body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:#1a1a2e;color:#e0e0e0}.App{text-align:center;padding:20px}.App-header{background-color:#16213e;padding:25px;color:#e0e0e0;margin-bottom:25px;border-radius:12px;box-shadow:0 6px 12px #0006}h1{font-size:2.8em;margin-bottom:10px;font-weight:700}.year-selector{margin-top:20px}.year-selector label{margin-right:12px;font-size:1.2em;font-weight:500}.year-selector select{padding:10px 16px;border-radius:8px;border:1px solid #0f3460;background-color:#2e3b5e;color:#e0e0e0;font-size:1.1em;cursor:pointer;transition:all .2s ease-in-out}.year-selector select:focus{outline:none;border-color:#533483;box-shadow:0 0 0 3px #53348380}.rankings-container{background-color:#0f3460;padding:30px;border-radius:12px;box-shadow:0 6px 12px #0006;overflow-x:auto}table{width:100%;border-collapse:separate;border-spacing:0;margin-top:25px}table thead tr{background-color:#533483;color:#fff}table th,table td{padding:15px 20px;border-bottom:1px solid #1a1a2e;text-align:left}table th:first-child{border-top-left-radius:8px}table th:last-child{border-top-right-radius:8px}table tbody tr{background-color:#2e3b5e;color:#e0e0e0;transition:background-color .2s ease-in-out}table tbody tr:nth-child(2n){background-color:#16213e}table tbody tr:hover{background-color:#3e517a}.error{color:#ff6b6b;font-weight:700;background-color:#3e223e;padding:10px;border-radius:8px;margin-top:20px}p{font-size:1.1em;margin:10px 0}*{box-sizing:border-box;margin:0;padding:0}body{background:#1a1a1a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.App{min-height:100vh;display:flex;flex-direction:column}a{color:#ff8200;transition:opacity .2s}a:hover{opacity:.8}.card{background:#2a2a2a;border-radius:8px;padding:20px;margin:20px 0;border-left:4px solid #FF8200}
