:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}.app{max-width:900px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem}.header h1{font-size:2.5rem;color:#2563eb;margin-bottom:.5rem}.subtitle{color:#64748b;font-size:1.1rem}.search-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;background:#f8fafc;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#334155;font-size:.9rem}.form-group select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .2s}.form-group select:focus{outline:none;border-color:#2563eb}.search-button{padding:.75rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;align-self:flex-end}.search-button:hover:not(:disabled){background:#1d4ed8}.search-button:disabled{background:#94a3b8;cursor:not-allowed}.error-message{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fecaca}.results-section{margin-top:2rem}.results-section h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.5rem}.result-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.result-card h3{color:#1e293b;margin:0 0 1rem;font-size:1.1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.linkedin-status{color:#0077b5;font-weight:500;margin:0}.query-list{list-style:none;padding:0;margin:0}.query-list li{padding:.75rem;background:#f8fafc;border-radius:8px;margin-bottom:.5rem}.query-list a{color:#2563eb;text-decoration:none;word-break:break-word}.query-list a:hover{text-decoration:underline}.message-list{list-style:none;padding:0;margin:0}.message-item{padding:1rem;background:#f0fdf4;border-left:4px solid #22c55e;border-radius:0 8px 8px 0;margin-bottom:.75rem;color:#166534;white-space:pre-wrap}.cvtheque-list{list-style:none;padding:0;margin:0;display:flex;gap:1rem;flex-wrap:wrap}.cvtheque-list li{flex:1;min-width:200px}.cvtheque-list a{display:block;padding:1rem;background:#eff6ff;border-radius:8px;color:#1d4ed8;text-decoration:none;font-weight:500;text-align:center;transition:background .2s}.cvtheque-list a:hover{background:#dbeafe}.notes-content{background:#fffbeb;padding:1rem;border-radius:8px;border-left:4px solid #f59e0b;color:#92400e;margin:0;white-space:pre-wrap}@media(max-width:640px){.search-form{grid-template-columns:1fr}.search-button{width:100%}}.github-profiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.github-profile{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px;text-decoration:none;transition:background .2s,transform .2s;border:1px solid #e2e8f0}.github-profile:hover{background:#f1f5f9;transform:translateY(-2px)}.github-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.github-info{display:flex;flex-direction:column;gap:.25rem}.github-name{font-weight:600;color:#1e293b}.github-login{font-size:.875rem;color:#64748b}.github-location{font-size:.75rem;color:#94a3b8}
