:root{--primary-50: #f0fdf4;--primary-100: #dcfce7;--primary-200: #bbf7d0;--primary-300: #86efac;--primary-400: #4ade80;--primary-500: #22c55e;--primary-600: #16a34a;--primary-700: #15803d;--primary-800: #166534;--primary-900: #14532d;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--red-50: #fef2f2;--red-500: #ef4444;--red-600: #dc2626;--blue-500: #3b82f6;--yellow-500: #eab308;--purple-500: #a855f7}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--gray-50);color:var(--gray-900);line-height:1.5}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.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-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.w-full{width:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.text-center{text-align:center}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-lg{box-shadow:0 10px 15px #0000001a}.shadow-xl{box-shadow:0 20px 25px #0000001a}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.ml-64{margin-left:16rem}.space-y-1>*+*{margin-top:.25rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.text-white{color:#fff}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-900{color:var(--gray-900)}.text-primary-600{color:var(--primary-600)}.text-primary-700{color:var(--primary-700)}.text-red-600{color:var(--red-600)}.bg-white{background-color:#fff}.bg-gray-50{background-color:var(--gray-50)}.bg-primary-50{background-color:var(--primary-50)}.bg-primary-100{background-color:var(--primary-100)}.bg-primary-600{background-color:var(--primary-600)}.bg-red-50{background-color:var(--red-50)}.bg-blue-500{background-color:var(--blue-500)}.bg-green-500{background-color:var(--primary-500)}.bg-yellow-500{background-color:var(--yellow-500)}.bg-purple-500{background-color:var(--purple-500)}.border{border:1px solid var(--gray-200)}.border-gray-100{border-color:var(--gray-100)}.border-gray-200{border-color:var(--gray-200)}.border-gray-300{border-color:var(--gray-300)}.border-red-200{border-color:#fecaca}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media(min-width:768px){.md-grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lg-grid-cols-4{grid-template-columns:repeat(4,1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s}.btn-primary{background-color:var(--primary-600);color:#fff}.btn-primary:hover{background-color:var(--primary-700)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background-color:var(--red-500);color:#fff}.btn-danger:hover{background-color:var(--red-600)}.btn-outline{background-color:#fff;border:1px solid var(--gray-300);color:var(--gray-700)}.btn-outline:hover{background-color:var(--gray-50)}.input{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;outline:none;transition:all .2s}.input:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #22c55e1a}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-100)}.label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-50),var(--primary-100));padding:1rem}.login-card{width:100%;max-width:400px;background:#fff;border-radius:1rem;box-shadow:0 20px 25px #0000001a;padding:1.5rem;transform:scale(.9);transform-origin:center center}.login-logo{width:64px;height:64px;background:var(--primary-100);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.sidebar{position:fixed;left:0;top:0;height:100vh;width:256px;background:linear-gradient(180deg,var(--primary-50) 0%,var(--primary-100) 100%);border-right:1px solid var(--primary-200);box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column}.sidebar-header{padding:1.5rem;flex-shrink:0}.sidebar-nav{padding:0 1rem;flex:1;overflow-y:auto;min-height:0}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;color:var(--gray-700);text-decoration:none;transition:all .2s;margin-bottom:.25rem}.sidebar-link:hover{background:var(--gray-50)}.sidebar-link.active{background:var(--primary-50);color:var(--primary-700);font-weight:500}.sidebar-footer{padding:1rem;border-top:1px solid var(--gray-200);flex-shrink:0}.main-content{margin-left:256px;min-height:100vh;padding:2rem}.stat-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-100)}.stat-card-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}.table th,.table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.table tr:hover td{background:var(--gray-50)}.badge{display:inline-flex;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px}.badge-pending{background:#fef3c7;color:#92400e}.badge-approved{background:var(--primary-100);color:var(--primary-700)}.badge-rejected{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.badge-success{background:#dcfce7;color:#166534}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem}.alert-error{background:var(--red-50);border:1px solid #fecaca;color:var(--red-600)}.alert-success{background:var(--primary-50);border:1px solid var(--primary-200);color:var(--primary-700)}.spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--primary-600);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:#fff;border-radius:.75rem;box-shadow:0 20px 25px #0000001a;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{padding:1.5rem;border-bottom:1px solid var(--gray-200)}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--gray-200);display:flex;justify-content:flex-end;gap:.75rem}.mobile-menu-toggle{display:none;position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;border-radius:50%;background:var(--primary-600);color:#fff;border:none;box-shadow:0 4px 12px #00000026;cursor:pointer;z-index:100;align-items:center;justify-content:center}.mobile-menu-toggle:active{transform:scale(.95)}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:40}.mobile-overlay.active{display:block}@media(max-width:1024px){.main-content{padding:1.5rem}.text-3xl{font-size:1.5rem}}@media(max-width:768px){.mobile-menu-toggle{display:flex}.sidebar{transform:translate(-100%);transition:transform .3s ease;z-index:50;width:280px}.sidebar.open{transform:translate(0)}.main-content{margin-left:0;padding:1rem 1rem 5rem}.modal{margin:1rem;max-width:calc(100% - 2rem);max-height:calc(100vh - 2rem)}.modal-body,.modal-header{padding:1rem}.modal-footer{padding:1rem;flex-wrap:wrap}.modal-footer .btn{flex:1;min-width:100px}.grid-cols-1.md-grid-cols-2,.grid-cols-1.md-grid-cols-2.lg-grid-cols-4{grid-template-columns:1fr}.card.p-6{padding:1rem}.btn{padding:.625rem 1rem;font-size:.875rem}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.table{min-width:600px}.table th,.table td{padding:.5rem .75rem;font-size:.875rem}.stat-card-icon{width:40px;height:40px}.login-card{padding:1.5rem}.text-3xl{font-size:1.25rem}.text-2xl{font-size:1.125rem}.text-xl{font-size:1rem}.staff-panel-grid{grid-template-columns:1fr!important}.gap-6{gap:1rem}.page-header{flex-direction:column;align-items:flex-start!important;gap:1rem}.page-header .btn{width:100%}}@media(max-width:375px){.main-content,.card.p-6{padding:.75rem}.btn{padding:.5rem .75rem}.modal-footer{flex-direction:column}.modal-footer .btn{width:100%}}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200);white-space:nowrap}.table th{background:var(--gray-50);font-weight:600;color:var(--gray-700);font-size:.875rem}.table tbody tr:hover{background:var(--gray-50)}.card{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:768px){.table th,.table td{padding:.5rem .75rem;font-size:.875rem}}.market-panel-container{min-height:100vh;display:flex;flex-direction:column;background:var(--gray-100)}.market-panel-header{background:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a}.market-panel-content{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.market-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.market-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.market-product-grid{grid-template-columns:1fr}}.market-product-card{background:#fff;border-radius:.75rem;padding:1rem;cursor:pointer;transition:all .2s;border:2px solid var(--gray-200)}.market-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.market-product-card.selected{border-color:var(--primary-500);background:var(--primary-50)}.market-product-image{width:100%;aspect-ratio:4/3;object-fit:contain;border-radius:.5rem;margin-bottom:.75rem;background:var(--gray-100);padding:.5rem}.market-cart-container{background:#fff;border-radius:1rem;padding:1.5rem;height:fit-content;position:sticky;top:2rem;box-shadow:0 1px 3px #0000001a}.market-cart-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.market-cart-item:last-child{border-bottom:none}@media(max-width:768px){.market-panel-header,.market-panel-content{padding:1rem}.market-panel-content>div{grid-template-columns:1fr!important}.market-cart-container{position:static;margin-top:1.5rem}}.login-page-wrapper{display:flex;height:100vh;width:100%;overflow:hidden}.login-hero-section{width:65%;height:100vh;background:linear-gradient(135deg,var(--primary-900) 0%,var(--primary-700) 100%);color:#fff;padding:3rem;display:flex;flex-direction:column}.hero-inner{flex:1;display:flex;flex-direction:column;justify-content:space-between}.hero-text-content h1 span{color:var(--primary-300)}.social-icon-btn{background:#ffffff1a;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.1);transition:all .2s}.social-icon-btn:hover{background:#fff;color:var(--primary-800)}.login-form-section{flex:1;height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:1.5rem}.login-card-v2{width:100%;max-width:440px}.login-v2-tab{flex:1;border:none;background:transparent;padding:.75rem;border-radius:.5rem;font-weight:500;color:var(--gray-500);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.login-v2-tab.active{background:#fff;color:var(--primary-700);box-shadow:var(--shadow)}@media(max-width:1024px){.login-hero-section{display:none}.login-page-wrapper{background:linear-gradient(135deg,var(--primary-50),var(--primary-100))}.login-form-section{background:transparent}.login-card-v2{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:var(--shadow-xl)}}.hero-text-content h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-text-content p{font-size:1.25rem;line-height:1.6;max-width:90%}.hero-inner span.font-bold.text-lg{font-size:1.5rem}.hero-social p{font-size:1rem;font-weight:500}#outline{stroke-dasharray:2.42777px,242.77666px;stroke-dashoffset:0;-webkit-animation:anim 1.6s linear infinite;animation:anim 1.6s linear infinite}@-webkit-keyframes anim{12.5%{stroke-dasharray:33.98873px,242.77666px;stroke-dashoffset:-26.70543px}43.75%{stroke-dasharray:84.97183px,242.77666px;stroke-dashoffset:-84.97183px}to{stroke-dasharray:2.42777px,242.77666px;stroke-dashoffset:-240.34889px}}@keyframes anim{12.5%{stroke-dasharray:33.98873px,242.77666px;stroke-dashoffset:-26.70543px}43.75%{stroke-dasharray:84.97183px,242.77666px;stroke-dashoffset:-84.97183px}to{stroke-dasharray:2.42777px,242.77666px;stroke-dashoffset:-240.34889px}}
