:root{--bg:#f6f7f9;--panel:#fff;--text:#182033;--muted:#6d7788;--line:#e4e8ee;--brand:#ef6c21;--brand-soft:#fff0e7;--green:#16824b;--green-bg:#eaf8f0;--red:#c83232;--red-bg:#fdecec;--yellow:#8b6500;--yellow-bg:#fff5cf;--blue:#275fc4;--blue-bg:#eef3ff;--shadow:0 8px 22px rgba(24,32,51,.06)}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:14px 14px 10px;background:rgba(246,247,249,.96);backdrop-filter:blur(10px)}.topbar h1{margin:0;font-size:24px}.eyebrow{color:var(--brand);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:22px;color:#4d596e}main{max-width:920px;margin:0 auto;padding:4px 12px 94px}.view{display:none}.view.active{display:block}.route-selectors{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:10px}.route-selectors.one{grid-template-columns:1fr}.route-selectors label,.modal-body>label,.grid2 label{display:grid;gap:6px;font-size:11px;font-weight:800;color:#637085}input,select,textarea{width:100%;border:1px solid #dce2ea;background:#fff;border-radius:11px;padding:11px 12px;color:#20283a;outline:none}input:focus,select:focus,textarea:focus{border-color:#f0a274;box-shadow:0 0 0 3px #fff0e8}.stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;box-shadow:var(--shadow)}.stat small{display:block;color:var(--muted);font-size:10px;font-weight:700}.stat strong{display:block;margin-top:5px;font-size:18px}.stat.green{background:#f3fbf6}.stat.red{background:#fff5f5}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px;border-bottom:1px solid var(--line)}.panel-head strong{display:block}.panel-head small{display:block;color:var(--muted);margin-top:3px}.small-btn,.primary,.secondary{border-radius:10px;padding:9px 11px;font-weight:800;border:1px solid var(--line)}.small-btn,.secondary{background:#fff;color:#41506a}.primary{background:var(--brand);color:#fff;border-color:var(--brand)}.progress-wrap{padding:13px 14px;border-bottom:1px solid var(--line)}.progress-wrap>div:first-child{display:flex;justify-content:space-between;gap:10px;font-size:12px}.progress-wrap span{color:var(--muted)}.progress{height:8px;margin-top:8px;border-radius:999px;background:#edf0f4;overflow:hidden}.progress>span{display:block;height:100%;width:0;background:var(--brand);transition:width .2s}.filters{display:flex;gap:7px;overflow:auto;padding:12px 14px 4px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filters button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 10px;color:#5a6578;font-size:11px;font-weight:800}.filters button.active{background:var(--brand-soft);border-color:#ffd5bd;color:var(--brand)}.search-wrap{padding:10px 14px}.search-wrap.standalone{padding:0 0 10px}.route-list,.stack{display:grid;gap:10px;padding:0 10px 10px}.route-card,.stack-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.route-card{border-left:4px solid #cad1da}.route-card.bought{border-left-color:var(--green)}.route-card.no-buy{border-left-color:var(--red)}.route-card.return{border-left-color:#d9a612}.route-card.other{border-left-color:var(--blue)}.route-main{display:flex;gap:11px;padding:13px 12px}.route-num{flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:#f1f3f6;display:grid;place-items:center;font-weight:900}.route-info{min-width:0;flex:1}.route-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.route-name{font-size:15px;font-weight:900;line-height:1.15}.route-business{font-size:11px;color:var(--muted);margin-top:2px}.pill{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;white-space:nowrap}.pill.gray{background:#eef1f5;color:#697486}.pill.green{background:var(--green-bg);color:var(--green)}.pill.red{background:var(--red-bg);color:var(--red)}.pill.yellow{background:var(--yellow-bg);color:var(--yellow)}.pill.blue{background:var(--blue-bg);color:var(--blue)}.address{margin-top:8px;font-size:12px;line-height:1.35;color:#46546c}.address a{color:#255db7;text-decoration:none;font-weight:800}.chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.chip{background:#f3f5f7;border-radius:999px;padding:5px 7px;font-size:10px;font-weight:800;color:#596579}.chip.warn{background:var(--yellow-bg);color:#7d5b00}.route-note{margin-top:8px;font-size:11px;line-height:1.35;color:#647085}.summary{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px;padding-top:10px;border-top:1px dashed #e5e9ef}.summary>div{background:#fafbfc;border-radius:9px;padding:7px}.summary small{display:block;color:var(--muted);font-size:9px}.summary b{font-size:12px}.route-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:9px 12px 12px}.route-actions a,.route-actions button{text-align:center;text-decoration:none}.map-btn{background:#f5f8ff;border:1px solid #dbe5ff;color:#2458b0;border-radius:10px;padding:9px 10px;font-size:12px;font-weight:850}.route-actions button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 10px;color:#3e4d66;font-size:12px;font-weight:850}.route-actions button.primary{background:var(--brand);color:#fff;border-color:var(--brand)}.page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 12px}.page-head h2{margin:0;font-size:22px}.page-head p{margin:3px 0 0;color:var(--muted);font-size:12px}.stack{padding:0}.stack-card{padding:13px}.stack-card h3{margin:0;font-size:15px}.stack-card p{margin:4px 0;color:var(--muted);font-size:12px;line-height:1.4}.rowline{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px dashed #e6e9ee;font-size:12px}.rowline:last-child{border-bottom:0}.rowline span{color:var(--muted)}.row-actions{display:flex;gap:8px;margin-top:10px}.row-actions button,.row-actions a{flex:1;text-align:center}.empty{padding:28px 15px;text-align:center;color:var(--muted);font-size:13px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:30;display:flex;overflow:auto;background:#fff;border-top:1px solid var(--line);padding:7px 6px calc(7px + env(safe-area-inset-bottom));box-shadow:0 -6px 22px rgba(20,30,50,.05)}.bottom-nav button{min-width:70px;flex:1;border:0;background:transparent;color:#717b8c;padding:4px 5px;font-size:9px;font-weight:800}.bottom-nav span{display:block;font-size:17px;margin-bottom:2px}.bottom-nav button.active{color:var(--brand)}.modal-back{position:fixed;inset:0;z-index:50;display:none;align-items:flex-end;background:rgba(16,24,40,.48)}.modal-back.show{display:flex}.modal{width:100%;max-height:96vh;overflow:auto;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -24px 70px rgba(0,0,0,.2)}.modal.compact{max-height:90vh}.modal-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:13px 14px;background:#fff;border-bottom:1px solid var(--line)}.modal-head h3{margin:0;font-size:17px}.modal-head small{display:block;color:var(--muted);font-size:10px}.modal-head button{border:0;background:#f2f4f7;border-radius:9px;width:34px;height:34px}.modal-body{display:grid;gap:11px;padding:14px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hint{background:#f6f8fb;border:1px solid #e0e6ef;border-radius:11px;padding:10px 11px;color:#4c5c74;font-size:11px;line-height:1.45}.total-box{display:flex;justify-content:space-between;align-items:center;background:#fff1e8;border-radius:12px;padding:12px}.total-box.light{background:#f6f7f9}.total-box span{font-size:11px;color:#667186;font-weight:800}.total-box strong{font-size:17px}.checks{display:grid;gap:8px}.checks label{font-size:12px;font-weight:750;color:#46536a}.checks input{width:auto}.modal-actions{position:sticky;bottom:0;z-index:2;display:flex;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line)}.modal-actions button{flex:1}.toast{display:none}#toast{position:fixed;left:50%;bottom:88px;z-index:90;transform:translateX(-50%);background:#172033;color:#fff;border-radius:10px;padding:10px 13px;font-size:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);opacity:0;pointer-events:none;transition:opacity .2s}#toast.show{opacity:1}.loading{opacity:.55;pointer-events:none}@media(min-width:720px){main{padding-top:10px}.stats{grid-template-columns:repeat(5,1fr)}.bottom-nav{left:50%;transform:translateX(-50%);max-width:920px;border:1px solid var(--line);border-bottom:0;border-radius:16px 16px 0 0}.modal-back{align-items:center;justify-content:center;padding:20px}.modal{max-width:650px;border-radius:18px;max-height:90vh}.route-list{grid-template-columns:1fr 1fr}.stack{grid-template-columns:1fr 1fr}.topbar{max-width:920px;margin:0 auto}}