:root{color-scheme:dark;--sidebar-width: 280px;--workspace-padding: 1.5rem;--bg: #111111;--bg-elevated: rgba(30, 26, 20, .9);--bg-panel: rgba(19, 19, 18, .9);--bg-muted: rgba(255, 255, 255, .04);--line: rgba(240, 220, 180, .12);--line-strong: rgba(240, 220, 180, .2);--text: #f5f1e8;--text-muted: #b6ad9b;--accent: #d68b29;--accent-soft: rgba(214, 139, 41, .18);--success: #5cbf7a;--warning: #d7a145;--danger: #db6a5c;--shadow: 0 24px 80px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Manrope,sans-serif;background:radial-gradient(circle at top right,rgba(214,139,41,.16),transparent 32%),radial-gradient(circle at bottom left,rgba(70,48,24,.35),transparent 28%),linear-gradient(180deg,#171411,#0d0d0d);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.admin-app{display:grid;min-height:100vh;grid-template-columns:var(--sidebar-width) minmax(0,1fr)}.sidebar{display:flex;flex-direction:column;gap:2rem;padding:2rem 1.25rem;border-right:1px solid var(--line);background:linear-gradient(180deg,#1a1611f5,#0c0c0ce6);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-block{display:flex;align-items:center;gap:.85rem}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:.95rem;background:linear-gradient(135deg,#f2c477,#a35d11);color:#20150b;box-shadow:inset 0 1px #ffffff3d}.brand-block h1{margin:.1rem 0 0;font-size:1rem;font-weight:800;letter-spacing:.02em}.eyebrow{margin:0;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}.sidebar-nav{display:grid;gap:.45rem}.sidebar-link{display:flex;align-items:center;gap:.8rem;padding:.9rem .95rem;border:1px solid transparent;border-radius:1rem;color:var(--text-muted);transition:.18s ease}.sidebar-link:hover{color:var(--text);background:var(--bg-muted);border-color:var(--line)}.sidebar-link.is-active{color:var(--text);background:linear-gradient(180deg,#d68b2929,#ffffff0a);border-color:#d68b293d}.sidebar-note{margin-top:auto;padding:1rem;border:1px solid var(--line);border-radius:1rem;background:#ffffff08;color:var(--text-muted);font-size:.88rem;line-height:1.55}.workspace{padding:var(--workspace-padding)}.page-surface{display:grid;gap:1rem}.section-heading{display:grid;gap:.65rem;max-width:64rem}.section-kicker{margin:0;color:#f2c477;font-size:.78rem;text-transform:uppercase;letter-spacing:.2em}.section-heading h1{margin:0;font-family:Fraunces,serif;font-size:clamp(2.4rem,5vw,4.25rem);line-height:.96;letter-spacing:-.04em}.section-heading p:last-child{margin:0;max-width:46rem;color:var(--text-muted);font-size:1rem;line-height:1.7}.poster-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.metric-grid,.action-grid,.workspace-grid,.stack-grid{display:grid;gap:1rem}.metric-grid,.action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-grid{grid-template-columns:minmax(18rem,24rem) minmax(0,1fr);align-items:start}.brand-import-queue-layout{grid-template-columns:minmax(0,1.45fr) minmax(18rem,.85fr)}.surface-card{border:1px solid var(--line);background:linear-gradient(180deg,#161412eb,#0c0c0ceb);border-radius:1rem;padding:1rem;box-shadow:var(--shadow)}.surface-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.surface-card__header h2{margin:0;font-size:1rem}.surface-card__header p{margin:.35rem 0 0;color:var(--text-muted);font-size:.92rem;line-height:1.55}.metric-card strong{display:block;margin-top:.6rem;font-size:2.25rem;font-weight:800}.metric-card p,.metric-card__label{margin:0}.metric-card__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.16em;font-size:.72rem}.action-tile{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:start;padding:1.1rem 1.2rem;border-radius:1.2rem;border:1px solid var(--line);background:#ffffff06;transition:.18s ease}.action-tile:hover,.record-row:hover{border-color:var(--line-strong);background:#ffffff0a}.action-tile h2{margin:0 0 .35rem;font-size:1rem}.action-tile p{margin:0;color:var(--text-muted);line-height:1.55}.action-tile__icon{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:.95rem;background:var(--accent-soft);color:#f0cb91}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.field-grid--compact{grid-template-columns:2fr 1fr}.field-grid--single{grid-template-columns:1fr}.field{display:grid;gap:.42rem}.field span{color:var(--text-muted);font-size:.82rem;font-weight:700;letter-spacing:.03em}.field input,.field textarea,.field select{width:100%;padding:.72rem .85rem;border-radius:.8rem;border:1px solid var(--line);background:#ffffff08;color:var(--text)}.field textarea{resize:vertical;min-height:7rem}.field--checkbox{grid-template-columns:1fr auto;align-items:center}.field--checkbox input{width:1.15rem;height:1.15rem}.record-list{display:grid;gap:.55rem}.record-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border:1px solid var(--line);border-radius:1rem;background:#ffffff05;color:var(--text);text-align:left;cursor:pointer}.record-row strong,.record-row span{display:block}.record-row span{color:var(--text-muted);font-size:.85rem;margin-top:.25rem}.record-row.is-selected{border-color:#d68b2959;background:#d68b2914}.button-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.button-row--compact{margin-top:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.8rem;padding:.7rem .95rem;border-radius:.85rem;border:1px solid var(--line);background:#ffffff08;color:var(--text);font-weight:700;cursor:pointer}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{background:linear-gradient(180deg,#e6a84d,#9d5a11);color:#20150b;border-color:transparent}.button--secondary{background:#ffffff0a}.button--ghost{justify-self:start;background:transparent;padding-left:0;border:0;color:var(--text-muted)}.button--ghost:hover{color:var(--text)}.button--danger{background:#db6a5c1f;color:#ffb1a8;border-color:#db6a5c3d}.notice{padding:.95rem 1rem;border-radius:1rem;border:1px solid var(--line)}.notice--success{background:#5cbf7a1a;border-color:#5cbf7a38;color:#b9f2c8}.notice--danger{background:#db6a5c1f;border-color:#db6a5c38;color:#ffb8b0}.muted{margin:0;color:var(--text-muted)}.segmented-control{display:inline-grid;grid-auto-flow:column;gap:.4rem;padding:.25rem;border-radius:999px;background:#ffffff0a;border:1px solid var(--line)}.segmented-control button{border:0;background:transparent;color:var(--text-muted);padding:.55rem .9rem;border-radius:999px;cursor:pointer}.segmented-control .is-active{background:#d68b2929;color:var(--text)}.stats-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.poster-card{min-height:15rem;padding:1.3rem;border-radius:1.4rem;border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between}.poster-card span{color:#ffffffb3;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem}.poster-card strong{max-width:18rem;font-size:1.2rem;line-height:1.4}.poster-card--warm{background:linear-gradient(180deg,#d68b2947,#39220cb8)}.poster-card--dark{background:linear-gradient(180deg,#201f27f5,#0d0d11f5)}.poster-card--outline{background:#ffffff05}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:1.8rem;padding:.2rem .7rem;border-radius:999px;border:1px solid var(--line);font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.status-badge--neutral{background:#ffffff0d}.status-badge--success{background:#5cbf7a29;color:#9be7b3}.status-badge--warning{background:#d7a14529;color:#efca85}.status-badge--danger{background:#db6a5c24;color:#ffaea3}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.page-header__main{display:grid;gap:.55rem}.page-header__main h1{margin:0;font-size:1.45rem;line-height:1.1;letter-spacing:-.03em}.page-header__meta{display:flex;flex-wrap:wrap;gap:.55rem}.page-header__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.lookup-toolbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center}.toolbar-search{display:flex;align-items:center;gap:.65rem;min-height:2.8rem;padding:0 .85rem;border-radius:.9rem;border:1px solid var(--line);background:#ffffff08;color:var(--text-muted)}.toolbar-search input{flex:1;min-width:0;padding:0;border:0;background:transparent;color:var(--text)}.toolbar-search input:focus{outline:none}.toolbar-select{display:inline-flex;align-items:center;gap:.65rem}.toolbar-select span{color:var(--text-muted);font-size:.82rem;font-weight:700}.toolbar-select select{min-width:5rem}.table-surface{padding:0;overflow:hidden}.table-shell{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:.9rem 1rem;border-bottom:1px solid var(--line);font-size:.92rem;text-align:left;vertical-align:middle}.admin-table th{color:var(--text-muted);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-table tbody tr{cursor:pointer;transition:background .16s ease}.admin-table tbody tr:hover{background:#ffffff09}.admin-table tbody tr.is-selected{background:#d68b2917}.table-primary{display:grid;gap:.22rem}.table-primary strong{font-size:.95rem}.table-primary span{color:var(--text-muted);font-size:.82rem}.table-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem}.brand-import-queue-detail{position:sticky;top:1.5rem}.queue-detail-stack{display:grid;gap:1rem}.queue-json-block{display:grid;gap:.65rem}.queue-json-block h3{margin:0;font-size:.95rem}.queue-json-block pre{margin:0;padding:.9rem 1rem;border-radius:.95rem;border:1px solid var(--line);background:#ffffff08;color:var(--text);overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:.82rem;line-height:1.55}.pager{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.pager span{color:var(--text-muted);font-size:.88rem}.table-empty{padding:1rem;color:var(--text-muted)}.editor-shell{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(18rem,.55fr);gap:1rem;align-items:start}.editor-shell--single{grid-template-columns:minmax(0,1fr)}.editor-main,.editor-aside{display:grid;gap:1rem}.editor-aside{position:sticky;top:1.5rem}.editor-side-list{display:grid;gap:.75rem}.editor-side-list>span,.editor-side-list>div{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.72rem .8rem;border-radius:.8rem;border:1px solid var(--line);background:#ffffff06}.editor-side-list span{color:var(--text-muted);font-size:.84rem}.editor-side-list strong{font-size:.92rem}.brand-editor-page{display:grid;gap:1rem;--brand-editor-header-height: 6.5rem;padding-top:calc(var(--brand-editor-header-height) + .8rem)}.brand-editor-page__header{position:fixed;top:0;left:calc(var(--sidebar-width) + var(--workspace-padding));right:var(--workspace-padding);z-index:40}.brand-editor-page__header .page-header{padding:1rem 1.1rem;border:0;border-bottom:1px solid var(--line);border-radius:0;background:linear-gradient(180deg,#161412f5,#0c0c0cf0);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:none}.brand-editor-layout{display:grid;grid-template-columns:minmax(13rem,15rem) minmax(0,1fr);gap:1rem;align-items:start}.brand-editor-layout--rail-collapsed{grid-template-columns:4.25rem minmax(0,1fr)}.brand-editor-layout__rail-inner{display:grid;gap:.8rem;position:sticky;top:calc(var(--brand-editor-header-height) + 1.2rem);padding:.9rem;border:1px solid var(--line);border-radius:1rem;background:linear-gradient(180deg,#161412eb,#0c0c0ce0);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.brand-editor-layout__rail.is-collapsed .brand-editor-layout__rail-inner{justify-items:center;padding:.7rem}.brand-editor-layout__rail-toggle{display:inline-flex;align-items:center;justify-content:flex-start;gap:.55rem;width:100%;min-height:2.6rem;padding:.7rem .85rem;border:1px solid var(--line);border-radius:999px;background:#ffffff0a;color:var(--text);cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.brand-editor-layout__rail-toggle:hover{border-color:var(--line-strong);background:#ffffff14}.brand-editor-layout__rail.is-collapsed .brand-editor-layout__rail-toggle{justify-content:center;padding-inline:.65rem}.brand-editor-layout__main,.brand-editor-sections{display:grid;gap:.9rem}.brand-editor-layout__chipbar{display:none}.brand-editor-section{scroll-margin-top:calc(var(--brand-editor-header-height) + 1.6rem)}.brand-editor-section-nav{display:grid;gap:.55rem}.brand-editor-section-nav__link{display:inline-flex;align-items:center;min-height:2.75rem;padding:.75rem .9rem;border:1px solid var(--line);border-radius:999px;background:#ffffff06;color:var(--text-muted);font-size:.9rem;transition:border-color .16s ease,color .16s ease,background .16s ease}.brand-editor-section-nav__link:hover{color:var(--text);border-color:var(--line-strong);background:#ffffff0f}.brand-editor-section-nav--chips{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:thin}.brand-editor-section-nav--chips .brand-editor-section-nav__link{flex:0 0 auto;white-space:nowrap}.brand-editor-overview .surface-card__header{margin-bottom:0}.brand-editor-overview__toggle{display:inline-flex;align-items:center;gap:.45rem;min-height:2.5rem;padding:.55rem .8rem;border:1px solid var(--line);border-radius:999px;background:#ffffff08;color:var(--text)}.brand-editor-overview__body{display:grid;gap:.9rem}.brand-editor-overview__summary{margin:0;color:var(--text-muted);line-height:1.6}.brand-editor-overview__stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.brand-editor-overview__stat{display:grid;gap:.35rem;padding:.8rem .9rem;border:1px solid var(--line);border-radius:.9rem;background:#ffffff06}.brand-editor-overview__stat span{color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.14em}.brand-editor-overview__stat strong{font-size:1.25rem}.field-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.field-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.field--span-2{grid-column:span 2}.field--toggle{align-items:end}.field--toggle input{width:1.1rem;height:1.1rem}.field--inline{min-width:7rem}.section-stack,.dense-stack{display:grid;gap:.8rem}.brand-editor-empty-state{margin:0;padding:.75rem .9rem;border:1px dashed var(--line);border-radius:.9rem;background:#ffffff05;color:var(--text-muted);font-size:.9rem}.line-editor-accordion{gap:0}.line-editor-accordion__header{display:flex;align-items:center;justify-content:space-between;gap:.85rem}.line-editor-accordion__trigger{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:.85rem;width:100%;padding:0;border:0;background:transparent;color:var(--text);text-align:left}.line-editor-accordion__summary strong{display:block;margin-bottom:.22rem}.line-editor-accordion__summary span{color:var(--text-muted);font-size:.82rem}.line-editor-accordion__chevron{flex:0 0 auto;color:var(--text-muted);transition:transform .16s ease}.line-editor-accordion.is-open .line-editor-accordion__chevron{transform:rotate(180deg)}.line-editor-accordion__tools{display:flex;align-items:center;gap:.75rem}.line-editor-accordion__panel{display:grid;gap:.9rem;margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--line)}.line-editor-subsection,.line-editor-subsection-grid{display:grid;gap:.8rem}.line-editor-subsection{padding:.9rem;border-radius:.9rem;border:1px solid var(--line);background:#ffffff05}.line-editor-subsection__header h4,.line-editor-subsection .section-row h5{margin:0;font-size:.95rem}.line-editor-subsection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.section-row h3,.nested-panel h4{margin:0;font-size:.95rem}.nested-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.nested-panel{display:grid;gap:.8rem;padding:.9rem;border-radius:.9rem;border:1px solid var(--line);background:#ffffff05}.repeater-card{display:grid;gap:.85rem;padding:.9rem;border-radius:.9rem;border:1px solid var(--line);background:#ffffff06}.repeater-card--compact{gap:.7rem}.repeater-card__header,.repeater-card__actions,.inline-controls{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.repeater-card__header strong{display:block;margin-bottom:.2rem}.repeater-card__header span{color:var(--text-muted);font-size:.82rem}.linked-brand-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem .9rem;border-radius:.9rem;border:1px solid var(--line);background:#ffffff06;color:var(--text);text-align:left}.linked-brand-row strong,.linked-brand-row span{display:block}.linked-brand-row span{margin-top:.18rem;color:var(--text-muted);font-size:.82rem}@media(max-width:1080px){.admin-app{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line)}.poster-grid,.metric-grid,.action-grid,.workspace-grid,.lookup-toolbar,.page-header,.editor-shell,.line-editor-subsection-grid,.nested-grid,.field-grid,.field-grid--compact,.field-grid--3,.field-grid--4,.brand-editor-layout,.brand-editor-overview__stats,.brand-import-queue-layout{grid-template-columns:1fr}.brand-editor-layout__rail{display:none}.brand-editor-page{padding-top:0}.brand-editor-page__header{position:static;left:auto;right:auto}.brand-editor-page__header .page-header{padding:1rem 1.1rem;border:1px solid var(--line);border-radius:1rem;box-shadow:var(--shadow)}.brand-editor-layout__chipbar{display:block;position:sticky;top:6.4rem;z-index:35;padding:.2rem 0 .1rem;background:linear-gradient(180deg,#111111fa,#111111b8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.field--span-2{grid-column:span 1}.page-header__actions,.table-footer,.pager,.section-row,.line-editor-accordion__header,.line-editor-accordion__tools,.inline-controls,.repeater-card__header,.repeater-card__actions{flex-direction:column;align-items:stretch}.editor-aside,.brand-import-queue-detail{position:static}}
