.home-page{font-family:'Noto Sans SC','DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;position:relative;min-height:100vh;overflow-x:hidden}.main-content.home-page{background:0 0}.hero-section{padding:80px 24px 60px;display:flex;justify-content:center;align-items:center}.hero-container{text-align:center;max-width:600px;animation:.6s ease-out fade-in-up}@keyframes fade-in-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-logo{width:200px;height:200px;margin:0 auto 32px;border-radius:24px;display:block}.hero-title{font-size:clamp(2rem, 5vw, 3rem);font-weight:700;color:var(--text-primary);margin:0 0 16px;letter-spacing:-.02em}.hero-subtitle{font-size:1.1rem;color:var(--text-secondary);margin:0;line-height:1.6}.hero-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:600;color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border-medium);border-radius:12px;text-decoration:none;transition:.3s}.hero-btn:hover{background:var(--bg-secondary);border-color:var(--text-tertiary);transform:translateY(-2px)}.hero-btn-icon{font-size:1.2em}.notice-section{padding:0 24px 24px;animation:.6s ease-out .1s backwards fade-in-up}.notice-container{max-width:1000px;margin:0 auto}.notice-card{display:flex;align-items:center;gap:20px;padding:20px 24px;background:linear-gradient(145deg,#fffaf0,#fff5e0);border:1px solid #fed7aa;border-radius:12px;box-shadow:0 4px 16px rgba(251,146,60,.08);transition:.3s;position:relative;overflow:hidden}:root .notice-card{background:linear-gradient(145deg,#fffaf0,#fff5e0);border-color:#fed7aa}[data-theme=dark] .notice-card{background:linear-gradient(145deg,#2c1a05,#1a0f00);border-color:#5c3a00;box-shadow:0 4px 20px rgba(0,0,0,.6),inset 0 0 40px rgba(50,20,0,.2)}.notice-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(251,146,60,.15)}[data-theme=dark] .notice-card:hover{box-shadow:0 8px 24px rgba(251,146,60,.05),inset 0 0 40px rgba(60,25,0,.3);border-color:#7c4e00}.notice-image{width:120px;height:120px;object-fit:contain;border-radius:8px;flex-shrink:0}.notice-content{flex:1;text-align:left}.notice-title{font-size:1rem;font-weight:600;color:#ea580c;margin:0 0 8px;display:flex;align-items:center;justify-content:flex-start;gap:8px}[data-theme=dark] .notice-title{color:#fbbf24;text-shadow:0 0 10px rgba(251,191,36,.2)}.notice-text{font-size:.95rem;color:var(--text-secondary);margin:0;line-height:1.5;white-space:pre-line}[data-theme=dark] .notice-text{color:#d1d5db}.promote-section{padding:0 24px;margin-top:-20px;animation:.6s ease-out .2s backwards fade-in-up}.promote-container{max-width:1200px;margin:0 auto;display:flex;justify-content:center}.promote-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 28px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;position:relative;overflow:hidden;transition:.3s cubic-bezier(.25, .46, .45, .94);color:#166534;background:linear-gradient(145deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:10px;box-shadow:0 2px 10px rgba(34,197,94,.1),inset 0 0 15px rgba(255,255,255,.6)}.promote-btn::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,transparent 20%,rgba(34,197,94,.05) 100%);pointer-events:none;z-index:0;transition:.3s}.promote-btn:hover{color:#14532d;border-color:#4ade80;transform:translateY(-2px);box-shadow:0 6px 20px rgba(34,197,94,.2),inset 0 0 12px rgba(34,197,94,.08)}[data-theme=dark] .promote-btn{color:#86efac;background:linear-gradient(145deg,#052e16,#022c22);border-color:#166534;box-shadow:0 2px 12px rgba(0,0,0,.5),inset 0 0 25px rgba(0,30,20,.6);text-shadow:0 1px 3px rgba(0,0,0,.6)}[data-theme=dark] .promote-btn::before{background:radial-gradient(circle at 50% 50%,transparent 0,rgba(0,0,0,.3) 100%)}[data-theme=dark] .promote-btn:hover{color:#bbf7d0;border-color:#22c55e;box-shadow:0 0 20px rgba(34,197,94,.2),inset 0 0 18px rgba(0,60,40,.4)}.features-section{padding:40px 24px 60px}.features-container{max-width:1000px;margin:0 auto}.features-title{font-size:.9rem;font-weight:500;color:var(--text-tertiary);margin:0 0 20px;letter-spacing:.05em}:root{--feature-bg-gradient:linear-gradient(145deg, #ffffff, #f0f7ff);--feature-border-color:#dcebf9;--feature-shadow:0 4px 16px rgba(0, 60, 120, 0.06),inset 0 0 20px rgba(255, 255, 255, 0.8);--feature-overlay-color:radial-gradient(circle at 50% 50%, transparent 20%, rgba(0, 80, 200, 0.03) 100%);--feature-hover-border:#7fbdfa;--feature-hover-shadow:0 8px 24px rgba(0, 113, 227, 0.15),inset 0 0 15px rgba(0, 113, 227, 0.05);--feature-text-color:var(--text-primary);--feature-text-hover:#0071E3;--feature-text-shadow:none;--feature-icon-filter:none;--feature-icon-hover-filter:drop-shadow(0 4px 8px rgba(0, 113, 227, 0.2))}[data-theme=dark]{--feature-bg-gradient:linear-gradient(145deg, #0a111a, #020406);--feature-border-color:#162a45;--feature-shadow:0 4px 20px rgba(0, 0, 0, 0.6),inset 0 0 40px rgba(0, 20, 40, 0.8);--feature-overlay-color:radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.4) 100%);--feature-hover-border:#2b5c9c;--feature-hover-shadow:0 0 25px rgba(0, 100, 255, 0.15),inset 0 0 20px rgba(0, 50, 100, 0.3);--feature-text-color:#bfd6ea;--feature-text-hover:#60a5fa;--feature-text-shadow:0 2px 4px rgba(0, 0, 0, 0.8);--feature-icon-filter:none;--feature-icon-hover-filter:drop-shadow(0 0 15px rgba(50, 150, 255, 0.6))}.features-rows{display:flex;flex-direction:column;gap:24px}.feature-row{display:flex;align-items:center;background:var(--feature-bg-gradient);border:1px solid var(--feature-border-color);border-radius:12px;box-shadow:var(--feature-shadow);min-height:140px;transition:.4s cubic-bezier(.25, .46, .45, .94);overflow:hidden;position:relative}.feature-row::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:var(--feature-overlay-color);pointer-events:none;z-index:0;transition:.3s}.feature-row:hover{border-color:var(--feature-hover-border);box-shadow:var(--feature-hover-shadow);transform:translateY(-2px)}.feature-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;height:100%;padding:20px;transition:.3s;background:0 0;position:relative;z-index:1}.feature-item:hover .feature-icon{transform:scale(1.1);filter:var(--feature-icon-hover-filter)}.feature-item:hover .feature-icon img{filter:none}.feature-item:hover .feature-info h3{color:var(--feature-text-hover);text-shadow:var(--feature-text-shadow)}.feature-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;background:0 0;border-radius:0;box-shadow:none;transition:transform .3s cubic-bezier(.34, 1.56, .64, 1),filter .3s}.feature-icon img{width:100%;height:100%;object-fit:contain;border-radius:0;filter:var(--feature-icon-filter);transition:filter .3s}.feature-info{text-align:center;z-index:1}.feature-info h3{font-size:1rem;font-weight:600;color:var(--feature-text-color);margin:0;transition:.3s;text-shadow:var(--feature-text-shadow)}.feature-row-4 .feature-item{padding:16px}.feature-row-4 .feature-icon{width:48px;height:48px;margin-bottom:12px}.feature-row-4 .feature-info h3{font-size:.9rem}.icon-blue,.icon-cyan,.icon-green,.icon-orange,.icon-pink,.icon-purple,.icon-teal,.icon-yellow{background:0 0}.feature-info p{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.4}.feature-arrow{font-size:1.2rem;color:var(--text-tertiary);transition:transform .3s,color .3s}.feature-card:hover .feature-arrow{transform:translateX(4px);color:var(--text-secondary)}.changelog-section{padding:80px 24px 100px}.changelog-container{max-width:1200px;margin:0 auto}.changelog-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.changelog-title{font-size:.9rem;font-weight:500;color:var(--text-tertiary);margin:0;letter-spacing:.05em}.changelog-more{font-size:.85rem;font-weight:500;color:var(--text-tertiary);background:0 0;border:none;cursor:pointer;padding:0;transition:color .3s}.changelog-more:hover{color:var(--text-primary)}.changelog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.changelog-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;padding:20px 24px;transition:.3s;box-shadow:0 2px 8px rgba(0,0,0,.08);max-height:220px;overflow-y:auto}.changelog-card::-webkit-scrollbar{width:6px}.changelog-card::-webkit-scrollbar-track{background:0 0}.changelog-card::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:3px}.changelog-card::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.changelog-card:hover{border-color:var(--border-medium);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.changelog-date{display:inline-block;font-size:.75rem;font-weight:600;color:var(--text-tertiary);background:var(--bg-tertiary);padding:4px 10px;border-radius:6px;margin-bottom:14px;letter-spacing:.02em}.changelog-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.changelog-items li{font-size:.85rem;color:var(--text-secondary);padding-left:14px;position:relative;line-height:1.5}.changelog-items li::before{content:'';position:absolute;left:0;top:8px;width:4px;height:4px;background:var(--text-tertiary);border-radius:50%}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:.3s}.modal-overlay.active{opacity:1;visibility:visible}.modal-container{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:20px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;transform:translateY(20px) scale(.95);transition:transform .3s;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-overlay.active .modal-container{transform:translateY(0) scale(1)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--border-light)}.modal-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0}.modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:10px;font-size:1.4rem;color:var(--text-secondary);cursor:pointer;transition:.2s}.modal-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.modal-body{padding:24px 28px;overflow-y:auto;flex:1}.modal-changelog-item{padding:20px 0;border-bottom:1px solid var(--border-light)}.modal-changelog-item:first-child{padding-top:0}.modal-changelog-item:last-child{border-bottom:none;padding-bottom:0}.modal-changelog-date{display:inline-block;font-size:.8rem;font-weight:600;color:var(--text-tertiary);background:var(--bg-secondary);padding:5px 12px;border-radius:6px;margin-bottom:12px}.modal-changelog-changes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.modal-changelog-changes li{font-size:.9rem;color:var(--text-secondary);padding-left:16px;position:relative;line-height:1.5}.modal-changelog-changes li::before{content:'';position:absolute;left:0;top:9px;width:5px;height:5px;background:var(--text-tertiary);border-radius:50%}@media (max-width:900px){.changelog-grid{grid-template-columns:repeat(2,1fr)}.changelog-grid .changelog-card:last-child{grid-column:span 2}.feature-row-4{flex-wrap:wrap}.feature-row-4 .feature-item{flex:1 1 calc(50% - 1px);min-width:calc(50% - 1px)}.feature-row-4 .feature-divider:nth-child(4){display:none}}@media (max-width:768px){.hero-section{padding:60px 20px 40px}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.features-section{padding:30px 16px 50px}.features-rows{gap:16px}.feature-row{flex-direction:column;border-radius:16px}.feature-item{flex-direction:row;padding:18px 20px;gap:14px}.feature-info{text-align:left}.feature-icon{width:44px;height:44px;min-width:44px;margin-bottom:0}.feature-row-4 .feature-item{flex:1 1 100%;min-width:100%;padding:16px 20px}.feature-row-4 .feature-icon{width:44px;height:44px;min-width:44px}.feature-info h3{font-size:.95rem}.changelog-section{padding:30px 16px 80px}.changelog-grid{grid-template-columns:1fr}.changelog-grid .changelog-card:last-child{grid-column:span 1}}@media (max-width:480px){.hero-section{padding:50px 16px 30px}.hero-logo{width:80px;height:80px}.hero-title{font-size:1.6rem}.modal-container{width:95%;max-height:85vh;border-radius:16px}.modal-body,.modal-header{padding:20px}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;transition-duration:0s!important}}