@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";
@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.block{display:block}.contents{display:contents}.table{display:table}}:root{--bg:#07090d;--panel:#0d1118;--panel2:#111820;--line:#24303a;--muted:#78909a;--text:#e9f1f3;--cyan:#71e9f5;--purple:#af8cff;--green:#7ff2b2;--ease:cubic-bezier(.23,1,.32,1)}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Manrope,system-ui,sans-serif}button,textarea{font:inherit}button{cursor:pointer}.app-shell{background:radial-gradient(circle at 78% 18%,#281b4433,transparent 34%),radial-gradient(circle at 6% 14%,#123e514a,transparent 31%),var(--bg);min-height:100vh;display:flex}.sidebar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#080b10cc;border-right:1px solid #1b252d;flex-direction:column;width:232px;min-height:100vh;padding:24px 15px 17px;display:flex}.brand{align-items:center;gap:10px;padding:0 9px 30px;display:flex}.brand-mark{width:29px;height:29px;color:var(--cyan);background:#0d2229;border:1px solid #4e8190;border-radius:9px;place-items:center;display:grid;box-shadow:0 0 22px #40d9e51f}.brand strong{letter-spacing:-.03em;font-size:14px;display:block}.brand span{color:#71858c;letter-spacing:.03em;margin-top:2px;font:9px DM Mono,monospace;display:block}.new-project{color:#bfeef3;height:38px;transition:.18s var(--ease);background:linear-gradient(120deg,#12343c,#111d25);border:1px solid #2e5e69;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;font-size:12px;display:flex}.new-project:hover{background:#183e48;transform:translateY(-1px)}.side-nav{flex-direction:column;gap:4px;display:flex}.side-nav button{color:#78909a;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:11px;padding:10px;font-size:11px;transition:all .18s;display:flex}.side-nav button:hover,.side-nav button.active{color:#d8f9fc;background:#12252b}.side-nav button.active{box-shadow:inset 2px 0 var(--cyan)}.side-nav em{color:var(--cyan);margin-left:auto;font:9px DM Mono,monospace}.sidebar-bottom{margin-top:auto}.secure-note{color:#82c9c4;border-top:1px solid #1f2a31;gap:9px;padding:18px 8px;font-size:10px;line-height:1.5;display:flex}.secure-note small{color:#63767e;font:9px DM Mono,monospace}.profile{color:#b9ccd0;text-align:left;background:0 0;border:0;align-items:center;gap:8px;width:100%;padding:8px;display:flex}.profile small{color:#667b82;margin-top:2px;font:9px DM Mono,monospace;display:block}.profile svg{color:#66808a;margin-left:auto}.avatar{color:#eee;background:linear-gradient(135deg,#5e52b6,#292a66);border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;display:grid}.workspace{flex:1;min-width:0}.topbar{border-bottom:1px solid #18232a;align-items:center;gap:25px;height:70px;padding:0 34px;display:flex}.mobile-brand{color:var(--cyan);align-items:center;gap:6px;font:10px DM Mono,monospace;display:none}.project-switcher{font:11px;color:#b6c8cb;align-items:center;gap:8px;display:flex}.project-dot{background:#73e9ba;border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px #73e9ba}.top-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.top-actions button{color:#718991;background:0 0;border:0;padding:6px}.top-actions button:hover{color:var(--text)}.online{color:#86bdad;align-items:center;gap:6px;margin-left:7px;font:9px DM Mono,monospace;display:flex}.online i,.analysis-status i{background:#67e5ad;border-radius:50%;width:5px;height:5px;display:inline-block;box-shadow:0 0 7px #67e5ad}.workspace-grid{grid-template-columns:minmax(0,1fr) 330px;gap:38px;max-width:1280px;margin:0 auto;padding:54px 48px;display:grid}.eyebrow{color:#78959d;letter-spacing:.15em;font:9px DM Mono,monospace}.chat-column h1{letter-spacing:-.055em;margin:15px 0 10px;font-size:38px;font-weight:700;line-height:1.08}.lede{color:#7d9299;max-width:465px;margin:0 0 25px;font-size:13px;line-height:1.7}.analysis-strip{background:#0e1b21;border:1px solid #2b454d;border-radius:11px;justify-content:space-between;align-items:center;margin-bottom:32px;padding:12px 14px;display:flex}.analysis-strip>div{align-items:center;gap:10px;display:flex}.strip-icon{width:29px;height:29px;color:var(--cyan);background:#18333a;border-radius:8px;place-items:center;display:grid}.analysis-strip b{font-size:11px;display:block}.analysis-strip small{color:#6d8389;margin-top:3px;font:9px DM Mono,monospace;display:block}.analysis-status{color:#7ec0a6;align-items:center;gap:6px;font:9px DM Mono,monospace;display:flex}.chat-thread{flex-direction:column;gap:23px;display:flex}.message{gap:12px;display:flex}.message-avatar{border-radius:8px;flex:none;place-items:center;width:27px;height:27px;display:grid}.user-avatar{color:#c9b9ff;background:#27264a;font-size:10px}.ai-avatar{color:var(--cyan);background:#12333a}.message small{color:#5f767e;letter-spacing:.06em;margin:2px 0 7px;font:8px DM Mono,monospace;display:block}.message p{color:#b8c8ca;max-width:620px;margin:0;font-size:12px;line-height:1.75}.insight{background:#111324;border-left:2px solid #9180e4;border-radius:0 9px 9px 0;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;margin-top:15px;padding:12px 13px;display:grid}.insight>span{color:#a28fe4;font:10px DM Mono,monospace}.insight p{font-size:10px;line-height:1.5}.insight p b{color:#e1d7ff;font-size:10px}.insight button{color:#9b8cd4;background:0 0;border:0;align-items:center;gap:4px;font-size:9px;display:flex}.thinking{color:#759299;align-items:center;gap:8px;padding-left:39px;font:10px DM Mono,monospace;display:flex}.thinking span{gap:3px;display:flex}.thinking i{background:var(--cyan);border-radius:50%;width:4px;height:4px;animation:1.1s infinite pulse}.thinking i:nth-child(2){animation-delay:.15s}.thinking i:nth-child(3){animation-delay:.3s}@keyframes pulse{50%{opacity:.5}}.composer-wrap{background:#0d181e;border:1px solid #304c54;border-radius:12px;margin:28px 0 8px;box-shadow:0 12px 40px #0003}.composer-wrap textarea{resize:vertical;color:#dcebed;background:0 0;border:0;outline:0;width:100%;min-height:66px;padding:15px 16px 7px;font-size:12px;line-height:1.6}.composer-tools{align-items:center;gap:5px;padding:9px 10px 0;display:flex}.composer-tools button{color:#81979d;background:0 0;border:0;align-items:center;gap:5px;padding:5px;font-size:10px;display:flex}.composer-tools button:hover{color:#bfeef3}.composer-hint{display:none}.send-button{border-radius:7px;color:#d8fbff!important;background:#2b5863!important;margin-left:auto!important}.composer-footer{color:#7fa9af;border-top:1px solid #18282e;justify-content:space-between;align-items:center;padding:7px 13px 11px;font:9px DM Mono,monospace;display:flex}.composer-footer span{align-items:center;gap:4px;display:flex}.composer-footer small{color:#52666d}.inspector{border-left:1px solid #1c2830;padding-left:26px}.inspector-head{justify-content:space-between;align-items:flex-start;display:flex}.inspector-head h2{letter-spacing:-.04em;margin:8px 0 0;font-size:19px}.inspector-head>button{color:var(--cyan);background:#11252b;border:1px solid #304c54;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.health-card{background:linear-gradient(120deg,#101b21,#10131b);border:1px solid #263840;border-radius:12px;align-items:center;gap:13px;margin:22px 0;padding:15px;display:flex}.health-ring{border:4px solid #66d7c0;border-right-color:#2d4348;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.health-ring strong{font-size:14px}.health-ring span{color:#718990;font:7px DM Mono,monospace}.health-card b{font-size:11px}.health-card p{color:#73898f;margin:4px 0 0;font-size:9px;line-height:1.5}.inspector-section{border-top:1px solid #1e2b32;padding:18px 0}.section-title{color:#d2e1e3;justify-content:space-between;align-items:center;margin-bottom:13px;font-size:10px;display:flex}.section-title small{color:#647c83;font:8px DM Mono,monospace}.section-title button{color:#79c2cb;background:0 0;border:0;font:9px DM Mono,monospace}.check-row{border-bottom:1px solid #18262c;justify-content:space-between;gap:9px;padding:10px 0;display:flex}.check-row:last-child{border:0}.check-row b{font-size:10px}.check-row p{color:#71878e;margin:3px 0 0;font-size:9px;line-height:1.45}.check-row>strong{color:#7fe3ce;font:11px DM Mono,monospace}.file-row{color:#8da6ac;align-items:center;gap:8px;padding:9px 0;font-size:9px;display:flex}.file-row svg{color:#6ed8e3}.file-row small{color:#63777e;margin-left:auto;font:8px DM Mono,monospace}.preview-card{background:#0c151b;border:1px solid #263a43;border-radius:11px;padding:12px}.preview-card .section-title{margin-bottom:10px}.preview-card label{color:#6caeac;align-items:center;gap:5px;font:8px DM Mono,monospace;display:flex}.preview-card input{accent-color:var(--cyan)}.mini-preview{background:#101b21;border:1px solid #283c46;border-radius:7px;overflow:hidden}.mini-window{border-bottom:1px solid #273942;align-items:center;gap:3px;height:15px;padding-left:7px;display:flex}.mini-window span{background:#e77794;border-radius:50%;width:4px;height:4px}.mini-window span:nth-child(2){background:#e7c374}.mini-window span:nth-child(3){background:#75d3a1}.preview-content{padding:12px}.preview-line{background:#2b4d56;border-radius:5px;width:50%;height:4px;margin-bottom:7px}.preview-line.wide{width:75%}.preview-box{color:var(--cyan);background:#142a31;border:1px solid #385963;border-radius:6px;grid-template-columns:20px 1fr;gap:2px 7px;margin-top:15px;padding:12px;display:grid}.preview-box b{font-size:9px}.preview-box small{color:#6e8d94;grid-column:2;font:8px DM Mono,monospace}.preview-paused{color:#718890;border:1px dashed #34484e;border-radius:7px;place-items:center;height:90px;font:9px DM Mono,monospace;display:grid}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;background:#020408b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.upload-modal{background:#111820;border:1px solid #31515b;border-radius:17px;width:min(560px,100%);padding:30px;position:relative;box-shadow:0 25px 90px #0008}.close-modal{color:#849da4;background:0 0;border:0;position:absolute;top:15px;right:15px}.upload-modal h2{letter-spacing:-.05em;margin:12px 0 7px;font-size:25px}.upload-modal>p{color:#82979d;max-width:430px;font-size:11px;line-height:1.65}.upload-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin:23px 0 14px;display:grid}.upload-grid button{color:#b9d6da;text-align:left;background:#0d171d;border:1px solid #2b454d;border-radius:10px;flex-direction:column;gap:8px;padding:13px;display:flex}.upload-grid button:hover{background:#12252c;border-color:#6adce7}.upload-grid svg{color:var(--cyan)}.upload-grid b{font-size:10px}.upload-grid small{color:#6e878e;font:8px/1.4 DM Mono,monospace}.drop-zone{color:#8eb0b4;border:1px dashed #3c6872;border-radius:10px;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:22px;font-size:10px;display:flex}.drop-zone svg{color:#80dfe7}.drop-zone b{color:#a3eaf0}.drop-zone small{text-align:center;color:#617b83;width:100%;font:8px DM Mono,monospace}.mobile-brand{display:none}@media (max-width:1000px){.workspace-grid{grid-template-columns:1fr;padding:35px 28px}.chat-column{max-width:none}.inspector{border-top:1px solid #1c2830;border-left:0;grid-template-columns:1fr 1fr;gap:0 24px;padding:28px 0 0;display:grid}.inspector-head,.health-card,.preview-card{grid-column:span 2}.inspector-section{border-top:1px solid #1e2b32}.topbar{padding:0 28px}}@media (max-width:650px){.sidebar{display:none}.mobile-brand{display:flex}.topbar{height:59px;padding:0 17px}.project-switcher{font-size:10px}.top-actions button{display:none}.online{margin-left:auto}.workspace-grid{padding:28px 16px 40px}.chat-column h1{font-size:30px}.analysis-strip{flex-direction:column;align-items:flex-start;gap:12px}.inspector{display:block}.inspector-head,.health-card,.preview-card{margin-top:22px}.upload-modal{padding:25px 18px}.upload-grid{grid-template-columns:1fr}.composer-footer small{display:none}.insight{grid-template-columns:22px 1fr}.insight button{display:none}}.auth-control{align-items:center;gap:6px;display:flex;position:relative}.auth-trigger,.auth-icon{color:#a8dce0;background:#0e1c22;border:1px solid #2d4b54;border-radius:7px;align-items:center;gap:5px;padding:6px 8px;font:9px DM Mono,monospace;display:flex}.auth-trigger:hover,.auth-icon:hover{color:#e6ffff;border-color:#6be0e8}.auth-icon{color:#7d959b;padding:7px}.signed-email{color:#718990;text-overflow:ellipsis;white-space:nowrap;max-width:135px;font:8px DM Mono,monospace;overflow:hidden}.auth-popover,.repo-popover{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:15;background:#101a21f5;border:1px solid #36555f;border-radius:11px;width:245px;padding:14px;position:absolute;top:38px;right:0;box-shadow:0 18px 60px #0008}.auth-popover>b{font-size:11px;display:block}.auth-popover>small{color:#728990;margin:5px 0 12px;font-size:9px;line-height:1.45;display:block}.auth-popover input{color:#e7f5f6;background:#0a1116;border:1px solid #29434b;border-radius:7px;outline:none;width:100%;margin-top:7px;padding:8px;font-size:10px}.auth-popover input:focus{border-color:#6ddfe8}.auth-actions{gap:6px;margin-top:10px;display:flex}.auth-actions button{color:#c9f8fa;background:#12313a;border:1px solid #2c6670;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:4px;padding:7px;font:9px DM Mono,monospace;display:flex}.auth-error{color:#ff9a9a;margin:9px 0 0;font-size:9px;line-height:1.4}.repo-popover{width:290px;max-height:310px;overflow:auto}.repo-popover a{color:#b8d7da;border-bottom:1px solid #1d2d34;align-items:flex-start;gap:8px;padding:9px 4px;text-decoration:none;display:flex}.repo-popover a:last-child{border:0}.repo-popover a:hover{color:#e6ffff}.repo-popover svg{color:#75dce5;margin-top:2px}.repo-popover b,.repo-popover small{display:block}.repo-popover b{font-size:9px}.repo-popover small{color:#70878e;margin-top:3px;font:8px DM Mono,monospace}@media (max-width:650px){.signed-email{display:none}.auth-control{gap:3px}.auth-trigger{padding:6px}.auth-trigger:first-of-type{font-size:0}.auth-trigger:first-of-type svg{margin:0}.auth-popover,.repo-popover{right:-8px}}.chat-error{border-left:2px solid #d85f68;padding-left:9px;color:#ff9a9a!important}.auth-notice{color:#8ee2a8;margin:9px 0 0;font-size:9px;line-height:1.4}.github-connected{color:#8cf0bd!important;background:#10271f!important;border-color:#2f705b!important}.github-connected:hover{color:#dbffeb!important;border-color:#7ff2b2!important}.repo-popover-title{color:#91efbb;align-items:center;gap:6px;margin:1px 4px 7px;font:9px DM Mono,monospace;display:flex!important}.repo-empty,.history-empty{color:#718990;margin:9px 4px;font-size:9px;line-height:1.5}.conversation-bar{background:linear-gradient(120deg,#0e1c22,#10151d);border:1px solid #29424a;border-radius:11px;justify-content:space-between;align-items:center;gap:14px;margin:0 0 13px;padding:11px 12px;display:flex}.conversation-label{color:#81cbd3;letter-spacing:.09em;align-items:center;gap:5px;font:8px DM Mono,monospace;display:flex}.conversation-bar b{text-overflow:ellipsis;white-space:nowrap;color:#d8eef0;max-width:330px;margin:3px 0;font-size:10px;display:block;overflow:hidden}.conversation-bar small{color:#668087;font:8px DM Mono,monospace;display:block}.conversation-actions{flex:none;gap:6px;display:flex}.conversation-actions button{color:#a8dce0;background:#0d1920;border:1px solid #294952;border-radius:7px;align-items:center;gap:5px;padding:7px 8px;font:8px DM Mono,monospace;display:flex}.conversation-actions button:hover{color:#ecffff;border-color:#70e0e8}.history-panel{background:#0c151b;border:1px solid #304c54;border-radius:10px;margin:-5px 0 14px;padding:8px;box-shadow:0 15px 35px #0003}.history-head{color:#c6e2e5;justify-content:space-between;align-items:center;padding:5px 6px 8px;font:9px DM Mono,monospace;display:flex}.history-head span{align-items:center;gap:6px;display:flex}.history-head small{color:#658089;font-size:8px}.history-item{color:#9bb5b9;text-align:left;background:0 0;border:0;border-top:1px solid #1c2b32;width:100%;padding:9px 6px;display:block}.history-item:hover,.active-history-item{color:#e4fbfd;background:#12242b}.history-item b{white-space:nowrap;text-overflow:ellipsis;font-size:9px;display:block;overflow:hidden}.history-item small{color:#668087;margin-top:3px;font:8px DM Mono,monospace;display:block}.empty-chat{background:#0d171d;border:1px dashed #30545d;border-radius:12px;align-items:flex-start;gap:11px;padding:15px;display:flex}.empty-chat-icon{color:#77e4ed;background:#143038;border-radius:8px;flex:none;place-items:center;width:31px;height:31px;display:grid}.empty-chat b{color:#d8eef0;font-size:11px}.empty-chat p{color:#789098;margin:4px 0 0;font-size:10px;line-height:1.55}.muted-dot{box-shadow:none;background:#50636a}.real-project-card{color:#8ca5aa;background:#0c171c;border:1px dashed #37525a;border-radius:11px;align-items:center;gap:10px;margin:0 0 13px;padding:13px 14px;display:flex}.selected-project-card{color:#caece5;background:#0d211f;border-style:solid;border-color:#28705e}.real-project-card .strip-icon{flex:none}.real-project-card b{font-size:11px;display:block}.real-project-card small{color:#698289;margin-top:3px;font:9px DM Mono,monospace;display:block}.real-project-card a{color:#84e6ef;white-space:nowrap;margin-left:auto;font:9px DM Mono,monospace;text-decoration:none}.truth-card{background:#0e171d;border:1px solid #283d45;border-radius:12px;align-items:flex-start;gap:12px;margin:22px 0;padding:15px;display:flex}.truth-icon{color:#7dcfd7;background:#173038;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;display:grid}.active-truth-icon{color:#8ff0bc;background:#143829}.truth-card b{font-size:11px}.truth-card p{color:#748b91;margin:4px 0 0;font-size:9px;line-height:1.55}.empty-inspector-row{color:#7b9399;align-items:flex-start;gap:8px;padding:5px 0;font-size:9px;line-height:1.5;display:flex}.empty-inspector-row svg{color:#6acbd4;flex:none;margin-top:1px}.repo-picker-help{color:#718990;padding:0 4px 7px;font:8px/1.45 DM Mono,monospace;display:block}.repo-choice{color:#b8d7da;text-align:left;background:0 0;border:0;border-bottom:1px solid #1d2d34;align-items:flex-start;gap:8px;width:100%;padding:9px 4px;display:flex}.repo-choice:hover{color:#e6ffff;background:#13252b}.repo-choice:last-child{border:0}.repo-choice svg{color:#75dce5;margin-top:2px}.repo-choice b,.repo-choice small{display:block}.repo-choice b{font-size:9px}.repo-choice small{color:#70878e;margin-top:3px;font:8px DM Mono,monospace}.upload-grid button:disabled,.composer-tools button:disabled{opacity:.45;cursor:not-allowed}.composer-tools button:disabled:hover{color:#81979d}.import-source-button{color:#caffeb;background:linear-gradient(110deg,#143a31,#112a2d);border:1px solid #397766;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin:-2px 0 13px;padding:11px 13px;font:10px DM Mono,monospace;display:flex}.import-source-button:hover{background:#174a3c;border-color:#82f0bd}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.analysis-evidence{background:#0e1c22;border:1px solid #294650;border-radius:8px;margin-top:12px;padding:9px 10px}.analysis-evidence b{color:#8ce5ec;letter-spacing:.08em;font:8px DM Mono,monospace;display:block}.analysis-evidence span{color:#88a3a8;margin-top:4px;font:9px/1.55 DM Mono,monospace;display:block}@media (max-width:650px){.topbar{gap:10px;padding:0 14px}.project-switcher{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.top-actions{flex:none;gap:0;margin-left:auto}.top-actions .online{display:none}.top-actions .auth-trigger,.top-actions .auth-icon{padding:6px 8px;font-size:9px;display:flex}.top-actions .auth-trigger:first-of-type{font-size:9px}.top-actions .auth-trigger:first-of-type svg{margin:0}.auth-popover{top:42px;right:-5px}.top-actions .github-connected{padding:6px 7px;font-size:8px}.top-actions .repos-button{display:none}.conversation-bar{flex-direction:column;align-items:flex-start;margin-bottom:14px;padding:12px}.conversation-bar b{max-width:100%;font-size:11px}.conversation-actions{width:100%}.conversation-actions button{flex:1;justify-content:center;padding:8px 7px;font-size:9px}.history-panel{margin-top:-7px}.history-item{padding:10px 7px}.empty-chat{padding:14px}.chat-thread{gap:16px}.composer-wrap{margin-top:19px}.real-project-card{align-items:flex-start;padding:12px}.real-project-card a{margin-top:24px;margin-left:0}.truth-card{margin-top:18px}.import-source-button{padding:11px 9px;font-size:9px}}.app-shell{background:radial-gradient(circle at 58% 2%,#1a4d582e,#0000 28%),radial-gradient(circle at 92% 22%,#4825672b,#0000 30%),radial-gradient(circle at 11% 68%,#11394a22,#0000 30%),#05070b}.workspace{isolation:isolate;position:relative}.workspace:before{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0007,#0000 78%);mask-image:linear-gradient(#0007,#0000 78%)}.topbar{-webkit-backdrop-filter:blur(20px)saturate(135%);backdrop-filter:blur(20px)saturate(135%);background:#070b11a8;border-bottom-color:#34505a77;height:74px;box-shadow:0 8px 35px #0003}.project-switcher{color:#c6dde0;background:#0d1921c7;border:1px solid #2b4953;border-radius:9px;height:33px;padding:0 11px;font:10px DM Mono,monospace}.project-dot{width:6px;height:6px}.workspace-grid{grid-template-columns:minmax(0,1fr) 315px;gap:32px;max-width:1380px;padding-top:42px}.chat-column{max-width:790px}.chat-column>.eyebrow{color:#86dfe8;letter-spacing:.13em;background:#0d2229b8;border:1px solid #2e525c;border-radius:999px;align-items:center;padding:6px 9px;display:inline-flex;box-shadow:inset 0 1px #b9f7ff0d}.chat-column h1{letter-spacing:-.065em;color:#0000;background:linear-gradient(120deg,#f1fbfb 15%,#b9d8da 58%,#9f8fdb 110%);-webkit-background-clip:text;background-clip:text;margin:17px 0 11px;font-size:43px;line-height:1.04}.lede{color:#8ea6ac;max-width:570px;margin-bottom:22px;font-size:13px}.real-project-card{transition:transform .2s var(--ease),border-color .2s;background:linear-gradient(110deg,#102229e8,#101821d9);border-color:#315a64;position:relative;overflow:hidden;box-shadow:0 18px 48px #0004,inset 0 1px #d5fbff0a}.real-project-card:before{content:"";filter:blur(28px);background:#64e0f524;border-radius:50%;width:170px;height:170px;position:absolute;top:-130px;right:-78px}.selected-project-card{background:linear-gradient(110deg,#0d2b25eb,#101b22e6);border-color:#347e68}.real-project-card>*{position:relative}.real-project-card .strip-icon{color:#89eff4;background:#17444b;width:34px;height:34px;box-shadow:0 0 22px #4ce6ef1a}.import-source-button{transition:transform .18s var(--ease),box-shadow .18s,border-color .18s;background:linear-gradient(110deg,#145042,#112b32);border:1px solid #4f9780;position:relative;overflow:hidden;box-shadow:0 12px 30px #0003,inset 0 1px #c9ffe91a}.import-source-button:before{content:"";transition:transform .55s var(--ease);background:linear-gradient(105deg,#0000 20%,#b9fff01e 50%,#0000 80%);position:absolute;inset:0;transform:translate(-120%)}.import-source-button:hover{border-color:#91ffc4;transform:translateY(-2px);box-shadow:0 15px 38px #03130e80}.import-source-button:hover:before{transform:translate(120%)}.analyze-source-button{color:#e0faff;background:linear-gradient(110deg,#173c4c,#251c42);border-color:#5c7eb2}.conversation-bar{background:linear-gradient(115deg,#0f1d24ef,#10131de8);border-color:#355760;padding:13px 14px;box-shadow:0 16px 36px #0003,inset 0 1px #ddfbff0a}.conversation-label{color:#80e0e8}.conversation-bar b{color:#e3f6f8;font-size:11px}.conversation-actions button{color:#a6c9ce;background:#0b141b;border-color:#31535e;transition:background .17s,border-color .17s,transform .17s}.conversation-actions button:hover{background:#152a32;transform:translateY(-1px)}.conversation-actions .new-chat-button{color:#dcffff;background:linear-gradient(120deg,#1b4b54,#28375a);border-color:#568899}.history-panel{background:#091217f2;border-color:#31545d;box-shadow:0 20px 60px #0008}.history-item{border-top:0;border-radius:7px;margin-top:2px}.chat-thread{gap:18px;padding:7px 0 3px;position:relative}.chat-thread:before{content:"";background:linear-gradient(#65deea60,#0000 90%);width:1px;position:absolute;top:20px;bottom:20px;left:13px}.message{align-items:flex-start;position:relative}.message-avatar{z-index:1;border:1px solid #4b6570;width:30px;height:30px;position:relative;box-shadow:0 0 0 4px #080e13}.user-avatar{color:#e2dcff;background:linear-gradient(135deg,#4d3e8c,#242b5f);border-color:#7468bd}.ai-avatar{background:linear-gradient(135deg,#164b53,#153039);border-color:#41737e;box-shadow:0 0 0 4px #080e13,0 0 24px #4bdde21a}.message>div{min-width:0}.user-message>div{background:linear-gradient(145deg,#1d2441dd,#171b32e8);border:1px solid #3b3f6b;border-radius:14px 14px 4px;max-width:83%;margin-left:auto;padding:12px 14px;box-shadow:0 12px 26px #0004}.ai-message>div{max-width:calc(100% - 42px);padding:3px 2px 10px}.message small{color:#82a1a8;font-size:8px}.user-message small{color:#beb6e8}.message p{color:#c7d8da;font-size:12px;line-height:1.78}.user-message p{color:#dfe1fb}.ai-message p{max-width:680px}.analysis-evidence{background:linear-gradient(120deg,#10262f,#111928);border-color:#37606b;box-shadow:inset 2px 0 #78e5ed}.empty-chat{background:linear-gradient(115deg,#10262cee,#111726e8);border-style:solid;border-color:#315b65;padding:18px;position:relative;overflow:hidden;box-shadow:0 16px 38px #0003,inset 0 1px #e0ffff0b}.empty-chat:after{content:"";filter:blur(25px);background:#3fe6ec1c;border-radius:50%;width:175px;height:175px;position:absolute;top:-110px;right:-95px}.empty-chat>*{position:relative}.empty-chat-icon{color:#a8faff;background:linear-gradient(135deg,#18545d,#1c3145);border:1px solid #4c9eaa;width:36px;height:36px;box-shadow:0 0 25px #4debf126}.empty-chat b{font-size:12px}.empty-chat p{max-width:550px;font-size:10px}.composer-wrap{z-index:4;-webkit-backdrop-filter:blur(24px)saturate(145%);backdrop-filter:blur(24px)saturate(145%);background:#0b141af2;border:1px solid #4b7b85;margin:26px 0 5px;transition:border-color .2s,box-shadow .2s;position:sticky;bottom:13px;box-shadow:0 25px 75px #0009,0 0 0 1px #74ebf009,inset 0 1px #e9ffff0a}.composer-wrap:focus-within{border-color:#6bdae5;box-shadow:0 25px 75px #0009,0 0 0 3px #54ddeb12,inset 0 1px #e9ffff10}.composer-tools{padding:10px 12px 1px}.composer-tools button{color:#a2c0c5;background:#13202788;border:1px solid #0000;border-radius:7px;padding:6px 8px;font:9px DM Mono,monospace;transition:background .16s,border-color .16s,color .16s}.composer-tools button:hover{color:#d5fdff;background:#183039;border-color:#355d66}.send-button{justify-content:center;width:34px;height:34px;box-shadow:0 7px 18px #3bd8e940;color:#071318!important;transition:transform .18s var(--ease),box-shadow .18s!important;background:linear-gradient(135deg,#58d8de,#5b6eaa)!important;border-radius:10px!important;padding:0!important}.send-button:hover{transform:translateY(-2px)scale(1.04);box-shadow:0 10px 27px #3bd8e96b!important}.composer-wrap textarea{min-height:79px;padding:13px 16px 8px;font-size:13px}.composer-wrap textarea::placeholder{color:#668187}.composer-footer{color:#8ab8be;background:#0d191f99;border-top-color:#284049;border-radius:0 0 12px 12px}.composer-footer span{color:#8de0e6}.inspector{border-left-color:#2b424b;padding-left:25px}.inspector-head h2{color:#e6f6f8;font-size:20px}.truth-card{background:linear-gradient(120deg,#101f26,#0e151d);border-color:#31535d;box-shadow:0 15px 35px #0003}.preview-card{background:linear-gradient(120deg,#0d1b21,#0c1119);border-color:#31535d;box-shadow:0 15px 35px #0003}.file-row{border-bottom:1px solid #1c2d34}.file-row:last-child{border-bottom:0}@media (max-width:650px){.topbar{background:#070b11e8;height:64px}.project-switcher{background:0 0;border-color:#0000;height:29px;padding:0 7px}.workspace-grid{padding:23px 13px 110px}.chat-column>.eyebrow{padding:5px 8px;font-size:8px}.chat-column h1{margin:13px 0 9px;font-size:34px}.lede{margin-bottom:18px;font-size:12px;line-height:1.65}.real-project-card{margin-bottom:12px}.real-project-card .strip-icon{width:31px;height:31px}.conversation-bar{padding:11px 12px}.conversation-bar b{font-size:10px}.chat-thread{gap:16px}.user-message>div{max-width:calc(100% - 39px);padding:11px 12px}.ai-message>div{max-width:calc(100% - 39px)}.message p{font-size:12px;line-height:1.74}.composer-wrap{border-radius:14px;margin:0;position:fixed;bottom:9px;left:10px;right:10px}.composer-wrap textarea{min-height:54px;max-height:92px;padding:10px 13px 4px;font-size:12px}.composer-tools{padding:7px 8px 0}.composer-tools button{padding:5px 6px}.composer-footer{padding:6px 10px 8px;font-size:8px}.composer-footer span{white-space:nowrap;text-overflow:ellipsis;max-width:250px;overflow:hidden}.send-button{width:32px;height:32px}.analysis-evidence{padding:8px}.empty-chat{padding:15px}.truth-card{padding:13px}html,body,.app-shell,.workspace{width:100%;max-width:100%;overflow-x:clip}.workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:0!important;width:100%!important;min-width:0!important;max-width:none!important;padding:22px 14px 205px!important;display:block!important}.chat-column{width:100%!important;min-width:0!important;max-width:none!important}.chat-column>*{min-width:0}.inspector{border-top:1px solid #2b424b!important;border-left:0!important;width:100%!important;min-width:0!important;max-width:none!important;margin:28px 0 0!important;padding:25px 0 0!important;display:block!important}.inspector-head,.health-card,.preview-card{grid-column:auto!important;width:100%!important}.real-project-card,.conversation-bar,.empty-chat,.truth-card,.preview-card{width:100%;min-width:0!important}.real-project-card{flex-wrap:wrap}.real-project-card a{margin-top:0!important;margin-left:auto!important}.conversation-actions{min-width:0}.conversation-actions button{white-space:nowrap;min-width:0}.message,.message>div,.analysis-evidence{min-width:0}.composer-wrap{z-index:30;left:12px;right:12px;bottom:max(9px,env(safe-area-inset-bottom));width:auto!important;max-width:none!important}}.account-menu-trigger{place-items:center;width:32px;height:32px;transition:background .18s,border-color .18s,transform .18s;color:#b6dfe3!important;background:#0d1920!important;border:1px solid #36555f!important;border-radius:8px!important;padding:0!important;display:grid!important}.account-menu-trigger:hover{transform:translateY(-1px);background:#173039!important;border-color:#77e7ee!important}.account-menu{-webkit-backdrop-filter:blur(22px)saturate(150%);backdrop-filter:blur(22px)saturate(150%);z-index:40;transform-origin:100% 0;width:245px;animation:account-menu-in .18s var(--ease);background:#0b151bdd;border:1px solid #3b606a;border-radius:13px;padding:8px;position:absolute;top:42px;right:0;box-shadow:0 24px 80px #000c}@keyframes account-menu-in{0%{opacity:0;transform:translateY(-5px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.account-menu-identity{border-bottom:1px solid #263b43;align-items:center;gap:9px;margin-bottom:4px;padding:8px 8px 10px;display:flex}.account-menu-identity>span{color:#dffcff;background:linear-gradient(135deg,#265a65,#40397c);border-radius:8px;place-items:center;width:28px;height:28px;font:11px DM Mono,monospace;display:grid}.account-menu-identity b,.account-menu-identity small{display:block}.account-menu-identity b{font-size:10px}.account-menu-identity small{white-space:nowrap;text-overflow:ellipsis;color:#769098;max-width:165px;margin-top:2px;font:8px DM Mono,monospace;overflow:hidden}.account-menu>button{text-align:left;border-radius:8px;align-items:center;gap:9px;width:100%;font-size:10px;color:#b6cdd1!important;background:0 0!important;border:0!important;padding:9px 8px!important;display:flex!important}.account-menu-divider{background:#273c44;height:1px;margin:5px 4px}.logout-menu-action{color:#ffacac!important}.account-settings-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:60;background:#020508bd;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.account-settings-sheet{background:linear-gradient(145deg,#111f27f7,#0d101bf7);border:1px solid #426b75;border-radius:17px;width:min(390px,100%);padding:23px;position:relative;box-shadow:0 28px 90px #000b}.close-account-settings{color:#a6c9ce;background:#16242b;border:0;border-radius:8px;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:12px;right:12px}.account-settings-sheet h2{letter-spacing:-.05em;margin:10px 0 3px;font-size:22px}.account-email{color:#84a0a6;margin:0 0 19px;font:9px DM Mono,monospace}.account-settings-section{border-top:1px solid #2a4149;padding-top:15px}.account-settings-section>b{color:#d9f1f3;align-items:center;gap:7px;font-size:11px;display:flex}.account-settings-section>small{color:#789199;margin:7px 0 10px;font-size:9px;line-height:1.5;display:block}.account-settings-sheet input{color:#e9fbfd;background:#091218;border:1px solid #2e4d56;border-radius:8px;outline:none;width:100%;margin-top:7px;padding:10px;font-size:11px}.account-settings-sheet input:focus{border-color:#6cdee7}.save-password-button{color:#d6fff0;background:#16443b;border:1px solid #438477;border-radius:8px;width:100%;margin-top:11px;padding:10px;font-size:10px}.account-settings-actions{border-top:1px solid #2a4149;grid-template-columns:1fr 1fr;gap:7px;margin-top:16px;padding-top:14px;display:grid}.account-settings-actions button{color:#c4e0e3;background:#132027;border:1px solid #36525b;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:9px 7px;font-size:9px;display:flex}@media (max-width:650px){.top-actions .account-menu-trigger{flex:none;width:31px;height:31px;display:grid!important}.account-menu{z-index:55;width:min(270px,100vw - 24px);position:fixed;top:70px;right:12px}.account-settings-backdrop{align-items:end;padding:12px}.account-settings-sheet{border-radius:18px 18px 13px 13px;width:100%;padding:21px}.account-settings-actions{grid-template-columns:1fr}.signed-in{gap:4px}}.topbar{z-index:50;position:relative}.account-menu{z-index:120;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#091217!important;border-color:#53737c!important;box-shadow:0 28px 85px #000,0 0 0 1px #a9f7ff12!important}.account-menu:before{content:"";pointer-events:none;background:linear-gradient(145deg,#17252b22,#0000 48%);border-radius:12px;position:absolute;inset:0}.account-menu>*{position:relative}.account-menu>button{color:#d2e6e8!important}.account-menu>button:hover{color:#fff!important;background:#1a333b!important}.account-primary-action{margin-bottom:5px;color:#e1ffff!important;background:linear-gradient(120deg,#17454c,#29375c)!important;border:1px solid #568999!important}.account-primary-action:hover{background:linear-gradient(120deg,#1e5960,#354778)!important}.account-menu-identity{border-bottom-color:#405961}.account-menu-divider{background:#405961}.history-drawer-backdrop{z-index:90;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#020508b8;justify-content:flex-end;display:flex;position:fixed;inset:0}.history-drawer{width:min(400px,100%);height:100%;animation:history-drawer-in .22s var(--ease);background:#091217;border-left:1px solid #486a73;padding:22px 18px;overflow:auto;box-shadow:-25px 0 80px #000b}@keyframes history-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.history-drawer-head{border-bottom:1px solid #2d4750;justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:17px;display:flex}.history-drawer-head h2{letter-spacing:-.05em;margin:7px 0 4px;font-size:22px}.history-drawer-head small{color:#79939a;font:9px DM Mono,monospace}.history-drawer-head button{color:#b9dce0;background:#132129;border:1px solid #38545d;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.drawer-new-chat{color:#dffeff;background:linear-gradient(120deg,#174952,#293a63);border:1px solid #578d9a;border-radius:9px;justify-content:center;align-items:center;gap:7px;width:100%;margin:16px 0;padding:11px;font-size:10px;display:flex}.drawer-history-list{flex-direction:column;gap:5px;display:flex}.drawer-history-list .history-item{color:#bdd2d5;background:#0d1a20;border:1px solid #243c45;border-radius:10px;padding:12px 11px}.drawer-history-list .history-item:hover,.drawer-history-list .active-history-item{color:#efffff;background:#153039;border-color:#5b9daa}.drawer-history-list .history-item b{font-size:10px}.drawer-history-list .history-item small{font-size:8px}.drawer-history-list .history-empty{padding:15px 3px}@media (max-width:650px){.account-menu{border-radius:14px;width:calc(100vw - 20px);top:69px;right:10px}.history-drawer-backdrop{align-items:flex-end}.history-drawer{width:100%;height:min(78vh,650px);animation:history-sheet-in .22s var(--ease);border-top:1px solid #486a73;border-left:0;border-radius:19px 19px 0 0;padding:21px 16px 40px}@keyframes history-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.composer-repo-control{position:relative}.composer-repo-popover{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:45;background:#09141bef;border:1px solid #47727d;border-radius:12px;width:min(330px,100vw - 44px);max-height:290px;padding:10px;position:absolute;bottom:40px;left:0;overflow:auto;box-shadow:0 18px 65px #000c}.composer-repo-popover p{color:#8ba4aa;margin:3px 4px 8px;font:9px/1.5 DM Mono,monospace}.composer-repo-selected{border-bottom:1px solid #27434c;padding:8px 8px 10px}.composer-repo-selected b,.composer-repo-selected small{display:block}.composer-repo-selected b{color:#d9f7f8;font-size:10px}.composer-repo-selected small{color:#79939a;margin-top:4px;font:8px DM Mono,monospace}.composer-repo-choice{text-align:left;width:100%;background:0 0!important;border:0!important;border-radius:7px!important;align-items:flex-start!important;padding:9px 7px!important}.composer-repo-choice:hover{background:#153039!important}.composer-repo-choice svg{color:#78e5ed;margin-top:2px}.composer-repo-choice span{gap:3px;display:grid}.composer-repo-choice b{font-size:9px}.composer-repo-choice small{color:#78939a;font:8px DM Mono,monospace}.composer-repo-action{justify-content:center;width:100%;margin-top:7px}.composer-repo-action.import-action{color:#bffff0!important;background:#10372e!important;border-color:#347e68!important}.composer-repo-action.clear-action{color:#ffbac1!important;background:#29171c!important;border-color:#684a53!important}.voice-button.is-listening{box-shadow:0 0 0 2px #ad8cff20,0 0 20px #a98cff30;color:#e2d4ff!important;background:#30204d!important;border-color:#b68cff!important}.voice-notice{color:#a7c6cb;margin:0;padding:0 13px 8px;font:9px/1.45 DM Mono,monospace}.managed-project-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.managed-project-list article{background:#0a151a;border:1px solid #2b4850;border-radius:10px;align-items:center;gap:12px;padding:11px;display:flex}.managed-project-list article>div{flex:1;min-width:0}.managed-project-list b,.managed-project-list small{display:block}.managed-project-list b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.managed-project-list small{color:#718c93;margin-top:4px;font:8px DM Mono,monospace}.project-remove-button{color:#ffb6bd;background:#211419;border:1px solid #694650;border-radius:7px;flex:none;padding:7px 8px;font:9px DM Mono,monospace}.project-remove-button:hover{background:#3b1920;border-color:#eb8591}.project-remove-button.confirm-remove{color:#fff4f5;background:#6b2029;border-color:#ea7f8c}@media (max-width:650px){.composer-repo-popover{width:min(340px,100vw - 36px);bottom:37px;left:0}.composer-tools{gap:3px}.composer-tools button{padding:5px;font-size:8px}.managed-project-list article{flex-direction:column;align-items:flex-start}.project-remove-button{width:100%}}.workspace-grid.single-panel{max-width:960px;padding-top:52px;display:block}.tool-view{width:min(760px,100%);min-height:440px}.tool-view>.eyebrow{color:#86dfe8;letter-spacing:.13em;background:#0d2229b8;border:1px solid #2e525c;border-radius:999px;padding:6px 9px;display:inline-flex}.tool-view h1{letter-spacing:-.065em;color:#0000;background:linear-gradient(120deg,#f1fbfb 15%,#b9d8da 58%,#9f8fdb 110%);-webkit-background-clip:text;background-clip:text;margin:17px 0 11px;font-size:42px;line-height:1.04}.tool-view>p{color:#90a8ae;max-width:620px;font-size:13px;line-height:1.7}.tool-view-actions{flex-wrap:wrap;gap:8px;margin:23px 0;display:flex}.tool-view-actions button,.tool-empty-card button,.connector-card button,.analysis-workbench-head button{color:#d9fcff;background:linear-gradient(120deg,#123b42,#202747);border:1px solid #437a85;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:10px;display:flex}.tool-view-actions button:hover,.tool-empty-card button:hover,.connector-card button:hover,.analysis-workbench-head button:hover{background:#1a4852;border-color:#8aeef4}.tool-current-card,.tool-empty-card,.connector-card,.analysis-workbench{background:linear-gradient(125deg,#0d2027e8,#101522e8);border:1px solid #31545e;border-radius:13px;box-shadow:0 18px 45px #0004,inset 0 1px #ddfbff0a}.tool-current-card,.tool-empty-card,.connector-card{align-items:center;gap:12px;padding:16px;display:flex}.tool-current-card>svg,.tool-empty-card>svg,.connector-card>svg{color:#83e9c5;flex:none}.tool-current-card>div,.tool-empty-card>div,.connector-card>div{flex:1;min-width:0}.tool-current-card b,.tool-current-card small,.tool-empty-card b,.tool-empty-card small,.connector-card b,.connector-card small{display:block}.tool-current-card b,.tool-empty-card b,.connector-card b{color:#e0f5f7;font-size:11px}.tool-current-card small,.tool-empty-card small,.connector-card small{color:#7b969d;margin-top:4px;font-size:9px;line-height:1.55}.tool-current-card button{color:#ffb5bd;background:#29171d;border:1px solid #74505b;border-radius:8px;padding:8px 9px;font:9px DM Mono,monospace}.connector-card{align-items:flex-start;margin-top:23px}.connector-card>svg{color:#86e8f0}.connector-note{color:#88a5ab;gap:8px;margin-top:13px;padding:11px 2px;font-size:10px;line-height:1.6;display:flex}.connector-note svg{color:#7ee8b8;flex:none;margin-top:1px}.analysis-workbench{margin-top:23px;overflow:hidden}.analysis-workbench-head{border-bottom:1px solid #2c4852;align-items:center;gap:9px;padding:14px;display:flex}.analysis-workbench-head>svg{color:#7de9b8}.analysis-workbench-head>div{flex:1;min-width:0}.analysis-workbench-head b,.analysis-workbench-head small{display:block}.analysis-workbench-head b{font-size:10px}.analysis-workbench-head small{color:#749099;margin-top:3px;font:8px DM Mono,monospace}.analysis-workbench-head button{padding:7px 8px;font-size:8px}.analysis-workbench>.ai-rich-content{padding:15px}.analysis-path-list{flex-wrap:wrap;gap:6px;padding:0 14px 14px;display:flex}.analysis-path-list span{color:#91b8bd;background:#0a151b;border:1px solid #315563;border-radius:7px;align-items:center;gap:5px;padding:6px 7px;font:8px DM Mono,monospace;display:flex}.analysis-path-list svg{color:#83e9ee}.ai-rich-content{min-width:0}.ai-rich-content>p{white-space:pre-wrap;color:#c7d8da!important;margin:0 0 12px!important;font-size:12px!important;line-height:1.78!important}.ai-rich-content>p:last-child{margin-bottom:0!important}.ai-code-block{background:#070e13;border:1px solid #315861;border-radius:11px;width:100%;min-width:0;margin:13px 0;overflow:hidden;box-shadow:0 13px 35px #0005}.ai-code-block header{background:linear-gradient(120deg,#101d24,#131426);border-bottom:1px solid #263f48;justify-content:space-between;align-items:center;height:37px;padding:0 10px 0 12px;display:flex}.ai-code-block header span{color:#8de5ed;letter-spacing:.1em;font:8px DM Mono,monospace}.ai-code-block header button{color:#c5fbff;background:#132930;border:1px solid #365e67;border-radius:6px;align-items:center;gap:4px;padding:5px 7px;font:8px DM Mono,monospace;display:flex}.ai-code-block header button:hover{background:#194049;border-color:#78e8ef}.ai-code-block pre{tab-size:2;background:radial-gradient(circle at 100% 0,#194a5114,#0000 30%),#080f14;max-width:100%;margin:0;padding:14px;overflow:auto}.ai-code-block code{color:#cbdde0;white-space:pre;min-width:max-content;font:11px/1.65 DM Mono,ui-monospace,SFMono-Regular,Menlo,monospace;display:block}.token-comment{color:#63858a}.token-string{color:#a8e5a8}.token-number{color:#f0bd81}.token-literal{color:#e7a6e6}.token-tag{color:#78dfea}.token-keyword{color:#c3a6ff}.token-function{color:#f0dc9d}@media (max-width:650px){.workspace-grid.single-panel{padding:22px 14px 120px!important}.tool-view{min-height:calc(100vh - 185px)}.tool-view h1{font-size:34px}.tool-current-card,.tool-empty-card,.connector-card{flex-wrap:wrap;align-items:flex-start;padding:14px}.tool-current-card button,.tool-empty-card button,.connector-card button{width:100%;margin-top:2px}.analysis-workbench-head{flex-wrap:wrap;align-items:flex-start}.analysis-workbench-head button{width:100%}.ai-rich-content>p{font-size:12px!important}.ai-code-block{margin:11px 0}.ai-code-block pre{overscroll-behavior-x:contain;padding:12px}.ai-code-block code{font-size:10px;line-height:1.62}.analysis-path-list{padding:0 12px 12px}.analysis-path-list span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}}.brand-logo{object-fit:cover;filter:drop-shadow(0 0 10px #56e5ef4a);border-radius:7px;width:24px;height:24px;display:block}.brand-mark{padding:2px;overflow:hidden}.brand-mark .brand-logo{border-radius:7px;width:100%;height:100%}.mobile-brand .brand-logo{border-radius:6px;width:20px;height:20px}.landing-shell{color:#eaf5f6;background:radial-gradient(circle at 70% 12%,#244f5d47,#0000 23%),radial-gradient(circle at 90% 35%,#54308a31,#0000 28%),radial-gradient(circle at 16% 75%,#1450592b,#0000 30%),#05070b;min-height:100vh;position:relative;overflow:hidden}.landing-shell:before{content:"";pointer-events:none;opacity:.65;background-image:linear-gradient(#dffeff05 1px,#0000 1px),linear-gradient(90deg,#dffeff05 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0008,#0000 67%);mask-image:linear-gradient(#0008,#0000 67%)}.landing-header,.landing-hero,.landing-section,.landing-security,.landing-footer{width:min(1180px,100% - 48px);margin:0 auto;position:relative}.landing-header{border-bottom:1px solid #9fefff12;justify-content:space-between;align-items:center;height:84px;display:flex}.landing-brand{align-items:center;gap:10px;display:flex}.landing-brand span{gap:2px;display:grid}.landing-brand strong{letter-spacing:-.045em;font-size:15px}.landing-brand small{color:#76a4aa;letter-spacing:.04em;font:8px DM Mono,monospace}.landing-header nav{align-items:center;gap:23px;display:flex}.landing-header nav>a{color:#89a6aa;font:10px DM Mono,monospace;text-decoration:none}.landing-header nav>a:hover{color:#dcffff}.landing-hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:38px;min-height:600px;padding:65px 0 74px;display:grid}.landing-copy{z-index:1;position:relative}.landing-kicker{color:#93e7ee;letter-spacing:.12em;background:#0d2930ad;border:1px solid #4e8e9855;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font:9px DM Mono,monospace;display:inline-flex}.landing-copy h1{letter-spacing:-.075em;margin:19px 0 18px;font-size:clamp(44px,5.6vw,74px);font-weight:700;line-height:.97}.landing-copy h1 em{color:#0000;background:linear-gradient(120deg,#75edf3,#a48ef3 78%);-webkit-background-clip:text;background-clip:text;font-style:normal}.landing-copy>p{color:#a5bdc1;max-width:590px;margin:0;font-size:15px;line-height:1.75}.landing-actions{align-items:center;gap:18px;margin-top:28px;display:flex}.landing-actions .auth-control .auth-trigger{color:#e7ffff;background:linear-gradient(120deg,#15505a,#343568);border-color:#6fdee8;padding:10px 14px;font-size:10px;box-shadow:0 10px 30px #3be8ef1c}.landing-secondary{color:#afcfd3;align-items:center;gap:7px;font-size:11px;text-decoration:none;display:inline-flex}.landing-secondary:hover{color:#eaffff}.landing-trust{color:#7c9da3;flex-wrap:wrap;gap:16px;margin-top:25px;font:9px DM Mono,monospace;display:flex}.landing-trust span{align-items:center;gap:6px;display:flex}.landing-trust svg{color:#86e7c1}.landing-visual{isolation:isolate;place-items:center;height:465px;display:grid;position:relative}.landing-visual:after{content:"";filter:blur(10px);z-index:-1;background:radial-gradient(circle,#4deaf847,#0000 66%);border-radius:50%;width:250px;height:250px;position:absolute}.hero-logo-wrap{background:linear-gradient(140deg,#193f48c7,#17172ec2);border:1px solid #79eff16e;border-radius:42px;width:158px;height:158px;padding:13px;animation:5s ease-in-out infinite float-logo;transform:rotate(-8deg);box-shadow:0 30px 70px #000a,0 0 70px #4fe4ef2e}.brand-logo-large{border-radius:31px;width:100%;height:100%}@keyframes float-logo{50%{transform:translateY(-10px)rotate(-3deg)}}.orbit{z-index:-1;border:1px solid #7feef429;border-radius:50%;position:absolute}.orbit-one{width:360px;height:220px;transform:rotate(-20deg)}.orbit-two{border-color:#af8cff25;width:270px;height:390px;transform:rotate(30deg)}.code-pulse{color:#a6d3d7;background:#0c171ddc;border:1px solid #5c919a5c;border-radius:9px;align-items:center;gap:7px;padding:9px 11px;font:9px DM Mono,monospace;display:flex;position:absolute;box-shadow:0 16px 38px #0007}.code-pulse span{color:#8cf0f5;font-weight:700}.code-pulse-one{top:72px;right:12px}.code-pulse-two{bottom:76px;left:15px}.code-window{background:#071116e6;border:1px solid #46636c;border-radius:12px;width:290px;padding:12px 13px 14px;position:absolute;bottom:4px;right:13px;transform:rotate(4deg);box-shadow:0 20px 55px #000b}.code-window>div{border-bottom:1px solid #253940;gap:4px;padding-bottom:10px;display:flex}.code-window i{background:#e98296;border-radius:50%;width:5px;height:5px}.code-window i:nth-child(2){background:#e6bf6e}.code-window i:nth-child(3){background:#7fe0ad}.code-window p{color:#abc3c7;margin:10px 0 0;font:9px DM Mono,monospace}.code-window b{color:#83eaf1}.code-window span{color:#c5a8ff}.code-window em{color:#76e7b2;font-style:normal}.code-window strong{color:#e6eff0}.code-window .code-faded{color:#55747a}.landing-section{border-top:1px solid #a9f9ff13;grid-template-columns:300px 1fr;gap:60px;padding:82px 0;display:grid}.landing-section h2,.landing-security h2{letter-spacing:-.055em;margin:14px 0 0;font-size:33px;line-height:1.07}.landing-steps{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.landing-steps article{background:linear-gradient(145deg,#0e1d24d9,#0b1019d9);border:1px solid #34545d;border-radius:14px;padding:20px;position:relative;box-shadow:inset 0 1px #e4ffff09}.landing-steps article>span{color:#617d84;font:9px DM Mono,monospace;position:absolute;top:14px;right:15px}.landing-steps svg{color:#83e8ef}.landing-steps h3{margin:20px 0 8px;font-size:13px}.landing-steps p{color:#849da2;margin:0;font-size:11px;line-height:1.65}.landing-security{background:linear-gradient(120deg,#0e2c32ce,#17142ad9);border:1px solid #426e76;border-radius:18px;grid-template-columns:1fr 1fr;gap:40px;margin-top:28px;padding:36px 38px;display:grid;box-shadow:0 25px 75px #0007}.security-grid{align-content:center;gap:12px;display:grid}.security-grid span{color:#b9d7da;align-items:center;gap:9px;font-size:11px;display:flex}.security-grid svg{color:#82eeb8}.landing-footer{color:#6e898f;justify-content:space-between;align-items:center;padding:48px 0 38px;font:9px DM Mono,monospace;display:flex}.landing-footer .brand-logo{width:28px;height:28px}@media (max-width:760px){.landing-header,.landing-hero,.landing-section,.landing-security,.landing-footer{width:min(100% - 30px,620px)}.landing-header{height:70px}.landing-header nav>a{display:none}.landing-hero{flex-direction:column;align-items:flex-start;gap:20px;min-height:auto;padding:58px 0 38px;display:flex}.landing-copy h1{font-size:48px}.landing-copy>p{font-size:13px}.landing-visual{order:2;width:100%;height:340px}.hero-logo-wrap{border-radius:33px;width:132px;height:132px}.brand-logo-large{border-radius:24px}.orbit-one{width:280px;height:170px}.orbit-two{width:210px;height:300px}.code-window{width:245px;right:5px}.code-pulse-one{right:0}.code-pulse-two{left:0}.landing-section{padding:54px 0;display:block}.landing-section h2,.landing-security h2{font-size:29px}.landing-steps{grid-template-columns:1fr;margin-top:25px}.landing-security{padding:26px 22px;display:block}.security-grid{margin-top:24px}.landing-footer{gap:20px;padding:37px 0 28px}.landing-footer>span{text-align:right;max-width:150px}.landing-actions .auth-popover{left:0;right:auto}.landing-actions .auth-control{position:relative}}.composer-repo-action.clear-action{display:none!important}.code-block-actions{align-items:center;gap:6px;display:flex}.code-preview-backdrop{z-index:210;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#02070bc9;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.code-preview-modal{background:#071017;border:1px solid #4f8d97;border-radius:15px;grid-template-rows:auto 1fr;width:min(900px,100%);height:min(660px,100vh - 36px);display:grid;overflow:hidden;box-shadow:0 35px 100px #000d}.code-preview-modal>header{background:linear-gradient(120deg,#102831,#16152a);border-bottom:1px solid #274650;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.code-preview-modal header span,.code-preview-modal header small{display:block}.code-preview-modal header span{color:#aaf1f5;letter-spacing:.12em;font:9px DM Mono,monospace}.code-preview-modal header small{color:#799aa0;margin-top:4px;font-size:9px}.code-preview-modal header button{color:#d8fbfc;background:#12242a;border:1px solid #3f6871;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.code-preview-modal iframe{background:#fff;border:0;width:100%;height:100%}.composer-media-portal-host{display:contents}.composer-media-menu{align-items:center;display:flex;position:relative}.composer-plus-button{color:#aef3f6!important;background:#10252c!important;border:1px solid #3d6d77!important;border-radius:8px!important;place-items:center!important;width:32px!important;height:30px!important;padding:0!important;display:grid!important}.composer-plus-button.active{color:#e8dcff!important;background:#293051!important;border-color:#a58cf2!important}.composer-media-popover{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:80;background:#09141cf5;border:1px solid #477780;border-radius:13px;width:min(335px,100vw - 36px);max-height:min(570px,100vh - 150px);padding:10px;position:absolute;bottom:39px;right:0;overflow:auto;box-shadow:0 22px 75px #000d}.composer-media-head{color:#91e7ed;letter-spacing:.1em;justify-content:space-between;align-items:center;margin:1px 2px 8px;font:9px DM Mono,monospace;display:flex}.composer-media-head span{align-items:center;gap:6px;display:flex}.composer-media-head button{place-items:center;width:25px;height:25px;display:grid;color:#a5c8cc!important;background:#102027!important;border:1px solid #355a63!important;border-radius:7px!important;padding:0!important}.media-action{text-align:left;width:100%;color:#dff9fa!important;background:#0d1c22!important;border:1px solid #315660!important;border-radius:9px!important;align-items:center!important;gap:10px!important;margin-top:6px!important;padding:10px!important;display:flex!important}.media-action>svg{color:#82e8ed;flex:none}.media-action span{gap:3px;display:grid}.media-action b{font-size:10px}.media-action small{color:#78999f;font:8px DM Mono,monospace}.media-action.voice-active{background:#271f43!important;border-color:#b38df5!important}.media-action.voice-active>svg{color:#ddcaff}.voice-call-notice{gap:6px;display:flex;color:#aecccf!important;margin:8px 3px 3px!important;font:8px/1.5 DM Mono,monospace!important}.voice-call-notice svg{color:#bf9bff;flex:none;margin-top:1px}.image-generation-form{border-top:1px solid #29464f;gap:8px;margin-top:9px;padding-top:9px;display:grid}.image-generation-form textarea{box-sizing:border-box;resize:vertical;color:#ddf3f4;background:#061015;border:1px solid #365d66;border-radius:8px;width:100%;padding:9px;font:10px/1.55 DM Mono,monospace}.image-generation-form>div{gap:7px;display:flex}.image-generation-form select,.image-generation-form button{color:#c8edef;background:#10242b;border:1px solid #3a6670;border-radius:7px;padding:8px;font:9px DM Mono,monospace}.image-generation-form select{flex:1}.image-generation-form button{background:linear-gradient(120deg,#13515c,#2e3970);border-color:#5ca2ae;justify-content:center;align-items:center;gap:5px;display:flex}.media-error{color:#ffb9c0;margin:0;font-size:9px;line-height:1.5}.generated-image-result{background:#071016;border:1px solid #3d6d75;border-radius:9px;margin:3px 0 0;overflow:hidden}.generated-image-result img{object-fit:contain;background:#030609;width:100%;max-height:330px;display:block}.generated-image-result figcaption{color:#8daeb3;align-items:center;gap:6px;padding:8px;font:8px DM Mono,monospace;display:flex}.generated-image-result figcaption svg{color:#83e7bb}.generated-image-result a{color:#9debf1;margin-left:auto;text-decoration:none}@media (max-width:650px){.code-preview-backdrop{align-items:end;padding:0}.code-preview-modal{border-radius:16px 16px 0 0;width:100%;height:86vh}.code-preview-modal iframe{min-height:0}.composer-media-popover{width:min(330px,100vw - 26px);bottom:38px;right:-38px}.composer-plus-button{width:30px!important}.code-block-actions{gap:4px}.ai-code-block header button{padding:5px 6px}.code-preview-modal>header{padding:11px 12px}}.voice-call-shell{color:#effdfe;background:radial-gradient(circle at 50% 18%,#1d606b70,#0000 31%),radial-gradient(circle at 80% 75%,#4c2d8060,#0000 38%),#05090d;flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.voice-call-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#071116df;border-bottom:1px solid #91f4fa17;align-items:center;gap:12px;height:70px;padding:0 max(20px,50vw - 550px);display:flex}.voice-call-topbar>a,.voice-call-topbar>button{color:#caf6f8;background:#0d2127;border:1px solid #35626b;border-radius:11px;place-items:center;width:38px;height:38px;text-decoration:none;display:grid}.voice-call-topbar>div{flex:1;gap:3px;display:grid}.voice-call-topbar span{color:#89e6ed;letter-spacing:.13em;font:9px DM Mono,monospace}.voice-call-topbar small{color:#829da2;font-size:11px}.voice-settings{z-index:40;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#08151cf5;border:1px solid #4a8089;border-radius:16px;width:min(390px,100vw - 36px);padding:16px;position:fixed;top:80px;right:max(18px,50vw - 540px);box-shadow:0 28px 85px #000d}.voice-settings-head{justify-content:space-between;align-items:start;gap:10px;margin-bottom:14px;display:flex}.voice-settings-head b,.voice-settings-head small{display:block}.voice-settings-head b{font-size:13px}.voice-settings-head small{color:#819ca2;max-width:240px;margin-top:4px;font-size:10px;line-height:1.45}.voice-settings-head button{color:#baf1f4;background:#112a31;border:1px solid #47747b;border-radius:8px;padding:7px 9px;font-size:9px}.voice-settings label{color:#9ac4c8;gap:6px;margin-top:10px;font:9px DM Mono,monospace;display:grid}.voice-settings select{box-sizing:border-box;color:#e4fbfc;background:#071117;border:1px solid #355b64;border-radius:8px;width:100%;padding:9px;font:10px DM Mono,monospace}.voice-style-grid{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:13px;display:grid}.voice-style-grid button{text-align:left;color:#d4f4f5;background:#0b1a20;border:1px solid #2f535c;border-radius:9px;gap:4px;padding:9px;display:grid}.voice-style-grid button.active{color:#f0e9ff;background:#251e42;border-color:#aa8ef0;box-shadow:0 0 0 1px #b190fa2b}.voice-style-grid b{font-size:9px}.voice-style-grid small{color:#7d989e;font:7px/1.35 DM Mono,monospace}.voice-settings>p{color:#789399;margin:12px 1px 0;font-size:9px;line-height:1.55}.voice-call-stage{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:45px 20px 30px;display:flex}.call-orbit{background:radial-gradient(circle,#1b60694f,#0000 68%);border:1px solid #5a9da560;border-radius:50%;place-items:center;width:178px;height:178px;display:grid;position:relative;box-shadow:0 0 0 18px #5feaf007,0 0 0 38px #5feaf005}.call-orbit:before,.call-orbit:after{content:"";border:1px solid #81f3fa42;border-radius:50%;position:absolute;inset:-17px}.call-orbit:after{border-color:#b78efa2a;inset:-35px}.call-orbit.active{animation:1.6s ease-in-out infinite call-glow}.call-avatar{background:linear-gradient(145deg,#113c44,#211a3e);border:1px solid #8af2f5;border-radius:38px;width:118px;height:118px;padding:9px;box-shadow:0 20px 52px #000b}.call-avatar img{object-fit:cover;border-radius:30px;width:100%;height:100%}.voice-call-stage h1{letter-spacing:-.065em;margin:38px 0 8px;font-size:31px}.voice-call-state{color:#9fbec2;align-items:center;gap:7px;margin:0;font-size:12px;display:flex}.voice-call-state i{background:#74e7b4;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #74e7b4}.voice-call-state i.pulse{background:#b693ff;animation:.9s ease-in-out infinite mic-pulse;box-shadow:0 0 13px #b693ff}.voice-caption{color:#a4c6c9;width:min(480px,100%);min-height:42px;margin:29px auto 0;font:11px/1.55 DM Mono,monospace}.voice-transcript{text-align:left;gap:8px;width:min(560px,100%);max-height:190px;margin-top:14px;padding:0 3px;display:grid;overflow:auto}.voice-transcript p{color:#c7dfe1;background:#0a161c;border:1px solid #294952;border-radius:11px;margin:0;padding:10px 12px;font-size:11px;line-height:1.5}.voice-transcript p.user{background:#1c1e43;border-color:#474176}.voice-transcript b{color:#87e8ef;letter-spacing:.08em;margin-bottom:4px;font:8px DM Mono,monospace;display:block}.voice-transcript p.user b{color:#c6b8ff}.voice-call-controls{padding:25px 20px max(30px,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#071217d8;border-top:1px solid #80f1f014;justify-content:center;align-items:end;gap:20px;display:flex}.call-control,.call-start,.call-end{color:#d7fafb;background:#11262d;border:1px solid #426f77;border-radius:50%;place-items:center;gap:7px;width:62px;height:62px;display:grid}.call-control span,.call-start span,.call-end span{font-size:8px}.call-control.muted{color:#ffdae0;background:#451d24;border-color:#e78391}.call-start,.call-end{border-radius:28px;width:88px;height:88px}.call-start{background:linear-gradient(145deg,#1a765f,#164c58);border-color:#58bc9a;box-shadow:0 14px 32px #26c79836}.call-end{background:linear-gradient(145deg,#9b3242,#54202b);border-color:#ec8995;box-shadow:0 14px 32px #e6455940}@keyframes call-glow{50%{transform:scale(1.035);box-shadow:0 0 0 25px #5feaf00a,0 0 0 50px #5feaf006,0 0 60px #59e5ed38}}@keyframes mic-pulse{50%{opacity:.6;transform:scale(1.45)}}@media (max-width:650px){.voice-call-topbar{height:64px;padding:0 15px}.voice-call-stage{justify-content:flex-start;padding-top:95px}.call-orbit{width:156px;height:156px}.call-avatar{width:103px;height:103px}.voice-call-stage h1{margin-top:38px}.voice-settings{top:73px;right:13px}.voice-call-controls{gap:16px;padding-left:14px;padding-right:14px}.call-control{width:59px;height:59px}.call-start,.call-end{border-radius:26px;width:82px;height:82px}.voice-style-grid{gap:5px}.voice-style-grid button{padding:8px 6px}}.disconnect-github-button{color:#ffc0c5;background:#24161c;border:1px solid #86515a;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:9px;padding:9px;font:9px DM Mono,monospace;display:flex}.disconnect-github-button:hover{background:#3b1c24;border-color:#f18c96}.disconnect-menu-action{color:#ffbdc2!important}.account-settings-head{justify-content:space-between;align-items:center;margin:-5px -5px 12px;display:flex}.back-account-settings{color:#c8eff2;background:#102129;border:1px solid #35555f;border-radius:8px;align-items:center;gap:5px;padding:7px 9px;font:9px DM Mono,monospace;display:flex}.back-account-settings:hover{background:#17323a;border-color:#78e5ed}.account-settings-head .close-account-settings{flex:none;position:static}.history-row{align-items:stretch;gap:6px;display:flex}.history-row .history-item{flex:1;min-width:0}.history-row.active-history-row .history-item{color:#efffff;background:#153039;border-color:#5b9daa}.history-rename-button,.history-details-button{color:#8fcbd1;background:#111f26;border:1px solid #29454e;border-radius:10px;flex:none;place-items:center;width:38px;display:grid}.history-rename-button:hover,.history-details-button:hover{color:#e7ffff;background:#19323b;border-color:#74e5ed}.history-details-button[aria-expanded=true]{color:#eaffff;background:#193d45;border-color:#77e7ee}.history-details{color:#9ebcc1;background:#0d1b21;border:1px solid #294c56;border-radius:9px;flex-basis:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px;margin-top:1px;padding:10px;display:grid}.history-details>div{flex-direction:column;gap:3px;min-width:0;display:flex}.history-details b{letter-spacing:.08em;text-transform:uppercase;color:#6c9aa1;font:8px DM Mono,monospace}.history-details span{color:#d7f1f2;overflow-wrap:anywhere;font-size:10px;line-height:1.35}.history-details-last{grid-column:1/-1}.history-rename-form{background:#101f26;border:1px solid #4e7f8b;border-radius:10px;flex:1;grid-template-columns:minmax(0,1fr) auto auto;gap:5px;padding:6px;display:grid}.history-rename-form input{color:#eaffff;background:#091218;border:1px solid #31545e;border-radius:7px;outline:none;min-width:0;padding:8px;font-size:10px}.history-rename-form input:focus{border-color:#77e7ee}.history-rename-form button{color:#d5ffff;background:#153039;border:1px solid #3f6b75;border-radius:7px;padding:0 8px;font:8px DM Mono,monospace}.history-rename-form button:last-child{color:#ffc1c5;background:#23171b;border-color:#654e55}@media (max-width:650px){.history-rename-button,.history-details-button{width:42px}.history-details{grid-template-columns:1fr}.history-rename-form{grid-template-columns:minmax(0,1fr) auto}.history-rename-form input{grid-column:1/-1}.back-account-settings{padding:8px 10px}}.project-hub-backdrop{z-index:130;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:#020609ca;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.project-hub{background:#091419;border:1px solid #426874;border-radius:18px;width:min(720px,100%);max-height:min(760px,100vh - 36px);padding:24px;overflow:auto;box-shadow:0 35px 100px #000d}.project-hub-header{justify-content:space-between;gap:15px;display:flex}.project-hub-header h2{letter-spacing:-.06em;margin:7px 0;font-size:27px}.project-hub-header p{color:#8ba2a9;max-width:520px;margin:0;font-size:12px;line-height:1.6}.project-hub-header>button{color:#c7e3e5;background:#122126;border:1px solid #3e616a;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.project-hub-tabs{border-bottom:1px solid #29434b;gap:6px;margin:20px 0 18px;padding-bottom:10px;display:flex;overflow:auto}.project-hub-tabs button{color:#829ba1;background:0 0;border:1px solid #0000;border-radius:7px;flex:1;min-width:74px;padding:8px;font:9px DM Mono,monospace}.project-hub-tabs button.active{color:#dfffff;background:#17323a;border-color:#4f8790}.project-hub-body{min-height:300px}.project-panel{color:#9ec8cc;flex-direction:column;align-items:flex-start;gap:12px;display:flex}.project-panel>svg{color:#6be2e5}.project-panel h3{color:#e3f8f9;margin:0;font-size:18px}.project-panel p{color:#8da3a9;max-width:580px;margin:0;font-size:12px;line-height:1.6}.project-panel input,.project-panel select,.project-panel textarea{box-sizing:border-box;color:#d4edee;background:#061015;border:1px solid #31525b;border-radius:8px;width:100%;padding:11px;font:11px DM Mono,monospace}.project-panel textarea{resize:vertical;line-height:1.55}.project-primary-button,.project-secondary-button{border-radius:8px;align-items:center;gap:7px;padding:10px 13px;font-size:10px;display:inline-flex}.project-primary-button{color:#e7ffff;background:linear-gradient(120deg,#16545d,#2c3970);border:1px solid #5a9ca7}.project-secondary-button{color:#c3e0e3;background:#102127;border:1px solid #385b64}.hub-repo-list{flex-direction:column;gap:7px;width:100%;max-height:290px;display:flex;overflow:auto}.hub-repo-list button{text-align:left;color:#c3e8eb;background:#0d1c21;border:1px solid #2d4c55;border-radius:9px;align-items:center;gap:10px;width:100%;padding:10px;display:flex}.hub-repo-list button:hover{background:#14303a;border-color:#64aab2}.hub-repo-list span{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.hub-repo-list b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.hub-repo-list small{color:#7f999f;font:9px DM Mono,monospace}.hub-repo-list em{color:#7ee6ea;font:9px DM Mono,monospace}.zip-picker{box-sizing:border-box;color:#b9dadd;cursor:pointer;border:1px dashed #4b7e88;border-radius:9px;align-items:center;gap:9px;width:100%;padding:16px;font:10px DM Mono,monospace;display:flex}.zip-picker input{display:none}.commit-approval{color:#b6d7da;align-items:flex-start;gap:8px;font-size:11px;line-height:1.45;display:flex}.commit-approval input{width:auto;margin-top:1px}.commit-button{background:linear-gradient(120deg,#17664f,#2b536e)}.project-hub-error,.project-hub-notice{border-radius:8px;margin:15px 0 0;padding:9px 11px;font-size:11px}.project-hub-error{color:#ffb9bd;background:#3a171d;border:1px solid #7c3a42}.project-hub-notice{color:#bff6df;background:#113025;border:1px solid #2e7254}@media (max-width:650px){.project-hub-backdrop{align-items:end;padding:0}.project-hub{border-radius:18px 18px 0 0;width:100%;max-height:88vh;padding:20px 15px 34px}.project-hub-header h2{font-size:23px}.project-hub-header p{font-size:11px}.project-hub-tabs{margin-top:16px}.project-panel{min-height:275px}}
