.app-layout{min-height:100vh;background:#f0f2f5}.app-header{background:#fff!important;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 8px #0000001a}.app-logo{display:flex;align-items:center;font-size:20px;font-weight:700;color:#fff;transition:all .3s ease}.app-logo svg{margin-right:8px}.app-content{padding:24px;background:#f0f2f5;min-height:calc(100vh - 64px);overflow-x:hidden}.dashboard-header{margin-bottom:24px}.dashboard-title{font-size:24px;font-weight:600;color:#262626;margin-bottom:8px}.dashboard-subtitle{color:#8c8c8c;font-size:14px}.kpi-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.kpi-card{background:white;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;border:1px solid #f0f0f0}.kpi-card-title{font-size:14px;color:#8c8c8c;margin-bottom:8px}.kpi-card-value{font-size:28px;font-weight:600;color:#262626;margin-bottom:4px}.kpi-card-change{font-size:12px;display:flex;align-items:center}.kpi-card-change.positive{color:#52c41a}.kpi-card-change.negative{color:#ff4d4f}.kpi-card-change.neutral{color:#8c8c8c}.chart-container{background:white;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;border:1px solid #f0f0f0;margin-bottom:24px}.chart-header{display:flex;justify-content:between;align-items:center;margin-bottom:16px}.chart-title{font-size:16px;font-weight:600;color:#262626}.chart-filters{display:flex;gap:8px}.table-container{background:white;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:1px solid #f0f0f0}.table-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.table-title{font-size:16px;font-weight:600;color:#262626}.table-actions{display:flex;gap:8px}.form-container{background:white;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a;border:1px solid #f0f0f0}.form-header{margin-bottom:24px}.form-title{font-size:18px;font-weight:600;color:#262626;margin-bottom:8px}.form-description{color:#8c8c8c;font-size:14px}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.loading-text{margin-left:12px;color:#8c8c8c}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#ff4d4f}.error-icon{font-size:48px;margin-bottom:16px}.error-message{font-size:16px;text-align:center;margin-bottom:16px}@media (max-width: 768px){.app-content{padding:16px}.kpi-cards{grid-template-columns:1fr}.chart-header{flex-direction:column;align-items:flex-start;gap:12px}.chart-filters{width:100%;justify-content:flex-start}.table-header{flex-direction:column;align-items:flex-start;gap:12px}.table-actions{width:100%;justify-content:flex-start}}.text-center{text-align:center}.text-right{text-align:right}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.flex{display:flex}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-center{display:flex;justify-content:center;align-items:center}.w-full{width:100%}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#262626;background-color:#f0f2f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#f0f2f5;color:#262626}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{min-height:100vh;width:100%}button{all:unset}a{color:#1890ff;text-decoration:none;transition:color .3s}a:hover{color:#40a9ff}h1,h2,h3,h4,h5,h6{color:#262626;font-weight:600;line-height:1.35}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
