*{box-sizing:border-box}:root{--primary:#1f3864;--accent:#2e75b6;--bg:#f4f6fa;--card:#fff;--text:#1a2230;--muted:#6b7686;--line:#e3e8f0;--font:"Segoe UI",system-ui,Arial,sans-serif}body,html{margin:0}body{font-family:var(--font);background:var(--bg);color:var(--text);padding-bottom:84px}.eh-header{background:var(--primary);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:12px}.eh-header img{height:34px;width:auto;max-width:160px;background:#fff;border-radius:6px;padding:2px}.eh-badge{height:36px;width:36px;border-radius:8px;background:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex:0 0 auto;color:#fff}.eh-brand{font-size:18px;font-weight:700;line-height:1.1}.eh-tag{font-size:11px;opacity:.85;margin-top:2px}main{max-width:1200px;margin:0 auto;padding:16px}.flag{background:#fff6e5;border:1px solid #f3d89a;color:#7a5a12;font-size:12px;padding:9px 12px;border-radius:9px;line-height:1.4}.flag,.panel{margin-bottom:14px}.panel{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:16px}.panel h2{margin:0 0 8px;font-size:16px;color:var(--primary)}label{display:block;font-size:13px;color:var(--muted);margin:12px 0 5px;font-weight:600}.inwrap{position:relative}.inwrap .pre{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:16px;pointer-events:none}input,select{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;font-size:16px;font-family:inherit;background:#fff;color:var(--text)}input.money{padding-left:26px}.twin{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checks{display:flex;flex-direction:column;gap:12px;margin-top:14px}.checks label{display:flex;align-items:center;gap:10px;margin:0;font-size:15px;color:var(--text);font-weight:600}.checks input{width:22px;height:22px}.grouphd{display:block;color:var(--primary);font-weight:700;font-size:13px;margin:18px 0 2px}.hint{font-size:12px;margin:0 0 4px}.hint,.loading{color:var(--muted)}.loading{font-size:15px;text-align:center;padding:34px 10px}.errbox{color:#8a1c1c;background:#fdeaea;border:1px solid #f3c2c2;border-radius:10px;padding:14px;font-size:14px}.errbox ul{margin:8px 0 0;padding-left:20px}.empty{font-size:15px;text-align:center;padding:34px 10px}.consent,.empty{color:var(--muted)}.consent{display:flex;gap:9px;align-items:flex-start;font-size:12px;font-weight:500;margin:4px 0 12px;line-height:1.4}.consent input{width:18px;height:18px;flex:0 0 auto;margin-top:1px}.eho{margin-top:12px;text-align:center;line-height:1.4}.disctop,.eho{font-size:11px;color:var(--muted)}.disctop{line-height:1.45;margin:10px 0 4px;padding:10px;background:#f7f9fc;border:1px solid var(--line);border-radius:8px}.toggle{display:flex;border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-bottom:14px}.toggle button{flex:1;border:0;background:#fff;padding:12px;font-size:15px;font-weight:600;cursor:pointer;color:var(--muted)}.toggle button.active{background:var(--primary);color:#fff}.cards{display:grid;grid-template-columns:1fr;gap:12px}.card{border:1px solid var(--line);border-radius:11px;overflow:hidden}.card .top{background:var(--primary);color:#fff;padding:12px 14px}.card .top .nm{font-weight:700;font-size:16px}.card .top .rt{font-size:12px;opacity:.92;margin-top:2px}.card .rows{padding:8px 14px 12px}.rw{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;border-bottom:1px dashed var(--line)}.rw:last-child{border-bottom:0}.rw .v{font-weight:600}.rw.total{font-size:16px;color:var(--primary);padding-top:10px}.rw.total .v{font-size:18px}.rw.cashrow{font-size:13px;color:var(--muted);padding-top:8px;border-bottom:0}.rw.cashrow .v{font-weight:700;color:var(--primary);font-size:15px}.ctc{margin:14px 0;padding:14px;background:#eef3fb;border:1px solid #d4e1f2;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.ctc .l{font-size:13px;color:var(--muted);font-weight:600}.ctc .n{font-size:22px;font-weight:800;color:var(--primary)}details.disc{margin-top:6px;font-size:12px;color:var(--muted)}details.disc>summary{font-size:13px;font-weight:700;color:var(--text);cursor:pointer;padding:6px 0}details.disc p{line-height:1.5;margin:6px 0}.route{font-size:13px;color:var(--accent);font-weight:700;margin-bottom:10px}.leadbtn{width:100%;background:var(--accent);color:#fff;border:0;padding:14px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer}.spacer{height:10px}.cta{position:fixed;left:0;right:0;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:hsla(0,0%,100%,.96);border-top:1px solid var(--line);backdrop-filter:blur(6px);z-index:50}.cta button{width:100%;max-width:1168px;margin:0 auto;display:block;background:var(--accent);color:#fff;border:0;padding:16px;border-radius:12px;font-size:17px;font-weight:700;cursor:pointer}.ctahint{max-width:1168px;margin:0 auto 8px;text-align:center;font-size:12px}.ctahint,footer{color:var(--muted)}footer{max-width:1200px;margin:0 auto;padding:6px 16px 20px;font-size:11px}@media(min-width:760px){.grid{display:grid;grid-template-columns:360px 1fr;gap:18px;align-items:start}.cards{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}}.wz-wrap{max-width:460px;margin:0 auto}.wz-progress{height:5px;background:var(--line);border-radius:5px;overflow:hidden;margin-bottom:16px}.wz-progress>i{display:block;height:100%;background:var(--accent);transition:width .4s ease}.wz-step{animation:wzin .32s ease}@keyframes wzin{0%{opacity:0;transform:translateX(26px)}to{opacity:1;transform:translateX(0)}}.wz-lab{font-size:12px;color:var(--muted);font-weight:600}.wz-h{font-size:20px;color:var(--primary);font-weight:800;margin:2px 0 8px}.wz-sub{font-size:14px;color:var(--muted);line-height:1.55;margin-bottom:8px}.wz-chips{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 18px}.wz-chip{font-size:12px;background:#f7f9fc;border:1px solid var(--line);border-radius:8px;padding:5px 9px}.wz-chip,.wz-why{color:var(--muted)}.wz-why{display:flex;gap:8px;font-size:13px;line-height:1.45;margin:12px 0 16px}.wz-row{display:flex;gap:10px;margin-top:6px}.wz-btn{flex:1;background:var(--accent);color:#fff;border:0;padding:14px;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer}.wz-btn.ghost{background:#fff;color:var(--muted);border:1px solid var(--line);font-weight:600}.score-box{margin-top:16px;padding:16px;border:1px dashed var(--line);border-radius:12px;background:#fbfcfe}.score-lab{font-size:12px;color:var(--muted);font-weight:700}.score-sub{font-size:13px;color:var(--muted);line-height:1.5;margin:4px 0 12px}.score-num{font-size:34px;font-weight:800;color:var(--primary);margin:2px 0 10px}.score-of{font-size:14px;font-weight:600;color:var(--muted)}.reco{border:1px solid #d4e1f2;background:#eef3fb;border-radius:10px;padding:12px;margin-bottom:12px}.reco-pill{display:inline-block;font-size:11px;font-weight:700;color:#fff;background:var(--accent);border-radius:6px;padding:3px 8px}.reco-h{font-size:15px;font-weight:700;color:var(--primary);margin:8px 0 4px}.reco-sub{font-size:13px;color:var(--muted);line-height:1.5}.sheet-backdrop{position:fixed;inset:0;background:rgba(15,25,45,.45);z-index:100;display:flex;align-items:flex-end;justify-content:center;animation:fadein .2s ease}.sheet{background:#fff;width:100%;max-width:560px;border-radius:18px 18px 0 0;padding:14px 18px 24px;animation:sheetup .34s cubic-bezier(.2,.8,.2,1)}.sheet-grab{width:42px;height:5px;border-radius:5px;background:var(--line);margin:0 auto 12px}.sheet-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.sheet-x{background:none;border:0;font-size:24px;color:var(--muted);cursor:pointer;line-height:1;padding:0 4px}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes sheetup{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:560px){.sheet{border-radius:18px;margin-bottom:24px}}