:root{--lm-primary-50:#eff6ff;--lm-primary-100:#dbeafe;--lm-primary-200:#bfdbfe;--lm-primary-300:#93c5fd;--lm-primary-400:#60a5fa;--lm-primary-500:#3b82f6;--lm-primary-600:#2563eb;--lm-primary-700:#1d4ed8;--lm-primary-800:#1e40af;--lm-primary-900:#1e3a8a;--lm-secondary-50:#f9fafb;--lm-secondary-100:#f3f4f6;--lm-secondary-200:#e5e7eb;--lm-secondary-300:#d1d5db;--lm-secondary-400:#9ca3af;--lm-secondary-500:#6b7280;--lm-secondary-600:#4b5563;--lm-secondary-700:#374151;--lm-secondary-800:#1f2937;--lm-secondary-900:#111827;--lm-red-50:#fef2f2;--lm-red-100:#fee2e2;--lm-red-200:#fecaca;--lm-red-300:#fca5a5;--lm-red-400:#f87171;--lm-red-500:#ef4444;--lm-red-600:#dc2626;--lm-red-700:#b91c1c;--lm-red-800:#991b1b;--lm-red-900:#7f1d1d;--lm-green-50:#f0fdf4;--lm-green-100:#dcfce7;--lm-green-200:#bbf7d0;--lm-green-300:#86efac;--lm-green-400:#4ade80;--lm-green-500:#22c55e;--lm-green-600:#16a34a;--lm-green-700:#15803d;--lm-green-800:#166534;--lm-green-900:#14532d;--lm-yellow-50:#fefce8;--lm-yellow-100:#fef3c7;--lm-yellow-200:#fde68a;--lm-yellow-300:#fcd34d;--lm-yellow-400:#fbbf24;--lm-yellow-500:#f59e0b;--lm-yellow-600:#d97706;--lm-yellow-700:#b45309;--lm-yellow-800:#92400e;--lm-yellow-900:#78350f;--lm-success:#22c55e;--lm-warning:#f59e0b;--lm-error:#ef4444;--lm-info:#3b82f6;--lm-font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--lm-font-mono:ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;--lm-shadow-sm:0 1px 2px 0 #0000000d;--lm-shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--lm-shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--lm-shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--lm-surface:#fff;--lm-surface-subtle:var(--lm-secondary-50);--lm-surface-hover:var(--lm-secondary-100);--lm-surface-active:var(--lm-secondary-200);--lm-text-primary:var(--lm-secondary-900);--lm-text-secondary:var(--lm-secondary-700);--lm-text-muted:var(--lm-secondary-600);--lm-text-faint:var(--lm-secondary-500);--lm-text-placeholder:var(--lm-secondary-400);--lm-border:var(--lm-secondary-200);--lm-border-strong:var(--lm-secondary-300)}:root[data-theme=dark]{--lm-surface:var(--lm-secondary-800);--lm-surface-subtle:var(--lm-secondary-900);--lm-surface-hover:var(--lm-secondary-700);--lm-surface-active:var(--lm-secondary-600);--lm-text-primary:var(--lm-secondary-50);--lm-text-secondary:var(--lm-secondary-200);--lm-text-muted:var(--lm-secondary-400);--lm-text-faint:var(--lm-secondary-500);--lm-text-placeholder:var(--lm-secondary-500);--lm-border:var(--lm-secondary-700);--lm-border-strong:var(--lm-secondary-600)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]){--lm-surface:var(--lm-secondary-800);--lm-surface-subtle:var(--lm-secondary-900);--lm-surface-hover:var(--lm-secondary-700);--lm-surface-active:var(--lm-secondary-600);--lm-text-primary:var(--lm-secondary-50);--lm-text-secondary:var(--lm-secondary-200);--lm-text-muted:var(--lm-secondary-400);--lm-text-faint:var(--lm-secondary-500);--lm-text-placeholder:var(--lm-secondary-500);--lm-border:var(--lm-secondary-700);--lm-border-strong:var(--lm-secondary-600)}}@keyframes lm-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lm-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.lm-spinner{fill:currentColor;width:1rem;height:1rem;margin-left:-.25rem;margin-right:.75rem;animation:1s linear infinite lm-spin}.lm-spinner__circle{opacity:.25}.lm-spinner__path{opacity:.75}.lm-btn-spinner{width:1rem;height:1rem;margin-left:-.25rem;margin-right:.5rem;animation:1s linear infinite lm-spin}.lm-icon-sm{width:1rem;height:1rem}.lm-mr-2{margin-right:.5rem}.lm-btn{font-family:var(--lm-font-sans);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:.375rem;outline:none;justify-content:center;align-items:center;font-weight:500;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.lm-btn:focus{outline-offset:2px;box-shadow:0 0 0 2px var(--lm-primary-500);outline:2px solid #0000}.lm-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.lm-btn--primary{background-color:var(--lm-primary-600);color:#fff}.lm-btn--primary:hover{background-color:var(--lm-primary-700)}.lm-btn--primary:active{background-color:var(--lm-primary-800)}.lm-btn--secondary{background-color:var(--lm-secondary-600);color:#fff}.lm-btn--secondary:hover{background-color:var(--lm-secondary-700)}.lm-btn--secondary:active{background-color:var(--lm-secondary-800)}.lm-btn--secondary:focus{box-shadow:0 0 0 2px var(--lm-secondary-500)}.lm-btn--outline{background-color:var(--lm-surface);color:var(--lm-text-secondary);border:1px solid var(--lm-border-strong)}.lm-btn--outline:hover{background-color:var(--lm-surface-subtle)}.lm-btn--outline:active{background-color:var(--lm-surface-hover)}.lm-btn--ghost{color:var(--lm-text-secondary);background-color:#0000}.lm-btn--ghost:hover{background-color:var(--lm-surface-hover)}.lm-btn--ghost:active{background-color:var(--lm-surface-active)}.lm-btn--ghost:focus{box-shadow:0 0 0 2px var(--lm-secondary-500)}.lm-btn--danger{background-color:var(--lm-red-600);color:#fff}.lm-btn--danger:hover{background-color:var(--lm-red-700)}.lm-btn--danger:active{background-color:var(--lm-red-800)}.lm-btn--danger:focus{box-shadow:0 0 0 2px var(--lm-red-500)}.lm-btn--sm{min-height:2rem;padding:.25rem .75rem;font-size:.875rem;line-height:1.25}.lm-btn--md{min-height:2.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.5}.lm-btn--lg{min-height:3rem;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5}.lm-btn--full{width:100%}.lm-btn--loading{cursor:wait;pointer-events:none}.lm-field{flex-direction:column;gap:.25rem;display:flex}.lm-field__label{color:var(--lm-text-secondary);font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);line-height:1.5;display:block}.lm-field__required{color:var(--lm-red-500);margin-left:.25rem}.lm-field__wrapper{position:relative}.lm-field__icon{pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.lm-input{border:1px solid var(--lm-border-strong);width:100%;box-shadow:var(--lm-shadow-sm);font-size:.875rem;line-height:1.5;font-family:var(--lm-font-sans);background-color:var(--lm-surface);color:var(--lm-text-primary);box-sizing:border-box;border-radius:.375rem;outline:none;padding:.5rem .75rem;transition:all .2s ease-in-out;display:block}.lm-input::placeholder{color:var(--lm-text-placeholder)}.lm-input:focus{outline-offset:2px;border-color:var(--lm-primary-500);box-shadow:0 0 0 2px var(--lm-primary-500);outline:2px solid #0000}.lm-input--error{border-color:var(--lm-red-300);color:var(--lm-red-900)}.lm-input--error::placeholder{color:var(--lm-red-300)}.lm-input--error:focus{border-color:var(--lm-red-500);box-shadow:0 0 0 2px var(--lm-red-500)}.lm-input:disabled{background-color:var(--lm-surface-subtle);border-color:var(--lm-border-strong);color:var(--lm-text-faint);cursor:not-allowed}.lm-input:disabled::placeholder{color:var(--lm-text-placeholder)}.lm-input:disabled:focus{border-color:var(--lm-border-strong);box-shadow:none}.lm-input--icon{padding-right:2.5rem}.lm-field__hint{font-size:.875rem;font-family:var(--lm-font-sans);color:var(--lm-text-faint);margin-top:.25rem;line-height:1.5}.lm-field__error{font-size:.875rem;font-family:var(--lm-font-sans);color:var(--lm-red-600);margin-top:.25rem;line-height:1.5}.lm-alert{font-family:var(--lm-font-sans);border:1px solid;border-radius:.375rem;padding:1rem;display:flex}.lm-alert--success{background-color:var(--lm-green-50);border-color:var(--lm-green-200)}.lm-alert--error{background-color:var(--lm-red-50);border-color:var(--lm-red-200)}.lm-alert--warning{background-color:var(--lm-yellow-50);border-color:var(--lm-yellow-200)}.lm-alert--info{background-color:var(--lm-primary-50);border-color:var(--lm-primary-200)}.lm-alert__icon-container{flex-shrink:0}.lm-alert__icon{width:1.25rem;height:1.25rem;display:inline-flex}.lm-alert__icon svg{width:1.25rem;height:1.25rem}.lm-alert__icon--success{color:var(--lm-green-500)}.lm-alert__icon--error{color:var(--lm-red-500)}.lm-alert__icon--warning{color:var(--lm-yellow-500)}.lm-alert__icon--info{color:var(--lm-primary-500)}.lm-alert__content{flex:1;margin-left:.75rem}.lm-alert__text{font-size:.875rem;line-height:1.5}.lm-alert__text--success{color:var(--lm-green-800)}.lm-alert__text--error{color:var(--lm-red-800)}.lm-alert__text--warning{color:var(--lm-yellow-800)}.lm-alert__text--info{color:var(--lm-primary-800)}.lm-alert__dismiss{margin-left:auto;padding-left:.75rem}.lm-alert__dismiss-wrapper{margin:-.25rem}.lm-alert__dismiss-btn{cursor:pointer;background-color:#0000;border:none;border-radius:.375rem;outline:none;justify-content:center;align-items:center;padding:.25rem;transition:all .2s ease-in-out;display:inline-flex}.lm-alert__dismiss-btn:focus{outline-offset:2px;outline:2px solid #0000;box-shadow:0 0 0 2px}.lm-alert__dismiss-btn--success{color:var(--lm-green-500)}.lm-alert__dismiss-btn--success:hover{background-color:var(--lm-green-100)}.lm-alert__dismiss-btn--success:focus{box-shadow:0 0 0 2px var(--lm-green-600)}.lm-alert__dismiss-btn--error{color:var(--lm-red-500)}.lm-alert__dismiss-btn--error:hover{background-color:var(--lm-red-100)}.lm-alert__dismiss-btn--error:focus{box-shadow:0 0 0 2px var(--lm-red-600)}.lm-alert__dismiss-btn--warning{color:var(--lm-yellow-500)}.lm-alert__dismiss-btn--warning:hover{background-color:var(--lm-yellow-100)}.lm-alert__dismiss-btn--warning:focus{box-shadow:0 0 0 2px var(--lm-yellow-600)}.lm-alert__dismiss-btn--info{color:var(--lm-primary-500)}.lm-alert__dismiss-btn--info:hover{background-color:var(--lm-primary-100)}.lm-alert__dismiss-btn--info:focus{box-shadow:0 0 0 2px var(--lm-primary-600)}.lm-alert__dismiss-icon{fill:none;stroke:currentColor;width:1.25rem;height:1.25rem}.lm-form{flex-direction:column;gap:1.5rem;display:flex}.lm-checkbox{align-items:center;display:flex}.lm-checkbox__input{width:1rem;height:1rem;color:var(--lm-primary-600);border-color:var(--lm-border-strong);border-style:solid;border-width:1px;border-radius:.125rem}.lm-checkbox__input:focus{box-shadow:0 0 0 2px var(--lm-primary-500);outline:none}.lm-checkbox__input:checked{background-color:var(--lm-primary-600);border-color:var(--lm-primary-600)}.lm-checkbox__label{color:var(--lm-text-primary);margin-left:.5rem;font-size:.875rem;display:block}.lm-form__link{color:var(--lm-primary-600);font-weight:500;text-decoration:none}.lm-form__link:hover{color:var(--lm-primary-500)}.lm-form__link:focus{outline:none;text-decoration:underline}.lm-form__error{background-color:var(--lm-red-50);border-color:var(--lm-red-200);color:var(--lm-red-600);border-style:solid;border-width:1px;border-radius:.375rem;padding:.75rem 1rem;font-size:.875rem}.lm-oauth-btn{width:100%;box-shadow:none;cursor:pointer;border-style:solid;border-width:1px;border-color:var(--lm-border-strong);color:var(--lm-text-primary);background-color:var(--lm-surface);border-radius:.5rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;line-height:1.25;transition-property:color,background-color,border-color,box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}.lm-oauth-btn+.lm-oauth-btn{margin-top:.75rem}.lm-oauth-btn:hover{background-color:var(--lm-surface-subtle)}.lm-oauth-btn:focus-visible{box-shadow:0 0 0 2px var(--lm-surface), 0 0 0 4px var(--lm-primary-500);outline:none}.lm-oauth-btn:disabled{opacity:.5;cursor:not-allowed}.lm-oauth-btn--highlighted{color:#5b21b6;background-color:#faf5ff;border-color:#c4b5fd}.lm-oauth-btn--highlighted:hover{background-color:#f3e8ff}.lm-oauth-btn__icon{flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex}.lm-oauth-btn__icon>svg{width:1rem;height:1rem;display:block}.lm-oauth-btn__spinner{flex-shrink:0;width:1rem;height:1rem;animation:1s linear infinite lm-spin}.lm-provider-icon{width:1rem;height:1rem;color:inherit;display:block}.lm-feature-guard{width:100%;position:relative}.lm-feature-guard__content{width:100%;display:block}.lm-feature-guard__content--disabled{opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none;filter:grayscale(50%);transition:opacity .2s ease-in-out,filter .2s ease-in-out}.lm-upgrade{background:linear-gradient(to right, var(--lm-primary-50), var(--lm-primary-50));border:1px solid var(--lm-primary-200);text-align:center;border-radius:.5rem;padding:1.5rem}.lm-upgrade[data-feature=premium_templates]{background:linear-gradient(to right, var(--lm-green-50), var(--lm-green-50));border-color:var(--lm-green-200)}.lm-upgrade[data-feature=team_features]{background:linear-gradient(to right, var(--lm-yellow-50), var(--lm-yellow-50));border-color:var(--lm-yellow-200)}.lm-upgrade[data-feature=api_access]{background:linear-gradient(to right, var(--lm-red-50), var(--lm-red-50));border-color:var(--lm-red-200)}.lm-upgrade__icon{background-color:var(--lm-primary-100);border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto 1rem;display:flex}.lm-upgrade__icon[data-feature=premium_templates]{background-color:var(--lm-green-100)}.lm-upgrade__icon[data-feature=team_features]{background-color:var(--lm-yellow-100)}.lm-upgrade__icon[data-feature=api_access]{background-color:var(--lm-red-100)}.lm-upgrade__icon-svg{fill:none;stroke:currentColor;width:1.5rem;height:1.5rem;color:var(--lm-primary-600)}.lm-upgrade__icon-svg[data-feature=premium_templates]{color:var(--lm-green-600)}.lm-upgrade__icon-svg[data-feature=team_features]{color:var(--lm-yellow-600)}.lm-upgrade__icon-svg[data-feature=api_access]{color:var(--lm-red-600)}.lm-upgrade__title{color:var(--lm-text-primary);font-size:1.125rem;font-weight:500;font-family:var(--lm-font-sans);margin-bottom:.5rem}.lm-upgrade__desc{color:var(--lm-text-muted);font-size:.875rem;font-family:var(--lm-font-sans);margin-bottom:1rem}.lm-upgrade__benefits{margin-bottom:1.5rem}.lm-upgrade__benefits-list{color:var(--lm-text-secondary);flex-direction:column;gap:.25rem;margin:0;padding:0;font-size:.875rem;list-style:none;display:flex}.lm-upgrade__benefit{justify-content:center;align-items:center;display:flex}.lm-upgrade__benefit-icon{width:1rem;height:1rem;color:var(--lm-green-500);fill:none;stroke:currentColor;margin-right:.5rem}.lm-upgrade__plan{background-color:var(--lm-surface-subtle);border-radius:.375rem;margin-bottom:1rem;padding:.75rem}.lm-upgrade__plan-text{color:var(--lm-text-muted);font-size:.75rem;font-family:var(--lm-font-sans);margin:0}.lm-upgrade__plan-label{font-weight:500}.lm-upgrade__actions{flex-direction:column;gap:.75rem;display:flex}.lm-upgrade__btn{width:100%;box-shadow:var(--lm-shadow-sm);cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);border:1px solid #0000;border-radius:.375rem;outline:none;justify-content:center;align-items:center;padding:.5rem 1rem;transition:all .2s ease-in-out;display:flex}.lm-upgrade__btn:focus{outline-offset:2px;box-shadow:0 0 0 2px var(--lm-primary-500);outline:2px solid #0000}.lm-upgrade__btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.lm-upgrade__btn--primary{color:#fff;background-color:var(--lm-primary-600)}.lm-upgrade__btn--primary:hover{background-color:var(--lm-primary-700)}.lm-upgrade__btn--secondary{color:var(--lm-text-secondary);background-color:var(--lm-surface);border-color:var(--lm-border-strong)}.lm-upgrade__btn--secondary:hover{background-color:var(--lm-surface-subtle)}.lm-upgrade__learn{text-align:center}.lm-upgrade__learn-link{color:var(--lm-primary-600);font-size:.875rem;font-family:var(--lm-font-sans);text-decoration:none}.lm-upgrade__learn-link:hover{color:var(--lm-primary-500)}.lm-pay-status{align-items:center;gap:.5rem;display:flex}.lm-pay-badge{font-size:.75rem;font-weight:500;font-family:var(--lm-font-sans);border-radius:9999px;align-items:center;padding:.25rem .5rem;display:inline-flex}.lm-pay-badge--active{background-color:var(--lm-green-100);color:var(--lm-green-800)}.lm-pay-badge--trial{background-color:var(--lm-primary-100);color:var(--lm-primary-800)}.lm-pay-badge--cancelled{background-color:var(--lm-yellow-100);color:var(--lm-yellow-800)}.lm-pay-badge--expired{background-color:var(--lm-red-100);color:var(--lm-red-800)}.lm-pay-badge--past_due{background-color:var(--lm-yellow-100);color:var(--lm-yellow-800)}.lm-pay-badge--default{background-color:var(--lm-secondary-100);color:var(--lm-secondary-800)}.lm-pay-badge__dot{border-radius:9999px;width:.75rem;height:.75rem;margin-right:.25rem}.lm-pay-badge__dot--active{background-color:var(--lm-green-500)}.lm-pay-badge__dot--trial{background-color:var(--lm-primary-500)}.lm-pay-badge__dot--cancelled{background-color:var(--lm-yellow-500)}.lm-pay-badge__dot--expired{background-color:var(--lm-red-500)}.lm-pay-badge__dot--past_due{background-color:var(--lm-yellow-500)}.lm-pay-badge__dot--default{background-color:var(--lm-secondary-400)}.lm-pay-expiry{color:var(--lm-yellow-600);align-items:center;display:flex}.lm-pay-expiry__icon{fill:none;stroke:currentColor;width:1rem;height:1rem;margin-right:.25rem}.lm-pay-expiry__text{font-size:.75rem}.lm-pay-action{cursor:pointer;font-size:.75rem;font-weight:500;font-family:var(--lm-font-sans);border:1px solid #0000;border-radius:.375rem;outline:none;align-items:center;padding:.25rem .75rem;transition:all .2s ease-in-out;display:inline-flex}.lm-pay-action:focus{outline-offset:2px;outline:2px solid #0000;box-shadow:0 0 0 2px}.lm-pay-action--upgrade{color:#fff;background-color:var(--lm-primary-600)}.lm-pay-action--upgrade:hover{background-color:var(--lm-primary-700)}.lm-pay-action--upgrade:focus{box-shadow:0 0 0 2px var(--lm-primary-500)}.lm-pay-action--renew{color:#fff;background-color:var(--lm-red-600)}.lm-pay-action--renew:hover{background-color:var(--lm-red-700)}.lm-pay-action--renew:focus{box-shadow:0 0 0 2px var(--lm-red-500)}.lm-pay-action--manage{color:var(--lm-text-secondary);background-color:var(--lm-surface);border-color:var(--lm-border-strong)}.lm-pay-action--manage:hover{background-color:var(--lm-surface-subtle)}.lm-pay-action--manage:focus{box-shadow:0 0 0 2px var(--lm-primary-500)}.lm-usage{background-color:var(--lm-surface);border:1px solid var(--lm-border);border-radius:.5rem;padding:1rem}.lm-usage[data-feature=api_requests]{border-color:var(--lm-primary-200)}.lm-usage[data-feature=template_downloads]{border-color:var(--lm-green-200)}.lm-usage[data-feature=team_members]{border-color:var(--lm-yellow-200)}.lm-usage[data-feature=storage]{border-color:var(--lm-red-200)}.lm-usage__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.lm-usage__title{color:var(--lm-text-primary);font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);margin:0}.lm-usage__upgrade{font-size:.75rem}.lm-usage__upgrade-link{color:var(--lm-primary-600);cursor:pointer;font-weight:500;font-family:var(--lm-font-sans);background-color:#0000;border:none}.lm-usage__upgrade-link:hover{color:var(--lm-primary-500)}.lm-usage__bar-section{margin-bottom:.5rem}.lm-usage__bar-labels{color:var(--lm-text-muted);font-size:.75rem;font-family:var(--lm-font-sans);justify-content:space-between;margin-bottom:.25rem;display:flex}.lm-usage__bar{background-color:var(--lm-secondary-200);border-radius:9999px;width:100%;height:.5rem}.lm-usage__bar-fill{border-radius:9999px;height:.5rem;transition:all .3s ease-in-out}.lm-usage__bar-fill--normal{background-color:var(--lm-green-500)}.lm-usage__bar-fill--approaching{background-color:var(--lm-yellow-500)}.lm-usage__bar-fill--exceeded{background-color:var(--lm-red-500)}.lm-usage__status{align-items:center;font-size:.75rem;display:flex}.lm-usage__status-icon{fill:none;stroke:currentColor;width:1rem;height:1rem;margin-right:.25rem}.lm-usage__status-icon--normal{color:var(--lm-green-500)}.lm-usage__status-icon--approaching{color:var(--lm-yellow-500)}.lm-usage__status-icon--exceeded{color:var(--lm-red-500)}.lm-usage__status-text{font-family:var(--lm-font-sans)}.lm-usage__status-text--normal{color:var(--lm-green-600)}.lm-usage__status-text--approaching{color:var(--lm-yellow-600)}.lm-usage__status-text--exceeded{color:var(--lm-red-600)}.lm-usage__over{background-color:var(--lm-red-50);border:1px solid var(--lm-red-200);border-radius:.375rem;margin-top:.75rem;padding:.75rem}.lm-usage__over-content{align-items:flex-start;display:flex}.lm-usage__over-icon{width:1rem;height:1rem;color:var(--lm-red-400);fill:none;stroke:currentColor;margin-top:.125rem;margin-right:.5rem}.lm-usage__over-body{flex:1}.lm-usage__over-title{color:var(--lm-red-800);font-size:.75rem;font-weight:500;font-family:var(--lm-font-sans);margin:0}.lm-usage__over-message{color:var(--lm-red-700);font-size:.75rem;font-family:var(--lm-font-sans);margin-top:.25rem}.lm-usage__over-action{color:var(--lm-red-800);cursor:pointer;font-size:.75rem;font-weight:500;font-family:var(--lm-font-sans);background-color:#0000;border:none;margin-top:.5rem;padding:0}.lm-usage__over-action:hover{color:var(--lm-red-900)}@media screen and (width<=640px){.lm-usage__header{flex-direction:column;align-items:flex-start;gap:.5rem}.lm-usage__bar-labels{font-size:.625rem}}.lm-notice{border:1px solid;border-radius:.375rem;padding:1rem}.lm-notice--warning{background-color:var(--lm-yellow-50);border-color:var(--lm-yellow-200)}.lm-notice--info{background-color:var(--lm-primary-50);border-color:var(--lm-primary-200)}.lm-notice--error{background-color:var(--lm-red-50);border-color:var(--lm-red-200)}.lm-notice__content{display:flex}.lm-notice__icon{fill:none;stroke:currentColor;flex-shrink:0;width:1.25rem;height:1.25rem}.lm-notice__icon--warning{color:var(--lm-yellow-400)}.lm-notice__icon--info{color:var(--lm-primary-400)}.lm-notice__icon--error{color:var(--lm-red-400)}.lm-notice__body{margin-left:.75rem}.lm-notice__title{font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);margin:0}.lm-notice__title--warning{color:var(--lm-yellow-800)}.lm-notice__title--info{color:var(--lm-primary-800)}.lm-notice__title--error{color:var(--lm-red-800)}.lm-notice__desc{font-size:.875rem;font-family:var(--lm-font-sans);margin-top:.25rem}.lm-notice__desc--warning{color:var(--lm-yellow-700)}.lm-notice__desc--info{color:var(--lm-primary-700)}.lm-notice__desc--error{color:var(--lm-red-700)}.lm-notice__action{cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);background-color:#0000;border:none;margin-top:.5rem;padding:0}.lm-notice__action--warning{color:var(--lm-yellow-800)}.lm-notice__action--warning:hover{color:var(--lm-yellow-900)}.lm-notice__action--info{color:var(--lm-primary-800)}.lm-notice__action--info:hover{color:var(--lm-primary-900)}.lm-notice__action--error{color:var(--lm-red-800)}.lm-notice__action--error:hover{color:var(--lm-red-900)}.lm-sub{background-color:var(--lm-surface);box-shadow:var(--lm-shadow-md);border-radius:.5rem}.lm-sub__header{border-bottom:1px solid var(--lm-border);padding:1rem 1.5rem}.lm-sub__title{color:var(--lm-text-primary);font-size:1.125rem;font-weight:500;font-family:var(--lm-font-sans);margin:0}.lm-sub__subtitle{color:var(--lm-text-muted);font-size:.875rem;font-family:var(--lm-font-sans);margin-top:.25rem}.lm-sub__loading{text-align:center;padding:2rem 1.5rem}.lm-sub__loading-spinner{border:2px solid #0000;border-bottom-color:var(--lm-primary-600);border-radius:9999px;width:2rem;height:2rem;margin:0 auto;animation:1s linear infinite lm-spin}.lm-sub__loading-text{color:var(--lm-text-muted);font-size:.875rem;font-family:var(--lm-font-sans);margin-top:.5rem}.lm-sub__error-container{padding:2rem 1.5rem}.lm-sub__error{background-color:var(--lm-red-50);border:1px solid var(--lm-red-200);border-radius:.375rem;padding:1rem}.lm-sub__error-content{display:flex}.lm-sub__error-icon{width:1.25rem;height:1.25rem;color:var(--lm-red-400);fill:none;stroke:currentColor;flex-shrink:0}.lm-sub__error-body{margin-left:.75rem}.lm-sub__error-title{color:var(--lm-red-800);font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);margin:0}.lm-sub__error-message{color:var(--lm-red-700);font-size:.875rem;font-family:var(--lm-font-sans);margin-top:.25rem}.lm-sub__error-retry{color:var(--lm-red-800);cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);background-color:#0000;border:none;margin-top:.5rem;padding:0}.lm-sub__error-retry:hover{color:var(--lm-red-900)}.lm-sub__content{padding:1.5rem}.lm-sub__plan-section{margin-bottom:2rem}.lm-sub__plan-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.lm-sub__plan-title{color:var(--lm-text-primary);font-size:1rem;font-weight:500;font-family:var(--lm-font-sans);margin:0}.lm-sub__plan-info{background-color:var(--lm-surface-subtle);border-radius:.5rem;padding:1rem}.lm-sub__plan-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;display:grid}@media screen and (width>=768px){.lm-sub__plan-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.lm-sub__plan-label{color:var(--lm-text-faint);font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans)}.lm-sub__plan-value{color:var(--lm-text-primary);font-size:.875rem;font-family:var(--lm-font-sans);margin-top:.25rem;margin-left:0}.lm-sub__empty{text-align:center;padding:2rem 0}.lm-sub__empty-icon{width:3rem;height:3rem;color:var(--lm-text-placeholder);fill:none;stroke:currentColor;margin:0 auto}.lm-sub__empty-title{color:var(--lm-text-primary);font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);margin-top:.5rem}.lm-sub__empty-desc{color:var(--lm-text-faint);font-size:.875rem;font-family:var(--lm-font-sans);margin-top:.25rem}.lm-sub__empty-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.lm-sub__actions-section{margin-bottom:2rem}.lm-sub__actions-title{color:var(--lm-text-primary);font-size:1rem;font-weight:500;font-family:var(--lm-font-sans);margin-bottom:1rem}.lm-sub__actions-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;display:grid}@media screen and (width>=768px){.lm-sub__actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lm-sub__divider{border-top:1px solid var(--lm-border);padding-top:1.5rem}.lm-sub__history{border-top:1px solid var(--lm-border);margin-top:2rem;padding-top:1.5rem}.lm-sub__history-title{color:var(--lm-text-primary);font-size:1rem;font-weight:500;font-family:var(--lm-font-sans);margin-bottom:1rem}.lm-sub__history-list{background-color:var(--lm-surface);box-shadow:var(--lm-shadow-sm);border-radius:.375rem;overflow:hidden}.lm-sub__history-list ul{margin:0;padding:0;list-style:none}.lm-sub__history-item{border-bottom:1px solid var(--lm-border);padding:1rem}.lm-sub__history-item:last-child{border-bottom:none}.lm-sub__history-item-content{justify-content:space-between;align-items:center;display:flex}.lm-sub__history-item-left{align-items:center;display:flex}.lm-sub__history-icon{flex-shrink:0}.lm-sub__history-icon--success{width:1.25rem;height:1.25rem;color:var(--lm-green-400);fill:none;stroke:currentColor}.lm-sub__history-icon--error{width:1.25rem;height:1.25rem;color:var(--lm-red-400);fill:none;stroke:currentColor}.lm-sub__history-details{margin-left:.75rem}.lm-sub__history-desc{color:var(--lm-text-primary);font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);margin:0}.lm-sub__history-date{color:var(--lm-text-faint);font-size:.875rem;font-family:var(--lm-font-sans);margin:0}.lm-sub__history-amount{color:var(--lm-text-primary);font-size:.875rem;font-family:var(--lm-font-sans)}.lm-nav{background-color:var(--lm-surface);box-shadow:var(--lm-shadow-sm);border-bottom:1px solid var(--lm-border)}.lm-nav__container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media screen and (width>=640px){.lm-nav__container{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (width>=1024px){.lm-nav__container{padding-left:2rem;padding-right:2rem}}.lm-nav__content{justify-content:space-between;height:4rem;display:flex}.lm-nav__left{align-items:center;display:flex}.lm-nav__logo{flex-shrink:0;text-decoration:none;display:flex}.lm-logo{background-color:var(--lm-primary-600);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.lm-logo__svg{color:#fff;width:1.25rem;height:1.25rem}.lm-nav__menu{display:none}@media screen and (width>=768px){.lm-nav__menu{display:block}}.lm-nav__menu-list{align-items:baseline;gap:1rem;margin-left:2.5rem;display:flex}.lm-nav__link{color:var(--lm-text-faint);border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s ease-in-out;display:inline-block}.lm-nav__link:hover{color:var(--lm-text-secondary)}.lm-nav__link--active,.lm-nav__link--active:hover{color:var(--lm-text-primary)}.lm-nav__right{align-items:center;gap:1rem;display:flex}.lm-plan-badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.lm-plan-badge--free{background-color:var(--lm-secondary-100);color:var(--lm-secondary-800)}.lm-plan-badge--pro{background-color:var(--lm-primary-100);color:var(--lm-primary-800)}.lm-plan-badge--enterprise{color:#7c3aed;background-color:#f3e8ff}.lm-user-menu{position:relative}.lm-user-menu__button{cursor:pointer;background:0 0;border:none;border-radius:9999px;outline:none;padding:0;font-size:.875rem;display:flex}.lm-user-menu__button:focus{outline:2px solid var(--lm-primary-500);outline-offset:2px}.lm-user-menu__avatar{border-radius:9999px;width:2rem;height:2rem}.lm-user-menu__dropdown{width:12rem;box-shadow:var(--lm-shadow-lg);background-color:var(--lm-surface);border:1px solid var(--lm-border);z-index:50;border-radius:.375rem;margin-top:.5rem;position:absolute;right:0}.lm-user-menu__content{padding-top:.25rem;padding-bottom:.25rem}.lm-user-menu__header{color:var(--lm-text-secondary);border-bottom:1px solid var(--lm-border);padding:.5rem 1rem;font-size:.875rem}.lm-user-menu__name{font-weight:500}.lm-user-menu__email{color:var(--lm-text-faint)}.lm-user-menu__link{color:var(--lm-text-secondary);padding:.5rem 1rem;font-size:.875rem;text-decoration:none;display:block}.lm-user-menu__link:hover{background-color:var(--lm-surface-hover)}.lm-user-menu__signout{text-align:left;width:100%;color:var(--lm-text-secondary);cursor:pointer;background-color:#0000;border:none;padding:.5rem 1rem;font-size:.875rem;display:block}.lm-user-menu__signout:hover{background-color:var(--lm-surface-hover)}.lm-usage__badge{font-size:.75rem;font-weight:500;font-family:var(--lm-font-sans);border-radius:9999px;padding:.125rem .5rem}.lm-usage__badge--unlimited{color:var(--lm-green-600);background-color:var(--lm-green-50,#22c55e1a);border:1px solid var(--lm-green-200)}.lm-license{background-color:var(--lm-surface);border:1px solid var(--lm-border);border-radius:.5rem;padding:1rem}.lm-license__header{margin-bottom:.75rem}.lm-license__title{color:var(--lm-text-primary);font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);margin:0}.lm-license__desc{color:var(--lm-text-muted);font-size:.75rem;font-family:var(--lm-font-sans);margin:.25rem 0 0}.lm-license__form,.lm-license__result{flex-direction:column;gap:.75rem;display:flex}.lm-license__result-detail{flex-direction:column;gap:.5rem;margin:0;display:flex}.lm-license__result-item{font-size:.75rem;font-family:var(--lm-font-sans);justify-content:space-between;align-items:center;display:flex}.lm-license__result-label{color:var(--lm-text-muted)}.lm-license__result-value{color:var(--lm-text-primary);margin:0;font-weight:500}.lm-sub__licenses{border:1px solid var(--lm-border);border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.lm-sub__licenses-title{color:var(--lm-text-primary);font-size:.875rem;font-weight:500;font-family:var(--lm-font-sans);margin:0 0 .75rem}.lm-sub__licenses-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.lm-sub__license-item{border-bottom:1px solid var(--lm-border);font-family:var(--lm-font-sans);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.lm-sub__license-item:last-child{border-bottom:none}.lm-sub__license-info{align-items:center;gap:.5rem;display:flex}.lm-sub__license-product{color:var(--lm-text-primary);font-size:.875rem;font-weight:500}.lm-sub__license-type,.lm-sub__license-source{border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.lm-sub__license-type--lifetime{color:var(--lm-green-600);background-color:#22c55e1a}.lm-sub__license-type--subscription{color:var(--lm-primary-600);background-color:var(--lm-primary-50,#3b82f61a)}.lm-sub__license-source--pro{color:var(--lm-primary-600);border:1px solid var(--lm-primary-200)}.lm-sub__license-source--license{color:var(--lm-text-secondary);border:1px solid var(--lm-border)}.lm-sub__license-expires{color:var(--lm-text-muted);font-size:.75rem}.lm-device-login{min-height:32px;font-family:var(--lm-font-sans);box-sizing:border-box;flex-direction:row;align-items:center;gap:.5rem;width:100%;padding:0;display:flex}.lm-device-login__text{min-width:0;color:var(--lm-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:.75rem;overflow:hidden}.lm-device-login__text--ok{color:var(--lm-green-600)}.lm-device-login__text--error{color:var(--lm-red-600)}.lm-device-login__code{min-width:0;font-family:var(--lm-font-mono);letter-spacing:.12rem;color:var(--lm-text-primary);-webkit-user-select:all;user-select:all;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.875rem;font-weight:600;overflow:hidden}.lm-device-login .lm-spinner{flex-shrink:0;width:.875rem;height:.875rem}.lm-account-panel{box-sizing:border-box;width:100%;min-height:32px;font-family:var(--lm-font-sans);flex-direction:row;align-items:center;gap:.5rem;display:flex}.lm-account-panel__avatar{background-color:var(--lm-surface-active);width:24px;height:24px;color:var(--lm-text-secondary);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.lm-account-panel__avatar--activated{box-shadow:0 0 0 2px var(--lm-yellow-400)}.lm-account-panel__avatar-image{object-fit:cover;width:100%;height:100%;display:block}.lm-account-panel__avatar-initial{font-size:.6875rem;font-weight:600;line-height:1}.lm-account-panel__identity{min-width:0;max-width:40%;color:var(--lm-text-primary);text-overflow:ellipsis;white-space:nowrap;flex:0 auto;font-size:.75rem;font-weight:500;overflow:hidden}.lm-account-panel__quota{color:var(--lm-text-muted);white-space:nowrap;flex-shrink:0;font-size:.75rem}.lm-account-panel__spacer{flex:1;min-width:0}.lm-account-panel__logout{flex-shrink:0}.lm-account-panel__icon-btn{flex-shrink:0;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;display:inline-flex;padding:.25rem!important}.lm-account-panel__icon-btn--static{color:inherit;pointer-events:none}.lm-account-panel__icon-btn--idle{color:#9ca3af}.lm-account-panel__icon-btn--idle:hover:not(:disabled){color:#6b7280}.lm-account-panel__icon{width:14px;height:14px;display:block}.lm-account-panel__diamond{width:15px;height:15px}.lm-account-panel__diamond--shine{filter:drop-shadow(0 0 2px #facc158c);animation:2.4s ease-in-out infinite lm-diamond-shimmer}@keyframes lm-diamond-shimmer{0%,to{filter:drop-shadow(0 0 1px #facc1559);opacity:.92}50%{filter:drop-shadow(0 0 4px #fde047d9);opacity:1}}.lm-license--compact{background:0 0;border:none;flex-direction:row;align-items:center;gap:.375rem;width:100%;padding:0;display:flex}.lm-license--compact .lm-field{flex:1;min-width:0;margin:0}.lm-license--compact .lm-field__label,.lm-license--compact .lm-field__hint,.lm-license--compact .lm-field__error{display:none}.lm-license__compact-msg{color:var(--lm-green-600);white-space:nowrap;font-size:.75rem}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--panel:#fffbf5e0;--panel-border:#6b48241f;--ink:#1d1712;--muted:#5f5145;--accent:#b35c2e;--accent-strong:#8f441d;--accent-soft:#b35c2e1f;--shadow:0 24px 60px #301a0a24;font:13px/1.45 Avenir Next,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:var(--ink);background:radial-gradient(circle at 0 0,#ffffffd9,#0000 34%),linear-gradient(160deg,#f7efe4 0%,#eadac6 48%,#dcc5ab 100%)}button,input{font:inherit}button{cursor:pointer}.app-shell{background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:18px 18px;gap:16px;min-height:100%;padding:20px;display:grid}.app-shell--browser{align-items:start;max-width:1320px;margin:0 auto}.hero-card,.panel,.preview-panel{border:1px solid var(--panel-border);background:var(--panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);border-radius:24px}.hero-card{padding:18px 18px 20px;position:relative;overflow:hidden}.hero-card:after{content:"";background:radial-gradient(circle,#b35c2e3d 0%,#b35c2e00 72%);border-radius:999px;width:180px;height:180px;position:absolute;inset:auto -40px -60px auto}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--accent-strong);margin:0 0 6px;font-size:10px}.hero-card h1,.preview-header h2{margin:0;font:700 30px/.95 Iowan Old Style,Georgia,serif}.hero-copy,.preview-copy,.footer-copy,.preset-card small,.field small{color:var(--muted)}.hero-copy,.preview-copy{max-width:34ch;margin:10px 0 0}.panel,.preview-panel{gap:18px;padding:16px;display:grid}.preview-panel--empty{place-content:center;min-height:320px}.preview-actions{justify-items:end;gap:12px;display:grid}.panel-section{gap:12px;display:grid}.section-heading,.preview-header,.panel-footer{justify-content:space-between;gap:16px;display:flex}.section-heading{color:var(--muted);align-items:baseline}.preview-header,.panel-footer{align-items:start}.editor-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.section-heading strong{color:var(--ink);font-size:12px}.preset-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.preset-card{text-align:left;color:inherit;background:#ffffff8c;border:1px solid #583d221f;border-radius:18px;padding:12px;transition:transform .12s,border-color .12s,background .12s}.preset-card:hover{border-color:#8f441d4d;transform:translateY(-1px)}.preset-card--active{background:linear-gradient(#fff6f0f2,#f5ddc9f2);border-color:#8f441d80}.preset-card span{margin-bottom:4px;font-weight:600;display:block}.template-chip-row{flex-wrap:wrap;gap:8px;display:flex}.template-showcase{border-bottom:1px solid #8f441d2e;align-content:end;gap:6px;min-height:180px;padding:18px;display:grid}.template-showcase strong{color:var(--ink);font:700 22px/1.05 Iowan Old Style,Georgia,serif}.template-showcase small,.template-showcase__eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:11px}.field{gap:7px;display:grid}.export-section{background:#ffffff85;border:1px solid #583d221a;border-radius:18px;padding:14px}.export-controls{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;display:grid}.export-toggle{min-width:170px}.export-actions-row,.export-preset-grid{flex-wrap:wrap;gap:10px;display:flex}.field span,.footer-title,.preview-stats dt{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:11px}.field input[type=text],.field input:not([type]),.field input[type=file]{width:100%;color:var(--ink);background:#ffffffb8;border:1px solid #583d2224;border-radius:14px;padding:10px 12px}.field input[type=file]{padding:9px 12px}.slider-row{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}.slider-row strong{text-align:right;min-width:60px}input[type=range]{accent-color:var(--accent)}.file-field{background:var(--accent-soft);border-radius:18px;padding:14px}.error-banner,.info-banner{border-radius:14px;margin:0;padding:10px 12px}.error-banner{color:#8e1f1f;background:#b325251a}.info-banner{color:var(--accent-strong);background:#b35c2e1a}.footer-title,.footer-copy,.preview-stats dd{margin:0}.submit-button{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border:0;border-radius:999px;padding:12px 18px;font-weight:700;box-shadow:0 12px 24px #8f441d38}.submit-button:disabled{opacity:.7;cursor:default}.secondary-button{color:var(--ink);background:#ffffffb8;border:1px solid #8f441d33;border-radius:999px;padding:10px 16px;font-weight:600}.mockup-stage{background:radial-gradient(circle at 0 0,#ffffffb3,#0000 28%),linear-gradient(160deg,#fff7efeb 0%,#ecd9c6f2 100%);border-radius:28px;place-items:center;min-height:520px;padding:28px;display:grid}.mockup-stage--browser{min-height:420px}.mockup-stage--square{min-height:500px}.mockup-canvas-frame{width:min(100%, var(--preview-width));aspect-ratio:var(--preview-aspect);position:relative}.mockup-canvas,.mockup-overlay{width:100%;height:100%;position:absolute;inset:0}.mockup-canvas{border-radius:22px;display:block}.mockup-overlay{touch-action:none;overflow:visible}.mockup-overlay__shape{fill:#b35c2e1f;stroke:#8f441db3;stroke-width:2px;stroke-dasharray:8 6}.mockup-overlay__guide{stroke:#8f441d52;stroke-width:1.5px}.mockup-overlay__handle{fill:#fffdf9;stroke:#8f441d;stroke-width:2px;cursor:grab}.mockup-overlay__handle:active{cursor:grabbing}.preview-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0;display:grid}.preview-stats div{background:#fff9;border:1px solid #583d2214;border-radius:16px;padding:12px 14px}.preview-stats dd{font-weight:700}@media (width>=981px){.app-shell--browser{grid-template-columns:minmax(320px,420px) minmax(0,1fr)}.app-shell--browser .hero-card,.app-shell--browser .panel{grid-column:1}.app-shell--browser .preview-panel{grid-area:1/2/span 2}}@media (width<=480px){.app-shell{padding:14px}.preset-grid,.preview-stats,.export-controls{grid-template-columns:1fr}.panel-footer,.preview-header{flex-direction:column}.editor-actions{width:100%}.editor-actions>*{flex:1}.preview-actions{justify-items:stretch}.submit-button{width:100%}.mockup-stage{min-height:360px;padding:16px}}.app-shell{flex-direction:column;min-height:100%;display:flex}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--panel-border);background:#fffbf5db;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex;position:sticky;top:0}.site-header__brand{color:var(--accent);letter-spacing:-.02em;align-items:center;gap:10px;font-size:20px;font-weight:800;display:flex}.brand-mark{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:18px;display:grid;box-shadow:0 6px 16px #b35c2e47}.site-header__nav{align-items:center;gap:8px;display:flex}.nav-link{color:var(--muted);background:0 0;border:0;border-radius:999px;padding:8px 14px;font-weight:600;transition:background .12s,color .12s}.nav-link:hover{background:var(--accent-soft);color:var(--accent-strong)}.nav-cta{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#fff;border:0;border-radius:999px;padding:8px 16px;font-weight:700;transition:transform .12s,box-shadow .12s;box-shadow:0 8px 20px #b35c2e47}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px #b35c2e57}.site-header__search{width:260px}.site-header__search .ant-input{background:#ffffffb8;border-color:#8f441d2e;border-radius:999px}.home-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:40px 24px}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;margin-bottom:56px;display:grid}.hero__content{max-width:560px}.hero__content .eyebrow{margin-bottom:14px}.hero__content h1{letter-spacing:-.03em;color:var(--ink);margin:0 0 18px;font:700 56px/1.05 Iowan Old Style,Georgia,serif}.hero__lead{color:var(--muted);max-width:46ch;margin:0 0 28px;font-size:18px;line-height:1.55}.hero__actions{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.hero__cta{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border:0;border-radius:999px;padding:14px 28px;font-size:15px;font-weight:700;transition:transform .16s,box-shadow .16s;box-shadow:0 14px 34px #8f441d52}.hero__cta:hover{transform:translateY(-2px);box-shadow:0 18px 40px #8f441d61}.hero__stat{color:var(--muted);font-size:13px;font-weight:600}.hero__visual{-webkit-user-select:none;user-select:none;min-height:360px;position:relative}.hero__card{background:var(--panel);border:1px solid var(--panel-border);box-shadow:var(--shadow);color:var(--accent-strong);text-transform:uppercase;letter-spacing:.08em;border-radius:28px;place-items:center;font-size:14px;font-weight:800;transition:transform .26s;display:grid;position:absolute}.hero__card:hover{transform:scale(1.03)rotate(0)!important}.hero__card--phone{background:linear-gradient(145deg,#fffbf5f2,#f5e1d0f2);width:150px;height:280px;top:30px;left:40px;transform:rotate(-10deg)}.hero__card--browser{background:linear-gradient(145deg,#fffdf9f5,#ebe0cff0);width:260px;height:170px;top:0;right:20px;transform:rotate(5deg)}.hero__card--square{background:linear-gradient(145deg,#fff8f0f5,#e4ceb5eb);width:170px;height:170px;bottom:20px;right:80px;transform:rotate(-4deg)}.filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.filter-chips{flex-wrap:wrap;gap:10px;display:flex}.filter-chips button{color:var(--muted);cursor:pointer;background:#ffffff8c;border:1px solid #8f441d24;border-radius:999px;padding:8px 16px;font-weight:600;transition:background .12s,border-color .12s,color .12s}.filter-chips button:hover{color:var(--accent-strong);border-color:#8f441d4d}.filter-chips button.active{background:var(--accent);border-color:var(--accent);color:#fff}.filter-clear{color:var(--accent-strong);cursor:pointer;background:0 0;border:0;padding:6px 12px;font-weight:600}.template-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px;display:grid}.template-card{background:var(--panel);border:1px solid var(--panel-border);box-shadow:var(--shadow);border-radius:26px;transition:transform .22s,box-shadow .22s;overflow:hidden}.template-card:hover{transform:translateY(-5px);box-shadow:0 32px 70px #301a0a2e}.template-card__showcase{border-bottom:1px solid #8f441d29;align-content:end;gap:6px;min-height:200px;padding:22px;display:grid}.template-card__eyebrow{letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:700}.template-card__showcase strong{color:var(--ink);font:700 24px/1.05 Iowan Old Style,Georgia,serif}.template-card__showcase small{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:11px}.template-card__body{padding:20px}.template-card__body h3{margin:0 0 6px;font:700 18px/1.2 Iowan Old Style,Georgia,serif}.template-card__body p{color:var(--muted);margin:0 0 14px;font-size:13px;line-height:1.5}.template-card__tags{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.template-card__tags span{color:var(--accent-strong);text-transform:uppercase;letter-spacing:.05em;background:#8f441d14;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.template-card__source{background:#b35c2e24!important}.template-card__actions{flex-wrap:wrap;gap:10px;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border-radius:999px;padding:9px 16px;font-size:13px;font-weight:700;transition:transform .12s,box-shadow .12s}.btn-primary{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#fff;border:0;box-shadow:0 8px 18px #8f441d3d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 22px #8f441d4d}.btn-secondary{color:var(--ink);background:#ffffffb8;border:1px solid #8f441d33}.btn-secondary:hover{background:#fff;border-color:#8f441d59}.site-footer{text-align:center;color:var(--muted);padding:36px 24px;font-size:12px}.editor-modal .ant-modal-content{border-radius:24px;overflow:hidden}.editor-modal__body{padding:24px}.editor-modal__body .panel{border-radius:20px}@media (width<=900px){.hero{grid-template-columns:1fr;gap:32px}.hero__visual{display:none}.hero__content h1{font-size:42px}}@media (width<=768px){.site-header{flex-wrap:wrap;padding:12px 16px}.site-header__search{order:3;width:100%}.site-header__search .ant-input{width:100%}.home-main{padding:24px 16px}.hero__content h1{font-size:34px}.hero__lead{font-size:16px}.filters{flex-direction:column;align-items:flex-start}.template-grid{grid-template-columns:1fr;gap:20px}.editor-modal__body{padding:16px}.editor-modal .ant-modal-content{border-radius:18px}}@media (width<=480px){.site-header__brand{font-size:18px}.brand-mark{width:30px;height:30px;font-size:16px}.nav-cta{padding:7px 12px;font-size:12px}.nav-link{display:none}.hero__content h1{font-size:30px}.hero__cta{width:100%}.template-card__actions .btn-secondary{flex:1}}.hero-scene{perspective:1200px;background:radial-gradient(circle at calc(50% + var(--mx,0%)) calc(50% + var(--my,0%)), #b35c2e2e, transparent 55%), linear-gradient(145deg, #fffbf599, #f5e1d066);border:1px solid var(--panel-border);--rx:0deg;--ry:0deg;--mx:0%;--my:0%;border-radius:32px;place-items:center;min-height:420px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 60px #fff6}.hero-scene__glow{background:radial-gradient(circle at calc(50% + var(--mx,0%)) calc(50% + var(--my,0%)), #ffffff73, transparent 45%);pointer-events:none;transition:background 80ms linear;position:absolute;inset:0}.hero-scene__stage{width:340px;height:340px;transform-style:preserve-3d;transform:rotateX(var(--rx)) rotateY(var(--ry));transition:transform .12s ease-out;position:relative}.hero-scene__card{border:1px solid var(--panel-border);transform-style:preserve-3d;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-strong);background:#fffbf5e6;border-radius:24px;place-items:center;gap:12px;padding:18px;font-size:12px;font-weight:800;animation:5s ease-in-out infinite hero-float;display:grid;position:absolute;box-shadow:0 28px 70px #301a0a33}.hero-scene__card--phone{width:120px;height:230px;animation-delay:0s;top:50%;left:6%;transform:translateZ(70px)rotateY(-14deg)}.hero-scene__card--browser{width:230px;height:150px;animation-delay:-1.7s;top:6%;left:38%;transform:translateZ(30px)rotateX(10deg)}.hero-scene__card--square{width:150px;height:150px;animation-delay:-3.4s;bottom:8%;right:6%;transform:translateZ(100px)rotate(-8deg)}.hero-scene__screen{background:linear-gradient(135deg,#b35c2e2e,#b35c2e0f);border:1px solid #b35c2e24;border-radius:12px;flex:1;width:100%}.hero-scene__chrome{gap:6px;width:100%;display:flex}.hero-scene__chrome i{background:#b35c2e59;border-radius:50%;width:8px;height:8px}.hero-scene__card--phone .hero-scene__screen,.hero-scene__card--square .hero-scene__screen{margin-bottom:6px}@keyframes hero-float{0%,to{translate:0}50%{translate:0 -16px}}@media (width<=900px){.hero-scene{display:none}}@media (prefers-reduced-motion:reduce){.hero-scene__card{animation:none}.hero-scene__stage{transition:none}}.hero-webgl{border:1px solid var(--panel-border);height:420px;min-height:420px;box-shadow:inset 0 0 80px #ffffff59, var(--shadow);background:radial-gradient(circle at 30% 20%,#ffffff80,#0000 45%),linear-gradient(145deg,#fffbf58c,#f5e1d073);border-radius:32px;position:relative;overflow:hidden}.hero-webgl canvas{outline:none;display:block;width:100%!important;height:100%!important}@media (width<=900px){.hero-webgl{display:none}}.screen-content{-webkit-user-select:none;user-select:none;width:100%;height:100%;font-family:Avenir Next,Segoe UI,system-ui,sans-serif;overflow:hidden}.screen-content--phone{color:#fff;background:#000;border-radius:22px;flex-direction:column;align-items:center;padding:10px 8px 6px;display:flex;position:relative}.phone-notch{z-index:2;background:#111;border-radius:999px;width:42px;height:10px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.phone-status{color:#ffffffe6;justify-content:space-between;width:100%;padding:0 6px 6px;font-size:8px;font-weight:700;display:flex}.phone-wallpaper{background:linear-gradient(160deg,#4a2c1d 0%,#b35c2e 60%,#e8a87c 100%);border-radius:16px;flex-direction:column;flex:1;justify-content:space-between;width:100%;padding:14px 10px;display:flex;overflow:hidden}.phone-widget{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff2e;border-radius:14px;padding:10px}.phone-widget strong{margin-bottom:2px;font-size:12px;display:block}.phone-widget span{opacity:.9;font-size:9px}.phone-apps{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.phone-app{background:#ffffff38;border-radius:8px;place-items:center;width:28px;height:28px;font-size:12px;transition:transform .12s,background .12s;display:grid}.phone-app:hover{background:#ffffff59;transform:scale(1.12)}.phone-app--accent{background:#b35c2e}.phone-home-bar{background:#ffffff80;border-radius:999px;width:36px;height:3px;margin-top:5px}.screen-content--browser{color:var(--ink);background:#fff;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.browser-tabs{background:#f0ece6;border-bottom:1px solid #e0d8ce;gap:4px;padding:6px 8px 0;display:flex}.browser-tab{color:var(--muted);background:0 0;border-radius:8px 8px 0 0;padding:4px 10px;font-size:9px;font-weight:600}.browser-tab--active{color:var(--ink);background:#fff}.browser-toolbar{background:#fff;border-bottom:1px solid #f0ece6;align-items:center;gap:8px;padding:5px 8px;display:flex}.browser-dots{gap:3px;display:flex}.browser-dots i{background:#d4c8b8;border-radius:50%;width:5px;height:5px}.browser-address{color:var(--muted);text-align:center;background:#f5f2ed;border-radius:999px;flex:1;padding:3px 8px;font-size:8px}.browser-page{background:#faf8f5;flex:1;padding:10px;overflow:hidden}.browser-hero{background:#fff;border:1px solid #f0ece6;border-radius:10px;flex-direction:column;align-items:flex-start;gap:4px;height:100%;padding:10px;display:flex}.browser-hero__visual{background:linear-gradient(135deg,#f5e2d3,#e8c9b0);border-radius:8px;width:100%;height:42px;margin-bottom:4px}.browser-hero h2{margin:0;font-size:11px;font-weight:700}.browser-hero p{color:var(--muted);margin:0;font-size:8px;line-height:1.4}.browser-hero button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:999px;margin-top:auto;padding:5px 10px;font-size:8px;font-weight:700;transition:transform .12s,background .12s}.browser-hero button:hover{background:var(--accent-strong);transform:translateY(-1px)}.screen-content--social{color:var(--ink);background:#fff;border-radius:12px;flex-direction:column;padding:10px;display:flex}.social-header{align-items:center;gap:6px;margin-bottom:8px;display:flex}.social-avatar{background:linear-gradient(135deg,#b35c2e,#e8a87c);border-radius:50%;width:18px;height:18px}.social-meta{flex-direction:column;display:flex}.social-meta strong{font-size:9px;font-weight:700}.social-meta span{color:var(--muted);font-size:7px}.social-photo{background:linear-gradient(145deg,#f5e2d3,#dcc5ab);border-radius:10px;flex:1;width:100%;margin-bottom:8px}.social-actions{color:var(--ink);gap:8px;margin-bottom:4px;font-size:12px;display:flex}.social-actions>*{cursor:pointer;transition:transform .12s,color .12s}.social-actions>:hover{color:var(--accent);transform:scale(1.15)}.social-likes{margin-bottom:3px;font-size:8px;font-weight:700}.social-caption{color:var(--muted);font-size:8px;line-height:1.3}.social-caption strong{color:var(--ink)}.auth-popover{width:300px;padding:4px 0}.auth-popover__tabs{gap:4px;margin-bottom:14px;display:flex}.auth-popover__tab{font:inherit;cursor:pointer;color:var(--muted,#78716c);background:0 0;border:1px solid #1c19171f;border-radius:8px;flex:1;padding:6px 10px;font-size:13px}.auth-popover__tab--active{background:var(--ink,#1c1917);border-color:var(--ink,#1c1917);color:#fff}.auth-popover__oauth{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.auth-popover__divider{color:var(--muted,#78716c);align-items:center;gap:10px;margin:4px 0;font-size:12px;display:flex}.auth-popover__divider:before,.auth-popover__divider:after{content:"";background:#1c19171f;flex:1;height:1px}
