@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&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))}.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%;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}.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-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--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}.invisible{visibility:hidden}.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}.static{position:static}.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}.h-min{height:min-content}.flex-shrink,.shrink{flex-shrink:1}.flex-grow,.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}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.grayscale{--tw-grayscale:grayscale(100%);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,)}.invert{--tw-invert:invert(100%);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,)}.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}.paused{animation-play-state:paused}.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-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@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}.bills-chatbar{position:absolute;top:60px;left:0;width:min(260px,calc(100vw - 88px));height:calc(80% - 60px);background:#fff;color:#0f172a;padding:12px 18px 12px 12px;overflow-y:auto;font-family:DM Sans,sans-serif;border-right:1px solid #e5e7eb;border-top-right-radius:12px;border-bottom-right-radius:12px;box-shadow:0 6px 18px #0f172a14;box-sizing:border-box;z-index:1002}.bills-chatbar-hero{display:flex;gap:9px;align-items:flex-start;padding:10px;margin-bottom:10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 6px 18px #0f172a14}.bills-chatbar-mark{width:34px;height:34px;border-radius:10px;background:#eff6ff;color:#2563eb;display:grid;place-items:center;flex:none}.bills-chatbar-hero>div>span{font-size:9px;letter-spacing:.12em;color:#64748b;font-weight:800}.bills-chatbar-hero h2{font-size:14px;font-weight:800;margin:3px 0;color:#0f172a}.bills-chatbar-hero p{font-size:10px;color:#64748b;margin:0;line-height:1.35}.bills-chatbar-summary{margin:0 0 10px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px;box-shadow:0 6px 18px #0f172a14;display:flex;flex-direction:column;gap:8px}.bills-chatbar-summary>div{display:flex;flex-direction:column}.bills-chatbar-summary>div>span{font-size:10px;color:#64748b}.bills-chatbar-summary strong{font-size:18px;font-weight:800;margin:3px 0}.bills-chatbar-summary small{font-size:9px;color:#64748b}.bills-chatbar-summary>span{align-self:flex-start;font-size:9px;font-weight:800;border-radius:999px;padding:5px 7px;display:flex;align-items:center;gap:4px}.reminder-on{background:#dcfce7;color:#166534}.reminder-off{background:#f1f5f9;color:#64748b}.bills-chatbar-tools{display:flex;flex-direction:column;gap:6px;padding:10px;margin-bottom:10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 6px 18px #0f172a14}.bills-chatbar-tools button{border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:7px;display:grid;grid-template-columns:26px 1fr 14px;gap:7px;align-items:center;text-align:left;color:#0f172a;cursor:pointer}.bills-chatbar-tools button:hover{background:#f8fafc}.bills-chatbar-tools button>span{width:25px;height:25px;border-radius:7px;background:#eff6ff;color:#2563eb;display:grid;place-items:center}.bills-chatbar-tools strong{font-size:10px}.bills-chatbar-tools button>svg{color:#94a3b8}.bills-chatbar-primary,.bills-chatbar-secondary{width:100%;border-radius:8px;padding:8px;font-size:10px;font-weight:800;cursor:pointer}.bills-chatbar-primary{border:0;background:#2563eb;color:#fff;display:flex;justify-content:center;align-items:center;gap:6px}.bills-chatbar-secondary{border:1px solid #e5e7eb;background:#fff;color:#0f172a;margin-top:6px}.bills-chatbar-cashflow{border-top:1px solid #e5e7eb;padding-top:8px;display:grid!important;gap:5px}.bills-chatbar-cashflow span{display:flex;justify-content:space-between;font-size:9px;color:#64748b}.bills-chatbar-cashflow b{color:#0f172a}.bills-chatbar-error{color:#b42318!important;line-height:1.35}.guided-flight-card{width:min(850px,calc(100vw - 64px));box-sizing:border-box;border:1px solid var(--theme-border,#dbe2e8);border-radius:20px;background:var(--theme-surface,#fff);color:var(--theme-text,#17211d);padding:20px;box-shadow:0 14px 36px #0f172a1f}.guided-flight-card>header{display:grid;grid-template-columns:44px 1fr 36px;gap:12px;align-items:start}.guided-flight-card>header>span{width:44px;height:44px;border-radius:14px;background:#e5f2ff;color:#1267a5;display:grid;place-items:center}.guided-flight-card header small{font-size:10px;letter-spacing:.12em;font-weight:900;color:#37759f}.guided-flight-card h2{margin:3px 0;font:800 23px Manrope,sans-serif}.guided-flight-card header p{margin:0;color:var(--theme-text-muted,#6b7280);font-size:12px}.guided-flight-card header button{width:36px;height:36px;border:1px solid var(--theme-border,#dbe2e8);border-radius:10px;background:var(--theme-surface-strong,#f6f8fa);color:inherit;display:grid;place-items:center;cursor:pointer}.guided-flight-card form{display:grid;grid-template-columns:1fr 28px 1fr 150px 105px auto;gap:10px;align-items:end;margin-top:18px}.guided-flight-card label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:800}.guided-flight-card label>span{display:flex;gap:5px;align-items:center}.guided-flight-card select,.guided-flight-card input{min-width:0;border:1px solid var(--theme-border,#dbe2e8);border-radius:11px;background:var(--theme-surface-strong,#fafbfc);color:inherit;padding:10px;font:inherit}.flight-route-arrow{height:39px;display:grid;place-items:center;color:#4580a8}.guided-flight-search{height:39px;border:0;border-radius:11px;background:#1267a5;color:#fff;padding:0 15px;font-weight:800;display:flex;gap:7px;align-items:center;justify-content:center;cursor:pointer}.guided-flight-demo-note{font-size:10px;color:#7c5c22;background:#fff8df;border:1px solid #f0dc9b;padding:8px 10px;border-radius:9px}.guided-flight-results{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow:auto}.guided-flight-results article{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--theme-border,#e2e8f0);border-radius:13px;padding:12px;background:var(--theme-surface-strong,#fafbfc)}.guided-flight-results article>div{display:flex;flex-direction:column;gap:4px}.guided-flight-results article>div:last-child{text-align:right}.guided-flight-results strong{display:flex;align-items:center;gap:6px}.guided-flight-results p,.guided-flight-results small,.guided-flight-results span{margin:0;font-size:10px;color:var(--theme-text-muted,#6b7280)}.guided-flight-error{color:#a33a2d}.guided-flight-empty{color:var(--theme-text-muted,#6b7280)}@media (max-width:760px){.guided-flight-card{width:calc(100vw - 28px);padding:15px}.guided-flight-card form{grid-template-columns:1fr 1fr}.flight-route-arrow{display:none}.guided-flight-search{grid-column:1/-1}.guided-flight-results article{flex-direction:column}.guided-flight-results article>div:last-child{text-align:left}.guided-flight-results article>div:last-child strong{justify-content:flex-start}}.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}.bills-page{--ink:#17211d;--muted:#6b7770;--green:#0c7a5b;--green2:#0f9470;--cream:#f5f5ef;min-height:100dvh;background:#f7f8f4;color:var(--ink);font-family:DM Sans,sans-serif}.bills-page button,.bills-page input{font:inherit}.bills-topbar{height:72px;padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;gap:17px;background:#fff;border-bottom:1px solid #e5e8e2;position:sticky;top:0;z-index:20}.icon-button{border:1px solid #dde2dc;background:#fff;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:#36443c;cursor:pointer}.bills-brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none}.brand-mark{width:37px;height:37px;border-radius:12px;background:linear-gradient(145deg,#087554,#0fa778);color:#fff;display:grid;place-items:center;font-family:Georgia;font-weight:700;font-size:23px}.bills-brand>span:last-child{display:flex;flex-direction:column;line-height:1}.bills-brand strong{font:800 20px Manrope}.bills-brand small{color:#839087;font-size:10px;margin-top:4px}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.country-pill{background:#f1f4ef;border:1px solid #e2e7e0;padding:8px 12px;border-radius:30px;font-size:13px}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e0f2ea;color:#087554;font-size:12px;font-weight:800}.bills-tools-button{border:1px solid #cfe0d7;background:#edf7f1;color:#087554;padding:9px 12px;border-radius:11px;font-weight:800;font-size:12px;display:flex;align-items:center;gap:7px;cursor:pointer}.bills-tools-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d1e1773;z-index:80;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bills-tools-drawer{height:100%;position:relative;animation:billsDrawerIn .22s ease-out}.bills-tools-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:1px solid #dce4de;background:#fff;color:#526158;border-radius:10px;display:grid;place-items:center;cursor:pointer;z-index:2}@keyframes billsDrawerIn{0%{transform:translate(100%)}to{transform:translate(0)}}.leisure-home-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:999px;border:1px solid color-mix(in srgb,var(--theme-nav-text,#17211d) 18%,transparent);background:color-mix(in srgb,var(--theme-nav-text,#17211d) 12%,var(--theme-nav,#fff) 88%);color:var(--theme-nav-text,#17211d);cursor:pointer;font-weight:900;line-height:1;box-shadow:0 10px 24px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bills-agent-launcher{position:fixed;right:20px;bottom:22px;z-index:45;border:1px solid rgba(255,255,255,.34);background:#173b2f;color:#fff;border-radius:999px;padding:8px 16px 8px 8px;display:flex;align-items:center;gap:9px;cursor:pointer;box-shadow:0 14px 34px #0c30244d;transition:transform .18s ease,box-shadow .18s ease}.bills-agent-launcher:hover{transform:translateY(-2px);box-shadow:0 17px 38px #0c30245c}.bills-agent-launcher>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#20a879}.bills-agent-launcher strong{font-size:13px;white-space:nowrap}.bills-mini-chat{position:fixed;right:20px;bottom:20px;width:min(430px,calc(100vw - 28px));height:min(680px,calc(100dvh - 40px));z-index:90;border:1px solid var(--theme-border,#dce4de);border-radius:22px;overflow:hidden;background:var(--theme-surface,#fff);box-shadow:0 24px 70px #0a231a47;display:flex;flex-direction:column}.bills-mini-chat-header{height:52px;flex:0 0 52px;padding:0 10px 0 16px;display:flex;align-items:center;justify-content:space-between;background:var(--theme-surface,#fff);color:var(--theme-text,#17211d);border-bottom:1px solid var(--theme-border,#dce4de)}.bills-mini-chat-header>div{display:flex;align-items:center;gap:8px}.bills-mini-chat-header button{width:34px;height:34px;border-radius:10px;border:1px solid var(--theme-border,#dce4de);background:var(--theme-surface-strong,#f4f7f4);color:var(--theme-text,#17211d);display:grid;place-items:center;cursor:pointer}.bills-mini-chat-frame{width:100%;height:100%;flex:1;border:0;background:var(--theme-bg,#fff)}.bills-shell{max-width:1240px;margin:auto;padding:52px 24px 40px}.welcome-row{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin-bottom:32px}.eyebrow{color:var(--green);font-weight:800;font-size:11px;letter-spacing:.14em;margin:0 0 10px;display:flex;align-items:center;gap:7px}.welcome-row h1{font:800 clamp(29px,3.4vw,45px)/1.12 "Manrope";letter-spacing:-.045em;max-width:780px;margin:0 0 10px}.welcome-row>div>p:last-child{color:var(--muted);margin:0;font-size:16px}.primary-button{border:0;background:var(--green);color:#fff;border-radius:12px;padding:13px 19px;font-weight:700;display:flex;gap:8px;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 7px 18px #0c7a5b25}.primary-button:hover{background:#09694f}.primary-button.wide{width:100%;margin-top:7px}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:18px}.balance-card,.insight-card,.panel{background:#fff;border:1px solid #e2e6df;border-radius:20px;box-shadow:0 8px 24px #2130270b}.balance-card{padding:25px 28px}.summary-label{display:flex;gap:9px;align-items:center;color:#657168;font-size:13px;font-weight:600}.balance-card>strong{font:800 33px Manrope;display:block;margin:15px 0 2px}.balance-card>span,.balance-card>small{color:#7b867f;font-size:12px}.progress-track{height:6px;background:#e9eee9;border-radius:10px;margin:17px 0 9px;overflow:hidden}.progress-track i{height:100%;background:linear-gradient(90deg,#0a7958,#3bb98f);display:block;border-radius:10px}.insight-card{padding:25px 22px;display:flex;align-items:center;gap:15px;background:linear-gradient(120deg,#eff9f3,#fff 62%)}.income-card{background:linear-gradient(120deg,#eef5ff,#fff 62%)}.income-card .insight-icon{background:#dceaff;color:#356aa0}.insight-icon{width:48px;height:48px;border-radius:15px;background:#d7f1e3;color:#087554;display:grid;place-items:center;flex:none}.insight-card>div:nth-child(2){flex:1}.insight-card span{font-size:10px;letter-spacing:.11em;color:#4e816d;font-weight:800}.insight-card strong{display:block;font:700 16px Manrope;margin:5px 0}.insight-card p{color:#718078;margin:0;font-size:12px;line-height:1.4}.insight-card button,.row-arrow{border:0;background:transparent;color:#849089;cursor:pointer}.content-grid{display:grid;grid-template-columns:1.45fr .72fr;gap:18px}.panel{padding:27px}.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.panel-heading h2,.agent-card h2{font:750 20px Manrope;margin:0 0 4px}.panel-heading p{margin:0;color:#8a948e;font-size:12px}.text-button{border:0;background:transparent;color:var(--green);font-weight:700;cursor:pointer}.bill-list{border-top:1px solid #edf0ec}.bill-row{display:grid;grid-template-columns:44px minmax(130px,1fr) 72px 100px 25px;gap:13px;align-items:center;padding:15px 0;border-bottom:1px solid #edf0ec}.bill-icon,.tool-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center}.blue{background:#e3f2ff;color:#1680ba}.gold{background:#fff0ce;color:#bd7510}.violet{background:#eee7ff;color:#7050bd}.green{background:#def4e5;color:#21814c}.coral{background:#ffe7df;color:#c55a3c}.teal{background:#dcf3f2;color:#197a78}.bill-name,.bill-due{display:flex;flex-direction:column}.bill-name strong{font-size:14px}.bill-name span,.bill-due span{color:#929b96;font-size:11px;margin-top:3px}.bill-due strong{font-size:12px;margin-top:3px}.bill-amount{text-align:right;font-size:14px}.reminder-toggle{margin-top:18px;padding:15px 17px;background:#f5f8f4;border-radius:14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.reminder-toggle>span{display:flex;align-items:center;gap:12px}.reminder-toggle>span>span{display:flex;flex-direction:column}.reminder-toggle strong{font-size:13px}.reminder-toggle small{font-size:11px;color:#849087;margin-top:3px}.reminder-toggle input{display:none}.reminder-toggle>i{width:40px;height:23px;border-radius:20px;background:#cbd3ce;position:relative;transition:.2s}.reminder-toggle>i:after{content:"";position:absolute;width:17px;height:17px;top:3px;left:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 3px #0003}.reminder-toggle input:checked+i{background:var(--green)}.reminder-toggle input:checked+i:after{transform:translate(17px)}.agent-card{text-align:center;background:linear-gradient(155deg,#fff 40%,#edf8f2)}.agent-orbit{width:70px;height:70px;border-radius:23px;background:linear-gradient(145deg,#087554,#19ac7e);display:grid;place-items:center;color:#fff;margin:0 auto 18px;box-shadow:0 12px 28px #0c7a5b35;transform:rotate(-4deg)}.agent-orbit span{font:800 15px Manrope;transform:rotate(4deg)}.agent-card .eyebrow{justify-content:center}.agent-card h2{margin-bottom:17px}.quick-prompts{display:flex;flex-direction:column;gap:8px}.quick-prompts button{border:1px solid #e3e8e3;background:#fff;border-radius:12px;padding:11px 12px;display:grid;grid-template-columns:20px 1fr 16px;align-items:center;gap:8px;text-align:left;font-size:12px;font-weight:600;color:#3c4941;cursor:pointer}.quick-prompts button svg:first-child{color:var(--green);width:17px}.agent-chat-button{width:100%;border:0;border-radius:12px;background:#172d25;color:#fff;padding:13px;margin-top:13px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.tools-section{margin-top:32px}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tool-card{border:1px solid #e1e6df;background:#fff;border-radius:16px;padding:18px;display:grid;grid-template-columns:42px 1fr 18px;gap:13px;align-items:center;text-align:left;color:var(--ink);cursor:pointer;transition:.2s}.tool-card:hover{transform:translateY(-2px);border-color:#a7cdbd;box-shadow:0 9px 20px #32493e12}.tool-card>span:nth-child(2){display:flex;flex-direction:column}.tool-card strong{font:700 14px Manrope}.tool-card small{font-size:11px;line-height:1.45;color:#7f8a83;margin-top:4px}.tool-card>svg{color:#a2aaa5}.disclaimer{text-align:center;color:#8a948e;font-size:10px;margin:28px 0 0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14251dcc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:50;display:grid;place-items:center;padding:20px}.bill-modal{width:min(100%,480px);background:#fff;border-radius:22px;padding:27px;box-shadow:0 25px 80px #0005}.modal-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.modal-title h2{font:800 25px Manrope;margin:0}.bill-modal label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700;color:#4a574f;margin-bottom:14px}.bill-modal input{border:1px solid #dfe5df;border-radius:11px;padding:12px;color:#17211d;background:#fafbf9;outline:none}.bill-modal input:focus{border-color:#0f9470;box-shadow:0 0 0 3px #0f947018}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bills-toast{position:fixed;right:24px;bottom:24px;background:#163c2f;color:#fff;border-radius:12px;padding:13px 18px;display:flex;align-items:center;gap:9px;box-shadow:0 12px 30px #0003;z-index:70;font-size:13px}.bill-drill-picker-backdrop{z-index:110}.bill-drill-picker{width:min(540px,100%);background:var(--theme-surface,#fff);color:var(--theme-text,var(--ink));border:1px solid var(--theme-border,#dfe6e1);border-radius:22px;padding:26px;box-shadow:0 25px 80px #0005}.bill-drill-picker .modal-title small{display:block;color:var(--theme-text-muted,#7b867f);margin-top:6px}.bill-drill-options{display:flex;flex-direction:column;gap:9px}.bill-drill-options>button{border:1px solid var(--theme-border,#e1e6df);background:var(--theme-surface-strong,#fff);color:var(--theme-text,var(--ink));border-radius:15px;padding:13px;display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:12px;text-align:left;cursor:pointer}.bill-drill-options>button:hover{border-color:var(--theme-accent,var(--green));background:var(--theme-accent-soft,#edf8f2)}.bill-drill-options>button>span:nth-child(2){display:flex;flex-direction:column}.bill-drill-options strong{font:700 14px Manrope,sans-serif}.bill-drill-options small{color:var(--theme-text-muted,#7f8a83);font-size:11px;margin-top:3px}.picker-note{display:flex;align-items:center;gap:7px;margin:16px 0 0;color:var(--theme-text-muted,#7f8a83);font-size:11px}.expense-pop-backdrop{z-index:108}.expense-pop-card{width:min(520px,100%);background:var(--theme-surface,#fff);color:var(--theme-text,var(--ink));border:1px solid var(--theme-border,#dfe6e1);border-radius:22px;padding:25px;box-shadow:0 25px 80px #0005}.expense-pop-header{display:grid;grid-template-columns:48px 1fr 40px;align-items:center;gap:13px}.expense-pop-header .bill-icon{width:48px;height:48px;border-radius:15px}.expense-pop-header .eyebrow{margin-bottom:3px}.expense-pop-header h2{font:800 23px Manrope,sans-serif;margin:0}.expense-pop-header>div:nth-child(2)>span{font-size:12px;color:var(--theme-text-muted,#7f8a83)}.expense-pop-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:20px 0}.expense-pop-summary>div{border:1px solid var(--theme-border,#e3e8e3);background:var(--theme-surface-strong,#f8faf8);border-radius:13px;padding:13px;display:flex;flex-direction:column;gap:4px}.expense-pop-summary span,.expense-comparison span{font-size:10px;color:var(--theme-text-muted,#7f8a83)}.expense-pop-summary strong{font:750 14px Manrope,sans-serif}.expense-comparison{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:12px;background:var(--theme-accent-soft,#edf8f2);margin-bottom:14px}.expense-comparison strong{color:var(--theme-accent,var(--green))}.expense-list-total{display:flex;align-items:center;justify-content:space-between;margin:20px 0 12px;padding:13px 15px;border-radius:13px;background:var(--theme-accent-soft,#edf8f2)}.expense-list-total span{font-size:11px;color:var(--theme-text-muted,#7f8a83)}.expense-list-total strong{font:800 20px Manrope,sans-serif}.expense-items-list{border:1px solid var(--theme-border,#e3e8e3);border-radius:15px;overflow:hidden;margin-bottom:14px}.expense-items-heading{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--theme-surface-strong,#f8faf8);border-bottom:1px solid var(--theme-border,#e3e8e3)}.expense-items-heading strong{font-size:12px}.expense-items-heading span{font-size:10px;color:var(--theme-text-muted,#7f8a83)}.expense-empty{padding:25px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;color:var(--theme-text-muted,#7f8a83)}.expense-empty svg{color:var(--theme-accent,var(--green));margin-bottom:3px}.expense-empty strong{font-size:13px;color:var(--theme-text,var(--ink))}.expense-empty span{font-size:11px;max-width:310px;line-height:1.45}.expense-item{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--theme-border,#edf0ec)}.expense-item:last-child{border-bottom:0}.expense-item-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--theme-accent-soft,#edf8f2);color:var(--theme-accent,var(--green))}.expense-item>div:nth-child(2),.expense-item-values{display:flex;flex-direction:column}.expense-item>div:nth-child(2)>strong{font-size:12px}.expense-item small{font-size:9px;color:var(--theme-text-muted,#7f8a83);margin-top:3px}.expense-item-values{text-align:right}.expense-item-values strong{font-size:12px}.expense-pop-actions{display:flex;flex-direction:column;gap:9px}.expense-appliance-action{border:1px solid var(--theme-accent,var(--green));background:var(--theme-accent-soft,#edf8f2);color:var(--theme-text,var(--ink));border-radius:15px;padding:14px;display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:11px;text-align:left;cursor:pointer}.expense-appliance-action>span:first-child{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--theme-accent,var(--green));color:#fff}.expense-appliance-action>span:nth-child(2){display:flex;flex-direction:column}.expense-appliance-action strong{font:750 13px Manrope,sans-serif}.expense-appliance-action small{font-size:10px;color:var(--theme-text-muted,#7f8a83);margin-top:3px;line-height:1.35}.expense-agent-action{border:1px solid var(--theme-border,#e3e8e3);background:var(--theme-surface-strong,#fff);color:var(--theme-text,var(--ink));border-radius:12px;padding:11px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer}.savings-pop-backdrop{z-index:112}.savings-pop-card{width:min(500px,100%);background:var(--theme-surface,#fff);color:var(--theme-text,var(--ink));border:1px solid var(--theme-border,#dfe6e1);border-radius:22px;padding:26px;box-shadow:0 25px 80px #0005}.savings-tabs{display:grid;grid-template-columns:1fr 1fr;background:var(--theme-surface-strong,#f3f6f3);border:1px solid var(--theme-border,#dfe6e1);border-radius:13px;padding:4px;margin-bottom:18px}.savings-tabs button{border:0;border-radius:9px;padding:10px;background:transparent;color:var(--theme-text-muted,#6f7b74);font-weight:800;cursor:pointer}.savings-tabs button.active{background:var(--theme-surface,#fff);color:var(--theme-accent,var(--green));box-shadow:0 2px 8px #17211d14}.savings-empty{min-height:220px;border:1px dashed var(--theme-border,#dfe6e1);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px}.savings-empty>span{width:52px;height:52px;border-radius:15px;background:var(--theme-accent-soft,#edf8f2);color:var(--theme-accent,var(--green));display:grid;place-items:center}.savings-empty>strong{font:750 16px Manrope,sans-serif;margin-top:13px}.savings-empty p{font-size:12px;color:var(--theme-text-muted,#7f8a83);margin:6px 0 16px}.credit-health-card{width:min(620px,100%);max-height:min(820px,calc(100dvh - 34px));overflow:auto}.credit-health-loading,.credit-health-error{min-height:190px;border:1px dashed var(--theme-border,#dfe6e1);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:var(--theme-text-muted,#748078)}.credit-health-loading svg{color:var(--theme-accent,var(--green))}.credit-health-error button{border:0;background:var(--green);color:#fff;border-radius:9px;padding:9px 14px;font-weight:700}.credit-score-head{border-radius:16px;padding:18px;background:linear-gradient(125deg,#e8f7ef,#f8fcfa);display:grid;grid-template-columns:1fr auto;align-items:center;margin-bottom:14px}.credit-score-head>span{text-transform:uppercase;font-size:10px;letter-spacing:.12em;font-weight:800;color:#39725d}.credit-score-head>strong{font:800 28px Manrope,sans-serif}.credit-score-head>small{grid-column:1/-1;margin-top:5px;color:var(--theme-text-muted,#748078);font-size:11px}.credit-score-head.needs_attention{background:#fff0ed}.credit-score-head.fair{background:#fff7df}.credit-score-head.good{background:#edf7ff}.credit-score-head.strong{background:#e8f7ef}.credit-known-summary{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--theme-border,#e1e6e1);border-radius:12px;padding:11px 13px;margin-bottom:12px}.credit-known-summary span{font-size:11px;color:var(--theme-text-muted,#748078)}.credit-questions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.credit-questions label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:700;color:var(--theme-text,#34433a)}.credit-questions input{border:1px solid var(--theme-border,#dfe5df);background:var(--theme-surface-strong,#fafbf9);color:var(--theme-text,#17211d);border-radius:10px;padding:10px;outline:none}.credit-questions input:focus{border-color:var(--green);box-shadow:0 0 0 3px #0f947018}.credit-questionnaire .primary-button{margin-top:14px}.credit-questionnaire .primary-button:disabled{opacity:.65}.credit-inline-error{font-size:11px;color:#a43c32}.credit-factor-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.credit-factor-grid>div{border:1px solid var(--theme-border,#e1e6e1);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:4px}.credit-factor-grid span{font-size:10px;color:var(--theme-text-muted,#748078)}.credit-factor-grid strong{font-size:12px}.credit-health-note{font-size:10px;line-height:1.45;color:var(--theme-text-muted,#748078);margin:13px 0}.credit-health-result .primary-button{margin-top:4px}.savings-planner,.savings-goals-panel,.income-manager{display:flex;flex-direction:column;gap:12px}.finance-loading{padding:35px;text-align:center;color:var(--theme-text-muted,#748078)}.auto-savings-total{padding:18px;border-radius:16px;background:linear-gradient(125deg,#e2f6eb,#f8fcfa);display:flex;flex-direction:column}.auto-savings-total.negative{background:#fff0ed}.auto-savings-total span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#39725d}.auto-savings-total strong{font:800 29px Manrope,sans-serif;margin:5px 0}.auto-savings-total small{font-size:10px;color:var(--theme-text-muted,#748078)}.finance-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.finance-summary-grid>div{border:1px solid var(--theme-border,#e1e6e1);border-radius:12px;padding:11px;display:flex;flex-direction:column;gap:4px}.finance-summary-grid span{font-size:10px;color:var(--theme-text-muted,#748078)}.finance-summary-grid strong{font-size:13px}.mini-finance-form,.goal-form{border:1px solid var(--theme-border,#e1e6e1);border-radius:13px;padding:12px;display:flex;flex-direction:column;gap:8px}.mini-finance-form>strong,.goal-form>strong{font-size:12px}.mini-finance-form>div,.goal-form>div{display:flex;gap:7px}.mini-finance-form input,.goal-form input,.goal-form textarea{min-width:0;flex:1;border:1px solid var(--theme-border,#dfe5df);background:var(--theme-surface-strong,#fafbf9);color:var(--theme-text,#17211d);border-radius:9px;padding:9px;font-size:11px}.goal-form textarea{resize:vertical;min-height:64px}.mini-finance-form button{border:0;background:var(--green);color:#fff;border-radius:9px;padding:8px 13px;font-weight:700}.goal-list{display:flex;flex-direction:column;gap:8px}.goal-list>article{border:1px solid var(--theme-border,#e1e6e1);border-radius:12px;padding:11px;display:grid;grid-template-columns:1fr auto;gap:8px}.goal-list article>div{display:flex;flex-direction:column}.goal-list small{font-size:9px;color:var(--theme-text-muted,#748078)}.goal-list article>span{font-size:10px;font-weight:700}.goal-list i{grid-column:1/-1;height:5px;background:#e6ece8;border-radius:5px;overflow:hidden}.goal-list b{display:block;height:100%;background:var(--green)}.goal-list>p,.income-source-list>p{font-size:11px;color:var(--theme-text-muted,#748078);text-align:center}.income-source-list{display:flex;flex-direction:column}.income-source-list>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--theme-border,#e1e6e1);padding:10px 3px;font-size:12px}.hustle-helper{min-height:280px}.hustle-loading{min-height:250px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;color:var(--green)}.hustle-chat{display:flex;flex-direction:column;gap:10px}.hustle-chat-bubble{padding:11px 13px;border-radius:14px;font-size:12px;line-height:1.45}.hustle-chat-bubble.bot{align-self:flex-start;background:#edf7f2;border-bottom-left-radius:4px;color:#27483b;display:flex;align-items:flex-start;gap:6px}.hustle-chat-bubble.user{align-self:flex-end;background:#173b2f;color:#fff;border-bottom-right-radius:4px}.hustle-chat form{display:flex;gap:7px}.hustle-chat form input{flex:1;border:1px solid #dce4de;border-radius:11px;padding:11px}.hustle-chat form button{border:0;background:var(--green);color:#fff;border-radius:10px;padding:0 15px;font-weight:700}.hustle-chat>small{text-align:center;color:#849087;font-size:9px}.hustle-options{display:grid;grid-template-columns:1fr 1fr;gap:7px}.hustle-options button{border:1px solid #cfe0d7;background:#fff;color:#285343;border-radius:11px;padding:10px;font-size:11px;font-weight:700}.hustle-ideas{display:flex;flex-direction:column;gap:8px}.hustle-ideas>button{border:1px solid #dce4de;background:#fff;border-radius:13px;padding:11px;display:grid;grid-template-columns:30px 1fr 18px;gap:9px;text-align:left;align-items:center}.hustle-ideas>button>span{width:28px;height:28px;border-radius:9px;background:#e3f4eb;color:var(--green);display:grid;place-items:center;font-weight:800}.hustle-ideas>button>div{display:flex;flex-direction:column}.hustle-ideas strong{font-size:12px}.hustle-ideas p{font-size:10px;color:#66746c;margin:3px 0}.hustle-ideas small,.hustle-ideas em{font-size:9px;color:#79857e}.hustle-ideas em{margin-top:3px;color:#39725d}.hustle-plan-hero{display:flex;gap:11px;background:linear-gradient(125deg,#173b2f,#0c7a5b);color:#fff;border-radius:16px;padding:16px}.hustle-plan-hero>span{width:38px;height:38px;border-radius:11px;background:#ffffff20;display:grid;place-items:center}.hustle-plan-hero small{font-size:8px;letter-spacing:.12em}.hustle-plan-hero h3{font:800 17px Manrope;margin:3px 0}.hustle-plan-hero p{font-size:10px;margin:0;opacity:.8}.hustle-level{display:grid;grid-template-columns:1fr auto;gap:5px;margin:12px 2px}.hustle-level strong{color:#c47a0b}.hustle-level span{font-size:10px;color:#748078}.hustle-level i{grid-column:1/-1;height:6px;background:#e8ece9;border-radius:6px;overflow:hidden}.hustle-level b{display:block;height:100%;background:linear-gradient(90deg,#f1a41d,#14a477)}.hustle-plan-doc section{margin-top:13px}.hustle-plan-doc h4{display:flex;align-items:center;gap:7px;font-size:12px;margin:0 0 7px}.hustle-plan-doc h4 span{width:24px;height:24px;border-radius:8px;background:#173b2f;color:#fff;display:grid;place-items:center}.hustle-plan-doc section>button{width:100%;border:1px solid #dfe5df;background:#fff;border-radius:12px;padding:10px;display:grid;grid-template-columns:22px 1fr auto;gap:8px;text-align:left;margin-bottom:6px}.hustle-plan-doc section>button.completed{background:#eef8f2;opacity:.75}.hustle-plan-doc section>button>i{font-style:normal;color:var(--green);font-size:17px}.hustle-plan-doc section>button>span{display:flex;flex-direction:column}.hustle-plan-doc section>button strong{font-size:11px}.hustle-plan-doc section>button small{font-size:9px;color:#77837c;margin-top:2px}.hustle-plan-doc section>button>b{font-size:9px;color:#c47a0b}.income-tabs{grid-template-columns:repeat(3,1fr)}.hustle-guide-view{display:flex;flex-direction:column;gap:12px}.hustle-viability{border:1px solid #e0e6e1;border-left:5px solid #d39b29;border-radius:13px;padding:12px}.hustle-viability.promising,.hustle-viability.strong{border-left-color:#149268;background:#eff9f4}.hustle-viability.low{border-left-color:#c55545;background:#fff2ef}.hustle-viability>div{display:flex;align-items:center;justify-content:space-between}.hustle-viability span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#738078}.hustle-viability strong{font-size:12px;text-transform:capitalize}.hustle-viability p{font-size:11px;margin:7px 0;color:#48574e}.hustle-viability small{font-size:9px;color:#7d8881}.guide-heading{font:800 14px Manrope,sans-serif;margin:4px 0 0}.guide-itinerary{display:flex;flex-direction:column;gap:7px}.guide-itinerary article{border:1px solid #dfe5df;border-radius:13px;padding:10px;display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:start}.guide-itinerary article.completed{background:#eff8f3;opacity:.78}.guide-itinerary article>button:first-child{border:0;background:#e6f4ec;color:#087554;width:27px;height:27px;border-radius:8px;font-size:17px}.guide-itinerary article>div{display:flex;flex-direction:column}.guide-itinerary article strong{font-size:11px}.guide-itinerary article p{font-size:9px;color:#6f7c74;margin:3px 0}.guide-itinerary article small{font-size:8px;color:#87918b}.focus-button{border:1px solid #c9ded4;background:#fff;color:#087554;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:800}.guide-sections{display:flex;flex-direction:column;gap:6px}.guide-sections details{border:1px solid #dfe5df;border-radius:11px;background:#fff}.guide-sections summary{list-style:none;display:grid;grid-template-columns:25px 1fr auto;gap:7px;align-items:center;padding:9px;cursor:pointer}.guide-sections summary span{width:24px;height:24px;border-radius:7px;background:#eef6f1;color:#087554;display:grid;place-items:center;font-size:9px;font-weight:800}.guide-sections summary strong{font-size:11px}.guide-sections summary em{font-size:8px;color:#9a720f}.guide-sections details>p{font-size:10px;line-height:1.5;color:#56645c;margin:0;padding:0 11px 11px 41px}.income-planner-card{width:min(720px,100%);max-height:calc(100dvh - 32px);overflow-y:auto}.guide-back-button{border:0;background:#edf7f2;color:#087554;border-radius:9px;padding:8px 11px;font-weight:800;margin-bottom:10px}.guide-library{display:flex;flex-direction:column;gap:9px}.guide-library>button{border:1px solid #dfe5df;background:#fff;border-radius:14px;padding:12px;display:grid;grid-template-columns:38px 1fr 18px;gap:10px;text-align:left;align-items:center}.guide-library>button>span{width:36px;height:36px;border-radius:11px;background:#e8f6ee;color:#087554;display:grid;place-items:center}.guide-library>button>div{display:flex;flex-direction:column}.guide-library strong{font-size:12px}.guide-library p{font-size:10px;color:#6d7a72;margin:3px 0}.guide-library small{font-size:9px;color:#8a7560;text-transform:capitalize}.guide-section-body{padding:0 12px 12px 41px}.guide-section-body>p{padding:0!important;margin:5px 0!important}.guide-section-body h5{font-size:10px;color:#087554;margin:10px 0 3px}.guide-section-body ul{margin:4px 0 0;padding-left:17px}.guide-section-body li{font-size:10px;line-height:1.5;color:#4f5e55;margin-bottom:3px}.guide-pagination{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;border-top:1px solid #e4e9e5;padding-top:11px}.guide-pagination button{border:1px solid #cfe0d7;background:#fff;color:#087554;border-radius:9px;padding:8px 11px;font-size:10px;font-weight:800}.guide-pagination button:disabled{opacity:.4}.guide-pagination span{text-align:center;font-size:9px;color:#748078}.earning-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.earning-cards article{border:1px solid #dbe7df;border-radius:12px;padding:10px;background:linear-gradient(145deg,#f2fbf6,#fff)}.earning-cards small{display:block;font-size:7px;letter-spacing:.08em;color:#6c7d73}.earning-cards strong{display:block;font-size:14px;color:#087554;margin:3px 0}.earning-cards span{font-size:7px;color:#738078}.deadline-field{display:flex!important;align-items:center;gap:6px;margin-top:6px;font-size:8px;font-weight:700;color:#64736a}.deadline-field input{border:1px solid #d8e1db;border-radius:7px;padding:5px;font-size:8px;max-width:165px}.implementation-widget{border:1px solid #dce8e1;background:#f7fbf9;border-radius:11px;padding:10px;margin:10px 0;display:flex;flex-direction:column;gap:8px}.implementation-widget>strong{font-size:11px}.implementation-widget label{display:flex;flex-direction:column;gap:4px;font-size:9px;font-weight:700}.implementation-widget input,.implementation-widget textarea,.section-assistant input{border:1px solid #d5dfd9;border-radius:8px;padding:8px;background:#fff;font:inherit;font-size:9px}.implementation-widget textarea{min-height:55px;resize:vertical}.implementation-widget button,.save-section-button,.section-assistant button{border:0;border-radius:8px;background:#087554;color:#fff;padding:8px 10px;font-size:9px;font-weight:800}.choice-row,.market-chips{display:flex;flex-wrap:wrap;gap:6px}.choice-row button,.market-chips button{background:#e7f1eb;color:#425248}.choice-row button.selected,.market-chips button.selected{background:#087554;color:#fff}.editable-row{display:grid;grid-template-columns:1fr 1.3fr;gap:6px}.price-row{grid-template-columns:1fr 110px}.range-grid,.finance-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.range-grid label b{text-align:center}.formula-results{display:grid;grid-template-columns:1fr 1fr;gap:6px}.formula-results span{border-radius:8px;background:#fff;padding:7px;font-size:8px}.formula-results b{display:block;font-size:11px;color:#087554}.task-panel{border-left:4px solid #087554;background:#f2f9f5;border-radius:9px;padding:10px;margin-top:10px}.task-panel h5{font-size:15px!important;margin:0 0 8px!important;color:#143d2f!important}.task-panel label{display:flex;align-items:flex-start;gap:8px;font-size:11px;font-weight:700;line-height:1.45;margin:7px 0}.task-panel input{margin-top:2px}.save-section-button{margin-top:8px}.section-assistant{border-top:1px solid #dfe7e2;margin-top:12px;padding-top:10px}.section-assistant>strong{display:flex;align-items:center;gap:5px;font-size:11px}.section-assistant>div{margin-top:7px}.section-assistant>div:last-child{display:grid;grid-template-columns:1fr auto;gap:6px}.section-assistant small{font-size:8px;color:#718077}.section-assistant p{font-size:9px!important;background:#f4f8f5;border-radius:7px;padding:7px!important;margin:3px 0!important}.section-roadmap{position:relative;margin:10px 0;padding-left:5px}.section-roadmap:before{content:"";position:absolute;left:17px;top:10px;bottom:10px;width:2px;background:#b8d8c7}.section-roadmap>div{position:relative;display:grid;grid-template-columns:26px 1fr auto;gap:8px;align-items:center;margin:10px 0}.section-roadmap span{z-index:1;width:26px;height:26px;border-radius:50%;background:#087554;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900}.section-roadmap p{font-size:9px!important;margin:0!important}.section-roadmap input{border:1px solid #d7e1db;border-radius:7px;padding:5px;font-size:8px}.internal-ai-advice{display:flex;gap:7px;align-items:flex-start;border:1px solid #cfe5d8;background:#f0faf5;border-radius:10px;padding:8px 9px;margin-top:9px;color:#254b3c}.internal-ai-advice>svg{color:#087554;flex:none;margin-top:1px}.internal-ai-advice strong{font-size:8px!important;letter-spacing:.08em;text-transform:uppercase;color:#087554;margin:0!important}.internal-ai-advice p{font-size:9px!important;line-height:1.4!important;color:#52665b!important;margin:2px 0 0!important}.balance-card>.internal-ai-advice{margin-bottom:8px}.bill-advice-inline{display:flex;align-items:flex-start;gap:4px;color:#4f7564!important;font-size:8px!important;line-height:1.35;max-width:540px}.bill-advice-inline svg{flex:none;margin-top:1px}.bill-row{grid-template-columns:44px minmax(230px,1fr) 72px 100px 25px}.expense-pop-card>.internal-ai-advice{margin:-3px 0 14px}.insight-card .internal-ai-advice{margin-top:8px}.bill-list-scroll{max-height:430px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:8px;border-top:1px solid #edf0ec}.bill-list-scroll .bill-list{border-top:0}.bill-list-scroll::-webkit-scrollbar{width:8px}.bill-list-scroll::-webkit-scrollbar-track{background:#f1f5f2;border-radius:99px}.bill-list-scroll::-webkit-scrollbar-thumb{background:#bad1c4;border-radius:99px}.bills-pagination{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #e6ebe7}.bills-pagination button{border:1px solid #cfe0d7;background:#fff;color:#087554;border-radius:9px;padding:8px 12px;font-size:10px;font-weight:800;cursor:pointer}.bills-pagination button:disabled{opacity:.38;cursor:not-allowed}.bills-pagination span{text-align:center;color:#75827a;font-size:9px}@media (max-width:700px){.bill-list-scroll{max-height:390px}.bills-pagination{grid-template-columns:auto 1fr auto}.bills-pagination button{padding:7px 8px}.bills-pagination span{font-size:8px}}.expense-items-scroll{max-height:292px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.expense-items-scroll::-webkit-scrollbar{width:8px}.expense-items-scroll::-webkit-scrollbar-track{background:#f1f5f2}.expense-items-scroll::-webkit-scrollbar-thumb{background:#bad1c4;border-radius:99px}.expense-pagination{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;margin:-3px 0 14px}.expense-pagination button{border:1px solid var(--theme-border,#d8e2dc);background:var(--theme-surface,#fff);color:var(--theme-accent,#087554);border-radius:8px;padding:7px 9px;font-size:11px;font-weight:800}.expense-pagination button:disabled{opacity:.38}.expense-pagination span{text-align:center;font-size:11px;color:var(--theme-text-muted,#748078)}.bills-page small{font-size:11px;line-height:1.5}.bills-page .internal-ai-advice strong{font-size:10px!important}.bills-page .internal-ai-advice p{font-size:12px!important;line-height:1.55!important}.bills-page .bill-advice-inline{font-size:11px!important;line-height:1.5}.bills-page .expense-item small,.bills-page .expense-appliance-action small,.bills-page .goal-list small,.bills-page .expense-items-heading span,.bills-page .expense-pop-summary span,.bills-page .expense-comparison span{font-size:11px}.bills-page .guide-section-body>p,.bills-page .section-assistant p{font-size:11px!important;line-height:1.55!important}@media (max-width:620px){.expense-items-scroll{max-height:250px}.expense-pagination button{padding:7px}.expense-pagination span{font-size:10px}}@media (max-width:620px){.earning-cards,.range-grid,.finance-inputs,.formula-results,.editable-row,.price-row{grid-template-columns:1fr}.section-roadmap>div{grid-template-columns:26px 1fr}.section-roadmap input{grid-column:2}}@media (max-width:850px){.bills-shell{padding-top:32px}.summary-grid,.content-grid{grid-template-columns:1fr}.tool-grid{grid-template-columns:repeat(2,1fr)}.country-pill span{display:none}.welcome-row{align-items:flex-start}.welcome-row h1{font-size:31px}}@media (max-width:580px){.bills-topbar{height:64px;padding:0 14px}.bills-topbar>.icon-button{display:none}.bills-brand small{display:none}.topbar-actions{gap:7px}.bills-tools-button span{display:none}.bills-tools-button{padding:9px}.country-pill{display:none}.bills-shell{padding:25px 14px 90px}.welcome-row{display:block}.welcome-row .primary-button{margin-top:20px;width:100%}.summary-grid{gap:12px}.insight-card{align-items:flex-start}.content-grid{gap:12px}.panel{padding:20px 16px}.bill-row{grid-template-columns:40px 1fr auto 20px;gap:10px}.bill-due{display:none}.bill-amount{font-size:13px}.tool-grid,.form-row,.credit-questions,.credit-factor-grid{grid-template-columns:1fr}.bill-modal,.bill-drill-picker,.expense-pop-card,.credit-health-card{padding:22px}.expense-pop-summary{grid-template-columns:1fr 1fr}.bills-toast{left:14px;right:14px;bottom:14px;justify-content:center}.bills-agent-launcher{right:14px;bottom:14px}.bills-mini-chat{top:8px;right:8px;bottom:8px;left:8px;width:auto;height:auto;border-radius:18px}}.bills-page{--ink: var(--theme-text);--muted: var(--theme-text-muted);--green: var(--theme-accent);--green2: var(--theme-accent-strong);--cream: var(--theme-surface-strong);background:var(--theme-bg);color:var(--theme-text);font-family:var(--theme-font-body, system-ui, -apple-system, "Segoe UI", sans-serif)}.bills-page h1,.bills-page h2,.bills-page h3,.bills-page strong,.bills-page .bills-brand strong,.bills-page .modal-title h2,.bills-page .expense-pop-header h2{font-family:var(--theme-font-display, var(--theme-font-body, system-ui, sans-serif))}.bills-topbar{background:var(--theme-nav-bg);color:var(--theme-nav-text);border-bottom-color:var(--theme-border);box-shadow:var(--theme-shadow)}.bills-brand{color:var(--theme-nav-text)}.bills-brand small,.welcome-row>div>p:last-child,.panel-heading p,.bill-name span,.bill-due span,.tool-card small,.disclaimer{color:var(--theme-text-muted)}.brand-mark,.primary-button,.reminder-toggle input:checked+i,.expense-appliance-action>span:first-child{background:linear-gradient(145deg,var(--theme-accent),var(--theme-accent-strong));color:var(--theme-surface)}.avatar{background:var(--theme-accent-soft);color:var(--theme-accent)}.bills-page .icon-button,.country-pill,.bills-tools-button,.text-button,.row-arrow{color:var(--theme-text)}.bills-page .icon-button,.country-pill{background:var(--theme-surface-strong);border-color:var(--theme-border)}.bills-tools-button{background:var(--theme-accent-soft);border-color:color-mix(in srgb,var(--theme-accent) 40%,var(--theme-border));color:var(--theme-accent)}.balance-card,.insight-card,.panel,.tool-card,.quick-prompts button,.bill-modal,.bill-drill-picker,.expense-pop-card{background:var(--theme-surface);color:var(--theme-text);border-color:var(--theme-border);box-shadow:var(--theme-shadow)}.insight-card,.agent-card{background:linear-gradient(135deg,var(--theme-accent-soft),transparent 65%),var(--theme-surface)}.insight-icon,.agent-orbit,.progress-track i{background:var(--theme-accent-soft);color:var(--theme-accent)}.balance-card>span,.balance-card>small,.summary-label,.insight-card p,.insight-card span{color:var(--theme-text-muted)}.progress-track,.bill-list,.bill-row{border-color:var(--theme-border)}.progress-track{background:var(--theme-surface-strong)}.progress-track i{background:linear-gradient(90deg,var(--theme-accent),var(--theme-accent-strong))}.text-button,.eyebrow{color:var(--theme-accent)}.bill-icon.blue,.bill-icon.gold,.bill-icon.violet,.bill-icon.green,.bill-icon.coral,.bill-icon.teal,.tool-icon.blue,.tool-icon.gold,.tool-icon.violet,.tool-icon.green,.tool-icon.coral,.tool-icon.teal{background:var(--theme-accent-soft);color:var(--theme-accent)}.reminder-toggle,.tool-card,.bill-drill-options>button,.expense-pop-summary>div,.expense-items-heading,.expense-agent-action{background:var(--theme-surface-strong);color:var(--theme-text);border-color:var(--theme-border)}.reminder-toggle>i{background:color-mix(in srgb,var(--theme-text-muted) 35%,var(--theme-surface))}.tool-card:hover,.bill-drill-options>button:hover{border-color:var(--theme-accent);background:var(--theme-accent-soft);box-shadow:var(--theme-shadow)}.modal-backdrop,.bills-tools-overlay{background:color-mix(in srgb,var(--theme-text) 38%,transparent)}.bill-modal label{color:var(--theme-text-soft)}.bill-modal input{color:var(--theme-text);background:var(--theme-surface-strong);border-color:var(--theme-border)}.bill-modal input:focus{border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-soft)}.bills-toast{background:var(--theme-nav-bg);color:var(--theme-nav-text);border:1px solid var(--theme-border);box-shadow:var(--theme-shadow)}.bills-agent-launcher{background:var(--theme-nav-bg);color:var(--theme-nav-text);border-color:var(--theme-border);box-shadow:var(--theme-shadow)}.bills-agent-launcher>span{background:var(--theme-accent);color:var(--theme-surface)}.bills-tools-close{background:var(--theme-surface-strong);color:var(--theme-text);border-color:var(--theme-border)}.bill-drill-options>button,.expense-items-list,.expense-item,.expense-agent-action{border-color:var(--theme-border)}.expense-list-total,.expense-comparison,.expense-appliance-action,.expense-item-icon{background:var(--theme-accent-soft);color:var(--theme-text)}.expense-appliance-action{border-color:var(--theme-accent)}.expense-comparison strong,.expense-item-icon{color:var(--theme-accent)}.expense-empty,.expense-item small,.expense-items-heading span,.expense-appliance-action small,.picker-note{color:var(--theme-text-muted)}.bills-page button:focus-visible,.bills-page input:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}.bills-quick-chat{border:1px solid var(--theme-border,#dfe6e1);border-radius:18px;background:var(--theme-surface-strong,#f7faf8);padding:16px;display:flex;flex-direction:column;gap:12px}.bills-quick-chat>header{display:flex;align-items:center;gap:9px;color:var(--theme-accent,#0c7a5b)}.bills-quick-chat>header div{display:flex;flex-direction:column}.bills-quick-chat>header strong{font-size:14px}.bills-quick-chat>header small{font-size:11px;color:var(--theme-text-muted,#718078)}.bills-quick-chat-messages{display:flex;flex-direction:column;gap:8px;max-height:230px;overflow:auto}.bills-quick-chat-messages p{margin:0;padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.45;max-width:88%}.bills-quick-chat-messages .ai{background:var(--theme-surface,#fff);border:1px solid var(--theme-border,#dfe6e1);align-self:flex-start}.bills-quick-chat-messages .user{background:var(--theme-accent,#0c7a5b);color:#fff;align-self:flex-end}.bills-quick-chat form{display:flex;gap:8px}.bills-quick-chat input{flex:1;min-width:0;border:1px solid var(--theme-border,#dfe6e1);border-radius:12px;background:var(--theme-surface,#fff);color:var(--theme-text,#17211d);padding:11px 12px;font:inherit}.bills-quick-chat form button{width:42px;border:0;border-radius:12px;background:var(--theme-accent,#0c7a5b);color:#fff;display:grid;place-items:center}.bills-quick-chat form button:disabled{opacity:.45}.drill-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#081811a8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center;padding:18px}.drill-modal{width:min(720px,100%);max-height:calc(100dvh - 36px);overflow:auto;border-radius:24px;background:var(--theme-surface,#fff);color:var(--theme-text,#17211d);border:1px solid var(--theme-border,#dfe6e1);box-shadow:0 30px 90px #0006}.drill-modal>header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 26px 18px}.drill-modal>header h2{font:800 25px Manrope,sans-serif;margin:5px 0 2px}.drill-modal>header p{margin:0;color:var(--theme-text-muted,#718078);font-size:12px}.drill-modal>header button{width:38px;height:38px;border-radius:11px;border:1px solid var(--theme-border,#dfe6e1);background:var(--theme-surface-strong,#f3f6f3);color:var(--theme-text,#17211d);display:grid;place-items:center;cursor:pointer}.drill-kicker{color:var(--theme-accent,#0c7a5b);font-size:10px;letter-spacing:.12em;font-weight:900;display:flex;align-items:center;gap:6px}.drill-progress{height:5px;background:var(--theme-surface-strong,#edf1ee)}.drill-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--theme-accent,#0c7a5b),var(--theme-accent-strong,#20a879));transition:width .25s}.drill-body{padding:25px 26px;min-height:365px}.drill-body h3{font:800 20px Manrope,sans-serif;margin:0 0 7px}.drill-body>p{margin:0 0 18px;color:var(--theme-text-muted,#718078);font-size:13px;line-height:1.55}.mode-switch{display:flex;gap:8px;margin:18px 0}.mode-switch button{flex:1;border:1px solid var(--theme-border,#dfe6e1);background:var(--theme-surface-strong,#f5f7f5);color:var(--theme-text,#17211d);padding:11px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.mode-switch button.active{background:var(--theme-accent-soft,#e2f3ea);border-color:var(--theme-accent,#0c7a5b);color:var(--theme-accent,#0c7a5b);font-weight:800}.drill-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.drill-field{display:flex;flex-direction:column;gap:6px}.drill-field>span{font-size:11px;font-weight:800;color:var(--theme-text-soft,#526158)}.drill-field input,.drill-field textarea{border:1px solid var(--theme-border,#dfe6e1);background:var(--theme-surface-strong,#fafbf9);color:var(--theme-text,#17211d);border-radius:11px;padding:11px 12px;outline:none;font:inherit}.drill-field textarea{min-height:78px;resize:vertical}.drill-field input:focus,.drill-field textarea:focus{border-color:var(--theme-accent,#0c7a5b);box-shadow:0 0 0 3px var(--theme-accent-soft,#0c7a5b18)}.ocr-drop{border:1.5px dashed var(--theme-accent,#0c7a5b);background:var(--theme-accent-soft,#edf8f2);border-radius:17px;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--theme-accent,#0c7a5b);cursor:pointer;margin-bottom:15px}.ocr-drop span{font-size:11px;color:var(--theme-text-muted,#718078)}.ocr-drop input{display:none}.ocr-status{padding:10px 12px;border-radius:10px;background:#e8f7ee;color:#166534;font-size:12px;margin-bottom:13px}.ocr-status.error{background:#fff0ed;color:#a63324}.spin{animation:drillSpin .8s linear infinite}@keyframes drillSpin{to{transform:rotate(360deg)}}.question-card{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid var(--theme-border,#dfe6e1);background:var(--theme-surface-strong,#f8faf8);border-radius:17px}.question-card.drill-grid{display:grid}.drill-check{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700}.drill-check input{accent-color:var(--theme-accent,#0c7a5b);width:17px;height:17px}.result-hero{padding:20px;border-radius:18px;background:linear-gradient(130deg,var(--theme-accent-soft,#e2f3ea),var(--theme-surface,#fff));display:flex;align-items:center;gap:15px;margin-bottom:23px}.result-hero>svg{width:38px;height:38px;color:var(--theme-accent,#0c7a5b)}.result-hero div{display:flex;flex-direction:column}.result-hero span{font-size:11px;color:var(--theme-text-muted,#718078)}.result-hero strong{font:800 24px Manrope,sans-serif;margin-top:3px}.advice-list{display:flex;flex-direction:column;gap:9px}.advice-list>div{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--theme-border,#e3e8e3);border-radius:13px;padding:12px;background:var(--theme-surface-strong,#fff)}.advice-list svg{width:17px;color:var(--theme-accent,#0c7a5b);flex:none}.advice-list span{font-size:13px}.drill-note{font-size:11px!important;margin-top:17px!important}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}.metric-grid>div{padding:17px 12px;border:1px solid var(--theme-border,#e3e8e3);border-radius:15px;display:flex;flex-direction:column;gap:5px;background:var(--theme-surface-strong,#fafbf9)}.metric-grid svg{color:var(--theme-accent,#0c7a5b)}.metric-grid span{font-size:10px;color:var(--theme-text-muted,#718078)}.metric-grid strong{font:800 16px Manrope,sans-serif}.contribution-card{padding:18px;border-radius:16px;background:var(--theme-accent-soft,#edf8f2);display:flex;flex-direction:column;gap:7px}.contribution-card span{font-size:11px}.contribution-card strong{font:800 27px Manrope,sans-serif}.contribution-card i{height:7px;background:var(--theme-surface,#fff);border-radius:10px;overflow:hidden}.contribution-card b{display:block;height:100%;background:var(--theme-accent,#0c7a5b)}.drill-modal>footer{padding:17px 26px 23px;display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--theme-border,#e3e8e3)}.drill-modal>footer button{border-radius:12px;padding:11px 17px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:7px}.drill-secondary{border:1px solid var(--theme-border,#dfe6e1);background:var(--theme-surface,#fff);color:var(--theme-text,#17211d)}.drill-primary{border:0;background:var(--theme-accent,#0c7a5b);color:#fff}.drill-primary:disabled{opacity:.45;cursor:not-allowed}@media (max-width:580px){.drill-backdrop{padding:0}.drill-modal{height:100dvh;max-height:none;border-radius:0}.drill-body{padding:20px 17px}.drill-modal>header,.drill-modal>footer{padding-left:17px;padding-right:17px}.drill-grid,.metric-grid{grid-template-columns:1fr}.metric-grid{gap:7px}.metric-grid>div{padding:12px}.drill-modal>footer{position:sticky;bottom:0;background:var(--theme-surface,#fff)}}.ocr-text-viewer{margin:14px 0;border:1px solid var(--theme-border,#dfe6e1);border-radius:15px;overflow:hidden;background:var(--theme-surface-strong,#f8faf8)}.ocr-text-viewer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border-bottom:1px solid var(--theme-border,#dfe6e1);background:var(--theme-surface,#fff)}.ocr-text-viewer-header>div{display:flex;align-items:center;gap:9px;color:var(--theme-accent,#0c7a5b)}.ocr-text-viewer-header>div>span{display:flex;flex-direction:column}.ocr-text-viewer-header strong{font-size:12px;color:var(--theme-text,#17211d)}.ocr-text-viewer-header small{font-size:9px;color:var(--theme-text-muted,#718078);margin-top:2px}.ocr-text-viewer-header button{border:1px solid var(--theme-accent,#0c7a5b);background:var(--theme-accent-soft,#edf8f2);color:var(--theme-accent,#0c7a5b);border-radius:9px;padding:7px 10px;font-size:10px;font-weight:800;display:flex;align-items:center;gap:6px;cursor:pointer}.ocr-text-viewer pre{margin:0;padding:15px;max-height:240px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--theme-text,#17211d);font:11px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace}@media (max-width:580px){.ocr-text-viewer-header{align-items:flex-start;flex-direction:column}.ocr-text-viewer-header button{width:100%;justify-content:center}}*{box-sizing:border-box}.voice-page{position:relative;width:100%;min-width:320px;min-height:100vh;min-height:100dvh;overflow:hidden;background:#fff}.exact-avatar-page{background:#fff;touch-action:none}.exact-avatar-page canvas{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;outline:none}.orb-bills-component{--theme-bg:#fff;--theme-surface:#fff;--theme-surface-strong:#f8fafc;--theme-text:#111827;--theme-text-soft:#111827;--theme-text-muted:#374151;--theme-border:#d7dee8;--ink:#111827;--muted:#374151;min-height:0;background:transparent;color:#111827}.orb-bills-component .orb-bills-shell{max-width:760px;padding:0;margin:0 auto}.orb-bills-component .orb-bills-summary{grid-template-columns:1fr;margin-bottom:18px}.orb-bills-component .orb-bills-form-card{margin:0 auto}.orb-bills-component .internal-ai-advice{display:flex;gap:9px;align-items:flex-start;margin-top:16px;padding:12px 13px;border-radius:13px;background:var(--theme-accent-soft,#edf8f2);color:var(--theme-text,var(--ink))}.orb-bills-component .internal-ai-advice>span{color:var(--theme-accent,var(--green));font-weight:800}.orb-bills-component .internal-ai-advice strong{display:block;font-size:11px}.orb-bills-component .internal-ai-advice p{margin:4px 0 0;font-size:11px;line-height:1.45;color:var(--theme-text,var(--ink))}.orb-bills-component .orb-bills-list{margin-top:18px}.orb-bills-component .orb-bills-inline-warning{margin:0 0 14px;padding:10px 12px;border:1px solid var(--theme-border,#dfe6e1);border-radius:11px;background:var(--theme-surface-strong,#f8faf8);color:var(--theme-text-muted,#718078);font-size:12px}.orb-bills-component .orb-bill-specialist{margin:0 auto}.orb-bills-component .orb-bill-specialist .internal-ai-advice{margin:20px 0 14px}.orb-bills-component .orb-bill-detail-backdrop{z-index:120}.orb-bills-component .orb-bill-detail{width:min(520px,100%)}.orb-bills-component .orb-bill-detail .icon-button{justify-self:end}.orb-bills-component .row-arrow{font-size:28px;line-height:1;display:grid;place-items:center;padding:0}.orb-bills-component .bill-modal,.orb-bills-component .savings-pop-card,.orb-bills-component .bill-modal label{color:var(--theme-text,var(--ink))}.orb-bills-component .drill-modal,.orb-bills-component .drill-modal>header,.orb-bills-component .drill-body,.orb-bills-component .drill-modal>footer,.orb-bills-component .question-card,.orb-bills-component .bills-quick-chat,.orb-bills-component .bills-quick-chat-messages .ai,.orb-bills-component .bill-modal,.orb-bills-component .savings-pop-card,.orb-bills-component .expense-pop-card,.orb-bills-component .panel,.orb-bills-component .balance-card,.orb-bills-component .insight-card,.orb-bills-component .bill-row,.orb-bills-component .metric-grid>div,.orb-bills-component .advice-list>div{background:#fff;color:#111827}.orb-bills-component .drill-modal h2,.orb-bills-component .drill-modal h3,.orb-bills-component .drill-modal strong,.orb-bills-component .drill-field>span,.orb-bills-component .drill-check,.orb-bills-component .bills-quick-chat strong,.orb-bills-component .bills-quick-chat-messages p,.orb-bills-component .bill-modal h2,.orb-bills-component .bill-modal h3,.orb-bills-component .bill-row strong{color:#111827;font-weight:800}.orb-bills-component .drill-modal p,.orb-bills-component .drill-modal small,.orb-bills-component .drill-modal label,.orb-bills-component .drill-modal span,.orb-bills-component .bills-quick-chat small{color:#111827;font-weight:600}.orb-bills-component .drill-field input,.orb-bills-component .drill-field textarea,.orb-bills-component .bills-quick-chat input{background:#fff;color:#111827;font-weight:600}.orb-bills-component .bills-quick-chat-messages .user{background:var(--theme-accent,#0c7a5b);color:#fff}.orb-bills-component .bills-quick-chat-messages .user,.orb-bills-component .drill-primary{color:#fff}@media (max-width:700px){.orb-bills-component .bill-row{grid-template-columns:40px minmax(0,1fr) 82px 25px}.orb-bills-component .bill-due{display:none}.orb-bills-component .bill-amount{text-align:right}.orb-bills-component .panel,.orb-bills-component .balance-card{padding:20px}}.voice-workflow{display:grid;gap:12px;width:min(100%,540px);margin-top:4px}.voice-workflow__answer{margin:0;color:#52717f;font:500 14px/1.5 system-ui,sans-serif;text-align:center}.voice-activity-list{display:grid;gap:9px}.orb-avatar-page{display:grid;width:100%;min-width:0;min-height:100vh;min-height:100dvh;align-content:center;justify-items:center;box-sizing:border-box;padding:max(74px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(28px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));overflow-x:hidden;overflow-y:auto;background:#fff}.orb-top-actions{position:fixed;z-index:150;top:max(14px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right));display:flex;align-items:flex-start;gap:9px}.orb-top-popover-wrap{position:relative}.orb-top-icon{position:relative;display:grid;width:42px;height:42px;place-items:center;border:1px solid #d7e1e8;border-radius:50%;background:#fff;color:#111827;box-shadow:0 8px 24px #0f172a1a;cursor:pointer}.orb-top-icon:hover,.orb-top-icon[aria-expanded=true]{border-color:#2798c8;background:#edf9fd;color:#126b8e}.orb-top-icon:focus-visible{outline:3px solid rgba(39,152,200,.32);outline-offset:2px}.orb-notification-badge{position:absolute;top:-7px;right:-7px;display:grid;min-width:19px;height:19px;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#dc2626;color:#fff;font:800 10px/1 system-ui,sans-serif}.orb-notification-card,.orb-menu-card{position:absolute;top:calc(100% + 10px);right:0;width:min(330px,calc(100vw - 32px - env(safe-area-inset-left) - env(safe-area-inset-right)));max-height:min(480px,calc(100dvh - 84px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));overflow:hidden;border:1px solid #d7e1e8;border-radius:16px;background:#fff;color:#111827;box-shadow:0 18px 45px #0f172a2e}.orb-notification-card header{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-bottom:1px solid #e5ebf0;font:800 14px/1.2 system-ui,sans-serif}.orb-notification-card header button{display:grid;width:27px;height:27px;place-items:center;border:0;border-radius:8px;background:transparent;color:#374151;cursor:pointer}.orb-notification-list{display:grid;max-height:min(235px,calc(100dvh - 230px));overflow:auto}.orb-notification-list article{display:grid;gap:4px;padding:12px 14px;border-bottom:1px solid #eef2f5}.orb-notification-list article strong{color:#111827;font:750 12px/1.25 system-ui,sans-serif}.orb-notification-list article span,.orb-notification-list p{margin:0;color:#4b5563;font:500 12px/1.4 system-ui,sans-serif}.orb-notification-list p{padding:18px 14px;text-align:center}.orb-notification-all{width:100%;border:0;background:#f7fbfd;color:#126b8e;padding:12px 14px;font:800 12px/1.2 system-ui,sans-serif;cursor:pointer}.orb-menu-card{display:grid;max-height:min(390px,calc(100dvh - 84px));overflow:auto;padding:7px}.orb-menu-card button{border:0;border-radius:9px;background:transparent;color:#111827;padding:11px 12px;text-align:left;font:700 13px/1.2 system-ui,sans-serif;cursor:pointer}.orb-menu-card button:hover{background:#edf9fd;color:#126b8e}.orb-menu-card .orb-menu-card__logout{color:#b91c1c;border-top:1px solid #eef2f5;border-radius:0;margin-top:4px}@media (max-width: 520px){.orb-avatar-page{align-content:start;padding-top:76px}.orb-top-actions{top:max(10px,env(safe-area-inset-top));right:max(10px,env(safe-area-inset-right))}.orb-top-icon{width:39px;height:39px}.orb-notification-card,.orb-menu-card{border-radius:14px}}.orb-avatar-stage{display:grid;justify-items:center;gap:24px;width:min(100%,1100px);min-width:0}.orb-avatar{--country-primary: #2798c8;--country-secondary: #76cce8;--country-accent: #c9eff8;--orb-angle: -14deg;position:relative;width:clamp(132px,22vw,218px);aspect-ratio:1;border-radius:50%;background:radial-gradient(ellipse 65% 25% at 50% 49%,rgba(255,255,255,.86) 0 28%,rgba(255,255,255,.38) 60%,transparent 78%),radial-gradient(circle at 50% 10%,#2798c8 0,#2798c8 13%,#48b1d6 35%,#76cce8 67%,#c9eff8);box-shadow:0 22px 40px #2798c82e,inset 0 -20px 28px #48b1d621,inset 0 5px 12px #ffffff8c;animation:orb-avatar-breathe 4.8s ease-in-out infinite;transition:background .48s ease,box-shadow .48s ease,filter .48s ease;cursor:pointer;outline:none}.orb-avatar.is-speaking{background:radial-gradient(ellipse 66% 25% at 50% 49%,color-mix(in srgb,var(--country-secondary) 48%,white) 0 28%,color-mix(in srgb,var(--country-secondary) 22%,white) 58%,transparent 78%),radial-gradient(circle at 50% 10%,color-mix(in srgb,var(--country-primary) 38%,white) 0,color-mix(in srgb,var(--country-primary) 38%,white) 14%,color-mix(in srgb,var(--country-primary) 52%,white) 42%,color-mix(in srgb,var(--country-primary) 44%,white) 68%,color-mix(in srgb,var(--country-accent) 16%,white));animation:orb-avatar-talk 1.05s ease-in-out infinite}.orb-avatar.is-listening{animation:orb-avatar-listen 1.7s ease-in-out infinite;box-shadow:0 0 0 8px #76cce829,0 0 32px 12px #2798c82e,inset 0 -20px 28px #48b1d621,inset 0 5px 12px #ffffff8c}.orb-avatar.is-processing{animation-duration:.78s;filter:saturate(1.06) brightness(1.03)}.orb-avatar.is-speaking[data-speech-beat="0"]{box-shadow:0 0 0 3px color-mix(in srgb,var(--country-secondary) 18%,transparent),0 0 20px 6px color-mix(in srgb,var(--country-primary) 36%,transparent),0 0 42px 11px color-mix(in srgb,var(--country-accent) 15%,transparent),inset 0 -18px 28px color-mix(in srgb,var(--country-primary) 20%,transparent),inset 0 5px 12px #ffffff7a;filter:saturate(.88) brightness(1.03)}.orb-avatar.is-speaking[data-speech-beat="1"]{box-shadow:0 0 0 5px color-mix(in srgb,var(--country-accent) 14%,transparent),0 0 27px 9px color-mix(in srgb,var(--country-secondary) 28%,transparent),0 0 50px 14px color-mix(in srgb,var(--country-primary) 32%,transparent),inset 0 -21px 30px color-mix(in srgb,var(--country-accent) 10%,transparent),inset 0 5px 12px #ffffff8a;filter:saturate(.94) brightness(1.06)}.orb-avatar.is-speaking[data-speech-beat="2"]{box-shadow:0 0 0 2px color-mix(in srgb,var(--country-primary) 32%,transparent),0 0 17px 5px color-mix(in srgb,var(--country-accent) 22%,transparent),0 0 36px 9px color-mix(in srgb,var(--country-secondary) 16%,transparent),inset 0 -17px 25px color-mix(in srgb,var(--country-secondary) 11%,transparent),inset 0 5px 12px #ffffff73;filter:saturate(.84) brightness(1.01)}.orb-avatar:focus-visible{box-shadow:0 0 0 4px #fff,0 0 0 7px var(--country-primary),0 18px 38px #343d7833}.orb-voice-status{display:grid;justify-items:center;gap:7px;min-height:44px;color:#2f4858;font:500 14px/1.45 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.orb-voice-status__state{color:#227ba1;font-weight:700}.orb-voice-status__transcript,.orb-voice-status__response{max-width:48ch}.orb-voice-status__response{color:#111827}.orb-avatar:before{content:"";position:absolute;top:8%;right:13%;bottom:8%;left:13%;border-radius:50%;background:linear-gradient(105deg,rgba(255,255,255,.72),rgba(255,255,255,.2) 38%,transparent 58%);filter:blur(3px)}@keyframes orb-avatar-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}@keyframes orb-avatar-talk{0%,to{transform:scale(1)}24%{transform:scale(1.035,.98)}48%{transform:scale(.985,1.04)}72%{transform:scale(1.025,.99)}}@keyframes orb-avatar-listen{0%,to{transform:scale(1)}50%{transform:scale(1.055)}}@media (prefers-reduced-motion: reduce){.orb-avatar{animation:none}.orb-avatar.is-speaking{box-shadow:0 0 30px 9px color-mix(in srgb,var(--country-accent) 24%,transparent)}}@media (max-width: 360px){.orb-avatar-page{padding-inline:10px}.orb-top-actions{gap:6px}.orb-top-icon{width:36px;height:36px}.orb-notification-card,.orb-menu-card{width:calc(100vw - 20px)}.orb-voice-status{font-size:13px}}@media (max-height: 640px){.orb-avatar-page{align-content:start}.orb-avatar-stage{gap:16px}.orb-avatar{width:clamp(116px,28vw,172px)}.orb-notification-list{max-height:150px}}: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}}
