*{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background-color:#f8fafc;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.page{max-width:900px;margin:0 auto;padding:3rem 1.5rem}h1{color:#1e293b;letter-spacing:-.5px;margin-bottom:2rem;font-size:2rem;font-weight:700}.search-container{flex-direction:column;gap:2rem;display:flex}.search-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:.75rem;padding:1rem;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.08)}.search-box input{color:#1e293b;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex:1;padding:.65rem 1rem;font-size:1rem;transition:border-color .2s}.search-box input::placeholder{color:#64748b}.search-box input:focus{border-color:#2563eb}.search-box button{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.search-box button:hover{background-color:#1d4ed8}.search-box button:active{transform:scale(.98)}.results{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}.results p{color:#64748b;text-align:center;padding:2rem}.results table{border-collapse:collapse;width:100%;font-size:.95rem}.results table th:first-child,.results table td:first-child{width:15%}.results table th:nth-child(2),.results table td:nth-child(2){width:8%}.results table th:nth-child(3),.results table td:nth-child(3){width:77%}.results table tbody td:nth-child(3){word-break:break-word;white-space:normal}.results table thead{background-color:#f8fafc;border-bottom:2px solid #e2e8f0}.results table thead th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;padding:.85rem 1.25rem;font-size:.75rem;font-weight:600}.results table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .15s}.results table tbody tr:last-child{border-bottom:none}.results table tbody tr:hover{background-color:#f8fafc}.results table tbody td{color:#1e293b;padding:.85rem 1.25rem}.results table tbody td:first-child{color:#2563eb;font-weight:600}.results table tbody td:nth-child(2){color:#64748b;font-variant-numeric:tabular-nums}