:root{--ink:#0a0a0a;--ink-soft:#1a1a1a;--paper:#faf7f1;--paper-2:#f3eee4;--stone:#e6dfd2;--line:#d8d2c5;--line-soft:#0a0a0a14;--muted:#6c665b;--muted-2:#948e83;--accent:#b8674a;--accent-deep:#8e4a32;--ok:#3f6b4f;--shadow-1:0 1px 2px #0a0a0a0a, 0 8px 24px #0a0a0a0f;--shadow-2:0 2px 4px #0a0a0a0f, 0 24px 60px #0a0a0a1a;--radius-s:6px;--radius-m:12px;--radius-l:20px;--maxw:1280px}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{font-feature-settings:"ss01", "cv11";background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}@media (width<=720px){.wrap{padding:0 20px}}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:600}.eyebrow .dot{background:var(--accent);vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:10px;display:inline-block;transform:translateY(-1px)}h1,h2,h3,h4{letter-spacing:-.025em;text-wrap:balance;margin:0;font-weight:800;line-height:1.02}h1{letter-spacing:-.04em;font-size:clamp(46px,7.2vw,108px)}h2{letter-spacing:-.03em;font-size:clamp(34px,4.4vw,64px)}h3{letter-spacing:-.02em;font-size:clamp(22px,2vw,28px);line-height:1.15}.lead{color:var(--muted);text-wrap:pretty;max-width:56ch;font-size:clamp(17px,1.4vw,21px);line-height:1.5}.serif-mark{letter-spacing:-.01em;font-family:Instrument Serif,Georgia,serif;font-style:italic;font-weight:400}.hero h1[data-heading-font=sans] .serif-mark{letter-spacing:-.04em;font-family:inherit;font-style:normal;font-weight:800}.hero h1[data-heading-font=serif]{letter-spacing:-.03em;font-family:Instrument Serif,Georgia,serif;font-style:italic;font-weight:400;line-height:1}.hero h1[data-heading-font=serif] .serif-mark{font-family:inherit;font-style:italic;font-weight:400}.btn{white-space:nowrap;border-radius:999px;align-items:center;gap:10px;height:48px;padding:0 22px;font-size:15px;font-weight:600;transition:transform .15s,background .2s,color .2s,border-color .2s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-dark{background:var(--ink);color:var(--paper)}.btn-dark:hover{background:var(--accent-deep)}.btn-ghost{border:1px solid var(--line);color:var(--ink);background:0 0}.btn-ghost:hover{border-color:var(--ink)}.btn-link{border-bottom:1px solid var(--ink);border-radius:0;gap:6px;height:auto;padding:0 0 2px}.btn-sm{height:40px;padding:0 16px;font-size:14px}.nav{z-index:50;-webkit-backdrop-filter:saturate(140%)blur(12px);border-bottom:1px solid var(--line-soft);background:#faf7f1db;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:32px;height:72px;display:flex}.nav-logo img{width:auto;height:26px}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:var(--ink);opacity:.8;font-size:14px;font-weight:500}.nav-links a:hover{opacity:1}.nav-cta{align-items:center;gap:10px;display:flex}@media (width<=880px){.nav-links{display:none}}@media (width<=520px){.nav-cta .btn-ghost{display:none}}.hero{padding:64px 0 24px}.hero-badge{border:1px solid var(--line);background:var(--paper);color:var(--ink-soft);border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:7px 14px 7px 7px;font-size:13px;font-weight:500;display:inline-flex}.hero-badge .pip{background:var(--ink);color:var(--paper);letter-spacing:.04em;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.hero h1{margin-bottom:22px}.hero h1 .accent{color:var(--accent)}.hero h1 .strike{color:var(--muted-2);text-decoration:line-through;text-decoration-thickness:4px}.hero-sub{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:48px;margin-top:16px;display:flex}.hero-sub .lead{flex:360px}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-meta{flex-wrap:wrap;gap:32px;margin-top:56px;display:flex}.hero-meta div{color:var(--muted);font-size:13px}.hero-meta b{color:var(--ink);letter-spacing:-.02em;margin-bottom:6px;font-size:28px;font-weight:800;line-height:1;display:block}.hero-strip{grid-template-columns:repeat(5,1fr);gap:14px;margin-top:56px;display:grid}.hero-strip-card{aspect-ratio:4/5;border-radius:var(--radius-m);background:var(--stone);box-shadow:var(--shadow-1);position:relative;overflow:hidden}.hero-strip-card img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.hero-strip-card:hover img{transform:scale(1.04)}.hero-strip-card .tag{color:#fff;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0a0ac7;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.hero-strip-card .label{color:#fff;text-shadow:0 1px 8px #0006;font-size:14px;font-weight:600;position:absolute;bottom:12px;left:12px;right:12px}@media (width<=980px){.hero-strip{grid-template-columns:repeat(3,1fr)}.hero-strip-card:nth-child(n+4){display:none}}@media (width<=520px){.hero-strip{grid-template-columns:repeat(2,1fr);gap:10px}.hero-strip-card:nth-child(n+3){display:none}}section{padding:110px 0}@media (width<=720px){section{padding:72px 0}}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:48px;display:flex}.section-head .eyebrow{margin-bottom:14px}.section-head h2{max-width:18ch}.section-head .lead{max-width:44ch}.tool{background:var(--ink);color:var(--paper);border-radius:var(--radius-l);padding:40px}.tool-inner{grid-template-columns:380px 1fr;gap:40px;display:grid}@media (width<=980px){.tool-inner{grid-template-columns:1fr;gap:28px}.tool{padding:28px}}.tool h2{color:var(--paper)}.tool .lead{color:#faf7f1b3}.tool-left{flex-direction:column;gap:20px;display:flex}.dropzone{border-radius:var(--radius-m);text-align:center;cursor:pointer;background:#ffffff08;border:1.5px dashed #faf7f147;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:220px;padding:28px;transition:background .2s,border-color .2s;display:flex}.dropzone:hover,.dropzone.drag{border-color:var(--accent);background:#b8674a14}.dropzone .icon{width:44px;height:44px;color:var(--paper);background:#faf7f114;border-radius:50%;justify-content:center;align-items:center;display:flex}.dropzone p{color:#faf7f1b3;margin:0;font-size:14px}.dropzone strong{color:var(--paper);margin-bottom:4px;font-size:16px;font-weight:600;display:block}.dropzone .hint{color:#faf7f173;font-size:12px}.tryouts{color:#faf7f199;flex-direction:column;gap:10px;font-size:13px;display:flex}.tryouts-row{flex-wrap:wrap;gap:8px;display:flex}.tryout-btn{color:var(--paper);background:#ffffff08;border:1px solid #faf7f129;border-radius:999px;align-items:center;gap:8px;padding:7px 12px 7px 7px;font-size:13px;transition:background .2s,border-color .2s;display:flex}.tryout-btn:hover{border-color:var(--paper);background:#ffffff14}.tryout-btn .thumb{object-fit:cover;border-radius:50%;width:28px;height:28px}.uploaded-preview{border-radius:var(--radius-m);aspect-ratio:4/3;background:#ffffff0a;position:relative;overflow:hidden}.uploaded-preview img{object-fit:cover;width:100%;height:100%}.uploaded-preview .ribbon{color:#fff;letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0ab3;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex;position:absolute;top:12px;left:12px}.uploaded-preview .reset{color:#fff;background:#0a0a0ab3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:600;display:flex;position:absolute;top:12px;right:12px}.detect-strip{color:#faf7f1b3;align-items:center;gap:12px;font-size:13px;display:flex}.detect-strip .pulse{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.detect-strip .pill{color:var(--paper);background:#faf7f114;border-radius:999px;padding:4px 10px;font-weight:600}.tool-right{flex-direction:column;gap:16px;display:flex}.styles-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.styles-header h3{color:var(--paper)}.styles-header .stats{color:#faf7f18c;font-size:13px}.style-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (width<=720px){.style-grid{grid-template-columns:repeat(2,1fr)}}.style-card{border-radius:var(--radius-m);aspect-ratio:4/3;cursor:pointer;background:#ffffff0a;transition:transform .25s;position:relative;overflow:hidden}.style-card:hover{transform:translateY(-2px)}.style-card img{object-fit:cover;width:100%;height:100%}.style-card .name{color:#fff;text-shadow:0 1px 8px #0009;justify-content:space-between;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.style-card .arrow{width:26px;height:26px;color:var(--ink);opacity:0;background:#fffffff2;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.style-card:hover .arrow{opacity:1}.style-card.loading{cursor:default;pointer-events:none}.style-card .skeleton{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff1a 50%,#ffffff0a 100%) 0 0/200% 100%;animation:1.4s linear infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.style-card .skeleton-label{color:#fff9;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex;position:absolute;bottom:12px;left:12px}.spinner{border:2px solid #fff3;border-top-color:#ffffffd9;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{border-radius:var(--radius-m);text-align:center;color:#faf7f18c;border:1.5px dashed #faf7f129;flex-direction:column;align-items:center;gap:12px;min-height:100%;padding:48px 32px;font-size:14px;display:flex}.empty-state .grid-preview{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;max-width:320px;margin-bottom:12px;display:grid}.empty-state .grid-preview span{aspect-ratio:4/3;background:#faf7f10f;border-radius:6px}.empty-state .grid-preview span:first-child{animation:2.4s infinite blink}.empty-state .grid-preview span:nth-child(2){animation:2.4s .4s infinite blink}.empty-state .grid-preview span:nth-child(3){animation:2.4s .8s infinite blink}.empty-state .grid-preview span:nth-child(4){animation:2.4s 1.2s infinite blink}.empty-state .grid-preview span:nth-child(5){animation:2.4s 1.6s infinite blink}.empty-state .grid-preview span:nth-child(6){animation:2.4s 2s infinite blink}@keyframes blink{0%,to{background:#faf7f10a}50%{background:#faf7f11f}}.pick-controls{border-radius:var(--radius-m);background:#ffffff06;border:1px solid #faf7f11f;flex-direction:column;gap:14px;margin-top:4px;padding:18px;display:flex}.pick-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.pick-label{color:#faf7f1b3;font-size:13px;font-weight:500}.pick-seg{background:#ffffff0f;border:1px solid #faf7f11a;border-radius:999px;padding:3px;display:inline-flex}.pick-seg button{color:#faf7f1a6;border-radius:999px;width:36px;height:30px;font-size:13px;font-weight:600;transition:background .18s,color .18s}.pick-seg button.on{background:var(--paper);color:var(--ink)}.pick-seg button:not(.on):hover{color:var(--paper)}.pick-cost{border-top:1px solid #faf7f114;flex-direction:column;gap:4px;padding-top:12px;display:flex}.cost-line{color:#faf7f1d9;justify-content:space-between;gap:8px;font-size:14px;display:flex}.cost-line b{color:var(--paper);letter-spacing:-.01em;font-size:16px;font-weight:700}.cost-sub{color:#faf7f173;font-size:12px}.btn-generate{background:var(--accent);color:#fff;letter-spacing:-.01em;border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;padding:0 22px;font-size:15px;font-weight:700;transition:background .2s,transform .15s,opacity .2s;display:inline-flex}.btn-generate:hover:not(:disabled){background:var(--accent-deep)}.btn-generate:active:not(:disabled){transform:translateY(1px)}.btn-generate:disabled{opacity:.45;cursor:not-allowed}.picker-hint{color:#faf7f1a6;justify-content:space-between;align-items:center;gap:12px;margin:-4px 0 4px;font-size:13px;display:flex}.picker-hint b{color:var(--paper);font-weight:700}.picker-clear{color:#faf7f1b3;text-underline-offset:3px;border-radius:4px;padding:4px 6px;font-size:12px;text-decoration:underline}.picker-clear:hover{color:var(--paper)}.picker-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (width<=720px){.picker-grid{grid-template-columns:repeat(2,1fr)}}.picker-card{text-align:left;border-radius:var(--radius-m);color:var(--paper);cursor:pointer;background:#ffffff0a;border:1.5px solid #faf7f11a;flex-direction:column;padding:0;transition:border-color .2s,transform .2s,background .2s;display:flex;position:relative;overflow:hidden}.picker-card:hover:not(:disabled){border-color:#faf7f152;transform:translateY(-2px)}.picker-card img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:filter .25s,transform .25s}.picker-card.disabled{opacity:.4;cursor:not-allowed}.picker-card.disabled img{filter:grayscale(.8)}.picker-card.on{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), 0 6px 18px #b8674a40;background:#b8674a1a}.picker-card.on img{transform:scale(1.02)}.picker-check{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a0a59;border:1.5px solid #ffffffa6;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:background .2s,border-color .2s;display:flex;position:absolute;top:10px;right:10px}.picker-card.on .picker-check{background:var(--accent);border-color:var(--accent)}.picker-meta{flex-direction:column;gap:3px;padding:12px 14px 14px;display:flex}.picker-meta b{color:var(--paper);letter-spacing:-.01em;font-size:14px;font-weight:600}.picker-meta em{color:#faf7f18c;font-size:12px;font-style:normal;line-height:1.35}.picker-card-custom .picker-custom-empty{aspect-ratio:4/3;color:#faf7f173;background:#ffffff06;border-bottom:1.5px dashed #faf7f129;justify-content:center;align-items:center;width:100%;display:flex}.picker-card-custom:hover:not(:disabled) .picker-custom-empty{color:#faf7f1b3;border-bottom-color:#faf7f152}.picker-card-custom.expanded{cursor:default;border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), 0 6px 18px #b8674a40;background:#b8674a1a;flex-direction:column;grid-column:1/-1;gap:12px;padding:16px 18px 14px;display:flex}.picker-card-custom.expanded:hover{transform:none}.picker-custom-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.picker-custom-title{align-items:center;gap:10px;display:inline-flex}.picker-custom-title b{color:var(--paper);letter-spacing:-.01em;font-size:14px;font-weight:600}.picker-custom-title .picker-check{position:static;transform:none}.picker-custom-title .picker-check.on{background:var(--accent);border-color:var(--accent)}.picker-custom-remove{color:#faf7f1b3;border-radius:6px;padding:5px 9px;font-size:12px;font-weight:500;transition:background .15s,color .15s}.picker-custom-remove:hover{color:var(--paper);background:#ffffff14}.picker-custom-input{width:100%;min-height:88px;color:var(--paper);resize:vertical;background:#0a0a0a59;border:1px solid #faf7f124;border-radius:10px;padding:12px 14px;font:14px/1.5 Manrope,system-ui,sans-serif;transition:border-color .15s,background .15s}.picker-custom-input:focus{background:#0a0a0a80;border-color:#faf7f166;outline:none}.picker-custom-input::placeholder{color:#faf7f159}.picker-custom-foot{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.picker-custom-count{color:#faf7f173;font-variant-numeric:tabular-nums;padding-top:4px;font-size:11px}.picker-custom-chips{flex-wrap:wrap;flex:1;justify-content:flex-end;gap:6px;display:flex}.picker-custom-chip{color:#faf7f1bf;text-align:left;background:#ffffff05;border:1px solid #faf7f12e;border-radius:999px;padding:5px 10px;font-size:11.5px;transition:background .15s,border-color .15s,color .15s}.picker-custom-chip:hover{color:var(--paper);background:#ffffff14;border-color:#faf7f152}.result-group-title{flex-direction:column;gap:4px;display:flex}.result-group-prompt{color:#faf7f1b3;text-wrap:pretty;max-width:56ch;margin:0;font-family:Instrument Serif,Georgia,serif;font-size:14px;font-style:italic;line-height:1.4}.result-groups{flex-direction:column;gap:22px;display:flex}.result-group{flex-direction:column;gap:10px;display:flex}.result-group-head{border-bottom:1px solid #faf7f11a;justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:6px;display:flex}.result-group-head h4{letter-spacing:.08em;text-transform:uppercase;color:var(--paper);margin:0;font-size:14px;font-weight:600}.result-group-head .muted{color:#faf7f180;font-size:12px}.var-row{gap:12px;display:grid}.var-row-1{grid-template-columns:1fr}.var-row-2{grid-template-columns:1fr 1fr}.var-row-3{grid-template-columns:1fr 1fr 1fr}@media (width<=720px){.var-row-3{grid-template-columns:1fr 1fr}}.var-row .style-card{aspect-ratio:4/3}.var-row-1 .style-card{aspect-ratio:16/10}.var-tag{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.01em;background:#0a0a0a9e;border-radius:999px;padding:5px 9px;font-family:Instrument Serif,Georgia,serif;font-size:13px;font-style:italic;line-height:1;position:absolute;top:10px;left:10px}.result-footer{border-top:1px solid #faf7f114;justify-content:flex-end;align-items:center;gap:12px;margin-top:4px;padding-top:10px;font-size:13px;display:flex}.result-footer .muted{color:#faf7f18c}.result-link{color:var(--paper);border-radius:6px;padding:6px 8px;font-weight:600;transition:background .15s}.result-link:hover{background:#ffffff0f}.steps{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (width<=880px){.steps{grid-template-columns:1fr}}.step{border-top:1px solid var(--line);padding-top:24px}.step-num{color:var(--accent);letter-spacing:-.02em;margin-bottom:28px;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:28px;font-style:normal;font-weight:700;line-height:1}.step h3{margin-bottom:12px}.step p{color:var(--muted);margin:0}.styles-section{padding-bottom:110px}.style-marquee{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}@media (width<=1180px){.style-marquee{grid-template-columns:repeat(3,1fr)}}@media (width<=720px){.style-marquee{grid-template-columns:repeat(2,1fr)}}.style-tile{aspect-ratio:3/4;border-radius:var(--radius-m);background:var(--stone);position:relative;overflow:hidden}.style-tile img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.style-tile:hover img{transform:scale(1.06)}.style-tile:after{content:"";background:linear-gradient(#0000 50%,#0a0a0ac7 100%);position:absolute;inset:0}.style-tile .info{color:#fff;z-index:1;position:absolute;bottom:18px;left:18px;right:18px}.style-tile .info h4{letter-spacing:-.02em;margin:0 0 4px;font-size:22px;font-weight:700}.style-tile .info p{opacity:.85;margin:0;font-size:13px}.style-tile .num{color:#fff;opacity:.85;z-index:1;font-family:Instrument Serif,serif;font-size:14px;font-style:italic;position:absolute;top:14px;left:14px}.ba-tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.ba-tab{border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.ba-tab.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.ba-tab:hover:not(.active){border-color:var(--ink)}.ba-stage{aspect-ratio:16/10;background:var(--stone);border-radius:var(--radius-l);-webkit-user-select:none;user-select:none;width:100%;box-shadow:var(--shadow-2);position:relative;overflow:hidden}.ba-stage img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.ba-stage .after-clip{clip-path:inset(0)}.ba-divider{z-index:3;cursor:ew-resize;background:#fff;width:2px;position:absolute;top:0;bottom:0;box-shadow:0 0 0 1px #0000001a,0 4px 14px #0000002e}.ba-handle{background:#fff;border-radius:50%;justify-content:center;align-items:center;gap:2px;width:48px;height:48px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 14px #0003}.ba-handle svg{color:var(--ink)}.ba-tag{letter-spacing:.08em;text-transform:uppercase;z-index:2;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:600;position:absolute;top:18px}.ba-tag.before{color:var(--ink);background:#ffffffeb;left:18px}.ba-tag.after{color:#fff;background:#0a0a0ad9;right:18px}.ba-meta{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-top:20px;display:flex}.ba-meta h3{margin-bottom:6px}.ba-meta p{color:var(--muted);max-width:50ch;margin:0;font-size:14px}.ba-meta .pillstack{flex-wrap:wrap;gap:6px;display:flex}.ba-meta .pill{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:5px 10px;font-size:12px}.feat-grid{background:var(--line);border:1px solid var(--line);border-radius:var(--radius-l);grid-template-columns:repeat(2,1fr);gap:1px;display:grid;overflow:hidden}@media (width<=720px){.feat-grid{grid-template-columns:1fr}}.feat-cell{background:var(--paper);flex-direction:column;gap:12px;min-height:240px;padding:40px;display:flex}.feat-cell .ico{background:var(--paper-2);width:36px;height:36px;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;display:flex}.feat-cell h3{margin:8px 0 4px}.feat-cell p{color:var(--muted);margin:0}.nums-section h2{max-width:22ch;margin-bottom:56px}.nums{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (width<=720px){.nums{grid-template-columns:1fr}}.num-card{border-top:1px solid var(--line);padding:28px 0}.num-card .big{letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(56px,7vw,96px);font-weight:800;line-height:1}.num-card .big .unit{color:var(--accent)}.num-card p{color:var(--muted);max-width:32ch;margin:0}.nums-section .footnote{color:var(--muted);max-width:60ch;margin-top:56px;font-size:12px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (width<=980px){.pricing-grid{grid-template-columns:1fr}}.price-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-l);flex-direction:column;gap:18px;padding:36px;display:flex}.price-card.featured{background:var(--ink);color:var(--paper);border-color:var(--ink);position:relative}.price-card.featured .feat-tag{background:var(--accent);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:-12px;right:24px}.price-card .name{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:14px;font-weight:600}.price-card.featured .name{color:#faf7f199}.price-card .desc{color:var(--muted);margin:0;font-size:14px}.price-card.featured .desc{color:#faf7f1a6}.price-row{align-items:baseline;gap:8px;display:flex}.price-amount{letter-spacing:-.03em;font-size:56px;font-weight:800;line-height:1}.price-row .currency{font-size:24px;font-weight:600}.price-row .per{color:var(--muted);font-size:14px}.price-card.featured .price-row .per{color:#faf7f199}.price-includes{flex-direction:column;gap:10px;margin:8px 0 0;display:flex}.price-includes li{color:var(--ink);align-items:flex-start;gap:10px;font-size:14px;list-style:none;display:flex}.price-card.featured .price-includes li{color:var(--paper)}.price-includes li:before{content:"";background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23b8674a' stroke-width='2'><path d='M3 8.5l3 3 7-7'/></svg>") 50%/contain no-repeat;flex:none;width:16px;height:16px;margin-top:3px}.price-card .btn{justify-content:center;width:100%;margin-top:auto}.price-card.featured .btn-dark{background:var(--paper);color:var(--ink)}.price-card.featured .btn-dark:hover{background:var(--accent);color:var(--paper)}.faq-grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:64px;display:grid}@media (width<=880px){.faq-grid{grid-template-columns:1fr;gap:32px}}.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-q{text-align:left;width:100%;color:var(--ink);letter-spacing:-.01em;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-size:18px;font-weight:600;display:flex}.faq-q .plus{color:var(--muted);flex:none;font-size:22px;transition:transform .25s}.faq-item.open .faq-q .plus{color:var(--ink);transform:rotate(45deg)}.faq-a{max-height:0;color:var(--muted);transition:max-height .35s;overflow:hidden}.faq-item.open .faq-a{max-height:400px}.faq-a p{margin:0 0 22px;line-height:1.6}.cta-banner{border:1px solid var(--line);border-radius:var(--radius-l);grid-template-columns:1.4fr 1fr;align-items:center;gap:48px;padding:64px;display:grid}@media (width<=880px){.cta-banner{grid-template-columns:1fr;padding:40px}}.cta-banner h2{max-width:18ch}.cta-banner .actions{flex-wrap:wrap;gap:12px;display:flex}.cta-banner .right{color:var(--muted);font-size:14px}.cta-banner .right ul{flex-direction:column;gap:8px;padding-left:0;list-style:none;display:flex}.cta-banner .right li{align-items:center;gap:10px;display:flex}.cta-banner .right li:before{content:"✓";color:var(--accent);font-weight:700}footer{border-top:1px solid var(--line);padding:64px 0 40px}.foot-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;padding-bottom:48px;display:grid}@media (width<=720px){.foot-top{grid-template-columns:1fr 1fr}}.foot-col h5{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 16px;font-size:12px;font-weight:600}.foot-col a{color:var(--ink);opacity:.8;padding:6px 0;font-size:14px;display:block}.foot-col a:hover{opacity:1}.foot-col p{color:var(--muted);max-width:38ch;font-size:14px}.foot-col img{height:22px;margin-bottom:16px}.foot-bot{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;font-size:12px;display:flex}.iconbtn{border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.iconbtn:hover{border-color:var(--ink)}#root{min-height:100vh}.tool-section{padding-top:24px}.btn-light{background:var(--paper);color:var(--ink)}.btn-light:hover{background:var(--accent);color:var(--paper)}.tool-empty{border-radius:var(--radius-m);color:#faf7f18c;border:1.5px dashed #faf7f129;place-items:center;min-height:520px;display:grid}.picker-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.picker-head h3{color:var(--paper);margin-top:4px}.muted{color:#faf7f194;font-size:13px}.variation-stepper{background:#ffffff0a;border:1px solid #faf7f121;border-radius:999px;align-items:center;gap:10px;padding:4px;display:inline-flex}.variation-stepper button{width:32px;height:32px;color:var(--paper);background:#faf7f11a;border-radius:999px;font-weight:800}.variation-stepper span{text-align:center;color:#faf7f1d1;min-width:96px;font-size:13px}.style-picker{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (width<=760px){.style-picker{grid-template-columns:repeat(2,1fr)}}.style-choice{text-align:left;border-radius:var(--radius-m);color:var(--paper);background:#ffffff0a;border:1.5px solid #faf7f11a;flex-direction:column;gap:3px;padding:0 0 14px;display:flex;position:relative;overflow:hidden}.style-choice:hover{border-color:#faf7f152;transform:translateY(-2px)}.style-choice.selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), 0 6px 18px #b8674a40}.style-choice img{aspect-ratio:4/3;object-fit:cover;width:100%}.style-choice span{padding:10px 12px 0;font-size:14px;font-weight:700}.style-choice small{color:#faf7f194;padding:0 12px;line-height:1.35}.prompt-box{color:#faf7f1bd;flex-direction:column;gap:8px;margin-top:2px;font-size:13px;display:flex}.prompt-box textarea{resize:vertical;min-height:92px;color:var(--paper);background:#0a0a0a57;border:1px solid #faf7f124;border-radius:10px;padding:12px 14px;font:14px/1.5 Manrope,system-ui,sans-serif}.prompt-box textarea:focus{border-color:#faf7f16b;outline:none}.tool-action{width:max-content;margin-top:2px}.result-card{border-radius:var(--radius-m);background:#ffffff0a;border:1px solid #faf7f11a;position:relative;overflow:hidden}.result-card img,.result-loading{aspect-ratio:16/10;object-fit:cover;width:100%}.result-loading{color:#faf7f19e;background:linear-gradient(90deg,#ffffff0a 0%,#ffffff1a 50%,#ffffff0a 100%) 0 0/200% 100%;place-items:center;animation:1.4s linear infinite shimmer;display:grid}.result-meta{color:var(--paper);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:13px;display:flex}.result-meta button{background:var(--paper);color:var(--ink);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.result-meta button:disabled{opacity:.4;cursor:wait}.tool-error,.form-error,.form-note{border-radius:8px;padding:10px 12px;font-size:13px}.tool-error,.form-error{color:#fff4ee;background:#b84c3033;border:1px solid #ffffff1f}.form-note{color:var(--ok);background:#3f6b4f1a;border:1px solid #3f6b4f2e}.ba-stage .after-clip{z-index:1;position:absolute;inset:0;overflow:hidden}.cta-banner .right{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.final-cta-section{padding-top:0}.auth-layout,.auth-page{background:var(--paper);min-height:100vh;display:grid}.auth-layout{grid-template-columns:minmax(360px,.95fr) minmax(360px,1fr)}.auth-page{place-items:center;padding:32px}.auth-visual{color:#fff;background:var(--ink);flex-direction:column;justify-content:space-between;min-height:100vh;padding:36px;display:flex;position:relative;overflow:hidden}.auth-visual>img{object-fit:cover;opacity:.82;width:100%;height:100%;position:absolute;inset:0}.auth-visual:after{content:"";background:linear-gradient(#00000040,#000000b8);position:absolute;inset:0}.auth-visual>:not(img){z-index:1;position:relative}.auth-visual .nav-logo img{filter:brightness(0)invert()}.auth-visual h1{max-width:9ch;font-size:clamp(44px,6vw,76px)}.auth-visual .eyebrow{color:#ffffffb8}.auth-card{border:1px solid var(--line);border-radius:var(--radius-l);background:#faf7f1e0;flex-direction:column;place-self:center;gap:16px;width:min(460px,100vw - 40px);padding:36px;display:flex}.auth-card h1{font-size:clamp(34px,4vw,52px)}.auth-card p{color:var(--muted);margin:0}.auth-card label{color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.auth-card input{border:1px solid var(--line);height:46px;color:var(--ink);font:inherit;background:#fff;border-radius:10px;padding:0 13px}.auth-card input:focus{border-color:var(--ink);outline:none}.auth-card .btn{justify-content:center;width:100%}.auth-oauth{grid-template-columns:1fr 1fr;gap:10px;display:grid}.auth-oauth button{border:1px solid var(--line);background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:9px;height:44px;font-size:13px;font-weight:700;display:inline-flex}.auth-oauth img{width:18px;height:18px}.auth-switcher{flex-wrap:wrap;gap:8px;display:flex}.auth-switcher button,.auth-card a{color:var(--muted);text-underline-offset:3px;font-size:13px;text-decoration:underline}@media (width<=880px){.auth-layout{grid-template-columns:1fr}.auth-visual{min-height:42vh}}.admin-page{padding:72px 0 110px}.admin-page .section-head{align-items:flex-start}.admin-page h1{max-width:12ch;font-size:clamp(42px,5vw,74px)}.admin-note{margin-bottom:20px}.admin-grid{gap:22px;display:grid}.admin-panel{border:1px solid var(--line);border-radius:var(--radius-l);background:#ffffff5c;grid-template-columns:280px 1fr;padding:0;display:grid;overflow:hidden}.admin-list{border-right:1px solid var(--line);background:var(--paper-2);padding:24px}.admin-list h2{margin-bottom:16px;font-size:28px}.admin-list button{text-align:left;border-radius:8px;justify-content:space-between;gap:12px;width:100%;padding:12px 10px;font-weight:700;display:flex}.admin-list button.active,.admin-list button:hover{background:var(--ink);color:var(--paper)}.admin-list span{color:var(--muted);font-size:12px;font-weight:500}.admin-list button.active span,.admin-list button:hover span{color:#faf7f1a6}.admin-form{gap:16px;padding:24px;display:grid}.admin-form label{color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:800;display:flex}.admin-form input,.admin-form textarea{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:10px;padding:12px 13px;font:14px/1.5 Manrope,system-ui,sans-serif}.admin-form input{height:44px}.admin-form input:focus,.admin-form textarea:focus{border-color:var(--ink);outline:none}.admin-form .check-row{flex-direction:row;align-items:center}.admin-form .check-row input{width:18px;height:18px}.admin-form .btn{justify-self:start}@media (width<=880px){.admin-panel{grid-template-columns:1fr}.admin-list{border-right:0;border-bottom:1px solid var(--line)}}
