:root{font-family:Inter,system-ui,sans-serif;color:#f7f7f8;background:#070708;font-synthesis:none;--red: #ff3347;--muted: #98989f;--line: rgba(255, 255, 255, .1);--panel: #101012}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-width:320px;background:#070708}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}::selection{background:var(--red);color:#fff}.workspace{min-height:100vh;display:grid;grid-template-columns:290px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:290px;background:#0b0b0d;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:20px 14px 14px}.sidebar__head,.topbar,.chat__heading,.brief-panel header,.sidebar__account{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.14em}.brand__mark,.assistant-avatar{display:grid;place-items:center;flex:0 0 auto;width:32px;height:32px;border-radius:9px;color:#fff;background:var(--red);font-weight:900}.new-project{margin:28px 0 22px;min-height:44px;border:1px solid #ed4351;border-radius:10px;background:#ff334714;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px}.new-project svg,.icon-button svg{width:18px;height:18px}.section-label,.eyebrow{font-size:10px;color:var(--red);font-weight:800;letter-spacing:.16em}.project-list{min-height:0;overflow-y:auto}.project-item{display:flex;margin-top:8px;border-radius:10px;transition:background .2s}.project-item--active{background:#1b1b1e}.project-item>button:first-child{min-width:0;flex:1;display:flex;align-items:center;gap:10px;padding:11px;color:#fff;text-align:left;border:0;background:transparent}.project-item svg{width:17px;color:#77777e}.project-item span,.sidebar__account span{min-width:0;display:flex;flex-direction:column;gap:3px}.project-item strong,.sidebar__account strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.project-item small,.sidebar__account small{overflow:hidden;text-overflow:ellipsis;color:#77777e;font-size:10px}.project-item__delete{width:34px;opacity:0;border:0;background:transparent}.project-item:hover .project-item__delete{opacity:1}.sidebar__account{margin-top:auto;padding:14px 6px 0;border-top:1px solid var(--line)}.sidebar__account img,.sidebar__account>svg{width:34px;height:34px;border-radius:50%;object-fit:cover}.sidebar__account span{flex:1}.sidebar__account button{border:0;color:#77777e;background:transparent}.sidebar__account button svg{width:17px}.workspace__main{grid-column:2;min-width:0;height:100vh;overflow:hidden}.topbar{height:62px;padding:0 24px;border-bottom:1px solid var(--line);background:#070708eb}.topbar__back{display:inline-flex;align-items:center;gap:8px;color:#b6b6bb;text-decoration:none;font-size:12px}.topbar__back svg{width:16px}.topbar__status{display:flex;align-items:center;gap:8px;font-size:11px;color:#77777e}.topbar__status span{width:7px;height:7px;border-radius:50%;background:#43c883;box-shadow:0 0 12px #43c883}.project-workspace{height:calc(100vh - 62px)}.chat{max-width:920px;height:100%;margin:auto;display:flex;flex-direction:column;padding:0 26px}.chat__heading{padding:26px 0 18px}.chat__heading h1{margin:6px 0 0;font-size:clamp(20px,3vw,30px)}.brief-toggle{display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;background:#111113;color:#fff}.brief-toggle svg{width:16px}.brief-toggle b{color:var(--red);font-size:11px}.messages{min-height:0;flex:1;overflow-y:auto;padding:12px 2px 30px;scrollbar-width:thin}.welcome{max-width:680px;margin:7vh auto 40px;text-align:center}.welcome .assistant-avatar{margin:auto;width:46px;height:46px;border-radius:13px}.welcome h2{margin:18px 0 9px;font-size:24px}.welcome p{color:var(--muted);line-height:1.7}.welcome>div{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:20px}.welcome>div span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:#888890;font-size:10px}.message{display:flex;gap:12px;max-width:760px;margin:0 auto 24px}.message--user{justify-content:flex-end}.message__body{max-width:82%}.message__body>p{white-space:pre-wrap;margin:0;padding:12px 15px;border-radius:6px 16px 16px;background:#141417;color:#e5e5e8;font-size:14px;line-height:1.65}.message--user .message__body>p{border-radius:16px 16px 6px;background:#27272b}.recommendations{margin-top:10px;display:grid;gap:7px}.recommendations>span{color:#77777e;font-size:10px}.recommendations a{display:flex;overflow:hidden;align-items:center;gap:10px;padding:8px;border:1px solid var(--line);border-radius:10px;text-decoration:none;background:#101012}.recommendations img{width:64px;height:44px;border-radius:6px;object-fit:cover}.recommendations div{display:flex;flex-direction:column;gap:4px}.recommendations strong{font-size:12px}.recommendations small{color:#77777e;font-size:10px}.typing{display:flex;gap:4px;padding:13px 16px;border-radius:6px 16px 16px;background:#141417}.typing i{width:5px;height:5px;border-radius:50%;background:#77777e;animation:bounce 1s infinite}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}.composer-wrap{flex:0 0 auto;padding:10px 0 18px;background:linear-gradient(transparent,#070708 24%)}.composer{position:relative;min-height:92px;padding:13px 52px 42px 14px;border:1px solid #2f2f34;border-radius:18px;background:#111113;box-shadow:0 18px 50px #0000004d}.composer:focus-within{border-color:#55555d}.composer textarea{width:100%;max-height:150px;resize:none;border:0;outline:0;color:#fff;background:transparent;line-height:1.5}.composer__tools{position:absolute;left:10px;bottom:8px;display:flex;gap:3px}.composer__tools button,.icon-button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:9px;color:#8d8d94;background:transparent}.composer__tools button:hover,.icon-button:hover{background:#202024;color:#fff}.composer__tools svg{width:17px}.composer__tools .recording{color:var(--red);background:#ff33471f}.send-button{position:absolute;right:11px;bottom:11px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:10px;color:#fff;background:var(--red)}.send-button:disabled,button:disabled{opacity:.45;cursor:not-allowed}.send-button svg{width:18px}.composer-note{display:block;margin-top:8px;text-align:center;color:#65656b;font-size:9px}.reference-chips{display:flex;gap:7px;padding:6px 0;overflow-x:auto}.reference-chips>span{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;max-width:210px;padding:7px 8px;border:1px solid var(--line);border-radius:9px;background:#111113;font-size:10px}.reference-chips svg{width:13px}.reference-chips b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-chips button{border:0;padding:0;color:#77777e;background:transparent}.link-form{display:flex;gap:7px;margin-bottom:7px;padding:8px;border:1px solid var(--line);border-radius:10px;background:#111113}.link-form>svg{width:17px;color:#77777e}.link-form input{min-width:0;flex:1;border:0;outline:0;color:#fff;background:transparent}.link-form button{border:0;border-radius:7px;padding:6px 10px;color:#fff;background:#29292e}.link-form button svg{width:14px}.brief-panel{position:fixed;z-index:50;top:0;right:0;width:min(430px,100%);height:100vh;padding:24px;overflow-y:auto;transform:translate(102%);transition:transform .25s ease;background:#0c0c0e;border-left:1px solid var(--line);box-shadow:-24px 0 70px #00000080}.brief-panel--open{transform:none}.brief-panel h2{margin:6px 0 0}.brief-panel__intro{color:var(--muted);font-size:12px;line-height:1.6}.brief-scrim,.sidebar-scrim{position:fixed;z-index:45;inset:0;border:0;background:#000000a6}.progress{height:4px;margin:20px 0;overflow:hidden;border-radius:99px;background:#242428}.progress i{display:block;height:100%;background:var(--red)}.brief-fields{display:grid;gap:15px;margin:24px 0}.brief-fields label{display:grid;gap:6px}.brief-fields label>span{color:#a5a5ab;font-size:11px;font-weight:600}.brief-fields textarea{resize:vertical;border:1px solid var(--line);border-radius:9px;padding:10px;outline:0;color:#fff;background:#141417;line-height:1.45}.brief-fields textarea:focus{border-color:#52525a}.brief-panel footer{position:sticky;bottom:-24px;display:flex;gap:8px;padding:16px 0 24px;background:linear-gradient(transparent,#0c0c0e 16%)}.brief-panel footer button{flex:1;min-height:44px;border-radius:9px;color:#fff}.secondary{border:1px solid var(--line);background:#18181b}.primary{border:0;background:var(--red)}.primary svg{width:15px;vertical-align:middle;margin-right:5px}.submitted{display:flex;align-items:center;gap:8px;color:#55d495}.auth{position:relative;min-height:100vh;padding:34px;background:radial-gradient(circle at 50% -20%,rgba(255,51,71,.17),transparent 35%)}.auth__logo{position:absolute;top:30px;left:34px;display:block;line-height:0}.auth__logo img{width:auto;height:28px;display:block}.auth__close{position:absolute;top:25px;right:34px;width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:#a5a5ab;background:#111113;transition:color .2s,border-color .2s,background .2s}.auth__close:hover{color:#fff;border-color:#4b4b52;background:#1a1a1e}.auth__close svg{width:18px;height:18px}.auth__card,.center-card{width:min(520px,100%);margin:9vh auto;padding:clamp(25px,5vw,46px);border:1px solid var(--line);border-radius:22px;background:#0f0f11f0;box-shadow:0 30px 100px #00000073}.client-space-closed{min-height:100vh;padding:34px;background:radial-gradient(circle at 50% -20%,rgba(255,51,71,.17),transparent 35%)}.client-space-closed__logo{display:block;line-height:0}.client-space-closed__logo img{width:auto;height:28px}.client-space-closed .center-card{display:grid;justify-items:start;gap:15px}.client-space-closed h1{margin:0;font-size:clamp(30px,6vw,48px);line-height:1.08}.client-space-closed p{margin:0;color:var(--muted);line-height:1.7}.client-space-closed__action{margin-top:8px;padding:12px 16px;color:#fff;text-decoration:none;background:var(--red);border-radius:9px;font-size:12px;font-weight:700}.client-space-closed__back{color:#77777e;font-size:10px}.auth__card h1{margin:12px 0;font-size:clamp(30px,5vw,46px);line-height:1.05;letter-spacing:-.04em}.auth__card>p{color:var(--muted);line-height:1.65}.consent{display:flex;gap:10px;margin:26px 0 16px;color:#a5a5ab;font-size:11px;line-height:1.5}.consent input{accent-color:var(--red)}.google-button,.email-form button{width:100%;min-height:46px;border:0;border-radius:9px;color:#fff;background:#29292e;font-weight:600}.divider{margin:20px 0;overflow:hidden;text-align:center;color:#66666d;font-size:10px}.divider span:before,.divider span:after{content:"";display:inline-block;width:38%;height:1px;margin:0 9px 3px;background:var(--line)}.email-form{display:grid;gap:9px}.email-form input{min-height:46px;border:1px solid var(--line);border-radius:9px;padding:0 13px;outline:0;color:#fff;background:#111113}.email-form button{background:var(--red)}.auth__card>small{display:block;margin-top:20px;color:#6f6f76;line-height:1.6}.form-error,.error-banner{color:#ff8792;background:#ff33471a;border:1px solid rgba(255,51,71,.2);border-radius:8px;padding:10px;font-size:12px}.email-sent{text-align:center;padding:26px 0}.email-sent>svg{color:#55d495}.full-loader,.empty-project,.center-card{min-height:70vh;display:grid;place-content:center;justify-items:center;text-align:center;color:var(--muted)}.empty-project p{max-width:520px;line-height:1.7}.empty-project button{display:flex;gap:7px;align-items:center;border:0;border-radius:9px;padding:12px 16px;color:#fff;background:var(--red)}.error-banner{position:fixed;z-index:70;top:70px;left:50%;transform:translate(-50%);width:min(560px,calc(100% - 24px));display:flex;justify-content:space-between}.error-banner button{border:0;color:inherit;background:transparent}.error-banner svg{width:15px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{50%{transform:translateY(-3px);opacity:.5}}.mobile-only{display:none}.crash-recovery{width:min(560px,calc(100% - 28px));min-height:100vh;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.crash-recovery>span{color:var(--red);font-size:10px;font-weight:800;letter-spacing:.16em}.crash-recovery h1{margin:12px 0 8px;font-size:clamp(30px,6vw,52px);letter-spacing:-.04em}.crash-recovery p{max-width:480px;color:var(--muted);line-height:1.65}.crash-recovery button{margin-top:18px;padding:12px 18px;border:0;border-radius:9px;color:#fff;background:var(--red)}.crash-recovery a{margin-top:15px;color:#898990;font-size:11px}@media(max-width:780px){.workspace{display:block}.workspace__main{height:100dvh}.sidebar{transform:translate(-102%);transition:transform .25s ease}.sidebar--open{transform:none}.sidebar-scrim{z-index:25}.mobile-only{display:grid}.topbar{height:56px;padding:0 12px}.topbar__status{display:none}.project-workspace{height:calc(100dvh - 56px)}.chat{padding:0 12px}.chat__heading{padding:18px 2px 10px}.brief-toggle span{display:none}.messages{padding-bottom:12px}.message__body{max-width:88%}.welcome{margin-top:4vh}.welcome h2{font-size:20px}.composer-wrap{padding-bottom:max(10px,env(safe-area-inset-bottom))}.auth{padding:88px 14px 22px}.auth__logo{top:25px;left:18px}.auth__logo img{height:24px}.auth__close{top:17px;right:16px}.auth__card{margin:3vh auto}.divider span:before,.divider span:after{width:31%}}
