@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{color:#e9e8ed;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#101014;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}body{min-width:320px;margin:0}button,input{font:inherit}:root{color:#ececf0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#09090b;--panel:#111113;--panel-2:#17171a;--line:#29292e;--line-soft:#202024;--text:#f2f2f3;--muted:#97979f;--faint:#65656e;--accent:#9b8cff;--accent-2:#c7bcff;--gold:#d4af52;--green:#69d49d;--danger:#ef8d96;background:#09090b;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0;overflow-x:hidden}body{background:var(--bg)}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-shell{background:var(--bg);min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--line-soft);z-index:20;background:#0d0d0f;flex-direction:column;flex:0 0 276px;gap:18px;width:276px;min-height:100vh;padding:22px 15px 16px;transition:transform .2s;display:flex}.brand{height:30px;color:var(--text);letter-spacing:-.02em;align-items:center;gap:10px;padding:0 10px;font:600 17px Space Grotesk,sans-serif;display:flex}.brand-mark{color:#0b0b0c;background:linear-gradient(145deg,#b8adff,#7d6af1);border-radius:9px;place-items:center;width:28px;height:28px;display:grid;box-shadow:0 0 24px #7664ed30}.mobile-close,.menu-button{display:none}.new-chat,.primary-button,.secondary-button,.nav-button,.icon-button,.text-button,.suggestions button{border:0}.new-chat{color:#0b0b0d;background:#eeeef1;border-radius:9px;justify-content:center;align-items:center;gap:8px;height:40px;font-size:13px;font-weight:700;transition:all .15s;display:flex}.new-chat:hover{background:#fff;transform:translateY(-1px)}.sidebar-section{gap:4px;display:grid}.section-label{color:#6f6f78;letter-spacing:.13em;text-transform:uppercase;padding:0 11px;font-size:10px;font-weight:700}.row-label{justify-content:space-between;align-items:center;margin-bottom:3px;display:flex}.count{color:#777780;background:#1b1b1f;border-radius:99px;padding:2px 7px;font-size:10px}.nav-button{color:#9999a1;text-align:left;background:0 0;border-radius:8px;align-items:center;gap:11px;width:100%;height:38px;padding:0 11px;font-size:13px;transition:all .15s;display:flex}.nav-button:hover,.nav-button.active{color:#f1f1f2;background:#1a1a1e}.nav-button.active{box-shadow:inset 2px 0 var(--accent)}.nav-button svg{color:#777780}.nav-button.active svg{color:var(--accent-2)}.chat-search{border:1px solid var(--line-soft);color:#6f6f78;background:#111114;border-radius:7px;align-items:center;gap:7px;height:32px;margin:5px 4px 4px;padding:0 9px;display:flex}.chat-search input{width:100%;color:var(--text);background:0 0;border:0;outline:0;font-size:12px}.chat-search input::placeholder{color:#62626b}.chat-list{gap:2px;max-height:36vh;display:grid;overflow:auto}.chat-row{border-radius:8px;align-items:center;gap:2px;min-width:0;display:flex}.chat-row:hover,.chat-row.active{background:#18181c}.chat-row>button:first-child{color:#a3a3aa;text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:8px;min-width:0;height:34px;padding:0 8px;font-size:12px;display:flex}.chat-row.active>button:first-child{color:#f1f1f2}.chat-row>button:first-child span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.chat-row small{display:none}.icon-button{color:#777780;background:0 0;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.icon-button:hover{color:#eee;background:#242429}.danger-hover:hover{color:var(--danger)}.sidebar-bottom{gap:8px;margin-top:auto;display:grid}.connection{border:1px solid var(--line-soft);color:#777780;border-radius:9px;align-items:center;gap:8px;padding:11px;font-size:11px;display:flex}.status-dot{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #69d49d1c}.main{flex:1;min-width:0;min-height:100vh}.topbar{border-bottom:1px solid var(--line-soft);background:#0b0b0d;justify-content:space-between;align-items:center;height:64px;padding:0 clamp(18px,4vw,52px);display:flex}.crumb{color:#888890;align-items:center;gap:5px;font-size:12px;display:flex}.top-actions{align-items:center;gap:12px;display:flex}.live-pill,.secure-label{color:#8c8c94;align-items:center;gap:8px;font-size:11px;display:flex}.live-pill{border:1px solid var(--line-soft);border-radius:99px;padding:7px 10px}.page{width:min(1160px,100% - 64px);margin:0 auto;padding:58px 0 80px}.page-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:36px;display:flex}.page-heading.compact{align-items:flex-end;margin-bottom:30px}.eyebrow{color:#807d9d;letter-spacing:.15em;align-items:center;gap:10px;font-size:10px;font-weight:700;display:flex}.eyebrow-line{background:#807d9d;width:22px;height:1px}.page h1,.chat-page h1{color:var(--text);letter-spacing:-.05em;margin:12px 0 9px;font:600 clamp(29px,4vw,46px)/1.05 Space Grotesk,sans-serif}.page h1 em{color:var(--accent-2);font-style:normal}.page-heading p,.lead{max-width:550px;color:var(--muted);margin:0;font-size:14px;line-height:1.65}.primary-button,.secondary-button{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 15px;font-size:13px;font-weight:700;display:inline-flex}.primary-button{color:#111115;background:#efeff1;box-shadow:0 8px 24px #00000029}.primary-button:hover{background:#fff;transform:translateY(-1px)}.secondary-button{border:1px solid var(--line);color:#d5d5d9;background:#151519}.secondary-button:hover{background:#1d1d22}.full{width:100%}.text-button{color:var(--accent-2);background:0 0;align-items:center;gap:6px;font-size:12px;display:flex}.rotate-45{transform:rotate(45deg)}.hero-grid{grid-template-columns:minmax(0,1fr) 235px;gap:16px;display:grid}.hero-card{background:linear-gradient(130deg,#19161a,#121214 65%);border:1px solid #353039;border-radius:14px;grid-template-columns:minmax(0,1fr) 230px;min-height:280px;display:grid;overflow:hidden}.hero-copy{padding:31px}.kicker{color:#c8bc88;letter-spacing:.04em;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.hero-card h2{color:#f5f1e8;letter-spacing:-.04em;max-width:390px;margin:22px 0 12px;font:600 28px/1.1 Space Grotesk,sans-serif}.hero-card p{color:#a5a0a7;max-width:410px;margin:0 0 23px;font-size:13px;line-height:1.6}.hero-card img{object-fit:cover;opacity:.85;filter:saturate(.75);width:100%;height:100%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 20%);mask-image:linear-gradient(90deg,#0000 0%,#000 20%)}.stats-card{border:1px solid var(--line);background:var(--panel);border-radius:14px;align-content:center;gap:2px;padding:18px;display:grid}.stat{border-bottom:1px solid var(--line-soft);align-items:center;gap:12px;padding:15px 5px;display:flex}.stat:last-child{border:0}.stat-icon,.project-icon,.job-icon{width:34px;height:34px;color:var(--accent-2);background:#211e30;border-radius:9px;place-items:center;display:grid}.stat div{gap:2px;display:grid}.stat strong{font:600 22px Space Grotesk,sans-serif}.stat small,.project-card small,.video-card small,.job-card small{color:#7f7f88;font-size:11px}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin:55px 0 16px;display:flex}.section-heading h2{letter-spacing:-.03em;margin:0 0 5px;font:600 19px Space Grotesk,sans-serif}.section-heading p{color:var(--muted);margin:0;font-size:12px}.project-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.project-card{border:1px solid var(--line);background:var(--panel);min-height:118px;color:var(--text);text-align:left;border-radius:11px;flex-direction:column;align-items:flex-start;gap:16px;padding:16px;transition:all .15s;display:flex}.project-card:hover{background:#15151a;border-color:#514b6b;transform:translateY(-2px)}.project-card>svg{color:#5f5f67;margin-left:auto}.project-card-copy{gap:5px;min-width:0;display:grid}.project-card-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.empty-panel{color:#888890;text-align:center;border:1px dashed #34343b;border-radius:12px;place-items:center;gap:8px;min-height:150px;padding:30px;display:grid}.empty-panel strong{color:#e7e7e9;font-size:14px}.empty-panel span{font-size:12px}.empty-panel.large{min-height:250px}.chat-page{flex-direction:column;max-width:960px;height:calc(100vh - 64px);margin:auto;padding:0 24px;display:flex}.chat-heading{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;padding:30px 0 19px;display:flex}.chat-heading h1{letter-spacing:-.03em;margin:9px 0 0;font-size:22px}.secure-label{color:#79bd99}.transcript{flex:1;min-height:0;padding:30px 7px;overflow:auto}.chat-empty{text-align:center;align-content:center;justify-items:center;height:100%;display:grid}.empty-spark{width:44px;height:44px;color:var(--accent-2);background:#211e30;border-radius:13px;place-items:center;display:grid}.chat-empty h2{margin:18px 0 7px;font:600 23px Space Grotesk,sans-serif}.chat-empty p{color:var(--muted);margin:0;font-size:13px}.suggestions{flex-wrap:wrap;justify-content:center;gap:7px;margin-top:20px;display:flex}.suggestions button{border:1px solid var(--line);background:var(--panel);color:#aaaab1;border-radius:99px;padding:8px 11px;font-size:11px}.suggestions button:hover{color:#eee;border-color:#5c537f}.message{align-items:flex-start;gap:10px;max-width:82%;margin-bottom:21px;display:flex}.message.user{flex-direction:row-reverse;margin-left:auto}.message-avatar{color:#1a1720;background:#c5baff;border-radius:8px;flex:none;place-items:center;width:27px;height:27px;font-size:9px;font-weight:700;display:grid}.message.user .message-avatar{color:#d4d4d7;background:#2b2b30}.message-body{min-width:0}.message-meta{color:#86868e;align-items:center;gap:8px;margin:0 0 6px;font-size:11px;display:flex}.message.user .message-meta{justify-content:flex-end}.message-meta time{color:#5f5f68}.bubble{border:1px solid var(--line);color:#d3d3d7;white-space:pre-wrap;background:#151518;border-radius:4px 12px 12px;padding:12px 14px;font-size:13px;line-height:1.55}.message.user .bubble{color:#e9e5ff;background:#221e31;border-color:#39334b;border-radius:12px 4px 12px 12px}.status-card{background:#17151c;border:1px solid #383342;border-radius:11px;align-items:center;gap:12px;width:min(480px,100%);margin:18px auto;padding:13px 15px;display:flex}.status-card strong{font-size:12px}.status-card p{color:#9a96a1;margin:3px 0 0;font-size:11px}.loader{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.3s infinite pulse;box-shadow:0 0 0 5px #9b8cff17}@keyframes pulse{50%{opacity:.35;transform:scale(.7)}}.result-video{aspect-ratio:9/16;object-fit:contain;background:#030304;border-radius:10px;width:min(300px,100%);max-height:58vh;margin:20px auto;display:block;box-shadow:0 15px 40px #000}.composer-wrap{padding:10px 0 21px}.attachment-strip{gap:7px;margin-bottom:8px;display:flex;overflow:auto}.attachment-strip span{border:1px solid var(--line);color:#a6a6ae;border-radius:6px;align-items:center;gap:4px;padding:5px 8px;font-size:11px;display:flex}.composer{background:#151518;border:1px solid #34343b;border-radius:12px;align-items:flex-end;gap:8px;padding:8px 8px 8px 10px;display:flex;box-shadow:0 12px 36px #00000030}.composer textarea{resize:none;color:#eeeef0;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px;line-height:1.5}.composer textarea::placeholder{color:#686871}.attach-control{color:#8d8d96;cursor:pointer;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.attach-control:hover{color:#eee;background:#24242a}.attach-control input{display:none}.send-button{color:#111;background:#e7e7e9;border:0;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.composer-note{color:#606069;text-align:center;margin-top:8px;font-size:10px}.video-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.video-card{border:1px solid var(--line);background:var(--panel);border-radius:12px;overflow:hidden}.video-thumb{aspect-ratio:9/6;color:#6f6f78;background:#08080a;place-items:center;display:grid}.video-thumb div{text-transform:capitalize;justify-items:center;gap:8px;font-size:11px;display:grid}.video-thumb video{object-fit:contain;width:100%;height:100%}.video-card-body{justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.video-card-body>div{gap:5px;min-width:0;display:grid}.video-card-body strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.status-badge{color:#b2b2ba;text-transform:capitalize;white-space:nowrap;background:#242429;border-radius:99px;align-items:center;padding:5px 7px;font-size:10px;font-weight:700;display:inline-flex}.status-badge.ready{color:#8fe1b3;background:#173326}.status-badge.failed{color:#f0a1a9;background:#351f23}.job-list{gap:12px;display:grid}.job-card{border:1px solid var(--line);background:var(--panel);border-radius:12px;padding:18px}.job-top{align-items:center;gap:11px;display:flex}.job-top>div:nth-child(2){flex:1;gap:4px;min-width:0;display:grid}.job-top strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.job-top b{color:var(--accent-2);font:600 20px Space Grotesk}.progress{background:#29292f;border-radius:99px;height:7px;margin:18px 0 10px;overflow:hidden}.progress span{background:linear-gradient(90deg,#7d6af1,#c1b6ff);border-radius:99px;height:100%;transition:width .3s;display:block}.job-card p{color:#8f8f98;margin:0;font-size:12px}.asset-feature{background:#211e1b;border:1px solid #3a3530;border-radius:14px;grid-template-columns:1fr 260px;gap:25px;display:grid;overflow:hidden}.asset-feature>div{padding:32px}.asset-feature h2{color:#f2eadb;letter-spacing:-.04em;margin:20px 0 10px;font:600 25px Space Grotesk,sans-serif}.asset-feature p{color:#b5aca0;max-width:470px;font-size:13px;line-height:1.65}.asset-feature img{object-fit:cover;object-position:center;opacity:.85;width:100%;height:100%;min-height:280px}.asset-path{color:#d5b96f;margin-top:11px;font:11px monospace;display:inline-block}.asset-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;display:grid}.asset-placeholder{color:#86868e;border:1px dashed #36363c;border-radius:11px;gap:7px;padding:20px;display:grid}.asset-placeholder strong{color:#e0e0e3;font-size:13px}.asset-placeholder span{font-size:12px;line-height:1.5}.narrow{max-width:760px}.settings-card{border:1px solid var(--line);background:var(--panel);border-radius:12px;margin-top:28px}.setting-row{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex}.setting-row:last-child{border:0}.setting-row>div{gap:5px;display:grid}.setting-row strong{font-size:13px}.setting-row span{color:var(--muted);font-size:12px}.green{color:var(--green)}.auth-page{background:radial-gradient(circle at 50% 20%,#1b1730 0,#09090b 42%);place-items:center;min-height:100vh;padding:20px;display:grid}.auth-card{border:1px solid var(--line);background:#111113;border-radius:14px;width:min(100%,390px);padding:34px;box-shadow:0 24px 80px #00000050}.auth-brand{margin-bottom:45px;padding:0}.auth-card h1{letter-spacing:-.04em;margin:16px 0 9px;font:600 30px Space Grotesk}.auth-card>p{color:var(--muted);margin:0 0 25px;font-size:13px}.auth-card label{color:#b2b2ba;gap:7px;margin:15px 0;font-size:12px;display:grid}.auth-card input{color:#fff;background:#18181b;border:1px solid #37373d;border-radius:8px;outline:0;height:40px;padding:0 11px}.error-note{color:#efa1a8;background:#25171a;border:1px solid #5a3035;border-radius:8px;margin-top:14px;padding:10px;font-size:12px}.muted{color:var(--muted)}.small{font-size:11px}.mobile-close{color:#aaa;background:0 0;border:0}.menu-button{color:#aaa;background:0 0;border:0;justify-content:center;align-items:center;width:34px;height:34px}@media (width<=900px){.sidebar{flex-basis:260px;width:260px}.hero-grid{grid-template-columns:1fr}.stats-card{grid-template-columns:repeat(3,1fr);align-content:stretch}.stat{border-right:1px solid var(--line-soft);border-bottom:0}.project-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.sidebar{position:fixed;top:0;bottom:0;left:0;transform:translate(-105%);box-shadow:20px 0 50px #000}.sidebar.open{transform:translate(0)}.mobile-close,.menu-button{display:grid}.mobile-close{place-items:center;width:28px;height:28px;margin-left:auto}.topbar{height:56px;padding:0 14px}.topbar .menu-button{display:grid}.page{width:calc(100% - 30px);padding:36px 0 55px}.page-heading{margin-bottom:27px;display:block}.page-heading .primary-button{margin-top:20px}.page h1{font-size:34px}.hero-card{grid-template-columns:1fr}.hero-card img{display:none}.hero-copy{padding:25px}.stats-card{grid-template-columns:1fr 1fr 1fr;padding:8px}.stat{text-align:center;justify-items:center;gap:6px;padding:12px 4px;display:grid}.stat-icon{width:29px;height:29px}.stat strong{font-size:18px}.stat small{font-size:10px}.section-heading{align-items:flex-start;margin-top:38px}.text-button{display:none}.project-grid{grid-template-columns:1fr 1fr}.chat-page{height:calc(100vh - 56px);padding:0 13px}.chat-heading{padding:20px 0 15px}.chat-heading h1{font-size:19px}.secure-label{font-size:0}.secure-label svg{font-size:initial}.transcript{padding:22px 0}.message{max-width:94%}.composer-wrap{padding-bottom:12px}.composer-note{font-size:9px}.asset-feature{grid-template-columns:1fr}.asset-feature img{order:-1;height:170px;min-height:0}.asset-feature>div{padding:22px}.asset-grid{grid-template-columns:1fr}.setting-row{flex-direction:column;align-items:flex-start}.setting-row .secondary-button{align-self:stretch}.video-grid{grid-template-columns:1fr 1fr}.page-heading.compact .primary-button,.page-heading.compact .secondary-button{margin-top:18px}.live-pill{display:none}}@media (width<=430px){.project-grid,.video-grid,.stats-card{grid-template-columns:1fr}.stat{justify-items:initial;text-align:left;border-right:0;border-bottom:1px solid var(--line-soft);display:flex}.stat:last-child{border:0}.hero-card h2{font-size:24px}}
