body{background:#f3f4f6;margin:0;font-family:Arial,sans-serif}.container{justify-content:center;align-items:center;min-height:100vh;display:flex}.card{background:#fff;border-radius:15px;width:100%;max-width:700px;padding:30px;box-shadow:0 15px 40px #00000014}.logoBox{text-align:center;margin-bottom:20px}.searchBox{gap:10px;display:flex}input{border:1px solid #ddd;border-radius:8px;flex:1;padding:12px}button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:12px 20px}button:hover{background:#1e40af}.error{color:red;margin-top:15px}.loading{text-align:center;margin-top:20px}.spinner{border:4px solid #eee;border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;margin:auto;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.progressContainer{background:#e5e7eb;border-radius:5px;height:8px;margin-top:25px}.progressBar{background:#16a34a;border-radius:5px;height:8px}.timeline{justify-content:space-between;margin-top:10px;display:flex}.step{text-align:center;color:#999;flex:1;padding:5px}.step.active{color:#16a34a;font-weight:700}table{border-collapse:collapse;width:100%;margin-top:25px}td{border-bottom:1px solid #eee;padding:10px}
