*{margin:0;padding:0;box-sizing:border-box}body{font-family:Figtree,sans-serif;background-color:#f1f5f9;color:#1e293b;line-height:1.5}a{text-decoration:none;color:inherit}ul{list-style:none}.admin-wrapper{display:flex;min-height:100vh;background-color:#f1f5f9}.sidebar{width:260px;background:linear-gradient(180deg,#1e1b4b,#312e81);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:50;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:transform .3s ease-in-out}@media (max-width: 1024px){.sidebar{transform:translate(-100%);width:280px}.sidebar.translate-x-0{transform:translate(0)}}.sidebar .logo{height:70px;display:flex;align-items:center;padding:0 1.5rem;font-weight:800;font-size:1.5rem;letter-spacing:-.025em;border-bottom:1px solid rgba(255,255,255,.1);color:#fff}.sidebar .logo i{margin-right:.75rem;font-size:1.75rem;color:#818cf8}.sidebar nav{flex:1;padding:1.5rem 1rem;overflow-y:auto}.sidebar nav a,.sidebar nav button.nav-item{display:flex;align-items:center;padding:.875rem 1rem;border-radius:.375rem;margin-bottom:.5rem;color:#c7d2fe;font-weight:500;transition:all .3s ease;text-decoration:none}.sidebar nav a i,.sidebar nav button.nav-item i{margin-right:.75rem;font-size:1.25rem;width:1.5rem;text-align:center}.sidebar nav a:hover,.sidebar nav a.active,.sidebar nav button.nav-item:hover,.sidebar nav button.nav-item.active{background-color:#ffffff1a;color:#fff;transform:translate(5px)}.sidebar nav a.active,.sidebar nav button.nav-item.active{background-color:#00a650;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.main-content{flex:1;margin-left:260px;display:flex;flex-direction:column;width:calc(100% - 260px);transition:margin-left .3s ease-in-out,width .3s ease-in-out}@media (max-width: 1024px){.main-content{margin-left:0;width:100%}}.main-content header{height:70px;background-color:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:10;box-shadow:0 1px 2px #0000000d}@media (max-width: 768px){.main-content header{padding:0 1rem}}.main-content header h2{font-size:1.25rem;font-weight:700;color:#1e293b}.main-content header .user-info{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#1e293b}.main-content header .user-info .avatar{width:36px;height:36px;background-color:#00a650;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}.main-content .content{padding:2rem;flex:1;max-width:1600px;margin:0 auto;width:100%}@media (max-width: 768px){.main-content .content{padding:1rem}}.main-content main{padding:2rem;flex:1;max-width:1600px;margin:0 auto;width:100%}@media (max-width: 768px){.main-content main{padding:1rem}}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#111827cc;z-index:40}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:.375rem;font-weight:600;font-size:.875rem;cursor:pointer;border:1px solid transparent;transition:all .3s ease;gap:.5rem;box-shadow:0 1px 2px #0000000d}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.btn-primary{background:linear-gradient(135deg,#00a650,#0f2a1a);color:#fff}.btn-primary:hover{filter:brightness(110%);box-shadow:0 10px 15px -3px #00a6504d,0 4px 6px -2px #00a6501a}.btn-danger{background:linear-gradient(135deg,#ef4444,#eb1515);color:#fff}.btn-danger:hover{filter:brightness(110%);box-shadow:0 10px 15px -3px #ef44444d,0 4px 6px -2px #ef44441a}.btn-secondary{background-color:#fff;border-color:#e2e8f0;color:#1e293b}.btn-secondary:hover{background-color:#f1f5f9;border-color:#c0cddf;color:#00a650}.card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.5);transition:all .3s ease}.card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.card h3{color:#1e293b;font-weight:700;margin-bottom:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#64748b}.form-control,input[type=text],input[type=email],input[type=password],input[type=number],select,textarea{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#f8fafc;transition:all .3s ease;font-size:.95rem;color:#1e293b}.form-control:focus,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,select:focus,textarea:focus{outline:none;border-color:#00a650;background-color:#fff;box-shadow:0 0 0 3px #00a6501a}.table-container{overflow-x:auto;border-radius:.75rem;border:1px solid #e2e8f0}table{width:100%;border-collapse:collapse;text-align:left;background-color:#fff}table thead{background-color:#f8fafc;border-bottom:2px solid #e2e8f0}table thead th{padding:1rem 1.5rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}table tbody tr{border-bottom:1px solid #e2e8f0;transition:all .3s ease}table tbody tr:hover{background-color:#f8fafc}table tbody tr:last-child{border-bottom:none}table tbody tr td{padding:1rem 1.5rem;color:#1e293b;font-size:.875rem;vertical-align:middle}.alert{padding:1rem;border-radius:.375rem;margin-bottom:1.5rem;font-weight:500;display:flex;align-items:center;gap:.75rem;box-shadow:0 1px 2px #0000000d}.alert-success{background-color:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.alert-error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.badge-success{background-color:#d1fae5;color:#065f46}.badge-warning{background-color:#fef3c7;color:#92400e}.badge-info{background-color:#dbeafe;color:#1e40af}.badge-danger{background-color:#fee2e2;color:#991b1b}.badge-neutral{background-color:#f3f4f6;color:#374151}nav[role=navigation]{display:flex;justify-content:space-between;align-items:center}nav[role=navigation] p{font-size:.875rem;color:#64748b}nav[role=navigation] div{display:flex;gap:.5rem}nav[role=navigation] div a,nav[role=navigation] div span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .2s;background:#fff;color:#475569;text-decoration:none}nav[role=navigation] div a:hover:not([aria-disabled=true]):not([aria-current=page]),nav[role=navigation] div span:hover:not([aria-disabled=true]):not([aria-current=page]){background:#f8fafc;border-color:#cbd5e1;color:#1e293b}nav[role=navigation] div a[aria-current=page],nav[role=navigation] div span[aria-current=page]{background:linear-gradient(135deg,#00a650,#186e3c);border-color:#00a650;color:#fff;font-weight:600}nav[role=navigation] div a[aria-disabled=true],nav[role=navigation] div span[aria-disabled=true]{opacity:.5;cursor:not-allowed}nav[role=navigation] div a[rel=prev] svg,nav[role=navigation] div a[rel=next] svg,nav[role=navigation] div span[rel=prev] svg,nav[role=navigation] div span[rel=next] svg{width:1rem;height:1rem}.auth-wrapper{min-height:100vh;display:flex;flex-direction:column}@media (min-width: 768px){.auth-wrapper{flex-direction:row}}.auth-sidebar{width:100%}@media (min-width: 768px){.auth-sidebar{width:50%}}.auth-sidebar{background-color:#00a650;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem;position:relative;overflow:hidden}.auth-sidebar .bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,#00a650,#186e3c);opacity:.9}.auth-sidebar .content{position:relative;z-index:10;text-align:center}.auth-form-container{width:100%}@media (min-width: 768px){.auth-form-container{width:50%}}.auth-form-container{background-color:#f9fafb;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{width:100%;max-width:28rem;background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem}.auth-input-group{margin-bottom:1.25rem}.auth-input-group label{display:block;font-weight:500;font-size:.875rem;color:#374151;margin-bottom:.25rem}.auth-input-group .input-wrapper{position:relative;margin-top:.25rem}.auth-input-group .input-wrapper .icon{position:absolute;top:0;bottom:0;left:0;padding-left:.75rem;display:flex;align-items:center;pointer-events:none;color:#9ca3af}.auth-input-group .input-wrapper input{width:100%;padding-right:.75rem;padding-top:.35rem;padding-bottom:.35rem;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.auth-input-group .input-wrapper input:focus{outline:none;border-color:#00a650;box-shadow:0 0 0 3px #00a65080}.auth-btn{width:100%;display:flex;justify-content:center;padding:.75rem 1rem;border:none;border-radius:.375rem;font-weight:600;color:#fff;background-color:#00a650;cursor:pointer;transition:all .15s ease-in-out;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.auth-btn:hover{background-color:#0f2a1a;transform:translateY(-1px)}.auth-btn:active{background-color:#186e3c;transform:translateY(0)}.hidden{display:none!important}.block{display:block!important}.flex{display:flex!important}.grid{display:grid!important}.m-0{margin:0rem!important}.mt-0{margin-top:0rem!important}.mb-0{margin-bottom:0rem!important}.ml-0{margin-left:0rem!important}.mr-0{margin-right:0rem!important}.p-0{padding:0rem!important}.pt-0{padding-top:0rem!important}.pb-0{padding-bottom:0rem!important}.pl-0{padding-left:0rem!important}.pr-0{padding-right:0rem!important}.gap-0{gap:0rem!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mr-1{margin-right:.25rem!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.pr-1{padding-right:.25rem!important}.gap-1{gap:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mr-2{margin-right:.5rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.pr-2{padding-right:.5rem!important}.gap-2{gap:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mr-3{margin-right:.75rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3{padding-left:.75rem!important}.pr-3{padding-right:.75rem!important}.gap-3{gap:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mr-4{margin-right:1rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.pr-4{padding-right:1rem!important}.gap-4{gap:1rem!important}.m-5{margin:1.25rem!important}.mt-5{margin-top:1.25rem!important}.mb-5{margin-bottom:1.25rem!important}.ml-5{margin-left:1.25rem!important}.mr-5{margin-right:1.25rem!important}.p-5{padding:1.25rem!important}.pt-5{padding-top:1.25rem!important}.pb-5{padding-bottom:1.25rem!important}.pl-5{padding-left:1.25rem!important}.pr-5{padding-right:1.25rem!important}.gap-5{gap:1.25rem!important}.m-6{margin:1.5rem!important}.mt-6{margin-top:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.ml-6{margin-left:1.5rem!important}.mr-6{margin-right:1.5rem!important}.p-6{padding:1.5rem!important}.pt-6{padding-top:1.5rem!important}.pb-6{padding-bottom:1.5rem!important}.pl-6{padding-left:1.5rem!important}.pr-6{padding-right:1.5rem!important}.gap-6{gap:1.5rem!important}.m-7{margin:1.75rem!important}.mt-7{margin-top:1.75rem!important}.mb-7{margin-bottom:1.75rem!important}.ml-7{margin-left:1.75rem!important}.mr-7{margin-right:1.75rem!important}.p-7{padding:1.75rem!important}.pt-7{padding-top:1.75rem!important}.pb-7{padding-bottom:1.75rem!important}.pl-7{padding-left:1.75rem!important}.pr-7{padding-right:1.75rem!important}.gap-7{gap:1.75rem!important}.m-8{margin:2rem!important}.mt-8{margin-top:2rem!important}.mb-8{margin-bottom:2rem!important}.ml-8{margin-left:2rem!important}.mr-8{margin-right:2rem!important}.p-8{padding:2rem!important}.pt-8{padding-top:2rem!important}.pb-8{padding-bottom:2rem!important}.pl-8{padding-left:2rem!important}.pr-8{padding-right:2rem!important}.gap-8{gap:2rem!important}.m-9{margin:2.25rem!important}.mt-9{margin-top:2.25rem!important}.mb-9{margin-bottom:2.25rem!important}.ml-9{margin-left:2.25rem!important}.mr-9{margin-right:2.25rem!important}.p-9{padding:2.25rem!important}.pt-9{padding-top:2.25rem!important}.pb-9{padding-bottom:2.25rem!important}.pl-9{padding-left:2.25rem!important}.pr-9{padding-right:2.25rem!important}.gap-9{gap:2.25rem!important}.m-10{margin:2.5rem!important}.mt-10{margin-top:2.5rem!important}.mb-10{margin-bottom:2.5rem!important}.ml-10{margin-left:2.5rem!important}.mr-10{margin-right:2.5rem!important}.p-10{padding:2.5rem!important}.pt-10{padding-top:2.5rem!important}.pb-10{padding-bottom:2.5rem!important}.pl-10{padding-left:2.5rem!important}.pr-10{padding-right:2.5rem!important}.gap-10{gap:2.5rem!important}.m-11{margin:2.75rem!important}.mt-11{margin-top:2.75rem!important}.mb-11{margin-bottom:2.75rem!important}.ml-11{margin-left:2.75rem!important}.mr-11{margin-right:2.75rem!important}.p-11{padding:2.75rem!important}.pt-11{padding-top:2.75rem!important}.pb-11{padding-bottom:2.75rem!important}.pl-11{padding-left:2.75rem!important}.pr-11{padding-right:2.75rem!important}.gap-11{gap:2.75rem!important}.m-12{margin:3rem!important}.mt-12{margin-top:3rem!important}.mb-12{margin-bottom:3rem!important}.ml-12{margin-left:3rem!important}.mr-12{margin-right:3rem!important}.p-12{padding:3rem!important}.pt-12{padding-top:3rem!important}.pb-12{padding-bottom:3rem!important}.pl-12{padding-left:3rem!important}.pr-12{padding-right:3rem!important}.gap-12{gap:3rem!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.font-bold{font-weight:700!important}.font-semibold{font-weight:600!important}.text-sm{font-size:.875rem!important}.text-xs{font-size:.75rem!important}.text-lg{font-size:1.125rem!important}.text-xl{font-size:1.25rem!important}.text-white{color:#fff!important}.text-gray-500{color:#6b7280!important}.items-center{align-items:center!important}.justify-between{justify-content:space-between!important}.justify-center{justify-content:center!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-1{flex:1 1 0%!important}.w-full{width:100%!important}.h-full{height:100%!important}.w-screen{width:100vw!important}.h-screen{height:100vh!important}.bg-white{background-color:#fff!important}.bg-gray-100{background-color:#f3f4f6!important}.border{border-width:1px!important}.border-b{border-bottom-width:1px!important}.rounded{border-radius:.25rem!important}.rounded-md{border-radius:.375rem!important}.rounded-lg{border-radius:.5rem!important}.rounded-full{border-radius:9999px!important}@media (min-width: 1024px){.lg\:hidden{display:none!important}.lg\:block{display:block!important}.lg\:flex{display:flex!important}}@media (max-width: 768px){.hidden-mobile{display:none!important}}
