*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column;width:100vw;position:relative}.navbar{background:#0a0a14f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;position:sticky;top:0;z-index:1000;border-bottom:2px solid #ff5733;width:100%}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:.8rem;cursor:pointer;font-weight:800;font-size:1.5rem;text-decoration:none;color:#ff5733}.logo-img{width:40px;height:40px;border-radius:8px}.logo-text{background:linear-gradient(135deg,#ff5733,#ffd166);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#fff;transition:all .3s ease;font-size:.95rem}.nav-link:hover{color:#ff5733;transform:translateY(-2px)}.vote-link{background:linear-gradient(135deg,#ff5733,#ffd166);padding:.5rem 1rem;border-radius:8px;color:#000!important;font-weight:600}.nav-buttons{display:flex;gap:1rem;align-items:center}.btn-shop,.btn-join{padding:.7rem 1.2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:.9rem}.btn-shop{background:linear-gradient(135deg,#ffd166,#ff8a66);color:#000}.btn-shop:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ff816666}.btn-join{background:#ff5733;color:#fff}.btn-join:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ff573399}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:.4rem;z-index:1001}.hamburger span{width:25px;height:3px;background:#ff5733;border-radius:2px;transition:all .3s ease}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;padding:4rem 2rem;width:100%}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-image:url(/background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#1a1a2e66,#1a1a2e99 40%,#1a1a2ed9 70%,#1a1a2ef2 90%,#1a1a2e);z-index:1}.mountains{display:none}.stars{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;animation:twinkle 3s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}.hero-content{position:relative;z-index:3;max-width:900px;text-align:center;margin-bottom:2rem;width:100%}.hero-title{font-size:clamp(2rem,8vw,3.5rem);font-weight:900;line-height:1.2;margin-bottom:1.5rem;animation:fadeInDown .8s ease}.highlight{background:linear-gradient(135deg,#ff5733,#ffd166);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;color:#d0d0d0;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease .2s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease .4s both}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1.1rem;border:none;border-radius:10px;cursor:pointer;font-weight:700;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#ff5733,#ff8a66);color:#fff}.btn-primary:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ff573380}.btn-secondary{background:transparent;border:2px solid #ff5733;color:#ff5733;text-decoration:none}.btn-secondary:hover{background:#ff5733;color:#fff;transform:translateY(-5px)}.server-info{position:relative;z-index:3;display:flex;align-items:center;gap:.8rem;background:#ff573326;padding:1rem 1.5rem;border-radius:10px;border:1px solid rgba(255,87,51,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:2rem}.status-dot{width:12px;height:12px;background:#4ade80;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.server-text{font-size:1rem;color:#d0d0d0}.news-section{padding:5rem 2rem;background:linear-gradient(135deg,#1a1a2e80,#16213e80);position:relative;z-index:2;width:100%}.container{max-width:1200px;margin:0 auto;width:100%}.section-title{font-size:2.5rem;font-weight:900;text-align:center;margin-bottom:.5rem}.section-subtitle{text-align:center;color:#b0b0b0;font-size:1.1rem;margin-bottom:3rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.news-card{background:linear-gradient(135deg,#ff57331a,#ffd4660d);border:1px solid rgba(255,87,51,.3);border-radius:12px;padding:2rem;transition:all .3s ease;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.news-card:hover{transform:translateY(-8px);border-color:#ff5733;box-shadow:0 15px 40px #ff57334d}.news-date{color:#ff5733;font-size:.85rem;font-weight:600;margin-bottom:.8rem}.news-card h3{font-size:1.3rem;margin-bottom:1rem;color:#fff}.news-card p{color:#b0b0b0;line-height:1.6;margin-bottom:1.5rem}.news-link{color:#ff5733;text-decoration:none;font-weight:600;transition:all .3s ease}.news-link:hover{color:#ffd166;transform:translate(5px);display:inline-block}.footer{background:#0a0a14fa;border-top:2px solid #ff5733;padding:3rem 2rem 1rem;margin-top:auto;width:100%}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#ff5733;margin-bottom:1rem;font-size:1.1rem}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.footer-logo-text{font-weight:800;color:#ff5733;font-size:1.2rem}.footer-logo-subtitle{opacity:.8;font-size:.9rem}.footer-legal{color:#888;font-size:.9rem;margin:1rem 0}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{font-size:1.5rem;color:#fff;transition:all .3s ease}.social-links a:hover{transform:translateY(-3px) scale(1.1);color:#ff5733}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section a{color:#b0b0b0;text-decoration:none;transition:all .3s ease}.footer-section a:hover{color:#ff5733;transform:translate(5px);display:inline-block}.footer-copyright{color:#666;font-size:.85rem;margin-top:1rem}.toast{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,#ff5733,#ff8a66);color:#fff;padding:1rem 1.5rem;border-radius:10px;font-weight:600;box-shadow:0 10px 30px #ff573366;transform:translateY(100px);opacity:0;transition:all .4s ease;z-index:10000;max-width:400px}.toast.visible{transform:translateY(0);opacity:1}.page-section{min-height:calc(100vh - 200px);padding:6rem 2rem 4rem;background:linear-gradient(135deg,#1a1a2e,#16213e)}.page-title{font-size:3rem;font-weight:900;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#ff5733,#ffd166);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle{text-align:center;color:#b0b0b0;font-size:1.2rem;margin-bottom:3rem}.news-icon{font-size:3rem;text-align:center;margin-bottom:1rem}.news-category{font-size:.85rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:1px}.rules-list{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto 3rem}.rule-card{display:flex;gap:1.5rem;background:#ff57331a;border:1px solid rgba(255,87,51,.3);border-radius:12px;padding:2rem;transition:all .3s ease}.rule-card:hover{transform:translate(10px);border-color:#ff5733;box-shadow:0 10px 30px #ff57334d}.rule-number{background:linear-gradient(135deg,#ff5733,#ff8a66);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:900;flex-shrink:0}.rule-card h3{color:#fff;margin-bottom:.5rem;font-size:1.3rem}.rule-card p{color:#b0b0b0;line-height:1.6}.warning-box{background:#ef44441a;border:2px solid rgba(239,68,68,.5);border-radius:12px;padding:1.5rem;text-align:center;color:#fca5a5;max-width:900px;margin:0 auto}.map-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.map-card{background:#ff57331a;border:1px solid rgba(255,87,51,.3);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.map-card:hover{transform:translateY(-8px);border-color:#ff5733;box-shadow:0 15px 40px #ff57334d}.map-card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.map-card p{color:#b0b0b0;margin-bottom:1.5rem}.info-box{background:#ff57331a;border:2px solid rgba(255,87,51,.3);border-radius:12px;padding:2rem;text-align:center}.info-box h3{font-size:1.5rem;color:#fff;margin-bottom:1rem;font-weight:800}.info-box p{color:#b0b0b0;font-size:1.1rem;margin-bottom:.8rem;line-height:1.6}.info-box p:last-child{margin-bottom:0}.info-box strong{color:#ffd166;font-weight:700}.vote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.vote-card{background:linear-gradient(135deg,#ff573326,#ffd4661a);border:2px solid rgba(255,87,51,.4);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.vote-card:hover{transform:scale(1.05);border-color:#ff5733;box-shadow:0 20px 50px #ff573366}.vote-card h3{font-size:1.4rem;margin-bottom:1rem;color:#fff}.vote-reward{color:#ffd166;font-size:1.1rem;margin-bottom:1.5rem;padding:.8rem;background:#ffd1661a;border-radius:8px}.faq-list{display:flex;flex-direction:column;gap:1rem;max-width:900px;margin:0 auto 3rem}.faq-item{background:#ff57331a;border:1px solid rgba(255,87,51,.3);border-radius:12px;padding:0;transition:all .3s ease;overflow:hidden}.faq-item:hover{border-color:#ff5733}.faq-item summary{padding:1.5rem;cursor:pointer;font-weight:700;font-size:1.1rem;color:#fff;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"▼";font-size:.8rem;color:#ff5733;transition:transform .3s ease}.faq-item[open] summary:after{transform:rotate(180deg)}.faq-item summary:hover{background:#ff573326}.faq-item p{padding:0 1.5rem 1.5rem;color:#b0b0b0;line-height:1.7;margin:0}.contact-box{background:linear-gradient(135deg,#ff573326,#ffd4661a);border:2px solid rgba(255,87,51,.4);border-radius:12px;padding:2rem;text-align:center;max-width:700px;margin:0 auto}.contact-box h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.contact-box p{color:#b0b0b0;font-size:1.1rem}.contact-box a{color:#ff5733;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-box a:hover{color:#ffd166}.article-header{max-width:800px;margin:0 auto 3rem}.back-link{display:inline-flex;align-items:center;color:#ff5733;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:all .3s ease}.back-link:hover{color:#ffd166;transform:translate(-5px)}.article-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.article-icon{font-size:2rem}.article-category{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.article-date{color:#b0b0b0;font-size:.9rem}.article-content{max-width:800px;margin:0 auto;background:#ff57330d;border:1px solid rgba(255,87,51,.2);border-radius:12px;padding:3rem;line-height:1.8}.article-content h1{color:#fff;font-size:2.5rem;margin-bottom:2rem;background:linear-gradient(135deg,#ff5733,#ffd166);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.article-content h2{color:#fff;font-size:2rem;margin:2rem 0 1rem;border-bottom:2px solid rgba(255,87,51,.3);padding-bottom:.5rem}.article-content h3{color:#ffd166;font-size:1.5rem;margin:1.5rem 0 1rem}.article-content p{color:#d0d0d0;margin-bottom:1.5rem;font-size:1.1rem}.article-content ul,.article-content ol{color:#d0d0d0;margin:1.5rem 0;padding-left:2rem}.article-content li{margin-bottom:.8rem;line-height:1.6}.article-content strong{color:#fff;font-weight:700}.article-content code{background:#ff573326;color:#ffd166;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace}.article-content pre{background:#0a0a14cc;border:1px solid rgba(255,87,51,.3);border-radius:8px;padding:1.5rem;overflow-x:auto;margin:1.5rem 0}.article-content pre code{background:none;padding:0}.article-content hr{border:none;border-top:2px solid rgba(255,87,51,.3);margin:3rem 0}.article-content blockquote{border-left:4px solid #ff5733;padding-left:1.5rem;margin:2rem 0;color:#b0b0b0;font-style:italic}@media(max-width:768px){.hamburger{display:flex}.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#0a0a14fa;padding:2rem;gap:1rem}.nav-menu.active{display:flex}.nav-buttons{display:none}.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}.footer-container{grid-template-columns:1fr}.toast{bottom:1rem;right:1rem;left:1rem;max-width:none}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.rule-card{flex-direction:column;text-align:center}.rule-number{margin:0 auto}.vote-grid{grid-template-columns:1fr}.article-content{padding:2rem 1.5rem}.article-content h1{font-size:2rem}.article-content h2{font-size:1.5rem}}.ip-box{background:linear-gradient(135deg,#ff573326,#ffd4661a);border:2px solid rgba(255,87,51,.4);border-radius:16px;padding:2rem;text-align:center;max-width:700px;margin:0 auto 4rem}.ip-box h2{color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.ip-display{background:#0a0a1499;border:2px solid rgba(255,87,51,.5);border-radius:12px;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;cursor:pointer;transition:all .3s ease}.ip-display:hover{border-color:#ff5733;transform:translateY(-2px);box-shadow:0 10px 30px #ff57334d}.ip-text{font-size:1.3rem;font-weight:900;color:#ffd166;font-family:Courier New,monospace;letter-spacing:1px;word-break:break-all;text-align:center}.copy-btn{background:linear-gradient(135deg,#ff5733,#ff8a66);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;width:100%;max-width:250px;justify-content:center}.copy-btn:hover{transform:scale(1.05);box-shadow:0 5px 15px #ff573366}.ip-note{margin-top:1rem;color:#b0b0b0;font-size:1rem}.platform-guides{margin:3rem 0}.guide-card{background:#ff57331a;border:1px solid rgba(255,87,51,.3);border-radius:12px;padding:1.5rem;margin-bottom:2rem;transition:all .3s ease}.guide-card:hover{border-color:#ff5733;transform:translateY(-5px);box-shadow:0 15px 40px #ff573333}.guide-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.guide-icons{display:flex;gap:.8rem;flex-wrap:wrap}.platform-icon{font-size:2rem;color:#ffd166}.guide-header h3{font-size:1.3rem;color:#fff;margin:0}.guide-steps{list-style:none;counter-reset:step-counter;padding-left:0}.guide-steps li{counter-increment:step-counter;position:relative;padding-left:3rem;margin-bottom:1.2rem;color:#d0d0d0;line-height:1.6}.guide-steps li:before{content:counter(step-counter);position:absolute;left:0;top:0;background:linear-gradient(135deg,#ff5733,#ff8a66);color:#fff;width:1.8rem;height:1.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.9rem}.bedrock-notice{background:#ef44441a;border:2px solid rgba(239,68,68,.4);border-radius:8px;padding:1.2rem}.bedrock-notice p{color:#fca5a5;margin-bottom:.8rem;line-height:1.6}.bedrock-notice p:last-child{margin-bottom:0}.bedrock-notice a{color:#60a5fa;text-decoration:underline;font-weight:600}.bedrock-notice a:hover{color:#93c5fd}.connect-faq{margin:3rem 0}.connect-cta{background:linear-gradient(135deg,#ff573333,#ffd46626);border:2px solid rgba(255,87,51,.5);border-radius:16px;padding:2rem;text-align:center;margin-top:3rem}.connect-cta h3{font-size:1.5rem;color:#fff;margin-bottom:.8rem}.connect-cta p{color:#b0b0b0;font-size:1rem;margin-bottom:1.5rem}.btn-large{padding:1rem 2rem;font-size:1.1rem;width:100%;max-width:350px;margin:0 auto}@media(max-width:768px){.ip-box{padding:1.5rem 1rem;margin:0 auto 3rem}.ip-box h2{font-size:1.2rem}.ip-display{padding:1rem}.ip-text{font-size:1rem;letter-spacing:.5px}.copy-btn{padding:.7rem 1rem;font-size:.9rem;max-width:100%}.ip-note{font-size:.9rem}.guide-card{padding:1.2rem}.guide-header{flex-direction:column;text-align:center;align-items:center}.guide-icons{justify-content:center}.platform-icon{font-size:1.8rem}.guide-header h3{font-size:1.1rem}.guide-steps li{padding-left:2.5rem;font-size:.95rem}.guide-steps li:before{width:1.5rem;height:1.5rem;font-size:.8rem}.bedrock-notice{padding:1rem}.bedrock-notice p{font-size:.95rem}.connect-cta{padding:1.5rem 1rem}.connect-cta h3{font-size:1.3rem}.connect-cta p{font-size:.95rem}.btn-large{padding:.9rem 1.5rem;font-size:1rem;max-width:100%}}@media(max-width:480px){.ip-box{padding:1.2rem .8rem}.ip-text{font-size:.9rem}.guide-steps li{padding-left:2.2rem;font-size:.9rem}.platform-icon{font-size:1.5rem}}.nav-dropdown{position:relative}.dropdown-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:0;font-size:.95rem;color:#fff}.dropdown-icon{font-size:.7rem;transition:transform .3s ease}.dropdown-icon.rotated{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#0a0a14fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,87,51,.3);border-radius:8px;min-width:220px;padding:.5rem 0;margin-top:.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;list-style:none;box-shadow:0 10px 40px #00000080}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{margin:0}.dropdown-link{display:block;padding:.8rem 1.5rem;color:#fff;text-decoration:none;transition:all .3s ease;font-size:.95rem;border-left:3px solid transparent}.dropdown-link:hover{background:#ff573326;color:#ff5733;border-left-color:#ff5733;padding-left:1.7rem}@media(min-width:769px){.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown:hover .dropdown-icon{transform:rotate(180deg)}}@media(max-width:768px){.nav-dropdown{position:static}.dropdown-toggle{width:100%;justify-content:space-between;padding:.5rem 0}.dropdown-menu{position:static;background:#ff57331a;border:none;border-radius:0;margin-top:0;padding:0;transform:none;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:none}.dropdown-menu.show{max-height:300px;padding:.5rem 0;margin-top:.5rem}.dropdown-link{padding:.8rem 1rem .8rem 1.5rem;border-left:none}.dropdown-link:hover{background:#ff573333;padding-left:2rem}}.rules-notice{background:linear-gradient(135deg,#3b82f626,#93c5fd1a);border:2px solid rgba(59,130,246,.4);border-radius:12px;padding:2rem;margin-bottom:3rem;display:flex;gap:1.5rem;align-items:flex-start}.notice-icon{font-size:3rem;color:#60a5fa;flex-shrink:0}.rules-notice h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.rules-notice ul{list-style:none;padding:0;margin:0}.rules-notice li{color:#b0b0b0;padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.6}.rules-notice li:before{content:"✓";position:absolute;left:0;color:#60a5fa;font-weight:700}.rules-section{margin-bottom:1.5rem;background:#ff57330d;border:1px solid rgba(255,87,51,.2);border-radius:12px;overflow:hidden;transition:all .3s ease}.rules-section:hover{border-color:#ff573366}.section-header{width:100%;background:#ff57331a;border:none;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease;color:#fff;text-align:left}.section-header:hover{background:#ff573326}.section-header.active{background:#ff573333}.section-title{display:flex;align-items:center;gap:1rem}.section-title svg{font-size:1.5rem;color:#ff5733}.section-title h2{font-size:1.5rem;margin:0;font-weight:800;color:#fff}.chevron{font-size:1.2rem;color:#ff5733;transition:transform .3s ease}.chevron.rotated{transform:rotate(180deg)}.section-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.section-content.show{max-height:10000px;padding:2rem}.rule-group{margin-bottom:2.5rem}.rule-group:last-child{margin-bottom:0}.rule-group h3{color:#ffd166;font-size:1.3rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,209,102,.3);font-weight:800}.rule-group>p{color:#d0d0d0;line-height:1.7;margin-bottom:1.5rem}.rule-item{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;background:#ff57330d;border-radius:8px;border-left:3px solid rgba(255,87,51,.3);transition:all .3s ease}.rule-item:hover{border-left-color:#ff5733;background:#ff57331a}.rule-number{background:linear-gradient(135deg,#ff5733,#ff8a66);color:#fff;min-width:50px;height:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem;flex-shrink:0}.rule-item p{color:#d0d0d0;line-height:1.7;margin:0}.rule-item p+p{margin-top:1rem}.rule-item div>p:first-child{margin-bottom:.8rem}.rule-item ul{margin-top:.8rem;margin-bottom:.8rem;padding-left:1.5rem;color:#b0b0b0}.rule-item li{margin-bottom:.5rem;line-height:1.6;color:#b0b0b0}.rule-item strong{color:#fff;font-weight:700}.gdpr-list{list-style:none;padding-left:0;margin:1rem 0}.gdpr-list li{padding:.8rem 0 .8rem 2rem;position:relative;color:#d0d0d0;line-height:1.7}.gdpr-list li:before{content:"🔒";position:absolute;left:0;font-size:1.2rem}.gdpr-list strong{color:#fff}.warning-box{background:linear-gradient(135deg,#ef444426,#fca5a51a);border:2px solid rgba(239,68,68,.4);border-radius:12px;padding:1.5rem 2rem;margin-top:3rem;text-align:center;color:#fca5a5;font-size:1.1rem}.warning-box strong{color:#fff;font-weight:700}@media(max-width:768px){.rules-notice{flex-direction:column}.notice-icon{font-size:2.5rem}.section-header{padding:1rem 1.5rem}.section-title{gap:.8rem}.section-title svg{font-size:1.2rem}.section-title h2{font-size:1.2rem}.section-content.show{padding:1.5rem}.rule-item{flex-direction:column;gap:1rem}.rule-number{width:40px;height:40px;font-size:.9rem}.rule-item ul{padding-left:1rem}}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.contact-card{background:#ff57331a;border:2px solid rgba(255,87,51,.3);border-radius:12px;padding:2.5rem;text-align:center;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;cursor:pointer}.contact-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #ff57334d}.discord-card{border-color:#5865f2}.discord-card:hover{border-color:#5865f2;background:#5865f21a;box-shadow:0 20px 50px #5865f24d}.email-card{border-color:#ea4335}.email-card:hover{border-color:#ea4335;background:#ea43351a;box-shadow:0 20px 50px #ea43354d}.youtube-card{border-color:red}.youtube-card:hover{border-color:red;background:#ff00001a;box-shadow:0 20px 50px #ff00004d}.web-card{border-color:#4ade80}.web-card:hover{border-color:#4ade80;background:#4ade801a;box-shadow:0 20px 50px #4ade804d}.contact-icon{font-size:4rem;margin-bottom:1.5rem;color:#ffd166}.discord-card .contact-icon{color:#5865f2}.email-card .contact-icon{color:#ea4335}.youtube-card .contact-icon{color:red}.web-card .contact-icon{color:#4ade80}.contact-card h3{font-size:1.5rem;color:#fff;margin-bottom:1rem;font-weight:800}.contact-card p{color:#b0b0b0;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.contact-link{color:#ff5733;font-weight:700;display:inline-flex;align-items:center;gap:.5rem}.support-types{margin:4rem 0}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.support-card{background:#ff57330d;border:1px solid rgba(255,87,51,.2);border-radius:12px;padding:2rem;transition:all .3s ease}.support-card:hover{border-color:#ff5733;transform:translateY(-5px);box-shadow:0 10px 30px #ff573333}.support-card h3{font-size:1.3rem;color:#fff;margin-bottom:1rem;font-weight:800}.support-card p{color:#b0b0b0;line-height:1.6;margin:0}.support-card a{color:#ff5733;text-decoration:none;font-weight:600}.support-card a:hover{color:#ffd166;text-decoration:underline}.support-faq-box{background:linear-gradient(135deg,#3b82f626,#93c5fd1a);border:2px solid rgba(59,130,246,.4);border-radius:16px;padding:3rem;text-align:center;margin:4rem 0}.faq-icon{font-size:4rem;color:#60a5fa;margin-bottom:1.5rem}.support-faq-box h3{font-size:2rem;color:#fff;margin-bottom:1rem;font-weight:800}.support-faq-box p{color:#b0b0b0;font-size:1.1rem;margin-bottom:2rem}@media(max-width:768px){.contact-methods,.support-grid{grid-template-columns:1fr}.contact-icon,.faq-icon{font-size:3rem}.support-faq-box{padding:2rem}.support-faq-box h3{font-size:1.5rem}}
