:root{--bg: #ffffff;--surface: #f6f5f2;--surface2: #f2f1ee;--card: #f6f5f2;--text: #121212;--muted: rgba(18, 18, 18, .55);--muted2: rgba(18, 18, 18, .4);--shadow: 0 14px 40px rgba(0, 0, 0, .07);--pill: #ffffff;--pillShadow: 0 10px 26px rgba(0, 0, 0, .07);--accent: #2f6bff;--accentSoft: rgba(47, 107, 255, .14);--tabIcon: rgba(18, 18, 18, .55);--tabIconActive: #2f6bff;--focus: rgba(47, 107, 255, .45)}:root[data-theme=dark]{--bg: #0f0f10;--surface: #18181b;--surface2: #1f1f23;--card: #1a1a1e;--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .58);--muted2: rgba(255, 255, 255, .42);--shadow: 0 18px 46px rgba(0, 0, 0, .42);--pill: rgba(255, 255, 255, .08);--pillShadow: 0 10px 26px rgba(0, 0, 0, .5);--tabIcon: rgba(255, 255, 255, .55);--tabIconActive: #8ab4ff;--focus: rgba(138, 180, 255, .55)}*{box-sizing:border-box}html,body{height:100%;margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Apple Color Emoji","Segoe UI Emoji"}button,input,textarea{font:inherit}:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.appShell{min-height:100%;display:flex;flex-direction:column;background:var(--bg)}.layout{flex:1;display:grid;grid-template-columns:1fr}@media (min-width: 980px){.layout{grid-template-columns:320px 1fr;gap:18px;padding:18px;width:100%}}.screen{flex:1;display:flex;justify-content:center;padding:0 14px calc(18px + env(safe-area-inset-bottom))}@media (min-width: 980px){.screen{padding:0;justify-content:flex-start}}.phone{width:min(420px,100%);background:var(--bg)}@media (min-width: 980px){.phone{width:100%}}.topBar{height:48px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:6px}@media (min-width: 980px){.topBar{grid-template-columns:1fr;padding:0 0 10px;height:auto}.topBar .iconBtn{display:none}}.iconBtn{width:36px;height:36px;border-radius:14px;border:none;background:#1212120a;display:grid;place-items:center;color:var(--text)}.iconBtn:hover{filter:brightness(.99)}.iconBtn:active{transform:translateY(1px)}.title{text-align:center;font-weight:750;font-size:13px;color:var(--muted)}@media (min-width: 980px){.title{text-align:left;padding:6px 8px;font-size:14px}}.cardHero{background:var(--surface);border-radius:30px;padding:22px 18px 18px;margin:4px 0 14px;position:relative;overflow:hidden}@media (min-width: 980px){.cardHero{border-radius:34px;padding:26px 22px 22px}}.cardHero:after{content:"";position:absolute;inset:auto -40px -90px -40px;height:230px;background:radial-gradient(160px 120px at 24% 55%,rgba(47,107,255,.32),transparent 70%),radial-gradient(220px 170px at 70% 60%,rgba(47,107,255,.14),transparent 72%);border-radius:999px;transform:rotate(-8deg);opacity:.95}.heroText{position:relative;z-index:1;text-align:center;padding:6px 10px 10px}@media (min-width: 980px){.heroText{text-align:left}}.heroHello{font-size:12px;letter-spacing:.08em;color:#12121273;font-weight:800}.heroTitle{margin-top:8px;font-size:28px;line-height:1.05;font-weight:800;letter-spacing:-.02em}.pillRow{position:relative;z-index:1;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:14px}.pillRowScroll{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px}.pillRowScroll::-webkit-scrollbar{height:6px}.pillRowScroll::-webkit-scrollbar-thumb{background:#1212121f;border-radius:999px}@media (min-width: 980px){.pillRow{justify-content:flex-start}}.pillBtn{border:none;background:var(--pill);color:#121212c7;border-radius:999px;padding:14px 18px;font-weight:700;box-shadow:var(--pillShadow);cursor:pointer}.pillBtn:hover{filter:brightness(.99)}.pillBtn:active{transform:translateY(1px)}.pillBtnWide{padding-left:18px;padding-right:18px}.voiceBar{position:relative;z-index:1;display:flex;gap:10px;align-items:center;margin-top:14px;background:var(--pill);border-radius:999px;padding:10px 10px 10px 14px;box-shadow:var(--pillShadow)}.voiceInput{flex:1;border:none;outline:none;font-size:14px;background:transparent;color:#121212bf}.micBtn{width:44px;height:44px;border:none;border-radius:999px;background:var(--accent);color:#fff;display:grid;place-items:center;cursor:pointer}.micBtn:disabled{opacity:.55;cursor:not-allowed}.surveyWrap{display:flex;flex-direction:column;gap:14px}.surveyQuestion{font-size:28px;font-weight:900;letter-spacing:-.02em;text-align:center;padding:8px 10px}.surveyCard{background:#ffffffb8;border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.surveyRow{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border:none;background:transparent;cursor:pointer;text-align:left}.surveyRow+.surveyRow{border-top:1px solid rgba(18,18,18,.08)}.surveyCheck{width:22px;height:22px;border-radius:7px;border:2px solid rgba(18,18,18,.25);background:#ffffffd9;box-shadow:var(--pillShadow);flex:0 0 auto}.surveyCheckOn{border-color:#12121226;background:linear-gradient(180deg,#2f6bff9e,#2f6bff47)}.surveyLabel{font-size:14px;font-weight:700;color:#121212b8}.surveyActions{display:flex;justify-content:center}.surveyBtn{width:min(560px,100%);border:none;border-radius:999px;padding:14px 16px;font-weight:900;cursor:pointer;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;gap:10px}.surveyBtnOrange{background:var(--accent);color:#fffffff2}.surveyBtnBlack{background:#121212eb;color:#fffffff5}.surveyHint{text-align:center;font-size:12px;color:#1212128c}.sectionHeader{display:flex;align-items:baseline;justify-content:space-between;margin:18px 2px 10px}.sectionTitle{font-size:14px;font-weight:800;color:#1212129e}.sectionLink{font-size:13px;color:#12121273}.activityRow{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (min-width: 980px){.activityRow{grid-template-columns:1fr 1fr 1fr}}.activityCard{background:var(--surface2);border-radius:20px;padding:12px;min-height:92px;text-align:left}.chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.02em;background:#1212120f;color:#1212128c}.chipBlue{background:#2f6bff1f;color:#2f6bfff2}.chipAmber{background:#2f6bff14;color:#1212129e}.activityTitle{margin-top:12px;font-size:18px;font-weight:800;line-height:1.05}.activityTime{margin-top:12px;text-align:right;font-weight:800;color:#12121273}.tabBar{position:fixed;left:0;right:0;bottom:0;z-index:1000;pointer-events:none;display:flex;justify-content:center;padding:10px 12px calc(16px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#fff0,#ffffffeb 35%,#fff)}.ctaBtn{border:none;background:var(--accent);color:#fffffff2;border-radius:999px;padding:12px 18px;font-weight:900;box-shadow:var(--pillShadow);cursor:pointer;min-height:44px;min-width:140px}.ctaBtn:disabled{opacity:.6;cursor:not-allowed}.settingsList{display:flex;flex-direction:column;gap:14px}.settingsRow{width:100%;border:none;background:#1212120a;border-radius:22px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer}:root[data-theme=dark] .settingsRow{background:#ffffff0f}.settingsLeft{display:flex;align-items:center;gap:12px;min-width:0}.settingsIcon{width:28px;height:28px;border-radius:12px;display:grid;place-items:center;color:#1212128c}:root[data-theme=dark] .settingsIcon{color:#ffffffa6}.settingsTitle{font-weight:900;font-size:18px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settingsRight{display:flex;align-items:center;gap:10px;color:var(--muted);font-weight:800}.settingsValue{display:flex;align-items:center;gap:8px;white-space:nowrap}.settingsChevron{width:18px;height:18px;opacity:.65}.toggle{width:54px;height:32px;border-radius:999px;background:#1212122e;position:relative;flex:0 0 auto}:root[data-theme=dark] .toggle{background:#ffffff29}.toggleOn{background:#2f6bff8c}.toggleKnob{width:26px;height:26px;border-radius:999px;background:#ffffffeb;position:absolute;top:3px;left:3px;transition:transform .18s ease;box-shadow:var(--pillShadow)}.toggleOn .toggleKnob{transform:translate(22px)}@media (min-width: 980px){.tabBar{display:none}}.drawerOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:2000;display:grid;grid-template-columns:min(360px,86vw) 1fr}.drawer{height:100%;background:#ffffffe0;border-right:1px solid rgba(18,18,18,.08);box-shadow:0 18px 60px #12121238;padding:12px;transform:translate(0);animation:drawerIn .16s ease-out}@keyframes drawerIn{0%{transform:translate(-10px);opacity:.9}to{transform:translate(0);opacity:1}}.drawerHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 6px 10px}.drawerBrand{font-weight:900;letter-spacing:-.02em}.drawerSub{font-size:12px;color:#1212128c;margin-top:2px}.drawerNav{display:flex;flex-direction:column;gap:8px;padding:4px}.drawerItem{width:100%;display:flex;align-items:center;gap:10px;padding:12px;border-radius:18px;border:1px solid rgba(18,18,18,.08);background:#ffffffa8;box-shadow:var(--pillShadow);cursor:pointer}.drawerItemActive{border-color:#2f6bff59;background:#2f6bff1f}.drawerItemLabel{font-weight:850}.drawerHint{margin-top:12px;padding:10px 12px;border-radius:18px;background:#1212120a;color:#12121299;font-size:12px;line-height:1.35}@media (min-width: 980px){.drawerOverlay{display:none}}.chatCard{background:var(--surface);border-radius:24px;padding:14px;box-shadow:var(--shadow);display:flex;flex-direction:column;flex:1;min-height:0}.chatHeader{padding-bottom:10px}.chatMessages{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:10px;padding:6px;border-radius:18px;background:#12121208}.chatInputRow{display:flex;gap:10px;margin-top:10px}.tabBarInner{width:min(420px,100%);background:var(--surface);border-radius:28px;padding:12px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;box-shadow:var(--shadow);pointer-events:auto}.tabItem{display:flex;flex-direction:column;align-items:center;gap:6px;border:none;background:transparent;padding:8px 6px;border-radius:22px;cursor:pointer;color:var(--tabIcon);touch-action:manipulation}.tabItemActive{background:#2f6bff24;color:var(--tabIconActive)}.tabLabel{font-size:11px;font-weight:800}.tabIcon{width:22px;height:22px}.sidebar{display:none}@media (min-width: 980px){.sidebar{display:block;position:sticky;top:18px;height:calc(100vh - 36px)}}.sidebarInner{height:100%;background:var(--surface);border-radius:32px;box-shadow:var(--shadow);padding:16px;display:flex;flex-direction:column;gap:14px}.sidebarBrand{display:flex;align-items:center;gap:12px;padding:8px 8px 4px}.sidebarLogo{width:46px;height:46px;border-radius:18px;background:linear-gradient(135deg,#2f6bffeb,#2f6bff8c);color:#fff;display:grid;place-items:center;font-weight:900}.sidebarName{font-weight:900}.sidebarSub{font-size:12px;color:var(--muted)}.sidebarNav{display:flex;flex-direction:column;gap:8px;padding:4px}.sideItem{width:100%;border:none;border-radius:18px;background:transparent;padding:12px;display:flex;align-items:center;gap:10px;cursor:pointer;color:#121212b3;text-align:left}.sideItem:hover{background:#ffffffa6}.sideItemActive{background:#2f6bff24;color:#2f6bff}.sideIcon{width:20px;height:20px}.sideLabel{font-weight:800}.sidebarFooter{margin-top:auto;background:#ffffffa6;border-radius:22px;padding:14px}.sidebarFooterTitle{font-weight:900;margin-bottom:6px}.sidebarFooterHint{color:var(--muted);font-size:13px;line-height:1.35}.muted{color:var(--muted)}.authWrap{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:22px 14px}.authInner{width:min(520px,100%)}.authTop{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:10px}.authLogo{width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#2f6bffeb,#2f6bff8c);color:#fff;display:grid;place-items:center;font-weight:900}.authTitle{font-weight:900}.authCard{background:var(--surface);border-radius:34px;box-shadow:var(--shadow);padding:18px;min-height:calc(100vh - 120px);display:flex;flex-direction:column}.authCardLogin{min-height:auto;text-align:center}.tgWidget{display:flex;justify-content:center}.tgWidget iframe{margin:0 auto}.authIllustration{width:100%;height:340px;border-radius:28px;background:#ffffffa6;box-shadow:var(--pillShadow);display:grid;place-items:center;overflow:hidden}.authBottom{margin-top:auto;padding-top:14px}.segTabs{display:inline-flex;gap:6px;padding:6px;border-radius:999px;background:#1212120f}.segBtn{border:none;background:transparent;padding:10px 14px;border-radius:999px;font-weight:800;color:#12121299;cursor:pointer}.segBtnActive{background:#2f6bff38;color:#2f6bff}.chartCard{background:var(--surface);border-radius:28px;box-shadow:var(--shadow);padding:14px}.chartLegend{display:flex;gap:16px;align-items:center;color:#1212128c;font-weight:700;font-size:13px}.legendDot{width:10px;height:10px;border-radius:999px;display:inline-block;margin-right:8px}.calendarGrid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.calCell{height:48px;border-radius:16px;background:#ffffffa6;box-shadow:var(--pillShadow);display:flex;align-items:center;justify-content:center;color:#121212bf;font-weight:800}.calCellMuted{opacity:.35}.calCellActive{background:#2f6bff2e;color:#2f6bff}.pagerDots{display:flex;gap:8px;justify-content:center;margin:12px 0 0}.dot{width:8px;height:8px;border-radius:999px;background:#12121224}.dotActive{background:#2f6bffd9}@media (max-width: 560px){.heroTitle{font-size:26px}}
