body{margin:0;padding:0;font-family:PingFang SC,Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{width:100%;height:100%;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}::-webkit-scrollbar-track{background:transparent}:root{--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--mobile-header-height: 56px;--mobile-nav-height: 60px;--mobile-padding: 12px;--mobile-font-size: 14px;--mobile-icon-size: 24px;--mobile-border-radius: 12px;--mobile-gap: 8px}@media(max-width:768px){html{font-size:14px}body{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}input,textarea,[contenteditable=true]{-webkit-user-select:auto;user-select:auto}.el-dialog{width:90%!important;max-width:none!important;margin:10vh auto!important}}@media(max-width:576px){html{font-size:13px}}.mobile-btn{min-height:44px;min-width:44px;border-radius:var(--mobile-border-radius);display:flex;align-items:center;justify-content:center;gap:var(--mobile-gap)}.mobile-input{height:44px;padding:0 14px;font-size:15px;border-radius:var(--mobile-border-radius)}.mobile-card{padding:var(--mobile-padding);border-radius:var(--mobile-border-radius)}@supports (padding-bottom: env(safe-area-inset-bottom)){.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-area-top{padding-top:env(safe-area-inset-top)}}.show-mobile{display:none!important}.show-desktop{display:inherit!important}@media(max-width:768px){.show-mobile{display:flex!important}.show-desktop{display:none!important}}
