:root{--primary:#7f1d1d;--white:#fff;--bg-body:#fffbf0;--bg-card:#fff1f2;--border:#fecdd3;--text-main:#2d0a0a;--text-muted:#5c2b0c;--accent:#b45309;--highlight:#ffeb3b;--shadow:0 4px 6px rgba(0,0,0,.1)}html{font-size:62.5%}body{margin:0;padding-bottom:80px;font-family:system-ui,-apple-system,sans-serif;font-size:1.6rem;line-height:1.6;color:var(--text-main);background-color:var(--bg-body)}a{color:var(--primary);text-decoration:none;font-weight:700}*,:after,:before{box-sizing:border-box}h1,h2,h3{font-weight:800;margin:20px 0 10px;line-height:1.2}h1{font-size:2.4rem;color:var(--text-muted);text-transform:capitalize}p{margin-bottom:15px}.small-text{font-size:1.4rem;color:var(--text-muted)}.site-logo{font-size:3.6rem;font-weight:900;text-align:center;margin:10px 0;background:linear-gradient(90deg,#f0c,#339,#0ff,#f0c);background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shine 3s linear infinite;filter:drop-shadow(0 0 4px rgba(255,0,204,.8))}@keyframes shine{to{background-position:200%}}.container{max-width:800px;margin:0 auto;padding:0 15px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:15px;margin-bottom:20px;box-shadow:var(--shadow)}.section-header{background:linear-gradient(135deg,var(--primary) 0,#4338ca 100%);color:var(--white);font-size:2.4rem;font-weight:800;text-align:center;padding:5px;border-radius:8px;margin:15px 0}.result-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:100%}.result-card.featured{border:2px solid var(--primary)}.result-header{background:var(--primary);color:var(--white);padding:12px;text-align:center;font-size:2.6rem;font-weight:700}.result-number{font-size:3.2rem;font-weight:900;text-align:center;padding:10px 0;color:var(--text-main)}.btn{display:inline-block;padding:10px 24px;border-radius:50px;font-weight:700;background:linear-gradient(135deg,#fbbf24 0,#d97706 100%);color:var(--white);border:none;animation:glow-pulse 2s infinite}@keyframes glow-pulse{0%,100%{box-shadow:0 0 0 0 rgba(251,191,36,.7)}70%{box-shadow:0 0 0 15px rgba(251,191,36,0)}}.bottom-nav{position:fixed;bottom:0;left:0;width:100%;height:60px;background:var(--primary);display:flex;justify-content:space-around;align-items:center;z-index:100}.nav-link{flex:1;display:flex;justify-content:center;align-items:center;height:100%;color:var(--white)}.svg-icon{width:28px;height:28px;fill:currentColor;display:inline-block}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.scroll-btn{position:fixed;right:20px;width:50px;height:50px;background-color:#007bff;color:#fff;border:none;border-radius:50%;z-index:1000;display:flex;align-items:center;justify-content:center}#goBottomBtn{bottom:40px}#goTopBtn{bottom:100px;opacity:0;visibility:hidden}#goTopBtn.show{opacity:1;visibility:visible}