:root{--gold: #D4A017;--gold-light: #f0c040;--gold-dim: rgba(212, 160, 23, .15);--black: #0a0a0a;--dark: #111111;--dark-card: #1a1a1a;--dark-border: #2a2a2a;--dark-mid: #222222;--white: #ffffff;--gray-light: #e8e8e8;--gray-mid: #b0b0b0;--gray-dim: #555555;--font-heading: "Bebas Neue", sans-serif;--font-body: "Poppins", sans-serif;--radius: 12px;--transition: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--black);color:var(--gray-light);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}.site-header{position:sticky;top:0;z-index:100;background:#0a0a0aeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--dark-border);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:72px}.logo-wrap{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo-icon{width:36px;height:36px;background:var(--gold);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.logo-text{font-family:var(--font-heading);font-size:1.6rem;letter-spacing:2px;color:var(--white);line-height:1}.logo-text span{color:var(--gold)}.header-badge{font-family:var(--font-body);font-size:.65rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--gray-mid);background:var(--dark-card);border:1px solid var(--dark-border);padding:.3rem .8rem;border-radius:999px}.hero-banner{position:relative;background:linear-gradient(135deg,#0f0f0f,#1a1400,#0f0f0f);padding:5rem 2rem 4rem;text-align:center;overflow:hidden}.hero-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(212,160,23,.18) 0%,transparent 70%);pointer-events:none}.hero-banner:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--gold);background:var(--gold-dim);border:1px solid rgba(212,160,23,.3);padding:.4rem 1rem;border-radius:999px;margin-bottom:1.5rem}.hero-title{font-family:var(--font-heading);font-size:clamp(2.8rem,7vw,5.5rem);letter-spacing:4px;color:var(--white);line-height:1.05;margin-bottom:1rem}.hero-title span{color:var(--gold)}.hero-subtitle{font-size:1rem;color:var(--gray-mid);max-width:560px;margin:0 auto 2rem;line-height:1.7}.hero-meta{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.meta-chip{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;color:var(--gray-mid);background:var(--dark-card);border:1px solid var(--dark-border);padding:.4rem .9rem;border-radius:999px}.meta-chip .dot{width:6px;height:6px;border-radius:50%;background:var(--gold)}.content-wrap{max-width:860px;margin:0 auto;padding:3rem 2rem 5rem}.toc-card{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:var(--radius);padding:1.8rem 2rem;margin-bottom:3rem;position:relative;overflow:hidden}.toc-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);border-radius:3px 0 0 3px}.toc-title{font-family:var(--font-heading);font-size:1.3rem;letter-spacing:2px;color:var(--white);margin-bottom:1rem;text-transform:uppercase}.toc-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.4rem}.toc-list li a{display:block;font-size:.82rem;color:var(--gray-mid);text-decoration:none;padding:.3rem .5rem;border-radius:6px;transition:var(--transition)}.toc-list li a:hover{color:var(--gold);background:var(--gold-dim)}.policy-section{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:var(--radius);padding:2rem 2.2rem;margin-bottom:1.5rem;transition:border-color var(--transition),box-shadow var(--transition);scroll-margin-top:90px}.policy-section:hover{border-color:#d4a0174d;box-shadow:0 4px 24px #d4a0170f}.section-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem}.section-icon{width:42px;height:42px;min-width:42px;background:var(--gold-dim);border:1px solid rgba(212,160,23,.25);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.section-num{font-family:var(--font-heading);font-size:.7rem;letter-spacing:2px;color:var(--gold);text-transform:uppercase;margin-bottom:.15rem}.section-title{font-family:var(--font-heading);font-size:1.5rem;letter-spacing:2px;color:var(--white);line-height:1.1;text-transform:uppercase}.section-divider{height:1px;background:linear-gradient(90deg,var(--gold),transparent);margin-bottom:1.3rem;opacity:.3}.policy-section p{font-size:.92rem;color:var(--gray-mid);margin-bottom:.9rem;line-height:1.8}.policy-section p:last-child{margin-bottom:0}.policy-list{list-style:none;margin:.8rem 0 1rem}.policy-list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.9rem;color:var(--gray-mid);padding:.5rem 0;border-bottom:1px solid rgba(42,42,42,.6);line-height:1.6}.policy-list li:last-child{border-bottom:none}.list-bullet{width:6px;height:6px;min-width:6px;background:var(--gold);border-radius:50%;margin-top:.45rem}.highlight-box{background:var(--gold-dim);border:1px solid rgba(212,160,23,.25);border-radius:10px;padding:1.2rem 1.4rem;margin:1rem 0;font-size:.88rem;color:var(--gray-light);line-height:1.7}.highlight-box strong{color:var(--gold)}.info-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.85rem}.info-table th{text-align:left;font-size:.7rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);background:var(--dark-mid);padding:.7rem 1rem;border-bottom:1px solid var(--dark-border)}.info-table td{padding:.7rem 1rem;color:var(--gray-mid);border-bottom:1px solid rgba(42,42,42,.5);vertical-align:top}.info-table tr:last-child td{border-bottom:none}.info-table tr:hover td{background:#ffffff05}.contact-card{background:linear-gradient(135deg,var(--dark-mid) 0%,#1e1800 100%);border:1px solid rgba(212,160,23,.25);border-radius:var(--radius);padding:1.5rem 1.8rem;margin-top:1rem;display:flex;flex-direction:column;gap:.6rem}.contact-card a{color:var(--gold);text-decoration:none;transition:color var(--transition)}.contact-card a:hover{color:var(--gold-light);text-decoration:underline}.contact-row{display:flex;align-items:center;gap:.7rem;font-size:.88rem;color:var(--gray-mid)}.contact-row .contact-icon{font-size:1rem;width:28px;text-align:center}.rights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem;margin:1rem 0}.right-chip{background:var(--dark-mid);border:1px solid var(--dark-border);border-radius:10px;padding:.9rem 1rem;display:flex;align-items:flex-start;gap:.6rem;transition:var(--transition)}.right-chip:hover{border-color:#d4a0174d;background:#d4a0170d}.right-chip-icon{font-size:1.2rem}.right-chip-text{font-size:.8rem;color:var(--gray-mid);line-height:1.5}.right-chip-text strong{display:block;color:var(--white);font-size:.78rem;font-weight:600;margin-bottom:.15rem;text-transform:uppercase;letter-spacing:.5px}.site-footer{background:var(--dark);border-top:1px solid var(--dark-border);padding:2.5rem 2rem;text-align:center}.footer-logo{font-family:var(--font-heading);font-size:1.4rem;letter-spacing:3px;color:var(--white);margin-bottom:.5rem}.footer-logo span{color:var(--gold)}.footer-tagline{font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:var(--gray-dim);margin-bottom:1.5rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.footer-links a{font-size:.78rem;color:var(--gray-dim);text-decoration:none;transition:color var(--transition);letter-spacing:.5px;text-transform:uppercase}.footer-links a:hover{color:var(--gold)}.footer-copy{font-size:.72rem;color:var(--gray-dim)}.back-to-top{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-dim);border:1px solid rgba(212,160,23,.3);color:var(--gold);font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.5rem 1.2rem;border-radius:999px;cursor:pointer;text-decoration:none;transition:var(--transition);margin-bottom:1.5rem}.back-to-top:hover{background:#d4a01740;color:var(--gold-light)}@media (max-width: 640px){.site-header{padding:0 1.2rem}.hero-banner{padding:3.5rem 1.2rem 2.5rem}.content-wrap{padding:2rem 1.2rem 4rem}.policy-section{padding:1.5rem 1.2rem}.toc-card{padding:1.4rem 1.2rem}.toc-list{grid-template-columns:1fr}.rights-grid{grid-template-columns:1fr 1fr}.section-title{font-size:1.25rem}.info-table{font-size:.78rem}.info-table th,.info-table td{padding:.5rem .7rem}}@media (max-width: 380px){.rights-grid{grid-template-columns:1fr}}
