:root{--bg: #0c0f14;--bg2: #141a22;--bg3: #1c2430;--line: #2a3444;--text: #f2f4f7;--muted: #8b97a8;--orange: #ff5a1f;--orange-dim: rgba(255, 90, 31, .14);--green: #2dd4a8;--green-dim: rgba(45, 212, 168, .12);--amber: #f5b942;--amber-dim: rgba(245, 185, 66, .12)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,system-ui,sans-serif;background:#07090c;color:var(--text);min-height:100vh;line-height:1.45}button,input{font-family:inherit}a{color:var(--orange)}a.btn{display:block;text-align:center;text-decoration:none;box-sizing:border-box}a.btn-primary{color:#fff}html,body,#root{height:100%}.app{min-height:100%;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;height:56px;padding:0 20px;border-bottom:1px solid var(--line);background:#0c0f14;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:8px;color:var(--text);text-decoration:none;font-weight:800}.topbar nav{display:flex;gap:18px}.topbar nav a{color:var(--muted);text-decoration:none;font-weight:700;font-size:14px}.topbar nav a.active{color:var(--text)}.stage{flex:1;min-height:0}.page-pad{padding:20px 20px 48px}.search-shell{display:grid;grid-template-columns:minmax(340px,42vw) 1fr;height:calc(100vh - 56px);min-height:560px}.search-list{overflow:auto;padding:20px 20px 140px;border-right:1px solid var(--line);background:var(--bg)}.search-map{min-height:100%;position:relative;background:#10151c}.ymap-wrap,.ymap{position:absolute;top:0;right:0;bottom:0;left:0}.geo-btn{position:absolute;right:12px;bottom:16px;z-index:10000;pointer-events:auto;width:40px;height:40px;border-radius:7px;border:1px solid #d8dee8;background:#fff;color:#1a2835;cursor:pointer;display:grid;place-items:center;box-shadow:0 4px 16px #0000002e}.geo-btn:hover{background:#f4f6f8}.geo-btn.geo-loading{opacity:.55;pointer-events:none}.geo-btn.geo-on{color:#1a73e8;background:#e8f1ff;border-color:#8cb8f0}.geo-btn.geo-err{color:#c0392b;background:#fdecea}.search-cta{position:sticky;bottom:0;padding-top:12px;background:linear-gradient(180deg,transparent,var(--bg) 30%)}.page{max-width:none;margin:0;padding:0}.when-label{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:10px 0 6px}.day-chip{display:flex;flex-direction:column;min-width:52px;border-radius:7px;padding:6px 8px}.d-name{font-size:12px;text-transform:uppercase}.d-num{font-size:18px;font-weight:800}.section-label{display:flex;justify-content:space-between;font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;margin:14px 0 8px}.field{width:100%;background:var(--bg3);border:1px solid var(--line);border-radius:12px;color:var(--text);padding:10px 12px;margin-bottom:10px}.deposit-box{background:var(--orange-dim);border:1px solid rgba(255,90,31,.35);border-radius:16px;padding:16px;margin-bottom:14px}.deposit-box .big{font-size:32px;font-weight:800;margin:4px 0 8px}.confirm-split{grid-template-columns:1.1fr .9fr}.journal-main{display:grid;grid-template-columns:1fr 280px;min-height:560px}.book-map{height:240px;position:relative;border-radius:16px;overflow:hidden;margin-top:14px;border:1px solid var(--line)}.jr-side{border-left:1px solid var(--line);padding:16px;background:#10151c}.eyebrow{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}h1{font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:10px}.lead{color:var(--muted);max-width:62ch;margin-bottom:18px}.tabs{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 22px}.tab,.chip{border:1px solid var(--line);background:var(--bg2);color:var(--muted);font-weight:600;cursor:pointer}.tab{padding:10px 14px;border-radius:999px;font-size:13px}.chip{padding:5px 12px;border-radius:7px;font-size:14px;line-height:1.2}.tab.on,.chip.on{background:var(--orange);border-color:var(--orange);color:#fff}.desk{background:var(--bg);border:1px solid #2a3340;border-radius:0;overflow:hidden;min-height:calc(100vh - 56px);box-shadow:none}.page-pad .desk{border-radius:16px;min-height:0;border:1px solid #2a3340}.chrome{height:42px;background:#161b23;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:0 14px;color:var(--muted);font-size:12px}.dots{display:flex;gap:6px}.dots i{width:10px;height:10px;border-radius:50%;display:block}.dots i:nth-child(1){background:#ff5f57}.dots i:nth-child(2){background:#febc2e}.dots i:nth-child(3){background:#28c840}.url{flex:1;text-align:center;background:var(--bg3);border-radius:8px;padding:6px}.split{display:grid;grid-template-columns:210px 1fr;min-height:600px}.side{background:#10151c;border-right:1px solid var(--line);padding:18px 14px}.logo{display:flex;align-items:center;gap:8px;font-weight:800;margin-bottom:16px}.mark{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#ff5a1f,#ff8a4c);display:grid;place-items:center;font-size:12px;font-weight:900}.nav-item{display:block;width:100%;text-align:left;background:transparent;border:none;color:var(--muted);padding:10px 12px;border-radius:10px;font-weight:600;cursor:pointer;margin-bottom:4px}.nav-item.on{background:var(--orange-dim);color:var(--text)}.main{padding:20px 22px 28px}.h-title{font-size:26px;font-weight:800;letter-spacing:-.03em;margin-bottom:6px}.h-sub{color:var(--muted);font-size:13.5px;margin-bottom:16px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.svc-items{max-height:168px;overflow-y:auto;padding-bottom:4px}.picked{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 4px;min-height:32px}.picked-item{border:1px solid rgba(255,90,31,.45);background:var(--orange-dim);color:#ffb08a;border-radius:7px;padding:5px 10px;font-size:13px;font-weight:700;cursor:pointer}.slot{background:var(--bg2);border:1px solid var(--line);border-radius:16px;padding:14px;margin-bottom:10px;cursor:pointer}.slot.on,.slot:hover{border-color:#ff5a1f8c}.slot-top{display:flex;justify-content:space-between;gap:10px}.time{font-size:22px;font-weight:800}.time small{display:block;font-size:12px;color:var(--muted);font-weight:600}.badge{font-size:11px;font-weight:700;padding:4px 8px;border-radius:6px;background:var(--green-dim);color:var(--green);height:fit-content}.meta{font-size:13px;color:var(--muted);margin-top:8px}.price{font-weight:800;margin-top:10px}.btn{display:block;width:100%;border:none;border-radius:14px;padding:14px;font-weight:800;cursor:pointer}.btn-primary{background:var(--orange);color:#fff;margin-top:8px}.master-page{max-width:560px}.master-slots{display:flex;flex-direction:column;gap:12px;margin-top:8px}.offer{background:var(--bg2);border:1px solid var(--line);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.offer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.offer-price{display:flex;flex-direction:column;gap:2px}.offer-price b{font-size:20px;font-weight:800}.offer-price span{font-size:12px;color:var(--muted);font-weight:600}.offer .btn{margin-top:4px}.btn-green{background:var(--green);color:#06241c}.btn-ghost{background:var(--bg3);color:var(--text);border:1px solid var(--line)}.note{font-size:12px;color:var(--muted);background:var(--bg3);border-radius:10px;padding:10px 12px;margin-top:12px}.kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.kpi div{background:var(--bg2);border:1px solid var(--line);border-radius:14px;padding:12px}.kpi .n{font-size:22px;font-weight:800}.kpi .l{font-size:11px;color:var(--muted);font-weight:600}.jr-grid{display:grid;grid-template-columns:48px repeat(3,1fr);min-width:640px}.jr-h{position:sticky;top:0;background:#121821;padding:10px 8px;border-bottom:1px solid var(--line);border-left:1px solid var(--line);font-size:12px;font-weight:800}.jr-col{position:relative;border-left:1px solid var(--line);background-image:repeating-linear-gradient(to bottom,transparent 0 21px,rgba(42,52,68,.55) 21px 22px)}.jr-t{height:22px;color:var(--muted);font-size:10px;font-weight:700;padding:0 6px;border-bottom:1px solid rgba(42,52,68,.4)}.jr-ev{position:absolute;left:4px;right:4px;border-radius:8px;padding:6px 8px;font-size:11px;cursor:pointer;overflow:hidden}.jr-ev b{display:block;font-size:12px}.jr-ev.own{background:#1b2a3d;border:1px solid #3d5a7a}.jr-ev.sputnik{background:var(--orange-dim);border:1px solid rgba(255,90,31,.55)}.jr-ev.hole{background:var(--green-dim);border:1px dashed rgba(45,212,168,.65)}.jr-ev.hold{background:var(--amber-dim);border:1px solid rgba(245,185,66,.45)}.jr-ev.break{background:#161616;border:1px solid #2a2a2a;color:var(--muted)}.jr-ev.on{box-shadow:0 0 0 2px #fff}.card{background:var(--bg2);border:1px solid var(--line);border-radius:16px;padding:14px}.row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:13.5px}.row:last-child{border-bottom:none}.row span{color:var(--muted)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;z-index:40;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;padding:20px}.ig{width:340px;height:600px;border-radius:18px;overflow:hidden;background:linear-gradient(165deg,#3a4540,#121816);position:relative;color:#f3efe6}.ig-glass{margin:56px 20px 0;padding:22px 16px;background:#1216147a;border:1px solid rgba(255,255,255,.2);border-radius:20px;text-align:center;font-family:Cormorant Garamond,Georgia,serif}.ig-kicker{font-family:Manrope,sans-serif;letter-spacing:.16em;font-size:12px;text-transform:uppercase}.ig-day{font-size:26px;font-style:italic;margin:6px 0}.ig-times{font-size:24px;font-style:italic;margin:12px 0}.sticker{background:#fff;color:#1a2835;border:none;border-radius:999px;padding:8px 16px;font-weight:800;cursor:pointer}.tg{width:340px;height:600px;border-radius:18px;overflow:hidden;background:#0e1621;display:flex;flex-direction:column}.tg-head{background:#17212b;padding:12px;display:flex;gap:10px;align-items:center}.tg-post{margin:14px 10px;background:#182533;border-radius:12px;padding:10px 12px;font-size:14px}.tg-preview{background:#1e2c3a;border-radius:8px;padding:8px 10px;margin:8px 0;border-left:4px solid #6ab3f3}.tg-ibtn{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px}.tg-ibtn button{background:#233e55;color:#6ab3f3;border:none;border-radius:8px;padding:8px;font-weight:700;cursor:pointer}.tg-ibtn .wide{grid-column:1 / -1;background:#2b6ea3;color:#fff}.aside-box{width:340px;background:#141a22;border:1px solid var(--line);border-radius:16px;padding:20px}.muted{color:var(--muted);font-size:13px}.error{color:#ff6b6b}@media (max-width: 900px){.split,.kpi,.journal-main,.confirm-split,.search-shell{grid-template-columns:1fr}.search-shell{height:auto}.search-map{height:46vh;min-height:280px}.side{display:flex;gap:6px;overflow-x:auto;border-right:none;border-bottom:1px solid var(--line)}.jr-side{border-left:none;border-top:1px solid var(--line)}}
