@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #A1C718;--color-background-dark: #2A2A2A;--color-text-light: #FFFFFF;--color-text-dark: #2A2A2A;--color-accent-red: #FF6B6B;--color-accent-red-dark: #cc5555;--color-card-dark: #333333;--color-border: #444444}body{font-family:Inter,system-ui,sans-serif;background:linear-gradient(135deg,#2A2A2A 0%,#1a1a1a 100%);min-height:100vh;color:#fff;line-height:1.6}body.light{background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);color:#2a2a2a}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.min-h-screen{min-height:100vh}.card{background:#333333;border-radius:16px;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003;transition:all .3s ease;border:1px solid #444444}.card:hover{box-shadow:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d}body.light .card{background:#FFFFFF;border-color:#e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}body.light .card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn-primary{background:#A1C718;color:#2a2a2a;font-weight:600;padding:.75rem 1.5rem;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:1rem;box-shadow:0 2px 4px #0003}.btn-primary:hover{background:#8faf15;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}body.light .btn-primary{background:#A1C718;color:#2a2a2a}body.light .btn-primary:hover{background:#8faf15}.btn-secondary{background:#444444;color:#fff;font-weight:500;padding:.75rem 1.5rem;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:1rem;box-shadow:0 2px 4px #0003}.btn-secondary:hover{background:#555555;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}body.light .btn-secondary{background:#f3f4f6;color:#374151}body.light .btn-secondary:hover{background:#e5e7eb}.input-field{width:100%;padding:.75rem;border:1px solid #444444;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#333333;color:#fff;box-shadow:inset 0 1px 2px #0003}.input-field:focus{outline:none;border-color:#a1c718;box-shadow:0 0 0 3px #a1c7184d}body.light .input-field{background:#FFFFFF;border-color:#d1d5db;color:#1f2937}body.light .input-field:focus{border-color:#a1c718;box-shadow:0 0 0 3px #a1c7184d}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.space-x-3>*+*{margin-left:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mr-3{margin-right:.75rem}.text-white{color:#fff}.text-gray-700{color:#d1d5db}.text-gray-900{color:#f3f4f6}.text-red-600{color:#ff6b6b}.text-green-600{color:#a1c718}body.light .text-gray-700{color:#374151}body.light .text-gray-900{color:#111827}body.light .text-red-600{color:#dc2626}body.light .text-green-600{color:#16a34a}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.bg-white{background-color:#333}.bg-blue-100{background-color:#1e3a8a}.bg-red-100{background-color:#7f1d1d}.bg-green-100{background-color:#14532d}.bg-gray-50{background-color:#111827}.bg-gray-100{background-color:#1f1f1f}body.light .bg-white{background-color:#fff}body.light .bg-blue-100{background-color:#dbeafe}body.light .bg-red-100{background-color:#fee2e2}body.light .bg-green-100{background-color:#dcfce7}body.light .bg-gray-50{background-color:#f9fafb}body.light .bg-gray-100{background-color:#f3f4f6}.border{border:1px solid #444444}.border-t{border-top:1px solid #444444}.rounded-lg{border-radius:12px}.rounded-xl{border-radius:16px}.rounded-full{border-radius:9999px}body.light .border{border-color:#e5e7eb}body.light .border-t{border-top-color:#e5e7eb}.w-full{width:100%}.h-10{height:2.5rem}.w-10{width:2.5rem}.w-12{width:3rem}.h-12{height:3rem}.hidden{display:none}.block{display:block}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.z-50{z-index:50}.overflow-y-auto{overflow-y:auto}.max-h-96{max-height:24rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 768px){.container{padding:0 2rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 767px){.container{padding:0 1rem}.p-6{padding:1rem}.text-2xl{font-size:1.25rem}.text-3xl{font-size:1.5rem}.text-4xl{font-size:1.875rem}.text-5xl{font-size:2.25rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in{animation:slideIn .3s ease-out}.header{background:rgba(42,42,42,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(68,68,68,.5)}body.light .header{background:rgba(255,255,255,.9);border-bottom:1px solid rgba(229,231,235,.5)}.modal-overlay{background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}body.light .modal-overlay{background:rgba(0,0,0,.5)}.tag{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.tag-orange{background-color:#9a3412;color:#fed7aa}.tag-blue{background-color:#1e40af;color:#dbeafe}.tag-purple{background-color:#7c3aed;color:#e9d5ff}.tag-red{background-color:#f34040;color:#fecaca}.tag-green{background-color:#166534;color:#bbf7d0}.tag-gray{background-color:#4b5563;color:#f3f4f6}body.light .tag-orange{background-color:#fed7aa;color:#9a3412}body.light .tag-blue{background-color:#dbeafe;color:#1e40af}body.light .tag-purple{background-color:#e9d5ff;color:#7c3aed}body.light .tag-green{background-color:#bbf7d0;color:#166534}body.light .tag-gray{background-color:#f3f4f6;color:#374151}.icon{width:1.25rem;height:1.25rem}.icon-lg{width:1.5rem;height:1.5rem}.icon-xl{width:2rem;height:2rem}.amount-display{font-size:2.5rem;font-weight:700}@media (min-width: 768px){.amount-display{font-size:3rem}}.currency-symbol{font-size:1.5rem;font-weight:600;color:#a1c718}body.light .currency-symbol{color:#16a34a}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px #a1c71880}body.light .focus\:ring-2:focus{box-shadow:0 0 0 2px #a1c71880}.hover\:bg-gray-100:hover{background-color:#444}.hover\:text-red-700:hover{color:#ff6b6b}body.light .hover\:bg-gray-100:hover{background-color:#f3f4f6}body.light .hover\:text-red-700:hover{color:#b91c1c}.transition-colors{transition:color .2s ease,background-color .2s ease}.transition-all{transition:all .2s ease}.dashboard-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (max-width: 767px){.dashboard-grid{grid-template-columns:1fr}}.bg-primary{background-color:#a1c718}.text-primary{color:#a1c718}.border-primary{border-color:#a1c718}.text-on-primary{color:#2a2a2a}.spaec-id{margin-left:11px}.space-rr{margin-top:15px}.cards{margin-bottom:30px}.textt{margin-top:25px}
