*{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:#000;color:#fff;min-height:100vh;font-size:16px;line-height:1.5}#root{min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.grid{display:grid;gap:16px}.grid-1,.grid-2,.grid-3{grid-template-columns:1fr}@media (min-width: 768px){.container{padding:0 24px}.grid{gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (min-width: 1024px){.container{padding:0 32px}.grid{gap:24px}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;min-height:44px;gap:8px}.btn-primary{background-color:#dc2626;color:#fff;border:2px solid #dc2626}.btn-primary:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background-color:#374151;color:#fff;border:2px solid #4b5563}.btn-secondary:hover:not(:disabled){background-color:#4b5563;border-color:#6b7280;transform:translateY(-1px)}.btn-success{background-color:#059669;color:#fff;border:2px solid #059669}.btn-success:hover:not(:disabled){background-color:#047857;border-color:#047857;transform:translateY(-1px)}.btn-warning{background-color:#f59e0b;color:#fff;border:2px solid #f59e0b}.btn-warning:hover:not(:disabled){background-color:#d97706;border-color:#d97706;transform:translateY(-1px)}.btn-danger{background-color:#dc2626;color:#fff;border:2px solid #dc2626}.btn-danger:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c;transform:translateY(-1px)}.text-xs{font-size:.75rem}.text-red-500{color:#ef4444}.text-gray-500{color:#6b7280}.modal-content{animation:modalSlideIn .3s ease-out}.modal-header{background:linear-gradient(135deg,#1f2937 0%,#374151 100%)}.modal-body{background:linear-gradient(135deg,#111827 0%,#1f2937 100%)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.border-green-500{border-color:#10b981}.border-red-500{border-color:#ef4444}.border-yellow-500{border-color:#f59e0b}.border-blue-500{border-color:#3b82f6}.border-gray-500{border-color:#6b7280}.bg-green-900\/20{background-color:#052e1633}.bg-red-900\/20{background-color:#7f1d1d33}.bg-yellow-900\/20{background-color:#78350f33}.bg-blue-900\/20{background-color:#1e3a8a33}.bg-gray-900\/20{background-color:#11182733}.justify-end{justify-content:flex-end}.border-3{border-width:3px}.text-3xl{font-size:1.875rem}.text-base{font-size:1rem}.sm\:text-lg{font-size:1.125rem}.sm\:text-xl{font-size:1.25rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.md\:text-lg{font-size:1.125rem}.md\:text-xl{font-size:1.25rem}.md\:text-2xl{font-size:1.5rem}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.lg\:text-5xl{font-size:3rem}.sm\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.sm\:space-y-2>*+*{margin-top:.5rem}.md\:space-y-3>*+*{margin-top:.75rem}.sm\:mb-3{margin-bottom:.75rem}.md\:mb-5{margin-bottom:1.25rem}.md\:border-3{border-width:3px}.grid-1{grid-template-columns:repeat(1,minmax(0,1fr))}.font-medium{font-weight:500}.font-semibold{font-weight:600}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 768px){.btn{padding:14px 20px;font-size:16px}}.form-group{margin-bottom:16px}.form-label{display:block;margin-bottom:6px;color:#9ca3af;font-weight:500;font-size:14px}.form-input{width:100%;padding:12px 16px;background-color:#374151;border:2px solid #4b5563;border-radius:8px;color:#fff;font-size:16px;min-height:44px;transition:all .2s ease}.form-input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-input:disabled{background-color:#1f2937;opacity:.6;cursor:not-allowed}.form-select{width:100%;padding:12px 16px;background-color:#374151;border:2px solid #4b5563;border-radius:8px;color:#fff;font-size:16px;min-height:44px;cursor:pointer;transition:all .2s ease}.form-select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-checkbox{display:flex;align-items:center;gap:8px;margin-top:8px}.form-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#dc2626}.card{background-color:#1f2937;border:1px solid #374151;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px #0000004d}.card-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #374151}.card-title{font-size:18px;font-weight:700;margin-bottom:4px}.card-subtitle{color:#9ca3af;font-size:14px}@media (min-width: 768px){.card{padding:24px;margin-bottom:20px}.card-title{font-size:20px}}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid #374151}.table{width:100%;border-collapse:collapse;min-width:600px}.table th,.table td{padding:12px 8px;text-align:left;border-bottom:1px solid #374151;font-size:14px}.table th{background-color:#374151;color:#9ca3af;font-weight:600;position:sticky;top:0;z-index:1}.table tr:hover{background-color:#374151}@media (min-width: 768px){.table th,.table td{padding:16px 12px;font-size:16px}}.header{background-color:#1f2937;border-bottom:1px solid #374151;padding:12px 16px;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;gap:12px}.header-brand{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-brand img{width:32px;height:32px}.header-title{font-size:18px;font-weight:700;margin:0}.header-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.header-user{font-size:14px;color:#9ca3af;display:none}@media (min-width: 768px){.header{padding:16px 24px}.header-brand img{width:40px;height:40px}.header-title{font-size:24px}.header-nav{gap:12px}.header-user{display:block}}.badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.badge-danger{background-color:#dc2626;color:#fff}.badge-success{background-color:#059669;color:#fff}.badge-warning{background-color:#f59e0b;color:#fff}.badge-info{background-color:#3b82f6;color:#fff}.badge-secondary{background-color:#6b7280;color:#fff}.alert{padding:16px;border-radius:8px;margin-bottom:16px;border-left:4px solid}.alert-error{background-color:#dc26261a;border-left-color:#dc2626;color:#fca5a5}.alert-success{background-color:#0596691a;border-left-color:#059669;color:#6ee7b7}.alert-warning{background-color:#f59e0b1a;border-left-color:#f59e0b;color:#fcd34d}.spinner{display:inline-block;width:20px;height:20px;border:2px solid #374151;border-radius:50%;border-top-color:#dc2626;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.text-center{text-align:center}.text-right{text-align:right}.font-bold{font-weight:700}.font-mono{font-family:monospace}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.p-2{padding:.5rem}.p-5{padding:1.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-green-400{color:#4ade80}.text-purple-400{color:#c084fc}.text-yellow-400{color:#facc15}.text-blue-300{color:#93c5fd}.text-orange-300{color:#fdba74}.text-green-200{color:#bbf7d0}.text-green-300{color:#86efac}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.bg-black{background-color:#000}.bg-green-600{background-color:#059669}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.top-3{top:.75rem}.right-3{right:.75rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-y-1>*+*{margin-top:.25rem}.rounded-lg{border-radius:.5rem}.opacity-90{opacity:.9}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}}.w-full{width:100%}.h-full{height:100%}.w-12{width:3rem}.h-12{height:3rem}.w-16{width:4rem}.h-16{height:4rem}.mx-auto{margin-left:auto;margin-right:auto}@media (max-width: 767px){.mobile-hidden{display:none!important}.mobile-block{display:block!important}.mobile-flex{display:flex!important}.mobile-text-center{text-align:center!important}.mobile-text-sm{font-size:14px!important}.mobile-p-2{padding:16px!important}.mobile-mb-2{margin-bottom:16px!important}}@media (min-width: 768px){.desktop-hidden{display:none!important}.desktop-block{display:block!important}.desktop-flex{display:flex!important}}.mobile-hidden{display:block}.desktop-hidden{display:none}@media (max-width: 768px){.mobile-hidden{display:none}.desktop-hidden{display:block}}.app-footer{background-color:#1f2937;border-top:1px solid #374151;padding:16px 0;margin-top:auto;text-align:center;color:#9ca3af;font-size:14px}.app-footer a{color:#60a5fa;text-decoration:none}.app-footer a:hover{color:#93c5fd;text-decoration:underline}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}
