*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#f0f2f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}.ant-layout{min-height:100vh}.ant-card{border-radius:8px}.ant-btn{border-radius:6px}.ant-input,.ant-select-selector{border-radius:6px!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media(max-width:768px){.calendar-grid{grid-template-columns:repeat(4,1fr)!important}}@media(max-width:480px){.calendar-grid{grid-template-columns:repeat(2,1fr)!important}}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.status-draft{background-color:#f5f5f5;border-color:#d9d9d9;color:#666}.status-pending{background-color:#e6f7ff;border-color:#91d5ff;color:#1890ff}.status-validated{background-color:#f6ffed;border-color:#b7eb8f;color:#52c41a}.status-rejected{background-color:#fff1f0;border-color:#ffa39e;color:#ff4d4f}.hoverable-card:hover{box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:#999}.loading-overlay{position:fixed;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:1000}
