:root{--bg:#f4f7fb;--surface:#fff;--surface-subtle:#eef3f8;--surface-muted:#e4ebf4;--text:#142033;--text-soft:#546277;--text-inverse:#f8fbff;--primary:#2563eb;--primary-strong:#1746b9;--primary-soft:#dbeafe;--border:#d7e2ef;--danger:#dc2626;--danger-soft:#fee2e2;--warning:#f59e0b;--warning-soft:#fef3c7;--success:#16a34a;--success-soft:#dcfce7;--shadow-sm:0 8px 18px #0f172a12;--shadow-lg:0 24px 60px #0f172a1f;--radius-sm:12px;--radius-md:18px;--radius-lg:28px;--page-width:1240px;--font-body:"Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Avenir Next", "Segoe UI", Inter, system-ui, sans-serif;--font-mono:"SFMono-Regular", "Cascadia Code", Consolas, monospace}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{font-family:var(--font-body);background:linear-gradient(180deg, #f8fbff 0%, var(--bg) 100%);color:var(--text);margin:0}body,input,button,textarea,select{font:inherit}img{max-width:100%;display:block}button,input,textarea,select{border:1px solid var(--border)}button{cursor:pointer}a{color:inherit}#root{min-height:100vh}.eyebrow{background:var(--primary-soft);color:var(--primary-strong);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.simple-page,.auth-page{place-items:center;min-height:100vh;padding:1.5rem;display:grid}.auth-card,.state-card{background:var(--surface);width:min(100%,520px);box-shadow:var(--shadow-lg);border-radius:var(--radius-lg);border:1px solid #2563eb1f;padding:2rem}.auth-card h1,.state-card h1,.state-card h2{font-family:var(--font-display);margin:1rem 0 .5rem;line-height:1.1}.auth-copy,.state-card p{color:var(--text-soft);line-height:1.6}.auth-form{gap:1rem;margin-top:1.5rem;display:grid}.auth-form label,.field{gap:.45rem;display:grid}.auth-form span,.field-label{color:var(--text-soft);font-size:.92rem;font-weight:600}input,textarea,select{border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);padding:.85rem .95rem}textarea{resize:vertical;min-height:120px}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #2563eb2e}.button{background:var(--surface);border-radius:14px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.8rem 1rem;font-weight:700;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button--primary{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.button--secondary{background:var(--surface);color:var(--text)}.button--ghost{background:0 0}.button--danger{background:var(--danger-soft);color:var(--danger);border-color:#fecaca}.button--block{width:100%}.button-row{flex-wrap:wrap;gap:.75rem;display:flex}.button-row--center{justify-content:center;margin-top:1rem}.form-error{color:var(--danger);margin:0;font-size:.92rem}.state-card__spinner{border:4px solid #2563eb26;border-top-color:var(--primary);border-radius:50%;width:38px;height:38px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=720px){.auth-card,.state-card{border-radius:22px;padding:1.4rem}}.app-shell{width:min(var(--page-width), calc(100% - 2rem));margin:0 auto;padding:2rem 0 3rem}.page-hero{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.5rem;display:flex}.page-hero h1{font-size:clamp(2rem,4vw,3.5rem);font-family:var(--font-display);margin:.8rem 0 .5rem}.page-hero p{color:var(--text-soft);margin:0}.dashboard-grid,.admin-grid{gap:1.5rem;display:grid}.dashboard-grid{grid-template-columns:minmax(320px,400px) 1fr}.admin-grid{grid-template-columns:minmax(320px,380px) 1fr;align-items:start}.admin-sidebar,.admin-main{gap:1.5rem;display:grid}.panel{background:var(--surface);box-shadow:var(--shadow-sm);border:1px solid #2563eb1f;border-radius:24px;padding:1.4rem}.panel h2,.panel h3,.panel h4{font-family:var(--font-display);margin:0}.panel p{color:var(--text-soft);line-height:1.6}.panel-heading{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem;display:flex}.grid-form{gap:1rem;display:grid}.project-list{gap:.9rem;display:grid}.project-list__item{border:1px solid var(--border);background:var(--surface-subtle);border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;text-decoration:none;display:flex}.project-list__link{color:inherit;text-decoration:none}.project-list__item strong{margin-bottom:.2rem;display:block}.project-list__actions{flex-wrap:wrap;justify-content:end;align-items:center;gap:.75rem;display:flex}.project-list__item p,.summary-card p,.helper-text,.preview-copy__text,.post-card__meta{color:var(--text-soft);margin:0}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin:1rem 0;display:grid}.summary-grid article{background:var(--surface-subtle);border-radius:18px;gap:.35rem;padding:1rem;display:grid}.summary-grid span,.preview-hero__meta span{text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);font-size:.84rem}.summary-token{font-family:var(--font-mono);word-break:break-all}.upload-panel{gap:1rem;display:grid}.upload-dropzone{border:1.5px dashed var(--border);background:var(--surface-subtle);text-align:center;min-height:140px;color:var(--text);border-radius:20px;place-items:center;padding:1rem;font-weight:700;display:grid}.upload-dropzone input{display:none}.warning-banner{background:linear-gradient(#fffdf6 0%,#fff9eb 100%);border-color:#f5d28a}.toolbar-panel,.toolbar-controls{gap:1rem;display:grid}.toolbar-controls{grid-template-columns:minmax(220px,1fr) minmax(180px,240px) auto;align-items:end}.toolbar-search,.toolbar-filter{min-width:0}.post-list,.post-card{gap:1rem;display:grid}.post-card__header,.preview-post-card__header{justify-content:space-between;align-items:start;gap:1rem;display:flex}.post-card__grid,.preview-post-card__grid{grid-template-columns:minmax(280px,420px) 1fr;align-items:start;gap:1.2rem;display:grid}.post-card__editor,.preview-copy{gap:1rem;display:grid}.preview-frame{background:#eff5fb;border-radius:22px;place-items:center;min-height:280px;display:grid;overflow:hidden}.preview-frame--empty{color:var(--text-soft);border:1px dashed var(--border)}.preview-frame__image{object-fit:contain;width:100%;height:100%}.preview-frame__video{object-fit:contain;background:#050b16;width:100%;height:100%}.ratio-square{aspect-ratio:1}.ratio-portrait{aspect-ratio:4/5}.ratio-landscape{aspect-ratio:1.91}.carousel-viewer,.item-actions{gap:.85rem;display:grid}.carousel-toolbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.carousel-counter{color:var(--text-soft);font-size:.9rem}.post-card__image-actions{margin-top:.85rem}.status-badge{border-radius:999px;justify-content:center;align-items:center;padding:.35rem .7rem;font-size:.84rem;font-weight:700;display:inline-flex}.status-badge--complete{background:var(--success-soft);color:var(--success)}.status-badge--warning{background:var(--warning-soft);color:#a16207}.status-badge--muted{background:var(--surface-muted);color:var(--text-soft)}.dialog-backdrop{background:#0f172a59;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.dialog{background:var(--surface);width:min(100%,460px);box-shadow:var(--shadow-lg);border-radius:24px;padding:1.5rem}.dialog p{margin:.8rem 0 1.4rem}@media (width<=1080px){.dashboard-grid,.admin-grid,.post-card__grid,.preview-post-card__grid,.toolbar-controls{grid-template-columns:1fr}.page-hero,.carousel-toolbar{flex-direction:column;align-items:start}}@media (width<=720px){.app-shell{width:min(100%,100% - 1rem);padding:1rem 0 2rem}.panel,.project-list__item{border-radius:18px;padding:1rem}.project-list__item{flex-direction:column;align-items:start}.project-list__actions{justify-content:space-between;width:100%}.summary-grid{grid-template-columns:1fr}}.app-shell--preview{gap:1.5rem;display:grid}.preview-hero{color:var(--text-inverse);box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#0f3ea8 0%,#2563eb 58%,#4f8ef7 100%);border-radius:28px;justify-content:flex-start;align-items:end;gap:1.5rem;padding:1.4rem;display:flex}.preview-hero .eyebrow{color:var(--text-inverse);background:#ffffff24}.preview-hero h1{font-size:clamp(2rem,4vw,3.25rem);font-family:var(--font-display);margin:.8rem 0 .3rem}.preview-hero p{color:#f8fbffd9;margin:0}.preview-list{gap:1rem;display:grid}.preview-post-card__header h3,.preview-copy h4{margin-top:.35rem}.preview-post-card__header .post-card__meta,.preview-copy h4{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);font-size:.8rem;font-family:var(--font-display)}.app-shell--preview .carousel-counter,.app-shell--preview .carousel-toolbar .button{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;font-size:.8rem}.app-shell--preview .carousel-counter{color:var(--text-soft)}.preview-copy h4{margin-bottom:0}.preview-copy__text{white-space:pre-wrap;color:var(--text);background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #2563eb14;border-radius:20px;margin-top:.55rem;padding:1.2rem 1.25rem}.preview-copy__text--caption{font-family:var(--font-body);letter-spacing:.01em;color:#142033;font-size:1.08rem;line-height:1.8}.preview-copy__text--hashtags{font-family:var(--font-display);letter-spacing:.015em;color:#1f4fbf;font-size:.98rem;line-height:1.9}.preview-branding{justify-content:center;align-items:center;gap:.6rem;padding:.2rem 0 .8rem;display:flex}.preview-branding p{letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft);margin:0;font-size:.84rem}.preview-branding a{font-family:var(--font-display);letter-spacing:-.03em;color:#2f55b0;font-size:1.2rem;font-weight:800;text-decoration:none}.preview-branding a:hover{color:#1f4fbf}@media (width<=900px){.preview-hero{flex-direction:column;align-items:start}.preview-branding{flex-direction:column;gap:.2rem}}
