@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&family=Noto+Sans+JP:wght@400;500;700;900&display=swap";:root{--bg-color:#f8fafc;--card-bg:#fff;--card-border:#e2e8f0;--text-primary:#1e293b;--text-secondary:#64748b;--accent-color:#2563eb;--team-giants:#f97709;--team-tigers:#ffe201;--team-baystars:#0081c8;--team-carp:red;--team-swallows:#00a752;--team-dragons:#0055a5;--team-buffaloes:#b49d6b;--team-marines:#333;--team-hawks:#f5c700;--team-eagles:#860010;--team-lions:#13386d;--team-fighters:#4a90e2}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);background-image:radial-gradient(circle at 15%,#3b82f60a 0%,#0000 50%),radial-gradient(circle at 85% 30%,#f9770908 0%,#0000 50%);background-attachment:fixed;min-height:100vh;font-family:Inter,Noto Sans JP,sans-serif}.loading-screen{height:100vh;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.app-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}h1{letter-spacing:-.02em;background:linear-gradient(135deg,#1e293b 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2rem;font-weight:900;line-height:1.2}.subtitle{color:var(--text-secondary);margin-top:.2rem;font-size:1rem}.update-btn{color:#60a5fa;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;transition:all .2s;display:flex}.update-btn:hover:not(:disabled){background:#3b82f633;border-color:#3b82f680}.update-btn:disabled{opacity:.6;cursor:not-allowed}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.filter-box{width:100%;max-width:500px;margin-bottom:2rem;position:relative}.search-icon{color:var(--text-secondary);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.filter-input{width:100%;color:var(--text-primary);background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:.8rem 1rem .8rem 2.8rem;font-size:1rem;transition:all .2s}.filter-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px #2563eb33}.table-wrapper{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;width:100%;max-height:75vh;overflow:auto;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.numbers-table{border-collapse:collapse;width:100%;min-width:1000px}th,td{text-align:center;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:.8rem}th:last-child,td:last-child{border-right:none}thead th{z-index:10;color:var(--text-secondary);background:#fff;border-bottom:2px solid #cbd5e1;font-weight:600;position:sticky;top:0}.sticky-col{z-index:20;background:#fff;border-right:2px solid #cbd5e1;position:sticky;left:0}thead .sticky-col{z-index:30}.number-col{width:60px;font-size:.9rem}.number-cell{color:var(--accent-color);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:900}.team-col{min-width:80px}.team-header-cell{flex-direction:column;align-items:center;gap:.3rem;display:flex}.team-color-dot{border-radius:50%;width:12px;height:12px;display:inline-block;box-shadow:0 0 5px #0000001a}.team-short-name{color:var(--text-primary);font-size:.9rem;font-weight:700}.player-cell{height:50px;transition:background-color .2s}.player-cell:hover{background-color:#f1f5f9}.player-name-text{color:var(--text-primary);word-break:keep-all;overflow-wrap:anywhere;font-size:.85rem;font-weight:500;line-height:1.3}.empty-cell{color:#cbd5e1}.no-results{color:var(--text-secondary);padding:3rem;font-style:italic}tbody tr:hover{background-color:#f8fafc}@media (width<=768px){.header-top{flex-direction:column;align-items:flex-start}.team-col{min-width:70px}th,td{padding:.5rem .3rem}.player-name-text{font-size:.8rem}.number-cell{font-size:1rem}}
