@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap";:root{--bg: #050509;--panel: #0b0f1a;--panel-2: #111827;--panel-3: #0f172a;--border: #1f2937;--text: #e5e7eb;--muted: #9ca3af;--accent: #3b82f6;--accent-2: #1d4ed8;--danger: #ef4444}body{font-family:Space Grotesk,IBM Plex Sans,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}h1,h2,h3{margin:0 0 12px;font-weight:600}p{margin:0}.app-shell{display:flex;height:100dvh;min-height:100dvh;overflow:hidden;background:var(--bg)}.app-shell--chat{display:block}.main-area{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;height:100dvh;overflow-x:hidden;overflow-y:auto}.main-area--chat{min-height:0;height:100dvh;overflow:hidden}@media(max-width:900px){.app-shell{flex-direction:column}.app-shell--chat{flex-direction:initial}}.app-sidebar{width:260px;flex-shrink:0;padding:24px 18px;background:#070b13;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:28px}.app-sidebar__brand{display:flex;align-items:center;gap:12px}.app-sidebar__title{font-size:18px;font-weight:600;letter-spacing:-.02em}.app-sidebar__nav{display:grid;gap:8px}.app-sidebar__link,.app-sidebar__support-link{display:flex;align-items:center;min-height:44px;padding:0 14px;border-radius:14px;background:#ffffff08;color:var(--text);border:1px solid rgba(255,255,255,.06);transition:background .16s ease,border-color .16s ease}.app-sidebar__link:hover,.app-sidebar__support-link:hover{background:#ffffff0d;border-color:#ffffff1f}.app-sidebar__link.is-active{background:#3b82f624;border-color:#60a5fa3d}.app-sidebar__footer{margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.btn{border:1px solid var(--border);background:transparent;color:var(--text);padding:10px 14px;border-radius:10px;font-size:14px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.btn-full{width:100%;text-align:left}.btn-primary{background:var(--accent);border-color:var(--accent);color:#f9fafb}.btn-primary:hover{background:var(--accent-2)}.btn-ghost{background:var(--panel)}.btn-ghost:hover{border-color:var(--accent)}.btn-link{background:transparent;border:1px solid transparent;color:var(--muted)}.btn-link:hover{color:var(--text)}.btn-secondary{background:var(--panel-2)}.btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:900px){.app-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border)}}.chat-page{display:flex;flex-direction:column;flex:1;min-height:0}.top-bar{height:56px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#060606}.top-bar-title{font-size:16px;font-weight:600}.top-bar-badge{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.chat-content{flex:1;overflow-y:auto;padding:24px;background:var(--bg)}.message-list{display:flex;flex-direction:column;gap:16px}.message-row{display:flex;width:100%}.message-row-user{justify-content:flex-end}.message-row-ai{justify-content:flex-start}.message-bubble{max-width:min(640px,90%);padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:var(--panel)}.message-user{background:var(--panel-2)}.message-ai{background:var(--panel-3)}.message-text{font-size:14px;line-height:1.5}.message-time{display:inline-block;margin-top:8px;font-size:11px;color:var(--muted)}.chat-input-wrapper{border-top:1px solid var(--border);background:#060606;padding:16px 24px}.chat-input{display:flex;gap:12px;align-items:flex-end}.chat-textarea{flex:1;min-height:48px;max-height:160px;resize:vertical;background:var(--panel);border:1px solid var(--border);border-radius:12px;color:var(--text);padding:12px 14px;font-size:14px}.chat-textarea:focus{outline:none;border-color:var(--accent)}@media(max-width:900px){.chat-page{min-height:auto}}:root{--shell-bg: #04060c;--shell-text: rgba(255, 255, 255, .94);--shell-muted: rgba(215, 220, 240, .62);--shell-muted-strong: rgba(228, 232, 245, .84);--shell-border: rgba(255, 255, 255, .12);--shell-border-strong: rgba(169, 132, 255, .2);--shell-overlay: rgba(6, 8, 16, .46);--shell-sidebar: rgba(8, 10, 20, .46);--shell-sidebar-deep: rgba(7, 9, 18, .56);--shell-card: rgba(10, 12, 24, .32);--shell-card-deep: rgba(10, 12, 24, .4);--shell-composer: rgba(12, 14, 28, .36);--shell-pill: rgba(10, 12, 24, .24);--shell-pill-hover: rgba(18, 21, 38, .34);--shell-shadow: 0 18px 56px rgba(0, 0, 0, .2);--shell-shadow-soft: 0 10px 32px rgba(0, 0, 0, .16);--shell-glow: 0 0 0 1px rgba(255, 255, 255, .03), 0 12px 34px rgba(76, 29, 149, .06);--shell-accent: #8b5cf6;--shell-accent-2: #6366f1;--shell-accent-3: #a78bfa;--shell-scroll-track: rgba(255, 255, 255, .04);--shell-scroll-thumb: rgba(255, 255, 255, .18);--shell-scroll-thumb-hover: rgba(255, 255, 255, .28);--shell-blur-bg: 17px;--shell-blur-surface: 20px}@supports (backdrop-filter: blur(1px)){.chat-sidebar,.chat-topbar,.chat-composer,.chat-empty-state__suggestion,.chat-sidebar__footer,.chat-message__body,.auth-modal__card{-webkit-backdrop-filter:blur(var(--shell-blur-surface)) saturate(125%);backdrop-filter:blur(var(--shell-blur-surface)) saturate(125%)}}.chat-sidebar__history,.chat-shell__content{scrollbar-width:thin;scrollbar-color:var(--shell-scroll-thumb) var(--shell-scroll-track)}.chat-sidebar__history::-webkit-scrollbar,.chat-shell__content::-webkit-scrollbar{width:10px}.chat-sidebar__history::-webkit-scrollbar-track,.chat-shell__content::-webkit-scrollbar-track{background:transparent}.chat-sidebar__history::-webkit-scrollbar-thumb,.chat-shell__content::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:var(--shell-scroll-thumb);background-clip:padding-box}.chat-sidebar__history:hover::-webkit-scrollbar-thumb,.chat-shell__content:hover::-webkit-scrollbar-thumb{background:var(--shell-scroll-thumb-hover);background-clip:padding-box}.chat-shell{position:relative;display:flex;height:100dvh;min-height:100dvh;padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));overflow:hidden;background:var(--shell-bg);color:var(--shell-text);isolation:isolate}.chat-shell:before,.chat-shell:after{content:"";position:fixed;inset:0;pointer-events:none}.chat-shell:before{z-index:-2;background:url(/assets/flag-BeogkP3J.jpeg) center center / cover no-repeat;transform:scale(1.08);filter:blur(var(--shell-blur-bg)) saturate(.78) brightness(.58)}.chat-shell:after{z-index:-1;background:linear-gradient(180deg,#080a1057,#06081094),radial-gradient(circle at 18% 20%,rgba(99,102,241,.09),transparent 26%),radial-gradient(circle at 78% 16%,rgba(139,92,246,.08),transparent 22%),var(--shell-overlay)}.chat-sidebar,.chat-shell__main{position:relative;z-index:1}.chat-sidebar{width:292px;flex-shrink:0;display:flex;flex-direction:column;gap:18px;min-height:0;padding:18px 12px 14px;border-radius:24px;background:#080a1280;transition:width .24s ease,transform .24s ease,opacity .24s ease;overflow:hidden}.chat-sidebar.is-collapsed{width:98px}.chat-sidebar.is-collapsed .chat-sidebar__brand-copy,.chat-sidebar.is-collapsed .chat-sidebar__new-chat span:last-child,.chat-sidebar.is-collapsed .chat-sidebar__history,.chat-sidebar.is-collapsed .chat-sidebar__group-label,.chat-sidebar.is-collapsed .chat-sidebar__item-title,.chat-sidebar.is-collapsed .chat-sidebar__item-actions,.chat-sidebar.is-collapsed .chat-sidebar__account-copy,.chat-sidebar.is-collapsed .chat-sidebar__auth-button{display:none}.chat-sidebar.is-collapsed .chat-sidebar__new-chat{justify-content:center;padding-inline:0}.chat-sidebar.is-collapsed .chat-sidebar__item{justify-content:center}.chat-sidebar.is-collapsed .chat-sidebar__account{grid-template-columns:1fr;justify-items:center;padding:10px}.chat-sidebar.is-collapsed .chat-sidebar__auth-row{grid-template-columns:36px;justify-content:center}.chat-sidebar__header,.chat-sidebar__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}.chat-sidebar__brand{display:flex;align-items:center;gap:12px;min-width:0;padding:0 6px}.chat-sidebar__logo,.app-sidebar__logo{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#f8fafc;font-weight:700;background:#ffffff1a}.chat-sidebar__eyebrow,.app-sidebar__eyebrow{display:block;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-muted)}.chat-sidebar__brand-copy strong{display:block;font-size:16px;letter-spacing:0}.chat-sidebar__mobile-close{display:none;width:42px;height:42px;border-radius:999px;border:1px solid var(--shell-border);background:#0a0c1833;color:var(--shell-text);cursor:pointer}.chat-sidebar__new-chat{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-height:42px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#f5f7ff;font-size:14px;font-weight:600;cursor:pointer}.chat-sidebar__new-chat:hover{background:#ffffff12}.chat-sidebar__history{flex:1;width:100%;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:0;overscroll-behavior:contain}.chat-sidebar__group{margin-bottom:22px}.chat-sidebar__group-label{margin-bottom:10px;padding:0 12px;font-size:12px;font-weight:650;letter-spacing:0;text-transform:uppercase;color:#d7dcf085}.chat-sidebar__group-items{display:grid;gap:4px;width:100%}.chat-sidebar__item{display:flex;align-items:center;width:100%;min-width:0;gap:4px;padding:0;border:0;border-radius:10px;background:transparent;color:var(--shell-text);text-align:left;position:relative}.chat-sidebar__item-main{min-width:0;flex:1;display:flex;align-items:center;width:100%;min-height:36px;padding:0 34px 0 12px;border:0;border-radius:10px;background:transparent;color:inherit;text-align:left;cursor:pointer}.chat-sidebar__item:hover{background:#ffffff0f}.chat-sidebar__item.is-active{background:#ffffff1a}.chat-sidebar__item-title{display:block;width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:450;letter-spacing:0}.chat-sidebar__item-actions{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:2px;opacity:0;transition:opacity .18s ease;pointer-events:none}.chat-sidebar__item:hover .chat-sidebar__item-actions,.chat-sidebar__item.is-active .chat-sidebar__item-actions{opacity:1;pointer-events:auto}.chat-sidebar__item-action{width:24px;height:24px;border:0;border-radius:8px;display:grid;place-items:center;background:transparent;color:var(--shell-muted-strong);font-size:13px;cursor:pointer}.chat-sidebar__item-action:hover{background:#ffffff14}.chat-sidebar__footer{align-items:stretch;flex-direction:column;padding:8px 0 0;border-top:1px solid rgba(255,255,255,.07);background:transparent}.chat-sidebar__auth-button,.chat-sidebar__account-menu-link{width:100%;min-height:40px;display:flex;align-items:center;padding:0 12px;border-radius:10px;border:0;background:transparent;color:var(--shell-text);font-size:14px;text-align:left;cursor:pointer}.chat-sidebar__account{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;gap:10px;align-items:center;padding:8px;margin-bottom:0;border-radius:12px;background:transparent}.chat-sidebar__account.is-loading{opacity:.86}.chat-sidebar__account-avatar{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;background:#ffffff1a;color:#f8fafc;font-size:13px;font-weight:700;overflow:hidden}.chat-sidebar__account-avatar--image{object-fit:cover}.chat-sidebar__account-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.chat-sidebar__account-copy strong,.chat-sidebar__account-copy span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-sidebar__account-copy strong{font-size:13px;font-weight:600}.chat-sidebar__account-copy span{color:var(--shell-muted);font-size:12px}.chat-sidebar__account-menu{position:relative;align-self:center}.chat-sidebar__account-menu summary{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:var(--shell-text);cursor:pointer;list-style:none;letter-spacing:0}.chat-sidebar__account-menu summary::-webkit-details-marker{display:none}.chat-sidebar__account-menu-panel{position:absolute;right:0;bottom:calc(100% + 8px);z-index:4;width:176px;display:grid;gap:2px;padding:6px;border:0;border-radius:12px;background:#0e111cfa;box-shadow:0 12px 28px #00000038}.chat-sidebar__account-menu-link{min-height:42px;text-decoration:none}.chat-sidebar__auth-button{cursor:pointer}.chat-sidebar__auth-row{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:8px;margin-bottom:0;padding:0 4px}.chat-sidebar__auth-button:hover,.chat-sidebar__account-menu summary:hover,.chat-sidebar__account-menu-link:hover{background:#ffffff12}.chat-sidebar-backdrop{position:fixed;inset:0;background:#02060c47;opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:20;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.chat-sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}.chat-shell__main{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0;height:100%;margin-left:18px;overflow:hidden}.chat-topbar{height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding:0 18px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#0a0c1824;box-shadow:0 8px 24px #0000001a;flex-shrink:0}.chat-topbar__left{display:flex;align-items:center;gap:12px;min-width:0}.chat-topbar__mobile-toggle,.chat-topbar__desktop-toggle{width:44px;height:44px;border:1px solid var(--shell-border);border-radius:999px;background:var(--shell-pill);color:var(--shell-text);cursor:pointer}.chat-topbar__mobile-toggle:hover,.chat-topbar__desktop-toggle:hover{background:var(--shell-pill-hover)}.chat-topbar__mobile-toggle{display:none}.chat-topbar__title-block{min-width:0}.chat-topbar__title,.chat-topbar__subtitle{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-topbar__title{font-size:16px;font-weight:600;letter-spacing:-.02em}.chat-topbar__subtitle,.chat-topbar__badge{font-size:12px;color:var(--shell-muted)}.chat-topbar__badge{padding:10px 14px;border-radius:999px;border:1px solid var(--shell-border);background:var(--shell-pill)}.chat-shell__content{flex:1;min-height:0;overflow-y:auto;padding:12px 8px 0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.chat-empty-state{min-height:100%;display:grid;place-items:center}.chat-empty-state__panel{width:min(980px,100%);display:grid;grid-template-columns:210px minmax(0,1fr);align-items:center;gap:30px;padding:clamp(18px,3vw,30px);background:transparent}.chat-empty-state__orb{position:relative;display:grid;place-items:center;width:184px;height:184px;border-radius:999px;margin:0 auto;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.34),transparent 26%),radial-gradient(circle at 50% 50%,rgba(167,139,250,.28),rgba(76,29,149,.1) 44%,transparent 72%);box-shadow:0 0 0 1px #ffffff0d,0 20px 64px #6366f124,inset 0 1px 24px #ffffff12}.chat-empty-state__orb span{width:102px;height:102px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.42),rgba(196,181,253,.12) 54%,transparent 72%);filter:blur(2px)}.chat-empty-state__content h1{max-width:560px;margin-bottom:16px;font-size:clamp(38px,6vw,62px);line-height:.96;letter-spacing:-.06em}.chat-empty-state__eyebrow{margin-bottom:16px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#d8b4fec2}.chat-empty-state__content p{max-width:700px;color:var(--shell-muted-strong);font-size:16px;line-height:1.72}.chat-empty-state__suggestions{margin-top:28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.chat-empty-state__suggestion{min-height:96px;padding:16px 18px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;border-radius:20px;border:1px solid var(--shell-border);background:linear-gradient(180deg,#0b0e1942,#070a125c),var(--shell-card);color:var(--shell-text);text-align:left;font-size:14px;line-height:1.55;cursor:pointer;box-shadow:var(--shell-shadow-soft)}.chat-empty-state__suggestion:hover{transform:translateY(-2px);border-color:var(--shell-border-strong);box-shadow:var(--shell-glow)}.chat-empty-state__suggestion-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--shell-muted)}.chat-transcript{width:min(860px,100%);min-width:0;max-width:100%;margin:0 auto;display:grid;gap:20px;padding:18px 0 24px;box-sizing:border-box}.chat-transcript--skeleton{opacity:.94}.chat-message{display:grid;gap:8px;min-width:0;max-width:100%;box-sizing:border-box}.chat-message--assistant{justify-items:start}.chat-message--user{justify-items:end}.chat-message__meta{display:flex;align-items:center;gap:8px;justify-content:space-between;min-width:0;max-width:100%}.chat-message__author{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:#d7dcf08f}.chat-message__actions,.chat-message__error-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.chat-message__retry,.ai-markdown__code-header button{min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:var(--shell-pill);color:var(--shell-muted-strong);font-size:12px;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.chat-message__retry:hover,.ai-markdown__code-header button:hover{background:var(--shell-pill-hover);border-color:#ffffff24}.chat-message__actions{width:min(720px,100%);max-width:min(820px,calc(100vw - 32px));margin-top:-2px;opacity:.68;transition:opacity .18s ease}.chat-message:hover .chat-message__actions,.chat-message__actions:focus-within{opacity:1}.chat-message--user .chat-message__actions{width:fit-content;max-width:min(760px,calc(100vw - 32px));justify-content:flex-end}.chat-message__action{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;color:var(--shell-muted-strong);font-size:15px;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease,opacity .18s ease}.chat-message__action:hover{background:#ffffff12;color:#eef2ff}.chat-message__action-text{width:max-content;padding:0 6px;color:var(--shell-muted-strong);font-size:12px}.chat-message__body{width:min(720px,100%);max-width:min(820px,calc(100vw - 32px));min-width:0;padding:18px 20px;border-radius:24px;border:1px solid var(--shell-border);background:linear-gradient(180deg,#0c101c3d,#080b1257),var(--shell-card);box-shadow:var(--shell-shadow-soft);box-sizing:border-box;overflow:hidden;overflow-wrap:anywhere;word-break:normal}.chat-message__body>*{min-width:0;max-width:100%}.chat-message--assistant .chat-message__body{width:100%}.chat-message--assistant .chat-message__body--loading{width:fit-content;max-width:min(720px,calc(100vw - 32px));padding:4px 0;border:0;border-radius:0;background:transparent;box-shadow:none}.chat-message--user .chat-message__body{width:fit-content;max-width:min(760px,calc(100vw - 32px));background:linear-gradient(180deg,#171c2d47,#0a0d1661),var(--shell-card-deep);border-color:#a984ff29;overflow-wrap:anywhere;word-break:normal}.chat-message__body p+p{margin-top:12px}.chat-message__body p{color:#eef2ff;font-size:15px;line-height:1.72}.chat-message__body--skeleton{display:grid;gap:10px}.chat-skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#ffffff14,#ffffff2e,#ffffff14);background-size:200% 100%;animation:chatShimmer 1.6s linear infinite}.chat-skeleton-line--long{width:86%}.chat-skeleton-line--short{width:48%}.chat-message__error p{color:#fee2e2eb}.chat-message__error{display:grid;gap:10px}.chat-message__error-caption{color:var(--shell-muted);font-size:13px;line-height:1.6}.chat-message__retry:disabled,.chat-composer__send:disabled,.chat-composer__input:disabled,.chat-composer__chip:disabled{opacity:.7;cursor:not-allowed}.chat-message__body--typing{display:flex;align-items:center;gap:6px}.chat-message__body--typing span{width:8px;height:8px;border-radius:999px;background:#d8b4fed1;animation:chatTyping 1s infinite ease-in-out}.chat-message__body--typing span:nth-child(2){animation-delay:.16s}.chat-message__body--typing span:nth-child(3){animation-delay:.32s}.chat-message__streaming{display:inline-flex;align-items:center;gap:8px;color:var(--shell-muted-strong);font-size:14px;line-height:1.55}.chat-message__streaming-dot{width:7px;height:7px;border-radius:999px;background:#d8b4feb8;animation:chatCursor 1.1s ease-in-out infinite;flex:0 0 auto}.ai-markdown{width:100%;min-width:0;max-width:100%;font-size:16px;line-height:1.7;color:#e8edf8;overflow-wrap:anywhere;word-break:normal}.ai-markdown,.ai-markdown *,.ai-markdown *:before,.ai-markdown *:after{box-sizing:border-box}.ai-markdown *{min-width:0;max-width:100%}.ai-markdown>:first-child{margin-top:0}.ai-markdown>:last-child{margin-bottom:0}.ai-markdown h1,.ai-markdown h2,.ai-markdown h3,.ai-markdown h4{max-width:100%;color:#f4f7ff;line-height:1.4;letter-spacing:0;overflow-wrap:anywhere;word-break:normal}.ai-markdown h1{margin:1.4rem 0 .65rem;font-size:1.28rem;font-weight:700;line-height:1.35}.ai-markdown h2{margin:1.25rem 0 .55rem;font-size:1.16rem;font-weight:680;line-height:1.4}.ai-markdown h3{margin:1rem 0 .45rem;font-size:1.04rem;font-weight:650;line-height:1.45}.ai-markdown h4{margin:.9rem 0 .35rem;font-size:1rem;font-weight:640;line-height:1.45}.ai-markdown p,.ai-markdown li,.ai-markdown blockquote{min-width:0;max-width:100%;color:#e8edf8;font-size:1rem;line-height:1.7;overflow-wrap:anywhere;word-break:normal}.ai-markdown p{margin:.65rem 0}.ai-markdown ul,.ai-markdown ol{display:block;max-width:100%;margin:.7rem 0;padding-left:1.35rem;overflow-wrap:anywhere}.ai-markdown li{margin:.35rem 0;padding-left:.12rem;display:list-item}.ai-markdown strong{color:#f2f5fb;font-size:inherit;font-weight:620;overflow-wrap:anywhere}.ai-markdown em{color:#e9ddff;overflow-wrap:anywhere}.ai-markdown a{max-width:100%;color:#d8b4fe;text-decoration:none;overflow-wrap:anywhere;word-break:break-word}.ai-markdown a:hover{text-decoration:underline}.ai-markdown code{max-width:100%;padding:.12rem .42rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#080a126b;color:#f5d0fe;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em;white-space:break-spaces;overflow-wrap:anywhere}.ai-markdown blockquote{max-width:100%;margin:.85rem 0;padding:12px 14px;border:1px solid rgba(125,211,252,.16);border-left:3px solid rgba(125,211,252,.45);border-radius:12px;background:#0ea5e914;color:var(--shell-muted-strong)}.ai-markdown__quote,.ai-markdown__note,.ai-markdown__legal-quote{max-width:100%}.ai-markdown__quote p,.ai-markdown__note p,.ai-markdown__legal-quote p{margin:.35rem 0}.ai-markdown__note{border-color:#fbbf2438;border-left-color:#fbbf24ad;background:#fbbf2414}.ai-markdown__legal-quote{border-color:#94a3b833;border-left-color:#cbd5e1a8;background:#0f172a6b;color:#dbe4f0}.ai-markdown__legal-quote:before{content:"Выдержка из источника";display:block;margin-bottom:6px;color:#cbd5e1b8;font-size:11px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.ai-markdown hr{width:100%;height:1px;margin:1rem 0;border:0;background:#ffffff1f}.ai-markdown__callout,.ai-markdown__warning{max-width:100%;margin:.85rem 0;padding:12px 14px;border:1px solid rgba(251,191,36,.26);border-left:3px solid rgba(251,191,36,.72);border-radius:12px;background:#fbbf2417}.ai-markdown__summary-heading{padding:10px 12px;border:1px solid rgba(125,211,252,.18);border-radius:14px;background:#0ea5e914;color:#e6f6ff}.ai-markdown__numbered-heading{display:block;margin-top:1rem;color:#edf3ff;font-size:1.02rem;font-weight:640;overflow-wrap:anywhere;word-break:normal}.ai-markdown__citation{display:inline-flex;align-items:center;max-width:100%;margin:0 2px;padding:2px 7px;border:1px solid rgba(125,211,252,.28);border-radius:999px;background:#0ea5e91f;color:#bae6fd;font-size:12px;line-height:1.35;vertical-align:baseline;white-space:normal;overflow-wrap:anywhere}.ai-markdown__sources-heading{padding-top:4px;border-top:1px solid rgba(255,255,255,.1)}.ai-markdown__source-list,.ai-markdown__sources-panel ol{padding-left:0;list-style:none}.ai-markdown__source-line,.ai-markdown__source-list li{padding:11px 12px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#06081047;color:var(--shell-muted-strong)}.ai-markdown__sources-panel{display:grid;gap:10px;min-width:0;max-width:100%;margin-top:1rem;padding-top:4px}.ai-markdown__sources-panel h3{margin:0;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);font-size:1rem;font-weight:680}.ai-markdown__source-card{display:grid;gap:7px;min-width:0;max-width:100%;padding:12px;border:1px solid rgba(125,211,252,.16);border-radius:14px;background:#06081057}.ai-markdown__source-card div{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0;max-width:100%}.ai-markdown__source-card strong{min-width:0;font-weight:620;overflow-wrap:anywhere}.ai-markdown__source-card a{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word;font-size:13px}.ai-markdown__source-meta{display:flex;flex-wrap:wrap;gap:6px;min-width:0;color:var(--shell-muted);font-size:12px;overflow-wrap:anywhere}.ai-markdown__source-meta span{width:fit-content;max-width:100%;padding:2px 7px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff0a;color:var(--shell-muted-strong);overflow-wrap:anywhere}.ai-markdown__sources-more{margin:0;color:var(--shell-muted);font-size:13px}.sources-button{display:inline-flex;align-items:center;width:fit-content;min-height:32px;margin-top:10px;padding:0 11px;border:0;border-radius:9px;background:#ffffff12;color:var(--shell-muted-strong);font:inherit;font-size:13px;font-weight:600;cursor:pointer}.sources-button:hover{background:#ffffff1c;color:var(--shell-text)}.sources-drawer-backdrop{position:fixed;inset:0;z-index:80;display:flex;justify-content:flex-end;background:#0000005c}.sources-drawer{display:flex;flex-direction:column;width:min(420px,calc(100vw - 28px));max-width:100%;min-height:100%;background:#0c0f1af7;color:var(--shell-text);box-shadow:-18px 0 42px #00000047}.sources-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 20px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.sources-drawer__header h2{margin:0;font-size:18px;font-weight:680}.sources-drawer__header p{margin:4px 0 0;color:var(--shell-muted);font-size:13px}.sources-drawer__close{display:grid;place-items:center;width:32px;height:32px;flex:0 0 auto;border:0;border-radius:9px;background:transparent;color:var(--shell-muted-strong);font-size:24px;line-height:1;cursor:pointer}.sources-drawer__close:hover{background:#ffffff14;color:var(--shell-text)}.sources-drawer__body{display:grid;gap:12px;min-width:0;padding:14px;overflow-y:auto}.sources-drawer__card{display:grid;gap:10px;min-width:0;padding:14px;border-radius:12px;background:#ffffff0e}.sources-drawer__card-header{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;min-width:0}.sources-drawer__index{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#7dd3fc24;color:#bae6fd;font-size:12px;font-weight:700}.sources-drawer__card h3{margin:0;font-size:14px;font-weight:650;line-height:1.35;overflow-wrap:anywhere}.sources-drawer__card-header p,.sources-drawer__source-id{margin:3px 0 0;color:var(--shell-muted);font-size:12px;overflow-wrap:anywhere}.sources-drawer__badges{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.sources-drawer__badge{max-width:100%;padding:3px 8px;border-radius:999px;background:#ffffff12;color:var(--shell-muted-strong);font-size:11px;font-weight:650;line-height:1.3;overflow-wrap:anywhere}.sources-drawer__badge--official,.sources-drawer__badge--high{background:#22c55e24;color:#bbf7d0}.sources-drawer__badge--medium{background:#facc1521;color:#fde68a}.sources-drawer__badge--low{background:#f8717121;color:#fecaca}.sources-drawer__snippet{display:-webkit-box;margin:0;color:var(--shell-muted-strong);font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.sources-drawer__link{width:fit-content;max-width:100%;color:#bfdbfe;font-size:13px;font-weight:650;overflow-wrap:anywhere}.research-activity{display:grid;gap:10px;min-width:0;max-width:100%;margin-top:.9rem;color:var(--shell-muted-strong);overflow-wrap:anywhere}.research-activity--compact{display:inline-flex;align-items:center;gap:8px;margin-top:0;color:var(--shell-muted);font-size:13px;line-height:1.5}.research-activity__toggle{width:fit-content;max-width:100%;min-width:0;display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff09;color:var(--shell-muted-strong);font:inherit;font-size:13px;cursor:pointer;overflow-wrap:anywhere}.research-activity__toggle:hover{border-color:#d8b4fe3d;background:#d8b4fe12;color:#eef2ff}.research-activity__timeline{display:grid;gap:10px;min-width:0;max-width:100%;margin:0;padding:10px 0 0;list-style:none}.research-activity__item{display:grid;grid-template-columns:12px minmax(0,1fr);gap:10px;min-width:0;max-width:100%;margin:0;padding:0}.research-activity__dot{width:8px;height:8px;margin-top:.55em;border-radius:999px;background:#94a3b8b3;box-shadow:0 0 0 4px #94a3b814;flex:0 0 auto}.research-activity__dot--running{background:#7dd3fce6;box-shadow:0 0 0 4px #7dd3fc1a}.research-activity__dot--warning,.research-activity__dot--error{background:#fbbf24e6;box-shadow:0 0 0 4px #fbbf241a}.research-activity__content{min-width:0;max-width:100%;padding:10px 11px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#06081042}.research-activity__header{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.research-activity__label{min-width:0;color:#e9edf7;font-size:13px;font-weight:620;overflow-wrap:anywhere}.research-activity__detail{margin:5px 0 0;color:var(--shell-muted);font-size:13px;line-height:1.55}.research-activity__domains{display:flex;flex-wrap:wrap;gap:6px;min-width:0;margin-top:8px}.research-activity__domains span,.research-activity__status{width:fit-content;max-width:100%;padding:2px 7px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff0b;color:var(--shell-muted-strong);font-size:11px;line-height:1.4;overflow-wrap:anywhere}.research-activity__status--running{border-color:#7dd3fc38;background:#0ea5e917;color:#bae6fd}.research-activity__status--warning,.research-activity__status--error{border-color:#fbbf2433;background:#fbbf2414;color:#fde68a}.ai-markdown__code-block{max-width:100%;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#06081080}.ai-markdown__code-header{min-height:42px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff0a;min-width:0}.ai-markdown__code-header span{min-width:0;font-size:12px;color:var(--shell-muted);letter-spacing:.08em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-markdown__code-block pre{max-width:100%;margin:0;padding:16px;overflow-x:auto}.ai-markdown__code-block pre code{padding:0;border:0;background:transparent;color:#dbe7ff;white-space:pre;font-size:13px;line-height:1.7}.ai-document-preview{display:grid;gap:10px;width:100%;max-width:100%;min-width:0;margin:.9rem 0;box-sizing:border-box;overflow-wrap:anywhere}.ai-document-preview__toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;max-width:100%;padding:9px 10px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#06081057;box-sizing:border-box}.ai-document-preview__toolbar span{min-width:0;color:var(--shell-muted);font-size:12px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-document-preview__toolbar button{flex-shrink:0;min-height:34px;padding:0 12px;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#f8fafceb;color:#111827;font-size:12px;font-weight:650;cursor:pointer}.ai-document-preview__page{width:min(100%,680px);max-width:100%;min-width:0;margin:0 auto;padding:clamp(24px,5vw,46px);border:1px solid rgba(15,23,42,.08);border-radius:10px;background:linear-gradient(180deg,#fffdf8,#f8fafc);box-shadow:0 18px 50px #0000002e;color:#111827;font-family:Georgia,Times New Roman,serif;font-size:clamp(13.5px,2.8vw,15.5px);line-height:1.62;box-sizing:border-box;overflow-wrap:anywhere;word-break:normal}.ai-document-preview__page p{min-width:0;max-width:100%;margin:0 0 .45rem;color:#111827;font:inherit;line-height:inherit;white-space:pre-wrap;overflow-wrap:anywhere}.ai-document-preview__title{margin:1.1rem 0 1rem;text-align:center;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(17px,4vw,22px);font-weight:760;letter-spacing:.08em;text-transform:uppercase}.ai-document-preview mark{padding:1px 5px;border:1px solid rgba(14,165,233,.24);border-radius:7px;background:#0ea5e91a;color:#075985}.ai-markdown__table-wrap{display:block;max-width:100%;min-width:0;margin:.9rem 0;overflow-x:auto;overflow-y:hidden;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#06081047;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.ai-markdown table{width:max-content;min-width:100%;max-width:none;border-collapse:collapse;margin:0;table-layout:auto}.ai-markdown th,.ai-markdown td{min-width:136px;max-width:320px;padding:12px 14px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top;overflow-wrap:anywhere;word-break:normal}.ai-markdown th{background:#ffffff0b;color:#fff;font-size:13px;font-weight:650}.ai-markdown td{color:var(--shell-muted-strong);font-size:14px}.ai-markdown tr:last-child td{border-bottom:0}.structured-blocks{display:grid;gap:12px;max-width:100%;min-width:0;margin:.9rem 0}.structured-table,.table-block{display:block;max-width:100%;min-width:0}.structured-table__title{margin:0 0 8px;color:#f8fafc;font-size:15px;font-weight:650;line-height:1.35}.structured-table__scroll,.table-block__scroll{max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0608104d;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.structured-table__table,.table-block__table{width:max-content;min-width:100%;max-width:none;margin:0;border-collapse:collapse;table-layout:auto}.structured-table__table th,.structured-table__table td,.table-block__table th,.table-block__table td{min-width:136px;max-width:320px;padding:11px 13px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;vertical-align:top;overflow-wrap:anywhere;word-break:normal}.structured-table__table th,.table-block__table th{background:#ffffff0e;color:#f8fafc;font-size:13px;font-weight:650;line-height:1.4}.structured-table__table td,.table-block__table td{color:var(--shell-muted-strong);font-size:13.5px;line-height:1.5}.structured-table__table tr:last-child td,.table-block__table tr:last-child td{border-bottom:0}.structured-table__caption{margin:8px 0 0;color:var(--shell-muted);font-size:12.5px;line-height:1.45}.structured-callout{max-width:100%;min-width:0;padding:12px 13px;border-radius:14px;border-left:3px solid rgba(125,211,252,.62);background:#7dd3fc14;color:var(--shell-muted-strong);overflow-wrap:anywhere}.structured-callout--warning{border-left-color:#fbbf24c7;background:#fbbf2414}.structured-callout--success{border-left-color:#22c55eb8;background:#22c55e14}.structured-callout--danger{border-left-color:#f87171c7;background:#f8717114}.structured-callout__title{margin:0 0 5px;color:#f8fafc;font-size:13.5px;font-weight:700;line-height:1.35}.structured-callout__content{margin:0;color:var(--shell-muted-strong);font-size:13.5px;line-height:1.5}.table-block__fallback{max-width:100%;margin:.9rem 0;padding:13px;overflow-x:auto;border:1px solid rgba(251,191,36,.18);border-radius:14px;background:#fbbf2412;color:var(--shell-muted-strong);font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.chat-shell__composer{position:relative;padding:12px 0 0;flex-shrink:0;padding-bottom:max(8px,env(safe-area-inset-bottom))}.chat-composer{width:min(860px,100%);margin:0 auto 8px;display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:28px;border:1px solid var(--shell-border);background:linear-gradient(180deg,#0f121f3d,#0a0c1861),var(--shell-composer);box-shadow:var(--shell-shadow)}.chat-composer:focus-within{border-color:#a984ff3d;box-shadow:var(--shell-shadow),0 0 0 3px #8b5cf614}.chat-composer.is-busy{border-color:#a984ff38}.chat-composer__main{padding:4px 4px 0}.chat-composer__input{width:100%;min-height:56px;max-height:220px;resize:none;border:none;outline:none;background:transparent;color:var(--shell-text);font-size:15px;line-height:1.7;padding:10px 6px 2px}.chat-composer__input::placeholder{color:#d7dcf08a}.chat-composer__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px}.chat-composer__tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:46px}.chat-composer__attach,.chat-composer__chip,.chat-composer__send{min-height:46px;border:1px solid var(--shell-border);border-radius:999px;background:var(--shell-pill);color:var(--shell-text)}.chat-composer__attach,.chat-composer__chip,.chat-composer__send,.chat-empty-state__suggestion,.chat-sidebar__new-chat,.chat-sidebar__item,.chat-sidebar__auth-button,.chat-sidebar__account-menu summary,.chat-sidebar__account-menu-link,.chat-topbar__mobile-toggle,.chat-topbar__desktop-toggle,.auth-modal__provider,.auth-modal__close{transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.chat-composer__attach{width:46px;padding:0;cursor:not-allowed}.chat-composer__chip{padding:0 14px;font-size:13px;color:var(--shell-muted-strong);cursor:not-allowed}.chat-composer__chip--active{cursor:pointer;color:#f8f5ff}.chat-composer__send{width:46px;min-width:46px;padding:0;border-color:#ffffff1f;background:#ffffff1a;box-shadow:none;color:#f8f5ff;font-size:22px;font-weight:700;line-height:1;cursor:pointer}.chat-composer.has-value .chat-composer__send:not(:disabled){border-color:#c4b5fd2e;background:linear-gradient(180deg,#8b5cf6f5,#4f46e5f5);box-shadow:0 10px 24px #4f46e52e}.chat-composer__send:hover{transform:none}.chat-composer.has-value .chat-composer__send:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 14px 30px #4f46e54d}.chat-composer__send:disabled{background:#ffffff0f;box-shadow:none;color:#d7dcf06b;cursor:not-allowed}.chat-scroll-to-latest{position:absolute;top:-60px;right:20px;width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--shell-border);border-radius:999px;background:linear-gradient(180deg,#0f121f75,#0a0c188f),var(--shell-pill);color:var(--shell-text);box-shadow:var(--shell-shadow-soft);opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,background .18s ease,border-color .18s ease;z-index:2}.chat-scroll-to-latest.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.chat-scroll-to-latest:hover{background:linear-gradient(180deg,#1216248f,#0a0c18ad),var(--shell-pill-hover);border-color:#ffffff29}.chat-scroll-to-latest__icon{font-size:18px;line-height:1}@keyframes chatTyping{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:1}}@keyframes chatCursor{0%,to{opacity:.24}50%{opacity:1}}@keyframes chatShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:960px){.chat-shell{padding:max(14px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) max(14px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left))}.chat-sidebar{position:fixed;top:14px;left:14px;bottom:14px;z-index:30;width:min(88vw,320px);transform:translate(calc(-100% - 18px));box-shadow:0 24px 60px #00000057}.chat-sidebar.is-mobile-open{transform:translate(0)}.chat-sidebar.is-collapsed{width:min(88vw,320px)}.chat-sidebar.is-collapsed .chat-sidebar__brand-copy,.chat-sidebar.is-collapsed .chat-sidebar__group-label,.chat-sidebar.is-collapsed .chat-sidebar__auth-button,.chat-sidebar.is-collapsed .chat-sidebar__history{display:block}.chat-sidebar.is-collapsed .chat-sidebar__new-chat span:last-child{display:inline}.chat-sidebar.is-collapsed .chat-sidebar__item-title,.chat-sidebar.is-collapsed .chat-sidebar__account-copy{display:flex}.chat-sidebar.is-collapsed .chat-sidebar__account{grid-template-columns:36px minmax(0,1fr) 36px;justify-items:stretch}.chat-sidebar.is-collapsed .chat-sidebar__auth-row{grid-template-columns:minmax(0,1fr) 36px;justify-content:stretch}.chat-sidebar__mobile-close,.chat-topbar__mobile-toggle{display:grid;place-items:center}.chat-topbar__desktop-toggle{display:none}.chat-shell__main{margin-left:0;min-height:0;height:100%}.chat-empty-state__panel{grid-template-columns:1fr;text-align:center}.chat-empty-state__content h1,.chat-empty-state__content p{margin-inline:auto}.chat-empty-state__suggestions{grid-template-columns:1fr}}@media(max-width:640px){.chat-shell{padding:max(10px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left))}.chat-sidebar{top:10px;left:10px;bottom:10px}.chat-topbar{height:66px;margin-bottom:14px;padding:0 14px;border-radius:22px}.chat-topbar__badge{display:none}.chat-shell__content{padding:8px 0 0}.chat-shell__composer{padding-top:10px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.chat-composer{padding:12px;border-radius:22px}.chat-scroll-to-latest{top:-56px;right:12px;width:44px;height:44px}.chat-composer__footer{align-items:stretch;flex-direction:column}.chat-composer__tools{width:100%}.chat-message__meta{align-items:flex-start;flex-direction:column}.chat-message__error-actions{width:100%}.chat-message__actions{width:fit-content;max-width:100%}.chat-composer__chip{flex:1 1 auto;justify-content:center}.chat-composer__send{width:46px;align-self:flex-end}.chat-empty-state__panel{gap:20px;padding:18px 6px 10px}.chat-empty-state__orb{width:144px;height:144px}.chat-message__body{width:100%;border-radius:20px}.chat-message--assistant .chat-message__body--loading{width:fit-content;border-radius:0}.sources-drawer-backdrop{align-items:flex-end;justify-content:stretch}.sources-drawer{width:100%;min-height:auto;max-height:min(82dvh,720px);border-radius:20px 20px 0 0;box-shadow:0 -18px 42px #00000057}.sources-drawer__header{padding:18px 16px 12px}.sources-drawer__body{padding:12px}.ai-document-preview__toolbar{align-items:stretch;flex-direction:column}.ai-document-preview__toolbar button{width:100%}.ai-markdown th,.ai-markdown td,.structured-table__table th,.structured-table__table td,.table-block__table th,.table-block__table td{min-width:128px;padding:10px 12px}}.auth-modal{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,rgba(139,92,246,.12),transparent 28%),#030712b8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.auth-modal__card{position:relative;width:min(100%,460px);padding:28px;border-radius:30px;border:1px solid var(--shell-border);background:radial-gradient(circle at top,rgba(167,139,250,.16),transparent 32%),linear-gradient(180deg,#121726db,#080b12f5);box-shadow:var(--shell-shadow),inset 0 1px #ffffff0f}.auth-modal__close{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:999px;border:1px solid var(--shell-border);background:var(--shell-pill);color:var(--text);cursor:pointer}.auth-modal__close:hover{background:var(--shell-pill-hover)}.auth-modal__eyebrow{margin-bottom:10px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#d8b4fecc}.auth-modal__card h2{margin-bottom:12px;font-size:30px;line-height:1.05;letter-spacing:-.04em}.auth-modal__card p{color:var(--shell-muted-strong);line-height:1.6}.auth-modal__actions{display:grid;gap:12px;margin-top:24px}.auth-modal__provider{min-height:52px;border-radius:18px;border:1px solid var(--shell-border);background:linear-gradient(180deg,#101522d6,#080b12e0);color:var(--text);font-size:15px;font-weight:500;cursor:pointer}.auth-modal__provider:disabled{opacity:.72;cursor:not-allowed}.auth-modal__provider:hover{background:linear-gradient(180deg,#151b2ae6,#080b12eb);border-color:#a78bfa2e}.auth-modal__error{margin-top:14px;padding:12px 14px;border:1px solid rgba(248,113,113,.22);border-radius:16px;background:#7f1d1d29;color:#fecacae6;font-size:13px;line-height:1.5}.auth-modal__coming-soon{display:grid;gap:8px;margin-top:22px;padding-top:22px;border-top:1px solid var(--shell-border)}.auth-modal__label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--shell-muted)}.auth-modal__input{min-height:48px;border-radius:16px;border:1px solid var(--shell-border);background:#ffffff0a;color:var(--shell-text);padding:0 14px}.page{padding:32px 32px 48px;max-width:900px}.page-header{border-bottom:1px solid var(--border);padding-bottom:16px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.profile-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.avatar{width:72px;height:72px;border-radius:999px;background:var(--panel-2);display:grid;place-items:center;font-weight:600;font-size:20px}.profile-fields{display:grid;gap:16px}.field-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:6px}.field-value{font-size:15px}.settings-section{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:20px;margin-bottom:20px}.settings-section h2{font-size:16px}.settings-actions{display:flex;align-items:center;gap:16px;margin-bottom:24px}.status{color:var(--muted);font-size:13px}.policy{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:24px;line-height:1.6;font-size:14px}.policy h2{margin:0 0 12px;font-size:18px}.policy h3{margin:12px 0 8px;font-size:16px}.policy-paragraph{margin:0 0 10px}.policy-spacer{height:12px}.policy-bullet{display:flex;gap:8px;margin:0 0 8px}.policy-bullet-dot{color:var(--muted)}.policy-actions{display:flex;gap:12px;margin-top:20px}.policy-toggle{display:flex;gap:8px}.btn.is-active{border-color:var(--accent);background:var(--panel-2)}@media(max-width:900px){.page{padding:24px}}.select{background:var(--panel-2);border:1px solid var(--border);color:var(--text);border-radius:10px;padding:10px 12px}.radio-item,.checkbox-item{display:flex;align-items:center;gap:10px;font-size:14px;margin-top:12px}.radio-item input,.checkbox-item input{accent-color:var(--accent)}.radio-item.disabled{color:var(--muted)}.radio-item.disabled input{accent-color:var(--muted)}.page-subtitle{margin:6px 0 0;color:var(--muted);font-size:14px}.support-page .page-header{align-items:flex-start}.support-panel{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}.support-thread{min-height:260px;max-height:420px;overflow-y:auto;padding-right:8px}.support-messages{display:flex;flex-direction:column;gap:12px}.support-message-row{display:flex}.support-message-row.is-user{justify-content:flex-end}.support-message-row.is-admin{justify-content:flex-start}.support-message-bubble{max-width:min(560px,90%);background:var(--panel-2);border:1px solid var(--border);border-radius:12px;padding:12px 14px;font-size:14px}.support-message-row.is-admin .support-message-bubble{background:var(--panel-3)}.support-message-time{display:inline-block;margin-top:6px;font-size:11px;color:var(--muted)}.support-input{display:flex;gap:10px;align-items:flex-end}.support-textarea{flex:1;min-height:44px;max-height:160px;resize:vertical;background:var(--panel-2);border:1px solid var(--border);border-radius:12px;color:var(--text);padding:10px 12px;font-size:14px}.support-textarea:focus{outline:none;border-color:var(--accent)}.support-empty{color:var(--muted);font-size:14px;padding:12px 0}.support-error{color:#fca5a5;font-size:13px;margin-bottom:8px}.admin-layout{display:grid;grid-template-columns:320px 1fr;gap:16px}.admin-sidebar{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:16px;display:flex;flex-direction:column;min-height:520px}.admin-sidebar-title{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:12px}.support-ticket-list{display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding-right:6px}.support-ticket{text-align:left;background:var(--panel-2);border:1px solid transparent;border-radius:12px;padding:12px;color:var(--text);cursor:pointer;transition:border-color .15s ease}.support-ticket.is-selected{border-color:var(--accent)}.support-ticket-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.support-ticket-id{font-size:12px;color:var(--muted)}.support-ticket-status{font-size:11px;text-transform:uppercase;letter-spacing:1px}.support-ticket-status.status-open{color:#86efac}.support-ticket-status.status-closed{color:#fca5a5}.support-ticket-preview{font-size:13px;margin-bottom:8px}.support-ticket-meta{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--muted)}.support-ticket-unread{background:#1d4ed8;color:#f9fafb;padding:2px 6px;border-radius:999px;font-size:10px}.admin-thread{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:16px;display:flex;flex-direction:column;min-height:520px}.admin-thread-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.admin-thread-title{font-weight:600}.admin-thread-subtitle{font-size:12px;color:var(--muted)}.admin-thread-body{flex:1;overflow-y:auto;padding-right:8px;margin-bottom:12px}.settings-hint{font-size:13px;color:var(--muted);margin:8px 0 12px}.admin-access{display:flex;gap:10px;align-items:center}.text-input{background:var(--panel-2);border:1px solid var(--border);border-radius:10px;color:var(--text);padding:10px 12px;font-size:14px}.error-text{color:#fca5a5}@media(max-width:900px){.admin-layout{grid-template-columns:1fr}.admin-sidebar,.admin-thread{min-height:auto}}:root{color-scheme:dark}html,body,#root{height:100%;min-height:100%;max-width:100%;overflow-x:hidden}*{box-sizing:border-box}body{margin:0;overflow:hidden;overscroll-behavior:none}#root{min-height:100%}
