:root{color-scheme:light;--canvas-outer:#f7fafc;--canvas-bg:#edf4f7;--surface-main:#f7fafc;--surface-card:#ffffff;--sidebar-bg:#07182d;--sidebar-text:#a9bfd0;--sidebar-text-active:#07182d;--sidebar-pill-active:#ffffff;--ink:#102033;--muted:#526273;--border:#d7e3e9;--brand:#079ddd;--brand-strong:#07182d;--accent:#3af4f0;--danger:#d9534f;--status-paid-bg:#e2f4fb;--status-paid-text:#007fbe;--status-delivered-bg:#fef3c7;--status-delivered-text:#92400e;--status-completed-bg:#dcfce7;--status-completed-text:#166534;--focus:#3af4f0;--shadow-outer:0 24px 64px rgba(7,24,45,0.12);--shadow-card:0 4px 20px rgba(7,24,45,0.04);--radius-outer:28px;--radius-large:18px;--radius-medium:12px;--radius-pill:9999px;--sidebar-width:270px}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas-outer)}body{margin:0;padding:0;color:var(--ink);background:var(--surface-main);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;min-height:100vh}button,input,select{font:inherit}a{color:inherit}a,button,input,select,summary{outline:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.skip-link{position:fixed;z-index:100;top:12px;left:12px;padding:10px 14px;color:white;background:var(--brand-strong);border-radius:8px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.admin-app-wrapper{width:100%}.admin-app-wrapper,.admin-shell{min-height:100vh;background:var(--sidebar-bg)}.admin-shell{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr)}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:var(--surface-main)}.login-panel{width:100%;max-width:440px;padding:36px 32px;background:#ffffff;border:1px solid var(--border);border-radius:var(--radius-large);box-shadow:0 12px 36px rgba(0,0,0,.05)}.login-heading{margin-bottom:24px}.login-heading h1{margin:0;font-size:1.75rem;font-weight:800;color:var(--ink);letter-spacing:-.02em}.login-form{gap:20px}.field-group,.login-form{display:flex;flex-direction:column}.field-group{gap:6px}.field-group label{font-size:.88rem;font-weight:700;color:var(--ink)}.field-group input,.field-group select,.field-group textarea{width:100%;min-height:46px;padding:10px 14px;background:#ffffff;border:1px solid var(--border);border-radius:var(--radius-medium);color:var(--ink);font-size:.93rem;transition:border-color .15s ease}.appearance-media-manager{display:grid;grid-gap:20px;gap:20px;margin-top:28px;padding:clamp(20px,3vw,32px);border:1px solid var(--border);border-radius:22px;background:white}.appearance-media-manager:first-child{margin-top:0}.theme-preset-picker{min-width:0;margin:0;border:0;padding:0}.theme-preset-picker legend{margin-bottom:10px;font-weight:800}.theme-preset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.theme-preset-card{position:relative;display:grid;grid-gap:8px;gap:8px;min-width:0;border:1px solid var(--border);border-radius:14px;background:white;padding:14px;cursor:pointer}.theme-preset-card:has(input:checked){border-color:var(--brand);box-shadow:0 0 0 3px rgb(0 166 191/13%)}.theme-preset-card input{position:absolute;top:12px;right:12px}.theme-preset-swatches{display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:42px;overflow:hidden;border:1px solid var(--border);border-radius:9px}.theme-preset-card small,.theme-preset-card strong{padding-right:22px}.theme-preset-card small{color:var(--muted);line-height:1.4}.appearance-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.appearance-section-heading h2,.appearance-section-heading p{margin:0}.appearance-section-heading h2{margin-top:4px}.appearance-section-heading div>p:last-child{max-width:680px;margin-top:8px;color:var(--muted)}.appearance-page-filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.appearance-page-filters button{flex:0 0 auto;min-height:40px;border:1px solid var(--border);border-radius:999px;background:white;padding:8px 14px;color:var(--ink);cursor:pointer}.appearance-page-filters button.is-active{border-color:var(--brand);background:var(--brand);color:white}.appearance-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:14px;gap:14px}.appearance-media-card{display:grid;grid-template-rows:150px auto auto;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--canvas)}.appearance-media-preview{position:relative;overflow:hidden;border-bottom:1px solid var(--border);background:#edf4f7}.appearance-media-badge{position:absolute;top:10px;left:10px;background:rgba(7,24,45,.75);color:white;padding:4px 10px;border-radius:6px;font-size:.72rem;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;z-index:5}.appearance-media-preview img{width:100%;height:100%;object-fit:cover}.appearance-media-empty{display:grid;height:100%;place-content:center;justify-items:center;grid-gap:8px;gap:8px;color:var(--muted)}.appearance-media-empty svg{width:28px;height:28px}.appearance-media-copy{padding:16px 16px 10px}.appearance-media-copy span{color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.appearance-media-copy h3,.appearance-media-copy p{margin:0}.appearance-media-copy h3{margin-top:5px;font-size:1.05rem}.appearance-media-copy p{margin-top:5px;color:var(--muted);font-size:.82rem}.appearance-media-actions{display:flex;align-items:center;gap:12px;padding:8px 16px 16px}.appearance-media-actions .primary-button{min-height:40px;padding:8px 14px}.appearance-picker-backdrop{position:fixed;z-index:1500;inset:0;display:grid;place-items:center;background:rgb(7 24 45/55%);padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.appearance-picker{width:min(820px,100%);max-height:min(760px,calc(100dvh - 40px));overflow-y:auto;border-radius:20px;background:white;padding:22px;box-shadow:0 28px 80px rgb(7 24 45/28%)}.appearance-picker>header{display:flex;align-items:center;justify-content:space-between;gap:20px}.appearance-picker>header h2{margin:3px 0 0}.appearance-media-search{display:flex;align-items:center;gap:10px;margin:18px 0;border:1px solid var(--border);border-radius:12px;padding:0 14px}.appearance-media-search input{width:100%;min-height:48px;border:0;outline:0}.appearance-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:12px;gap:12px}.appearance-picker-grid button{overflow:hidden;border:1px solid var(--border);border-radius:13px;background:white;padding:0;color:var(--ink);text-align:left;cursor:pointer}.appearance-picker-grid button:focus-visible,.appearance-picker-grid button:hover{border-color:var(--brand);transform:translateY(-2px)}.appearance-picker-grid button span{display:block;height:115px;background:var(--canvas)}.appearance-picker-grid button img{width:100%;height:100%;object-fit:cover}.appearance-picker-grid button strong{display:block;overflow:hidden;padding:11px;text-overflow:ellipsis;white-space:nowrap}@media (max-width:700px){.theme-preset-grid{grid-template-columns:1fr}.appearance-section-heading{align-items:stretch;flex-direction:column}.appearance-section-heading .secondary-button{justify-content:center}.appearance-media-grid{grid-template-columns:1fr}}.field-group textarea{min-height:92px;resize:vertical}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:var(--brand);outline:3px solid rgba(0,127,190,.12)}.password-field{position:relative;width:100%}.password-field input{padding-right:48px}.password-visibility-button{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:grid;place-items:center;width:32px;height:32px;background:transparent;border:0;border-radius:6px;color:var(--muted);cursor:pointer;padding:4px}.password-visibility-button:hover{color:var(--ink);background:var(--surface-main)}.password-visibility-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;background:var(--sidebar-bg);color:#ffffff;border:0;border-radius:var(--radius-medium);font-size:.93rem;font-weight:700;cursor:pointer;transition:opacity .15s ease}.primary-button:hover:not(:disabled){opacity:.9}.primary-button:disabled{opacity:.6;cursor:not-allowed}.admin-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:.45rem;padding:.65rem 1rem;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:11px;font:inherit;font-weight:800;cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .12s ease}.admin-button:hover:not(:disabled){background:#f3f7f9;border-color:#9fb3bf}.admin-button:active:not(:disabled){transform:scale(.98)}.admin-button:focus-visible,.admin-icon-button:focus-visible{outline:3px solid rgb(0 127 190/22%);outline-offset:2px}.admin-button:disabled{opacity:.56;cursor:not-allowed}.admin-button-primary{color:#fff;background:#007fbe;border-color:#007fbe}.admin-button-primary:hover:not(:disabled){color:#fff;background:#006b9f;border-color:#006b9f}.admin-button-danger{color:#a52b2b;border-color:#efb9b9}.admin-button-danger:hover:not(:disabled){background:#fff1f1;border-color:#dc8f8f}.admin-button-quiet{color:#075f82;background:#f5fbfd;border-color:#bcd8e3}.admin-button-quiet:hover:not(:disabled){color:#fff;background:#007fbe;border-color:#007fbe}.admin-icon-button{display:inline-grid;width:42px;min-width:42px;height:42px;padding:0;place-items:center;color:var(--ink);background:transparent;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease,transform .12s ease}.admin-icon-button:hover:not(:disabled){background:#e8eef2;border-color:#d5e0e6}.admin-icon-button:active:not(:disabled){transform:scale(.96)}.admin-icon-button:disabled{opacity:.5;cursor:not-allowed}.admin-icon-button svg{width:19px;height:19px}.form-notice{margin-bottom:20px;background:#f0f7fc;border:1px solid #bce0fd;border-radius:var(--radius-medium);color:#0056b3}.form-error,.form-notice{padding:12px 14px;font-size:.88rem;font-weight:600}.form-error{background:#fdf2f2;border:1px solid #fbd5d5;border-radius:var(--radius-medium);color:var(--danger)}.admin-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;max-height:100dvh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:28px 20px;color:var(--sidebar-text);background:var(--sidebar-bg)}.admin-sidebar-top{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:36px}.admin-brand-sidebar{display:flex;align-items:center;gap:12px;padding-left:8px}.admin-brand-mark-svg{width:28px;height:28px;color:#ffffff}.admin-brand-title{min-width:0;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffffff;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.admin-sidebar nav{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:6px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-color:rgba(169,191,208,.55) transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.admin-sidebar nav::-webkit-scrollbar{width:6px}.admin-sidebar nav::-webkit-scrollbar-track{background:transparent}.admin-sidebar nav::-webkit-scrollbar-thumb{background:rgba(169,191,208,.45);border-radius:999px}.admin-sidebar nav::-webkit-scrollbar-thumb:hover{background:rgba(169,191,208,.72)}.nav-section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#556272;margin:16px 0 6px 12px}.nav-link-item{display:flex;align-items:center;gap:14px;padding:12px 18px;border-radius:var(--radius-medium);color:#a0acbc;font-size:.93rem;font-weight:500;text-decoration:none;transition:all .15s ease}.nav-link-item:hover{color:#ffffff;background:rgba(255,255,255,.06)}.nav-link-item[aria-current=page]{color:var(--sidebar-text-active);background:var(--sidebar-pill-active);font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,.15)}.nav-link-item svg{width:20px;height:20px;flex-shrink:0}.sidebar-footer{flex:0 0 auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.logout-button-styled{display:flex;align-items:center;gap:12px;width:100%;padding:10px 14px;color:#a0acbc;background:transparent;border:0;border-radius:var(--radius-medium);font-size:.9rem;font-weight:600;cursor:pointer;transition:color .15s ease}.logout-button-styled:hover{color:#ffffff}.admin-workspace{min-width:0;background:var(--surface-main);display:flex;flex-direction:column;min-height:100vh}.admin-top-header{display:flex;align-items:center;justify-content:space-between;padding:28px 36px 16px}.admin-header-title h1{margin:0;font-size:1.8rem;font-weight:700;color:var(--ink);letter-spacing:-.03em}.admin-header-actions{display:flex;align-items:center;gap:12px}.header-icon-btn{display:grid;place-items:center;width:42px;height:42px;background:var(--surface-card);border:1px solid var(--border);border-radius:50%;color:var(--ink);cursor:pointer;transition:background .15s ease}.header-icon-btn:hover{background:#ffffff;border-color:#cbd3dc}.user-profile-pill{display:flex;align-items:center;gap:12px;padding:4px 14px 4px 4px;background:transparent}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-details{display:flex;flex-direction:column;line-height:1.2}.user-name{font-size:.88rem;font-weight:700;color:var(--ink)}.user-email{font-size:.75rem;color:var(--muted)}.toolbar-filters{justify-content:space-between;padding:12px 36px 20px}.filter-group,.toolbar-filters{display:flex;align-items:center}.filter-group{gap:12px}.filter-select{padding:8px 16px;background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-medium);color:var(--ink);font-size:.88rem;font-weight:600;cursor:pointer}.orders-page-container{display:flex;flex:1 1;gap:24px;padding:0 36px 36px;min-height:0}.orders-table-wrapper{flex:1 1;min-width:0;overflow-x:auto}.orders-table{width:100%;border-collapse:separate;border-spacing:0 8px}.orders-table th{padding:10px 16px;font-size:.8rem;font-weight:600;color:var(--muted);text-align:left;border-bottom:1px solid rgba(0,0,0,.05)}.orders-table tbody tr{background:transparent;transition:background .15s ease;cursor:pointer}.orders-table tbody tr.selected-row,.orders-table tbody tr:hover{background:var(--surface-card);box-shadow:var(--shadow-card)}.orders-table td{padding:14px 16px;font-size:.9rem;color:var(--ink);vertical-align:middle}.orders-table td:first-child{border-top-left-radius:var(--radius-medium);border-bottom-left-radius:var(--radius-medium)}.orders-table td:last-child{border-top-right-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium)}.customer-cell{display:flex;align-items:center;gap:10px;font-weight:600}.customer-cell img{width:30px;height:30px;border-radius:50%;object-fit:cover}.status-badge{display:inline-flex;padding:4px 12px;border-radius:var(--radius-medium);font-size:.8rem;font-weight:700}.status-badge.paid{background:var(--status-paid-bg);color:var(--status-paid-text)}.status-badge.delivered{background:var(--status-delivered-bg);color:var(--status-delivered-text)}.status-badge.completed{background:var(--status-completed-bg);color:var(--status-completed-text)}.order-detail-panel{width:320px;background:var(--surface-card);border-radius:var(--radius-large);padding:24px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:20px}.detail-panel-header{display:flex;align-items:flex-start;justify-content:space-between}.detail-panel-title h3{margin:0 0 6px;font-size:1.15rem;font-weight:700}.detail-meta{display:flex;align-items:center;gap:8px}.panel-close-btn{background:#f4efe6;border:0;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.customer-profile-hero{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:12px 0}.customer-profile-hero img{width:72px;height:72px;border-radius:50%;object-fit:cover}.customer-profile-hero h4{margin:0;font-size:1.05rem;font-weight:700}.contact-actions{display:flex;gap:12px}.contact-icon-btn{width:36px;height:36px;border-radius:50%;background:#f4efe6;border:0;display:grid;place-items:center;cursor:pointer;color:var(--ink)}.order-items-list{display:flex;flex-direction:column;gap:14px}.order-item-card{display:flex;align-items:center;gap:12px}.order-item-card img{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#f4efe6}.order-item-info{flex:1 1;display:flex;flex-direction:column}.order-item-name{font-size:.82rem;font-weight:600;color:var(--ink)}.order-item-price{font-size:.9rem;font-weight:700}.panel-total-summary{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #f4efe6;font-size:1rem;font-weight:700}.panel-action-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.btn-track{background:var(--sidebar-bg);color:#ffffff}.btn-refund,.btn-track{border:0;padding:12px;border-radius:var(--radius-medium);font-weight:700;cursor:pointer}.btn-refund{background:var(--status-paid-bg);color:var(--status-paid-text)}.mobile-admin-backdrop,.mobile-admin-header{display:none}.dashboard-main{display:grid;grid-gap:28px;gap:28px;width:min(1180px,100%);margin:0 auto;padding:clamp(16px,3.5vw,36px)}.dashboard-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);grid-gap:24px;gap:24px;align-items:flex-end}.dashboard-heading h1{font-size:clamp(1.75rem,3.5vw,2.6rem)}.dashboard-heading>p{margin:0;font-size:1.02rem}.dashboard-heading>div:last-child>p{margin:0 0 20px;color:var(--muted)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.section-heading h2{font-size:clamp(1.6rem,3vw,2.5rem)}.status-pill{padding:6px 9px;color:var(--brand);background:var(--surface-soft)}.status-pill-secure{color:var(--brand-strong);background:#dcecae}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.status-card{min-width:0;padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-medium);box-shadow:0 8px 24px rgba(23,32,22,.045)}.status-card h3{margin:28px 0 8px;font-size:1.08rem}.status-card p{margin:0;color:var(--muted);font-size:.9rem}.status-card .text-link{display:inline-flex;margin-top:20px}.text-link{color:var(--brand);font-weight:800;text-underline-offset:4px}.workspace-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.workspace-heading h1{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1.05;letter-spacing:-.035em}.workspace-card{padding:clamp(22px,4vw,36px);background:#ffffff;border:1px solid var(--border);border-radius:var(--radius-large);box-shadow:0 4px 20px rgba(0,0,0,.04)}.workspace-card h2{margin:0;line-height:1.1;letter-spacing:-.025em}.site-tabs{display:flex;gap:8px;padding:8px;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow-x:auto}.site-tabs a{padding:9px 15px;border-radius:9px;color:var(--brand);font-weight:800;text-decoration:none;white-space:nowrap}.site-tabs a:hover{background:var(--surface-soft)}.editor-stack{display:grid;grid-gap:24px;gap:24px}.editor-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.compact-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:flex-end}.field-span{grid-column:1/-1}.empty-state,.helper-text{color:var(--muted)}.empty-state{padding:22px;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-medium)}.color-field>div{display:grid;grid-template-columns:50px minmax(0,1fr);grid-gap:8px;gap:8px}.color-field input[type=color]{padding:4px}.preset-row,.preview-actions,.workflow-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.checkbox-field{display:flex;min-height:50px;align-items:center;gap:9px;font-weight:750}.checkbox-field input{width:18px;height:18px}.domain-list{display:grid;grid-gap:10px;gap:10px;margin-top:24px}.domain-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px;background:var(--surface-soft);border-radius:12px}.domain-list small,.domain-list strong{display:block}.domain-list small{color:var(--muted)}.preset-row label{font-weight:800}.preset-row select{width:min(340px,100%)}.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.media-card{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-medium)}.media-card>div:last-child{padding:18px}.media-card h3{margin:14px 0 4px}.media-card p{margin:0;color:var(--muted);font-size:.84rem}.media-preview{display:grid;min-height:190px;place-items:center;color:var(--muted);background:linear-gradient(45deg,#eef1eb 25%,transparent 0),linear-gradient(-45deg,#eef1eb 25%,transparent 0),linear-gradient(45deg,transparent 75%,#eef1eb 0),linear-gradient(-45deg,transparent 75%,#eef1eb 0);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.media-preview img{display:block;width:100%;height:190px;object-fit:contain}.status-ready{color:var(--brand-strong);background:#dcecae}.status-blocked{color:var(--danger);background:#f8d8da}.dashboard-main-wide{width:min(1500px,100%)}.theme-studio{display:grid;grid-template-columns:minmax(480px,.95fr) minmax(430px,1.05fr);grid-gap:28px;gap:28px;align-items:start}.theme-preview{position:-webkit-sticky;position:sticky;top:28px;overflow:hidden;min-height:700px;color:var(--preview-text);background:var(--preview-bg);border:1px solid var(--preview-border);border-radius:24px;box-shadow:var(--shadow)}.preview-label{position:absolute;right:14px;bottom:14px;z-index:2;padding:5px 9px;color:var(--preview-primary-text);background:var(--preview-primary);border-radius:999px;font-size:.7rem;font-weight:800}.preview-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:var(--preview-surface);border-bottom:1px solid var(--preview-border)}.preview-header a{color:var(--preview-link);font-weight:750}.preview-content{display:grid;grid-gap:18px;gap:18px;padding:clamp(28px,6vw,70px) clamp(24px,5vw,56px)}.preview-content>span{color:var(--preview-muted);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.preview-content h2{max-width:620px;margin:0;color:var(--preview-heading);font-size:clamp(2.2rem,5vw,4.8rem);line-height:.98;letter-spacing:-.045em}.preview-content>p{max-width:580px;margin:0;color:var(--preview-muted)}.preview-actions button{padding:11px 16px;color:var(--preview-primary-text);background:var(--preview-primary);border:1px solid var(--preview-primary);border-radius:10px;font-weight:800}.preview-actions button:last-child{color:var(--preview-secondary-text);background:var(--preview-secondary);border-color:var(--preview-border)}.preview-content article{margin-top:26px;padding:24px;background:var(--preview-surface);border:1px solid var(--preview-border);border-radius:15px}.preview-content article h3{margin:0 0 8px;color:var(--preview-heading)}.preview-content article p{margin:0;color:var(--preview-muted)}.system-state{display:grid;min-height:100svh;padding:24px;place-items:center;background:var(--surface-main)}.system-state-card{width:min(620px,100%);padding:clamp(28px,6vw,56px);background:#ffffff;border:1px solid var(--border);border-radius:var(--radius-large);box-shadow:0 12px 36px rgba(0,0,0,.06)}.system-state-card h1{font-size:clamp(2rem,5vw,3.5rem)}@media (max-width:980px){.admin-shell{display:block}.admin-sidebar{display:none}.mobile-admin-header{position:-webkit-sticky;position:sticky;z-index:20;top:0;display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:16px;padding:12px clamp(16px,4vw,32px);background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);box-shadow:0 8px 24px rgba(7,24,45,.08)}.mobile-admin-brand{display:flex;min-width:0;align-items:center;gap:10px;color:var(--ink);font-weight:850}.mobile-admin-brand>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-admin-brand-mark{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;color:var(--sidebar-bg);background:var(--accent);border-radius:10px;box-shadow:0 4px 12px rgba(58,244,240,.24);font-weight:900}.mobile-admin-trigger{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;color:var(--ink);background:white;border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.mobile-admin-trigger:hover{background:var(--canvas-bg);border-color:#9fb5c1}.mobile-admin-trigger:active{transform:scale(.97)}.mobile-admin-trigger svg{width:22px;height:22px}.mobile-admin-backdrop{position:fixed;z-index:1000;inset:0;display:flex;justify-content:flex-start;background:rgba(4,14,27,.56);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:mobile-admin-fade .18s ease-out}.mobile-admin-drawer{display:grid;width:min(88vw,340px);height:100dvh;grid-template-rows:auto minmax(0,1fr) auto;padding:max(18px,env(safe-area-inset-top)) 18px max(18px,env(safe-area-inset-bottom));color:var(--sidebar-text);background:var(--sidebar-bg);box-shadow:22px 0 60px rgba(0,0,0,.28);animation:mobile-admin-slide .22s ease-out}.mobile-admin-drawer .mobile-admin-brand{color:white}.mobile-admin-drawer-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 18px;border-bottom:1px solid rgba(255,255,255,.09)}.mobile-admin-drawer-heading .mobile-admin-trigger{color:white;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}.mobile-admin-drawer-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-block:18px;scrollbar-width:thin}.mobile-admin-drawer nav{display:grid;grid-gap:5px;gap:5px}.mobile-admin-drawer .nav-link-item{min-height:48px}@keyframes mobile-admin-fade{0%{opacity:0}}@keyframes mobile-admin-slide{0%{transform:translateX(-100%)}}@media (prefers-reduced-motion:reduce){.mobile-admin-backdrop,.mobile-admin-drawer{animation:none}}.dashboard-main{padding-top:42px}.theme-studio{grid-template-columns:1fr}.theme-preview{position:static;min-height:600px}}@media (max-width:760px){.dashboard-heading{grid-template-columns:1fr;gap:18px}.compact-form,.media-grid,.status-grid{grid-template-columns:1fr 1fr}.section-heading{align-items:start;flex-direction:column}}@media (max-width:520px){.login-page{padding:12px}.login-panel{padding:24px 18px}.mobile-admin-header .admin-brand-mark{width:36px;height:36px}.status-grid{grid-template-columns:1fr}.dashboard-main{padding:32px 16px 48px}.compact-form,.editor-form,.media-grid{grid-template-columns:1fr}.workspace-heading{align-items:start;flex-direction:column}.field-span{grid-column:auto}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}.logos-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.5rem;width:100%}@media (max-width:768px){.logos-grid{grid-template-columns:1fr}}.logo-card{border:1px solid var(--border);border-radius:12px;padding:1.25rem;background:white;box-shadow:0 4px 12px rgba(16,32,51,.03);display:flex;flex-direction:column;gap:.75rem;box-sizing:border-box}.logo-card-title{margin:0;font-size:.95rem;font-weight:800;color:var(--ink)}.logo-card-wrapper{height:110px;border:1px dashed var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--canvas);overflow:hidden}.logo-card-preview{max-height:90px;max-width:90%;object-fit:contain}.logo-card-empty{font-size:.8rem;color:var(--muted);font-weight:500}.logo-card-actions{display:flex;gap:.5rem;width:100%}.logo-card-actions button{flex:1 1;min-height:38px;font-size:.82rem;padding:6px 12px;border:1px solid var(--border);background:white;border-radius:var(--radius-medium);font-weight:700;color:var(--ink);cursor:pointer;transition:all .15s ease}.logo-card-actions button:hover:not(:disabled){background:var(--canvas-outer);border-color:var(--muted)}.identity-command-bar{position:-webkit-sticky;position:sticky;z-index:20;top:.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:12px;background:rgb(255 255 255/96%);box-shadow:0 10px 28px rgb(16 32 51/8%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.identity-button-row,.identity-command-bar>div{display:flex;flex-wrap:wrap;gap:.6rem}.identity-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);grid-gap:1.25rem;gap:1.25rem;align-items:start}.identity-controls,.identity-previews{display:grid;grid-gap:1rem;gap:1rem}.identity-section{display:grid;grid-gap:.9rem;gap:.9rem;padding:1rem}.identity-modal-header h2,.identity-preview-panel h2,.identity-section h2{margin:0;font-size:1.05rem}.identity-preview-panel{position:-webkit-sticky;position:sticky;top:5.75rem;display:grid;grid-gap:.9rem;gap:.9rem;padding:1rem;border:1px solid var(--border);border-radius:14px;background:white}.identity-check{display:flex;align-items:center;gap:.6rem;font-weight:700}.identity-check input{width:18px;min-height:18px;margin:0}.identity-inline-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.identity-range{display:grid;grid-template-columns:minmax(125px,1fr) minmax(100px,1.5fr) 76px 20px;grid-gap:.6rem;gap:.6rem;align-items:center;font-size:.88rem;font-weight:700}.identity-range input[type=number]{min-height:38px;padding:.35rem .5rem}.identity-asset-summary{display:grid;grid-template-columns:120px 1fr;grid-gap:.8rem;gap:.8rem;align-items:center}.identity-asset-summary>span:last-child{display:grid;grid-gap:.25rem;gap:.25rem;min-width:0}.identity-asset-summary small,.identity-media-card small,.identity-modal-header p{color:var(--muted);overflow-wrap:anywhere}.identity-checkerboard,.identity-media-thumb{display:grid;place-items:center;overflow:hidden;min-height:76px;border:1px solid var(--border);border-radius:8px;background-color:#fff;background-image:linear-gradient(45deg,#edf1f4 25%,transparent 0),linear-gradient(-45deg,#edf1f4 25%,transparent 0),linear-gradient(45deg,transparent 75%,#edf1f4 0),linear-gradient(-45deg,transparent 75%,#edf1f4 0);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.identity-checkerboard img,.identity-media-thumb img{display:block;max-width:100%;max-height:100px;object-fit:contain}.identity-asset-empty,.identity-feedback{margin:0}.identity-footer-preview,.identity-header-preview{position:relative;display:flex;min-height:105px;align-items:center;justify-content:space-between;gap:1rem;overflow:hidden;padding:1.8rem 1rem .8rem;border:1px solid var(--border);border-radius:10px;background:#fff}.identity-footer-preview>span,.identity-header-preview>span{position:absolute;top:.45rem;left:.65rem;color:#66717f;font-size:.68rem;font-weight:800;text-transform:uppercase}.identity-header-preview>i{color:#526273;font-size:.72rem;font-style:normal}.identity-footer-preview,.identity-header-preview.is-dark{color:#fff;background:#102033}.identity-footer-preview>span,.identity-header-preview.is-dark>i,.identity-header-preview.is-dark>span{color:#d8e3eb}.identity-header-preview.is-mobile{width:min(100%,390px)}.identity-preview-brand{display:flex;min-width:0;align-items:flex-start;gap:.35rem}.identity-preview-brand.is-below_logo{flex-direction:column}.identity-preview-brand.is-beside_logo{align-items:center}.identity-footer-preview small,.identity-preview-brand small{max-width:180px;color:inherit;line-height:1.25}.identity-preview-logo{display:block;max-width:100%;height:auto;max-height:54px;object-fit:contain;object-position:left center}.identity-text-logo{display:block;overflow-wrap:anywhere;font-size:1rem}.identity-footer-preview{flex-direction:column;align-items:flex-start;justify-content:center}.identity-modal-backdrop{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:1rem;background:rgb(16 32 51/64%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.identity-media-modal,.identity-preview-modal{width:min(920px,96vw);max-height:90vh;overflow:auto;padding:1rem;border-radius:14px;background:white;box-shadow:0 24px 64px rgb(0 0 0/24%)}.identity-preview-modal{width:min(760px,96vw)}.identity-modal-header,.identity-upload-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.identity-modal-header p{margin:.2rem 0 0}.identity-upload-button{position:relative;overflow:hidden}.identity-upload-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.identity-upload-title{margin-bottom:.75rem}.identity-media-filters{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.35fr);grid-gap:.75rem;gap:.75rem;margin-bottom:.85rem}.identity-media-scroll{max-height:52vh;overflow-y:auto;padding:.2rem}.identity-progress{position:relative;overflow:hidden;height:34px;margin-bottom:1rem;border-radius:8px;background:#e9eff3}.identity-progress span{position:absolute;inset:0 auto 0 0;background:#3af4f0;transition:width .12s linear}.identity-progress strong{position:relative;display:grid;height:100%;place-items:center;font-size:.78rem}.identity-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem}.identity-media-card{padding:.6rem;border:1px solid var(--border);border-radius:10px;color:var(--ink);background:white}.identity-media-card,.identity-media-select{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0;text-align:left;cursor:pointer}.identity-media-select{width:100%;padding:0;color:inherit;background:transparent;border:0}.identity-media-rename-button{padding:.45rem .55rem;color:var(--brand);background:#f3fafc;border:1px solid #b9dce7;border-radius:8px;cursor:pointer}.identity-media-rename{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:.35rem;gap:.35rem}.identity-media-rename button,.identity-media-rename input{min-height:36px;padding:.4rem .5rem;border:1px solid var(--border);border-radius:7px}.identity-media-more{margin:.75rem 0 .25rem;color:var(--muted);text-align:center}.identity-media-card.is-selected,.identity-media-card:hover{border-color:var(--brand);box-shadow:0 0 0 2px rgb(0 127 190/12%)}.identity-media-card em{color:#995800;font-size:.72rem}.identity-media-card b{color:var(--brand);font-size:.72rem}@media (max-width:980px){.identity-layout{grid-template-columns:1fr}.identity-preview-panel{position:static}}@media (max-width:640px){.identity-command-bar,.identity-upload-row{align-items:stretch;flex-direction:column}.identity-command-bar>div{display:grid;grid-template-columns:1fr 1fr}.identity-inline-fields{grid-template-columns:1fr}.identity-range{grid-template-columns:1fr 70px 20px}.identity-range>span{grid-column:1/-1}.identity-asset-summary{grid-template-columns:1fr}.identity-header-preview{min-height:92px}.identity-header-preview.is-mobile .identity-preview-brand.is-beside_logo small{display:none}}.website-colours-page{padding-bottom:0}.website-colours-heading{margin-bottom:20px}.website-colours-heading>div{max-width:760px}.website-colours-heading p:last-child{margin:8px 0 0;color:var(--muted)}.website-colours-shell{min-width:0}.website-colours-actionbar{position:-webkit-sticky;position:sticky;z-index:30;top:0;display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding:12px 16px;background:rgb(247 250 252/96%);border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 24px rgba(7,24,45,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.website-colours-status{display:inline-flex;min-height:32px;align-items:center;padding:6px 10px;color:var(--brand-strong);background:#e8f7fc;border-radius:999px;font-size:.82rem;font-weight:800;white-space:nowrap}.website-colours-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.website-colours-actions button{min-height:42px}.website-colours-workspace{display:grid;height:calc(100svh - 250px);min-height:580px;grid-template-columns:minmax(480px,1fr) minmax(440px,.92fr);grid-gap:22px;gap:22px;overflow:hidden}.website-colours-editor,.website-colours-preview{min-width:0;height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.website-colours-editor{padding:0 10px 36px 0}.website-colours-preview{position:-webkit-sticky;position:sticky;top:0;padding:0 4px 32px;outline:none}.website-colour-group{padding:22px}.website-colour-group+.website-colour-group{margin-top:16px}.website-colour-group h2{margin:0 0 18px;font-size:1.12rem}.real-website-preview{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:18px}.real-website-preview,.real-website-preview iframe{width:100%;height:100%;min-height:680px;background:#ffffff}.real-website-preview iframe{display:block;border:0}.real-website-preview-note{position:absolute;z-index:2;top:12px;left:50%;width:max-content;max-width:calc(100% - 24px);margin:0;padding:9px 13px;color:#5f370e;background:#fff7df;border:1px solid #f2d38b;border-radius:999px;box-shadow:0 8px 22px rgb(16 32 51/12%);font-size:.78rem;font-weight:800;text-align:center;transform:translateX(-50%)}.theme-hero-font-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:4px}.theme-hero-font-grid .field-group{min-width:0}.theme-hero-font-grid select{display:block;width:100%;min-height:52px;padding:11px 3rem 11px 14px;color:var(--ink);background-color:#ffffff;border:1px solid var(--border);border-radius:11px}.theme-match-colours{justify-self:start;width:auto;min-height:44px}@media (max-width:760px){.theme-hero-font-grid{grid-template-columns:1fr}}.website-colour-group .color-picker-container:last-child{margin-bottom:0}.website-colours-defaults{display:inline-flex;margin-top:4px;padding:0;border:0;background:transparent;cursor:pointer;font:inherit;font-weight:750}.website-colours-warning{margin:16px 0;padding:14px 16px;color:#7a2e0b;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px}.website-colours-warning p{margin:6px 0 0}.color-picker-container{gap:8px;margin-bottom:18px}.color-picker-label{font-size:.9rem}.color-picker-pass,.color-picker-warning{padding:3px 7px;border-radius:999px;font-size:.72rem;font-weight:800}.color-picker-pass{color:#0f6a48;background:#e9f8f1;border:1px solid #bce8d3}.color-picker-warning{color:#9a3412;background:#fff7ed;border-color:#fed7aa}.color-picker-row{display:grid!important;grid-template-columns:58px 48px minmax(140px,1fr) auto;grid-gap:9px!important;gap:9px!important}.color-picker-swatch{width:58px!important;min-width:58px!important;border-radius:10px!important}.color-picker-swatch,.color-picker-wrapper{height:48px!important;min-height:48px!important}.color-picker-wrapper{width:48px!important;min-width:48px!important;background:transparent!important}.color-picker-native-preview{width:100%;height:100%;border:4px solid #ffffff;border-radius:8px;pointer-events:none}.color-picker-row input[type=text]{width:100%!important;min-width:140px!important;height:48px!important;font-size:.95rem!important;letter-spacing:.03em}.color-picker-reset{height:48px!important;min-height:48px!important}.website-colours-preview-card{min-height:100%;overflow:hidden;color:var(--colour-main-text);background:var(--colour-page);border:1px solid var(--colour-border);border-radius:18px;box-shadow:var(--shadow)}.website-colours-preview-label{margin:0;padding:10px 18px;color:var(--colour-secondary-button-text);background:var(--colour-secondary-brand);font-size:.76rem;font-weight:800}.website-colours-demo-header{display:flex;min-height:68px;align-items:center;gap:16px;padding:10px 18px;background:var(--colour-card);border-bottom:1px solid var(--colour-border)}.website-colours-demo-logo{display:block;width:min(170px,48%);height:42px;margin-right:auto;border-radius:10px;background:linear-gradient(135deg,var(--colour-main-brand),var(--colour-highlight))}.website-colours-demo-header span{color:var(--colour-main-text);font-size:.78rem;font-weight:700}.website-colours-demo-guide{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;padding:12px 18px;color:var(--colour-main-text);background:var(--colour-card);border-bottom:1px solid var(--colour-border);font-size:.72rem}.website-colours-demo-guide strong{width:100%}.website-colours-demo-guide span{display:inline-flex;align-items:center;gap:6px}.website-colours-demo-guide i{width:18px;height:18px;border:1px solid var(--colour-border);border-radius:5px}.website-colours-demo-guide i[data-colour=brand]{background:var(--colour-main-brand)}.website-colours-demo-guide i[data-colour=secondary]{background:var(--colour-secondary-brand)}.website-colours-demo-guide i[data-colour=highlight]{background:var(--colour-highlight)}.website-colours-demo-guide i[data-colour=page]{background:var(--colour-page)}.website-colours-demo-guide i[data-colour=card]{background:var(--colour-card)}.website-colours-preview-card main{display:grid;grid-gap:16px;gap:16px;padding:clamp(24px,5vw,46px)}.website-colours-demo-hero{display:grid;grid-gap:16px;gap:16px;padding:clamp(20px,4vw,34px);color:var(--colour-hero-text);background:var(--colour-hero-background);border-radius:14px}.website-colours-demo-hero h2{color:var(--colour-hero-heading);font-family:var(--colour-hero-heading-font),sans-serif}.website-colours-demo-hero>p:not(.website-colours-demo-eyebrow){color:var(--colour-hero-text);font-family:var(--colour-hero-body-font),sans-serif}.website-colours-demo-eyebrow{margin:0;color:var(--colour-main-brand);font-size:.74rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.website-colours-preview-card h2{max-width:560px;margin:0;color:var(--colour-main-text);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.7rem,3vw,2.25rem);line-height:1.08;letter-spacing:-.035em}.website-colours-preview-card article p,.website-colours-preview-card article small,.website-colours-preview-card main>p:not(.website-colours-demo-eyebrow){margin:0;color:var(--colour-secondary-text);font-size:.94rem;line-height:1.65}.website-colours-demo-actions{display:flex;flex-wrap:wrap;gap:10px}.website-colours-demo-actions button{min-height:42px;padding:10px 14px;border-radius:9px;font-size:.84rem;font-weight:800}.website-colours-preview-card .website-colours-demo-actions button:first-child{color:var(--colour-main-button-text)!important;background:var(--colour-main-button)!important;border:1px solid var(--colour-main-button)!important}.website-colours-preview-card .website-colours-demo-actions button:last-child{color:var(--colour-secondary-button-text)!important;background:var(--colour-secondary-button)!important;border:1px solid var(--colour-secondary-button)!important}.website-colours-preview-card article{margin-top:8px;padding:20px;background:var(--colour-card);border:1px solid var(--colour-border);border-radius:12px}.website-colours-preview-card article small{color:var(--colour-highlight);font-weight:800}.website-colours-preview-card article h3{margin:8px 0;color:var(--colour-card-heading);font-size:1.14rem;line-height:1.35}.website-colours-preview-card article p{color:var(--colour-card-muted)}.website-colours-preview-card article a{display:inline-block;margin-top:10px;color:var(--colour-main-brand);font-weight:800;text-decoration:underline;text-underline-offset:3px}.website-colours-preview-card article a:hover{color:var(--colour-link-hover)}.website-colours-preview-overlay{position:fixed;z-index:1000;inset:0;display:none;background:rgba(3,16,30,.68)}.website-colours-preview-modal{width:100%;height:100%;overflow:hidden;background:#f7fafc}.website-colours-preview-modal>header{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px;background:#ffffff;border-bottom:1px solid var(--border)}.website-colours-preview-modal>div{height:calc(100% - 64px);overflow-y:auto;padding:14px}@media (max-width:1180px) and (min-width:761px){.website-colours-workspace{grid-template-columns:minmax(410px,1fr) minmax(360px,.9fr)}.color-picker-row{grid-template-columns:52px 44px minmax(118px,1fr) auto}}@media (max-width:760px){.website-colours-page{padding-inline:14px}.website-colours-heading{margin-bottom:14px}.website-colours-actionbar{top:72px;align-items:stretch;flex-direction:column;gap:10px;margin-inline:-4px;padding:10px}.website-colours-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.website-colours-actions button{width:100%;padding-inline:8px}.website-colours-workspace{display:block;height:auto;min-height:0;overflow:visible}.website-colours-editor{height:auto;overflow:visible;padding:0 0 32px}.website-colours-preview{display:none}.website-colour-group{padding:16px}.color-picker-label-row{align-items:flex-start;gap:8px}.color-picker-row{grid-template-columns:54px 46px minmax(0,1fr)}.color-picker-row input[type=text]{min-width:0!important}.color-picker-reset{width:100%;grid-column:1/-1}.website-colours-preview-overlay{display:block}.website-colours-preview-card h2{font-size:clamp(1.75rem,9vw,2.35rem)}}.pages-content-page{max-width:1180px;margin-inline:auto}.pages-content-heading h1{font-size:clamp(2rem,4vw,3rem)}.pages-content-heading p:last-child{color:var(--muted)}.pages-content-select{display:grid;grid-gap:7px;gap:7px;margin-bottom:12px;font-weight:800}.pages-content-select select{width:100%;min-height:54px;padding:0 14px;background:#fff;border:1px solid var(--border);border-radius:11px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.pages-content-select select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(7,157,221,.15)}.pages-content-select input{width:100%;min-height:54px;padding:0 14px;background:#fff;border:1px solid var(--border);border-radius:11px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.pages-content-select input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(7,157,221,.15)}.pages-content-actionbar{position:-webkit-sticky;position:sticky;z-index:40;top:0;display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;background:rgb(247 250 252/96%);border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 25px rgb(16 32 51/8%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pages-content-actionbar>span{padding:7px 11px;color:#007fbe;background:#e7f7fb;border-radius:99px;font-size:.8rem;font-weight:800}.pages-content-actionbar>div{display:flex;gap:7px}.pages-content-actionbar details{position:relative}.pages-content-actionbar summary{display:grid;width:42px;height:42px;place-items:center;background:#fff;border:1px solid var(--border);border-radius:9px;cursor:pointer;list-style:none}.pages-content-actionbar details button{position:absolute;top:48px;right:0;width:240px;padding:11px;background:#fff;border:1px solid var(--border);border-radius:9px;box-shadow:var(--shadow-sm)}.pages-content-preview{margin-top:14px;padding:16px;background:#edf3f6;border:1px solid var(--border);border-radius:14px}.pages-content-preview>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:10px}.pages-content-preview article{padding:13px;background:#fff;border:1px solid var(--border);border-radius:9px}.pages-content-preview article :is(h3,p){margin:5px 0}.pages-content-preview article p{color:var(--muted);font-size:.82rem}.pages-work-preview-empty,.pages-work-preview-media{display:block;width:100%;aspect-ratio:16/9;margin-bottom:12px;border:0;border-radius:9px;object-fit:cover;background:#dce8ee}.website-colours-demo-cta,.website-colours-demo-dark{margin-top:1rem;padding:1.1rem;border-radius:1rem}.website-colours-demo-dark{color:var(--colour-dark-text);background:var(--colour-dark);border:1px solid var(--colour-dark-border)}.website-colours-demo-dark h3{color:var(--colour-dark-heading)}.website-colours-demo-dark p{color:var(--colour-dark-muted)}.website-colours-demo-cta{background:var(--colour-cta-background)}.website-colours-demo-cta h3{color:var(--colour-cta-heading)}.website-colours-demo-cta p{color:var(--colour-cta-text)}.website-colours-demo-eyebrow{color:var(--colour-hero-eyebrow)}.website-colours-preview-card main>h2{color:var(--colour-hero-heading);font-family:var(--colour-hero-heading-font),sans-serif}.website-colours-preview-card main>p{font-family:var(--colour-hero-body-font),sans-serif}.portfolio-colour-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:760px){.portfolio-colour-grid{grid-template-columns:1fr}}.pages-work-preview-empty{display:grid;place-items:center;padding:12px;color:var(--muted);text-align:center}.pages-content-layout{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:start;grid-gap:16px;gap:16px;margin-top:16px}.pages-content-layout>aside{padding:16px;background:#fff;border:1px solid var(--border);border-radius:12px}.pages-content-layout>aside h2{margin-top:0;font-size:1rem}.pages-content-layout>aside button{width:100%;padding:11px;text-align:left;background:#edf4f7;border:0;border-radius:8px;font-weight:800}.pages-content-layout>aside small{display:block;margin-top:3px;color:var(--muted)}.pages-content-layout>aside button+button{margin-top:7px}.pages-section-editor textarea{width:100%;min-height:110px;resize:vertical}.pages-action-editor,.pages-string-list{display:grid;grid-gap:10px;gap:10px;margin:14px 0;padding:14px;border:1px solid var(--border);border-radius:10px}.pages-action-editor legend,.pages-string-list legend{padding-inline:6px;font-weight:800}.pages-string-list>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:8px;gap:8px}.pages-string-list>div>button{min-height:42px;margin-bottom:20px}.pages-string-list>.pages-expectation-editor{grid-template-columns:1fr;align-items:stretch;padding:12px;border:1px solid var(--border);border-radius:9px}.pages-string-list>.pages-expectation-editor>button{justify-self:start;margin-bottom:0}.pages-media-control,.pages-structured-editor,.pages-structured-group{display:grid;grid-gap:12px;gap:12px}.pages-media-control{padding:16px;border:1px solid var(--border);border-radius:10px;background:#fff}.pages-media-control p{margin:4px 0 0}.pages-media-control img,.pages-media-control video{width:min(100%,420px);aspect-ratio:16/9;object-fit:cover;border-radius:10px;background:#071426}.pages-structured-group{margin:10px 0;padding:14px;border:1px solid var(--border);border-radius:10px}.pages-structured-group legend{padding-inline:6px;font-weight:800}.pages-structured-list-item{display:grid;grid-gap:10px;gap:10px;padding:12px;background:#f7fafc;border:1px solid var(--border);border-radius:9px}.pages-stable-key{display:flex;justify-content:space-between;gap:12px;margin:0;color:var(--muted);font-size:.82rem}.pages-section-editor{padding:22px}.pages-section-heading{display:flex;justify-content:space-between;gap:14px}.pages-section-heading h2{margin:0}.pages-section-heading p{color:var(--muted)}.pages-add-card{margin-block:12px}.pages-card-list{display:grid;grid-gap:10px;gap:10px}.pages-card-editor{border:1px solid var(--border);border-radius:10px;background:#fff}.pages-card-editor>summary{display:flex;justify-content:space-between;gap:12px;padding:14px;cursor:pointer;font-weight:800}.pages-card-editor>summary small{color:var(--muted)}.pages-card-editor>div{display:grid;grid-gap:11px;gap:11px;padding:0 14px 16px;border-top:1px solid var(--border)}.pages-card-editor label{display:grid;grid-gap:5px;gap:5px;font-weight:750}.pages-card-editor input:not([type=checkbox]),.pages-card-editor select{width:100%;min-height:46px;padding:0 12px;background:#fff;border:1px solid var(--border);border-radius:8px}.pages-card-editor label small{color:var(--muted);font-size:.72rem}.pages-image-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pages-image-row img,.pages-image-row video,.pages-image-row>span{width:120px;height:76px;object-fit:cover;background:#edf3f6;border:1px solid var(--border);border-radius:8px}.pages-card-actions{display:flex;flex-wrap:wrap;gap:7px}.pages-card-actions button{padding:8px 10px;background:#fff;border:1px solid var(--border);border-radius:7px}@media(max-width:760px){.pages-content-actionbar{align-items:stretch;flex-direction:column}.pages-content-actionbar>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.pages-content-actionbar button{min-width:0;padding-inline:6px;font-size:.72rem}.pages-content-layout,.pages-content-preview>div{grid-template-columns:1fr}.pages-section-heading{flex-direction:column}.pages-content-actionbar details button{position:fixed;top:120px;right:12px}.pages-content-layout>aside{position:static}}.pages-section-editor{display:grid;align-content:start;grid-gap:18px;gap:18px;overflow:hidden}.header-colour-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.header-choice,.header-colour-field{display:grid;grid-gap:7px;gap:7px;color:var(--ink);font-weight:800}.header-colour-field>div{display:grid;grid-template-columns:54px minmax(0,1fr);grid-gap:8px;gap:8px}.header-colour-field input[type=color]{width:54px;min-height:48px;padding:4px}.header-announcement-sample{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;padding:10px 14px;border-radius:9px;text-align:center;font-weight:750}.header-card-heading,.header-inline-actions,.navigation-editor-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.header-card-heading{justify-content:space-between}.header-card-heading :is(h2,p){margin:0}.header-card-heading p{margin-top:4px;color:var(--muted)}.header-card-heading>div:last-child{display:flex;gap:8px}.navigation-editor-list{display:grid;grid-gap:9px;gap:9px}.navigation-editor-item{overflow:hidden;border:1px solid #cedce3;border-radius:12px;background:#fff;touch-action:manipulation}.navigation-editor-row{padding:10px}.navigation-editor-row strong{margin-right:auto}.navigation-editor-row em,.navigation-editor-row small{padding:4px 7px;border-radius:999px;background:#edf4f7;color:var(--muted);font-size:.72rem;font-style:normal;font-weight:800}.header-card-heading button,.header-inline-actions button,.navigation-child-row button,.navigation-editor-row button,.navigation-inline-editor>button{min-height:36px;padding:7px 10px;border:1px solid #c8d7de;border-radius:8px;background:#fff;color:var(--ink);font-weight:750}.navigation-inline-editor{display:grid;grid-gap:13px;gap:13px;padding:15px;border-top:1px solid #d7e3e8;background:#f8fbfc}.navigation-drag-handle{display:inline-grid;min-width:38px;padding:7px;place-items:center;cursor:-webkit-grab;cursor:grab;touch-action:none}.navigation-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.admin-shell .blog-drag-handle,.admin-shell .drag-handle,.admin-shell .hero-draft-preview>div,.admin-shell .navigation-drag-handle,.admin-shell .section-preview-copy,.admin-shell .structure-drag-handle,.admin-shell [draggable=true]{cursor:-webkit-grab;cursor:grab}.admin-shell .blog-drag-handle:active,.admin-shell .drag-handle:active,.admin-shell .hero-draft-preview>div:active,.admin-shell .navigation-drag-handle:active,.admin-shell .section-preview-copy:active,.admin-shell .structure-drag-handle:active,.admin-shell [aria-pressed=true].navigation-drag-handle,.admin-shell [draggable=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.navigation-drag-overlay{min-width:min(680px,calc(100vw - 40px));border:1px solid #84cfe7;border-radius:12px;background:#fff;box-shadow:0 18px 42px rgb(4 25 46/22%);opacity:.94}.navigation-child-editor{overflow:hidden;border:1px solid #d1dfe5;border-radius:10px;background:#fff}.navigation-child-fields,.navigation-child-list{display:grid;grid-gap:10px;gap:10px}.navigation-child-row{display:flex;align-items:center;gap:8px;padding:10px}.navigation-child-row strong{margin-right:auto}.navigation-child-row em{padding:4px 7px;border-radius:999px;background:#edf4f7;color:var(--muted);font-size:.72rem;font-style:normal;font-weight:800}.navigation-child-fields{padding:13px;border-top:1px solid #d7e3e8;background:#f8fbfc}.header-destination-editor{display:grid;grid-gap:10px;gap:10px}.header-destination-editor>label{display:grid;grid-gap:7px;gap:7px;font-weight:800}.phase2d-preview{display:grid;grid-gap:8px;gap:8px;margin-block:12px}.phase2d-preview-frame{width:100%;min-height:230px;overflow:hidden;border:1px solid #bdced7;border-radius:12px;background:linear-gradient(145deg,#063251,#0a8dad);color:#fff}.phase2d-preview-frame.is-mobile{width:min(390px,100%);margin-inline:auto}.phase2d-preview-frame>div:first-child{padding:7px 10px;text-align:center;font-size:.72rem}.phase2d-preview-frame header{display:flex;min-height:58px;align-items:center;gap:14px;padding:10px 14px;background:#fff;color:#07182d}.phase2d-preview-frame[data-appearance=DARK] header{background:#03101e;color:#fff}.phase2d-preview-frame[data-appearance=TRANSPARENT] header{background:transparent}.phase2d-preview-frame[data-appearance=GLASS] header{background:rgb(255 255 255/18%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.phase2d-preview-frame[data-dark=true] header{color:#fff}.phase2d-preview-frame header nav{display:flex;gap:12px;margin-left:auto;font-size:.76rem}.phase2d-preview-brand{display:inline-flex;max-width:150px;align-items:center;overflow:hidden;font-size:.82rem;white-space:nowrap}.phase2d-preview-brand img{display:block;width:auto;max-width:138px;height:34px;object-fit:contain}.phase2d-preview-frame header nav :is(a,button){position:relative;display:inline-flex;min-height:34px;align-items:center;gap:3px;margin:0;padding:6px 8px;border:0;border-radius:7px;background:transparent;color:var(--preview-nav,inherit);font:inherit;font-weight:750;text-decoration:none;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.phase2d-preview-frame header nav :is(a,button):after{position:absolute;right:8px;bottom:3px;left:8px;height:2px;border-radius:2px;background:var(--preview-nav-hover);content:"";transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.phase2d-preview-frame header nav :is(a,button):hover{color:var(--preview-nav-hover)}.phase2d-preview-frame[data-hover=underline] header nav :is(a,button):hover{color:var(--preview-nav)}.phase2d-preview-frame[data-hover=color_underline] header nav :is(a,button):hover:after,.phase2d-preview-frame[data-hover=underline] header nav :is(a,button):hover:after{transform:scaleX(1)}.phase2d-preview-frame[data-hover=background] header nav :is(a,button):hover{background:color-mix(in srgb,var(--preview-nav-hover-bg) 18%,transparent)}.phase2d-preview-frame[data-hover=pill] header nav :is(a,button):hover{background:color-mix(in srgb,var(--preview-nav-hover-bg) 24%,transparent);border-radius:999px}.phase2d-preview-frame[data-hover=lift_glow] header nav :is(a,button):hover{background:color-mix(in srgb,var(--preview-nav-hover-bg) 16%,transparent);box-shadow:0 5px 14px color-mix(in srgb,var(--preview-nav-hover) 16%,transparent);transform:translateY(-1px)}.phase2d-preview-nav-item svg{color:currentColor;transition:transform .18s ease}.phase2d-preview-nav-item[data-open=true] svg{transform:rotate(180deg)}.phase2d-preview-frame header b{padding:7px 9px;border-radius:7px;background:#079ddd;color:#fff;font-size:.7rem}.phase2d-preview-frame header button{margin-left:auto}.phase2d-preview-page{min-height:180px;background:linear-gradient(135deg,rgb(7 24 45/96%),rgb(9 148 183/85%)),#07182d}.phase2d-preview-frame main h3{max-width:18ch;margin:8px 0;font-size:1.7rem}.phase2d-preview-frame>div:first-child{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.phase2d-preview-frame>div:first-child a{color:inherit;font-weight:850;text-decoration:none}.phase2d-preview-dropdown{position:relative;z-index:3;margin:0 14px;padding:0;border-radius:0 0 12px 12px;background:var(--preview-dropdown-bg,#fff);color:var(--preview-dropdown-text,#07182d);overflow:hidden;box-shadow:0 16px 34px rgb(4 25 45/20%);animation:section-preview-rise .2s ease both}.phase2d-preview-dropdown>div{display:grid;grid-template-columns:1fr}.phase2d-preview-dropdown>div.with-overview{grid-template-columns:minmax(140px,.7fr) minmax(0,1.5fr)}.phase2d-preview-dropdown aside{display:flex;flex-direction:column;min-height:190px;padding:18px;background:var(--preview-overview-bg);color:var(--preview-overview-text)}.phase2d-preview-dropdown aside span{color:var(--preview-overview-accent);font-size:.68rem;font-weight:800;text-transform:uppercase}.phase2d-preview-dropdown aside p{color:var(--preview-overview-muted);font-size:.75rem}.phase2d-preview-dropdown aside b{margin-top:auto}.phase2d-preview-dropdown section{padding:16px}.phase2d-preview-dropdown section>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px}.phase2d-preview-dropdown a{display:grid;grid-gap:2px;gap:2px;padding:8px;border-radius:7px;color:var(--preview-dropdown-text);text-decoration:none}.phase2d-preview-dropdown a:hover{background:var(--preview-dropdown-hover)}.phase2d-preview-dropdown a small{color:var(--preview-dropdown-muted)}.header-interaction-controls{display:grid;grid-gap:16px;gap:16px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--border)}.header-range{display:grid;grid-gap:8px;gap:8px;font-weight:750}.phase2d-preview-mobile-menu{position:relative;z-index:3;display:grid;grid-gap:5px;gap:5px;max-height:360px;overflow:auto;padding:10px 14px 16px;background:#fff;color:#07182d}.phase2d-preview-mobile-menu>div{display:grid;grid-gap:6px;gap:6px;padding:10px 0;border-bottom:1px solid #d7e3e9}.phase2d-preview-mobile-menu span{padding-left:14px;color:#526273;font-size:.8rem}.phase2d-preview-mobile-menu>b{margin-top:8px;padding:10px;border-radius:8px;background:#079ddd;color:#fff;text-align:center}.header-preview-backdrop{position:fixed;z-index:1100;inset:0;display:grid;padding:18px;background:rgb(2 15 28/72%);animation:section-preview-fade .3s ease both;place-items:center}.header-preview-backdrop>section{position:relative;width:min(1100px,100%);max-height:calc(100dvh - 36px);overflow:auto;padding:20px;border-radius:17px;background:#f7fafb;animation:section-preview-rise .3s ease both}.header-preview-close{position:absolute;z-index:2;top:10px;right:10px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:1.5rem}.header-preview-close:hover{background:#ffe8e8;color:#a52b2b}.phase2d-preview.is-large .phase2d-preview-frame{min-height:520px}@media (max-width:640px){.header-colour-pair{grid-template-columns:1fr}.navigation-editor-row strong{width:calc(100% - 30px)}.header-preview-backdrop{padding:0}.header-preview-backdrop>section{width:100%;height:100dvh;max-height:none;border-radius:0}}.pages-section-heading{align-items:flex-start;padding-bottom:18px;border-bottom:1px solid var(--border)}.pages-section-heading p{margin:6px 0 0;line-height:1.5}.pages-field{display:grid;min-width:0;grid-gap:7px;gap:7px;color:var(--ink);font-size:.88rem;font-weight:800}.pages-field input,.pages-field textarea,.pages-section-editor select,.pages-structured-editor input[type=number]{width:100%;min-width:0;min-height:46px;padding:11px 13px;border:1px solid #c8d7df;border-radius:10px;outline:0;background:#fff;color:var(--ink);font:inherit;font-weight:550;line-height:1.5;transition:border-color .14s ease,box-shadow .14s ease}.pages-field textarea{min-height:116px;resize:vertical}.pages-field input:focus,.pages-field textarea:focus,.pages-section-editor select:focus,.pages-structured-editor input[type=number]:focus{border-color:#0aaeb9;box-shadow:0 0 0 3px rgb(11 244 251/14%)}.pages-field small{color:var(--muted);font-size:.72rem;font-weight:650}.pages-visibility-toggle{display:inline-grid;min-height:38px;cursor:pointer;align-items:center;grid-template-columns:36px minmax(0,auto);gap:9px;color:var(--ink);font-size:.82rem;font-weight:800}.pages-visibility-toggle input{position:absolute;width:1px;height:1px;opacity:0}.pages-visibility-toggle>span{position:relative;width:36px;height:21px;border-radius:999px;background:#aab8c2;box-shadow:inset 0 0 0 1px rgb(8 31 54/8%);transition:background .14s ease}.pages-visibility-toggle>span:after{position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgb(8 31 54/24%);content:"";transition:transform .14s ease}.pages-visibility-toggle input:checked+span{background:#079ba6}.pages-visibility-toggle input:checked+span:after{transform:translateX(15px)}.pages-visibility-toggle input:focus-visible+span{outline:3px solid rgb(11 244 251/25%);outline-offset:2px}.pages-action-editor,.pages-string-list,.pages-structured-group{min-width:0;margin:0;padding:18px;border:1px solid #d3dfe5;border-radius:13px;background:#fbfdfe}.pages-action-editor legend,.pages-string-list legend,.pages-structured-group legend{padding-inline:8px;color:var(--ink);font-size:.92rem;font-weight:850}.pages-structured-editor{gap:18px}.pages-structured-group{gap:14px}.pages-structured-group .pages-structured-group{background:#fff;border-style:dashed}.pages-link-field{display:grid;min-width:0;grid-gap:12px;gap:12px;margin:0;padding:14px;border:1px solid #d3dfe5;border-radius:11px;background:#f7fafc}.pages-link-field legend{padding-inline:7px;color:var(--ink);font-size:.88rem;font-weight:850}.pages-link-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px}.pages-link-mode label{position:relative;cursor:pointer}.pages-link-mode input{position:absolute;width:1px;height:1px;opacity:0}.pages-link-mode span{display:grid;min-height:40px;place-items:center;padding:7px 10px;border:1px solid #cbd9df;border-radius:9px;background:#fff;color:var(--muted);font-size:.78rem;font-weight:800;text-align:center}.pages-link-mode input:checked+span{border-color:#079ba6;background:#e9fafb;color:#076f77;box-shadow:inset 0 0 0 1px #079ba6}.pages-link-mode input:focus-visible+span{outline:3px solid rgb(11 244 251/25%);outline-offset:2px}.hero-editor{display:grid;grid-gap:18px;gap:18px}.pages-sections-title{display:grid;grid-gap:10px;gap:10px;margin-bottom:8px}.pages-sections-title h2{margin:0}.pages-section-order-actions{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:14px;border-bottom:1px solid #dbe5e9}.pages-section-order-actions button{min-height:38px;padding:7px 11px;border:1px solid #cbd9df;border-radius:8px;background:#fff;color:var(--ink);font-weight:750}.pages-section-order-actions button:disabled{cursor:not-allowed;opacity:.45}.pages-template-modal{width:min(880px,calc(100vw - 32px))}.pages-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.pages-template-grid>article{display:grid;grid-template-columns:96px minmax(0,1fr);grid-gap:14px;gap:14px;min-width:0;padding:14px;border:1px solid #ccdbe2;border-radius:12px;background:#fff;color:var(--ink);text-align:left;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.pages-template-grid>article:focus-within,.pages-template-grid>article:hover{border-color:#079ba6;background:#f0fbfc;transform:translateY(-1px)}.pages-template-thumbnail{display:block;width:96px;height:72px;padding:0;overflow:hidden;border:1px solid #bad1db;border-radius:8px;background:#e9f2f5;cursor:pointer}.pages-template-select{display:grid;min-width:0;padding:4px 0;border:0;background:transparent;color:var(--ink);cursor:pointer;grid-gap:5px;gap:5px;text-align:left}.pages-template-select small,.pages-template-select strong{min-width:0}.pages-template-select small{color:var(--muted);line-height:1.45}.template-wireframe{position:relative;display:block;width:100%;height:100%;overflow:hidden;background:linear-gradient(145deg,#eef8fa,#d8eff3)}.template-wireframe i{position:absolute;display:block;border-radius:3px;background:#7194a4}.template-wireframe .wireframe-heading{top:24%;left:9%;width:40%;height:8%;background:#163a50}.template-wireframe .wireframe-copy{top:38%;left:9%;width:34%;height:5%}.template-wireframe .wireframe-media{top:14%;right:8%;width:42%;height:70%;background:linear-gradient(145deg,#0aaebb,#0876a7)}.template-wireframe .wireframe-item{display:none}.template-wireframe[data-template=text_image] .wireframe-media{left:7%;right:auto;width:43%}.template-wireframe[data-template=text_image] :is(.wireframe-heading,.wireframe-copy){left:56%}.template-wireframe[data-template=cards] .wireframe-media,.template-wireframe[data-template=cta] .wireframe-media,.template-wireframe[data-template=faq] .wireframe-media,.template-wireframe[data-template=gallery] .wireframe-media,.template-wireframe[data-template=logo_strip] .wireframe-media,.template-wireframe[data-template=testimonials] .wireframe-media{display:none}.template-wireframe[data-template=cards] .wireframe-item,.template-wireframe[data-template=gallery] .wireframe-item,.template-wireframe[data-template=testimonials] .wireframe-item{display:block;top:50%;width:25%;height:33%;background:#fff;box-shadow:inset 0 0 0 1px #9fc3ce}.template-wireframe .wireframe-item-one{left:8%}.template-wireframe .wireframe-item-two{left:37.5%}.template-wireframe .wireframe-item-three{right:8%}.template-wireframe[data-template=faq] .wireframe-heading{width:30%}.template-wireframe[data-template=faq] .wireframe-copy{top:49%;width:82%;height:9%;box-shadow:0 12px 0 #fff,0 24px 0 #fff;background:#fff}.template-wireframe[data-template=cta] .wireframe-heading{left:30%;width:40%}.template-wireframe[data-template=cta] .wireframe-copy{left:34%;width:32%}.template-wireframe[data-template=cta]:after{position:absolute;top:56%;left:40%;width:20%;height:15%;border-radius:4px;background:#079ddd;content:""}.template-wireframe[data-template=logo_strip] .wireframe-heading{left:34%;width:32%}.template-wireframe[data-template=logo_strip]:after{position:absolute;top:53%;left:8%;width:84%;height:18%;background:repeating-linear-gradient(90deg,#7ca4b3 0 15%,transparent 15% 21%);content:""}.template-preview-backdrop{position:fixed;z-index:1300;inset:0;display:grid;padding:18px;background:rgb(1 15 27/76%);animation:section-preview-fade .3s ease both;place-items:center}.template-preview-modal{display:grid;width:min(900px,100%);max-height:calc(100dvh - 36px);grid-gap:16px;gap:16px;overflow:auto;padding:18px;border-radius:17px;background:#fff;animation:section-preview-rise .3s ease both;box-shadow:0 28px 80px rgb(0 16 30/38%)}.template-preview-modal>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.template-preview-modal>header>div{display:grid;grid-gap:3px;gap:3px}.template-preview-modal>header span{color:var(--muted)}.template-preview-modal>header button{width:40px;height:40px;border:0;border-radius:50%;background:#edf3f5;cursor:pointer;font-size:1.5rem}.template-preview-modal>header button:hover{background:#ffe7e7;color:#a32929}.template-preview-large{width:100%;aspect-ratio:16/8;min-height:260px;overflow:hidden;border:1px solid #bed1d9;border-radius:13px}.template-preview-modal>.primary-button{justify-self:end}[role=button]:not([aria-disabled=true]),a[href],button:not(:disabled),label[for],select,summary{cursor:pointer}.reusable-section-editor{display:grid;grid-gap:16px;gap:16px}.pages-template-badge{width:-moz-fit-content;width:fit-content;padding:6px 10px;border-radius:999px;background:#e4f8fa;color:#06727a;font-size:.75rem;font-weight:850}.reusable-section-editor .pages-image-row>div{display:flex;flex-wrap:wrap;gap:7px}.reusable-section-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.hero-media-mode{grid-column:1/-1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;margin:4px 0 16px;padding:0;border:0}.hero-media-mode legend{grid-column:1/-1;margin-bottom:2px;font-weight:800}.hero-media-mode label{position:relative;display:grid;grid-template-columns:22px 1fr;align-content:start;grid-gap:3px 8px;gap:3px 8px;min-height:54px;padding:9px 11px;border:1px solid var(--border);border-radius:13px;background:#fff;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.hero-media-mode label:hover{border-color:#8eb8c8}.hero-media-mode-compact{grid-template-columns:repeat(5,minmax(0,1fr))}.hero-media-mode-compact label{display:flex;min-height:64px;align-items:center;gap:12px;padding:10px 14px}.hero-media-mode-compact label>span{grid-row:auto;flex:0 0 auto}.hero-foreground-media{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.25rem;padding:1rem;border:1px solid var(--admin-border,#d7e3e9);border-radius:1rem;background:#f8fbfc}.hero-foreground-media-picker{display:flex;align-items:center;gap:1rem;min-width:0}.hero-foreground-media-picker>:is(img,.hero-image-empty){width:10rem;height:6.25rem;flex:0 0 auto;border-radius:.75rem;object-fit:cover}.hero-foreground-media-picker>div{display:flex;flex-wrap:wrap;gap:.625rem}@media (max-width:47.99rem){.hero-foreground-media-picker{align-items:stretch;flex-direction:column}.hero-foreground-media-picker>:is(img,.hero-image-empty){width:100%;height:10rem}}.standard-hero-background-types{grid-template-columns:repeat(3,minmax(140px,190px));justify-content:start}.hero-media-mode label.is-selected{border-color:#079ddd;background:#eefaff;box-shadow:0 0 0 2px rgb(7 157 221/10%)}.hero-media-mode input{position:absolute;opacity:0;pointer-events:none}.hero-media-mode label>span{grid-row:1/span 2;width:20px;height:20px;border:2px solid #91a8b4;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 4px #fff}.hero-media-mode label.is-selected>span{border-color:#079ddd;background:#079ddd}.hero-media-mode strong{font-size:.9rem;line-height:1.2}.standard-hero-media-controls{display:grid;grid-gap:14px;gap:14px;margin:2px 0 18px;padding:16px;border:1px solid #d5e1e7;border-radius:14px;background:#f8fbfc}.standard-hero-media-actions{gap:10px;margin-top:-2px}.standard-hero-media-actions button{min-height:42px}.hero-type-scale-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:18px 0}.hero-size-range{display:grid;grid-gap:9px;gap:9px;padding:14px;border:1px solid var(--border);border-radius:13px;background:#fff}.hero-size-range>span{display:flex;align-items:center;justify-content:space-between;gap:10px}.hero-size-range output{padding:3px 7px;border-radius:7px;background:#e9f5f9;color:#046b91;font-size:.78rem;font-weight:800}.hero-size-range input{width:100%;accent-color:#079ddd}.hero-size-range small{color:var(--muted);font-size:.75rem}.hero-media-mode small{grid-column:2;color:var(--muted);line-height:1.35}.website-restore-card{display:grid;grid-gap:22px;gap:22px;max-width:920px}.website-restore-card h2,.website-restore-card p{margin:0}.website-restore-card h2{margin-bottom:8px;font-size:clamp(1.5rem,3vw,2.15rem)}.website-restore-card>ul{display:grid;grid-gap:9px;gap:9px;margin:0;padding-left:22px;color:var(--muted)}.website-restore-safe-note{display:grid;grid-gap:3px;gap:3px;padding:15px 17px;color:#155e45;background:#e9f8f1;border:1px solid #b8e4d1;border-radius:12px}.website-restore-card>.primary-button{justify-self:start}.website-restore-modal{width:min(620px,calc(100vw - 32px))}.website-restore-modal h3,.website-restore-modal p{margin:0}.website-restore-confirmation{align-items:flex-start;padding:13px;background:#f4f8fa;border:1px solid var(--border);border-radius:10px}@media (max-width:560px){.website-restore-card>.primary-button{width:100%}}@media (max-width:980px){.hero-media-mode{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.hero-media-mode{grid-template-columns:1fr}}.reusable-background-media img,.reusable-background-media video{width:220px;height:132px;border-radius:9px;background:#eaf1f4;object-fit:cover}.pages-editor-note{margin:-5px 0 0;color:var(--muted);font-size:.78rem}.section-preview-backdrop{position:fixed;z-index:1000;inset:0;display:grid;padding:18px;background:rgb(1 16 29/70%);animation:section-preview-fade .3s ease both;place-items:center}.section-preview-modal{display:grid;width:min(1180px,100%);max-height:calc(100dvh - 36px);overflow:hidden;border:1px solid #bfcfd7;border-radius:18px;background:#f7fafb;box-shadow:0 28px 80px rgb(0 16 30/35%);animation:section-preview-rise .3s ease both}.section-preview-modal>header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:18px;gap:18px;padding:14px 16px;border-bottom:1px solid #d2dee4;background:#fff}.section-preview-modal>header>div:first-child{display:grid;grid-gap:2px;gap:2px}.section-preview-modal>header span{color:var(--muted);font-size:.76rem}.section-preview-tabs{display:flex;padding:3px;border-radius:10px;background:#e9f0f3}.section-preview-close,.section-preview-tabs button{border:0;background:transparent;color:var(--ink);font-weight:800}.section-preview-tabs button{padding:8px 12px;border-radius:8px}.section-preview-tabs button.is-active{background:#fff;box-shadow:0 1px 4px rgb(4 30 47/13%)}.section-preview-close{display:grid;width:40px;height:40px;border-radius:50%;font-size:1.6rem;place-items:center}.section-preview-close:focus-visible,.section-preview-close:hover{background:#ffe8e8;color:#aa2727}.section-preview-stage{overflow:auto;padding:clamp(12px,3vw,32px)}.section-preview-canvas{position:relative;display:flex;width:100%;min-height:620px;overflow:hidden;border-radius:13px;color:#092039;box-shadow:0 0 0 1px rgb(0 25 45/10%);transition:width .3s ease}.section-preview-canvas[data-mode=mobile]{width:min(390px,100%);min-height:680px;margin-inline:auto}.section-preview-canvas[data-tone=light]{color:#fff}.section-preview-canvas[data-tone=dark]{color:#092039}.section-preview-canvas>:is(img,video){position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.section-preview-overlay{position:absolute;inset:0;pointer-events:none}.section-preview-overlay[data-overlay=LIGHT]{background:rgb(255 255 255/50%)}.section-preview-overlay[data-overlay=DARK]{background:rgb(0 18 34/58%)}.section-preview-overlay[data-overlay=BRAND]{background:rgb(0 111 168/48%)}.section-preview-copy{position:absolute;z-index:2;display:grid;width:min(580px,calc(100% - 40px));grid-gap:10px;gap:10px;padding:18px;border:1px dashed rgb(11 244 251/70%);border-radius:12px;background:rgb(0 18 34/12%);cursor:-webkit-grab;cursor:grab;touch-action:none}.section-preview-copy:active{cursor:-webkit-grabbing;cursor:grabbing}.section-preview-canvas[data-x=left] .section-preview-copy{left:20px;text-align:left}.section-preview-canvas[data-x=center] .section-preview-copy{left:50%;translate:-50% 0;text-align:center}.section-preview-canvas[data-x=right] .section-preview-copy{right:20px;text-align:right}.section-preview-canvas[data-y=top] .section-preview-copy{top:20px}.section-preview-canvas[data-y=middle] .section-preview-copy{top:50%;translate:0 -50%}.section-preview-canvas[data-x=center][data-y=middle] .section-preview-copy{translate:-50% -50%}.section-preview-canvas[data-y=bottom] .section-preview-copy{bottom:20px}.section-preview-canvas[data-x=center][data-y=bottom] .section-preview-copy{translate:-50% 0}.section-preview-copy :is(h2,p){margin:0}.section-preview-copy h2{font-size:clamp(1.7rem,4vw,3.6rem);line-height:1.05}.section-preview-copy p{line-height:1.55}.section-preview-actions{display:flex;flex-wrap:wrap;gap:8px}.section-preview-actions span{padding:9px 13px;border-radius:8px;background:#079bdd;color:#fff}.section-preview-actions span[data-style=SECONDARY]{background:#06192b}.section-preview-actions span[data-style=OUTLINE]{border:1px solid;background:transparent;color:inherit}.section-preview-items{position:relative;z-index:2;display:grid;align-self:end;width:100%;padding:20px;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.section-preview-items article{padding:14px;border-radius:10px;background:rgb(255 255 255/88%);color:#092039}.section-preview-items article p{margin-bottom:0}@keyframes section-preview-fade{0%{opacity:0}}@keyframes section-preview-rise{0%{opacity:0;transform:translateY(12px) scale(.985)}}@media (max-width:640px){.section-preview-backdrop{padding:0}.section-preview-modal{width:100%;height:100dvh;max-height:none;border:0;border-radius:0}.section-preview-modal>header{grid-template-columns:1fr auto;gap:8px}.section-preview-modal>header>div:first-child span{display:none}.section-preview-tabs{grid-row:2;grid-column:1/-1;justify-content:center}.section-preview-close{grid-row:1;grid-column:2}.section-preview-copy{width:calc(100% - 24px)}.section-preview-canvas[data-x=left] .section-preview-copy{left:12px}.section-preview-canvas[data-x=right] .section-preview-copy{right:12px}.section-preview-items{grid-template-columns:1fr}}.hero-editor-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hero-editor-heading :is(h3,p){margin:0}.hero-editor-heading h3{margin-top:3px;font-size:1.35rem}.hero-editor-heading>div>p:last-child{margin-top:5px;color:var(--muted)}.hero-editor-heading>strong{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#e9f9fa;color:#087d87;font-size:.78rem}.hero-slide-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.hero-slide-strip article{position:relative;min-width:0;border:1px solid #d0dde3;border-radius:11px;background:#fff;overflow:hidden}.hero-slide-strip article.is-active{border-color:#079ba6;background:#effcfc;box-shadow:inset 0 0 0 1px #079ba6}.hero-slide-select{display:grid;width:100%;min-width:0;grid-template-columns:70px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;padding:10px 38px 10px 10px;border:0;background:transparent;color:var(--ink);text-align:left}.hero-slide-thumbnail{display:grid;width:70px;height:50px;overflow:hidden;border-radius:7px;background:#e8f0f3;place-items:center}.hero-slide-thumbnail img{width:100%;height:100%;object-fit:cover}.hero-slide-summary{display:grid;min-width:0;grid-gap:3px;gap:3px}.hero-slide-summary small{color:var(--muted);font-size:.7rem;font-weight:750}.hero-slide-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-slide-summary em{width:-moz-fit-content;width:fit-content;padding:3px 7px;border-radius:999px;background:#fff3d6;color:#8a5a00;font-size:.66rem;font-style:normal;font-weight:800}.hero-slide-summary em[data-status=ready]{background:#e3f7eb;color:#176b3a}.hero-slide-summary em[data-status=hidden]{background:#e8edf0;color:#52636c}.hero-slide-remove{position:absolute;top:7px;right:7px;display:grid;width:28px;height:28px;padding:0;border:1px solid #d8b6b6;border-radius:50%;background:#fff;color:#a12f2f;font-size:1.15rem;line-height:1;place-items:center}.hero-slide-remove:focus-visible,.hero-slide-remove:hover{border-color:#c74747;background:#fff1f1}.hero-slide-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.hero-slide-toolbar>span{color:var(--muted);font-size:.74rem}.hero-slide-toolbar>div{display:flex;gap:6px;margin-left:auto}.hero-slide-toolbar>div button{min-height:38px;padding:7px 10px;border:1px solid #cbd9df;border-radius:8px;background:#fff;color:var(--ink);font-weight:750}.hero-slide-toolbar button:disabled{cursor:not-allowed;opacity:.45}.hero-editor-card{display:grid;grid-gap:10px;gap:10px;padding:14px;border:1px solid #d3dfe5;border-radius:13px;background:#fbfdfe}.hero-editor-card h4{margin:0;font-size:1rem}.hero-live-preview-card{display:grid;grid-gap:10px;gap:10px;padding:14px;border:1px solid #cbdbe2;border-radius:14px;background:#fff}.hero-preview-heading>div:first-child{display:grid;grid-gap:2px;gap:2px}.hero-preview-heading small{color:var(--muted);font-size:.74rem}.hero-editor-details{display:grid;grid-gap:10px;gap:10px}.hero-editor-details>summary{cursor:pointer;color:var(--ink);font-weight:850}.hero-editor-details[open]>summary{margin-bottom:4px}.hero-editor-two-column,.hero-image-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.hero-image-panels article{display:grid;align-content:start;grid-gap:7px;gap:7px;padding:10px;border:1px solid #d3dfe5;border-radius:10px;background:#fff}.hero-image-panels article>strong{display:flex;justify-content:space-between;gap:8px}.hero-image-panels article>strong small{color:var(--muted)}.hero-image-empty,.hero-image-panels img{display:grid;width:100%;height:104px;object-fit:cover;place-items:center;border-radius:8px;background:#edf3f6;color:var(--muted);font-size:.76rem}.hero-image-panels article>div{display:flex;flex-wrap:wrap;gap:7px}.hero-range-field{display:grid;grid-template-columns:minmax(145px,auto) minmax(150px,1fr);align-items:center;grid-gap:10px;gap:10px;font-size:.86rem;font-weight:750}.hero-range-field input{width:100%;min-width:0}.hero-position-grid{display:grid;width:min(330px,100%);grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:7px;gap:7px;padding:10px;border-radius:12px;background:#eaf1f4}.hero-position-grid button{display:grid;min-height:74px;padding:7px;border:1px solid #c5d4db;border-radius:8px;background:#fff;grid-gap:4px;gap:4px;place-items:center}.hero-position-grid button span{width:18px;height:12px;border-radius:3px;background:#9aacb5}.hero-position-grid button.is-active{border-color:#079ba6;background:#dff9fa;box-shadow:inset 0 0 0 1px #079ba6}.hero-position-grid button.is-active span{background:#079ba6}.hero-position-grid button small{color:#52636c;font-size:.62rem;font-weight:750;text-align:center}.hero-preview-snap-zone{--snap-x:0;--snap-y:0;position:absolute;z-index:1;width:34%;height:34%;border:1px dashed rgb(11 244 251/55%);border-radius:12px;background:rgb(11 244 251/8%);pointer-events:none;transform:translate(var(--snap-x),var(--snap-y))}.hero-preview-snap-zone[data-x=left]{left:10px}.hero-preview-snap-zone[data-x=center]{--snap-x:-50%;left:50%}.hero-preview-snap-zone[data-x=right]{right:10px}.hero-preview-snap-zone[data-y=top]{top:10px}.hero-preview-snap-zone[data-y=middle]{--snap-y:-50%;top:50%}.hero-preview-snap-zone[data-y=bottom]{bottom:10px}.hero-draft-preview{position:relative;display:grid;min-height:330px;overflow:hidden;padding:28px;border-radius:14px;background:radial-gradient(circle at 78% 40%,rgb(11 244 251/35%),transparent 38%),#031426;background-position:50%;background-size:cover;color:#fff}.hero-preview-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.hero-preview-heading>div{display:flex;gap:5px}.hero-preview-heading button{min-height:34px;padding:6px 10px;border:1px solid #cbd9df;border-radius:8px;background:#fff;color:var(--muted);font-weight:800}.hero-preview-heading button.is-active{border-color:#079ba6;background:#e9fafb;color:#076f77}.hero-draft-preview.is-mobile{width:min(390px,100%);min-height:520px;margin-inline:auto}.hero-draft-preview.is-mobile>div{width:100%}.hero-draft-preview:before{position:absolute;inset:0;background:rgb(2 15 28/48%);content:""}.hero-draft-preview[data-overlay=none]:before{display:none}.hero-draft-preview[data-overlay=light]:before{background:rgb(255 255 255/48%)}.hero-draft-preview[data-overlay=brand]:before{background:rgb(0 92 128/48%)}.hero-draft-preview[data-strength=soft]:before{opacity:.55}.hero-draft-preview[data-strength=strong]:before{opacity:1}.hero-draft-preview[data-tone=dark]{color:#071a2d}.hero-draft-preview>div{position:relative;z-index:1;display:grid;width:min(520px,78%);align-self:center;grid-gap:8px;gap:8px;cursor:-webkit-grab;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero-draft-preview>div.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;opacity:.9}.hero-draft-preview.is-empty{background:#edf3f6;color:var(--ink)}.hero-draft-preview.is-empty .hero-preview-snap-zone,.hero-draft-preview.is-empty:before{display:none}.hero-draft-preview>.hero-preview-empty-state{width:min(420px,100%);justify-self:center;align-self:center;justify-items:center;color:var(--muted);cursor:default;text-align:center;touch-action:auto}.hero-draft-preview>div[data-x=center]{justify-self:center;text-align:center}.hero-draft-preview>div[data-x=right]{justify-self:end;text-align:right}.hero-draft-preview>div[data-y=top]{align-self:start}.hero-draft-preview>div[data-y=bottom]{align-self:end}.hero-draft-preview :is(h4,p){margin:0}.hero-draft-preview h4{font-size:clamp(1.5rem,4vw,2.5rem)}.hero-draft-preview p{opacity:.85;line-height:1.55}.hero-preview-buttons{display:flex;flex-wrap:wrap;gap:7px;margin-top:7px}.hero-preview-buttons b{padding:8px 11px;border:1px solid;border-radius:8px;background:rgb(255 255 255/88%);color:#082039;font-size:.74rem}.hero-preview-count{position:absolute;z-index:2;right:14px;bottom:12px;font-size:.75rem}.pages-structured-list-item{gap:14px;padding:16px;border-color:#d7e2e7;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgb(16 32 51/4%)}.pages-stable-key{align-items:center;padding:9px 11px;border-radius:8px;background:#edf4f7}.pages-stable-key span{overflow-wrap:anywhere;font-family:inherit}.pages-string-list>div{align-items:stretch;gap:10px}.pages-string-list>div>button{min-height:44px;align-self:end;margin-bottom:22px}.pages-card-actions button,.pages-remove-button{min-height:38px;padding:8px 11px;border:1px solid #cad8df;border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:.78rem;font-weight:800}.pages-card-actions button:hover:not(:disabled){border-color:#91abb7;background:#f3f8fa}.pages-card-actions button:disabled{cursor:not-allowed;opacity:.45}.pages-card-actions .pages-remove-button,.pages-card-actions button:last-child,.pages-remove-button{border-color:#efc7c4;background:#fff8f7;color:#a43b35}.pages-card-actions .pages-remove-button:hover:not(:disabled),.pages-card-actions button:last-child:hover:not(:disabled),.pages-remove-button:hover:not(:disabled){border-color:#db817a;background:#fff0ef}@media (max-width:760px){.pages-section-editor{padding:16px;gap:15px}.pages-action-editor,.pages-string-list,.pages-structured-group{padding:14px}.pages-structured-list-item{padding:13px}.pages-string-list>div{grid-template-columns:minmax(0,1fr)}.pages-string-list>div>button{width:100%;margin-bottom:0}.pages-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.pages-card-actions button:last-child{grid-column:1/-1}.pages-link-mode,.pages-template-grid{grid-template-columns:minmax(0,1fr)}.pages-template-grid>article{grid-template-columns:70px minmax(0,1fr)}.pages-template-thumbnail{width:70px}.template-preview-backdrop{padding:0}.template-preview-modal{width:100%;height:100dvh;max-height:none;border-radius:0}.template-preview-large{min-height:220px;aspect-ratio:4/5}.pages-section-order-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.pages-section-order-actions .pages-remove-button{grid-column:1/-1}.hero-editor-heading,.hero-slide-toolbar{align-items:stretch;flex-direction:column}.hero-slide-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.hero-slide-strip article{min-width:min(245px,82vw);scroll-snap-align:start}.hero-slide-toolbar>div{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));margin-left:0}.hero-slide-toolbar>div .pages-remove-button{grid-column:1/-1}.hero-editor-two-column,.hero-image-panels{grid-template-columns:minmax(0,1fr)}.hero-media-mode-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-range-field{grid-template-columns:1fr}.hero-draft-preview{min-height:390px;padding:22px}.hero-draft-preview>div{width:100%}.hero-preview-heading{align-items:stretch;flex-direction:column}.hero-preview-heading>div:last-child{align-self:flex-start}.hero-position-grid{width:100%}.hero-position-grid button{min-height:68px;padding-inline:3px}}.color-picker-container{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem;width:100%}.color-picker-label-row{display:flex;justify-content:space-between;align-items:center;width:100%}.color-picker-label{font-size:.85rem;font-weight:750;color:var(--ink)}.color-picker-warning{font-size:.72rem;color:var(--danger);background:#fdf2f2;border:1px solid #fbd5d5;padding:2px 6px;border-radius:4px;font-weight:700}.color-picker-row{display:flex!important;flex-direction:row!important;align-items:center!important;gap:.5rem!important;width:100%!important}.color-picker-swatch{border-radius:8px!important;box-shadow:inset 0 1px 3px rgba(0,0,0,.1)!important}.color-picker-swatch,.color-picker-wrapper{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border:1px solid var(--border)!important}.color-picker-wrapper{position:relative!important;border-radius:8px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;background:var(--canvas)!important}.color-picker-wrapper input[type=color]{position:absolute!important;opacity:0!important;top:0!important;left:0!important;width:100%!important;height:100%!important;cursor:pointer!important;padding:0!important;margin:0!important;border:none!important}.color-picker-icon{font-size:1.1rem!important;pointer-events:none!important}.color-picker-row input[type=text]{flex:1 1!important;padding:8px 12px!important;font-size:.88rem!important;color:var(--ink)!important;font-family:monospace!important;width:0!important;min-width:0!important}.color-picker-reset,.color-picker-row input[type=text]{height:42px!important;min-height:42px!important;border-radius:8px!important;border:1px solid var(--border)!important;background:white!important}.color-picker-reset{padding:0 12px!important;color:var(--muted)!important;font-size:.82rem!important;font-weight:700!important;cursor:pointer!important;transition:all .15s!important}.color-picker-reset:hover{background:var(--canvas)!important;color:var(--ink)!important}.color-picker-error{font-size:.75rem!important;color:var(--danger)!important;margin:2px 0 0!important}.secondary-button,.text-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 14px;border:1px solid var(--border);border-radius:var(--radius-medium);background:#ffffff;color:var(--ink);font-size:.88rem;font-weight:750;text-decoration:none;cursor:pointer}.secondary-button:hover:not(:disabled),.text-button:hover:not(:disabled){border-color:var(--brand);background:var(--surface-soft)}.secondary-button:disabled,.text-button:disabled{opacity:.5;cursor:not-allowed}.text-button{min-height:36px;padding:7px 11px;background:transparent}.footer-workspace{width:min(1240px,100%);gap:22px;padding-block:clamp(24px,3vw,42px)}.footer-editor-layout{display:block}.footer-workspace .editor-stack{gap:14px}.footer-workspace .workspace-card{padding:clamp(18px,2.4vw,26px)}.footer-workspace .section-heading{align-items:center;margin-bottom:15px}.footer-workspace .section-heading h2{font-size:clamp(1.35rem,2vw,1.85rem)}.footer-workspace .editor-form{gap:13px 16px}.footer-fieldset{display:contents;border:0;padding:0;margin:0}.footer-list-card-head,.footer-save-bar,.footer-start-card,.inline-actions,.preview-size-buttons{display:flex;align-items:center;justify-content:space-between;gap:12px}.footer-editor-toolbar{display:flex;position:-webkit-sticky;position:sticky;top:12px;z-index:5;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-large);background:rgba(255,255,255,.96);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer-editor-toolbar>div{display:grid;grid-gap:2px;gap:2px;margin-right:auto}.footer-editor-toolbar span{color:var(--muted);font-size:.78rem}.preview-eye-button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 14px;border:0;border-radius:9px;background:var(--sidebar-bg);color:white;font-weight:800;cursor:pointer}.preview-eye-button svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.checkbox-field,.switch-field{display:flex;align-items:center;gap:9px;font-weight:700;color:var(--ink)}.footer-list{display:grid;grid-gap:14px;gap:14px}.footer-list-card{padding:14px;border:1px solid var(--border);border-radius:var(--radius-medium);background:var(--canvas)}.footer-list-card-head{margin-bottom:10px}.footer-list-card-head>input{max-width:320px;font-weight:800}.footer-link-row{display:grid;grid-template-columns:auto minmax(145px,.8fr) minmax(190px,1fr) minmax(150px,.8fr) auto auto auto;grid-gap:10px;gap:10px;align-items:center;margin-bottom:8px;padding:10px;border:1px solid var(--border);border-radius:10px;background:#ffffff}.footer-link-row label{display:flex;align-items:center;gap:5px;white-space:nowrap;font-size:.78rem;font-weight:700}.footer-social-row{grid-template-columns:minmax(130px,.6fr) minmax(150px,.8fr) minmax(220px,1.4fr) auto auto}.footer-workspace input:not([type]),.footer-workspace input[type=text],.footer-workspace input[type=url],.footer-workspace select,.footer-workspace textarea{width:100%;min-height:44px;padding:9px 12px;border:1px solid var(--border);border-radius:9px;background:#ffffff;color:var(--ink);font:inherit}.footer-workspace input:focus,.footer-workspace select:focus,.footer-workspace textarea:focus{border-color:var(--brand);outline:3px solid rgba(0,127,190,.12)}.footer-list-card-head{display:grid;grid-template-columns:auto minmax(180px,1fr) auto}.drag-handle{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 11px;border:1px dashed var(--border);border-radius:8px;background:var(--surface-soft);color:var(--muted);font-weight:800;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.drag-handle-small{width:42px;padding-inline:6px}.selected-page-path{overflow:hidden;color:var(--muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.remove-icon-button{display:grid;width:40px;height:40px;place-items:center;border:1px solid #f3c4c4;border-radius:8px;background:#fff8f8;color:var(--danger);font-size:1.2rem;cursor:pointer}.footer-link-dropzone{padding:8px 12px;border:1px dashed var(--border);border-radius:8px;color:var(--muted);font-size:.76rem;text-align:center}.footer-add-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:10px}.inline-actions{justify-content:flex-end}.inline-actions button,.preview-size-buttons button{border:1px solid var(--border);border-radius:7px;background:white;padding:7px 10px;font-weight:750;cursor:pointer}.danger-text{color:var(--danger)!important}.footer-save-bar{position:-webkit-sticky;position:sticky;bottom:18px;z-index:4;padding:14px 18px;border:1px solid var(--border);border-radius:var(--radius-large);background:rgba(255,255,255,.96);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer-save-bar span{margin-right:auto;font-weight:800}.footer-preview-panel{position:-webkit-sticky;position:sticky;top:24px;padding:22px;border:1px solid var(--border);border-radius:var(--radius-large);background:white;box-shadow:var(--shadow-card)}.footer-preview-backdrop{display:grid;position:fixed;z-index:1000;inset:0;place-items:center;padding:24px;background:rgba(2,13,26,.72);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.footer-preview-dialog{width:min(1120px,96vw);max-height:92vh;overflow:auto;padding:clamp(18px,3vw,30px);border-radius:var(--radius-large);background:white;box-shadow:0 24px 80px rgba(0,0,0,.28)}.footer-preview-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.footer-preview-dialog-head h2{margin:0;font-size:clamp(1.7rem,3vw,2.6rem)}.preview-close-button{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--border);border-radius:50%;background:white;color:var(--ink);font-size:1.7rem;line-height:1;cursor:pointer}.preview-size-buttons{justify-content:flex-start;margin-bottom:16px}.preview-size-buttons button{text-transform:capitalize}.preview-size-buttons button.active{background:var(--sidebar-bg);color:white}.footer-preview{width:100%;margin:0 auto;overflow:hidden;padding:26px;border-radius:10px;background:#020d1a;color:#d8eaff;font-size:.76rem;transition:max-width .2s ease}.footer-preview-tablet{max-width:560px}.footer-preview-mobile{max-width:330px}.footer-preview.compact{padding-block:18px}.footer-preview-bottom,.footer-preview-top{display:flex;justify-content:space-between;gap:18px}.footer-preview-top{padding-bottom:20px;border-bottom:1px solid #263545}.footer-preview-top>div{display:grid;grid-gap:5px;gap:5px}.footer-preview-top a,.preview-wordmark{color:#21e5e2;font-weight:900}.preview-wordmark{font-size:1.5rem}.footer-preview p{margin:0;color:#a8bdd1}.footer-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));grid-gap:18px;gap:18px;padding:22px 0}.footer-preview-grid div{display:grid;align-content:start;grid-gap:7px;gap:7px}.footer-preview-grid h3{margin:0 0 4px;color:white;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.footer-preview-social{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:16px}.footer-preview-bottom{padding-top:16px;border-top:1px solid #263545;color:#8298ac}.footer-preview-empty{padding:50px 20px;border:1px dashed var(--border);border-radius:10px;color:var(--muted);text-align:center}.footer-preview-mobile .footer-preview-bottom,.footer-preview-mobile .footer-preview-top{flex-direction:column}@media (max-width:1180px){.footer-preview-panel{position:static}}@media (max-width:760px){.footer-link-row,.footer-list-card-head{grid-template-columns:1fr}.footer-editor-toolbar,.footer-save-bar,.footer-start-card{align-items:stretch;flex-direction:column}.footer-editor-toolbar{position:static}.footer-editor-toolbar>div{margin-right:0}.footer-preview-backdrop{padding:10px}}.footer-variant-list{display:grid;grid-gap:8px;gap:8px}.footer-variant-list>details{border:1px solid var(--builder-border);border-radius:10px;background:#fff}.footer-variant-list>details>summary{cursor:pointer;padding:11px}.footer-variant-list>details>summary span{display:grid;grid-gap:2px;gap:2px}.footer-variant-list>details>summary small{color:var(--builder-muted)}.footer-variant-settings{display:grid;grid-gap:12px;gap:12px;padding:0 11px 12px}.footer-variant-blocks{display:grid;grid-gap:7px;gap:7px}.footer-preview-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.footer-protected-preview{min-height:100vh;background:#eef4f6}.admin-shell:has(.footer-protected-preview){display:block;background:#eef4f6}.admin-shell:has(.footer-protected-preview)>.admin-sidebar,.admin-shell:has(.footer-protected-preview)>.admin-workspace>.admin-top-header{display:none}.admin-shell:has(.footer-protected-preview)>.admin-workspace{width:100%;min-height:100vh}.footer-protected-preview>header{position:-webkit-sticky;position:sticky;z-index:5;top:0;display:flex;justify-content:space-between;gap:16px;padding:12px clamp(16px,4vw,56px);border-bottom:1px solid #d4e0e5;background:rgba(255,255,255,.96)}.footer-protected-preview>header>div{display:flex;align-items:center;gap:12px}.footer-protected-preview>header span{color:#526273;font-size:.8rem}.footer-protected-preview>header a{padding:8px 12px;border-radius:8px;background:#001b34;color:#fff;text-decoration:none}.footer-protected-preview>section{min-height:58vh;display:grid;place-items:center;padding:40px 20px}.footer-protected-preview>section>div{width:min(780px,100%)}.footer-protected-preview>section span{color:#07858f;font-weight:800;text-transform:uppercase}.footer-protected-preview>section h1{margin:10px 0;font-size:clamp(2rem,6vw,5rem)}.footer-protected-preview>section p{max-width:620px;color:#526273;line-height:1.7}.footer-builder-page{min-height:100%;padding:0}.footer-builder{--builder-border:#d7e3e9;--builder-ink:#0b1d33;--builder-muted:#526273;--builder-accent:#00cbd4;--builder-navy:#001121;min-height:calc(100vh - 2px);background:#f4f8fa;color:var(--builder-ink)}.footer-builder button,.footer-builder input,.footer-builder select,.footer-builder textarea{font:inherit}.footer-builder button{cursor:pointer}.footer-builder button:disabled{cursor:not-allowed;opacity:.46}.footer-builder-command-bar{position:-webkit-sticky;position:sticky;z-index:20;top:0;display:flex;min-height:72px;align-items:center;gap:12px;padding:10px 18px;border-bottom:1px solid var(--builder-border);background:rgba(255,255,255,.97);box-shadow:0 8px 26px rgba(11,29,51,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer-builder-title{display:grid;min-width:150px;line-height:1.1}.footer-builder-panel-heading span,.footer-builder-title span{color:var(--builder-muted);font-size:.72rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.footer-builder-title strong{margin-top:5px;font-size:1.25rem}.footer-builder-state{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#eef4f6;color:var(--builder-muted);font-size:.76rem;font-weight:750}.footer-builder-state.state-saved{background:#e7f8f0;color:#146c47}.footer-builder-state.state-save-failed{background:#fff0ef;color:#a82d27}.footer-builder-command-group{display:inline-flex;overflow:hidden;flex:0 0 auto;border:1px solid var(--builder-border);border-radius:10px;background:#fff}.footer-builder-command-group button{min-height:38px;padding:0 11px;border:0;border-right:1px solid var(--builder-border);background:transparent;color:var(--builder-ink);font-size:.78rem;font-weight:750;text-transform:capitalize}.footer-builder-command-group button:last-child{border-right:0}.footer-builder-command-group button.active{background:var(--builder-ink);color:#fff}.footer-builder-page-picker{display:grid;min-width:130px;margin-left:auto;color:var(--builder-muted);font-size:.7rem;font-weight:700}.footer-builder-page-picker select{min-height:32px;border:0;background:transparent;color:var(--builder-ink);font-weight:750}.builder-action-grid button,.builder-empty-state button,.footer-builder .primary-button,.footer-builder .secondary-button{min-height:40px;padding:9px 14px;border:1px solid var(--builder-ink);border-radius:10px;font-weight:800}.builder-empty-state button,.footer-builder .primary-button{background:var(--builder-ink);color:#fff}.builder-action-grid button,.footer-builder .secondary-button{background:#fff;color:var(--builder-ink)}.footer-builder-menu{position:relative}.footer-builder-menu summary{display:grid;width:40px;height:40px;cursor:pointer;list-style:none;place-items:center;border:1px solid var(--builder-border);border-radius:10px;background:#fff;font-weight:900}.footer-builder-menu summary::-webkit-details-marker{display:none}.footer-builder-menu>div{position:absolute;top:calc(100% + 8px);right:0;display:grid;width:220px;padding:7px;border:1px solid var(--builder-border);border-radius:12px;background:#fff;box-shadow:0 16px 45px rgba(11,29,51,.16)}.footer-builder-menu a,.footer-builder-menu button{padding:10px;border:0;border-radius:8px;background:transparent;color:var(--builder-ink);text-align:left;text-decoration:none}.footer-builder-menu a:hover,.footer-builder-menu button:hover{background:#eef5f7}.footer-builder-message{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 16px 0;padding:10px 13px;border:1px solid #afe3d0;border-radius:10px;background:#effbf6;color:#125c3f;font-size:.86rem}.footer-builder-message.error{border-color:#f0b9b5;background:#fff4f3;color:#9b2d27}.footer-builder-mobile-tabs{display:none}.footer-builder-workspace{min-height:calc(100vh - 73px);grid-template-columns:270px minmax(420px,1fr) 330px}.footer-builder-panel{min-width:0;background:#fff}.structure-panel{border-right:1px solid var(--builder-border)}.settings-panel{border-left:1px solid var(--builder-border)}.footer-builder-panel-heading{display:flex;min-height:70px;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-bottom:1px solid var(--builder-border)}.footer-builder-panel-heading>div{display:grid;grid-gap:4px;gap:4px}.footer-builder-panel-heading strong{font-size:1rem}.icon-button{display:grid;width:36px;height:36px;border:1px solid var(--builder-border);border-radius:9px;background:#fff;place-items:center}.footer-structure-tree{display:grid;grid-gap:12px;gap:12px;padding:12px}.footer-structure-tree section{display:grid;grid-gap:5px;gap:5px}.footer-structure-tree section>p{margin:5px 6px 3px;color:var(--builder-muted);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.structure-group{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto}.structure-main-button{display:grid;width:100%;min-height:42px;align-items:center;grid-template-columns:18px minmax(0,1fr) auto;grid-gap:7px;gap:7px;padding:8px 9px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--builder-ink);text-align:left}.structure-main-button.active,.structure-main-button:hover{border-color:#b7dde2;background:#eaf9fa}.structure-link-row.drop-target,.structure-main-button.drop-target{box-shadow:inset 0 3px 0 var(--builder-accent)}.structure-link-row>button.dragging,.structure-main-button.dragging{opacity:.45}.structure-main-button>span:nth-child(2){overflow:hidden;font-size:.84rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.structure-main-button small{color:var(--builder-muted);font-size:.65rem}.structure-drag-handle{color:#8294a3;cursor:-webkit-grab;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.structure-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.structure-move-actions{display:flex;align-items:center;gap:2px}.structure-move-actions button{width:25px;height:30px;padding:0;border:0;border-radius:7px;background:transparent}.structure-move-actions button:hover{background:#eaf1f4}.structure-links{display:grid;grid-column:1/-1;grid-gap:2px;gap:2px;padding:2px 6px 7px 34px}.structure-links button{display:flex;min-width:0;gap:7px;padding:5px 7px;border:0;border-radius:7px;background:transparent;color:var(--builder-muted);font-size:.76rem;text-align:left}.structure-links button.active,.structure-links button:hover{background:#f0f6f8;color:var(--builder-ink)}.structure-link-row{display:grid;align-items:center;grid-template-columns:minmax(0,1fr) auto;border-radius:7px}.structure-link-row>button{display:grid;align-items:center;grid-template-columns:15px 14px minmax(0,1fr)}.structure-link-row>button span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.structure-link-actions{display:flex}.structure-link-actions button{width:23px;padding-inline:0;text-align:center}.visual-preview-panel{overflow:hidden;background:linear-gradient(#e9eff2 1px,transparent 0),linear-gradient(90deg,#e9eff2 1px,transparent 0),#f5f8fa;background-size:24px 24px}.preview-browser-bar{display:grid;min-height:48px;align-items:center;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;padding:8px 15px;border-bottom:1px solid var(--builder-border);background:#fff;color:#91a0ac;font-size:.72rem}.preview-browser-bar strong{overflow:hidden;padding:7px 10px;border-radius:7px;background:#f0f4f6;color:var(--builder-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap}.visual-preview-stage{width:calc(100% - 36px);max-width:1050px;min-height:520px;margin:40px auto;transition:width .18s ease}.visual-preview-stage.preview-tablet{width:min(760px,calc(100% - 36px))}.visual-preview-stage.preview-mobile{width:min(390px,calc(100% - 28px))}.builder-footer-preview{overflow:hidden;padding:36px;border-radius:14px;background:var(--builder-navy);box-shadow:0 18px 55px rgba(11,29,51,.2);color:#d9e7f0}.builder-footer-preview.compact{padding:24px}.builder-footer-bottom,.builder-footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.builder-footer-top{padding-bottom:24px;border-bottom:1px solid rgba(215,227,233,.2)}.preview-editable{border:1px solid transparent;border-radius:8px;background:transparent;color:inherit;text-align:left}.preview-editable.selected,.preview-editable:hover{border-color:var(--builder-accent);outline:2px solid rgba(0,203,212,.18)}.builder-footer-top>.preview-editable{display:grid;max-width:390px;grid-gap:6px;gap:6px;padding:9px}.builder-footer-top strong{color:#27e5e5;font-size:1.4rem}.builder-footer-top small{color:#a9bdca;line-height:1.5}.preview-cta{flex:0 0 auto;padding:10px;color:#25e4df;font-weight:850}.builder-footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:20px;gap:20px;padding:24px 0}.preview-column{display:grid;align-content:start;grid-gap:8px;gap:8px;padding:9px}.preview-column strong{color:#fff;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.preview-column span{color:#b9cce0;font-size:.76rem}.preview-social{display:flex;gap:12px;padding:9px;color:#8fe6e7}.builder-footer-bottom{width:100%;padding:16px 9px 8px;border-top:1px solid rgba(215,227,233,.2);color:#8fa7b5;font-size:.72rem}.footer-hidden-preview{display:block;width:min(500px,100%);margin:130px auto;padding:35px;border:2px dashed #9aadb8;border-radius:14px;background:#fff;color:var(--builder-muted)}.footer-hidden-preview-banner{display:block;width:100%;margin-bottom:10px;padding:10px 12px;border:1px solid #e0b56a;border-radius:9px;background:#fff7e8;color:#75440c;font-size:.78rem;font-weight:750;text-align:left}.footer-preview-hidden-state{opacity:.72}.advanced-settings-body{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.visual-preview-stage .site-footer{padding:42px 0 16px;border-radius:14px;background:#020a14;box-shadow:0 18px 55px rgba(11,29,51,.2);color:#f4f8fb}.visual-preview-stage .site-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.visual-preview-stage .footer-intro{display:grid;align-items:end;grid-template-columns:1fr auto;grid-gap:20px;gap:20px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.16)}.visual-preview-stage .footer-wordmark{display:inline-flex;max-width:min(260px,70vw);color:#fff;font-size:32px;font-weight:800;text-decoration:none}.visual-preview-stage .footer-logo-image{display:block;width:auto;max-width:100%;height:50px;object-fit:contain}.visual-preview-stage .footer-text-logo{color:#26dfdf}.visual-preview-stage .footer-company-name{display:block;margin-top:9px;color:#fff;font-size:20px}.visual-preview-stage .footer-intro p{max-width:480px;margin:9px 0 0;color:#a9bdca;font-size:13px;line-height:1.55}.visual-preview-stage .footer-contact-link{display:inline-flex;align-items:center;gap:6px;padding:7px;color:#26dfdf;font-size:13px;font-weight:800;text-decoration:none}.visual-preview-stage .footer-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:20px 12px;gap:20px 12px;padding-block:24px}.visual-preview-stage .footer-grid h2{margin:0 0 9px;color:#fff;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.visual-preview-stage .footer-grid ul{display:grid;grid-gap:7px;gap:7px;margin:0;padding:0;color:#b4c7d5;font-size:11px;list-style:none}.visual-preview-stage .footer-grid a,.visual-preview-stage .footer-social-links a{color:inherit;text-decoration:none}.visual-preview-stage .footer-social-links{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:14px;color:#9cc9d2;font-size:11px}.visual-preview-stage .footer-bottom{display:flex;justify-content:space-between;gap:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.5);font-size:10px}.visual-preview-stage .footer-bottom p{margin:0}.visual-preview-stage .footer-layout-compact{padding-top:28px}.visual-preview-stage .footer-selectable{cursor:pointer}.visual-preview-stage .footer-renderer-selected{box-shadow:inset 0 3px 0 var(--builder-accent)}.visual-preview-stage.preview-tablet .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.visual-preview-stage.preview-mobile .footer-bottom,.visual-preview-stage.preview-mobile .footer-intro{align-items:start;grid-template-columns:1fr;flex-direction:column}.visual-preview-stage.preview-mobile .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-panel-body{display:grid;align-content:start;grid-gap:12px;gap:12px;padding:12px}.selected-validation-list{display:grid;grid-gap:5px;gap:5px;padding:10px;border:1px solid #efb7b3;border-radius:10px;background:#fff4f3;color:#972e28;font-size:.74rem}.selected-validation-list button{padding:5px 0;border:0;background:transparent;color:inherit;text-align:left;text-decoration:underline;text-underline-offset:2px}.builder-settings-section{display:grid;grid-gap:12px;gap:12px;padding:14px;border:1px solid var(--builder-border);border-radius:12px;background:#fff}.builder-settings-section h3{margin:0;font-size:.96rem}.builder-field{display:grid;grid-gap:6px;gap:6px;color:var(--builder-ink);font-size:.76rem;font-weight:750}.builder-field input,.builder-field select,.builder-field textarea{width:100%;min-height:42px;padding:9px 10px;border:1px solid #c9d8df;border-radius:9px;background:#fff;color:var(--builder-ink);font-weight:500}.builder-field textarea{min-height:92px;resize:vertical}.builder-field input:focus,.builder-field select:focus,.builder-field textarea:focus{border-color:#159da8;outline:3px solid rgba(0,203,212,.13)}.builder-help,.settings-warning{margin:0;color:var(--builder-muted);font-size:.76rem;line-height:1.5}.visibility-page-list{display:grid;max-height:250px;overflow:auto;grid-gap:5px;gap:5px;padding:10px;border:1px solid var(--builder-border);border-radius:9px;background:#f8fbfc}.visibility-page-list>strong{margin-bottom:3px;font-size:.76rem}.visibility-page-list>label{display:flex;min-height:30px;cursor:pointer;align-items:center;gap:8px;font-size:.76rem}.visibility-page-list input{width:17px;height:17px;accent-color:#078d98}.settings-warning{padding:9px;border-radius:8px;background:#fff2df;color:#75440c}.builder-switch{display:grid;min-height:34px;cursor:pointer;align-items:center;grid-template-columns:38px minmax(0,1fr);grid-gap:9px;gap:9px;font-size:.8rem}.builder-switch input{position:absolute;opacity:0}.builder-switch>span{position:relative;width:36px;height:21px;border-radius:999px;background:#aab7c0;transition:background .15s ease}.builder-switch>span:after{position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(11,29,51,.3);content:"";transition:transform .15s ease}.builder-switch input:checked+span{background:#078d98}.builder-switch input:checked+span:after{transform:translateX(15px)}.builder-switch input:focus-visible+span{outline:3px solid rgba(0,203,212,.26)}.builder-action-grid{display:grid;grid-template-columns:1fr;grid-gap:7px;gap:7px}.footer-block-library{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.footer-block-library button{display:grid;min-width:0;grid-template-columns:30px minmax(0,1fr);grid-gap:2px 8px;gap:2px 8px;padding:10px;border:1px solid var(--builder-border);border-radius:9px;background:#fff;color:var(--builder-ink);text-align:left}.footer-block-library button:focus-visible,.footer-block-library button:hover{border-color:var(--builder-accent);background:#f3fdfe}.footer-block-library button>span{grid-row:1/3;display:grid;width:30px;height:30px;place-items:center;border-radius:8px;background:#e6f8f9;color:#087d87;font-weight:900}.footer-block-library button small{color:var(--builder-muted);line-height:1.35}@media (max-width:1180px){.footer-block-library{grid-template-columns:1fr}}.admin-shell:has(.footer-builder){grid-template-columns:68px minmax(0,1fr)}.admin-shell:has(.footer-builder) .admin-top-header{display:none}.admin-shell:has(.footer-builder) .admin-sidebar{position:fixed;z-index:48;top:0;bottom:0;left:0;width:68px;padding:18px 10px;overflow-x:hidden;box-shadow:none;transition:width .15s ease,padding .15s ease,box-shadow .15s ease}.admin-shell:has(.footer-builder)>.admin-workspace{grid-column:2}.admin-shell:has(.footer-builder) .admin-sidebar-top{gap:28px}.admin-shell:has(.footer-builder) .admin-brand-sidebar{justify-content:center;padding-left:0}.admin-shell:has(.footer-builder) .admin-brand-title,.admin-shell:has(.footer-builder) .logout-button-styled span,.admin-shell:has(.footer-builder) .nav-link-item span{display:none}.admin-shell:has(.footer-builder) .logout-button-styled,.admin-shell:has(.footer-builder) .nav-link-item{justify-content:center;min-height:44px;padding:10px}.admin-shell:has(.footer-builder) .admin-sidebar:is(:hover,:focus-within){width:var(--sidebar-width);padding:28px 20px;overflow-x:visible;box-shadow:16px 0 36px rgba(0,10,24,.24)}.admin-shell:has(.footer-builder) .admin-sidebar:is(:hover,:focus-within) .admin-brand-sidebar{justify-content:flex-start;padding-left:8px}.admin-shell:has(.footer-builder) .admin-sidebar:is(:hover,:focus-within) .admin-brand-title,.admin-shell:has(.footer-builder) .admin-sidebar:is(:hover,:focus-within) .logout-button-styled span,.admin-shell:has(.footer-builder) .admin-sidebar:is(:hover,:focus-within) .nav-link-item span{display:inline}.admin-shell:has(.footer-builder) .admin-sidebar:is(:hover,:focus-within) .logout-button-styled,.admin-shell:has(.footer-builder) .admin-sidebar:is(:hover,:focus-within) .nav-link-item{justify-content:flex-start}.footer-builder{height:100vh;min-height:0;overflow:hidden}.footer-builder-command-bar{position:relative;min-height:68px;height:68px;padding:8px 14px;box-shadow:none}.footer-back-link,.footer-inspector-toggle,.footer-issues-chip{min-height:38px;padding:0 11px;border:1px solid var(--builder-border);border-radius:9px;background:#fff;color:var(--builder-ink);font-weight:800}.footer-back-link{display:grid;width:38px;min-width:38px;padding:0;place-items:center;text-decoration:none}.footer-issues-chip{margin-left:auto;border-color:#e5a348;background:#fff8e9;color:#7a4706}.footer-builder-command-bar .footer-builder-command-group[aria-label="Preview width"]{margin-left:auto}.footer-builder-command-bar .footer-inspector-toggle~.secondary-button,.footer-builder-command-bar .footer-issues-chip~.secondary-button{margin-left:0}.footer-builder-workspace{position:relative;height:calc(100vh - 68px);grid-template-columns:280px minmax(0,1fr) 350px}.footer-builder-panel,.footer-builder-workspace{min-height:0;overflow:hidden}.footer-structure-tree,.settings-panel-body{height:calc(100vh - 138px);overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.visual-preview-panel{display:grid;min-height:0;grid-template-rows:54px minmax(0,1fr)}.footer-preview-toolbar{z-index:3;display:flex;min-width:0;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid var(--builder-border);background:#fff}.footer-preview-toolbar label{display:flex;min-width:0;align-items:center;gap:7px;color:var(--builder-muted);font-size:.72rem;font-weight:750}.footer-preview-toolbar input{width:min(180px,24vw);min-height:34px;padding:0 9px;border:1px solid var(--builder-border);border-radius:8px;background:#fff;color:var(--builder-ink);font-weight:750}.footer-preview-toolbar-action,.footer-preview-toolbar>a{margin-left:auto;padding:0;border:0;background:transparent;color:#087d87;font-size:.74rem;font-weight:800;text-decoration:none}.preview-zoom-control{display:inline-flex;overflow:hidden;border:1px solid var(--builder-border);border-radius:8px}.preview-zoom-control button{min-height:32px;padding:0 8px;border:0;border-right:1px solid var(--builder-border);background:#fff;color:var(--builder-muted);font-size:.7rem;font-weight:800}.preview-zoom-control button:last-child{border-right:0}.preview-zoom-control button.active{background:var(--builder-ink);color:#fff}.visual-preview-stage{position:relative;width:100%;max-width:none;min-height:0;margin:0;overflow:auto;padding:24px;overscroll-behavior:contain}.preview-scaled-viewport{position:relative;margin:0 auto 28px}.preview-device-frame{position:absolute;top:0;left:0;overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(11,29,51,.18);transform-origin:top left}.preview-page-context{display:grid;min-height:104px;align-content:end;grid-gap:5px;gap:5px;padding:24px clamp(24px,5vw,72px);border-bottom:1px solid #dfe8ec;background:#fff;color:#526273}.preview-page-context span{color:#087d87;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.preview-page-context strong{font-size:clamp(1.1rem,2.2vw,1.8rem)}.preview-size-label{position:-webkit-sticky;position:sticky;bottom:8px;left:8px;display:inline-flex;padding:5px 8px;border-radius:999px;background:rgba(0,17,33,.86);color:#fff;font-size:.66rem;font-weight:750}.visual-preview-stage .shared-footer-renderer,.visual-preview-stage .site-footer{border-radius:0;box-shadow:none}.visual-preview-stage.preview-tablet .footer-preset-recommended .footer-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.structure-row-menu{position:relative;align-self:center}.structure-row-menu summary{display:grid;width:32px;height:32px;cursor:pointer;list-style:none;place-items:center;border-radius:7px;color:var(--builder-muted);font-size:.7rem}.structure-row-menu summary::-webkit-details-marker{display:none}.structure-row-menu>div{position:absolute;z-index:8;top:34px;right:0;display:grid;width:130px;padding:6px;border:1px solid var(--builder-border);border-radius:9px;background:#fff;box-shadow:0 12px 30px rgba(11,29,51,.16)}.structure-row-menu button{padding:8px;border:0;border-radius:6px;background:transparent;color:var(--builder-ink);font-size:.72rem;text-align:left}.structure-row-menu button:hover{background:#eef5f7}.inspector-back-button,.inspector-close-button,.inspector-expand-button{border:0;background:transparent;color:#087d87;font-size:.7rem;font-weight:800}.inspector-expand-button{min-height:34px;padding:6px 10px;border:1px solid var(--builder-border);border-radius:8px;background:#f7fbfc;white-space:nowrap}.inspector-heading-copy{min-width:0}.inspector-heading-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspector-heading-actions{display:flex!important;flex:0 0 auto;align-items:center;gap:8px!important}.inspector-close-button{width:32px;height:32px;color:var(--builder-muted);font-size:1.2rem}.current-layout-summary{display:grid;grid-gap:5px;gap:5px;padding:12px;border:1px solid var(--builder-border);border-radius:10px;background:#f7fbfc}.current-layout-summary>small,.current-layout-summary>span{color:var(--builder-muted);font-size:.72rem}.footer-builder-toast{position:fixed;z-index:80;right:20px;bottom:20px;display:flex;width:min(390px,calc(100vw - 40px));align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border:1px solid #afe3d0;border-radius:10px;background:#effbf6;color:#125c3f;box-shadow:0 16px 42px rgba(11,29,51,.18);font-size:.8rem}.footer-builder-toast.error{border-color:#f0b9b5;background:#fff4f3;color:#9b2d27}.footer-builder-toast button{border:0;background:transparent;color:inherit;font-weight:850}.footer-real-preview-backdrop{position:fixed;z-index:95;inset:0;display:grid;padding:24px;background:rgba(0,17,33,.58);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);place-items:center}.footer-real-preview-modal{display:grid;width:min(1560px,100%);height:min(900px,calc(100vh - 48px));min-height:0;grid-template-rows:64px minmax(0,1fr);overflow:hidden;border:1px solid #cbd9df;border-radius:14px;background:#eef3f5;box-shadow:0 28px 90px rgba(0,12,25,.38)}.footer-real-preview-modal>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 14px 10px 18px;border-bottom:1px solid var(--builder-border);background:#fff}.footer-real-preview-modal>header>div:first-child{display:grid;grid-gap:3px;gap:3px}.footer-real-preview-modal>header span{color:var(--builder-muted);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.footer-real-preview-actions{display:flex;align-items:center;gap:10px}.footer-real-preview-close{display:grid;width:40px;height:40px;border:1px solid var(--builder-border);border-radius:9px;background:#fff;color:var(--builder-ink);place-items:center;font-size:1.35rem}.footer-real-preview-canvas{min-width:0;min-height:0;overflow:auto;padding:24px;overscroll-behavior:contain}.footer-real-preview-viewport{position:relative;margin:auto}.footer-real-preview-frame{position:absolute;top:0;left:0;overflow:hidden;background:#fff;transform-origin:top left}.footer-real-preview-hidden{width:min(520px,100%);margin:80px auto;padding:24px;border:1px dashed #9aaeb8;border-radius:12px;background:#fff;color:var(--builder-muted);text-align:center}.footer-builder-drawer-backdrop{position:fixed;z-index:70;inset:0;background:rgba(0,17,33,.28)}.footer-issues-drawer{position:absolute;top:0;right:0;width:min(390px,100%);height:100%;overflow:auto;padding:18px;background:#fff;box-shadow:-18px 0 50px rgba(11,29,51,.18)}.footer-drawer-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.footer-drawer-heading span{color:#087d87;font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.footer-drawer-heading h2{margin:5px 0}.footer-drawer-heading p{margin:4px 0 0;color:var(--builder-muted)}.footer-drawer-heading>button{width:36px;height:36px;border:1px solid var(--builder-border);border-radius:8px;background:#fff;font-size:1.2rem}.footer-issues-list{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.footer-issues-list article{padding:13px;border:1px solid #efc0bc;border-radius:10px;background:#fff7f6}.footer-issues-list p{color:#8f302b;line-height:1.45}.footer-issues-list button{min-height:34px;padding:7px 10px;border:1px solid #c85a52;border-radius:7px;background:#fff;color:#8f302b;font-weight:800}.footer-layout-dialog{display:grid;width:min(920px,100%);max-height:calc(100vh - 40px);overflow:auto;grid-gap:18px;gap:18px;padding:22px;border-radius:15px;background:#fff;box-shadow:0 24px 80px rgba(0,12,25,.35)}.layout-dialog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.layout-dialog-grid>button{display:grid;grid-gap:8px;gap:8px;padding:11px;border:1px solid var(--builder-border);border-radius:10px;background:#fff;color:var(--builder-ink);text-align:left}.layout-dialog-grid>button.active{border-color:#00aeb8;box-shadow:0 0 0 2px rgba(0,203,212,.18)}.layout-dialog-grid small{color:var(--builder-muted)}@media (min-width:1536px){.settings-panel.inspector-closed{display:none}.footer-builder-workspace:has(.settings-panel.inspector-closed){grid-template-columns:280px minmax(0,1fr)}}@media (min-width:1200px) and (max-width:1535px){.footer-builder-workspace{grid-template-columns:270px minmax(0,1fr)}.settings-panel{position:absolute;z-index:12;top:0;right:0;bottom:0;width:350px;box-shadow:-16px 0 42px rgba(11,29,51,.14);transition:transform .16s ease}.settings-panel.inspector-closed{pointer-events:none;transform:translateX(105%)}}@media (min-width:768px) and (max-width:1199px){.footer-builder-command-bar{flex-wrap:nowrap}.footer-builder-state,.footer-builder-title span{display:none}.footer-builder-workspace{display:block}.footer-builder-mobile-tabs{position:fixed;z-index:24;right:14px;bottom:14px;display:grid;overflow:hidden;grid-template-columns:repeat(3,auto);border:1px solid var(--builder-border);border-radius:10px;background:#fff;box-shadow:0 12px 32px rgba(11,29,51,.18)}.footer-builder-mobile-tabs button{min-height:42px;padding-inline:14px;border:0;background:#fff;color:var(--builder-muted);font-weight:800}.footer-builder-mobile-tabs button.active{background:var(--builder-ink);color:#fff}.footer-builder-panel{display:none;height:calc(100vh - 68px)}.footer-builder-panel.mobile-active{display:grid}.settings-panel.mobile-active,.structure-panel.mobile-active{position:fixed;z-index:23;top:68px;bottom:0;width:min(360px,calc(100vw - 68px));box-shadow:16px 0 42px rgba(11,29,51,.16)}.structure-panel.mobile-active{left:68px}.settings-panel.mobile-active{right:0;box-shadow:-16px 0 42px rgba(11,29,51,.16)}}@media (max-width:767px){.admin-shell:has(.footer-builder){display:block}.admin-shell:has(.footer-builder) .admin-sidebar{display:none}.footer-builder-command-bar{height:60px;min-height:60px}.footer-builder-command-group[aria-label="Edit history"],.footer-builder-command-group[aria-label="Preview width"],.footer-builder-state,.footer-builder-title span,.footer-inspector-toggle,.footer-preview-link{display:none}.footer-builder-panel,.footer-builder-workspace{height:calc(100vh - 102px)}.footer-structure-tree,.settings-panel-body{height:calc(100vh - 172px)}.footer-preview-toolbar label>span,.footer-preview-toolbar-action,.footer-preview-toolbar>a{display:none}.footer-preview-toolbar input{width:128px}.layout-dialog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inspector-expand-button{display:none}.footer-real-preview-backdrop{padding:10px}.footer-real-preview-modal{height:calc(100vh - 20px);grid-template-rows:auto minmax(0,1fr)}.footer-real-preview-modal>header{align-items:flex-start}.footer-real-preview-actions{align-items:flex-end;flex-direction:column-reverse}.footer-real-preview-canvas{padding:12px}}@media (min-width:768px){.footer-settings-fullscreen .footer-builder-workspace{display:grid;grid-template-columns:minmax(0,1fr)!important}.footer-settings-fullscreen .footer-builder-mobile-tabs,.footer-settings-fullscreen .structure-panel,.footer-settings-fullscreen .visual-preview-panel{display:none!important}.footer-settings-fullscreen .settings-panel{position:static!important;inset:auto!important;display:grid!important;width:100%!important;height:calc(100vh - 68px)!important;grid-column:1;grid-template-rows:70px minmax(0,1fr);border-left:0;box-shadow:none;pointer-events:auto!important;transform:none!important}.footer-settings-fullscreen .settings-panel-body{width:min(960px,100%);height:calc(100vh - 138px);margin-inline:auto;padding:20px 28px 40px}.footer-settings-fullscreen .settings-panel-body>.advanced-settings,.footer-settings-fullscreen .settings-panel-body>.builder-settings-section{width:100%}}@media (min-width:768px) and (max-width:899px){.footer-settings-fullscreen .settings-panel-body{padding-inline:18px}}.recommended-design-button{display:grid;grid-gap:3px;gap:3px;padding:11px;border:1px solid #78cbd1;border-radius:10px;background:#eaf9fa;color:var(--builder-ink);text-align:left}.recommended-design-button span{color:var(--builder-muted);font-size:.7rem}.layout-preset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px}.layout-preset-grid>button{display:grid;min-width:0;grid-gap:6px;gap:6px;padding:8px;border:1px solid var(--builder-border);border-radius:9px;background:#fff;color:var(--builder-ink);font-size:.68rem;text-align:left}.layout-preset-grid>button.active{border-color:#078d98;box-shadow:0 0 0 2px rgba(0,203,212,.14)}.layout-preset-thumbnail{display:grid;min-height:30px;align-items:end;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:3px;gap:3px;padding:5px;border-radius:6px;background:#edf4f6}.layout-preset-thumbnail i{height:18px;border-radius:2px;background:#8cafb8}.layout-preset-thumbnail.preset-one-column{grid-template-columns:1fr}.layout-preset-thumbnail.preset-centered-minimal,.layout-preset-thumbnail.preset-two-column{grid-template-columns:repeat(2,1fr)}.layout-preset-thumbnail.preset-three-column{grid-template-columns:repeat(3,1fr)}.layout-preset-thumbnail.preset-brand-wide i:first-child{grid-column:span 2;background:#078d98}.layout-preset-thumbnail.preset-centered-minimal{padding-inline:18px}.layout-preset-thumbnail.preset-cta-columns:before{grid-column:1/-1;height:4px;border-radius:999px;background:#00cbd4;content:""}.settings-control-label{display:block;margin-bottom:6px;font-size:.76rem;font-weight:750}.builder-segmented-control{display:grid;overflow:hidden;grid-template-columns:repeat(3,1fr);border:1px solid var(--builder-border);border-radius:9px}.builder-segmented-control button{min-height:36px;padding:6px;border:0;border-right:1px solid var(--builder-border);background:#fff;color:var(--builder-muted);font-size:.68rem;font-weight:750}.builder-segmented-control button:last-child{border-right:0}.builder-segmented-control button.active{background:var(--builder-ink);color:#fff}.settings-list{display:grid;grid-gap:6px;gap:6px}.settings-list button{display:grid;grid-gap:3px;gap:3px;padding:10px;border:1px solid var(--builder-border);border-radius:9px;background:#f8fbfc;color:var(--builder-ink);text-align:left}.settings-list small{overflow:hidden;color:var(--builder-muted);text-overflow:ellipsis;white-space:nowrap}.reorderable-settings-list>div{display:grid;align-items:center;grid-template-columns:minmax(0,1fr) auto;grid-gap:5px;gap:5px}.reorderable-settings-list>div>button{width:100%}.reorderable-settings-list>div>div,.social-reorder-row>div{display:flex;gap:3px}.reorderable-settings-list>div>div button,.social-reorder-row button{width:30px;height:30px;padding:0;border:1px solid var(--builder-border);border-radius:7px;background:#fff}.settings-back-button{justify-self:start;padding:0;border:0;background:transparent;color:#087d87;font-size:.76rem;font-weight:800}.danger-button{justify-self:start;padding:8px 10px;border:1px solid #efc2bf;border-radius:8px;background:#fff;color:#b13730;font-weight:750}.danger-button.compact{padding:6px 9px;font-size:.74rem}.builder-empty-state{display:grid;align-content:start;grid-gap:8px;gap:8px;padding:16px;border:1px dashed #b8cad2;border-radius:10px;background:#f7fbfc;text-align:center}.builder-empty-state p{margin:0;color:var(--builder-muted);font-size:.76rem}.social-settings-card{display:grid;grid-gap:9px;gap:9px;padding:11px;border:1px solid var(--builder-border);border-radius:10px}.social-reorder-row{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--builder-muted);font-size:.7rem}.advanced-settings{padding:11px 13px;border:1px solid var(--builder-border);border-radius:10px;background:#f8fbfc;color:var(--builder-muted);font-size:.76rem}.advanced-settings summary{cursor:pointer;color:var(--builder-ink);font-weight:800}.footer-version-list{display:grid;grid-gap:7px;gap:7px;margin-top:10px}.footer-version-list article{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:8px;border-radius:8px;background:#fff}.footer-version-list article>div{display:grid;grid-gap:2px;gap:2px}.footer-version-list span{font-size:.68rem}.footer-version-list small{color:var(--builder-muted);font-size:.65rem}.footer-version-list article>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end}.footer-version-list button{padding:6px 8px;border:1px solid var(--builder-border);border-radius:7px;background:#fff;color:var(--builder-ink);font-size:.68rem;font-weight:750}.footer-restore-overlay{position:fixed;z-index:60;inset:0;display:grid;padding:20px;background:rgba(0,12,25,.62);place-items:center}.footer-restore-dialog{display:grid;width:min(680px,100%);max-height:calc(100vh - 40px);overflow:auto;grid-gap:18px;gap:18px;padding:24px;border-radius:16px;background:#fff;box-shadow:0 24px 80px rgba(0,12,25,.35)}.footer-restore-dialog h2{margin:5px 0 7px;color:var(--builder-ink)}.footer-restore-dialog>div:first-child>span{color:#087d87;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.footer-restore-dialog p{margin:0;color:var(--builder-muted);line-height:1.5}.footer-restore-comparison{display:grid;align-items:center;grid-template-columns:1fr auto 1fr;grid-gap:12px;gap:12px}.restore-preview-width{display:inline-flex;justify-self:start;overflow:hidden;border:1px solid var(--builder-border);border-radius:9px}.restore-preview-width button{min-height:34px;padding:6px 12px;border:0;background:#fff;color:var(--builder-muted);font-size:.74rem;font-weight:750}.restore-preview-width button.active{background:var(--builder-ink);color:#fff}.restore-preview-card{display:grid;min-width:0;grid-gap:8px;gap:8px}.restore-preview-card>span{color:var(--builder-muted);font-size:.68rem}.restore-renderer-frame{overflow:hidden;height:190px;border:1px solid var(--builder-border);border-radius:10px;background:#edf3f5}.restore-renderer-frame .shared-footer-renderer{width:760px;min-height:480px;padding:30px 0 12px;transform:scale(.36);transform-origin:top left}.restore-renderer-frame.restore-mobile .shared-footer-renderer{width:360px;transform:scale(.46)}.restore-renderer-frame .site-container{width:calc(100% - 40px)}.restore-summary{display:grid;grid-gap:7px;gap:7px;padding:14px;border:1px solid var(--builder-border);border-radius:11px;background:#f7fbfc}.restore-summary span{color:var(--builder-muted);font-size:.76rem}.restore-safety-note{padding:10px;border-radius:9px;background:#eaf9fa;color:#12616a!important;font-weight:750}.restore-impact{padding:12px 14px;border:1px solid var(--builder-border);border-radius:10px;background:#f8fbfc}.restore-impact ul{display:grid;grid-gap:6px;gap:6px;margin:8px 0 0;padding-left:18px;color:var(--builder-muted);font-size:.76rem;line-height:1.45}.publish-review-checks{border-radius:10px;background:#effbf6;color:#176346;font-weight:700}.publish-change-summary,.publish-review-checks{display:grid;grid-gap:7px;gap:7px;padding:13px;font-size:.8rem}.publish-change-summary{border:1px solid var(--builder-border);border-radius:10px;background:#f7fbfc;color:var(--builder-muted)}.publish-change-summary strong{color:var(--builder-ink)}.footer-restore-actions{display:flex;justify-content:flex-end;gap:9px}.first-use-dialog{display:grid;width:min(980px,100%);max-height:calc(100vh - 40px);overflow:auto;grid-gap:18px;gap:18px;padding:24px;border-radius:16px;background:#fff;box-shadow:0 24px 80px rgba(0,12,25,.35)}.first-use-dialog>div:first-child>span{color:#087d87;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.first-use-dialog h2{margin:5px 0}.first-use-dialog p{margin:0;color:var(--builder-muted)}.first-use-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.first-use-grid article{position:relative;display:grid;min-width:0;align-content:start;grid-gap:8px;gap:8px;padding:12px;border:1px solid var(--builder-border);border-radius:12px}.first-use-grid article>b{position:absolute;z-index:2;top:18px;left:18px;padding:5px 7px;border-radius:999px;background:#00cbd4;color:#001121;font-size:.64rem}.first-use-preview{overflow:hidden;height:145px;border-radius:8px;background:#edf3f5}.first-use-preview .shared-footer-renderer{width:760px;min-height:440px;padding:28px 0 10px;transform:scale(.29);transform-origin:top left}.first-use-preview .site-container{width:calc(100% - 40px)}.first-use-grid h3{margin:0;font-size:.92rem}.first-use-grid p{min-height:36px;font-size:.74rem;line-height:1.45}.first-use-continue{justify-self:center;border:0;background:transparent;color:#087d87;font-weight:800}@media (max-width:760px){.first-use-grid{grid-template-columns:1fr}}@media (max-width:560px){.footer-restore-comparison{grid-template-columns:1fr}.footer-restore-comparison>span{justify-self:center;transform:rotate(90deg)}}@media (max-width:1280px){.footer-builder-workspace{grid-template-columns:235px minmax(360px,1fr) 300px}.footer-builder-page-picker span{display:none}.footer-builder-command-group[aria-label="Preview width"] button{padding-inline:8px;font-size:.7rem}}@media (max-width:1040px){.footer-builder-command-bar{flex-wrap:wrap}.footer-builder-title{margin-right:auto}.footer-builder-page-picker{order:2;margin-left:0}.footer-builder-workspace{grid-template-columns:220px minmax(360px,1fr)}.settings-panel{grid-column:1/-1;border-top:1px solid var(--builder-border);border-left:0}}@media (max-width:760px){.footer-builder-command-bar{position:-webkit-sticky;position:sticky;min-height:auto;padding:8px 10px;gap:7px}.footer-builder-title{min-width:0}.footer-builder-command-group[aria-label="Preview width"],.footer-builder-page-picker,.footer-builder-state,.footer-builder-title span{display:none}.footer-builder-command-bar>.primary-button,.footer-builder-command-bar>.secondary-button{min-height:36px;padding:7px 9px;font-size:.74rem}.footer-builder-mobile-tabs{position:-webkit-sticky;position:sticky;z-index:15;top:55px;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--builder-border);background:#fff}.footer-builder-mobile-tabs button{min-height:42px;border:0;border-bottom:3px solid transparent;background:#fff;color:var(--builder-muted);font-weight:750;text-transform:capitalize}.footer-builder-mobile-tabs button.active{border-bottom-color:var(--builder-accent);color:var(--builder-ink)}.footer-builder-workspace{display:block;min-height:calc(100vh - 98px)}.footer-builder-panel{display:none;min-height:calc(100vh - 98px);border:0}.footer-builder-panel.mobile-active{display:block}.visual-preview-stage{margin-block:20px}.builder-footer-preview{padding:20px}.builder-footer-bottom,.builder-footer-top{flex-direction:column}}.footer-builder-workspace{display:grid;grid-template-columns:var(--footer-structure-width,280px) 8px minmax(0,1fr)}.footer-builder-workspace.has-inspector{grid-template-columns:var(--footer-structure-width,280px) 8px minmax(0,1fr) 8px var(--footer-settings-width,350px)}.footer-panel-resize-handle{position:relative;z-index:8;width:8px;flex:0 0 8px;cursor:col-resize;background:#f5f8f9;outline:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .16s ease,transform .16s ease}.footer-panel-resize-handle>span{position:absolute;top:50%;left:50%;width:3px;height:44px;border-radius:999px;background:#a8bac5;opacity:0;transform:translate(-50%,-50%) scaleY(.65);transition:opacity .16s ease,transform .16s ease}.footer-panel-resize-handle:is(:hover,:focus-visible,:active){background:#dff5f6}.footer-panel-resize-handle:is(:hover,:focus-visible,:active)>span{opacity:1;transform:translate(-50%,-50%) scaleY(1)}.footer-builder-menu .footer-menu-trigger{display:grid;width:40px;height:40px;cursor:pointer;place-items:center;border:1px solid var(--builder-border);border-radius:10px;background:#fff;color:var(--builder-ink);font-weight:900}.footer-builder-menu .footer-menu-trigger[aria-expanded=true]{border-color:#7fcdd2;background:#eaf9fa}.structure-row-menu .footer-menu-trigger{width:30px;height:34px;border-color:transparent;background:transparent}.structure-links{transform-origin:top;animation:footer-links-expand .15s ease-out both}@keyframes footer-links-expand{0%{opacity:0;transform:translateY(-4px) scaleY(.96)}to{opacity:1;transform:translateY(0) scaleY(1)}}.footer-inspector-toggle,.inspector-back-button,.inspector-expand-button{display:inline-grid;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;place-items:center;transition:color .15s ease,background-color .15s ease,border-color .15s ease,transform .15s ease}.footer-inspector-toggle:is(:hover,:focus-visible),.inspector-back-button:is(:hover,:focus-visible),.inspector-expand-button:is(:hover,:focus-visible){border-color:#7fcdd2;background:#eaf9fa;color:#056d75;transform:translateY(-1px)}.icon-tooltip{position:relative}.icon-tooltip:after{position:absolute;z-index:80;top:calc(100% + 8px);left:50%;width:max-content;max-width:190px;padding:6px 8px;border-radius:7px;background:#071a30;color:#fff;content:attr(data-tooltip);font-size:.68rem;font-weight:700;line-height:1.25;opacity:0;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .14s ease,transform .14s ease;white-space:nowrap}.icon-tooltip:is(:hover,:focus-visible):after{opacity:1;transform:translate(-50%)}.inspector-heading-copy .inspector-back-button{margin-top:3px;border:1px solid var(--builder-border);border-radius:8px}.visual-preview-panel{grid-template-rows:minmax(0,1fr)}.footer-company-color-control{display:flex;min-height:44px;align-items:center;gap:10px;padding:6px 10px;border:1px solid var(--builder-border);border-radius:9px;background:#fff}.footer-company-color-control input[type=color]{width:34px;height:32px;padding:2px;border:1px solid var(--builder-border);border-radius:7px;background:#fff;cursor:pointer}.footer-company-color-control code{color:var(--builder-muted);font-size:.78rem;font-weight:750}.footer-builder-workspace>.settings-panel{display:grid;height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.footer-builder-workspace>.settings-panel .settings-panel-body{height:auto;min-height:0;max-height:none;overflow-x:hidden;overflow-y:auto;padding-bottom:32px}@media (min-width:1200px){.footer-builder-workspace>.settings-panel{position:static;inset:auto;width:100%;box-shadow:none;transform:none}}@media (max-width:1199px){.footer-builder-workspace{display:block!important}.footer-panel-resize-handle{display:none}.footer-builder-workspace>.settings-panel.mobile-active{display:grid;grid-template-rows:auto minmax(0,1fr)}}@media (min-width:768px){.footer-settings-fullscreen .footer-builder-workspace{display:block!important}.footer-settings-fullscreen .footer-panel-resize-handle{display:none!important}.footer-settings-fullscreen .settings-panel{grid-template-rows:auto minmax(0,1fr)!important}.footer-settings-fullscreen .settings-panel-body{height:auto!important;min-height:0}}@media (prefers-reduced-motion:reduce){.footer-inspector-toggle,.footer-panel-resize-handle,.footer-panel-resize-handle>span,.icon-tooltip:after,.inspector-back-button,.inspector-expand-button,.structure-links{animation:none;transition:none}}.admin-confirm-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(7,24,45,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .2s ease-out}.admin-confirm-modal{background:#ffffff;border-radius:var(--radius-large);padding:30px;width:100%;max-width:480px;box-shadow:var(--shadow-outer);border:1px solid var(--border);animation:scaleIn .2s cubic-bezier(.34,1.56,.64,1)}.admin-confirm-modal h3{margin:0 0 12px;font-size:1.25rem;font-weight:800;color:var(--ink)}.admin-confirm-modal p{margin:0 0 24px;font-size:.95rem;color:var(--muted);line-height:1.6}.theme-controls-layout{display:grid;grid-template-columns:minmax(520px,.95fr) minmax(360px,1.05fr);grid-gap:28px;gap:28px;align-items:start}.theme-preview-toolbar,.theme-workflow-bar,.theme-workflow-bar>div:first-child{display:flex;gap:16px;align-items:center;justify-content:space-between}.theme-workflow-bar>div:first-child{align-items:flex-start;flex-direction:column;gap:6px}.theme-preview-toolbar p,.theme-workflow-bar h2{margin:0}.theme-color-grid,.theme-three-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.theme-three-column{grid-template-columns:repeat(3,minmax(0,1fr))}.theme-toggle-row{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:18px}.theme-toggle{display:inline-flex;min-height:42px;align-items:center;gap:10px;cursor:pointer}.theme-toggle input{position:absolute;opacity:0}.theme-toggle span{position:relative;width:42px;height:24px;background:#bcc9d1;border-radius:99px;transition:background .16s ease}.theme-toggle span:after{position:absolute;top:3px;left:3px;width:18px;height:18px;content:"";background:#ffffff;border-radius:50%;box-shadow:0 1px 4px rgba(3,16,30,.24);transition:transform .16s ease}.theme-toggle input:checked+span{background:var(--brand)}.theme-toggle input:checked+span:after{transform:translateX(18px)}.theme-toggle input:focus-visible+span{outline:3px solid rgba(0,127,190,.25);outline-offset:2px}.theme-preview-panel{position:-webkit-sticky;position:sticky;top:24px;overflow:hidden;padding:18px;background:#edf3f6;border:1px solid var(--border);border-radius:20px}.theme-preview-toolbar{margin-bottom:16px}.preview-device-tabs{display:flex;gap:4px;padding:4px;background:#ffffff;border:1px solid var(--border);border-radius:10px}.preview-device-tabs button{padding:7px 9px;color:var(--muted);background:transparent;border:0;border-radius:7px;font-size:.78rem;font-weight:750}.preview-device-tabs button.active{color:#ffffff;background:var(--ink)}.theme-device-frame{width:100%;min-height:590px;margin-inline:auto;overflow:hidden;color:var(--preview-text);background:var(--preview-bg);border:1px solid var(--preview-border);border-radius:16px;font-family:var(--preview-body-font),sans-serif;transition:max-width .18s ease}.theme-device-mobile{max-width:390px}.theme-device-tablet{max-width:720px}.theme-device-desktop{max-width:1100px}.theme-demo-announcement{display:flex;min-height:34px;align-items:center;justify-content:center;gap:10px;padding:7px 12px;color:var(--preview-announcement-text);background:var(--preview-announcement-bg);font-size:.7rem;text-align:center}.theme-demo-header{display:flex;min-height:62px;align-items:center;gap:12px;padding:10px 14px;background:var(--preview-surface);border-bottom:1px solid var(--preview-border)}.theme-demo-header.dark{color:#ffffff;background:#03101e}.theme-demo-header>span{margin-left:auto}.theme-demo-header button{max-width:128px;padding:8px 10px;overflow:hidden;color:var(--preview-nav-cta-text);background:var(--preview-nav-cta);border:1px solid var(--preview-nav-cta);border-radius:8px;font-size:.72rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.theme-demo-main{display:grid;grid-gap:16px;gap:16px;padding:clamp(28px,7vw,58px) clamp(18px,6vw,48px);background:var(--preview-bg)}.theme-demo-main h2{max-width:620px;margin:0;color:var(--preview-heading);font-family:var(--preview-heading-font),sans-serif;font-size:clamp(2rem,5vw,3.8rem);line-height:1.08}.theme-demo-main article p,.theme-demo-main>p{margin:0;color:var(--preview-muted);line-height:1.65}.theme-demo-main>div{display:flex;flex-wrap:wrap;gap:10px}.theme-demo-main button{padding:10px 14px;color:var(--preview-primary-text);background:var(--preview-primary);border:1px solid var(--preview-primary);border-radius:9px;font-weight:750}.theme-demo-main button:last-child{color:var(--preview-secondary-text);background:var(--preview-secondary);border-color:var(--preview-secondary)}.theme-demo-main article{padding:18px;background:var(--preview-surface);border:1px solid var(--preview-border);border-radius:12px}.theme-demo-main article h3{margin:0 0 6px;color:var(--preview-heading)}@media (max-width:1180px){.theme-controls-layout{grid-template-columns:1fr}.theme-preview-panel{position:static;order:-1}}@media (max-width:640px){.theme-controls-layout{gap:18px}.theme-preview-toolbar,.theme-workflow-bar{align-items:stretch;flex-direction:column}.preview-device-tabs,.theme-workflow-bar .workflow-actions{width:100%}.theme-workflow-bar .workflow-actions{display:grid;grid-template-columns:1fr}.preview-device-tabs button{flex:1 1}.editor-form,.theme-color-grid,.theme-three-column{grid-template-columns:1fr}.theme-preview-panel{margin-inline:-8px;padding:12px}.theme-demo-header button{display:none}}.admin-confirm-actions{display:flex;justify-content:flex-end;gap:12px}.admin-toast-container{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:12px;z-index:10001;max-width:400px;width:100%;pointer-events:none}.admin-toast{position:relative;background:#ffffff;border-radius:var(--radius-medium);box-shadow:0 10px 30px rgba(7,24,45,.08);border-left:1px solid var(--border);border:1px solid var(--border);border-left-width:6px;padding:16px 44px 16px 16px;display:flex;align-items:flex-start;gap:12px;pointer-events:auto;overflow:hidden;transition:all .3s ease-in-out}.admin-toast.success{border-left-color:#14b8a6}.admin-toast.warning{border-left-color:#f59e0b}.admin-toast.error{border-left-color:#ef4444}.admin-toast.info{border-left-color:#3b82f6}.admin-toast-icon{width:24px;height:24px;border-radius:var(--radius-pill);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#ffffff;flex-shrink:0;margin-top:2px}.admin-toast.success .admin-toast-icon{background:#14b8a6}.admin-toast.warning .admin-toast-icon{background:#f59e0b}.admin-toast.error .admin-toast-icon{background:#ef4444}.admin-toast.info .admin-toast-icon{background:#3b82f6}.admin-toast-content{display:flex;flex-direction:column;gap:4px}.admin-toast-content h4{margin:0;font-size:.95rem;font-weight:700;color:var(--ink)}.admin-toast-content p{margin:0;font-size:.85rem;color:var(--muted);line-height:1.4}.admin-toast-close{position:absolute;top:12px;right:12px;width:30px;min-width:30px;height:30px;background:none;border:none;color:var(--muted);cursor:pointer;padding:4px;font-size:.85rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);transition:background .2s}.admin-toast-close:hover{background:var(--canvas-outer);color:var(--ink)}.admin-toast-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:var(--canvas-outer)}.admin-toast-progress-bar{height:100%;width:100%;transform-origin:left;animation:toastProgress 3s linear forwards}.admin-toast.success .admin-toast-progress-bar{background:#14b8a6}.admin-toast.warning .admin-toast-progress-bar{background:#f59e0b}.admin-toast.error .admin-toast-progress-bar{background:#ef4444}.admin-toast.info .admin-toast-progress-bar{background:#3b82f6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes toastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.admin-toast.enter{animation:toastSlideIn .3s ease-out forwards}.admin-toast.exit{animation:toastSlideOut .3s ease-in forwards}@keyframes toastSlideIn{0%{transform:translateX(120%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(120%);opacity:0}}.website-colours-shell .color-picker-row{display:grid!important;grid-template-columns:58px minmax(140px,1fr) auto;align-items:center!important;grid-gap:9px!important;gap:9px!important}.website-colours-shell .color-picker-swatch{width:58px!important;height:48px!important;min-width:58px!important;min-height:48px!important;border-radius:10px!important;padding:3px!important;overflow:hidden;background:#ffffff!important;cursor:pointer}.website-colours-shell .color-picker-wrapper{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;background:transparent!important}.website-colours-shell .color-picker-native-preview{display:block;width:100%;height:100%;border:4px solid #ffffff;border-radius:8px;pointer-events:none}.website-colours-shell .color-picker-native-preview>span,.website-colours-shell .color-picker-swatch-fill{display:block;width:100%;height:100%}.website-colours-shell .color-picker-row input[type=text]{width:100%!important;min-width:140px!important;height:48px!important;font-size:.95rem!important}.website-colours-shell .color-picker-reset{height:48px!important;min-height:48px!important}@media (max-width:760px){.website-colours-shell .color-picker-row{grid-template-columns:54px minmax(0,1fr)}.website-colours-shell .color-picker-row input[type=text]{min-width:0!important}.website-colours-shell .color-picker-reset{width:100%;grid-column:1/-1}}.typography-page{padding-top:24px}.typography-heading{margin-bottom:18px}.typography-heading p:last-child{max-width:680px;margin-bottom:0;color:var(--muted)}.typography-actionbar{position:-webkit-sticky;position:sticky;z-index:40;top:0;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 -8px 20px;padding:12px;background:rgb(247 250 252/96%);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 25px rgb(16 32 51/8%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.typography-status{flex:0 0 auto;padding:8px 12px;color:#007fbe;background:#e7f7fb;border-radius:999px;font-size:.85rem;font-weight:800}.typography-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.typography-actions button{min-height:42px}.typography-workspace{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(500px,1.35fr);align-items:start;grid-gap:22px;gap:22px}.typography-editor{display:grid;max-height:calc(100vh - 190px);grid-gap:16px;gap:16px;overflow-y:auto;padding:1px 5px 36px 1px}.typography-card{display:grid;grid-gap:10px;gap:10px;padding:22px}.typography-card h2{margin:0 0 4px;font-size:1.12rem}.typography-card label{margin-top:7px;font-weight:800}.typography-card select{width:100%;min-height:48px;padding:0 42px 0 13px;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:10px}.typography-heading-sample{margin:1px 0 10px;color:var(--ink);font-size:1.12rem;font-weight:800;line-height:1.35}.typography-body-sample,.typography-card>p:last-child{margin:1px 0 10px;color:var(--muted);font-size:.92rem;line-height:1.55}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:3rem!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m6 8 4 4 4-4' stroke='%23102033' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 1rem center!important;background-size:1.15rem!important;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}select:hover:not(:disabled){border-color:#aac2cc}select:open{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m6 12 4-4 4 4' stroke='%23079ddd' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;border-color:var(--brand);box-shadow:0 0 0 4px rgba(7,157,221,.12)}select:disabled{cursor:not-allowed;opacity:.68}.typography-card .text-link{justify-self:start;margin-top:5px}.typography-size-options{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.typography-device-tabs button,.typography-size-options button{min-height:44px;padding:8px 10px;color:var(--muted);background:#fff;border:1px solid var(--border);border-radius:9px;font-weight:750}.typography-device-tabs button.active,.typography-size-options button.active{color:#fff;background:var(--ink);border-color:var(--ink)}.typography-preview-panel{position:-webkit-sticky;position:sticky;top:84px;max-height:calc(100vh - 105px);overflow:auto;padding:17px;background:#edf3f6;border:1px solid var(--border);border-radius:18px}.typography-preview-wrap{min-width:0}.typography-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.typography-device-tabs{display:flex;gap:4px;padding:4px;background:#fff;border-radius:11px}.typography-device-tabs button{min-height:36px;padding:6px 9px;font-size:.75rem}.typography-preview-frame{width:100%;min-height:520px;margin-inline:auto;overflow:hidden;color:var(--tp-text);background:var(--tp-page);border:1px solid var(--tp-border);border-radius:14px;font-family:var(--tp-body-font);font-size:var(--tp-body-size);transition:max-width .18s ease}.typography-preview-mobile{max-width:390px}.typography-preview-tablet{max-width:720px}.typography-preview-desktop{max-width:1080px}.typography-preview-frame>header{display:flex;min-height:64px;align-items:center;gap:14px;padding:11px 16px;background:var(--tp-card);border-bottom:1px solid var(--tp-border)}.typography-wordmark{color:var(--tp-heading);font-family:var(--tp-heading-font);font-size:.84rem;font-weight:900;letter-spacing:.12em}.typography-preview-frame nav{margin-left:auto;color:var(--tp-muted);font-size:.72rem}.typography-preview-frame>header button{display:none;padding:7px 9px;color:var(--tp-text);background:transparent;border:1px solid var(--tp-border);border-radius:8px}.typography-preview-frame main{display:grid;grid-gap:14px;gap:14px;padding:clamp(26px,6vw,52px) clamp(17px,5vw,46px)}.typography-preview-frame h2,.typography-preview-frame h3{color:var(--tp-heading);font-family:var(--tp-heading-font)}.typography-preview-frame h2{max-width:620px;margin:0;font-size:clamp(2rem,6vw,var(--tp-heading-size));line-height:1.08;overflow-wrap:anywhere}.typography-preview-frame article p,.typography-preview-frame main>p:not(.typography-eyebrow){max-width:610px;margin:0;color:var(--tp-muted);line-height:1.62}.typography-eyebrow{margin:0;color:var(--tp-primary);font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.typography-preview-buttons{display:flex;flex-wrap:wrap;gap:9px}.typography-preview-buttons button{min-height:40px;padding:9px 13px;color:var(--tp-primary-text);background:var(--tp-primary);border:1px solid var(--tp-primary);border-radius:8px;font-weight:800}.typography-preview-buttons button:last-child{color:var(--tp-secondary-text);background:var(--tp-secondary);border-color:var(--tp-secondary)}.typography-preview-frame article{padding:17px;background:var(--tp-card);border:1px solid var(--tp-border);border-radius:11px}.typography-preview-frame article small{color:var(--tp-muted)}.typography-preview-frame article h3{margin:6px 0;font-size:1.08rem;line-height:1.3}.typography-preview-overlay{position:fixed;z-index:300;inset:0;display:none;background:rgb(3 16 30/62%)}.typography-preview-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:100%;height:100%;overflow:hidden;background:#edf3f6}.typography-preview-modal>header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid var(--border)}.typography-preview-modal>.typography-preview-wrap{overflow:auto;padding:14px}@media (max-width:980px){.typography-workspace{grid-template-columns:minmax(280px,.85fr) minmax(400px,1fr)}}@media (max-width:760px){.typography-page{padding-top:16px}.typography-heading{margin-bottom:12px}.typography-actionbar{align-items:stretch;flex-direction:column;gap:8px;margin-inline:-10px;padding:10px;border-radius:12px}.typography-status{align-self:flex-start;padding-block:6px}.typography-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.typography-actions button{width:100%;min-width:0;min-height:40px;padding-inline:7px;font-size:.78rem}.typography-workspace{display:block}.typography-editor{max-height:none;overflow:visible;padding-right:0}.typography-preview-panel{display:none}.typography-card{padding:18px}.typography-size-options{grid-template-columns:1fr}.typography-preview-overlay{display:block}.typography-preview-toolbar{align-items:stretch;flex-direction:column}.typography-device-tabs button{flex:1 1}.typography-preview-frame nav{display:none}.typography-preview-frame>header button{display:block;margin-left:auto}.typography-preview-frame h2{font-size:min(var(--tp-heading-size),2.45rem)}}.typography-page{max-width:1040px;margin-inline:auto}.typography-heading h1{font-size:clamp(2rem,4vw,3rem);line-height:1.08}.typography-actionbar{min-height:60px;margin-bottom:16px;padding:8px 10px}.typography-actions{align-items:center;flex-wrap:nowrap}.typography-actions .primary-button{color:#ffffff;background:#007fbe;border-color:#007fbe}.typography-actions .primary-button:hover:not(:disabled){background:#006a9f;border-color:#006a9f}.typography-more-actions{position:relative}.typography-more-actions summary{display:grid;width:42px;height:42px;place-items:center;color:var(--ink);background:#ffffff;border:1px solid var(--border);border-radius:10px;cursor:pointer;font-size:1rem;font-weight:900;letter-spacing:.08em;list-style:none}.typography-more-actions summary::-webkit-details-marker{display:none}.typography-more-actions[open] summary{border-color:#007fbe;box-shadow:0 0 0 3px rgb(0 127 190/12%)}.typography-more-actions>div{position:absolute;z-index:70;top:calc(100% + 7px);right:0;width:220px;padding:7px;background:#ffffff;border:1px solid var(--border);border-radius:11px;box-shadow:0 16px 40px rgb(3 16 30/16%)}.typography-more-actions>div button{width:100%;padding:10px 11px;color:var(--ink);background:transparent;border:0;border-radius:7px;text-align:left}.typography-more-actions>div button:hover:not(:disabled){background:#edf4f7}.typography-workspace{display:block}.typography-editor{display:block;max-height:none;overflow:visible;padding:0 0 48px}.typography-card{max-width:none;padding:clamp(20px,4vw,32px)}.typography-body-sample,.typography-card select,.typography-heading-sample{max-width:680px}.typography-sample{display:grid;grid-gap:3px;gap:3px;max-width:680px}.typography-sample>span{color:var(--muted);font-size:.72rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.typography-sample .typography-body-sample,.typography-sample .typography-heading-sample{margin-bottom:10px}.typography-more-actions summary:after{position:absolute;right:0;bottom:calc(100% + 8px);width:max-content;padding:6px 8px;content:attr(data-tooltip);color:#ffffff;background:var(--ink);border-radius:6px;font-size:.72rem;font-weight:700;letter-spacing:normal;opacity:0;pointer-events:none;transform:translateY(3px);transition:opacity .14s ease,transform .14s ease}.typography-more-actions summary:focus-visible:after,.typography-more-actions summary:hover:after{opacity:1;transform:translateY(0)}.typography-size-help,.typography-size-options{max-width:680px}.typography-lower-actions{margin-top:8px;padding-top:18px;border-top:1px solid var(--border)}.typography-preview-overlay{display:block}.typography-preview-modal{padding:0}.typography-preview-modal>.typography-preview-wrap{display:grid;min-height:0;place-items:start center;padding:18px}.typography-preview-modal .typography-preview-toolbar{position:-webkit-sticky;position:sticky;z-index:2;top:0;width:min(100%,1100px);padding:8px;background:rgb(237 243 246/96%);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.typography-preview-modal .typography-preview-frame{min-height:min(680px,calc(100vh - 145px))}@media (max-width:760px){.typography-heading h1{font-size:2rem}.typography-actionbar{position:-webkit-sticky;position:sticky;top:0;align-items:center;flex-direction:row;gap:6px}.typography-status{max-width:104px;overflow:hidden;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.typography-actions{display:flex;min-width:0;margin-left:auto;gap:5px}.typography-actions button{width:auto;min-height:38px;padding-inline:8px;font-size:.72rem}.typography-more-actions summary{width:38px;height:38px}.typography-more-actions>div{position:fixed;top:118px;right:12px}.typography-card{padding:18px}.typography-size-options{grid-template-columns:repeat(3,minmax(0,1fr))}.typography-preview-modal>.typography-preview-wrap{padding:10px}}@media (max-width:420px){.typography-status{display:none}.typography-actions{width:100%;justify-content:flex-end}}.header-settings-page{max-width:1080px;margin-inline:auto}.header-settings-heading h1{font-size:clamp(2rem,4vw,3rem)}.header-settings-heading p:last-child{max-width:720px;color:var(--muted)}.header-settings-actionbar{position:-webkit-sticky;position:sticky;z-index:40;top:0;display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;padding:9px 11px;background:rgb(247 250 252/96%);border:1px solid var(--border);border-radius:15px;box-shadow:0 10px 25px rgb(16 32 51/8%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-settings-status{padding:7px 11px;color:#007fbe;background:#e7f7fb;border-radius:999px;font-size:.82rem;font-weight:800}.header-settings-actions{display:flex;gap:7px}.header-settings-actions button{min-height:42px}.header-settings-actions .primary-button{color:#fff;background:#007fbe;border-color:#007fbe}.header-live-preview{padding:14px;background:#edf3f6;border:1px solid var(--border);border-radius:16px}.header-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.header-preview-toolbar>div:first-child{display:grid;grid-gap:1px;gap:1px}.header-preview-toolbar small{color:var(--muted)}.header-preview-toolbar>div:last-child{display:flex;gap:4px;padding:4px;background:#fff;border-radius:9px}.header-preview-toolbar button,.header-segmented button{min-height:38px;padding:7px 12px;color:var(--muted);background:#fff;border:1px solid var(--border);border-radius:7px;font-weight:750}.header-preview-toolbar button.active,.header-segmented button.active{color:#fff;background:var(--ink);border-color:var(--ink)}.header-preview-frame{width:100%;margin-inline:auto;overflow:hidden;color:#102033;background:#f7fafc;border:1px solid #d7e3e9;border-radius:12px;transition:max-width .16s ease}.header-preview-mobile{max-width:390px}.header-preview-desktop{max-width:100%}.header-preview-announcement{display:flex;min-height:34px;align-items:center;justify-content:center;gap:9px;padding:7px 12px;color:#fff;background:#03101e;font-size:.72rem;line-height:1.35;text-align:center}.header-preview-announcement strong{flex:0 0 auto}.header-preview-frame>header{display:flex;min-height:62px;align-items:center;gap:13px;padding:10px 14px;background:#fff;border-bottom:1px solid #d7e3e9}.header-preview-frame[data-mode=DARK]>header{color:#fff;background:#03101e;border-color:rgb(255 255 255/14%)}.header-preview-frame>header>strong{font-size:.8rem;letter-spacing:.1em}.header-preview-frame>header nav{margin-left:auto;font-size:.72rem}.header-preview-frame>header button{padding:8px 10px;color:#fff;background:#007fbe;border:1px solid #007fbe;border-radius:8px;font-weight:800}.header-preview-frame>header button[data-style=SECONDARY]{background:#102033;border-color:#102033}.header-preview-frame>header button[data-style=OUTLINE]{color:currentColor;background:transparent;border-color:currentColor}.header-preview-frame>header>span{display:none;margin-left:auto;font-size:.72rem;font-weight:800}.header-preview-frame main{padding:22px}.header-preview-frame main :is(h3,p){max-width:540px;margin:5px 0}.header-preview-frame main p,.header-preview-frame main small{color:#526273}.header-settings-sections{display:grid;grid-gap:16px;gap:16px;margin-top:16px;padding-bottom:32px}.header-settings-card{display:grid;grid-gap:11px;gap:11px;padding:clamp(20px,4vw,28px)}.header-settings-card h2{margin:0 0 5px;font-size:1.1rem}.header-settings-card>label,.header-text-field label{font-weight:800}.header-settings-card select,.header-text-field input{width:min(100%,720px);min-height:48px;padding:0 13px;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:9px}.header-text-field{display:grid;grid-gap:6px;gap:6px}.header-text-field small{color:var(--muted);font-size:.76rem}.header-toggle{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:18px;max-width:720px;font-weight:800}.header-toggle input{width:22px;height:22px;flex:0 0 auto;accent-color:#007fbe}.header-segmented{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:7px;gap:7px;max-width:420px}.header-draft-note{max-width:720px;margin:0;padding:10px 12px;color:#526273;background:#edf4f7;border-radius:8px;font-size:.86rem}@media (max-width:760px){.header-settings-actionbar{align-items:stretch;flex-direction:column;gap:7px}.header-settings-status{align-self:flex-start}.header-settings-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.header-settings-actions button{width:100%;min-width:0;padding-inline:7px;font-size:.76rem}.header-preview-toolbar{align-items:stretch;flex-direction:column}.header-preview-toolbar>div:last-child button{flex:1 1}.header-preview-frame>header nav,.header-preview-mobile>header button{display:none}.header-preview-frame>header>span{display:block}.header-preview-announcement{align-items:center;flex-direction:column;gap:3px}}.pages-overview-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid var(--border);border-radius:18px;background:#fff}.pages-overview-actions>div{display:grid;grid-gap:4px;gap:4px}.pages-overview-actions span{color:var(--muted)}.page-filter-row{display:flex;flex-wrap:wrap;gap:7px}.page-filter-row button{min-height:34px;padding:6px 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--muted);cursor:pointer}.page-filter-row button.is-active{border-color:#079ddd;background:#e4f7fb;color:#075f82}.cms-modal-backdrop{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgb(7 24 45/58%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cms-modal{width:min(680px,100%);max-height:min(760px,calc(100dvh - 40px));overflow:auto;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgb(7 24 45/28%)}.cms-modal>footer,.cms-modal>header{position:-webkit-sticky;position:sticky;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;background:rgb(255 255 255/96%)}.cms-modal>header{top:0;border-bottom:1px solid var(--border)}.cms-modal>footer{bottom:0;border-top:1px solid var(--border)}.cms-modal h2,.cms-modal p{margin:0}.page-wizard-panel{display:grid;grid-gap:16px;gap:16px;min-height:290px;padding:24px}.page-wizard-panel label{display:grid;grid-gap:8px;gap:8px;font-weight:700}.page-wizard-panel input,.page-wizard-panel select,.page-wizard-panel textarea{width:100%;min-height:52px;padding:12px 16px;border:1px solid var(--border);border-radius:13px;background:#fff;color:var(--ink);font:inherit}.page-wizard-panel textarea{min-height:100px;resize:vertical}.page-wizard-panel .choice-card{grid-template-columns:auto 1fr;align-items:center;padding:15px;border:1px solid var(--border);border-radius:14px;cursor:pointer}.page-wizard-panel .choice-card input{width:20px;min-height:20px}.page-path-preview{padding:14px 16px;border-radius:12px;background:#eaf5f8;font-weight:700}.page-starter-summary>div{display:flex;justify-content:space-between;gap:16px;padding:14px;border:1px solid var(--border);border-radius:12px;font-weight:700}.page-starter-summary span{color:var(--muted);font-weight:500;text-align:right}.real-page-preview-modal{grid-template-rows:auto minmax(0,1fr);width:min(1440px,calc(100vw - 32px));height:calc(100dvh - 32px)}.real-page-preview-modal iframe{width:100%;height:100%;min-height:0;border:0;background:#fff}.pages-content-preview{display:none!important}@media (max-width:640px){.pages-overview-actions{align-items:stretch;flex-direction:column}.cms-modal-backdrop{padding:0}.cms-modal{width:100%;height:100dvh;max-height:none;border-radius:0}.page-starter-summary>div{align-items:flex-start;flex-direction:column}.page-starter-summary span{text-align:left}.real-page-preview-modal{width:100%;height:100dvh}.hero-type-scale-grid,.standard-hero-background-types{grid-template-columns:1fr}}.notion-editor-field{display:grid;grid-gap:.65rem;gap:.65rem}.notion-editor-heading{align-items:center;display:flex;justify-content:space-between}.notion-editor-heading label{color:var(--admin-ink);font-weight:800}.notion-editor-heading span{color:var(--admin-muted);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.notion-editor-shell{background:#fff;border:1px solid var(--admin-border);border-radius:18px;box-shadow:0 14px 35px rgb(16 32 51/7%);overflow:visible}.notion-bubble-menu,.notion-editor-toolbar{align-items:center;display:flex;gap:.2rem}.notion-editor-toolbar{border-bottom:1px solid var(--admin-border);flex-wrap:wrap;padding:.55rem}.notion-editor-toolbar>span{align-self:stretch;background:var(--admin-border);margin:.2rem .22rem;width:1px}.notion-bubble-menu button,.notion-editor-toolbar button{align-items:center;background:transparent;border:0;border-radius:9px;color:#526273;cursor:pointer;display:inline-flex;height:2.35rem;justify-content:center;min-width:2.35rem;padding:.45rem;transition:background-color .16s ease,color .16s ease,transform .16s ease}.notion-bubble-menu button.is-active,.notion-bubble-menu button:hover,.notion-editor-toolbar button.is-active,.notion-editor-toolbar button:hover{background:#e7f8fb;color:#007fbe}.notion-bubble-menu button:active,.notion-editor-toolbar button:active{transform:scale(.96)}.notion-editor-toolbar button:disabled{cursor:not-allowed;opacity:.35}.notion-bubble-menu svg,.notion-editor-toolbar svg{height:1.12rem;width:1.12rem}.notion-bubble-menu{background:#fff;border:1px solid var(--admin-border);border-radius:14px;box-shadow:0 18px 42px rgb(16 32 51/18%);padding:.38rem}.notion-editor-content{color:var(--admin-ink);font-family:var(--admin-body-font,Inter,sans-serif);line-height:1.7;min-height:14rem;outline:none;padding:1.35rem 1.5rem}.notion-editor-content>:first-child{margin-top:0}.notion-editor-content>:last-child{margin-bottom:0}.notion-editor-content p{margin:.65rem 0}.notion-editor-content h2,.notion-editor-content h3,.notion-editor-content h4{color:var(--admin-ink);line-height:1.25;margin:1.2rem 0 .55rem}.notion-editor-content h2{font-size:1.45rem}.notion-editor-content h3{font-size:1.25rem}.notion-editor-content h4{font-size:1.1rem}.notion-editor-content ol,.notion-editor-content ul{margin:.7rem 0;padding-left:1.6rem}.notion-editor-content blockquote{border-left:4px solid #0bf4fb;color:#34465a;margin:1rem 0;padding:.3rem 0 .3rem 1rem}.notion-editor-content code{background:#edf4f7;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;padding:.12rem .32rem}.notion-editor-content a{color:#007fbe;text-decoration:underline;text-underline-offset:.18em}.notion-editor-content p.is-editor-empty:first-child:before{color:#8b9baa;content:attr(data-placeholder);float:left;height:0;pointer-events:none}@media (max-width:600px){.notion-editor-toolbar{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}.notion-editor-toolbar>span{flex:0 0 1px}.notion-editor-content{min-height:12rem;padding:1rem}}.blog-admin{width:min(1120px,100%);margin-inline:auto;padding-bottom:4rem}.blog-heading{margin-bottom:1.25rem}.blog-heading p{max-width:720px;margin:.3rem 0;color:var(--muted)}.blog-heading p:first-child{color:var(--ink)}.blog-heading h1{margin:.25rem 0;font-size:clamp(2.25rem,7vw,4rem);line-height:1}.blog-actionbar{position:-webkit-sticky;position:sticky;z-index:40;top:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding:.7rem;background:rgb(247 250 252/96%);border:1px solid var(--border);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.blog-actionbar>span{flex:0 0 auto;padding:.45rem .75rem;color:#075f82;background:#e7f7fb;border-radius:999px;font-size:.8rem;font-weight:800}.blog-actionbar>div{display:flex;gap:.4rem;overflow-x:auto}.blog-actionbar button,.blog-add-button,.blog-list-heading button{min-height:42px;padding:.65rem 1rem;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:11px;font:inherit;font-weight:800;cursor:pointer;transition:background-color .18s ease-out,border-color .18s ease-out,color .18s ease-out,transform .16s ease-out}.blog-actionbar button:hover,.blog-add-button:hover,.blog-list-heading button:hover{background:var(--surface-1);border-color:#9fb3bf}.blog-actionbar button:active,.blog-add-button:active,.blog-list-heading button:active{transform:scale(.98)}.blog-actionbar .primary-button,.blog-form .primary-button,.blog-list-heading .primary-button{color:#fff;background:#007fbe;border-color:#007fbe}.blog-actionbar .primary-button:hover,.blog-form .primary-button:hover,.blog-list-heading .primary-button:hover{background:#006b9f;border-color:#006b9f}.blog-actionbar .admin-button-primary,.blog-form .admin-button-primary,.blog-list-heading .admin-button-primary{color:#fff;background:#007fbe;border-color:#007fbe}.blog-actionbar .admin-button-primary:hover:not(:disabled),.blog-form .admin-button-primary:hover:not(:disabled),.blog-list-heading .admin-button-primary:hover:not(:disabled){color:#fff;background:#006b9f;border-color:#006b9f}.blog-admin .admin-icon-button,.blog-icon-button{display:inline-grid;width:42px;min-width:42px;height:42px;place-items:center;padding:0;color:var(--ink);background:transparent;border:0;border-radius:10px;cursor:pointer;transition:background-color .18s ease-out,transform .16s ease-out}.blog-admin .admin-icon-button:hover,.blog-icon-button:hover{background:#e8eef2}.blog-admin .admin-icon-button:active,.blog-icon-button:active{transform:scale(.96)}.blog-admin .admin-icon-button svg,.blog-icon-button svg{width:19px;height:19px}.blog-post-row>button:not(.blog-icon-button):not(.admin-icon-button){min-height:40px;padding:.55rem .85rem;color:#075f82;background:#f5fbfd;border:1px solid #bcd8e3;border-radius:10px;font:inherit;font-weight:800;cursor:pointer;transition:color .18s ease-out,background-color .18s ease-out,border-color .18s ease-out,transform .16s ease-out}.blog-post-row>button:not(.blog-icon-button):not(.admin-icon-button):hover{color:#fff;background:#007fbe;border-color:#007fbe}.blog-post-row>button:not(.blog-icon-button):not(.admin-icon-button):active{transform:scale(.98)}.blog-message{padding:.7rem 1rem;background:#edf4f7;border-radius:10px}.blog-tabs{display:flex;gap:1.15rem;overflow-x:auto;margin:1rem 0;border-bottom:1px solid var(--border)}.blog-tabs button{flex:0 0 auto;padding:.8rem 0;color:var(--muted);background:transparent;border:0;border-bottom:2px solid transparent;font:inherit;cursor:pointer}.blog-tabs button:hover{color:var(--ink)}.blog-tabs button.active{color:var(--ink);border-bottom-color:#007fbe;font-weight:800}.blog-list-card{padding:clamp(1rem,3vw,1.5rem);background:#fff;border:1px solid var(--border);border-radius:18px}.blog-section-list{overflow:hidden;border:1px solid var(--border);border-radius:14px}.blog-post-row,.blog-section-row{display:flex;align-items:center;gap:.65rem;min-height:76px;padding:.8rem;border-bottom:1px solid var(--border);transition:background-color .18s ease-out,transform .2s ease-out}.blog-section-overlay{width:min(900px,calc(100vw - 32px));border:1px solid #8bc7d9;border-radius:13px;background:#fff;box-shadow:0 18px 42px rgb(7 24 45/22%);opacity:.95}.blog-post-row:last-child,.blog-section-row:last-child{border-bottom:0}.blog-post-row>div,.blog-section-row>div:not(.blog-order-buttons){display:grid;flex:1 1;min-width:0;grid-gap:.15rem;gap:.15rem}.blog-post-row strong,.blog-section-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-post-row small,.blog-section-row small{color:var(--muted)}.blog-drag-handle{display:grid;width:34px;min-width:34px;height:42px;place-items:center;padding:0;color:#8b9baa;background:transparent;border:0;border-radius:9px;cursor:-webkit-grab;cursor:grab;touch-action:none;transition:color .18s ease-out,background-color .18s ease-out}.blog-drag-handle:hover{color:var(--ink)}.blog-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing;background:#edf3f6}.blog-drag-handle svg{width:18px}.blog-kind{padding:.25rem .55rem;border-radius:999px;font-size:.72rem;font-weight:800;white-space:nowrap}.kind-hero{color:#5038a4;background:#e9e2ff}.kind-curated_row{color:#155a95;background:#dcecff}.kind-category_row{color:#21733a;background:#dff3df}.kind-all_stories{color:#526273;background:#edf3f6}.blog-switch{position:relative;display:inline-flex;cursor:pointer}.blog-switch input{position:absolute;opacity:0;cursor:pointer}.blog-admin input[type=checkbox]{cursor:pointer}.blog-switch span{position:relative;width:38px;height:22px;background:#aebdc6;border-radius:999px;transition:background-color .15s ease-out}.blog-switch span:after{position:absolute;top:3px;left:3px;width:16px;height:16px;content:"";background:#fff;border-radius:50%;transition:transform .15s ease-out}.blog-switch input:checked+span{background:#079fac}.blog-switch input:checked+span:after{transform:translateX(16px)}.blog-switch input:focus-visible+span{outline:2px solid #007fbe;outline-offset:3px}.blog-add-button{display:inline-flex;align-items:center;gap:.4rem;margin-top:.8rem}.blog-add-button svg,.blog-list-heading button svg{width:18px}.blog-list-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.blog-list-heading h2,.blog-list-heading p{margin:0}.blog-list-heading p{color:var(--muted)}.blog-post-filters{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(4,minmax(145px,1fr));grid-gap:.65rem;gap:.65rem;margin-bottom:.75rem}.blog-post-filters label{display:grid;grid-gap:.3rem;gap:.3rem;color:var(--ink);font-size:.78rem;font-weight:800}.blog-post-filters :is(input,select){width:100%;min-height:44px;padding:.6rem .7rem;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:10px;font:inherit}.blog-results-summary{margin:.5rem 0;color:var(--muted);font-size:.84rem}.blog-admin-pagination{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:1rem}.blog-admin-pagination>button{display:grid;min-width:42px;min-height:42px;place-items:center;padding:.45rem .65rem;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:9px;cursor:pointer}.blog-admin-pagination>button[aria-current=page]{color:#fff;background:#007fbe;border-color:#007fbe}.blog-selected-media{display:grid;grid-template-columns:6rem minmax(0,1fr);align-items:center;grid-gap:.75rem;gap:.75rem;padding:.7rem;background:#f7fafc;border:1px solid var(--border);border-radius:11px}.blog-selected-media :is(img,.blog-media-empty){width:6rem;height:4.5rem;object-fit:cover;border-radius:8px}.blog-selected-media>div{display:grid;min-width:0;grid-gap:.2rem;gap:.2rem}.blog-selected-media strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-selected-media small{color:var(--muted)}.blog-inline-actions{display:flex;flex-wrap:wrap;gap:.5rem}.blog-empty{padding:2rem;color:var(--muted);text-align:center}.blog-panel-backdrop{position:fixed;z-index:2000;inset:0;display:flex;justify-content:flex-end;background:rgb(7 24 45/48%);animation:blog-backdrop .2s ease-out}.blog-editor-panel{width:min(680px,100%);height:100dvh;overflow-y:auto;background:#fff;box-shadow:-20px 0 60px rgb(7 24 45/20%);animation:blog-panel .25s ease-out}.blog-editor-panel>header{position:-webkit-sticky;position:sticky;z-index:3;top:0;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:rgb(255 255 255/96%);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blog-editor-panel>header .admin-icon-button{position:relative;z-index:4;pointer-events:auto}.blog-editor-panel h2{margin:0}.blog-editor-panel>div{padding:1.25rem}.blog-form{display:grid;grid-gap:1rem;gap:1rem}.blog-form>label{display:grid;grid-gap:.4rem;gap:.4rem;color:var(--ink);font-weight:800}.blog-form input,.blog-form select,.blog-form textarea{width:100%;min-height:50px;padding:.75rem .9rem;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:11px;font:inherit;transition:border-color .16s ease-out,outline-color .16s ease-out}.blog-form textarea{min-height:110px;resize:vertical}.blog-form :is(input,select,textarea):focus{border-color:#007fbe;outline:2px solid rgb(0 127 190/18%);outline-offset:1px}.blog-form fieldset{display:grid;grid-gap:.55rem;gap:.55rem;padding:1rem;border:1px solid var(--border);border-radius:12px}.blog-form legend{padding-inline:.35rem;font-weight:800}.blog-check{display:flex;align-items:center;gap:.6rem;font-weight:600;cursor:pointer}.blog-check input{width:20px;min-height:20px;cursor:pointer}.blog-media-field{min-width:0}.blog-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;max-height:25rem;overflow-y:auto;padding:.2rem}.blog-media-grid label{position:relative;display:grid;grid-template-columns:5rem minmax(0,1fr);align-items:center;grid-gap:.75rem;gap:.75rem;min-width:0;padding:.65rem;background:#fff;border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:border-color .16s ease-out,background-color .16s ease-out,transform .16s ease-out}.blog-media-grid label:hover{background:#f3fafc;border-color:#82b9cc;transform:translateY(-1px)}.blog-media-grid label.is-selected{background:#eaf8fc;border-color:#007fbe;box-shadow:0 0 0 2px rgb(0 127 190/12%)}.blog-media-grid input{position:absolute;opacity:0;pointer-events:none}.blog-media-grid :is(img,.blog-media-empty){width:5rem;height:3.75rem;border-radius:8px;object-fit:cover}.blog-media-empty{display:grid;place-items:center;padding:.3rem;color:var(--muted);background:#edf3f6;font-size:.7rem;text-align:center}.blog-media-grid strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-editor-stats{display:flex;gap:.75rem;color:var(--muted);font-size:.82rem;font-weight:700}@keyframes blog-panel{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes blog-backdrop{0%{opacity:0}to{opacity:1}}@media (max-width:700px){.identity-media-filters{grid-template-columns:minmax(0,1fr)}.blog-actionbar{align-items:stretch;flex-direction:column}.blog-actionbar>div{width:100%}.blog-actionbar>div>button:not(.blog-icon-button):not(.admin-icon-button){flex:1 1;padding-inline:.65rem;font-size:.78rem}.blog-section-row{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto}.blog-list-heading{align-items:stretch;flex-direction:column}.blog-editor-panel{width:100%}.blog-media-grid,.blog-post-filters{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.blog-editor-panel,.blog-panel-backdrop{animation:none}.blog-actionbar button,.blog-add-button,.blog-list-heading button,.blog-post-row>button:not(.blog-icon-button):not(.admin-icon-button),.blog-section-row,.blog-switch span,.blog-switch span:after{transition:none}}.pages-dedicated-manager-note{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;background:#eef9fc;border:1px solid #bfe4ed;border-radius:14px}.pages-dedicated-manager-note>div{display:grid;grid-gap:.2rem;gap:.2rem}.pages-dedicated-manager-note span{color:var(--muted)}.pages-dedicated-manager-note a{flex:0 0 auto;padding:.65rem .9rem;color:#fff;background:#007fbe;border-radius:10px;font-weight:800;text-decoration:none;transition:background-color .18s ease-out,transform .16s ease-out}.pages-dedicated-manager-note a:hover{background:#006b9f;transform:translateY(-1px)}.pages-dedicated-manager-note a:active{transform:scale(.98)}@media (max-width:700px){.pages-dedicated-manager-note{align-items:stretch;flex-direction:column}.pages-dedicated-manager-note a{text-align:center}.blog-post-row{display:grid;grid-template-columns:minmax(0,1fr) auto}.blog-post-row>div{grid-column:1/-1}}