*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f8fafc;min-height:100vh;line-height:1.6}:root{--primary: #dc2626;--accent: #f59e0b;--background: #0f172a;--foreground: #f8fafc;--card: #1e293b;--muted: #334155;--border: #334155;--success-green: #10b981;--error-red: #ef4444}.glass-card{background:#1e293bd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(51,65,85,.6);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1a;border-radius:24px}.gradient-primary{background:linear-gradient(135deg,#dc2626,#f59e0b);border-radius:50%}button{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #dc26264d;font-size:14px}button:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}input,textarea,select{background:#1e293bcc;border:1px solid #334155;border-radius:12px;padding:12px 16px;color:#f8fafc;font-size:14px;transition:all .3s ease;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}::placeholder{color:#94a3b8}.card-hover:hover{transform:translateY(-2px);box-shadow:0 20px 40px #0006;border-color:#dc262680}.status-pending{background:#f59e0b1a;color:#f59e0b;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid rgba(245,158,11,.3)}.status-executed{background:#10b9811a;color:#10b981;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid rgba(16,185,129,.3)}.status-rejected{background:#ef44441a;color:#ef4444;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid rgba(239,68,68,.3)}.text-gradient{background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media (max-width: 768px){.glass-card{padding:16px;margin:8px}button{padding:10px 20px;font-size:14px}}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.w-full{width:100%}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.space-x-4>*+*{margin-left:1rem}.space-y-8>*+*{margin-top:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-8{gap:2rem}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2 / span 2}}.bg-gradient-to-br{background:linear-gradient(135deg,#0f172a,#1e293b,#334155)}.border{border-width:1px}.rounded-3xl{border-radius:1.5rem}.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.mx-auto{margin-left:auto;margin-right:auto}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.inset-0{inset:0}.z-10{z-index:10}.z-50{z-index:50}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.overflow-hidden{overflow:hidden}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #dc262666}50%{box-shadow:0 0 40px #dc2626b3}}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}
