:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,sans-serif}html,body,#root{width:100%;height:100%;margin:0;padding:0}.app{width:100%;min-height:100%;background:#000;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;padding:15px 40px;background:#000}.logo{height:55px}.header a{color:gold;margin-left:20px;text-decoration:none;font-weight:500}.hero{display:flex;align-items:center;justify-content:space-between;padding:60px 40px;background:#000;gap:40px}.hero-image{flex:1}.hero-image img{width:100%;max-width:550px;border-radius:12px}.hero-text{flex:1;text-align:left}.hero-text h1{font-size:48px;color:gold}.hero-text p{font-size:20px;margin:15px 0;color:#eee}.hero-text button{padding:12px 28px;background:gold;border:none;cursor:pointer;font-weight:700;border-radius:6px}.daily-update{padding:60px 20px;background:#000}.update-wrapper{display:flex;gap:80px;max-width:1200px;margin:auto}.update-card{flex:1;background:linear-gradient(135deg,#1a1a1a,#000);border:1px solid gold;border-radius:14px;padding:25px 30px;box-shadow:0 0 20px #ffd70026}.update-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.update-header h3{color:gold;font-size:22px}.update-content p{color:#eee;font-size:16px;margin:10px 0}.update-time{margin-top:15px;font-size:14px;color:#aaa}.live-dot{width:10px;height:10px;background:#00ff6a;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 #00ff6ab3}70%{box-shadow:0 0 0 10px #00ff6a00}to{box-shadow:0 0 #00ff6a00}}.feedback-card{flex:1;background:#111;border:1px solid #333;border-radius:14px;padding:25px 30px}.feedback-card h3{color:gold;margin-bottom:15px}.feedback-card input,.feedback-card textarea{width:100%;background:#000;border:1px solid #333;color:#fff;padding:10px 12px;margin-bottom:12px;border-radius:6px;font-size:14px}.feedback-card textarea{min-height:90px;resize:none}.feedback-card button{width:100%;background:gold;border:none;padding:12px;font-weight:700;cursor:pointer;border-radius:6px;transition:.3s}.feedback-card button:hover{background:#fc0}.banner img{width:100%;height:250px}.section{padding:60px 40px;text-align:center}.contact{background:#000}.social-links{margin-top:15px;display:flex;justify-content:center;gap:20px}.social-links a{color:gold;text-decoration:none;font-weight:500;border:1px solid gold;padding:8px 14px;border-radius:6px;transition:.3s}.social-links a:hover{background:gold;color:#000}.section.dark{background:#000}.section h2{color:gold;margin-bottom:20px}.cards{display:flex;justify-content:center;gap:20px}.card{background:#222;padding:30px;border:1px solid gold;width:200px}.footer{background:#000;text-align:center;padding:15px;font-size:14px}@media(max-width:768px){.hero{flex-direction:column;text-align:center}.hero-text{text-align:center}.update-wrapper{gap:30px}}
