@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#a020f0;--primary-hover:#8b00ff;--primary-light:#d8b4fe;--secondary:#4c1d95;--secondary-hover:#2e1065;--bg-dark:#2b1426;--bg-darker:#1e0e1a;--bg-sidebar:#2b1426;--bg-light:#f3e8ff;--bg-base:#16161c;--bg-surface:#2b1426;--text-main:#fff;--text-muted:#a78bfa;--border-color:#ffffff0a;--border-color-hover:#ffffff14;--glass-bg:#ffffff05;--nav-bg:#16161cd9;--accent:#a020f0;--danger:#ef4444;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000001a;--shadow-md:0 4px 12px #0003;--shadow-lg:0 12px 24px #0000004d;--glass-border:1px solid var(--border-color);--glass-backdrop:none}[data-theme=light]{--bg-base:#f8fafc;--bg-surface:#fff;--bg-dark:#fff;--bg-darker:#f1f5f9;--bg-sidebar:#fff;--text-main:#0f172a;--text-muted:#64748b;--border-color:#00000014;--border-color-hover:#00000026;--glass-bg:#fffffff2;--nav-bg:#ffffffd9}*{box-sizing:border-box;margin:0;padding:0}button,input,select,textarea{font-family:inherit}body{background-color:var(--bg-light);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;padding:0;font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}a{color:var(--primary-light);text-decoration:none}.glass-card{background:var(--bg-dark);border:var(--glass-border);border-radius:var(--radius-lg);padding:2.5rem}.btn{border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-family:Outfit,sans-serif;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-secondary{background:var(--bg-surface);color:var(--text-main);border:1px solid var(--border-color)}.input-group{margin-bottom:1.5rem}.input-label{color:var(--text-muted);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.input-field{background:var(--bg-darker);border-radius:var(--radius-md);width:100%;color:var(--text-main);border:1px solid #a020f033;outline:none;padding:.875rem 1.25rem;font-family:Outfit,sans-serif}.badge{border-radius:var(--radius-full);text-transform:uppercase;padding:.35rem .875rem;font-size:.65rem;font-weight:700}.badge-pending{color:#ede9fe;background:#5b21b6}.badge-assigned{color:#ede9fe;background:#4c1d95}.badge-picked{color:#ede9fe;background:#7c3aed}.badge-delivered{color:#ede9fe;background:#8b5cf6}.loader{border:4px solid var(--border-color);border-top:4px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{z-index:50;background:#fff;border-bottom:1px solid #eee;padding:1rem 0;position:sticky;top:0}.nav-link{color:#64748b;font-size:.875rem;font-weight:500;text-decoration:none}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.app-shell-wrapper{box-sizing:border-box;background:var(--bg-light);flex-direction:column;align-items:center;gap:.5rem;width:100%;height:100vh;padding:0 2rem;display:flex;position:relative;overflow:hidden}.top-header{justify-content:space-between;align-items:center;width:100%;max-width:1400px;padding:1.25rem 0;display:flex}.top-logo-text{color:var(--bg-darker);letter-spacing:-.03em;margin:0;font-size:1.6rem;font-weight:900}.top-header-left{align-items:center;gap:1rem;display:flex}.top-header-right{align-items:center;gap:1.5rem;display:flex}.header-profile-pic{background:var(--primary);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.theme-toggle{color:#0a0612;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.app-shell{background:var(--bg-darker);border:1px solid #a020f01a;border-radius:2rem;width:100%;max-width:1400px;height:82vh;display:flex;overflow:hidden}.app-sidebar{background:var(--bg-sidebar);border-right:1px solid #a020f01a;flex-direction:column;width:420px;min-width:420px;height:100%;display:flex}.app-sidebar-content{flex:1;padding:0 2.5rem 2rem;overflow-y:auto}.app-main{background:#fff;flex:1;height:100%;position:relative;overflow:hidden}.bottom-nav-container{z-index:100;width:100%;max-width:500px;padding:0 1rem;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.bottom-nav{border-radius:var(--radius-full);background:#fff;border:1px solid #eee;justify-content:space-around;align-items:center;padding:.75rem 1rem;display:flex}.bottom-nav-item{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;padding:.5rem;text-decoration:none;display:flex}.bottom-nav-item.active{color:var(--primary)}.bottom-nav-item.primary-item{background:var(--primary);color:#fff;border-radius:50%;width:58px;height:58px;margin-top:-35px}.nav-icon{margin-bottom:2px;font-size:1.5rem}.nav-label{font-size:.65rem;font-weight:700}@media (width<=768px){.app-shell-wrapper{padding:0}.app-shell{border-radius:0;flex-direction:column;height:100vh}.app-sidebar{width:100%;min-width:100%;max-height:45vh}.bottom-nav-container{max-width:100%;padding:0;position:fixed;bottom:0}.bottom-nav{border-radius:1.5rem 1.5rem 0 0}.top-header{margin-bottom:0;padding:1rem 1.25rem}.top-logo-text{font-size:1.25rem}.top-header-left{gap:.75rem}.top-header-left>div{padding:.5rem!important}.top-header-left span{font-size:1.5rem!important}.auth-shell .app-main{display:none}.auth-shell .app-sidebar{height:100%;max-height:none}}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24}.active .material-symbols-outlined{font-variation-settings:"FILL" 1}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.nav-item-hover:hover{color:#fff!important;background:#a020f00d!important}.admin-glass-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem;transition:all .3s}.admin-glass-card:hover{border:1px solid #a020f04d;transform:translateY(-2px);box-shadow:0 8px 30px #0003}.data-table-row{transition:all .2s}.data-table-row:hover{cursor:pointer;background:#a020f00d}@media (width<=768px){.app-shell.map-overlay-mode{border-radius:0;height:100vh;display:block;position:relative}.app-shell.map-overlay-mode .app-main{z-index:1;height:100vh;position:absolute;inset:0}.app-shell.map-overlay-mode .app-sidebar{z-index:10;background:var(--bg-sidebar);border-radius:2rem 2rem 0 0;flex-direction:column;height:auto;max-height:85vh;display:flex;position:absolute;bottom:0;left:0;right:0}.app-shell.map-overlay-mode .app-sidebar-content{padding:1.5rem;overflow-y:auto}.app-shell.mobile-layout-full-left{flex-direction:column;display:flex;overflow:hidden;height:calc(100vh - 75px)!important}.app-shell.mobile-layout-full-left .app-sidebar{flex:1!important;height:100%!important;max-height:none!important;padding-bottom:6rem!important;overflow-y:auto!important}.app-shell.mobile-layout-full-left .app-main{display:none!important}.app-shell.mobile-layout-full-right{flex-direction:column;display:flex;height:calc(100vh - 75px)!important}.app-shell.mobile-layout-full-right .app-sidebar{display:none!important}.app-shell.mobile-layout-full-right .app-main{flex:1!important;height:100%!important;padding-bottom:6rem!important}.mobile-only-inline{display:flex!important}.desktop-only{display:none!important}}.notification-hover:hover{background:#a020f00f!important}@media (width<=768px){.mobile-column-layout{grid-template-columns:1fr!important;gap:2rem!important}.mobile-wrap{flex-direction:column;width:100%}.mobile-wrap button{justify-content:center;width:100%}h1{font-size:2.25rem!important;line-height:1.2!important}h2{font-size:1.75rem!important;line-height:1.3!important}p{font-size:1rem!important}.public-nav{flex-direction:column;gap:1rem;padding:1rem 5%!important}footer .mobile-column-layout{text-align:center;grid-template-columns:1fr!important;gap:2.5rem!important}footer .mobile-column-layout>div{flex-direction:column;align-items:center;display:flex}footer .mobile-column-layout ul{align-items:center}.marquee-content{animation-duration:10s!important}.marquee-content>div{width:30%!important}}
