:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}#root{max-width:100%;width:100%;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}.app-container{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:3rem;width:100%;max-width:800px;background:#fffffff2;border-radius:20px;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-container h1{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:.5rem;letter-spacing:-.5px}.app-container p{color:#666;font-size:1rem;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.search-container{display:flex;gap:1rem;align-items:center;width:100%;max-width:600px}.search-input{flex:1;padding:1rem 1.5rem;font-size:1.1rem;border:2px solid #e0e0e0;border-radius:12px;background-color:#fff;color:#333;transition:all .3s ease;font-family:inherit}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;transform:translateY(-2px)}.search-input:disabled{opacity:.6;cursor:not-allowed;background-color:#f5f5f5}.search-input::placeholder{color:#999}.search-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66;font-family:inherit}.search-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.search-button:active:not(:disabled){transform:translateY(0)}.search-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{color:#e74c3c;padding:1.25rem 1.5rem;border:2px solid #e74c3c;border-radius:12px;background-color:#e74c3c1a;max-width:600px;width:100%;text-align:center;font-weight:500;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.result-container{width:100%;max-width:700px;animation:slideUp .4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.result-container h2{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.student-details{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:2rem;border-radius:16px;border:2px solid #e0e0e0;box-shadow:0 4px 20px #0000000d}.detail-row{display:flex;padding:1rem 0;border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.detail-row:hover{background-color:#667eea08;margin:0 -1rem;padding:1rem;border-radius:8px}.detail-row:last-child{border-bottom:none}.detail-row .label{font-weight:700;color:#667eea;min-width:180px;flex-shrink:0;font-size:1rem}.detail-row .value{color:#333;flex:1;word-wrap:break-word;font-size:1rem;font-weight:500}@media (max-width: 768px){#root{padding:1rem}.app-container{padding:2rem 1.5rem;gap:1.5rem}.app-container h1{font-size:2rem}.search-container{flex-direction:column;gap:.75rem}.search-button{width:100%;padding:1rem}.search-input{font-size:1rem;padding:.875rem 1.25rem}.student-details{padding:1.5rem}.detail-row{flex-direction:column;gap:.5rem;padding:.875rem 0}.detail-row .label{min-width:100%;font-size:.9rem}.detail-row .value{font-size:.95rem}.result-container h2{font-size:1.5rem}}@media (max-width: 480px){.app-container{padding:1.5rem 1rem}.app-container h1{font-size:1.75rem}.search-input,.search-button{font-size:.95rem}}.footer{margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0;text-align:center;width:100%;color:#666;font-size:.95rem}.footer div{margin:.5rem 0}.footer a{color:#667eea;text-decoration:none;font-weight:600;transition:all .3s ease}.footer a:hover{color:#764ba2;text-decoration:underline}@media (max-width: 768px){.footer{font-size:.9rem;padding-top:1.5rem;margin-top:1.5rem}}.candidate-info-container{display:flex;gap:1.5rem;width:100%;margin-top:2rem;flex-wrap:wrap}.candidate-card{flex:1;min-width:280px;padding:2rem 1.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;animation:slideUp .6s ease}.candidate-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.left-candidate{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#1a1a1a;border:3px solid #00d4ff}.right-candidate{background:linear-gradient(135deg,#fa709a,#fee140);color:#1a1a1a;border:3px solid #fa709a}.candidate-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;line-height:1.4;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.candidate-card p{font-size:1.1rem;margin:.5rem 0;line-height:1.6;font-weight:600}.candidate-card .ballot-number{font-size:1.3rem;font-weight:800;margin-top:1rem;padding:.75rem 1.5rem;background:#00000026;border-radius:12px;display:inline-block;box-shadow:0 4px 10px #0003;border:2px solid rgba(0,0,0,.1)}@media (max-width: 768px){.candidate-info-container{flex-direction:column;gap:1rem}.candidate-card{min-width:100%;padding:1.5rem 1rem}.candidate-card h3{font-size:1.3rem}.candidate-card p{font-size:1rem}.candidate-card .ballot-number{font-size:1.1rem}}
