:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;font-weight:400;color-scheme:light dark;color:rgba(255,255,255,.87);background:linear-gradient(135deg,#1a1a2e,#16213e);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{padding:0;box-sizing:border-box}*,body{margin:0}body{min-width:320px;min-height:100vh;display:flex;align-items:center;justify-content:center}a{color:#4a9eff;text-decoration:none;transition:color .3s ease}a:hover{color:#6eb5ff}.coming-soon{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2rem;text-align:center}.content{max-width:700px;animation:fadeIn 1s ease-in;margin:auto 0}.title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:clamp(1rem,3vw,1.5rem);color:rgba(255,255,255,.7);margin-bottom:2rem}.description{margin:2rem 0}.description p{font-size:clamp(1.1rem,2.5vw,1.3rem);color:rgba(255,255,255,.85);line-height:1.8}.status{margin:3rem 0;display:flex;justify-content:center}.status-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:rgba(102,126,234,.1);border:2px solid rgba(102,126,234,.3);border-radius:50px;font-size:1.1rem;font-weight:600;color:#667eea}.pulse{width:12px;height:12px;background:#667eea;border-radius:50%;animation:pulse 2s infinite}.info{font-size:1rem;color:rgba(255,255,255,.6);line-height:1.8;margin-top:2rem}.footer{padding:2rem;color:rgba(255,255,255,.5);font-size:.9rem}.footer-links{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.footer-links a{color:rgba(255,255,255,.6)}.footer-links a:hover{color:rgba(255,255,255,.9)}.footer-links .separator{color:rgba(255,255,255,.3)}.legal-page{width:100%;min-height:100vh;padding:2rem;display:flex;justify-content:center}.legal-content{max-width:800px;width:100%;padding:2rem 0}.back-link{display:inline-block;margin-bottom:2rem;color:#667eea;font-weight:500;transition:all .3s ease}.back-link:hover{color:#764ba2;transform:translateX(-4px)}.legal-page h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem;color:rgba(255,255,255,.95)}.last-updated{color:rgba(255,255,255,.5);font-size:.9rem;margin-bottom:2rem}.legal-page section{margin:2.5rem 0}.legal-page h2{font-size:1.5rem;margin-bottom:1rem;color:rgba(255,255,255,.9)}.legal-page h3{font-size:1.2rem;margin:1.5rem 0 .75rem;color:rgba(255,255,255,.85)}.legal-page p{color:rgba(255,255,255,.7);line-height:1.8;margin-bottom:1rem}.legal-page ul{list-style:none;padding-left:0;margin:1rem 0}.legal-page ul li{color:rgba(255,255,255,.7);line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.legal-page ul li:before{content:"•";position:absolute;left:.5rem;color:#667eea;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}@media (prefers-color-scheme:light){:root{color:#213547;background:linear-gradient(135deg,#f5f7fa,#e8edf5)}.tagline{color:rgba(0,0,0,.6)}.description p{color:rgba(0,0,0,.8)}.info{color:rgba(0,0,0,.5)}.footer{color:rgba(0,0,0,.4)}.footer-links a{color:rgba(0,0,0,.5)}.footer-links a:hover{color:rgba(0,0,0,.8)}.footer-links .separator{color:rgba(0,0,0,.3)}.legal-page h1{color:rgba(0,0,0,.95)}.last-updated{color:rgba(0,0,0,.5)}.legal-page h2{color:rgba(0,0,0,.9)}.legal-page h3{color:rgba(0,0,0,.85)}.legal-page p,.legal-page ul li{color:rgba(0,0,0,.7)}a{color:#5a7ec7}a:hover{color:#667eea}}