.TopBar-module__zyPKba__bar{height:var(--topbar-h);background:var(--bg);border-bottom:1px solid var(--line);z-index:210;-webkit-backdrop-filter:blur(12px)saturate(160%);justify-content:space-between;align-items:center;padding:0 clamp(16px,2.5vw,32px);transition:background .25s,border-color .25s;display:flex;position:fixed;top:0;left:0;right:0}html[data-theme=dark] .TopBar-module__zyPKba__bar{background:#0e1018eb;border-color:#ffffff0f}.TopBar-module__zyPKba__left{flex-shrink:0;align-items:center;gap:14px;display:flex}.TopBar-module__zyPKba__centerNav{flex:auto;justify-content:center;align-items:center;gap:6px;min-width:0;display:flex}@media (max-width:1010px){.TopBar-module__zyPKba__centerNav{display:none}}.TopBar-module__zyPKba__navLink{border-radius:var(--r-full);color:var(--ink-soft);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:9px 16px;font-size:14px;font-weight:600;transition:background .18s,color .18s;display:inline-flex}.TopBar-module__zyPKba__navLink:hover{color:var(--ink);background:var(--bg-alt)}html[data-theme=dark] .TopBar-module__zyPKba__navLink:hover{background:#ffffff0f}.TopBar-module__zyPKba__navActive{color:var(--ink);background:linear-gradient(120deg,#ff579b1f,#9c6aff14)}.TopBar-module__zyPKba__aboutBtn svg{width:13px;height:13px;transition:transform .22s var(--ease)}.TopBar-module__zyPKba__chevronOpen{transform:rotate(180deg)}.TopBar-module__zyPKba__aboutMenu{z-index:500;width:max-content;min-width:260px;animation:TopBar-module__zyPKba__aboutDdIn .18s var(--ease);background:#fff;border-radius:12px;padding:8px;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 20px 50px #00000047}.TopBar-module__zyPKba__aboutItem{color:#14141c;border-radius:8px;align-items:center;gap:12px;padding:11px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s;display:flex;position:relative}.TopBar-module__zyPKba__aboutItem:hover{background:#f2f2f5}.TopBar-module__zyPKba__aboutItem svg{color:#6b6b7a;flex-shrink:0;width:17px;height:17px}.TopBar-module__zyPKba__aboutBadge{background:var(--amber);color:#fff;border-radius:9px;place-items:center;min-width:18px;height:18px;margin-left:auto;padding:0 5px;font-size:10px;font-weight:800;display:grid}.TopBar-module__zyPKba__burger{border-radius:var(--r-md);border:1px solid var(--line);cursor:pointer;z-index:1;background:0 0;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none;position:relative}@media (max-width:1010px){.TopBar-module__zyPKba__burger{display:flex}}.TopBar-module__zyPKba__burger span{background:var(--ink-soft);width:18px;height:1.8px;transition:transform .25s var(--ease), opacity .2s, background .2s;transform-origin:50%;border-radius:2px}.TopBar-module__zyPKba__burger:hover span{background:var(--ink)}.TopBar-module__zyPKba__burgerActive span:first-child{transform:translateY(6.8px)rotate(45deg)}.TopBar-module__zyPKba__burgerActive span:nth-child(2){opacity:0;transform:scaleX(0)}.TopBar-module__zyPKba__burgerActive span:nth-child(3){transform:translateY(-6.8px)rotate(-45deg)}.TopBar-module__zyPKba__mobileMenu{top:var(--topbar-h);background:var(--bg);z-index:205;flex-direction:column;gap:2px;padding:12px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.TopBar-module__zyPKba__mobileLink{border-radius:var(--r-md);color:var(--ink-soft);align-items:center;gap:14px;padding:13px 14px;font-size:15px;font-weight:600;text-decoration:none;display:flex}.TopBar-module__zyPKba__mobileLink:hover{background:var(--bg-alt);color:var(--ink)}html[data-theme=dark] .TopBar-module__zyPKba__mobileLink:hover{background:#ffffff0f}.TopBar-module__zyPKba__mobileLink svg{flex-shrink:0;width:19px;height:19px}.TopBar-module__zyPKba__mobileDivider{background:var(--line);height:1px;margin:10px 4px}html[data-theme=dark] .TopBar-module__zyPKba__mobileDivider{background:#ffffff14}.TopBar-module__zyPKba__logo{align-items:center;gap:9px;text-decoration:none;display:flex}.TopBar-module__zyPKba__logoText{font-family:var(--font-manrope), sans-serif;letter-spacing:-.02em;color:var(--ink);font-size:17px;font-weight:800}.TopBar-module__zyPKba__right{align-items:center;gap:8px;display:flex}@media (max-width:560px){.TopBar-module__zyPKba__right .TopBar-module__zyPKba__themeBtn,.TopBar-module__zyPKba__right .TopBar-module__zyPKba__langDd{display:none}}.TopBar-module__zyPKba__iconBtn{border-radius:var(--r-md);border:1px solid var(--line);width:38px;height:38px;color:var(--ink-soft);cursor:pointer;background:0 0;place-items:center;transition:background .18s,color .18s,border-color .18s;display:grid;position:relative}.TopBar-module__zyPKba__iconBtn svg{width:17px;height:17px}.TopBar-module__zyPKba__iconBtn:hover{background:var(--bg-alt);color:var(--ink)}html[data-theme=dark] .TopBar-module__zyPKba__iconBtn:hover{background:#ffffff0f}.TopBar-module__zyPKba__badge{background:var(--amber);color:#fff;border-radius:8px;place-items:center;min-width:16px;height:16px;padding:0 3px;font-size:9px;font-weight:800;display:grid;position:absolute;top:4px;right:4px}.TopBar-module__zyPKba__langBtn{color:var(--ink-soft);border-radius:var(--r-full);border:1px solid var(--line);cursor:pointer;background:0 0;align-items:center;gap:6px;padding:7px 11px;font-size:13px;font-weight:600;transition:color .18s,border-color .18s;display:inline-flex}.TopBar-module__zyPKba__langBtn svg{width:13px;height:13px;transition:transform .22s var(--ease)}.TopBar-module__zyPKba__langBtn:hover,.TopBar-module__zyPKba__langBtn.TopBar-module__zyPKba__open{color:var(--ink);border-color:var(--line-2)}.TopBar-module__zyPKba__langBtn.TopBar-module__zyPKba__open svg{transform:rotate(180deg)}.TopBar-module__zyPKba__dd{position:relative}.TopBar-module__zyPKba__ddMenu{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);min-width:200px;box-shadow:var(--shadow-lg);z-index:500;animation:TopBar-module__zyPKba__ddIn .18s var(--ease);padding:6px;position:absolute;top:calc(100% + 8px);right:0}html[data-theme=dark] .TopBar-module__zyPKba__ddMenu{border-color:#ffffff14}@keyframes TopBar-module__zyPKba__ddIn{0%{opacity:0;transform:translateY(-6px)scale(.96)}to{opacity:1;transform:none}}@keyframes TopBar-module__zyPKba__aboutDdIn{0%{opacity:0;transform:translate(-50%)translateY(-6px)scale(.96)}to{opacity:1;transform:translate(-50%)}}.TopBar-module__zyPKba__ddItem{border-radius:var(--r-sm);width:100%;color:var(--ink-soft);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;padding:9px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.TopBar-module__zyPKba__ddItem svg{flex-shrink:0;width:15px;height:15px}.TopBar-module__zyPKba__ddItem:hover{background:var(--bg-alt);color:var(--ink)}html[data-theme=dark] .TopBar-module__zyPKba__ddItem:hover{background:#ffffff0f}.TopBar-module__zyPKba__ddActive{color:var(--ink);background:linear-gradient(120deg,#ff579b1a,#9c6aff12);font-weight:600}.TopBar-module__zyPKba__ddDivider{background:var(--line);height:1px;margin:4px 8px}.TopBar-module__zyPKba__ddLogout{color:#ef4444}.TopBar-module__zyPKba__ddLogout:hover{color:#ef4444;background:#ef444414}.TopBar-module__zyPKba__notifMenu{border-radius:var(--r-lg);min-width:320px;max-width:360px;max-height:440px;padding:0;overflow-y:auto}.TopBar-module__zyPKba__notifHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}html[data-theme=dark] .TopBar-module__zyPKba__notifHeader{border-color:#ffffff12}.TopBar-module__zyPKba__notifTitle{font-family:var(--font-manrope), sans-serif;font-size:15px;font-weight:800}.TopBar-module__zyPKba__notifEmpty{text-align:center;color:var(--muted);padding:24px 16px;font-size:14px}.TopBar-module__zyPKba__notifItem{border-bottom:1px solid var(--line);align-items:flex-start;gap:10px;padding:12px 16px;transition:background .15s;display:flex}html[data-theme=dark] .TopBar-module__zyPKba__notifItem{border-color:#ffffff0d}.TopBar-module__zyPKba__notifItem:hover{background:var(--bg-alt)}html[data-theme=dark] .TopBar-module__zyPKba__notifItem:hover{background:#ffffff0a}.TopBar-module__zyPKba__notifItem:last-child{border-bottom:none}.TopBar-module__zyPKba__notifRead{opacity:.6}.TopBar-module__zyPKba__notifDot{background:var(--amber);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:5px}.TopBar-module__zyPKba__notifRead .TopBar-module__zyPKba__notifDot{background:var(--line-2)}.TopBar-module__zyPKba__notifItemTitle{color:var(--ink);margin-bottom:2px;font-size:13px;font-weight:600}.TopBar-module__zyPKba__notifItemBody{color:var(--muted);font-size:12px;line-height:1.4}.TopBar-module__zyPKba__profileMenu{min-width:220px}.TopBar-module__zyPKba__avatar{border-radius:var(--r-full);border:1px solid var(--line);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:5px 10px 5px 5px;transition:border-color .18s,background .18s;display:flex}.TopBar-module__zyPKba__avatar:hover,.TopBar-module__zyPKba__avatar.TopBar-module__zyPKba__open{border-color:var(--line-2);background:var(--bg-alt)}html[data-theme=dark] .TopBar-module__zyPKba__avatar:hover,html[data-theme=dark] .TopBar-module__zyPKba__avatar.TopBar-module__zyPKba__open{background:#ffffff0f}.TopBar-module__zyPKba__avatarImg{background:var(--spark);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:grid}.TopBar-module__zyPKba__avatarName{color:var(--ink);font-size:14px;font-weight:600}.TopBar-module__zyPKba__avatar svg{width:13px;height:13px;color:var(--muted);transition:transform .22s var(--ease)}.TopBar-module__zyPKba__avatar.TopBar-module__zyPKba__open svg{transform:rotate(180deg)}@media (max-width:500px){.TopBar-module__zyPKba__avatarName{display:none}}.TopBar-module__zyPKba__mobileLangRow{flex-wrap:wrap;gap:8px;padding:8px 14px 4px;display:flex}.TopBar-module__zyPKba__mobileLangBtn{border-radius:var(--r-full);color:var(--ink-soft);border:1px solid var(--line);cursor:pointer;background:0 0;padding:7px 14px;font-size:13px;font-weight:600}html[data-theme=dark] .TopBar-module__zyPKba__mobileLangBtn{border-color:#ffffff1a}.TopBar-module__zyPKba__mobileLangActive{color:var(--ink);border-color:var(--amber);background:#ff579b14}
@keyframes SparkWidget-module__R4EVba__aiwFloatBoy{0%,to{transform:translateY(0)rotate(.4deg)}50%{transform:translateY(-20px)rotate(-.4deg)}}@keyframes SparkWidget-module__R4EVba__aiwChoose{0%,88%,to{opacity:1}89%{opacity:0}90%{opacity:.15}91%{opacity:1}}@keyframes SparkWidget-module__R4EVba__aiwBubbleIn{0%{opacity:0;transform-origin:100% 100%;transform:scale(.88)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes SparkWidget-module__R4EVba__aiwFabIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes SparkWidget-module__R4EVba__aiwTyping{0%,80%,to{opacity:.3;transform:scale(.4)}40%{opacity:1;transform:scale(1)}}.SparkWidget-module__R4EVba__widget{z-index:9999;pointer-events:none;align-items:flex-end;gap:0;display:flex;position:fixed;bottom:60px;right:0}.SparkWidget-module__R4EVba__fab{pointer-events:auto;cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:0;padding:0 4px;transition:transform .2s;animation:.6s cubic-bezier(.34,1.56,.64,1) both SparkWidget-module__R4EVba__aiwFabIn;display:flex}.SparkWidget-module__R4EVba__fab:hover{transform:scale(1.04)}.SparkWidget-module__R4EVba__fabImgWrap{box-sizing:border-box;flex-shrink:0;width:130px;height:200px;padding:14px 0;animation:4.2s ease-in-out -2.1s infinite SparkWidget-module__R4EVba__aiwFloatBoy;position:relative}.SparkWidget-module__R4EVba__fabImgWrap img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.SparkWidget-module__R4EVba__fabActive .SparkWidget-module__R4EVba__fabImgWrap{filter:drop-shadow(0 0 18px #ff579b80)}.SparkWidget-module__R4EVba__fabChoose{font-family:var(--font-manrope), sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#ff579b,#9c6aff,#1db4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:11px;font-weight:800;animation:2.4s step-end infinite SparkWidget-module__R4EVba__aiwChoose}.SparkWidget-module__R4EVba__fabLabel{font-family:var(--font-manrope), sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#ff579b,#9c6aff,#1db4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:12px;font-weight:800}.SparkWidget-module__R4EVba__bubble{pointer-events:auto;color:#111;background:#fffffff7;border:2px solid #14141429;border-radius:24px;flex-direction:column;width:min(400px,100vw - 160px);max-height:min(560px,100vh - 80px);margin-bottom:30px;margin-right:0;animation:.35s cubic-bezier(.25,.8,.25,1) both SparkWidget-module__R4EVba__aiwBubbleIn;display:flex;position:relative;box-shadow:0 24px 72px #0000002e}.SparkWidget-module__R4EVba__bubble:after{content:"";border-top:13px solid #0000;border-left:22px solid #14141429;width:0;height:0;position:absolute;bottom:50px;right:-22px}.SparkWidget-module__R4EVba__bubble:before{content:"";z-index:1;border-top:11px solid #0000;border-left:18px solid #fffffff7;width:0;height:0;position:absolute;bottom:52px;right:-18px}.SparkWidget-module__R4EVba__bubbleTail{pointer-events:none;z-index:2;flex-direction:column-reverse;align-items:center;gap:4px;display:flex;position:absolute;bottom:22px;right:-44px}.SparkWidget-module__R4EVba__dot{background:#fffffff7;border:2px solid #14141429;border-radius:50%;flex-shrink:0}.SparkWidget-module__R4EVba__dot:first-child{width:13px;height:13px}.SparkWidget-module__R4EVba__dot:nth-child(2){width:8px;height:8px}.SparkWidget-module__R4EVba__dot:nth-child(3){width:5px;height:5px}.SparkWidget-module__R4EVba__bubbleDark{color:#ececec;background:#12121af7;border-color:#ffffff1a}.SparkWidget-module__R4EVba__bubbleDark:after{border-left-color:#ffffff1a}.SparkWidget-module__R4EVba__bubbleDark:before{border-left-color:#12121af7}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__dot{background:#12121af7;border-color:#ffffff1a}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__header{border-bottom-color:#ffffff12}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__hdrSub{color:#fff6}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__ctrl{color:#ffffff59;border-color:#ffffff14}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__ctrl:hover{color:#ececec}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__messages{scrollbar-color:#ffffff1a transparent}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__msgBot{background:#9c6aff24;border-color:#9c6aff4d}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__msgUser .SparkWidget-module__R4EVba__msgText{background:#ffffff12}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__msgText{color:#ececec}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__inputRow{border-top-color:#ffffff12}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__input{color:#ececec;background:#1e1e28e6;border-color:#ffffff1f}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__input::placeholder{color:#ffffff4d}.SparkWidget-module__R4EVba__bubbleDark .SparkWidget-module__R4EVba__input:focus{border-color:#9c6aff}.SparkWidget-module__R4EVba__header{border-bottom:1px solid #14141412;flex-shrink:0;align-items:center;gap:9px;padding:13px 16px 11px;display:flex}.SparkWidget-module__R4EVba__hdrAvatar{background:#f5f5f5;border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.SparkWidget-module__R4EVba__hdrAvatar img{object-fit:contain;object-position:top;width:100%;height:100%}.SparkWidget-module__R4EVba__hdrText{flex:1;min-width:0}.SparkWidget-module__R4EVba__hdrName{font-family:var(--font-manrope), sans-serif;background:linear-gradient(135deg,#ff579b,#9c6aff,#1db4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:15px;font-weight:800}.SparkWidget-module__R4EVba__hdrSub{letter-spacing:.07em;text-transform:uppercase;color:#14141473;font-size:10px;font-weight:600}.SparkWidget-module__R4EVba__hdrControls{flex-shrink:0;gap:5px;display:flex}.SparkWidget-module__R4EVba__ctrl{cursor:pointer;color:#14141473;background:0 0;border:1px solid #14141414;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .18s;display:flex}.SparkWidget-module__R4EVba__ctrl svg{width:15px;height:15px}.SparkWidget-module__R4EVba__ctrl:hover{opacity:1;color:#111;transform:scale(1.1)}.SparkWidget-module__R4EVba__ctrlVoiceOn{color:#1db4ff;opacity:1;background:#1db4ff1a;border-color:#1db4ff}.SparkWidget-module__R4EVba__ctrlClose:hover{color:#ff3232;background:#ff32321a;border-color:#ff32324d}.SparkWidget-module__R4EVba__messages{scrollbar-width:thin;flex-direction:column;flex:1;gap:9px;padding:13px 14px;display:flex;overflow-y:auto}.SparkWidget-module__R4EVba__msg{align-items:flex-end;gap:7px;display:flex}.SparkWidget-module__R4EVba__msgUser{flex-direction:row-reverse}.SparkWidget-module__R4EVba__msgAvatar{background:#f5f5f5;border-radius:50%;flex-shrink:0;width:24px;height:24px;overflow:hidden}.SparkWidget-module__R4EVba__msgAvatar img{object-fit:contain;object-position:top;width:100%;height:100%}.SparkWidget-module__R4EVba__msgText{color:#111;white-space:pre-wrap;word-break:break-word;border:1px solid #0000;border-radius:16px;max-width:80%;padding:8px 12px;font-size:13px;line-height:1.55}.SparkWidget-module__R4EVba__msgBot{background:#9c6aff14;border-color:#9c6aff33;border-radius:4px 16px 16px}.SparkWidget-module__R4EVba__msgUser .SparkWidget-module__R4EVba__msgText{background:#0000000d;border-radius:16px 16px 4px}.SparkWidget-module__R4EVba__typing{align-items:center;gap:5px;display:flex;padding:12px 15px!important}.SparkWidget-module__R4EVba__typing span{opacity:.4;background:#9c6aff;border-radius:50%;width:7px;height:7px}.SparkWidget-module__R4EVba__typing span:first-child{animation:1.2s ease-in-out infinite SparkWidget-module__R4EVba__aiwTyping}.SparkWidget-module__R4EVba__typing span:nth-child(2){animation:1.2s ease-in-out .2s infinite SparkWidget-module__R4EVba__aiwTyping}.SparkWidget-module__R4EVba__typing span:nth-child(3){animation:1.2s ease-in-out .4s infinite SparkWidget-module__R4EVba__aiwTyping}.SparkWidget-module__R4EVba__inputRow{border-top:1px solid #14141412;flex-shrink:0;align-items:flex-end;gap:7px;padding:9px 11px 11px;display:flex}.SparkWidget-module__R4EVba__input{resize:none;min-height:36px;max-height:90px;font:13px/1.4 var(--font-inter), sans-serif;color:#111;field-sizing:content;background:#fff;border:1.5px solid #1414141f;border-radius:16px;outline:none;flex:1;padding:7px 12px;transition:border-color .2s}.SparkWidget-module__R4EVba__input:focus{border-color:#9c6aff}.SparkWidget-module__R4EVba__input::placeholder{color:#14141459}.SparkWidget-module__R4EVba__sendBtn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff579b,#9c6aff,#1db4ff);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .18s,opacity .18s;display:flex;box-shadow:0 4px 14px #00000026}.SparkWidget-module__R4EVba__sendBtn svg{width:15px;height:15px}.SparkWidget-module__R4EVba__sendBtn:disabled{opacity:.3;cursor:default}.SparkWidget-module__R4EVba__sendBtn:not(:disabled):hover{transform:scale(1.1)}@media (max-width:640px){.SparkWidget-module__R4EVba__fabImgWrap{width:90px;height:140px;padding:10px 0}.SparkWidget-module__R4EVba__bubble{width:calc(100vw - 110px)}.SparkWidget-module__R4EVba__widget{bottom:20px}}
.layout-module__TTENja__shell{flex-direction:column;min-height:100dvh;display:flex}.layout-module__TTENja__content{padding-top:var(--topbar-h);flex:1;display:block}.layout-module__TTENja__authGate{min-height:100dvh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:14px;font-size:14px;display:flex}.layout-module__TTENja__authSpinner{border:3px solid var(--line);border-top-color:var(--amber,#ff579b);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite layout-module__TTENja__authSpin}@keyframes layout-module__TTENja__authSpin{to{transform:rotate(360deg)}}
