/* Tic Tac Infinity — legal.css */
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'Nunito',sans-serif;background:#0d0f18;color:#f1f2f8;min-height:100vh;line-height:1.7;}
body.light{background:#f0f2fa;color:#111827;}
body::before{content:'';position:fixed;inset:0;background:radial-gradient(circle at 15% 15%,rgba(99,102,241,.05) 0%,transparent 50%);pointer-events:none;z-index:0;}
.legal-nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 22px;height:56px;background:rgba(24,27,42,.96);backdrop-filter:blur(12px);border-bottom:1px solid #2d3155;}
body.light .legal-nav{background:rgba(255,255,255,.96);border-bottom-color:#cdd3ee;}
.legal-logo{font-family:'Exo 2',sans-serif;font-size:16px;font-weight:900;color:#f1f2f8;text-decoration:none;display:flex;align-items:center;gap:5px;}
body.light .legal-logo{color:#111827;}
.lx{color:#6366f1;animation:lsx 2.5s ease-in-out infinite alternate;display:inline-block;}
.lo{color:#fbbf24;animation:lso 2.5s ease-in-out infinite alternate;display:inline-block;}
@keyframes lsx{0%{transform:rotate(0) scale(1)}100%{transform:rotate(-12deg) scale(1.2)}}
@keyframes lso{0%{transform:rotate(0) scale(1)}100%{transform:rotate(12deg) scale(1.2)}}
.legal-play-btn{background:#6366f1;color:#fff;border-radius:8px;padding:7px 16px;font-size:12px;font-weight:800;text-decoration:none;transition:opacity .15s;}
.legal-play-btn:hover{opacity:.85;}
.legal-container{max-width:800px;margin:0 auto;padding:44px 24px 60px;position:relative;z-index:1;}
.legal-header{text-align:center;margin-bottom:36px;}
.legal-header h1{font-family:'Exo 2',sans-serif;font-size:clamp(28px,5vw,40px);font-weight:900;color:#f1f2f8;margin-bottom:8px;}
body.light .legal-header h1{color:#111827;}
.legal-date,.legal-tagline{font-size:13px;color:#9aa3be;font-weight:600;margin-top:5px;}
.legal-intro{background:#1e1f4b;border:1px solid #6366f1;border-left:4px solid #6366f1;border-radius:12px;padding:16px 18px;font-size:14px;color:#a5b4fc;font-weight:600;line-height:1.7;margin-bottom:20px;}
body.light .legal-intro{background:#eef2ff;color:#4338ca;}
.legal-body{display:flex;flex-direction:column;gap:18px;}
h2{font-size:19px;font-weight:900;color:#f1f2f8;margin-top:6px;padding-bottom:6px;border-bottom:1px solid #2d3155;}
body.light h2{color:#111827;border-bottom-color:#cdd3ee;}
h3{font-size:15px;font-weight:800;color:#f1f2f8;margin-top:4px;}
body.light h3{color:#111827;}
p{font-size:14px;color:#9aa3be;line-height:1.8;font-weight:600;}
body.light p{color:#6b7280;}
ul,ol{padding-left:22px;}
li{font-size:14px;color:#9aa3be;line-height:1.8;font-weight:600;margin-bottom:4px;}
body.light li{color:#6b7280;}
a{color:#6366f1;text-decoration:none;}
a:hover{text-decoration:underline;}
strong{color:#f1f2f8;font-weight:800;}
body.light strong{color:#111827;}
.contact-box{background:#181b2a;border:1.5px solid #2d3155;border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:5px;}
body.light .contact-box{background:#fff;border-color:#cdd3ee;}
.contact-box p{font-size:14px;}
.about-hero-icons{display:flex;gap:16px;justify-content:center;align-items:center;margin-bottom:16px;}
.ahi{font-family:'Exo 2',sans-serif;font-size:36px;font-weight:900;animation:ahi-pulse 2s ease-in-out infinite;}
.ahi.x{color:#6366f1;animation-delay:0s;}
.ahi.star{color:#fbbf24;animation-delay:.4s;font-size:28px;}
.ahi.o{color:#fbbf24;animation-delay:.8s;}
@keyframes ahi-pulse{0%,100%{transform:scale(1) rotate(0)}50%{transform:scale(1.2) rotate(-8deg)}}
.about-feature{display:flex;gap:12px;background:#181b2a;border:1px solid #2d3155;border-radius:12px;padding:14px 16px;}
body.light .about-feature{background:#fff;border-color:#cdd3ee;}
.af-icon{font-size:24px;flex-shrink:0;}
.about-feature div{font-size:14px;color:#9aa3be;line-height:1.7;}
body.light .about-feature div{color:#6b7280;}
.about-feature strong{display:block;margin-bottom:4px;}
.modes-table{background:#181b2a;border:1px solid #2d3155;border-radius:12px;overflow:hidden;}
body.light .modes-table{background:#fff;border-color:#cdd3ee;}
.mt-row{display:grid;grid-template-columns:160px 1fr;gap:12px;padding:10px 14px;border-bottom:1px solid #2d3155;font-size:13px;}
body.light .mt-row{border-bottom-color:#cdd3ee;}
.mt-row:last-child{border-bottom:none;}
.mt-row.header{background:#1f2236;font-weight:800;color:#f1f2f8;font-size:11px;text-transform:uppercase;letter-spacing:.5px;}
body.light .mt-row.header{background:#e4e8f5;color:#111827;}
.mt-row span:first-child{font-weight:800;color:#f1f2f8;}
body.light .mt-row span:first-child{color:#111827;}
.mt-row span:last-child{color:#9aa3be;font-weight:600;}
.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;}
.cc{background:#181b2a;border:1.5px solid #2d3155;border-radius:13px;padding:16px;display:flex;flex-direction:column;gap:5px;transition:border-color .15s;}
body.light .cc{background:#fff;border-color:#cdd3ee;}
.cc:hover{border-color:#6366f1;}
.cc-icon{font-size:24px;}
.cc-label{font-size:11px;font-weight:900;color:#9aa3be;text-transform:uppercase;letter-spacing:.5px;}
.cc-value{font-size:13px;font-weight:800;color:#6366f1;}
.cc-desc{font-size:12px;color:#9aa3be;font-weight:600;line-height:1.5;margin-top:3px;}
.contact-form-wrap{background:#181b2a;border:1px solid #2d3155;border-radius:14px;padding:22px;}
body.light .contact-form-wrap{background:#fff;border-color:#cdd3ee;}
.contact-form-wrap h2{font-size:18px;margin-bottom:4px;border:none;padding:0;}
.cf-subtitle{font-size:13px;color:#9aa3be;margin-bottom:14px;font-weight:600;}
.cf-field{display:flex;flex-direction:column;gap:5px;margin-bottom:12px;}
.cf-label{font-size:10px;font-weight:900;letter-spacing:.6px;color:#9aa3be;text-transform:uppercase;}
.cf-input{background:#1f2236;border:1.5px solid #2d3155;border-radius:9px;padding:10px 12px;color:#f1f2f8;font-size:14px;font-family:'Nunito',sans-serif;font-weight:600;outline:none;width:100%;transition:border-color .15s;}
body.light .cf-input{background:#e4e8f5;border-color:#cdd3ee;color:#111827;}
.cf-input:focus{border-color:#6366f1;}
.cf-input::placeholder{color:#9aa3be;font-weight:400;}
.cf-textarea{resize:vertical;min-height:100px;}
.cf-select{cursor:pointer;-webkit-appearance:none;appearance:none;}
.cf-submit{background:#6366f1;color:#fff;border:none;border-radius:10px;padding:13px 20px;font-size:14px;font-weight:800;font-family:'Nunito',sans-serif;cursor:pointer;width:100%;transition:opacity .15s;box-shadow:0 4px 0 #3730a3;margin-top:4px;}
.cf-submit:hover{opacity:.9;}
.cf-submit:active{transform:translateY(3px);}
.cf-note{font-size:11px;color:#9aa3be;text-align:center;margin-top:8px;font-weight:600;}
.faq-contact{display:flex;flex-direction:column;gap:10px;}
.faq-item{background:#181b2a;border:1px solid #2d3155;border-radius:10px;padding:12px 14px;}
body.light .faq-item{background:#fff;border-color:#cdd3ee;}
.faq-item strong{font-size:13px;font-weight:800;color:#f1f2f8;display:block;margin-bottom:4px;}
body.light .faq-item strong{color:#111827;}
.faq-item p{font-size:12px;color:#9aa3be;margin:0;}
.legal-footer{background:#181b2a;border-top:1px solid #2d3155;padding:24px;text-align:center;margin-top:40px;}
body.light .legal-footer{background:#fff;border-top-color:#cdd3ee;}
.footer-links{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:12px;}
.footer-links a{font-size:12px;font-weight:700;color:#9aa3be;text-decoration:none;}
.footer-links a:hover{color:#6366f1;}
.footer-copy{font-size:11px;color:#9aa3be;font-weight:600;}
@media(max-width:600px){.legal-container{padding:28px 16px 44px;}h2{font-size:17px;}p,li{font-size:13px;}.mt-row{grid-template-columns:1fr;gap:2px;}}
