:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #8b5cf6;--bg-page: #f1f5f9;--bg-card: #ffffff;--border-color: #e2e8f0;--text-main: #0f172a;--text-dim: #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}
