:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1a1a2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e)}#app{max-width:800px;width:100%;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem}.header h1{font-size:2.5rem;margin:0 0 .5rem;color:#fff;font-weight:600}.header p{font-size:1.1rem;margin:0;color:#ffffffb3}.card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d}.lookup-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-group label{font-weight:500;color:#ffffffe6;font-size:1rem}.form-group input{padding:.875rem 1rem;font-size:1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#4a90e2;background:#ffffff14}.form-group input::placeholder{color:#fff6}button{border-radius:8px;border:none;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #4a90e24d}button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a90e266}button:active{transform:translateY(0)}button.secondary{background:#ffffff1a;box-shadow:none}button.secondary:hover{background:#ffffff26;box-shadow:none}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:1rem;color:#fca5a5;margin-bottom:1rem}.info-section{margin-bottom:2rem}.info-section:last-child{margin-bottom:0}.info-section h2{font-size:1.5rem;margin:0 0 1rem;color:#fff;font-weight:600;display:flex;align-items:center;gap:.5rem}.info-content{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;text-align:left}.info-content p{margin:.5rem 0;color:#ffffffd9;line-height:1.6}.info-content p:first-child{margin-top:0}.info-content p:last-child{margin-bottom:0}.info-content strong{color:#fff;font-weight:600}.representatives-list{display:flex;flex-direction:column;gap:1rem}.representative-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;text-align:left}.representative-card h3{margin:0 0 .5rem;font-size:1.25rem;color:#4a90e2;font-weight:600}.representative-card p{margin:.25rem 0;color:#ffffffd9}.representative-card p:last-child{margin-bottom:0}.actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.actions button{flex:1;min-width:200px}@media (max-width: 640px){.header h1{font-size:2rem}.card{padding:1.5rem}.actions{flex-direction:column}.actions button{width:100%}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#f5f5f5}body{background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.header h1{color:#1a1a2e}.header p{color:#0009}.card{background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px #00000014}.form-group label{color:#1a1a2e}.form-group input{border:1px solid rgba(0,0,0,.2);background:#f9f9f9;color:#1a1a2e}.form-group input:focus{background:#fff}.form-group input::placeholder{color:#0006}button.secondary{background:#0000000d}button.secondary:hover{background:#0000001a}.info-section h2{color:#1a1a2e}.info-content{background:#f9f9f9;border:1px solid rgba(0,0,0,.1)}.info-content p{color:#000c}.info-content strong{color:#1a1a2e}.representative-card{background:#f9f9f9;border:1px solid rgba(0,0,0,.1)}.representative-card p{color:#000c}}
