:root{
  --bg:#f6f7fb;--bg-2:#edf0f7;--surface:rgba(255,255,255,.86);--surface-solid:#fff;--surface-2:#f3f5fa;
  --text:#171824;--muted:#6a6f80;--subtle:#9298a8;--line:rgba(24,27,42,.10);--line-strong:rgba(24,27,42,.17);
  --accent:#6857d9;--accent-2:#8f7bea;--accent-soft:rgba(104,87,217,.11);--success:#16865d;--success-soft:rgba(22,134,93,.11);
  --danger:#c43d52;--danger-soft:rgba(196,61,82,.1);--warning:#9a6a16;--shadow:0 22px 65px rgba(23,24,36,.10),0 2px 10px rgba(23,24,36,.04);
  --radius-lg:28px;--radius-md:18px;--radius-sm:12px;--focus:0 0 0 4px rgba(104,87,217,.2);
  color-scheme:light;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
html[data-theme="dark"]{
  --bg:#09090e;--bg-2:#0d0c14;--surface:rgba(18,17,27,.82);--surface-solid:#12111b;--surface-2:#181621;
  --text:#f4f2fb;--muted:#a3a0b1;--subtle:#757182;--line:rgba(235,231,255,.10);--line-strong:rgba(235,231,255,.17);
  --accent:#9b8ce1;--accent-2:#c0b5f2;--accent-soft:rgba(155,140,225,.14);--success:#56c994;--success-soft:rgba(86,201,148,.12);
  --danger:#ff768a;--danger-soft:rgba(255,118,138,.11);--warning:#e3b35d;--shadow:0 28px 90px rgba(0,0,0,.48),0 1px 0 rgba(255,255,255,.025) inset;
  --focus:0 0 0 4px rgba(155,140,225,.22);color-scheme:dark;
}
*{box-sizing:border-box}html,body{min-height:100%;margin:0}html{background:var(--bg)}body{color:var(--text);background:radial-gradient(circle at 50% -15%,var(--accent-soft),transparent 36%),linear-gradient(180deg,var(--bg),var(--bg-2));overflow-x:hidden}
button,input,select{font:inherit}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.ambient{position:fixed;border-radius:999px;filter:blur(90px);pointer-events:none;opacity:.32;z-index:0}.ambient-a{width:360px;height:360px;top:-160px;left:10%;background:var(--accent)}.ambient-b{width:300px;height:300px;right:-140px;bottom:8%;background:#523a96;opacity:.11}
.topbar,.footer,.app-shell{position:relative;z-index:1}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;padding:0 28px;margin:0 auto}.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-weight:680;letter-spacing:-.025em}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);background:var(--surface);border-radius:11px;box-shadow:0 8px 22px rgba(0,0,0,.08)}.brand-mark img{width:22px;height:22px}.brand-tag{font-size:12px;font-weight:650;color:var(--muted);padding:4px 7px;border:1px solid var(--line);border-radius:999px;letter-spacing:.01em}
.icon-button{width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--muted);display:grid;place-items:center;cursor:pointer;transition:.18s ease}.icon-button:hover{border-color:var(--line-strong);color:var(--text);transform:translateY(-1px)}.icon-button:focus-visible,.button:focus-visible,.text-input:focus-visible,.select:focus-visible,.disclosure:focus-visible{outline:none;box-shadow:var(--focus)}.theme-light{display:none}html[data-theme="light"] .theme-dark{display:none}html[data-theme="light"] .theme-light{display:block}
.app-shell{min-height:calc(100vh - 132px);display:grid;place-items:center;padding:44px 28px 64px}.stage{width:min(100%,1040px)}
.hero{text-align:center;max-width:720px;margin:0 auto 34px}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--accent-2);font-size:13px;font-weight:650;margin-bottom:14px}.eyebrow-dot{width:7px;height:7px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 5px var(--accent-soft)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(36px,5vw,58px);line-height:1.02;letter-spacing:-.055em;margin-bottom:18px;font-weight:710}.hero p{max-width:560px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.65}.hero strong{color:var(--text);font-weight:580}
.deploy-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:18px}.card{background:var(--surface);backdrop-filter:blur(22px);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.primary-card{padding:30px;min-height:330px;display:flex;flex-direction:column}.card-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--success);margin-bottom:16px}.choice-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:var(--accent-soft);color:var(--accent-2);margin-bottom:24px}.choice-icon .icon{width:27px;height:27px}.primary-card h2{font-size:27px;letter-spacing:-.035em;margin-bottom:11px}.primary-card>p{color:var(--muted);font-size:15px;line-height:1.6;max-width:510px;margin-bottom:28px}.primary-card .button{margin-top:auto}
.button{min-height:48px;border-radius:14px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;font-weight:650;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button-primary{color:#fff;background:linear-gradient(135deg,#7664dc,#5e4bc8);box-shadow:0 12px 28px rgba(85,65,190,.24)}html[data-theme="dark"] .button-primary{color:#100d1d;background:linear-gradient(135deg,#c4b9f6,#9383df);box-shadow:0 14px 34px rgba(102,79,203,.22)}.button-secondary{color:var(--text);background:var(--surface-2);border-color:var(--line)}.button-ghost{color:var(--muted);background:transparent;border-color:var(--line)}.button[disabled]{opacity:.48;cursor:not-allowed;transform:none;box-shadow:none}.button-small{min-height:40px;border-radius:12px;padding:0 14px;font-size:14px}
.secondary-card{padding:8px}.disclosure{width:100%;border:0;background:transparent;color:var(--text);padding:20px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;border-radius:20px}.disclosure-copy{display:flex;gap:13px;align-items:center}.disclosure-icon{width:38px;height:38px;border-radius:12px;background:var(--surface-2);display:grid;place-items:center;color:var(--muted)}.disclosure-title{display:block;font-size:14px;font-weight:650;margin-bottom:3px}.disclosure-sub{display:block;font-size:12px;color:var(--muted)}.chevron{transition:transform .2s ease}.token-open .chevron{transform:rotate(180deg)}.token-body{display:none;padding:4px 20px 20px}.token-open .token-body{display:block}.permission-list{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px}.permission{font-size:11px;color:var(--muted);border:1px solid var(--line);background:var(--surface-2);border-radius:999px;padding:6px 9px}.field-label{font-size:12px;font-weight:650;color:var(--muted);display:block;margin-bottom:7px}.text-input,.select{width:100%;height:48px;border:1px solid var(--line);border-radius:13px;background:var(--surface-solid);color:var(--text);padding:0 14px;outline:none;transition:.16s ease}.text-input:hover,.select:hover{border-color:var(--line-strong)}.text-input:focus,.select:focus{border-color:var(--accent)}.token-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:10px}.privacy-note{display:flex;gap:8px;color:var(--subtle);font-size:11px;line-height:1.45;margin-top:14px}.privacy-note .icon{width:15px;height:15px;margin-top:1px}
.trust-row{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:22px;color:var(--subtle);font-size:12px}.trust-item{display:flex;align-items:center;gap:7px}.trust-item .icon{width:15px;height:15px;color:var(--success)}
.panel{padding:30px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:26px}.panel-head h2{font-size:27px;letter-spacing:-.035em;margin-bottom:7px}.panel-head p{color:var(--muted);font-size:14px;margin:0}.back-link{border:0;background:transparent;color:var(--muted);cursor:pointer;padding:7px;border-radius:9px}.account-list{display:grid;gap:10px}.account-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:15px;cursor:pointer;text-align:left;transition:.16s}.account-item:hover{border-color:var(--accent);background:var(--accent-soft)}.account-meta{min-width:0}.account-name{display:block;font-weight:640;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-id{display:block;color:var(--subtle);font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.account-item .icon{color:var(--muted)}
.progress-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);gap:18px}.progress-card{padding:34px}.progress-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:30px}.progress-head h2{font-size:29px;letter-spacing:-.04em;margin-bottom:8px}.progress-head p{color:var(--muted);font-size:14px;margin:0}.progress-percent{font-size:13px;color:var(--accent-2);font-weight:700}.progress-track{display:block;width:100%;height:5px;border:0;border-radius:99px;background:var(--surface-2);overflow:hidden;margin-bottom:27px;appearance:none;-webkit-appearance:none}.progress-track::-webkit-progress-bar{background:var(--surface-2);border-radius:99px}.progress-track::-webkit-progress-value{background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:99px;transition:width .42s cubic-bezier(.2,.7,.2,1)}.progress-track::-moz-progress-bar{background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:99px}.steps{display:grid;gap:4px}.step{min-height:46px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:11px;padding:7px 8px;border-radius:12px;color:var(--subtle)}.step-state{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:var(--surface-2)}.step-state .icon{width:14px;height:14px}.step.active{color:var(--text);background:var(--accent-soft)}.step.active .step-state{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.step.done{color:var(--muted)}.step.done .step-state{background:var(--success-soft);border-color:transparent;color:var(--success)}.step-label{font-size:13px;font-weight:580}.step-time{font-size:11px;color:var(--subtle);font-variant-numeric:tabular-nums}.pulse{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 1.15s ease-in-out infinite}
.summary-card{padding:26px;align-self:start}.summary-card h3{font-size:14px;margin-bottom:20px}.summary-list{display:grid;gap:0}.summary-row{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.summary-row:last-child{border-bottom:0}.summary-label{color:var(--subtle)}.summary-value{color:var(--text);text-align:right;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-pill{display:inline-flex;align-items:center;gap:6px;color:var(--success);font-size:11px;font-weight:650;background:var(--success-soft);border-radius:999px;padding:5px 8px}.status-pill .pulse{background:var(--success);width:5px;height:5px}.progress-note{margin-top:17px;color:var(--subtle);font-size:11px;line-height:1.5}
.success-card{text-align:center;padding:42px;max-width:760px;margin:0 auto}.success-orb{width:82px;height:82px;margin:0 auto 24px;border-radius:26px;display:grid;place-items:center;background:linear-gradient(145deg,var(--success-soft),var(--accent-soft));border:1px solid var(--line);box-shadow:0 18px 48px rgba(0,0,0,.12)}.success-orb .icon{width:38px;height:38px;color:var(--success);stroke-width:1.7}.success-card h1{font-size:38px;margin-bottom:10px}.success-card>p{color:var(--muted);font-size:15px;margin-bottom:27px}.url-box{display:flex;align-items:center;gap:10px;padding:9px 9px 9px 15px;background:var(--surface-2);border:1px solid var(--line);border-radius:15px;margin:0 auto 18px;max-width:610px}.url-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:13px;color:var(--muted)}.success-actions{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-bottom:28px}.success-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden;text-align:left}.success-stat{padding:16px;background:var(--surface-solid);min-width:0}.success-stat span{display:block;font-size:10px;color:var(--subtle);text-transform:uppercase;letter-spacing:.055em;margin-bottom:6px}.success-stat strong{display:block;font-size:12px;font-weight:620;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.error-card{max-width:620px;margin:0 auto;padding:38px;text-align:center}.error-icon{width:58px;height:58px;border-radius:18px;background:var(--danger-soft);color:var(--danger);display:grid;place-items:center;margin:0 auto 20px}.error-icon .icon{width:27px;height:27px}.error-card h2{font-size:27px;letter-spacing:-.035em;margin-bottom:9px}.error-card p{color:var(--muted);font-size:14px;line-height:1.6;max-width:450px;margin:0 auto 22px}.error-actions{display:flex;justify-content:center;gap:9px;flex-wrap:wrap}
.footer{min-height:56px;display:flex;align-items:center;justify-content:center;gap:9px;padding:12px 24px;color:var(--subtle);font-size:11px}.footer .dot{width:3px;height:3px;border-radius:50%;background:var(--subtle)}.toast{position:fixed;z-index:30;left:50%;bottom:26px;transform:translate(-50%,18px);opacity:0;pointer-events:none;background:var(--text);color:var(--bg);padding:10px 14px;border-radius:11px;font-size:12px;font-weight:630;box-shadow:var(--shadow);transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
.skeleton{position:relative;overflow:hidden;background:var(--surface-2);border-radius:8px}.skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,var(--line),transparent);animation:shimmer 1.4s infinite}.loading-card{width:min(100%,640px);padding:34px}.loading-card .skeleton:nth-child(1){width:42%;height:28px;margin-bottom:13px}.loading-card .skeleton:nth-child(2){width:72%;height:14px;margin-bottom:26px}.loading-card .skeleton:nth-child(3){width:100%;height:170px}
@keyframes pulse{0%,100%{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.08)}}@keyframes shimmer{100%{transform:translateX(100%)}}
@media (max-width:760px){.topbar{height:68px;padding:0 18px}.app-shell{padding:28px 16px 48px;min-height:calc(100vh - 116px);align-items:start}.hero{margin-bottom:24px}.hero h1{font-size:39px}.hero p{font-size:15px}.deploy-grid,.progress-layout{grid-template-columns:1fr}.primary-card{padding:24px;min-height:0}.secondary-card{padding:6px}.panel,.progress-card,.summary-card{padding:22px}.progress-card{order:1}.summary-card{order:2}.progress-head{margin-bottom:22px}.success-card,.error-card{padding:28px 20px}.success-card h1{font-size:31px}.success-grid{grid-template-columns:1fr 1fr}.footer{font-size:10px}.trust-row{gap:12px 18px}.brand-tag{display:none}}
@media (max-width:430px){.app-shell{padding-inline:12px}.hero h1{font-size:35px}.card{border-radius:22px}.primary-card{padding:20px}.choice-icon{margin-bottom:18px}.primary-card h2{font-size:24px}.panel,.progress-card,.summary-card{padding:18px}.progress-head h2{font-size:25px}.progress-head{gap:12px}.step{grid-template-columns:26px minmax(0,1fr) auto;padding-inline:4px}.success-card{padding:26px 15px}.success-grid{grid-template-columns:1fr}.url-box{padding-left:12px}.url-text{font-size:11px}.button{width:100%}.success-actions .button{width:100%}.error-actions .button{width:100%}.footer{flex-wrap:wrap;padding-inline:12px;text-align:center}.footer .dot{display:none}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/* Long generated identifiers must never contribute intrinsic width on narrow screens. */
.stage,.success-card,.success-grid,.success-stat,.url-box,.url-text{min-width:0}
.success-card{width:100%}
.success-grid{width:100%}
.success-stat strong{max-width:100%;min-width:0}
.deploy-grid{align-items:start}
html[data-theme="dark"] .brand-mark img{filter:invert(1) brightness(1.28)}
.success-orb{animation:success-pop .48s cubic-bezier(.16,.8,.24,1) both}
@keyframes success-pop{0%{opacity:0;transform:scale(.72) rotate(-7deg)}65%{opacity:1;transform:scale(1.06) rotate(1deg)}100%{opacity:1;transform:scale(1) rotate(0)}}
