.pg-dash{--font: "Hanken Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;--black: #000;--white: #fff;--bg: #050505;--surface: #0e0e0e;--surface-2: #161616;--surface-3: #1e1e1e;--line: rgba(255, 255, 255, .12);--line-strong: rgba(255, 255, 255, .3);--text: #fff;--text-2: rgba(255, 255, 255, .64);--text-3: rgba(255, 255, 255, .4);--ok: #5bd18f;--warn: #e8b34c;--accent: #c98f5f;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-soft: cubic-bezier(.4, 0, .2, 1);--topbar-h: 60px}.pg-dash{font-family:var(--font);font-size:15px;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overflow:hidden}:where(.pg-dash) a{color:inherit;text-decoration:none}:where(.pg-dash) button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}[hidden]{display:none!important}.app{height:100vh;height:100dvh;display:flex;flex-direction:column}.topbar{flex:none;height:var(--topbar-h);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px;border-bottom:1px solid var(--line);background:#050505e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20}.topbar__left,.topbar__right{display:flex;align-items:center;gap:10px;min-width:0}.topbar__logo{display:flex;align-items:center;padding:6px}.topbar__logo svg{height:13px;width:auto;display:block}.topbar__logo:hover{opacity:.7}.topbar__site{display:flex;align-items:center;gap:10px;min-width:0}.topbar__divider{width:1px;height:22px;background:var(--line);margin:0 4px}.topbar__sitename{font-weight:600;font-size:14.5px;white-space:nowrap}.chip{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:500;padding:4px 11px;border-radius:999px;border:1px solid var(--line);color:var(--text-2);white-space:nowrap}.chip i{width:6px;height:6px;border-radius:50%;background:var(--text-3);flex:none}.chip--live{color:var(--ok);border-color:#5bd18f59}.chip--live i{background:var(--ok);box-shadow:0 0 8px #5bd18fcc}.chip--dirty{color:var(--warn);border-color:#e8b34c66}.chip--dirty i{background:var(--warn);box-shadow:0 0 8px #e8b34cb3}.chip--building{color:var(--accent);border-color:#c98f5f66}.chip--building i{background:var(--accent);animation:blip 1.6s var(--ease-soft) infinite}@keyframes blip{50%{opacity:.35}}a.chip.editor-livelink{text-decoration:none;cursor:pointer;transition:filter .15s var(--ease-soft)}a.chip.editor-livelink:hover{filter:brightness(1.08)}.iconbtn{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;color:var(--text-2);transition:background-color .2s var(--ease-soft),color .2s var(--ease-soft)}.iconbtn:hover{background:var(--surface-2);color:var(--white)}.iconbtn svg{width:18px;height:18px}.iconbtn--sm{width:30px;height:30px}.iconbtn--sm svg{width:15px;height:15px}.iconbtn--badged{position:relative}.iconbtn__badge{position:absolute;top:2px;right:2px;min-width:15px;height:15px;padding:0 4px;display:grid;place-items:center;font-size:10px;font-weight:700;color:#1a1a1a;background:var(--ok);border-radius:999px}.devices{display:flex;gap:2px;padding:3px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.devices__btn{width:34px;height:30px;display:grid;place-items:center;border-radius:7px;color:var(--text-3);transition:background-color .2s var(--ease-soft),color .2s var(--ease-soft)}.devices__btn:hover{color:var(--text)}.devices__btn.is-active{background:var(--surface-3);color:var(--white)}.devices__btn svg{width:17px;height:17px}.connect-ai{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--text-2);padding:8px 16px;border:1px solid var(--line);border-radius:999px;transition:border-color .25s var(--ease-soft),color .25s var(--ease-soft),background-color .25s var(--ease-soft)}.connect-ai svg{width:14px;height:14px;color:var(--accent)}.connect-ai:hover{border-color:#c98f5f99;color:var(--white);background:#c98f5f14}.publish{position:relative;display:flex;align-items:center;gap:8px;background:var(--white);color:var(--black);font-size:14px;font-weight:600;padding:9px 20px;border-radius:999px;transition:background-color .25s var(--ease-soft),transform .25s var(--ease-out),opacity .25s}.publish:hover:not(:disabled){background:#e4e4e4;transform:translateY(-1px)}.publish:disabled{background:var(--surface-3);color:var(--text-3);cursor:default}.publish__badge{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:11.5px;font-weight:700;border-radius:999px;background:var(--black);color:var(--white)}.publish.is-loading .publish__label{visibility:hidden}.publish.is-loading:after{content:"";position:absolute;left:50%;top:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid rgba(0,0,0,.25);border-top-color:var(--black);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.publish.is-success{background:var(--ok);color:#04180d}.user{position:relative}.user__btn{display:block;border-radius:50%}.user__avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#3b3b3b,#191919);border:1px solid var(--line-strong);font-size:12.5px;font-weight:700;letter-spacing:.04em}.user__btn:hover .user__avatar{border-color:var(--white)}.user__menu{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:8px;box-shadow:0 20px 50px #0009;z-index:30}.user__email{padding:8px 12px 10px;font-size:13px;color:var(--text-3);border-bottom:1px solid var(--line);margin-bottom:6px;overflow:hidden;text-overflow:ellipsis}.user__menu a,.user__menu button{display:block;width:100%;text-align:left;padding:9px 12px;font-size:14px;border-radius:8px;color:var(--text-2)}.user__menu a:hover,.user__menu button:hover{background:var(--surface-2);color:var(--white)}.home{flex:1;overflow-y:auto;padding:clamp(28px,5vh,56px) clamp(20px,4vw,56px) 64px}.home__head{max-width:1180px;margin:0 auto 36px}.home__head h1{font-size:clamp(28px,3.4vw,40px);font-weight:300;letter-spacing:-.03em}.home__head p{margin-top:6px;color:var(--text-2)}.sites{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px}.site-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:16px;transition:transform .4s var(--ease-out),border-color .3s var(--ease-soft),box-shadow .4s var(--ease-out);animation:rise .7s var(--ease-out) backwards}.site-card__delete{position:absolute;top:12px;right:12px;z-index:2;width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:var(--text-2);background:#0505058c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--line);opacity:0;transition:opacity .2s var(--ease-soft),color .2s var(--ease-soft),border-color .2s var(--ease-soft)}.site-card:hover .site-card__delete,.site-card:focus-within .site-card__delete{opacity:1}.site-card__delete:hover{color:var(--error, #f2837b);border-color:#f2837b80}.site-card__delete svg{width:16px;height:16px}@media(hover:none){.site-card__delete{opacity:1}}.site-card__confirm{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:center;padding:24px;background:#050505eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:15px;cursor:default;animation:msg-in .25s var(--ease-out)}.site-card__confirm-title{font-size:16px;font-weight:600}.site-card__confirm-note{font-size:13px;color:var(--text-2);margin-top:6px}.site-card__confirm-actions{display:flex;gap:10px;margin-top:16px}.sites>:nth-child(2){animation-delay:.08s}.sites>:nth-child(3){animation-delay:.16s}@keyframes rise{0%{opacity:0;transform:translateY(18px)}}.site-card--active{cursor:pointer}.site-card--active:hover,.site-card--active:focus-visible{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:0 24px 60px #00000080;outline:none}.site-card__thumb{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:15px 15px 0 0}.site-card__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s var(--ease-out)}.site-card--active:hover .site-card__thumb img{transform:scale(1.04)}.site-card__preview{position:absolute;top:0;left:0;width:400%;height:400%;border:0;transform:scale(.25);transform-origin:0 0;pointer-events:none;background:#efe9df;transition:transform .7s var(--ease-out)}.site-card--active:hover .site-card__preview{transform:scale(.26)}.site-card__thumb--building{background:radial-gradient(120% 120% at 20% 0%,rgba(255,255,255,.06),transparent 60%),linear-gradient(135deg,#2a2622,#1a1714)}.site-card__thumb .chip{position:absolute;top:12px;left:12px;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.site-card__body{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px 6px}.site-card__body h2{font-size:17px;font-weight:600}.site-card__body p{font-size:13px;color:var(--text-3);margin-top:1px}.site-card__open{display:inline-flex;align-items:center;gap:5px;flex:none;font-size:13px;font-weight:600;color:var(--text-2);transition:color .2s var(--ease-soft),gap .25s var(--ease-out)}.site-card__open svg{width:14px;height:14px}.site-card--active:hover .site-card__open{color:var(--white);gap:9px}.site-card__meta{display:flex;justify-content:space-between;gap:12px;padding:12px 20px 18px;font-size:12.5px;color:var(--text-3)}.site-card__progress{padding:10px 20px 20px}.site-card__progress-row{display:flex;justify-content:space-between;font-size:12.5px;color:var(--text-2);margin-bottom:8px}.site-card__track{height:4px;border-radius:999px;background:#ffffff1a;overflow:hidden}.site-card__track span{display:block;height:100%;border-radius:999px;background:var(--accent);animation:fill-in 1.2s var(--ease-out) .4s backwards}@keyframes fill-in{0%{width:0!important}}.site-card__progress>p{margin-top:10px;font-size:12.5px;color:var(--text-3)}.site-card--new{align-items:center;justify-content:center;gap:8px;min-height:240px;border-style:dashed;color:var(--text-3);text-align:center;padding:24px}.site-card--new svg{width:26px;height:26px}.site-card--new span{font-size:15px;font-weight:600;color:var(--text-2)}.site-card--new p{font-size:13px}.site-card--new:hover{border-color:var(--line-strong);color:var(--text-2);transform:translateY(-4px)}.site-card__gh{border-top:1px solid var(--line);padding:12px 20px 14px;cursor:default;text-align:left}.site-card__gh-link{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:500;color:var(--text-3);text-decoration:none;transition:color .2s var(--ease-soft),gap .25s var(--ease-out)}.site-card__gh-link:hover{color:var(--white)}button.site-card__gh-link:hover{gap:10px}.site-card__gh-link .ghmark{width:15px;height:15px;flex:none}.site-card__gh-arrow{width:13px;height:13px;flex:none}.site-card__gh-connect{display:grid;gap:10px;animation:gh-reveal .3s var(--ease-out) both}.site-card__gh-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.site-card__gh-row .site-card__gh-link{min-width:0}.site-card__gh-row .site-card__gh-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes gh-reveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.site-card__gh-head{display:flex;align-items:center;justify-content:space-between}.site-card__gh-head p{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.site-card--postcreate{cursor:default;gap:10px}.site-card--postcreate:hover{border-color:var(--line);color:var(--text-3);transform:none}.site-card--postcreate .postcreate__gh{width:100%;max-width:320px;display:grid;gap:10px;padding-top:4px}.site-card--postcreate .gh__actions{justify-content:center}.site-card--postcreate .gh__note{text-align:center}.site-card--postcreate .gh__repo{color:var(--text-2)}.postcreate__check{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:var(--ok);border:1px solid rgba(91,209,143,.35);background:#5bd18f14;animation:check-pop .5s var(--ease-out) both}.postcreate__check svg{width:18px;height:18px}.postcreate__check svg path{stroke-dasharray:24;stroke-dashoffset:24;animation:check-draw .45s var(--ease-out) .2s forwards}@keyframes check-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}@keyframes check-draw{to{stroke-dashoffset:0}}.site-card--previewable{cursor:pointer}.site-card--previewable:hover .site-card__open{color:var(--white);gap:9px}.codepv{position:relative;flex:1;min-height:0;height:calc(100vh - var(--topbar-h));height:calc(100dvh - var(--topbar-h));background:#0a0a0a;display:flex}.codepv__frame{flex:1;width:100%;height:100%;border:0;background:#fff}.codepv__msg{margin:auto;max-width:440px;text-align:center;padding:32px;display:flex;flex-direction:column;align-items:center;gap:10px}.codepv__msg h2{font-size:18px;font-weight:600}.codepv__detail{font-size:13px;color:var(--text-2);font-family:ui-monospace,SF Mono,Menlo,monospace;word-break:break-word}.codepv__hint{font-size:12.5px;color:var(--text-3)}.codepv__spinner{width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.12);border-top-color:var(--accent);animation:spin .8s linear infinite;margin-bottom:4px}.chat__attach{width:34px;height:34px;flex:none;align-self:flex-end;display:grid;place-items:center;border-radius:9px;color:var(--text-3);transition:background-color .2s var(--ease-soft),color .2s var(--ease-soft)}.chat__attach:hover{background:var(--surface-2);color:var(--white)}.chat__attach svg{width:17px;height:17px}.chat__files{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 8px}.chat__file{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-2);border:1px solid var(--line);border-radius:999px;padding:3px 6px 3px 10px;background:var(--surface-2);max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat__file button{width:16px;height:16px;flex:none;border-radius:50%;display:grid;place-items:center;color:var(--text-3);font-size:13px;line-height:1}.chat__file button:hover{color:var(--white);background:var(--surface-3)}.chat__file--busy{border-style:dashed;padding-right:10px}.frame__building{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:32px;background:var(--surface);z-index:2}.frame__building--overlay{background:#0e0e0ed9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.frame__building h3{font-size:16px;font-weight:600}.frame__building>span{font-size:14px;font-weight:600}.frame__building-hint{font-family:var(--font)!important;color:var(--text-3);max-width:340px}.frame__building-actions{display:flex;gap:8px;margin-top:4px}.frame__building p{font-size:12.5px;color:var(--text-3);max-width:340px;font-family:ui-monospace,SF Mono,Menlo,monospace;word-break:break-word}.modal{position:fixed;inset:0;z-index:50;background:#0009;display:grid;place-items:center;padding:20px}.modal__card{width:100%;max-width:520px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px;max-height:88vh;overflow:auto}.modal__card h2{font-size:17px;font-weight:600;margin-bottom:14px}.modal__field{display:block;margin-bottom:14px}.modal__field>span{display:block;font-size:12.5px;color:var(--text-2);margin-bottom:6px}.modal__field em{color:var(--text-3);font-style:normal}.modal__field input,.modal__field textarea{width:100%;font:inherit;font-size:13px;padding:9px 11px;border-radius:9px;border:1px solid var(--line);background:var(--surface-2);color:var(--text);font-family:ui-monospace,monospace}.modal__actions{display:flex;gap:8px;margin-top:6px}@media(max-width:1100px){.pv__chat{width:320px}}.editor{position:relative;flex:1;min-height:0;display:grid;grid-template-columns:minmax(320px,390px) 1fr}.chat{display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--line);background:var(--surface)}.chat__head{flex:none;display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line)}.chat__spark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--surface-2);border:1px solid var(--line);color:var(--accent)}.chat__spark svg{width:15px;height:15px;animation:spark 7s var(--ease-soft) infinite}@keyframes spark{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(.85)}}.chat__head h2{font-size:15px;font-weight:600}.chat__head p{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-3)}.chat__head p i{width:6px;height:6px;border-radius:50%;background:var(--ok);box-shadow:0 0 8px #5bd18fcc}.chat__model{margin-left:auto;flex:none;appearance:none;padding:6px 24px 6px 10px;font-size:12px;font-weight:600;color:var(--text-2);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 7px center / 11px no-repeat var(--surface-2);border:1px solid var(--line);border-radius:9px;cursor:pointer;transition:border-color .25s var(--ease-soft),color .25s var(--ease-soft)}.chat__model:hover{border-color:var(--accent);color:var(--text)}.chat__model:disabled{opacity:.55;cursor:default}.chat__mcp{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 20px 0;padding:10px 14px;text-align:left;background:#c98f5f12;border:1px solid rgba(201,143,95,.3);border-radius:12px;transition:border-color .25s var(--ease-soft),background-color .25s var(--ease-soft)}.chat__mcp:hover{border-color:#c98f5f99;background:#c98f5f1f}.chat__mcp-text{font-size:12.5px;color:var(--text-2);min-width:0}.chat__mcp-text strong{color:var(--accent);font-weight:600}.chat__mcp-cta{flex:none;display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:700;color:var(--white)}.chat__mcp-cta svg{width:12px;height:12px}.chat__log{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:14px;scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent}.msg{max-width:88%;font-size:14px;line-height:1.55;animation:msg-in .4s var(--ease-out)}@keyframes msg-in{0%{opacity:0;transform:translateY(8px)}}.msg--user{align-self:flex-end;background:var(--white);color:var(--black);padding:10px 15px;border-radius:16px 16px 4px}.msg--ai{align-self:flex-start;background:var(--surface-2);border:1px solid var(--line);padding:11px 15px;border-radius:16px 16px 16px 4px;color:var(--text-2)}.msg--ai strong{color:var(--text);font-weight:600}.msg__tag{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:12px;font-weight:600;color:var(--ok);background:#5bd18f17;border:1px solid rgba(91,209,143,.3);padding:4px 10px;border-radius:999px}.msg__tag svg{width:12px;height:12px}.msg__tag--queued{color:var(--warn);background:#e8b34c14;border-color:#e8b34c52}.msg--thinking{display:flex;gap:5px;padding:14px 16px}.msg--thinking i{width:6px;height:6px;border-radius:50%;background:var(--text-3);animation:think 1.2s ease-in-out infinite}.msg--thinking i:nth-child(2){animation-delay:.15s}.msg--thinking i:nth-child(3){animation-delay:.3s}@keyframes think{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.msg--process{min-width:220px}.shimmer{background:linear-gradient(90deg,var(--text-3) 30%,var(--text) 50%,var(--text-3) 70%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.wsteps{display:grid;gap:7px;list-style:none;margin:2px 0;padding:0;font-size:13px}.wsteps li{animation:wstep-in .35s var(--ease-out) backwards}@keyframes wstep-in{0%{opacity:0;transform:translateY(4px)}}.wsteps__done{display:flex;align-items:center;gap:8px;color:var(--text-3)}.wsteps__done svg{width:12px;height:12px;flex:none;color:var(--ok)}.wsteps__active{display:flex;align-items:center;font-weight:500}.wsteps__stream{margin:10px 0 0;padding-top:10px;border-top:1px solid var(--line);font-size:13.5px;line-height:1.6;color:var(--text-2);white-space:pre-wrap}.wsteps__stream--thought{color:var(--text-3);font-style:italic}.wcursor{display:inline-block;width:7px;height:13px;margin-left:3px;border-radius:1.5px;background:var(--text-2);vertical-align:-2px;animation:wblink 1s steps(2,start) infinite}@keyframes wblink{50%{opacity:0}}.chat__chips{flex:none;display:flex;flex-wrap:wrap;gap:8px;padding:0 20px 12px}.chat__chips button{font-size:12.5px;font-weight:500;color:var(--text-2);border:1px solid var(--line);border-radius:999px;padding:6px 13px;transition:border-color .2s var(--ease-soft),color .2s var(--ease-soft),background-color .2s}.chat__chips button:hover{border-color:var(--line-strong);color:var(--white);background:var(--surface-2)}.chat__composer{flex:none;display:flex;align-items:flex-end;gap:10px;margin:0 20px;padding:10px 10px 10px 16px;background:var(--surface-2);border:1px solid var(--line);border-radius:16px;transition:border-color .25s var(--ease-soft),box-shadow .25s var(--ease-soft)}.chat__composer:focus-within{border-color:var(--line-strong);box-shadow:0 0 0 3px #ffffff0f}.chat__composer textarea{flex:1;resize:none;border:0;outline:0;background:none;color:var(--text);font:400 14px/1.5 var(--font);max-height:120px;padding:6px 0}.chat__composer textarea::placeholder{color:var(--text-3)}.chat__send{flex:none;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--white);color:var(--black);transition:transform .25s var(--ease-out),opacity .2s}.chat__send:hover{transform:translateY(-1px)}.chat__send svg{width:16px;height:16px}.chat__hint{flex:none;padding:10px 22px 14px;font-size:11.5px;color:var(--text-3)}.canvas{min-width:0;min-height:0;display:grid;place-items:center;padding:clamp(14px,2.5vh,28px);background:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px) 0 0 / 22px 22px,var(--bg);overflow:hidden}.frame{width:100%;height:100%;max-width:100%;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 30px 90px #0000008c;transition:max-width .6s var(--ease-out)}.frame[data-device=tablet]{max-width:768px}.frame[data-device=mobile]{max-width:400px}.frame__chrome{flex:none;display:flex;align-items:center;gap:12px;padding:9px 12px;border-bottom:1px solid var(--line);background:var(--surface-2)}.frame__dots{display:flex;gap:5px}.frame__dots i{width:9px;height:9px;border-radius:50%;background:#ffffff29}.frame__url{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12.5px;color:var(--text-2);background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:5px 12px;max-width:360px;margin:0 auto}.frame__url svg{width:12px;height:12px;color:var(--ok)}.frame__viewport{flex:1;min-height:0;position:relative}.frame__viewport iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#efe9df}.frame.is-published:after{content:"";position:absolute;inset:0;border-radius:14px;border:2px solid var(--ok);animation:pub-pulse 1s var(--ease-out) forwards;pointer-events:none}.frame{position:relative}@keyframes pub-pulse{0%{opacity:1;transform:scale(.995)}to{opacity:0;transform:scale(1.012)}}.history{position:absolute;top:12px;right:12px;bottom:12px;width:300px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 70px #0009;z-index:15;display:flex;flex-direction:column;animation:drawer-in .35s var(--ease-out)}@keyframes drawer-in{0%{opacity:0;transform:translate(16px)}}.history__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line)}.history__head h3{font-size:14.5px;font-weight:600}.history__list{flex:1;overflow-y:auto;padding:10px;list-style:none}.history__list li{padding:12px;border-radius:10px;display:flex;flex-direction:column;gap:3px}.history__list li:hover{background:var(--surface-2)}.history__list strong{font-size:13.5px;font-weight:600}.history__list span{font-size:12px;color:var(--text-3)}.history__list li.is-current strong{color:var(--ok)}.gh{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.gh__label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.gh__repo{font-size:13.5px;font-weight:600;text-decoration:underline;word-break:break-all;margin-top:-8px}.req{display:grid;gap:12px;padding:4px 0}.req__item{display:grid;gap:8px;padding:12px 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px}.req__chip{justify-self:start;padding:3px 9px;font-size:11px;font-weight:700;letter-spacing:.02em;border-radius:999px;border:1px solid var(--line);color:var(--text-2)}.req__chip--working{color:var(--accent);border-color:#c98f5f73}.req__chip--review{color:var(--ok);border-color:#5bd18f73}.req__chip--merged{color:var(--ok)}.req__chip--failed{color:#e07a6b;border-color:#e07a6b73}.req__text{font-size:13px;line-height:1.55;color:var(--text)}.req__summary{font-size:12.5px;line-height:1.55;color:var(--text-3);border-left:2px solid var(--line);padding-left:10px;white-space:pre-wrap}.req__actions{display:flex;flex-wrap:wrap;gap:8px}.req__actions:empty{display:none}.req__date{font-size:11.5px;color:var(--text-3)}.gh__note{font-size:12.5px;color:var(--text-3);line-height:1.55}.gh__note code{color:var(--text-2);font-size:12px}.gh__input{width:100%;padding:11px 13px;font-size:13.5px;color:var(--text);background:var(--surface-2);border:1px solid var(--line);border-radius:10px}.gh__input:focus{border-color:var(--white);box-shadow:0 0 0 3px #ffffff14;outline:none}.gh__toggle{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--text-2);cursor:pointer}.gh__toggle input{accent-color:var(--ok);width:15px;height:15px}.gh__actions{display:flex;gap:8px;flex-wrap:wrap}.gh__actions .sbtn{padding:9px 15px;font-size:12.5px}.repopick{position:relative;width:100%}.repopick__list{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:40;max-height:264px;overflow-y:auto;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:12px;box-shadow:0 18px 44px #0000008c;padding:5px}.repopick__item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 10px;border-radius:8px;text-align:left;font-size:13px}.repopick__item.is-active{background:var(--surface-3)}.repopick__name{font-weight:600;word-break:break-all}.repopick__owner{color:var(--text-3);font-weight:500}.repopick__meta{display:flex;align-items:center;gap:6px;flex:none;font-size:11.5px;color:var(--text-3)}.repopick__badge{padding:1px 7px;border:1px solid var(--line);border-radius:999px;font-size:10.5px;color:var(--warn);border-color:#e8b34c66}.repopick__empty{padding:10px 12px;font-size:12.5px;color:var(--text-3)}.repolist{display:grid;gap:6px}.repolist__row{display:flex;align-items:center;gap:9px;padding:8px 11px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;font-size:13px}.repolist__row .ghmark{width:15px;height:15px;flex:none;color:var(--text-2)}.repolist__name{font-weight:600;word-break:break-all;text-decoration:none;flex:1 1 auto;min-width:0}.repolist__name:hover{text-decoration:underline}.repolist__primary{flex:none;padding:2px 8px;border-radius:999px;border:1px solid rgba(91,209,143,.4);color:var(--ok);font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.repolist__act{flex:none;font-size:11.5px;color:var(--text-3);padding:3px 8px;border-radius:7px;border:1px solid transparent}.repolist__act:hover:not(:disabled){color:var(--text);border-color:var(--line)}.repolist__act:disabled{opacity:.5;cursor:default}.repolist__act--danger:hover:not(:disabled){color:#e07a6b;border-color:#e07a6b73}.action-banner{display:flex;align-items:center;gap:12px;width:100%;max-width:1180px;margin:0 auto 26px;padding:14px 18px;text-align:left;font-size:14px;color:var(--text-2);background:#e8b34c12;border:1px solid rgba(232,179,76,.3);border-radius:14px;transition:border-color .25s var(--ease-soft),transform .3s var(--ease-out);animation:rise .7s var(--ease-out) backwards}.action-banner:hover{border-color:#e8b34c99;transform:translateY(-1px)}.action-banner__dot{flex:none;width:8px;height:8px;border-radius:50%;background:var(--warn);box-shadow:0 0 10px #e8b34ccc}.action-banner__text{flex:1;min-width:0}.action-banner__text strong{color:var(--warn);font-weight:600}.action-banner__cta{flex:none;display:inline-flex;align-items:center;gap:5px;font-weight:600;color:var(--text);font-size:13.5px}.action-banner__cta svg{width:14px;height:14px}.settings{flex:1;overflow-y:auto;padding:clamp(24px,4vh,44px) clamp(18px,4vw,56px) 72px}.settings__inner{max-width:760px;margin:0 auto}.settings__title{font-size:clamp(26px,3vw,34px);font-weight:300;letter-spacing:-.03em;margin-bottom:22px}.settings__tabs{display:flex;gap:4px;padding:4px;background:var(--surface);border:1px solid var(--line);border-radius:12px;width:max-content;max-width:100%;overflow-x:auto;margin-bottom:26px}.settings__tab{font-size:13.5px;font-weight:600;color:var(--text-3);padding:8px 16px;border-radius:9px;white-space:nowrap;transition:background-color .2s var(--ease-soft),color .2s var(--ease-soft)}.settings__tab:hover{color:var(--text)}.settings__tab.is-active{background:var(--surface-3);color:var(--white)}.settings__panel{display:flex;flex-direction:column;gap:18px;animation:msg-in .35s var(--ease-out)}.scard{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px 24px 24px}.scard h2{font-size:16px;font-weight:600;margin-bottom:14px}.scard__note{font-size:13.5px;color:var(--text-3);margin:-6px 0 16px}.scard__headrow{display:flex;align-items:center;justify-content:space-between;gap:12px}.scard__headrow h2{margin-bottom:0}.scard--danger{border-color:#f2837b4d}.scard--danger h2{color:var(--error, #f2837b)}.scard--quote{border-color:#e8b34c59}.scard--quote .scard__headrow{margin-bottom:14px}.sform{display:flex;flex-direction:column;gap:14px}.sform label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.sform input,.sform select,.members__role{width:100%;padding:12px 14px;font:400 14.5px/1.4 var(--font);color:var(--text);background:var(--surface-2);border:1px solid var(--line);border-radius:10px;outline:none;transition:border-color .25s var(--ease-soft),box-shadow .25s var(--ease-soft)}.sform input:focus,.sform select:focus{border-color:var(--white);box-shadow:0 0 0 3px #ffffff14}.sform__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sform__hint{font-size:12.5px;color:var(--text-3);margin-top:-6px}.sform__actions{display:flex;gap:10px;margin-top:4px;flex-wrap:wrap}.sform--inline{flex-direction:row;align-items:center;flex-wrap:wrap}.sform--inline input{flex:1;min-width:200px;width:auto}.sform--inline select{width:auto}.sbtn{font-size:13.5px;font-weight:600;padding:11px 20px;border-radius:999px;transition:background-color .25s var(--ease-soft),transform .25s var(--ease-out),border-color .25s,opacity .25s}.sbtn--primary{background:var(--white);color:var(--black)}.sbtn--primary:hover{background:#e4e4e4;transform:translateY(-1px)}.sbtn--ghost{border:1px solid var(--line);color:var(--text-2)}.sbtn--ghost:hover{border-color:var(--line-strong);color:var(--white)}.sbtn--danger{border:1px solid rgba(242,131,123,.4);color:#f2837b}.sbtn--danger:hover{background:#f2837b1a;border-color:#f2837b}.sbtn:disabled{opacity:.5;pointer-events:none}.quote__row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.quote__row strong{font-size:15px;font-weight:600}.quote__row p{font-size:13px;color:var(--text-3);margin-top:3px}.quote__amount{font-size:26px;font-weight:300;letter-spacing:-.02em;white-space:nowrap}.quote__terms{font-size:13px;color:var(--text-2);background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:10px 14px;margin:14px 0 16px}.payrow{display:flex;align-items:center;gap:14px}.payrow__brand{flex:none;display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--surface-2);border:1px solid var(--line);color:var(--text-2)}.payrow__brand svg{width:20px;height:20px}.payrow>div{flex:1;min-width:0}.payrow strong{font-size:14.5px;font-weight:600}.payrow p{font-size:13px;color:var(--text-3)}.invoices{list-style:none;display:flex;flex-direction:column}.invoices li{display:flex;align-items:center;gap:14px;padding:13px 0;border-top:1px solid var(--line)}.invoices li:first-child{border-top:0;padding-top:0}.invoices li>div{flex:1;min-width:0}.invoices strong{font-size:14px;font-weight:600}.invoices p{font-size:12.5px;color:var(--text-3)}.invoices__amount{font-weight:600;font-size:14px}.invoices__receipt{font-size:13px;font-weight:600;color:var(--text-2);text-decoration:underline;text-underline-offset:3px}.invoices__receipt:hover{color:var(--white)}.members{list-style:none;display:flex;flex-direction:column}.members li{display:flex;align-items:center;gap:13px;padding:12px 0;border-top:1px solid var(--line)}.members li:first-child{border-top:0;padding-top:0}.members__avatar{flex:none;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b3b3b,#191919);border:1px solid var(--line-strong);font-size:13px;font-weight:700}.members li>div{flex:1;min-width:0}.members strong{font-size:14px;font-weight:600}.members p{font-size:12.5px;color:var(--text-3);overflow:hidden;text-overflow:ellipsis}.members__role{width:auto;padding:8px 12px;font-size:13px}.members__remove{flex:none;width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:var(--text-3)}.members__remove:hover{background:var(--surface-2);color:#f2837b}.members__remove svg{width:14px;height:14px}.members li.is-pending strong:after{content:"Pending";margin-left:8px;font-size:11px;font-weight:600;color:var(--warn);background:#e8b34c1a;border:1px solid rgba(232,179,76,.35);border-radius:999px;padding:2px 8px;vertical-align:1px}.scard--mcp{border-color:#c98f5f66}.scard--mcp .scard__headrow{margin-bottom:12px}.copyrow{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.copyrow__label{flex:none;width:96px;font-size:12.5px;font-weight:600;color:var(--text-3)}.copyrow code{flex:1;min-width:200px;font:500 13px/1.4 ui-monospace,SF Mono,Menlo,monospace;color:var(--text);background:var(--surface-2);border:1px solid var(--line);border-radius:9px;padding:10px 13px;overflow-x:auto;white-space:nowrap}.copyrow .sbtn{padding:9px 15px}.apps{list-style:none;display:flex;flex-direction:column}.apps li{display:flex;align-items:center;gap:13px;padding:13px 0;border-top:1px solid var(--line);flex-wrap:wrap}.apps li:first-child{border-top:0;padding-top:0}.apps__icon{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--surface-2);border:1px solid var(--line);color:var(--text-2)}.apps__icon svg{width:19px;height:19px}.apps li>div{flex:1;min-width:160px}.apps strong{font-size:14.5px;font-weight:600}.apps p{font-size:12.5px;color:var(--text-3)}.apps .sbtn{padding:8px 15px;font-size:12.5px}.apps__guide{flex-basis:100%;margin:4px 0 4px 53px;padding:14px 16px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;font-size:13px;color:var(--text-2);animation:msg-in .3s var(--ease-out)}.apps__guide ol{margin-left:18px;display:flex;flex-direction:column;gap:6px}.apps__guide strong{color:var(--text);font-size:13px}.apps__guide>p{margin-top:10px;color:var(--text-3)}.apps__cmd{display:flex;align-items:center;gap:10px;margin:10px 0 2px}.apps__cmd code{flex:1;min-width:0;font:500 12px/1.4 ui-monospace,SF Mono,Menlo,monospace;color:var(--text);background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:9px 12px;overflow-x:auto;white-space:nowrap}@media(max-width:560px){.apps__guide{margin-left:0}}.sbtn--godaddy{display:inline-flex;align-items:center;gap:8px}.sbtn--godaddy svg{width:15px;height:15px}.dns{margin-top:14px}.dns__row{display:grid;grid-template-columns:64px 56px 1fr auto 22px;align-items:center;gap:10px;padding:9px 0;border-top:1px solid var(--line);font-size:13px}.dns__row--head{border-top:0;padding-bottom:5px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3)}.dns__row>span:first-child{font-weight:600}.dns__row>span:nth-child(2){color:var(--text-2)}.dns__row code{font:500 12.5px/1.4 ui-monospace,SF Mono,Menlo,monospace;color:var(--text-2);overflow-x:auto;white-space:nowrap}.dns__copy{font-size:12px;font-weight:600;color:var(--text-3);border:1px solid var(--line);border-radius:999px;padding:4px 11px;transition:color .2s var(--ease-soft),border-color .2s var(--ease-soft)}.dns__copy:hover{color:var(--white);border-color:var(--line-strong)}.dns__status{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--text-3);justify-self:center}.dns__status.is-ok{border-color:var(--ok);background:var(--ok);box-shadow:0 0 8px #5bd18fb3}.dns__status.is-checking{border-color:var(--warn);border-top-color:transparent;animation:spin .7s linear infinite}.dns__divider{display:flex;align-items:center;gap:14px;margin:18px 0 14px;font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3)}.dns__divider:before,.dns__divider:after{content:"";flex:1;height:1px;background:var(--line)}.dns__provider{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600;margin-bottom:12px}.dns__provider select{width:max-content;padding:10px 14px;font:400 14px/1.4 var(--font);color:var(--text);background:var(--surface-2);border:1px solid var(--line);border-radius:10px;outline:none}.dns__steps{margin:0 0 4px 18px;display:flex;flex-direction:column;gap:7px;font-size:13.5px;color:var(--text-2)}.dns__steps strong{color:var(--text);font-weight:600}@media(max-width:560px){.sform__row{grid-template-columns:1fr}.action-banner{flex-wrap:wrap}.quote__amount{font-size:22px}.copyrow__label{width:100%}.dns__row{grid-template-columns:52px 44px 1fr auto 18px;gap:7px}}.toast{position:fixed;left:50%;bottom:26px;z-index:60;max-width:min(440px,calc(100vw - 40px));padding:12px 20px;font-size:13.5px;color:var(--black);background:var(--white);border-radius:999px;box-shadow:0 14px 40px #00000080;opacity:0;transform:translate(-50%) translateY(10px);transition:opacity .35s var(--ease-soft),transform .35s var(--ease-out);pointer-events:none;text-align:center}.toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.skel{display:block;position:relative;overflow:hidden;border-radius:8px;background:var(--surface-3);animation:skel-breathe 2.4s var(--ease-soft) infinite;animation-delay:var(--skel-delay, 0s)}.skel:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.06) 44%,rgba(255,255,255,.16) 50%,rgba(255,255,255,.06) 56%,transparent 70%);animation:skel-sweep 2.4s var(--ease-soft) infinite;animation-delay:var(--skel-delay, 0s)}@keyframes skel-sweep{0%{transform:translate(-100%)}60%,to{transform:translate(100%)}}@keyframes skel-breathe{0%,to{opacity:1}50%{opacity:.72}}.skel--title{height:17px}.skel--line{height:12px;border-radius:6px}.skel--chip{width:96px;height:25px;border-radius:999px}.skel--avatar{width:36px;height:36px;border-radius:50%;flex:none}.skel--btn{width:150px;height:38px;border-radius:10px}.skel--tab{width:92px;height:34px;border-radius:9px}.skel--fill{position:absolute;inset:0;border-radius:0}.user__avatar.skel{border-radius:50%;border-color:var(--line)}.site-card--skel,.scard--skel{pointer-events:none}.site-card--skel .site-card__thumb{background:var(--surface-2)}.site-card__preview{opacity:0;transition:transform .7s var(--ease-out),opacity .6s var(--ease-soft)}.site-card__preview.is-loaded{opacity:1}.msg--skel{border-radius:14px;height:44px}.msg--user.msg--skel{height:36px}.framewire{position:absolute;inset:0;background:#101010;padding:clamp(18px,5%,44px);display:flex;flex-direction:column;gap:7%}.framewire__nav{display:flex;align-items:center;justify-content:space-between}.framewire__links{display:flex;gap:10px}.framewire__hero{display:grid;gap:13px;justify-items:start;margin-top:2%}.framewire__cards{margin-top:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.framewire__cards .skel{height:clamp(70px,18vh,130px);border-radius:12px}.frame__viewport iframe{opacity:0;transition:opacity .5s var(--ease-soft)}.frame__viewport iframe.is-loaded{opacity:1}@media(prefers-reduced-motion:reduce){.skel{animation:none}.skel:after{animation:none;opacity:0}}@media(max-width:900px){.pg-dash{overflow:auto}.editor{grid-template-columns:1fr;grid-template-rows:auto minmax(420px,60vh)}.chat{order:2;border-right:0;border-top:1px solid var(--line);max-height:55vh}.canvas{order:1;min-height:420px}.devices,.topbar__site .chip--domain,#historyBtn,#openLive,#connectAiBtn{display:none}.topbar{gap:10px}.topbar__left{flex:1;min-width:0}.topbar__sitename{overflow:hidden;text-overflow:ellipsis}}@media(max-width:560px){.topbar:has(.topbar__site:not([hidden])) .topbar__logo,.topbar:has(.topbar__site:not([hidden])) .topbar__divider{display:none}.publish{padding:9px 16px}.home{padding-left:18px;padding-right:18px}}@media(prefers-reduced-motion:reduce){.site-card,.msg,.history{animation:none}.chat__spark svg{animation:none}}
