@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #000000;--secondary: #6B7280;--background: #FFFFFF;--surface: #F9FAFB;--border: #E5E7EB;--text-main: #111827;--text-muted: #6B7280;--accent: #000000;--radius: 12px;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--background);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}.mobile-only{display:none!important}.desktop-only{display:block!important}@media(max-width:768px){.mobile-only{display:block!important}.desktop-only{display:none!important}.sidebar{width:100%!important;height:64px!important;flex-direction:row!important;padding:0 .5rem!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;border-right:none!important;border-top:1px solid #e5e7eb!important;justify-content:space-around!important;background:#fff!important;z-index:1000!important;box-shadow:0 -4px 10px #0000000d!important}.sidebar-item{margin-bottom:0!important;padding:10px!important}.main-content{margin-bottom:64px!important}.header-responsive{padding:.75rem 1rem!important;flex-direction:column!important;gap:.75rem!important;align-items:stretch!important}.header-date-selector{justify-content:space-between!important;width:100%!important;order:2!important}.header-top-row{display:flex!important;justify-content:space-between!important;align-items:center!important;order:1!important}.calendar-grid-container{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.drawer-responsive{width:100%!important;max-width:100%!important;border-radius:0!important}.mobile-flex-col{flex-direction:column!important;overflow-y:auto!important}.mobile-flex-col>div{flex:none!important;height:auto!important;overflow:visible!important}.mobile-h-auto{height:auto!important;flex:none!important;overflow:visible!important}.mobile-hide{display:none!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
