:root{color-scheme:light;--bg: #dfe5ec;--screen: #f7f9fb;--surface: #ffffff;--surface-soft: #f2f4f7;--surface-muted: #edf1f5;--surface-strong: #e6ebf1;--line: rgba(62, 74, 91, .08);--text: #191f28;--text-secondary: #566273;--text-tertiary: #8a94a6;--primary: #111c2d;--primary-soft: #dde7f6;--accent: #38bdf8;--accent-soft: #e4f6ff;--success: #22a06b;--success-soft: #e7f7ee;--warning: #df8b1d;--warning-soft: #fff4de;--danger: #d84c5c;--danger-soft: #fdecef;--shadow-xl: 0 20px 48px rgba(21, 31, 44, .12);--shadow-lg: 0 12px 30px rgba(21, 31, 44, .08);--shadow-md: 0 8px 20px rgba(21, 31, 44, .06);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{min-height:100vh;overflow:hidden;background:radial-gradient(circle at top left,rgba(56,189,248,.12),transparent 30%),linear-gradient(180deg,#e6ebf1,#dfe5ec);color:var(--text);font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{height:100vh;display:flex;justify-content:center;align-items:stretch;padding:0}.phone-shell{width:min(100vw,430px);height:100vh;display:flex;flex-direction:column;background:var(--screen);overflow:hidden;position:relative}.status-shell{align-items:center}.phone-status{justify-content:center;align-items:center;text-align:center;padding:40px 28px}.phone-status h1{margin:10px 0 0;font-size:30px;letter-spacing:-.02em}.auth-shell{justify-content:center;gap:18px}.auth-form{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:18px}.auth-field{display:flex;flex-direction:column;gap:8px;text-align:left;color:var(--text-secondary);font-size:13px}.auth-field input{width:100%;height:46px;border-radius:14px;border:1px solid var(--line);background:#ffffffeb;padding:0 14px;font:inherit;color:var(--text-primary)}.auth-primary{height:46px;border:none;border-radius:14px;background:linear-gradient(135deg,#1f9d55,#168a49);color:#fff;font:inherit;font-weight:600}.auth-primary:disabled{opacity:.55}.auth-preview,.auth-error{margin:0;font-size:13px;line-height:1.5}.auth-preview{color:var(--text-secondary)}.auth-error{color:#c53b37}.topbar-kicker,.status-copy{color:var(--text-tertiary);font-size:13px;line-height:1.6}.home-screen,.tasks-screen,.directory-screen,.discover-screen,.profile-screen,.chat-screen,.detail-screen{min-height:0;height:100%;display:flex;flex-direction:column;background:var(--screen)}.page-header,.topbar,.home-header{flex-shrink:0;min-height:56px;display:grid;align-items:center;background:#f7f9fbf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.mobile-main-header{flex-shrink:0;min-height:56px;display:grid;grid-template-columns:92px 1fr 92px;align-items:center;padding:0 14px;background:#f7f9fbf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.mobile-main-header h1{margin:0;text-align:center;font-size:18px;font-weight:700;letter-spacing:-.02em}.mobile-main-header-spacer{height:1px}.mobile-main-header-actions{display:flex;justify-content:flex-end;gap:10px}.project-hero-card{width:100%;padding:20px 18px;border:0;border-radius:24px;background:radial-gradient(circle at top right,rgba(34,160,107,.16),transparent 34%),linear-gradient(160deg,#fff,#f1f6f4);box-shadow:var(--shadow-lg);text-align:left}.project-hero-kicker{color:var(--success);font-size:12px;font-weight:700;letter-spacing:.04em}.project-hero-card h2{margin:10px 0 0;font-size:22px;letter-spacing:-.03em}.project-hero-card p{margin:8px 0 0;color:var(--text-secondary);font-size:14px;line-height:1.6}.project-hero-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.project-hero-stats span{min-height:28px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;background:#ffffffeb;color:var(--text-secondary);font-size:12px}.project-hero-stats.compact{margin-top:16px}.project-thread-hero{flex-shrink:0;margin:10px 12px 6px;padding:14px 16px;border-radius:20px;background:radial-gradient(circle at top right,rgba(34,160,107,.14),transparent 34%),linear-gradient(180deg,#fffffffc,#f1f6f4f5);box-shadow:var(--shadow-md)}.project-thread-copy h2{margin:4px 0 0;font-size:18px;line-height:1.2;letter-spacing:-.03em}.project-thread-copy p:last-child{margin:4px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-thread-list{flex:1;min-height:0;overflow-y:auto;display:grid;align-content:start;gap:12px;padding:0 12px calc(92px + env(safe-area-inset-bottom))}.project-chat-card{margin:0}.mobile-header-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(25,31,40,.08);border-radius:12px;background:linear-gradient(180deg,#fffffffa,#f1f4f8f5);color:var(--primary);box-shadow:0 4px 14px #151f2c0f;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.mobile-header-icon svg{width:18px;height:18px}.mobile-header-icon:active{transform:scale(.96);box-shadow:0 2px 8px #151f2c14;background:linear-gradient(180deg,#f1f4f8fa,#e8edf4f5)}.page-header{grid-template-columns:1fr;place-items:center;padding:0 16px}.wechat-header{grid-template-columns:44px 1fr 72px;padding:0 10px}.topbar{grid-template-columns:44px minmax(0,1fr) 44px;padding:0 10px}.topbar-search{grid-template-columns:36px minmax(0,1fr) auto;gap:8px;padding:8px 12px 10px}.page-header h1,.topbar-copy h1,.home-title-block h1{margin:0;font-size:17px;font-weight:700;letter-spacing:-.01em}.home-title-block,.topbar-copy{text-align:center}.home-kicker,.topbar-meta,.discover-kicker,.topbar-kicker{margin:2px 0 0;color:var(--text-tertiary);font-size:11px}.topbar-back,.topbar-action,.composer-plus,.header-ghost,.search-cancel{border:0;background:transparent;color:var(--text);cursor:pointer}.topbar-back,.topbar-action,.header-ghost{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;font-size:22px}.topbar-action,.header-ghost{font-size:18px}.topbar-action.textual{width:auto;min-width:44px;padding:0 10px;font-size:14px;color:var(--primary)}.topbar-back:active,.topbar-action:active,.header-ghost:active,.search-cancel:active{background:#111c2d14}.header-actions{display:flex;justify-content:flex-end;gap:4px}.search-box,.search-trigger,.search-input,.sheet-input,.search-topbar-field .search-input{width:100%;min-height:38px;border:0;border-radius:999px;background:var(--surface-soft);color:var(--text-secondary);padding:0 14px;outline:none}.search-box,.search-trigger{display:grid;place-items:center;font-size:13px}.search-trigger{cursor:pointer}.search-topbar-field{min-width:0}.search-topbar-field .search-input{background:var(--surface);box-shadow:inset 0 0 0 1px var(--line)}.search-cancel{padding:0 4px;color:var(--primary);font-size:15px}.error-banner{margin:12px 16px 0;padding:12px 14px;border-radius:var(--radius-sm);background:var(--danger-soft);color:var(--danger);font-size:13px}.detail-card,.discover-hero{margin:16px;padding:18px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffffff5,#fff);box-shadow:var(--shadow-lg)}.discover-hero{display:grid;gap:14px}.runtime-hero{margin:16px;padding:20px 18px;border-radius:28px;background:linear-gradient(135deg,#131c2bfa,#26364ceb);color:#fff;box-shadow:var(--shadow-lg)}.runtime-hero h2{margin:8px 0 0;font-size:24px;line-height:1.15;letter-spacing:-.03em}.runtime-hero p:last-child{margin:10px 0 0;color:#ffffffbd;font-size:13px;line-height:1.6}.detail-kicker{margin:0;color:var(--text-tertiary);font-size:12px}.discover-hero h2,.detail-card h2{margin:4px 0 0;font-size:24px;line-height:1.15;letter-spacing:-.03em}.discover-hero p,.detail-card p{margin:8px 0 0;color:var(--text-secondary);font-size:14px;line-height:1.6}.conversation-list,.profile-list,.discover-card-list,.message-feed,.detail-screen{min-height:0}.conversation-section{display:grid;gap:12px}.conversation-section+.conversation-section{margin-top:8px}.runtime-section-label{padding:0 2px;color:var(--text-tertiary);font-size:12px;letter-spacing:.04em}.runtime-card{cursor:default}.runtime-page-list{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.runtime-preference-card{min-height:76px;padding:16px;border-radius:22px;background:linear-gradient(180deg,#fffffffa,#f4f7faf0);box-shadow:inset 0 0 0 1px #424d5c0d}.runtime-preference-card>div{display:flex;align-items:center}.runtime-preference-card .settings-row span{display:none}.runtime-picker-trigger{min-width:0;height:28px;padding:0;border:0;border-radius:0;background:transparent;color:var(--text);display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;font-size:14px;font-weight:600}.runtime-picker-caret{color:var(--text-tertiary);font-size:12px;line-height:1}.runtime-picker-sheet{width:min(100%,430px);margin-top:auto;padding:10px 14px calc(20px + env(safe-area-inset-bottom));border-radius:26px 26px 0 0;background:#fafbfdfa;box-shadow:0 -18px 50px #1018282e;position:relative;z-index:41}.runtime-picker-handle{width:42px;height:5px;margin:0 auto 14px;border-radius:999px;background:#5662732e}.runtime-picker-options{display:grid;gap:10px}.runtime-picker-option{width:100%;min-height:56px;padding:0 16px;border:0;border-radius:18px;background:var(--surface);display:flex;align-items:center;justify-content:space-between;color:var(--text);box-shadow:inset 0 0 0 1px #424d5c0f}.runtime-picker-option.selected{background:var(--surface);box-shadow:inset 0 0 0 1.5px #376edc42}.runtime-picker-option span{color:var(--text);font-size:15px;font-weight:600}.runtime-picker-option strong{color:#2f6de4;font-size:13px}.runtime-cloud-card{width:100%;min-height:82px;padding:16px;border:0;border-radius:22px;background:linear-gradient(180deg,#fffffffa,#f4f7faf0);box-shadow:inset 0 0 0 1px #424d5c0d;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;text-align:left}.runtime-cloud-card strong{display:block;font-size:15px}.runtime-cloud-card p{margin:6px 0 0;color:var(--text-secondary);font-size:12px}.runtime-cloud-meta{display:grid;justify-items:end;gap:6px}.runtime-cloud-meta span{color:var(--text);font-size:14px;font-weight:700}.runtime-cloud-meta em{min-height:26px;padding:0 10px;border-radius:999px;background:#2f6de41a;color:#2f6de4;display:inline-flex;align-items:center;font-size:12px;font-style:normal}.runtime-value-pill{min-height:28px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;background:#151f2c14;color:var(--text);font-size:12px;font-style:normal;white-space:nowrap}.runtime-value-pill.muted{color:var(--text-tertiary)}.runtime-inline-note{display:inline-flex;margin-top:8px;min-height:24px;padding:0 10px;align-items:center;border-radius:999px;background:#151f2c0f;color:var(--text-tertiary);font-size:11px}.conversation-section-label{padding:8px 18px 0;color:var(--text-tertiary);font-size:12px}.conversation-list,.profile-list,.discover-card-list{flex:1;display:grid;align-content:start;gap:12px;overflow-y:auto;padding:12px 12px calc(92px + env(safe-area-inset-bottom));background:var(--screen)}.directory-scroll{flex:1;min-height:0;overflow-y:auto;padding:8px 0 calc(106px + env(safe-area-inset-bottom));background:var(--screen)}.conversation-item,.directory-item,.profile-row,.discover-row{width:100%;margin:0;border:0;background:var(--surface);text-align:left;box-shadow:var(--shadow-md)}.conversation-item,.directory-item,.discover-row{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;border-radius:20px}.conversation-item,.project-conversation-item{min-height:116px}.project-conversation-item{width:100%;margin:0;border:0;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;border-radius:20px;background:radial-gradient(circle at top right,rgba(34,160,107,.14),transparent 34%),linear-gradient(180deg,#fffffffc,#f1f6f4f5);text-align:left;box-shadow:var(--shadow-md)}.project-conversation-avatar{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#19885b,#67d19e);color:#fff;font-size:18px;font-weight:700}.project-conversation-main{min-width:0}.project-status-card{width:100%;margin:0;border:0;padding:14px 16px;border-radius:20px;background:linear-gradient(180deg,#fffffffc,#f3f6faf5);text-align:left;box-shadow:var(--shadow-md);display:grid;gap:12px;min-height:126px}.project-status-main{border:0;background:transparent;padding:0;text-align:left;display:grid;grid-template-rows:auto 1fr;gap:10px;min-width:0;min-height:98px}.project-status-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.project-status-head-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;max-width:88px}.project-status-title{min-width:0;display:flex;align-items:center;gap:8px;max-width:170px}.project-status-title h2{margin:0;font-size:16px;font-weight:700;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-status-head time{color:var(--text-tertiary);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:52px}.project-status-pill{min-height:24px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;font-size:11px;font-weight:700;flex-shrink:0;max-width:52px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-status-pill.活跃,.project-status-pill.正常{background:var(--success-soft);color:var(--success)}.project-status-pill.进行中{background:var(--warning-soft);color:var(--warning)}.project-status-pill.异常{background:var(--danger-soft);color:var(--danger)}.project-status-pill.已归档{background:#5662731f;color:var(--text-secondary)}.project-status-pill.待开始{background:#151f2c14;color:var(--text-secondary)}.project-status-body{display:grid;grid-template-rows:22px 28px;gap:6px;min-width:0}.project-status-summary{margin:0;color:var(--text);font-size:13px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-status-tags{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden}.project-status-tags .conversation-chip{min-height:24px;padding:0 9px;font-size:11px;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-status-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.project-status-stats article{padding:12px 10px;border-radius:16px;background:#ffffffa8;box-shadow:inset 0 0 0 1px #424d5c0d;display:grid;gap:4px;justify-items:center}.project-status-stats strong{font-size:18px;line-height:1}.project-status-stats span{color:var(--text-secondary);font-size:12px}.project-toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 12px 0}.project-toolbar-row.compact{justify-content:flex-start;padding-top:10px}.project-toolbar-button{min-height:36px;padding:0 16px;border:0;border-radius:999px;background:#ffffffe6;color:var(--primary);box-shadow:inset 0 0 0 1px var(--line),0 6px 18px #151f2c0d}.project-scope-switcher{display:flex;gap:8px}.project-main-header{grid-template-columns:56px 1fr auto;padding:0 10px}.project-main-header-spacer{width:44px;height:44px}.project-entry-sheet{display:grid;gap:12px}.project-entry-option{width:100%;border:0;border-radius:18px;background:var(--surface-soft);padding:16px;text-align:left;display:grid;gap:6px}.project-entry-option strong{font-size:16px;color:var(--text)}.project-entry-option span{color:var(--text-secondary);font-size:13px;line-height:1.5}.project-inline-action{min-height:28px;padding:0 12px;border:0;border-radius:999px;background:#151f2c0f;color:var(--text-secondary);font-size:12px;font-weight:600}.project-inline-action:active,.project-toolbar-button:active{transform:translateY(1px)}.conversation-main p,.project-conversation-main p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-badge{background:var(--success)}.profile-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:16px;border-radius:18px}.directory-section{padding:8px 16px 6px;display:grid;gap:10px}.directory-shortcut{width:100%;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px;padding:14px 16px;border:0;border-radius:18px;background:var(--surface);box-shadow:var(--shadow-md);text-align:left}.directory-group-label{padding:8px 18px;color:var(--text-tertiary);font-size:12px}.directory-list{min-height:0;display:grid;gap:0;padding-bottom:0}.directory-shortcut h2,.discover-row h3,.profile-row h2,.directory-head h3,.conversation-head h2{margin:0;font-size:16px;font-weight:700;letter-spacing:-.02em}.directory-shortcut p,.discover-row p,.profile-row p,.directory-main p,.conversation-main p,.project-conversation-main p{margin:4px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.5}.conversation-avatar,.directory-avatar,.profile-avatar,.directory-shortcut-icon,.discover-row-icon,.detail-avatar{display:grid;place-items:center;border-radius:18px;color:#fff;font-weight:700;background:linear-gradient(135deg,var(--primary) 0%,#31435d 100%);box-shadow:inset 0 1px #ffffff2e}.conversation-avatar,.directory-avatar,.directory-shortcut-icon,.discover-row-icon{width:52px;height:52px;font-size:18px}.profile-avatar,.detail-avatar{width:72px;height:72px;font-size:28px}.directory-shortcut-icon.green{background:linear-gradient(135deg,#1c9c66,#5ccf99)}.directory-shortcut-icon.blue,.discover-row-icon.tone-1{background:linear-gradient(135deg,#1f5bd6,#46b2ff)}.directory-shortcut-icon.orange,.discover-row-icon.tone-2{background:linear-gradient(135deg,#d77a00,#ffb14a)}.discover-row-icon.tone-3{background:linear-gradient(135deg,#0d1c2f,#4f8eff)}.conversation-main,.project-conversation-main,.directory-main{min-width:0}.conversation-main,.project-conversation-main{display:grid;grid-template-rows:auto auto auto;align-content:center}.conversation-head,.directory-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.conversation-head span,.directory-head span,.profile-row span,.discover-row span,.directory-chevron,.profile-chevron{color:var(--text-tertiary);font-size:12px;flex-shrink:0}.conversation-badge{min-width:26px;height:26px;padding:0 7px;display:grid;place-items:center;border-radius:999px;background:var(--primary);color:#fff;font-size:12px;font-weight:700}.conversation-submeta{display:flex;align-items:center;gap:8px;margin-top:8px;color:var(--text-tertiary);font-size:12px;flex-wrap:wrap}.conversation-chip,.filter-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;background:var(--surface-soft);color:var(--text-secondary);font-size:12px}.conversation-chip.task{background:var(--accent-soft);color:#0e6ea8}.conversation-chip.pipeline{background:#edf4ff;color:#355dc9}.conversation-chip.project{background:var(--success-soft);color:var(--success)}.filter-pills{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.filter-pill.active{background:var(--primary);color:#fff}.empty-state{margin:20px 16px 0;padding:28px 20px;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md);text-align:center}.empty-state h2{margin:0;font-size:20px}.empty-state p{margin:10px 0 0;color:var(--text-secondary);font-size:14px}.sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:18px;background:#111c2d3d;z-index:40}.sheet-card{width:100%;border-radius:28px 28px 20px 20px;background:var(--surface);padding:22px 18px 18px;box-shadow:var(--shadow-xl)}.empty-inline-state{padding:16px 14px;border-radius:16px;background:var(--surface-soft);color:var(--text-secondary);font-size:13px;line-height:1.6}.sheet-title-block h2,.sheet-card h2{margin:0;font-size:22px}.sheet-title-block p{margin:8px 0 0;color:var(--text-secondary);font-size:14px}.task-subtabs{display:flex;gap:8px;align-items:center}.task-list{flex:1;overflow-y:auto;padding:14px 16px calc(92px + env(safe-area-inset-bottom));display:grid;align-content:start;gap:12px}.task-card{padding:18px;border-radius:22px;background:var(--surface);box-shadow:var(--shadow-md)}.task-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.task-card-kicker{margin:0;color:var(--text-tertiary);font-size:12px}.task-card h2{margin:6px 0 0;font-size:18px}.task-card-copy{margin:12px 0 0;color:var(--text-secondary);font-size:14px;line-height:1.65}.task-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;color:var(--text-tertiary);font-size:12px}.task-card-meta span{min-height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:var(--surface-soft)}.task-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.task-primary-button{justify-self:stretch}.task-form{display:grid;gap:10px;margin-top:14px}.task-mode-row{display:flex;gap:8px;flex-wrap:wrap}.pipeline-agent-list{display:flex;flex-wrap:wrap;gap:8px}.pipeline-agent-pill{min-height:34px;border:0;border-radius:999px;padding:0 14px;background:var(--surface-soft);color:var(--text-secondary);cursor:pointer}.pipeline-agent-pill.active{background:var(--primary);color:#fff}.task-select,.task-textarea{width:100%;border:0;border-radius:20px;background:var(--surface-soft);padding:12px 14px;outline:none;color:var(--text)}.task-textarea{min-height:110px;resize:vertical}.sheet-actions{display:flex;gap:10px;margin-top:16px}.sheet-button{min-height:42px;padding:0 18px;border:0;border-radius:999px;cursor:pointer;font-weight:600}.sheet-button.primary{background:linear-gradient(135deg,var(--primary) 0%,#2c3d58 100%);color:#fff}.sheet-button.muted{background:var(--surface-soft);color:var(--text)}.sheet-button.wide{width:100%}.project-create-sheet{display:grid;gap:14px}.project-create-mode{display:flex;gap:8px}.project-create-page{flex:1;min-height:0;overflow-y:auto;display:grid;align-content:start;gap:14px;padding:14px 12px calc(120px + env(safe-area-inset-bottom))}.project-create-page-single{gap:16px}.project-create-hero,.project-form-card{display:grid;gap:14px;padding:18px;border-radius:26px;background:radial-gradient(circle at top right,rgba(56,189,248,.1),transparent 32%),linear-gradient(180deg,#fffffffa,#f3f6fafa);box-shadow:var(--shadow-md)}.project-create-hero-copy h2,.project-section-head h3{margin:4px 0 0;font-size:20px;line-height:1.2;letter-spacing:-.03em}.project-create-hero-copy p{margin:8px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.6}.project-create-kicker{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.08em}.project-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.project-section-side{min-height:28px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;background:var(--surface-soft);color:var(--text-secondary);font-size:12px;white-space:nowrap}.project-field{display:grid;gap:8px}.project-field>span{color:var(--text-secondary);font-size:13px;font-weight:600}.project-rich-input{width:100%;min-height:48px;border:1px solid rgba(76,91,113,.08);border-radius:18px;background:#f8fafcfa;color:var(--text);padding:0 16px;outline:none;box-shadow:inset 0 1px #ffffffb3}.project-rich-input:focus{border-color:#38bdf847;box-shadow:inset 0 1px #ffffffb3,0 0 0 3px #38bdf81a}.project-rich-textarea,.project-field-textarea{min-height:112px;padding:14px 16px;resize:vertical}.project-field-textarea{min-height:92px}.project-scan-actions{display:flex;gap:10px}.project-scan-actions .sheet-button{flex:1}.project-create-switcher{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.project-mode-pill{min-height:36px;padding:0 14px;border:0;border-radius:999px;background:var(--surface-soft);color:var(--text-secondary)}.project-mode-pill.active{background:var(--primary);color:#fff}.project-create-block{display:grid;gap:10px}.project-create-panel{display:grid;gap:12px;padding:14px;border-radius:22px;background:radial-gradient(circle at top right,rgba(56,189,248,.12),transparent 36%),linear-gradient(180deg,#fffffffa,#f2f6fbf5);box-shadow:var(--shadow-md)}.project-create-card-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.project-create-card-header strong{font-size:15px}.project-create-card-header span,.project-create-inline-tip{color:var(--text-tertiary);font-size:12px;line-height:1.5}.project-create-inline-tip{margin-top:-2px}.project-prompt-input{min-height:104px}.project-scan-toolbar{display:grid;gap:10px}.project-scan-error{padding:12px 14px;border-radius:16px;background:var(--danger-soft);color:var(--danger);font-size:13px}.project-scan-list{display:grid;gap:10px}.project-scan-item{display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;padding:14px;border-radius:18px;background:var(--surface);box-shadow:inset 0 0 0 1px var(--line)}.project-scan-item input{margin-top:3px}.project-scan-copy{min-width:0;display:grid;gap:6px}.project-scan-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-scan-head strong{font-size:15px}.project-scan-head span,.project-scan-meta{color:var(--text-tertiary);font-size:12px}.project-scan-copy p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.5;word-break:break-all}.project-scan-meta{display:flex;flex-wrap:wrap;gap:8px}.project-draft-card{display:grid;gap:10px;padding:14px;border-radius:20px;background:radial-gradient(circle at top right,rgba(56,189,248,.12),transparent 32%),linear-gradient(180deg,#fffffffa,#f2f6fbf5);box-shadow:var(--shadow-md)}.project-draft-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-draft-card-header strong{font-size:15px}.project-draft-card-header span,.project-create-hint{color:var(--text-tertiary);font-size:12px}.project-draft-meta{display:flex;flex-wrap:wrap;gap:8px}.project-draft-meta span{min-height:26px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;background:#ffffffd1;color:var(--text-secondary);font-size:12px}.project-thread-path{margin-top:10px;min-height:34px;display:flex;align-items:center;padding:0 12px;border-radius:12px;background:#ffffffd6;color:var(--text-secondary);font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-topbar-add svg{width:18px;height:18px}.project-workspace-list{margin-top:10px;display:grid;gap:8px}.project-workspace-card{padding:12px;border-radius:16px;background:#ffffffd6;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px}.project-workspace-card strong{font-size:13px}.project-workspace-card span{color:var(--text-tertiary);font-size:11px;text-transform:uppercase}.project-workspace-card p{grid-column:1 / -1;margin:0;color:var(--text-secondary);font-size:12px;line-height:1.5;word-break:break-all}.chat-screen{background:radial-gradient(circle at top,rgba(56,189,248,.08),transparent 22%),linear-gradient(180deg,#f7f9fb,#f2f5f8)}.chat-menu{position:absolute;top:60px;right:12px;z-index:8;width:min(280px,calc(100vw - 32px));display:grid;gap:4px;padding:8px;border-radius:18px;background:#fffffffa;box-shadow:var(--shadow-xl)}.chat-menu-item{width:100%;border:0;background:transparent;text-align:left;padding:12px 14px;border-radius:14px;cursor:pointer}.chat-menu-item:active{background:var(--surface-soft)}.chat-menu-group{display:grid;gap:4px}.message-feed{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:14px 14px 8px}.message-day-separator{display:grid;place-items:center;margin:8px 0 16px}.message-day-separator span{min-height:24px;padding:0 12px;border-radius:999px;background:#5662731a;color:var(--text-tertiary);font-size:12px}.message-row{display:block;margin-bottom:14px}.message-row.system{margin-bottom:10px}.message-row-shell{display:flex;align-items:flex-end;gap:10px}.message-row-shell.user{justify-content:flex-end}.message-row-shell.agent{justify-content:flex-start}.message-avatar{width:36px;height:36px;flex-shrink:0;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--primary) 0%,#31435d 100%);color:#fff;font-size:14px;font-weight:700;box-shadow:var(--shadow-md)}.message-avatar.user{background:linear-gradient(135deg,var(--success) 0%,#58c78f 100%)}.message-stack{max-width:calc(82% - 46px);min-width:0;display:flex;flex-direction:column}.message-stack.user{align-items:flex-end}.message-stack.agent{align-items:flex-start}.message-sender{margin:0 0 6px;padding:0 4px;color:var(--text-tertiary);font-size:12px;line-height:1}.message-bubble{width:fit-content;min-width:0;overflow:hidden;box-sizing:border-box;max-width:100%;padding:12px 14px;border-radius:20px;box-shadow:var(--shadow-md);user-select:text;-webkit-user-select:text;-webkit-touch-callout:default}.message-bubble.user{background:linear-gradient(135deg,#cbf1a6,#b8e98e);border-bottom-right-radius:8px}.message-bubble.agent{background:#fffffff5;border-bottom-left-radius:8px}.message-bubble.pending{opacity:.92}.message-bubble.thinking{color:var(--text-secondary);background:#ffffffeb;border-bottom-left-radius:8px}.message-avatar.thought{background:linear-gradient(135deg,#2e3e56,#435f84)}.thought-row{margin-bottom:12px}.thought-card{width:100%;border-radius:16px;background:#f4f7fbfa;border:1px solid rgba(154,171,196,.38);padding:10px 12px}.thought-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.thought-card-head strong{font-size:13px;color:var(--text-secondary)}.thought-card-toggle{border:none;border-radius:999px;padding:4px 10px;font-size:12px;color:var(--primary);background:#31435d1a}.thought-card-latest{margin:8px 0 6px;white-space:pre-wrap;word-break:break-word;color:var(--text-primary);font-size:14px;line-height:1.5}.thought-card-events{margin-top:8px;display:grid;gap:8px}.thought-card-event{border-left:2px solid rgba(154,171,196,.5);padding-left:8px}.thought-card-event p{margin:0;white-space:pre-wrap;word-break:break-word;color:var(--text-secondary);font-size:13px;line-height:1.45}.message-content{margin:0;line-height:1.6;white-space:pre-wrap;word-break:break-word;font-size:15px}.template-draft-card{display:flex;flex-direction:column;gap:10px;width:100%;min-width:0}.template-draft-card-header{display:flex;align-items:flex-start;gap:10px;min-width:0}.template-draft-card-header>div{min-width:0}.template-draft-card-header strong{display:block;font-size:15px;line-height:1.3;word-break:break-word}.template-draft-card-header p,.template-draft-description{margin:2px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.5}.template-draft-emoji{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background:#eff4faeb;font-size:20px}.template-draft-meta{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.template-draft-meta span{max-width:100%;padding:4px 8px;border-radius:999px;background:#eef3f8eb;color:var(--text-secondary);font-size:11px;overflow-wrap:anywhere}.template-draft-section{display:flex;flex-direction:column;gap:6px}.template-draft-section strong{font-size:12px;color:var(--text-secondary)}.template-draft-list{margin:0;padding-left:18px;color:var(--text-secondary);font-size:12px;line-height:1.55}.template-draft-list li+li{margin-top:4px}.template-draft-description{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.55}.template-draft-actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%}.template-draft-primary,.template-draft-secondary,.template-draft-ghost{width:100%;box-sizing:border-box;min-height:38px;border-radius:12px;border:0;font-size:13px;font-weight:600}.template-draft-primary{background:#111827;color:#fff}.template-draft-secondary{background:#dbf2c9;color:#18330f}.template-draft-ghost{background:#f3f6f9f2;color:var(--text-secondary)}.message-context-menu-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12}.message-context-menu{position:absolute;min-width:88px;padding:6px;border-radius:14px;background:#181d24f0;box-shadow:var(--shadow-lg)}.message-context-menu-item{width:100%;min-height:38px;border:0;border-radius:10px;background:transparent;color:#fff;font-size:14px;cursor:pointer}.message-context-menu-item:active{background:#ffffff1f}.message-timestamp{margin-top:6px;padding:0 6px;color:#566273b8;font-size:11px;line-height:1}.message-timestamp.user{text-align:right}.message-timestamp.agent{text-align:left}.message-inline-meta{display:flex;gap:8px;margin-top:8px;color:var(--text-tertiary);font-size:12px}.worker-run-panel{margin:10px 0 12px;padding:14px;border-radius:20px;background:#fffffff0;box-shadow:var(--shadow-md)}.worker-run-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.worker-run-header strong{font-size:13px}.worker-run-header span{color:var(--text-tertiary);font-size:12px}.worker-run-list{display:grid;gap:8px}.worker-run-card{padding:12px 14px;border-radius:16px;background:var(--surface-soft)}.worker-run-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.worker-run-card-top strong{font-size:13px}.worker-run-card-top span{color:var(--text-tertiary);font-size:12px}.worker-run-card p{margin:8px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.6}.worker-run-card.failed{background:var(--danger-soft)}.chat-bottom{flex-shrink:0;padding:8px 12px calc(12px + env(safe-area-inset-bottom));background:#f7f9fbfa;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.agent-drawer{position:relative;z-index:4;margin-bottom:10px}.agent-drawer.expanded{z-index:6}.chat-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto 84px 64px;align-items:center;gap:8px}.agent-drawer-toggle{position:relative;z-index:3;border:0;min-height:42px;border-radius:999px;background:#fffffffa;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:var(--shadow-md)}.agent-drawer-toggle.compact{width:100%;min-width:0;max-width:none;justify-self:stretch}.toolbar-caret{color:var(--text-tertiary);font-size:14px;font-weight:700;line-height:1;transform:rotate(0);transition:transform .16s ease}.toolbar-caret.expanded{transform:rotate(180deg)}.chat-toolbar-menu{position:relative}.chat-more-button{min-height:42px;border:0;border-radius:999px;padding:0 14px;background:#fffffffa;color:var(--text-primary);font-size:13px;font-weight:700;box-shadow:var(--shadow-md);cursor:pointer;white-space:nowrap}.chat-engine-button{width:84px;padding:0 12px;justify-self:stretch;overflow:hidden;text-overflow:ellipsis;text-align:center}.chat-actions-popover{position:absolute;right:0;bottom:calc(100% + 8px);display:grid;gap:6px;min-width:120px;padding:8px;border-radius:16px;background:#fffffffa;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-actions-item{display:flex;align-items:center;justify-content:space-between;min-height:36px;border:0;border-radius:12px;padding:0 12px;text-align:left;background:var(--surface-soft);color:var(--text-primary);font-size:13px;font-weight:700;cursor:pointer}.chat-actions-item.selected{background:#286eff1a;color:var(--primary)}.chat-actions-item strong{font-size:12px}.chat-actions-item:disabled{opacity:.55;cursor:default}.chat-mode-switch{display:inline-grid;grid-auto-flow:column;gap:3px;padding:3px;min-height:42px;border-radius:999px;background:#fffffffa;box-shadow:var(--shadow-md);align-items:center;min-width:0;justify-self:center}.chat-mode-chip{min-height:32px;border:0;border-radius:999px;padding:0 10px;background:transparent;color:var(--text-secondary);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.chat-mode-chip.active{background:linear-gradient(135deg,var(--primary) 0%,#2d3f5a 100%);color:#fff}.engine-popover{min-width:144px}.new-session-sheet{width:min(100%,460px);max-height:min(84dvh,760px);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:12px;overflow:hidden;border-radius:26px 26px 20px 20px}.new-session-summary{display:flex;flex-wrap:wrap;gap:8px}.new-session-summary span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#286eff14;color:var(--primary);font-size:12px;font-weight:700}.new-session-content{display:grid;gap:12px;min-height:0}.new-session-section{min-height:0;border:1px solid rgba(23,43,77,.08);border-radius:16px;background:#f7f9fd;overflow:hidden}.new-session-section-head{display:flex;align-items:center;min-height:40px;padding:0 12px;background:#ffffffd9;border-bottom:1px solid rgba(23,43,77,.08)}.new-session-section-head h3{margin:0;font-size:13px;font-weight:800;color:var(--text-primary)}.new-session-list{max-height:min(24dvh,220px);overflow-y:auto;padding:8px;display:grid;gap:8px}.new-session-option{display:flex;align-items:center;justify-content:space-between;min-height:38px;border:1px solid rgba(23,43,77,.08);border-radius:12px;padding:0 12px;text-align:left;background:#fff;color:var(--text-primary);font-size:13px;font-weight:700;cursor:pointer}.new-session-option.selected{border-color:#286eff57;background:#286eff1a;color:var(--primary)}.new-session-option strong{font-size:12px}.agent-drawer-popover{position:absolute;left:0;right:0;bottom:calc(100% + 10px);display:grid;gap:12px;max-height:min(48vh,420px);overflow-y:auto;padding:14px;border-radius:20px;background:#fffffffa;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.agent-drawer-body{display:grid;gap:12px}.turn-card,.agent-list-item{margin:0;padding:14px;border-radius:16px;background:var(--surface-soft)}.turn-card-title,.agent-list-title{margin:0;font-size:13px;font-weight:700}.turn-card-copy,.agent-list-copy{margin:6px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.6}.turn-card-meta{margin:8px 0 0;color:var(--text-tertiary);font-size:12px}.agent-list,.composer{display:grid;gap:10px}.plus-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.plus-panel-item{border:0;border-radius:18px;background:var(--surface);padding:14px;text-align:left;box-shadow:var(--shadow-md)}.plus-panel-item strong{display:block;font-size:14px}.plus-panel-item span{display:block;margin-top:6px;color:var(--text-secondary);font-size:12px;line-height:1.5}.composer-panel{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:end}.composer-plus,.composer-button{min-height:40px;border-radius:999px}.composer-plus{width:40px;height:40px;background:var(--surface);box-shadow:var(--shadow-md);font-size:24px}.composer-input{width:100%;min-height:44px;max-height:130px;resize:none;overflow-y:hidden;border:0;border-radius:22px;background:var(--surface);padding:10px 14px;outline:none;box-shadow:var(--shadow-md);line-height:22px;-webkit-overflow-scrolling:touch}.composer-button{border:0;padding:0 18px;background:linear-gradient(135deg,var(--success) 0%,#58c78f 100%);color:#fff;font-weight:700}.detail-screen{overflow-y:auto;padding-bottom:calc(28px + env(safe-area-inset-bottom))}.detail-section{margin:0 16px 16px;padding:18px;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md)}.detail-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.detail-helper-copy,.detail-inline-copy,.detail-inline-error{margin:6px 0 0;color:var(--text-tertiary);font-size:13px;line-height:1.5}.detail-inline-error{color:var(--danger)}.detail-section-compact{padding:14px 16px}.detail-section h3{margin:0 0 12px;font-size:16px}.detail-section p{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.7}.detail-subsection{margin-top:14px}.detail-subsection h4{margin:0 0 10px;font-size:14px;color:var(--text-secondary)}.detail-skill-list{display:grid;gap:10px}.detail-skill-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:var(--radius-md);background:var(--surface-soft)}.detail-skill-item strong{display:block;font-size:14px}.detail-skill-item p{margin:4px 0 0;color:var(--text-tertiary);font-size:12px;line-height:1.45}.detail-badge{display:inline-flex;align-items:center;justify-content:center;min-width:50px;height:28px;padding:0 10px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:600}.detail-skill-actions{display:flex;align-items:center;gap:8px}.detail-hero-card{display:grid;gap:16px}.detail-highlight-card{background:linear-gradient(135deg,#eef5ff,#fff)}.detail-space-hero{background:linear-gradient(180deg,#111c2dfa,#24334af0);color:#fff}.detail-space-hero .detail-kicker,.detail-space-hero .detail-copy p{color:#ffffffb8}.detail-copy{min-width:0}.detail-status,.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700}.detail-status.enabled,.status-badge.positive{background:var(--success-soft);color:var(--success)}.detail-status.disabled{background:var(--surface-soft);color:var(--text-secondary)}.sheet-button.subtle{min-width:auto;min-height:34px;padding:0 14px;background:var(--surface-soft);color:var(--primary)}.sheet-button.mini{min-width:auto;min-height:32px;padding:0 14px;background:var(--primary);color:#fff}.sheet-button.mini.secondary{background:var(--surface-strong);color:var(--text)}.sheet-button.mini.danger{background:var(--danger-soft);color:var(--danger)}.detail-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.detail-stat-grid article{padding:14px;border-radius:16px;background:var(--surface-soft)}.detail-space-hero .detail-stat-grid article{background:#ffffff14}.detail-stat-grid strong{display:block;font-size:24px;letter-spacing:-.03em}.detail-stat-grid span{display:block;margin-top:4px;color:var(--text-secondary);font-size:12px}.detail-space-hero .detail-stat-grid span{color:#ffffffb8}.detail-list,.settings-list{display:grid;gap:10px}.detail-list-item,.detail-list-button,.settings-row{width:100%;display:grid;gap:6px;padding:14px;border-radius:16px;background:var(--surface-soft)}.detail-list-button,.settings-row{border:0;text-align:left}.detail-list-item-action{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.detail-inline-button{border:0;padding:0;background:transparent;text-align:left;display:grid;gap:6px;color:inherit;cursor:pointer}.detail-list-button-active{outline:2px solid rgba(31,111,235,.12);background:#eef5ff}.task-detail-hero,.pipeline-detail-hero{margin-bottom:0}.detail-list-button strong,.detail-list-item strong,.settings-row strong{font-size:14px}.project-list-button{background:linear-gradient(180deg,#fffffffa,#f4f7faf0);box-shadow:inset 0 0 0 1px #424d5c0d}.detail-list-button span,.detail-list-item span,.settings-row span{color:var(--text-secondary);font-size:13px;line-height:1.6}.detail-list-button em,.detail-list-item em{color:var(--text-tertiary);font-size:12px;font-style:normal}.settings-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.settings-row.static{cursor:default}.settings-row>div{min-width:0}.mini-action.danger{background:var(--danger-soft);color:var(--danger)}.switch-pill{width:42px;height:26px;border-radius:999px;background:#d2d8e2;position:relative}.switch-pill:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #00000026}.switch-pill.on{background:#22a06b4d}.switch-pill.on:after{left:19px;background:var(--success)}.discover-hero-button,.profile-hero-button,.discover-button,.directory-shortcut-button,.directory-button,.profile-button,.conversation-item,.topbar-action,.topbar-back,.header-ghost,.composer-plus,.composer-button,.sheet-button,.detail-list-button,.settings-row,.chat-menu-item{cursor:pointer}.profile-hero{margin:16px;padding:22px 18px;display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;border:0;border-radius:28px;background:linear-gradient(135deg,#111c2dfa,#25344aeb);color:#fff;box-shadow:var(--shadow-lg)}.profile-copy h1{margin:0;font-size:24px}.profile-copy p{margin:8px 0 0;color:#ffffffb8;font-size:13px}.profile-chevron{color:#ffffffb8;font-size:18px}.discover-hero-button{min-height:42px;width:fit-content;padding:0 18px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--primary) 0%,#304361 100%);color:#fff;font-weight:700}.detail-list-button:active,.conversation-item:active,.project-conversation-item:active,.directory-item:active,.directory-shortcut:active,.discover-row:active,.profile-row:active,.profile-hero:active,.settings-row:active,.sheet-button:active,.composer-button:active,.composer-plus:active{transform:scale(.992)}.bottom-tabbar{position:absolute;left:16px;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;padding:8px 10px;border-radius:24px;background:#ffffffd1;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow-xl)}.bottom-tab{border:0;background:transparent;display:grid;place-items:center;gap:4px;min-height:58px;color:var(--text-tertiary)}.bottom-tab.active{color:var(--primary)}.bottom-tab-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:999px}.bottom-tab-icon svg{width:20px;height:20px}.bottom-tab.active .bottom-tab-icon{background:var(--primary-soft)}.bottom-tab-label{font-size:10px}.profile-cover-card{position:relative;overflow:hidden;margin:16px;border-radius:28px;background:linear-gradient(180deg,#eff4f7,#fff);box-shadow:var(--shadow-lg)}.profile-cover-gradient{height:112px;background:radial-gradient(circle at top right,rgba(56,189,248,.35),transparent 28%),radial-gradient(circle at left,rgba(34,160,107,.22),transparent 24%),linear-gradient(135deg,#1d2534,#425169)}.profile-cover-content{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:center;padding:0 18px 18px;margin-top:-28px}.profile-edit-button{min-height:38px}.profile-info-row{grid-template-columns:minmax(0,1fr);padding:16px 16px 14px}.profile-info-row>div{display:grid;gap:8px}.profile-info-row strong{font-size:13px;color:var(--text-tertiary);font-weight:600}.profile-info-row span{font-size:14px;line-height:1.7;color:var(--text);word-break:break-word}.profile-logout-button{width:100%;min-height:48px;border:0;border-radius:16px;background:#c53b371f;color:#c53b37;font:inherit;font-weight:700}.profile-logout-button:active{transform:scale(.992)}.profile-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.profile-photo-tile,.profile-photo-add{min-height:108px;border:0;border-radius:18px;display:grid;place-items:center;background:linear-gradient(160deg,#eef3f8,#dde5ee);color:var(--text-secondary)}.profile-photo-tile span{font-size:28px;color:var(--primary)}.profile-photo-add{background:var(--surface-soft);font-weight:600}@media (min-width: 431px){.app-shell{padding:24px 0}.phone-shell{height:calc(100vh - 48px);max-height:940px;border-radius:36px;box-shadow:0 40px 90px #0f172a29}}@media (max-width: 430px){.new-session-sheet{width:100%;max-height:calc(100dvh - 26px);padding:18px 14px calc(12px + env(safe-area-inset-bottom));border-radius:24px 24px 18px 18px}.new-session-list{max-height:min(23dvh,200px)}}
