@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.dashboard-card{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:24px;color:#fff;transition:transform .3s ease,box-shadow .3s ease}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.dashboard-card.blue{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.dashboard-card.green{background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%)}.dashboard-card.orange{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.dashboard-card.cyan{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.dashboard-card.purple{background:linear-gradient(135deg,#a18cd1 0%,#fbc2eb 100%)}.dashboard-card.red{background:linear-gradient(135deg,#ff416c 0%,#ff4b2b 100%)}.page-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.page-header h1{font-size:24px;font-weight:600;color:#1f1f1f;margin:0}.page-header p{font-size:14px;color:#666;margin-top:4px}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.stat-card:hover{box-shadow:0 4px 16px #0000001f}.stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:12px}.stat-card .stat-value{font-size:28px;font-weight:700;color:#1f1f1f}.stat-card .stat-label{font-size:14px;color:#666;margin-top:4px}.stat-card .stat-change{font-size:12px;margin-top:8px}.stat-card .stat-change.positive{color:#52c41a}.stat-card .stat-change.negative{color:#ff4d4f}.ant-table{border-radius:12px;overflow:hidden}.ant-table-thead>tr>th{background:#fafafa!important;font-weight:600}.status-draft{background:#f0f0f0;color:#666}.status-pending{background:#fff7e6;color:#fa8c16}.status-approved{background:#f6ffed;color:#52c41a}.status-rejected{background:#fff2f0;color:#ff4d4f}.status-completed{background:#e6f7ff;color:#1890ff}.sidebar-logo{height:64px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);margin:0}.sidebar-logo h2{color:#fff;margin:0;font-size:18px;font-weight:700;letter-spacing:1px}.sidebar-logo-collapsed{font-size:20px!important}.content-wrapper{padding:24px;background:#f5f7fa;min-height:calc(100vh - 64px)}.action-buttons{display:flex;gap:8px;margin-bottom:16px}.form-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.form-section-title{font-size:16px;font-weight:600;color:#1f1f1f;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.approval-timeline{background:#fff;border-radius:12px;padding:20px}.quick-action-card{background:#fff;border-radius:12px;padding:20px;text-align:center;cursor:pointer;transition:all .3s ease;border:1px solid #f0f0f0}.quick-action-card:hover{border-color:#1890ff;box-shadow:0 4px 12px #1890ff26}.quick-action-card .icon{font-size:32px;margin-bottom:12px}.quick-action-card .title{font-weight:600;color:#1f1f1f}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}@media (max-width: 768px){.content-wrapper{padding:16px}.stat-card .stat-value{font-size:22px}}
