:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,sans-serif}.login-wrapper{height:100vh;width:100vw;background:linear-gradient(135deg,#4f46e5,#6366f1);display:flex;align-items:center;justify-content:center}.login-card{width:360px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 10px 25px #00000026}.login-card h2{text-align:center;margin-bottom:20px;color:#111827}.login-card input{width:100%;padding:12px;margin-bottom:14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.login-card button{width:100%;padding:12px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:15px;cursor:pointer;transition:background .3s ease}.login-card button:hover{background:#4338ca}.login-card button:disabled{background:#9ca3af;cursor:not-allowed}.error-text{color:#dc2626;text-align:center;margin-bottom:10px;font-size:14px}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#f3f4f6;color:#111827;min-height:100vh;display:block}.admin-layout{min-height:100vh;min-width:198.7vh}.admin-header{background:#4f46e5;padding:20px 40px;color:#fff;display:flex;justify-content:space-between;align-items:center}.admin-header h1{font-size:20px;font-weight:600;margin:0}.logout-btn{background-color:#f87171;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:background .3s}.logout-btn:hover{background-color:#ef4444}.admin-content{padding:40px;display:flex;justify-content:center}.card{width:100%;max-width:1100px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 10px 25px #00000014}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.card-header h2{font-size:18px}.card-header input{padding:10px;width:300px;border-radius:8px;border:1px solid #d1d5db}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}thead{background:#eef2ff}th{text-align:left;padding:14px;font-weight:600}td{padding:14px;border-top:1px solid #e5e7eb}tbody tr:hover{background:#f9fafb}.center{text-align:center}.pagination{margin-top:20px;display:flex;justify-content:space-between;align-items:center}.pagination button{padding:8px 16px;background:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer}.pagination button:disabled{background:#9ca3af;cursor:not-allowed}.clickable-row{cursor:pointer}.clickable-row:hover{background:#eef2ff}.details-layout{max-width:1100px;padding:0 20px;min-width:198.7vh}.details-header{display:flex;align-items:center;gap:15px;margin-bottom:30px}.details-header h2{font-size:24px;font-weight:600}.details-header button{background:none;border:none;color:#4f46e5;font-size:16px;cursor:pointer}.info-grid{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:30px}.info-grid>*{flex:1 1 240px;height:110px}.info-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 6px 15px #0000000d;transition:transform .2s,box-shadow .2s}.info-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000014}.info-card span{font-size:12px;color:#6b7280}.info-card strong{display:block;margin-top:8px;font-size:16px;color:#111827;word-break:break-all}.logs-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 6px 15px #0000000d}.logs-card h3{margin-bottom:12px;font-size:18px;font-weight:600}.logs-container{max-height:350px;overflow-y:auto;background:#0f172a;border-radius:8px;padding:12px}.log-item{color:#e5e7eb;font-size:12px;margin-bottom:8px}.center{text-align:center;padding:50px 0;font-size:16px;color:#6b7280}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media(max-width:768px){.info-grid{grid-template-columns:1fr}}
