@import"https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap";:root{font-family:Inter Tight,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-bg: rgb(32, 44, 136);--table-bg: #000;--table-alt-bg: #333}body{background:linear-gradient(180deg,#202c88,#090979 15%,#000212);background-size:cover;background-repeat:no-repeat;background-position:center center;margin:0;min-width:320px;min-height:100vh}main{color:#fff;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center}.nav{display:flex;justify-content:flex-start;padding:1em 2em;width:100%;background-color:#0003}.nav-list{display:flex;flex-direction:row;align-items:center;gap:2rem;margin:0;padding:0;list-style:none}.nav-item{padding:0}.nav-link{color:#fff;text-decoration:none;padding:.5em 1em;border-radius:4px;transition:background-color .3s}.nav-link:hover{background-color:#ffffff1a}.active{font-weight:700;background-color:#fff3}.container{width:100%;max-width:1200px;padding:2rem;margin:0 auto;text-align:center}h1{font-size:3.2em;line-height:1.1;text-align:center;margin-bottom:2rem}.search-form,.controls-container{display:flex;gap:1rem;max-width:600px;margin:2rem auto;padding:0 1rem}.search-input,.filter-input{flex:1;padding:.75rem 1rem;font-size:1rem;border:2px solid rgba(255,255,255,.1);border-radius:8px;background:#0000004d;color:#fff;transition:border-color .3s}.search-input::placeholder,.filter-input::placeholder{color:#ffffff80}.search-input:focus,.filter-input:focus{outline:none;border-color:#646cff;background:#0006}.search-button{padding:.75rem 1.5rem;font-size:1rem;background:#646cff;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s}.search-button:hover{background:#535bf2}.candidate-card{background:#000c;border-radius:10px;padding:2rem;max-width:400px;margin:2rem auto;text-align:center}.candidate-image{width:200px;height:200px;border-radius:10px;margin-bottom:1rem}.button-container{display:flex;justify-content:center;gap:2rem;margin-top:2rem}button{cursor:pointer;border:none;transition:transform .2s,background-color .2s}button:hover{transform:scale(1.05)}.accept-button,.reject-button{width:50px;height:50px;border-radius:50%;font-size:24px;display:flex;align-items:center;justify-content:center}.accept-button{background:#28a745;color:#fff}.accept-button:hover{background:#218838}.reject-button{background:#dc3545;color:#fff}.reject-button:hover{background:#c82333}.candidates-table{width:100%;border-collapse:separate;border-spacing:0 .5rem}.candidates-table th,.candidates-table td{padding:1rem;text-align:left;background:var(--table-bg)}.candidates-table tbody tr:nth-child(odd) td{background:var(--table-alt-bg)}.table-avatar{width:50px;height:50px;border-radius:5px;vertical-align:middle}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.sortable:hover{background:#ffffff1a}a{color:#646cff;text-decoration:none;transition:color .3s}a:hover{color:#535bf2}.profile-link{display:inline-block;margin:1rem 0;padding:.5rem 1rem;background:#646cff33;border-radius:4px;transition:background-color .3s}.profile-link:hover{background:#646cff4d}.loading,.error{text-align:center;padding:2rem;background:#00000080;border-radius:10px;margin:2rem auto}.error{color:#dc3545}.username{color:#666;font-size:.9em;display:block}@media (max-width: 768px){.container{padding:1rem}h1{font-size:2.5em}.candidates-table{display:block;overflow-x:auto}.nav{padding:1em}.search-form{flex-direction:column}.search-button{width:100%}.candidate-card{margin:1rem;padding:1rem}}@media (max-width: 480px){.button-container{gap:1rem}h1{font-size:2em}.candidate-image{width:150px;height:150px}.nav-list{gap:1rem}.candidate-card{margin:.5rem;padding:.5rem}}
