:root{--primary-color:#1e3b2e;--secondary-color:#d4af37;--accent-color:#2c5f4a;--text-color:#2c3e50;--bg-color:#f5f5f5;--card-bg:#fff;--border-color:#e0e0e0;--shadow:0 2px 8px #0000001a;--shadow-lg:0 4px 16px #00000026}.dark-mode{--primary-color:#0f1f18;--secondary-color:#c9a227;--accent-color:#1a3a2e;--text-color:#e0e0e0;--bg-color:#1a1a1a;--card-bg:#2d2d2d;--border-color:#404040;--shadow:0 2px 8px #0000004d;--shadow-lg:0 4px 16px #0006}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}a{color:var(--secondary-color);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}button{cursor:pointer;font-family:inherit}.card{background:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow);border-radius:12px;padding:24px;transition:all .3s}.card:hover{box-shadow:var(--shadow-lg)}.container{max-width:1400px;margin:0 auto;padding:0 20px}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none;overflow:auto}.hide-scrollbar::-webkit-scrollbar{display:none}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#app{min-height:100vh}.home-page .hero-section{color:#fff;text-align:center;background:linear-gradient(135deg,#1e3b2e 0%,#2c5f4a 100%);border-radius:16px;margin-bottom:40px;padding:80px 20px}.home-page .hero-section .hero-content{max-width:800px;margin:0 auto}.home-page .hero-section .hero-title{margin-bottom:16px;font-family:Georgia,serif;font-size:48px;font-weight:700}.home-page .hero-section .hero-subtitle{opacity:.95;margin-bottom:32px;font-size:20px;line-height:1.6}.home-page .hero-section .hero-actions{justify-content:center;gap:16px;display:flex}.home-page .hero-section .hero-actions .btn{border-radius:8px;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s}.home-page .hero-section .hero-actions .btn.btn-primary{color:#1e3b2e;background-color:#d4af37}.home-page .hero-section .hero-actions .btn.btn-primary:hover{background-color:#e5c046;transform:translateY(-2px);box-shadow:0 4px 12px #d4af3766}.home-page .hero-section .hero-actions .btn.btn-secondary{color:#fff;background-color:#0000;border:2px solid #fff}.home-page .hero-section .hero-actions .btn.btn-secondary:hover{color:#1e3b2e;background-color:#fff;transform:translateY(-2px)}.home-page .section-title{text-align:center;color:var(--text-color);margin-bottom:40px;font-size:32px;font-weight:700;position:relative}.home-page .section-title:after{content:"";background:linear-gradient(90deg,#1e3b2e,#d4af37);border-radius:2px;width:60px;height:4px;margin:16px auto 0;display:block}.home-page .features-section{margin-bottom:60px}.home-page .features-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.home-page .features-section .features-grid .feature-card{background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;padding:32px;transition:all .3s}.home-page .features-section .features-grid .feature-card:hover{border-color:#d4af37;transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.home-page .features-section .features-grid .feature-card.beginner-guide{background:linear-gradient(135deg,#fff9e6 0%,#fff3cd 100%);border:2px solid #d4af37;position:relative;overflow:hidden}.home-page .features-section .features-grid .feature-card.beginner-guide:before{content:"🌟";opacity:.15;font-size:60px;position:absolute;top:-10px;right:-10px;transform:rotate(15deg)}.home-page .features-section .features-grid .feature-card.beginner-guide:hover{border-color:#b8941f;box-shadow:0 12px 24px #d4af3733}.home-page .features-section .features-grid .feature-card.beginner-guide h4{color:#856404;font-weight:700}.home-page .features-section .features-grid .feature-card.beginner-guide p{color:#856404;opacity:.85}.home-page .features-section .features-grid .feature-card.beginner-guide .feature-link{color:#856404;font-weight:700}.home-page .features-section .features-grid .feature-card .feature-icon{margin-bottom:16px;font-size:48px}.home-page .features-section .features-grid .feature-card h4{color:var(--text-color);margin-bottom:12px;font-size:20px}.home-page .features-section .features-grid .feature-card p{color:var(--text-color);opacity:.7;margin-bottom:16px;font-size:14px;line-height:1.6}.home-page .features-section .features-grid .feature-card .feature-link{color:#d4af37;font-size:14px;font-weight:600;text-decoration:none}@media (width<=768px){.hero-title{font-size:32px!important}.hero-subtitle{font-size:16px!important}.hero-actions{flex-direction:column}.hero-actions .btn{text-align:center;width:100%}.features-grid{grid-template-columns:1fr!important}.seo-section{padding:24px!important}}
