body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;color:#1e293b;line-height:1.6;transition:background-color .3s ease,color .3s ease}.form-input{width:100%;padding:.875rem 1rem .875rem 2.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;color:#1e293b;transition:all .2s ease;outline:none}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#9ca3af}.dark .form-input{background:#334155;border-color:#475569;color:#e2e8f0}.dark .form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark .form-input::placeholder{color:#6b7280}.dark body{background-color:#0f172a;color:#e2e8f0}.dark .card,.dark .header,.dark .sidebar{background:#1e293b;border-color:#334155}.dark .sidebar-item{color:#94a3b8}.dark .sidebar-item:hover{background:#334155;color:#3b82f6}.dark .sidebar-item.active{background:#1e40af;color:#fff}.dark .sidebar-title{color:#e2e8f0}.dark .table{background:#1e293b}.dark .table th{background:#334155;color:#94a3b8}.dark .table tr:hover{background:#334155}.dark .form-input,.dark .form-select,.dark .form-textarea{background:#334155;border-color:#475569;color:#e2e8f0}.dark .form-input:focus,.dark .form-select:focus,.dark .form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark .modal-content{background:#1e293b;border-color:#334155}.dark .modal-header{border-color:#334155}.dark .modal-title{color:#e2e8f0}.custom-tooltip{font-size:.875rem}.custom-tooltip p{margin:0;line-height:1.4}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#3b82f6}input:checked+.toggle-slider:before{transform:translate(26px)}.dark .toggle-slider{background-color:#4b5563}.dark input:checked+.toggle-slider{background-color:#3b82f6}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;width:100%;max-width:480px;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dark .login-card{background:#1e293b;color:#e2e8f0}.login-header{text-align:center;margin-bottom:2rem}.login-logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.logo-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.logo-text{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0}.dark .logo-text{color:#e2e8f0}.login-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.dark .login-title{color:#e2e8f0}.login-subtitle{color:#64748b;margin:0}.dark .login-subtitle{color:#94a3b8}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:.75rem;color:#6b7280;z-index:1}.dark .input-icon{color:#9ca3af}.form-input{padding-left:2.75rem}.password-toggle{position:absolute;right:.75rem;background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:color .2s ease}.password-toggle:hover{color:#3b82f6}.dark .password-toggle{color:#9ca3af}.dark .password-toggle:hover{color:#60a5fa}.login-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 15px -3px #3b82f64d}.login-btn:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.dark .login-footer{border-color:#334155}.link-btn{background:none;border:none;color:#3b82f6;cursor:pointer;font-weight:500;text-decoration:underline;transition:color .2s ease}.link-btn:hover{color:#1d4ed8}.dark .link-btn{color:#60a5fa}.dark .link-btn:hover{color:#3b82f6}.demo-credentials{margin-top:1.5rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.dark .demo-credentials{background:#334155;border-color:#475569}.demo-title{font-weight:600;color:#374151;margin:0 0 .5rem;font-size:.875rem}.dark .demo-title{color:#d1d5db}.demo-text{font-size:.75rem;color:#6b7280;margin:.25rem 0;font-family:Courier New,monospace}.dark .demo-text{color:#9ca3af}.header-left{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.dark .user-info{background:#334155;border-color:#475569}.user-name{font-size:.875rem;font-weight:500;color:#374151}.dark .user-name{color:#d1d5db}.sidebar-logo{display:flex;align-items:center;gap:.75rem}.sidebar-logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.settings-actions{display:flex;gap:1rem;margin-top:1.5rem}.app{display:flex;min-height:100vh}.main-content{flex:1;margin-left:0;transition:margin-left .3s ease}.main-content.sidebar-open{margin-left:280px}.header{background:#fff;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.header-left,.header-actions{display:flex;align-items:center;gap:1rem}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:.25rem}.menu-toggle span{width:20px;height:2px;background:#64748b;transition:all .3s ease}.dark .menu-toggle span{background:#94a3b8}.header-title{font-size:1.5rem;font-weight:600;color:#1e293b}.dark .header-title{color:#e2e8f0}.theme-toggle{padding:.5rem;border:none;background:#f1f5f9;border-radius:8px;cursor:pointer;color:#64748b;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background:#e2e8f0;color:#3b82f6}.dark .theme-toggle{background:#334155;color:#94a3b8}.dark .theme-toggle:hover{background:#475569;color:#3b82f6}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:400px}.toast{padding:1rem;border-radius:8px;border:1px solid;box-shadow:0 4px 12px #0000001a;animation:slideIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.content{padding:1.5rem}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease;border:1px solid #e2e8f0}.card:hover{box-shadow:0 4px 12px #0000001a}.card-header{display:flex;justify-content:between;align-items:center;margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:600;color:#1e293b}.table-container{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.table th{background:#f8fafc;font-weight:600;color:#475569;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.table tr:hover{background:#f8fafc}.btn{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.status-pending{background:#fef3c7;color:#d97706}.status-completed{background:#d1fae5;color:#059669}.status-cancelled{background:#fee2e2;color:#dc2626}.status-processing{background:#dbeafe;color:#2563eb}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#777}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease;padding-left:35px}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:100px}.search-container{position:relative;margin-bottom:1.5rem}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6b7280}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns: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)}@media (max-width: 768px){.login-card{margin:1rem;padding:1.5rem}.form-row{grid-template-columns:1fr}.toast-container{left:1rem;right:1rem;max-width:none}.header{padding:1rem}.header-actions{gap:.5rem}.user-info{display:none}.main-content,.main-content.sidebar-open{margin-left:0}.menu-toggle{display:flex}.content{padding:1rem}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.card{padding:1rem}.table th,.table td{padding:.5rem;font-size:.875rem}}@media (min-width: 769px){.main-content{margin-left:280px}.menu-toggle{display:none}}@media (min-width: 1024px){.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)}}html{transition:background-color .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;color:#1e293b;line-height:1.6}.sidebar{position:fixed;top:0;left:-280px;width:280px;height:100vh;background:#fff;border-right:1px solid #e2e8f0;transition:left .3s ease;z-index:1000;overflow-y:auto}.sidebar.sidebar-open{left:0}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e2e8f0}.sidebar-title{font-size:1.5rem;font-weight:700;color:#3b82f6}.dark .sidebar-title{color:#60a5fa}.sidebar-nav{padding:1rem 0}.sidebar-item{width:100%;padding:.75rem 1.5rem;border:none;background:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem;color:#64748b;transition:all .2s ease;font-size:.875rem;font-weight:500}.sidebar-item:hover{background:#f8fafc;color:#3b82f6}.sidebar-item.active{background:#eff6ff;color:#3b82f6;border-right:3px solid #3b82f6}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:#fff;border-radius:12px;max-width:800px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-title{font-size:1.25rem;font-weight:600;color:#1e293b}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.5rem;border-radius:4px}.modal-close:hover{background:#f3f4f6}.modal-body{padding:1.5rem}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-blue-600{color:#2563eb}.text-green-600{color:#059669}.text-red-600{color:#dc2626}.text-yellow-600{color:#d97706}.text-purple-600{color:#9333ea}.text-orange-600{color:#ea580c}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-blue-100{background-color:#dbeafe}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.flex{display:flex}.flex-1{flex:1}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.relative{position:relative}.absolute{position:absolute}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.object-cover{object-fit:cover}.text-center{text-align:center}.text-right{text-align:right}@media (min-width: 769px){.sidebar{left:0}.sidebar-overlay{display:none}}
