@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&family=DM+Serif+Display&display=swap";
:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1a1a1a;--bg-elevated:#222;--bg-panel:#2a2a2a;--bg-panel-strong:#303030;--bg-soft:#ffffff0a;--bg-input:#252525;--line:#ffffff17;--line-strong:#ffffff26;--ink:#f2f2f2;--ink-secondary:#ccc;--ink-muted:#999;--accent:#5b8ef0;--accent-soft:#5b8ef01f;--accent-border:#5b8ef040;--accent-glow:#5b8ef02e;--accent-strong:#8ab3ff;--accent-bright:#c2d8ff;--success:#4caf82;--success-soft:#4caf821a;--success-border:#4caf8238;--danger:#e05c6a;--danger-soft:#e05c6a1a;--danger-border:#e05c6a38;--warning:#d4914a;--warning-soft:#d4914a1a;--shadow-sm:0 2px 8px #0000004d;--shadow:0 8px 32px #0006;--shadow-lg:0 24px 64px #00000080;--radius-sm:8px;--radius:14px;--radius-lg:20px;--radius-xl:26px;--radius-pill:999px}*,:before,:after{box-sizing:border-box}html{min-height:100%;color:var(--ink);background:#1a1a1a}body{background:var(--bg);min-height:100vh;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;margin:0;font-family:DM Sans,system-ui,sans-serif;font-size:15px;line-height:1.6}button,input,select,textarea{font:inherit}code{color:var(--accent-strong);background:var(--accent-soft);border-radius:4px;padding:1px 6px;font-family:DM Mono,SFMono-Regular,Consolas,monospace;font-size:.875em}a{color:inherit}:root{--shell-sidebar-expanded:272px;--shell-sidebar-collapsed:76px}.shell-layout{grid-template-columns:var(--shell-sidebar-expanded)minmax(0,1fr);background:radial-gradient(circle at top left,#5b8ef014,transparent 28%),var(--bg);min-height:100vh;transition:grid-template-columns .22s;display:grid}.shell-layout.is-collapsed{grid-template-columns:var(--shell-sidebar-collapsed)minmax(0,1fr)}.shell-sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#ffffff08,#0000 22%),#171717eb;flex-direction:column;gap:16px;height:100vh;padding:14px 12px 12px;display:flex;position:sticky;top:0;overflow:hidden}.shell-sidebar-top{flex-direction:column;gap:10px;min-height:0;display:flex}.shell-sidebar-header{align-items:center;gap:8px;padding-bottom:6px;display:flex}.shell-brand,.shell-nav-link,.shell-user-card,.primary-button,.secondary-button,.ghost-button{text-decoration:none}.shell-brand{background:0 0;border:1px solid #0000;border-radius:14px;flex:1;align-items:center;gap:10px;min-width:0;min-height:44px;padding:8px 10px;transition:background .15s,border-color .15s;display:flex}.shell-brand:hover{background:#ffffff09;border-color:#ffffff0f}.shell-brand-mark,.shell-avatar,.settings-avatar{color:var(--accent-bright);border:1px solid var(--accent-border);background:linear-gradient(135deg,#5b8ef03d,#5b8ef014);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.shell-brand-mark{letter-spacing:.08em;border-radius:12px;width:34px;height:34px;font-size:.78rem;font-weight:700}.shell-brand-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.shell-user-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.shell-brand-copy strong,.shell-user-copy strong{color:var(--ink);font-size:.9rem;font-weight:600}.shell-brand-copy small,.shell-user-copy small{color:var(--ink-muted);font-size:.74rem}.shell-sidebar-toggle{border:1px solid var(--line);width:34px;height:34px;color:var(--ink-secondary);cursor:pointer;background:#ffffff08;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,background .15s,color .15s,transform .15s;display:inline-flex}.shell-sidebar-toggle:hover{border-color:var(--accent-border);color:var(--ink);background:#5b8ef01f;transform:translateY(-1px)}.shell-sidebar-toggle svg{width:16px;height:16px}.shell-nav{flex-direction:column;gap:4px;display:flex}.shell-nav-link,.shell-user-card{min-height:42px;color:var(--ink-secondary);border-radius:14px;align-items:center;gap:12px;transition:background .15s,border-color .15s,color .15s,transform .15s;display:flex;position:relative}.shell-nav-link{border:1px solid #0000;padding:0 10px}.shell-nav-link:hover,.shell-user-card:hover{color:var(--ink);background:#ffffff0a}.shell-nav-link.is-active,.shell-user-card.is-active{border-color:var(--accent-border);color:var(--accent-bright);background:linear-gradient(#5b8ef029,#5b8ef014);box-shadow:inset 0 0 0 1px #ffffff08}.shell-nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.shell-nav-icon svg{width:18px;height:18px}.shell-nav-label,.shell-brand-copy,.shell-user-copy{min-width:0;transition:opacity .15s,transform .15s}.shell-nav-label{font-size:.92rem;font-weight:500}.shell-layout.is-collapsed .shell-brand{flex:none;justify-content:center;gap:0;width:44px;min-width:44px;min-height:44px;padding:0}.shell-layout.is-collapsed .shell-sidebar-header{flex-direction:column;align-items:center;gap:8px;padding-bottom:2px}.shell-layout.is-collapsed .shell-nav-link,.shell-layout.is-collapsed .shell-user-card{justify-content:center;gap:0;width:44px;min-width:44px;min-height:44px;margin-inline:auto;padding:0}.shell-layout.is-collapsed .shell-sidebar-footer{align-items:center}.shell-layout.is-collapsed .shell-avatar{width:30px;height:30px}.shell-layout.is-collapsed .shell-brand-copy,.shell-layout.is-collapsed .shell-nav-label,.shell-layout.is-collapsed .shell-user-copy{opacity:0;pointer-events:none;width:0;overflow:hidden;transform:translate(-4px)}.shell-tooltip{opacity:0;pointer-events:none;z-index:2;border:1px solid var(--line);color:var(--ink);white-space:nowrap;box-shadow:var(--shadow);background:#181818f5;border-radius:12px;padding:8px 10px;font-size:.78rem;transition:opacity .15s,transform .15s;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)translate(-4px)}.shell-layout.is-collapsed .shell-nav-link:hover .shell-tooltip,.shell-layout.is-collapsed .shell-user-card:hover .shell-tooltip{opacity:1;transform:translateY(-50%)translate(0)}.shell-sidebar-footer{border-top:1px solid #ffffff0f;flex-direction:column;gap:8px;margin-top:auto;padding-top:10px;display:flex}.shell-user-card{border:1px solid var(--line);background:#ffffff05;min-height:48px;padding:8px 10px}.shell-avatar,.settings-avatar{border-radius:12px;width:32px;height:32px;font-size:.82rem;font-weight:700}.shell-main{min-width:0}.shell-main-inner{width:min(1600px,100%);margin:0 auto;padding:28px 24px 42px}.shell-page{flex-direction:column;gap:24px;display:flex}.shell-page-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.shell-page-header-copy{flex-direction:column;gap:8px;display:flex}.shell-page-header h1{letter-spacing:-.03em;margin:0;font-family:DM Serif Display,Georgia,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:400;line-height:1.05}.shell-page-header-actions{justify-content:flex-end;margin-top:4px}.access-denied-surface,.settings-section{max-width:100%}.access-denied-meta{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.app-shell{min-height:100vh;padding:40px 24px 80px}.page-shell{width:min(1400px,100%);margin:0 auto}.hero-surface,.surface,.metric-card{border:1px solid var(--line);background:var(--bg-panel)}.hero-surface,.surface{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.surface{padding:28px 32px}.hero-surface{grid-template-columns:minmax(0,1.7fr) minmax(280px,.75fr);gap:32px;margin-bottom:24px;padding:40px;display:grid;position:relative;overflow:hidden}.hero-surface:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff08 0%,#0000 40%);position:absolute;inset:0}.hero-surface:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff1f,#0000);height:1px;position:absolute;top:0;left:40px;right:40px}.hero-copy-block,.hero-actions{z-index:1;position:relative}.hero-copy-block{flex-direction:column;gap:20px;display:flex}.eyebrow,.summary-label{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:600}.hero-surface h1{letter-spacing:-.02em;max-width:9ch;color:var(--ink);margin:0;font-family:DM Serif Display,Georgia,serif;font-size:clamp(2.6rem,5vw,4.6rem);font-weight:400;line-height:1}.inventory-hero h2{letter-spacing:-.02em;color:var(--ink);margin:0;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.8rem,2.6vw,2.6rem);font-weight:400;line-height:1.05}.surface h2{letter-spacing:-.02em;margin:0;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.35rem,1.8vw,1.75rem);font-weight:400;line-height:1.2}.subsection-heading h3{letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:600}.hero-copy,.section-copy{max-width:58ch;color:var(--ink-secondary);margin:0;font-size:.9rem;line-height:1.65}.muted-copy{color:var(--ink-muted);margin:0;font-size:.875rem}.hero-chip-row{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.hero-chip,.chip{border-radius:var(--radius-pill);white-space:nowrap;border:1px solid var(--accent-border);background:var(--accent-soft);color:var(--accent-strong);align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;font-weight:500;display:inline-flex}.subtle-chip{border-color:var(--line);color:var(--ink-secondary);background:#ffffff0a}.action-chip{background:var(--success-soft);border-color:var(--success-border);color:var(--success);animation:2s ease-in-out infinite pulse-soft}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.7}}.hero-actions{flex-direction:column;justify-content:space-between;gap:12px;display:flex}.hero-note{border-radius:var(--radius);border:1px solid var(--line);color:var(--ink-secondary);background:#252525;flex-direction:column;gap:6px;padding:16px 18px;font-size:.85rem;display:flex}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}.metric-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:10px;min-height:0;padding:22px 24px;transition:border-color .2s,box-shadow .2s;display:flex}.metric-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.metric-card strong{color:var(--ink);word-break:break-word;letter-spacing:-.02em;font-size:clamp(1.1rem,1.8vw,1.5rem);font-weight:600;line-height:1.2}.metric-card p{color:var(--ink-muted);margin:0;font-size:.82rem;line-height:1.5}.workspace-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.65fr);align-items:start;gap:20px;display:grid}.main-column,.side-column{flex-direction:column;gap:20px;display:flex}.surface-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:4px;display:flex}.surface-header>div{flex-direction:column;gap:6px;display:flex}.subsection-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin:28px 0 16px;display:flex}.subsection-heading p{color:var(--ink-muted);margin:6px 0 0;font-size:.85rem}.status-grid,.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-top:24px;display:grid}.single-column-grid{grid-template-columns:1fr}.compact-grid{margin-top:16px}.field{flex-direction:column;gap:7px;display:flex}.field>span{color:var(--ink-secondary);letter-spacing:.01em;font-size:.82rem;font-weight:500}.field input,.field select{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg-input);width:100%;height:44px;color:var(--ink);appearance:none;outline:none;padding:0 14px;transition:border-color .15s,box-shadow .15s}.field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23636880' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.field input:hover,.field select:hover{border-color:var(--line-strong)}.field input:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.field input[type=file]{cursor:pointer;height:auto;padding:10px 14px;font-size:.875rem}.field input[type=file]::file-selector-button{background:var(--accent-soft);color:var(--accent-strong);border:1px solid var(--accent-border);border-radius:var(--radius-sm);cursor:pointer;margin-right:10px;padding:4px 12px;font-size:.8rem;font-weight:500;transition:background .15s}.field input[type=file]::file-selector-button:hover{background:#5b8ef033}.status-card{border-radius:var(--radius);border:1px solid var(--line);overflow-wrap:anywhere;background:#252525;flex-direction:column;gap:8px;padding:16px 18px;transition:border-color .2s;display:flex}.status-card p{color:var(--ink-secondary);margin:0;font-size:.85rem;line-height:1.5}.status-good{border-color:var(--success-border);background:var(--success-soft)}.status-bad{border-color:var(--danger-border);background:var(--danger-soft)}.status-neutral{border-color:var(--line)}.primary-button,.secondary-button,.ghost-button{border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;letter-spacing:.01em;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:.875rem;font-weight:600;transition:transform .15s,opacity .15s,box-shadow .15s,background .15s,border-color .15s;display:inline-flex}.primary-button:hover,.secondary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.primary-button:active,.secondary-button:active,.ghost-button:active{transform:translateY(0)}.primary-button{color:#fff;background:linear-gradient(135deg,#4a7de0,#6b9cf5);border:none;box-shadow:0 4px 16px #5b8ef04d}.primary-button:hover{background:linear-gradient(135deg,#5588e8,#79a8ff);box-shadow:0 6px 24px #5b8ef066}.primary-button:disabled{opacity:.38;cursor:not-allowed;box-shadow:none;transform:none}.secondary-button{border:1px solid var(--accent-border);background:var(--accent-soft);color:var(--accent-strong)}.secondary-button:hover{background:#5b8ef02e;border-color:#5b8ef061}.ghost-button{border:1px solid var(--line-strong);color:var(--ink-secondary);background:0 0}.ghost-button:hover{background:var(--bg-soft);color:var(--ink);border-color:var(--line-strong)}.actions{align-items:center;gap:10px;margin-top:20px;display:flex}.vertical-actions{flex-direction:column;align-items:stretch}.auth-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:start;gap:24px;width:min(1120px,100% - 48px);min-height:100vh;margin:0 auto;padding:56px 0 72px;display:grid}.auth-hero{min-height:100%;margin-bottom:0}.auth-card{flex-direction:column;gap:18px;min-height:100%;display:flex}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-actions{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.auth-meta-list{flex-wrap:wrap;gap:10px;margin-top:auto;display:flex}.auth-footer{border-top:1px solid var(--line);padding-top:10px}.auth-message{white-space:normal;justify-content:flex-start}.login-page{background:radial-gradient(60% 50% at 50% 30%,#5b8ef012 0%,#0000 70%),#1a1a1a;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:#2a2a2a;border:1px solid #ffffff17;border-radius:20px;width:420px;max-width:calc(100vw - 40px);padding:40px;box-shadow:0 24px 64px #00000080}.login-card-header{justify-content:flex-end;margin-bottom:24px;display:flex}.login-home-btn{color:#999;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:999px;align-items:center;height:34px;padding:0 14px;font-family:DM Sans,system-ui,sans-serif;font-size:.78rem;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.login-home-btn:hover{color:#ccc;border-color:#ffffff38}.login-identity{margin-bottom:32px}.login-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 6px;font-size:.7rem;font-weight:600}.login-wordmark{letter-spacing:-.02em;color:#f2f2f2;margin:0;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400;line-height:1.1}.login-form{flex-direction:column;gap:16px;display:flex}.login-field{flex-direction:column;gap:7px;display:flex}.login-label{color:#ccc;letter-spacing:.01em;font-size:.82rem;font-weight:500}.login-input{color:#f2f2f2;background:#1f1f1f;border:1px solid #ffffff21;border-radius:12px;outline:none;width:100%;height:44px;padding:0 14px;font-family:DM Sans,system-ui,sans-serif;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.login-input:hover{border-color:#fff3}.login-input:focus{border-color:var(--accent,#5b8ef0);box-shadow:0 0 0 3px #5b8ef02e}.login-input::placeholder{color:#555}.login-error{color:#f08090;background:#e05c6a1a;border:1px solid #e05c6a40;border-radius:10px;margin:0;padding:12px 14px;font-size:.85rem;line-height:1.5}.login-actions{align-items:center;gap:12px;margin-top:4px;display:flex}.login-submit{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#4a7de0,#6b9cf5);border:none;border-radius:999px;height:44px;padding:0 24px;font-family:DM Sans,system-ui,sans-serif;font-size:.9rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 4px 16px #5b8ef04d}.login-submit:hover{transform:translateY(-1px);box-shadow:0 6px 24px #5b8ef066}.login-submit:active{transform:translateY(0)}.login-submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.login-forgot{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-family:DM Sans,system-ui,sans-serif;font-size:.85rem;text-decoration:none;transition:color .15s}.login-forgot:hover{color:#ccc}.login-footer{color:#6b6b6b;border-top:1px solid #ffffff12;align-items:center;gap:6px;margin-top:20px;padding-top:20px;font-size:.82rem;display:flex}.login-footer-link{color:var(--accent,#5b8ef0);font-weight:500;text-decoration:none;transition:color .15s}.login-footer-link:hover{color:#8ab3ff}.login-chips{border-top:1px solid #ffffff0f;flex-wrap:wrap;gap:6px;margin-top:24px;padding-top:20px;display:flex}.login-chip{color:#6b6b6b;letter-spacing:.02em;background:#ffffff0a;border:1px solid #ffffff17;border-radius:999px;align-items:center;padding:4px 10px;font-size:.72rem;font-weight:500;display:inline-flex}.table-shell select{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg-input);width:100%;min-width:180px;height:40px;color:var(--ink);appearance:none;padding:0 36px 0 12px}.confirmation-grid,.report-meta{border:1px solid var(--line);border-radius:var(--radius-lg);background:#252525;gap:16px;margin-top:20px;padding:20px;display:grid}.confirmation-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.report-meta{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.confirmation-grid>div,.report-meta>div{flex-direction:column;gap:5px;display:flex}.confirmation-grid>div span:last-child,.report-meta>div span:last-child{color:var(--ink);font-size:.9rem}.checkbox-field{color:var(--ink-secondary);align-items:flex-start;gap:12px;font-size:.875rem;display:flex}.checkbox-field input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);flex-shrink:0;margin-top:2px}.confirm-box{border-radius:var(--radius);border:1px solid var(--accent-border);background:var(--accent-soft);margin-top:16px;padding:16px 18px}.runbar{border-radius:var(--radius-lg);border:1px solid var(--line-strong);background:#252525;justify-content:space-between;align-items:center;gap:20px;margin:24px 0 20px;padding:18px 22px;display:flex}.runbar-copy{flex-direction:column;gap:4px;display:flex}.runbar-copy strong{color:var(--ink);font-size:.9rem;font-weight:600}.runbar-copy span{color:var(--ink-muted);font-size:.82rem}.table-shell{border:1px solid var(--line);border-radius:var(--radius-lg);background:#252525;margin-top:16px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:820px}thead{border-bottom:1px solid var(--line-strong);background:#2f2f2f}th{text-align:left;vertical-align:middle;color:var(--ink-muted);letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;padding:11px 16px;font-size:.72rem;font-weight:600}td{text-align:left;vertical-align:top;color:var(--ink-secondary);border-bottom:1px solid #ffffff0a;padding:12px 16px;font-size:.875rem}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#ffffff05}.summary-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.error-banner{border-radius:var(--radius);border:1px solid var(--danger-border);background:var(--danger-soft);color:#f08090;margin:0 0 20px;padding:14px 18px;font-size:.875rem}.note-list{flex-direction:column;gap:10px;margin:16px 0 0;padding-left:18px;display:flex}.note-list li{color:var(--ink-secondary);font-size:.875rem;line-height:1.6}.truncate-text{overflow-wrap:anywhere}.report-grid{margin-top:20px;margin-bottom:8px}.settings-grid{gap:20px;display:grid}.settings-profile-card{border-radius:var(--radius-lg);border:1px solid var(--line);background:#ffffff06;align-items:center;gap:16px;margin-top:20px;padding:18px;display:flex}.settings-preference-list{flex-direction:column;gap:14px;margin-top:20px;display:flex}.settings-toggle-card{border-radius:var(--radius-lg);border:1px solid var(--line);background:#ffffff06;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.settings-toggle-card strong{color:var(--ink);font-size:.95rem;font-weight:600;display:block}.settings-toggle-card input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.error-review{border:1px solid var(--danger-border);border-radius:var(--radius-lg);background:linear-gradient(#e05c6a14,#e05c6a08);margin-top:20px;overflow:hidden}.collapse-toggle{width:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.collapse-toggle:hover{background:#ffffff05}.collapse-toggle span:first-child{flex-direction:column;gap:4px;display:flex}.collapse-toggle strong{letter-spacing:-.01em;font-size:1rem;font-weight:600}.collapse-toggle small{color:var(--ink-secondary);font-size:.82rem}.collapse-indicator{border-radius:var(--radius-pill);border:1px solid var(--danger-border);color:#f08e99;background:#e05c6a14;justify-content:center;align-items:center;min-width:62px;height:32px;padding:0 12px;font-size:.78rem;font-weight:600;display:inline-flex}.error-list{flex-direction:column;gap:12px;padding:0 16px 16px;display:flex}.error-item{background:#252525e0;border:1px solid #ffffff0f;border-radius:16px;padding:16px}.error-item-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.error-item-title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.error-item-title strong{color:var(--ink);font-size:.94rem;font-weight:600}.error-chip{border-color:var(--danger-border);color:#f099a2;background:#e05c6a1a}.error-status{color:#f099a2;font-size:.82rem;font-weight:600}.error-item-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.error-item-grid>div{flex-direction:column;gap:5px;display:flex}.error-item-grid>div span:last-child{color:var(--ink-secondary);overflow-wrap:anywhere;font-size:.88rem;line-height:1.55}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff2e}@media (max-width:960px){.shell-layout{grid-template-columns:1fr}.shell-sidebar{z-index:20;border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;gap:10px;height:auto;min-height:0;padding:12px 14px;position:sticky;overflow:visible}.shell-layout.is-collapsed{grid-template-columns:1fr}.shell-sidebar-top{flex-direction:row;flex:1;align-items:center;gap:10px;min-width:0}.shell-sidebar-header{flex:none;padding-bottom:0}.shell-nav{flex-direction:row;flex:1;gap:6px;min-width:0;padding-bottom:2px;overflow-x:auto}.shell-sidebar-footer{border-top:0;flex-direction:row;flex-shrink:0;align-items:center;margin-top:0;padding-top:0}.shell-layout.is-collapsed .shell-brand-copy,.shell-layout.is-collapsed .shell-nav-label,.shell-layout.is-collapsed .shell-user-copy{opacity:1;width:auto;overflow:visible;transform:none}.shell-layout.is-collapsed .shell-tooltip{display:none}.shell-layout.is-collapsed .shell-sidebar-header{flex-direction:row;gap:8px}.shell-layout.is-collapsed .shell-brand,.shell-layout.is-collapsed .shell-nav-link,.shell-layout.is-collapsed .shell-user-card{width:auto;min-width:0;min-height:42px;margin-inline:0;padding:0 10px}.shell-page-header{flex-direction:column}.hero-surface{grid-template-columns:1fr}.hero-surface h1{max-width:none}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.shell-main-inner{padding:20px 14px 40px}.shell-sidebar{flex-direction:column;align-items:stretch;padding:12px;position:static}.shell-sidebar-top{flex-direction:column;align-items:stretch}.shell-sidebar-header{padding-bottom:4px}.shell-nav{flex-wrap:wrap;overflow:visible}.shell-sidebar-footer{justify-content:flex-start}.app-shell{padding:20px 14px 56px}.surface{border-radius:var(--radius-lg);padding:20px}.hero-surface{border-radius:var(--radius-lg);padding:24px}.hero-surface h1{font-size:clamp(2.2rem,10vw,3rem)}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.surface-header,.runbar,.actions,.settings-toggle-card,.error-item-head,.collapse-toggle{flex-direction:column;align-items:stretch}.summary-row{justify-content:flex-start}}@media (max-width:480px){.metric-grid{grid-template-columns:1fr}}.inventory-page-header-bar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:28px;padding:20px 0 28px;display:flex}.inventory-page-header-main{flex-direction:column;gap:6px;display:flex}.inventory-page-header-bar h1{letter-spacing:-.03em;margin:0;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.75rem,2.4vw,2.35rem);font-weight:400;line-height:1.05}.inventory-page-header-actions .actions{margin-top:0}.inventory-status-strip{margin-bottom:0}.inventory-context-bar{grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);gap:18px;margin-bottom:20px;padding:18px 28px}.inventory-context-bar .hero-chip-row{align-self:center;margin-top:0}.inventory-context-bar .hero-actions{justify-content:center}.workspace-section-intro{flex-direction:column;gap:6px;margin-bottom:18px;display:flex}.workspace-section-intro h2{letter-spacing:-.02em;margin:0;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.45rem,2vw,1.9rem);font-weight:400;line-height:1.12}.inventory-workspace-grid{grid-template-columns:minmax(0,1.62fr) minmax(320px,.95fr);gap:24px}.inventory-form-layout{margin-top:20px}.sidebar-divider{border:none;border-top:1px solid var(--line);margin:18px 0}.side-surface{gap:0}.side-surface .surface-header{margin-bottom:0}.side-surface .note-list{margin-top:18px}.note-list li::marker{color:var(--accent)}@media (max-width:1180px){.inventory-workspace-grid,.inventory-context-bar,.form-row-3,.form-row-2{grid-template-columns:1fr}}@media (max-width:760px){.inventory-page-header-bar{flex-direction:column;align-items:stretch;gap:14px}.inventory-page-header-actions .actions{flex-wrap:wrap;justify-content:flex-start}.inventory-context-bar{padding:18px 20px}}.page-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;padding:28px 0 24px;display:flex}.page-header-identity{flex-direction:column;gap:4px;display:flex}.page-title{letter-spacing:-.02em;color:var(--ink);margin:0;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;line-height:1.1}.page-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.inventory-master-subnav{border:1px solid var(--line);background:#ffffff06;border-radius:999px;align-items:center;gap:10px;margin-bottom:20px;padding:8px;display:inline-flex}.inventory-master-subnav-link{min-height:38px;color:var(--ink-muted);border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .16s,background .16s,border-color .16s,box-shadow .16s;display:inline-flex}.inventory-master-subnav-link:hover{color:var(--ink);background:#ffffff0a}.inventory-master-subnav-link.is-active{color:var(--ink);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent-border)}.inventory-health-header{margin-bottom:18px}.section-divider{border:none;border-top:1px solid var(--line);margin:24px 0}.field-group-label{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);border-bottom:0;margin:0 0 12px;padding-bottom:0;font-size:.7rem;font-weight:600}.form-group{gap:14px;display:grid}.form-row-1{grid-template-columns:1fr}.form-row-2{grid-template-columns:1fr 1fr}.form-row-3{grid-template-columns:1fr 1fr 1fr}.step-badge{background:var(--accent-soft);border:1px solid var(--accent-border);height:22px;color:var(--accent);letter-spacing:.09em;text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;margin-bottom:8px;padding:0 10px;font-size:.67rem;font-weight:700;display:inline-flex}.content-stack{flex-direction:column;gap:20px;display:flex}.profile-loader{margin-bottom:4px}.profile-loader-row{align-items:flex-end;gap:12px;margin-top:0;display:flex}.profile-apply-btn{flex-shrink:0;align-self:flex-end;height:44px;margin-bottom:0}.profile-manage-row{border-top:1px solid var(--line);align-items:flex-end;gap:12px;margin-top:12px;padding-top:12px;display:flex}.profile-manage-actions{flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.profile-manage-actions .secondary-button,.profile-manage-actions .ghost-button{white-space:nowrap;height:44px}.attached-file-indicator{border-radius:var(--radius);border:1px solid var(--line);background:#ffffff06;flex-direction:column;gap:4px;margin-top:12px;padding:12px 14px;display:flex}.attached-file-indicator strong{color:var(--ink);overflow-wrap:anywhere;font-size:.9rem;font-weight:600}.attached-file-indicator span:last-child{color:var(--ink-muted);font-size:.8rem;line-height:1.5}.inline-metric-grid{margin-bottom:0}.inline-metric-grid .metric-card{background:#252525}.mode-indicator-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.run-guard-note{border-radius:var(--radius);border:1px solid var(--line);color:var(--ink-secondary);background:#252525;flex-direction:column;flex-shrink:0;gap:4px;max-width:340px;padding:12px 16px;font-size:.82rem;display:flex}.notes-footer{border-top:1px solid var(--line);margin-top:32px;padding-top:16px}.notes-footer-toggle{cursor:pointer;width:100%;color:var(--ink-muted);background:0 0;border:none;justify-content:space-between;align-items:center;padding:8px 0;transition:color .15s;display:flex}.notes-footer-toggle:hover{color:var(--ink-secondary)}.notes-toggle-icon{color:var(--ink-muted);font-size:.65rem}.notes-footer-list{margin-top:12px}.history-filter-surface{margin-bottom:20px}.history-filter-grid,.history-filter-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:14px;display:grid}.history-filter-grid{grid-template-columns:repeat(2,minmax(0,240px))}.history-filter-actions{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.history-search-field{grid-column:1/span 1}.history-table-shell table{min-width:1120px}.history-table-shell td,.history-table-shell th{vertical-align:top}.history-action-cell{white-space:nowrap}.history-message-cell{min-width:220px}.status-chip{border:1px solid var(--line);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:.75rem;font-weight:700;display:inline-flex}.run-status-chip.is-dry_run{color:#bdd6ff;background:#699bff24;border-color:#699bff4d}.run-status-chip.is-success,.result-status-chip.is-success{color:#bfecc9;background:#5fc08424;border-color:#5fc08452}.run-status-chip.is-failed,.result-status-chip.is-lookup_failure,.result-status-chip.is-update_failure,.result-status-chip.is-unexpected_error{color:#ffc0c0;background:#ff6d6d24;border-color:#ff6d6d57}.run-status-chip.is-partial,.result-status-chip.is-skipped_validation_failure,.result-status-chip.is-skipped_sync_limit{color:#ffe1a8;background:#ffbf4724;border-color:#ffbf474d}.history-summary-grid{margin-top:18px}.detail-cell{flex-direction:column;gap:10px;min-width:240px;display:flex}.detail-highlight-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.detail-highlight-list li{flex-direction:column;gap:2px;display:flex}.detail-additional-copy{color:var(--ink-muted);margin:0;font-size:.82rem;line-height:1.5}.empty-state{flex-direction:column;align-items:flex-start;gap:10px;padding:6px 0;display:flex}.empty-state h2,.empty-state h3{margin:0}.empty-state p{max-width:68ch;color:var(--ink-muted);margin:0}.history-pagination{justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.history-pagination-summary{color:var(--ink-muted);font-size:.88rem}.pagination-link.is-disabled{opacity:.45;pointer-events:none}@media (max-width:760px){.page-header{flex-direction:column;align-items:flex-start;gap:16px}.mode-indicator-row{flex-direction:column;align-items:flex-start}.profile-loader-row,.profile-manage-row{flex-direction:column;align-items:stretch}.profile-apply-btn,.profile-manage-actions{width:100%}.profile-manage-actions .secondary-button,.profile-manage-actions .ghost-button{flex:1}.inventory-master-subnav{width:100%;overflow-x:auto}.history-filter-grid,.history-filter-form{grid-template-columns:1fr}.history-search-field{grid-column:auto}.history-pagination{flex-direction:column;align-items:stretch}.form-row-3{grid-template-columns:1fr 1fr}.form-row-2{grid-template-columns:1fr}}@media (max-width:480px){.login-card{border-radius:16px;padding:28px 24px}.form-row-3{grid-template-columns:1fr}}
