@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=IBM+Plex+Sans:wght@400;500;600&display=swap";.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--paper-strong);border-right:1px solid var(--line);padding:28px 22px;display:flex;flex-direction:column;gap:32px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:14px}.brand-mark{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#1f5e3b,#274a32);color:#f7f1e6;display:grid;place-items:center;font-weight:700;letter-spacing:.04em}.brand-title{font-weight:700;letter-spacing:.02em}.brand-subtitle{font-size:.85rem;color:var(--muted)}.nav{display:flex;flex-direction:column;gap:10px}.nav-link{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:8px;text-decoration:none;color:var(--ink-soft);background:transparent;transition:all .2s ease}.nav-link:hover{background:#1f5e3b14}.nav-link-active{background:var(--accent);color:#f9f4eb;box-shadow:none}.nav-icon svg{width:20px;height:20px}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:10px}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:12px;background:#1f5e3b1f;font-size:.8rem;color:var(--accent-strong);width:fit-content}.status-pill.status-accent{background:#b3532e26;color:var(--accent-2)}.status-pill.status-ink{background:#1b241a1a;color:var(--ink)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.sidebar-note{font-size:.78rem;color:var(--muted)}.app-main{display:flex;flex-direction:column;min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid var(--line);background:#f7f1e6d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);gap:24px}.header-title{font-weight:600;letter-spacing:.02em}.header-subtitle{font-size:.9rem;color:var(--muted)}.header-actions{display:flex;align-items:center;gap:18px}.search-shell{display:flex;align-items:center;gap:8px;background:var(--card);padding:10px 14px;border-radius:10px;border:1px solid var(--line);box-shadow:inset 0 1px #fff9}.search-icon{color:var(--muted)}.search-input{border:none;outline:none;background:transparent;min-width:220px}.user-chip{display:flex;align-items:center;gap:16px;background:var(--paper-strong);border:1px solid var(--line);padding:8px 12px;border-radius:8px}.user-name{font-weight:600;font-size:.9rem}.user-role{font-size:.75rem;color:var(--muted)}.link-button{font-size:.8rem;color:var(--accent-2);font-weight:600}.app-content{padding:28px 32px 48px;display:flex;flex-direction:column;gap:24px}.workspace,.audit-page{display:flex;flex-direction:column;gap:24px}.page-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:var(--muted)}.page-actions{display:flex;gap:10px;flex-wrap:wrap}.key-hint{font-size:.75rem;background:var(--paper-strong);border-radius:10px;padding:6px 10px;border:1px solid var(--line)}.card{background:var(--card);border-radius:var(--radius);padding:20px;border:1px solid var(--line);box-shadow:var(--shadow)}.panel-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.panel-header h3{margin-bottom:4px}.panel-header p{color:var(--muted);font-size:.85rem}.queue-panel{display:flex;flex-direction:column;gap:12px;min-height:520px}.queue-count{font-size:.8rem;color:var(--muted)}.queue-list{display:flex;flex-direction:column;gap:10px;overflow:auto;padding-right:4px}.queue-item{display:flex;justify-content:space-between;gap:14px;text-align:left;background:transparent;padding:12px;border-radius:8px;border:1px solid transparent;transition:all .2s ease}.queue-item:hover{border-color:var(--line);background:#ffffffb3}.queue-item.active{border-color:var(--accent);background:#1f5e3b14}.queue-ref{font-weight:700}.queue-name{font-size:.82rem;color:var(--muted)}.queue-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.queue-variants{font-size:.75rem;color:var(--muted)}.workspace-grid{display:grid;grid-template-columns:280px minmax(0,1fr) 300px;gap:24px}.workspace-center{display:flex;flex-direction:column;gap:20px}.canonical-card{position:relative}.canonical-input{width:100%;padding:14px 16px;border-radius:8px;border:1px solid var(--line);background:#fffdf8;font-size:1rem;margin-bottom:16px}.canonical-actions{display:flex;gap:12px}.variants-card .variant-list{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;font-size:.78rem;border:1px solid transparent}.tag-neutral{background:#1f5e3b14;color:var(--ink-soft)}.tag-accent{background:#1f5e3b29;color:var(--accent)}.tag-warn{background:#b3532e2e;color:var(--accent-2)}.preview-card .preview-list{display:flex;flex-direction:column;gap:10px}.preview-row{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;font-size:.85rem}.preview-old{color:var(--muted)}.preview-old.muted{opacity:.6}.preview-arrow{color:var(--accent-2)}.preview-new{font-weight:600}.empty-state{font-size:.85rem;color:var(--muted);padding:12px 0}.actions-panel{display:flex;flex-direction:column;gap:16px}.notes-input{min-height:120px;border-radius:8px;border:1px solid var(--line);padding:12px;resize:vertical;background:#fffdf8}.action-buttons{display:flex;gap:10px}.action-status{font-size:.85rem;color:var(--muted)}.action-meta{font-size:.8rem;color:var(--muted)}.btn{padding:10px 16px;border-radius:10px;font-weight:600;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fdf7ee;box-shadow:none}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{background:#fffdf8;color:var(--accent-strong);border:1px solid rgba(31,94,59,.3)}.btn-ghost{background:transparent;border:1px solid var(--line);color:var(--ink-soft)}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,420px);gap:40px;padding:48px 8vw;align-items:center}.login-hero{display:flex;flex-direction:column;gap:18px}.login-hero h1{font-size:clamp(2rem,3vw,3.2rem)}.hero-kicker{text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:var(--accent-2)}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.hero-tile{background:#ffffffb3;border:1px solid var(--line);border-radius:8px;padding:14px}.hero-label{font-size:.75rem;color:var(--muted)}.hero-value{font-weight:600}.login-card{border-radius:var(--radius-lg);padding:28px;display:flex;flex-direction:column;gap:20px}.login-header h2{margin-bottom:6px}.login-form{display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:var(--ink-soft)}.field input{padding:12px 14px;border-radius:8px;border:1px solid var(--line);background:#fffdf8}.error-text{color:var(--accent-2);font-size:.85rem}.login-footer{font-size:.75rem;color:var(--muted)}.audit-page .audit-card{padding:0}.audit-table{display:flex;flex-direction:column}.audit-row{display:grid;grid-template-columns:80px 1.2fr 1.2fr 1fr 1fr;gap:12px;padding:14px 20px;border-bottom:1px solid var(--line);align-items:center}.audit-head{font-weight:600;background:#fff9}.mono{font-family:IBM Plex Sans,monospace;font-size:.8rem}.accent-text{color:var(--accent)}@media(max-width:1200px){.workspace-grid{grid-template-columns:1fr}.queue-panel,.actions-panel{order:2}.workspace-center{order:1}}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;flex-direction:row;align-items:center;flex-wrap:wrap}.nav{flex-direction:row;flex-wrap:wrap}.header{flex-direction:column;align-items:flex-start}.login-shell{grid-template-columns:1fr}}@media(max-width:600px){.header-actions{flex-direction:column;align-items:stretch;width:100%}.search-shell{width:100%}.audit-row{grid-template-columns:1fr}}:root{color-scheme:light;font-family:IBM Plex Sans,Segoe UI,sans-serif;--paper: #f7f1e6;--paper-strong: #fff8ee;--ink: #1b241a;--ink-soft: #3e4a3c;--accent: #1f5e3b;--accent-strong: #18472c;--accent-2: #b3532e;--muted: #7b7467;--line: #d8cec0;--card: #fffaf2;--shadow: 0 2px 6px rgba(40, 32, 20, .06);--radius: 8px;--radius-lg: 12px}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--ink);background:linear-gradient(180deg,#f8f2e8,#f3ecdf,#f9f3ea);position:relative}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(27,36,26,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(27,36,26,.05) 1px,transparent 1px);background-size:32px 32px;opacity:.4;pointer-events:none;z-index:-1}body:after{content:"";position:fixed;inset:-20% -10% auto auto;width:420px;height:420px;background:radial-gradient(circle,rgba(31,94,59,.18),transparent 70%);opacity:.6;pointer-events:none;z-index:-1}#root{min-height:100vh}h1,h2,h3,h4{font-family:Fraunces,Times New Roman,serif;margin:0}p{margin:0}a{color:inherit}input,textarea,button{font-family:inherit}button{border:none;background:none;cursor:pointer}img,svg{display:block}::selection{background:#1f5e3b33}
