*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#334155}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh;flex:1}.header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:1rem 2rem;box-shadow:0 4px 6px -1px #0000001a;position:sticky;top:0;z-index:50}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700}.user-info{display:flex;align-items:center;gap:1rem}.sidebar{width:250px;background:#fff;box-shadow:2px 0 4px #0000001a;padding:1rem 0;height:100%;flex-shrink:0}.sidebar-nav{list-style:none}.sidebar-item{padding:.75rem 1.5rem;cursor:pointer;transition:background-color .2s;border-left:3px solid transparent}.sidebar-item:hover{background-color:#f1f5f9}.sidebar-item.active{background-color:#eff6ff;border-left-color:#2563eb;color:#2563eb;font-weight:500}.main-content{flex:1;display:flex;overflow:hidden;height:calc(100vh - 64px)}.content-area{flex:1;padding:2rem;overflow-y:auto;background-color:#f8fafc}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#64748b;color:#fff}.btn-secondary:hover{background-color:#475569}.btn-success{background-color:#059669;color:#fff}.btn-success:hover{background-color:#047857}.btn-danger{background-color:#dc2626;color:#fff}.btn-danger:hover{background-color:#b91c1c}.btn-warning{background-color:#d97706;color:#fff}.btn-warning:hover{background-color:#b45309}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}.form-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s;background-color:#fff}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.table th,.table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.table th{background-color:#f8fafc;font-weight:600;color:#374151;font-size:.875rem}.table tbody tr:hover{background-color:#f8fafc}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.grid-cols-8{grid-template-columns:repeat(8,1fr)}@media (max-width: 768px){.header-content{padding:1rem}.main-content{flex-direction:column;height:auto}.sidebar{width:100%;order:2;height:auto}.content-area{order:1;padding:1rem}.grid-cols-2,.grid-cols-3,.grid-cols-4,.grid-cols-5,.grid-cols-8{grid-template-columns:1fr}}.notification{position:fixed;top:1rem;right:1rem;padding:1rem;border-radius:6px;color:#fff;z-index:2000;max-width:300px;box-shadow:0 10px 15px -3px #0000001a}.notification.success{background-color:#059669}.notification.error{background-color:#dc2626}.notification.warning{background-color:#d97706}.spinner{border:3px solid #f3f4f6;border-top:3px solid #2563eb;border-radius:50%;width:2rem;height:2rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-opacity-50{background-color:#00000080}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-800{background-color:#1f2937}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.z-50{z-index:50}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.sticky{position:sticky}.top-0{top:0}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-4xl{max-width:56rem}.max-h-\[90vh\]{max-height:90vh}.h-full{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.text-white{color:#fff}.text-gray-500{color:#6b7280}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-blue-600{color:#2563eb}.text-red-600{color:#dc2626}.text-green-600{color:#059669}.font-bold{font-weight:700}.font-medium{font-weight:500}.border-b{border-bottom:1px solid #e5e7eb}.border-t{border-top:1px solid #e5e7eb}.rounded-xl{border-radius:.75rem}.overflow-y-auto{overflow-y:auto}.overflow-hidden{overflow:hidden}.p-4{padding:1rem}.p-6{padding:1.5rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}
