:root{--bg: #eef1f4;--surface: #ffffff;--surface-muted: #f7f9fb;--ink: #152033;--ink-muted: #5f6d7e;--line: #d5dde6;--primary: #1a3a5c;--primary-hover: #244a72;--accent: #d35400;--accent-hover: #b84700;--success: #1f7a4d;--warning: #9a6700;--danger: #b42318;--radius: 6px;--shadow: 0 1px 3px rgba(21, 32, 51, .08), 0 8px 24px rgba(21, 32, 51, .06);--font-body: "Source Sans 3", system-ui, sans-serif;--font-display: "Barlow Condensed", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--bg);line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.loading-screen{min-height:100vh;display:grid;place-content:center;gap:1rem;color:var(--ink-muted)}.loading-spinner{width:2rem;height:2rem;border:3px solid var(--line);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{background:var(--primary);color:#e8eef5;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:2rem}.brand{padding:0 .75rem}.brand-kicker{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;opacity:.7}.brand-title{margin:.2rem 0 0;font-family:var(--font-display);font-size:1.75rem;font-weight:700;letter-spacing:.02em}.nav-list{display:flex;flex-direction:column;gap:.25rem}.nav-link{display:block;padding:.65rem .75rem;border-radius:var(--radius);color:#dbe6f2;font-weight:500;transition:background .15s ease}.nav-link:hover,.nav-link.active{background:#ffffff1f;color:#fff}.sidebar-footer{margin-top:auto;padding:0 .75rem;font-size:.85rem;opacity:.8}.main-panel{display:flex;flex-direction:column;min-width:0}.topbar{background:var(--surface);border-bottom:1px solid var(--line);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.topbar h1{margin:0;font-family:var(--font-display);font-size:1.6rem;font-weight:600;letter-spacing:.02em}.page-content{padding:1.5rem;flex:1}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-body{padding:1.25rem}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.85rem;font-weight:600;color:var(--ink-muted)}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:var(--radius);padding:.6rem .75rem;background:#fff}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(26,58,92,.25);border-color:var(--primary)}.btn{border:none;border-radius:var(--radius);padding:.6rem 1rem;font-weight:600;cursor:pointer;transition:background .15s ease,transform .1s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-hover)}.btn-ghost{background:transparent;color:var(--ink-muted);border:1px solid var(--line)}.btn-ghost:hover{background:var(--surface-muted)}.btn-danger{background:var(--danger);color:#fff}.toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.status-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border-radius:999px;font-size:.8rem;font-weight:600}.status-pill.success{background:#e8f6ee;color:var(--success)}.status-pill.warning{background:#fff5db;color:var(--warning)}.status-pill.neutral{background:var(--surface-muted);color:var(--ink-muted)}.alert{padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem}.alert-error{background:#fdecec;color:var(--danger);border:1px solid #f5c2c0}.alert-success{background:#e8f6ee;color:var(--success);border:1px solid #b9e3cb}.content-table{width:100%;border-collapse:collapse}.content-table th,.content-table td{text-align:left;padding:.85rem 1rem;border-bottom:1px solid var(--line)}.content-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted)}.content-table tr:hover td{background:var(--surface-muted)}.rich-editor{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.rich-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem;border-bottom:1px solid var(--line);background:var(--surface-muted)}.rich-toolbar button{border:1px solid transparent;background:#fff;border-radius:4px;padding:.35rem .55rem;cursor:pointer;font-size:.8rem}.rich-toolbar button.is-active{border-color:var(--primary);color:var(--primary)}.rich-content{min-height:180px;padding:.85rem}.rich-content .ProseMirror{outline:none;min-height:150px}.rich-content .ProseMirror>*:first-child{margin-top:0}.upload-preview{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;font-size:.85rem;color:var(--ink-muted)}.upload-preview img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line)}.login-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at top right,rgba(211,84,0,.12),transparent 40%),linear-gradient(160deg,#152033,#1a3a5c 55%,#244a72)}.login-card{width:min(420px,100%);background:var(--surface);border-radius:calc(var(--radius) + 2px);box-shadow:var(--shadow);padding:2rem}.login-card h1{margin:0 0 .35rem;font-family:var(--font-display);font-size:2rem}.login-card p{margin:0 0 1.5rem;color:var(--ink-muted)}.spec-row{display:grid;grid-template-columns:1fr 1fr auto;gap:.5rem;margin-bottom:.5rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.stat-card{padding:1.25rem}.stat-card h3{margin:0;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted)}.stat-card strong{display:block;margin-top:.35rem;font-family:var(--font-display);font-size:2rem}.product-filters{display:grid;grid-template-columns:minmax(240px,1fr) minmax(220px,280px);gap:1rem;margin-bottom:1rem}.product-tree-card{overflow:hidden}.product-tree-toolbar{display:flex;justify-content:flex-end;padding:.75rem 1rem;border-bottom:1px solid var(--line);background:var(--surface-muted)}.product-tree-root{padding:.75rem 0}.product-tree-root-label,.product-tree-toggle{display:flex;align-items:center;gap:.6rem;width:100%;border:none;background:transparent;text-align:left;font:inherit;color:inherit}.product-tree-root-label{padding:.65rem 1rem;font-family:var(--font-display);font-size:1.15rem;font-weight:600;border-bottom:1px solid var(--line)}.product-tree-toggle{padding:.55rem 1rem;cursor:pointer}.product-tree-toggle:hover{background:var(--surface-muted)}.product-tree-level-1>.product-tree-toggle{padding-left:1rem;font-weight:600}.product-tree-level-2>.product-tree-toggle{padding-left:2rem;font-weight:500;color:var(--ink-muted)}.product-tree-chevron{width:.85rem;color:var(--ink-muted);font-size:.75rem}.product-tree-label{flex:1}.product-tree-count{min-width:1.75rem;padding:.1rem .45rem;border-radius:999px;background:var(--surface-muted);color:var(--ink-muted);font-size:.75rem;font-weight:700;text-align:center}.product-tree-children{border-top:1px solid rgba(213,221,230,.65)}.product-tree-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1rem .7rem 3rem;border-bottom:1px solid var(--line);transition:background .15s ease,box-shadow .15s ease}.product-tree-item.is-active{background:#eef4fb;box-shadow:inset 3px 0 0 var(--primary)}.product-tree-item-main{display:flex;align-items:center;gap:.75rem;min-width:0}.product-tree-thumb{width:44px;height:44px;border-radius:var(--radius);border:1px solid var(--line);object-fit:cover;flex-shrink:0;background:#fff}.product-tree-thumb-empty{display:inline-block;background:var(--surface-muted)}.product-tree-level-2 .product-tree-item{padding-left:3.75rem}.product-tree-item:hover{background:var(--surface-muted)}.product-tree-item-title{font-weight:600}.product-tree-item-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.product-tree-tag{padding:.15rem .5rem;border-radius:999px;background:#eef4fb;color:var(--primary);font-size:.75rem;font-weight:600}.product-back-link{width:fit-content}.product-page-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.product-edit-toolbar{justify-content:space-between}.manufacturer-add-panel{margin-bottom:1rem}.inline-add-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.inline-add-row input{flex:1 1 220px;border:1px solid var(--line);border-radius:var(--radius);padding:.6rem .75rem}.field-error{color:var(--danger);font-size:.85rem;font-weight:600}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{padding-bottom:1rem}.grid-2,.product-filters{grid-template-columns:1fr}.product-tree-item{flex-direction:column;align-items:flex-start}}
