:root{--blue: #1a73e8;--blue-d: #1557b0;--blue-l: #e8f0fe;--green: #1e8e3e;--green-l: #e6f4ea;--red: #d93025;--red-l: #fce8e6;--ink: #202124;--muted: #5f6368;--muted-2: #80868b;--line: #dadce0;--line-2: #e8eaed;--bg: #f8f9fa;--surface: #fff;--hover: #f1f3f4;--sh-1: 0 1px 2px rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);--sh-3: 0 4px 8px 3px rgba(60,64,67,.15), 0 1px 3px rgba(60,64,67,.3)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{font-family:Roboto,-apple-system,sans-serif;background:var(--bg);color:var(--ink);font-size:15px;-webkit-font-smoothing:antialiased;overscroll-behavior:none}button{font:inherit;color:inherit;border:0;background:none;cursor:pointer;padding:0}.pin-page{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:var(--surface)}.pin-logo{width:60px;height:60px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;margin-bottom:14px}.pin-page h1{margin:0;font-size:26px;font-weight:500}.pin-sub{margin:4px 0 26px;color:var(--muted)}.pin-dots{display:flex;gap:18px;margin-bottom:10px}.dot{width:16px;height:16px;border-radius:50%;border:2px solid var(--line);transition:all .12s}.dot.on{background:var(--blue);border-color:var(--blue);transform:scale(1.1)}.shake{animation:shake .35s}@keyframes shake{20%,60%{transform:translate(-8px)}40%,80%{transform:translate(8px)}}.pin-err{color:var(--red);font-size:13.5px;min-height:20px;margin-bottom:8px}.pad{display:grid;grid-template-columns:repeat(3,76px);gap:14px}.key{width:76px;height:76px;border-radius:50%;background:var(--hover);font-size:26px;font-weight:400;display:grid;place-items:center;transition:background .1s}.key:active{background:var(--blue-l)}.key-del{background:none;color:var(--muted)}.cab{height:100%;display:flex;flex-direction:column}.top{display:flex;align-items:center;gap:12px;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));background:var(--surface);border-bottom:1px solid var(--line-2)}.top-ava{width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:500}.top-name{flex:1;font-weight:500;font-size:15px}.icon-btn{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--muted)}.icon-btn:active{background:var(--hover)}.body{flex:1;overflow-y:auto;padding-bottom:90px}.hd{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 16px 10px}.hd h2{margin:0;font-size:22px;font-weight:400}.hd-sub{color:var(--muted);font-size:12.5px;margin-top:3px}.seg{display:inline-flex;background:var(--hover);border-radius:18px;padding:3px;gap:3px}.seg-b{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 14px;border-radius:15px;font-weight:500;font-size:13px;color:var(--muted)}.seg-b.on{background:var(--surface);color:var(--blue-d);box-shadow:var(--sh-1)}.list{padding:4px 12px;display:flex;flex-direction:column;gap:8px}.row{display:flex;align-items:center;gap:12px;text-align:left;width:100%;background:var(--surface);border:1px solid var(--line-2);border-radius:16px;padding:13px 14px;transition:box-shadow .12s}.row:active{box-shadow:var(--sh-1)}.row-b{flex:1;min-width:0}.row-t{font-weight:500;font-size:14.5px}.row-t:first-letter{text-transform:uppercase}.row-s{color:var(--muted);font-size:12.5px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-time{color:var(--muted-2);font-size:11.5px;margin-top:4px}.ok-ic{color:var(--green);flex:none}.no-ic{color:var(--line);flex:none}.chev{color:var(--muted-2);flex:none}.empty{text-align:center;color:var(--muted);padding:40px 16px}.spin{width:34px;height:34px;border:3px solid var(--line);border-top-color:var(--blue);border-radius:50%;animation:sp .8s linear infinite;margin:70px auto}@keyframes sp{to{transform:rotate(360deg)}}.thumbs{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.thumbs img{width:56px;height:56px;object-fit:cover;border-radius:10px;border:1px solid var(--line-2)}.thumbs.big img{width:74px;height:74px}.thumb{position:relative}.thumb button{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center}.sheet-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#2021248c;z-index:40;display:flex;align-items:flex-end;animation:fade .15s}@keyframes fade{0%{opacity:0}}.sheet{background:var(--surface);border-radius:24px 24px 0 0;width:100%;padding:8px 18px calc(16px + env(safe-area-inset-bottom));box-shadow:var(--sh-3);animation:up .22s cubic-bezier(.2,0,0,1);max-height:88vh;display:flex;flex-direction:column}.sheet.tall{min-height:55vh}@keyframes up{0%{transform:translateY(100%)}}.sheet-grab{width:36px;height:4px;border-radius:2px;background:var(--line);margin:4px auto 6px}.sheet-hd{display:flex;align-items:center;justify-content:space-between;padding:6px 0 10px}.sheet-hd h3{margin:0;font-size:18px;font-weight:500}.sheet-hd h3:first-letter{text-transform:uppercase}.sheet textarea,.sheet .inp{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;outline:0;resize:none;background:var(--surface)}.sheet .inp{margin-bottom:10px}.sheet textarea:focus,.sheet .inp:focus{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.article{white-space:pre-wrap;line-height:1.6;padding:4px 2px 14px;overflow-y:auto;color:#3c4043}.err{background:var(--red-l);color:var(--red);border-radius:12px;padding:10px 14px;font-size:13px;margin-bottom:10px}.sheet-ft{display:flex;gap:10px;margin-top:14px}.btn-p{flex:1;height:48px;border-radius:24px;background:var(--blue);color:#fff;font-weight:500;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:9px}.btn-p:active{background:var(--blue-d)}.btn-p:disabled{opacity:.6}.btn-o{height:48px;padding:0 18px;border-radius:24px;border:1px solid var(--line);color:#3c4043;font-weight:500;display:inline-flex;align-items:center;gap:8px}.fab{position:fixed;right:18px;bottom:calc(94px + env(safe-area-inset-bottom));width:56px;height:56px;border-radius:18px;background:var(--blue);color:#fff;display:grid;place-items:center;box-shadow:var(--sh-3);z-index:30}.bottom{position:fixed;left:0;right:0;bottom:0;display:flex;background:var(--surface);border-top:1px solid var(--line-2);padding:8px 0 calc(10px + env(safe-area-inset-bottom));z-index:20}.nav-b{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;font-weight:500;color:var(--muted)}.nav-pill{width:60px;height:32px;border-radius:16px;display:grid;place-items:center;transition:background .15s}.nav-b.on{color:var(--blue-d)}.nav-b.on .nav-pill{background:var(--blue-l);color:var(--blue-d)}.month-nav{display:flex;align-items:center;justify-content:space-between;padding:2px 12px 8px}.month-t{font-weight:500;font-size:16px;text-transform:capitalize}.sheet-scroll{overflow-y:auto;flex:1;padding-bottom:4px}.f-lbl{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:500;color:var(--muted);margin:14px 0 8px}.big-num{font-size:22px;font-weight:500;text-align:center;font-variant-numeric:tabular-nums;height:56px}.slots{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.slot{aspect-ratio:3/4;border:1.5px dashed var(--line);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted-2);font-size:12px;font-weight:500;position:relative;overflow:hidden;background:var(--bg)}.slot.has{border:1.5px solid var(--green);background:none}.slot img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.slot-x{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#202124bf;color:#fff;display:grid;place-items:center;z-index:2}.lead-card{background:var(--surface);border:1px solid var(--line-2);border-radius:20px;margin:4px 12px 14px;padding:6px 16px 18px}.ok-msg{display:flex;align-items:center;gap:8px;background:var(--green-l);color:var(--green);border-radius:12px;padding:10px 14px;font-size:13.5px;font-weight:500;margin-top:10px}.mess-row{display:flex;gap:8px}.mess-b{flex:1;height:46px;border:1px solid var(--line);border-radius:14px;font-weight:500;font-size:13.5px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--muted)}.mess-dot{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;flex:none}.nav-c{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;font-weight:500;color:var(--muted);margin-top:-22px}.nav-big{width:58px;height:58px;border-radius:20px;background:var(--blue);color:#fff;display:grid;place-items:center;box-shadow:0 4px 12px #1a73e866;border:4px solid var(--bg);transition:transform .12s}.nav-c:active .nav-big{transform:scale(.94)}.nav-c.on .nav-big{background:var(--blue-d)}.sheet .inp,.lead-card .inp{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;outline:0}.lead-card .inp:focus{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.nav-c{margin-top:0}.nav-big{width:56px;height:34px;border-radius:17px;background:var(--blue-l);color:var(--blue-d);border:0;box-shadow:none}.nav-big svg{width:22px;height:22px}.nav-c.on .nav-big{background:var(--blue);color:#fff}.sheet-scroll{min-height:0}.sheet{max-height:92vh}.sheet-ft{flex:none}.nav-big{width:60px;height:32px;border-radius:16px;background:none;color:var(--muted);box-shadow:none}.nav-c{color:var(--muted)}.nav-c.on{color:var(--blue-d)}.nav-c.on .nav-big{background:var(--blue-l);color:var(--blue-d)}.cycle-card{background:var(--surface);border:1px solid var(--line-2);border-radius:16px;margin:0 12px 10px;padding:13px 16px}.cycle-row{display:flex;justify-content:space-between;font-size:13.5px;color:var(--muted)}.cycle-row b{color:var(--ink)}.cycle-row b.done{color:var(--green)}.cycle-track{height:10px;border-radius:5px;background:var(--hover);margin-top:9px;overflow:hidden}.cycle-fill{height:100%;border-radius:5px;transition:width .4s cubic-bezier(.4,0,.2,1)}.cycle-done{margin-top:9px;font-size:12.5px;color:var(--green);font-weight:500}.slots{grid-template-columns:repeat(4,1fr)}.slot{aspect-ratio:1/1;font-size:11px}.profiles{display:flex;gap:8px;overflow-x:auto;padding:12px 12px 2px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.profiles::-webkit-scrollbar{display:none}.prof{flex:none;display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--line-2);border-radius:14px;padding:9px 13px 9px 9px}.prof-n{width:26px;height:26px;border-radius:50%;background:var(--blue-l);color:var(--blue-d);display:grid;place-items:center;font-size:13px;font-weight:500;flex:none}.prof-city{font-weight:500;font-size:13px;white-space:nowrap}.prof-cat{font-size:11.5px;color:var(--muted);white-space:nowrap}.empty-prof{color:var(--muted);font-size:12.5px;padding:10px 14px}.profiles-wrap{padding:12px 12px 0}.prof-head{display:flex;align-items:center;justify-content:space-between;padding:0 2px}.prof-title{font-weight:500;font-size:14px}.prof-rule{background:var(--blue-l);color:var(--blue-d);border-radius:12px;padding:10px 13px;font-size:12.5px;line-height:1.5;margin:8px 0 10px}.prof-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.prof-card{background:var(--surface);border:1px solid var(--line-2);border-radius:14px;padding:10px 12px;display:flex;flex-direction:column;gap:5px}.prof-top{display:flex;align-items:center;justify-content:space-between}.prof-go{display:inline-flex;align-items:center;gap:4px;background:var(--blue);color:#fff;border-radius:12px;padding:4px 10px;font-size:11.5px;font-weight:500;text-decoration:none}.prof-city{display:flex;align-items:center;gap:5px;font-weight:500;font-size:13.5px}.prof-cat{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted)}.empty-prof{color:var(--muted);font-size:12.5px;padding:12px 4px}.prof-list{background:var(--surface);border:1px solid var(--line-2);border-radius:14px;overflow:hidden}.prof-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid var(--line-2)}.prof-row:last-child{border-bottom:0}.prof-row .prof-n{width:24px;height:24px;font-size:12px}.prof-row .prof-city{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px}.prof-row .prof-cat{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prof-row .prof-go{flex:none}.tariff{margin:12px 12px 0;background:var(--surface);border:1px solid var(--line-2);border-radius:16px;padding:13px 15px}.tariff-row{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--muted)}.badge-t{background:var(--blue-l);color:var(--blue-d);border-radius:8px;padding:3px 9px;font-size:12px;font-weight:500;flex:none}.tariff-money{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:9px;flex-wrap:wrap}.tariff-money b{font-size:20px;font-weight:500}.tariff-money span{color:var(--muted);font-size:13px}.tariff-earn{font-size:12.5px;color:var(--muted)}.tariff-earn b{font-size:14px;color:var(--green)}.script-body{font-size:13.5px;line-height:1.55;color:#3c4043;white-space:pre-wrap;overflow:hidden;background:var(--bg);border-radius:12px;padding:11px 13px}.copy-btn{height:42px;border-radius:21px;background:var(--blue-l);color:var(--blue-d);font-weight:500;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%}.copy-btn:active{background:var(--blue);color:#fff}.copy-btn.done{background:var(--green-l);color:var(--green)}.auth{min-height:100%;display:flex;align-items:center;justify-content:center;padding:20px 14px calc(28px + env(safe-area-inset-bottom))}.auth-card{width:100%;max-width:400px;background:var(--surface);border-radius:24px;padding:26px 22px 22px;box-shadow:var(--sh-1);display:flex;flex-direction:column}.auth-ic{width:52px;height:52px;border-radius:50%;background:var(--blue-l);color:var(--blue);display:grid;place-items:center;margin-bottom:14px}.auth-ic.ok{background:var(--green-l);color:var(--green)}.auth-card h1{margin:0;font-size:23px;font-weight:500}.auth-sub{margin:5px 0 12px;color:var(--muted);font-size:14px;line-height:1.45}.auth-card>*{flex:none}.auth-btn{width:100%;margin-top:20px;height:48px;min-height:48px;flex:none}.auth-link{margin:14px auto 0;color:var(--blue);font-weight:500;font-size:14px}.tf{position:relative;display:block;margin-top:16px}.tf-i{width:100%;height:54px;border:1px solid var(--line);border-radius:10px;padding:0 15px;font:inherit;background:var(--surface);outline:0;transition:border-color .1s}.tf-i:focus{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}.tf-l{position:absolute;left:11px;top:50%;transform:translateY(-50%);padding:0 5px;color:var(--muted);background:var(--surface);pointer-events:none;transition:top .12s,font-size .12s,color .12s}.tf-i:not(:placeholder-shown)+.tf-l{top:0;font-size:12px}.tf-i:focus+.tf-l{top:0;font-size:12px;color:var(--blue)}.tf-h{display:block;font-size:12px;color:var(--muted-2);margin:5px 0 0 15px}.fld-lbl{font-size:12.5px;font-weight:500;color:var(--muted);margin:20px 0 7px}.seg.full{display:flex;width:100%}.seg.full .seg-b{flex:1;justify-content:center;height:36px}.tiers{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.tier{border:1px solid var(--line-2);border-radius:14px;padding:11px 12px;opacity:.5;transition:.12s}.tier.on{opacity:1;border-color:transparent;background:var(--blue-l)}.tier b{display:block;font-size:15px;font-weight:500}.tier.on b{color:var(--blue-d)}.tier span{display:block;font-size:11.5px;color:var(--muted);line-height:1.35;margin-top:2px}.note{display:flex;gap:8px;align-items:flex-start;margin-top:14px;font-size:12.5px;color:var(--muted);line-height:1.5}.note svg{flex:none;margin-top:1px}.pin-box{font-size:38px;font-weight:500;letter-spacing:10px;text-align:center;background:var(--blue-l);color:var(--blue-d);border-radius:16px;padding:16px 0 16px 10px;margin:6px 0 2px}.onb{padding:18px 16px 40px;max-width:480px;margin:0 auto}.onb-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.onb-prog{display:flex;gap:6px}.onb-dot{width:30px;height:4px;border-radius:2px;background:var(--line);padding:0;cursor:default;transition:background .12s}.onb-dot.on{background:var(--blue)}.onb-dot.can{cursor:pointer}.onb-cnt{font-size:12.5px;color:var(--muted)}.onb-hero{width:52px;height:52px;border-radius:16px;background:var(--blue-l);color:var(--blue);display:grid;place-items:center;margin:20px 0 12px}.onb-title{font-size:21px;font-weight:500;line-height:1.3;margin:0 0 8px}.onb-lead{line-height:1.55;color:#3c4043;font-size:14.5px}.onb-btn{width:100%;margin-top:24px;height:48px;min-height:48px;flex:none}.onb-back{display:inline-flex;align-items:center;gap:4px;margin:14px auto 0;color:var(--muted);font-size:14px}.onb{text-align:left}.onb>.onb-back{display:flex;justify-content:center;width:100%}.onb-wait{text-align:center;padding:60px 20px;display:flex;flex-direction:column;align-items:center;gap:10px}.onb-wait h2{margin:8px 0 0;font-size:21px;font-weight:500}.onb-wait p{margin:0;color:var(--muted);line-height:1.55}.onb-small{font-size:13px}.flow{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;background:var(--surface);border:1px solid var(--line-2);border-radius:18px;padding:16px 10px;margin-top:16px}.flow-i{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11.5px;color:var(--muted);text-align:center;line-height:1.3}.flow-ic{width:42px;height:42px;border-radius:50%;background:var(--hover);color:var(--muted);display:grid;place-items:center;margin-bottom:5px}.flow-ic.ok{background:var(--green-l);color:var(--green)}.flow-ar{color:var(--line);flex:none;margin-top:12px}.path{background:var(--surface);border:1px solid var(--line-2);border-radius:18px;padding:15px 16px;margin-top:12px}.path-hd{display:flex;align-items:center;gap:8px;font-weight:500;font-size:14px;color:var(--blue-d);margin-bottom:10px}.path-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.path-list li{display:flex;gap:10px;font-size:13.5px;line-height:1.45;color:#3c4043}.path-n{flex:none;width:21px;height:21px;border-radius:50%;background:var(--blue-l);color:var(--blue-d);font-size:11.5px;font-weight:500;display:grid;place-items:center}.path-hint{font-size:12.5px;color:var(--muted);line-height:1.45;margin-top:11px;padding-top:11px;border-top:1px solid var(--line-2)}.pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.ptile{background:var(--surface);border:1px solid var(--line-2);border-radius:14px;padding:12px 4px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10.5px;color:var(--muted)}.ptile svg{color:var(--blue)}.proof{background:var(--blue-l);border-radius:18px;padding:15px 16px;margin-top:12px}.proof-hd{display:flex;align-items:center;gap:8px;font-weight:500;font-size:14px;color:var(--blue-d);margin-bottom:6px}.proof-t{font-size:13px;color:#3c4043;line-height:1.5;margin-bottom:12px}.shot-add{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 16px;border-radius:21px;background:var(--surface);color:var(--blue-d);font-weight:500;font-size:13.5px;cursor:pointer}.icard{display:flex;gap:12px;background:var(--surface);border:1px solid var(--line-2);border-radius:18px;padding:14px;margin-top:10px}.icard-ic{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;flex:none}.icard-ic.blue{background:var(--blue-l);color:var(--blue)}.icard-ic.green{background:var(--green-l);color:var(--green)}.icard-ic.yellow{background:#fef7e0;color:#b06000}.icard-t{font-weight:500;font-size:14px;margin-bottom:3px}.icard-b{font-size:13.5px;color:var(--muted);line-height:1.5}.reg-link{margin-top:28px;height:40px;padding:0 18px;border-radius:20px;color:var(--blue);font-weight:500;font-size:14.5px}.reg-link:active{background:var(--blue-l)}
