:root{--bg:#0f1a0f;--card:#1a2e1a;--card-hover:#223a22;--accent:#85ba59;--accent-light:#a8d870;--accent-dark:#4a8832;--text:#e0e0e0;--text-dim:#888}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{max-width:720px;min-height:100dvh;margin:0 auto;padding-bottom:5rem}.header{text-align:center;padding:1.5rem 1rem 1rem}.header-title{justify-content:center;align-items:center;gap:.6rem;display:flex}.header-title h1{background:linear-gradient(135deg, var(--accent-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.4rem}.status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.status-dot.live{background:#00e676;animation:1.5s infinite pulse-dot;box-shadow:0 0 8px #00e676}.status-dot.offline{background:#555}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.header-date{color:var(--text-dim);margin:.3rem 0 0;font-size:.85rem}.emote-item{background:var(--card);border-radius:8px;grid-template-columns:2.5rem 2rem 1fr auto;align-items:center;gap:.6rem;padding:.55rem .8rem;display:grid}.emote-item:hover{background:var(--card-hover)}.emote-rank{text-align:center;font-size:.95rem;font-weight:700}.emote-img{object-fit:contain;width:2rem;height:2rem}.emote-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.emote-stats{text-align:right}.emote-count{color:var(--accent-light);font-size:.9rem;font-weight:600}.emote-pct{color:var(--text-dim);margin-left:.4rem;font-size:.75rem}.count-pulse{animation:.4s pulse-count}@keyframes pulse-count{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@media (width<=640px){.emote-item{grid-template-columns:2rem 1.6rem 1fr auto;gap:.4rem;padding:.45rem .5rem}.emote-img{width:1.6rem;height:1.6rem}}.ranking-list{flex-direction:column;gap:.35rem;padding:0 1rem;display:flex}.ranking-title{background:linear-gradient(135deg, var(--accent-light), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .6rem;font-size:1rem}.danger-zone{z-index:100;background:#2a1015;padding:.6rem 1rem;position:fixed;bottom:0;left:0;right:0}.danger-inner{align-items:center;gap:.8rem;max-width:720px;margin:0 auto;display:flex}.danger-left{background:#ff50501a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;display:flex}.danger-img{object-fit:contain;width:2.2rem;height:2.2rem}.danger-center{flex:1;min-width:0}.danger-label{color:#c09090;letter-spacing:1px;font-size:.8rem}.danger-keyword{letter-spacing:2px;color:#f55;font-weight:800}.danger-name{color:#f0d0d0;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.danger-right{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.danger-count{color:#f0d0d0;font-size:.9rem;font-weight:700}.danger-gap{color:#c09090;margin-top:.1rem;font-size:.7rem}.danger-pending{background:#1a1520;animation:2s ease-in-out infinite pending-pulse}@keyframes pending-pulse{0%,to{opacity:1}50%{opacity:.7}}.grave-item{background:#ffffff08;border-radius:6px;align-items:center;gap:.6rem;padding:.5rem .8rem;display:flex}.grave-img{object-fit:contain;filter:grayscale();opacity:.5;flex-shrink:0;width:2rem;height:2rem}.grave-center{flex-direction:column;flex:1;min-width:0;display:flex}.grave-name{color:var(--text-dim);font-size:.9rem;text-decoration:line-through}.grave-meta{color:#ffffff4d;font-size:.7rem}.grave-right{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.grave-count{color:var(--text-dim);font-size:.85rem}.grave-gap{color:#ffffff4d;font-size:.7rem}.graveyard{padding:1rem}.graveyard-title{color:#966f77;margin:0 0 .6rem;font-size:1rem}.graveyard-list{flex-direction:column;gap:.3rem;display:flex}.execution-overlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.execution-content{text-align:center}.exec-emote{object-fit:contain;width:6rem;height:6rem}.exec-highlight{flex-direction:column;align-items:center;gap:.8rem;display:flex}.exec-name{margin:0;font-size:1.4rem;font-weight:700}.exec-subtitle{color:#ff6b6b;margin:0;font-size:.9rem}.exec-slash-container{justify-content:center;align-items:center;display:flex;position:relative}.exec-slash-line{background:linear-gradient(90deg,#0000,#f44,red,#f44,#0000);width:140%;height:4px;position:absolute;transform:rotate(-30deg);box-shadow:0 0 20px red}.exec-falling{flex-direction:column;align-items:center;gap:.5rem;display:flex}.app-loading{height:60vh;color:var(--text-dim);justify-content:center;align-items:center;font-size:.9rem;display:flex}.app-error{text-align:center;color:#ff6b6b;padding:2rem 1rem;font-size:.85rem}.app-summary{color:var(--text-dim);justify-content:center;gap:1.5rem;padding:0 1rem .8rem;font-size:.75rem;display:flex}
