:root{color:#0f1419;--bg:#f2f4f8;--surface:#fff;--line:#e7ebf1;--line-soft:#edf0f4;--ink:#0f1419;--muted:#73808c;--accent:#3390ec;--accent-weak:#e6f0fc;--accent-ink:#1f6fd0;--radius:16px;--sidebar-w:264px;--map-h:420px;--shadow-sm:0 1px 2px #1018280a;--shadow:0 1px 2px #1018280a, 0 12px 28px #1018280d;--shadow-lift:0 2px 6px #1018280f, 0 18px 36px #1018281a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--ink)}input,button,textarea,select{font-family:inherit}.shell{min-height:100vh;display:flex}.sidebar{height:100vh;width:var(--sidebar-w);flex:0 0 var(--sidebar-w);background:var(--surface);border-right:1px solid var(--line);flex-direction:column;padding:22px 14px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.side-brand{padding:0 10px 20px}.side-brand b{letter-spacing:-.02em;align-items:center;gap:10px;font-size:17px;font-weight:800;display:flex}.side-brand .logo{color:#fff;background:linear-gradient(135deg,#3390ec,#7a5bd0);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.side-brand small{color:var(--muted);margin-top:7px;font-size:11.5px;line-height:1.4;display:block}.nav{flex-direction:column;gap:2px;display:flex}.nav-item{text-align:left;cursor:pointer;color:#42505e;background:0 0;border:none;border-radius:11px;align-items:center;gap:11px;width:100%;padding:11px 12px;font-size:14px;font-weight:600;display:flex}.nav-item:hover{background:#eef2f7}.nav-item.active{background:var(--accent-weak);color:var(--accent-ink)}.nav-item .ico{text-align:center;width:20px;font-size:16px}.nav-item .dot{border-radius:50%;width:8px;height:8px;margin-left:auto}.dot.red{background:#e5484d}.dot.amber{background:#e8a13a}.dot.blue{background:var(--accent)}.side-foot{border-top:1px solid var(--line-soft);margin-top:auto;padding:14px 10px 0}.side-foot .name{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.side-foot .email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.side-chips{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.chip{white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.chip.role{background:var(--accent-weak);color:var(--accent-ink)}.chip.ok{color:#1c7a44;background:#e8f6ed}.chip.warn{color:#9a6212;background:#fcf2e2}.chip.bad{color:#c0392b;background:#fdecec}.logout{border:1px solid var(--line);color:#42505e;cursor:pointer;background:#fff;border-radius:10px;width:100%;margin-top:12px;padding:9px 12px;font-size:13px;font-weight:600}.logout:hover{background:#f4f6f9}.topbar{display:none}.main{flex-direction:column;flex:1;min-width:0;display:flex}.content{flex:1;width:100%;padding:28px 32px 80px}.section-head{margin:0 2px 18px}.section-head h1{letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800}.section-head p{color:var(--muted);max-width:720px;margin:6px 0 0;font-size:13.5px}.stack{flex-direction:column;gap:18px;display:flex}.grid-2{grid-template-columns:repeat(auto-fit,minmax(430px,1fr));align-items:start;gap:18px;display:grid}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));align-items:stretch;gap:18px;display:grid}.stack>*,.grid-2>*,.cards-grid>*{margin-top:0!important}.sub-h{letter-spacing:-.01em;margin:6px 2px 0;font-size:16px;font-weight:700}.sub-row{justify-content:space-between;align-items:center;margin:6px 2px 0;display:flex}.sub-row .sub-h{margin:0}.chat-split{grid-template-columns:380px minmax(0,1fr);align-items:start;gap:18px;display:grid}.chat-split>*{margin-top:0!important}@media (width<=1100px){.chat-split{grid-template-columns:1fr}.chat-split.open .chat-list-pane{display:none}}.content div[style*="border-radius: 14px"]{box-shadow:var(--shadow)}.content div[style*="cursor: pointer"]{transition:background .12s,transform .16s,box-shadow .16s}.content div[style*="cursor: pointer"]:hover{background:#f7f9fc}.cards-grid>div[style*="cursor: pointer"]:hover{box-shadow:var(--shadow-lift);background:#fff;transform:translateY(-2px)}.card{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.auth-wrap{justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.auth-box{width:100%;max-width:400px}.botnav{display:none}@media (width<=900px){:root{--map-h:260px}.sidebar{display:none}.topbar{z-index:40;-webkit-backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--line);background:#ffffffd9;align-items:center;gap:8px;padding:10px 14px;display:flex;position:sticky;top:0}.topbar>b{letter-spacing:-.02em;white-space:nowrap;font-size:16px;font-weight:800}.topbar .spacer{flex:1}.topbar .logout{flex-shrink:0;width:auto;margin:0;padding:8px 12px}.tb-user{min-width:0;line-height:1.25}.tb-user b{white-space:nowrap;text-overflow:ellipsis;font-size:14.5px;display:block;overflow:hidden}.tb-user small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.content{padding:16px 14px calc(88px + env(safe-area-inset-bottom))}.section-head h1{font-size:20px}.grid-2,.cards-grid{grid-template-columns:1fr}input,textarea,select{font-size:16px!important}.krow{grid-template-columns:minmax(0,1fr) auto auto auto!important;column-gap:6px!important}.botnav{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(12px);border-top:1px solid var(--line);padding:6px 2px calc(6px + env(safe-area-inset-bottom));background:#fffffff0;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.botnav .bn{cursor:pointer;color:#8894a1;background:0 0;border:none;border-radius:10px;flex-direction:column;flex:1 1 0;align-items:center;gap:2px;min-width:0;padding:6px 1px;font-weight:600;display:flex;position:relative}.botnav .bn.active{color:var(--accent-ink)}.botnav .bn .ico{font-size:19px;line-height:1}.botnav .bn>span:last-child{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.2px;max-width:100%;font-size:9px;overflow:hidden}.botnav .bn .dot{border-radius:50%;width:7px;height:7px;margin-left:6px;position:absolute;top:4px;left:50%}}.lp{background:var(--surface);color:var(--ink)}.lp-wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.lp-head{z-index:30;-webkit-backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--line-soft);background:#ffffffd1;position:sticky;top:0}.lp-head-in{justify-content:space-between;align-items:center;height:62px;display:flex}.lp-brand{letter-spacing:-.02em;align-items:center;gap:10px;font-size:17px;font-weight:800;display:flex}.lp-brand.sm{font-size:15px}.lp-logo{color:#fff;background:linear-gradient(135deg,#3390ec,#7a5bd0);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.lp-head-nav{align-items:center;gap:18px;display:flex}.lp-head-nav a{color:#42505e;font-size:14px;font-weight:600;text-decoration:none}.lp-head-nav a:hover{color:var(--ink)}.lp-brand.as-link{cursor:pointer;color:inherit;background:0 0;border:none;padding:0}.lp-back{border:1px solid var(--line);color:#42505e;cursor:pointer;background:#fff;border-radius:11px;padding:9px 16px;font-size:14px;font-weight:600}.lp-back:hover{background:#f4f6f9}.lp-btn-solid{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:11px;padding:9px 18px;font-size:14px;font-weight:700}.lp-btn-solid:hover{background:#2b81d8}.lp-btn-ghost{color:#42505e;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:11px;padding:9px 18px;font-size:14px;font-weight:700}.lp-btn-ghost:hover{background:#f4f6f9}.lp-btn-solid.lg,.lp-btn-ghost.lg{border-radius:13px;padding:14px 26px;font-size:15.5px}.lp-hero{background:linear-gradient(180deg, #f6f9fe 0%, var(--surface) 100%);border-bottom:1px solid var(--line-soft)}.lp-hero-in{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;padding:72px 24px 84px;display:grid}.lp-hero-copy .lp-badge{background:var(--accent-weak);color:var(--accent-ink);border-radius:20px;margin-bottom:20px;padding:6px 14px;font-size:12.5px;font-weight:700;display:inline-block}.lp-hero-copy h1{letter-spacing:-.03em;margin:0 0 18px;font-size:50px;font-weight:800;line-height:1.04}.lp-hero-copy h1 span{color:var(--accent)}.lp-lead{color:#42505e;max-width:560px;margin:0 0 26px;font-size:18px;line-height:1.55}.lp-hero-visual{flex-direction:column;justify-self:end;align-items:stretch;gap:20px;width:100%;max-width:440px;display:flex}.lp-hero-brand{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;align-items:center;gap:18px;padding:22px 24px;display:flex}.lp-hb-txt{flex-direction:column;display:flex}.lp-hb-name{letter-spacing:-.02em;font-size:26px;font-weight:800}.lp-hb-pvz{color:#17233f}.lp-hb-2{color:#2b7fff}.lp-hb-tag{color:var(--muted);margin-top:3px;font-size:13px}.lp-shift-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-lift);border-radius:20px;padding:20px 22px}.lp-sc-top{align-items:center;gap:8px;margin-bottom:12px;display:flex}.lp-sc-badge{color:var(--accent-ink);background:var(--accent-weak);border-radius:20px;padding:4px 11px;font-size:12px;font-weight:700}.lp-sc-urgent{color:#9a6212;background:#fcf2e2;border-radius:20px;padding:4px 11px;font-size:12px;font-weight:700}.lp-sc-title{letter-spacing:-.01em;font-size:18px;font-weight:800}.lp-sc-meta{color:var(--muted);margin-top:4px;font-size:13px}.lp-sc-row{justify-content:space-between;align-items:baseline;margin:16px 0 14px;display:flex}.lp-sc-price{color:#17233f;font-size:22px;font-weight:800}.lp-sc-price small{color:var(--muted);font-size:13px;font-weight:600}.lp-sc-rating{color:#1c7a44;font-size:14px;font-weight:700}.lp-sc-btn{text-align:center;background:var(--accent);color:#fff;border-radius:12px;padding:12px;font-size:15px;font-weight:700}.lp-shifts{flex-direction:column;gap:12px;display:flex}.lp-shifts-head{margin-bottom:2px}.lp-live{color:#42505e;align-items:center;gap:9px;font-size:13px;font-weight:700;display:inline-flex}.lp-live-dot{background:#2fbf6b;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #2fbf6b29}.lp-shift-live{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;box-shadow:var(--shadow-sm);transition:box-shadow .15s,transform .15s;display:block}.lp-shift-live:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.lp-shift-live .lp-sc-row{margin:13px 0 0}.lp-sc-hint{color:var(--accent-ink);margin-top:12px;font-size:12.5px;font-weight:600;display:block}.lp-shifts-cta{cursor:pointer;background:var(--accent-weak);color:var(--accent-ink);border:none;border-radius:13px;padding:13px;font-size:14px;font-weight:700}.lp-shifts-cta:hover{background:#d9e8fb}.lp-shifts-empty{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);color:var(--muted);border-radius:16px;padding:22px;font-size:14px;line-height:1.55}.lp-shift-skel{flex-direction:column;gap:12px;display:flex}.lp-shift-skel>div{background:linear-gradient(100deg,#eef2f7 30%,#f6f9fc 50%,#eef2f7 70%) 0 0/200% 100%;border-radius:18px;height:138px;animation:1.3s linear infinite lp-shimmer}@keyframes lp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.lp-hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:34px;display:flex}.lp-bullets{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.lp-bullets li{color:#42505e;padding-left:30px;font-size:15px;line-height:1.5;position:relative}.lp-bullets li b{color:var(--ink)}.lp-bullets li:before{content:"✓";color:#1c7a44;background:#e8f6ed;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:800;display:flex;position:absolute;top:0;left:0}.lp-authpage{background:linear-gradient(180deg, #f6f9fe 0%, var(--surface) 60%);flex-direction:column;min-height:100vh;display:flex}.lp-authpage-body{flex:1;justify-content:center;align-items:center;padding:40px 20px 64px;display:flex}.lp-card{background:var(--surface);border:1px solid var(--line);width:100%;max-width:400px;box-shadow:var(--shadow-lift);border-radius:18px;padding:24px}.lp-card-title{letter-spacing:-.02em;margin-bottom:14px;font-size:18px;font-weight:800}.lp-tabs{background:#eef3f8;border-radius:11px;gap:6px;margin-bottom:14px;padding:3px;display:flex}.lp-err{color:#c0392b;background:#fdecec;border-radius:10px;margin-bottom:12px;padding:9px 12px;font-size:13px;font-weight:600}.lp-submit{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:14px;padding:13px;font-size:15px;font-weight:700}.lp-submit:hover{background:#2b81d8}.lp-switch{text-align:center;color:var(--muted);margin-top:14px;font-size:13px}.lp-switch span{color:var(--accent-ink);cursor:pointer;font-weight:600}.lp-switch span:hover{text-decoration:underline}.lp-sec{padding:68px 0}.lp-alt{background:#f6f9fe}.lp-h2{letter-spacing:-.02em;text-align:center;margin:0 0 40px;font-size:30px;font-weight:800}.lp-two{grid-template-columns:1fr 1fr;gap:22px;display:grid}.lp-role{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:28px}.lp-role-ico{margin-bottom:12px;font-size:30px}.lp-role h3{letter-spacing:-.02em;margin:0 0 6px;font-size:20px;font-weight:800}.lp-role>p{color:var(--muted);margin:0 0 16px;font-size:14.5px}.lp-role ul{flex-direction:column;gap:8px;margin:0;padding-left:20px;display:flex}.lp-role ul li{color:#42505e;font-size:14.5px;line-height:1.5}.lp-steps{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.lp-step{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px}.lp-step-n{background:var(--accent-weak);width:34px;height:34px;color:var(--accent-ink);border-radius:10px;justify-content:center;align-items:center;margin-bottom:14px;font-size:16px;font-weight:800;display:flex}.lp-step-t{margin-bottom:6px;font-size:16px;font-weight:700}.lp-step-d{color:var(--muted);font-size:13.5px;line-height:1.5}.lp-tiles{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.lp-tile{text-align:left}.lp-tile-ico{margin-bottom:10px;font-size:28px}.lp-tile-t{margin-bottom:6px;font-size:16px;font-weight:700}.lp-tile-d{color:var(--muted);font-size:13.5px;line-height:1.55}.lp-cta{color:#fff;background:linear-gradient(135deg,#3390ec,#6a63d8)}.lp-cta-in{text-align:center;padding:64px 24px}.lp-cta h2{letter-spacing:-.02em;margin:0 0 10px;font-size:30px;font-weight:800}.lp-cta p{opacity:.92;margin:0 0 26px;font-size:16px}.lp-cta-btn{color:var(--accent-ink);cursor:pointer;background:#fff;border:none;border-radius:12px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;display:inline-block}.lp-cta-btn:hover{background:#f0f4f9}.lp-sec-sub{text-align:center;color:var(--muted);max-width:640px;margin:-24px auto 34px;font-size:15px;line-height:1.55}.lp-brands{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.lp-brand-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:22px}.lp-brand-card h3{letter-spacing:-.01em;margin:0 0 6px;font-size:16px;font-weight:700}.lp-brand-card p{color:var(--muted);margin:0;font-size:13.5px;line-height:1.5}.lp-compare{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:var(--surface);overflow:hidden}.lp-compare-row{grid-template-columns:1.1fr 1fr 1fr;align-items:center;display:grid}.lp-compare-row+.lp-compare-row{border-top:1px solid var(--line-soft)}.lp-compare-row>div{padding:14px 18px;font-size:14px}.lp-compare-head{background:#f6f9fe;font-size:13px;font-weight:700}.lp-compare-head>div:last-child{color:var(--accent-ink)}.lp-compare-k{font-weight:600}.lp-compare-bad{color:var(--muted)}.lp-compare-bad:before{content:"✕ ";color:#d05a5a;font-weight:700}.lp-compare-good{color:var(--ink);font-weight:600}.lp-compare-good:before{content:"✓ ";color:#1c7a44;font-weight:800}.lp-cities{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.lp-city{background:var(--surface);border:1px solid var(--line);color:#42505e;box-shadow:var(--shadow-sm);border-radius:22px;padding:9px 18px;font-size:14px;font-weight:600}.lp-faq-wrap{max-width:800px}.lp-faq{flex-direction:column;gap:10px;display:flex}.lp-faq-item{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:14px;overflow:hidden}.lp-faq-item summary{cursor:pointer;padding:16px 46px 16px 18px;font-size:15px;font-weight:600;list-style:none;position:relative}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary:after{content:"+";color:var(--muted);font-size:20px;font-weight:400;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.lp-faq-item[open] summary:after{content:"−"}.lp-faq-item[open] summary{color:var(--accent-ink)}.lp-faq-item p{color:#42505e;margin:0;padding:0 18px 18px;font-size:14px;line-height:1.6}.lp-eco{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.lp-eco-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);color:inherit;flex-direction:column;padding:26px;text-decoration:none;transition:box-shadow .15s,transform .15s;display:flex}a.lp-eco-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.lp-eco-ico{margin-bottom:12px;font-size:30px}.lp-eco-step{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:4px;font-size:12px;font-weight:700}.lp-eco-name{letter-spacing:-.02em;color:#2b7fff;margin-bottom:10px;font-size:21px;font-weight:800}.lp-eco-name span{color:#17233f}.lp-eco-card p{color:#42505e;flex:1;margin:0 0 16px;font-size:13.5px;line-height:1.55}.lp-eco-link{color:var(--accent-ink);margin-top:auto;font-size:14px;font-weight:700}.lp-eco-here{color:#1c7a44;background:#e8f6ed;border-radius:20px;align-self:flex-start;margin-top:auto;padding:5px 12px;font-size:12px;font-weight:700}.lp-eco-card.is-current{background:#f6f9fe;border-color:#cfe0f7}.lp-foot{border-top:1px solid var(--line-soft);background:var(--surface)}.lp-foot-in{flex-wrap:wrap;align-items:center;gap:18px;padding:26px 24px;display:flex}.lp-foot-txt{color:#42505e;max-width:720px;font-size:13px}.lp-foot-txt .muted{color:var(--muted);margin-top:3px}@media (width<=900px){.lp-head-nav{gap:10px}.lp-head-nav a{display:none}.lp-hero-in{grid-template-columns:1fr;gap:34px;padding:44px 20px 52px}.lp-hero-copy h1{font-size:36px}.lp-lead{font-size:16px}.lp-hero-visual{justify-self:stretch;max-width:460px}.lp-hero-actions .lp-btn-solid.lg,.lp-hero-actions .lp-btn-ghost.lg{flex:auto}.lp-sec{padding:48px 0}.lp-h2{margin-bottom:28px;font-size:24px}.lp-two,.lp-eco{grid-template-columns:1fr}.lp-tiles,.lp-brands{grid-template-columns:1fr 1fr}.lp-sec-sub{margin-top:-16px;margin-bottom:26px}.lp-cta h2{font-size:24px}}@media (width<=560px){.lp-head .logo-word{display:none!important}}@media (width<=520px){.lp-steps,.lp-tiles,.lp-brands{grid-template-columns:1fr}.lp-hero-copy h1{font-size:30px}.lp-btn-ghost,.lp-btn-solid{padding:8px 13px;font-size:13px}.lp-compare-row{grid-template-columns:1fr 1fr}.lp-compare-row>div.lp-compare-k{background:#f6f9fe;grid-column:1/-1;padding-bottom:4px}.lp-compare-head{display:none}.lp-compare-row>div{padding:12px 14px;font-size:13px}}
