.app{width:100%;min-height:100vh}.legal-main{max-width:1200px;margin:0 auto;padding:2rem;min-height:60vh}.legal-back-wrapper{text-align:center;margin:2rem 0}.back-button{display:inline-block;padding:.75rem 2rem;background:transparent;color:var(--gold);border:2px solid var(--gold);font-size:1rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:4px}.back-button:hover{background:var(--gold);color:var(--bg-primary)}.acknowledgments-section{padding:4rem 0 2rem}.acknowledgments-text{text-align:center;color:var(--poe-text-secondary);font-size:1.1rem;line-height:1.8;max-width:700px;margin:2rem auto 0}.header{position:sticky;top:0;z-index:100;background:#1e1a17d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:all .3s ease}.header--scrolled{background:#1e1a17f2;border-bottom-color:var(--border);box-shadow:0 2px 20px var(--shadow)}.header-inner{max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:.75rem;color:var(--gold);text-decoration:none}.header-logo:hover{color:var(--accent-bright)}.header-logo-img{height:40px;width:auto}.header-logo-text{font-family:Rajdhani,Cinzel,serif;font-size:1.3rem;font-weight:700;letter-spacing:.5px}.header-nav{display:flex;gap:.25rem}.nav-link{padding:.5rem 1rem;background:none;color:var(--text-dim);font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:4px;cursor:pointer;transition:color .2s ease,background .2s ease}.nav-link:hover{color:var(--gold);background:#d4af3714}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;cursor:pointer}.menu-toggle span{display:block;width:24px;height:2px;background:var(--text);transition:all .3s ease;border-radius:1px}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.menu-toggle{display:flex}.header-nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#1e1a17fa;border-bottom:1px solid var(--border);padding:.5rem;display:none}.header-nav--open{display:flex}.nav-link{padding:.75rem 1rem;text-align:left}.header-logo-text{font-size:1.1rem}}.hero{position:relative;min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 30%,rgba(212,175,55,.06) 0%,transparent 60%),radial-gradient(ellipse at 50% 80%,rgba(175,96,37,.04) 0%,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:700px;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.hero-logo{max-width:500px;width:100%;height:auto;filter:drop-shadow(0 0 40px rgba(212,175,55,.25));margin-bottom:.5rem}.hero-title{font-size:3rem;line-height:1.1;color:var(--gold);margin:0}.hero-description{font-size:1.15rem;color:var(--text-dim);line-height:1.7;max-width:550px}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.hero-download{padding:1rem 2.5rem;background:linear-gradient(135deg,var(--gold) 0%,var(--accent-bright) 100%);color:var(--bg-primary);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;border:none;border-radius:6px;cursor:pointer;box-shadow:0 4px 20px #d4af374d;transition:all .3s ease}.hero-download:hover{transform:translateY(-2px);box-shadow:0 6px 30px #d4af3780}.hero-download-icon{display:inline-block;margin-right:.5rem;animation:heroBounce 2s ease-in-out infinite}@keyframes heroBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.hero-vt{display:inline-flex;align-items:center;gap:.4rem;padding:.8rem 1.5rem;border:2px solid var(--border-light);border-radius:6px;color:var(--text);font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease}.hero-vt:hover{border-color:var(--gold);color:var(--gold)}.hero-platform{color:var(--text-disabled);font-size:.85rem;margin-top:.25rem}@media (max-width: 768px){.hero{min-height:auto;padding:4rem 1.5rem}.hero-logo{max-width:280px}.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.hero-download{padding:.9rem 2rem;font-size:1.1rem}}.features-section{padding:5rem 2rem;background:var(--bg-secondary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:.5rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px var(--shadow-heavy);border-color:var(--gold-dark)}.feature-name{font-size:1.3rem;margin-bottom:.75rem}.feature-desc{color:var(--text-dim);line-height:1.6;font-size:.95rem}@media (max-width: 768px){.features-section{padding:3rem 1rem}.features-grid{grid-template-columns:1fr}}.gallery-section{padding:5rem 2rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-top:.5rem}.gallery-item{border-radius:8px;overflow:hidden;background:var(--bg-card);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px var(--shadow-heavy);border-color:var(--gold-dark)}.gallery-image{cursor:pointer;position:relative}.gallery-image img{width:100%;height:auto;display:block}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-image:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:var(--gold);font-size:1rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.video-wrapper{position:relative;padding-bottom:56.25%;height:0}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.gallery-caption{padding:.75rem 1rem;color:var(--text-dim);font-size:.9rem;text-align:center}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000eb;z-index:1000;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2rem;cursor:pointer}.lightbox img{max-width:90%;max-height:80vh;object-fit:contain;border-radius:4px;cursor:default}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:1001;padding:.5rem;line-height:1}.lightbox-close:hover{color:var(--gold)}.lightbox-caption{color:#fff;margin-top:1rem;font-size:1rem;text-align:center}@media (max-width: 768px){.gallery-grid{grid-template-columns:1fr}.gallery-section{padding:3rem 1rem}}.download-section{padding:5rem 2rem;background:var(--bg-secondary)}.download-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.download-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:2.5rem;position:relative;overflow:hidden}.download-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--accent-bright));border-radius:8px 8px 0 0}.download-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.latest-tag{background:var(--accent-bright);color:var(--bg-primary);padding:.25rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:3px}.version-label{font-family:Rajdhani,serif;font-size:1.5rem;font-weight:700;color:var(--gold)}.download-info-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.download-info-row{display:flex;justify-content:space-between;padding:.6rem .75rem;background:var(--bg-surface);border-left:3px solid var(--border);border-radius:0 4px 4px 0}.info-label{color:var(--text-dim);font-weight:600}.info-value{color:var(--text);font-weight:700}.download-btn{width:100%;padding:1.25rem;background:linear-gradient(135deg,var(--gold),var(--accent-bright));color:var(--bg-primary);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;border:none;border-radius:6px;cursor:pointer;box-shadow:0 4px 20px #d4af374d;transition:all .3s ease}.download-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #d4af3780}.vt-link{display:block;text-align:center;margin-top:1rem;padding:.6rem;color:var(--text-dim);font-size:.9rem;text-decoration:none;transition:color .2s ease}.vt-link:hover{color:var(--gold)}.download-note{margin-top:1.5rem;padding:1rem;background:#af602514;border-left:3px solid var(--accent);border-radius:0 4px 4px 0;color:var(--text-dim);font-size:.9rem;line-height:1.6}.download-note strong{color:var(--accent-bright)}.requirements-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:2rem;height:fit-content}.requirements-card h3{font-size:1.4rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.requirements-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.requirements-list li{display:flex;gap:.75rem;align-items:flex-start}.req-dot{color:var(--gold);font-size:.6rem;margin-top:.5rem;flex-shrink:0}.requirements-list li>div{display:flex;flex-direction:column;gap:.2rem}.requirements-list strong{color:var(--gold);font-size:.95rem}.requirements-list span{color:var(--text-dim);font-size:.9rem}@media (max-width: 1024px){.download-grid{grid-template-columns:1fr}}@media (max-width: 768px){.download-section{padding:3rem 1rem}.download-card{padding:1.5rem}.download-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.changelog-section{padding:5rem 2rem}.changelog-loading,.changelog-error{text-align:center;padding:3rem;color:var(--text-dim);font-size:1.1rem}.changelog-error a{color:var(--gold)}.changelog-content{max-width:900px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:2.5rem}.changelog-content h1,.changelog-content h2,.changelog-content h3{color:var(--gold);margin-top:2rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.changelog-content h1:first-child,.changelog-content h2:first-child,.changelog-content h3:first-child{margin-top:0}.changelog-content h1{font-size:2rem}.changelog-content h2{font-size:1.5rem}.changelog-content h3{font-size:1.2rem}.changelog-content p{color:var(--text);line-height:1.8;margin-bottom:1rem}.changelog-content ul,.changelog-content ol{margin:.5rem 0 1rem 1.5rem;color:var(--text)}.changelog-content li{margin-bottom:.4rem;line-height:1.7}.changelog-content code{background:var(--bg-surface);padding:.15rem .4rem;border-radius:3px;font-size:.9em;color:var(--accent-bright)}.changelog-content pre{background:var(--bg-surface);padding:1rem;border-radius:6px;overflow-x:auto;margin:1rem 0}.changelog-content pre code{background:none;padding:0}.changelog-content strong{color:var(--accent-bright)}.changelog-content a{color:var(--gold)}.changelog-content a:hover{color:var(--accent-bright)}.changelog-content hr{border:none;border-top:1px solid var(--border);margin:2rem 0}@media (max-width: 768px){.changelog-section{padding:3rem 1rem}.changelog-content{padding:1.5rem}}.donate-section{padding:5rem 2rem;background:var(--bg-secondary)}.donate-intro{text-align:center;color:var(--text-dim);font-size:1.05rem;max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.donate-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.donate-message{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:2rem}.donate-message h3{font-size:1.4rem;margin-bottom:.75rem}.donate-message p{color:var(--text);margin-bottom:.75rem}.support-reasons{list-style:none;padding:0}.support-reasons li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text);line-height:1.6}.support-reasons li:before{content:"◆";position:absolute;left:0;color:var(--gold);font-size:.7rem;top:.7rem}.donate-cards{display:flex;flex-direction:column;gap:1.5rem}.donate-card{display:block;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:2rem;color:inherit;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.donate-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px var(--shadow-heavy);border-color:var(--gold-dark)}.donate-card h4{color:var(--gold);font-size:1.3rem;margin:0 0 .5rem}.donate-card p{color:var(--text-dim);margin:0 0 .75rem;line-height:1.6}.donate-arrow{color:var(--accent-bright);font-size:1.2rem;font-weight:700;transition:transform .3s ease;display:inline-block}.donate-card:hover .donate-arrow{transform:translate(5px)}.donate-notices{max-width:700px;margin:0 auto}.donate-notice{padding:1rem 1.25rem;background:#af602514;border-left:3px solid var(--accent);border-radius:0 4px 4px 0;color:var(--text-dim);font-size:.9rem;line-height:1.6;margin-bottom:.75rem}.donate-notice strong{color:var(--accent-bright)}@media (max-width: 768px){.donate-section{padding:3rem 1rem}.donate-layout{grid-template-columns:1fr}}.bmc-button-wrapper{display:flex;justify-content:center;align-items:center;padding:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.bmc-button-wrapper:hover{transform:translateY(-4px);box-shadow:0 8px 30px var(--shadow-heavy);border-color:var(--gold-dark)}.bmc-button-img{height:60px;width:auto}.faq-section{padding:4rem 0}.faq-list{max-width:800px;margin:3rem auto 0;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden}.faq-question{width:100%;text-align:left;padding:1.25rem 1.5rem;background:none;border:none;color:var(--gold);font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s ease}.faq-question:hover{background:#ffffff08}.faq-arrow{font-size:.85rem;transition:transform .3s ease}.faq-arrow.open{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.25rem;color:var(--text);line-height:1.7}@media (max-width: 768px){.faq-question{font-size:1rem;padding:1rem 1.25rem}.faq-answer{padding:0 1.25rem 1rem}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);margin-top:0}.footer-inner{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-col h3{font-size:1.1rem;margin-bottom:.75rem}.footer-col p{color:var(--text-dim);line-height:1.7;font-size:.9rem}.footer-col--center{text-align:center}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:var(--text-dim);font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--gold)}.disclaimer{font-size:.8rem!important;color:var(--text-disabled)!important}.footer-bottom{border-top:1px solid var(--border);padding:1.25rem 2rem;text-align:center}.footer-bottom p{color:var(--text-disabled);font-size:.85rem;margin:0}@media (max-width: 768px){.footer-inner{grid-template-columns:1fr;text-align:center;padding:2rem 1rem}.footer-links{align-items:center}}.legal-section{padding:3rem 0}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{font-size:2rem;margin-bottom:.5rem}.section-header .divider{width:80px;height:3px;background:var(--gold);margin:0 auto}.legal-content{max-width:900px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:2.5rem}.legal-content h3{color:var(--gold);font-size:1.3rem;margin-top:2rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.legal-content h3:first-child{margin-top:0}.legal-content p{color:var(--text);line-height:1.8;margin-bottom:1rem}.legal-content strong{color:var(--accent-bright)}.legal-content a{color:var(--gold);text-decoration:underline}.legal-content a:hover{color:var(--accent-bright)}@media (max-width: 768px){.legal-content{padding:1.5rem}.legal-content h3{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--bg-primary: #1e1a17;--bg-secondary: #252120;--bg-card: #2c2722;--bg-surface: #342f2a;--bg-highlight: #3d3630;--gold: #d4af37;--gold-dark: #b8952e;--gold-glow: rgba(212, 175, 55, .35);--accent: #af6025;--accent-bright: #ff9933;--text: #d5d0ca;--text-dim: #9b9590;--text-disabled: #605850;--border: #4a4340;--border-light: #5a524d;--red: #d20000;--shadow: rgba(0, 0, 0, .4);--shadow-heavy: rgba(0, 0, 0, .6)}body{font-family:Rajdhani,Segoe UI,Arial,sans-serif;background:var(--bg-primary);color:var(--text);min-height:100vh;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Rajdhani,Cinzel,serif;color:var(--gold);font-weight:700}a{color:var(--gold);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-bright)}button{font-family:Rajdhani,Segoe UI,sans-serif;cursor:pointer;border:none;outline:none;transition:all .3s ease}::selection{background:var(--gold);color:var(--bg-primary)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}section[id]{scroll-margin-top:80px}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:.75rem}.section-divider{width:80px;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0 auto 2.5rem}
