*,:before,:after{box-sizing:border-box}:root{--bg-0:#060607;--bg-1:#080812;--bg-2:#0b0c14;--card:#151522;--card-border:#ffffff14;--surface:#ffffff0a;--surface-1:#ffffff0e;--accent:#7b2cff;--accent-hover:#9561ff;--accent-blue:#4aa3ff;--accent-teal:#20e3cf;--success:#22c55e;--error:#ef4444;--text:#fff;--muted:#a1a1aa;--text-secondary:#ffffffc7;--text-tertiary:#fff9;--shadow:0 24px 80px #0000008c;--shadow-sm:0 12px 50px #00000073;--ring:0 0 0 4px #7b2cff38;--radius-xl:26px;--radius-lg:18px;--radius-pill:999px;--font:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--container:1120px;--gutter:clamp(16px, 4vw, 48px);--header-h:72px}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font);color:var(--text);background:radial-gradient(1200px 600px at 20% 10%, #7b2cff29 0%, transparent 55%), radial-gradient(900px 600px at 80% 20%, #4aa3ff21 0%, transparent 55%), radial-gradient(900px 700px at 60% 90%, #20e3cf14 0%, transparent 55%), linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 40%, var(--bg-0) 100%);margin:0;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(900px 520px at 14% 18%,#7b2cff1a,#0000 55%),radial-gradient(860px 520px at 82% 22%,#4aa3ff1a,#0000 55%);animation:18s ease-in-out infinite bgBloom;position:fixed;inset:0}body:after{content:"";pointer-events:none;z-index:-1;opacity:.4;background:radial-gradient(1100px 700px at 50% 20%,#0000 55%,#0000008c 100%);position:fixed;inset:0}@keyframes bgBloom{0%,to{opacity:.82;transform:translate(0,0)scale(1)}50%{opacity:.95;transform:translateY(-10px)scale(1.02)}}#root{min-height:100vh}a{color:inherit}.container{width:min(var(--container), calc(100% - (var(--gutter) * 2)));margin-inline:auto}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{padding-top:var(--header-h);flex:1}.app-shell--landing .app-main{padding-top:0}.topbar{z-index:50;height:var(--header-h);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#060607b8;border-bottom:1px solid #ffffff0f;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.topbar--landing{background:#06060773;border-bottom-color:#0000}.topbar-inner{justify-content:space-between;align-items:center;gap:16px;display:flex}.brand{align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-mark-sm{color:#c4b5fd;background:#7b2cff33;border:1px solid #7b2cff4d;border-radius:12px;place-items:center;width:36px;height:36px;font-size:.8rem;font-weight:800;display:grid;box-shadow:0 10px 30px #7b2cff26}.brand-name{letter-spacing:.04em;font-weight:700}.topbar-nav{align-items:center;gap:6px;display:flex}.topbar-link{color:var(--text-secondary);border-radius:var(--radius-pill);padding:10px 14px;font-size:.92rem;font-weight:600;text-decoration:none;transition:background .16s,color .16s}.topbar-link:hover,.topbar-link.active{color:var(--text);background:#ffffff0f}.topbar-actions{align-items:center;gap:10px;display:flex}.topbar-user{align-items:center;gap:10px;display:none}.topbar-user-hint{color:var(--muted);font-family:ui-monospace,monospace;font-size:.8rem}.topbar-toggle{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.topbar-toggle span{background:var(--text);border-radius:2px;height:2px;display:block}.btn{border-radius:var(--radius-pill);color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff0a;border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:8px;padding:14px 18px;font-family:inherit;font-size:.95rem;font-weight:650;text-decoration:none;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;display:inline-flex}.btn:hover:not(:disabled){background:#ffffff12;border-color:#ffffff2e;transform:translateY(-2px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-sm{padding:10px 16px;font-size:.88rem}.btn-primary{background:radial-gradient(120% 120% at 10% 10%,#4aa3ff40 0%,#7b2cff2e 45%,#ffffff0a 100%),#7b2cff26;border-color:#7b2cff59}.btn-primary:hover:not(:disabled){border-color:#9561ff80;box-shadow:0 18px 60px #7b2cff26}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-group{gap:10px;margin-top:16px;display:grid}.landing{padding-bottom:40px}.hero{min-height:calc(100vh - var(--header-h));padding:calc(var(--header-h) + 40px) 0 60px;place-items:center;display:grid;position:relative}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(24px,5vw,60px);display:grid}.chip{border-radius:var(--radius-pill);border:1px solid var(--card-border);color:var(--text-secondary);letter-spacing:.02em;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0a;align-items:center;margin-bottom:16px;padding:10px 14px;font-size:.88rem;font-weight:500;display:inline-flex}.hero-title{letter-spacing:-.05em;text-transform:uppercase;background:linear-gradient(120deg, var(--accent-blue) 0%, var(--accent) 55%, var(--accent-teal) 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(3rem,6vw,5rem);line-height:1.03}.hero-subtitle{color:var(--text-secondary);max-width:58ch;margin:16px 0 0;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.hero-aside{background:var(--surface);border:1px solid var(--card-border);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:var(--shadow-sm);padding:24px}.hero-aside h3{margin:0;font-size:1.1rem}.hero-aside>p{color:var(--text-tertiary);margin:12px 0 0;font-size:.95rem;line-height:1.65}.hero-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0 0;padding:0;list-style:none;display:grid}.hero-stats li{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:4px;padding:12px;display:flex}.hero-stats strong{font-size:.95rem}.hero-stats span{color:var(--muted);font-size:.78rem}.section{padding:clamp(56px,10vh,88px) 0}.section-alt{background:#ffffff04;border-block:1px solid #ffffff0a}.section-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;display:flex}.section-head--center{text-align:center;flex-direction:column;align-items:center}.section-kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin:0 0 8px;font-size:.78rem;font-weight:600}.section-title{letter-spacing:-.03em;margin:0;font-size:clamp(1.8rem,4vw,2.5rem)}.section-desc{color:var(--text-tertiary);max-width:42ch;margin:0;line-height:1.6}.features-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.card{background:var(--surface);border:1px solid var(--card-border);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);padding:24px;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow-sm);border-color:#ffffff29;transform:translateY(-4px)}.card h3{margin:14px 0 0;font-size:1.1rem}.card p{color:var(--text-tertiary);margin:10px 0 0;font-size:.92rem;line-height:1.65}.iconbox{width:48px;height:48px;color:var(--accent-hover);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;place-items:center;font-size:.9rem;font-weight:700;display:grid}.steps-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.step-card{border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:24px}.step-number{letter-spacing:.1em;color:var(--accent-hover);margin-bottom:12px;font-size:.8rem;font-weight:700;display:inline-block}.step-card h3{margin:0;font-size:1.15rem}.step-card p{color:var(--text-tertiary);margin:10px 0 0;line-height:1.65}.section-desc--center{text-align:center;max-width:56ch;margin-inline:auto}.pricing-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:28px;display:grid}.pricing-card{border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);flex-direction:column;gap:14px;padding:28px;display:flex;position:relative}.pricing-card--featured{background:radial-gradient(900px 400px at 10% 0%, #4aa3ff1a, transparent 55%), radial-gradient(900px 400px at 90% 0%, #7b2cff1a, transparent 55%), var(--surface);border-color:#7b2cff66;box-shadow:0 20px 60px #7b2cff1f}.pricing-badge{border-radius:var(--radius-pill);color:#c4b5fd;letter-spacing:.04em;text-transform:uppercase;background:#7b2cff2e;border:1px solid #7b2cff59;align-self:flex-start;padding:6px 12px;font-size:.75rem;font-weight:700}.pricing-card h3{margin:0;font-size:1.35rem}.pricing-subtitle{color:var(--text-tertiary);margin:0;line-height:1.6}.pricing-price-block{margin:6px 0 4px}.pricing-price-row{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.pricing-price-amount{letter-spacing:-.03em;background:linear-gradient(135deg,#f3e8ff 0%,#c4b5fd 45%,#a78bfa 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.1rem,4vw,2.75rem);font-weight:800;line-height:1}.pricing-card--featured .pricing-price-amount{background:linear-gradient(135deg,#fff 0%,#ddd6fe 40%,#a78bfa 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.pricing-price-period{color:var(--text-tertiary);font-size:1rem;font-weight:500}.pricing-price-note{color:#86efac;margin:10px 0 0;font-size:.84rem;font-weight:600;line-height:1.4}.pricing-price{color:#c4b5fd;margin:0;font-size:1.1rem;font-weight:700}.pricing-features{flex-direction:column;flex:1;gap:10px;margin:0;padding:0;list-style:none;display:flex}.pricing-features li{color:var(--text-secondary);padding-left:18px;font-size:.92rem;line-height:1.5;position:relative}.pricing-features li:before{content:"+";color:var(--success);font-weight:700;position:absolute;left:0}.pricing-cta{margin-top:8px}.pricing-footer{text-align:center;color:var(--muted);flex-direction:column;gap:10px;font-size:.92rem;display:flex}.pricing-footer a{color:#c4b5fd;text-decoration:none}.pricing-footer a:hover{text-decoration:underline}.subscription-highlights{padding:0 0 12px}.subscription-highlights-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin:0;padding:0;list-style:none;display:grid}.subscription-highlights-grid li{border-radius:var(--radius-lg);background:radial-gradient(500px 180px at 0% 0%, #7b2cff1f, transparent 70%), var(--surface);text-align:center;color:#e9d5ff;letter-spacing:.01em;border:1px solid #7b2cff47;padding:18px 20px;font-weight:700}.feedback-grid{grid-template-columns:minmax(280px,420px) 1fr;align-items:start;gap:22px;display:grid}.feedback-form{flex-direction:column;gap:12px;padding:24px;display:flex}.feedback-label{color:var(--text-secondary);flex-direction:column;gap:10px;font-size:.92rem;font-weight:600;display:flex}.feedback-stars-input{gap:8px;display:flex}.feedback-star-btn{border:1px solid var(--card-border);color:#6b7280;cursor:pointer;background:#ffffff08;border-radius:12px;width:44px;height:44px;font-size:1.35rem;transition:all .2s}.feedback-star-btn.active,.feedback-star-btn:hover{color:#111;background:linear-gradient(135deg,#fde047,#facc15);border-color:#facc15;box-shadow:0 0 18px #facc1559}.feedback-textarea,.feedback-input{border:1px solid var(--card-border);width:100%;color:var(--text-primary);font:inherit;resize:vertical;background:#ffffff0a;border-radius:14px;padding:14px 16px}.feedback-textarea:focus,.feedback-input:focus{border-color:#7b2cff73;outline:none;box-shadow:0 0 0 3px #7b2cff26}.feedback-submit{margin-top:4px}.feedback-list{flex-direction:column;gap:14px;max-height:720px;padding-right:4px;display:flex;overflow:auto}.feedback-item{padding:20px}.feedback-item-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.feedback-item-head strong{margin-bottom:6px;display:block}.feedback-stars{gap:2px;display:flex}.feedback-stars span{color:#4b5563;font-size:.95rem}.feedback-stars span.on{color:#facc15}.feedback-time{color:var(--text-tertiary);white-space:nowrap;font-size:.82rem}.feedback-item-text{color:var(--text-secondary);margin:0;line-height:1.6}.feedback-reply{color:#ccfbf1;background:#0d94881f;border:1px solid #2dd4bf40;border-radius:14px;margin-top:14px;padding:14px 16px;line-height:1.55}.feedback-reply strong{color:#5eead4}.feedback-empty{color:var(--text-tertiary);text-align:center;padding:24px}.feedback-alert{border-radius:12px;margin:0;padding:10px 12px;font-size:.9rem}.feedback-alert--error{color:#fecaca;background:#ef44441f}.feedback-alert--ok{color:#bbf7d0;background:#22c55e1f}.admin-feedback-login,.admin-feedback-page{max-width:920px;margin-inline:auto}.admin-feedback-login{flex-direction:column;gap:14px;padding:28px;display:flex}.admin-feedback-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.admin-feedback-list{flex-direction:column;gap:16px;display:flex}.admin-feedback-item{flex-direction:column;gap:12px;padding:20px;display:flex}.admin-feedback-item-head{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.admin-feedback-item-head span{color:var(--text-tertiary);font-size:.86rem;display:block}.admin-feedback-meta{color:var(--text-tertiary);flex-direction:column;align-items:flex-end;gap:6px;font-size:.84rem;display:flex}.status-pill{border-radius:var(--radius-pill);text-transform:uppercase;padding:4px 10px;font-size:.75rem;font-weight:700}.status-pill--approved{color:#86efac;background:#22c55e26}.status-pill--hidden{color:#fca5a5;background:#ef444426}.admin-feedback-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-feedback-back{margin:0}.gallery-filters{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:28px;display:flex}.gallery-filter{border-radius:var(--radius-pill);border:1px solid var(--card-border);color:var(--text-secondary);cursor:pointer;background:#ffffff08;padding:10px 18px;font-size:.9rem;font-weight:600;transition:background .2s,border-color .2s,color .2s,transform .2s}.gallery-filter:hover{color:var(--text-primary);border-color:#7b2cff59}.gallery-filter--active{color:#f3e8ff;background:linear-gradient(135deg,#7b2cff47,#4aa3ff24);border-color:#7b2cff8c;box-shadow:0 8px 24px #7b2cff2e}.gallery-grid{grid-template-columns:repeat(12,1fr);gap:18px;display:grid}.gallery-card{text-align:left;cursor:pointer;color:inherit;background:0 0;border:0;grid-column:span 4;padding:0}.gallery-card--desktop{grid-column:span 6}.gallery-card--mobile{grid-column:span 3}.gallery-card--featured{grid-column:span 12}.gallery-card-frame{background:#0b0b12;border:1px solid #ffffff14;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 18px 50px #00000059,inset 0 1px #ffffff0d}.gallery-card--desktop .gallery-card-frame{aspect-ratio:16/10}.gallery-card--mobile .gallery-card-frame{aspect-ratio:9/19.5}.gallery-card--featured .gallery-card-frame{aspect-ratio:21/9;max-height:520px}.gallery-card-frame img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .45s;display:block}.gallery-card:hover .gallery-card-frame img{transform:scale(1.03)}.gallery-card-shine{opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff1f 0%,#0000 35% 100%);transition:opacity .3s;position:absolute;inset:0}.gallery-card:hover .gallery-card-shine{opacity:1}.gallery-card-meta{align-items:center;gap:10px;margin-top:12px;padding:0 4px;display:flex}.gallery-card-platform{border-radius:var(--radius-pill);color:#d8b4fe;letter-spacing:.04em;text-transform:uppercase;background:#7b2cff24;border:1px solid #7b2cff47;padding:4px 10px;font-size:.72rem;font-weight:700}.gallery-card-title{color:var(--text-secondary);font-size:.92rem;font-weight:600}.gallery-lightbox{z-index:200;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#04040ae0;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.gallery-lightbox-panel{grid-template-rows:1fr auto;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:min(1200px,100%);max-height:calc(100vh - 48px);display:grid;position:relative}.gallery-lightbox-image-wrap{background:#0b0b12;border:1px solid #ffffff1a;border-radius:20px;grid-column:2;max-height:calc(100vh - 140px);overflow:hidden;box-shadow:0 30px 80px #00000073}.gallery-lightbox-image-wrap img{object-fit:contain;width:100%;max-height:calc(100vh - 140px);display:block}.gallery-lightbox-caption{color:var(--text-secondary);grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;padding:0 56px;display:flex}.gallery-lightbox-caption strong{color:var(--text-primary);font-size:1rem}.gallery-lightbox-close{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;width:42px;height:42px;font-size:1.6rem;line-height:1;position:absolute;top:-8px;right:0}.gallery-lightbox-nav{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;width:44px;height:44px;font-size:1.8rem;line-height:1;transition:background .2s}.gallery-lightbox-nav:hover,.gallery-lightbox-close:hover{background:#7b2cff47}.cta-banner-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.cta-banner{border-radius:var(--radius-xl);background:radial-gradient(900px 400px at 10% 0%, #4aa3ff1f, transparent 55%), radial-gradient(900px 400px at 90% 0%, #7b2cff1a, transparent 55%), var(--surface-1);border:1px solid var(--card-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:40px;padding:28px;display:flex}.cta-banner h3{margin:0;font-size:1.3rem}.cta-banner p{color:var(--text-tertiary);margin:8px 0 0}.auth-page{min-height:calc(100vh - var(--header-h) - 120px);place-items:center;padding:40px 16px 60px;display:grid}.auth-card{border-radius:var(--radius-xl);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);width:min(440px,100%);box-shadow:var(--shadow);background:#151522e6;padding:28px}.auth-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin:0;font-size:.75rem;font-weight:600}.auth-title{letter-spacing:-.03em;margin:10px 0 0;font-size:1.85rem;font-weight:800}.auth-subtitle{color:var(--text-tertiary);margin:10px 0 22px;font-size:.95rem;line-height:1.6}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-footer-text{color:var(--muted);margin:20px 0 0;font-size:.88rem;line-height:1.6}.auth-footer-text a{color:#c4b5fd;text-decoration:none}.auth-footer-text a:hover{text-decoration:underline}.dashboard{padding:32px 0 60px}.dashboard-shell{flex-direction:column;gap:24px;display:flex}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.dashboard-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin:0;font-size:.75rem;font-weight:600}.dashboard-title{letter-spacing:-.03em;margin:8px 0 0;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.dashboard-subtitle{color:var(--text-tertiary);max-width:56ch;margin:8px 0 0}.stats-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.stat-card{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;gap:6px;padding:18px 20px;display:flex}.stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.78rem;font-weight:600}.stat-value{font-family:ui-monospace,monospace;font-size:1.35rem;font-weight:700}.stat-value--sm{font-family:inherit;font-size:.95rem}.stat-value--success{color:var(--success);font-family:inherit}.stat-meta{color:var(--text-tertiary);font-size:.82rem}.dashboard-tabs{border-radius:var(--radius-lg);border:1px solid var(--card-border);background:#ffffff08;gap:6px;padding:6px;display:flex;overflow-x:auto}.dashboard-tab{border-radius:var(--radius-pill);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:10px 18px;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .16s,color .16s}.dashboard-tab:hover{color:var(--text);background:#ffffff0d}.dashboard-tab.active{background:var(--text);color:var(--bg-0)}.dashboard-panel{border-radius:var(--radius-xl);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#151522bf;padding:28px}.panel-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.panel-card h2,.panel-single h2{margin:0;font-size:1.25rem}.panel-card p,.panel-lead{color:var(--text-tertiary);margin:10px 0 0;line-height:1.65}.panel-card{border-radius:var(--radius-lg);background:var(--surface);border:1px solid #ffffff0f;padding:20px}.quick-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.resource-list{flex-direction:column;gap:12px;margin:16px 0 0;padding:0;list-style:none;display:flex}.resource-list li{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:2px;padding-bottom:12px;display:flex}.resource-list li:last-child{border-bottom:0;padding-bottom:0}.resource-list span{font-weight:600}.resource-list em{color:var(--muted);font-size:.88rem;font-style:normal}.guide-steps{flex-direction:column;gap:14px;margin:20px 0 0;padding:0;list-style:none;display:flex}.guide-steps li{background:var(--surface);color:var(--text-secondary);border:1px solid #ffffff0f;border-radius:14px;grid-template-columns:36px 1fr;align-items:start;gap:14px;padding:14px;line-height:1.6;display:grid}.guide-step-num{color:#c4b5fd;background:#7b2cff26;border:1px solid #7b2cff4d;border-radius:50%;place-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:grid}.guide-note{color:var(--text-secondary);background:#4aa3ff14;border:1px solid #4aa3ff33;border-radius:14px;margin-top:20px;padding:14px;font-size:.92rem;line-height:1.6}.guide-note a{color:#93c5fd}.configure-panel{flex-direction:column;gap:22px;display:flex}.configure-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:10px;font-size:.78rem;font-weight:600;display:block}.configure-presets,.configure-toggles,.configure-output{border-radius:var(--radius-lg);background:var(--surface);border:1px solid #ffffff0f;padding:18px}.preset-row{flex-wrap:wrap;gap:8px;display:flex}.preset-chip{border-radius:var(--radius-pill);color:var(--text-secondary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;padding:10px 16px;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .16s,border-color .16s,color .16s}.preset-chip:hover,.preset-chip.active{color:var(--text);background:#7b2cff2e;border-color:#7b2cff66}.toggle-list{flex-direction:column;gap:10px;display:flex}.toggle-row{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.toggle-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.toggle-copy strong{font-size:.95rem}.toggle-copy span{color:var(--text-tertiary);font-size:.85rem;line-height:1.5}.toggle-switch{border-radius:var(--radius-pill);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;flex-shrink:0;width:52px;height:30px;padding:3px;transition:background .16s,border-color .16s}.toggle-switch.on{background:#7b2cff59;border-color:#7b2cff80}.toggle-thumb{background:var(--text);border-radius:50%;width:22px;height:22px;transition:transform .16s;display:block;transform:translate(0)}.toggle-switch.on .toggle-thumb{transform:translate(22px)}.configure-output .btn-group{margin-top:0}.field{flex-direction:column;gap:8px;display:flex}.field label{color:var(--muted);font-size:.85rem;font-weight:600}.input{width:100%;color:var(--text);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;padding:14px 16px;font-family:inherit;font-size:1rem;transition:border-color .16s,box-shadow .16s}.input:focus{box-shadow:var(--ring);border-color:#7b2cff73;outline:none}.input:read-only{word-break:break-all;color:var(--text-secondary);font-size:.85rem}.status-badge{border-radius:var(--radius-pill);color:var(--success);background:#22c55e1f;border:1px solid #22c55e4d;align-items:center;gap:8px;padding:8px 14px;font-size:.88rem;font-weight:600;display:inline-flex}.status-dot{background:var(--success);border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #22c55e99}.alert{border-radius:14px;margin-top:16px;padding:12px 14px;font-size:.92rem;line-height:1.5}.alert-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444459}.site-footer{border-top:1px solid #ffffff0f;margin-top:auto;padding:40px 0 32px}.site-footer-inner{flex-direction:column;gap:20px;display:flex}.site-footer-brand{align-items:center;gap:14px;display:flex}.site-footer-brand strong{font-size:1rem;display:block}.site-footer-brand p{color:var(--muted);margin:4px 0 0;font-size:.88rem}.site-footer-links{flex-wrap:wrap;gap:16px;display:flex}.site-footer-links a{color:var(--text-secondary);border-radius:12px;padding:8px 12px;font-size:.9rem;text-decoration:none;transition:background .16s,color .16s}.site-footer-links a:hover{color:var(--text);background:#ffffff0d}.site-footer-copy{color:var(--muted);margin:0;font-size:.82rem}.toast{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:fit-content;max-width:calc(100% - 48px);color:var(--text);box-shadow:var(--shadow-sm);opacity:0;pointer-events:none;z-index:1000;background:#000000bf;border:1px solid #ffffff1f;border-radius:16px;margin:0 auto;padding:12px 18px;font-size:.92rem;font-weight:600;transition:opacity .18s,transform .18s;position:fixed;bottom:24px;left:24px;right:24px;transform:translateY(12px)}.toast.visible{opacity:1;transform:translateY(0)}:focus-visible{box-shadow:var(--ring);outline:none}@media (width>=640px){.topbar-user{display:flex}.btn-group--split{grid-template-columns:1fr 1fr}.btn-group--split .btn-full{grid-column:1/-1}}@media (width<=1100px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=960px){.hero-grid,.features-grid,.steps-grid,.stats-grid,.panel-grid,.pricing-grid,.subscription-highlights-grid,.feedback-grid{grid-template-columns:1fr}.gallery-card,.gallery-card--desktop,.gallery-card--mobile,.gallery-card--featured{grid-column:span 12}.gallery-lightbox-panel{grid-template-rows:auto 1fr auto auto;grid-template-columns:1fr}.gallery-lightbox-image-wrap{grid-column:1}.gallery-lightbox-nav{display:none}.gallery-lightbox-caption{flex-direction:column;grid-column:1;align-items:flex-start;padding:0}.section-head{flex-direction:column;align-items:flex-start}.topbar-nav{top:var(--header-h);border-radius:var(--radius-lg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c0c12f5;flex-direction:column;padding:12px;display:none;position:absolute;left:16px;right:16px}.topbar-nav.open,.topbar-toggle{display:flex}.topbar-cta,.brand-name{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}body:before{animation:none!important}html{scroll-behavior:auto}}
