:root{color-scheme:light;--font: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--brand: #007AFF;--brand-dark: #0062CC;--brand-light: #E8F1FF;--brand-muted: rgba(0, 122, 255, .12);--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-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}*,*: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}}@keyframes spin{to{transform:rotate(360deg)}}.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}.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:#c47200}.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}.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-muted);padding:1rem .75rem .35rem;white-space:nowrap;overflow:hidden}.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}.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}.aiba-dock{position:sticky;bottom:0;z-index:30;pointer-events:none;padding:0 1rem 1.25rem}.aiba-dock__panel{max-width:760px;margin:0 auto;background:#fffffff7;border:1px solid var(--border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);pointer-events:auto;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.65rem}.aiba-dock__header{display:flex;align-items:center;gap:.6rem}.aiba-dock__label{font-size:.82rem;font-weight:700;color:var(--text);flex:1}.aiba-dock__status{font-size:.75rem;color:var(--text-muted)}.aiba-dock__chips{display:flex;flex-wrap:wrap;gap:.4rem}.aiba-dock__chip{background:var(--surface-2);color:var(--text-secondary);border-radius:var(--radius-full);padding:.25rem .65rem;font-size:.75rem;font-weight:500}.aiba-dock__thread{display:flex;flex-direction:column;gap:.5rem;max-height:160px;overflow-y:auto}.aiba-dock__msg{display:flex;flex-direction:column;gap:.15rem}.aiba-dock__msg-role{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.aiba-dock__msg--assistant .aiba-dock__msg-role{color:var(--brand)}.aiba-dock__msg-text{font-size:.85rem;line-height:1.5;color:var(--text)}.aiba-dock__form{display:flex;gap:.5rem;align-items:center}.aiba-dock__input{flex:1;height:38px;border-radius:var(--radius-full);background:var(--surface-2);border-color:transparent;padding:0 1rem;font-size:.875rem}.aiba-dock__input:focus{border-color:var(--brand);background:var(--surface)}.aiba-dock__send{width:38px;height:38px;padding:0;border-radius:50%;background:var(--brand);color:#fff;font-size:1rem;flex-shrink:0}.aiba-dock__send:hover{background:var(--brand-dark);opacity:1}.aiba-dock__send:disabled{background:var(--border)}.aiba-dock__error{background:var(--danger-bg);color:var(--danger);font-size:.8rem;border-radius:var(--radius-sm);padding:.5rem .75rem}.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:1.9rem;font-weight:800;letter-spacing:-.04em;line-height:1.15;color:var(--text)}.home-insight{background:var(--text);color:#fff;border-radius:var(--radius-xl);padding:1.25rem;display:flex;flex-direction:column;gap:.6rem}.home-insight__eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.55}.home-insight__message{font-size:1rem;line-height:1.55;font-weight:500}.home-insight__lead{font-weight:700}.home-insight__suggestion{font-size:.875rem;opacity:.7;line-height:1.4}.home-insight__cta{background:#ffffff26;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}.home-insight__cta:hover{background:#ffffff40;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}.home-stat__value{font-size:1.6rem;font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--text)}.home-stat__label{font-size:.75rem;color:var(--text-muted);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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)}.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}.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);margin-top:.15rem}.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(--brand-light);border:1px solid rgba(0,122,255,.2);border-radius:var(--radius-lg);padding:.85rem 1rem}.home-next-block__dot{width:10px;height:10px;border-radius:50%;background:var(--brand);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(--brand);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-next-block__time{font-size:.78rem;color:var(--brand);opacity:.7;margin-top:.1rem}.aiba-page{display:flex;flex-direction:column;height:calc(100dvh - var(--topbar-height));max-width:780px;margin:0 auto;width:100%;padding-bottom:0}.aiba-page--desktop{height:100dvh}.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-composer{flex-shrink:0;padding:.75rem var(--page-padding) max(1rem,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface)}.aiba-composer__inner{display:flex;gap:.5rem;align-items:flex-end;max-width:780px;margin:0 auto}.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-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:#007aff33}.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-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}.schedule-page{display:flex;flex-direction:column;gap:1.25rem}.schedule-date-nav{display:flex;align-items:center;gap:.5rem}.schedule-date-label{font-size:.9rem;font-weight:700;color:var(--text);flex:1;text-align:center}.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--meeting{background:#f3f0ff;border-color:var(--purple)}.timeline-block--break{background:var(--success-bg);border-color:var(--success)}.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}.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 auto auto auto;gap:.6rem;align-items:flex-end}.life-page{display:flex;flex-direction:column;gap:1.25rem}.life-context-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.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-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}.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{display:flex;flex-direction:column;gap:1.25rem}.profile-hero{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.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}.profile-hero__info{flex:1;min-width:0}.profile-hero__name{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-hero__email{font-size:.875rem;color:var(--text-muted)}.profile-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.profile-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.profile-stat__value{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.profile-stat__label{font-size:.72rem;color:var(--text-muted);font-weight:500;text-align:center}.profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.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}.skills-page{display:flex;flex-direction:column;gap:1.25rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.skill-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.1rem;display:flex;flex-direction:column;gap:.85rem;transition:border-color var(--duration) var(--ease)}.skill-card--enabled{border-color:#007aff4d}.skill-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.skill-card__icon{width:40px;height:40px;border-radius:var(--radius-md);background:var(--brand-muted);color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.skill-card__info{flex:1;min-width:0}.skill-card__name{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.2rem;line-height:1.2}.skill-card__desc{font-size:.8rem;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-radius:var(--radius-full);padding:.2rem .55rem;font-size:.7rem;font-weight:600}.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)}.settings-row:last-child{border-bottom:none}.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}.settings-row__value{font-size:.875rem;color:var(--text-secondary);text-align:right;max-width:220px;word-break:break-all}.mobile-promo{background:var(--text);color:#fff;padding:.65rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.mobile-promo__content{display:flex;align-items:center;gap:.65rem;flex:1;min-width:0;flex-wrap:wrap}.mobile-promo__badge{background:var(--brand);color:#fff;border-radius:var(--radius-full);padding:.15rem .55rem;font-size:.65rem;font-weight:800;letter-spacing:.06em;white-space:nowrap}.mobile-promo__text{font-size:.82rem;color:#ffffffd9;line-height:1.4}.mobile-promo__text strong{color:#fff}.mobile-promo__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.mobile-promo__cta{background:var(--brand);color:#fff;height:30px;padding:0 .85rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:700}.mobile-promo__dismiss{background:transparent;color:#ffffff80;height:28px;width:28px;padding:0;border-radius:50%;font-size:.85rem}.mobile-promo__dismiss:hover{background:#ffffff1a;color:#fff;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:#c47200}@media (max-width: 900px){.schedule-add-grid{grid-template-columns:1fr 1fr}}@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}.bottom-nav{display:block}.app-page{padding-top:1rem;padding-bottom:calc(var(--bottom-nav-height) + 1rem + env(safe-area-inset-bottom))}.aiba-page{height:calc(100dvh - var(--topbar-height) - var(--bottom-nav-height))}.aiba-dock{display:none}.home-stats{grid-template-columns:repeat(2,1fr)}.profile-hero{flex-direction:column;align-items:flex-start}.profile-stats{gap:1rem}.schedule-add-grid,.life-items-grid{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}.page-header__actions{width:100%}.modal-box{width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0}.profile-grid,.skills-grid,.outputs-grid{grid-template-columns:1fr}}
