*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #0052d9;--success-color: #00a870;--warning-color: #ed7b2f;--error-color: #e34d59;--bg-color: #f5f7fa;--card-bg: #ffffff;--text-primary: #242424;--text-secondary: #666;--text-muted: #999;--border-color: #e7e7e7;--sidebar-width: 240px;--header-height: 56px}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:var(--text-primary);background:var(--bg-color);-webkit-font-smoothing:antialiased}#app{height:100%}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.page-container{min-height:100vh;display:flex;flex-direction:column}.content-wrapper{flex:1;padding:24px;max-width:1400px;width:100%;margin:0 auto}.card-box{background:var(--card-bg);border-radius:8px;box-shadow:0 1px 4px #0000000f;padding:24px}.page-title{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:20px}@media (max-width: 768px){.content-wrapper{padding:16px}.card-box{padding:16px;border-radius:0}:root{--sidebar-width: 0}}
