@font-face{font-family:system;src:local('Inter')}*{box-sizing:border-box}html{color-scheme:light;--bg:#f4f6f7;--surface:#fff;--soft:#eef3f1;--text:#192e2a;--muted:#61736f;--line:#dce5e1;--green:#086b51;--green-soft:#e1f1e9;--red:#b93238;--red-soft:#fff0ed;--orange:#974705;--orange-soft:#fff0dd;--yellow:#746000;--yellow-soft:#fff7d4;--shadow:0 6px 24px #173e2c06;--nav:250px}html[data-theme=dark]{color-scheme:dark;--bg:#111b19;--surface:#1a2723;--soft:#24342e;--text:#eef5f1;--muted:#a6bab0;--line:#34453e;--green:#70dcb0;--green-soft:#244636;--red:#ffadae;--red-soft:#42262a;--orange:#ffc28c;--orange-soft:#423421;--yellow:#efdb86;--yellow-soft:#3d3926;--shadow:none}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.55 system,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:var(--green);text-decoration:none}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}img{max-width:100%;object-fit:contain}h1,h2,h3,p{margin:0}h1{font-size:32px;line-height:1.2;letter-spacing:-1px;font-weight:750}h2{font-size:20px;line-height:1.3;letter-spacing:-.4px}h3{font-size:16px;line-height:1.4}.muted{color:var(--muted)}.small,small{font-size:12px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.6px;color:var(--green);margin-bottom:10px;text-transform:uppercase}.success{color:var(--green)}.danger{color:var(--red)}.nowrap{white-space:nowrap}.pre{white-space:pre-wrap;overflow-wrap:anywhere}.stack{display:flex;flex-direction:column;gap:18px}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.between{display:flex;align-items:center;justify-content:space-between;gap:16px}.full{width:100%}.mt{margin-top:20px}.grow{flex:1;min-width:0}.pill,.badge{display:inline-flex;align-items:center;gap:5px;border-radius:7px;padding:4px 9px;background:var(--soft);color:var(--muted);font-size:11px;font-weight:750;white-space:nowrap}.pill.red{background:var(--red-soft);color:var(--red)}.pill.orange{background:var(--orange-soft);color:var(--orange)}.pill.yellow{background:var(--yellow-soft);color:var(--yellow)}.pill.green{background:var(--green-soft);color:var(--green)}.badge{background:var(--red);color:var(--surface);padding:2px 6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 18px;border:1px solid var(--line);border-radius:12px;font-size:14px;font-weight:700;background:var(--surface);color:var(--text);text-align:center;transition:background .15s,transform .15s;line-height:1.4}.btn:hover{background:var(--soft)}.btn:active{transform:translateY(1px)}.btn.primary{background:var(--green);border-color:var(--green);color:#fff}html[data-theme=dark] .btn.primary{color:#10261c}.btn.primary:hover{filter:brightness(.96)}.btn.ghost{background:transparent;border-color:transparent;color:var(--muted)}.btn.danger{color:var(--red);background:var(--red-soft);border-color:transparent}.btn.sm{min-height:44px;padding:8px 12px}.icon{width:21px;height:21px;flex-shrink:0;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.icon-btn{border:1px solid var(--line);background:var(--surface);border-radius:12px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:var(--text);flex-shrink:0}.card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow);min-width:0;overflow-wrap:anywhere}.card-head{margin-bottom:18px}.list{display:flex;flex-direction:column;gap:12px}.grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.brand{display:flex;align-items:center;gap:11px;color:var(--text);font-size:16px;font-weight:750;line-height:1.3}.brand small{display:block;font-size:10px;font-weight:600;letter-spacing:.9px;color:var(--muted);margin-top:5px;text-transform:uppercase}.brand-mark{width:42px;height:42px;background:#086b51;border-radius:13px;display:grid;place-items:center;color:white;font-size:36px;font-weight:800;line-height:1;position:relative;flex-shrink:0}.brand-mark:after{content:'';position:absolute;width:10px;height:10px;border-radius:3px;background:#ebbc54;right:5px;top:5px}.brand img{width:42px;height:42px;border-radius:10px;background:white}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--nav);background:var(--surface);border-right:1px solid var(--line);padding:30px 22px;display:flex;flex-direction:column;z-index:20}.sidebar .brand{margin-bottom:35px}.nav-caption{font-size:10px;letter-spacing:1.5px;font-weight:750;color:var(--muted);padding:0 13px;margin:18px 0 10px}.nav-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:11px;color:var(--muted);font-size:13px;font-weight:650;min-height:46px;margin-bottom:4px}.nav-link.active{color:var(--green);background:var(--green-soft)}.nav-link:hover{background:var(--soft)}.side-foot{margin-top:auto;padding:18px 10px 0;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:0 36px;background:var(--surface);margin-left:var(--nav)}.topbar .station{font-size:13px;font-weight:650}.topbar .station small{display:block;font-weight:400;color:var(--muted)}.avatar{width:37px;height:37px;border-radius:12px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-weight:750;overflow:hidden;flex-shrink:0}.profile{display:flex;align-items:center;gap:10px}.profile b{font-size:12px;display:block}.profile small{color:var(--muted)}.main{margin-left:var(--nav);padding:32px 36px 52px;max-width:1750px;min-width:0}.bottom-nav{display:none}.page-head{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px}.page-head p{margin-top:8px;color:var(--muted);font-size:14px}.welcome{border-radius:22px;background:#086b51;color:white;padding:28px 30px;margin-bottom:22px;display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative;overflow:hidden}.welcome:after{content:'';height:240px;width:240px;border:45px solid #ffffff09;border-radius:50%;position:absolute;right:100px;top:-100px;pointer-events:none}.welcome h1{font-size:30px}.welcome p{color:#d4eae0;margin-top:9px}.welcome .eyebrow{color:#c4e7d9}.welcome .btn{background:white;color:#086b51;border:0;z-index:1;white-space:nowrap}.welcome .pill{color:#effaf5;background:#ffffff1a}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:28px}.stat{display:block;padding:20px 21px;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:var(--text);position:relative}.stat .stat-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:10px;background:var(--soft);color:var(--green);margin-bottom:14px}.stat .num{font-size:32px;line-height:1.1;font-weight:750;letter-spacing:-1px;display:block}.stat .label{font-size:12px;color:var(--muted);display:block;margin-top:6px}.stat .corner{position:absolute;right:18px;top:20px;color:var(--muted)}.stat.alert-stat .stat-icon{background:var(--red-soft);color:var(--red)}.stat.alert-stat .num{color:var(--red)}.workspace{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(270px,1fr);gap:22px}.todo-row{display:flex;gap:14px;padding:17px 0;border-bottom:1px solid var(--line);align-items:flex-start;color:var(--text)}.todo-row:last-child{border-bottom:0;padding-bottom:0}.todo-row:first-child{padding-top:0}.todo-row p{font-size:12px;color:var(--muted);margin-top:4px}.todo-icon{height:38px;width:38px;display:grid;place-items:center;border-radius:11px;background:var(--soft);color:var(--green);flex-shrink:0}.todo-icon.red{background:var(--red-soft);color:var(--red)}.todo-content{flex:1;min-width:0}.todo-content h3{font-size:14px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:26px 0 14px}.section-title a{font-size:12px;font-weight:700}.quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.quick-action{display:flex;align-items:center;justify-content:center;gap:10px;min-height:66px;background:var(--surface);border:1px solid var(--line);border-radius:13px;font-size:13px;color:var(--text);font-weight:650}.quick-action .icon{color:var(--green)}.tabs{display:flex;align-items:center;gap:7px;overflow:auto;padding:5px;margin-bottom:20px;max-width:100%;scrollbar-width:none;background:var(--soft);border-radius:12px;width:fit-content}.tabs a,.tabs button{border:0;background:transparent;padding:9px 14px;min-height:42px;border-radius:9px;white-space:nowrap;color:var(--muted);font-size:13px;font-weight:650}.tabs .active{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #00000008}.toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.toolbar input{flex:1;min-width:150px}.toolbar select{width:auto;max-width:100%}.product-card{display:flex;gap:17px;align-items:flex-start;padding:19px}.product-pic{width:68px;height:84px;background:#fff;border:1px solid var(--line);border-radius:12px;object-fit:contain;flex-shrink:0;padding:7px}.product-card h3{margin:4px 0 2px}.product-card .actions{display:flex;gap:8px;margin-top:15px;flex-wrap:wrap}.product-card .actions .btn{flex:1}.product-meta{font-size:12px;color:var(--muted);margin-top:7px}.product-card .due{font-weight:750;font-size:17px;margin-top:10px}.empty{border:1px dashed var(--line);border-radius:18px;padding:42px 24px;text-align:center;background:var(--surface)}.empty .icon{width:35px;height:35px;color:var(--green);margin-bottom:10px}.empty h3{font-size:17px}.empty p{color:var(--muted);margin-top:6px;font-size:13px}.empty .btn{margin-top:20px}.splash{min-height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;padding:25px;text-align:center}.splash h1{font-size:25px}.splash p{color:var(--muted)}.spinner{width:25px;height:25px;display:inline-block;border:3px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:650}input,select,textarea{width:100%;min-height:47px;padding:12px 13px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);font-size:16px;max-width:100%;min-width:0}input[type=file]{font-size:13px}input[type=checkbox]{width:20px;height:20px;min-height:20px;accent-color:var(--green)}textarea{resize:vertical;min-height:108px}input:focus,select:focus,textarea:focus{outline:2px solid var(--green);outline-offset:2px}input::placeholder,textarea::placeholder{color:var(--muted);font-weight:400}.check{flex-direction:row;align-items:center;gap:10px;font-weight:500;min-height:36px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hint{font-size:12px;color:var(--muted);font-weight:400}.alert{padding:13px 16px;border-radius:11px;background:var(--soft);font-size:13px}.alert.danger{background:var(--red-soft);color:var(--red)}.alert.success{background:var(--green-soft);color:var(--green)}.alert:empty{display:none}.offline-bar{background:var(--orange-soft);color:var(--orange);padding:10px 16px;font-size:13px;text-align:center;margin-bottom:18px;border-radius:10px}.login-layout{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr}.login-story{background:#086b51;padding:60px;display:flex;flex-direction:column;justify-content:space-between;color:white}.login-story .brand{color:white}.login-story .brand small{color:#b7d7ca}.login-story .brand-mark{background:#fff;color:#086b51}.login-story h1{font-size:54px;letter-spacing:-2px;max-width:520px}.login-story p{color:#c7e0d5;max-width:360px;margin-top:22px}.login-story .small{color:#c7e0d5}.login-main{padding:40px;display:flex;justify-content:center;align-items:center}.login-main form{width:100%;max-width:360px}.login-main h2{font-size:27px}.login-main .brand{display:none}.login-note{font-size:12px;text-align:center;color:var(--muted);margin-top:22px}.setup{max-width:780px;padding:40px 22px 70px;margin:auto}.setup>.brand{margin-bottom:45px}.setup>h1{font-size:40px;margin-bottom:18px}.setup>.muted{margin-bottom:25px}.setup>.card{margin:20px 0}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:12px;margin-top:15px}dialog{width:min(580px,calc(100% - 30px));max-height:calc(100dvh - 40px);padding:0;border:1px solid var(--line);border-radius:22px;background:var(--surface);color:var(--text);box-shadow:0 20px 100px #0003;overflow:auto}dialog::backdrop{background:#112a22a6;backdrop-filter:blur(4px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--surface);z-index:3}.dialog-body{padding:24px}.dialog-body .btn.primary{width:100%}.dialog-head h2{font-size:20px}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);z-index:1000;max-width:calc(100% - 30px);border-radius:12px;background:var(--text);color:var(--surface);box-shadow:0 6px 30px #0002;padding:13px 20px;pointer-events:none;opacity:0;transition:opacity .15s;font-size:14px;text-align:center}#toast.visible{opacity:1}.scan-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:22px}.camera{background:#15251f;border-radius:20px;overflow:hidden;position:relative;min-height:330px;aspect-ratio:4/3;color:#fff}.camera video{width:100%;height:100%;position:absolute;object-fit:cover}.scan-frame{position:absolute;left:12%;right:12%;top:31%;height:34%;border:2px solid #fff9;border-radius:13px;box-shadow:0 0 0 1000px #0003;pointer-events:none}.scan-frame:after{content:'';position:absolute;top:50%;height:2px;left:5%;right:5%;background:#8ff2bd;box-shadow:0 0 10px #8ff2bd}.camera-status{position:absolute;bottom:20px;left:15px;right:15px;text-align:center;font-size:13px}.camera-top{position:absolute;top:15px;left:15px;right:15px;display:flex;justify-content:space-between;gap:8px}.camera-top .pill{background:#ffffff20;color:#fff}.camera-top .icon-btn{background:#0004;color:#fff;border-color:#fff5}.scan-help{font-size:13px;color:var(--muted);margin-top:12px}.date-fast{font-size:30px!important;font-weight:700;text-align:center;letter-spacing:4px;padding:14px!important}.product-found{display:flex;gap:18px;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line)}.product-found .product-pic{width:80px;height:100px}.saved-counter{color:var(--green);font-size:13px;font-weight:650}.task-card h3,.note-card h3{font-size:17px;margin-top:10px}.task-card .pre,.note-card .pre{font-size:14px;margin-top:9px;color:var(--muted)}.task-card .actions,.note-card .actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.task-card .actions .btn{flex:1}.attachment{display:block;width:100%;max-height:220px;object-fit:contain;margin-top:15px;background:var(--soft);border-radius:12px}.details{font-size:12px;color:var(--muted);margin-top:12px}.section-card .section-symbol{width:45px;height:45px;border-radius:13px;color:var(--green);background:var(--green-soft);display:grid;place-items:center;margin-bottom:18px}.section-card h3{font-size:18px}.section-card .btn{margin-top:18px}.section-card .pill{margin:12px 0}.more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.more-link{padding:24px;display:flex;gap:15px;align-items:center;color:var(--text);border:1px solid var(--line);background:var(--surface);border-radius:16px}.more-link .icon{color:var(--green)}.more-link small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.log-row{border-bottom:1px solid var(--line);padding:14px 0}.log-row:first-child{padding-top:0}.log-row:last-child{border-bottom:0}.log-row .pre{font-size:12px;color:var(--muted);margin-top:5px}.pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:24px}.skip{position:fixed;left:15px;top:-100px;z-index:2000;padding:12px;background:var(--surface)}.skip:focus{top:15px}:focus-visible{outline:3px solid var(--green);outline-offset:3px}.mobile-only{display:none}.checklist{max-height:200px;overflow:auto;border:1px solid var(--line);padding:12px;border-radius:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.date-row{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:12px;align-items:end}
@media(min-width:1800px){.main{padding:40px 60px}.topbar{padding:0 60px}.stats{gap:22px}.welcome{padding:36px}.product-card{padding:24px}}
@media(max-width:1150px){html{--nav:215px}.sidebar{padding:25px 15px}.main{padding:26px 24px}.topbar{padding:0 24px}.stats{gap:10px}.stat{padding:16px}.workspace{grid-template-columns:minmax(0,1.4fr) minmax(250px,1fr)}.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.scan-layout{grid-template-columns:1fr}.more-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.welcome h1{font-size:26px}.welcome{padding:25px}.login-story{padding:40px}.login-story h1{font-size:44px}}
@media(max-width:850px){html{--nav:0px}.sidebar{display:none}.topbar{height:72px;padding:0 22px}.topbar .station small{max-width:300px}.main{padding:26px 22px calc(108px + env(safe-area-inset-bottom))}.bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:30;background:var(--surface);border-top:1px solid var(--line);padding:8px 8px calc(8px + env(safe-area-inset-bottom));justify-content:space-around;box-shadow:0 -5px 20px #00000003}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:54px;min-height:48px;color:var(--muted);font-size:10px;font-weight:650;padding:4px 12px;border-radius:12px}.bottom-nav a.active{color:var(--green);background:var(--green-soft)}.bottom-nav .icon{width:22px;height:22px}.mobile-only{display:initial}#toast{bottom:calc(92px + env(safe-area-inset-bottom))}.login-layout{grid-template-columns:1fr}.login-story{display:none}.login-main{padding:32px 25px;min-height:100dvh}.login-main .brand{display:flex;margin-bottom:46px}.scan-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.camera{min-height:300px}.welcome h1{font-size:28px}}
@media(max-width:620px){body{font-size:14px}h1{font-size:26px;letter-spacing:-.7px}h2{font-size:19px}.topbar{padding:0 18px;height:66px}.topbar .station{font-size:12px}.topbar .station small{font-size:10px;max-width:210px;line-height:1.3;margin-top:3px}.topbar .profile>div:not(.avatar){display:none}.topbar .row{gap:9px}.profile .avatar{width:34px;height:34px}.main{padding:22px 16px calc(100px + env(safe-area-inset-bottom))}.page-head{align-items:flex-start;margin-bottom:21px;gap:12px}.page-head .btn{padding:10px 13px;min-height:44px;font-size:12px}.page-head .btn .icon{width:18px}.page-head p{font-size:12px;margin-top:6px}.welcome{padding:23px 21px;display:block;border-radius:19px;margin-bottom:17px}.welcome h1{font-size:27px}.welcome p{font-size:13px;margin-top:8px}.welcome .btn{margin-top:19px;width:100%;min-height:47px}.welcome .eyebrow{font-size:10px}.welcome .pill{margin-top:12px}.stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-bottom:24px}.stat{padding:17px}.stat .stat-icon{margin-bottom:12px;width:31px;height:31px}.stat .num{font-size:30px}.stat .label{font-size:11px}.stat .corner{top:17px;right:15px}.workspace{grid-template-columns:minmax(0,1fr);gap:18px}.card{padding:18px;border-radius:16px}.grid,.grid.three,.grid.four{grid-template-columns:minmax(0,1fr);gap:12px}.quick-actions{gap:8px}.quick-action{flex-direction:column;gap:7px;min-height:82px;font-size:11px;text-align:center;padding:9px 5px}.section-title{margin-top:23px}.todo-row{padding:15px 0;gap:11px}.todo-content h3{font-size:13px}.tabs{max-width:100%;margin-bottom:17px;width:100%}.tabs a,.tabs button{padding:9px 12px;font-size:12px}.toolbar{gap:9px}.toolbar input{min-width:100%}.toolbar select{flex:1;font-size:14px}.product-card{padding:16px;gap:13px}.product-pic{width:58px;height:76px}.product-card h3{font-size:15px}.product-card .actions{margin-top:13px}.product-card .actions .btn{font-size:12px;padding:9px 11px}.more-grid{grid-template-columns:1fr}.more-link{padding:20px}.scan-layout{grid-template-columns:1fr;gap:17px}.camera{min-height:270px;max-height:340px}.form-grid{grid-template-columns:1fr}.date-row{grid-template-columns:minmax(0,1fr) 137px}.dialog-head{padding:17px 18px}.dialog-body{padding:19px}.dialog-head h2{font-size:18px}dialog{max-height:calc(100dvh - 25px);width:calc(100% - 20px);border-radius:18px}.check-grid{grid-template-columns:1fr}.setup>h1{font-size:34px}.setup{padding:28px 17px}.btn{min-height:46px}.task-card .actions{flex-direction:column}.task-card .actions .btn{width:100%}.bottom-nav a{padding:4px 8px;min-width:50px}.attachment{max-height:190px}.stack{gap:16px}.page-head .row{justify-content:flex-end}.page-head .row .btn{font-size:11px}.page-head .row .btn .icon{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
[hidden]{display:none!important}.login-eyebrow{color:inherit}.mb{margin-bottom:20px}.welcome button.pill{border:0;font-family:inherit;min-height:36px}
.page-head>div:first-child{min-width:0;flex:1}.page-head>.btn{flex-shrink:0}@media(max-width:380px){.page-head{flex-wrap:wrap}.page-head>div:first-child{flex-basis:100%}.page-head>.btn{width:100%}.page-head>.row{width:100%}}
.scan-layout>div{min-width:0}.camera{width:100%;height:330px;aspect-ratio:auto;min-height:0}@media(max-width:620px){.camera{height:270px}}
.sidebar{overflow-y:auto;overscroll-behavior:contain}.sidebar>.brand,.sidebar>.nav-link,.sidebar>.nav-caption,.sidebar>.side-foot{flex-shrink:0}
