.scroll-reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.scroll-reveal--visible{opacity:1;transform:translateY(0)}.landing-header{background:var(--navy);padding:0 2rem;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.header-logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:1.25rem;text-decoration:none}.header-logo-icon{width:36px;height:36px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center}.header-nav{display:flex;gap:2rem;align-items:center}.header-nav-link{color:var(--text-light);font-size:.95rem;font-weight:500;transition:color .2s}.header-nav-link:hover{color:#fff}.header-actions{display:flex;gap:12px}.header-mobile-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:4px}.mobile-nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--navy-light);border-bottom:1px solid rgba(255,255,255,.08);padding:1rem 2rem 1.5rem;flex-direction:column;gap:.75rem;animation:slideDown .25s ease}.mobile-nav.open{display:flex}.mobile-nav a{color:var(--text-light);font-size:1rem;font-weight:500;padding:.5rem 0;transition:color .2s}.mobile-nav a:hover{color:#fff}.mobile-nav-actions{display:flex;gap:12px;margin-top:.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hero{background:var(--navy);padding:5rem 2rem 6rem;position:relative;overflow:hidden}.hero-glow{position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(59,130,246,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}.hero-badge{display:inline-block;background:#3b82f626;color:var(--primary);font-size:.85rem;font-weight:600;padding:6px 16px;border-radius:20px;margin-bottom:1.5rem;border:1px solid rgba(59,130,246,.25)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.15;color:#fff;margin-bottom:1.25rem}.hero-title-accent{color:var(--primary)}.hero-subtitle{font-size:1.15rem;color:var(--text-light);margin-bottom:2.5rem;max-width:500px;line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center}.hero-shield-wrapper{position:relative}.hero-shield-glow{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(circle,rgba(59,130,246,.2) 0%,transparent 70%);border-radius:50%}.hero-shield-icon{filter:drop-shadow(0 0 40px rgba(59,130,246,.4));position:relative}.author-card-wrapper{max-width:1200px;margin:-3rem auto 0;padding:0 2rem;position:relative;z-index:10}.author-card{background:var(--navy-card);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.25rem;max-width:700px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.author-card-avatar{width:56px;height:56px;background:linear-gradient(135deg,var(--primary),#818cf8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}.author-card-name{color:#fff;font-weight:700;font-size:1rem;margin-bottom:2px}.author-card-role{color:var(--text-light);font-size:.88rem;line-height:1.5}.problems{padding:5rem 2rem}.problems-inner{max-width:1200px;margin:0 auto}.problems-title{font-size:2rem;font-weight:800;margin-bottom:2.5rem;line-height:1.3}.problems-title-accent{color:var(--danger)}.problems-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.problems-main-card{background:var(--navy);border-radius:16px;padding:2.5rem;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:380px;grid-row:span 3;position:relative;overflow:hidden}.problems-main-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--navy-light),var(--navy-card));display:flex;align-items:center;justify-content:center}.problems-main-bg span{font-size:8rem;opacity:.15}.problems-main-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b16284d,#0b1628e6 70%)}.problems-main-text{font-size:1.25rem;font-weight:600;line-height:1.5;position:relative;z-index:1}.problems-main-text-accent{color:var(--warning)}.warnings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;grid-row:span 3}.warning-card{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;border:1px solid var(--border);display:flex;align-items:flex-start;gap:12px}.warning-icon{width:36px;height:36px;background:#fef3c7;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.warning-text{font-size:.92rem;font-weight:500;line-height:1.5}.audience{background:var(--navy);padding:5rem 2rem;position:relative;overflow:hidden}.audience-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(59,130,246,.1) 0%,transparent 60%);pointer-events:none}.audience-inner{max-width:1200px;margin:0 auto;position:relative}.audience-title{font-size:2.25rem;font-weight:800;color:#fff;line-height:1.25;margin-bottom:1.25rem;max-width:600px}.audience-subtitle{color:var(--text-light);font-size:1.05rem;line-height:1.7;margin-bottom:2rem;max-width:600px}.audience-tags{display:flex;flex-wrap:wrap;gap:10px;max-width:700px}.audience-tag{padding:8px 18px;border-radius:24px;border:1px solid rgba(255,255,255,.2);color:#ffffffd9;font-size:.9rem;font-weight:500;background:#ffffff0d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s,border-color .2s}.audience-tag:hover{background:#ffffff1a;border-color:#ffffff59}.benefits{background:var(--navy);padding:5rem 2rem;border-top:1px solid rgba(255,255,255,.06)}.benefits-inner{max-width:1200px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.benefits-title{font-size:2.25rem;font-weight:800;color:#fff;line-height:1.25;margin-bottom:1.5rem}.benefits-subtitle{color:var(--text-light);font-size:.95rem;margin-bottom:2rem}.benefits-list{display:flex;flex-direction:column;gap:1rem}.benefit-item{display:flex;gap:12px;align-items:flex-start}.benefit-item p{color:#ffffffd9;font-size:.95rem;line-height:1.6}.benefit-item svg{flex-shrink:0;margin-top:2px}.doc-badges{display:flex;gap:1rem;margin-bottom:1rem;justify-content:center}.doc-badge{padding:10px 24px;border-radius:24px;border:1.5px solid var(--primary);color:#fff;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:8px;background:#3b82f61a}.benefits-visual{display:flex;flex-direction:column;align-items:center;gap:1rem}.benefits-shield{position:relative;width:280px;height:280px;display:flex;align-items:center;justify-content:center}.benefits-shield-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);border-radius:50%}.benefits-shield-text{position:absolute;text-align:center;color:#fff;font-weight:800;font-size:.85rem;line-height:1.4;text-transform:uppercase;letter-spacing:.05em;padding:0 40px}.how-it-works{max-width:1200px;margin:0 auto;padding:5rem 2rem}.how-title{text-align:center;font-size:2rem;font-weight:800;margin-bottom:.75rem}.how-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-size:1.05rem}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.how-card{text-align:center;padding:2rem 1.5rem}.how-card-icon{color:var(--primary);margin-bottom:.75rem}.how-card-number{width:48px;height:48px;background:var(--navy);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;margin:0 auto 1rem}.how-card h3{margin-bottom:.5rem;font-size:1rem}.how-card p{font-size:.9rem;color:var(--text-secondary)}.value-props{background:var(--navy);padding:5rem 2rem;position:relative;overflow:hidden}.value-props-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 30%,rgba(59,130,246,.08) 0%,transparent 50%);pointer-events:none}.value-props-inner{max-width:1200px;margin:0 auto;position:relative}.value-props-title{font-size:2.25rem;font-weight:800;color:#fff;line-height:1.25;margin-bottom:3rem}.value-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.value-card{background:#ffffff0d;border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.08)}.value-card h3{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.value-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.shield-points{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem}.shield-point{display:flex;gap:14px;align-items:flex-start}.shield-point-icon{width:40px;height:40px;background:#3b82f626;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.shield-point p{color:#fffc;font-size:.92rem;line-height:1.6}.shield-point strong{color:#fff}.simplicity-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.simplicity-card{background:#ffffff0d;border-radius:16px;padding:2.5rem;border:1px solid rgba(255,255,255,.08)}.simplicity-card h3{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:.75rem}.simplicity-card p{color:var(--text-light);font-size:1rem;line-height:1.7}.bottom-notes{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.author-story{padding:5rem 2rem;background:#fff}.author-story-inner{max-width:1200px;margin:0 auto}.author-story-grid{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:start}.author-story-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.author-story-quote{font-size:4rem;line-height:1;color:var(--primary);font-weight:800;font-family:Georgia,serif}.author-story-title{font-size:2rem;font-weight:800;line-height:1.3;padding-top:8px}.author-story-text{display:flex;flex-direction:column;gap:1.25rem;color:var(--text-secondary);font-size:1rem;line-height:1.75}.author-story-text .highlight{font-weight:700;color:var(--text)}.author-story-sidebar{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:1rem}.author-photo-placeholder{width:260px;height:300px;background:linear-gradient(135deg,var(--navy-light) 0%,var(--navy-card) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;font-weight:700}.author-info-center{text-align:center}.author-info-center .name{font-weight:700;font-size:1.05rem}.author-info-center .role{color:var(--text-secondary);font-size:.9rem}.credentials{padding:5rem 2rem;background:var(--bg)}.credentials-inner{max-width:1200px;margin:0 auto}.credentials-card{background:#fff;border-radius:20px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 24px #0000000f}.credentials-grid{display:grid;grid-template-columns:320px 1fr;gap:0}.credentials-photo{background:linear-gradient(135deg,var(--navy-light) 0%,var(--navy-card) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:4rem;font-weight:700;min-height:400px}.credentials-content{padding:2.5rem 3rem}.credentials-title{font-size:1.75rem;font-weight:800;margin-bottom:1rem;line-height:1.3}.credentials-subtitle{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.credentials-subtitle strong{color:var(--primary)}.credentials-books{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.credentials-book{background:var(--bg);border-radius:12px;padding:1rem 1.25rem;border:1px solid var(--border);flex:1;min-width:200px}.credentials-book p{font-size:.88rem;color:var(--text-secondary);line-height:1.5;font-style:italic}.credentials-certs{margin-bottom:1.5rem}.credentials-certs-title{font-size:.9rem;font-weight:600;margin-bottom:.75rem}.credentials-cert-list{display:flex;flex-direction:column;gap:.5rem}.credentials-cert-item{display:flex;align-items:flex-start;gap:8px}.credentials-cert-item svg{flex-shrink:0;margin-top:3px}.credentials-cert-item p{font-size:.85rem;color:var(--text-secondary);line-height:1.5}.credentials-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-top:1px solid var(--border);padding-top:1.25rem}.credentials-stat{display:flex;align-items:center;gap:10px}.credentials-stat-icon{width:36px;height:36px;background:var(--primary-glow);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.credentials-stat p{font-size:.82rem;font-weight:600;line-height:1.4}.tariffs-section{background:var(--bg);padding:0 2rem 5rem}.tariffs-inner{max-width:1200px;margin:0 auto}.tariffs-title{text-align:center;font-size:2rem;font-weight:800;margin-bottom:.75rem}.tariffs-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-size:1.05rem}.tariffs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tariff-card{background:var(--card);border-radius:16px;padding:2rem;border:2px solid var(--border);display:flex;flex-direction:column;position:relative;transition:transform .2s,box-shadow .2s}.tariff-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.tariff-card--popular{background:linear-gradient(180deg,#eff6ff,#fff 40%);border-color:var(--primary);box-shadow:0 8px 32px #3b82f626}.tariff-popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;padding:4px 16px;border-radius:20px;white-space:nowrap;display:flex;align-items:center;gap:4px}.tariff-name{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.tariff-price{font-size:2.25rem;font-weight:800;margin-bottom:.25rem}.tariff-price-period{font-size:1rem;font-weight:500;color:var(--text-secondary)}.tariff-subtitle{font-size:.85rem;color:var(--text-secondary);margin-bottom:1.5rem}.tariff-features{list-style:none;margin-bottom:2rem;flex:1}.tariff-feature{padding:6px 0;font-size:.9rem;display:flex;align-items:center;gap:8px}.cta{background:var(--navy);padding:4rem 2rem}.cta-inner{max-width:800px;margin:0 auto;text-align:center}.cta-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1rem}.cta-subtitle{color:var(--text-light);font-size:1.1rem;margin-bottom:2rem;line-height:1.7}.cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cta-ghost{border-color:#fff3}.faq-section{max-width:800px;margin:0 auto;padding:5rem 2rem}.faq-title{text-align:center;font-size:2rem;font-weight:800;margin-bottom:.75rem}.faq-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-size:1.05rem}.faq-item{background:#fff;border:1px solid var(--border);border-radius:12px;margin-bottom:.75rem;overflow:hidden;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 2px 12px #0000000f}.faq-question{padding:1.25rem 1.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;-webkit-user-select:none;user-select:none}.faq-chevron{flex-shrink:0;transition:transform .3s ease;color:var(--text-secondary)}.faq-chevron.open{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.16,1,.3,1),padding .35s cubic-bezier(.16,1,.3,1);padding:0 1.5rem}.faq-answer.open{max-height:300px;padding:0 1.5rem 1.25rem}.faq-answer p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.contact{background:var(--navy);padding:4rem 2rem;position:relative;overflow:hidden}.contact-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(59,130,246,.1) 0%,transparent 60%);pointer-events:none}.contact-inner{max-width:1200px;margin:0 auto;position:relative}.contact-header{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:start;margin-bottom:3rem}.contact-title{font-size:2.25rem;font-weight:800;color:#fff;line-height:1.25;margin-bottom:1rem}.contact-subtitle{color:var(--text-light);font-size:1.05rem}.contact-avatar{width:80px;height:80px;background:linear-gradient(135deg,var(--primary),#818cf8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.5rem;flex-shrink:0}.contact-links{display:grid;grid-template-columns:1fr 1fr;gap:2rem;border-top:1px solid rgba(255,255,255,.08);padding-top:2rem}.contact-link-label{color:var(--text-light);font-size:.88rem;margin-bottom:.5rem}.contact-link{color:#fff;font-size:1.35rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:10px;transition:opacity .2s}.contact-link:hover{opacity:.85}.contact-link--underline{border-bottom:2px solid var(--primary);padding-bottom:2px;width:fit-content}.landing-footer{background:var(--navy);color:var(--text-light);padding:3rem 2rem;border-top:1px solid rgba(255,255,255,.06)}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-brand{color:#fff;font-weight:700;font-size:1.2rem;margin-bottom:.75rem}.footer-desc{font-size:.9rem;line-height:1.6}.footer-heading{color:#fff;font-weight:600;font-size:.9rem;margin-bottom:1rem}.footer-link{display:block;font-size:.88rem;padding:4px 0;color:var(--text-light);transition:color .2s}.footer-link:hover{color:#fff}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);font-size:.85rem;display:flex;justify-content:space-between}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.hero-subtitle{max-width:100%;margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{display:none}.author-card-wrapper{display:flex;justify-content:center}.problems-grid{grid-template-columns:1fr}.problems-main-card{grid-row:auto;min-height:240px}.warnings-grid{grid-row:auto;grid-template-columns:1fr 1fr}.benefits-grid{grid-template-columns:1fr;gap:3rem}.how-grid{grid-template-columns:repeat(2,1fr)}.value-cards,.shield-points{grid-template-columns:1fr 1fr}.author-story-grid{grid-template-columns:1fr}.author-story-sidebar{flex-direction:row;justify-content:center;gap:1.5rem}.author-photo-placeholder{width:120px;height:140px;font-size:1.5rem}.credentials-grid{grid-template-columns:1fr}.credentials-photo{min-height:200px;font-size:3rem}.credentials-stats{grid-template-columns:1fr;gap:.75rem}.tariffs-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.header-nav,.header-actions{display:none}.header-mobile-toggle{display:flex}.hero{padding:3rem 1.5rem 4rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-badge{font-size:.8rem}.author-card{flex-direction:column;text-align:center;max-width:100%}.problems{padding:3rem 1.5rem}.problems-title{font-size:1.5rem}.warnings-grid{grid-template-columns:1fr}.audience{padding:3rem 1.5rem}.audience-title{font-size:1.75rem}.benefits{padding:3rem 1.5rem}.benefits-title{font-size:1.75rem}.doc-badges{flex-wrap:wrap;justify-content:center}.how-it-works{padding:3rem 1.5rem}.how-grid{grid-template-columns:1fr;gap:1rem}.value-props{padding:3rem 1.5rem}.value-props-title{font-size:1.75rem}.value-cards,.shield-points,.simplicity-grid,.bottom-notes{grid-template-columns:1fr}.author-story{padding:3rem 1.5rem}.author-story-title{font-size:1.5rem}.credentials{padding:3rem 1.5rem}.credentials-content{padding:1.5rem}.credentials-title{font-size:1.35rem}.tariffs-section{padding:0 1.5rem 3rem}.tariffs-grid{grid-template-columns:1fr}.cta{padding:3rem 1.5rem}.cta-title{font-size:1.5rem}.faq-section,.contact{padding:3rem 1.5rem}.contact-header{grid-template-columns:1fr;gap:1.5rem}.contact-title{font-size:1.75rem}.contact-avatar{display:none}.contact-links{grid-template-columns:1fr;gap:1.5rem}.contact-link{font-size:1.1rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}@media(max-width:480px){.hero-title{font-size:1.65rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}.author-card-wrapper{padding:0 1rem}.cta-actions{flex-direction:column;align-items:stretch}.cta-actions .btn{justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--navy: #0b1628;--navy-light: #111d33;--navy-card: #162240;--primary: #3b82f6;--primary-dark: #2563eb;--primary-glow: rgba(59, 130, 246, .15);--accent: #f59e0b;--warning: #f59e0b;--danger: #ef4444;--bg: #f8fafc;--card: #ffffff;--text: #1e293b;--text-secondary: #64748b;--text-light: #94a3b8;--border: #e2e8f0;--success: #10b981;--radius: 16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.btn{padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:all .2s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{background:transparent;color:var(--primary);border:1.5px solid var(--primary)}.btn-outline:hover{background:var(--primary-glow)}.btn-white{background:#fff;color:var(--navy)}.btn-white:hover{background:#f1f5f9}.btn-ghost{background:transparent;color:var(--text-light);border:1px solid rgba(255,255,255,.15)}.btn-ghost:hover{color:#fff;border-color:#ffffff4d}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-lg{padding:14px 32px;font-size:1.05rem;border-radius:10px}.btn-sm{padding:8px 16px;font-size:.85rem}.btn-full{width:100%;justify-content:center}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.88rem;font-weight:600;margin-bottom:6px;color:var(--text)}.form-input{width:100%;padding:10px 14px;border-radius:8px;border:1.5px solid var(--border);font-size:.95rem;transition:border-color .2s;outline:none}.form-input:focus{border-color:var(--primary)}.form-error{color:var(--danger);font-size:.85rem;margin-top:4px}.card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem}.badge{padding:3px 10px;border-radius:20px;font-size:.78rem;font-weight:600}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}
