:root{--bg: #fffdf8;--panel: rgba(255, 255, 255, .84);--panel-strong: #ffffff;--ink: #14213d;--muted: #5c677d;--line: rgba(20, 33, 61, .12);--teal: #0f766e;--amber: #f59e0b;--rose: #c2410c;--shadow: 0 18px 40px rgba(20, 33, 61, .08);--radius: 24px;font-family:Avenir Next,Segoe UI,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,rgba(15,118,110,.12),transparent 30%),radial-gradient(circle at bottom right,rgba(245,158,11,.14),transparent 35%),var(--bg)}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{color:var(--ink)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.site-shell{min-height:100vh}.site-nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf8cc;border-bottom:1px solid rgba(20,33,61,.08)}.brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;letter-spacing:.02em}.brand-mark{display:inline-grid;place-items:center;width:2.3rem;height:2.3rem;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--teal),var(--amber));box-shadow:var(--shadow)}.nav-links,.nav-actions{display:flex;align-items:center;gap:.75rem}.nav-link{padding:.7rem 1rem;border-radius:999px;color:var(--muted);transition:background-color .15s ease,color .15s ease,transform .15s ease}.nav-link:hover,.nav-link[aria-current=page]{background:#0f766e17;color:var(--ink);transform:translateY(-1px)}.button,.button-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.15rem;border-radius:999px;border:1px solid transparent;font-weight:650}.button{color:#fff;background:linear-gradient(135deg,var(--teal),#155e75);box-shadow:0 14px 32px #155e7538}.button-ghost{color:var(--ink);border-color:var(--line);background:#ffffffb3}.page{width:min(1180px,calc(100vw - 2rem));margin:0 auto;padding:2rem 0 4rem}.dashboard-page{width:min(1720px,calc(100vw - 3rem))}.hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:1.5rem;align-items:stretch;margin-top:1rem}.hero-copy,.hero-card,.panel,.route-card,.checklist,.form-card,.dashboard-shell,.dashboard-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-copy{padding:2rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .8rem;border-radius:999px;background:#f59e0b1f;color:#8a4b00;font-size:.92rem;font-weight:700}.hero h1,.route-title{margin:1rem 0 .75rem;font-size:clamp(2.3rem,6vw,4.2rem);line-height:.95;letter-spacing:-.04em}.hero p,.panel p,.route-card p,.dashboard-panel p{color:var(--muted);line-height:1.65}.cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.75rem}.stat{padding:1rem;border-radius:20px;background:#ffffffd1;border:1px solid rgba(20,33,61,.08)}.stat strong{display:block;font-size:1.4rem}.hero-card{padding:1.5rem;display:grid;gap:1rem}.product-preview,.mini-card,.meta-item{border-radius:20px;background:var(--panel-strong);border:1px solid rgba(20,33,61,.08)}.product-preview{padding:1.25rem}.product-preview header,.mini-grid{display:grid;gap:.75rem}.mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-card{padding:.9rem}.section-grid,.card-grid{display:grid;gap:1rem;margin-top:2rem}.section-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel,.route-card,.dashboard-panel,.form-card{padding:1.5rem}.policy-shell{display:grid;gap:1.5rem}.policy-intro{max-width:70ch;font-size:1.05rem}.policy-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.policy-section{display:grid;gap:.75rem}.policy-section h2{margin:0;font-size:1.15rem}.policy-section p,.policy-section ul{margin:0}.route-card code,.meta-item code{display:inline-block;padding:.2rem .4rem;border-radius:8px;background:#0f766e14}.checklist{padding:1.25rem 1.5rem}.checklist ul,.route-card ul,.panel ul,.dashboard-panel ul{margin:.75rem 0 0;padding-left:1.15rem;color:var(--muted)}.form-grid{display:grid;gap:1rem}.field{display:grid;gap:.45rem}.field input,.field textarea,.field select{width:100%;padding:.85rem 1rem;border-radius:16px;border:1px solid var(--line);background:#fffc}.field textarea{min-height:8rem;resize:vertical}.field small,.muted{color:var(--muted)}.dashboard-shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:1.5rem;align-items:start;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.sidebar{position:sticky;top:88px;align-self:start;max-height:calc(100vh - 112px);overflow-y:auto;padding:1.2rem;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffdb;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sidebar h2{margin:0 0 .8rem;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.sidebar-nav{display:grid;gap:.45rem;align-content:start}.sidebar a{display:block;padding:.8rem .9rem;border-radius:16px;color:var(--muted);font-weight:650;transition:background-color .15s ease,color .15s ease,transform .15s ease}.sidebar a:hover,.sidebar a[aria-current=page]{background:#0f766e14;color:var(--ink);transform:translate(2px)}.dashboard-content{min-width:0;display:grid;gap:1rem;padding:1.25rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.metric-card{padding:1.2rem 1.3rem;border-radius:22px;border:1px solid var(--line);background:#ffffffd1;box-shadow:var(--shadow)}.metric-card span{display:block;color:var(--muted);font-size:.95rem}.metric-card strong{display:block;margin-top:.45rem;font-size:1.75rem;line-height:1.05}.banner{padding:1rem 1.1rem;border-radius:18px;background:#f59e0b24;color:#8a4b00;overflow-wrap:anywhere}.form-section{display:grid;gap:1rem;padding:1.2rem;border:1px solid rgba(20,33,61,.1);border-radius:20px;background:#ffffffb8}.section-heading{display:grid;gap:.35rem}.section-heading h2{margin:0;font-size:1.08rem}.section-heading p{margin:0;color:var(--muted);line-height:1.55}.meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.meta-item{padding:1rem}.inline-form{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.inline-form input{flex:1 1 280px;padding:.85rem 1rem;border-radius:16px;border:1px solid var(--line);background:#fffc}.inline-form select{min-width:220px;padding:.85rem 1rem;border-radius:16px;border:1px solid var(--line);background:#fffc}.table-shell{overflow-x:auto;border:1px solid var(--line);border-radius:20px;background:#ffffffc7}.data-table{width:100%;min-width:860px;border-collapse:collapse}.data-table th,.data-table td{padding:1rem;text-align:left;vertical-align:top}.data-table thead th{color:var(--muted);font-size:.92rem;font-weight:700;border-bottom:1px solid var(--line);background:#ffffffe6}.data-table tbody tr+tr td{border-top:1px solid var(--line)}.table-primary{display:grid;gap:.35rem}.table-actions{white-space:nowrap}.stack-list{display:grid;gap:1rem}.stack-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.2rem;border:1px solid var(--line);border-radius:20px;background:#ffffffc7;min-width:0}.stack-thumb{width:92px;height:92px;border-radius:18px;object-fit:cover;border:1px solid rgba(20,33,61,.08);background:#fff}.stack-thumb-fallback{display:grid;place-items:center;color:var(--muted);background:linear-gradient(135deg,#0f766e1f,#f59e0b24),#fff;font-size:.88rem;font-weight:600}.product-hero-image{width:100%;max-height:320px;object-fit:cover;border-radius:18px;border:1px solid rgba(20,33,61,.08);margin-bottom:1rem}.stack-main{display:grid;gap:.45rem;min-width:0}.stack-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.stack-title-row h3{margin:0}.stack-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.dns-instructions{display:grid;gap:.55rem;padding:1rem;border:1px solid rgba(15,105,111,.12);border-radius:16px;background:linear-gradient(135deg,#0f696f0d,#f59e0b0f),#ffffffc2}.dns-instructions h4{margin:0;font-size:.96rem}.dns-instructions p{margin:0}.dns-record-grid{display:grid;grid-template-columns:minmax(86px,max-content) minmax(0,1fr);gap:.45rem .8rem;align-items:center;font-size:.94rem}.dns-record-grid span{color:var(--muted);font-weight:700}.dns-record-grid code{overflow-wrap:anywhere;padding:.35rem .5rem;border-radius:10px;color:var(--ink);background:#0f696f14}.status-pill{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;font-size:.85rem;font-weight:700}.status-live{color:#0f5132;background:#10b98124}.status-paused{color:#92400e;background:#f59e0b29}.button-danger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.15rem;border-radius:999px;border:1px solid rgba(194,65,12,.14);color:#fff;background:linear-gradient(135deg,#c2410c,#9a3412);box-shadow:0 14px 32px #9a341233;font-weight:650}.danger-panel{border-color:#c2410c2e;background:linear-gradient(180deg,#c2410c0d,#ffffffd1),#ffffffd1}.pagination-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1rem}.checkbox-row{display:inline-flex;align-items:center;gap:.7rem;padding:.9rem 1rem;border-radius:16px;border:1px solid var(--line);background:#ffffffb8}.checkbox-row input{width:1rem;height:1rem}.image-upload-field{gap:.75rem}.turnstile-shell{padding:.9rem 1rem;border-radius:18px;border:1px solid var(--line);background:#ffffffc7}.image-upload-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.image-upload-link{color:var(--teal);font-size:.95rem;font-weight:600}.image-upload-preview{padding:.9rem;border:1px solid var(--line);border-radius:18px;background:#ffffffc7}.image-upload-thumb{display:block;width:min(280px,100%);max-height:280px;object-fit:cover;border-radius:16px}.image-upload-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.image-upload-status{margin:0;color:var(--muted)}.image-upload-error{color:#b42318}.profile-chip{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.25rem;align-items:center}.avatar-image,.avatar-fallback{width:88px;height:88px;border-radius:28px;border:1px solid rgba(20,33,61,.08)}.avatar-image{object-fit:cover;background:#fff}.avatar-fallback{display:grid;place-items:center;font-size:2rem;font-weight:700;color:var(--teal);background:radial-gradient(circle at top left,rgba(15,118,110,.18),transparent 55%),#fffc}.storefront-grid{align-items:stretch}.storefront-card{display:grid;gap:1rem}.mini-card-link{display:grid;gap:.75rem}.product-image,.product-image-fallback{display:block;width:100%;border-radius:18px}.product-image{aspect-ratio:4 / 3;object-fit:cover;background:#fff}.product-image-fallback{min-height:180px;display:grid;place-items:center;text-align:center;color:var(--muted);border:1px dashed rgba(20,33,61,.16);background:linear-gradient(135deg,#0f766e1a,#f59e0b1f),#ffffffc2;font-weight:600}.product-image-large{min-height:280px}.storefront-phone-page{min-height:100svh;display:flex;justify-content:center;padding:1rem;background:radial-gradient(circle at top left,rgba(15,118,110,.12),transparent 34rem),linear-gradient(180deg,#eef2f4,#e7ecef)}.storefront-phone{width:min(100%,430px);min-height:calc(100svh - 2rem);padding:2rem;border-radius:18px;border:1px solid rgba(20,33,61,.08);background:#fff8f4;box-shadow:0 22px 50px #14213d24}.storefront-profile{display:grid;justify-items:center;gap:.85rem;margin-bottom:1.5rem;text-align:center}.storefront-profile-compact{margin-bottom:1.25rem}.storefront-profile h1{margin:0;color:#111827;font-size:1.55rem;line-height:1.12;font-weight:800}.storefront-profile p{max-width:32ch;margin:0;color:#6b7280;line-height:1.55}.storefront-avatar{width:132px;height:132px;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:#fff;box-shadow:0 14px 28px #14213d14}.storefront-avatar-small{width:84px;height:84px}.storefront-avatar .avatar-image,.storefront-avatar .avatar-fallback{width:100%;height:100%;border-radius:inherit}.storefront-avatar .avatar-fallback{background:linear-gradient(135deg,var(--store-accent, var(--teal)),#caa21b);font-size:2rem}.storefront-back-link{justify-self:start;color:#6b7280;font-size:.85rem;font-weight:700}.storefront-link{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;margin:.8rem 0;padding:.75rem 1rem;border-radius:999px;color:#fff;font-weight:800;box-shadow:0 14px 24px #14213d1a}.storefront-link-shopee{background:#ff981f}.storefront-link-dark{background:#050505}.storefront-link-purple{background:#c27be4}.storefront-link-blue{background:#72bcea}.storefront-link-muted{background:#575451}.storefront-link-mark{min-width:1.75rem;height:1.75rem;display:grid;place-items:center;border-radius:999px;background:#ffffff2e;font-size:.82rem}.storefront-feature-grid,.storefront-compact-grid{display:grid;gap:1.25rem;margin:1.3rem 0}.storefront-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.storefront-product-tile{min-width:0;display:grid;gap:.45rem;align-content:start;color:#171717;font-weight:700}.storefront-product-tile span,.storefront-product-tile small{overflow-wrap:anywhere;line-height:1.15}.storefront-product-tile small{color:#6b7280;font-size:.78rem;font-weight:650}.storefront-product-image,.storefront-product-fallback,.storefront-detail-image,.storefront-detail-fallback{width:100%;display:block;border-radius:5px;background:#e5e5e5}.storefront-product-image,.storefront-detail-image{object-fit:cover}.storefront-product-tile-large .storefront-product-image,.storefront-product-tile-large .storefront-product-fallback,.storefront-product-tile-compact .storefront-product-image,.storefront-product-tile-compact .storefront-product-fallback{aspect-ratio:1 / 1}.storefront-product-fallback,.storefront-detail-fallback{display:grid;place-items:center;color:#11182794;text-align:center;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.7),transparent 34%),linear-gradient(135deg,#14213d1a,#0f766e24);font-size:.82rem;font-weight:750}.storefront-split-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;align-items:start;margin:1.5rem 0}.storefront-stack,.storefront-social-stack{display:grid;gap:.85rem}.storefront-social-stack .storefront-link{margin:0}.storefront-detail-card,.storefront-empty{display:grid;gap:1rem}.storefront-detail-image,.storefront-detail-fallback{aspect-ratio:1 / 1}.storefront-product-copy{display:grid;gap:.35rem}.storefront-product-copy strong{color:#111827;font-size:1.35rem}.storefront-product-copy span{color:#9ca3af;text-decoration:line-through}.storefront-product-copy p,.storefront-empty p,.storefront-phone-footer p{margin:0;color:#6b7280;line-height:1.55}.storefront-empty{margin:1.5rem 0;padding:1.25rem;border-radius:14px;background:#ffffffb8;text-align:center}.storefront-empty h2{margin:0;font-size:1.1rem}.storefront-phone-footer{display:grid;justify-items:center;gap:.6rem;margin-top:2rem;text-align:center}.storefront-phone-footer strong{color:#111827;font-size:1.35rem}.storefront-phone-footer p{max-width:34ch;font-size:.82rem}.footer{width:min(1180px,calc(100vw - 2rem));margin:0 auto;padding:0 0 2rem;color:var(--muted)}@media(max-width:960px){.hero,.section-grid,.card-grid,.dashboard-grid,.metrics-grid,.dashboard-shell,.meta-grid,.mini-grid,.stats{grid-template-columns:1fr}.site-nav{flex-wrap:wrap}.inline-form,.pagination-row{align-items:stretch}.nav-links{order:3;width:100%;overflow-x:auto;padding-bottom:.25rem}.stack-card,.stack-actions,.image-upload-controls,.image-upload-heading{flex-direction:column;align-items:stretch}.profile-chip{grid-template-columns:1fr}.dashboard-shell{gap:1rem}.sidebar{position:static;max-height:none;padding:1rem}.sidebar-nav{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.2rem}.sidebar a{white-space:nowrap}.dashboard-content{padding:1rem}.dashboard-panel,.metric-card,.form-section,.banner{min-width:0}}@media(max-width:640px){.page,.dashboard-page{width:min(100% - 1rem,1720px);padding:1rem 0 3rem}.dashboard-shell{gap:.85rem}.sidebar,.dashboard-content,.dashboard-panel{border-radius:20px}.sidebar{padding:.85rem}.sidebar h2{margin-bottom:.6rem;font-size:.86rem}.sidebar-nav{margin:0 -.15rem;padding:0 .15rem .2rem}.sidebar a{padding:.72rem .85rem;border-radius:14px}.dashboard-content,.dashboard-panel,.form-section,.metric-card,.stack-card{padding:1rem}.dashboard-panel h1,.dashboard-panel h2{overflow-wrap:anywhere}.stack-title-row,.cta-row,.inline-form{align-items:stretch}.inline-form input,.inline-form select,.inline-form .button,.inline-form .button-ghost,.cta-row .button,.cta-row .button-ghost{width:100%}.metrics-grid{grid-template-columns:1fr}}:root,.xoluxi-theme{--xl-color-primary-50: #eef5f1;--xl-color-primary-100: #d0e3d8;--xl-color-primary-200: #b0cfbf;--xl-color-primary-300: #84b39c;--xl-color-primary-400: #5e9a7e;--xl-color-primary-500: #3d8262;--xl-color-primary-600: #0f766e;--xl-color-primary-700: #0a5c55;--xl-color-primary-800: #063f3b;--xl-color-primary-900: #022522;--xl-color-surface: #ffffff;--xl-color-surface-alt: #f3f6f4;--xl-color-surface-hover: #f9fbfa;--xl-color-surface-inverse: #10241f;--xl-color-text: #17201b;--xl-color-text-secondary: #64746d;--xl-color-text-muted: #8d9a94;--xl-color-text-inverse: #ffffff;--xl-color-border: #dfe8e3;--xl-color-border-strong: #c8d6cf;--xl-color-border-soft: #eef5f1;--xl-color-success: #2b823b;--xl-color-success-bg: #e0f4e8;--xl-color-warning: #7a5f0a;--xl-color-warning-bg: #fff3d6;--xl-color-error: #b42318;--xl-color-error-bg: #fde8e7;--xl-color-info: #0a5c55;--xl-color-info-bg: #e0f4f2;--xl-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--xl-font-family-mono: "JetBrains Mono", ui-monospace, "Cascadia Code", "SF Mono", Consolas, "Liberation Mono", monospace;--xl-font-size-xs: .78rem;--xl-font-size-sm: .82rem;--xl-font-size-base: .95rem;--xl-font-size-lg: 1.1rem;--xl-font-size-xl: 1.5rem;--xl-font-size-2xl: 2rem;--xl-font-size-3xl: clamp(2rem, 4vw, 3rem);--xl-font-weight-normal: 400;--xl-font-weight-medium: 500;--xl-font-weight-bold: 700;--xl-font-weight-extrabold: 800;--xl-line-height-tight: 1;--xl-line-height-normal: 1.5;--xl-line-height-relaxed: 1.75;--xl-letter-spacing-tight: -.02em;--xl-letter-spacing-normal: 0;--xl-letter-spacing-wide: .08em;--xl-spacing-2xs: 2px;--xl-spacing-xs: 4px;--xl-spacing-sm: 8px;--xl-spacing-md: 12px;--xl-spacing-lg: 16px;--xl-spacing-xl: 24px;--xl-spacing-2xl: 32px;--xl-spacing-3xl: 48px;--xl-radius-sm: 4px;--xl-radius-md: 8px;--xl-radius-lg: 12px;--xl-radius-full: 999px;--xl-shadow-sm: 0 1px 2px rgb(23 32 27 / 6%);--xl-shadow-md: 0 4px 12px rgb(23 32 27 / 8%);--xl-shadow-lg: 0 18px 48px rgb(23 32 27 / 10%)}.xl-btn.svelte-mze8bx{display:inline-flex;align-items:center;justify-content:center;gap:var(--xl-spacing-sm);border:1px solid transparent;border-radius:var(--xl-radius-md);cursor:pointer;font-family:var(--xl-font-family);font-weight:var(--xl-font-weight-extrabold);text-decoration:none;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.xl-btn.svelte-mze8bx:disabled{cursor:not-allowed;opacity:.5}.xl-btn.svelte-mze8bx:focus-visible{outline:2px solid var(--xl-color-primary-600);outline-offset:2px}.xl-btn--sm.svelte-mze8bx{padding:6px 10px;font-size:var(--xl-font-size-xs);min-height:32px}.xl-btn--md.svelte-mze8bx{padding:8px 14px;font-size:var(--xl-font-size-sm);min-height:38px}.xl-btn--lg.svelte-mze8bx{padding:12px 20px;font-size:var(--xl-font-size-base);min-height:48px}.xl-btn--primary.svelte-mze8bx{background:var(--xl-color-surface-inverse);color:var(--xl-color-text-inverse);border-color:var(--xl-color-surface-inverse)}.xl-btn--primary.svelte-mze8bx:hover:not(:disabled){background:#2a3f34;border-color:#2a3f34}.xl-btn--secondary.svelte-mze8bx{background:var(--xl-color-surface);color:var(--xl-color-text);border-color:var(--xl-color-border-strong)}.xl-btn--secondary.svelte-mze8bx:hover:not(:disabled){background:var(--xl-color-surface-hover)}.xl-btn--ghost.svelte-mze8bx{background:transparent;color:var(--xl-color-text);border-color:transparent}.xl-btn--ghost.svelte-mze8bx:hover:not(:disabled){background:var(--xl-color-surface-alt)}.xl-btn--danger.svelte-mze8bx{background:var(--xl-color-error);color:var(--xl-color-text-inverse);border-color:var(--xl-color-error)}.xl-btn--danger.svelte-mze8bx:hover:not(:disabled){background:#8f1f16;border-color:#8f1f16}.staging-proof.svelte-12qhfyh{display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-items:center;border-bottom:1px solid rgba(138,75,0,.18);background:#fff8e8;padding:.8rem 1.5rem;color:#68470f;font-size:.92rem}.staging-proof.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:#3d2b0d}
