@charset "UTF-8";
:root{--blue:#315fe9;--blue-hover:#254dce;--navy:#18243c;--ink:#202c42;--muted:#7c869a;--line:#e8ecf3;--bg:#f5f7fb;--red:#d64b51;--amber:#bf8018;--radius:14px;font-family:Inter,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);font-size:16px;line-height:1.6;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:var(--bg)}[hidden]{display:none!important}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}button{color:inherit}a{text-decoration:none;color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #90b2ff;outline-offset:3px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #315fe916}h1,h2,h3,p{margin:0}svg{width:20px;height:20px;display:block;flex-shrink:0}button span[data-icon],a span[data-icon]{display:inline-flex}button{transition:background .15s,box-shadow .15s,transform .15s}button:active:not(:disabled){transform:translateY(1px)}.boot{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:var(--muted)}.spinner{width:32px;height:32px;border:3px solid var(--line);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{color:var(--muted);font-size:.75rem;font-weight:600;letter-spacing:.16em}.btn{display:inline-flex;justify-content:center;align-items:center;gap:9px;min-height:44px;border:1px solid transparent;border-radius:8px;padding:10px 19px;font-weight:600;font-size:.875rem;white-space:nowrap}.btn.primary{background:var(--blue);color:white;box-shadow:0 3px 7px #315fe915}.btn.primary:hover{background:var(--blue-hover);box-shadow:0 4px 12px #315fe92b}.btn.secondary{background:white;border-color:#dce3ef}.btn.secondary:hover{background:#f6f8fe;border-color:#b9c9eb}.btn.danger{background:var(--red);color:white}.wide{width:100%}.icon-button{width:38px;height:38px;display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted);position:relative;flex-shrink:0}.icon-button:hover{background:#eef2f9;color:var(--ink)}.text-button{display:inline-flex;align-items:center;gap:7px;background:none;border:0;color:var(--blue);padding:7px 0;font-size:.875rem;font-weight:600;white-space:nowrap}.text-button svg{width:16px;height:16px}.muted{color:var(--muted);font-size:.875rem}
.workspace{display:flex;min-height:100dvh}.sidebar{width:232px;position:fixed;inset:0 auto 0 0;background:var(--navy);color:#d5ddeb;display:flex;flex-direction:column;padding:32px 19px 18px;z-index:20}.wordmark{display:flex;align-items:center;gap:12px;font-size:1.1875rem;font-weight:650;letter-spacing:.04em;white-space:nowrap}.wordmark small{display:block;font-size:.75rem;font-weight:400;letter-spacing:.03em;color:#93a2bd;margin-top:1px}.brand-icon{width:42px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:var(--blue);color:white}.brand-icon svg{width:25px;height:25px}.sidebar .wordmark{padding:0 9px}.nav-caption{font-size:.75rem;letter-spacing:.06em;color:#7888a5;margin:47px 12px 13px}.sidebar nav{display:flex;flex-direction:column;gap:8px}.nav-item{width:100%;min-height:48px;display:flex;align-items:center;gap:12px;padding:12px 15px;border:0;background:transparent;color:#aebbd0;font-size:.9375rem;text-align:left;border-radius:9px}.nav-item:hover{background:#24324d;color:#fff}.nav-item.active{background:var(--blue);color:white;box-shadow:0 4px 12px #0c14252e}.nav-marker{margin-left:auto;width:5px;height:5px;border-radius:50%;background:white;display:none}.active .nav-marker{display:block}.nav-count{margin-left:auto;background:#3d4b64;border-radius:5px;padding:0 6px;font-size:.75rem;color:#fff}.active .nav-count{background:#ffffff26}.sidebar-bottom{margin-top:auto}.wechat-note{margin:28px 8px 25px;padding:19px 13px 18px;border:1px solid #344057;border-radius:10px;background:#1d2a43}.wechat-note>span{color:#9ab5ff;margin-bottom:11px;display:block}.wechat-note b{font-size:.8125rem;font-weight:500;color:#d9e1ee}.wechat-note p{font-size:.75rem;color:#91a1bc;margin-top:7px;line-height:1.9}.account{border-top:1px solid #344057;display:flex;align-items:center;gap:10px;padding-top:20px}.avatar,.top-avatar{width:37px;height:37px;display:flex;align-items:center;justify-content:center;background:#e9eef8;color:#4e617f;border-radius:50%;font-size:.875rem;font-weight:650}.account b{display:block;max-width:100px;text-overflow:ellipsis;overflow:hidden;font-size:.8125rem;font-weight:500;color:#e8edf5}.account small{font-size:.75rem;color:#91a1bc}.account .icon-button{margin-left:auto;width:28px;color:#91a1bc}.account .icon-button:hover{background:#344057;color:white}.main-shell{margin-left:232px;flex:1;min-width:0;min-height:100dvh;display:flex;flex-direction:column}.topbar{height:78px;background:#fff;border-bottom:1px solid var(--line);padding:0 38px;display:flex;align-items:center;justify-content:space-between;gap:16px}.breadcrumb{font-size:.8125rem;color:var(--muted)}.breadcrumb b{font-weight:500;color:#46536a}.slash{padding:0 14px;color:#bac2cf}.topbar-right{display:flex;align-items:center;gap:19px;color:var(--muted);font-size:.8125rem}.topbar-divider{height:18px;border-left:1px solid var(--line)}.top-avatar{width:34px;height:34px;background:#edf2ff;color:#5771ad}.topbar-right i{position:absolute;right:9px;top:6px;width:6px;height:6px;background:var(--red);border-radius:50%}.main-content{max-width:1600px;width:100%;margin:0 auto;padding:33px 38px 25px;flex:1}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-bottom:26px}.page-heading .eyebrow{margin-bottom:4px;font-size:.75rem;letter-spacing:.18em;color:#8a96ac}h1{font-size:1.875rem;font-weight:650;letter-spacing:.02em;line-height:1.5}.page-heading p{margin-top:6px;font-size:.875rem;color:var(--muted)}.page-heading>.btn{min-height:45px;padding:10px 21px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px}.stat-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px 17px;text-align:left;min-width:0}.stat-card:hover{border-color:#c7d4ee;box-shadow:0 4px 14px #1e335c06}.stat-label{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.875rem;color:#66738c}.stat-icon{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:9px}.stat-icon svg{width:18px;height:18px}.blue{background:#edf2ff;color:var(--blue)}.amber{background:#fff7e6;color:var(--amber)}.red{background:#fff0f0;color:var(--red)}.gray{background:#f0f3f8;color:#8190aa}.green{background:#e9f7f0;color:#329c68}.stat-value{font-size:2rem;line-height:1.45;font-weight:650;margin:5px 0 4px;letter-spacing:-.025em;font-variant-numeric:tabular-nums}.stat-value small{font-size:.75rem;font-weight:400;letter-spacing:0;color:#9aa4b5;margin-left:8px}.stat-foot{color:#9aa4b5;font-size:.75rem;line-height:1.5}.amber-text{color:var(--amber)}.red-text{color:var(--red)}.attention-banner{display:flex;align-items:center;gap:11px;background:#fff7ec;border:1px solid #f7e5c8;padding:10px 17px;border-radius:9px;margin-bottom:23px;color:#a87429}.attention-banner p{font-size:.875rem;flex:1}.attention-banner .text-button{color:#a87429}.inventory-panel{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding:23px 24px 18px}h2{font-size:1rem;font-weight:650}.panel-heading h2{display:flex;align-items:center;gap:9px}.count-badge{display:inline-block;min-width:22px;font-size:.75rem;font-weight:500;color:#8a95ab;background:#f1f4f9;padding:0 7px;border-radius:5px}.panel-heading p{margin-top:4px;font-size:.75rem;color:#8b97ab}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 24px 19px}.search-field{display:flex;align-items:center;gap:10px;border:1px solid #e3e8f1;background:#fff;border-radius:7px;padding:0 12px;width:340px;color:#9aa6b9}.search-field:focus-within{border-color:#9db5f6;box-shadow:0 0 0 3px #315fe908}.search-field input{border:0;background:transparent;width:100%;height:39px;outline:0!important;box-shadow:none!important;font-size:.8125rem;min-width:0;padding:0}.search-field svg{width:17px;height:17px}.search-field input::placeholder{color:#a0a9b9}.sort-label select{min-height:39px;border:1px solid #e3e8f1;border-radius:7px;padding:0 30px 0 12px;font-size:.8125rem;color:#69768e;background-color:white}.filter-row{display:flex;align-items:center;gap:25px;padding:0 24px;border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:none}.filter{border:0;background:none;position:relative;padding:0 0 13px;white-space:nowrap;font-size:.8125rem;color:#8a95a8;display:flex;align-items:center;gap:7px}.filter span{font-size:.75rem;padding:0 5px;border-radius:4px;background:#f3f5f9;color:#929fb1;min-width:18px}.filter.active{color:var(--blue);font-weight:600}.filter.active span{background:#edf2ff;color:var(--blue)}.filter.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--blue)}table{width:100%;border-collapse:collapse;text-align:left;table-layout:fixed}thead{background:#fafbfd}th{padding:13px 18px;color:#8c97aa;font-size:.75rem;font-weight:500;white-space:nowrap}th:first-child{padding-left:24px;width:24%}th:nth-child(2){width:12%}th:nth-child(3){width:21%}th:nth-child(4){width:15%}th:nth-child(5){width:17%}th:last-child{width:11%}td{padding:18px;font-size:.875rem;border-bottom:1px solid #f0f2f6;vertical-align:middle;overflow-wrap:anywhere}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafcff}td:first-child{padding-left:24px}.item-name-cell{display:flex;align-items:center;gap:12px;min-width:0}.item-symbol{width:36px;height:39px;display:flex;align-items:center;justify-content:center;background:#f1f4fa;color:#8598b8;border-radius:8px;flex-shrink:0}.item-symbol svg{width:18px;height:18px}.item-name{font-size:.875rem;font-weight:600;display:block;color:#34425a}.item-note{display:block;margin-top:3px;max-width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#96a0b3;font-size:.75rem}.quantity-number{font-size:.9375rem;font-weight:600;font-variant-numeric:tabular-nums}.quantity-unit{color:#92a0b2;font-size:.75rem;margin-left:4px}.date-primary{font-variant-numeric:tabular-nums;font-size:.8125rem;color:#65728b;white-space:nowrap}.date-secondary{font-size:.75rem;color:#9aa4b5;margin-top:3px}.badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap;border-radius:5px;font-size:.75rem;padding:3px 8px;font-weight:500}.badge.fresh{background:#edf7f2;color:#438a68}.badge.expired,.badge.today{background:#fff0f1;color:#cf5863}.badge.soon{background:#fff6e7;color:#ba852d}.badge.unknown,.badge.empty{background:#f0f3f7;color:#8590a3}.row-actions{display:flex;justify-content:flex-start;gap:0}.row-actions .icon-button{width:30px;height:34px}.row-actions svg{width:16px;height:16px}.row-actions .delete:hover{background:#fff0f1;color:var(--red)}.empty-state{padding:62px 20px 68px;text-align:center}.empty-icon{width:70px;height:70px;border-radius:22px;background:#f1f5fe;color:#90a7d5;display:flex;align-items:center;justify-content:center;margin:0 auto 21px}.empty-icon svg{width:32px;height:32px}.empty-state h3{font-size:1rem;font-weight:600}.empty-state p{margin:10px 0 22px;font-size:.8125rem;color:#909caf;line-height:1.85}.table-footer{display:flex;align-items:center;justify-content:space-between;padding:15px 24px;border-top:1px solid var(--line);font-size:.75rem;color:#98a3b5}.table-footer>span:last-child{display:flex;align-items:center;gap:6px}.save-dot{width:5px;height:5px;background:#80b799;border-radius:50%}.bottom-notes{display:flex;align-items:center;justify-content:space-between;margin-top:19px;gap:15px}.bottom-notes>div{display:flex;gap:7px;color:#9aa6b8;align-items:center}.bottom-notes svg{width:15px;height:15px}.bottom-notes p,.bottom-notes button{font-size:.75rem}.page-footer{display:flex;justify-content:space-between;padding:14px 38px 24px;font-size:.75rem;color:#adb6c6}.mobile-nav{display:none}.error-banner{border:1px solid #f3c9ce;background:#fff0f1;color:#aa3a46;border-radius:9px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:.875rem}
.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.settings-card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:26px}.settings-title{display:flex;align-items:center;gap:13px;margin-bottom:27px}.settings-title .stat-icon{width:42px;height:42px}.settings-title p{font-size:.75rem;color:var(--muted);margin-top:4px}label{display:block;font-size:.875rem;font-weight:500}label input:not([type=radio]),label select,textarea{display:block;width:100%;min-width:0;border:1px solid #dfe5ee;background:white;border-radius:7px;padding:10px 12px;color:var(--ink);margin-top:8px;min-height:44px;font-size:.875rem}label small{display:block;font-weight:400;color:#909caf;font-size:.75rem;margin-top:8px;line-height:1.8}.settings-card>label{margin-bottom:25px}.unit-input{display:flex;align-items:center;border:1px solid #dfe5ee;border-radius:7px;margin-top:8px;overflow:hidden}.unit-input input{border:0!important;margin:0!important;border-radius:0!important}.unit-input span{padding:0 16px;color:#94a0b3;font-weight:400}.rule-note{display:flex;align-items:flex-start;gap:9px;background:#f6f8fc;border-radius:8px;padding:14px;color:#8592a8;margin-bottom:24px;font-size:.8125rem}.rule-note svg{margin-top:2px;width:17px;height:17px}.connection-status{margin-bottom:17px}.connection-details{margin:0}.connection-details>div{display:flex;justify-content:space-between;gap:15px;font-size:.8125rem;padding:13px 0;border-bottom:1px solid #f0f2f7}.connection-details dt{color:#8491a7;flex-shrink:0}.connection-details dd{margin:0;text-align:right;overflow-wrap:anywhere}.wechat-instruction{padding:17px;background:#f6f8fc;border-radius:8px;margin:22px 0;font-size:.8125rem;color:#6c7a94}.wechat-instruction b{color:#526581;font-size:.8125rem}.wechat-instruction ol{padding-left:20px;line-height:2;margin:8px 0}.wechat-instruction p{font-size:.75rem;line-height:1.85;color:#919caf}
dialog{border:1px solid #e3e8f0;border-radius:17px;padding:0;color:var(--ink);max-height:90dvh;background:#fff;box-shadow:0 24px 90px #10224330;width:540px;max-width:calc(100vw - 32px)}dialog::backdrop{background:#17253f65;backdrop-filter:blur(3px)}dialog form{display:flex;flex-direction:column;max-height:89dvh}.dialog-header{display:flex;align-items:center;justify-content:space-between;padding:23px 26px 19px;border-bottom:1px solid var(--line);flex-shrink:0}.dialog-header h2{font-size:1.25rem;margin-top:3px}.dialog-header .eyebrow{font-size:.75rem}.dialog-body{padding:23px 26px;overflow-y:auto;overscroll-behavior:contain}.dialog-body>label{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:21px}.dialog-body em{color:var(--blue);font-style:normal;margin-left:2px}.optional{color:#a2aabb;font-size:.75rem;font-weight:400;margin-left:5px}.date-fieldset{padding:0;margin:0 0 20px;border:0;min-width:0}.date-fieldset legend{font-size:.875rem;font-weight:500;margin-bottom:9px}.segmented-control{display:flex;gap:4px;border-radius:8px;background:#f1f4f9;padding:4px}.segmented-control label{position:relative;flex:1;min-width:0;text-align:center;cursor:pointer;font-size:.8125rem}.segmented-control input{position:absolute;width:1px;height:1px;opacity:0}.segmented-control span{display:block;padding:9px 4px;border:1px solid transparent;border-radius:6px;color:#8995aa;white-space:nowrap}.segmented-control input:checked+span{background:white;color:var(--blue);border-color:#e4eaf5;box-shadow:0 1px 4px #213a7010}.segmented-control input:focus-visible+span{outline:2px solid var(--blue)}#production-fields,#shelf-fields,#expiry-fields{margin-bottom:20px}.shelf-input{display:flex;gap:10px}.shelf-input input{flex:1}.shelf-input select{width:100px}.expiry-preview{display:flex;gap:9px;align-items:center;padding:12px 14px;background:#f2f6ff;color:#6f88b3;border-radius:7px;font-size:.8125rem;margin:6px 0 23px}.expiry-preview svg{width:17px;height:17px}.expiry-preview.warning{color:#ae7724;background:#fff7e9}textarea{resize:vertical;max-height:200px}.dialog-footer{border-top:1px solid var(--line);background:#fcfdff;padding:17px 26px;display:flex;justify-content:flex-end;gap:10px;flex-shrink:0}.form-error{color:#c54754;font-size:.8125rem;line-height:1.7}.form-error:empty{display:none}.confirm-dialog{width:440px}.confirm-dialog .dialog-body p+p{margin-top:12px}.confirm-dialog .dialog-header h2{font-size:1.125rem}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:100;background:#23334f;color:white;padding:13px 20px;border-radius:10px;box-shadow:0 8px 28px #16284d22;display:flex;align-items:center;gap:10px;font-size:.875rem;max-width:calc(100vw - 28px)}.toast svg{color:#91ddb7;width:19px;height:19px}
.auth-screen{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;background:white}.auth-brand{background:var(--navy);color:white;display:flex;flex-direction:column;padding:48px 10%;min-height:100dvh}.auth-brand .wordmark{font-size:1.375rem}.auth-brand .wordmark small{font-size:.75rem;letter-spacing:.1em;margin-top:3px}.auth-story{margin:auto 0;padding:60px 0}.auth-story>.eyebrow{color:#8299c1;font-size:.75rem}.auth-story h1{font-size:2.65rem;line-height:1.6;letter-spacing:.02em;margin:22px 0 21px;font-weight:550}.auth-story>p{font-size:.9375rem;color:#94a4bf;line-height:2}.auth-feature{display:flex;align-items:center;gap:15px;margin-top:30px}.auth-feature>span{padding:10px;background:#263751;color:#a0b7e5;border-radius:9px}.auth-feature b{font-size:.875rem;font-weight:500;color:#d4deed}.auth-feature small{display:block;margin-top:3px;font-size:.75rem;color:#8294b3}.auth-foot{font-size:.75rem;color:#6d809f}.auth-form-area{display:flex;align-items:center;justify-content:center;padding:50px}.auth-form{width:360px;max-width:100%}.auth-form h2{font-size:1.75rem;margin:12px 0}.auth-form>p{font-size:.875rem;color:#96a0b3;margin-bottom:33px}.auth-form label{margin-bottom:22px;color:#63718b}.auth-form input{min-height:48px}.auth-form>.btn{margin-top:7px;height:48px;justify-content:space-between;padding-inline:19px}.auth-form .auth-note{font-size:.75rem;text-align:center;margin-top:24px;line-height:1.9}.auth-form .form-error{color:var(--red);margin-bottom:17px}.auth-mini-brand{display:none}
@media(min-width:1550px){.main-content{padding-top:43px}.stats{gap:22px}.stat-card{padding:23px}.stat-value{font-size:2.35rem}.inventory-panel{margin-top:29px}td{padding-block:22px}}
@media(max-width:1180px){.sidebar{width:208px;padding-inline:14px}.sidebar .wordmark{font-size:1rem;gap:9px;padding-inline:4px}.main-shell{margin-left:208px}.topbar{padding-inline:25px}.main-content{padding:28px 25px}.stats{gap:12px}.stat-card{padding:15px 15px}.stat-icon{width:29px;height:29px}.stat-value{font-size:1.8rem}.stat-foot{font-size:.75rem}th,td{padding-inline:12px}.item-name-cell{gap:9px}.item-symbol{display:none}.row-actions .icon-button{width:25px}th:last-child{width:10%}th:nth-child(3){width:22%}.bottom-notes{align-items:flex-start}.settings-grid{gap:16px}.settings-card{padding:20px}}
@media(max-width:900px){.sidebar{width:188px}.main-shell{margin-left:188px}.sidebar .wordmark small{font-size:.75rem}.sidebar .brand-icon{width:35px;height:38px}.nav-item{font-size:.875rem;padding-inline:12px;gap:10px}.main-content{padding-inline:20px}.topbar{padding-inline:20px}.topbar-right{gap:11px}.stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat-card{padding:15px 18px}.stat-label{font-size:.8125rem}.stat-foot{font-size:.75rem}.stat-icon{width:32px;height:32px}.page-heading{gap:15px}.page-heading p{max-width:300px;font-size:.8125rem}.page-heading>.btn{padding:10px 14px}.page-heading h1{font-size:1.7rem}.filter-row{gap:19px;padding-inline:19px}.toolbar{margin-inline:19px;gap:12px}.panel-heading{padding-inline:19px}.search-field{width:auto;flex:1}.sort-label select{max-width:146px}.settings-grid{grid-template-columns:1fr}.bottom-notes{flex-direction:column;gap:3px}.auth-brand{padding-inline:12%}.auth-story h1{font-size:2rem}.auth-feature small{max-width:190px}.auth-form-area{padding:35px}}
@media(max-width:760px){.sidebar{display:none}.main-shell{margin-left:0;padding-bottom:75px}.topbar{height:62px;padding-inline:20px}.desktop-only,.topbar-divider{display:none}.breadcrumb b{font-size:.875rem}.topbar-right{font-size:.75rem;gap:9px}.top-avatar{display:none}.main-content{padding:25px 18px}.page-heading{margin-bottom:22px;align-items:center}.page-heading .eyebrow{font-size:.75rem}.page-heading h1{font-size:1.6rem}.page-heading p{font-size:.75rem;max-width:210px;line-height:1.8;margin-top:6px}.page-heading>.btn{font-size:.8125rem;padding:9px 12px;min-height:42px}.page-heading>.btn svg{width:17px;height:17px}.stats{gap:11px;margin-bottom:19px}.stat-card{padding:14px 16px;border-radius:12px}.stat-value{font-size:1.875rem;margin:4px 0}.stat-foot{font-size:.75rem}.stat-label{font-size:.75rem}.stat-icon{width:29px;height:29px}.stat-icon svg{width:16px;height:16px}.inventory-panel{border-radius:12px}.panel-heading{padding:20px 17px 17px}.panel-heading p{font-size:.75rem;margin-top:5px;max-width:240px}.toolbar{margin:0 16px 16px;gap:10px}.search-field{padding-inline:9px}.search-field input{font-size:.75rem;height:37px}.sort-label select{font-size:.75rem;padding-left:8px;padding-right:19px;max-width:118px;min-height:39px}.filter-row{padding-inline:16px;gap:21px}.filter{font-size:.75rem;gap:5px;padding-bottom:13px}.filter span{font-size:.75rem;min-width:16px}.table-wrap{padding:0 15px}table,tbody,tr,td{display:block}thead{display:none}tbody tr{padding:18px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1.2fr 1fr;position:relative;gap:9px 13px}tbody tr:last-child{border-bottom:0}tbody tr:hover{background:white}td,td:first-child{padding:0;border:0;min-width:0}td:before{content:attr(data-label);font-size:.75rem;color:#9aa5b8;display:block;margin-bottom:2px}td:first-child{grid-column:1/-1;padding-right:74px;margin-bottom:7px}td:first-child:before,td:last-child:before,td:nth-child(5):before{display:none}.item-symbol{display:flex;width:36px;height:38px}.item-name-cell{gap:10px}.item-name{font-size:.875rem}.item-note{max-width:240px;font-size:.75rem}.date-primary{font-size:.8125rem}.date-secondary{font-size:.75rem;margin-top:0}.quantity-number{font-size:.9375rem}.quantity-unit{font-size:.75rem}td:nth-child(2){grid-column:1;grid-row:2}td:nth-child(3){grid-column:1;grid-row:3}td:nth-child(4){grid-column:2;grid-row:3}td:nth-child(5){grid-column:2;grid-row:2;align-self:center}.badge{font-size:.75rem}td:last-child{position:absolute;right:0;top:16px}.row-actions{gap:4px}.row-actions .icon-button{width:32px;height:34px}.row-actions svg{width:17px;height:17px}.table-footer{padding:13px 16px;font-size:.75rem}.empty-state{padding:40px 20px 44px}.empty-icon{width:60px;height:60px;border-radius:18px}.empty-state h3{font-size:.9375rem}.empty-state p{font-size:.75rem}.empty-state .btn{font-size:.8125rem}.bottom-notes>div{align-items:flex-start;gap:6px}.bottom-notes svg{margin-top:3px;flex-shrink:0}.bottom-notes p{font-size:.75rem;line-height:1.9}.bottom-notes .text-button{font-size:.75rem}.page-footer{padding:0 18px 18px;font-size:.75rem}.page-footer>span:last-child{display:none}.mobile-nav{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-around;background:#fffffff5;border-top:1px solid var(--line);padding:9px 12px calc(9px + env(safe-area-inset-bottom));z-index:30;backdrop-filter:blur(12px)}.mobile-nav button{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:0;font-size:.75rem;color:#929eb2;min-width:70px}.mobile-nav button.active{color:var(--blue)}.mobile-nav svg{width:21px;height:21px}.attention-banner{padding:12px;flex-wrap:wrap;gap:7px;margin-bottom:18px}.attention-banner>span svg{width:17px;height:17px}.attention-banner p{font-size:.75rem}.attention-banner button{font-size:.75rem;margin-left:23px;padding:0}.settings-card{padding:20px 18px;border-radius:12px}.settings-title{gap:11px;margin-bottom:22px}.settings-title h2{font-size:.9375rem}.settings-title p{font-size:.75rem}.toast{bottom:90px;font-size:.8125rem;width:max-content}.error-banner{font-size:.75rem;padding:10px 12px}.auth-screen{display:block;background:var(--bg)}.auth-brand{display:none}.auth-form-area{min-height:100dvh;padding:32px 26px}.auth-form{width:390px}.auth-mini-brand{display:block;font-size:.875rem;color:var(--blue);font-weight:600;margin-bottom:60px}.auth-form h2{font-size:1.75rem}.auth-form>p{font-size:.8125rem}.auth-form label{font-size:.875rem}.auth-form .auth-note{font-size:.75rem}.auth-form .eyebrow{font-size:.75rem}}
@media(max-width:420px){.main-content{padding-inline:14px}.topbar{padding-inline:16px}.stats{gap:9px}.stat-card{padding:13px}.stat-foot{font-size:.75rem}.stat-label{gap:6px}.page-heading p{max-width:185px}.filter-row{gap:18px}.filter span{display:none}.toolbar{gap:7px}.sort-label select{max-width:110px}.search-field input{font-size:.75rem}.item-note{max-width:188px}.dialog-header{padding:19px 19px 16px}.dialog-body{padding:20px 19px}.dialog-footer{padding:15px 19px}.segmented-control span{font-size:.75rem}.form-row{gap:12px}.settings-card{padding:18px 15px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Keep the working list within reach on both screen sizes. */
@media(min-width:761px){.main-content{padding-top:26px}.page-heading{margin-bottom:22px}.stat-card{padding:14px 18px}.stat-icon{width:30px;height:30px}.stat-value{margin:0;line-height:1.3}.panel-heading{padding-top:18px;padding-bottom:14px}.toolbar{margin-bottom:15px}.stats{margin-bottom:20px}.attention-banner{margin-bottom:20px;padding-top:8px;padding-bottom:8px}}
@media(max-width:760px){.page-heading .eyebrow,.page-heading p,.stat-foot{display:none}.page-heading{margin-bottom:18px}.stat-card{padding:12px 14px}.stat-label{font-size:.8125rem}.stat-icon{width:25px;height:25px}.stat-value{font-size:1.5rem;line-height:1.15;margin:3px 0 0}.date-primary{font-size:.875rem}.badge{font-size:.8125rem}.item-name{font-size:.9375rem}.mobile-nav button{min-height:46px;justify-content:center}}

/* Render the original artwork in white without changing its transparent edges. */
.brand-logo-frame{position:relative;display:block;width:100%;aspect-ratio:2.8 / 1;overflow:hidden;background:transparent}
.brand-logo{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.brand-lockup{flex-direction:column;align-items:flex-start;gap:10px}
.sidebar .brand-lockup{padding:0 4px;align-items:stretch;gap:9px}
.sidebar .brand-lockup small{text-align:center;letter-spacing:.06em}
.auth-brand .brand-lockup{width:300px;max-width:100%}
.auth-brand .brand-lockup small{letter-spacing:.08em}
.mobile-brand.brand-logo-frame{display:none}
@media(max-width:760px){
  .auth-screen,.auth-form-area{background:var(--navy)}
  .auth-form h2{color:#fff}
  .auth-form label{color:#c5d0e0}
  .auth-form>.eyebrow{color:#a9bfdc}
  .auth-form .form-error{color:#ffb1aa}
  .auth-mini-brand{margin-bottom:34px}
  .auth-mini-brand .brand-logo-frame{width:230px;max-width:100%}
  .auth-mini-brand>span:last-child{display:block;font-size:.75rem;color:#8492a7;margin-top:8px;letter-spacing:.08em}
  .mobile-brand.brand-logo-frame{display:block;width:140px;flex-shrink:0}
  .topbar{background:var(--navy);border-bottom-color:#ffffff18}
  .topbar-right,.topbar .icon-button{color:#c5d0e0}
  .topbar .icon-button:hover{background:#ffffff12;color:#fff}
  .topbar .breadcrumb{display:none}
}
@media(max-width:420px){.topbar #current-date{display:none}}
