@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";.auth-page{min-height:100vh;min-height:100dvh;width:100%;padding:clamp(20px,3vw,40px);display:flex;align-items:center;justify-content:center;background:#fff;color:#0f172a;font-family:Jost,Segoe UI,sans-serif}.auth-page__frame{width:min(760px,100%)}.auth-page__frame--compact{width:min(560px,100%)}.auth-page__logoWrap{width:92px;height:92px;border-radius:24px;border:1px solid #dbe5f0;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 36px #0f172a14}.auth-page__logoWrap--top{margin:0 auto 8px}.auth-page__logo{width:74px;height:74px;object-fit:contain}.auth-page__formEyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#1e90ff}.auth-page__formTitle{margin:0;font-size:clamp(2rem,4vw,2.8rem);line-height:1;color:#0f172a}.auth-page__formPanel{position:relative;overflow:hidden;display:grid;gap:24px;padding:clamp(28px,4vw,40px);border:1px solid #dbe5f0;border-radius:30px;background:#fff;box-shadow:0 28px 72px #0f172a1f}.auth-page__formHeader,.auth-form{position:relative;z-index:1}.auth-page__formHeader{display:grid;gap:10px;text-align:center}.auth-page__formSubtitle{margin:0;color:#64748b;line-height:1.7}.auth-form{display:grid;gap:16px}.auth-form--dense{gap:18px}.auth-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.auth-field{display:grid;gap:8px}.auth-field--full{grid-column:1 / -1}.auth-field__label{font-size:14px;font-weight:700;color:#0f172a}.auth-field__hint{color:#64748b;font-size:13px;line-height:1.5}.auth-input{width:100%;border-radius:18px;border:1px solid #dbe5f0;background:#f8fafc;color:#0f172a;padding:14px 16px;font-size:15px;outline:none;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.auth-input::placeholder{color:#94a3b8}.auth-input:focus{border-color:#1e90ff;box-shadow:0 0 0 4px #1e90ff24;background:#fff;transform:translateY(-1px)}.auth-input:disabled{opacity:.72;cursor:not-allowed}.auth-message{border-radius:16px;padding:13px 15px;font-size:14px;line-height:1.6;border:1px solid transparent}.auth-message--error{border-color:#f8717157;background:#7f1d1d2e;color:#fecaca}.auth-message--success{border-color:#4ade8057;background:#14532d2e;color:#bbf7d0}.auth-message--info{border-color:#dbe5f0;background:#f8fafc;color:#334155}.auth-button{width:100%;border-radius:18px;border:1px solid #1e90ff;background:linear-gradient(135deg,#1e90ff,#0069d9);color:#fff;padding:15px 18px;font-size:15px;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,opacity .16s ease}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 36px #040c1c29}.auth-button:disabled{opacity:.62;cursor:not-allowed;box-shadow:none}.auth-page__footer{position:relative;z-index:1;display:grid;gap:10px;border-top:1px solid #dbe5f0;padding-top:18px}.auth-linkRow{display:flex;flex-wrap:wrap;gap:8px;color:#64748b;font-size:14px;line-height:1.6}.auth-link{color:#1e90ff;font-weight:800;text-decoration:none}.auth-link:hover{text-decoration:underline}@media (max-width: 640px){.auth-page{padding:16px}.auth-page__formPanel{padding:24px 20px;border-radius:22px}.auth-page__logoWrap{width:76px;height:76px;border-radius:22px}.auth-page__logo{width:58px;height:58px}.auth-page__formTitle{font-size:clamp(1.8rem,9vw,2.4rem)}.auth-form__grid{grid-template-columns:1fr}}body{background:var(--theme-bg, var(--bg-gradient));display:flex;justify-content:center;align-items:stretch;min-height:100vh;min-height:100dvh;margin:0;font-family:Jost,sans-serif;--default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;--bg-gradient: linear-gradient(135deg, #000000, #1E90FF)}.baje-container{position:relative;background:linear-gradient(135deg,var(--theme-accent-soft, rgba(30, 144, 255, .12)),transparent 42%),var(--theme-surface, rgba(0, 0, 0, .7));overflow:hidden;border-radius:0;box-shadow:none;display:flex;flex-direction:column;width:100vw;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;color:var(--theme-text, #fff)}.chat-header{display:flex;align-items:center;background:var(--theme-surface-strong, rgba(255, 255, 255, .1));padding:15px;color:var(--theme-text, white);justify-content:space-between;border-bottom:1px solid var(--theme-border, rgba(255, 255, 255, .12));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ai-avatar{width:50px;height:50px;border-radius:50%;background:url() center/cover;margin-right:15px}.ai-info{flex-grow:1}.ai-name{font-size:18px;font-weight:700}.ai-status{font-size:14px;color:var(--theme-text-muted, rgba(255, 255, 255, .7))}.barbados-flag{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center}.header-buttons{display:flex;align-items:center;gap:10px}.notification-button{background:var(--theme-surface-strong, rgba(255, 255, 255, .2));border:1px solid var(--theme-border, rgba(255, 255, 255, .12));border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:var(--theme-text, white);cursor:pointer;transition:background .3s ease;font-size:16px;position:relative}.notification-button:hover{background:var(--theme-accent-soft, rgba(30, 144, 255, .18))}.chat-messages{flex-grow:1;overflow-y:auto;padding:20px;color:var(--theme-text, white)}.message{background:var(--theme-surface-strong, rgba(255, 255, 255, .1));border-radius:18px;padding:15px;margin-bottom:15px;max-width:80%;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;border:1px solid var(--theme-border, rgba(255, 255, 255, .12));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 40px #00000024}.message .variable-proximity,.message .variable-proximity-demo{max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.45}.input-section{display:flex;padding:15px;background:var(--theme-surface-strong, rgba(255, 255, 255, .1));border-top:1px solid var(--theme-border, rgba(255, 255, 255, .12));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.input-field{flex-grow:1;background:var(--theme-surface-muted, rgba(255, 255, 255, .2));border:none;border-radius:20px;padding:10px 15px;color:var(--theme-text, white);resize:none}.send-button{background:var(--theme-accent, #1E90FF);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:10px;color:#fff;cursor:pointer;transition:.3s ease}.send-button:hover{background:var(--theme-accent-strong, #1873CC)}.input-field::placeholder{color:var(--theme-text-muted, rgba(255, 255, 255, .6))}.hamburger-button{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;position:relative}.hamburger-button-span{width:100%;height:3px;background:var(--theme-text, white);border-radius:2px;transition:all .3s ease;position:absolute;left:50%;transform:translate(-50%)}.hamburger-button-span:nth-child(1){top:2px}.hamburger-button-span:nth-child(2){top:8.5px}.hamburger-button-span:nth-child(3){top:15px}@media only screen and (max-width: 479px){.baje-container{width:100%;height:100vh;height:100dvh;border-radius:0;box-shadow:none}.chat-header{padding:8px}.ai-avatar{width:35px;height:35px;margin-right:10px}.ai-name{font-size:14px}.ai-status{font-size:10px}.notification-button{width:22px;height:22px;font-size:12px}.hamburger-button{width:25px;height:16px;margin-left:auto}.hamburger-button-span{height:2px}.hamburger-button-span:nth-child(1){top:1px}.hamburger-button-span:nth-child(2){top:7px}.hamburger-button-span:nth-child(3){top:13px}.chat-messages{padding:8px}.message{max-width:90%;padding:8px;font-size:12px;margin-bottom:10px}.input-section{padding:8px}.input-field{padding:6px 10px;font-size:12px}.send-button{width:30px;height:30px;font-size:14px;margin-left:8px}.nav-card{width:100%;max-width:479px;right:-479px;border-radius:0}.nav-card-open{right:0}.nav-item{margin:15px 0}.nav-item-a{font-size:18px}}@media only screen and (min-width: 480px) and (max-width: 767px){.baje-container{width:100%;height:100vh;height:100dvh;border-radius:0;box-shadow:none}.chat-header{padding:10px}.ai-avatar{width:40px;height:40px;margin-right:12px}.ai-name{font-size:15px}.ai-status{font-size:11px}.notification-button{width:24px;height:24px;font-size:13px}.hamburger-button{width:26px;height:18px;margin-left:auto}.hamburger-button-span{height:2.5px}.hamburger-button-span:nth-child(1){top:1.5px}.hamburger-button-span:nth-child(2){top:7.5px}.hamburger-button-span:nth-child(3){top:14px}.chat-messages{padding:10px}.message{max-width:85%;padding:10px;font-size:13px;margin-bottom:12px}.input-section{padding:10px}.input-field{padding:7px 12px;font-size:13px}.send-button{width:32px;height:32px;font-size:15px;margin-left:8px}.nav-card{width:100%;max-width:767px;right:-767px;border-radius:0}.nav-card-open{right:0}.nav-item{margin:16px 0}.nav-item-a{font-size:19px}}@media only screen and (min-width: 768px) and (max-width: 1024px){.baje-container{width:100vw;max-width:none;height:100vh;height:100dvh;border-radius:0;box-shadow:none}.chat-header{padding:12px}.ai-avatar{width:45px;height:45px;margin-right:13px}.ai-name{font-size:16px}.ai-status{font-size:12px}.notification-button{width:26px;height:26px;font-size:14px}.hamburger-button{width:28px;height:19px}.hamburger-button-span{height:2.5px}.hamburger-button-span:nth-child(1){top:1.5px}.hamburger-button-span:nth-child(2){top:8px}.hamburger-button-span:nth-child(3){top:14.5px}.chat-messages{padding:15px}.message{max-width:85%;padding:12px;font-size:14px;margin-bottom:12px}.input-section{padding:12px}.input-field{padding:8px 13px;font-size:14px}.send-button{width:36px;height:36px;font-size:16px;margin-left:10px}.nav-card{width:300px;right:-300px}.nav-card-open{right:0}.nav-item{margin:18px 0}.nav-item-a{font-size:20px}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.baje-container{width:100vw;max-width:none;height:100vh;height:100dvh;border-radius:0;box-shadow:none}.chat-header{padding:14px}.ai-avatar{width:48px;height:48px;margin-right:14px}.ai-name{font-size:17px}.ai-status{font-size:13px}.notification-button{width:28px;height:28px;font-size:15px}.hamburger-button{width:29px;height:19px}.hamburger-button-span{height:2.5px}.hamburger-button-span:nth-child(1){top:1.5px}.hamburger-button-span:nth-child(2){top:8px}.hamburger-button-span:nth-child(3){top:14.5px}.chat-messages{padding:18px}.message{max-width:80%;padding:13px;font-size:15px;margin-bottom:13px}.input-section{padding:14px}.input-field{padding:9px 14px;font-size:15px}.send-button{width:38px;height:38px;font-size:17px;margin-left:10px}.nav-card{width:350px;right:-350px}.nav-card-open{right:0}.nav-item{margin:20px 0}.nav-item-a{font-size:21px}}@media only screen and (min-width: 1281px){.baje-container{width:100vw;height:100vh;height:100dvh;border-radius:0;box-shadow:none}.chat-header{padding:15px}.ai-avatar{width:50px;height:50px;margin-right:15px}.ai-name{font-size:18px}.ai-status{font-size:14px}.notification-button{width:30px;height:30px;font-size:16px}.hamburger-button{width:30px;height:20px}.hamburger-button-span{height:3px}.hamburger-button-span:nth-child(1){top:2px}.hamburger-button-span:nth-child(2){top:8.5px}.hamburger-button-span:nth-child(3){top:15px}.chat-messages{padding:20px}.message{max-width:80%;padding:15px;font-size:16px;margin-bottom:15px}.input-section{padding:15px}.input-field{padding:10px 15px;font-size:16px}.send-button{width:40px;height:40px;font-size:18px;margin-left:10px}.nav-card{width:400px;right:-400px}.nav-card-open{right:0}.nav-item{margin:22px 0}.nav-item-a{font-size:22px}}.agent-button{background:var(--theme-surface-strong, rgba(255, 255, 255, .16));border:1px solid var(--theme-border, rgba(255,255,255,.18));border-radius:50%;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--theme-text, #fff);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;box-shadow:0 6px 18px #0f172a14}.agent-button:hover{background:var(--theme-accent-soft, rgba(30, 144, 255, .18));border-color:var(--theme-accent, #1E90FF)}.agent-menu{position:absolute;bottom:100%;right:0;background:var(--theme-surface, rgba(0,0,0,.9));border-radius:8px;padding:6px;min-width:140px;transform-origin:bottom right;transform:scale(.98);opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:1000}.agent-menu.open{opacity:1;transform:scale(1);pointer-events:auto}.agent-item{width:100%;background:transparent;border:none;color:var(--theme-text, #fff);padding:8px 10px;text-align:left;border-radius:6px;display:flex;align-items:center;cursor:pointer}.agent-item:hover{background:var(--theme-surface-strong, rgba(255,255,255,.1))}.agent-item.active{outline:1px solid var(--theme-border, rgba(255,255,255,.25))}.agent-item>span:first-child{color:currentColor}@media (max-width: 450px){.agent-menu{left:50%;right:auto;transform:translate(-50%) scale(1)}}/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}.collapse{visibility:collapse}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.container{width:100%}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.table{display:table}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.border{border-style:var(--tw-border-style);border-width:1px}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.fade-in{--tw-enter-opacity:0}.running{animation-play-state:running}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.chat-messages::-webkit-scrollbar{width:0;height:0}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0))}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}.variable-proximity{font-family:Roboto Flex,sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{color-scheme:light;--theme-font-body: "Jost", "Segoe UI", sans-serif;--theme-font-display: "Jost", "Segoe UI", sans-serif;--theme-bg: linear-gradient(135deg, #050816 0%, #0f3d91 52%, #4da8ff 100%);--theme-surface: rgba(10, 16, 34, .78);--theme-surface-strong: rgba(255, 255, 255, .16);--theme-surface-muted: rgba(255, 255, 255, .1);--theme-text: #f8fbff;--theme-text-soft: rgba(248, 251, 255, .78);--theme-text-muted: rgba(248, 251, 255, .64);--theme-border: rgba(255, 255, 255, .18);--theme-shadow: 0 24px 60px rgba(4, 12, 28, .28);--theme-accent: #1e90ff;--theme-accent-strong: #0c71d8;--theme-accent-soft: rgba(30, 144, 255, .18);--theme-nav-bg: rgba(255, 255, 255, .92);--theme-nav-text: #0f172a;--theme-page-overlay-opacity: 0;--theme-page-pattern-opacity: 0;--theme-card-radius: 24px}html[data-mode=dark]{color-scheme:dark}html,body,#root{min-height:100%}body{margin:0;min-width:320px;background:var(--theme-bg);color:var(--theme-text);font-family:var(--theme-font-body);overflow-x:hidden;transition:background .24s ease,color .24s ease}#root{width:100%}img,video{max-width:100%;height:auto}canvas,iframe{max-width:100%}input,textarea,select,button{font:inherit}input,textarea,select{max-width:100%}pre{max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere}body:before,body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1}body:before{background:radial-gradient(circle at top right,rgba(255,255,255,.14),transparent 30%),radial-gradient(circle at bottom left,rgba(255,255,255,.08),transparent 28%);opacity:var(--theme-page-overlay-opacity)}body:after{background:linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%) -24px 0 / 48px 48px,linear-gradient(225deg,rgba(255,255,255,.04) 25%,transparent 25%) -24px 0 / 48px 48px;opacity:var(--theme-page-pattern-opacity)}.app-theme-shell{width:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden}.app-theme-shell,.app-theme-shell *{box-sizing:border-box}.theme-panel{background:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border);box-shadow:var(--theme-shadow);border-radius:var(--theme-card-radius);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.theme-chip{border:1px solid var(--theme-border);background:var(--theme-surface-strong);color:var(--theme-text)}.theme-accent-button{background:linear-gradient(135deg,var(--theme-accent),var(--theme-accent-strong));color:#fff}html[data-theme=default][data-mode=light]{--theme-font-body: "Jost", "Segoe UI", sans-serif;--theme-font-display: "Jost", "Segoe UI", sans-serif;--theme-bg: linear-gradient(135deg, #050816 0%, #0f3d91 52%, #4da8ff 100%);--theme-surface: rgba(10, 16, 34, .78);--theme-surface-strong: rgba(255, 255, 255, .16);--theme-surface-muted: rgba(255, 255, 255, .1);--theme-text: #f8fbff;--theme-text-soft: rgba(248, 251, 255, .8);--theme-text-muted: rgba(248, 251, 255, .64);--theme-border: rgba(255, 255, 255, .18);--theme-shadow: 0 24px 60px rgba(4, 12, 28, .28);--theme-accent: #33a1ff;--theme-accent-strong: #0069d9;--theme-accent-soft: rgba(51, 161, 255, .18);--theme-nav-bg: rgba(255, 255, 255, .92);--theme-nav-text: #0f172a;--theme-page-overlay-opacity: 1}html[data-theme=default][data-mode=dark]{--theme-font-body: "Jost", "Segoe UI", sans-serif;--theme-font-display: "Jost", "Segoe UI", sans-serif;--theme-bg: radial-gradient(circle at top, #10367c 0%, #07101f 44%, #02050b 100%);--theme-surface: rgba(6, 10, 20, .88);--theme-surface-strong: rgba(255, 255, 255, .08);--theme-surface-muted: rgba(255, 255, 255, .06);--theme-text: #eef6ff;--theme-text-soft: rgba(238, 246, 255, .8);--theme-text-muted: rgba(238, 246, 255, .6);--theme-border: rgba(136, 186, 255, .2);--theme-shadow: 0 28px 70px rgba(0, 0, 0, .45);--theme-accent: #5ab1ff;--theme-accent-strong: #1d74ff;--theme-accent-soft: rgba(90, 177, 255, .18);--theme-nav-bg: rgba(6, 10, 20, .9);--theme-nav-text: #eef6ff;--theme-page-overlay-opacity: 1}html[data-theme=national][data-mode=light]{--theme-font-body: "Segoe UI", Tahoma, sans-serif;--theme-font-display: "Segoe UI", Tahoma, sans-serif;--theme-bg: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);--theme-surface: rgba(255, 255, 255, .92);--theme-surface-strong: rgba(0, 37, 84, .06);--theme-surface-muted: rgba(0, 37, 84, .04);--theme-text: #0f172a;--theme-text-soft: rgba(15, 23, 42, .78);--theme-text-muted: rgba(15, 23, 42, .58);--theme-border: rgba(0, 37, 84, .14);--theme-shadow: 0 24px 50px rgba(0, 37, 84, .1);--theme-accent: #0057b8;--theme-accent-strong: #f4c300;--theme-accent-soft: rgba(244, 195, 0, .22);--theme-nav-bg: rgba(255, 255, 255, .96);--theme-nav-text: #0f172a;--theme-page-overlay-opacity: 1;--theme-page-pattern-opacity: 1}html[data-theme=national][data-mode=dark]{--theme-font-body: "Segoe UI", Tahoma, sans-serif;--theme-font-display: "Segoe UI", Tahoma, sans-serif;--theme-bg: linear-gradient(180deg, #07111f 0%, #081a30 100%);--theme-surface: rgba(8, 18, 38, .9);--theme-surface-strong: rgba(255, 255, 255, .06);--theme-surface-muted: rgba(255, 255, 255, .04);--theme-text: #f8fbff;--theme-text-soft: rgba(248, 251, 255, .8);--theme-text-muted: rgba(248, 251, 255, .62);--theme-border: rgba(244, 195, 0, .18);--theme-shadow: 0 24px 50px rgba(0, 0, 0, .4);--theme-accent: #f4c300;--theme-accent-strong: #0057b8;--theme-accent-soft: rgba(244, 195, 0, .2);--theme-nav-bg: rgba(8, 18, 38, .94);--theme-nav-text: #f8fbff;--theme-page-overlay-opacity: 1;--theme-page-pattern-opacity: .7}html[data-theme=gamified][data-mode=light]{--theme-font-body: "Trebuchet MS", "Segoe UI", sans-serif;--theme-font-display: "Trebuchet MS", "Segoe UI", sans-serif;--theme-bg: linear-gradient(135deg, #fff8d9 0%, #c8f7ff 45%, #ffe1f1 100%);--theme-surface: rgba(255, 255, 255, .8);--theme-surface-strong: rgba(255, 255, 255, .72);--theme-surface-muted: rgba(255, 255, 255, .5);--theme-text: #272343;--theme-text-soft: rgba(39, 35, 67, .8);--theme-text-muted: rgba(39, 35, 67, .58);--theme-border: rgba(255, 255, 255, .8);--theme-shadow: 0 24px 65px rgba(118, 74, 188, .16);--theme-accent: #ff6b6b;--theme-accent-strong: #6c5ce7;--theme-accent-soft: rgba(255, 107, 107, .18);--theme-nav-bg: rgba(255, 255, 255, .86);--theme-nav-text: #272343;--theme-page-overlay-opacity: 1}html[data-theme=gamified][data-mode=dark]{--theme-font-body: "Trebuchet MS", "Segoe UI", sans-serif;--theme-font-display: "Trebuchet MS", "Segoe UI", sans-serif;--theme-bg: linear-gradient(135deg, #1f1b4d 0%, #0e7490 45%, #111827 100%);--theme-surface: rgba(15, 23, 42, .84);--theme-surface-strong: rgba(255, 255, 255, .08);--theme-surface-muted: rgba(255, 255, 255, .05);--theme-text: #fdfaff;--theme-text-soft: rgba(253, 250, 255, .82);--theme-text-muted: rgba(253, 250, 255, .64);--theme-border: rgba(255, 255, 255, .12);--theme-shadow: 0 30px 80px rgba(3, 7, 18, .5);--theme-accent: #fb7185;--theme-accent-strong: #22d3ee;--theme-accent-soft: rgba(251, 113, 133, .18);--theme-nav-bg: rgba(15, 23, 42, .92);--theme-nav-text: #fdfaff;--theme-page-overlay-opacity: 1}html[data-theme=classy][data-mode=light]{--theme-font-body: Georgia, "Times New Roman", serif;--theme-font-display: Georgia, "Times New Roman", serif;--theme-bg: linear-gradient(135deg, #f8f1e7 0%, #fdfaf6 45%, #efe3d2 100%);--theme-surface: rgba(255, 250, 244, .88);--theme-surface-strong: rgba(120, 53, 15, .08);--theme-surface-muted: rgba(120, 53, 15, .05);--theme-text: #3f2d1c;--theme-text-soft: rgba(63, 45, 28, .8);--theme-text-muted: rgba(63, 45, 28, .58);--theme-border: rgba(120, 53, 15, .14);--theme-shadow: 0 24px 60px rgba(104, 66, 34, .12);--theme-accent: #8b5e34;--theme-accent-strong: #4a2c16;--theme-accent-soft: rgba(139, 94, 52, .18);--theme-nav-bg: rgba(255, 250, 244, .95);--theme-nav-text: #3f2d1c;--theme-page-overlay-opacity: 1;--theme-page-pattern-opacity: .4}html[data-theme=classy][data-mode=dark]{--theme-font-body: Georgia, "Times New Roman", serif;--theme-font-display: Georgia, "Times New Roman", serif;--theme-bg: linear-gradient(135deg, #1a120e 0%, #2c1d16 50%, #0f0b09 100%);--theme-surface: rgba(27, 18, 14, .9);--theme-surface-strong: rgba(255, 245, 230, .07);--theme-surface-muted: rgba(255, 245, 230, .05);--theme-text: #f8efe5;--theme-text-soft: rgba(248, 239, 229, .8);--theme-text-muted: rgba(248, 239, 229, .64);--theme-border: rgba(212, 180, 142, .16);--theme-shadow: 0 30px 80px rgba(0, 0, 0, .42);--theme-accent: #d4b48e;--theme-accent-strong: #8b5e34;--theme-accent-soft: rgba(212, 180, 142, .18);--theme-nav-bg: rgba(27, 18, 14, .94);--theme-nav-text: #f8efe5;--theme-page-overlay-opacity: 1;--theme-page-pattern-opacity: .3}html[data-theme=smoky][data-mode=light]{--theme-font-body: "Segoe UI", Tahoma, sans-serif;--theme-font-display: "Segoe UI", Tahoma, sans-serif;--theme-bg: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 55%, #454545 100%);--theme-surface: rgba(22, 22, 22, .9);--theme-surface-strong: rgba(255, 255, 255, .08);--theme-surface-muted: rgba(255, 255, 255, .05);--theme-text: #ffffff;--theme-text-soft: rgba(255, 255, 255, .82);--theme-text-muted: rgba(255, 255, 255, .6);--theme-border: rgba(255, 255, 255, .12);--theme-shadow: 0 28px 72px rgba(0, 0, 0, .42);--theme-accent: #d4d4d4;--theme-accent-strong: #8a8a8a;--theme-accent-soft: rgba(255, 255, 255, .1);--theme-nav-bg: rgba(18, 18, 18, .94);--theme-nav-text: #ffffff;--theme-page-overlay-opacity: .7;--theme-page-pattern-opacity: .15}html[data-theme=smoky][data-mode=dark]{--theme-font-body: "Segoe UI", Tahoma, sans-serif;--theme-font-display: "Segoe UI", Tahoma, sans-serif;--theme-bg: linear-gradient(135deg, #050505 0%, #111111 45%, #1d1d1d 100%);--theme-surface: rgba(8, 8, 8, .94);--theme-surface-strong: rgba(255, 255, 255, .06);--theme-surface-muted: rgba(255, 255, 255, .04);--theme-text: #ffffff;--theme-text-soft: rgba(255, 255, 255, .8);--theme-text-muted: rgba(255, 255, 255, .56);--theme-border: rgba(255, 255, 255, .1);--theme-shadow: 0 32px 80px rgba(0, 0, 0, .54);--theme-accent: #f2f2f2;--theme-accent-strong: #9d9d9d;--theme-accent-soft: rgba(255, 255, 255, .08);--theme-nav-bg: rgba(5, 5, 5, .96);--theme-nav-text: #ffffff;--theme-page-overlay-opacity: .5;--theme-page-pattern-opacity: .08}html[data-theme=mono][data-mode=light]{--theme-font-body: "Segoe UI", Tahoma, sans-serif;--theme-font-display: "Segoe UI", Tahoma, sans-serif;--theme-bg: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);--theme-surface: rgba(255, 255, 255, .98);--theme-surface-strong: rgba(0, 0, 0, .035);--theme-surface-muted: rgba(0, 0, 0, .02);--theme-text: #000000;--theme-text-soft: rgba(0, 0, 0, .82);--theme-text-muted: rgba(0, 0, 0, .58);--theme-border: rgba(0, 0, 0, .1);--theme-shadow: 0 18px 42px rgba(0, 0, 0, .08);--theme-accent: #000000;--theme-accent-strong: #222222;--theme-accent-soft: rgba(0, 0, 0, .07);--theme-nav-bg: rgba(255, 255, 255, .98);--theme-nav-text: #000000;--theme-page-overlay-opacity: 0;--theme-page-pattern-opacity: 0}html[data-theme=mono][data-mode=dark]{--theme-font-body: "Segoe UI", Tahoma, sans-serif;--theme-font-display: "Segoe UI", Tahoma, sans-serif;--theme-bg: linear-gradient(180deg, #000000 0%, #000000 100%);--theme-surface: rgba(0, 0, 0, .98);--theme-surface-strong: rgba(255, 255, 255, .05);--theme-surface-muted: rgba(255, 255, 255, .03);--theme-text: #ffffff;--theme-text-soft: rgba(255, 255, 255, .84);--theme-text-muted: rgba(255, 255, 255, .58);--theme-border: rgba(255, 255, 255, .12);--theme-shadow: 0 22px 56px rgba(0, 0, 0, .52);--theme-accent: #ffffff;--theme-accent-strong: #d1d1d1;--theme-accent-soft: rgba(255, 255, 255, .08);--theme-nav-bg: rgba(0, 0, 0, .98);--theme-nav-text: #ffffff;--theme-page-overlay-opacity: 0;--theme-page-pattern-opacity: 0}html[data-theme=gamified] body:before{background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.5),transparent 18%),radial-gradient(circle at 85% 25%,rgba(255,255,255,.3),transparent 16%),radial-gradient(circle at 40% 80%,rgba(255,255,255,.2),transparent 18%);animation:themeFloat 18s ease-in-out infinite alternate}html[data-theme=gamified] body:after{background:radial-gradient(circle at 25% 30%,rgba(255,255,255,.24),transparent 0 10%),radial-gradient(circle at 70% 65%,rgba(255,255,255,.18),transparent 0 9%);animation:themePulse 10s ease-in-out infinite alternate;opacity:1}@keyframes themeFloat{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(0,-18px,0) scale(1.04)}}@keyframes themePulse{0%{transform:scale(1);opacity:.55}to{transform:scale(1.05);opacity:.9}}
