@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");:root{color-scheme:light;--font-display:"Inter",system-ui,-apple-system,sans-serif;--font-body:"IBM Plex Mono",ui-monospace,"Cascadia Code",monospace;--line-height-body:1.65;--line-height-tight:1.15;font-family:var(--font-body);line-height:var(--line-height-body);--layout-max:1240px;--layout-gutter:clamp(1.25rem,4vw,2.5rem);--section-gap:clamp(3rem,8vw,5rem);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:1.75rem;--space-8:2rem;--space-9:2.5rem;--space-10:3rem;--space-12:4rem;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--radius-pill:999px;--bg-page:#ffffff;--bg-section-dark:#0a0a0a;--bg-section-light:#ffffff;--bg-section-muted:#111111;--bg-surface:#ffffff;--bg-surface-muted:#f5f5f5;--bg-surface-elevated:#ffffff;--header-bg:#0a0a0a;--canvas-stage-bg:#ffffff;--text-primary:#171717;--text-secondary:#525252;--text-muted:#737373;--text-on-dark:#fafafa;--text-on-dark-muted:#a3a3a3;--heading:#0a0a0a;--border:#e5e5e5;--border-strong:#d4d4d4;--border-subtle:#f0f0f0;--border-on-dark:rgba(255,255,255,0.12);--accent:#c6ef3e;--accent-hover:#b5e02e;--accent-soft:rgba(198,239,62,0.14);--accent-soft-border:rgba(198,239,62,0.35);--accent-glow:0 0 28px rgba(198,239,62,0.45);--btn-primary-bg:#c6ef3e;--btn-primary-hover:#b5e02e;--btn-primary-text:#0a0a0a;--btn-secondary-bg:transparent;--btn-secondary-text:#171717;--btn-secondary-border:#d4d4d4;--input-bg:#ffffff;--input-text:#171717;--link:#0a0a0a;--accent-orange:#f97316;--accent-blue:#3b82f6;--accent-teal:#14b8a6;--success:#047857;--error:#b91c1c;--shadow-sm:0 2px 8px rgba(10,10,10,0.06);--shadow-md:0 8px 32px rgba(10,10,10,0.08);--shadow-glow:var(--accent-glow);--card-hover-border:rgba(198,239,62,0.55);--focus-ring:0 0 0 2px var(--bg-page),0 0 0 4px var(--accent);--surface-muted:var(--bg-surface-muted);--surface-elevated:var(--bg-surface-elevated);color:var(--text-primary);background:var(--bg-page)}[data-theme=dark]{color-scheme:dark;--bg-page:#0a0a0a;--bg-section-dark:#050505;--bg-section-light:#141414;--bg-section-muted:#0f0f0f;--bg-surface:#141414;--bg-surface-muted:#1a1a1a;--bg-surface-elevated:#1f1f1f;--header-bg:#050505;--canvas-stage-bg:#ffffff;--text-primary:#f5f5f5;--text-secondary:#a3a3a3;--text-muted:#737373;--text-on-dark:#fafafa;--text-on-dark-muted:#a3a3a3;--heading:#fafafa;--border:rgba(255,255,255,0.1);--border-strong:rgba(255,255,255,0.18);--border-subtle:rgba(255,255,255,0.06);--border-on-dark:rgba(255,255,255,0.12);--accent:#c6ef3e;--accent-hover:#d4f55a;--accent-soft:rgba(198,239,62,0.12);--accent-soft-border:rgba(198,239,62,0.28);--accent-glow:0 0 32px rgba(198,239,62,0.35);--btn-primary-bg:#c6ef3e;--btn-primary-hover:#d4f55a;--btn-primary-text:#0a0a0a;--btn-secondary-bg:transparent;--btn-secondary-text:#f5f5f5;--btn-secondary-border:rgba(255,255,255,0.2);--input-bg:#1a1a1a;--input-text:#f5f5f5;--link:#c6ef3e;--success:#34d399;--error:#f87171;--shadow-sm:0 2px 12px rgba(0,0,0,0.4);--shadow-md:0 12px 40px rgba(0,0,0,0.5);--shadow-glow:var(--accent-glow);--card-hover-border:rgba(198,239,62,0.45);--focus-ring:0 0 0 2px var(--bg-page),0 0 0 4px var(--accent);--surface-muted:var(--bg-surface-muted);--surface-elevated:var(--bg-surface-elevated)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);color:var(--text-primary);background:var(--bg-page);transition:background-color .2s ease,color .2s ease}button,input,select,textarea{font:inherit}a{color:var(--link)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-display{margin:0;font-size:clamp(2.25rem,6vw,3.75rem);letter-spacing:-.03em}.text-display,.text-section-title{font-family:var(--font-display);font-weight:700;line-height:var(--line-height-tight);color:var(--heading)}.text-section-title{margin:0 0 var(--space-6);font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:-.02em}.page{margin:0 auto;padding:var(--section-gap) var(--layout-gutter);max-width:var(--layout-max)}.page--marketing{padding:0;max-width:none}.page--workspace{max-width:var(--layout-max)}.page--narrow{max-width:32rem}.page--auth{max-width:none;padding:0;min-height:calc(100vh - 4.5rem);display:flex;align-items:center;justify-content:center;background:var(--bg-section-dark)}.hero{margin-bottom:var(--space-8)}.hero h1{margin:0 0 var(--space-4);font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:var(--line-height-tight);letter-spacing:-.02em;color:var(--heading)}.hero p{margin:0;color:var(--text-secondary);font-size:1.05rem;line-height:var(--line-height-body);max-width:42rem}.hero--auth{text-align:center;margin-bottom:var(--space-8)}.hero--auth h1,.hero--auth p{color:var(--text-on-dark)}.hero--auth p{color:var(--text-on-dark-muted);margin-inline:auto}.section{margin-bottom:var(--section-gap)}.section:last-child{margin-bottom:0}.section__header{margin-bottom:var(--space-8)}.section__lead{margin:var(--space-3) 0 0;font-size:1.05rem;color:var(--text-secondary);line-height:var(--line-height-body);max-width:36rem}.panel{background:var(--bg-surface);border:none;border-radius:var(--radius-xl);padding:var(--space-8);margin-bottom:var(--space-8);box-shadow:var(--shadow-md)}.panel h2{margin:0 0 var(--space-4);font-family:var(--font-display);font-size:clamp(1.25rem,3vw,1.5rem);color:var(--heading);font-weight:700;letter-spacing:-.01em}.panel--flat{box-shadow:none;border:1px solid var(--border)}.panel-header-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5)}.panel-header-row h2{margin:0}.panel-header-action{text-decoration:none;display:inline-block}.note{margin:0;font-size:1rem;color:var(--text-muted);line-height:var(--line-height-body)}.marketing-page{display:flex;flex-direction:column}.marketing-section{padding:var(--section-gap) var(--layout-gutter)}.marketing-section__inner{max-width:var(--layout-max);margin:0 auto}.marketing-section--dark{background:var(--bg-section-dark)}.marketing-section--dark,.marketing-section--dark .text-display,.marketing-section--dark .text-section-title,.marketing-section--dark h2,.marketing-section--dark h3{color:var(--text-on-dark)}.marketing-section--dark .note,.marketing-section--dark p{color:var(--text-on-dark-muted)}.marketing-section--light{background:var(--bg-section-light)}.marketing-section--muted{background:var(--bg-section-muted);color:var(--text-on-dark);padding-block:var(--space-8)}.marketing-section--muted .marketing-trust__label{color:var(--text-on-dark-muted)}a.primary,button.primary{border:0;border-radius:var(--radius-pill);padding:.75rem 1.35rem;background:var(--btn-primary-bg);color:var(--btn-primary-text);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-weight:600;font-size:.95rem;box-shadow:var(--accent-glow);transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}a.primary:hover,button.primary:hover:not(:disabled){background:var(--btn-primary-hover);transform:translateY(-1px)}a.primary--lg,button.primary--lg{padding:.9rem 1.65rem;font-size:1rem}.link-button:focus-visible,a.primary:focus-visible,a.secondary:focus-visible,button.primary:focus-visible,button.secondary:focus-visible{outline:none;box-shadow:var(--focus-ring),var(--accent-glow)}button.primary:disabled{opacity:.55;cursor:not-allowed;transform:none}a.secondary,button.secondary{border:1px solid var(--btn-secondary-border);border-radius:var(--radius-pill);padding:.7rem 1.25rem;background:var(--btn-secondary-bg);color:var(--btn-secondary-text);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:var(--space-2);font-weight:500;transition:border-color .15s ease,color .15s ease,background-color .15s ease}a.secondary:hover,button.secondary:hover:not(:disabled){border-color:var(--accent);color:var(--heading);background:var(--accent-soft)}.link-button{border:none;background:none;padding:0;color:var(--link);cursor:pointer;font-size:inherit;text-decoration:underline}.link-button:disabled{opacity:.5;cursor:not-allowed}.tag-pill{display:inline-block;padding:.25rem .65rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:600;text-transform:capitalize}.tag-pill--orange{background:rgba(249,115,22,.15);color:var(--accent-orange)}.tag-pill--blue{background:rgba(59,130,246,.15);color:var(--accent-blue)}.tag-pill--teal{background:rgba(20,184,166,.15);color:var(--accent-teal)}.auth-form label,.checkout-field,.form-field{display:grid;grid-gap:var(--space-3);gap:var(--space-3);font-size:.95rem;font-weight:500;color:var(--text-primary)}.auth-shell{width:100%;max-width:28rem;padding:var(--section-gap) var(--layout-gutter)}.auth-page-panel{margin-bottom:0;background:transparent;box-shadow:none;padding:0}.auth-page-panel h2{color:var(--text-on-dark);text-align:center;font-size:clamp(1.5rem,4vw,2rem)}.auth-page-panel .note{text-align:center;color:var(--text-on-dark-muted);margin-bottom:var(--space-8)}.auth-form{display:grid;grid-gap:var(--space-5);gap:var(--space-5);max-width:none;width:100%}.auth-form label{color:var(--text-on-dark)}.auth-form button{min-height:48px;width:100%}.auth-form__footer{text-align:center;color:var(--text-on-dark-muted);font-size:.95rem;margin-top:var(--space-6)}.auth-form__footer a{color:var(--accent);font-weight:600}.auth-form input,.checkout-field input,.checkout-field select,.checkout-field textarea,.design-save-row input,.form-field input,.form-field select,.form-field textarea{border:none;border-radius:var(--radius-md);padding:.75rem 1rem;background:var(--input-bg);color:var(--input-text);width:100%;min-height:48px;box-shadow:var(--shadow-sm)}.page--auth .auth-form input,.page--auth .phone-input-prefix{background:#ffffff;color:#171717}.auth-form input:focus-visible,.checkout-field input:focus-visible,.checkout-field select:focus-visible,.form-field input:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent)}.dashboard-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-6);gap:var(--space-6);margin-bottom:var(--space-8)}.dashboard-card{display:block;background:var(--bg-surface);border:none;border-radius:var(--radius-xl);padding:var(--space-8);text-decoration:none;color:inherit;transition:box-shadow .2s ease,transform .2s ease;box-shadow:var(--shadow-sm)}.dashboard-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.dashboard-card h3{margin:0 0 var(--space-3);font-family:var(--font-display);font-size:1.25rem;color:var(--heading);font-weight:700}.dashboard-card p{margin:0;font-size:1rem;color:var(--text-muted);line-height:var(--line-height-body)}.dashboard-card--muted{opacity:.75}.stats-strip{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-bottom:var(--space-8)}.stat-badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);border-radius:var(--radius-pill);background:var(--accent-soft);border:1px solid var(--accent-soft-border);font-size:.95rem;color:var(--text-primary)}.stat-badge strong{color:var(--heading);font-weight:700}.marketing-hero__grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-10);gap:var(--space-10);align-items:center}.marketing-hero__lead{margin:var(--space-5) 0 var(--space-8);font-size:clamp(1rem,2.5vw,1.2rem);line-height:var(--line-height-body);max-width:32rem}.marketing-hero__logo-ring,.marketing-hero__visual{display:flex;justify-content:center}.marketing-hero__logo-ring{align-items:center;width:min(280px,70vw);height:min(280px,70vw);border-radius:50%;background:linear-gradient(145deg,#1a1a2e,#16213e 50%,#0f3460);box-shadow:var(--shadow-md);padding:var(--space-8)}.marketing-hero__logo-ring img{width:auto;height:clamp(3rem,10vw,5rem);object-fit:contain}.marketing-trust{text-align:center}.marketing-trust__label{margin:0 0 var(--space-5);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.marketing-trust__items{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-6) var(--space-10);opacity:.55;font-size:.95rem;font-weight:600;color:var(--text-on-dark-muted)}.step-row{display:grid;grid-template-columns:1fr;grid-gap:var(--space-8);gap:var(--space-8);align-items:center;margin-bottom:var(--space-10)}.step-row:last-child{margin-bottom:0}.step-row--reverse .step-row__content{order:2}.step-row--reverse .step-row__visual{order:1}.step-row__visual{border-radius:var(--radius-xl);background:var(--bg-surface-muted);min-height:200px;display:flex;align-items:center;justify-content:center;padding:var(--space-10);box-shadow:var(--shadow-sm)}.step-row__icon{font-size:3rem;line-height:1}.step-row h3{margin:var(--space-3) 0;font-family:var(--font-display);font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:var(--heading)}.step-row p{margin:0 0 var(--space-5);font-size:1.05rem;color:var(--text-secondary);line-height:var(--line-height-body);max-width:28rem}.feature-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-8);gap:var(--space-8)}.feature-card{padding:var(--space-2) 0}.feature-card h3{margin:var(--space-4) 0 var(--space-3);font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text-on-dark)}.feature-card p{margin:0 0 var(--space-5);color:var(--text-on-dark-muted);line-height:var(--line-height-body)}.feature-card .primary{box-shadow:var(--accent-glow)}.empty-state{text-align:center;padding:var(--space-12) var(--space-6)}.empty-state h3{margin:0 0 var(--space-4);font-family:var(--font-display);font-size:1.5rem;color:var(--heading)}.empty-state p{margin:0 0 var(--space-8);color:var(--text-muted);font-size:1.05rem}.skeleton-line{height:1rem;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--bg-surface-muted) 25%,var(--border-subtle) 50%,var(--bg-surface-muted) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.badge{display:inline-block;margin-left:var(--space-2);padding:.15rem .5rem;border-radius:var(--radius-pill);font-size:.75rem;background:var(--surface-muted);color:var(--text-secondary)}.theme-switcher{display:inline-flex;align-items:center;gap:var(--space-2);border:1px solid var(--border-on-dark);border-radius:var(--radius-pill);padding:.45rem .85rem;background:transparent;color:var(--text-on-dark-muted);cursor:pointer;font-size:.85rem;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.theme-switcher:hover{border-color:var(--accent);color:var(--text-on-dark);background:var(--accent-soft)}.theme-switcher:focus-visible{outline:none;box-shadow:var(--focus-ring)}.theme-switcher:disabled{opacity:.55;cursor:not-allowed}.theme-switcher__icon{font-size:.95rem;line-height:1}.checkout-section-title{margin:0 0 var(--space-6);font-family:var(--font-display);font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:var(--heading)}@media (min-width:641px){.dashboard-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.step-row{grid-template-columns:1fr 1fr}.step-row--reverse .step-row__content{order:1}.step-row--reverse .step-row__visual{order:2}}@media (min-width:961px){.marketing-hero__grid{grid-template-columns:1.1fr .9fr;gap:var(--space-12)}.dashboard-grid,.feature-grid{grid-template-columns:repeat(3,1fr)}.page--workspace{max-width:var(--layout-max)}.auth-form button{min-height:52px}}@media (min-width:801px){.page--admin{max-width:var(--layout-max);padding:var(--section-gap) var(--layout-gutter)}}