body{-webkit-font-smoothing:antialiased}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.schedule-container{padding:24px}.schedule-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.schedule-card{border:none;border-radius:12px;box-shadow:0 2px 8px #0000000f;height:100%}.schedule-item{background:#fff;background:var(--schedule-item-bg,#fff);border:1px solid #e8e8e8;border:1px solid var(--schedule-item-border,#e8e8e8);border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:16px;padding:20px;position:relative;transition:all .3s ease}.schedule-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.schedule-item.overdue{border-color:#ff4d4f;border-left:4px solid #ff4d4f}.schedule-item.expanded{box-shadow:0 4px 12px #0000001a}.schedule-item-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.schedule-item-content{flex:1 1;min-width:0}.schedule-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.schedule-title{color:#262626;color:var(--schedule-title-color,#262626);flex:1 1;font-size:16px;font-weight:600;margin:0;min-width:0}.schedule-tags{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.schedule-tag{border-radius:4px;font-size:12px;margin:0;padding:2px 8px}.schedule-meta{display:flex;flex-direction:column;gap:8px;margin-top:8px}.schedule-meta-item{align-items:center;color:#595959;color:var(--schedule-meta-color,#595959);display:flex;font-size:13px;gap:8px}.schedule-meta-item.clickable{border-radius:6px;cursor:pointer;padding:4px 8px;transition:all .2s ease}.schedule-meta-item.clickable:hover{background:#f0f0f0;background:var(--schedule-meta-hover-bg,#f0f0f0)}.schedule-meta-icon{color:#8c8c8c;color:var(--schedule-meta-icon-color,#8c8c8c);font-size:14px}.schedule-actions{align-items:center;border-top:1px solid #e8e8e8;border-top:1px solid var(--schedule-border-color,#e8e8e8);display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px}.schedule-action-btn{align-items:center;border-radius:6px;display:flex;font-size:13px;gap:6px;height:32px;padding:0 12px}.schedule-expanded-content{border-top:1px solid #e8e8e8;border-top:1px solid var(--schedule-border-color,#e8e8e8);margin-top:20px;padding-top:20px}.schedule-detail-section{margin-bottom:16px}.schedule-detail-label{color:#262626;color:var(--schedule-label-color,#262626);display:block;font-size:13px;font-weight:600;margin-bottom:8px}.schedule-detail-value{color:#595959;color:var(--schedule-value-color,#595959);font-size:13px;white-space:pre-wrap;word-break:break-word}.schedule-checklist{background:#f8f9fa;background:var(--schedule-checklist-bg,#f8f9fa);border:1px solid #e8e8e8;border:1px solid var(--schedule-checklist-border,#e8e8e8);border-radius:8px;margin-bottom:16px;padding:12px}.schedule-checklist-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.schedule-checklist-progress{width:120px}.schedule-checklist-items{display:flex;flex-direction:column;gap:8px}.schedule-checklist-item{align-items:center;display:flex;gap:8px}.schedule-checklist-item-text{color:#262626;color:var(--schedule-checklist-text-color,#262626);font-size:13px}.schedule-checklist-item-text.completed{color:#8c8c8c;color:var(--schedule-checklist-completed-color,#8c8c8c);text-decoration:line-through}.schedule-feeding-calculation{background:linear-gradient(135deg,#f0f9ff,#e6f7ff);border:1px solid #91d5ff;border-radius:8px;margin-bottom:16px;padding:16px}.schedule-feeding-calculation-title{color:#1890ff;display:block;font-size:14px;font-weight:600;margin-bottom:12px}.schedule-feeding-row{display:flex;font-size:13px;justify-content:space-between;padding:4px 0}.schedule-feeding-label{color:#595959}.schedule-feeding-value{color:#262626;font-weight:600}.schedule-feeding-divider{border-top:1px solid #91d5ff;margin:8px 0;padding:8px 0}.schedule-notes-box{background:#f8f9fa;background:var(--schedule-notes-bg,#f8f9fa);border:1px solid #e8e8e8;border:1px solid var(--schedule-notes-border,#e8e8e8);border-radius:8px;margin-bottom:16px;padding:12px}.schedule-notes-box.completion{background:#f6ffed;border-color:#b7eb8f}.schedule-timestamps{border-top:1px solid #e8e8e8;border-top:1px solid var(--schedule-border-color,#e8e8e8);color:#8c8c8c;display:flex;flex-direction:column;font-size:12px;gap:6px;margin-top:16px;padding-top:16px}.schedule-timestamp-item{align-items:center;display:flex;gap:8px}.schedule-empty-state{align-items:center;color:#8c8c8c;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px;text-align:center}.schedule-empty-state .ant-typography{word-wrap:break-word;margin:0;max-width:600px}.schedule-empty-icon{display:block;flex-shrink:0;font-size:64px;height:auto;line-height:1;margin:0;opacity:.3;width:auto}.schedule-filters-panel{background:#fff;background:var(--schedule-filters-bg,#fff);border:1px solid #e8e8e8;border:1px solid var(--schedule-filters-border,#e8e8e8);border-radius:12px;margin-bottom:24px;padding:20px}.schedule-filter-row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.schedule-filter-group{flex:1 1;min-width:200px}.schedule-filter-label{color:#8c8c8c;display:block;font-size:12px;font-weight:600;margin-bottom:8px}.schedule-quick-filters{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.schedule-filter-divider{background:#e8e8e8;background:var(--schedule-border-color,#e8e8e8);flex-shrink:0;height:24px;margin:0 4px;width:1px}.schedule-assignment-filters,.schedule-status-filters{align-items:center;display:flex}.schedule-assignment-filters{padding-left:4px}.schedule-quick-filter-btn{animation:none!important;border-radius:6px!important;border-style:solid!important;border-width:1px!important;box-shadow:none!important;box-sizing:border-box!important;font-size:13px!important;font-weight:400!important;height:32px!important;line-height:30px!important;min-width:auto!important;padding:0 12px!important;transform:none!important;transition:none!important;will-change:auto!important}.schedule-quick-filter-btn,.schedule-quick-filter-btn.ant-btn-default,.schedule-quick-filter-btn.ant-btn-default:active,.schedule-quick-filter-btn.ant-btn-default:focus,.schedule-quick-filter-btn.ant-btn-default:hover,.schedule-quick-filter-btn.ant-btn-primary,.schedule-quick-filter-btn.ant-btn-primary:active,.schedule-quick-filter-btn.ant-btn-primary:focus,.schedule-quick-filter-btn.ant-btn-primary:hover,.schedule-quick-filter-btn:active,.schedule-quick-filter-btn:focus,.schedule-quick-filter-btn:focus-visible,.schedule-quick-filter-btn:hover{animation:none!important;border-style:solid!important;border-width:1px!important;box-shadow:none!important;height:32px!important;line-height:30px!important;padding:0 12px!important;transform:none!important;transition:none!important;will-change:auto!important}.schedule-quick-filters .ant-btn,.schedule-quick-filters .ant-btn-default,.schedule-quick-filters .ant-btn-default:active,.schedule-quick-filters .ant-btn-default:focus,.schedule-quick-filters .ant-btn-default:hover,.schedule-quick-filters .ant-btn-primary,.schedule-quick-filters .ant-btn-primary:active,.schedule-quick-filters .ant-btn-primary:focus,.schedule-quick-filters .ant-btn-primary:hover,.schedule-quick-filters .ant-btn:active,.schedule-quick-filters .ant-btn:focus,.schedule-quick-filters .ant-btn:hover{animation:none!important;border-style:solid!important;border-width:1px!important;box-shadow:none!important;height:32px!important;line-height:30px!important;padding:0 12px!important;transform:none!important;transition:none!important}.schedule-quick-filter-btn .anticon,.schedule-quick-filter-btn.ant-btn-primary .anticon,.schedule-quick-filter-btn.ant-btn-primary:hover .anticon,.schedule-quick-filter-btn:hover .anticon,.schedule-quick-filters .ant-btn .anticon,.schedule-quick-filters .ant-btn-primary .anticon,.schedule-quick-filters .ant-btn-primary:hover .anticon,.schedule-quick-filters .ant-btn:hover .anticon{font-size:14px!important;height:14px!important;line-height:14px!important;margin-right:6px!important;transform:none!important;transition:none!important;width:14px!important}.schedule-quick-filter-btn>span,.schedule-quick-filters .ant-btn>span{align-items:center!important;display:inline-flex!important;transform:none!important;transition:none!important}.schedule-list-container{display:flex;flex-direction:column;gap:16px}.theme-dark .schedule-item,[data-theme=dark] .schedule-item{--schedule-item-bg:#1f1f1f;--schedule-item-border:#434343;--schedule-title-color:#ffffffd9;--schedule-meta-color:#ffffffa6;--schedule-meta-icon-color:#ffffff73;--schedule-meta-hover-bg:#262626;--schedule-border-color:#434343;--schedule-label-color:#ffffffd9;--schedule-value-color:#ffffffa6;--schedule-checklist-bg:#262626;--schedule-checklist-border:#434343;--schedule-checklist-text-color:#ffffffd9;--schedule-checklist-completed-color:#ffffff73;--schedule-notes-bg:#262626;--schedule-notes-border:#434343;--schedule-filters-bg:#1f1f1f;--schedule-filters-border:#434343}.theme-dark .schedule-card,[data-theme=dark] .schedule-card{background:#141414;border-color:#434343}.theme-dark .schedule-container,[data-theme=dark] .schedule-container{background:#0000}.theme-dark .schedule-header,[data-theme=dark] .schedule-header{color:#ffffffd9}.theme-dark .schedule-list-container,[data-theme=dark] .schedule-list-container{scrollbar-color:#434343 #1f1f1f}.theme-dark .schedule-feeding-calculation,[data-theme=dark] .schedule-feeding-calculation{background:linear-gradient(135deg,#1a1a2e,#16213e);border-color:#1890ff}.theme-dark .schedule-feeding-label,[data-theme=dark] .schedule-feeding-label{color:#ffffffa6}.theme-dark .schedule-feeding-value,[data-theme=dark] .schedule-feeding-value{color:#ffffffd9}.theme-dark .schedule-feeding-divider,[data-theme=dark] .schedule-feeding-divider{border-top-color:#1890ff4d}.theme-dark .schedule-notes-box.completion,[data-theme=dark] .schedule-notes-box.completion{background:#162312;border-color:#52c41a}.theme-dark .schedule-empty-state,[data-theme=dark] .schedule-empty-state{color:#ffffff73}.theme-dark .schedule-quick-filters,[data-theme=dark] .schedule-quick-filters{color:#ffffffd9}.theme-dark .schedule-filter-divider,[data-theme=dark] .schedule-filter-divider{background:#434343;background:var(--schedule-border-color,#434343)}.theme-dark .schedule-filters-panel,[data-theme=dark] .schedule-filters-panel{background:#1f1f1f;border-color:#434343}.theme-dark .schedule-filter-label,.theme-dark .schedule-user-name,[data-theme=dark] .schedule-filter-label,[data-theme=dark] .schedule-user-name{color:#ffffffa6}.theme-dark .schedule-actions,.theme-dark .schedule-expanded-content,[data-theme=dark] .schedule-actions,[data-theme=dark] .schedule-expanded-content{border-top-color:#434343}.theme-dark .schedule-timestamps,[data-theme=dark] .schedule-timestamps{border-top-color:#434343;color:#ffffff73}.theme-dark .schedule-checklist,[data-theme=dark] .schedule-checklist{background:#262626;border-color:#434343}.theme-dark .schedule-item:hover,[data-theme=dark] .schedule-item:hover{border-color:#595959;box-shadow:0 4px 12px #0000004d}.theme-dark .schedule-item.expanded,[data-theme=dark] .schedule-item.expanded{box-shadow:0 4px 12px #0000004d}.theme-dark .schedule-item.overdue,[data-theme=dark] .schedule-item.overdue{border-left-color:#ff7875}.theme-dark .schedule-meta-item.clickable:hover,[data-theme=dark] .schedule-meta-item.clickable:hover{background:#262626}@media (max-width:1200px){.schedule-filter-group{min-width:180px}}@media (max-width:992px){.schedule-container,.schedule-item{padding:16px}.schedule-item-header{flex-direction:column;gap:12px}.schedule-title-row{align-items:flex-start}.schedule-filter-row,.schedule-title-row{flex-direction:column}.schedule-filter-group{min-width:100%}}@media (max-width:768px){.schedule-container{padding:12px}.schedule-header{align-items:flex-start;flex-direction:column}.schedule-item{margin-bottom:12px;padding:12px}.schedule-title{font-size:15px}.schedule-actions{align-items:stretch;flex-direction:column}.schedule-action-btn{justify-content:center;width:100%}.schedule-quick-filters{justify-content:space-between;width:100%}.schedule-quick-filter-btn{flex:1 1;min-width:0}.schedule-list-container{max-height:600px}}@media (max-width:576px){.schedule-container{padding:8px}.schedule-item{border-radius:8px;padding:10px}.schedule-title{font-size:14px}.schedule-meta-item{font-size:12px}.schedule-tag{font-size:11px;padding:2px 6px}.schedule-filters-panel{padding:12px}.schedule-empty-state{gap:12px;padding:40px 16px}.schedule-empty-icon{font-size:48px}.schedule-empty-state .ant-typography{margin:0;max-width:100%}}.schedule-item{animation:fadeIn .3s ease-out}.schedule-loading{min-height:400px;padding:40px}.schedule-avatar,.schedule-loading{align-items:center;display:flex;justify-content:center}.schedule-avatar{border-radius:50%;color:#fff;flex-shrink:0;font-size:11px;font-weight:600;height:24px;width:24px}.schedule-user-info{align-items:center;display:flex;gap:8px}.schedule-user-name{color:#595959;color:var(--schedule-value-color,#595959);font-size:13px}:root{--g-arrow-color:#1f2937;--g-bar-color:#fff;--g-bar-border:#fff;--g-tick-color-thick:#ededed;--g-tick-color:#f3f3f3;--g-actions-background:#f3f3f3;--g-border-color:#ebeff2;--g-text-muted:#7c7c7c;--g-text-light:#fff;--g-text-dark:#171717;--g-progress-color:#dbdbdb;--g-handle-color:#37352f;--g-weekend-label-color:#dcdce4;--g-expected-progress:#c4c4e9;--g-header-background:#fff;--g-row-color:#fdfdfd;--g-row-border-color:#c7c7c7;--g-today-highlight:#37352f;--g-popup-actions:#ebeff2;--g-weekend-highlight-color:#f7f7f7}.gantt-container{border-radius:8px;font-size:12px;height:var(--gv-grid-height);line-height:14.5px;overflow:auto;position:relative;width:100%}.gantt-container .popup-wrapper{background:#fff;border-radius:5px;box-shadow:0 10px 24px -3px #0003;left:0;padding:10px;position:absolute;top:0;width:-webkit-max-content;width:max-content;z-index:1000}.gantt-container .popup-wrapper .title{color:#171717;color:var(--g-text-dark);font-size:.85rem;font-weight:650;line-height:15px;margin-bottom:2px}.gantt-container .popup-wrapper .subtitle{color:#171717;color:var(--g-text-dark);font-size:.8rem;margin-bottom:5px}.gantt-container .popup-wrapper .details{color:#7c7c7c;color:var(--g-text-muted);font-size:.7rem}.gantt-container .popup-wrapper .actions{margin-left:3px;margin-top:10px}.gantt-container .popup-wrapper .action-btn{background-color:#ebeff2;background-color:var(--g-popup-actions);border:none;border-right:1px solid #fff;border-right:1px solid var(--g-text-light);padding:5px 8px}.gantt-container .popup-wrapper .action-btn:hover{background-color:brightness(97%)}.gantt-container .popup-wrapper .action-btn:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.gantt-container .popup-wrapper .action-btn:last-child{border-bottom-right-radius:4px;border-right:none;border-top-right-radius:4px}.gantt-container .grid-header{background-color:#fff;background-color:var(--g-header-background);border-bottom:1px solid #c7c7c7;border-bottom:1px solid var(--g-row-border-color);height:calc(var(--gv-lower-header-height) + var(--gv-upper-header-height) + 10px);left:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.gantt-container .lower-text,.gantt-container .upper-text{text-anchor:middle}.gantt-container .upper-header{height:var(--gv-upper-header-height)}.gantt-container .lower-header{height:var(--gv-lower-header-height)}.gantt-container .lower-text{align-content:center;color:#7c7c7c;color:var(--g-text-muted);font-size:12px;height:calc(var(--gv-lower-header-height)*.8);margin:0 calc(var(--gv-column-width)*.1);position:absolute;text-align:center;width:calc(var(--gv-column-width)*.8)}.gantt-container .upper-text{color:#171717;color:var(--g-text-dark);font-size:14px;font-weight:500;height:calc(var(--gv-lower-header-height)*.66);position:absolute;width:-webkit-fit-content;width:fit-content}.gantt-container .current-upper{background:#fff;left:0!important;padding-left:17px;position:-webkit-sticky;position:sticky}.gantt-container .side-header{background:#fff;background:var(--g-header-background);display:flex;float:right;font-weight:400;line-height:20px;margin-left:auto;padding-right:10px;padding-top:10px;position:-webkit-sticky;position:sticky;right:0;top:0;width:-webkit-max-content;width:max-content;z-index:1000}.gantt-container .side-header *{background-color:#f3f3f3;background-color:var(--g-actions-background);border:none;border-radius:.5rem;box-sizing:initial;color:#171717;color:var(--g-text-dark);font-size:14px;font-weight:420;letter-spacing:.02em;margin-right:5px;padding:5px 8px;transition-duration:.15s;transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gantt-container .side-header :last-child{margin-right:0}.gantt-container .side-header :hover{filter:brightness(97.5%)}.gantt-container .side-header select{padding-bottom:2px;padding-top:2px;width:60px}.gantt-container .side-header select:focus{outline:none}.gantt-container .date-range-highlight{background-color:#dbdbdb;background-color:var(--g-progress-color);border-radius:12px;height:calc(var(--gv-lower-header-height) - 6px);position:absolute;top:calc(var(--gv-upper-header-height) + 5px)}.gantt-container .current-highlight{background:#37352f;background:var(--g-today-highlight);position:absolute;width:1px;z-index:999}.gantt-container .current-ball-highlight{background:#37352f;background:var(--g-today-highlight);border-radius:50%;position:absolute;z-index:1001}.gantt-container .current-date-highlight{background:#37352f;background:var(--g-today-highlight);border-radius:5px;color:#fff;color:var(--g-text-light)}.gantt-container .holiday-label{background:--g-weekend-label-color;border-radius:5px;left:0;opacity:0;padding:2px 5px;position:absolute;top:0;z-index:1000}.gantt-container .holiday-label.show{opacity:1}.gantt-container .extras{left:0;position:-webkit-sticky;position:sticky}.gantt-container .extras .adjust{background-color:#000000b3;border:none;border-radius:3px;color:#fff;left:8px;padding:8px;position:absolute;top:calc(var(--gv-grid-height) - 60px)}.gantt-container .hide{display:none}.gantt{position:absolute;user-select:none;-webkit-user-select:none}.gantt .grid-background{fill:none}.gantt .grid-row{fill:#fdfdfd;fill:var(--g-row-color)}.gantt .row-line{stroke:#ebeff2;stroke:var(--g-border-color)}.gantt .tick{stroke:#f3f3f3;stroke:var(--g-tick-color);stroke-width:.4}.gantt .tick.thick{stroke:#ededed;stroke:var(--g-tick-color-thick);stroke-width:.7}.gantt .arrow{fill:none;stroke:#1f2937;stroke:var(--g-arrow-color);stroke-width:1.5}.gantt .bar-wrapper .bar{fill:#fff;fill:var(--g-bar-color);stroke:#fff;stroke:var(--g-bar-border);stroke-width:0;transition:stroke-width .3s ease}.gantt .bar-progress{fill:#dbdbdb;fill:var(--g-progress-color);border-radius:4px}.gantt .bar-expected-progress{fill:#c4c4e9;fill:var(--g-expected-progress)}.gantt .bar-invalid{fill:#0000;stroke:#fff;stroke:var(--g-bar-border);stroke-width:1;stroke-dasharray:5}:is(.gantt .bar-invalid)~.bar-label{fill:#fff;fill:var(--g-text-light)}.gantt .bar-label{fill:#171717;fill:var(--g-text-dark);dominant-baseline:central;font-family:Helvetica;font-size:13px;font-weight:400}.gantt .bar-label.big{fill:#171717;fill:var(--g-text-dark);text-anchor:start}.gantt .handle{fill:#37352f;fill:var(--g-handle-color);opacity:0;transition:opacity .3s ease}.gantt .handle.active,.gantt .handle.visible{cursor:ew-resize;opacity:1}.gantt .handle.progress{fill:#7c7c7c;fill:var(--g-text-muted)}.gantt .bar-wrapper{cursor:pointer}.gantt .bar-wrapper .bar{border-radius:3px;outline:1px solid #c7c7c7;outline:1px solid var(--g-row-border-color)}.gantt .bar-wrapper:hover .bar{transition:transform .3s ease}.gantt .bar-wrapper:hover .date-range-highlight{display:block}.animal-menu-container{height:100%;width:100%}.animal-menu{background:#0000!important;font-weight:500}.animal-menu .ant-menu-item{align-items:center!important;border-radius:8px!important;color:#595959!important;display:flex!important;font-size:14px!important;height:40px!important;line-height:40px!important;margin:4px 0!important;opacity:1;overflow:hidden;padding:0 16px!important;position:relative;transition:all .2s cubic-bezier(.645,.045,.355,1)}.animal-menu .ant-menu-item .anticon{align-items:center;display:flex;font-size:16px!important;transition:all .2s ease}.animal-menu .ant-menu-item:hover{background-color:#f0f8ff!important;color:#1890ff!important;transform:translateX(2px)}.animal-menu .ant-menu-item:hover .anticon{color:#1890ff!important;transform:scale(1.1)}.animal-menu .ant-menu-item-selected{background:linear-gradient(135deg,#e6f7ff,#bae7ff)!important;box-shadow:0 2px 8px #1890ff26;color:#1890ff!important;font-weight:600!important}.animal-menu .ant-menu-item-selected:before{background:linear-gradient(180deg,#1890ff,#40a9ff);border-radius:0 2px 2px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.animal-menu .ant-menu-item-selected .anticon{color:#1890ff!important;font-weight:600}.animal-menu .ant-menu-item-selected:hover{background:linear-gradient(135deg,#bae7ff,#91d5ff)!important;box-shadow:0 4px 12px #1890ff33;transform:translateX(2px)}.animal-menu .ant-menu-item:after{display:none!important}.animal-menu .ant-menu-item *{transition:all .2s cubic-bezier(.645,.045,.355,1)}.animal-menu .ant-menu-item:focus-visible{border-radius:8px;outline:2px solid #1890ff;outline-offset:2px}.animal-menu .ant-menu-item-icon{margin-right:12px!important}.animal-menu-container::-webkit-scrollbar{width:6px}.animal-menu-container::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.animal-menu-container::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.animal-menu-container::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.theme-dark .animal-menu .ant-menu-item:hover{color:#ffffffd9!important}.theme-dark .animal-menu .ant-menu-item-selected{background:linear-gradient(135deg,#1890ff33,#1890ff4d)!important;box-shadow:0 2px 8px #1890ff4d}.theme-dark .animal-menu .ant-menu-item-selected:before{background:linear-gradient(180deg,#69b7ff,#91caff)}.theme-dark .animal-menu .ant-menu-item-selected:hover{background:linear-gradient(135deg,#1890ff4d,#1890ff66)!important;box-shadow:0 4px 12px #1890ff66}.mobile-menu .ant-menu-item{-webkit-tap-highlight-color:transparent;border-radius:12px!important;font-size:16px!important;height:48px!important;line-height:48px!important;margin:6px 0!important;padding:0 20px!important;touch-action:manipulation}.mobile-menu .ant-menu-item .anticon{font-size:18px!important;margin-right:16px!important}.mobile-menu .ant-menu-item:hover{box-shadow:0 4px 12px #1890ff33;transform:translateY(-1px)}.mobile-menu .ant-menu-item-selected{font-size:16px!important;font-weight:600!important;height:48px!important;line-height:48px!important}.mobile-menu .ant-menu-item-selected:hover{box-shadow:0 6px 16px #1890ff4d;transform:translateY(-1px)}.theme-dark .mobile-menu .ant-menu-item{color:#ffffffd9!important}.theme-dark .mobile-menu .ant-menu-item:hover{background-color:#ffffff1f!important;box-shadow:0 4px 12px #ffffff1a;color:#fff!important}.theme-dark .mobile-menu .ant-menu-item-selected{background:linear-gradient(135deg,#1890ff40,#1890ff59)!important;box-shadow:0 4px 12px #1890ff59;color:#69b7ff!important}.theme-dark .mobile-menu .ant-menu-item-selected:hover{background:linear-gradient(135deg,#1890ff59,#1890ff73)!important;box-shadow:0 6px 16px #1890ff73}@media (max-width:480px){.mobile-menu .ant-menu-item{font-size:17px!important;height:52px!important;line-height:52px!important;padding:0 24px!important}.mobile-menu .ant-menu-item .anticon{font-size:20px!important;margin-right:18px!important}}.activity-card{position:relative}@keyframes activityAlertPulse{0%{box-shadow:0 2px 8px #0000001a;transform:scale(1)}50%{box-shadow:0 4px 16px #00000026;transform:scale(1.02)}to{box-shadow:0 2px 8px #0000001a;transform:scale(1)}}.activity-alert-animation{animation:activityAlertPulse 2s ease-in-out infinite}@keyframes iconBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}.activity-icon-animation{animation:iconBounce 2s ease-in-out infinite}[data-theme=dark] .activity-card{background:#1f1f1f;border-color:#434343}[data-theme=dark] .activity-card:hover{background:#262626}[data-theme=light] .activity-card{background:#fff;border-color:#f0f0f0}[data-theme=light] .activity-card:hover{background:#fafafa}@media (max-width:768px){.activity-card{height:auto!important;min-height:140px}}@media (max-width:576px){.activity-card{height:auto!important;min-height:120px}.activity-card .icon-container{font-size:24px!important;height:50px!important;padding:10px!important;width:50px!important}}.activity-card:focus-visible{outline:2px solid #1890ff;outline-offset:2px}*{box-sizing:border-box}html{scroll-behavior:auto!important}.ant-menu-dark .ant-menu-item-selected,.ant-menu-dark>.ant-menu .ant-menu-item-selected{background:#52c41a33!important}.theme-dark .category-scroll-container{scrollbar-color:#4d4d4d #2b2b2b!important}.theme-dark .ant-layout-content{background:#1e1e1e!important}.theme-dark .animal-card.empty-card{background:#303030;border-color:#a8a8a8}.ant-drawer-header.ant-drawer-header-close-only{background:#000;margin:0;padding:0}.mobile-sidebar-drawer .ant-drawer-body{margin:0!important;padding:0!important}.ant-drawer .ant-drawer-header-title{align-items:center;display:flex;flex:1 1;height:0;margin:0;min-height:0;min-width:0;padding:0}body{-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;margin:0;transition:background-color .3s ease}body,p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}.theme-dark .bg-light{background:#272727!important}.theme-dark .bg-white{background:#1e1e1e!important}.theme-dark .text-muted{color:#fff!important}.ant-card .ant-card-cover>*{height:238px}.ant-card-bordered .ant-card-cover{height:176px}.photo-overlay-info{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0000!important}.ant-card-head{border-bottom:0!important}.ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title,.ant-menu-light>.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#000!important;font-weight:700!important}.min-vh-100{min-height:100vh}.page-header{background:linear-gradient(180deg,#fff,#f8f9fa);border:1px solid #cbd5e0;border-radius:4px;color:#495057;margin-bottom:0;padding:16px 20px}ul.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark.professional-menu-white.modern-menu{margin:0!important;padding:0!important}.ant-dropdown{z-index:9999!important}.professional-menu-white{padding-left:0!important;padding-right:0!important}.ant-cascader-picker-focused .ant-cascader-input,.ant-cascader-picker:focus .ant-cascader-input,.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus,.ant-input-focused,.ant-input-number-focused,.ant-input-number:focus,.ant-input:focus,.ant-mentions-focused,.ant-mentions:focus,.ant-picker-focused,.ant-picker-focused .ant-picker-input>input,.ant-picker:focus,.ant-select-focused .ant-select-selector,.ant-select:focus .ant-select-selector,.ant-textarea-focused,.ant-textarea:focus{border-color:#d9d9d9!important;box-shadow:none!important;outline:none!important}.ant-cascader-picker:hover .ant-cascader-input,.ant-input-affix-wrapper:hover,.ant-input-number:hover,.ant-input:hover,.ant-mentions:hover,.ant-picker:hover,.ant-select:hover .ant-select-selector,.ant-textarea:hover{border-color:#d9d9d9!important}.ant-dropdown-menu{background:linear-gradient(180deg,#fff,#f8f9fa)!important;border:1px solid #cbd5e0!important;box-shadow:0 4px 16px #0000001f!important;max-height:350px!important;overflow-x:hidden!important;overflow-y:auto!important;padding:8px!important}.ant-dropdown-menu::-webkit-scrollbar{width:6px}.ant-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.ant-dropdown-menu::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.ant-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#555}.ant-dropdown-menu-item{border-radius:6px!important;margin:2px 0!important;padding:8px 12px!important;transition:none!important}.ant-dropdown-menu-item:hover{background:#e9ecef!important}.ant-dropdown-menu-item-danger{color:#ff4d4f!important}.ant-dropdown-menu-item-danger:hover{background:#fff1f0!important;color:#ff4d4f!important}.ant-dropdown-menu-item-selected{background:#e6f7ff!important;color:#1890ff!important;font-weight:500!important}.ant-dropdown-menu-item-selected:hover{background:#bae7ff!important;color:#1890ff!important}.zonesbg{background:linear-gradient(135deg,#f6ffed,#e6f7ff)}.shedbg{background:linear-gradient(135deg,#e6f7ff,#f0f5ff),}.lotbg{background:linear-gradient(135deg,#fff7e6,#fff1f0)}.theme-dark input[type=email]:focus,.theme-dark input[type=password]:focus,.theme-dark input[type=text]:focus{border:none!important}.theme-dark .header-subtitle,.theme-dark .header-title,.theme-dark .item-title{color:#ffffffd9!important}.theme-dark .lotbg,.theme-dark .shedbg,.theme-dark .zonesbg{background:linear-gradient(135deg,#1f1f1f,#141414)}.theme-dark .detail-badge,.theme-dark .full-description,.theme-dark .item-description,.theme-dark .timeline-item.detailed,.theme-dark .timeline-list{background:#1f1f1f!important;border:1px solid #303030!important}.theme-dark .qr-container{background:#1f1f1f!important;border:1px solid #e3e3e3!important}.submit-button{border-radius:6px;font-weight:500;height:40px;padding:0 24px}.cancel-button{border:1px solid #d9d9d9;border-radius:6px;height:40px;padding:0 20px}.theme-dark .ant-cascader-picker-focused .ant-cascader-input,.theme-dark .ant-cascader-picker:focus .ant-cascader-input,.theme-dark .ant-input-affix-wrapper-focused,.theme-dark .ant-input-affix-wrapper:focus,.theme-dark .ant-input-focused,.theme-dark .ant-input-number-focused,.theme-dark .ant-input-number:focus,.theme-dark .ant-input:focus,.theme-dark .ant-mentions-focused,.theme-dark .ant-mentions:focus,.theme-dark .ant-picker-focused,.theme-dark .ant-picker-focused .ant-picker-input>input,.theme-dark .ant-picker:focus,.theme-dark .ant-select-focused .ant-select-selector,.theme-dark .ant-select:focus .ant-select-selector,.theme-dark .ant-textarea-focused,.theme-dark .ant-textarea:focus{border-color:#303030!important;box-shadow:none!important;outline:none!important}.theme-dark .ant-cascader-picker:hover .ant-cascader-input,.theme-dark .ant-input-affix-wrapper:hover,.theme-dark .ant-input-number:hover,.theme-dark .ant-input:hover,.theme-dark .ant-mentions:hover,.theme-dark .ant-picker:hover,.theme-dark .ant-select:hover .ant-select-selector,.theme-dark .ant-textarea:hover{border-color:#303030!important}.theme-dark .ant-picker-dropdown .ant-picker-panel-container,.theme-dark .ant-select-dropdown .ant-select-item-group,.theme-dark .ant-select-dropdown .rc-virtual-list{border:none!important}.ant-dropdown-menu-item-selected .anticon{color:#1890ff!important}#root,body,html{background:#f5f7fa;transition:background-color .3s ease}.theme-dark #root,.theme-dark body,.theme-dark html{background:#141414!important}body.theme-dark{color:#ffffffd9!important}body.theme-dark[style*=background],html.theme-dark,html.theme-dark body{background:#141414!important;background-color:#141414!important}body.theme-dark[style*=background-color]{background-color:#141414!important}body.theme-dark{background:#141414!important;background-color:#141414!important}html:has(body.theme-dark){background:#141414!important;background-color:#141414!important}.theme-dark,.theme-dark #root,.theme-dark body,.theme-dark html{background-color:#141414!important;color:#ffffffd9!important}.theme-dark .ant-layout,.theme-dark .full-height-layout,.theme-dark .main-layout-content{background:#141414!important}.theme-dark .professional-sidebar{background:#000!important;border-right:1px solid #333!important}.theme-dark .professional-menu-white{color:#ffffffd9!important}.theme-dark .professional-menu-white .ant-menu-item{color:#ffffffa6!important}.theme-dark .professional-menu-white .ant-menu-item:hover{background:#52c41a33!important;color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-item:hover .ant-menu-item-icon{color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-item-selected{background:#52c41a33!important;font-weight:600!important}.theme-dark .professional-menu-white .ant-menu-item-selected:hover{background:#52c41a4d!important}.theme-dark .professional-menu-white .ant-menu-submenu-title{color:#ffffffd9!important}.theme-dark .professional-menu-white .ant-menu-submenu-title:hover{background:#52c41a33!important;color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-submenu-title:hover .ant-menu-item-icon,.theme-dark .professional-menu-white .ant-menu-submenu-title:hover .ant-menu-submenu-arrow{color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-submenu-open>.ant-menu-submenu-title{background:#ffffff1f!important;color:#fffffff2!important}.theme-dark .professional-menu-white .ant-menu-submenu-selected>.ant-menu-submenu-title{background:#52c41a26!important;font-weight:600!important}.theme-dark .professional-menu-white .ant-menu-submenu-selected>.ant-menu-submenu-title:hover{background:#52c41a33!important}.theme-dark .professional-menu-white .ant-menu-item-icon,.theme-dark .professional-menu-white .ant-menu-submenu-title .ant-menu-item-icon{color:#ffffffa6!important}.theme-dark .professional-menu-white .ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-item-icon{color:#ffffffd9!important}.theme-dark .professional-menu-white .ant-menu-submenu-arrow{color:#ffffffa6!important}.theme-dark .professional-menu-white .ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow{color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow{color:#ffffffd9!important}.theme-dark .ant-layout-header{background:linear-gradient(180deg,#1f1f1f,#141414)!important;border-bottom:1px solid #303030!important}.theme-dark .ant-dropdown-menu{background:#1f1f1f!important;border:1px solid #303030!important;box-shadow:0 6px 16px #0000007a!important;padding:8px!important}.theme-dark .ant-dropdown-menu-item{border-radius:6px!important;color:#ffffffd9!important;margin:2px 0!important}.theme-dark .ant-dropdown-menu-item:hover{background:#ffffff14!important;color:#fffffff2!important}.theme-dark .ant-dropdown-menu-item-selected{background:#1890ff33!important;color:#69b7ff!important;font-weight:500!important}.theme-dark .ant-dropdown-menu-item-selected:hover{background:#1890ff4d!important;color:#91caff!important}.theme-dark .ant-dropdown-menu-item-selected:after{display:none!important}.theme-dark .ant-dropdown-menu-item-icon{color:#ffffffa6!important}.theme-dark .ant-dropdown-menu-item:hover .ant-dropdown-menu-item-icon{color:#ffffffd9!important}.theme-dark .ant-dropdown-menu-item-selected .ant-dropdown-menu-item-icon{color:#69b7ff!important}.theme-dark .ant-dropdown-menu-item-danger{color:#ff7875!important}.theme-dark .ant-dropdown-menu-item-danger:hover{background:#ff4d4f1a!important;color:#ff7875!important}.theme-dark .ant-dropdown-menu-item-disabled{color:#ffffff40!important;cursor:not-allowed!important}.theme-dark .ant-dropdown-menu-item-disabled:hover{color:#ffffff40!important}.theme-dark .ant-dropdown-menu-item-group-title{color:#ffffffa6!important;padding:8px 12px!important}.theme-dark .ant-dropdown-menu-submenu-title{color:#ffffffd9!important}.theme-dark .ant-dropdown-menu-submenu-title:hover{background:#ffffff14!important}.theme-dark .ant-dropdown-menu-submenu-arrow{color:#ffffffa6!important}.theme-dark .mobile-sidebar-drawer .ant-drawer-body{background:linear-gradient(180deg,#1f1f1f,#141414)!important}.theme-dark .ant-modal-content{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .ant-modal-header{background:#1f1f1f!important;border-bottom:1px solid #303030!important}.theme-dark .ant-modal-title,.theme-dark .modal-title{color:#ffffffd9!important}.theme-dark .modal-icon{background:#1890ff26!important;color:#69b7ff!important}.theme-dark .modal-subtitle{color:#ffffffa6!important}.theme-dark .modal-header{color:#ffffffd9!important}.theme-dark .permissions-modal-icon{background:#1890ff26!important;color:#69b7ff!important}.theme-dark .permissions-modal-titles h3{color:#ffffffd9!important}.theme-dark .permissions-modal-titles p{color:#ffffffa6!important}.theme-dark .permissions-description{background:#383838!important;color:#ffffffa6!important}.theme-dark .permission-chip{background:#262626!important;border:1px solid #303030!important;color:#ffffffd9!important}.theme-dark .permissions-modal-footer{background:#1f1f1f!important;border-top-color:#303030!important}.theme-dark .permissions-section h4{color:#ffffffd9!important}.theme-dark .ant-modal-close{color:#ffffff73!important}.theme-dark .ant-input,.theme-dark .ant-modal-close:hover{color:#ffffffd9!important}.theme-dark .ant-input{background:#141414!important;border-color:#303030!important}.theme-dark .ant-input-focused,.theme-dark .ant-input:focus{background:#141414!important;border-color:#1890ff!important}.theme-dark .ant-btn-text{color:#ffffffa6!important}.theme-dark .ant-btn-text:hover{background:#ffffff14!important;color:#ffffffd9!important}.theme-dark .page-header{border:1px solid #303030!important;box-shadow:0 1px 2px #0000004d!important}.theme-dark .page-header h2{color:#ffffffd9!important}.theme-dark .stat-card{border:1px solid #303030!important;box-shadow:0 2px 8px #0000004d!important}.theme-dark .stat-card:hover{border-color:#434343!important;box-shadow:0 8px 24px #0006!important}.theme-dark .ant-card-head{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .table-card{background:#1f1f1f!important;border-color:#303030!important;box-shadow:0 2px 8px #0000004d!important}.theme-dark .ant-statistic-title{color:#ffffffa6!important}.theme-dark .ant-statistic-content{color:#ffffffd9!important}.theme-dark .ant-table{background:#0000!important;color:#e2e8f0!important}.theme-dark .ant-table-container{background:#0f172a!important;border-color:#1e293b!important}.theme-dark .ant-table-thead>tr>td,.theme-dark .ant-table-thead>tr>th{background:#0c1425!important;border-bottom-color:#1e293b!important;color:#64748b!important}.theme-dark .ant-table-thead>tr>td:hover,.theme-dark .ant-table-thead>tr>th:hover{background:#111b30!important}.theme-dark .ant-table-tbody>tr>td{background:#0000!important;border-bottom-color:#1e293b!important;color:#e2e8f0!important}.theme-dark .ant-table-tbody>tr:nth-child(2n)>td{background:#0f172a66!important}.theme-dark .ant-table-tbody>tr.ant-table-row:hover>td{background:#1e293b80!important}.theme-dark .ant-table-tbody>tr.ant-table-row-selected>td{background:#3b82f61a!important}.theme-dark .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#3b82f626!important}.theme-dark .ant-table-column-sort{background:#1e293b66!important}.theme-dark .ant-table-column-sorter{color:#475569!important}.theme-dark .ant-table-column-sorter-down.active,.theme-dark .ant-table-column-sorter-up.active{color:#60a5fa!important}.theme-dark .ant-table-filter-trigger{color:#475569!important}.theme-dark .ant-table-filter-trigger:hover{background:#1e293b!important;color:#94a3b8!important}.theme-dark .ant-table-filter-trigger.active{color:#60a5fa!important}.theme-dark .ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox-inner{background:#0000!important;border-color:#334155!important}.theme-dark .ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#e2e8f0!important;border-color:#e2e8f0!important}.theme-dark .ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#0f172a!important}.theme-dark .ant-table-selection-column .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#475569!important}.theme-dark .ant-table-row-expand-icon{background:#0f172a!important;border-color:#334155!important;color:#94a3b8!important}.theme-dark .ant-table-row-expand-icon:hover{background:#1e293b!important;border-color:#475569!important;color:#e2e8f0!important}.theme-dark .ant-table-row-expand-icon:focus{border-color:#3b82f6!important;color:#60a5fa!important}.theme-dark .ant-table-expanded-row>td{background:#0c1222!important;border-bottom-color:#1e293b!important}.theme-dark .ant-table-expanded-row:hover>td{background:#111827!important}.theme-dark .ant-table-row-expand-icon-spaced{border:none!important}.theme-dark .ant-table-tbody>tr.ant-table-expanded-row>td{background:#0c1222!important;border-bottom-color:#1e293b!important}.theme-dark .ant-table-tbody>tr.ant-table-expanded-row:hover>td{background:#111827!important}.theme-dark .ant-table-placeholder .ant-empty-description{color:#475569!important}.theme-dark .ant-table-cell-fix-left-last:after,.theme-dark .ant-table-cell-fix-right-first:after{box-shadow:inset 8px 0 8px -8px #0000004d!important}.theme-dark .ant-table-tbody .ant-btn-text{color:#94a3b8!important}.theme-dark .ant-table-tbody .ant-btn-text:hover{background:#1e293b!important;color:#e2e8f0!important}.theme-dark .ant-pagination-item{background:#0f172a!important;border-color:#1e293b!important}.theme-dark .ant-pagination-item a{color:#94a3b8!important}.theme-dark .ant-pagination-item:hover{background:#1e293b!important;border-color:#334155!important}.theme-dark .ant-pagination-item:hover a{color:#e2e8f0!important}.theme-dark .ant-pagination-item-active{background:#e2e8f0!important;border-color:#e2e8f0!important}.theme-dark .ant-pagination-item-active a{color:#0f172a!important}.theme-dark .ant-pagination-item-active:hover{background:#cbd5e1!important;border-color:#cbd5e1!important}.theme-dark .ant-pagination-item-active:hover a{color:#0f172a!important}.theme-dark .ant-pagination-next .ant-pagination-item-link,.theme-dark .ant-pagination-prev .ant-pagination-item-link{background:#0f172a!important;border-color:#1e293b!important;color:#94a3b8!important}.theme-dark .ant-pagination-next:hover .ant-pagination-item-link,.theme-dark .ant-pagination-prev:hover .ant-pagination-item-link{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}.theme-dark .ant-pagination-disabled .ant-pagination-item-link{background:#0c1222!important;border-color:#1e293b!important;color:#334155!important}.theme-dark .ant-pagination-total-text{color:#64748b!important}.theme-dark .ant-pagination-options .ant-select-selector{background:#0f172a!important;border-color:#1e293b!important;color:#94a3b8!important}.theme-dark .ant-pagination-options .ant-select-selector:hover{border-color:#334155!important}.theme-dark .ant-pagination-options-quick-jumper{color:#64748b!important}.theme-dark .ant-pagination-options-quick-jumper input{background:#0f172a!important;border-color:#1e293b!important;color:#e2e8f0!important}.theme-dark .ant-pagination-options-quick-jumper input:hover{border-color:#334155!important}.theme-dark .ant-pagination-options-quick-jumper input:focus{border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f626!important}.theme-dark .ant-tag{border-color:#0000!important}.theme-dark .ant-tag-blue{background:#3b82f626!important;border-color:#3b82f640!important;color:#60a5fa!important}.theme-dark .ant-tag-green{background:#22c55e26!important;border-color:#22c55e40!important;color:#4ade80!important}.theme-dark .ant-tag-red{background:#ef444426!important;border-color:#ef444440!important;color:#f87171!important}.theme-dark .ant-tag-orange{background:#f9731626!important;border-color:#f9731640!important;color:#fb923c!important}.theme-dark .ant-tag-purple{background:#a855f726!important;border-color:#a855f740!important;color:#c084fc!important}.theme-dark .ant-tag-pink{background:#ec489926!important;border-color:#ec489940!important;color:#f472b6!important}.theme-dark .ant-tag-cyan{background:#06b6d426!important;border-color:#06b6d440!important;color:#22d3ee!important}.theme-dark .ant-tag-gold{background:#f59e0b26!important;border-color:#f59e0b40!important;color:#fbbf24!important}.theme-dark .ant-tag-lime{background:#84cc1626!important;border-color:#84cc1640!important;color:#a3e635!important}.theme-dark .ant-tag-magenta{background:#d946ef26!important;border-color:#d946ef40!important;color:#e879f9!important}.theme-dark .ant-tag-volcano{background:#ef444426!important;border-color:#ef444440!important;color:#f87171!important}.theme-dark .ant-tag-geekblue{background:#6366f126!important;border-color:#6366f140!important;color:#818cf8!important}.theme-dark .ant-tag-default{background:#64748b26!important;border-color:#64748b33!important;color:#94a3b8!important}.theme-dark .ant-dropdown-menu{background:#0f172a!important;border-color:#1e293b!important;box-shadow:0 4px 24px #0000004d,0 2px 8px #0003!important}.theme-dark .ant-dropdown-menu-item{color:#94a3b8!important}.theme-dark .ant-dropdown-menu-item:hover{background:#1e293b!important;color:#e2e8f0!important}.theme-dark .ant-dropdown-menu-item-danger{color:#f87171!important}.theme-dark .ant-dropdown-menu-item-danger:hover{background:#ef44441a!important;color:#fca5a5!important}.theme-dark .ant-dropdown-menu-item-divider{background:#1e293b!important}.theme-dark .ant-card{border-color:#1e293b!important;box-shadow:0 1px 3px #0003!important}.theme-dark .expanded-row-content{background:#141414!important;color:#ffffffd9!important;padding:16px!important}.theme-dark .expanded-row-content *,.theme-dark .expanded-row-content .ant-typography,.theme-dark .expanded-row-content div,.theme-dark .expanded-row-content p,.theme-dark .expanded-row-content span{color:#ffffffd9!important}.theme-dark .expanded-row-content .ant-typography-secondary{color:#ffffffa6!important}.theme-dark .expanded-attachments,.theme-dark .expanded-checklist,.theme-dark .expanded-completion-notes,.theme-dark .expanded-description,.theme-dark .expanded-details,.theme-dark .expanded-keywords{border-color:#303030!important;color:#ffffffd9!important}.theme-dark .expanded-attachments .ant-typography,.theme-dark .expanded-checklist .ant-typography,.theme-dark .expanded-completion-notes .ant-typography,.theme-dark .expanded-description .ant-typography,.theme-dark .expanded-keywords .ant-typography{color:#ffffffd9!important}.theme-dark .notes-content-expanded,.theme-dark .task-description-expanded,.theme-dark .treatment-description-expanded{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .checklist-item-expanded{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .checklist-item-expanded:hover{background:#262626!important;border-color:#434343!important}.theme-dark .keywords-list{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .keyword-tag{background:#262626!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .attachment-item{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .attachment-item:hover{background:#262626!important;border-color:#434343!important}.theme-dark .attachment-name{color:#ffffffd9!important}.theme-dark .attachment-meta{color:#ffffffa6!important}.theme-dark .expanded-timestamps{border-top-color:#303030!important}.theme-dark .timestamp-item{color:#ffffffa6!important}.theme-dark .expanded-row-content .ant-space,.theme-dark .expanded-row-content .ant-space-item{color:#ffffffd9!important}.theme-dark .expanded-row-content .ant-tag{background:#1890ff33!important;border-color:#1890ff4d!important;color:#69b7ff!important}.theme-dark .expanded-row-content .ant-btn{color:#ffffffd9!important}.theme-dark .expanded-row-content .ant-btn-text{color:#ffffffa6!important}.theme-dark .expanded-row-content .ant-btn-text:hover{background:#ffffff0d!important;color:#ffffffd9!important}.theme-dark .expanded-row-content .anticon{color:#ffffffa6!important}.theme-dark .expanded-row-content .anticon:hover{color:#ffffffd9!important}.theme-dark .expanded-row-content .ant-table{background:#0000!important;color:#e2e8f0!important}.theme-dark .expanded-row-content .ant-table-container{background:#0c1222!important;border-color:#1e293b!important}.theme-dark .expanded-row-content .ant-table-thead>tr>th{background:#0a1020!important;border-bottom-color:#1e293b!important;color:#64748b!important}.theme-dark .expanded-row-content .ant-table-tbody>tr>td{border-bottom-color:#1e293b!important;color:#e2e8f0!important}.theme-dark .expanded-row-content .ant-table-tbody>tr:hover>td{background:#1e293b66!important}.theme-dark .checklist-text{color:#ffffffd9!important}.theme-dark .checklist-text.completed{color:#ffffff73!important;text-decoration:line-through!important}.theme-dark .checklist-progress-bar .ant-progress-text{color:#ffffffd9!important}.theme-dark .checklist-progress-bar .ant-progress-bg{background:#52c41a!important}.theme-dark .expanded-row-content [style*="color: #8c8c8c"],.theme-dark .expanded-row-content [style*="color:#8c8c8c"]{color:#ffffffa6!important}.theme-dark .expanded-row-content [style*="color: #262626"],.theme-dark .expanded-row-content [style*="color:#262626"]{color:#ffffffd9!important}.theme-dark .expanded-row-content [style*="color: #1890ff"],.theme-dark .expanded-row-content [style*="color:#1890ff"]{color:#69b7ff!important}.theme-dark .expanded-row-content [style*="color: #52c41a"],.theme-dark .expanded-row-content [style*="color:#52c41a"]{color:#73d13d!important}.theme-dark .expanded-row-content [style*="background: #f6ffed"],.theme-dark .expanded-row-content [style*="background: #fafafa"],.theme-dark .expanded-row-content [style*="background: white"],.theme-dark .expanded-row-content [style*="background:#f6ffed"],.theme-dark .expanded-row-content [style*="background:#fafafa"],.theme-dark .expanded-row-content [style*="background:white"]{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .expanded-row-content [style*="border-color: #b7eb8f"],.theme-dark .expanded-row-content [style*="border-color:#b7eb8f"]{border-color:#52c41a4d!important}.theme-dark .notes-content-expanded{background:#52c41a1a!important;border-color:#52c41a4d!important;color:#ffffffd9!important}.theme-dark .expanded-row-content strong{color:#fffffff2!important;font-weight:600!important}.theme-dark .expanded-detail-item,.theme-dark .expanded-detail-item .ant-typography{color:#ffffffd9!important}.theme-dark .expanded-row-content [style*="color: #1890ff"] .anticon,.theme-dark .expanded-row-content [style*="color:#1890ff"] .anticon{color:#69b7ff!important}.theme-dark .expanded-row-content [style*="color: #52c41a"] .anticon,.theme-dark .expanded-row-content [style*="color:#52c41a"] .anticon{color:#73d13d!important}.theme-dark .expanded-row-content [style*="color: #8c8c8c"] .anticon,.theme-dark .expanded-row-content [style*="color:#8c8c8c"] .anticon{color:#ffffffa6!important}.theme-dark .checklist-edit-items{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .checklist-edit-item{border-bottom-color:#303030!important;color:#ffffffd9!important}.theme-dark .checklist-edit-item:last-of-type{border-bottom:none!important}.theme-dark .checklist-edit-input{background:#141414!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .checklist-edit-input:hover{border-color:#434343!important}.theme-dark .checklist-edit-input:focus{background:#141414!important;border-color:#1890ff!important}.theme-dark .table-title{color:#ffffffd9!important}.theme-dark .table-title.completed{color:#ffffffa6!important}.theme-dark .table-title-section{color:#ffffffd9!important}.theme-dark .selected-date-display{background:#1890ff1a!important;border-color:#1890ff4d!important;color:#69b7ff!important}.theme-dark .calendar-event{color:#ffffffd9!important}.theme-dark .calendar-event.scheduled{background-color:#1890ff33!important;border-left-color:#1890ff!important;color:#69b7ff!important}.theme-dark .calendar-event.completed{background-color:#52c41a33!important;border-left-color:#52c41a!important;color:#73d13d!important}.theme-dark .calendar-event.cancelled{background-color:#ffffff1a!important;border-left-color:#ffffff4d!important;color:#ffffffa6!important}.theme-dark .calendar-event.missed{background-color:#ff4d4f33!important;border-left-color:#ff4d4f!important;color:#ff7875!important}.theme-dark .calendar-event.overdue{background-color:#ff4d4f26!important;border-left-color:#ff4d4f!important}.theme-dark .calendar-event:hover{background-color:#ffffff1a!important;opacity:.9!important}.theme-dark .event-icon,.theme-dark .event-title{color:inherit!important}.theme-dark .more-events{color:#69b7ff!important}.theme-dark .more-events:hover{color:#91caff!important}.theme-dark .gantt-container{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .gantt-header{border-bottom-color:#303030!important;color:#ffffffd9!important}.theme-dark .gantt-header-info{color:#ffffffd9!important}.theme-dark .gantt-month-selector :global(.ant-select-selector),.theme-dark .gantt-year-selector :global(.ant-select-selector){background:#141414!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .gantt-month-selector :global(.ant-select-selector):hover,.theme-dark .gantt-year-selector :global(.ant-select-selector):hover{background:#141414!important;border-color:#434343!important}.theme-dark .gantt-month-selector :global(.ant-select-selection-item),.theme-dark .gantt-year-selector :global(.ant-select-selection-item){color:#ffffffd9!important}.theme-dark .gantt-month-selector :global(.ant-select-focused .ant-select-selector),.theme-dark .gantt-year-selector :global(.ant-select-focused .ant-select-selector){background:#141414!important;border-color:#1890ff!important}.theme-dark .gantt-legend,.theme-dark .gantt-legend .legend-item{color:#ffffffd9!important}.theme-dark .gantt-chart-wrapper{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .gantt-chart-wrapper :global(.gantt-container){background:#1f1f1f!important}.theme-dark .gantt-chart-wrapper :global(.gantt .grid-row){fill:#262626!important}.theme-dark .gantt-chart-wrapper :global(.gantt .row-line){stroke:#303030!important}.theme-dark .gantt-chart-wrapper :global(.gantt .tick){stroke:#303030!important}.theme-dark .gantt-chart-wrapper :global(.gantt .tick.thick){stroke:#434343!important}.theme-dark .gantt-chart-wrapper :global(.bar-label){fill:#fffffff2!important;text-shadow:0 1px 2px #00000080!important}.theme-dark .animal-menu .ant-menu-item,.theme-dark .gantt-empty{color:#ffffffa6!important}.theme-dark .animal-menu .ant-menu-item:hover{background-color:#ffffff14!important;color:#69b7ff!important}.theme-dark .animal-menu .ant-menu-item:hover .anticon{color:#69b7ff!important}.theme-dark .animal-menu .ant-menu-item-selected{background:#1890ff26!important;box-shadow:0 2px 8px #1890ff33!important;color:#69b7ff!important}.theme-dark .animal-menu .ant-menu-item-selected:before{background:linear-gradient(180deg,#1890ff,#40a9ff)!important}.theme-dark .animal-menu .ant-menu-item-selected .anticon{color:#69b7ff!important}.theme-dark .animal-menu .ant-menu-item-selected:hover{background:#1890ff33!important;box-shadow:0 4px 12px #1890ff4d!important}.theme-dark .animal-menu-container::-webkit-scrollbar-track{background:#1f1f1f!important}.theme-dark .animal-menu-container::-webkit-scrollbar-thumb{background:#434343!important}.theme-dark .animal-menu-container::-webkit-scrollbar-thumb:hover{background:#555!important}.theme-dark .professional-menu-white .ant-menu-item-selected{background:#52c41a26!important;color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-item-selected .ant-menu-item-icon{color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-item-selected:hover{background:#52c41a33!important;color:#73d13d!important}.theme-dark .professional-menu-white .ant-menu-item-selected:hover .ant-menu-item-icon{color:#73d13d!important}.theme-dark .professional-menu-white .ant-menu-submenu-selected>.ant-menu-submenu-title{background:#52c41a1a!important;color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-item-icon{color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-submenu-selected>.ant-menu-submenu-title:hover{background:#52c41a26!important;color:#73d13d!important}.theme-dark .professional-menu-white .ant-menu-submenu .ant-menu-item{color:#ffffffa6!important}.theme-dark .professional-menu-white .ant-menu-submenu .ant-menu-item:hover{background:#52c41a33!important;color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-submenu .ant-menu-item:hover .ant-menu-item-icon{color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-submenu .ant-menu-item-selected{background:#52c41a33!important;color:#52c41a!important;font-weight:600!important}.theme-dark .professional-menu-white .ant-menu-submenu .ant-menu-item-selected:hover{background:#52c41a4d!important;color:#73d13d!important}.theme-dark .professional-menu-white .ant-menu-submenu .ant-menu-item-selected .ant-menu-item-icon{color:#52c41a!important}.theme-dark .professional-menu-white .ant-menu-submenu .ant-menu-item-selected:hover .ant-menu-item-icon{color:#73d13d!important}.theme-dark .search-modal-scrollable{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .search-modal-scrollable [style*="background: rgba(108, 117, 125, 0.1)"]{background:#1890ff26!important;border-color:#1890ff4d!important}.theme-dark .search-modal-scrollable [style*="background:#e9ecef"]:hover{background:#ffffff14!important;border-color:#303030!important}.theme-dark .search-modal-scrollable [style*="color: #495057"],.theme-dark .search-modal-scrollable [style*="color:#495057"]{color:#ffffffd9!important}.theme-dark .responsive-header button[style*="color: #262626"],.theme-dark .responsive-header button[style*="color:#262626"],.theme-dark .search-modal-scrollable [style*="color: #6c757d"],.theme-dark .search-modal-scrollable [style*="color: #8c8c8c"],.theme-dark .search-modal-scrollable [style*="color:#6c757d"],.theme-dark .search-modal-scrollable [style*="color:#8c8c8c"]{color:#ffffffa6!important}.theme-dark .responsive-header [style*="background: #e9ecef"]:hover,.theme-dark .responsive-header [style*="background: rgba(108, 117, 125, 0.1)"]:hover,.theme-dark .responsive-header [style*="background:#e9ecef"]:hover,.theme-dark .responsive-header button:hover[style*="background: #e9ecef"],.theme-dark .responsive-header button:hover[style*="background:#e9ecef"]{background:#ffffff14!important}.theme-dark .ant-modal-title [style*="color: #6c757d"],.theme-dark .ant-modal-title [style*="color:#6c757d"]{color:#ffffffd9!important}.theme-dark .ant-modal-title .anticon{color:#ffffffa6!important}.theme-dark .professional-menu-white .ant-menu-item-selected:after,.theme-dark .professional-menu-white .ant-menu-item:after,.theme-dark .professional-menu-white .ant-menu-submenu-title:after{display:none!important}.theme-dark .professional-menu-white .ant-menu-item-group-title{color:#ffffff73!important;padding:8px 16px!important}.theme-dark .professional-menu-white .ant-menu-item,.theme-dark .professional-menu-white .ant-menu-submenu-inline>.ant-menu-submenu-title,.theme-dark .professional-menu-white .ant-menu-submenu-title{padding-left:16px!important}.theme-dark .professional-menu-white .ant-menu-item-active:after,.theme-dark .professional-menu-white .ant-menu-item-selected:after{display:none!important}.theme-dark .professional-menu-white .ant-menu-item>span,.theme-dark .professional-menu-white .ant-menu-submenu-title>span{color:inherit!important}.theme-dark .professional-menu-white .ant-menu-item-selected>span,.theme-dark .professional-menu-white .ant-menu-submenu-selected>.ant-menu-submenu-title>span{color:#52c41a!important}.theme-dark .view-button{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .view-button:hover{background:#262626!important;border-color:#434343!important;color:#69b7ff!important}.theme-dark .view-button.active{background:#1890ff1a!important;border-color:#1890ff!important;color:#69b7ff!important}.theme-dark .month-selector :global(.ant-select-selector),.theme-dark .year-selector :global(.ant-select-selector){background:#141414!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .month-selector :global(.ant-select-selector):hover,.theme-dark .year-selector :global(.ant-select-selector):hover{border-color:#434343!important}.theme-dark .month-selector :global(.ant-select-selection-item),.theme-dark .year-selector :global(.ant-select-selection-item){color:#ffffffd9!important}.theme-dark .gantt-navigation-buttons{border-bottom-color:#303030!important}.theme-dark .gantt-chart-wrapper :global(.gantt .today-highlight){fill:#1890ff1a!important}.theme-dark .gantt-chart-wrapper :global(.gantt .lower-text),.theme-dark .gantt-chart-wrapper :global(.gantt .upper-text){fill:#ffffffd9!important}.theme-dark .gantt-chart-wrapper :global(.gantt .upper-text){fill:#ffffffa6!important}.theme-dark .professional-calendar :global(.ant-picker-cell-selected .ant-picker-calendar-date){background:#1890ff26!important}.theme-dark .professional-calendar :global(.ant-picker-cell-today .ant-picker-calendar-date){background:#1890ff1a!important;border-color:#1890ff!important}.theme-dark .professional-calendar :global(.ant-picker-cell-today .ant-picker-calendar-date .ant-picker-calendar-date-value){color:#69b7ff!important}.theme-dark .calendar-cell-wrapper.today-cell:before{border-color:#1890ff!important}.theme-dark .month-cell-content{color:#ffffffd9!important}.theme-dark .month-cell-content:hover{background:#ffffff0d!important}.theme-dark .ant-select-selector{background:#141414!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-select-selection-item{color:#ffffffd9!important}.theme-dark .ant-select-arrow{color:#ffffff73!important}.theme-dark .ant-select-dropdown{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-select-item{color:#ffffffd9!important}.theme-dark .ant-select-item:hover{background:#ffffff14!important}.theme-dark .ant-select-item-option-selected{background:#1890ff33!important;color:#1890ff!important}.theme-dark .ant-picker,.theme-dark .ant-select-content,.theme-dark .ant-select-content input,.theme-dark .ant-select-selection-search-input,.theme-dark .ant-select-selection-search-input input{color:#ffffffd9!important}.theme-dark .ant-picker{background:#141414!important;border-color:#303030!important}.theme-dark .ant-picker-input>input{color:#ffffffd9!important}.theme-dark .ant-picker-dropdown,.theme-dark .ant-picker-panel{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-picker-header{border-bottom-color:#303030!important}.theme-dark .ant-picker-cell,.theme-dark .ant-picker-content th{color:#ffffffa6!important}.theme-dark .ant-picker-cell:hover:not(.ant-picker-cell-disabled):not(.ant-picker-cell-selected) .ant-picker-cell-inner{background:#ffffff14!important}.theme-dark .ant-picker-cell-selected .ant-picker-cell-inner{background:#1890ff!important;color:#fff!important}.theme-dark .ant-picker:hover{border-color:#434343!important}.theme-dark .ant-picker-focused,.theme-dark .ant-picker.ant-picker-focused{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff33!important}.theme-dark .ant-picker-input>input::placeholder{color:#ffffff4d!important}.theme-dark .ant-picker-clear,.theme-dark .ant-picker-suffix{color:#ffffff73!important}.theme-dark .ant-picker-clear:hover,.theme-dark .ant-picker-suffix:hover{color:#ffffffd9!important}.theme-dark .ant-picker-dropdown{box-shadow:0 6px 16px 0 #0000007a!important}.theme-dark .ant-picker-header button{color:#ffffffa6!important}.theme-dark .ant-picker-header button:hover,.theme-dark .ant-picker-header-view button{color:#ffffffd9!important}.theme-dark .ant-picker-header-view button:hover{color:#1890ff!important}.theme-dark .ant-picker-cell-today .ant-picker-cell-inner{border-color:#1890ff!important}.theme-dark .ant-picker-cell-disabled{color:#ffffff40!important}.theme-dark .ant-picker-cell-range-end .ant-picker-cell-inner,.theme-dark .ant-picker-cell-range-start .ant-picker-cell-inner{background:#1890ff!important;color:#fff!important}.theme-dark .ant-picker-cell-in-range:before{background:#1890ff1a!important}.theme-dark .ant-picker-footer{border-top-color:#303030!important}.theme-dark .ant-picker-footer-extra{color:#ffffffd9!important}.theme-dark .ant-picker-ranges{background:#1f1f1f!important}.theme-dark .ant-picker-range{background:#141414!important;border-color:#303030!important}.theme-dark .ant-picker-range-separator{color:#ffffff73!important}.theme-dark .ant-input,.theme-dark textarea.ant-input{background:#141414!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-input::placeholder,.theme-dark textarea.ant-input::placeholder{color:#ffffff4d!important}.theme-dark .ant-input-affix-wrapper{background:#141414!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-input-affix-wrapper .ant-input{color:#ffffffd9!important}.theme-dark .ant-input-affix-wrapper:hover{background:#141414!important;border-color:#434343!important}.theme-dark .ant-input-affix-wrapper-focused{background:#141414!important;border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff33!important}.theme-dark .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{background:#141414!important;border-color:#434343!important}.theme-dark .ant-input-password{background:#141414!important;border-color:#303030!important}.theme-dark .ant-input-password .ant-input{color:#ffffffd9!important}.theme-dark .ant-input-password:hover{background:#141414!important;border-color:#434343!important}.theme-dark .ant-input-password-focused,.theme-dark .ant-input-password:focus-within{background:#141414!important;border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff33!important}.theme-dark .ant-input-prefix,.theme-dark .ant-input-suffix{color:#ffffffa6!important}.theme-dark .ant-input-number{background:#141414!important;border-color:#303030!important}.theme-dark .ant-input-number-input{color:#ffffffd9!important}.theme-dark .ant-input-number-handler{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-input-number-handler:hover{background:#262626!important}.theme-dark .ant-input-number-handler-down-inner,.theme-dark .ant-input-number-handler-up-inner{color:#ffffffa6!important}.theme-dark .ant-input-number-handler:hover .ant-input-number-handler-down-inner,.theme-dark .ant-input-number-handler:hover .ant-input-number-handler-up-inner,.theme-dark .ant-tag{color:#ffffffd9!important}.theme-dark .ant-tag{background:#262626!important;border-color:#303030!important}.theme-dark .ant-badge-status-text{color:#ffffffd9!important}.theme-dark .ant-divider{border-color:#303030!important;color:#ffffffa6!important}.theme-dark .ant-divider-horizontal.ant-divider-with-text{border-top-color:#303030!important;color:#ffffffa6!important}.theme-dark .ant-divider-vertical{border-left-color:#303030!important}.theme-dark .ant-divider-plain.ant-divider-with-text{color:#ffffffd9!important}.theme-dark .conditional-divider{border-color:#303030!important;color:#ffffffa6!important}.theme-dark .conditional-divider .ant-divider-inner-text{color:#ffffffd9!important}.theme-dark .section-icon,.theme-dark .section-icon-container{background:#1890ff26!important;color:#69b7ff!important}.theme-dark .section-icon-container:hover{background:#1890ff33!important}.theme-dark .section-header{border-bottom-color:#303030!important;color:#ffffffd9!important}.theme-dark .section-title{color:#ffffffd9!important}.theme-dark .section-subtitle{color:#ffffffa6!important}.theme-dark .section-title-content,.theme-dark .section-title-content .section-title,.theme-dark .section-title-content h3{color:#ffffffd9!important}.theme-dark .section-title-content .section-subtitle,.theme-dark .section-title-content p{color:#ffffffa6!important}.theme-dark .filters-card{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .filters-card .ant-card-body{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .search-card{background:linear-gradient(135deg,#1f1f1f,#141414)!important;border-color:#303030!important;box-shadow:0 2px 8px #0000004d!important}.theme-dark [style*="background: linear-gradient(135deg, rgba(24, 144, 255, 0.2)"]{background:linear-gradient(135deg,#1890ff33,#1890ff26)!important}.theme-dark [style*="background: linear-gradient(135deg, rgba(82, 196, 26, 0.2)"]{background:linear-gradient(135deg,#52c41a33,#52c41a26)!important}.theme-dark [style*="background: linear-gradient(135deg, rgba(255, 77, 79, 0.2)"]{background:linear-gradient(135deg,#ff4d4f33,#ff4d4f26)!important}.theme-dark .ant-divider-horizontal.ant-divider-with-text,.theme-dark .ant-divider-horizontal.ant-divider-with-text-left,.theme-dark .ant-divider-horizontal.ant-divider-with-text-right{color:#ffffffa6!important}.theme-dark .ant-divider-horizontal.ant-divider-with-text:after,.theme-dark .ant-divider-horizontal.ant-divider-with-text:before{border-top-color:#303030!important}.theme-dark .ant-typography{color:#ffffffd9!important}.theme-dark .ant-typography-secondary{color:#ffffff73!important}.theme-dark .ant-space{color:#ffffffd9!important}.theme-dark ::-webkit-scrollbar-track{background:#1f1f1f!important}.theme-dark ::-webkit-scrollbar-thumb{background:#fff3!important}.theme-dark ::-webkit-scrollbar-thumb:hover{background:#ffffff4d!important}.theme-dark .ant-card.stat-card{background:#1f1f1f!important}.theme-dark .ant-breadcrumb a{color:#ffffffa6!important}.theme-dark .ant-breadcrumb-link,.theme-dark .ant-tabs{color:#ffffffd9!important}.theme-dark .ant-tabs-tab{color:#ffffffa6!important}.theme-dark .ant-tabs-tab:hover{color:#ffffffd9!important}.theme-dark .ant-tabs-tab-active{color:#1890ff!important;font-weight:500!important}.theme-dark .ant-tabs-tab-active .ant-tabs-tab-btn{color:#1890ff!important}.theme-dark .ant-tabs-ink-bar{background:#1890ff!important}.theme-dark .ant-tabs-content-holder{color:#ffffffd9!important}.theme-dark .ant-tabs-nav:before{border-bottom-color:#303030!important}.theme-dark .ant-tabs-tab-btn{color:#ffffffa6!important}.theme-dark .ant-tabs-tab-btn:active,.theme-dark .ant-tabs-tab-btn:focus{color:#1890ff!important}.theme-dark .ant-tabs-tab-remove{color:#ffffff73!important}.theme-dark .ant-form,.theme-dark .ant-form-item-label>label,.theme-dark .ant-tabs-tab-remove:hover{color:#ffffffd9!important}.theme-dark .ant-form-item-explain,.theme-dark .ant-form-item-explain-error,.theme-dark .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{color:#ff4d4f!important}.theme-dark .ant-form-item-explain-success{color:#52c41a!important}.theme-dark .ant-form-item-explain-warning{color:#faad14!important}.theme-dark .ant-form-item-extra{color:#ffffffa6!important}.theme-dark .ant-form-item,.theme-dark .ant-form-vertical .ant-form-item-label>label{color:#ffffffd9!important}.theme-dark .ant-popover-inner{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-alert,.theme-dark .ant-popover-inner-content,.theme-dark .ant-progress-text,.theme-dark .ant-spin-text{color:#ffffffd9!important}.theme-dark .ant-alert{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-alert-message{color:#ffffffd9!important}.theme-dark .ant-alert-description{color:#ffffffa6!important}.theme-dark .ant-alert-icon{color:#ffffffd9!important}.theme-dark .ant-alert-success{background:#52c41a1a!important;border-color:#52c41a4d!important}.theme-dark .ant-alert-success .ant-alert-icon{color:#52c41a!important}.theme-dark .ant-alert-info{background:#1890ff1a!important;border-color:#1890ff4d!important}.theme-dark .ant-alert-info .ant-alert-icon{color:#1890ff!important}.theme-dark .ant-alert-warning{background:#faad141a!important;border-color:#faad144d!important}.theme-dark .ant-alert-warning .ant-alert-icon{color:#faad14!important}.theme-dark .ant-alert-error{background:#ff4d4f1a!important;border-color:#ff4d4f4d!important}.theme-dark .ant-alert-error .ant-alert-icon{color:#ff4d4f!important}.theme-dark .ant-alert-close-icon{color:#ffffff73!important}.theme-dark .ant-alert-close-icon:hover{color:#ffffffd9!important}.theme-dark .ant-alert-action{color:#ffffffa6!important}.theme-dark .ant-alert-action:hover{color:#ffffffd9!important}.theme-dark .ant-message-notice-content{color:#ffffffd9!important}.theme-dark .ant-message-notice-content,.theme-dark .ant-notification-notice{background:#1f1f1f!important;border-color:#303030!important;box-shadow:0 4px 16px #0006!important}.theme-dark .ant-notification-notice-message{color:#ffffffd9!important}.theme-dark .ant-notification-notice-description{color:#ffffffa6!important}.theme-dark .ant-drawer-header{background:#1f1f1f!important}.theme-dark .ant-drawer-close{color:#ffffff73!important}.theme-dark .ant-tree{color:#ffffffd9!important}.theme-dark .ant-tree-node-selected{background:#1890ff33!important}.theme-dark .ant-timeline-item-content{color:#ffffffd9!important}.theme-dark .ant-collapse{color:#ffffffd9!important}.theme-dark .ant-collapse,.theme-dark .ant-collapse-item{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-collapse-header,.theme-dark .ant-collapse-item:last-child{border-bottom-color:#303030!important}.theme-dark .ant-collapse-header{background:#1f1f1f!important;color:#ffffffd9!important;padding:12px 16px!important}.theme-dark .ant-collapse-header:hover{background:#ffffff0d!important;color:#fffffff2!important}.theme-dark .ant-collapse-header-active{background:#ffffff14!important;color:#fffffff2!important}.theme-dark .ant-collapse-header-text{color:#ffffffd9!important}.theme-dark .ant-collapse-header:hover .ant-collapse-header-text{color:#fffffff2!important}.theme-dark .ant-collapse-item-active>.ant-collapse-header .ant-collapse-header-text{color:#fffffff2!important;font-weight:500!important}.theme-dark .ant-collapse-arrow{color:#ffffffa6!important}.theme-dark .ant-collapse-header:hover .ant-collapse-arrow,.theme-dark .ant-collapse-item-active>.ant-collapse-header .ant-collapse-arrow{color:#ffffffd9!important}.theme-dark .ant-collapse-content{background:#141414!important;border-top-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-collapse-content-box{background:#141414!important;color:#ffffffd9!important;padding:16px!important}.theme-dark .ant-collapse-item-active>.ant-collapse-header{background:#ffffff14!important;border-bottom-color:#303030!important}.theme-dark .ant-collapse-content-box .ant-checkbox-wrapper,.theme-dark .ant-collapse-content-box .ant-checkbox-wrapper span,.theme-dark .ant-collapse-content-box .ant-space,.theme-dark .ant-collapse-content-box .ant-space-item,.theme-dark .ant-collapse-content-box div,.theme-dark .ant-collapse-content-box p,.theme-dark .ant-collapse-content-box span{color:#ffffffd9!important}.theme-dark .ant-collapse-ghost>.ant-collapse-item{border-color:#0000!important}.theme-dark .ant-collapse-ghost>.ant-collapse-item>.ant-collapse-header{border-bottom-color:#0000!important;color:#ffffffd9!important}.theme-dark .ant-collapse-ghost>.ant-collapse-item>.ant-collapse-header:hover{background:#ffffff0d!important}.theme-dark .ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content{border-top-color:#0000!important}.theme-dark .ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:8px!important}.theme-dark .ant-collapse-accordion>.ant-collapse-item{border-color:#303030!important}.theme-dark .ant-collapse-accordion>.ant-collapse-item>.ant-collapse-header{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .ant-collapse-accordion>.ant-collapse-item>.ant-collapse-content{background:#141414!important;color:#ffffffd9!important}.theme-dark .ant-collapse *{color:inherit!important}.theme-dark .ant-collapse-header *{color:#ffffffd9!important}.theme-dark .ant-collapse-header:hover *,.theme-dark .ant-collapse-item-active .ant-collapse-header *{color:#fffffff2!important}.theme-dark .ant-anchor-link-title{color:#ffffffa6!important}.theme-dark .ant-anchor-link-active>.ant-anchor-link-title{color:#1890ff!important}.theme-dark .ant-back-top-content{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-back-top-content:hover{background:#262626!important}.theme-dark .ant-rate-star{color:#ffffff40!important}.theme-dark .ant-rate-star-full .ant-rate-star-first,.theme-dark .ant-rate-star-half .ant-rate-star-first{color:#faad14!important}.theme-dark .ant-switch{background:#434343!important}.theme-dark .ant-switch-checked{background:#1890ff!important}.theme-dark .ant-switch-handle:before,.theme-dark .ant-switch-loading-icon{background:#fff!important}.theme-dark .ant-slider-rail{background:#303030!important}.theme-dark .ant-slider-track{background:#1890ff!important}.theme-dark .ant-slider-handle{background:#1f1f1f!important;border-color:#1890ff!important}.theme-dark .ant-upload,.theme-dark .ant-upload-drag{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-upload-drag-hover{border-color:#1890ff!important}.theme-dark .ant-result-title{color:#ffffffd9!important}.theme-dark .ant-result-subtitle{color:#ffffffa6!important}.theme-dark .ant-skeleton-avatar,.theme-dark .ant-skeleton-content .ant-skeleton-paragraph>li,.theme-dark .ant-skeleton-content .ant-skeleton-title{background:#303030!important}.theme-dark .ant-descriptions-item-label{color:#ffffffa6!important}.theme-dark .ant-descriptions-item-content{color:#ffffffd9!important}.theme-dark .ant-descriptions-bordered .ant-descriptions-item-content,.theme-dark .ant-descriptions-bordered .ant-descriptions-item-label{border-color:#303030!important}.theme-dark .ant-list-item{border-bottom-color:#303030!important}.theme-dark .ant-list-item-meta-title{color:#ffffffd9!important}.theme-dark .ant-list-item-meta-description{color:#ffffffa6!important}.theme-dark .ant-comment-content-author-name{color:#ffffffd9!important}.theme-dark .ant-comment-content-author-time{color:#ffffff73!important}.theme-dark .ant-comment-content-detail,.theme-dark .ant-page-header-heading-title{color:#ffffffd9!important}.theme-dark .ant-page-header-heading-sub-title{color:#ffffffa6!important}.theme-dark .ant-steps-item-title{color:#ffffffd9!important}.theme-dark .ant-steps-item-description{color:#ffffffa6!important}.theme-dark .ant-steps-item-process .ant-steps-item-icon{background:#1890ff!important;border-color:#1890ff!important}.theme-dark .ant-carousel .slick-dots li button{background:#ffffff4d!important}.theme-dark .ant-carousel .slick-dots li.slick-active button{background:#1890ff!important}.theme-dark .ant-image-mask{background:#00000080!important}.theme-dark .ant-picker-calendar{background:#1f1f1f!important}.theme-dark .ant-picker-calendar-header{border-bottom-color:#303030!important}.theme-dark .ant-picker-calendar-date-content{color:#ffffffd9!important}.theme-dark .ant-card[style*=linear-gradient]{opacity:.9}.theme-dark .ant-statistic-title{color:#ffffffb3!important}.theme-dark .ant-statistic-content{color:#fffffff2!important}.theme-dark .ant-checkbox-wrapper{color:#ffffffd9!important}.theme-dark .ant-checkbox{color:#ffffffa6!important}.theme-dark .ant-checkbox-inner{background:#141414!important;border-color:#434343!important}.theme-dark .ant-checkbox-checked .ant-checkbox-inner{background:#1890ff!important;border-color:#1890ff!important}.theme-dark .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff!important}.theme-dark .ant-checkbox:hover .ant-checkbox-inner{border-color:#1890ff!important}.theme-dark .ant-checkbox-disabled .ant-checkbox-inner{background:#262626!important;border-color:#303030!important}.theme-dark .ant-checkbox-disabled+span{color:#ffffff40!important}.theme-dark .ant-radio-wrapper{color:#ffffffd9!important}.theme-dark .ant-radio{color:#ffffffa6!important}.theme-dark .ant-radio-inner{background:#141414!important;border-color:#434343!important}.theme-dark .ant-radio-checked .ant-radio-inner{border-color:#1890ff!important}.theme-dark .ant-radio-checked .ant-radio-inner:after{background:#1890ff!important}.theme-dark .ant-radio:hover .ant-radio-inner{border-color:#1890ff!important}.theme-dark .ant-radio-disabled .ant-radio-inner{background:#262626!important;border-color:#303030!important}.theme-dark .ant-radio-disabled+span{color:#ffffff40!important}.theme-dark .ant-radio-group{color:#ffffffd9!important}.theme-dark .ant-radio-button-wrapper{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-radio-button-wrapper:hover{border-color:#1890ff!important;color:#1890ff!important}.theme-dark .ant-radio-button-wrapper-checked{background:#1890ff!important;border-color:#1890ff!important;color:#fff!important}.theme-dark .ant-radio-button-wrapper-checked:hover{background:#40a9ff!important;border-color:#40a9ff!important}.theme-dark .ant-picker-time-panel{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-picker-time-panel-column{border-left-color:#303030!important}.theme-dark .ant-picker-time-panel-column>li{color:#ffffffd9!important}.theme-dark .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background:#1890ff33!important;color:#1890ff!important}.theme-dark .ant-picker-time-panel-column>li:hover{background:#ffffff14!important}.theme-dark .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-disabled{color:#ffffff40!important}.theme-dark .ant-col,.theme-dark .ant-row{color:#ffffffd9!important}.theme-dark .ant-btn-group .ant-btn{border-color:#303030!important}.theme-dark .ant-btn-group .ant-btn:first-child:not(:last-child){border-right-color:#303030!important}.theme-dark .ant-btn-group .ant-btn:not(:first-child):not(:last-child){border-left-color:#303030!important;border-right-color:#303030!important}.theme-dark .ant-btn-group .ant-btn:last-child:not(:first-child){border-left-color:#303030!important}.theme-dark .ant-segmented{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-segmented-item{color:#ffffffa6!important}.theme-dark .ant-segmented-item:hover{color:#ffffffd9!important}.theme-dark .ant-segmented-item-selected{background:#1890ff!important;color:#fff!important}.theme-dark .ant-pagination{color:#ffffffd9!important}.theme-dark .ant-pagination-item{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-pagination-item a{color:#ffffffd9!important}.theme-dark .ant-pagination-item:hover{border-color:#1890ff!important}.theme-dark .ant-pagination-item:hover a{color:#1890ff!important}.theme-dark .ant-pagination-item-active{background:#1890ff!important;border-color:#1890ff!important}.theme-dark .ant-pagination-item-active a{color:#fff!important}.theme-dark .ant-pagination-next,.theme-dark .ant-pagination-prev{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-pagination-next:hover,.theme-dark .ant-pagination-prev:hover{border-color:#1890ff!important}.theme-dark .ant-pagination-next .ant-pagination-item-link,.theme-dark .ant-pagination-options,.theme-dark .ant-pagination-prev .ant-pagination-item-link{color:#ffffffd9!important}.theme-dark .ant-pagination-options-size-changer .ant-select-selector{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-pagination-options-quick-jumper input{background:#141414!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-transfer-list{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-transfer-list-header{background:#262626!important;border-bottom-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-transfer-list-body,.theme-dark .ant-transfer-list-body-search-wrapper{background:#1f1f1f!important}.theme-dark .ant-transfer-list-content-item{color:#ffffffd9!important}.theme-dark .ant-transfer-list-content-item:hover{background:#ffffff14!important}.theme-dark .ant-transfer-list-content-item-checked{background:#1890ff33!important}.theme-dark .ant-tree-select-dropdown{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-tree-select-tree{color:#ffffffd9!important}.theme-dark .ant-tree-select-tree-node-selected{background:#1890ff33!important}.theme-dark .ant-cascader-menu{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-cascader-menu-item{color:#ffffffd9!important}.theme-dark .ant-cascader-menu-item:hover{background:#ffffff14!important}.theme-dark .ant-cascader-menu-item-active,.theme-dark .ant-cascader-menu-item-selected{background:#1890ff33!important;color:#1890ff!important}.theme-dark .ant-select-auto-complete{background:#141414!important}.theme-dark .ant-mentions,.theme-dark .ant-select-auto-complete .ant-select-selector{background:#141414!important;border-color:#303030!important}.theme-dark .ant-mentions{color:#ffffffd9!important}.theme-dark .ant-mentions-dropdown{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-mentions-dropdown-menu-item{color:#ffffffd9!important}.theme-dark .ant-mentions-dropdown-menu-item:hover{background:#ffffff14!important}.theme-dark .ant-mentions-dropdown-menu-item-active{background:#1890ff33!important}.theme-dark .ant-color-picker-trigger{background:#141414!important;border-color:#303030!important}.theme-dark .ant-color-picker-panel{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-watermark{color:#ffffff26!important}.theme-dark .ant-qrcode{background:#fff!important;border-color:#303030!important}.theme-dark .ant-tour{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-tour,.theme-dark .ant-tour-content{color:#ffffffd9!important}.theme-dark .ant-float-btn{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-float-btn:hover{background:#262626!important}.theme-dark .ant-float-btn-body,.theme-dark .ant-segmented-group{background:#1f1f1f!important}.theme-dark .ant-btn-default{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-btn-default:hover{background:#262626!important;border-color:#434343!important;color:#ffffffd9!important}.theme-dark .ant-btn-dashed{background:#1f1f1f!important;border-color:#303030!important;border-style:dashed!important;color:#ffffffd9!important}.theme-dark .ant-btn-dashed:hover{background:#262626!important;border-color:#434343!important}.theme-dark .ant-btn-link{color:#1890ff!important}.theme-dark .ant-btn-link:hover{color:#40a9ff!important}.theme-dark .ant-input-password-icon{color:#ffffff73!important}.theme-dark .ant-input-password-icon:hover{color:#ffffffd9!important}.theme-dark .ant-input-search-button{background:#1890ff!important;border-color:#1890ff!important}.theme-dark .ant-input-search-button:hover{background:#40a9ff!important;border-color:#40a9ff!important}.theme-dark .ant-input-search .ant-input-affix-wrapper:not(:hover) .ant-input-search-button,.theme-dark .ant-input-search-button:not(:hover){background:#1890ff!important;border-color:#1890ff!important}.theme-dark .ant-input-search .ant-input-affix-wrapper:hover .ant-input-search-button{background:#40a9ff!important;border-color:#40a9ff!important}.theme-dark .ant-input-search .ant-input-affix-wrapper:not(:hover) .ant-input-search-button:not(:hover){background:#1890ff!important;border-color:#1890ff!important}.theme-dark .ant-upload-btn{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-upload-btn:hover{border-color:#1890ff!important;color:#1890ff!important}.theme-dark .ant-upload-list-item,.theme-dark .ant-upload-list-item-name{color:#ffffffd9!important}.theme-dark .ant-upload-list-item-actions .anticon{color:#ffffffa6!important}.theme-dark .ant-upload-list-item-actions .anticon:hover,.theme-dark .success-title{color:#ffffffd9!important}.theme-dark .success-instructions{background:#262626!important;border:1px solid #303030!important;color:#ffffffd9!important}.theme-dark .success-instructions .instructions-title,.theme-dark .success-instructions h3{color:#ffffffd9!important}.theme-dark .success-instructions .instructions-list,.theme-dark .success-instructions li,.theme-dark .success-instructions ul,.theme-dark .success-message{color:#ffffffa6!important}.theme-dark .success-icon{color:#52c41a!important}.theme-dark .success-modal-content{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .page-header{background:linear-gradient(180deg,#1f1f1f,#262626)!important;border-color:#303030!important}.theme-dark .page-header,.theme-dark .page-header h1,.theme-dark .page-header h2,.theme-dark .page-header h3,.theme-dark .page-header h4,.theme-dark .page-header h5,.theme-dark .page-header h6{color:#ffffffd9!important}.theme-dark .page-header p{color:#ffffffa6!important}.theme-dark .ant-card{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .ant-card-head{background:#262626!important;border-bottom-color:#303030!important}.theme-dark .ant-card-head-title{color:#ffffffd9!important}.theme-dark .ant-card-extra{color:#ffffffa6!important}.theme-dark .ant-card-body{color:#ffffffd9!important}.theme-dark .ant-card-actions{background:#262626!important;border-top-color:#303030!important}.theme-dark .ant-card-actions>li{border-right-color:#303030!important}.theme-dark .ant-card-actions>li>span{color:#ffffffa6!important}.theme-dark .ant-card-actions>li>span:hover{color:#ffffffd9!important}.theme-dark .ant-card-grid{box-shadow:1px 0 0 0 #303030,0 1px 0 0 #303030,1px 1px 0 0 #303030,inset 1px 0 0 0 #303030,inset 0 1px 0 0 #303030!important}.theme-dark .ant-card-bordered,.theme-dark .ant-card-grid,.theme-dark .stat-card{border-color:#303030!important}.theme-dark .stat-card{background:#1f1f1f!important}.theme-dark .stat-card .ant-statistic-title{color:#ffffffa6!important}.theme-dark .ant-avatar,.theme-dark .stat-card .ant-statistic-content{color:#ffffffd9!important}.theme-dark .ant-avatar{background:#434343!important}.theme-dark .ant-tooltip-inner{background:#1f1f1f!important;box-shadow:0 4px 16px #0006!important;color:#ffffffd9!important}.theme-dark .ant-tooltip-arrow:before{background:#1f1f1f!important}.theme-dark .ant-empty,.theme-dark .ant-empty-description{color:#ffffff73!important}.theme-dark .ant-empty-image{opacity:.5}.theme-dark .ant-badge-status-dot{background:#434343!important}.theme-dark .ant-badge-status-text{color:#ffffffa6!important}.theme-dark .ant-badge-count{background:#ff4d4f!important;box-shadow:0 0 0 1px #1f1f1f!important;color:#fff!important}.theme-dark .ant-space-item{color:#ffffffd9!important}.theme-dark input[type=email],.theme-dark input[type=password],.theme-dark input[type=text]{-webkit-appearance:none!important;appearance:none!important;background:#141414!important}.theme-dark input[type=email]:focus,.theme-dark input[type=password]:focus,.theme-dark input[type=text]:focus{background:#141414!important;border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff33!important}.theme-dark input[type=email]:hover,.theme-dark input[type=password]:hover,.theme-dark input[type=text]:hover{background:#141414!important;border-color:#434343!important}.theme-dark input:-webkit-autofill,.theme-dark input:-webkit-autofill:active,.theme-dark input:-webkit-autofill:focus,.theme-dark input:-webkit-autofill:hover,.theme-dark textarea:-webkit-autofill,.theme-dark textarea:-webkit-autofill:active,.theme-dark textarea:-webkit-autofill:focus,.theme-dark textarea:-webkit-autofill:hover{-webkit-text-fill-color:#ffffffd9!important;background-clip:content-box!important;background-color:#141414!important;-webkit-box-shadow:inset 0 0 0 30px #141414!important}.theme-dark .page-title,.theme-dark h1.page-title,.theme-dark h2.page-title,.theme-dark h3.page-title{color:#ffffffd9!important}.theme-dark .role-card-inner{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .role-card:hover .role-card-inner{background:#262626!important;border-color:#434343!important}.theme-dark .role-card:has(.ant-radio-checked) .role-card-inner{background:#1890ff1a!important;border-color:#1890ff!important;box-shadow:0 0 0 3px #1890ff1a!important}.theme-dark .role-card-disabled .role-card-inner{opacity:.6!important}.theme-dark .role-card-disabled .role-card-inner,.theme-dark .role-card-disabled:hover .role-card-inner{background:#262626!important;border-color:#303030!important}.theme-dark .role-name{color:#ffffffd9!important}.theme-dark .role-description,.theme-dark .role-short-desc{color:#ffffffa6!important}.theme-dark .view-permissions-btn{color:#69b7ff!important}.theme-dark .view-permissions-btn:hover{color:#91caff!important}.theme-dark .farm-admin-checkbox-wrapper{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .farm-admin-description{color:#ffffffa6!important}.theme-dark .stat-item,.theme-dark .stats-grid{color:#ffffffd9!important}.theme-dark .stat-item{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .stat-number{color:#ffffffd9!important}.theme-dark .stat-label{color:#ffffffa6!important}.theme-dark .table-toolbar-advanced-filters{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .table-toolbar-advanced-filters .ant-card{background:#1f1f1f!important}.theme-dark .table-toolbar label,.theme-dark [style*="color: #262626"][style*="fontSize: '13px'"],.theme-dark [style*="color:#262626"][style*="fontSize: '13px'"]{color:#ffffffd9!important}.theme-dark [style*="border: '1px solid #e8e8e8'"]{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-row label[style*="color: #262626"],.theme-dark .ant-row label[style*="color:#262626"],.theme-dark [style*="border: '1px solid #e8e8e8'"] label,.theme-dark label[style*="color: #262626"],.theme-dark label[style*="color:#262626"]{color:#ffffffd9!important}.theme-dark .table-toolbar-advanced-filters .ant-card-head{background:#262626!important;border-bottom-color:#303030!important}.theme-dark .table-toolbar-advanced-filters .ant-card-head-title{color:#ffffffd9!important}.theme-dark .table-toolbar-advanced-filters .ant-card-body{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .table-toolbar-advanced-filters .ant-form-item-label>label{color:#ffffffd9!important}.theme-dark .table-toolbar-advanced-filters .ant-form-item-extra{color:#ffffffa6!important}.theme-dark .table-toolbar-advanced-filters .ant-divider{border-color:#303030!important}.theme-dark .table-toolbar-advanced-filters .ant-divider-horizontal.ant-divider-with-text{color:#ffffffa6!important}.theme-dark .table-toolbar-advanced-filters .ant-divider-horizontal.ant-divider-with-text:after,.theme-dark .table-toolbar-advanced-filters .ant-divider-horizontal.ant-divider-with-text:before{border-top-color:#303030!important}.theme-dark .report-card,.theme-dark .reports-card{background:#1f1f1f!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .report-card .ant-card-head,.theme-dark .reports-card .ant-card-head{background:#262626!important;border-bottom-color:#303030!important}.theme-dark .report-card .ant-card-head-title,.theme-dark .reports-card .ant-card-head-title{color:#ffffffd9!important}.theme-dark .report-card .ant-card-body,.theme-dark .reports-card .ant-card-body{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .report-card .ant-statistic-title,.theme-dark .reports-card .ant-statistic-title{color:#ffffffa6!important}.theme-dark .report-card .ant-statistic-content,.theme-dark .report-card .ant-statistic-content-value,.theme-dark .reports-card .ant-statistic-content,.theme-dark .reports-card .ant-statistic-content-value{color:#ffffffd9!important}.theme-dark .summary-card,.theme-dark .summary-cards .ant-card{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ant-drawer-content,.theme-dark .summary-card .ant-card-body,.theme-dark .summary-cards .ant-card .ant-card-body{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .ant-drawer-header{background:#262626!important;border-bottom-color:#303030!important}.theme-dark .ant-drawer-title{color:#ffffffd9!important}.theme-dark .ant-drawer-close{color:#ffffffa6!important}.theme-dark .ant-drawer-close:hover{color:#ffffffd9!important}.theme-dark .ant-drawer-body{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .table-toolbar-filter-panel,.theme-dark .table-toolbar-filter-panel .ant-card{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .table-toolbar-filter-panel .ant-card-head{background:#262626!important;border-bottom-color:#303030!important}.theme-dark .table-toolbar-filter-panel .ant-card-body{background:#1f1f1f!important}.theme-dark .active-filters-display{background:#262626!important;border-color:#303030!important;color:#ffffffd9!important}.theme-dark .active-filters-display .ant-tag{background:#1890ff33!important;border-color:#1890ff4d!important;color:#69b7ff!important}.theme-dark .active-filters-display .ant-tag-close-icon{color:#ffffffa6!important}.theme-dark .active-filters-display .ant-tag-close-icon:hover{color:#ffffffd9!important}.theme-dark [style*="background: #ffffff"],.theme-dark [style*="background:#ffffff"]{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark [style*="background: #ffffff"]:hover,.theme-dark [style*="background:#ffffff"]:hover{background:#262626!important}.theme-dark .table-toolbar-filter-tag{background:#1890ff33!important;border-color:#1890ff4d!important;color:#69b7ff!important}.theme-dark .table-toolbar-filter-tag.ant-tag-green{background:#52c41a33!important;border-color:#52c41a4d!important;color:#73d13d!important}.theme-dark .table-toolbar-filter-tag .anticon{color:inherit!important}.theme-dark .table-toolbar-advanced-btn{color:#ffffffa6!important}.theme-dark .table-toolbar-advanced-btn:hover{background:#ffffff0d!important;color:#ffffffd9!important}.theme-dark [style*="background:"][style*="0f"]{background:#ffffff1a!important}.theme-dark [style*="color: #262626"],.theme-dark [style*="color:#262626"]{color:#ffffffd9!important}.theme-dark [style*="color: #595959"],.theme-dark [style*="color:#595959"]{color:#ffffffa6!important}.theme-dark [style*="color: #8c8c8c"],.theme-dark [style*="color:#8c8c8c"]{color:#ffffff73!important}.full-height-layout{height:100vh!important;min-height:100%!important}.page-header h2{font-size:20px;font-weight:600;margin:0}.page-header p{margin:0;opacity:.85}.stat-card{border:none;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:all .3s ease}.stat-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.table-card{border:none;border-radius:12px;box-shadow:0 2px 8px #00000014}.action-buttons{display:flex;flex-wrap:wrap;gap:8px}.icon-wrapper{align-items:center;background:linear-gradient(135deg,#000,#000);border-radius:12px;box-shadow:0 2px 8px #52c41a33;color:#fff;display:inline-flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.gradient-text{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.ant-table-wrapper{border-radius:8px;overflow:hidden}.ant-table{background:#0000!important;color:#0f172a!important;font-size:13.5px!important;line-height:1.5!important}.ant-table-container{border:1px solid #e2e8f0!important;border-radius:8px!important;overflow:hidden!important}.ant-table table{border-spacing:0!important}.ant-table-thead>tr>td,.ant-table-thead>tr>th{background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;color:#64748b!important;font-size:12.5px!important;font-weight:500!important;letter-spacing:.04em!important;padding:10px 16px!important;text-transform:uppercase!important;transition:background .15s ease!important;white-space:nowrap!important}.ant-table-thead>tr>td:hover,.ant-table-thead>tr>th:hover{background:#f1f5f9!important}.ant-table-thead>tr>td:before,.ant-table-thead>tr>th:before{display:none!important}.ant-table-tbody>tr>td{border-bottom:1px solid #f1f5f9!important;color:#1e293b!important;font-size:13.5px!important;padding:12px 16px!important;transition:background .15s ease!important;vertical-align:middle!important}.ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-table-tbody>tr.ant-table-row:hover>td{background:#f8fafc!important}.ant-table-tbody>tr.ant-table-row-selected>td{background:#eff6ff!important}.ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#e0f0ff!important}.ant-table-tbody>tr:nth-child(2n)>td{background:#fafbfc}.ant-table-tbody>tr:nth-child(2n):hover>td{background:#f8fafc!important}.ant-table-column-sorter{color:#94a3b8!important}.ant-table-column-sorter-down.active,.ant-table-column-sorter-up.active{color:#3b82f6!important}.ant-table-column-sort{background:#f1f5f9!important}.ant-table-filter-trigger{border-radius:4px!important;color:#94a3b8!important;transition:all .15s ease!important}.ant-table-filter-trigger:hover{background:#e2e8f0!important;color:#64748b!important}.ant-table-filter-trigger.active{color:#3b82f6!important}.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox-inner{border-color:#cbd5e1!important;border-radius:4px!important;transition:all .15s ease!important}.ant-table-selection-column .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#0f172a!important;border-color:#0f172a!important}.ant-table-selection-column .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#94a3b8!important}.ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:#0f172a!important}.ant-table-cell-fix-left-last:after,.ant-table-cell-fix-right-first:after{box-shadow:inset 8px 0 8px -8px #0f172a0f!important}.ant-table-placeholder{border-bottom:none!important}.ant-table-placeholder .ant-empty{padding:32px 0!important}.ant-table-placeholder .ant-empty-description{color:#94a3b8!important;font-size:13.5px!important}.ant-table-wrapper .ant-spin-dot-item{background-color:#0f172a!important}.ant-table-expanded-row>td{background:#fafbfd!important;border-bottom:1px solid #e2e8f0!important;padding:16px 24px!important}.ant-table-row-expand-icon{border-color:#cbd5e1!important;border-radius:4px!important;color:#64748b!important;height:20px!important;line-height:20px!important;transition:all .15s ease!important;width:20px!important}.ant-table-row-expand-icon:hover{border-color:#94a3b8!important;color:#0f172a!important}.ant-table-pagination.ant-pagination{align-items:center!important;margin:16px 0 0!important;padding:12px 0 4px!important}.ant-pagination-item{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:6px!important;font-size:13px!important;font-weight:500!important;height:32px!important;line-height:30px!important;min-width:32px!important;transition:all .15s ease!important}.ant-pagination-item a{color:#334155!important}.ant-pagination-item:hover{background:#f8fafc!important;border-color:#cbd5e1!important}.ant-pagination-item:hover a{color:#0f172a!important}.ant-pagination-item-active{background:#0f172a!important;border-color:#0f172a!important}.ant-pagination-item-active a{color:#fff!important}.ant-pagination-item-active:hover{background:#1e293b!important;border-color:#1e293b!important}.ant-pagination-item-active:hover a{color:#fff!important}.ant-pagination-next .ant-pagination-item-link,.ant-pagination-prev .ant-pagination-item-link{align-items:center!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:6px!important;color:#334155!important;display:flex!important;height:32px!important;justify-content:center!important;min-width:32px!important;transition:all .15s ease!important}.ant-pagination-next:hover .ant-pagination-item-link,.ant-pagination-prev:hover .ant-pagination-item-link{background:#f8fafc!important;border-color:#cbd5e1!important;color:#0f172a!important}.ant-pagination-disabled .ant-pagination-item-link{background:#f8fafc!important;border-color:#e2e8f0!important;color:#cbd5e1!important;cursor:not-allowed!important}.ant-pagination-options{-webkit-margin-start:12px!important;margin-inline-start:12px!important}.ant-pagination-options .ant-select-selector{border-color:#e2e8f0!important;border-radius:6px!important;font-size:13px!important;height:32px!important}.ant-pagination-options .ant-select-selector:hover{border-color:#cbd5e1!important}.ant-pagination-jump-next,.ant-pagination-jump-prev{border-radius:6px!important}.ant-pagination-total-text{-webkit-margin-end:8px!important;font-weight:400!important;margin-inline-end:8px!important}.ant-pagination-options-quick-jumper,.ant-pagination-total-text{color:#64748b!important;font-size:13px!important}.ant-pagination-options-quick-jumper input{border:1px solid #e2e8f0!important;border-radius:6px!important;font-size:13px!important;height:32px!important;text-align:center!important;transition:all .15s ease!important;width:50px!important}.ant-pagination-options-quick-jumper input:hover{border-color:#cbd5e1!important}.ant-pagination-options-quick-jumper input:focus{border-color:#0f172a!important;box-shadow:0 0 0 2px #0f172a14!important}.ant-tag{border:1px solid #0000!important;border-radius:9999px!important;font-size:12px!important;font-weight:500!important;letter-spacing:.01em!important;line-height:20px!important;padding:1px 10px!important}.ant-tag-green{background:#f0fdf4!important;border-color:#bbf7d0!important;color:#15803d!important}.ant-tag-red{background:#fef2f2!important;border-color:#fecaca!important;color:#b91c1c!important}.ant-tag-blue{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1d4ed8!important}.ant-tag-orange{background:#fff7ed!important;border-color:#fed7aa!important;color:#c2410c!important}.ant-tag-purple{background:#faf5ff!important;border-color:#e9d5ff!important;color:#7e22ce!important}.ant-tag-pink{background:#fdf2f8!important;border-color:#fbcfe8!important;color:#be185d!important}.ant-tag-cyan{background:#ecfeff!important;border-color:#a5f3fc!important;color:#0e7490!important}.ant-tag-gold{background:#fffbeb!important;border-color:#fde68a!important;color:#b45309!important}.ant-tag-lime{background:#f7fee7!important;border-color:#bef264!important;color:#4d7c0f!important}.ant-tag-magenta{background:#fdf2f8!important;border-color:#f0abfc!important;color:#a21caf!important}.ant-tag-volcano{background:#fff1f0!important;border-color:#ffccc7!important;color:#cf1322!important}.ant-tag-geekblue{background:#f0f5ff!important;border-color:#adc6ff!important;color:#1d39c4!important}.ant-tag-default{background:#f1f5f9!important;border-color:#e2e8f0!important;color:#475569!important}.ant-table-tbody .ant-btn-text{border-radius:6px!important;color:#64748b!important;transition:all .15s ease!important}.ant-table-tbody .ant-btn-text:hover{background:#f1f5f9!important;color:#0f172a!important}.ant-dropdown-menu{border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:0 4px 24px #0f172a14,0 2px 8px #0f172a0a!important;padding:4px!important}.ant-dropdown-menu-item{border-radius:4px!important;color:#334155!important;font-size:13px!important;padding:6px 12px!important;transition:all .1s ease!important}.ant-dropdown-menu-item:hover{background:#f8fafc!important;color:#0f172a!important}.ant-dropdown-menu-item-danger{color:#dc2626!important}.ant-dropdown-menu-item-danger:hover{background:#fef2f2!important;color:#b91c1c!important}.ant-dropdown-menu-item-divider{background:#f1f5f9!important;margin:4px 8px!important}.ant-card{border:1px solid #e2e8f0!important;box-shadow:0 1px 3px #0f172a0a!important;transition:box-shadow .2s ease!important}.ant-btn-primary{border:none}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#999;border-radius:3px}::-webkit-scrollbar-thumb{background:#00000080;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#00000080}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-in}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes heartbeat{0%,to{transform:scale(1)}10%,30%{transform:scale(1.1)}20%,40%{transform:scale(1)}}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px) rotate(-5deg)}75%{transform:translateX(5px) rotate(5deg)}}.professional-sidebar{background:#000!important}.professional-sidebar .ant-layout-sider-trigger{background:#000!important;border-top:1px solid #333!important;color:#ffffffa6!important;transition:all .2s ease!important}.professional-sidebar .ant-layout-sider-trigger:hover{background:#1a1a1a!important;color:#ffffffd9!important}.theme-dark .ant-layout-sider-trigger{background:linear-gradient(180deg,#1f1f1f,#262626)!important;border-top:1px solid #303030!important;color:#ffffffa6!important;transition:all .2s ease!important}.theme-dark .ant-layout-sider-trigger:hover{background:linear-gradient(180deg,#262626,#303030)!important;color:#ffffffd9!important}.theme-dark .professional-sidebar .ant-layout-sider-trigger{background:#000!important;border-top:1px solid #333!important;color:#ffffffa6!important}.theme-dark .professional-sidebar .ant-layout-sider-trigger:hover{background:#1a1a1a!important;color:#ffffffd9!important}.professional-sidebar::-webkit-scrollbar{width:6px}.professional-sidebar::-webkit-scrollbar-track{background:#1f1f1f;border-radius:3px}.professional-sidebar::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}.professional-sidebar::-webkit-scrollbar-thumb:hover{background:#595959}.mobile-sidebar-drawer .ant-drawer-body::-webkit-scrollbar{width:6px}.mobile-sidebar-drawer .ant-drawer-body::-webkit-scrollbar-track{background:#1f1f1f;border-radius:3px}.mobile-sidebar-drawer .ant-drawer-body::-webkit-scrollbar-thumb{background:#434343;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}.mobile-sidebar-drawer .ant-drawer-body::-webkit-scrollbar-thumb:hover{background:#595959}.mobile-sidebar-drawer .ant-menu,.professional-sidebar .ant-menu{flex:1 1!important;max-height:calc(100vh - 144px)!important;overflow-x:hidden!important;overflow-y:auto!important}.mobile-sidebar-drawer .ant-menu-item,.mobile-sidebar-drawer .ant-menu-submenu,.professional-sidebar .ant-menu-item,.professional-sidebar .ant-menu-submenu{display:block!important}.search-modal-scrollable::-webkit-scrollbar{width:6px}.search-modal-scrollable::-webkit-scrollbar-track{background:#fafafa;border-radius:3px}.search-modal-scrollable::-webkit-scrollbar-thumb{background:#0003;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}.search-modal-scrollable::-webkit-scrollbar-thumb:hover{background:#00000059}.mobile-sidebar-drawer .professional-menu-white::-webkit-scrollbar{width:6px}.mobile-sidebar-drawer .professional-menu-white::-webkit-scrollbar-track{background:#fafafa;border-radius:3px}.mobile-sidebar-drawer .professional-menu-white::-webkit-scrollbar-thumb{background:#0003;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}.mobile-sidebar-drawer .professional-menu-white::-webkit-scrollbar-thumb:hover{background:#00000059}.professional-menu-white,.professional-menu-white *,.professional-menu-white .ant-menu,.professional-menu-white .ant-menu-inline,.professional-menu-white .ant-menu-item,.professional-menu-white .ant-menu-submenu,.professional-menu-white .ant-menu-submenu-inner,.professional-menu-white .ant-menu-submenu-popup,.professional-menu-white .ant-menu-submenu-title{animation:none!important;transition:none!important;-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important}.professional-menu-white .ant-menu-submenu-inline>.ant-menu{animation:none!important;transition:none!important}.professional-menu-white .ant-menu-item-group-title{color:#ffffffa6!important;font-size:11px!important;font-weight:600!important;letter-spacing:1px!important;margin-top:8px!important;padding:16px 16px 8px!important;text-transform:uppercase!important}.professional-menu-white .ant-menu-item{border:none!important;border-radius:4px!important;color:#ffffffd9!important;font-size:16px!important;font-weight:400!important;height:40px!important;line-height:40px!important;margin:2px 4px!important;padding-left:12px!important;padding-right:12px!important}.professional-menu-white .ant-menu-item-selected,.professional-menu-white .ant-menu-item:hover{background:#52c41a33!important;color:#52c41a!important}.professional-menu-white .ant-menu-item-selected{font-weight:500!important}.professional-menu-white .ant-menu-item-selected:hover{color:#73d13d!important}.professional-menu-white .ant-menu-item-selected:after{display:none!important}.professional-menu-white .ant-menu-submenu .ant-menu{animation:none!important;margin:0!important;padding:0!important;transition:none!important}.professional-menu-white .ant-menu-submenu-inner,.professional-menu-white .ant-menu-submenu-inner>.ant-menu-submenu-title,.professional-menu-white .ant-motion-collapse,.professional-menu-white .ant-motion-collapse-active,.professional-menu-white .ant-motion-collapse-enter,.professional-menu-white .ant-motion-collapse-leave{animation:none!important;transition:none!important}.professional-menu-white .ant-menu-item-icon{color:#ffffffa6!important;font-size:20px!important;margin-right:10px!important}.professional-menu-white .ant-menu-item-selected .ant-menu-item-icon,.professional-menu-white .ant-menu-item:hover .ant-menu-item-icon{color:#52c41a!important}.professional-menu-white .ant-menu-item-selected:hover .ant-menu-item-icon{color:#73d13d!important}.professional-menu-white .ant-menu-submenu-title{border:none!important;border-radius:4px!important;color:#ffffffd9!important;font-size:16px!important;font-weight:500!important;height:40px!important;line-height:40px!important;margin:2px 4px!important;padding-left:12px!important;padding-right:12px!important}.professional-menu-white .ant-menu-submenu-title:hover{background:#52c41a33!important;color:#52c41a!important}.professional-menu-white .ant-menu-submenu-open>.ant-menu-submenu-title{color:#fffffff2!important;font-weight:500!important}.professional-menu-white .ant-menu-submenu-title .ant-menu-item-icon{color:#ffffffa6!important;font-size:20px!important;margin-right:10px!important}.professional-menu-white .ant-menu-submenu-title:hover .ant-menu-item-icon{color:#52c41a!important}.professional-menu-white .ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-item-icon{color:#ffffffd9!important}.professional-menu-white .ant-menu-submenu-arrow{color:#ffffffa6!important}.professional-menu-white .ant-menu-submenu-title:hover .ant-menu-submenu-arrow{color:#52c41a!important}.professional-menu-white .ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow{color:#ffffffd9!important}.professional-menu-white .ant-menu-submenu .ant-menu-item{border-radius:4px!important;color:#ffffffd9!important;font-size:15px!important;height:36px!important;line-height:36px!important;margin:2px 4px!important;padding-left:36px!important}.professional-menu-white .ant-menu-submenu .ant-menu-item:hover .ant-menu-item-icon{color:#52c41a!important}.form-content{background:#fff;border-radius:8px;padding:24px;transition:none!important}.theme-dark .form-content{background:#1f1f1f!important;border:1px solid #303030!important;color:#ffffffd9!important}.theme-dark .form-content-wrapper{background:#141414!important}.theme-dark .form-content h1,.theme-dark .form-content h2,.theme-dark .form-content h3,.theme-dark .form-content h4,.theme-dark .form-content h5,.theme-dark .form-content h6{color:#ffffffd9!important}.theme-dark .form-content p{color:#ffffffa6!important}.professional-menu-white .ant-menu-submenu .ant-menu-item .ant-menu-item-icon{color:#ffffffa6!important;font-size:18px!important;margin-right:8px!important}.professional-menu-white .ant-menu-item-group{margin-bottom:12px!important}.professional-menu-white .ant-menu-item-group:first-child{margin-top:0!important}.modern-menu .ant-menu-item:first-child,.modern-menu .ant-menu-submenu:first-child{margin-top:8px!important}.professional-menu-white .ant-menu-submenu .ant-menu-item:hover{background:#52c41a33!important;color:#52c41a!important}.professional-menu-white .ant-menu-submenu .ant-menu-item-selected{background:#52c41a33!important;color:#52c41a!important;font-weight:500!important}.professional-menu-white .ant-menu-submenu .ant-menu-item-selected:hover{color:#73d13d!important}.professional-menu-white .ant-menu-submenu .ant-menu-item-selected .ant-menu-item-icon{color:#52c41a!important}.professional-menu-white .ant-menu-submenu .ant-menu-item-selected:hover .ant-menu-item-icon{color:#73d13d!important}.professional-sidebar.ant-layout-sider-collapsed .professional-menu-white .ant-menu-item-group-title{display:none!important}.professional-sidebar.ant-layout-sider-collapsed .professional-menu-white .ant-menu-item{border-radius:4px!important;height:40px!important;line-height:40px!important;margin:2px 4px!important;padding-left:20px!important;padding-right:20px!important;text-align:center!important}.professional-sidebar.ant-layout-sider-collapsed .professional-menu-white .ant-menu-item-selected{background:#52c41a33!important;border-radius:4px!important;color:#52c41a!important}.professional-sidebar.ant-layout-sider-collapsed .professional-menu-white .ant-menu-item-selected:hover{background:#52c41a4d!important;color:#73d13d!important}.professional-sidebar.ant-layout-sider-collapsed .professional-menu-white .ant-menu-item-icon{font-size:20px!important;margin-right:0!important}.professional-sidebar.ant-layout-sider-collapsed .professional-menu-white .ant-menu-submenu-title{border-radius:4px!important;cursor:pointer!important;height:40px!important;line-height:40px!important;margin:2px 4px!important;padding-left:20px!important;padding-right:20px!important}.professional-sidebar.ant-layout-sider-collapsed .professional-menu-white .ant-menu-submenu-title:hover{color:#262626!important}.professional-sidebar.ant-layout-sider-collapsed .professional-menu-white .ant-menu-submenu-arrow{display:none!important}.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-popup,.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-title{pointer-events:auto!important}.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-popup{background:#fff!important;border:1px solid #e8e8e8!important;border-radius:4px!important;box-shadow:0 2px 8px #0000001a!important;margin-left:8px!important;padding:4px!important;position:fixed!important;z-index:1050!important}.ant-menu-submenu-popup{z-index:1050!important}.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-popup .ant-menu-item{border-radius:4px!important;color:#595959!important;font-size:15px!important;font-weight:400!important;height:36px!important;line-height:36px!important;margin:2px 0!important;padding-left:12px!important;padding-right:12px!important;text-align:left!important}.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-popup .ant-menu-item-icon{color:#8c8c8c!important;font-size:18px!important;margin-right:8px!important}.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-popup .ant-menu-item:hover{background:#e9ecef!important;color:#495057!important}.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-popup .ant-menu-item:hover .ant-menu-item-icon{color:#495057!important}.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-popup .ant-menu-item-selected{background:#52c41a33!important;color:#52c41a!important;font-weight:500!important}.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-popup .ant-menu-item-selected:hover{background:#ffd7004d!important;color:#73d13d!important}.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-popup .ant-menu-item-selected .ant-menu-item-icon{color:#52c41a!important}.professional-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-popup .ant-menu-item-selected:hover .ant-menu-item-icon{color:#73d13d!important}.logo-expanded{min-height:120px}.logo-collapsed{min-height:80px}.logo-expanded h4,.logo-expanded small{animation:fadeIn .3s ease;display:block}.logo-collapsed h4,.logo-collapsed small{display:none}@media (max-width:1023px){.desktop-sidebar{transition:transform .3s ease}.desktop-sidebar,.desktop-sidebar.ant-layout-sider-collapsed{transform:translateX(-100%)}.main-layout-content{margin-left:0!important}}@media (max-width:767px){.responsive-header-title{font-size:16px!important}.professional-sidebar{display:none}.mobile-sidebar-drawer .ant-drawer-body{background:#000!important;padding:0!important}.mobile-sidebar-drawer .ant-drawer-header{display:none}.mobile-sidebar-drawer .professional-menu-white{padding-top:40px!important}.mobile-sidebar-drawer .professional-menu-white .ant-menu-item:first-child,.mobile-sidebar-drawer .professional-menu-white .ant-menu-submenu:first-child{margin-top:8px!important}.mobile-sidebar-drawer .professional-menu-white .ant-menu-item{border-radius:4px!important;font-size:16px!important;height:40px!important;line-height:40px!important;margin:2px 4px!important;padding-left:12px!important}.mobile-sidebar-drawer .professional-menu-white .ant-menu-item-icon{font-size:20px!important;margin-right:10px!important}.mobile-sidebar-drawer .professional-menu-white .ant-menu-submenu-title{border-radius:4px!important;font-size:16px!important;height:40px!important;line-height:40px!important;margin:2px 4px!important;padding-left:12px!important}.mobile-sidebar-drawer .professional-menu-white .ant-menu-submenu-title .ant-menu-item-icon{font-size:20px!important;margin-right:10px!important}}@media (min-width:768px) and (max-width:1023px){.desktop-sidebar{max-width:0!important;min-width:0!important;width:0!important}.desktop-sidebar .ant-layout-sider-children{display:none}.responsive-header{padding:0 24px!important}}@media (max-width:767px){.page-header{margin-bottom:1rem!important;padding:1.5rem 1rem!important}.page-header h2{font-size:1.5rem!important}.stat-card{margin-bottom:16px}}.professional-menu-white:not(.compact-menu) .ant-menu-item{font-size:16px!important;font-weight:500!important;height:44px!important;line-height:44px!important;margin:2px 4px!important;padding-left:16px!important;padding-right:16px!important}.professional-menu-white:not(.compact-menu) .ant-menu-item-icon{font-size:20px!important;margin-right:12px!important}.professional-menu-white:not(.compact-menu) .ant-menu-submenu-title{font-size:16px!important;font-weight:500!important;height:44px!important;line-height:44px!important;margin:2px 4px!important;padding-left:16px!important;padding-right:16px!important}.professional-menu-white:not(.compact-menu) .ant-menu-submenu-title .ant-menu-item-icon{font-size:22px!important;margin-right:12px!important}.professional-menu-white:not(.compact-menu) .ant-menu-submenu .ant-menu-item{font-size:15px!important;height:40px!important;line-height:40px!important;margin:2px 4px!important;padding-left:48px!important}.professional-menu-white:not(.compact-menu) .ant-menu-submenu .ant-menu-item .ant-menu-item-icon{font-size:18px!important;margin-right:10px!important}.professional-menu-white:not(.compact-menu) .ant-menu-item-group-title{font-size:12px!important;font-weight:600!important;margin-top:8px!important;padding:16px 16px 8px!important}.compact-menu .ant-menu-item{font-size:14px!important;height:32px!important;line-height:32px!important;margin:1px 3px!important;padding-left:10px!important;padding-right:10px!important}.compact-menu .ant-menu-item-icon{font-size:16px!important;margin-right:8px!important}.compact-menu .ant-menu-submenu-title{font-size:14px!important;height:32px!important;line-height:32px!important;margin:1px 3px!important;padding-left:10px!important;padding-right:10px!important}.compact-menu .ant-menu-submenu-title .ant-menu-item-icon{font-size:18px!important;margin-right:8px!important}.compact-menu .ant-menu-submenu .ant-menu-item{font-size:13px!important;height:30px!important;line-height:30px!important;margin:1px 3px!important;padding-left:32px!important}.compact-menu .ant-menu-submenu .ant-menu-item .ant-menu-item-icon{font-size:16px!important;margin-right:6px!important}.compact-menu .ant-menu-item-group-title{font-size:10px!important;margin-top:4px!important;padding:12px 12px 6px!important}.compact-menu .ant-menu-item:first-child,.compact-menu .ant-menu-submenu:first-child{margin-top:4px!important}.theme-dark .ingredient-breakdown-modal .ant-modal-content{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .ingredient-breakdown-modal .ant-modal-header{background:#1f1f1f!important;border-bottom-color:#303030!important}.theme-dark .ingredient-breakdown-modal .ant-modal-title{color:#ffffffd9!important}.theme-dark .ingredient-breakdown-modal .ant-modal-title .anticon{color:#69b7ff!important}.theme-dark .ingredient-breakdown-modal .ant-modal-body{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .ingredient-breakdown-content{color:#ffffffd9!important}.theme-dark .ingredient-breakdown-summary{border-color:#1890ff4d!important}.theme-dark .ingredient-breakdown-summary,.theme-dark .ingredient-breakdown-summary [style*="background: #f0f9ff"],.theme-dark .ingredient-breakdown-summary [style*="background:#f0f9ff"]{background:linear-gradient(135deg,#1890ff26,#1890ff1a)!important}.theme-dark .ingredient-breakdown-summary [style*="border: '1px solid #91d5ff'"],.theme-dark .ingredient-breakdown-summary [style*="border: 1px solid #91d5ff"],.theme-dark .ingredient-breakdown-summary [style*="border:1px solid #91d5ff"]{border-color:#1890ff4d!important}.theme-dark .ingredient-item-session{background:#faad1426!important;border-color:#faad144d!important}.theme-dark .ingredient-item-session [style*="background: #fff7e6"],.theme-dark .ingredient-item-session [style*="background:#fff7e6"]{background:#faad1426!important}.theme-dark .ingredient-item-session [style*="border: '1px solid #ffd591'"],.theme-dark .ingredient-item-session [style*="border: 1px solid #ffd591"],.theme-dark .ingredient-item-session [style*="border:1px solid #ffd591"]{border-color:#faad144d!important}.theme-dark .ingredient-item-session [style*="color: #595959"],.theme-dark .ingredient-item-session [style*="color:#595959"]{color:#ffffffd9!important}.theme-dark .ingredient-item-session [style*="color: #fa8c16"],.theme-dark .ingredient-item-session [style*="color:#fa8c16"]{color:#ffc53d!important}.theme-dark .ingredient-item-day{background:#1890ff26!important;border-color:#1890ff4d!important}.theme-dark .ingredient-item-day [style*="background: #e6f7ff"],.theme-dark .ingredient-item-day [style*="background:#e6f7ff"]{background:#1890ff26!important}.theme-dark .ingredient-item-day [style*="border: '1px solid #91d5ff'"],.theme-dark .ingredient-item-day [style*="border: 1px solid #91d5ff"],.theme-dark .ingredient-item-day [style*="border:1px solid #91d5ff"]{border-color:#1890ff4d!important}.theme-dark .ingredient-item-day [style*="color: #595959"],.theme-dark .ingredient-item-day [style*="color:#595959"]{color:#ffffffd9!important}.theme-dark .ingredient-item-day [style*="color: #1890ff"],.theme-dark .ingredient-item-day [style*="color:#1890ff"]{color:#69b7ff!important}.theme-dark .ingredient-pen-header{background:#52c41a26!important;border-color:#52c41a4d!important}.theme-dark .ingredient-pen-header [style*="background: #f6ffed"],.theme-dark .ingredient-pen-header [style*="background:#f6ffed"]{background:#52c41a26!important}.theme-dark .ingredient-pen-header [style*="border: '1px solid #b7eb8f'"],.theme-dark .ingredient-pen-header [style*="border: 1px solid #b7eb8f"],.theme-dark .ingredient-pen-header [style*="border:1px solid #b7eb8f"]{border-color:#52c41a4d!important}.theme-dark .ingredient-pen-header [style*="color: #52c41a"],.theme-dark .ingredient-pen-header [style*="color:#52c41a"]{color:#73d13d!important}.theme-dark .ingredient-item-pen{background:#262626!important;border-color:#303030!important}.theme-dark .ingredient-item-pen [style*="background: #ffffff"],.theme-dark .ingredient-item-pen [style*="background:#ffffff"]{background:#262626!important}.theme-dark .ingredient-item-pen [style*="border: '1px solid #d9d9d9'"],.theme-dark .ingredient-item-pen [style*="border: 1px solid #d9d9d9"],.theme-dark .ingredient-item-pen [style*="border:1px solid #d9d9d9"]{border-color:#303030!important}.theme-dark .ingredient-item-pen [style*="color: #595959"],.theme-dark .ingredient-item-pen [style*="color:#595959"]{color:#ffffffd9!important}.theme-dark .ingredient-item-pen [style*="color: #52c41a"],.theme-dark .ingredient-item-pen [style*="color:#52c41a"]{color:#73d13d!important}.theme-dark .ingredient-breakdown-modal .ant-card{background:#1f1f1f!important;border-color:#303030!important}.theme-dark .ingredient-breakdown-modal .ant-card-head{background:#262626!important;border-bottom-color:#303030!important}.theme-dark .ingredient-breakdown-modal .ant-card-head-title{color:#ffffffd9!important}.theme-dark .ingredient-breakdown-modal .ant-card-body{background:#1f1f1f!important;color:#ffffffd9!important}.theme-dark .ingredient-breakdown-modal .ant-typography{color:#ffffffd9!important}.theme-dark .ingredient-breakdown-modal .ant-typography-secondary{color:#ffffffa6!important}.theme-dark .ingredient-breakdown-modal [style*="color: #1890ff"],.theme-dark .ingredient-breakdown-modal [style*="color:#1890ff"]{color:#69b7ff!important}.theme-dark .ingredient-breakdown-modal [style*="color: #52c41a"],.theme-dark .ingredient-breakdown-modal [style*="color:#52c41a"]{color:#73d13d!important}.theme-dark .ingredient-breakdown-modal [style*="color: #fa8c16"],.theme-dark .ingredient-breakdown-modal [style*="color:#fa8c16"]{color:#ffc53d!important}.theme-dark .ingredient-breakdown-summary .ant-typography-secondary{color:#ffffffa6!important}.theme-dark .ingredient-breakdown-content::-webkit-scrollbar-track{background:#1f1f1f!important}.theme-dark .ingredient-breakdown-content::-webkit-scrollbar-thumb{background:#434343!important}.theme-dark .ingredient-breakdown-content::-webkit-scrollbar-thumb:hover{background:#595959!important}@media (max-width:1023px){.dashboard-welcome-container{align-items:stretch!important;flex-direction:column!important}.dashboard-welcome-content{flex:none!important;margin-bottom:16px;width:100%!important}.dashboard-system-tip-container{align-items:stretch!important;width:100%!important}.dashboard-system-tip-card{max-width:100%!important;width:100%!important}}
/*# sourceMappingURL=main.4da9abdf.css.map*/