:root{color-scheme:light;--font: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--brand: #1C1C1E;--brand-dark: #000000;--brand-light: #F0F0F5;--brand-muted: rgba(0, 0, 0, .07);--bg: #F5F5F7;--surface: #ffffff;--surface-2: #F7F7FA;--surface-hover: #F0F0F5;--surface-active: #E8E8EF;--text: #1C1C1E;--text-secondary: #636366;--text-muted: #8E8E93;--text-placeholder: #AEAEB2;--border: #E5E5EA;--border-light: #F2F2F7;--border-strong: #C7C7CC;--success: #34C759;--success-bg: #E8F9EC;--warning: #FF9500;--warning-bg: #FFF3E0;--danger: #FF3B30;--danger-bg: #FFEEED;--purple: #AF52DE;--teal: #00C7BE;--shadow-xs: 0 1px 3px rgba(0,0,0,.06);--shadow-sm: 0 2px 8px rgba(0,0,0,.07);--shadow: 0 8px 24px rgba(0,0,0,.08);--shadow-lg: 0 16px 48px rgba(0,0,0,.1);--shadow-xl: 0 24px 64px rgba(0,0,0,.12);--radius: 14px;--radius-xs: 6px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 22px;--radius-2xl: 28px;--radius-full: 999px;--sidebar-width: 220px;--sidebar-collapsed: 68px;--topbar-height: 56px;--bottom-nav-height: 64px;--page-max-width: 1080px;--page-padding: 1.5rem;--ease: cubic-bezier(.25, .1, .25, 1);--spring: cubic-bezier(.34, 1.56, .64, 1);--duration: .18s;--duration-slow: .28s}[data-theme=dark]{color-scheme:dark;--brand: #F2F2F7;--brand-dark: #ffffff;--brand-light: #2C2C2E;--brand-muted: rgba(255, 255, 255, .08);--bg: #000000;--surface: #1C1C1E;--surface-2: #2C2C2E;--surface-hover: #3A3A3C;--surface-active: #48484A;--text: #F5F5F7;--text-secondary: #C7C7CC;--text-muted: #8E8E93;--text-placeholder: #636366;--border: #3A3A3C;--border-light: #2C2C2E;--border-strong: #636366;--success-bg: #0D2E17;--warning-bg: #2E1F00;--danger-bg: #2E0A08;--shadow-xs: 0 1px 3px rgba(0,0,0,.3);--shadow-sm: 0 2px 8px rgba(0,0,0,.4);--shadow: 0 8px 24px rgba(0,0,0,.5);--shadow-lg: 0 16px 48px rgba(0,0,0,.6);--shadow-xl: 0 24px 64px rgba(0,0,0,.7)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]):not([data-theme=dark]){color-scheme:dark;--brand: #F2F2F7;--brand-dark: #ffffff;--brand-light: #2C2C2E;--brand-muted: rgba(255, 255, 255, .08);--bg: #000000;--surface: #1C1C1E;--surface-2: #2C2C2E;--surface-hover: #3A3A3C;--surface-active: #48484A;--text: #F5F5F7;--text-secondary: #C7C7CC;--text-muted: #8E8E93;--text-placeholder: #636366;--border: #3A3A3C;--border-light: #2C2C2E;--border-strong: #636366;--success-bg: #0D2E17;--warning-bg: #2E1F00;--danger-bg: #2E0A08;--shadow-xs: 0 1px 3px rgba(0,0,0,.3);--shadow-sm: 0 2px 8px rgba(0,0,0,.4);--shadow: 0 8px 24px rgba(0,0,0,.5);--shadow-lg: 0 16px 48px rgba(0,0,0,.6);--shadow-xl: 0 24px 64px rgba(0,0,0,.7)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}img{display:block;max-width:100%}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button{cursor:pointer;border:none;font:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:all var(--duration) var(--ease);white-space:nowrap;line-height:1}button:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn{height:40px;padding:0 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600}.btn-sm{height:32px;padding:0 .85rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600}.btn-lg{height:52px;padding:0 1.5rem;border-radius:var(--radius-full);font-size:1rem;font-weight:700}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark);opacity:1}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface-hover);opacity:1}.btn-ghost{background:transparent;color:var(--text-secondary);padding:0 .6rem;height:32px;border-radius:var(--radius-sm)}.btn-ghost:hover{background:var(--surface-hover);color:var(--text);opacity:1}.btn-danger{background:var(--danger-bg);color:var(--danger)}.btn-danger:hover{background:var(--danger);color:#fff;opacity:1}.btn-icon{width:36px;height:36px;padding:0;border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary)}.btn-icon:hover{background:var(--surface-hover);color:var(--text);opacity:1}input,textarea,select{font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);padding:0 .85rem;height:40px;font-size:.9rem;transition:border-color var(--duration) var(--ease),box-shadow var(--duration) var(--ease);width:100%}textarea{height:auto;padding:.75rem .85rem;resize:vertical;line-height:1.5}select{padding-right:2rem;cursor:pointer}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-muted)}input::placeholder,textarea::placeholder{color:var(--text-placeholder)}label{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;font-weight:500;color:var(--text-secondary)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow-xs)}.card-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.card-title{font-size:1.1rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.spinner{width:22px;height:22px;border:2.5px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.spinner-sm{width:14px;height:14px;border-width:2px}.spinner-xs{width:10px;height:10px;border-width:1.5px}.page-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:6rem 2rem;color:var(--text-muted);font-size:.9rem}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;letter-spacing:.04em}.badge-blue{background:var(--brand-light);color:var(--brand)}.badge-green{background:var(--success-bg);color:#1b8b3c}.badge-orange{background:var(--warning-bg);color:var(--warning)}.badge-red{background:var(--danger-bg);color:var(--danger)}.badge-gray{background:var(--surface-2);color:var(--text-muted)}.toggle{position:relative;display:inline-flex;width:44px;height:26px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0;position:absolute}.toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-full);background:var(--border-strong);cursor:pointer;transition:background var(--duration) var(--ease)}.toggle input:checked+.toggle-track{background:var(--brand)}.toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0000002e;transition:transform var(--duration) var(--ease);pointer-events:none}.toggle input:checked~.toggle-thumb{transform:translate(18px)}.tab-bar{display:flex;align-items:center;gap:.25rem;background:var(--surface-2);border-radius:var(--radius-full);padding:.25rem}.tab-bar__item{height:32px;padding:0 1rem;border-radius:var(--radius-full);font-size:.82rem;font-weight:600;color:var(--text-secondary);background:transparent}.tab-bar__item--active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:4rem 2rem;text-align:center;color:var(--text-muted)}.empty-state__icon{font-size:2.5rem;line-height:1;opacity:.5}.empty-state__title{font-size:1rem;font-weight:700;color:var(--text)}.empty-state__body{font-size:.875rem;max-width:280px;line-height:1.5}.boot-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;color:var(--text-muted);font-size:1rem;background:var(--bg)}.auth-shell{min-height:100dvh;display:grid;place-items:center;padding:2rem 1rem;background:var(--bg)}.auth-card{width:min(420px,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-2xl);padding:2.25rem 2rem;box-shadow:var(--shadow-lg);animation:fadeUp .35s var(--ease) both}.auth-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:1.75rem}.auth-logo img{width:36px;height:36px;border-radius:var(--radius-sm)}.auth-logo-text{font-size:1.1rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.auth-card h1{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.4rem;line-height:1.2}.auth-card>p{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.auth-form{display:grid;gap:1rem}.auth-submit{width:100%;background:var(--brand);color:#fff;height:46px;border-radius:var(--radius-full);font-size:.95rem;font-weight:700;margin-top:.5rem}.auth-submit:hover{background:var(--brand-dark);opacity:1}.auth-error{background:var(--danger-bg);color:var(--danger);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.875rem;font-weight:500}.auth-footer{margin-top:1.25rem;text-align:center;color:var(--text-muted);font-size:.875rem}.auth-footer a{color:var(--brand);font-weight:600}.auth-password-row{position:relative}.auth-password-row input{padding-right:4rem}.auth-password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;color:var(--text-muted);font-size:.78rem;font-weight:600;height:28px;padding:0 .5rem;border-radius:var(--radius-xs)}.auth-password-toggle:hover{background:var(--surface-hover);color:var(--text);opacity:1}.app-shell{display:flex;min-height:100dvh}.app-sidebar{width:var(--sidebar-width);min-height:100dvh;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100dvh;overflow-y:auto;flex-shrink:0;transition:width var(--duration-slow) var(--ease);z-index:40}.app-sidebar--collapsed{width:var(--sidebar-collapsed)}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1rem 1rem;gap:.5rem;flex-shrink:0}.sidebar-logo{display:flex;align-items:center;gap:.6rem;cursor:pointer;min-width:0;background:transparent;padding:0;height:auto}.sidebar-logo-img{width:30px;height:30px;border-radius:var(--radius-sm);flex-shrink:0}[data-theme=dark] .sidebar-logo-img--auto{content:url(/aibalogowhite.png)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]):not([data-theme=dark]) .sidebar-logo-img--auto{content:url(/aibalogowhite.png)}}.sidebar-logo-text{font-size:1rem;font-weight:800;letter-spacing:-.03em;color:var(--text);overflow:hidden;white-space:nowrap}.sidebar-collapse-btn{width:26px;height:26px;padding:0;border-radius:var(--radius-xs);background:transparent;color:var(--text-muted);font-size:.8rem;flex-shrink:0}.sidebar-collapse-btn:hover{background:var(--surface-hover);color:var(--text);opacity:1}.sidebar-nav{display:flex;flex-direction:column;padding:0 .5rem;flex:1;min-height:0;overflow-y:auto}.sidebar-section-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);padding:1rem .75rem .35rem;white-space:nowrap;overflow:hidden}.sidebar-section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem .75rem .35rem;background:transparent;color:var(--text-secondary);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius-xs);transition:color var(--duration) var(--ease)}.sidebar-section-toggle:hover{color:var(--text);opacity:1}.sidebar-section-chevron{width:12px;height:12px;flex-shrink:0;transition:transform .2s var(--ease)}.sidebar-section-chevron--open{transform:rotate(180deg)}.sidebar-divider{height:1px;background:var(--border-light);margin:.5rem .75rem}.sidebar-item{display:flex;align-items:center;gap:.7rem;width:100%;height:40px;padding:0 .75rem;border-radius:var(--radius-md);background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500;text-align:left;overflow:hidden;transition:background var(--duration) var(--ease),color var(--duration) var(--ease)}.sidebar-item:hover{background:var(--surface-hover);color:var(--text);opacity:1}.sidebar-item--active{background:var(--brand-muted);color:var(--brand);font-weight:700}.sidebar-item--active:hover{background:var(--brand-muted);opacity:1}.sidebar-item__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-item__icon svg{width:18px;height:18px}.sidebar-item__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding:.75rem .5rem 1rem;flex-shrink:0}.sidebar-user{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration) var(--ease);overflow:hidden;min-width:0;background:transparent;width:100%}.sidebar-user:hover{background:var(--surface-hover);opacity:1}.sidebar-avatar{width:30px;height:30px;border-radius:50%;background:var(--brand-muted);color:var(--brand);font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user-info{display:flex;flex-direction:column;min-width:0;overflow:hidden}.sidebar-user-name{font-size:.82rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-sub{font-size:.72rem;color:var(--text-muted);white-space:nowrap}.app-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:100dvh}.app-topbar{display:none;height:var(--topbar-height);align-items:center;padding:0 1rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30;flex-shrink:0;gap:.75rem}.topbar-menu-btn{width:36px;height:36px;padding:0;border-radius:var(--radius-sm);background:transparent;color:var(--text);font-size:1.1rem}.topbar-logo{display:flex;align-items:center;justify-content:center;background:transparent;padding:0;height:auto}.topbar-logo img{width:26px;height:26px;border-radius:var(--radius-xs)}.topbar-logo-text{font-size:.95rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.topbar-spacer{flex:1}.app-page{flex:1;padding:1.5rem var(--page-padding) 6rem;max-width:var(--page-max-width);width:100%;margin:0 auto;animation:fadeUp .3s var(--ease) both}.app-page--chat{padding:0;max-width:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}.sidebar-scrim{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:39;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;border-radius:0;padding:0;cursor:default}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--bottom-nav-height);background:#fffffff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);z-index:40;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav__inner{display:flex;height:100%;align-items:stretch}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:transparent;color:var(--text-muted);font-size:.65rem;font-weight:600;height:100%;border-radius:0;padding:0;transition:color var(--duration) var(--ease)}.bottom-nav__item:hover{opacity:1}.bottom-nav__item--active{color:var(--brand)}.bottom-nav__icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.bottom-nav__icon svg{width:22px;height:22px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.page-header h1{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;color:var(--text);margin:0}.page-header p{color:var(--text-secondary);font-size:.9rem;margin-top:.2rem;line-height:1.4}.page-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.home-page{display:flex;flex-direction:column;gap:1.25rem;max-width:680px}.home-greeting{padding:.25rem 0}.home-greeting__date{font-size:.82rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}.home-greeting__name{font-size:clamp(1.5rem,6vw,1.9rem);font-weight:800;letter-spacing:-.04em;line-height:1.15;color:var(--text)}.home-insight{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem;display:flex;flex-direction:column;gap:.6rem;overflow:hidden}.home-insight__eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.home-insight__message{font-size:.95rem;line-height:1.6;font-weight:500;word-break:break-word;color:var(--text)}.home-insight__lead{font-weight:700}.home-insight__suggestion{font-size:.85rem;color:var(--text-secondary);line-height:1.45;word-break:break-word}.home-insight__cta{background:var(--brand);color:#fff;border-radius:var(--radius-full);height:36px;padding:0 1rem;font-size:.82rem;font-weight:700;align-self:flex-start;margin-top:.25rem;white-space:nowrap}.home-insight__cta:hover{background:var(--brand-dark);opacity:1}.home-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.home-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.9rem 1rem;display:flex;flex-direction:column;gap:.2rem;min-width:0}.home-stat__value{font-size:clamp(1.2rem,5vw,1.6rem);font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--text)}.home-stat__label{font-size:.72rem;color:var(--text-muted);font-weight:500;line-height:1.3;word-break:break-word}.home-actions{display:flex;flex-direction:column;gap:.5rem}.home-action{display:flex;align-items:center;gap:.85rem;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.85rem 1rem;text-align:left;transition:background var(--duration) var(--ease),border-color var(--duration) var(--ease);overflow:hidden}.home-action:hover{background:var(--surface-hover);border-color:var(--border-strong);opacity:1}.home-action__icon{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--brand-muted);color:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-action__icon svg{width:18px;height:18px}.home-action__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.home-action__label{font-size:.9rem;font-weight:700;color:var(--text);line-height:1.2}.home-action__sub{font-size:.78rem;color:var(--text-muted);line-height:1.3;word-break:break-word}.home-action__arrow{color:var(--text-muted);font-size:.85rem;flex-shrink:0}.home-next-block{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.85rem 1rem}.home-next-block__dot{width:10px;height:10px;border-radius:50%;background:var(--text);flex-shrink:0;animation:pulse 2s ease-in-out infinite}.home-next-block__body{flex:1;min-width:0}.home-next-block__title{font-size:.9rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-next-block__time{font-size:.78rem;color:var(--text-secondary);margin-top:.1rem}.aiba-page{display:flex;flex-direction:column;height:100%;max-width:780px;margin:0 auto;width:100%;padding-bottom:0}.aiba-page--desktop{height:100%}.aiba-page--centered{justify-content:center}.aiba-centered-empty{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:2rem var(--page-padding)}.aiba-centered-empty .aiba-empty{flex:0;padding:0}.aiba-composer--inline{width:100%;border-top:none;background:transparent;padding:0}.aiba-desktop-actions{position:absolute;top:1rem;right:1.25rem;display:flex;align-items:center;gap:.4rem;z-index:10}.aiba-temp-btn{display:flex;align-items:center;gap:.3rem;height:32px;padding:0 .6rem;border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border);color:var(--text-muted);font-size:.72rem;font-weight:600;transition:background var(--duration) var(--ease),color var(--duration) var(--ease)}.aiba-temp-btn:hover{background:var(--surface-hover);color:var(--text);opacity:1}.aiba-temp-btn--active{background:var(--brand-muted);border-color:var(--brand);color:var(--brand)}.aiba-temp-btn--active:hover{opacity:1}.aiba-topbar{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.aiba-topbar__title{font-size:.95rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.aiba-topbar__actions{display:flex;align-items:center;gap:.4rem}.aiba-topbar__btn{display:flex;align-items:center;gap:.3rem;height:32px;padding:0 .6rem;border-radius:var(--radius-full);background:transparent;border:1px solid var(--border);color:var(--text-muted);font-size:.72rem;font-weight:600;transition:background var(--duration) var(--ease),color var(--duration) var(--ease),border-color var(--duration) var(--ease)}.aiba-topbar__btn:hover{background:var(--surface-hover);color:var(--text);opacity:1}.aiba-topbar__btn--active{background:var(--brand-muted);border-color:var(--brand);color:var(--brand)}.aiba-topbar__btn--active:hover{background:var(--brand-muted);opacity:1}.aiba-topbar__badge{font-size:.68rem;font-weight:700}.aiba-thread{flex:1;overflow-y:auto;padding:1.5rem var(--page-padding) 1rem;display:flex;flex-direction:column;gap:1rem}.aiba-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center}.aiba-empty__icon{width:56px;height:56px;background:var(--brand-muted);color:var(--brand);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;font-size:1.75rem}.aiba-empty__title{font-size:1.1rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.aiba-empty__sub{font-size:.875rem;color:var(--text-muted);max-width:260px;line-height:1.5}.aiba-starters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.5rem}.aiba-starter{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);padding:.5rem 1rem;font-size:.82rem;font-weight:600;color:var(--text-secondary)}.aiba-starter:hover{background:var(--surface-hover);color:var(--text);opacity:1}.aiba-bubble{display:flex;gap:.65rem;align-items:flex-start;animation:fadeUp .2s var(--ease) both}.aiba-bubble--user{flex-direction:row-reverse}.aiba-bubble__avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;flex-shrink:0;margin-top:2px}.aiba-bubble__avatar--ai{background:var(--brand);color:#fff}.aiba-bubble__avatar--user{background:var(--surface-2);color:var(--text-secondary)}.aiba-bubble__body{max-width:82%;display:flex;flex-direction:column;gap:.25rem}.aiba-bubble__text{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);border-top-left-radius:4px;padding:.75rem 1rem;font-size:.9rem;line-height:1.6;color:var(--text);word-break:break-word;white-space:pre-wrap}.aiba-bubble--user .aiba-bubble__text{background:var(--brand);border-color:var(--brand);color:#fff;border-top-left-radius:var(--radius-lg);border-top-right-radius:4px}.aiba-bubble__text--typing{animation:pulse 1.2s ease-in-out infinite}.aiba-bubble__time{font-size:.68rem;color:var(--text-muted);padding:0 .25rem}.aiba-bubble--user .aiba-bubble__time{text-align:right}.aiba-tool-actions{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.15rem}.aiba-tool-action{display:inline-flex;align-items:center;gap:.3rem;background:var(--brand-light);color:var(--brand);border-radius:var(--radius-full);padding:.2rem .6rem;font-size:.72rem;font-weight:600;border:1px solid rgba(0,0,0,.08)}.aiba-tool-action__icon{font-size:.75rem}.aiba-output-card{display:flex;align-items:flex-start;gap:.75rem;background:var(--surface);border:1.5px solid var(--brand);border-radius:var(--radius-lg);padding:.85rem 1rem;margin-top:.5rem;animation:fadeUp .25s var(--ease) both}.aiba-output-card__icon{font-size:1.5rem;flex-shrink:0;line-height:1}.aiba-output-card__info{flex:1;min-width:0}.aiba-output-card__title{font-size:.88rem;font-weight:700;color:var(--text);truncate:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aiba-output-card__meta{font-size:.75rem;color:var(--text-muted);margin-top:.1rem}.aiba-output-card__actions{display:flex;flex-direction:column;gap:.35rem;align-items:flex-end;flex-shrink:0}.aiba-output-card__btn{display:inline-flex;align-items:center;gap:.25rem;background:var(--brand);color:#fff;border-radius:var(--radius-full);padding:.3rem .75rem;font-size:.75rem;font-weight:700;text-decoration:none;white-space:nowrap}.aiba-output-card__btn:hover{opacity:.85;text-decoration:none}.aiba-output-card__link{font-size:.72rem;color:var(--brand);text-decoration:none;white-space:nowrap}.aiba-output-card__link:hover{text-decoration:underline}[data-theme=dark] .aiba-output-card__btn{color:#000}.conv-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;justify-content:flex-end;animation:fadeIn .15s var(--ease)}.conv-panel{width:min(380px,100vw);height:100%;background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;animation:slideInRight .22s var(--ease)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.conv-panel__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}.conv-panel__title{font-size:1rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.conv-panel__count{font-size:.75rem;color:var(--text-muted);margin-top:.1rem}.conv-new-btn{margin:.75rem 1rem;padding:.7rem 1rem;border-radius:var(--radius-lg);background:var(--brand);color:var(--bg);font-size:.875rem;font-weight:700;text-align:center;flex-shrink:0;transition:background var(--duration) var(--ease)}.conv-new-btn:hover{background:var(--brand-dark);opacity:1}.conv-search{display:flex;align-items:center;gap:.5rem;margin:0 1rem .5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.5rem .75rem;flex-shrink:0}.conv-search__input{flex:1;background:transparent;border:none;outline:none;font-size:.875rem;color:var(--text)}.conv-search__input::placeholder{color:var(--text-placeholder)}.conv-search__clear{background:transparent;color:var(--text-muted);padding:0;font-size:.75rem;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%}.conv-search__clear:hover{background:var(--surface-hover);color:var(--text);opacity:1}.conv-list{flex:1;overflow-y:auto;padding:.25rem 0 1rem}.conv-group-label{font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);padding:.75rem 1rem .3rem}.conv-empty{padding:1.5rem 1rem;font-size:.875rem;color:var(--text-muted);text-align:center}.conv-row{display:flex;align-items:center;gap:0;padding:0 .5rem;border-radius:var(--radius-md);margin:0 .5rem .1rem;transition:background var(--duration) var(--ease)}.conv-row:hover{background:var(--surface-hover)}.conv-row--active,.conv-row--active:hover{background:var(--brand-muted)}.conv-row__main{flex:1;min-width:0;text-align:left;display:flex;flex-direction:column;gap:.15rem;padding:.65rem .4rem .65rem .5rem;background:transparent}.conv-row__title{font-size:.875rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-row__preview{font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-row__time{font-size:.68rem;color:var(--text-muted);margin-top:.05rem}.conv-row__delete{width:30px;height:30px;border-radius:50%;background:transparent;color:var(--text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0;transition:opacity var(--duration) var(--ease),background var(--duration) var(--ease)}.conv-row:hover .conv-row__delete{opacity:1}.conv-row__delete:hover{background:var(--danger-bg);color:var(--danger);opacity:1}.aiba-composer{flex-shrink:0;padding:.5rem var(--page-padding) max(1rem,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface)}.aiba-usage-bar{max-width:780px;margin:0 auto .5rem}.aiba-usage-bar__track{height:3px;background:var(--border);border-radius:2px;overflow:hidden}.aiba-usage-bar__fill{height:100%;border-radius:2px;transition:width .4s var(--ease)}.aiba-composer__inner{display:flex;gap:.5rem;align-items:flex-end;max-width:780px;margin:0 auto}.aiba-composer__attach{width:44px;height:44px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);flex-shrink:0;display:flex;align-items:center;justify-content:center}.aiba-composer__attach:hover{background:var(--surface-hover);color:var(--text);opacity:1}.aiba-composer__attach:disabled{opacity:.4}.aiba-composer__input{flex:1;resize:none;height:44px;min-height:44px;max-height:140px;border-radius:var(--radius-xl);padding:.65rem 1rem;line-height:1.45;background:var(--surface-2);border-color:var(--border-light)}.aiba-composer__input:focus{background:var(--surface);border-color:var(--brand)}.aiba-composer__send{width:44px;height:44px;border-radius:50%;background:var(--brand);color:#fff;flex-shrink:0;font-size:1.1rem}.aiba-composer__send:hover{background:var(--brand-dark);opacity:1}.aiba-composer__send:disabled{background:var(--border)}.aiba-attachment-preview{display:flex;align-items:center;gap:.65rem;max-width:780px;margin:0 auto .5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.5rem .75rem;animation:fadeUp .15s var(--ease) both}.aiba-attachment-thumb{width:44px;height:44px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;border:1px solid var(--border)}.aiba-attachment-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.aiba-attachment-name{font-size:.8rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aiba-attachment-size{font-size:.72rem;color:var(--text-muted)}.aiba-attachment-remove{width:26px;height:26px;border-radius:50%;background:var(--surface-hover);color:var(--text-muted);font-size:.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.aiba-attachment-remove:hover{background:var(--danger-bg);color:var(--danger);opacity:1}.agent-status-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--brand);border-radius:var(--radius);padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem;animation:fadeUp .2s var(--ease) both;max-width:420px;align-self:flex-start}.agent-status-card__header{display:flex;align-items:center;gap:.5rem}.agent-status-card__dot{width:7px;height:7px;border-radius:50%;background:var(--brand);animation:pulse 1.2s ease-in-out infinite;flex-shrink:0}.agent-status-card__title{font-size:.78rem;font-weight:700;color:var(--brand);text-transform:uppercase;letter-spacing:.06em}.agent-status-card__elapsed{margin-left:auto;font-size:.72rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.agent-status-card__steps{display:flex;flex-direction:column;gap:.3rem}.agent-status-step{display:flex;align-items:center;gap:.45rem;font-size:.8rem}.agent-status-step--done{color:var(--text-muted)}.agent-status-step--active{color:var(--text);font-weight:500}.agent-status-step__icon{width:14px;height:14px;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--brand);flex-shrink:0}.agent-status-step--done .agent-status-step__icon{color:var(--text-muted)}.agent-status-card__request{font-size:.75rem;color:var(--text-muted);font-style:italic;border-top:1px solid var(--border-light);padding-top:.4rem;line-height:1.4}.aiba-modes{display:flex;gap:.35rem;flex-wrap:wrap;padding:.5rem var(--page-padding) 0}.aiba-mode{height:28px;padding:0 .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;background:var(--surface-2);color:var(--text-muted);border:1px solid transparent}.aiba-mode--active{background:var(--brand-light);color:var(--brand);border-color:#0000001a}.tasks-page{display:flex;flex-direction:column;gap:1.25rem}.tasks-toolbar{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.tasks-filter-bar{display:flex;gap:.35rem;flex-wrap:wrap;flex:1}.tasks-filter{height:32px;padding:0 .85rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;background:var(--surface);color:var(--text-secondary);border:1px solid var(--border)}.tasks-filter:hover{opacity:1}.tasks-filter--active{background:var(--brand);color:#fff;border-color:var(--brand)}.tasks-add-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1rem;display:flex;flex-direction:column;gap:.75rem;animation:fadeUp .2s var(--ease) both}.tasks-add-row{display:flex;gap:.5rem;align-items:flex-end;flex-wrap:wrap}.tasks-add-row input[type=text],.tasks-add-row input:not([type=date]):not([type=number]){min-width:160px}.tasks-list{display:flex;flex-direction:column;gap:.5rem}.task-item{display:flex;align-items:flex-start;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.9rem 1rem;transition:background var(--duration) var(--ease)}.task-item:hover{background:var(--surface-hover)}.task-item--done{opacity:.55}.task-check{width:22px;height:22px;border-radius:50%;border:2px solid var(--border-strong);background:transparent;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:transparent;transition:all var(--duration) var(--ease);padding:0;margin-top:1px}.task-check:hover{border-color:var(--brand);opacity:1}.task-check--done{background:var(--success);border-color:var(--success);color:#fff}.task-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.task-title{font-size:.9rem;font-weight:600;color:var(--text);line-height:1.4;word-break:break-word}.task-item--done .task-title{text-decoration:line-through;color:var(--text-muted)}.task-meta{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.task-meta span{font-size:.75rem;color:var(--text-muted)}.task-priority{display:inline-flex;align-items:center;padding:.1rem .5rem;border-radius:var(--radius-full);font-size:.68rem;font-weight:700}.task-priority--high{background:var(--danger-bg);color:var(--danger)}.task-priority--medium{background:var(--warning-bg);color:var(--warning)}.task-priority--low{background:var(--surface-2);color:var(--text-muted)}.task-actions{display:flex;gap:.25rem}.task-item--editing{flex-wrap:wrap;gap:.5rem;align-items:center;background:var(--brand-muted);border-color:#0000001f}.task-edit-title{flex:1;min-width:160px;height:36px;font-size:.9rem;font-weight:600}.home-gap-strip{display:flex;align-items:center;gap:.75rem;background:var(--warning-bg);border:1px solid var(--warning);border-radius:var(--radius-lg);padding:.75rem 1rem;transition:background var(--duration) var(--ease)}.home-gap-strip:hover{background:var(--surface-hover)}.home-gap-strip__icon{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--warning-bg);color:var(--warning);display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-gap-strip__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.home-gap-strip__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--warning)}.home-gap-strip__time{font-size:.85rem;font-weight:700;color:var(--text)}.home-gap-strip__cta{font-size:.78rem;font-weight:700;color:var(--warning);white-space:nowrap;flex-shrink:0}.schedule-page{display:flex;flex-direction:column;gap:1.25rem}.cal-section{display:flex;flex-direction:column;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1rem}.cal-mode-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.cal-mode-tabs{display:flex;background:var(--surface-2);border-radius:var(--radius-full);padding:3px;gap:2px}.cal-mode-tab{height:28px;padding:0 .85rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;color:var(--text-secondary);background:transparent}.cal-mode-tab--active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}.cal-nav-row{display:flex;align-items:center;gap:.4rem}.cal-expanded-label{font-size:.82rem;font-weight:700;color:var(--text);min-width:120px;text-align:center;white-space:nowrap}.cal-nav-btn{width:30px;height:30px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cal-nav-btn:hover{background:var(--surface-hover);color:var(--text);opacity:1}.cal-day-strip{display:flex;gap:.35rem;overflow-x:auto;padding:.25rem .1rem;scrollbar-width:none;-ms-overflow-style:none}.cal-day-strip::-webkit-scrollbar{display:none}.cal-day-pill{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem .65rem;border-radius:var(--radius-lg);background:transparent;min-width:48px;flex-shrink:0;transition:background var(--duration) var(--ease)}.cal-day-pill:hover{background:var(--surface-hover);opacity:1}.cal-day-pill--active{background:var(--brand)}.cal-day-pill--today{background:var(--brand-light)}.cal-day-pill__name{font-size:.68rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;line-height:1}.cal-day-pill--active .cal-day-pill__name{color:#fffc}.cal-day-pill--today .cal-day-pill__name{color:var(--brand)}.cal-day-pill__num{font-size:1rem;font-weight:800;color:var(--text);line-height:1.2;letter-spacing:-.02em}.cal-day-pill--active .cal-day-pill__num{color:#fff}.cal-day-pill--today .cal-day-pill__num{color:var(--brand)}.cal-day-pill__dot{width:5px;height:5px;border-radius:50%;background:transparent;transition:background var(--duration) var(--ease)}.cal-day-pill__dot--visible,.cal-day-pill__dot--today{background:var(--brand)}.cal-day-pill--active .cal-day-pill__dot--visible{background:#ffffffb3}.cal-grid{display:flex;flex-direction:column;gap:.35rem}.cal-grid__header{display:grid;grid-template-columns:repeat(7,1fr)}.cal-grid__day-name{text-align:center;font-size:.68rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:.25rem 0}.cal-grid__week-row,.cal-grid__month-wrap{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.cal-grid__cell{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem .25rem;border-radius:var(--radius-md);background:transparent;min-height:52px;justify-content:center;transition:background var(--duration) var(--ease)}.cal-grid__cell:hover:not(.cal-grid__cell--empty){background:var(--surface-hover);opacity:1}.cal-grid__cell--active{background:var(--brand)}.cal-grid__cell--today{background:var(--brand-light)}.cal-grid__cell--empty{pointer-events:none}.cal-grid__cell-num{font-size:.9rem;font-weight:700;color:var(--text);line-height:1}.cal-grid__cell--active .cal-grid__cell-num{color:#fff}.cal-grid__cell--today .cal-grid__cell-num{color:var(--brand)}.cal-grid__cell-dot{width:5px;height:5px;border-radius:50%;background:transparent}.cal-grid__cell-dot--visible{background:var(--brand)}.cal-grid__cell-dot--active{background:#ffffffb3}.schedule-week-day-group{display:flex;flex-direction:column;gap:.35rem}.schedule-week-day-label{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;font-weight:700;color:var(--text);background:transparent;padding:.25rem 0;text-align:left}.schedule-week-day-label:hover{color:var(--brand);opacity:1}.schedule-week-day-count{font-size:.72rem;font-weight:500;color:var(--text-muted)}.schedule-week-blocks{display:flex;flex-direction:column;gap:.3rem}.schedule-week-block{display:flex;align-items:center;justify-content:space-between;padding:.55rem .85rem;border-radius:var(--radius-md);border-left:3px solid var(--brand);background:var(--brand-light)}.schedule-week-block__title{font-size:.85rem;font-weight:600;color:var(--text)}.schedule-week-block__time{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.ghost-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--surface);border:1.5px dashed var(--border-strong);border-radius:var(--radius-xl);padding:.9rem 1.1rem;animation:fadeUp .2s var(--ease) both;flex-wrap:wrap}.ghost-banner__left{display:flex;align-items:center;gap:.75rem;min-width:0}.ghost-banner__icon{font-size:1.1rem;color:var(--text-muted);flex-shrink:0}.ghost-banner__title{font-size:.9rem;font-weight:700;color:var(--text)}.ghost-banner__sub{font-size:.78rem;color:var(--text-muted);margin-top:.1rem;line-height:1.4}.ghost-banner__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ghost-banner__discard{color:var(--text-muted)}.ghost-banner__discard:hover{color:var(--danger)}.schedule-timeline{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden}.timeline-slot{display:flex;align-items:stretch;border-bottom:1px solid var(--border-light);min-height:52px}.timeline-slot:last-child{border-bottom:none}.timeline-time{width:68px;flex-shrink:0;padding:.5rem .75rem;font-size:.75rem;color:var(--text-muted);font-weight:600;border-right:1px solid var(--border-light);display:flex;align-items:center}.timeline-content{flex:1;padding:.35rem .75rem;display:flex;flex-direction:column;gap:.35rem;justify-content:center}.timeline-block{border-radius:var(--radius-sm);padding:.5rem .75rem;background:var(--brand-light);border-left:3px solid var(--brand)}.timeline-block h4{font-size:.85rem;font-weight:700;color:var(--text);margin:0;line-height:1.2}.timeline-block p{font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.timeline-block--ghost{background:var(--surface-2);border-left:3px dashed var(--border-strong);opacity:.72;pointer-events:none;animation:fadeIn .25s var(--ease) both}.timeline-block--ghost h4{color:var(--text-muted);font-weight:600}.timeline-block--ghost p{color:var(--text-placeholder)}.schedule-add-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.1rem;animation:fadeUp .2s var(--ease) both}.schedule-add-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;align-items:flex-end}.life-page{display:flex;flex-direction:column;gap:1.25rem}.life-insights-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:.65rem}.life-insights-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.1rem}.life-insights-title{font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted)}.life-insights-refresh{width:26px;height:26px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);display:flex;align-items:center;justify-content:center;padding:0}.life-insights-refresh:hover{background:var(--surface-hover);color:var(--text);opacity:1}.life-insights-refresh:disabled{opacity:.4}.life-insights-loading{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-muted);padding:.25rem 0}.life-insights-empty{padding:.25rem 0 .1rem;font-size:.85rem;color:var(--text-muted)}.life-insights-error{width:100%;text-align:left;background:var(--danger-bg);border:1px solid var(--danger);border-radius:var(--radius-md);padding:.65rem .85rem;font-size:.82rem;color:var(--danger);cursor:pointer}.life-suggestion-card{display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.75rem .9rem;transition:background var(--duration) var(--ease);animation:fadeUp .2s var(--ease) both}.life-suggestion-card:hover{background:var(--surface-hover);opacity:1}.life-suggestion-card__arrow{width:26px;height:26px;border-radius:50%;background:var(--text);color:#fff;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.life-suggestion-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.life-suggestion-card__label{font-size:.875rem;font-weight:700;color:var(--text)}.life-suggestion-card__detail{font-size:.78rem;color:var(--text-secondary);line-height:1.4}.life-suggestion-card__kind{font-size:1rem;flex-shrink:0}.life-context-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:0;display:flex;flex-direction:column;overflow:hidden}.life-context-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:transparent;text-align:left;gap:.5rem}.life-context-toggle:hover{background:var(--surface-hover);opacity:1}.life-context-toggle__label{font-size:.875rem;font-weight:700;color:var(--text)}.life-context-toggle__preview{font-size:.78rem;color:var(--text-muted);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.life-context-chevron{width:16px;height:16px;flex-shrink:0;color:var(--text-muted);transition:transform .2s var(--ease)}.life-context-chevron--open{transform:rotate(180deg)}.life-context-body{padding:0 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1rem;animation:fadeUp .15s var(--ease) both}.life-field-group{display:grid;gap:.85rem}.life-field{display:flex;flex-direction:column;gap:.35rem}.life-field-label{font-size:.8rem;font-weight:700;color:var(--text-secondary)}.life-tag-list{display:flex;flex-wrap:wrap;gap:.4rem;min-height:36px;align-items:flex-start}.life-tag{display:inline-flex;align-items:center;gap:.35rem;background:var(--brand-light);color:var(--brand);border-radius:var(--radius-full);padding:.3rem .7rem;font-size:.8rem;font-weight:600}.life-tag__remove{background:transparent;color:var(--brand);opacity:.6;padding:0;height:auto;font-size:.75rem;border-radius:0;line-height:1}.life-tag__remove:hover{opacity:1}.life-tag-input-row{display:flex;gap:.4rem}.life-tag-input{flex:1;height:34px;font-size:.82rem}.life-save-bar{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding-top:.25rem}.life-save-status{font-size:.8rem;color:var(--success);font-weight:600}.life-app-banner{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,var(--brand-light) 0%,rgba(0,0,0,.04) 100%);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-xl);padding:1rem 1.25rem}.life-app-banner__icon{font-size:1.75rem;flex-shrink:0}.life-app-banner__body{flex:1;min-width:0}.life-app-banner__title{font-weight:700;font-size:.95rem;color:var(--text);margin-bottom:.2rem}.life-app-banner__sub{font-size:.82rem;color:var(--text-secondary);line-height:1.5}.life-app-banner__cta{white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.life-field-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.life-suggest-btn{opacity:.75}.life-suggest-btn:hover{opacity:1}.life-suggestions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.life-suggestion-chip{display:inline-flex;align-items:center;gap:.2rem;background:var(--brand-light);color:var(--brand);border:1px dashed rgba(0,0,0,.18);border-radius:var(--radius-full);padding:.25rem .65rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.life-suggestion-chip:hover{background:#00000014;border-color:var(--brand)}.life-focus-suggestion{margin-top:.6rem;background:var(--brand-light);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-lg);padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.life-focus-suggestion__label{font-size:.72rem;font-weight:700;color:var(--brand);text-transform:uppercase;letter-spacing:.06em}.life-focus-suggestion__text{font-size:.9rem;color:var(--text);line-height:1.5;margin:0}@keyframes spin{to{transform:rotate(360deg)}}.life-capture{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem;display:flex;flex-direction:column;gap:.85rem}.life-capture__row{display:flex;gap:.5rem;align-items:flex-end;flex-wrap:wrap}.life-capture__row input{min-width:160px}.life-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}.life-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;display:flex;flex-direction:column;gap:.5rem;animation:fadeUp .2s var(--ease) both}.life-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.life-item__cat{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.life-item__cat--goals{color:var(--brand)}.life-item__cat--ideas{color:var(--purple)}.life-item__cat--memory{color:var(--teal)}.life-item__cat--notes{color:var(--text-muted)}.life-item__text{font-size:.9rem;font-weight:500;color:var(--text);line-height:1.5;word-break:break-word}.life-item__time{font-size:.72rem;color:var(--text-muted)}.profile-page,.profile-hero{display:flex;flex-direction:column;gap:1.25rem}.profile-hero__identity{display:flex;align-items:center;gap:1rem}.profile-avatar-lg{width:64px;height:64px;border-radius:50%;background:var(--brand-muted);color:var(--brand);font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.profile-hero__info{flex:1;min-width:0}.profile-hero__name{font-size:1.25rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-hero__email{font-size:.82rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-hero__model{font-size:.75rem;color:var(--brand);font-weight:600;margin-top:.2rem}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;border-top:1px solid var(--border-light);padding-top:1.1rem}.profile-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.profile-stat__value{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.profile-stat__label{font-size:.68rem;color:var(--text-muted);font-weight:500;text-align:center;line-height:1.3}.profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.profile-card{display:flex;flex-direction:column;gap:.5rem}.profile-card__body{font-size:.875rem;color:var(--text-secondary);line-height:1.5;flex:1}.profile-card__btn{margin-top:auto;align-self:flex-start}.pw-form{display:flex;flex-direction:column;gap:.65rem;margin-top:.25rem}.pw-label{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;font-weight:600;color:var(--text-secondary)}.pw-input{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:.55rem .8rem;font-size:.875rem;color:var(--text);width:100%}.pw-input:focus{outline:none;border-color:var(--brand)}.pw-input::placeholder{color:var(--text-muted)}.pw-success{display:flex;align-items:center;gap:.5rem;color:#1b8b3c;font-size:.875rem;font-weight:600;background:var(--success-bg, #F0FDF4);border-radius:var(--radius-md);padding:.75rem;margin-top:.25rem;animation:fadeUp .2s ease both}.profile-credit-bar{background:var(--border);border-radius:4px;height:4px;overflow:hidden;margin-top:.15rem}.profile-credit-bar__fill{height:100%;border-radius:4px;transition:width .3s}.profile-quicklinks{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.25rem}.profile-plan-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--brand-light);color:var(--brand);border-radius:var(--radius-full);padding:.35rem .85rem;font-size:.82rem;font-weight:800;text-transform:capitalize;letter-spacing:.02em;margin-bottom:.5rem}.theme-picker{display:flex;gap:.5rem;margin-top:.25rem}.theme-option{flex:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.7rem .5rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);color:var(--text-secondary);font-size:.75rem;font-weight:600;transition:background var(--duration) var(--ease),border-color var(--duration) var(--ease),color var(--duration) var(--ease)}.theme-option:hover{background:var(--surface-hover);color:var(--text);opacity:1}.theme-option--active{background:var(--brand-muted);border-color:var(--brand);color:var(--brand)}.theme-option--active:hover{background:var(--brand-muted);opacity:1}.theme-option__icon{display:flex;align-items:center;justify-content:center}.theme-option__label{line-height:1}.skills-page{display:flex;flex-direction:column;gap:1.5rem}.skills-summary-pill{display:inline-flex;align-items:center;gap:.4rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);padding:.35rem .9rem;font-size:.8rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}.skills-summary-pill__dot{width:7px;height:7px;border-radius:50%;background:var(--success);flex-shrink:0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.skill-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;cursor:pointer;transition:border-color var(--duration) var(--ease),box-shadow var(--duration) var(--ease),background var(--duration) var(--ease);position:relative;overflow:hidden}.skill-card:hover{background:var(--surface-hover);border-color:var(--border-strong)}.skill-card--enabled{border-color:#0000001f;box-shadow:0 0 0 1px #0000000a,var(--shadow-xs)}.skill-card--enabled:hover{border-color:#00000040}.skill-card--disabled{opacity:.7}.skill-card--disabled:hover{opacity:1}.skill-card__top{display:flex;align-items:center;justify-content:space-between}.skill-card__icon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:700;flex-shrink:0;transition:background var(--duration) var(--ease),color var(--duration) var(--ease);line-height:1}.skill-card__body{display:flex;flex-direction:column;gap:.25rem}.skill-card__name{font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.2}.skill-card__desc{font-size:.82rem;color:var(--text-muted);line-height:1.5}.skill-caps{display:flex;flex-wrap:wrap;gap:.3rem}.skill-cap{background:var(--surface-2);color:var(--text-secondary);border:1px solid var(--border-light);border-radius:var(--radius-full);padding:.2rem .6rem;font-size:.7rem;font-weight:600;letter-spacing:.01em}.skill-card--enabled .skill-cap{background:var(--brand-light);color:var(--brand);border-color:#00000014}.skill-card__status{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;color:var(--success);text-transform:uppercase;letter-spacing:.07em;margin-top:auto}.skill-card__status-dot{width:6px;height:6px;border-radius:50%;background:var(--success);animation:pulse 2s ease-in-out infinite}.outputs-page{display:flex;flex-direction:column;gap:1.25rem}.outputs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.output-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.1rem;display:flex;flex-direction:column;gap:.75rem;cursor:pointer;transition:background var(--duration) var(--ease),border-color var(--duration) var(--ease)}.output-card:hover{background:var(--surface-hover);border-color:var(--border-strong)}.output-card__title{font-size:.9rem;font-weight:700;color:var(--text);line-height:1.35;word-break:break-word}.output-card__preview{font-size:.8rem;color:var(--text-muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.output-card__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.output-card__size{font-size:.72rem;color:var(--text-muted)}.output-tag{background:var(--surface-2);color:var(--text-muted);border-radius:var(--radius-full);padding:.15rem .5rem;font-size:.68rem;font-weight:600}.settings-page{display:flex;flex-direction:column;gap:1.25rem}.settings-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden}.settings-section__header{padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--border-light)}.settings-section__title{font-size:.9rem;font-weight:700;color:var(--text)}.settings-section__sub{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.25rem;border-bottom:1px solid var(--border-light);flex-wrap:wrap}.settings-row:last-child{border-bottom:none}.settings-row>div:first-child{flex:1;min-width:0}.settings-row__label{font-size:.875rem;font-weight:600;color:var(--text)}.settings-row__sub{font-size:.78rem;color:var(--text-muted);margin-top:.1rem;line-height:1.4;word-break:break-word}.settings-row__value{font-size:.875rem;color:var(--text-secondary);text-align:right;word-break:break-word;flex-shrink:0;max-width:55%}.contact-page{display:flex;flex-direction:column;gap:1.25rem}.contact-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:1rem;align-items:start}.contact-side{display:flex;flex-direction:column;gap:1rem}.contact-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.15rem;box-shadow:var(--shadow-xs)}.contact-panel h2{font-size:1rem;font-weight:800;color:var(--text);margin:.15rem 0 .25rem;letter-spacing:-.02em}.contact-panel p{color:var(--text-secondary);font-size:.84rem;line-height:1.5;margin:0 0 .9rem}.contact-panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.contact-panel__eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.contact-status{display:inline-flex;align-items:center;gap:.4rem;color:var(--success);font-size:.78rem;font-weight:700}.contact-status span{width:8px;height:8px;border-radius:50%;background:var(--success)}.support-thread{height:420px;overflow-y:auto;background:var(--surface-2);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.support-message{max-width:82%;display:flex;flex-direction:column;gap:.25rem}.support-message--user{align-self:flex-end}.support-message--ai{align-self:flex-start}.support-message__label{font-size:.72rem;font-weight:700;color:var(--text-muted)}.support-message__bubble{padding:.75rem .9rem;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);color:var(--text);font-size:.88rem;line-height:1.5}.support-message--user .support-message__bubble{background:var(--brand);border-color:var(--brand);color:#fff}.support-message__bubble--loading{color:var(--text-muted)}.support-quick-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.support-quick-actions button,.contact-category-tabs button{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);border-radius:var(--radius-full);padding:.45rem .75rem;font-size:.78rem;font-weight:700}.support-quick-actions button:hover,.contact-category-tabs button:hover{background:var(--surface-hover);opacity:1}.support-composer{display:flex;gap:.65rem;align-items:flex-end;margin-top:.8rem}.support-composer textarea{flex:1;min-height:52px;max-height:120px;resize:vertical}.contact-user-chip{display:flex;align-items:center;gap:.7rem;background:var(--surface-2);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:.75rem;margin:.75rem 0 1rem}.contact-user-chip>span{width:34px;height:34px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}.contact-user-chip strong{display:block;font-size:.85rem;color:var(--text)}.contact-user-chip small{display:block;font-size:.76rem;color:var(--text-muted);margin-top:.1rem}.support-email-form{display:flex;flex-direction:column;gap:.75rem}.support-email-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.contact-category-tabs{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.contact-category-tabs button{display:inline-flex;align-items:center;gap:.35rem}.contact-category-tabs button.active{background:var(--text);color:var(--bg);border-color:var(--text)}.faq-list{border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden}.faq-item{width:100%;text-align:left;display:grid;grid-template-columns:1fr auto;gap:.75rem;padding:.9rem 1rem;background:var(--surface);border-bottom:1px solid var(--border-light);color:var(--text)}.faq-item:last-child{border-bottom:none}.faq-item:hover{background:var(--surface-hover);opacity:1}.faq-item__question{font-size:.88rem;font-weight:700}.faq-item__chevron{color:var(--text-muted);font-weight:800}.faq-item__answer{grid-column:1 / -1;color:var(--text-secondary);font-size:.84rem;line-height:1.55}.mobile-promo{background:var(--surface);color:var(--text);border-bottom:1px solid var(--border);padding:.65rem 1rem;display:flex;align-items:center;gap:.65rem;flex-wrap:nowrap}.mobile-promo__content{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.mobile-promo__badge{background:var(--brand);color:var(--bg);border-radius:var(--radius-full);padding:.15rem .55rem;font-size:.65rem;font-weight:800;letter-spacing:.06em;white-space:nowrap;flex-shrink:0}.mobile-promo__text{font-size:.82rem;color:var(--text-secondary);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-promo__text strong{color:var(--text)}.mobile-promo__actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.mobile-promo__cta{background:var(--brand);color:var(--bg)!important;height:32px;padding:0 1rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:700;white-space:nowrap;display:inline-flex;align-items:center}.mobile-promo__cta:hover{background:var(--brand-dark);text-decoration:none;opacity:1}.mobile-promo__dismiss{background:transparent;color:var(--text-muted);height:28px;width:28px;padding:0;border-radius:50%;font-size:.85rem;flex-shrink:0}.mobile-promo__dismiss:hover{background:var(--surface-hover);color:var(--text);opacity:1}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;display:flex;align-items:flex-end;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .15s var(--ease) both}@media (min-width: 600px){.modal-overlay{align-items:center}}.modal-box{background:var(--surface);border-radius:var(--radius-2xl);width:min(560px,100%);max-height:90dvh;overflow-y:auto;box-shadow:var(--shadow-xl);animation:fadeUp .25s var(--ease) both}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--border-light)}.modal-title{font-size:1rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.modal-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.modal-footer{padding:.85rem 1.25rem;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end;gap:.5rem}.integration-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700}.integration-pill--live{background:var(--success-bg);color:#1b8b3c}.integration-pill--idle{background:var(--surface-2);color:var(--text-muted)}.integration-pill--warning{background:var(--warning-bg);color:var(--warning)}@media (max-width: 768px){:root{--page-padding: 1rem;--sidebar-width: 240px}.app-sidebar{position:fixed;top:0;left:0;height:100dvh;z-index:50;transform:translate(-100%);transition:transform var(--duration-slow) var(--ease),box-shadow var(--duration-slow) var(--ease);width:var(--sidebar-width)!important;box-shadow:none}.app-sidebar--open{transform:translate(0);box-shadow:var(--shadow-xl)}.sidebar-scrim{display:block}.app-topbar{display:flex}.app-page{padding-top:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.app-page--chat{padding:0;height:calc(100dvh - var(--topbar-height))}.aiba-page{height:100%}.home-stats{grid-template-columns:repeat(3,1fr)}.home-action__sub{display:none}.profile-stats{grid-template-columns:repeat(2,1fr);gap:.5rem}.profile-grid{grid-template-columns:1fr}.schedule-add-grid{grid-template-columns:1fr 1fr}.cal-grid__cell{min-height:40px}.schedule-week-block{flex-direction:column;align-items:flex-start;gap:.15rem}.life-items-grid{grid-template-columns:1fr}.life-capture__row{flex-direction:column}.life-capture__row input,.life-capture__row button{width:100%}.life-app-banner{flex-direction:column;align-items:flex-start}.life-app-banner__cta{width:100%;text-align:center}.tasks-add-row{flex-direction:column}.tasks-add-row>*{width:100%}.task-item--editing{flex-direction:column;align-items:stretch}.task-edit-title{width:100%}.page-header{flex-direction:column;align-items:flex-start}.page-header__actions{width:100%;flex-wrap:wrap}.contact-grid{grid-template-columns:1fr}.support-composer{flex-direction:column;align-items:stretch}.support-thread{height:360px}.contact-category-tabs{justify-content:flex-start}.modal-box{width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0}.modal-body{padding:1rem}.skills-grid,.outputs-grid{grid-template-columns:1fr}.settings-row{flex-direction:column;align-items:flex-start;gap:.5rem}.settings-row__value{text-align:left;max-width:100%}.settings-row>.toggle,.settings-row>button,.settings-row>.badge{align-self:flex-start}.aiba-modes{padding-top:.5rem}}.toast-container{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:200;display:flex;flex-direction:column;gap:.5rem;align-items:center;pointer-events:none;width:min(420px,calc(100vw - 2rem))}.toast{display:flex;align-items:center;gap:.65rem;background:var(--text);color:#fff;border-radius:var(--radius-full);padding:.65rem 1rem;font-size:.875rem;font-weight:500;box-shadow:var(--shadow-lg);pointer-events:all;width:100%;opacity:0;transform:translateY(8px);transition:opacity .25s var(--ease),transform .25s var(--ease)}.toast--visible{opacity:1;transform:translateY(0)}.toast--success{background:#1b8b3c}.toast--error{background:var(--danger)}.toast--info{background:var(--brand)}.toast__icon{font-size:.85rem;flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:.7rem}.toast__message{flex:1;line-height:1.4}.toast__close{background:transparent;color:#ffffffb3;padding:0;width:20px;height:20px;border-radius:50%;font-size:.7rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast__close:hover{color:#fff;background:#ffffff26;opacity:1}.confirm-box{max-width:400px}[data-theme=dark] .btn-primary,[data-theme=dark] .auth-submit,[data-theme=dark] .home-insight__cta,[data-theme=dark] .aiba-composer__send,[data-theme=dark] .btn-primary:hover,[data-theme=dark] .auth-submit:hover,[data-theme=dark] .home-insight__cta:hover{color:#000}@media (prefers-color-scheme: dark){:root:not([data-theme=light]):not([data-theme=dark]) .btn-primary,:root:not([data-theme=light]):not([data-theme=dark]) .auth-submit,:root:not([data-theme=light]):not([data-theme=dark]) .home-insight__cta,:root:not([data-theme=light]):not([data-theme=dark]) .aiba-composer__send{color:#000}}[data-theme=dark] .aiba-composer--inline{border:1px solid var(--border);border-radius:var(--radius-xl);padding:.5rem var(--page-padding);background:var(--surface)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]):not([data-theme=dark]) .aiba-composer--inline{border:1px solid var(--border);border-radius:var(--radius-xl);padding:.5rem var(--page-padding);background:var(--surface)}}[data-theme=dark] .tasks-filter--active{color:#000}@media (prefers-color-scheme: dark){:root:not([data-theme=light]):not([data-theme=dark]) .tasks-filter--active{color:#000}}.admin-page{display:flex;flex-direction:column;gap:1.5rem;min-height:100%}.admin-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem}.admin-header__title{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.admin-header__sub{font-size:.875rem;color:var(--text-muted);margin-top:.15rem}.admin-tabs{display:flex;background:var(--surface-2);border-radius:var(--radius-full);padding:3px;gap:2px}.admin-tab{height:32px;padding:0 1rem;border-radius:var(--radius-full);font-size:.82rem;font-weight:600;color:var(--text-secondary);background:transparent}.admin-tab--active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}.admin-overview{display:flex;flex-direction:column;gap:1.25rem}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.admin-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem}.admin-stat__value{font-size:2rem;font-weight:800;letter-spacing:-.04em;color:var(--text);line-height:1}.admin-stat__label{font-size:.78rem;font-weight:600;color:var(--text-muted);margin-top:.35rem}.admin-stat__sub{font-size:.72rem;color:var(--text-muted);margin-top:.2rem}.admin-card{display:flex;flex-direction:column;gap:.75rem}.admin-plan-grid{display:flex;flex-direction:column;gap:.6rem}.admin-plan-row{display:flex;align-items:center;gap:.75rem}.admin-plan-row__count{font-size:.875rem;font-weight:700;color:var(--text);min-width:36px;text-align:right}.admin-plan-row__bar{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.admin-plan-row__fill{height:100%;background:var(--brand);border-radius:3px;transition:width .4s var(--ease)}.admin-plan-row__pct{font-size:.72rem;color:var(--text-muted);min-width:32px;text-align:right}.admin-period-tabs{display:flex;gap:2px;background:var(--surface-2);border-radius:var(--radius-full);padding:2px}.admin-period-tab{height:26px;padding:0 .75rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;color:var(--text-muted);background:transparent}.admin-period-tab--active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}.admin-chart{display:flex;flex-direction:column;gap:.4rem}.admin-chart__label{font-size:.72rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.admin-chart__bars{display:flex;align-items:flex-end;gap:2px;height:80px}.admin-chart__bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;height:100%;justify-content:flex-end}.admin-chart__bar{width:100%;border-radius:2px 2px 0 0;min-height:2px;transition:height .3s var(--ease)}.admin-chart__tick{font-size:.58rem;color:var(--text-muted);white-space:nowrap}.admin-users-layout{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 900px){.admin-users-layout{grid-template-columns:1fr 300px}}.admin-users-panel{display:flex;flex-direction:column;gap:.75rem;min-width:0}.admin-toolbar{display:flex;gap:.5rem;flex-wrap:wrap}.admin-search{flex:1;min-width:180px;height:36px;border-radius:var(--radius-lg);padding:0 .75rem;font-size:.875rem;background:var(--surface);border:1px solid var(--border);color:var(--text)}.admin-plan-filter{height:36px;border-radius:var(--radius-lg);padding:0 .75rem;font-size:.875rem;background:var(--surface);border:1px solid var(--border);color:var(--text)}.admin-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.82rem}.admin-table th{padding:.65rem 1rem;text-align:left;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--surface-2);white-space:nowrap}.admin-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border-light);color:var(--text);vertical-align:middle}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table__row{cursor:pointer;transition:background var(--duration) var(--ease)}.admin-table__row:hover{background:var(--surface-hover)}.admin-table__row--active,.admin-table__row--active:hover{background:var(--brand-muted)}.admin-user-cell{display:flex;align-items:center;gap:.6rem}.admin-user-cell__avatar{width:30px;height:30px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);font-size:.72rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-user-cell__name{font-weight:600;color:var(--text);font-size:.82rem}.admin-user-cell__email{font-size:.72rem;color:var(--text-muted)}.admin-pagination{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.admin-user-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;height:fit-content;position:sticky;top:1rem}.admin-user-detail__name{font-size:1rem;font-weight:800;color:var(--text)}.admin-user-detail__email{font-size:.78rem;color:var(--text-muted);margin-top:.1rem}.admin-detail-rows{display:flex;flex-direction:column;gap:.35rem;background:var(--surface-2);border-radius:var(--radius-md);padding:.75rem}.admin-detail-row{display:flex;justify-content:space-between;font-size:.78rem}.admin-detail-row span:first-child{color:var(--text-muted)}.admin-detail-row span:last-child{color:var(--text);font-weight:600}.admin-detail-section{display:flex;flex-direction:column;gap:.5rem}.admin-detail-section__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.admin-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:var(--text);color:var(--bg);border-radius:var(--radius-full);padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;z-index:300;animation:fadeUp .2s var(--ease) both}.ob-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease both}.ob-modal{width:min(480px,100%);background:var(--surface);border-radius:var(--radius-2xl);box-shadow:0 32px 80px #00000038;padding:2rem 2rem 1.5rem;display:flex;flex-direction:column;gap:0;animation:fadeUp .3s var(--ease) both;max-height:90dvh;overflow-y:auto}.ob-dots{display:flex;gap:.4rem;margin-bottom:1.75rem}.ob-dot{width:6px;height:6px;border-radius:99px;background:var(--border);transition:width .25s ease,background .25s ease}.ob-dot--active{width:22px;background:var(--brand)}.ob-dot--done{background:var(--text-muted)}.ob-step{display:flex;flex-direction:column;gap:.6rem;flex:1}.ob-icon{font-size:2rem;line-height:1;margin-bottom:.25rem}.ob-title{font-size:1.45rem;font-weight:800;letter-spacing:-.03em;color:var(--text);line-height:1.2}.ob-body{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.ob-features{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.ob-feature{display:flex;align-items:flex-start;gap:.75rem;background:var(--surface-2);border-radius:var(--radius-md);padding:.75rem}.ob-feature__icon{font-size:1.2rem;flex-shrink:0;margin-top:1px}.ob-feature__label{font-size:.875rem;font-weight:700;color:var(--text)}.ob-feature__sub{font-size:.78rem;color:var(--text-muted);margin-top:.1rem}.ob-fields{display:flex;flex-direction:column;gap:.85rem;margin-top:.5rem}.ob-label{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--text-secondary)}.ob-label__opt{font-weight:400;color:var(--text-muted)}.ob-input{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:.65rem .875rem;font-size:.9rem;color:var(--text);width:100%;transition:border-color .15s}.ob-input:focus{outline:none;border-color:var(--brand)}.ob-input::placeholder{color:var(--text-muted)}.ob-how-list{display:flex;flex-direction:column;gap:.85rem;margin-top:.5rem}.ob-how-row{display:flex;align-items:flex-start;gap:.85rem}.ob-how-num{width:26px;height:26px;border-radius:50%;background:var(--brand);color:var(--bg);font-size:.8rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.ob-how-label{font-size:.875rem;font-weight:700;color:var(--text)}.ob-how-sub{font-size:.78rem;color:var(--text-muted);margin-top:.15rem;line-height:1.5}.ob-shortcuts{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.ob-shortcut{display:flex;justify-content:space-between;align-items:center;background:var(--surface-2);border-radius:var(--radius-md);padding:.65rem .875rem;font-size:.875rem;font-weight:600;color:var(--text)}.ob-shortcut__path{font-size:.78rem;font-weight:500;color:var(--text-muted)}.ob-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--border)}.ob-skip{background:transparent;color:var(--text-muted);font-size:.875rem;font-weight:500;padding:.5rem .75rem;border-radius:var(--radius-md)}.ob-skip:hover{color:var(--text);background:var(--surface-hover);opacity:1}.ob-next{background:var(--brand);color:var(--bg);font-size:.92rem;font-weight:700;padding:.65rem 1.5rem;border-radius:var(--radius-full);transition:opacity .15s}.ob-next:hover{opacity:.85}.ob-next:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .ob-how-num,[data-theme=dark] .ob-next{color:#000}@media (prefers-color-scheme: dark){:root:not([data-theme=light]):not([data-theme=dark]) .ob-how-num{color:#000}:root:not([data-theme=light]):not([data-theme=dark]) .ob-next{color:#000}}.home-empty-nudge{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.85rem 1rem}.home-empty-nudge__body{display:flex;align-items:center;gap:.65rem;flex:1;min-width:0}.home-empty-nudge__icon{font-size:1.1rem;flex-shrink:0}.home-empty-nudge__title{font-size:.875rem;font-weight:700;color:var(--text)}.home-empty-nudge__sub{font-size:.75rem;color:var(--text-muted);margin-top:.1rem}.home-empty-nudge__cta{background:var(--brand);color:var(--bg);font-size:.78rem;font-weight:700;padding:.4rem .85rem;border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0}.home-empty-nudge__cta:hover{opacity:.85}.home-personalize-nudge{display:flex;align-items:center;gap:.85rem;background:var(--brand-light);border:1.5px solid var(--brand);border-radius:var(--radius-lg);padding:1rem 1.1rem;cursor:pointer;transition:opacity .15s}.home-personalize-nudge:hover{opacity:.85}.home-personalize-nudge__icon{font-size:1.25rem;flex-shrink:0}.home-personalize-nudge__body{flex:1;min-width:0}.home-personalize-nudge__title{font-size:.9rem;font-weight:700;color:var(--text)}.home-personalize-nudge__sub{font-size:.78rem;color:var(--text-secondary);margin-top:.15rem;line-height:1.5}.home-personalize-nudge__arrow{font-size:1.1rem;color:var(--brand);flex-shrink:0}.outputs-new-banner{display:flex;align-items:center;gap:.75rem;background:var(--brand-light);border:1.5px solid var(--brand);border-radius:var(--radius-lg);padding:.85rem 1rem;animation:fadeUp .25s var(--ease) both}.outputs-new-banner__icon{font-size:1rem;flex-shrink:0;color:var(--brand)}.outputs-new-banner__body{flex:1;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.outputs-new-banner__title{font-size:.875rem;font-weight:700;color:var(--text)}.outputs-new-banner__name{font-size:.875rem;color:var(--text-secondary)}.outputs-new-banner__close{background:transparent;color:var(--text-muted);font-size:.8rem;padding:.25rem .4rem;border-radius:var(--radius-xs);flex-shrink:0}.outputs-new-banner__close:hover{background:var(--surface-hover);color:var(--text);opacity:1}.sidebar-outputs-badge{position:absolute;top:-2px;right:-3px;width:8px;height:8px;background:var(--danger);border-radius:50%;border:1.5px solid var(--surface)}.sidebar-outputs-pill{margin-left:auto;background:var(--danger);color:#fff;font-size:.6rem;font-weight:800;padding:.1rem .45rem;border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase}
