.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-header{border-bottom:1px solid #80808026;justify-content:space-between;align-items:center;height:56px;display:flex;padding:0 16px!important}.app-footer{text-align:center;opacity:.5;padding:10px 0;font-size:11px}.app-content{flex:1;overflow-y:auto}.status-pill-btn{border-radius:20px!important;align-items:center!important;height:32px!important;padding:4px 12px!important;transition:all .3s!important;display:flex!important}.status-pill-btn:hover{filter:brightness(.95)}.status-pill-btn.offline{animation:2s infinite pulse-red;border:1px solid #ff4d4f4d!important}@keyframes pulse-red{0%{box-shadow:0 0 #ff4d4f66}70%{box-shadow:0 0 0 6px #ff4d4f00}to{box-shadow:0 0 #ff4d4f00}}.totals-pill{cursor:default;border:1px solid #80808033;border-radius:20px;align-items:center;gap:8px;padding:4px 12px;transition:transform .2s;display:flex}.totals-pill:hover{transform:translateY(-1px)}.dashboard-popover{min-width:200px;padding:4px}.dashboard-row{justify-content:space-between;align-items:center;gap:16px;padding:4px 0;display:flex}.dashboard-dot{border-radius:50%;width:6px;height:6px}@media (width<=768px){.main-tabs>.ant-tabs-nav{z-index:1000;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid #80808033;background:inherit!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.ant-tabs-nav-list{width:100%;justify-content:space-around!important}.app-footer{display:none}}
