.systemph-panel,.systemph-statement{background:#fff;border:1px solid rgba(186,163,96,.35);border-radius:20px;padding:22px;box-shadow:0 10px 28px rgba(0,0,0,.08);margin:18px 0}
.systemph-front-grid,.systemph-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.systemph-card{background:linear-gradient(180deg,#161616 0%,#0f0f0f 100%);border:1px solid rgba(186,163,96,.45);border-radius:18px;padding:18px;color:#fff}
.systemph-card h3{margin-top:0;color:#fff}.systemph-card strong{display:block;font-size:22px;margin-top:8px;color:#fff}.systemph-card span{font-size:12px;text-transform:uppercase;color:#d5c38d;letter-spacing:.08em;font-weight:700}
.systemph-form-inline{display:grid;grid-template-columns:2fr 1fr auto;gap:12px;align-items:center;margin-bottom:14px}
.systemph-form-inline input,.systemph-form-inline select,.systemph-form-inline button,.systemph-front-grid input,.systemph-front-grid select,textarea{border:1px solid #d7d0bd;border-radius:12px;padding:12px 14px;font-size:14px;width:100%;box-sizing:border-box}
.systemph-form-inline button,.systemph-button,button[type=submit]{background:#111;color:#fff;border:1px solid #111;border-radius:12px;padding:12px 16px;text-decoration:none;display:inline-block;cursor:pointer}
.systemph-button:hover,.systemph-form-inline button:hover,button[type=submit]:hover{background:#baa360;border-color:#baa360;color:#111}
.systemph-table{width:100%;border-collapse:collapse;margin-top:16px}
.systemph-table th,.systemph-table td{padding:12px;border-bottom:1px solid #eee6d4;text-align:left}
.systemph-table thead th{background:#111;color:#fff}
.systemph-alert{padding:14px 16px;border-radius:12px;background:#fff7ed;border:1px solid #e5c06a;margin:10px 0}.systemph-alert.success{background:#f7f4ea;border-color:#baa360}
.systemph-panel a,.systemph-statement a{color:#baa360}
.description{color:#6f6a5f}
@media (max-width:768px){.systemph-form-inline{grid-template-columns:1fr}}

.systemph-newsletters-grid{display:grid;gap:22px;margin:20px 0}
.systemph-newsletters-grid.columns-1{grid-template-columns:1fr}
.systemph-newsletters-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.systemph-newsletters-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.systemph-newsletters-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.systemph-newsletter-card{background:#fff;border:1px solid rgba(186,163,96,.35);border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.08);display:flex;flex-direction:column}
.systemph-newsletter-image{background:#111;aspect-ratio:16/9;overflow:hidden}
.systemph-newsletter-image img{width:100%;height:100%;object-fit:cover;display:block}
.systemph-newsletter-body{padding:22px}
.systemph-newsletter-label{display:inline-block;background:#111;color:#baa360;padding:6px 12px;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:14px}
.systemph-newsletter-card h3{margin:0 0 10px;color:#111;font-size:24px;line-height:1.2}
.systemph-newsletter-meta{display:flex;flex-wrap:wrap;gap:10px 16px;color:#6f6a5f;font-size:13px;font-weight:600;margin-bottom:16px}
.systemph-newsletter-content{color:#242424;line-height:1.7}
.systemph-newsletter-content p:first-child{margin-top:0}
.systemph-newsletter-content p:last-child{margin-bottom:0}
@media (max-width:1100px){.systemph-newsletters-grid.columns-4,.systemph-newsletters-grid.columns-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){.systemph-newsletters-grid.columns-4,.systemph-newsletters-grid.columns-3,.systemph-newsletters-grid.columns-2{grid-template-columns:1fr}}

.systemph-complaint-form{margin-top:18px}
.systemph-section-title{margin:26px 0 14px;padding:10px 14px;border-left:5px solid #baa360;background:#111;color:#fff;border-radius:10px;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.systemph-front-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.systemph-complaint-form p{margin:0 0 14px}
.systemph-complaint-form label{display:block;color:#111}
.systemph-complaint-form input[type=text],
.systemph-complaint-form input[type=email],
.systemph-complaint-form input[type=tel],
.systemph-complaint-form input[type=date],
.systemph-complaint-form input[type=number],
.systemph-complaint-form input[type=file],
.systemph-complaint-form select,
.systemph-complaint-form textarea{background:#fff}
.systemph-complaint-form input[type=checkbox]{margin-right:8px}
.systemph-conditional{display:none}
.systemph-complaint-form .systemph-button{margin-top:8px}
@media (max-width:768px){.systemph-front-grid-2{grid-template-columns:1fr}}


.systemph-step-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 24px}
.systemph-step-indicator{appearance:none;border:1px solid rgba(186,163,96,.4);background:#f6f3ea;border-radius:16px;padding:14px 12px;text-align:left;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s ease;color:#111}
.systemph-step-indicator:hover{border-color:#baa360;transform:translateY(-1px)}
.systemph-step-indicator.is-active{background:#111;color:#fff;border-color:#111;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.systemph-step-indicator.is-complete{background:#baa360;color:#111;border-color:#baa360}
.systemph-step-number{width:34px;height:34px;border-radius:999px;background:#fff;color:#111;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex:0 0 auto}
.systemph-step-indicator.is-active .systemph-step-number{background:#baa360;color:#111}
.systemph-step-text{font-size:13px;font-weight:700;letter-spacing:.02em}
.systemph-form-step{animation:systemphFadeIn .25s ease}
.systemph-step-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;margin-top:18px}
.systemph-step-actions-end{justify-content:flex-end}
.systemph-button-secondary{background:#fff;color:#111;border-color:#d7d0bd}
.systemph-button-secondary:hover{background:#f1ead7;border-color:#baa360;color:#111}
.systemph-checklist{padding:18px;border:1px solid rgba(186,163,96,.35);border-radius:18px;background:#fbfaf6}
@keyframes systemphFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:900px){.systemph-step-progress{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:580px){.systemph-step-progress{grid-template-columns:1fr}.systemph-step-actions{flex-direction:column;align-items:stretch}.systemph-step-actions .systemph-button{width:100%;text-align:center}}

.systemph-draft-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin:14px 0 8px;padding:14px 16px;border:1px solid rgba(186,163,96,.28);background:#fbfaf6;border-radius:16px}
.systemph-draft-status{font-size:13px;font-weight:700;color:#111}
.systemph-draft-status.is-saved{color:#7b6322}
.systemph-draft-status.is-restored{color:#7b6322}
.systemph-draft-status.is-cleared{color:#6b7280}
.systemph-draft-status.is-warning{color:#111}
.systemph-draft-note{margin-top:0}
@media (max-width:680px){.systemph-draft-toolbar{flex-direction:column;align-items:stretch}.systemph-clear-draft{width:100%;text-align:center}}
