:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #8b5cf6;--bg-page: #f1f5f9;--bg-card: #ffffff;--border-color: #e2e8f0;--text-main: #0f172a;--text-dim: #64748b;--text-muted: #64748b;--font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{background-color:#f1f5f9!important;min-height:100vh;margin:0;padding:0}body{font-family:var(--font-inter);color:var(--text-main);line-height:1.6;font-size:15px;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;justify-content:center;width:100%;background-color:#f1f5f9}h1,h2,h3,h4{font-weight:700;color:#1e293b;margin-bottom:.75rem}.title-gradient{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.info-section{background-color:#fff;padding:2rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid #f1f5f9;box-shadow:0 1px 2px #00000005}.section-title{font-size:1.1rem;font-weight:800;margin-bottom:1.25rem;color:var(--text-main)}.guide-list{list-style:none;counter-reset:guide-counter;padding:0}.guide-list li{counter-increment:guide-counter;position:relative;padding-left:2rem;margin-bottom:.75rem;color:var(--text-dim);font-size:.95rem}.guide-list li:before{content:counter(guide-counter);position:absolute;left:0;top:2px;width:20px;height:20px;background:#f1f5f9;color:var(--primary);border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.feature-list{display:grid;grid-template-columns:1fr;gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--text-dim);font-weight:500}.check-icon{color:var(--primary);background:#e0e7ff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-question{font-size:.95rem;font-weight:700;margin-bottom:.25rem;color:var(--text-main)}.faq-answer{font-size:.9rem;color:var(--text-dim);margin-bottom:0;line-height:1.5}.app-shell{width:100%;min-height:100vh;display:flex;justify-content:center;padding:0;background:var(--bg-page)}.app-card{width:100%;max-width:600px;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-card);box-shadow:0 20px 45px #0f172a1f}.app-main{flex:1;width:100%;padding:0 1.5rem 3rem}.info-card{padding:3rem;border:1px solid #f1f5f9;border-radius:16px;background:#fff;box-shadow:0 1px 2px #00000005}.info-heading{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;line-height:1.35}.section-number,.guide-bullet{color:var(--secondary)}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 2rem}.feature-tile{display:flex;flex-direction:column;align-items:center;text-align:center}.feature-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;border-radius:999px;background:#f8fafc;font-size:1.5rem}.feature-title{margin-bottom:.25rem;color:#1e293b;font-weight:700}.feature-description,.guide-list{color:var(--text-dim)}.feature-description{font-size:.75rem}.faq-item{padding:1.25rem 0;border-bottom:1px solid #f1f5f9;cursor:pointer}.faq-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;color:#1e293b;font-weight:600;line-height:1.5}.faq-summary::-webkit-details-marker{display:none}.faq-chevron{flex:0 0 auto;color:#cbd5e1;transition:transform .18s ease}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-answer{margin-top:1rem;padding-left:1rem;font-size:.875rem;line-height:1.75;overflow-wrap:anywhere}.guide-list{display:flex;flex-direction:column;gap:1rem;padding:0;list-style:none}.guide-item{display:flex;gap:.5rem;position:static;padding-left:0;margin-bottom:0;font-size:inherit;line-height:1.7}.guide-list li:before{content:none}.guide-bullet{flex:0 0 auto;font-weight:700}.section-animate{animation:sectionFadeIn .24s ease-out}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid rgba(99,102,241,.35);outline-offset:2px}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.app-shell{padding:2.5rem 0}.app-card{min-height:fit-content;border-radius:1rem}}@media(max-width:640px){.app-main{padding-right:1rem;padding-left:1rem}.info-card{padding:1.5rem}.info-heading{font-size:1.25rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
