:root{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f1f5f9;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #6366f1;--color-primary-hover: #8b5cf6;--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--color-gray-50: #f8fafc;--color-gray-100: #f1f5f9;--color-gray-200: #e2e8f0;--color-gray-300: #cbd5e1;--color-gray-400: #94a3b8;--color-gray-500: #64748b;--color-gray-600: #475569;--color-gray-700: #334155;--color-gray-800: #1e293b;--color-gray-900: #0f172a}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;display:flex;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);color:#f1f5f9;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 30% 20%,rgba(99,102,241,.15),transparent 50%),radial-gradient(circle at 70% 80%,rgba(168,85,247,.15),transparent 50%);animation:gradientShift 10s ease-in-out infinite;pointer-events:none;z-index:0}#root{width:100%;min-height:100vh;position:relative;z-index:1}@keyframes gradientShift{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(5deg)}66%{transform:translate(-20px,20px) rotate(-5deg)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray-500{color:#64748b}.text-gray-700{color:#94a3b8}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.shadow{box-shadow:0 1px 3px #0000004d,0 1px 2px -1px #0003}.shadow-md{box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -2px #0003}.badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:9999px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge-success{background:#10b98126;color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}.badge-warning{background:#f59e0b26;color:#fcd34d;border:1px solid rgba(245,158,11,.3)}.badge-danger{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.badge-default{background:#94a3b826;color:#cbd5e1;border:1px solid rgba(148,163,184,.3)}.card{background:#0f172a99;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;box-shadow:0 20px 60px #0000004d,inset 0 1px #ffffff0d;transition:all .3s ease}.card:hover{border-color:#ffffff26;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff1a}.table-container{overflow-x:auto;border-radius:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.05)}.table{width:100%;border-collapse:collapse}.table th{text-align:left;padding:1rem;font-weight:600;font-size:.875rem;color:#94a3b8;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff08;text-transform:uppercase;letter-spacing:.05em}.table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05);color:#e2e8f0}.table tbody tr{transition:all .2s ease}.table tbody tr:hover{background:#ffffff0d}.table tbody tr:last-child td{border-bottom:none}input[type=text],input[type=email],input[type=password],input[type=number],select,textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#f1f5f9;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .3s ease;outline:none}input[type=text]:hover,input[type=email]:hover,input[type=password]:hover,input[type=number]:hover,select:hover,textarea:hover{background:#ffffff14;border-color:#ffffff26}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,select:focus,textarea:focus{background:#ffffff14;border-color:#8b5cf680;box-shadow:0 0 0 4px #8b5cf61a}input::placeholder,textarea::placeholder{color:#64748b;font-weight:400}input:focus::placeholder,textarea:focus::placeholder{color:#475569}a{color:#a78bfa;text-decoration:none;transition:color .2s ease}a:hover{color:#c4b5fd}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0f172a80}::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b880}
