*,:before,:after{box-sizing:border-box}:root{--font-sans:"Aptos","Segoe UI","Helvetica Neue",sans-serif;--font-display:"Bahnschrift","Trebuchet MS","Gill Sans",sans-serif;--navy-primary:#0b1f3a;--navy-secondary:#163a6b;--accent-blue:#2e5b9a;--ink-strong:#0f172a;--ink:#334155;--muted:#5b6b7f;--line:#d6e0eb;--line-strong:#163a6b33;--surface:#fffffff5;--surface-soft:#f5f8fc;--surface-strong:#edf3fa;--surface-selected:#eef4fb;--surface-panel:#fff;--primary-700:var(--navy-primary);--primary-600:var(--navy-secondary);--primary-500:var(--accent-blue);--primary-400:#7c9dc7;--accent-bg-subtle:#2e5b9a0f;--accent-bg:#2e5b9a1a;--accent-bg-strong:#2e5b9a26;--accent-border:#2e5b9a33;--accent-border-strong:#163a6b47;--success-bg:#eef7f1;--success-line:#c8dfcf;--success-text:#24533a;--info-bg:#eef4fb;--info-line:#c7d7ea;--info-text:#163a6b;--error-bg:#fff4f4;--error-line:#efcfcf;--error-text:#9a3d3d;--shadow-lg:0 24px 60px #0b1f3a1a;--shadow-md:0 16px 34px #163a6b14;--button-shadow:0 14px 30px #163a6b2e;--button-shadow-hover:0 18px 38px #163a6b38;--card-shadow:0 12px 26px #163a6b14;--focus-ring:0 0 0 4px #2e5b9a1f;--ink-soft:#3341559e;--ink-faint:#33415580;--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px;--radius-pill:999px}html{scroll-behavior:smooth;scrollbar-gutter:stable}@supports not (scrollbar-gutter:stable){html{overflow-y:scroll}}body{min-height:100vh;color:var(--ink);font-family:var(--font-sans);background:linear-gradient(180deg,#fff 0%,var(--surface-soft)100%);margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img,svg{display:block}.app-frame{min-height:100vh}.dashboard-nav__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.9rem;max-width:1280px;margin:0 auto;padding:.8rem 1rem;display:grid}.dashboard-nav__brand-slot{justify-self:start}.dashboard-nav__center-slot{justify-self:center;min-width:0}.dashboard-nav__user-slot{justify-content:flex-end;justify-self:end;width:220px;min-width:220px;display:flex}.dashboard-nav__user-shell{white-space:nowrap;background:linear-gradient(#eff6fffa 0%,#dbeafeeb 100%);border:1px solid #3b82f624;border-radius:999px;justify-content:flex-end;align-items:center;width:fit-content;min-width:0;max-width:100%;min-height:46px;padding:.22rem .38rem .22rem .52rem;display:inline-flex;box-shadow:0 8px 20px #3b82f614,inset 0 1px #ffffffb8}.app-main{max-width:1180px;margin:0 auto;padding:1.75rem 1rem 3.5rem}.page-stack{gap:1.2rem;display:grid}.topbar{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;position:sticky;top:0}.topbar__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1180px;margin:0 auto;padding:.85rem 1rem;display:flex}.topbar__brand{align-items:center;gap:.85rem;min-width:0;display:inline-flex}.brand-lockup{gap:.1rem;min-width:0;display:grid}.brand-lockup__title{font-family:var(--font-display);color:var(--ink-strong);letter-spacing:-.03em;font-size:1.05rem;font-weight:700}.brand-lockup__subtitle{color:var(--muted);font-size:.8rem;font-weight:600}.topbar__nav{flex-wrap:wrap;flex:320px;justify-content:center;align-items:center;gap:.45rem;display:flex}.topbar__link{border-radius:var(--radius-pill);color:var(--ink);padding:.7rem .95rem;font-size:.92rem;font-weight:700;transition:background-color .2s,color .2s,transform .2s}.topbar__link:hover,.topbar__link:focus-visible{background:var(--accent-bg);color:var(--primary-600);transform:translateY(-1px)}.topbar__link--active{background:var(--accent-bg);color:var(--primary-600);box-shadow:inset 0 0 0 1px var(--accent-border)}.topbar__actions{align-items:center;gap:.85rem;display:flex}.topbar__chip,.hero__eyebrow,.panel__eyebrow{border-radius:var(--radius-pill);letter-spacing:.08em;text-transform:uppercase;width:fit-content;padding:.35rem .7rem;font-size:.74rem;font-weight:800;display:inline-flex}.topbar__chip{background:var(--accent-bg);color:var(--primary-600)}.hero,.panel,.form-shell{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.hero{color:#fff;background:radial-gradient(circle at top right,#ffffff1f,transparent 24%),linear-gradient(145deg,var(--primary-700)0%,var(--primary-600)55%,var(--primary-500)100%);padding:1.55rem;position:relative;overflow:hidden}.hero:after{content:"";background:radial-gradient(circle,#ffffff1f,#0000 65%);border-radius:999px;width:18rem;height:18rem;position:absolute;bottom:-7rem;right:-5rem}.hero--compact .hero__grid{margin-top:1.25rem}.hero__eyebrow{color:#ffffffd6;background:#ffffff21}.panel__eyebrow{background:var(--accent-bg);color:var(--primary-600)}.hero__headline,.panel__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0}.hero__headline{z-index:1;margin-top:.9rem;font-size:clamp(2rem,4vw,3.35rem);line-height:.98;position:relative}.hero__lede,.panel__meta{z-index:1;max-width:58rem;margin:.55rem 0 0;font-size:1rem;line-height:1.7;position:relative}.hero__lede{color:#ffffffd1}.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md);padding:1.35rem}.panel--nested{background:var(--surface-soft);box-shadow:none;padding:1rem}.panel--sticky{position:sticky;top:6rem}.panel__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.panel__title{color:var(--ink-strong);font-size:clamp(1.35rem,2vw,1.95rem)}.hero__grid,.history-list,.artifact-list{gap:1rem;display:grid}.hero__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.option-card{z-index:1;border-radius:var(--radius-lg);border:1px solid var(--line);color:var(--ink);background:#fffffff2;gap:1rem;padding:1.2rem;display:grid;position:relative}.option-card__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.option-card__price{color:var(--ink-strong);font-size:.95rem;font-weight:800}.option-card__body{gap:.45rem;display:grid}.option-card__title{color:var(--ink-strong);font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:1.3rem}.button{border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--primary-700),var(--primary-600));color:#fff;min-height:48px;box-shadow:var(--button-shadow);border:0;justify-content:center;align-items:center;gap:.45rem;padding:.9rem 1.1rem;font-weight:800;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.button:hover:not(:disabled),.button:focus-visible:not(:disabled){box-shadow:var(--button-shadow-hover);transform:translateY(-1px)}.button:disabled{opacity:.7;cursor:not-allowed}.button--secondary,.button--ghost{box-shadow:none;color:var(--ink-strong)}.button--secondary{border:1px solid var(--accent-border);background:var(--surface-strong)}.button--ghost{border:1px solid var(--line-strong);background:#fff}.status-banner{border-radius:var(--radius-md);border:1px solid #0000;padding:1rem 1.05rem;font-weight:700;line-height:1.6}.status-banner--success{background:var(--success-bg);border-color:var(--success-line);color:var(--success-text)}.status-banner--info{background:var(--info-bg);border-color:var(--info-line);color:var(--info-text)}.status-banner--error{background:var(--error-bg);border-color:var(--error-line);color:var(--error-text)}.empty-state{border-radius:var(--radius-md);background:var(--surface-soft);color:var(--muted);text-align:center;padding:1.4rem;line-height:1.7}.history-card{border-radius:var(--radius-lg);border:1px solid var(--line);text-align:left;background:#fff;width:100%;padding:1rem 1.05rem;transition:border-color .2s,box-shadow .2s,transform .2s}.history-card:hover,.history-card:focus-visible{border-color:var(--accent-border);box-shadow:var(--card-shadow);transform:translateY(-1px)}.history-card--active{border-color:var(--accent-border-strong);background:var(--surface-selected)}.history-card--static{cursor:default}.history-card__header,.artifact-card__header,.detail-panel__actions,.cluster{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.history-card__title{color:var(--ink-strong);margin:.15rem 0 0;font-size:1rem;line-height:1.45}.history-card__meta,.artifact-card__meta{color:var(--muted);flex-wrap:wrap;gap:.8rem;margin-top:.8rem;font-size:.9rem;display:flex}.badge{border-radius:var(--radius-pill);letter-spacing:.03em;padding:.35rem .7rem;font-size:.78rem;font-weight:800;display:inline-flex}.badge--ok{color:var(--success-text);background:#11613e1a}.badge--danger{color:var(--error-text);background:#ad23341a}.badge--muted{background:var(--accent-bg-subtle);color:var(--primary-600)}.detail-panel{gap:1rem;display:grid}.key-value-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.key-value-grid dt{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.84rem;font-weight:700}.key-value-grid dd{color:var(--ink-strong);margin:0;font-size:.96rem;font-weight:700}.artifact-card{border-radius:var(--radius-lg);background:var(--surface-panel);border:1px solid var(--line);gap:1rem;padding:1rem;display:grid}.artifact-preview,.artifact-plain{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-soft)}.artifact-preview{padding:.25rem;overflow:hidden}.artifact-plain{white-space:pre-wrap;color:var(--ink-strong);margin:0;padding:1rem;line-height:1.65}.form-shell{background:var(--surface);border:1px solid var(--line);padding:1.35rem}.form-shell__grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,.95fr);gap:1rem;display:grid}.bundle-builder{grid-template-columns:minmax(300px,360px) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.form-shell__main,.form-shell__aside,.field-grid,.section-list,.auth-feature-list{gap:1rem;display:grid}.field{gap:.5rem;display:grid}.field span,.choice-group legend{color:var(--ink-strong);font-size:.95rem;font-weight:800}.field__hint{color:var(--muted)}.input,.textarea{border:1px solid var(--line-strong);border-radius:var(--radius-md);width:100%;color:var(--ink-strong);background:#fff;padding:.95rem 1rem;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:inset 0 1px 2px #163a6b08}.input:focus,.textarea:focus,.topbar__link:focus-visible,.button:focus-visible,.history-card:focus-visible,.text-link:focus-visible{border-color:var(--accent-border-strong);box-shadow:var(--focus-ring);outline:none}.textarea{resize:vertical;min-height:8rem}.choice-group{border:0;gap:.9rem;margin:0;padding:0;display:grid}.choice-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;display:grid}.choice-card{border-radius:var(--radius-md);border:1px solid var(--line);background:#fff;gap:.45rem;padding:.95rem;display:grid}.choice-card--selected{border-color:var(--accent-border);background:var(--surface-selected);box-shadow:0 10px 26px #163a6b14}.choice-card input{accent-color:var(--primary-700)}.submit-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;display:flex}.submit-row__price{color:var(--ink-strong);font-size:1.1rem;font-weight:800}.section-list{color:var(--ink);margin:0;padding-left:1.2rem;line-height:1.65}.auth-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,460px);align-items:center;gap:1rem;max-width:1180px;min-height:100vh;margin:0 auto;padding:2rem 1rem 3rem;display:grid}.auth-layout__hero{border-radius:var(--radius-xl);color:#fff;background:radial-gradient(circle at top right,#ffffff1f,transparent 24%),linear-gradient(145deg,var(--primary-700)0%,var(--primary-600)55%,var(--primary-500)100%);box-shadow:var(--shadow-lg);padding:1.65rem;position:relative;overflow:hidden}.auth-layout__panel{border-radius:var(--radius-xl);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-md);padding:1.3rem}.auth-hero__brand{align-items:center;gap:.9rem;margin-bottom:1.5rem;display:inline-flex}.auth-feature-list{color:#ffffffd6;margin:1.25rem 0 0;padding-left:1.2rem;line-height:1.7}.auth-footer{color:var(--muted);text-align:center;margin:1rem 0 0}.text-link{color:var(--primary-600);font-weight:800}.checkout-status{justify-items:start}.spinner{border:4px solid #2e5b9a1f;border-top-color:var(--primary-500);border-radius:999px;width:2.7rem;height:2.7rem;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.cl-rootBox,.cl-cardBox{width:100%}.cl-card{width:100%;box-shadow:none;border-radius:var(--radius-lg);border:1px solid var(--line);background:#fff}.cl-headerTitle{font-family:var(--font-display);color:var(--ink-strong);letter-spacing:-.03em}.cl-headerSubtitle,.cl-footerActionText,.cl-formFieldHintText,.cl-identityPreviewText{color:var(--muted)}.cl-formButtonPrimary{border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--primary-700),var(--primary-600));box-shadow:var(--button-shadow)}.cl-socialButtonsBlockButton,.cl-formFieldInput,.cl-formFieldInputShowPasswordButton{border-radius:var(--radius-md);border-color:var(--line-strong)}.cl-footerActionLink,.cl-formFieldAction,.cl-identityPreviewEditButton{color:var(--primary-600);font-weight:800}.cl-dividerLine{background:var(--line-strong)}.cl-dividerText{color:var(--muted)}@media (max-width:1100px){.hero__grid,.form-shell__grid,.bundle-builder,.auth-layout{grid-template-columns:1fr}.panel--sticky{position:static}.dashboard-nav__inner{grid-template-columns:1fr}.dashboard-nav__brand-slot,.dashboard-nav__center-slot{justify-self:stretch}.dashboard-nav__user-slot{justify-self:start}}@media (max-width:820px){.key-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar__inner,.panel__header,.artifact-card__header,.detail-panel__actions{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.app-main,.auth-layout{padding-left:.85rem;padding-right:.85rem}.topbar__nav,.submit-row,.choice-grid,.hero__grid,.key-value-grid{grid-template-columns:1fr}.button,.button--secondary,.button--ghost{width:100%}}.dashboard-auth-overlay .cl-rootBox,.dashboard-auth-overlay .cl-cardBox,.dashboard-auth-overlay .cl-card{width:100%}.dashboard-auth-overlay .cl-cardBox,.dashboard-auth-overlay .cl-card{box-shadow:none;background:0 0;border:0;border-radius:0}.dashboard-auth-overlay .cl-card{padding:0}.dashboard-auth-overlay .cl-main{gap:.62rem}.dashboard-auth-overlay .cl-header{padding:0 0 .1rem}.dashboard-auth-overlay .cl-headerTitle{font-family:var(--font-display);color:#e5eefc;letter-spacing:-.03em;margin:0;font-size:1.45rem;line-height:1.02}.dashboard-auth-overlay .cl-headerSubtitle,.dashboard-auth-overlay .cl-footerActionText,.dashboard-auth-overlay .cl-formFieldHintText,.dashboard-auth-overlay .cl-identityPreviewText,.dashboard-auth-overlay .cl-formFieldLabel,.dashboard-auth-overlay .cl-dividerText{color:#e2e8f0b8}.dashboard-auth-overlay .cl-headerSubtitle{margin-top:.15rem;font-size:.89rem;line-height:1.38}.dashboard-auth-overlay .cl-formField{gap:.32rem}.dashboard-auth-overlay .cl-formFieldLabel{font-size:.83rem;line-height:1.25}.dashboard-auth-overlay .cl-formFieldRow{gap:.55rem}.dashboard-auth-overlay .cl-formFieldInputShowPasswordButton{min-width:42px}.dashboard-auth-overlay .cl-formButtonPrimary{color:#e5eefc;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);min-height:44px;box-shadow:0 12px 24px #3b82f62e}.dashboard-auth-overlay .cl-socialButtonsBlockButton,.dashboard-auth-overlay .cl-formFieldInput,.dashboard-auth-overlay .cl-formFieldInputShowPasswordButton,.dashboard-auth-overlay .cl-otpCodeFieldInput{color:#e5eefc;background:#0f172a;border-color:#94a3b838;min-height:42px;box-shadow:inset 0 1px #ffffff0a}.dashboard-auth-overlay .cl-formFieldInput::placeholder{color:#94a3b8c7}.dashboard-auth-overlay .cl-socialButtonsBlockButton{color:#e5eefc}.dashboard-auth-overlay .cl-footerActionLink,.dashboard-auth-overlay .cl-formFieldAction,.dashboard-auth-overlay .cl-identityPreviewEditButton,.dashboard-auth-overlay .cl-formResendCodeLink{color:#60a5fa;font-weight:800}.dashboard-auth-overlay .cl-dividerLine{background:#94a3b82e}.dashboard-auth-overlay .cl-dividerText{font-size:.78rem}.dashboard-auth-overlay .cl-footer{background:0 0;margin-top:.2rem;padding:0}.dashboard-auth-overlay .cl-footerAction{box-shadow:none;border-top:0;margin-top:0;padding-top:.3rem;padding-bottom:0}.dashboard-auth-overlay .cl-footerActionText,.dashboard-auth-overlay .cl-footerActionLink{font-size:.85rem;line-height:1.25}.dashboard-auth-overlay .cl-footerPages{margin-top:.12rem;line-height:1.2}
