:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#242424}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}header h1{font-size:2.2em;line-height:1.1;margin-bottom:2rem}#search-form{display:flex;gap:10px;justify-content:center;margin-bottom:2rem}#search-form input{padding:10px;width:300px;border-radius:8px;border:1px solid #555;background-color:#1a1a1a;color:inherit}#search-form button{padding:10px 20px;border-radius:8px;border:1px solid transparent;font-weight:500;cursor:pointer;background-color:#646cff;color:#fff}#search-form button:hover{background-color:#535bf2}#results-table{width:100%;border-collapse:collapse;margin-top:1rem}#results-table th,#results-table td{padding:12px;border:1px solid #444;text-align:left}#results-table thead{background-color:#333}#results-table tbody tr{cursor:pointer}#results-table tbody tr:hover{background-color:#3a3a3a}#details-view{text-align:left;margin-top:2rem}#back-button{margin-bottom:1rem;padding:8px 16px;border-radius:8px;border:1px solid #555;background-color:#333;color:inherit;cursor:pointer}#back-button:hover{background-color:#444}#company-details-content h3{margin-top:0}#company-details-content pre{background-color:#1a1a1a;padding:1rem;border-radius:8px;overflow-x:auto;font-size:.85em}#error-view{color:#ff6b6b;background-color:#3a1a1a;border:1px solid #ff4444;border-radius:8px;padding:1rem;margin-bottom:1rem}.hidden{display:none!important}#loader{margin:2rem auto;width:40px;height:40px;border:4px solid #555;border-top:4px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
