:root{--bg:#0b1220;--card:#0f172a;--text:#e5e7eb;--muted:#94a3b8;--accent:#22c55e;--primary:#2563eb;--header:#0f172a;--footer:#0f172a}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,Segoe UI,Arial}a{color:#93c5fd;text-decoration:none}
.site-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:var(--header);border-bottom:1px solid #1f2937}
.logo{display:flex;align-items:center;gap:10px}.logo img{width:36px;height:36px;border-radius:4px;background:#1f2937}.logo span{font-weight:600}
.wrap{max-width:980px;margin:0 auto;padding:16px}
.hero{padding:26px;background:var(--card);border:1px solid #1f2937;border-radius:12px;text-align:center}
.hero h1{font-size:28px;margin:0 0 6px}.hero h2{font-size:18px;margin:0 0 14px;color:var(--muted)}
.searchbar{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:12px}
.searchbar input{flex:1;max-width:640px;padding:14px;border-radius:10px;border:1px solid #334155;background:#0b1328;color:var(--text)}
.searchbar button{padding:12px 14px;border-radius:10px;border:0;background:#16a34a;color:#fff}
.top-search{display:flex;gap:8px;align-items:center;padding:6px;background:var(--header)}
.top-search .searchbar{background:#d1fae5;padding:8px;border-radius:999px}
.top-search .searchbar input{background:transparent;border:0;color:#111;padding:10px}
.top-search .searchbar button{background:#16a34a;color:#fff;border-radius:999px}
.countdown{margin-top:8px;color:var(--muted)}
.result-card{display:grid;grid-template-columns:140px 1fr;gap:14px;margin-top:18px;background:var(--card);border:1px solid #1f2937;border-radius:12px;padding:14px}
.result-card img{width:100%;height:140px;object-fit:cover;border-radius:8px;background:#111827}
.btns{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.btn{padding:10px 14px;border-radius:8px;background:var(--accent);color:#111;border:0}
.btn.gray{background:#64748b;color:#fff}
body{padding-bottom:64px}
.site-footer{position:fixed;bottom:0;left:0;width:100%;padding:16px;border-top:1px solid #1f2937;background:var(--footer)}
.footer-inner{display:flex;justify-content:center;align-items:center;}
.result-card img{width:100%;height:auto}
.btn{padding:10px 14px;border-radius:999px;background:#15803d;color:#fff;border:0;display:inline-flex;gap:8px;align-items:center}
.btn.gray{background:#64748b;color:#fff;border-radius:999px}
.btn .icon{width:16px;height:16px}
.timer-overlay{position:fixed;top:20px;left:0;right:0;display:flex;justify-content:center;z-index:9999}
.timer-box{background:#0f172a;color:#fff;border:2px solid #16a34a;border-radius:12px;padding:10px 14px;font-weight:600}
@media(max-width:640px){.result-card{grid-template-columns:1fr}.hero h1{font-size:24px}.searchbar{flex-direction:row}}
