:root{--bg:#111312;--side:#0e100f;--panel:#171918;--panel2:#1d201e;--panel3:#252925;--line:#2a2d2a;--line2:#363a36;--fg:#f0efe9;--muted:#a1a59f;--dim:#767c75;--accent:#e5aa70;--accent2:#f0be8a;--green:#a7cbb0;--red:#e1a49b;--blue:#b1c4dc;--shadow:0 28px 90px #0008;--ease:cubic-bezier(.2,.7,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:dark;background:var(--bg);color:var(--fg);font-size:14px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg)}body{line-height:1.5}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-weight:560;letter-spacing:-.04em}svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.skip-link{position:fixed;top:-100px;left:12px;z-index:300;background:#fff;color:#111;padding:10px 14px;border-radius:8px}.skip-link:focus{top:12px}.muted{color:var(--muted)}.dim{color:var(--dim)}.eyebrow{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);font-weight:650}.button{border:1px solid var(--line2);background:var(--panel2);border-radius:9px;min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:600;transition:.18s var(--ease)}.button:hover:not(:disabled){background:#30332f;border-color:#4c514b}.button.primary{background:var(--accent);border-color:var(--accent);color:#21160d}.button.primary:hover:not(:disabled){background:var(--accent2)}.button.light{background:#e8e8e2;border-color:#e8e8e2;color:#151714}.button.ghost{background:transparent}.icon-button{border:0;background:transparent;display:grid;place-items:center;min-height:40px;min-width:40px;border-radius:8px;color:var(--muted)}.icon-button:hover{background:var(--panel3);color:var(--fg)}.text-button{border:0;background:none;color:var(--muted);padding:0;min-height:36px;font-size:11px;display:inline-flex;gap:7px;align-items:center}.text-button:hover{color:var(--fg)}.chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line2);border-radius:6px;padding:4px 7px;font-size:9px;color:var(--muted);white-space:nowrap}.chip.ready{color:var(--green);border-color:#36523e;background:#1b2820}.chip.warn{color:var(--accent);border-color:#55412f;background:#2a221a}.chip.fail{color:var(--red);border-color:#553932;background:#2d1f1c}.dot{width:5px;height:5px;border-radius:50%;background:currentColor}.shell{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:100dvh}.sidebar{position:fixed;inset:0 auto 0 0;width:210px;background:var(--side);border-right:1px solid #232623;padding:22px 15px 15px;display:flex;flex-direction:column;z-index:50}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;padding:0 5px;min-height:38px}.brand-mark{width:30px;height:30px;border-radius:8px;background:#e7e5df;color:#111;display:grid;place-items:center;font-size:14px;font-weight:720;letter-spacing:-.08em}.brand strong{font-size:14px;letter-spacing:-.04em}.private{font-size:7px;letter-spacing:.12em;color:#8c918a;border:1px solid var(--line2);padding:3px 4px;border-radius:4px}.side-new{margin:25px 0 20px;width:100%;justify-content:space-between;background:#1d201e}.side-section{font-size:8px;letter-spacing:.14em;color:#6f756f;text-transform:uppercase;padding:0 10px;margin:8px 0}.side-nav,.project-list{display:grid;gap:3px}.project-list{overflow:auto;max-height:38vh}.nav-item,.project-item{border:0;background:transparent;width:100%;min-height:40px;border-radius:8px;padding:0 10px;display:flex;align-items:center;gap:10px;text-align:left;color:var(--muted);font-size:11px}.nav-item:hover,.project-item:hover,.nav-item.active,.project-item.active{background:#1d211d;color:var(--fg)}.nav-item.active,.project-item.active{box-shadow:inset 2px 0 var(--accent)}.mini{width:23px;height:23px;border-radius:6px;background:#29302b;color:#b5c1b7;display:grid;place-items:center;font-size:9px;flex:none}.project-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-bottom{margin-top:auto;display:grid;gap:10px}.connection-status{border:1px solid var(--line);border-radius:9px;padding:10px 11px;font-size:9px;color:var(--muted);display:flex;justify-content:space-between}.profile{border-top:1px solid #232623;padding:14px 4px 0;display:flex;align-items:center;gap:9px}.avatar{width:30px;height:30px;border-radius:50%;background:#303631;display:grid;place-items:center;font-size:10px}.profile-copy{min-width:0;flex:1}.profile-copy strong,.profile-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-copy strong{font-size:10px}.profile-copy span{font-size:8px;color:var(--dim)}.main{grid-column:2;min-width:0}.topbar{height:66px;border-bottom:1px solid #232623;display:flex;align-items:center;justify-content:space-between;padding:0 25px;gap:15px;position:sticky;top:0;background:#111312e8;backdrop-filter:blur(16px);z-index:30}.crumb,.top-actions{display:flex;align-items:center;gap:10px}.crumb{min-width:0;font-size:11px}.crumb .sep{color:#545a54}.crumb strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu{display:none}.home{max-width:1240px;margin:auto;padding:50px 44px}.home-hero{display:grid;grid-template-columns:1fr .95fr;gap:60px;align-items:center;margin-bottom:50px}.home-copy h1{font-size:clamp(36px,4vw,58px);line-height:1.04;margin:16px 0 18px}.home-copy h1 span{color:#a6aba5}.home-copy p{font-size:12px;line-height:1.8;color:var(--muted);max-width:390px}.home-actions{display:flex;gap:10px;margin-top:24px}.hero-visual{height:280px;border:1px solid #343a33;border-radius:17px;background:#1c241e;position:relative;overflow:hidden}.hero-grid{position:absolute;inset:-100px;opacity:.11;transform:rotate(-20deg);background:repeating-linear-gradient(0deg,transparent 0 39px,#b5bdae 40px 41px),repeating-linear-gradient(90deg,transparent 0 39px,#b5bdae 40px 41px);mask-image:radial-gradient(black,transparent 67%)}.hero-phone{position:absolute;right:65px;top:44px;width:145px;height:286px;border:5px solid #0c0f0c;border-radius:26px;background:#d7ddd1;color:#1d3024;transform:rotate(10deg);box-shadow:0 22px 60px #0008;padding:28px 12px}.hero-phone:before{content:"";position:absolute;top:7px;left:calc(50% - 21px);width:42px;height:8px;background:#0c0f0c;border-radius:20px}.hero-phone h3{font-size:23px}.hero-map{height:100px;margin:12px -12px;background:linear-gradient(135deg,#aab8a5,#d7d7c5);position:relative;overflow:hidden}.hero-map:before,.hero-map:after{content:"";position:absolute;width:220px;height:8px;background:#f0ead8;left:-30px;top:45px;transform:rotate(28deg);box-shadow:0 35px #f0ead8}.hero-map:after{transform:rotate(105deg);top:20px}.hero-badge{position:absolute;left:22px;bottom:24px;border:1px solid #5d685a;background:#273326;border-radius:10px;padding:10px 12px;font-size:9px;color:#c9d6c4}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.section-head h2{font-size:21px}.search{min-width:240px;height:38px;border:1px solid var(--line);border-radius:9px;background:var(--panel);padding:0 12px;font-size:11px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.project-card{border:1px solid var(--line);background:var(--panel);border-radius:14px;overflow:hidden;text-align:left;min-height:210px;padding:0;transition:.2s var(--ease)}.project-card:hover{transform:translateY(-2px);border-color:#414641}.card-art{height:106px;background:#202720;position:relative;overflow:hidden}.card-art:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 30%,#46564866,transparent 35%),linear-gradient(120deg,transparent 0 52%,#2c352d 53% 56%,transparent 57%)}.card-phone{position:absolute;right:27px;top:20px;width:55px;height:105px;background:#bfcab9;border:3px solid #141814;border-radius:11px;transform:rotate(8deg)}.card-body{padding:15px}.card-title{display:flex;align-items:center;gap:10px;margin-bottom:8px}.card-title strong{font-size:12px}.card-body p{font-size:10px;color:var(--muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-foot{display:flex;justify-content:space-between;margin-top:14px;color:var(--dim);font-size:8px}.workspace{height:calc(100dvh - 66px);display:grid;grid-template-columns:360px minmax(0,1fr);min-height:500px}.chat{border-right:1px solid var(--line);display:flex;flex-direction:column;min-width:0;background:#121412}.chat-head{height:49px;border-bottom:1px solid var(--line);padding:0 16px;display:flex;align-items:center;justify-content:space-between}.chat-head strong{font-size:11px}.chat-log{flex:1;overflow:auto;padding:22px 16px;display:flex;flex-direction:column;gap:18px}.chat-message{font-size:12px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message .author{font-size:9px;color:var(--dim);margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em}.chat-message.user{margin-left:25px;border:1px solid var(--line);background:#1b1e1b;border-radius:12px;padding:12px 13px}.chat-message.system{font-size:10px;color:var(--muted)}.plan-card{border:1px solid #4b4033;background:#221e18;border-radius:12px;padding:14px;display:grid;gap:10px}.plan-card h4{font-size:12px;color:#e9bf92}.plan-card p{font-size:11px;white-space:pre-wrap;line-height:1.65;color:#c7c2b9}.plan-actions{display:flex;gap:8px}.typing{color:var(--muted);font-size:10px}.composer-wrap{padding:0 13px 12px}.composer{border:1px solid #373c36;background:#1a1d1a;border-radius:14px;padding:11px}.composer textarea{width:100%;background:none;border:0;resize:none;min-height:65px;max-height:180px;font-size:13px}.composer textarea:focus{outline:none}.composer-foot{display:flex;justify-content:space-between;align-items:center;margin-top:9px}.composer-left{display:flex;align-items:center;gap:6px}.mode-toggle{border:1px solid var(--line);background:#202420;border-radius:8px;min-height:34px;padding:0 10px;font-size:10px;display:flex;gap:6px;align-items:center}.mode-toggle.active{color:var(--accent);border-color:#5a4430;background:#292117}.send{width:36px;height:36px;border:0;border-radius:10px;background:var(--accent);color:#21160d;display:grid;place-items:center}.composer-note{font-size:8px;color:var(--dim);padding:7px 3px 0}.workarea{display:flex;flex-direction:column;min-width:0;background:#151715}.tabs{height:49px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:24px;padding:0 22px;overflow:auto}.tab{border:0;background:none;min-height:49px;color:var(--muted);font-size:10px;display:flex;align-items:center;gap:7px;white-space:nowrap;position:relative}.tab.active{color:var(--fg)}.tab.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--accent)}.pane{flex:1;min-height:0;overflow:auto}.overview,.panel,.publication,.history{padding:25px}.overview-head,.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px}.overview-title h2{font-size:28px}.overview-title p{margin-top:6px;font-size:11px;color:var(--muted);max-width:600px}.status-line{display:flex;gap:7px;flex-wrap:wrap}.preview{border:1px solid #343934;border-radius:15px;background:#1c211c;min-height:390px;display:grid;grid-template-columns:1fr 210px;align-items:center;padding:35px}.preview-phone{width:208px;height:380px;border:5px solid #0b0e0b;border-radius:34px;background:#d9ddd4;color:#233128;justify-self:center;box-shadow:0 30px 80px #0008;padding:38px 15px;position:relative}.preview-phone:before{content:"";position:absolute;top:8px;left:calc(50% - 25px);width:50px;height:10px;background:#0b0e0b;border-radius:20px}.preview-phone h3{font-size:27px}.preview-phone p{font-size:8px;margin-top:7px}.preview-map{height:150px;margin:18px -15px 10px;background:#afbea9;position:relative;overflow:hidden}.preview-map:before,.preview-map:after{content:"";position:absolute;width:310px;height:10px;background:#ece8d7;left:-50px;top:60px;transform:rotate(30deg);box-shadow:0 48px #ece8d7}.preview-map:after{transform:rotate(112deg);top:34px}.preview-notes{display:grid;gap:10px}.preview-note{border:1px solid #465045;border-radius:10px;background:#222923;padding:13px}.preview-note span{font-size:8px;color:var(--green);text-transform:uppercase}.preview-note strong{display:block;font-size:11px;margin:5px 0}.preview-note p{font-size:9px;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.stat{border:1px solid var(--line);border-radius:10px;padding:12px;background:var(--panel)}.stat span{font-size:8px;color:var(--dim);text-transform:uppercase}.stat strong{display:block;font-size:13px;margin-top:5px}.code-layout{display:grid;grid-template-columns:220px minmax(0,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;min-height:500px}.file-tree{background:#111411;border-right:1px solid var(--line);padding:10px}.file-row{border:0;background:transparent;width:100%;text-align:left;border-radius:7px;padding:9px 8px;font-size:9px;color:var(--muted);overflow:hidden;text-overflow:ellipsis}.file-row.active,.file-row:hover{background:#222622;color:var(--fg)}.code-view{background:#101210;min-width:0;overflow:auto}.code-toolbar{height:43px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 12px;font-size:9px;color:var(--muted)}pre.code{margin:0;padding:18px;font:11px/1.65 "SFMono-Regular",Consolas,monospace;white-space:pre;tab-size:2;color:#d8dbd4;min-width:max-content}.empty{border:1px dashed #363a36;border-radius:12px;padding:30px;text-align:center;color:var(--muted);font-size:11px}.release-hero{border:1px solid #3b4439;border-radius:15px;background:#1d241d;padding:24px;margin-bottom:20px}.release-hero .eyebrow{color:var(--green)}.release-hero h2{font-size:28px;margin:10px 0 8px}.release-hero p{font-size:11px;color:var(--muted);max-width:570px}.release-list{border-top:1px solid var(--line)}.release-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 2px;border-bottom:1px solid var(--line)}.release-row>div:first-child{display:flex;align-items:center;gap:11px}.release-icon{width:34px;height:34px;border-radius:9px;background:#222722;display:grid;place-items:center;color:var(--muted)}.release-row strong{font-size:11px}.release-row small{display:block;color:var(--dim);font-size:9px;margin-top:3px}.release-error{margin-top:15px;color:var(--red);font-size:10px}.event{display:grid;grid-template-columns:125px 1fr;gap:15px;border-bottom:1px solid var(--line);padding:13px 0;font-size:10px}.event time{color:var(--dim)}.mobile-nav,.overlay{display:none}.modal{border:1px solid #40463f;background:#191c19;color:var(--fg);border-radius:16px;box-shadow:var(--shadow);padding:0;max-width:480px;width:calc(100% - 30px)}.modal::backdrop{background:#060806b5;backdrop-filter:blur(7px)}.modal-box{padding:26px}.modal-head{display:flex;justify-content:space-between;gap:15px;margin-bottom:17px}.modal h2{font-size:22px}.modal p{font-size:11px;color:var(--muted);line-height:1.65}.modal label{display:block;font-size:10px;margin:15px 0 6px;color:#c2c6c0}.modal input,.modal textarea,.modal select{width:100%;border:1px solid #3a403a;background:#111411;border-radius:9px;min-height:42px;padding:10px 11px;font-size:12px}.modal textarea{min-height:100px}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.form-status{min-height:16px;font-size:10px;color:var(--red);margin-top:10px}.form-status.success{color:var(--green)}.team-options{display:grid;gap:7px;margin-top:14px}.team-option{width:100%;text-align:left;border:1px solid var(--line);background:var(--panel2);border-radius:9px;padding:11px;font-size:10px}.toast{position:fixed;z-index:300;left:50%;bottom:25px;transform:translate(-50%,10px);opacity:0;pointer-events:none;background:#e7e8e1;color:#20251e;border-radius:9px;padding:11px 16px;font-size:10px;box-shadow:0 10px 35px #0008;transition:.2s var(--ease);max-width:min(520px,calc(100vw - 30px));text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}.auth-page{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;background:#101210}.auth-brand{padding:42px;display:flex;flex-direction:column;justify-content:space-between;background:#171b17;border-right:1px solid var(--line)}.auth-brand h1{font-size:clamp(40px,5vw,72px);line-height:1.02;max-width:600px}.auth-brand h1 span{color:#939a91}.auth-brand p{color:var(--muted);font-size:11px;max-width:400px}.auth-card-wrap{display:grid;place-items:center;padding:24px}.auth-card{width:min(390px,100%);border:1px solid var(--line);border-radius:15px;background:#171917;padding:27px}.auth-card h2{font-size:25px;margin:8px 0}.auth-card label{display:block;font-size:10px;margin:14px 0 6px;color:#c3c7c1}.auth-card input{width:100%;height:43px;border:1px solid #3a3e3a;background:#101210;border-radius:9px;padding:0 11px}.auth-error{min-height:18px;font-size:10px;color:var(--red);margin:9px 0}.auth-card .button{width:100%;margin-top:5px}.auth-card .text-button{width:100%;justify-content:center;margin-top:9px}.auth-note{font-size:9px;color:var(--dim);text-align:center;margin-top:17px}.success-message{color:var(--green)!important}.loading{display:grid;place-items:center;min-height:50vh;color:var(--muted);font-size:11px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(max-width:1100px){.shell{grid-template-columns:180px minmax(0,1fr)}.sidebar{width:180px}.private{display:none}.home{padding:38px 28px}.home-hero{gap:28px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace{grid-template-columns:315px minmax(0,1fr)}.preview{grid-template-columns:1fr}.preview-notes{display:none}.code-layout{grid-template-columns:180px minmax(0,1fr)}}@media(max-width:820px){.shell{display:block}.sidebar{width:250px;transform:translateX(-100%);transition:transform .2s var(--ease)}.shell.menu-open .sidebar{transform:none}.shell.menu-open .overlay{display:block;position:fixed;inset:0;background:#0009;z-index:40}.main{width:100%}.mobile-menu{display:grid}.topbar{height:62px;padding:0 15px}.home{padding:28px 20px 90px}.home-hero{grid-template-columns:1fr}.hero-visual{height:235px}.project-grid{grid-template-columns:1fr}.search{min-width:0;width:100%}.section-head{align-items:stretch;flex-direction:column}.workspace{height:calc(100dvh - 62px - 64px - env(safe-area-inset-bottom));display:block}.chat,.workarea{height:100%;border:0;display:none}.workspace[data-mobile="chat"] .chat{display:flex}.workspace[data-mobile="project"] .workarea{display:flex}.mobile-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:35;background:#151815ed;backdrop-filter:blur(14px);border-top:1px solid var(--line);height:64px;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav button{flex:1;border:0;background:none;color:var(--dim);font-size:8px;display:grid;place-items:center;align-content:center;gap:4px}.mobile-nav button.active{color:var(--accent)}.mobile-nav svg{width:17px;height:17px}.chat-log{padding:20px}.composer textarea,.modal input,.modal textarea{font-size:16px}.tabs{padding:0 14px;gap:20px}.overview,.panel,.publication,.history{padding:18px}.preview{min-height:420px;padding:20px}.stats{grid-template-columns:1fr}.code-layout{display:block}.file-tree{border-right:0;border-bottom:1px solid var(--line);display:flex;gap:4px;overflow:auto}.file-row{width:auto;min-width:max-content}.event{grid-template-columns:1fr;gap:3px}.top-actions .button span{display:none}.toast{bottom:82px}.auth-page{display:block}.auth-brand{min-height:240px;padding:28px}.auth-brand h1{font-size:42px}.auth-card-wrap{padding:22px}}