:root{--flame-orange:#FF6B35;--flame-dark:#E55A2B;--midnight-blue:#0A2463;--twilight-purple:#7B2CBF;--ember-red:#D90429;--ash-black:#121212;--smoke-gray:#2D2D2D;--mist-gray:#F8F9FA;--ember-white:#FFFFFF;--spark-yellow:#FFD166;--gradient-flame:linear-gradient(135deg,var(--flame-orange) 0%,var(--twilight-purple) 50%,var(--midnight-blue) 100%);--gradient-ember:linear-gradient(90deg,var(--flame-orange) 0%,var(--ember-red) 100%);--gradient-night:linear-gradient(135deg,var(--ash-black) 0%,var(--midnight-blue) 100%);--shadow-flame:0 10px 30px rgba(255,107,53,0.2);--shadow-ember:0 15px 40px rgba(217,4,41,0.25);--shadow-light:0 5px 15px rgba(0,0,0,0.1);--shadow-deep:0 20px 50px rgba(0,0,0,0.3)}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{background-color:var(--ash-black);color:var(--mist-gray);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}a{color:var(--flame-orange);text-decoration:none;transition:color 0.3s ease}a:hover{color:var(--spark-yellow)}.container_0fe6b2bd{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.header-main_0fe6b2bd{background:var(--gradient-night);padding:20px 0;border-bottom:1px solid var(--smoke-gray);position:sticky;top:0;z-index:1000}.nav-wrapper_0fe6b2bd{display:flex;justify-content:space-between;align-items:center}.brand-logo_0fe6b2bd{display:flex;align-items:center;gap:12px;font-size:1.8rem;font-weight:700;color:var(--ember-white)}.logo-img_0fe6b2bd{height:40px;width:auto}.brand-text_0fe6b2bd{background:var(--gradient-flame);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu_0fe6b2bd{display:flex;list-style:none;gap:30px}.nav-link_0fe6b2bd{color:var(--mist-gray);font-weight:500;padding:8px 0;position:relative}.nav-link_0fe6b2bd:hover{color:var(--flame-orange)}.nav-link_0fe6b2bd::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-ember);transition:width 0.3s ease}.nav-link_0fe6b2bd:hover::after{width:100%}.breadcrumbs_0fe6b2bd{padding:20px 0 10px;font-size:0.9rem;color:var(--mist-gray);border-bottom:1px solid var(--smoke-gray);margin-bottom:40px}.breadcrumbs_0fe6b2bd a{color:var(--flame-orange)}.breadcrumbs_0fe6b2bd span{color:#aaa}.privacy-hero_0fe6b2bd{text-align:center;padding:40px 0;margin-bottom:40px}.privacy-hero_0fe6b2bd h1{font-size:3rem;margin-bottom:15px;background:var(--gradient-flame);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-hero_0fe6b2bd p{font-size:1.2rem;color:#ccc;max-width:800px;margin:0 auto}.privacy-content_0fe6b2bd{background:var(--smoke-gray);color:var(--ash-black);border-radius:15px;padding:50px;margin-bottom:60px;box-shadow:var(--shadow-deep)}.privacy-section_0fe6b2bd{margin-bottom:40px}.privacy-section_0fe6b2bd h2{color:var(--midnight-blue);font-size:1.8rem;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--flame-orange)}.privacy-section_0fe6b2bd h3{color:var(--twilight-purple);font-size:1.3rem;margin:25px 0 10px}.privacy-section_0fe6b2bd p,.privacy-section_0fe6b2bd ul{margin-bottom:15px;color:#333}.privacy-section_0fe6b2bd ul{padding-left:20px}.privacy-section_0fe6b2bd li{margin-bottom:8px}.highlight-box_0fe6b2bd{background:linear-gradient(90deg,rgba(255,107,53,0.1) 0%,rgba(123,44,191,0.1) 100%);border-left:4px solid var(--flame-orange);padding:20px;margin:25px 0;border-radius:0 8px 8px 0}.footer-main_0fe6b2bd{background:var(--gradient-night);padding:40px 0 20px;margin-top:auto}.footer-content_0fe6b2bd{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.footer-links_0fe6b2bd{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;margin-top:25px}.footer-link_0fe6b2bd{color:var(--mist-gray);font-weight:500}.footer-link_0fe6b2bd:hover{color:var(--flame-orange)}.copyright_0fe6b2bd{text-align:center;color:#aaa;font-size:0.9rem;padding-top:20px;border-top:1px solid var(--smoke-gray)}.cookie-notice_0fe6b2bd{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--gradient-night);color:var(--mist-gray);padding:20px 25px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:90%;width:600px;box-shadow:var(--shadow-deep);z-index:10000;display:none}.cookie-text_0fe6b2bd{flex:1;font-size:0.95rem}.cookie-btn_0fe6b2bd{background:var(--gradient-ember);color:white;border:none;padding:10px 25px;border-radius:50px;font-weight:600;cursor:pointer;transition:transform 0.3s ease,box-shadow 0.3s ease;white-space:nowrap}.cookie-btn_0fe6b2bd:hover{transform:translateY(-2px);box-shadow:var(--shadow-ember)}@media (max-width:768px){.nav-menu_0fe6b2bd{display:none}.privacy-hero_0fe6b2bd h1{font-size:2.2rem}.privacy-content_0fe6b2bd{padding:30px 20px}.cookie-notice_0fe6b2bd{flex-direction:column;text-align:center;width:90%}.footer-links_0fe6b2bd{gap:15px}}