:root{--sz-bg:#f1f2fd;--sz-surface:#fff;--sz-surface-soft:#f8f7ff;--sz-border:#e0e3fd;--sz-text:#2a254d;--sz-muted:#697585;--sz-primary:#591d96;--sz-primary-dark:#2e0a55;--sz-primary-light:#b3ade1;--sz-accent:#faa009;--sz-accent-light:#ffd165;--sz-radius:18px;--sz-shadow:0 18px 45px rgba(46,10,85,.09)}
.sz-brand-mark{object-fit:contain;padding:4px}.sz-auth-logo .sz-brand-mark{padding:7px}
html,body{min-height:100%;color:var(--sz-text);background:var(--sz-bg);font-family:Montserrat,"Open Sans",sans-serif}body{display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6,.sz-admin-header-brand,.sz-footer-brand{color:var(--sz-primary-dark);font-family:"Hanken Grotesk",Montserrat,sans-serif;font-weight:700}a{color:var(--sz-primary)}a:hover{color:var(--sz-primary-dark)}
.sz-admin-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(224,227,253,.7);background:rgba(255,255,255,.92);box-shadow:0 8px 30px rgba(46,10,85,.05);backdrop-filter:blur(16px)}.sz-admin-header-inner,.sz-footer-inner{width:min(1320px,calc(100% - 48px));margin:0 auto}.sz-admin-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:24px}.sz-admin-header-brand,.sz-footer-brand{display:inline-flex;align-items:center;gap:11px;color:var(--sz-primary-dark);text-decoration:none}.sz-admin-header-brand strong{display:block;font-size:1.35rem;line-height:1}.sz-admin-header-brand small{display:block;margin-top:4px;color:var(--sz-muted);font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.sz-brand-mark{display:grid;width:40px;height:40px;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,var(--sz-primary),var(--sz-primary-dark));box-shadow:6px 7px 0 rgba(250,160,9,.28);font-size:1.35rem;font-weight:700}.sz-admin-header-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sz-admin-header-nav a{padding:9px 14px;border-radius:999px;color:var(--sz-muted);font-size:.86rem;font-weight:700;text-decoration:none}.sz-admin-header-nav a:hover,.sz-admin-header-nav a.is-active{color:var(--sz-primary);background:var(--sz-surface-soft)}.sz-admin-header-nav a.is-active{box-shadow:inset 0 -2px var(--sz-accent)}.sz-admin-header-nav .sz-admin-header-logout{margin-left:8px;color:#fff;background:var(--sz-primary)}
.sz-admin-main{width:min(1320px,calc(100% - 48px));flex:1;margin:0 auto;padding:58px 0 92px}.sz-page-hero{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,var(--sz-primary-dark),var(--sz-primary));box-shadow:var(--sz-shadow)}.sz-page-hero h1{color:#fff;font-size:clamp(2rem,4vw,3.6rem)}.sz-page-hero p{color:rgba(255,255,255,.8)}.sz-page-hero .sz-eyebrow{color:var(--sz-accent-light)!important}.sz-card{border:1px solid var(--sz-border);border-radius:var(--sz-radius);background:var(--sz-surface);box-shadow:var(--sz-shadow)}.sz-dashboard-kpi{border-top:4px solid var(--sz-primary-light)}.sz-dashboard-kpi:nth-child(2n){border-top-color:var(--sz-accent)}.sz-dashboard-kpi strong{color:var(--sz-primary-dark);font-size:2.3rem}.sz-button,button.sz-button{min-height:44px;border:1px solid var(--sz-primary);border-radius:7px;background:var(--sz-primary);box-shadow:5px 5px 0 rgba(250,160,9,.22);font-weight:700}.sz-button-secondary,button.sz-button-secondary{border-color:var(--sz-primary-light);color:var(--sz-primary);background:var(--sz-surface-soft);box-shadow:none}.sz-field input,.sz-field textarea,.sz-field select,.sz-inline-form input,.sz-inline-form select{border:1px solid var(--sz-border);border-radius:9px;color:var(--sz-text);background:#fdfdff}.sz-field input:focus,.sz-field textarea:focus,.sz-field select:focus{border-color:var(--sz-primary-light);outline:3px solid rgba(140,95,239,.14)}.sz-provider-editor,.sz-provider-settings-card details{border-color:var(--sz-border);background:var(--sz-surface-soft)}
.sz-status-published{color:#176b5e;background:#d8f5ed}.sz-status-failed,.sz-status-partial-failed,.sz-status-retrying{color:#9d3144;background:#ffe1e6}.sz-status-queued,.sz-status-publishing{color:#8b5a00;background:#fff0c7}.sz-alert{border-radius:12px;box-shadow:0 8px 22px rgba(46,10,85,.05)}.sz-footer{color:var(--sz-primary-light);background:var(--sz-primary-dark)}.sz-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:55px 0 48px}.sz-footer-brand{color:#fff}.sz-footer p{max-width:360px;margin:18px 0 0;color:var(--sz-primary-light);font-size:.9rem}.sz-footer-meta{display:flex;flex-direction:column;gap:8px;color:var(--sz-primary-light);font-size:.75rem;text-align:right;text-transform:uppercase;letter-spacing:.08em}.sz-auth-page{padding-top:60px;padding-bottom:80px}.sz-auth-page .is-form-box,.sz-auth-page form{border-radius:var(--sz-radius)}.sz-auth-page .is-form-box{padding:34px;border:1px solid var(--sz-border);background:#fff;box-shadow:var(--sz-shadow)}
@media(max-width:760px){.sz-admin-header-inner,.sz-footer-inner,.sz-admin-main{width:min(100% - 30px,1320px)}.sz-admin-header-inner,.sz-footer-inner{align-items:flex-start;flex-direction:column;padding:20px 0}.sz-admin-header-nav{width:100%}.sz-admin-header-nav .sz-admin-header-logout{margin-left:auto}.sz-admin-main{padding-top:32px}.sz-footer-meta{text-align:left}}

/* Authentication */
.sz-auth-main{width:100%;flex:1;padding:0}.sz-auth-shell{background:#f1f2fd}.sz-auth-page{position:relative;display:grid;align-items:center;min-height:100vh;padding:64px 24px 88px;background:radial-gradient(circle at 8% 16%,rgba(250,160,9,.18),transparent 28rem),radial-gradient(circle at 92% 82%,rgba(89,29,150,.14),transparent 32rem);isolation:isolate}.sz-auth-page:before{position:absolute;z-index:-1;top:7%;right:8%;width:14px;height:14px;border-radius:50%;background:var(--sz-accent);box-shadow:-170px 90px 0 rgba(89,29,150,.22),120px 390px 0 rgba(250,160,9,.28);content:\"\"}
.sz-auth-frame{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.7fr);width:min(1100px,100%);margin:auto;border:1px solid rgba(255,255,255,.8);border-radius:30px;background:rgba(255,255,255,.72);box-shadow:0 30px 90px rgba(46,10,85,.14),0 3px 0 rgba(255,255,255,.85) inset;overflow:hidden}
.sz-auth-intro{position:relative;min-height:600px;padding:64px;color:#fff;background:linear-gradient(145deg,#2e0a55 0%,#591d96 60%,#7442b3 100%);overflow:hidden}
.sz-auth-intro:after{position:absolute;right:-16%;bottom:-24%;width:480px;height:480px;border:1px solid rgba(255,255,255,.16);border-radius:50%;content:"";box-shadow:0 0 0 42px rgba(255,255,255,.04),0 0 0 86px rgba(255,255,255,.025)}
.sz-auth-kicker{position:relative;z-index:1;color:var(--sz-accent-light);font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.sz-auth-logo{position:relative;z-index:1;margin:110px 0 34px}.sz-auth-logo .sz-brand-mark{width:58px;height:58px;border-radius:18px;color:var(--sz-primary-dark);background:var(--sz-accent-light);box-shadow:8px 8px 0 rgba(250,160,9,.22);font-size:1.8rem}
.sz-auth-intro h1{position:relative;z-index:1;margin:0;color:#fff;font-size:clamp(2.5rem,5vw,4.5rem);line-height:.98;letter-spacing:-.055em}.sz-auth-intro h1 em{color:var(--sz-accent-light);font-style:normal}.sz-auth-intro p{position:relative;z-index:1;max-width:390px;margin:28px 0 0;color:rgba(255,255,255,.7);font-size:1.02rem;line-height:1.65}.sz-auth-proof{position:absolute;z-index:1;bottom:62px;color:rgba(255,255,255,.72);font-size:.78rem;font-weight:700}.sz-auth-proof span{margin-right:8px;color:var(--sz-accent-light)}
.sz-auth-orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.sz-auth-orbit-one{top:80px;right:-80px;width:260px;height:260px}.sz-auth-orbit-two{top:150px;right:60px;width:100px;height:100px;background:rgba(250,160,9,.15);border:0}
.sz-auth-card{display:flex;flex-direction:column;justify-content:center;padding:64px 58px;background:#fff}.sz-auth-card-heading{margin-bottom:34px}.sz-auth-card-heading h2{margin:8px 0 10px;font-size:2.1rem;letter-spacing:-.04em}.sz-auth-card-heading p{margin:0;color:var(--sz-muted);font-size:.92rem}.sz-auth-form{display:grid;gap:20px}.sz-auth-form .sz-field span{font-size:.76rem}.sz-auth-form input{min-height:52px;padding:0 16px;background:#fbfaff}.sz-auth-form input::placeholder{color:#a5a2b6}.sz-auth-submit{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:8px;padding:0 18px 0 22px;min-height:54px;border-radius:12px}.sz-auth-submit span{font-size:1.3rem}.sz-auth-link{align-self:center;margin-top:24px;font-size:.8rem;font-weight:700;text-decoration:none}
@media(max-width:800px){.sz-auth-frame{grid-template-columns:1fr}.sz-auth-intro{min-height:380px;padding:42px}.sz-auth-logo{margin:70px 0 25px}.sz-auth-proof{bottom:38px}.sz-auth-card{padding:42px 30px}}
@media(max-width:480px){.sz-auth-page{padding:24px 15px 50px}.sz-auth-intro{min-height:340px;padding:32px}.sz-auth-logo{margin:55px 0 22px}.sz-auth-intro h1{font-size:2.7rem}.sz-auth-card{padding:34px 24px}}

/* Authenticated workspace polish */
.sz-button:not(.sz-button-secondary):not(.sz-button-danger),.sz-button:not(.sz-button-secondary):not(.sz-button-danger):visited,.sz-button:not(.sz-button-secondary):not(.sz-button-danger):hover,.sz-button:not(.sz-button-secondary):not(.sz-button-danger):focus,.sz-button:not(.sz-button-secondary):not(.sz-button-danger):focus-visible{color:#fff;border:1px solid rgba(255,255,255,.92);background:var(--sz-primary);}
.sz-button:not(.sz-button-secondary):not(.sz-button-danger):hover,.sz-button:not(.sz-button-secondary):not(.sz-button-danger):focus-visible{box-shadow:5px 5px 0 rgba(250,160,9,.32);}
.sz-footer{position:relative;overflow:hidden;border-top:4px solid var(--sz-accent);background:linear-gradient(120deg,#21063f 0%,var(--sz-primary-dark) 55%,#46127b 100%);}
.sz-footer:before{position:absolute;top:-130px;right:8%;width:280px;height:280px;border:1px solid rgba(255,255,255,.1);border-radius:50%;content:"";box-shadow:0 0 0 28px rgba(255,255,255,.025),0 0 0 58px rgba(255,255,255,.018);}
.sz-footer-inner{position:relative;z-index:1;padding:48px 0 42px;}
.sz-footer-brand{font-size:1.1rem;letter-spacing:-.02em;}
.sz-footer-brand .sz-brand-mark{width:46px;height:46px;padding:5px;border-radius:15px;background:#fff;box-shadow:6px 6px 0 rgba(250,160,9,.3);}
.sz-footer p{max-width:430px;margin:16px 0 0;color:rgba(255,255,255,.68);line-height:1.6;}
.sz-footer-meta{position:relative;gap:10px;padding-left:24px;border-left:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.62);}
.sz-footer-meta span:first-child{color:var(--sz-accent-light);font-weight:800;}
.sz-footer-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;}
.sz-footer-copyright{color:rgba(255,255,255,.62);font-size:.78rem;text-align:center;}
.sz-footer-tagline{color:var(--sz-accent-light);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-align:right;text-transform:uppercase;}
@media(max-width:760px){.sz-footer-inner{grid-template-columns:1fr;align-items:flex-start;gap:18px}.sz-footer-copyright,.sz-footer-tagline{text-align:left}}

/* Provider actions need solid contrast against the white cards. */
.sz-provider-settings-card .sz-actions .sz-button:not(.sz-button-danger){min-height:40px;border-radius:9px;}
.sz-provider-settings-card .sz-actions .sz-button-secondary{color:var(--sz-primary);border-color:var(--sz-primary-light);background:#eee9ff;box-shadow:none;}
.sz-provider-settings-card .sz-actions .sz-button-secondary:hover,.sz-provider-settings-card .sz-actions .sz-button-secondary:focus-visible{color:var(--sz-primary-dark);border-color:var(--sz-primary);background:#e2d9ff;box-shadow:none;}
.sz-provider-settings-card .sz-actions .sz-button-danger{border-color:#c94a61!important;color:#a62e45!important;background:#fff1f3!important;}

/* Post form actions */
.sz-form-actions .sz-button-cancel,.sz-form-actions .sz-button-cancel:visited{color:var(--sz-primary-dark)!important;background:#eee9ff!important;border:1px solid var(--sz-primary-light)!important}
.sz-form-actions .sz-button-cancel:hover,.sz-form-actions .sz-button-cancel:focus-visible{color:var(--sz-primary-dark)!important;background:#eee9ff!important;border-color:var(--sz-primary)!important}
.sz-post-video{display:block;width:min(100%,360px);height:min(640px,70vh);margin-top:18px;aspect-ratio:9/16;object-fit:contain;border:1px solid var(--sz-border);border-radius:16px;background:#16052b;box-shadow:0 18px 35px rgba(46,10,85,.14)}
.sz-post-video[hidden]{display:none!important}
.sz-post-video-preview{width:min(100%,260px);height:462px;margin-top:0}
[data-post-status-page]>.sz-card .sz-post-video{width:min(100%,360px);height:min(640px,70vh)}
.sz-check-disabled{opacity:.58}.sz-check-disabled input{cursor:not-allowed}
.sz-table-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sz-table-actions form{display:inline}.sz-table-actions .sz-table-delete{padding:0;border:0;color:#a62e45;background:transparent;font-size:.76rem;font-weight:800;cursor:pointer}.sz-table-actions .sz-table-delete:hover{color:#7f2035;text-decoration:underline}
.sz-provider-group{margin-top:22px}.sz-provider-group:first-of-type{margin-top:0}.sz-provider-group h3{margin:0 0 10px;padding-bottom:9px;border-bottom:1px solid var(--sz-border);color:var(--sz-primary-dark);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.sz-provider-group .sz-provider-editor{margin-top:10px;background:#fff}.sz-provider-group .sz-provider-editor:first-of-type{margin-top:0}
.sz-provider-editor .sz-check{align-items:center;margin:0}.sz-provider-editor .sz-check>span{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.sz-provider-editor .sz-check>span strong{color:var(--sz-primary-dark)}.sz-provider-editor .sz-check>span small{color:var(--sz-muted);font-size:.7rem;font-weight:600}.sz-provider-customize{padding-top:14px;margin-top:14px;border-top:1px solid var(--sz-border)}.sz-provider-customize summary{color:var(--sz-primary);cursor:pointer;font-size:.73rem;font-weight:800;list-style-position:inside}.sz-provider-customize[open] summary{margin-bottom:18px}.sz-provider-customize .sz-field{margin-bottom:15px}.sz-provider-customize .sz-button{margin-top:0}
/* Product surface */
.sz-shell{min-height:100vh}.sz-admin-main> .sz-alert{width:min(1320px,100%);margin:0 auto 22px}.sz-eyebrow{margin:0 0 10px;color:var(--sz-primary);font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.sz-muted,.sz-mute{color:var(--sz-muted)}
.sz-page-hero{display:flex;align-items:center;justify-content:space-between;gap:36px;min-height:265px;padding:48px 56px;margin-bottom:28px}.sz-page-hero>div{position:relative;z-index:1;max-width:720px}.sz-page-hero h1{margin:0 0 14px;line-height:1.02;letter-spacing:-.045em}.sz-page-hero p:not(.sz-eyebrow){max-width:650px;margin:0;line-height:1.65}.sz-page-hero>.sz-button{position:relative;z-index:1;flex:none}.sz-page-hero-compact{min-height:205px}.sz-page-hero-compact h1{font-size:clamp(2rem,4vw,3.25rem)}
.sz-card{padding:28px;margin-bottom:24px}.sz-card h2{margin:0 0 20px;font-size:1.15rem;letter-spacing:-.025em}.sz-card-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:18px;margin-bottom:4px;border-bottom:1px solid var(--sz-border)}.sz-card-header h2{margin:0}.sz-card-header a{font-size:.78rem;font-weight:800;text-decoration:none}.sz-dashboard-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin:0 0 24px}.sz-dashboard-kpi{display:flex;flex-direction:column;gap:7px;padding:22px 24px;margin:0}.sz-dashboard-kpi strong{line-height:1}.sz-dashboard-kpi span{color:var(--sz-muted);font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.sz-dashboard-columns{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.sz-dashboard-panel{min-width:0}.sz-dashboard-log-row,.sz-dashboard-provider-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:17px 0;border-bottom:1px solid #eef0fa}.sz-dashboard-log-row:last-child,.sz-dashboard-provider-row:last-child{border-bottom:0}.sz-dashboard-log-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sz-dashboard-log-row small{color:var(--sz-muted);font-size:.74rem}.sz-dashboard-provider-row{grid-template-columns:1fr;gap:5px}.sz-dashboard-provider-row span{color:var(--sz-muted);font-size:.78rem}.sz-dashboard-provider-row span:last-child{color:var(--sz-primary);font-weight:800}.sz-card>p:last-child{margin-bottom:0}
.sz-table-wrapper{overflow-x:auto;margin:0 -28px}.sz-table{width:100%;border-collapse:collapse;min-width:760px}.sz-table th{padding:14px 28px;color:var(--sz-muted);background:#fbfaff;font-size:.67rem;font-weight:800;letter-spacing:.12em;text-align:left;text-transform:uppercase}.sz-table td{padding:18px 28px;border-top:1px solid #eef0fa;vertical-align:middle;font-size:.86rem}.sz-table tr:hover td{background:#fdfdff}.sz-table td:first-child strong{display:block;color:var(--sz-primary-dark)}.sz-table td small{display:block;margin-top:5px;color:var(--sz-muted);font-size:.72rem}.sz-table td a{font-size:.76rem;font-weight:800;text-decoration:none;white-space:nowrap}.sz-table td:nth-child(3) span{display:block;color:var(--sz-muted);font-size:.76rem;line-height:1.6}.sz-table-wrapper+nav{margin-top:22px}.sz-table-wrapper+nav a,.sz-table-wrapper+nav span{display:inline-flex;min-width:34px;min-height:34px;align-items:center;justify-content:center;border:1px solid var(--sz-border);border-radius:9px;color:var(--sz-primary);font-size:.78rem;text-decoration:none}.sz-table-wrapper+nav span{color:#fff;background:var(--sz-primary)}
.sz-status{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:.67rem;font-weight:800;letter-spacing:.04em;text-transform:capitalize;white-space:nowrap}.sz-status:before{width:6px;height:6px;border-radius:50%;background:currentColor;content:""}.sz-status-draft{color:#667085;background:#edf0f7}.sz-status-published{color:#176b5e;background:#d8f5ed}.sz-status-failed,.sz-status-partial-failed,.sz-status-retrying{color:#9d3144;background:#ffe1e6}.sz-status-queued,.sz-status-publishing,.sz-status-scheduled{color:#8b5a00;background:#fff0c7}.sz-status-pending{color:#5c55a5;background:#ebe9ff}
.sz-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sz-actions form{display:contents}.sz-actions-hero{position:relative;z-index:1;justify-content:flex-end}.sz-button,.sz-actions .sz-button{display:inline-flex;align-items:center;justify-content:center;padding:0 17px;color:#fff;font-size:.78rem;text-decoration:none}.sz-button-danger{border-color:#c94a61!important;color:#a62e45!important;background:#fff1f3!important;box-shadow:none!important}.sz-button-danger:hover{color:#fff!important;background:#a62e45!important}.sz-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.sz-inline-retry{display:inline-flex;margin-left:10px}.sz-inline-retry .sz-button{min-height:32px;padding:0 10px;font-size:.68rem}
.sz-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:24px}.sz-form-section{height:100%;margin:0}.sz-field{display:flex;flex-direction:column;gap:8px;margin:0 0 18px;color:var(--sz-primary-dark);font-size:.76rem;font-weight:800}.sz-field:last-child{margin-bottom:0}.sz-field input,.sz-field textarea,.sz-field select,.sz-inline-form input,.sz-inline-form select{width:100%;min-height:46px;padding:11px 13px;font-size:.84rem;font-weight:500}.sz-field textarea{min-height:112px;resize:vertical;line-height:1.55}.sz-field input[type=file]{padding:9px}.sz-field small{color:var(--sz-muted);font-size:.7rem;font-weight:500;line-height:1.45}.sz-check{display:flex;align-items:center;gap:10px;margin:0 0 20px;color:var(--sz-primary-dark);font-size:.8rem;font-weight:800}.sz-check input{width:18px;height:18px;accent-color:var(--sz-primary)}.sz-check em{margin-left:auto;color:var(--sz-muted);font-size:.68rem;font-style:normal;font-weight:700}.sz-provider-editor{padding:20px;margin-top:16px;border:1px solid var(--sz-border);border-radius:14px}.sz-provider-editor:first-of-type{margin-top:0}.sz-provider-editor .sz-button{margin-top:4px}
.sz-inline-form{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:16px}.sz-inline-form .sz-field{margin:0}.sz-provider-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.sz-provider-settings-card{margin:0}.sz-provider-settings-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:20px;margin-bottom:22px;border-bottom:1px solid var(--sz-border)}.sz-provider-settings-card>header h2{margin:0;font-size:1.3rem}.sz-provider-settings-card>header .sz-eyebrow{margin-bottom:6px}.sz-provider-settings-card details{padding:14px 16px;margin:20px 0;border:1px solid var(--sz-border);border-radius:12px}.sz-provider-settings-card summary{color:var(--sz-primary);cursor:pointer;font-size:.78rem;font-weight:800}.sz-provider-settings-card details .sz-field:first-of-type{margin-top:18px}.sz-provider-settings-card .sz-actions{padding-top:4px}.sz-provider-settings-card .sz-actions .sz-button{min-height:38px;padding:0 12px;font-size:.68rem}
.sz-actions-hero .sz-button-secondary{color:var(--sz-primary);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.38)}.sz-actions-hero .sz-button-secondary:hover{color:#fff;background:rgba(255,255,255,.2)}[data-post-status-page]>.sz-card video{display:block;width:min(100%,520px);margin-top:18px;border-radius:16px;background:#16052b;box-shadow:0 18px 35px rgba(46,10,85,.14)}[data-post-status-page]>.sz-card h2{display:flex;align-items:center;gap:12px}.sz-error-text{color:#a62e45;font-size:.78rem;line-height:1.5}
.sz-actions-hero .sz-button-edit,.sz-actions-hero .sz-button-edit:visited{color:#fff!important;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.8)!important}
.sz-actions-hero .sz-button-edit:hover,.sz-actions-hero .sz-button-edit:focus-visible{color:#fff!important;background:rgba(255,255,255,.16)!important;border-color:#fff!important}
.sz-alert{padding:15px 18px;border:1px solid var(--sz-border);color:var(--sz-primary-dark);background:#fff;font-size:.82rem}.sz-alert-success{border-color:#b9e6d8;background:#f0fcf8}.sz-alert-error{border-color:#f2c3cc;background:#fff4f5}.sz-alert ul{margin:8px 0 0;padding-left:18px}.sz-footer{margin-top:auto}
.sz-account-pill{display:inline-flex;align-items:center;gap:8px;max-width:190px;padding:5px 10px 5px 5px;border:1px solid var(--sz-border);border-radius:999px;color:var(--sz-muted);font-size:.68rem;font-weight:700;overflow:hidden}.sz-account-pill>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sz-account-avatar{display:grid;width:26px;height:26px;flex:none;place-items:center;border-radius:50%;color:#fff;background:var(--sz-primary);font-size:.68rem}
/* Legacy auth views share the same treatment as the login screen. */
.sz-auth-page>.container{width:min(520px,100%);margin:auto}.sz-auth-page>.container .row{display:block}.sz-auth-page>.container [class*="col-"]{width:100%}.sz-auth-page>.container h1{margin:0 0 24px;font-size:2.2rem}.sz-auth-page .form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.sz-auth-page .form-group label{color:var(--sz-primary-dark);font-size:.76rem;font-weight:800}.sz-auth-page .form-control{width:100%;min-height:48px;padding:11px 13px;border:1px solid var(--sz-border);border-radius:9px;color:var(--sz-text);background:#fdfdff}.sz-auth-page .btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 17px;border:1px solid var(--sz-primary);border-radius:9px;color:#fff;background:var(--sz-primary);font-size:.78rem;font-weight:800;text-decoration:none}.sz-auth-page .btn-link{border:0;color:var(--sz-primary);background:transparent}.sz-auth-page .text-danger{color:#a62e45;font-size:.72rem;font-weight:600}.sz-auth-page .alert{padding:14px;border-radius:10px}.sz-auth-page .text-center{text-align:left}
@media(max-width:980px){.sz-dashboard-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sz-dashboard-columns,.sz-form-grid,.sz-provider-settings-grid{grid-template-columns:1fr}.sz-page-hero{padding:40px}.sz-account-pill{display:none}}
@media(max-width:760px){.sz-page-hero{align-items:flex-start;flex-direction:column;min-height:0;padding:34px 28px}.sz-page-hero>.sz-button{width:100%}.sz-dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sz-card{padding:22px}.sz-table-wrapper{margin:0 -22px}.sz-table th,.sz-table td{padding-right:22px;padding-left:22px}.sz-inline-form{grid-template-columns:1fr}.sz-form-actions{justify-content:stretch;flex-direction:column}.sz-form-actions .sz-button{width:100%}.sz-actions-hero{width:100%;justify-content:flex-start}.sz-actions-hero .sz-button{width:auto}.sz-dashboard-log-row{grid-template-columns:1fr auto}.sz-dashboard-log-row small{grid-column:1/-1}.sz-dashboard-provider-row{padding:14px 0}}
@media(max-width:480px){.sz-dashboard-kpi-grid{gap:10px}.sz-dashboard-kpi{padding:17px}.sz-dashboard-kpi strong{font-size:1.8rem}.sz-page-hero h1{font-size:2.25rem}.sz-actions{align-items:stretch;flex-direction:column}.sz-actions .sz-button,.sz-actions form{width:100%}.sz-actions form .sz-button{width:100%}.sz-provider-settings-card>header{flex-direction:column}.sz-check{align-items:flex-start}.sz-check em{margin-left:0}.sz-auth-page>.container{padding:0}}

.sz-empty-state{display:flex;min-height:220px;align-items:center;justify-content:center;flex-direction:column;gap:9px;padding:28px;text-align:center}.sz-empty-state strong{color:var(--sz-primary-dark);font-size:1rem}.sz-empty-state>span:not(.sz-empty-icon){max-width:300px;color:var(--sz-muted);font-size:.78rem;line-height:1.5}.sz-empty-state .sz-button{margin-top:8px}.sz-empty-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;color:var(--sz-primary);background:var(--sz-surface-soft);font-size:1.25rem}.sz-empty-state-wide{grid-column:1/-1;min-height:280px;border:1px dashed var(--sz-primary-light);border-radius:var(--sz-radius);background:rgba(255,255,255,.55)}.sz-empty-state-inline{min-height:150px;padding:15px}.sz-empty-state-inline a{font-size:.76rem;font-weight:800;text-decoration:none}
.sz-auth-simple{min-height:calc(100vh - 82px)}.sz-auth-simple-card{width:min(520px,100%);padding:46px 48px;border:1px solid var(--sz-border);border-radius:24px;background:#fff;box-shadow:var(--sz-shadow)}.sz-auth-simple-card h1{margin:10px 0 26px;font-size:2.2rem;letter-spacing:-.04em}.sz-auth-simple-card .form-group{margin-bottom:20px}.sz-auth-simple-card .alert{margin-bottom:20px}.sz-auth-simple-card .sz-auth-form{gap:18px}.sz-auth-simple-card .sz-auth-form .form-group label,.sz-auth-simple-card .sz-field span{font-size:.76rem}.sz-auth-simple-card .sz-auth-form .form-control{min-height:50px}.sz-auth-simple-card .text-center{text-align:left}.sz-auth-simple-card .btn-primary{width:100%;margin-top:4px}.sz-auth-simple-card .btn-link{padding-left:0}.sz-auth-simple-card .d-inline{display:inline}
@media(max-width:560px){.sz-auth-simple-card{padding:34px 24px}.sz-auth-simple-card h1{font-size:1.9rem}}
.sz-auth-simple{min-height:100vh}
