*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:var(--text-primary);background-color:var(--background-page);line-height:1.5}a{color:var(--primary-color);text-decoration:none;transition:color .15s ease-in-out}a:hover{filter:brightness(.9)}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:16px;color:var(--text-primary)}h1{font-size:18px}h2{font-size:16px}h3{font-size:14px}p{margin-bottom:16px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-page)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}::selection{background:var(--primary-color);color:var(--background-color)}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.w-full{width:100%}.h-full{height:100%}.hidden{display:none}.visible{display:block}:root{--primary-color: #409eff;--success-color: #67c23a;--warning-color: #e6a23c;--danger-color: #f56c6c;--info-color: #909399;--text-primary: #303133;--text-regular: #606266;--text-secondary: #909399;--text-placeholder: #c0c4cc;--border-color: #dcdfe6;--border-light: #e4e7ed;--border-lighter: #ebeef5;--border-extra-light: #f2f6fc;--background-color: #ffffff;--background-page: #f5f7fa;--background-hover: #f5f7fa;--background-card: #ffffff}[data-theme=dark]{--primary-color: #409eff;--success-color: #67c23a;--warning-color: #e6a23c;--danger-color: #f56c6c;--info-color: #909399;--text-primary: #e0e0e0;--text-regular: #b0b0b0;--text-secondary: #909399;--text-placeholder: #606266;--border-color: #4c4d4f;--border-light: #4c4d4f;--border-lighter: #414243;--border-extra-light: #363637;--background-color: #1a1a1a;--background-page: #0a0a0a;--background-hover: #2a2a2a;--background-card: #1a1a1a}#app{min-height:100vh;display:flex;flex-direction:column}
