.zone-form{z-index:1200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;pointer-events:none;background:radial-gradient(circle at top,#f8717124,#0000 32%),#0f172a85;justify-content:center;align-items:center;padding:24px;transition:opacity .24s,visibility .24s;display:flex;position:fixed;inset:0}.zone-form.active{opacity:1;visibility:visible;pointer-events:auto}.zone-form.zone-form-edit-mode{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f172a14;justify-content:flex-end;align-items:stretch;padding:16px}#zone-form-modal.zone-form-edit-mode{-webkit-backdrop-filter:none;backdrop-filter:none;justify-content:flex-end;align-items:stretch;padding:16px}.zone-form-panel{color:#0f172a;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcfa 62%,#f1f5f9fa 100%);border:1px solid #cbd5e1e0;border-radius:28px;width:min(1180px,100%);max-height:min(92vh,980px);padding:28px;overflow-y:auto;box-shadow:0 32px 100px #0f172a47}.zone-form-panel-edit{border-radius:28px;width:min(760px,100vw - 96px);height:calc(100vh - 32px);max-height:calc(100vh - 32px);margin-left:auto;box-shadow:-24px 0 60px #0f172a3d}.zone-form-panel-edit .zone-form-layout{grid-template-columns:1fr}.zone-form-panel-edit .zone-form-sidebar{order:2}.zone-form-header{border-bottom:1px solid #e2e8f0e6;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:18px;display:flex}.zone-form-hero-copy{flex-direction:column;gap:6px;display:flex}.zone-form-kicker,.zone-form-card-eyebrow{color:#b91c1c;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.zone-form-title{color:#0f172a;margin:0;font-size:1.85rem;font-weight:900;line-height:1.05}.zone-form-subtitle{color:#475569;max-width:64ch;margin:0;font-size:.98rem;line-height:1.5}.zone-form-fields{flex-direction:column;gap:20px;margin-top:18px;display:flex}.zone-form-layout{grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);align-items:start;gap:20px;display:grid}.zone-form-main,.zone-form-sidebar{flex-direction:column;gap:18px;display:flex}.zone-form-section,.zone-form-summary-card,.zone-form-tips-card{background:#ffffffe0;border:1px solid #cbd5e1e0;border-radius:22px;flex-direction:column;gap:16px;padding:18px;display:flex;box-shadow:0 12px 30px #0f172a0f}.zone-form-section-primary{background:linear-gradient(#fffffffa 0%,#f8fafcfa 100%);border-color:#bfdbfeeb}.zone-form-section-heading{align-items:flex-start;gap:14px;display:flex}.zone-form-section-heading-copy{flex:auto;min-width:0}.zone-form-section-heading-compact{align-items:center}.zone-form-step{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:999px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:.95rem;font-weight:900;display:inline-flex;box-shadow:0 10px 22px #dc26262e}.zone-form-section-title{color:#0f172a;margin:0;font-size:1.08rem;font-weight:900}.zone-form-section-copy{color:#475569;margin:6px 0 0;font-size:.94rem;line-height:1.45}.zone-form-grid,.zone-layout-rule-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.zone-form-grid-wide{grid-column:1/-1}.zone-field{flex-direction:column;gap:8px;display:flex}.zone-field-header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.zone-form-fields label,.zone-direction-label{color:#1e293b;margin:0;font-size:.92rem;font-weight:800}.zone-field-meta{color:#64748b;font-size:.76rem;font-weight:700}.zone-form-fields input,.zone-form-fields select,.zone-form-fields textarea{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #94a3b86b;border-radius:14px;outline:none;width:100%;min-height:48px;padding:12px 14px;font-size:.96rem;transition:border-color .18s,box-shadow .18s,transform .18s}.zone-form-fields textarea{resize:vertical;min-height:116px;font-family:inherit}.zone-form-fields input:focus,.zone-form-fields select:focus,.zone-form-fields textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.zone-form-fields input:disabled,.zone-form-fields select:disabled,.zone-form-fields textarea:disabled,.zone-layout-rule-add:disabled,.zone-layout-rule-copy:disabled,.zone-layout-rule-remove:disabled,.zone-spacer-add:disabled,.zone-spacer-remove:disabled,.close-modal-button:disabled,.zone-form-secondary-button:disabled,.zone-form-primary-button:disabled,.zone-direction-option:disabled{opacity:.6;cursor:not-allowed}.zone-field-help,.zone-direction-help,.zone-form-empty-note{color:#64748b;margin:0;font-size:.84rem;line-height:1.4}.zone-chip-list{flex-wrap:wrap;gap:8px;display:flex}.zone-chip{color:#1d4ed8;background:#dbeafee6;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:.82rem;font-weight:800;display:inline-flex}.zone-chip-subtle{color:#334155;background:#e2e8f0eb}.zone-direction-panel{background:#f8fafcf5;border:1px solid #e2e8f0eb;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;display:flex}.zone-direction-toggle{background:#e2e8f0cc;border-radius:16px;gap:8px;padding:6px;display:inline-flex}.zone-direction-option{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:12px;min-height:42px;padding:0 14px;font-size:.9rem;font-weight:800;transition:background-color .16s,color .16s,transform .16s}.zone-direction-option-active{color:#0f172a;background:#fff;box-shadow:0 10px 20px #0f172a14}.zone-layout-rule-list{flex-direction:column;gap:16px;display:flex}.zone-indicator-card-list{flex-direction:column;gap:14px;display:flex}.zone-indicator-card{background:linear-gradient(#fff 0%,#f8fafcf5 100%);border:1px solid #cbd5e1e0;border-radius:18px;flex-direction:column;gap:14px;padding:18px;display:flex}.zone-indicator-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.zone-indicator-card-header strong{color:#0f172a;font-size:1rem}.zone-indicator-card-header p{color:#64748b;margin:4px 0 0;font-size:.86rem}.zone-indicator-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.zone-indicator-toggle-card{background:#f8fafce0;border:1px solid #cbd5e1e0;border-radius:16px;flex-direction:column;gap:12px;padding:14px;display:flex}.zone-layout-rule-card{background:linear-gradient(#fff 0%,#f8fafcf5 100%);border:1px solid #cbd5e1e0;border-radius:18px;flex-direction:column;gap:16px;padding:18px;display:flex}.zone-layout-rule-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.zone-layout-rule-title-group{flex-direction:column;gap:4px;display:flex}.zone-layout-rule-title-group strong{color:#0f172a;font-size:1rem}.zone-layout-rule-title-group p{color:#64748b;margin:0;font-size:.86rem}.zone-layout-rule-actions,.zone-layout-rule-badges{flex-wrap:wrap;gap:8px;display:flex}.zone-section-toggle,.zone-layout-rule-collapse{color:#334155;cursor:pointer;background:#fffffff0;border:1px solid #94a3b847;border-radius:999px;flex:none;min-height:36px;padding:0 12px;font-size:.82rem;font-weight:800;transition:transform .16s,box-shadow .16s,border-color .16s}.zone-section-toggle:hover,.zone-layout-rule-collapse:hover{border-color:#2563eb42;transform:translateY(-1px);box-shadow:0 10px 18px #0f172a14}.zone-layout-rule-badge{color:#334155;background:#f1f5f9f2;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:.78rem;font-weight:800;display:inline-flex}.zone-layout-rule-checkbox{color:#334155;align-items:center;gap:10px;font-size:.9rem;font-weight:700;display:inline-flex}.zone-layout-rule-checkbox input{width:18px;height:18px;min-height:auto;margin:0}.zone-spacer-list{flex-direction:column;gap:12px;display:flex}.zone-spacer-row{background:#f8fafcf2;border:1px solid #cbd5e1e0;border-radius:16px;flex-direction:column;gap:12px;padding:14px;display:flex}.zone-spacer-row-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.zone-spacer-row-header strong{color:#0f172a;font-size:.92rem}.zone-spacer-row-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.zone-spacer-add,.zone-spacer-remove{color:#1d4ed8;cursor:pointer;background:#fff;border:1px solid #94a3b84d;border-radius:12px;align-self:flex-start;min-height:40px;padding:0 14px;font-size:.85rem;font-weight:800;transition:transform .16s,box-shadow .16s,border-color .16s}.zone-spacer-remove{color:#b91c1c}.zone-spacer-add:hover,.zone-spacer-remove:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a14}.zone-spacer-empty{color:#64748b;background:#f8fafcb8;border:1px dashed #94a3b880;border-radius:14px;padding:14px;font-size:.85rem;line-height:1.4}.zone-form-message{border-radius:16px;padding:13px 15px;font-size:.94rem;font-weight:800}.zone-form-error{color:#991b1b;background:#fef2f2fa;border:1px solid #f871717a}.zone-form-success{color:#166534;background:#f0fdf4fa;border:1px solid #4ade806b}.zone-form-summary-hero{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;display:grid}.zone-form-summary-id{color:#fff;background:linear-gradient(135deg,#111827 0%,#1f2937 100%);border-radius:20px;justify-content:center;align-items:center;min-width:64px;min-height:64px;padding:8px;font-size:1.2rem;font-weight:900;display:inline-flex;box-shadow:0 12px 24px #0f172a29}.zone-form-summary-hero h5{color:#0f172a;margin:0 0 4px;font-size:1rem;font-weight:900}.zone-form-summary-hero p{color:#64748b;margin:0;font-size:.9rem;line-height:1.45}.zone-form-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.zone-form-stat{background:#f8fafcfa;border:1px solid #e2e8f0f2;border-radius:16px;flex-direction:column;gap:4px;padding:12px;display:flex}.zone-form-stat span,.zone-form-summary-label{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.zone-form-stat strong{color:#0f172a;font-size:1.15rem;font-weight:900}.zone-form-summary-block{flex-direction:column;gap:10px;display:flex}.zone-form-summary-block code{color:#f8fafc;word-break:break-word;background:#0f172a;border-radius:14px;padding:10px 12px;font-size:.85rem;display:block}.zone-row-preview-list{flex-direction:column;gap:8px;display:flex}.zone-row-preview-item{background:#f8fafcfa;border:1px solid #e2e8f0f2;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;display:flex}.zone-row-preview-item strong{color:#1d4ed8;background:#dbeafef2;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:.84rem;font-weight:900;display:inline-flex}.zone-row-preview-item span{color:#334155;font-size:.86rem;line-height:1.35}.zone-form-tip-list{color:#475569;margin:0;padding-left:18px;font-size:.9rem;line-height:1.55}.zone-form-footer{background:linear-gradient(#f8fafc00 0%,#f8fafcf5 28%,#f8fafc 100%);justify-content:space-between;gap:12px;padding-top:16px;padding-bottom:2px;display:flex;position:sticky;bottom:-28px}.zone-layout-rule-add,.zone-layout-rule-copy,.zone-layout-rule-remove,.zone-form-secondary-button,.zone-form-primary-button,.close-modal-button{cursor:pointer;border:none;border-radius:14px;font-size:.92rem;font-weight:900;transition:transform .16s,box-shadow .16s,opacity .16s}.zone-layout-rule-add:hover,.zone-layout-rule-copy:hover,.zone-layout-rule-remove:hover,.zone-form-secondary-button:hover,.zone-form-primary-button:hover,.close-modal-button:hover,.zone-direction-option:hover{transform:translateY(-1px)}.zone-layout-rule-add,.zone-form-primary-button{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);justify-content:center;align-items:center;min-height:48px;padding:0 18px;display:inline-flex;box-shadow:0 14px 28px #2563eb3d}.zone-layout-rule-copy,.zone-form-secondary-button{color:#0f172a;background:#e2e8f0eb;min-height:44px;padding:0 14px}.zone-layout-rule-remove{color:#991b1b;background:#fee2e2fa;min-height:44px;padding:0 14px}.zone-form-secondary-button{min-width:120px}.zone-form-primary-button{min-width:210px}.close-modal-button{color:#0f172a;background:#fff;border:1px solid #cbd5e1e6;flex:none;justify-content:center;align-items:center;width:46px;height:46px;padding:0;font-size:1.45rem;display:inline-flex;box-shadow:0 12px 24px #0f172a1a}@media (max-width:1100px){.zone-form-layout{grid-template-columns:1fr}.zone-form-sidebar{order:-1}.zone-form-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:760px){.zone-form{align-items:flex-end;padding:14px}.zone-form.zone-form-edit-mode{justify-content:stretch;padding:0}#zone-form-modal.zone-form-edit-mode{padding:0}.zone-form-panel{border-radius:24px 24px 0 0;width:100%;max-height:94vh;padding:20px}.zone-form-panel-edit{border-radius:24px 24px 0 0;width:100%;height:auto;max-height:100vh;box-shadow:0 -18px 44px #0f172a3d}.zone-form-header,.zone-layout-rule-header,.zone-direction-panel,.zone-form-footer{flex-direction:column;align-items:stretch}.zone-form-grid,.zone-layout-rule-grid,.zone-form-summary-grid,.zone-spacer-row-grid,.zone-indicator-grid{grid-template-columns:1fr}.zone-direction-panel{display:flex}.zone-direction-toggle{flex-direction:column;width:100%}.zone-form-primary-button,.zone-form-secondary-button,.zone-layout-rule-add{width:100%}}@media (max-width:520px){.zone-form{padding:0}.zone-form-panel{border-radius:0;min-height:100vh;max-height:100vh;padding:18px}.zone-form-panel-edit{border-radius:0;width:100%;height:100vh;max-height:100vh}.zone-form-title{font-size:1.45rem}.zone-form-summary-hero{grid-template-columns:1fr}.zone-form-footer{bottom:-18px}}.zone-form{--zone-form-accent:#dc2626;--zone-form-accent-dark:#991b1b;--zone-form-muted:#526173;--zone-form-border:#cbd5e1e0;background:radial-gradient(circle at 14% 10%,#fb923c33,#0000 28%),radial-gradient(circle at 82% 12%,#3b82f62e,#0000 24%),radial-gradient(circle at bottom,#f8717129,#0000 34%),#0f172a8f}.zone-form.zone-form-edit-mode{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(90deg,#0f172a24 0%,#0f172a0a 34%,#0f172a2e 100%)}.zone-form-panel{isolation:isolate;border:1px solid var(--zone-form-border);background:radial-gradient(circle at 100% 0,#3b82f61a,#0000 28%),radial-gradient(circle at 0 0,#fb923c14,#0000 24%),linear-gradient(135deg,#fffffffb 0%,#f8fafcfc 56%,#f1f5f9fb 100%);border-radius:30px;padding:30px;position:relative;box-shadow:0 32px 100px #0f172a3d}.zone-form-header{gap:20px}.zone-form-title{letter-spacing:-.03em}.zone-form-subtitle,.zone-form-section-copy,.zone-direction-help,.zone-field-help,.zone-form-empty-note,.zone-layout-rule-title-group p,.zone-indicator-card-header p,.zone-row-preview-item span,.zone-form-summary-hero p,.zone-layout-toolbar-copy p{color:var(--zone-form-muted)}.zone-form-hero-meta{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.zone-form-hero-pill{min-height:30px;color:var(--zone-form-muted);background:#ffffffe6;border:1px solid #94a3b83d;border-radius:999px;align-items:center;padding:0 12px;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:0 8px 18px #0f172a0f}.zone-form-hero-pill-accent{background:linear-gradient(135deg, var(--zone-form-accent) 0%, #9b1c1c 100%);color:#fff;border-color:#0000;box-shadow:0 12px 24px #dc262633}.zone-form-layout{gap:22px}.zone-form-sidebar{position:sticky;top:6px}.zone-form-panel-edit .zone-form-sidebar{position:static}.zone-form-section,.zone-form-summary-card,.zone-form-tips-card{border:1px solid var(--zone-form-border);background:linear-gradient(#fffffffa 0%,#f8fafcf0 100%);border-radius:24px;padding:20px;box-shadow:0 18px 36px #0f172a0f}.zone-form-section-primary{background:linear-gradient(#fffffffb 0%,#ffffffeb 100%)}.zone-form-step{background:linear-gradient(135deg, var(--zone-form-accent) 0%, var(--zone-form-accent-dark) 100%)}.zone-form-fields input,.zone-form-fields select,.zone-form-fields textarea{background:#fffffff5;box-shadow:inset 0 1px #ffffffe6}.zone-form-fields textarea{line-height:1.5}.zone-form-fields input:focus,.zone-form-fields select:focus,.zone-form-fields textarea:focus{background:#fff;box-shadow:0 0 0 4px #2563eb1f,0 12px 24px #2563eb14}.zone-basics-preview-card{background:linear-gradient(135deg,#fffbebf5 0%,#fff7edeb 100%);border:1px solid #fbbf2447;border-radius:18px;flex-direction:column;gap:10px;padding:16px 18px;display:flex;box-shadow:inset 0 1px #ffffffbd}.zone-basics-preview-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.zone-basics-preview-card strong{color:#0f172a;font-size:1.05rem}.zone-basics-preview-card p{color:var(--zone-form-muted);margin:0;font-size:.9rem;line-height:1.5}.zone-layout-settings-grid,.zone-indicator-card-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.zone-direction-panel{background:linear-gradient(#f8fafcfa 0%,#f1f5f9f0 100%);border-radius:20px}.zone-layout-toolbar{background:linear-gradient(135deg,#eff6fff0 0%,#f8fafcf5 100%);border:1px solid #bfdbfe94;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.zone-layout-toolbar-copy{flex-direction:column;gap:4px;display:flex}.zone-layout-toolbar-copy strong{color:#0f172a;font-size:.96rem}.zone-layout-rule-add-inline{min-width:220px}.zone-indicator-card,.zone-layout-rule-card{border-radius:20px}.zone-indicator-toggle-card{box-shadow:inset 0 1px #ffffffc2}.zone-layout-rule-card{position:relative;overflow:hidden}.zone-layout-rule-card:before{content:"";background:linear-gradient(180deg, var(--zone-form-accent) 0%, #f97316 100%);width:4px;position:absolute;inset:0 auto 0 0}.zone-form-message{box-shadow:0 14px 30px #0f172a14}.zone-form-summary-hero{background:linear-gradient(135deg,#fffffff0 0%,#f8fafcfa 100%);border:1px solid #e2e8f0e0;border-radius:18px;padding:14px}.zone-form-summary-pill-list{flex-wrap:wrap;gap:8px;display:flex}.zone-form-tip-list li+li{margin-top:8px}.zone-form-tip-list code{color:#0f172a;background:#0f172a14;border-radius:8px;padding:2px 6px;font-size:.82rem;font-weight:800}.zone-form-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.close-modal-button{background:#0f172a0a}@media (max-width:1100px){.zone-form-sidebar{position:static}}@media (max-width:760px){.zone-layout-settings-grid,.zone-indicator-card-meta-grid{grid-template-columns:1fr}.zone-layout-toolbar{flex-direction:column;align-items:stretch}.zone-layout-rule-add-inline{width:100%;min-width:0}}@media (max-width:520px){.zone-form-panel{padding:18px}.zone-form-panel-edit{width:100%}.zone-form-hero-meta{gap:6px}}.zone-form-panel{width:min(1060px,100%)}.zone-form-panel-edit{width:min(1060px,100vw - 56px)}.zone-form-progress{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:18px;padding:8px;display:grid}.zone-form-progress-step{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:8px 12px;font-size:13px;transition:background .16s,color .16s,box-shadow .16s;display:flex}.zone-form-progress-step span{color:#475569;background:#e2e8f0;border-radius:999px;flex:0 0 27px;justify-content:center;align-items:center;width:27px;height:27px;font-size:12px;font-weight:900;display:inline-flex}.zone-form-progress-step strong{font-weight:850}.zone-form-progress-step-active{color:#991b1b;background:#fff;box-shadow:0 8px 20px #0f172a14}.zone-form-progress-step-active span{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%)}.zone-form-progress-step-complete span{color:#166534;background:#dcfce7}.zone-form-layout,.zone-form-panel-edit .zone-form-layout{grid-template-columns:minmax(0,1fr)}.zone-form-main,.zone-form-sidebar{width:100%;max-width:980px;margin:0 auto}.zone-form-sidebar,.zone-form-panel-edit .zone-form-sidebar{order:initial;position:static}.zone-form-section-heading>.zone-section-toggle,.zone-form-summary-card .zone-section-toggle{display:none}.zone-form-footer{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border-top:1px solid #e2e8f0f2;align-items:center;margin:20px -30px -30px;padding:18px 30px}.zone-form-footer-actions{align-items:center;gap:10px;display:flex}.zone-form-primary-button:focus-visible,.zone-form-secondary-button:focus-visible,.zone-form-progress-step:focus-visible{outline-offset:2px;outline:3px solid #ef444440}@media (max-width:760px){.zone-form-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.zone-form-progress-step{justify-content:flex-start}.zone-form-footer{flex-direction:column;align-items:stretch;margin:18px -20px -20px;padding:16px 20px}.zone-form-footer-actions{grid-template-columns:1fr 1fr;display:grid}}@media (max-width:520px){.zone-form-progress{grid-template-columns:1fr}.zone-form-footer{margin:18px -18px -18px;padding:14px 18px}.zone-form-footer-actions{grid-template-columns:1fr}}
