*,*:before,*:after{box-sizing:border-box}:root{--primary: #8B2433;--primary-hover: #74182A;--primary-light: #FBEFF0;--primary-soft: #F4D6D9;--accent: #B0863A;--accent-soft: #F6ECD7;--text: #241B14;--text-secondary: #5A4B39;--text-muted: #7E6F58;--text-light: #A8997F;--border: #E2D8C8;--border-strong: #CBBEA9;--bg: #FCFAF6;--bg-raised: #F8F3EB;--bg-sunken: #F0E8DA;--white: #FFFFFF;--ink: #241B14;--error: #B33124;--error-bg: #F8E3E0;--error-border: #EEC8C0;--success: #1F5C3C;--success-bg: #E2F0E6;--success-border: #BFE0CB;--info: #2C5282;--info-bg: #E4ECF5;--info-border: #C3D4E8;--ring-focus: rgba(139, 36, 51, .22);--radius-sm: 7px;--radius: 11px;--radius-lg: 16px;--radius-xl: 22px;--shadow-sm: 0 1px 2px rgba(35,27,20,.06);--shadow: 0 1px 3px rgba(35,27,20,.08), 0 1px 2px rgba(35,27,20,.05);--shadow-md: 0 6px 18px -6px rgba(35,27,20,.13), 0 2px 6px -2px rgba(35,27,20,.07);--shadow-lg: 0 20px 44px -14px rgba(35,27,20,.18), 0 6px 14px -8px rgba(35,27,20,.1);--shadow-brand: 0 14px 30px -10px rgba(139,36,51,.4);--font-display: "Cormorant Garamond", "Hoefler Text", Georgia, "Times New Roman", serif;--font-sans: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.55;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}input,select,textarea,button{font-family:inherit}a{color:var(--primary)}::selection{background:#f4d6d9;color:#5c1221}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.auth-brand-name,.auth-card-title,.page-title,.pricing-amount,.stat-value,.layout-brand{font-family:var(--font-display)}html.fonts-fallback .auth-brand-name,html.fonts-fallback .auth-card-title,html.fonts-fallback .page-title,html.fonts-fallback .pricing-amount,html.fonts-fallback .stat-value,html.fonts-fallback .layout-brand{font-family:Hoefler Text,Georgia,Times New Roman,serif}.eyebrow{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--primary)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(120% 80% at 50% -10%,#FFFDF9 0%,var(--bg) 55%),var(--bg)}.auth-brand-name{font-size:1.5rem;font-weight:700;color:var(--ink);letter-spacing:-.01em;margin-bottom:1.5rem;display:block;text-align:center}.auth-card{width:100%;max-width:420px;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2.25rem;border:1px solid var(--border)}.auth-card-title{font-size:2rem;font-weight:600;color:var(--ink);margin:0 0 .35rem;letter-spacing:-.01em;line-height:1.18}.auth-card-subtitle{font-size:.925rem;color:var(--text-muted);margin:0 0 1.75rem;line-height:1.55}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.9rem;color:var(--text-muted)}.auth-footer a{color:var(--primary);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.form-group{margin-bottom:1.1rem}.form-label{display:block;font-size:.82rem;font-weight:600;color:var(--text-secondary);margin-bottom:.4rem}.form-input,.form-select,.form-textarea{width:100%;padding:.7rem .85rem;font-size:.95rem;color:var(--text);background:var(--white);border:1px solid var(--border-strong);border-radius:var(--radius);outline:none;transition:border-color .15s,box-shadow .15s}.form-select{cursor:pointer;padding:.6rem .7rem}.form-textarea{resize:vertical;padding:.6rem .7rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring-focus)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-light)}.form-field-label{display:block;font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.35rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-family:var(--font-sans);font-size:.925rem;font-weight:600;letter-spacing:-.01em;border:1px solid transparent;border-radius:var(--radius);cursor:pointer;transition:background .14s,box-shadow .22s,border-color .14s,transform .12s,opacity .14s;text-decoration:none;white-space:nowrap}.btn:active:not(:disabled){transform:translateY(.5px)}.btn-primary{background:var(--primary);color:#fcefe6;padding:.7rem 1.3rem}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-brand)}.btn-primary:disabled{background:var(--primary-soft);color:#fff;cursor:not-allowed}.btn-full{width:100%;padding:.8rem}.btn-outline{background:none;color:var(--text-secondary);border:1px solid var(--border-strong);padding:.4rem .9rem;font-size:.85rem}.btn-outline:hover:not(:disabled){background:var(--bg-raised);border-color:var(--ink)}.btn-ghost{background:none;color:var(--primary);padding:.5rem 1rem;font-weight:600;border-radius:var(--radius)}.btn-ghost:hover{background:var(--primary-light)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:14px;height:14px;border:2px solid rgba(252,239,230,.4);border-top-color:#fcefe6;border-radius:50%;animation:spin .6s linear infinite;display:inline-block;vertical-align:middle;flex-shrink:0}.spinner-muted{border-color:#8b243338;border-top-color:var(--primary)}.alert{display:flex;align-items:flex-start;gap:.55rem;padding:.8rem 1rem;border-radius:var(--radius);font-size:.9rem;line-height:1.5}.alert-error{background:var(--error-bg);border:1px solid var(--error-border);color:var(--error)}.alert-success{background:var(--success-bg);border:1px solid var(--success-border);color:var(--success)}.alert-info{background:var(--info-bg);border:1px solid var(--info-border);color:var(--info)}.alert a{color:inherit}.badge{display:inline-flex;align-items:center;padding:.22rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.03em;line-height:1.4;text-transform:uppercase}.badge-indigo{background:var(--primary-light);color:var(--primary)}.badge-gray{background:var(--bg-sunken);color:var(--text-muted)}.badge-red{background:var(--error-bg);color:var(--error)}.badge-green{background:var(--success-bg);color:var(--success)}.layout{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.layout-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.75rem;padding:0 1.75rem;height:68px;background:#fcfaf6e0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.layout-brand{font-size:1.25rem;font-weight:700;color:var(--ink);letter-spacing:-.01em;white-space:nowrap;flex-shrink:0;text-decoration:none;display:flex;align-items:center;gap:.5rem}.layout-brand-logo{width:28px;height:28px;border-radius:6px;display:block;flex-shrink:0}.layout-nav{display:flex;align-items:center;gap:.25rem;flex:1;margin-left:1.25rem}.layout-nav a{text-decoration:none;padding:.4rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--text-muted);transition:background .12s,color .12s;white-space:nowrap}.layout-nav a:hover{color:var(--text);background:var(--bg-raised)}.layout-nav a.active{color:var(--primary);font-weight:600;background:var(--primary-light)}.layout-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:auto}.layout-email{font-size:.8rem;color:var(--text-light);max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.credits-pill{display:inline-flex;align-items:center;background:var(--accent-soft);color:#8e6b2c;padding:.25rem .7rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.layout-main{flex:1;padding:2.5rem 1.75rem}.page-header{margin-bottom:1.9rem}.page-title{font-size:2rem;font-weight:600;color:var(--ink);margin:0 0 .3rem;letter-spacing:-.01em;line-height:1.18}.page-subtitle{font-size:.925rem;color:var(--text-muted);margin:0}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.section-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.1rem;box-shadow:var(--shadow-sm)}.section-title{font-size:.9rem;font-weight:600;color:var(--text);margin:0 0 1rem}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.35rem 1.5rem;box-shadow:var(--shadow-sm)}.stat-label{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0 0 .55rem}.stat-value{font-size:2.25rem;font-weight:600;color:var(--ink);letter-spacing:-.01em;margin:0;line-height:1.05}.stat-sub{font-size:.8rem;color:var(--text-muted);margin:.35rem 0 0}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.pricing-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.9rem;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;position:relative}.pricing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pricing-card.featured{border:1.5px solid var(--primary);box-shadow:var(--shadow-lg)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fcefe6;font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .85rem;border-radius:999px;box-shadow:var(--shadow-brand);white-space:nowrap}.pricing-name{font-size:1.05rem;font-weight:600;color:var(--ink);margin:0 0 .25rem}.pricing-desc{font-size:.85rem;color:var(--text-muted);margin:0 0 1.25rem}.pricing-amount{font-size:3rem;font-weight:600;color:var(--ink);letter-spacing:-.01em;line-height:1}.pricing-period{font-size:.9rem;color:var(--text-muted);font-weight:400}.pricing-features{list-style:none;margin:1.4rem 0 1.6rem;padding:0;display:flex;flex-direction:column;gap:.65rem;flex:1}.pricing-features li{display:flex;align-items:center;gap:.65rem;font-size:.9rem;color:var(--text-secondary)}.check-icon{width:20px;height:20px;border-radius:50%;background-color:var(--success-bg);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F5C3C' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='5 12.5 10 17.5 19 7.5'/></svg>");background-repeat:no-repeat;background-position:center;background-size:12px 12px;flex-shrink:0;font-size:0;color:transparent}.pricing-status{text-align:center;padding:.6rem;border-radius:var(--radius);font-size:.85rem;font-weight:600}.pricing-status-active{background:var(--primary-light);color:var(--primary)}.pricing-status-current{background:var(--bg-sunken);color:var(--text-muted)}.dash-hero{display:flex;align-items:center;gap:1.25rem;background:var(--white);border:1.5px solid var(--primary-soft);border-radius:var(--radius-xl);padding:1.6rem 1.75rem;margin-bottom:1.25rem;box-shadow:0 2px 14px #8b243314}.dash-hero--empty{border-color:var(--border);box-shadow:none;background:var(--bg-raised)}.dash-hero__icon{width:48px;height:48px;border-radius:var(--radius);background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-hero--empty .dash-hero__icon{background:var(--bg-sunken);color:var(--text-muted)}.dash-hero__icon svg{width:22px;height:22px}.dash-hero__body{flex:1;min-width:0}.dash-hero__title{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--ink);margin:0 0 .3rem;line-height:1.22}.dash-hero__sub{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.55}.dash-hero__action{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex-shrink:0}.dash-hero__credits{font-size:.72rem;color:var(--text-light);margin:0;white-space:nowrap}.dash-onboarding{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem 1.5rem 1.25rem;margin-bottom:1.25rem}.dash-onboarding__eyebrow{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--text-light);margin:0 0 .85rem}.dash-onboarding__steps{display:flex;align-items:flex-start;gap:.6rem}.dash-onboarding__step{flex:1;display:flex;align-items:flex-start;gap:.6rem;min-width:0}.dash-onboarding__num{width:22px;height:22px;border-radius:50%;background:var(--primary);color:#fff;font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.dash-onboarding__step-title{font-size:.82rem;font-weight:600;color:var(--text);margin:0 0 .2rem}.dash-onboarding__step-body{font-size:.76rem;color:var(--text-muted);margin:0;line-height:1.5}.dash-onboarding__arrow{font-size:.9rem;color:var(--border-strong);flex-shrink:0;margin-top:3px;-webkit-user-select:none;user-select:none}@media (max-width: 640px){.dash-hero{flex-direction:column;align-items:flex-start;gap:1rem}.dash-hero__action{width:100%;flex-direction:row;align-items:center;justify-content:space-between}.dash-onboarding__steps{flex-direction:column;gap:.85rem}.dash-onboarding__arrow{display:none}}.upload-zone{border:1.5px dashed var(--border-strong);border-radius:var(--radius-lg);padding:2.25rem 1.5rem;text-align:center;cursor:pointer;background:var(--bg-raised);transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none}.upload-zone:hover{border-color:var(--primary);background:var(--primary-light)}.upload-zone-icon{line-height:1;margin-bottom:.6rem;color:var(--primary);display:flex;justify-content:center}.upload-zone-icon svg{width:30px;height:30px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.upload-zone-title{font-size:.95rem;font-weight:600;color:var(--text-secondary);margin:0 0 .3rem}.upload-zone-hint{font-size:.8rem;color:var(--text-light);margin:0}.preset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:.85rem}.result-card{margin-top:1.5rem;background:var(--white);border:1px solid var(--success-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.result-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.3rem;background:var(--success-bg);border-bottom:1px solid var(--success-border)}.result-header-title{font-size:.9rem;font-weight:600;color:var(--success);margin:0;display:flex;align-items:center;gap:.45rem}.result-header-title svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.result-timestamp{font-size:.8rem;color:var(--text-light)}.result-body{padding:1.3rem}.result-image{width:100%;border-radius:var(--radius);display:block}.result-desc{margin:.85rem 0 0;font-size:.85rem;color:var(--text-muted);line-height:1.6}.upgrade-banner{background:var(--primary-light);border:1px solid var(--primary-soft);border-radius:var(--radius-lg);padding:1.35rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.upgrade-banner-title{margin:0 0 .2rem;font-weight:600;color:var(--ink);font-size:.95rem}.upgrade-banner-sub{margin:0;font-size:.82rem;color:var(--text-muted)}.no-credits-gate{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:3rem 2rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.no-credits-gate__icon{width:60px;height:60px;border-radius:50%;background:var(--bg-sunken);color:var(--text-muted);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.no-credits-gate__icon svg{width:28px;height:28px}.no-credits-gate__heading{font-family:var(--font-display);font-size:1.75rem;font-weight:600;color:var(--ink);letter-spacing:-.01em;line-height:1.18;margin:0 0 .65rem}.no-credits-gate__body{font-size:.95rem;color:var(--text-muted);max-width:38ch;line-height:1.6;margin:0 0 1.5rem}.no-credits-gate__reassure{margin:.85rem 0 0;font-size:.78rem;color:var(--text-light)}.gen-progress{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--primary-light);border:1px solid var(--primary-soft);border-radius:var(--radius-lg);padding:2rem 1.75rem;margin-bottom:1.25rem}.gen-progress__spinner{margin-bottom:1rem}.gen-progress__heading{font-family:var(--font-sans);font-size:1rem;font-weight:600;color:var(--ink);margin:0 0 .4rem}.gen-progress__sub{font-size:.875rem;color:var(--text-muted);margin:0 0 1.1rem;max-width:44ch}.gen-progress__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;text-align:left}.gen-progress__steps li{display:flex;align-items:center;gap:.55rem;font-size:.82rem;color:var(--text-light)}.gen-progress__steps li.active{color:var(--text-secondary);font-weight:500}@keyframes dot-pulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.dot-pulse{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--primary);flex-shrink:0;animation:dot-pulse 1.2s ease-in-out infinite}.gen-error{display:flex;align-items:flex-start;gap:.9rem;background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-lg);padding:1.1rem 1.25rem;margin-bottom:1.25rem}.gen-error__icon{width:36px;height:36px;border-radius:50%;background:var(--error-bg);color:var(--error);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--error-border)}.gen-error__icon svg{width:18px;height:18px}.gen-error__text{flex:1;min-width:0}.gen-error__message{margin:0 0 .2rem;font-size:.9rem;font-weight:600;color:var(--error)}.gen-error__sub{margin:0;font-size:.8rem;color:var(--text-muted)}.upload-cards{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.upload-card{border:1.5px dashed var(--border-strong);border-radius:var(--radius-lg);cursor:pointer;background:var(--bg-raised);transition:border-color .15s,background .15s;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:158px}.upload-card:hover{border-color:var(--primary);background:var(--primary-light)}.upload-card.has-file{border-style:solid;border-color:var(--border-strong);background:var(--white);cursor:default}.upload-card.has-file:hover{border-color:var(--border-strong);background:var(--white)}.upload-card__meta{padding:.75rem .85rem .6rem}.upload-card__header{display:flex;align-items:center;gap:.4rem;margin-bottom:.3rem}.upload-card__label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.upload-card__req{font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.1rem .4rem;border-radius:999px;background:var(--primary-soft);color:var(--primary)}.upload-card__opt{font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.1rem .4rem;border-radius:999px;background:var(--bg-sunken);color:var(--text-muted)}.upload-card__hint{font-size:.74rem;color:var(--text-light);line-height:1.45;margin:0}.upload-card__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .85rem 1rem}.upload-card__empty svg{width:20px;height:20px;stroke:var(--text-light);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.upload-card__empty-text{font-size:.72rem;color:var(--text-light)}.upload-card__preview{flex:1;position:relative;min-height:90px}.upload-card__preview img{width:100%;height:100%;object-fit:cover;display:block}.upload-card__remove{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:#16100b9e;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .12s}.upload-card__remove:hover{background:#16100be0}.upload-card__remove svg{width:11px;height:11px;stroke:currentColor;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.upload-cards-tip{margin-top:.85rem;padding:.65rem .85rem;background:var(--bg-sunken);border-radius:var(--radius);font-size:.78rem;color:var(--text-muted);line-height:1.5}.img-remove-btn{position:absolute;top:-7px;right:-7px;background:var(--error);color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;box-shadow:var(--shadow-sm)}.img-remove-btn svg{width:10px;height:10px;stroke:currentColor;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.gen-studio{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.75rem;max-width:1100px;margin:0 auto;align-items:start}.gen-studio__panel{position:sticky;top:calc(64px + 1.5rem)}.gen-panel{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;min-height:420px;display:flex;flex-direction:column;box-shadow:var(--shadow-md)}.gen-panel__idle{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;text-align:center}.gen-panel__idle-icon{width:72px;height:72px;margin-bottom:1.25rem;opacity:.5}.gen-panel__idle-title{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--text-secondary);margin:0 0 .6rem}.gen-panel__idle-sub{font-size:.88rem;color:var(--text-light);line-height:1.6;max-width:280px;margin:0}.gen-panel__loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;text-align:center;background:linear-gradient(160deg,var(--primary-light) 0%,var(--bg) 100%)}.gen-panel__spinner{margin-bottom:1.25rem}.gen-panel__heading{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--ink);margin:0 0 .4rem}.gen-panel__sub{font-size:.88rem;color:var(--text-muted);margin:0}.gen-panel__error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;text-align:center}.gen-panel__result{flex:1;display:flex;flex-direction:column}.gen-panel__result-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--success-bg);border-bottom:1px solid var(--success-border)}.gen-panel__ready-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;color:var(--success);text-transform:uppercase;letter-spacing:.06em}.gen-panel__img-wrap{flex:1;overflow:hidden}.gen-panel__img{width:100%;display:block;object-fit:cover}.gen-panel__result-footer{padding:1rem;border-top:1px solid var(--border);background:var(--bg)}@media (max-width: 640px){.layout-header{padding:0 1rem;height:60px}.layout-email,.credits-pill{display:none}.layout-brand{font-size:1.05rem}.layout-nav a{padding:.35rem .55rem;font-size:.8rem}.layout-nav{margin-left:.5rem}.layout-main{padding:1.5rem 1rem}.auth-card{padding:1.6rem}.auth-card-title{font-size:1.7rem}.pricing-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr;gap:.75rem}.stat-value{font-size:2rem}.preset-grid{grid-template-columns:1fr 1fr}.page-title{font-size:1.6rem}.upgrade-banner{flex-direction:column;align-items:flex-start}}@media (max-width: 380px){.preset-grid{grid-template-columns:1fr}.layout-nav a{font-size:.74rem;padding:.3rem .4rem}}@media (max-width: 860px){.gen-studio{grid-template-columns:1fr;grid-template-rows:auto auto}.gen-studio__panel{order:-1;position:static}.gen-panel{min-height:300px}}.lp-root{min-height:100vh;display:flex;flex-direction:column;font-family:var(--font-sans);color:var(--text);background:var(--bg)}.lp-nav{position:sticky;top:0;z-index:100;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:#fcfaf6eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.lp-nav-brand{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--ink);letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem}.lp-nav-links{display:flex;align-items:center;gap:.75rem}.lp-hero{text-align:center;padding:5rem 1.5rem 3.5rem;max-width:780px;margin:0 auto}.lp-hero-title{font-family:var(--font-display);font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:600;line-height:1.12;letter-spacing:-.02em;color:var(--ink);margin:.6rem 0 1.25rem}.lp-hero-sub{font-size:1.1rem;color:var(--text-secondary);line-height:1.65;max-width:540px;margin:0 auto 2rem}.lp-hero-cta{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;margin-bottom:3.5rem}.lp-hero-signin{font-size:.95rem;color:var(--text-secondary);text-decoration:none;font-weight:500}.lp-hero-signin:hover{color:var(--primary)}.lp-hero-strip{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.lp-strip-card{display:flex;flex-direction:column;align-items:center;gap:.5rem}.lp-strip-card-inner{width:150px;height:200px;border-radius:var(--radius-lg);background:var(--bg-sunken);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.72rem;color:var(--text-light);font-weight:500;text-transform:uppercase;letter-spacing:.08em;position:relative;overflow:hidden}.lp-strip-card--result .lp-strip-card-inner{background:linear-gradient(145deg,#f6ecd7,#fbeff0);border-color:var(--accent);box-shadow:var(--shadow-brand)}.lp-strip-upload-label,.lp-strip-result-label{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.lp-strip-result-label{color:var(--accent)}.lp-strip-caption{font-size:.75rem;color:var(--text-light);margin:0}.lp-section{padding:5rem 1.5rem}.lp-section--tinted{background:var(--bg-raised)}.lp-section-inner{max-width:960px;margin:0 auto;text-align:center}.lp-section-title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:600;color:var(--ink);line-height:1.18;letter-spacing:-.015em;margin:.5rem 0 1.5rem}.lp-section-title--left{text-align:left}.lp-steps{display:flex;align-items:flex-start;gap:0;margin-top:2.5rem}.lp-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem}.lp-step-num{width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff;font-family:var(--font-display);font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0;box-shadow:var(--shadow-brand)}.lp-step-title{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--ink);margin:0 0 .6rem}.lp-step-body{font-size:.92rem;color:var(--text-secondary);line-height:1.6;margin:0}.lp-step-divider{width:1px;height:44px;background:var(--border-strong);align-self:flex-start;margin-top:22px;flex-shrink:0}.lp-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;text-align:left}.lp-benefits-text{text-align:left}.lp-benefits-body{font-size:1rem;color:var(--text-secondary);line-height:1.65;margin:0 0 1.5rem}.lp-benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.lp-benefits-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--text);line-height:1.5}.lp-benefits-visual{position:relative;display:flex;justify-content:center;align-items:flex-end;gap:0;height:300px}.lp-benefits-card{width:170px;height:250px;border-radius:var(--radius-lg);background:var(--bg-sunken);border:1.5px solid var(--border);position:relative;overflow:hidden;flex-shrink:0}.lp-benefits-card--after{width:190px;height:270px;background:linear-gradient(145deg,#f6ecd7,#fbeff0);border-color:var(--accent);box-shadow:var(--shadow-lg);z-index:1;margin-left:-20px}.lp-benefits-img{width:100%;height:100%;object-fit:cover}.lp-benefits-badge{position:absolute;top:10px;left:10px;background:#231b148c;color:#fff;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:3px 8px;border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lp-benefits-badge--after{background:var(--accent)}.lp-check{width:18px;height:18px;min-width:18px;fill:var(--primary);stroke:none}.lp-check polyline{stroke:#fff;fill:none}.lp-pricing-sub{font-size:1rem;color:var(--text-muted);margin:0 0 2.5rem}.lp-pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;max-width:680px;margin:0 auto}.lp-plan{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-xl);padding:2rem;display:flex;flex-direction:column;gap:0;position:relative;text-align:left}.lp-plan--featured{border-color:var(--primary);box-shadow:var(--shadow-brand)}.lp-plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:3px 12px;border-radius:20px;white-space:nowrap}.lp-plan-name{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--ink);margin:0 0 .2rem}.lp-plan-desc{font-size:.88rem;color:var(--text-muted);margin:0 0 1.1rem}.lp-plan-price{margin-bottom:1.25rem;line-height:1}.lp-plan-amount{font-family:var(--font-display);font-size:2.2rem;font-weight:700;color:var(--ink)}.lp-plan-period{font-size:.9rem;color:var(--text-muted)}.lp-plan-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.55rem;flex:1}.lp-plan-features li{display:flex;align-items:flex-start;gap:.55rem;font-size:.9rem;color:var(--text);line-height:1.4}.lp-pricing-note{margin-top:1.5rem;font-size:.78rem;color:var(--text-light)}.lp-cta-banner{background:linear-gradient(135deg,var(--primary) 0%,#6B1728 100%);padding:5rem 1.5rem;text-align:center}.lp-cta-inner{color:#fff}.lp-cta-title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;line-height:1.18;letter-spacing:-.015em;color:#fff;margin:0 0 .8rem}.lp-cta-sub{font-size:1.05rem;color:#ffffffc7;margin:0 0 2rem}.lp-footer{background:var(--ink);color:#fff9;padding:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.lp-footer-brand{font-family:var(--font-display);font-size:1.1rem;color:#ffffffe6;font-weight:600}.lp-footer-links{display:flex;gap:1.25rem}.lp-footer-links a{color:#fff9;text-decoration:none;font-size:.88rem}.lp-footer-links a:hover{color:#ffffffe6}.lp-footer-copy{font-size:.78rem;margin:0;width:100%;text-align:center;color:#ffffff59}.btn-lg{padding:.8rem 2rem;font-size:1rem;border-radius:var(--radius)}.lp-plan-per-photo{font-size:.78rem;color:var(--accent);font-weight:600;text-align:center;margin:0 0 .75rem}.lp-output-row{display:flex;gap:1.1rem;justify-content:center;align-items:flex-end;margin-top:3.25rem;flex-wrap:wrap}.lp-output-row-note{margin:.85rem 0 0;font-size:.75rem;color:var(--text-light);text-align:center}.lp-scard{display:flex;flex-direction:column;gap:.55rem;width:155px;flex-shrink:0}.lp-scard--featured{width:178px}.lp-scard__photo{aspect-ratio:3 / 4;border-radius:var(--radius-lg);position:relative;overflow:hidden;box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.lp-scard--featured .lp-scard__photo{box-shadow:var(--shadow-brand);outline:2px solid var(--accent);outline-offset:2px}.lp-scard__body{flex:1;position:relative;overflow:hidden}.lp-scard__body:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0px,rgba(255,255,255,.055) 1px,transparent 1px,transparent 5px),repeating-linear-gradient(0deg,rgba(255,255,255,.055) 0px,rgba(255,255,255,.055) 1px,transparent 1px,transparent 5px);pointer-events:none}.lp-scard__sheen{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(130deg,rgba(255,255,255,.18) 0%,transparent 38%,rgba(255,255,255,.08) 68%,transparent 100%);pointer-events:none}.lp-scard__pallu{height:27%;position:relative;overflow:hidden;flex-shrink:0}.lp-scard__zari-lines{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,rgba(255,220,80,.3) 0px,rgba(255,220,80,.3) 1.5px,transparent 1.5px,transparent 8px)}.lp-scard__zari-lines:before{content:"";position:absolute;top:0;left:0;right:0;height:2.5px;background:#ffdc5099}.lp-scard__zari-lines:after{content:"";position:absolute;top:5px;left:0;right:0;height:1px;background:#ffdc504d}.lp-scard__setting{position:absolute;top:8px;left:8px;background:#00000085;color:#ffffffed;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 8px;border-radius:20px;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.lp-scard__meta{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.1rem}.lp-scard__name{font-size:.78rem;font-weight:600;color:var(--text-secondary);line-height:1.3}.lp-scard__fabric{font-size:.63rem;color:var(--text-light)}.lp-scard__time{font-size:.62rem;color:var(--accent);font-weight:500}.lp-gallery .lp-scard{width:auto}.lp-gallery .lp-scard__photo{aspect-ratio:2 / 3}.lp-stats-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 1.5rem}.lp-stat{display:flex;flex-direction:column;align-items:center;padding:.5rem 2.25rem;border-right:1px solid var(--border)}.lp-stat:last-child{border-right:none}.lp-stat__n{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--primary);line-height:1}.lp-stat__label{font-size:.74rem;color:var(--text-muted);margin-top:.2rem;text-align:center}.lp-gallery-sub{font-size:1rem;color:var(--text-muted);margin:0 0 2rem;line-height:1.6}.lp-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.lp-ba{display:flex;align-items:center;gap:1rem}.lp-ba-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.55rem;min-width:0}.lp-ba-tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin:0;padding:3px 12px;border-radius:20px}.lp-ba-tag--before{background:var(--bg-sunken);color:var(--text-muted)}.lp-ba-tag--after{background:var(--accent-soft);color:var(--accent)}.lp-ba-note{font-size:.72rem;color:var(--text-light);margin:0;text-align:center}.lp-upload-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.lp-upload-card__surface{width:100%;min-height:220px;background:#ede8dc;border-radius:var(--radius-lg);border:1.5px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem 1rem;gap:0;position:relative;overflow:hidden}.lp-upload-card__surface:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,rgba(0,0,0,.012) 0px,rgba(0,0,0,.012) 1px,transparent 1px,transparent 10px);pointer-events:none}.lp-upload-card__surface:after{content:"";position:absolute;bottom:0;left:0;right:0;height:22%;background:linear-gradient(to top,rgba(190,178,160,.4),transparent);pointer-events:none}.lp-upload-card__fabric{width:82%;height:138px;border-radius:var(--radius);position:relative;overflow:hidden;box-shadow:0 6px 22px #00000038,0 2px 6px #0000001f;transform:rotate(-2.5deg);flex-shrink:0;z-index:1}.lp-upload-card__fabric:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0px,rgba(255,255,255,.06) 1px,transparent 1px,transparent 5px),repeating-linear-gradient(0deg,rgba(255,255,255,.06) 0px,rgba(255,255,255,.06) 1px,transparent 1px,transparent 5px);pointer-events:none}.lp-upload-card__crease{position:absolute;left:0;right:0;background:#0001;pointer-events:none}.lp-upload-card__crease--1{top:24%;height:1.5px;transform:rotate(-.6deg)}.lp-upload-card__crease--2{top:60%;height:1px;transform:rotate(.8deg)}.lp-upload-card__pallu-strip{position:absolute;bottom:0;left:0;right:0;height:20%;opacity:.88}.lp-upload-card__drop-shadow{width:78%;height:9px;background:radial-gradient(ellipse,rgba(0,0,0,.18) 0%,transparent 72%);margin-top:-2px;transform:rotate(-2.5deg);flex-shrink:0}.lp-upload-card__label{font-size:.67rem;color:var(--text-light);font-weight:500;text-transform:uppercase;letter-spacing:.09em;text-align:center;margin:0}.lp-ba-result,.lp-ba-result .lp-scard{width:100%}.lp-ba-result .lp-scard__photo{aspect-ratio:4 / 5}.lp-ba-arrow-wrap{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex-shrink:0}.lp-ba-arrow-svg{width:28px;height:28px;color:var(--accent)}.lp-ba-timing{font-size:.68rem;font-weight:700;color:var(--accent);background:var(--accent-soft);padding:2px 9px;border-radius:20px;white-space:nowrap}.lp-model-wrap{width:100%;height:100%;position:relative;overflow:hidden;border-radius:inherit}.lp-model-svg{width:100%;height:100%;display:block}.lp-gif-img{width:100%;height:100%;object-fit:cover;object-position:center 8%;display:block}.lp-model-body{animation:model-sway 6s ease-in-out infinite}@keyframes model-sway{0%,to{transform:translate(0)}20%{transform:translate(2px)}50%{transform:translate(-1.5px)}80%{transform:translate(1px)}}.lp-model-pallu{transform-box:fill-box;transform-origin:top left;animation:pallu-wave 3.5s ease-in-out infinite}@keyframes pallu-wave{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(5px) rotate(3deg)}60%{transform:translate(-3px) rotate(-1.5deg)}80%{transform:translate(2px) rotate(1deg)}}.lp-ccard{display:flex;flex-direction:column;gap:.55rem;width:155px;flex-shrink:0}.lp-ccard--featured{width:178px}.lp-ccard__photo{aspect-ratio:3 / 4;border-radius:var(--radius-lg);position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}.lp-ccard--featured .lp-ccard__photo{box-shadow:var(--shadow-brand);outline:2px solid var(--accent);outline-offset:2px}.lp-ccard__setting{position:absolute;bottom:8px;left:8px;background:#00000085;color:#ffffffed;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 8px;border-radius:20px;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5}.lp-ccard__ai-tag{position:absolute;bottom:8px;right:8px;background:var(--accent);color:#fff;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 8px;border-radius:20px;z-index:5}.lp-ccard__meta{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.1rem}.lp-ccard__name{font-size:.78rem;font-weight:600;color:var(--text-secondary);line-height:1.3}.lp-ccard__fabric{font-size:.63rem;color:var(--text-light)}.lp-ccard__time{font-size:.62rem;color:var(--accent);font-weight:500}.lp-gallery .lp-ccard{width:auto}.lp-gallery .lp-ccard__photo{aspect-ratio:2 / 3}.lp-ba-result .lp-ccard{width:100%}.lp-ba-result .lp-ccard__photo{aspect-ratio:4 / 5}@media (max-width: 768px){.lp-nav{padding:0 1rem}.lp-hero{padding:3.5rem 1rem 2.5rem}.lp-output-row{gap:.65rem}.lp-scard{width:112px}.lp-scard--featured{width:128px}.lp-ccard{width:112px}.lp-ccard--featured{width:128px}.lp-stats-row{gap:0}.lp-stat{padding:.5rem 1.25rem}.lp-stat__n{font-size:1.35rem}.lp-gallery{grid-template-columns:repeat(2,1fr)}.lp-steps{flex-direction:column;align-items:center;gap:2rem}.lp-step-divider{display:none}.lp-benefits-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.lp-benefits-text,.lp-section-title--left{text-align:center}.lp-benefits-list{align-items:flex-start}.lp-ba{flex-direction:column;gap:.75rem}.lp-ba-col{width:100%;max-width:300px}.lp-ba-arrow-wrap{flex-direction:row}.lp-ba-arrow-svg{transform:rotate(90deg)}.lp-pricing-grid{grid-template-columns:1fr;max-width:360px}.lp-footer{justify-content:center;text-align:center}.lp-footer-links{justify-content:center}}@media (max-width: 480px){.lp-gallery{grid-template-columns:1fr 1fr}.lp-stat{padding:.5rem .9rem;border-right:none}.lp-stats-row{gap:.5rem 0}.lp-output-row{gap:.5rem}.lp-scard{width:92px}.lp-scard--featured{width:108px}.lp-ccard{width:92px}.lp-ccard--featured{width:108px}}
