:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18332c;background:#f4f0e7;font-synthesis:none;--green:#173f35;--green2:#23584a;--beige:#f4f0e7;--paper:#fffdf9;--muted:#6d7771;--line:#ddd5c6;--danger:#9b3f3f;--shadow:0 14px 38px rgba(23,63,53,.1);--radius:22px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top right,rgba(214,199,165,.5),transparent 32rem),var(--beige)}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.shell{max-width:980px;margin:auto;min-height:100vh;padding:16px 16px 110px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 2px 20px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.02em}.brand-mark{width:40px;height:40px;border-radius:13px;background:var(--green);color:#fff;display:grid;place-items:center}.icon-btn{border:1px solid var(--line);background:#fffdf9b8;width:44px;height:44px;border-radius:14px}.hero{margin:8px 0 24px}.hero h1{font-size:clamp(2rem,8vw,3.8rem);line-height:.98;letter-spacing:-.055em;margin:0;max-width:720px}.hero p{color:var(--muted);font-size:1.02rem}.primary,.secondary,.danger,.ghost{min-height:48px;border-radius:15px;border:0;padding:0 18px;font-weight:750}.primary{background:var(--green);color:#fff;box-shadow:0 10px 25px #173f352e}.primary:hover{background:var(--green2)}.secondary{background:#e7dfd0;color:var(--green)}.ghost{background:transparent;color:var(--green);border:1px solid var(--line)}.danger{background:#f3dddd;color:var(--danger)}.wide{width:100%}.card{background:#fffdf9e6;border:1px solid rgba(221,213,198,.85);border-radius:var(--radius);box-shadow:var(--shadow)}.list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px}.list-card{padding:18px;display:flex;flex-direction:column;gap:18px}.list-card h3{margin:0;font-size:1.22rem}.meta{color:var(--muted);font-size:.9rem}.row{display:flex;gap:10px;align-items:center}.between{justify-content:space-between}.stack{display:grid;gap:12px}.auth-wrap{max-width:440px;margin:8vh auto}.auth-card{padding:24px}.field{display:grid;gap:7px}.field label{font-size:.86rem;font-weight:700;color:#40534d}.field input,.field select,.field textarea,.search{width:100%;border:1px solid var(--line);background:var(--paper);color:inherit;border-radius:14px;min-height:50px;padding:12px 14px;outline:none}.field textarea{min-height:90px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.search:focus{border-color:#62877c;box-shadow:0 0 0 3px #23584a1a}.toolbar{display:flex;gap:9px;flex-wrap:wrap;margin:16px 0}.mode-switch{display:grid;grid-template-columns:1fr 1fr;background:#e7dfd0;padding:4px;border-radius:16px}.mode-switch button{border:0;background:transparent;border-radius:13px;min-height:46px;font-weight:800;color:#51635d}.mode-switch button.active{background:var(--paper);color:var(--green);box-shadow:0 3px 12px #173f351a}.category{margin:22px 0}.category-title{display:flex;justify-content:space-between;align-items:center;padding:0 4px 9px}.category-title h2{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;margin:0;color:#53665f}.item{padding:13px 13px 13px 11px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border-bottom:1px solid #eee8dc}.item:last-child{border-bottom:0}.check{width:28px;height:28px;border-radius:9px;border:2px solid #a7b0a8;background:#fff}.check.on{background:var(--green);border-color:var(--green);color:#fff}.item-main{min-width:0}.item-name{font-weight:800}.item-sub{font-size:.84rem;color:var(--muted);margin-top:2px}.item.bought{opacity:.48}.item.bought .item-name{text-decoration:line-through}.price{font-weight:850;white-space:nowrap}.fab{position:fixed;right:max(18px,calc((100vw - 980px)/2 + 18px));bottom:calc(22px + env(safe-area-inset-bottom));width:62px;height:62px;border-radius:20px;border:0;background:var(--green);color:#fff;font-size:28px;box-shadow:0 12px 28px #173f3552;z-index:15}.sheet-backdrop{position:fixed;inset:0;background:#0e1b1761;display:grid;align-items:end;z-index:30}.sheet{background:var(--paper);border-radius:28px 28px 0 0;padding:22px max(18px,calc((100vw - 700px)/2));max-height:90vh;overflow:auto}.sheet h2{margin-top:0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.stat{background:#e9e2d4;border-radius:16px;padding:12px}.stat strong{display:block;font-size:1.35rem}.stat span{font-size:.76rem;color:var(--muted)}.scanner{position:fixed;inset:0;background:#06100d;color:#fff;z-index:50;display:flex;flex-direction:column}.scanner-head{display:flex;justify-content:space-between;align-items:center;padding:calc(12px + env(safe-area-inset-top)) 16px 12px}.scanner video{width:100%;height:100%;object-fit:cover}.scanner-viewport{position:relative;flex:1;overflow:hidden}.scan-frame{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(78vw,420px);height:180px;border:2px solid white;border-radius:24px;box-shadow:0 0 0 9999px #00000047;pointer-events:none}.scanner-foot{padding:16px 16px calc(18px + env(safe-area-inset-bottom));background:#06100d}.toast{position:fixed;left:50%;bottom:100px;transform:translate(-50%);background:#132a24;color:#fff;padding:12px 16px;border-radius:14px;z-index:80;box-shadow:var(--shadow);max-width:90vw}.empty{padding:32px;text-align:center;color:var(--muted)}.outside{border:1px dashed #b69d6f;border-radius:18px;overflow:hidden}.outside .category-title{background:#f1e6cf;padding:12px}.desktop-actions{display:none}.subtle{font-size:.83rem;color:var(--muted)}.notice{padding:13px 15px;border-radius:14px;background:#f4e6c5;color:#644d1f;font-size:.9rem;margin-bottom:16px}.menu{position:absolute;right:16px;top:66px;z-index:20;padding:8px;min-width:210px}.menu button{display:block;width:100%;text-align:left;border:0;background:none;padding:12px;border-radius:11px}.menu button:hover{background:#eee8dc}.pill{border-radius:999px;padding:6px 10px;background:#e8e0d0;font-size:.78rem;font-weight:800}.buyer-total{position:sticky;top:8px;z-index:5;background:var(--green);color:#fff;border-radius:20px;padding:14px 16px;box-shadow:0 12px 30px #173f3533;margin-bottom:16px}.buyer-total strong{font-size:1.55rem}.buyer-total .row{justify-content:space-between}.buyer-total .primary{background:#fff;color:var(--green);min-height:44px}.linklike{border:0;background:none;color:var(--green);font-weight:800;padding:7px}.dark{--beige:#101713;--paper:#18231f;--green:#d5e7df;--green2:#b7d5c8;--muted:#9aacA4;--line:#33423c;--danger:#ffb3b3;--shadow:0 14px 38px rgba(0,0,0,.24);color:#eef3f0;background:#101713}.dark body{background:#101713}.dark .card,.dark .field input,.dark .field select,.dark .field textarea,.dark .search,.dark .icon-btn{background:#18231f}.dark .secondary,.dark .mode-switch,.dark .stat,.dark .pill{background:#25332d;color:#eaf1ee}.dark .mode-switch button.active{background:#32453d;color:#fff}.dark .item{border-color:#2b3933}.dark .check{background:#1e2a25}.dark .check.on{background:#d5e7df;color:#173f35}.dark .sheet{background:#18231f}.dark .notice{background:#3a321f;color:#f1dda9}.dark .buyer-total{background:#d5e7df;color:#173f35}.dark .buyer-total .primary{background:#173f35;color:#fff}@media(min-width:760px){.shell{padding:28px 28px 80px}.fab{position:static;width:auto;height:50px;border-radius:15px;font-size:1rem;padding:0 20px}.desktop-actions{display:flex}.mobile-only{display:none!important}.sheet-backdrop{align-items:center;justify-items:center;padding:24px}.sheet{width:min(700px,100%);border-radius:28px;padding:28px;max-height:86vh}.buyer-total{display:flex;align-items:center;justify-content:space-between}.buyer-total .row{gap:18px}}.product-picker{position:relative;z-index:12}.autocomplete-results{position:absolute;z-index:100;top:calc(100% + 6px);left:0;right:0;max-height:min(360px,42vh);overflow-y:auto;overscroll-behavior:contain;background:var(--paper);color:inherit;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 46px #173f3538;padding:6px;scrollbar-width:thin}.autocomplete-results[hidden]{display:none!important}.autocomplete-option{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 13px;border:0;border-bottom:1px solid #eee8dc;border-radius:10px;background:var(--paper);color:inherit;text-align:left;cursor:pointer;line-height:1.25}.autocomplete-option:last-child{border-bottom:0}.autocomplete-option:hover,.autocomplete-option:focus{background:#f2ede3;outline:none}.autocomplete-option strong{display:block;width:100%;font-size:.95rem;color:inherit;white-space:normal}.autocomplete-option span{display:block;width:100%;font-size:.78rem;line-height:1.35;color:var(--muted);white-space:normal}.manual-option{margin-top:4px;border-top:1px solid var(--line);color:var(--green)}input[readonly]{background:#eee8dc!important;color:var(--muted);cursor:default}.dark .autocomplete-results,.dark .autocomplete-option{background:var(--paper);border-color:var(--line)}.dark .autocomplete-option:hover,.dark .autocomplete-option:focus{background:#25332d}.dark input[readonly]{background:#25332d!important}
