.header-stack{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;max-width:100%;box-sizing:border-box}.main-header-bar{background:var(--bg-primary);border-bottom:1px solid var(--border-light);box-shadow:0 4px 24px #0f172a0f}.header-inner{max-width:1200px;margin:0 auto;padding:.65rem 1rem;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:1rem;box-sizing:border-box}.header-brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-primary);font-weight:700;font-size:1.05rem;letter-spacing:-.02em;min-width:0;justify-self:start}.header-brand:hover{color:var(--text-primary)}.header-brand-icon{width:36px;height:36px;border-radius:10px;flex-shrink:0;display:block}.header-brand-name{white-space:nowrap}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-left:20rem;flex-wrap:wrap;justify-self:end;min-width:0}.header-link-muted{font-size:.875rem;font-weight:500;color:#64748b;text-decoration:none;padding:.35rem .5rem;display:none}.header-link-muted:hover{color:#0f172a}[data-theme=dark] .header-link-muted{color:var(--text-muted)}[data-theme=dark] .header-link-muted:hover{color:var(--text-primary)}.header-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;cursor:pointer;border:1px solid transparent}.header-btn-primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#6366f1 45%,#2563eb);box-shadow:0 4px 14px #6366f159}.header-btn-primary:hover{color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #6366f16b}.header-btn-ghost{color:#334155;background:transparent;border-color:#e2e8f0}.header-btn-ghost:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}[data-theme=dark] .header-btn-ghost{color:var(--text-secondary);border-color:var(--border-color)}[data-theme=dark] .header-btn-ghost:hover{color:var(--text-primary);background:var(--bg-tertiary)}@media (min-width: 960px){.header-link-muted{display:inline-flex}}@media (max-width: 768px){.header-inner{grid-template-columns:minmax(0,1fr) auto;align-items:center}.header-brand{grid-column:1;grid-row:1;justify-self:start;min-width:0}.header-actions{grid-column:2;grid-row:1;justify-self:end}.header-actions .header-link-muted{display:none}.header-btn{padding:.45rem .75rem;font-size:.8125rem}}@media (max-width: 480px){.header-inner{padding:.55rem .75rem}.header-brand-name{font-size:.95rem}}.footer{background:var(--bento-card-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:3rem 1rem 1.5rem;color:var(--text-primary);border-top:1px solid var(--bento-card-border);width:100%;max-width:100%;margin:0;box-sizing:border-box}.footer-sections{display:flex;flex-wrap:wrap;gap:30px;max-width:800px;margin:0 auto 20px}.footer-section{flex:1;min-width:150px}.footer-section h4{font-size:16px;font-weight:600;margin-bottom:15px}.footer-section a{display:block;color:var(--text-secondary);text-decoration:none;margin:8px 0;font-size:14px;transition:all .3s ease;padding:.25rem 0;border-radius:.25rem}.footer-section a:hover{color:var(--link-color);padding-left:.5rem}.copyright{text-align:center;padding-top:2rem;border-top:1px solid var(--bento-card-border);margin-top:2rem;font-size:14px;color:var(--text-secondary)}.copyright p{margin:5px 0}.footer .container{margin:0;padding:0 20px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.footer-col{margin-bottom:20px}.footer-col h3{font-size:24px;margin-bottom:20px;font-weight:600}.footer-col h4{font-size:18px;margin-bottom:18px;font-weight:500}.footer-col p{font-size:15px;line-height:1.8;margin-bottom:12px}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{font-size:15px;padding:4px 0;display:inline-block}.social-links{gap:20px;margin-top:20px}.social-links a{font-size:24px}.copyright{text-align:center;margin-top:20px;padding-top:2px;padding-bottom:2px;font-size:15px}.copyright p{margin:8px 0}.footer-slogan{font-size:.98rem;font-weight:600;color:var(--text-primary);margin-bottom:.8rem}address p{margin-bottom:10px}.copyright p:last-child{margin-top:10px;font-size:.9em;color:var(--text-tertiary)}.copyright a{color:var(--link-color);text-decoration:none;transition:color .3s ease}.copyright a:hover{color:var(--link-hover);text-decoration:underline}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr}.footer-col{text-align:center}.social-links{justify-content:center}}.theme-toggle{position:fixed;top:1.5rem;right:1rem;z-index:10000;width:3rem;height:3rem;min-width:3rem;min-height:3rem;border-radius:50%;border:2px solid var(--border-color);background:var(--card-bg);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px var(--shadow);transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-sizing:border-box;overflow:visible;padding:0;margin:0}.theme-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px var(--shadow);border-color:var(--link-color);background:var(--bg-tertiary)}.theme-toggle:active{transform:scale(.95)}.theme-toggle:focus{outline:2px solid var(--link-color);outline-offset:2px}.theme-icon-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.theme-icon{font-size:1.25rem;line-height:1;transition:transform .3s ease;display:block;width:1.25rem;height:1.25rem;flex-shrink:0;color:inherit;margin:0 auto}.theme-toggle:hover .theme-icon{transform:rotate(15deg)}[data-theme=dark] .theme-toggle{background:#2a2a2ae6;border-color:#fff3}[data-theme=dark] .theme-toggle:hover{background:#3a3a3af2;border-color:var(--link-color)}@media (max-width: 768px){.theme-toggle{top:1rem;right:1rem;width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem}.theme-icon{font-size:1rem;width:1rem;height:1rem}}@media (max-width: 480px){.theme-toggle{top:.75rem;right:.75rem;width:2.25rem;height:2.25rem;min-width:2.25rem;min-height:2.25rem}.theme-icon{font-size:.9rem;width:.9rem;height:.9rem}}.home-page{max-width:100%;margin:0 auto;background:#fff}[data-theme=dark] .home-page{background:var(--bg-primary)}.hero-landing{width:100%;position:relative;padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(1.75rem,4vw,2.75rem);background:linear-gradient(180deg,#fff,#fafbff 55%,#f8fafc)}[data-theme=dark] .hero-landing{background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.hero-landing-inner{max-width:1000px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box}.hero-pill-badge{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.35rem;padding:.4rem 1rem .4rem 1.1rem;border-radius:999px;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:#fff;background:#0f172a;text-decoration:none;border:1px solid rgba(15,23,42,.08);box-shadow:0 4px 14px #0f172a1f;transition:transform .2s ease,box-shadow .2s ease}.hero-pill-badge:hover{color:#fff;transform:translateY(-1px);box-shadow:0 8px 22px #0f172a29}[data-theme=dark] .hero-pill-badge{background:#e2e8f0;color:#0f172a;border-color:#ffffff1f}[data-theme=dark] .hero-pill-badge:hover{color:#0f172a}.hero-landing-title{margin:0 0 1.1rem;font-size:clamp(2.35rem,6.5vw,3.85rem);font-weight:800;line-height:1.08;letter-spacing:-.035em;max-width:19ch}.hero-title-gradient{background:linear-gradient(105deg,#2563eb,#7c3aed 42%,#db2777 95%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-title-fade{color:#94a3b8;font-weight:700}[data-theme=dark] .hero-title-fade{color:#94a3b8d9}.hero-landing-lead{margin:0 0 1.85rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65;color:#475569;max-width:36rem}[data-theme=dark] .hero-landing-lead{color:var(--text-secondary)}.hero-cta-gradient{display:inline-flex;align-items:center;justify-content:center;min-width:min(100%,280px);padding:.95rem 2.25rem;border-radius:999px;font-size:1.02rem;font-weight:700;color:#fff;text-decoration:none;background:linear-gradient(90deg,#38bdf8,#6366f1 45%,#e879f9);box-shadow:0 12px 36px #6366f159,0 4px 12px #38bdf833;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.hero-cta-gradient:hover{color:#fff;transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 16px 44px #6366f166,0 6px 16px #38bdf840}.hero-social-line{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.45rem;margin:1.5rem 0 0;font-size:.9rem;font-weight:500;color:#64748b}.hero-social-star{flex-shrink:0;color:#f59e0b;font-size:1rem}[data-theme=dark] .hero-social-line{color:var(--text-muted)}.feature-tabs-strip{padding:.25rem 0 1.75rem;background:transparent}.feature-tabs-strip .container{max-width:820px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.feature-tabs-row{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:.5rem .35rem}.feature-tab-item{flex:0 1 auto;min-width:4.5rem;max-width:7.5rem;display:flex;flex-direction:column;align-items:center;gap:.45rem;padding:.65rem .5rem .55rem;border:none;border-radius:14px;background:transparent;cursor:pointer;font:inherit;color:#94a3b8;transition:color .2s ease,background .2s ease}.feature-tab-item:hover{color:#64748b;background:#94a3b81f}.feature-tab-item.is-active{color:#0f172a;font-weight:700}.feature-tab-item.is-active .feature-tab-icon-wrap{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 6px 18px #0f172a33}.feature-tab-icon-wrap{width:3rem;height:3rem;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;transition:inherit}.feature-tab-label{font-size:.78rem;line-height:1.2;text-align:center}[data-theme=dark] .feature-tab-item{color:var(--text-muted)}[data-theme=dark] .feature-tab-item:hover{color:var(--text-secondary);background:#ffffff0f}[data-theme=dark] .feature-tab-item.is-active{color:var(--text-primary)}[data-theme=dark] .feature-tab-item.is-active .feature-tab-icon-wrap{background:#c4b5fd;color:#1e1b4b;border-color:#c4b5fd}[data-theme=dark] .feature-tab-icon-wrap{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-secondary)}.product-showcase{position:relative;padding:0 1rem clamp(2.5rem,5vw,4rem);overflow:hidden}.product-showcase-blobs{pointer-events:none;position:absolute;inset:10% 5% auto;height:min(72vw,520px);z-index:0;background:radial-gradient(ellipse 55% 60% at 18% 45%,rgba(252,165,165,.45),transparent 70%),radial-gradient(ellipse 50% 55% at 82% 40%,rgba(147,197,253,.55),transparent 68%),radial-gradient(ellipse 40% 50% at 50% 88%,rgba(196,181,253,.35),transparent 65%);filter:blur(2px)}[data-theme=dark] .product-showcase-blobs{opacity:.45}.product-showcase-frame{position:relative;z-index:1;max-width:min(820px,88%);margin:0 auto;border-radius:16px;padding:0;overflow:hidden;background:#ffffff8c;border:1px solid rgba(226,232,240,.9);box-shadow:0 24px 80px #0f172a1a,0 0 0 1px #fff9 inset;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-sizing:border-box}[data-theme=dark] .product-showcase-frame{background:#1e293b80;border-color:var(--border-color);box-shadow:0 24px 80px #00000059}.product-showcase-img{display:block;width:100%;height:auto;margin:0;padding:0;border-radius:0;box-shadow:none;object-fit:cover}.cta-buttons{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%;flex-wrap:wrap}.btn{padding:.85rem 1.4rem;border-radius:999px;font-size:.96rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,#7c3aed,#296dff 55%,#19b7ff);color:#fff;box-shadow:0 10px 28px #3462ff6b}.btn-primary:hover{background:linear-gradient(135deg,#8d56ff,#3b7dff 55%,#23c0ff);transform:translateY(-2px);box-shadow:0 12px 30px #3462ff80}.btn-secondary{border:1px solid var(--border-color);color:var(--text-primary);background-color:var(--bg-primary)}.btn-secondary:hover{border-color:var(--link-color);color:var(--link-color);background-color:var(--bg-tertiary);transform:translateY(-2px)}.btn-secondary:disabled{opacity:.55;cursor:not-allowed;color:var(--text-muted)}.btn-secondary:disabled:hover{transform:none;border-color:var(--border-color);color:var(--text-muted);background-color:var(--bg-primary)}#product-showcase,#value-section,#features-modules-heading,#testimonials-heading,#download-section,.home-page .feature-showcase[id]{scroll-margin-top:72px}@media (max-width: 768px){#product-showcase,#value-section,#features-modules-heading,#testimonials-heading,#download-section,.home-page .feature-showcase[id]{scroll-margin-top:64px}}.value-section{width:100%;margin-top:-.5rem;padding:2.5rem 1rem 3.25rem;position:relative;z-index:4;background:var(--bg-secondary);box-sizing:border-box}.value-section .container{max-width:min(1160px,100%);margin:0 auto;padding:0 clamp(1rem,4vw,2rem);box-sizing:border-box}.value-section-header{text-align:center;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.value-section .section-title{margin-bottom:0}.value-pain{margin-bottom:0;max-width:44rem;line-height:1.7}.value-pain strong{color:var(--text-primary);font-weight:600}.value-pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem;margin-top:.5rem}.value-pillar-card{background:var(--bento-card-bg);border:1px solid var(--bento-card-border);border-radius:1.15rem;padding:1.35rem 1.2rem;text-align:left;box-shadow:0 8px 26px var(--shadow-light);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .25s ease,box-shadow .25s ease}.value-pillar-card:hover{border-color:#3f8cff47;box-shadow:0 12px 34px var(--shadow)}.value-pillar-icon{width:2.75rem;height:2.75rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;background:linear-gradient(135deg,#3f8cff33,#19b7ff1f);color:var(--link-color);font-size:1.35rem}.value-pillar-card h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.value-pillar-card p{margin:0;font-size:.92rem;line-height:1.6;color:var(--text-secondary)}.value-contrast{margin:2rem auto 0;max-width:42rem;text-align:center;font-size:.98rem;line-height:1.65;color:var(--text-muted)}.value-contrast strong{color:var(--text-primary);font-weight:600}.bento-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:2rem 0;width:100%;max-width:100%;box-sizing:border-box}.bento-card{position:relative;border-radius:1.5rem;overflow:hidden;background:var(--bento-card-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--bento-card-border);box-shadow:0 8px 32px var(--shadow);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.bento-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px var(--shadow)}.bento-card-content{position:relative;padding:2rem;height:100%;display:flex;flex-direction:column;z-index:2}.bento-gradient{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;z-index:1;transition:opacity .4s ease}.bento-card:hover .bento-gradient{opacity:.15}.bento-gradient-1{background:var(--bento-gradient-1)}.bento-gradient-2{background:var(--bento-gradient-2)}.bento-gradient-3{background:var(--bento-gradient-3)}.bento-gradient-4{background:var(--bento-gradient-4)}.bento-large{grid-column:span 2}.bento-medium{grid-column:span 1}.bento-text h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.bento-text p{font-size:1rem;line-height:1.6;color:var(--text-secondary)}.feature-icon{margin-bottom:1.5rem}.feature-icon img{width:100%;max-width:100%;height:auto;object-fit:cover;border-radius:.75rem;box-sizing:border-box}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--text-primary)}.features-detail{padding:clamp(2.5rem,5vw,4rem) 1rem clamp(3rem,7vw,6.5rem);background:#f1f4fa;width:100%;max-width:100%;box-sizing:border-box}[data-theme=dark] .features-detail{background:var(--bg-secondary)}.features-detail .container{max-width:min(1200px,100%);margin:0 auto;width:100%;padding:0 clamp(1rem,4vw,2rem);box-sizing:border-box}.features-detail-header{text-align:center;margin-bottom:clamp(2rem,4vw,3.5rem);display:flex;flex-direction:column;align-items:center;gap:.75rem}.home-page .features-detail .section-title{margin:0;display:block;width:100%}.home-page .features-detail .section-subtitle{margin:0}.home-page .section-subtitle{text-align:center;font-size:1.2rem;color:var(--text-secondary);margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.65}.features-detail-grid{display:flex;flex-direction:column;gap:clamp(1.25rem,3vw,2rem)}.feature-showcase{--fs-accent-line: #ec4899;--fs-surface: #fef1f4;--fs-border: rgba(251, 207, 232, .65);border-radius:clamp(2rem,5vw,3.25rem);overflow:hidden;background:var(--fs-surface);border:1px solid var(--fs-border);box-shadow:0 24px 64px #0f172a12;transition:box-shadow .3s ease,transform .3s ease}.feature-showcase:hover{box-shadow:0 28px 72px #0f172a17}.feature-showcase--rose{--fs-accent-line: #ec4899;--fs-surface: #fdf2f7;--fs-border: rgba(251, 207, 232, .7)}.feature-showcase--cyan{--fs-accent-line: #22d3ee;--fs-surface: #ecfeff;--fs-border: rgba(165, 243, 252, .75)}[data-theme=dark] .feature-showcase{box-shadow:0 24px 56px #00000052}[data-theme=dark] .feature-showcase--rose{--fs-surface: rgba(80, 25, 48, .45);--fs-border: rgba(244, 114, 182, .2)}[data-theme=dark] .feature-showcase--cyan{--fs-surface: rgba(22, 78, 99, .4);--fs-border: rgba(34, 211, 238, .18)}.feature-showcase-inner{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:clamp(2rem,5vw,5rem)}.feature-showcase-copy{text-align:left;max-width:36rem}.feature-showcase-eyebrow{margin:0 0 .75rem;font-size:.6875rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--fs-accent-line)}.feature-showcase-title{margin:0;font-size:clamp(1.6rem,3.2vw,2.35rem);font-weight:800;line-height:1.12;letter-spacing:-.035em;color:#0f172a}[data-theme=dark] .feature-showcase-title{color:var(--text-primary)}.feature-showcase-accent-line{width:3rem;height:4px;margin:1rem 0 1.3rem;border-radius:2px;background:var(--fs-accent-line)}.feature-showcase-body p{margin:0 0 1rem;font-size:1.02rem;line-height:1.72;color:#64748b}.feature-showcase-body p:last-child{margin-bottom:0}[data-theme=dark] .feature-showcase-body p{color:var(--text-secondary)}.feature-showcase-visual{display:flex;align-items:center;justify-content:center;min-height:0;padding-top:1.75rem}.feature-showcase-img-shell{width:100%;max-width:540px;margin:0 auto}.feature-showcase-img-shell:not(.feature-showcase-img-shell--dual) img{display:block;width:100%;height:auto;border-radius:14px;box-shadow:0 36px 72px -16px #0f172a47,0 14px 28px -10px #0f172a24;object-fit:contain;background:#fff}[data-theme=dark] .feature-showcase-img-shell:not(.feature-showcase-img-shell--dual) img{background:#0f172a80}.feature-showcase-ai-dual{display:flex;flex-direction:column;gap:.45rem;width:100%;max-width:720px;margin:0 auto;min-height:0}.feature-showcase-ai-captions-row{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(0,.78fr);gap:0 .75rem;padding:0 .1rem;align-items:end}.feature-showcase-ai-caption-cell{min-width:0}.feature-showcase-ai-caption{font-size:.6875rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--fs-accent-line);margin:0;line-height:1.3;display:block}.feature-showcase-ai-unified{display:flex;flex-direction:row;align-items:stretch;gap:0;width:100%;flex:1 1 auto;min-height:0;border-radius:14px;overflow:hidden;background:#fff;border:1px solid rgba(226,232,240,.95);box-shadow:0 22px 50px -14px #0f172a2e,0 10px 24px -10px #0f172a1a}.feature-showcase-ai-figure{margin:0;display:flex;flex-direction:column;min-width:0;min-height:0}.feature-showcase-ai-figure--schedule{flex:1.22 1 0;border-right:1px solid rgba(226,232,240,.92)}.feature-showcase-ai-figure--travel{flex:.78 1 0;max-width:44%;min-width:0}.feature-showcase-img-shell--dual{max-width:none;width:100%;flex:1 1 auto;display:flex;align-items:stretch;justify-content:center;min-height:0}.feature-showcase-ai-figure--schedule .feature-showcase-img-shell--dual{padding:.35rem .35rem .35rem .45rem}.feature-showcase-ai-figure--schedule .feature-showcase-img-shell--dual img{display:block;width:100%;height:100%;max-height:none;border-radius:0;object-fit:contain;object-position:center center;box-shadow:none;background:transparent}.feature-showcase-ai-figure--travel .feature-showcase-img-shell--dual{padding:.35rem .45rem .35rem .35rem;overflow:hidden;align-items:stretch}.feature-showcase-ai-figure--travel .feature-showcase-img-shell--dual img{display:block;width:100%;height:100%;max-height:none;max-width:none;border-radius:0;object-fit:contain;object-position:center center;box-shadow:none;background:transparent}[data-theme=dark] .feature-showcase-ai-unified{background:#1e293ba6;border-color:#94a3b833}[data-theme=dark] .feature-showcase-ai-figure--schedule{border-right-color:#94a3b833}[data-theme=dark] .feature-showcase-ai-figure--schedule .feature-showcase-img-shell--dual img,[data-theme=dark] .feature-showcase-ai-figure--travel .feature-showcase-img-shell--dual img{background:transparent}@media (max-width: 479px){.feature-showcase-ai-captions-row{grid-template-columns:1fr 1fr}.feature-showcase-ai-unified{flex-direction:column;flex:0 1 auto;min-height:min(58vh,480px)}.feature-showcase-ai-figure--schedule{border-right:none;border-bottom:1px solid rgba(226,232,240,.92);flex:1 1 auto;min-height:min(200px,28vh)}.feature-showcase-ai-figure--travel{max-width:100%;flex:1 1 auto;min-height:min(280px,44vh)}.feature-showcase-ai-figure--schedule .feature-showcase-img-shell--dual,.feature-showcase-ai-figure--travel .feature-showcase-img-shell--dual{min-height:0}}@media (min-width: 1024px){.features-detail{padding:clamp(3rem,5vw,4rem) 1rem clamp(4rem,8vw,6.5rem)}.features-detail-header{margin-bottom:clamp(2.5rem,4vw,3.5rem)}.features-detail-grid{gap:clamp(1.5rem,3vw,2.25rem)}.feature-showcase-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(2rem,4vw,4.75rem)}.feature-showcase--reverse .feature-showcase-inner{flex-direction:row-reverse}.feature-showcase-copy{flex:0 1 44%;max-width:26rem}.feature-showcase-visual{flex:1 1 52%;padding-top:0;justify-content:flex-end}.feature-showcase--reverse .feature-showcase-visual{justify-content:flex-start}.feature-showcase-img-shell{max-width:none;width:100%}.feature-showcase-img-shell:not(.feature-showcase-img-shell--dual) img{max-height:min(420px,52vh);width:auto;max-width:100%;margin-left:auto;margin-right:0}.feature-showcase--reverse .feature-showcase-img-shell:not(.feature-showcase-img-shell--dual) img{margin-left:0;margin-right:auto}.feature-showcase--ai-dual .feature-showcase-inner{align-items:stretch;padding-top:clamp(3rem,7vw,6.25rem);padding-bottom:clamp(3rem,7vw,6.25rem)}.feature-showcase--ai-dual .feature-showcase-visual{display:flex;flex-direction:column;flex:1 1 58%;min-width:0;min-height:min(520px,66vh);align-self:stretch;justify-content:stretch;padding-top:0}.feature-showcase-ai-dual{flex:1 1 auto;max-width:none;width:100%;min-height:0}.feature-showcase-ai-captions-row{flex-shrink:0}.feature-showcase-ai-unified{min-height:min(460px,62vh)}.feature-showcase-ai-figure--travel .feature-showcase-img-shell--dual{min-height:min(430px,58vh)}}@media (min-width: 1280px){.feature-showcase-inner{padding:clamp(2.75rem,5vw,5.25rem) clamp(2.5rem,5vw,5rem)}.feature-showcase-img-shell:not(.feature-showcase-img-shell--dual) img{max-height:min(460px,54vh)}.feature-showcase--ai-dual .feature-showcase-visual{flex-basis:60%;min-height:min(600px,72vh)}.feature-showcase-ai-unified{min-height:min(540px,66vh)}.feature-showcase-ai-figure--travel .feature-showcase-img-shell--dual{min-height:min(520px,62vh)}}.comparison{padding:5rem 1rem;background:var(--bg-primary);width:100%;max-width:100%;box-sizing:border-box}.comparison .container{max-width:1200px;margin:0 auto;width:100%;padding:0 1rem;box-sizing:border-box}.comparison-table{overflow-x:auto;border-radius:1rem;box-shadow:0 8px 32px var(--shadow);background:var(--bento-card-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--bento-card-border)}.comparison-table table{width:100%;border-collapse:collapse;min-width:600px}.comparison-table th{background:linear-gradient(135deg,#3f8cff,#5a9fff);color:#fff;padding:1.5rem;font-size:1.1rem;font-weight:600;text-align:center}.comparison-table td{padding:1.25rem;text-align:center;border-bottom:1px solid var(--border-light);color:var(--text-secondary)}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tr:nth-child(2n){background-color:var(--bg-tertiary)}.comparison-table tr:hover{background-color:var(--bg-secondary)}.testimonials{padding:clamp(3.5rem,6vw,5.5rem) 1rem;background:#f8fafc;width:100%;max-width:100%;box-sizing:border-box}[data-theme=dark] .testimonials{background:var(--bg-secondary)}.testimonials .container{max-width:1200px;margin:0 auto;width:100%;padding:0 clamp(1rem,3vw,1.5rem);box-sizing:border-box}.testimonials-header{text-align:center;margin-bottom:.5rem}.testimonials-lead{margin-bottom:clamp(2rem,4vw,2.75rem)}.testimonials-voice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.35rem);align-items:stretch}.testimonial-voice-card{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#0f172a;box-shadow:0 20px 50px #0f172a1f,0 8px 24px #0f172a14;min-height:0;transition:transform .25s ease,box-shadow .25s ease}.testimonial-voice-card:hover{transform:translateY(-4px);box-shadow:0 28px 60px #0f172a29,0 12px 28px #0f172a1a}@media (prefers-reduced-motion: reduce){.testimonial-voice-card:hover{transform:none}}.testimonial-voice-visual{position:relative;flex:0 0 auto;aspect-ratio:4 / 3;overflow:hidden;background:#e2e8f0}.testimonial-voice-photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;clip-path:polygon(0 0,100% 0,100% 86%,0 100%)}.testimonial-voice-panel{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;padding:clamp(1.35rem,3vw,1.85rem) clamp(1.25rem,3vw,1.75rem) clamp(1.35rem,3vw,1.65rem);background:linear-gradient(180deg,#38bdf8,#6366f1 42%,#6d28d9 78%,#5b21b6)}.testimonial-voice-brand-block{margin-bottom:1rem}.testimonial-voice-brand{margin:0 0 .25rem;font-size:1.15rem;font-weight:800;letter-spacing:-.02em;color:#fff;line-height:1.2}.testimonial-voice-meta{margin:0;font-size:.8125rem;font-weight:500;color:#ffffffc7}.testimonial-voice-quote{margin:0;padding:0;border:none;font-size:.98rem;line-height:1.65;font-weight:400;font-style:normal;text-align:left;color:#fffffff5;flex:1 1 auto}.testimonial-voice-quote strong{font-weight:700;color:#fff}.download-options{padding:5rem 1rem;background-color:var(--bg-secondary);width:100%;max-width:100%;box-sizing:border-box}.download-options .container{max-width:1400px;margin:0 auto;width:100%;padding:0 1rem;box-sizing:border-box}.download-options .section-title{text-align:center;margin-bottom:1rem}.download-options .subtitle,.download-sub{text-align:center;margin-bottom:2rem;color:var(--text-muted);font-size:1.05rem}.download-lead{text-align:center;max-width:42rem;margin:0 auto .75rem;font-size:1.12rem;line-height:1.65;color:var(--text-secondary)}.download-promises{text-align:center;margin:0 auto 1.25rem;font-size:.95rem;color:var(--text-muted)}.download-options .bento-grid{padding-top:.5rem}.download-aux{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .5rem;margin-top:2.25rem;font-size:.95rem}.download-aux a{color:var(--link-color);text-decoration:none;font-weight:500}.download-aux a:hover{text-decoration:underline}.download-aux-sep{color:var(--text-muted);-webkit-user-select:none;user-select:none}.download-card-btn{display:inline-flex;align-items:center;justify-content:center}.bento-platforms{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.bento-platform{text-align:center;min-height:280px}.bento-platform .platform-icon{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.bento-platform h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.bento-platform p{margin-bottom:1.5rem;color:var(--text-muted);font-size:.95rem}@media (max-width: 1024px){.value-pillars{grid-template-columns:repeat(2,minmax(0,1fr))}.bento-large{grid-column:span 1}.testimonials-voice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.hero-cta-gradient{width:100%;max-width:320px}.feature-tabs-row{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.35rem;margin:0 -.25rem;padding-left:.25rem;padding-right:.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.feature-tab-item{flex:0 0 auto}.value-section{padding:2rem 1rem 2.5rem}.cta-buttons{flex-direction:column;align-items:center;width:100%}.cta-buttons .btn{width:100%;max-width:300px}.bento-grid{grid-template-columns:1fr;gap:1rem;padding:1.5rem 0}.bento-large{grid-column:span 1}.section-title{font-size:2rem}.bento-card-content{padding:1.5rem}.testimonials-voice-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.features-detail,.testimonials,.download-options,.comparison{padding:3rem 1rem}}@media (max-width: 480px){.value-pillars{grid-template-columns:1fr}.cta-buttons{width:100%;padding:0 .5rem}.cta-buttons .btn{width:100%;max-width:280px;font-size:.9rem;padding:.7rem 1.2rem}.section-title{font-size:1.75rem}.bento-card-content{padding:1.25rem}.bento-text h3{font-size:1.25rem}}[data-theme=dark] .bento-card{background:var(--bento-card-bg);border-color:var(--bento-card-border)}[data-theme=dark] .bento-gradient{opacity:.2}[data-theme=dark] .bento-card:hover .bento-gradient{opacity:.25}.terms-page{max-width:800px;margin:0 auto;padding:2rem 1rem;text-align:left;background-color:var(--bg-primary);color:var(--text-primary)}.terms-section{margin-bottom:2.5rem;line-height:1.7}.terms-section h2{color:var(--text-primary);border-bottom:1px solid var(--border-light);padding-bottom:.5rem;margin:1.5rem 0}.nested-list{padding-left:2em;margin:1rem 0}.nested-list li{margin:.5rem 0}.terms-section p{margin:1rem 0;color:var(--text-primary)}a{color:var(--link-color);text-decoration:underline}.privacy-page{max-width:800px;margin:0 auto;padding:2rem 1rem;text-align:left;background-color:var(--bg-primary);color:var(--text-primary)}.privacy-page h2{text-align:left;margin-bottom:2rem;color:var(--text-primary)}.privacy-section{margin-bottom:2rem;padding:1rem;background:var(--bg-tertiary);border-radius:8px;box-shadow:0 2px 4px var(--shadow)}.privacy-section h2{color:var(--text-primary);margin-bottom:1rem;border-bottom:2px solid var(--border-light);padding-bottom:.5rem}.privacy-section p{margin-bottom:1rem;color:var(--text-secondary)}.privacy-section ol,.privacy-section ul{padding-left:1.5rem;margin-bottom:1rem}.privacy-section li{margin-bottom:.5rem}.privacy-section a{color:var(--link-color);text-decoration:none}.privacy-section a:hover{text-decoration:underline}@media (max-width: 768px){.privacy-page{padding:1rem}.privacy-section{padding:.5rem}}.license-page{max-width:800px;margin:0 auto;padding:2rem;line-height:1.8;color:var(--text-primary);text-align:left;background-color:var(--bg-primary)}.license-page h1{font-size:1.75rem;margin-bottom:1rem;color:var(--text-primary);border-bottom:1px solid var(--border-light);padding-bottom:.5rem}.license-page h2{text-align:left;margin:2rem 0 1rem;color:var(--text-primary);border-bottom:1px solid var(--border-light);padding-bottom:.5rem}.license-page p{margin-bottom:1rem;color:var(--text-primary)}.license-page ol,.license-page ul{margin:1rem 0;padding-left:2rem}.license-page li{margin-bottom:.5rem}.license-page a{color:var(--link-color);text-decoration:underline;word-break:break-word}.license-page a:hover{color:var(--link-hover)}.third-party-toc ul{list-style:none;padding-left:0;margin:1rem 0}.third-party-toc li{margin-bottom:.5rem}.third-party-divider{border:none;border-top:1px solid var(--border-light);margin:2rem 0}.third-party-table-wrap{overflow-x:auto;margin:1.25rem 0;-webkit-overflow-scrolling:touch}.third-party-table{width:100%;min-width:720px;border-collapse:collapse;font-size:.875rem;border:1px solid var(--border-light)}.third-party-table th,.third-party-table td{border:1px solid var(--border-light);padding:.65rem .75rem;text-align:left;vertical-align:top}.third-party-table thead th{background:var(--bg-tertiary);font-weight:600;color:var(--text-primary)}.third-party-table tbody th[scope=row]{font-weight:600;background:var(--bg-secondary);color:var(--text-primary)}.third-party-meta{margin-top:2rem;color:var(--text-secondary);font-size:.95rem}.third-party-meta p{margin-bottom:.5rem}.update-date{color:var(--text-secondary);text-align:left;margin:.5rem 0}@media (max-width: 768px){.license-page{padding:1rem}}.opensource-license-page{max-width:800px;margin:0 auto;padding:2rem 1rem;text-align:left;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.8}.opensource-license-page h1{font-size:1.75rem;margin-bottom:1rem;color:var(--text-primary)}.opensource-license-page h2{font-size:1.35rem;margin:2rem 0 1rem;color:var(--text-primary)}.opensource-license-page p{margin-bottom:1rem;color:var(--text-primary)}.opensource-license-page hr{border:none;border-top:1px solid var(--border-light);margin:2rem 0}.opensource-license-page a{color:var(--link-color);text-decoration:underline;word-break:break-all}.opensource-license-page a:hover{color:var(--link-hover)}.opensource-license-page strong{font-weight:600;color:var(--text-primary)}.license-section{margin:2rem 0}.component-item{margin-bottom:1rem;padding:.75rem;background-color:var(--bg-secondary);border-radius:6px;border-left:3px solid var(--border-light);transition:border-left-color .2s ease}.component-item:hover{border-left-color:var(--link-color)}.component-item p{margin:0;font-size:.9rem}.component-item strong{color:var(--text-primary);font-size:.95rem}.license-text-section{margin:2rem 0}.license-intro{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.5rem}.license-toggle{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.license-button{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background-color:var(--bg-secondary);border:1px solid var(--border-light);border-radius:6px;color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:180px;flex:1}.license-button:hover{background-color:var(--bg-tertiary);border-color:var(--link-color);transform:translateY(-1px)}.license-button.active{background-color:var(--link-color);color:#fff;border-color:var(--link-color)}.toggle-icon{margin-left:.5rem;font-size:.8rem;transition:transform .2s ease}.license-content{margin-top:1.5rem;padding:1.5rem;background-color:var(--bg-secondary);border-radius:8px;border:1px solid var(--border-light);animation:fadeIn .3s ease}.license-content h3{font-size:1.1rem;margin-bottom:1rem;color:var(--text-primary);font-weight:600}.license-text{white-space:pre-wrap;word-wrap:break-word;font-family:Courier New,Courier,monospace;font-size:.85rem;line-height:1.6;color:var(--text-secondary);background-color:var(--bg-primary);padding:1.25rem;border-radius:6px;border:1px solid var(--border-light);max-height:500px;overflow-y:auto;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.opensource-license-page{padding:1rem .75rem}.opensource-license-page h1{font-size:1.5rem}.opensource-license-page h2{font-size:1.2rem;margin:1.5rem 0 .75rem}.opensource-license-page p{font-size:.9rem;line-height:1.6}.license-toggle{flex-direction:column}.license-button{min-width:100%}.license-text{font-size:.8rem;padding:1rem}.component-item{padding:.6rem}.component-item p{font-size:.85rem}}@media (max-width: 480px){.opensource-license-page{padding:.75rem .5rem}.opensource-license-page h1{font-size:1.35rem}.opensource-license-page h2{font-size:1.1rem}.opensource-license-page p{font-size:.85rem}.license-content{padding:1rem}.license-text{font-size:.75rem;padding:.75rem}}.help-page{max-width:900px;margin:0 auto;padding:2rem 1rem;text-align:left;background-color:var(--bg-primary);color:var(--text-primary)}.help-page h1{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary);border-bottom:2px solid var(--border-light);padding-bottom:.75rem;letter-spacing:-.02em}.help-page h2{font-size:1.35rem;font-weight:600;margin:2.25rem 0 1rem;color:var(--text-primary)}.help-page h3{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--text-primary)}.help-page p{margin:.75rem 0;line-height:1.75;color:var(--text-secondary)}.help-page ul,.help-page ol{padding-left:1.5rem;margin:1rem 0}.help-page li{margin:.5rem 0;line-height:1.6}.help-page table{width:100%;border-collapse:collapse;margin:1.25rem 0;border-radius:8px;overflow:hidden;border:1px solid var(--border-light)}.help-page th,.help-page td{border-bottom:1px solid var(--border-light);padding:.875rem 1rem;text-align:left}.help-page tr:last-child td{border-bottom:none}.help-page th{background:var(--bg-tertiary);font-weight:600;color:var(--text-primary)}.help-page td{color:var(--text-secondary)}.help-page a{color:var(--link-color);text-decoration:none;transition:color .2s ease-out}.help-page a:hover{color:var(--link-hover)}.help-page a:focus-visible{outline:2px solid var(--link-color);outline-offset:2px;border-radius:2px}.help-hero{margin-bottom:2.5rem}.help-hero p{font-size:1.05rem}.help-nav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin:2rem 0}.help-nav-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--bg-tertiary);border-radius:10px;border:1px solid var(--border-light);cursor:pointer;transition:border-color .2s ease-out,background-color .2s ease-out,box-shadow .2s ease-out;text-align:left}.help-nav-card:hover{border-color:var(--link-color);background-color:var(--bg-primary);box-shadow:0 4px 12px var(--shadow)}.help-nav-card:focus-visible{outline:2px solid var(--link-color);outline-offset:2px}.help-nav-card-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--link-color);color:#fff;font-size:1.1rem}.help-nav-card-content{flex:1;min-width:0}.help-nav-card h3{margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.help-nav-card p{margin:0;font-size:.9rem;color:var(--text-tertiary);line-height:1.5}.help-breadcrumb{margin-bottom:1.5rem;font-size:.9rem;color:var(--text-tertiary)}.help-breadcrumb a{color:var(--text-tertiary);transition:color .2s ease-out}.help-breadcrumb a:hover{color:var(--link-color)}.help-breadcrumb-sep{margin:0 .35rem;opacity:.6}.help-detail-layout{display:grid;grid-template-columns:1fr 200px;gap:2.5rem;align-items:start}.help-detail-content{min-width:0}.help-sidebar{position:sticky;top:5rem}.help-sidebar-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:.75rem}.help-sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.help-sidebar-nav a{display:block;padding:.5rem .75rem;font-size:.9rem;color:var(--text-secondary);border-radius:6px;transition:color .2s ease-out,background-color .2s ease-out}.help-sidebar-nav a:hover{color:var(--link-color);background:var(--bg-tertiary)}.help-sidebar-nav a:focus-visible{outline:2px solid var(--link-color);outline-offset:2px}.faq-list{margin:1.5rem 0}.faq-item{margin-bottom:.5rem;border:1px solid var(--border-light);border-radius:8px;overflow:hidden;background:var(--bg-tertiary)}.faq-item.is-open{border-color:var(--link-color)}.faq-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:transparent;border:none;cursor:pointer;font-size:1rem;font-weight:500;color:var(--text-primary);text-align:left;transition:background-color .2s ease-out}[data-theme=dark] .faq-trigger:hover{background:#ffffff0d}.faq-trigger:focus-visible{outline:none}.faq-trigger-icon{flex-shrink:0;margin-left:.75rem;transition:transform .2s ease-out}.faq-item.is-open .faq-trigger-icon{transform:rotate(180deg)}.faq-answer{overflow:hidden;transition:max-height .25s ease-out}.faq-answer-inner{padding:0 1.25rem 1.25rem}.faq-answer p{margin:0;font-size:.95rem;color:var(--text-secondary);line-height:1.65}.faq-contact{margin-top:2rem;padding:1.25rem;background:var(--bg-tertiary);border-radius:8px;border-left:4px solid var(--link-color)}.help-section{margin-bottom:2rem}.help-section-card{padding:1.25rem;background:var(--bg-tertiary);border-radius:8px;margin:1rem 0;border:1px solid var(--border-light)}.help-section-card ul,.help-section-card ol{margin:.5rem 0 0}.help-pc-only{display:block}.help-mobile-only{display:none}.help-image-container{display:flex;flex-direction:column;gap:2rem;margin:1.5rem 0;align-items:center}.help-image-item{width:100%;max-width:800px;text-align:center}.help-image-mobile{max-width:360px}.help-image-pair{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1rem;align-items:start}.help-image{width:100%;border-radius:10px;box-shadow:0 1px 11px var(--shadow);border:1px solid var(--border-light);transition:transform .2s ease-out}.help-image-caption{margin-top:.75rem;font-size:.9rem;color:var(--text-secondary);font-weight:500}@media (prefers-reduced-motion: reduce){.help-nav-card,.help-page a,.faq-trigger-icon,.faq-answer,.help-image{transition:none}}@media (max-width: 900px){.help-detail-layout{grid-template-columns:1fr}.help-sidebar{position:static;order:-1;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.help-sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:.5rem}}@media (max-width: 768px){.help-page{padding:1.25rem}.help-nav-grid{grid-template-columns:1fr;gap:.75rem}.help-nav-card{padding:1rem;gap:.875rem}.help-nav-card-icon{width:36px;height:36px;font-size:1rem}.help-image-mobile{max-width:100%}.help-image-pair{grid-template-columns:1fr}.help-pc-only{display:none}.help-mobile-only{display:block}}button:focus{outline:none}button:focus-visible{outline:none}#root{margin:0;text-align:center;background-color:var(--bg-secondary);width:100%;max-width:100%;min-height:100vh;transition:background-color .3s ease;overflow-x:hidden}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:var(--text-tertiary)}@media (prefers-color-scheme: dark){#root{background-color:var(--bg-secondary)}}header{display:flex;justify-content:center;width:100%;max-width:100%;box-sizing:border-box}.app{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.app main{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.app main.with-header{padding-top:72px}@media (max-width: 768px){.app main.with-header{padding-top:64px}}:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #f9f9f9;--text-primary: #213547;--text-secondary: #666;--text-tertiary: #888;--text-muted: #6c757d;--border-color: #e9ecef;--border-light: #eee;--link-color: #3F8CFF;--link-hover: #5A9FFF;--button-bg: #f9f9f9;--button-hover-border: #3F8CFF;--card-bg: #ffffff;--shadow: rgba(0, 0, 0, .1);--shadow-light: rgba(0, 0, 0, .08);--bento-card-bg: rgba(255, 255, 255, .8);--bento-card-border: rgba(255, 255, 255, .2);--bento-gradient-1: linear-gradient(135deg, #3F8CFF 0%, #5A9FFF 100%);--bento-gradient-2: linear-gradient(135deg, #3F8CFF 0%, #7AB0FF 100%);--bento-gradient-3: linear-gradient(135deg, #3F8CFF 0%, #9AC5FF 100%);--bento-gradient-4: linear-gradient(135deg, #3F8CFF 0%, #BADAFF 100%);color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--link-color);text-decoration:inherit}a:hover{color:var(--link-hover)}body{margin:0;padding:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;width:100%;max-width:100%}html{overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}img,video,svg{max-width:100%;height:auto}h1{font-size:3.2em;line-height:1.1;color:var(--text-primary)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--button-bg);color:var(--text-primary);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--button-hover-border)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}[data-theme=dark]{--bg-primary: #0f0f0f;--bg-secondary: #1a1a1a;--bg-tertiary: #242424;--text-primary: rgba(255, 255, 255, .95);--text-secondary: rgba(255, 255, 255, .75);--text-tertiary: rgba(255, 255, 255, .65);--text-muted: rgba(255, 255, 255, .55);--border-color: #2a2a2a;--border-light: #3a3a3a;--link-color: #818cf8;--link-hover: #a5b4fc;--button-bg: #2a2a2a;--button-hover-border: #818cf8;--card-bg: rgba(26, 26, 26, .8);--shadow: rgba(0, 0, 0, .4);--shadow-light: rgba(0, 0, 0, .3);--bento-card-bg: rgba(26, 26, 26, .6);--bento-card-border: rgba(255, 255, 255, .1);--bento-gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--bento-gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--bento-gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--bento-gradient-4: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%)}@media (prefers-color-scheme: dark){:root:not([data-theme]){--bg-primary: #0f0f0f;--bg-secondary: #1a1a1a;--bg-tertiary: #242424;--text-primary: rgba(255, 255, 255, .95);--text-secondary: rgba(255, 255, 255, .75);--text-tertiary: rgba(255, 255, 255, .65);--text-muted: rgba(255, 255, 255, .55);--border-color: #2a2a2a;--border-light: #3a3a3a;--link-color: #818cf8;--link-hover: #a5b4fc;--button-bg: #2a2a2a;--button-hover-border: #818cf8;--card-bg: rgba(26, 26, 26, .8);--shadow: rgba(0, 0, 0, .4);--shadow-light: rgba(0, 0, 0, .3);--bento-card-bg: rgba(26, 26, 26, .6);--bento-card-border: rgba(255, 255, 255, .1)}}
