@charset "UTF-8";.loading-screen{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--admin-text-secondary)}.loading-screen__spinner{width:48px;height:48px;border-radius:50%;border:4px solid #eeeeee;border-top-color:#2c5f8d;animation:loading-spin .9s linear infinite}.loading-screen__text{margin:0;font-size:.875rem}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar{width:260px;height:100vh;background-color:var(--admin-sidebar-bg);border-right:1px solid var(--admin-border);display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:1030;transition:background-color .25s ease-in-out,border-color .25s ease-in-out}.sidebar__logo{height:64px;padding:0 1.5rem;border-bottom:1px solid var(--admin-border);display:flex;align-items:center;gap:.5rem}.sidebar__logo-mark{width:36px;height:36px;border-radius:8px;display:block;object-fit:cover;border:none}.sidebar__logo-text{display:flex;flex-direction:column;gap:2px;min-width:0}.sidebar__logo-title{font-size:1rem;font-weight:600;color:var(--admin-text-primary)}.sidebar__logo-subtitle{font-size:.75rem;color:var(--admin-text-tertiary)}.sidebar__nav{flex:1;overflow-y:auto;padding:1rem .5rem}.sidebar__nav::-webkit-scrollbar{width:8px;height:8px}.sidebar__nav::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:4px}.sidebar__nav::-webkit-scrollbar-thumb{background-color:#bdbdbd;border-radius:4px}.sidebar__nav::-webkit-scrollbar-thumb:hover{background-color:#a4a4a4}.sidebar__menu{list-style:none;margin:0;padding:0}.sidebar__menu li{margin:0 0 .25rem;padding:0}.sidebar__link{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;color:var(--admin-text-secondary);text-decoration:none;transition:all .25s ease-in-out;border-radius:8px}.sidebar__link:hover{background-color:var(--admin-sidebar-hover);color:var(--admin-text-primary)}.sidebar__link--active{background-color:var(--admin-sidebar-active);color:var(--admin-text-primary);font-weight:500;box-shadow:inset 0 0 0 1px #fca31133}.sidebar__icon{width:24px;height:24px;color:currentColor}.sidebar__text{font-size:1rem}.header{height:64px;background-color:var(--admin-header-bg);border-bottom:1px solid var(--admin-border);position:sticky;top:0;z-index:1020;display:flex;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 20px -16px var(--admin-shadow-strong);transition:background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out}.header__content{height:100%;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header__left{flex:1;display:flex;align-items:center;gap:1rem;min-width:0}.header__brand{display:flex;flex-direction:column;gap:2px;min-width:0}.header__kicker{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--admin-text-tertiary);margin:0}.header__title{margin:0;font-size:1.25rem;font-weight:600;color:var(--admin-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__right{display:flex;align-items:center;gap:1rem}.header__role{font-size:.875rem;color:var(--admin-text-secondary)}.header__user{display:flex;align-items:center;justify-content:center;gap:.5rem}.header__user-info{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.header__user-name{font-size:.875rem;font-weight:500;color:var(--admin-text-primary)}.header__user-role{font-size:.75rem;color:var(--admin-text-secondary);text-transform:capitalize;background-color:var(--admin-surface-muted);padding:2px 8px;border-radius:4px}.header__user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#fca311,#ffb432);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;box-shadow:0 6px 16px -10px #00000059}.header__logout{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:1rem;font-weight:500;line-height:1.5;border-radius:8px;border:none;cursor:pointer;transition:all .25s ease-in-out;-webkit-user-select:none;user-select:none}.header__logout:disabled{opacity:.6;cursor:not-allowed}.header__logout{padding:.25rem 1rem;background-color:transparent;border:1px solid var(--admin-border);color:var(--admin-text-primary);font-size:.875rem;border-radius:8px;transition:all .25s ease-in-out}.header__logout:hover{background-color:var(--admin-surface-muted);border-color:#2c5f8d;color:#2c5f8d}.admin-layout{display:flex;min-height:100vh;background-color:var(--admin-bg-secondary);transition:background-color .25s ease-in-out}.admin-layout__main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh;background:var(--admin-gradient);transition:background .25s ease-in-out}.admin-layout__content{padding:2rem 2rem 3rem;flex:1;max-width:1400px;width:100%;margin-left:auto;margin-right:auto}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1rem}.page-header__eyebrow{margin:0 0 .25rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--admin-text-tertiary)}.page-header__title{margin:0;font-size:1.5rem;color:var(--admin-text-primary)}.page-header__subtitle{margin:.25rem 0 0;color:var(--admin-text-secondary);max-width:720px}.page-header__actions{display:flex;align-items:center;gap:.5rem}.page-header--center{text-align:center;flex-direction:column;align-items:center}.page-header--center .page-header__actions{justify-content:center}@media(min-width:640px){.page-header{flex-direction:column;align-items:flex-start}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;padding:0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;color:var(--admin-text-primary);background-color:var(--admin-bg-secondary);transition:background-color .25s ease-in-out,color .25s ease-in-out;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}a{color:#fca311;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#e89300}ul,ol{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25}html::-webkit-scrollbar{width:8px;height:8px}html::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:4px}html::-webkit-scrollbar-thumb{background-color:#bdbdbd;border-radius:4px}html::-webkit-scrollbar-thumb:hover{background-color:#a4a4a4}h1,.h1{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--admin-text-primary)}h2,.h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--admin-text-primary)}h3,.h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--admin-text-primary)}h4,.h4{font-size:1.125rem;font-weight:500;margin-bottom:.5rem;color:var(--admin-text-primary)}h5,.h5{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:var(--admin-text-primary)}h6,.h6{font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--admin-text-secondary)}p{margin-bottom:1rem;color:var(--admin-text-secondary)}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:2rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:var(--admin-text-primary)}.text-secondary{color:var(--admin-text-secondary)}.text-tertiary{color:var(--admin-text-tertiary)}.text-disabled{color:var(--admin-text-disabled)}.text-success{color:#34a853}.text-warning{color:#fbbc04}.text-error{color:#ea4335}.text-info{color:#4285f4}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root{color-scheme:light;--admin-bg-primary: #f5f7fa;--admin-bg-secondary: #edf2f7;--admin-surface: #ffffff;--admin-surface-muted: #f8f9fa;--admin-surface-elevated: #ffffff;--admin-text-primary: #1a202c;--admin-text-secondary: #4a5568;--admin-text-tertiary: #718096;--admin-text-disabled: #a0aec0;--admin-text-inverse: #f8fafc;--admin-border: #e2e8f0;--admin-border-muted: #edf2f7;--admin-shadow-color: rgba(15, 23, 42, .08);--admin-shadow-strong: rgba(15, 23, 42, .2);--admin-header-bg: rgba(255, 255, 255, .92);--admin-sidebar-bg: #ffffff;--admin-sidebar-hover: rgba(44, 95, 141, .08);--admin-sidebar-active: rgba(252, 163, 17, .12);--admin-gradient: linear-gradient(180deg, #edf2f7 0%, #f5f7fa 55%, #ffffff 100%)}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}.m-0{margin:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-0{padding:0}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-grid{display:grid}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-baseline{align-items:baseline}.align-stretch{align-items:stretch}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.w-full{width:100%}.w-auto{width:auto}.w-50{width:50%}.h-full{height:100%}.h-auto{height:auto}.h-screen{height:100vh}.loading{pointer-events:none;opacity:.6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.page{display:flex;flex-direction:column;gap:1.5rem}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.two-column-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem}@media(min-width:768px){.two-column-grid{grid-template-columns:1fr}}.subtle-panel{background:var(--admin-surface);border:1px dashed var(--admin-border);border-radius:12px;padding:1.5rem}.card{background-color:var(--admin-surface);border:1px solid var(--admin-border);border-radius:12px;box-shadow:0 1px 3px 0 var(--admin-shadow-color),0 1px 2px 0 var(--admin-shadow-color);padding:1.5rem;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out,border-color .25s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out}.card--interactive{cursor:pointer;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out}.card--interactive:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card--muted{background-color:var(--admin-surface-muted);border-style:dashed;color:var(--admin-text-secondary)}.card__title{margin:0 0 .25rem;color:var(--admin-text-primary);font-size:1.125rem}.card__subtitle{margin:0 0 .5rem;color:var(--admin-text-secondary)}.card__list{margin:.5rem 0 0;padding-left:1rem;color:var(--admin-text-secondary)}.card__list li{margin-bottom:.25rem}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:4px 10px;font-size:.75rem;border-radius:999px;border:1px solid transparent;background-color:var(--admin-surface-muted);color:var(--admin-text-primary)}.badge--success{background-color:#34a8531f;color:#34a853;border-color:#34a85333}.badge--warning{background-color:#fbbc0424;color:#fbbc04;border-color:#fbbc0433}.badge--info{background-color:#52a0c01f;color:#2c5f8d;border-color:#2c5f8d33}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:1rem;font-weight:500;line-height:1.5;border-radius:8px;border:none;cursor:pointer;transition:all .25s ease-in-out;-webkit-user-select:none;user-select:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn{padding:.5rem 1rem;border:1px solid transparent;border-radius:8px}.btn--primary{background-color:#fca311;color:#fff}.btn--primary:hover:not(:disabled){background-color:#e18d03}.btn--primary:active:not(:disabled){background-color:#cd8003}.btn--secondary{background-color:#2c5f8d;color:#fff}.btn--secondary:hover:not(:disabled){background-color:#224a6e}.btn--secondary:active:not(:disabled){background-color:#1d405e}.btn--ghost{background-color:transparent;border-color:var(--admin-border);color:var(--admin-text-primary)}.btn--ghost:hover{background-color:var(--admin-surface-muted)}.icon-btn{width:38px;height:38px;border-radius:8px;border:1px solid var(--admin-border);background:var(--admin-surface);color:var(--admin-text-primary);display:flex;align-items:center;justify-content:center;transition:background-color .25s ease-in-out,border-color .25s ease-in-out}.icon-btn:hover{background-color:var(--admin-surface-muted);border-color:#2c5f8d;color:#2c5f8d}.table-card{overflow:hidden}.table-card table{width:100%;border-collapse:collapse}.table-card th,.table-card td{padding:.5rem;text-align:left;font-size:.875rem;color:var(--admin-text-secondary)}.table-card th{background:var(--admin-surface-muted);color:var(--admin-text-primary);font-weight:600;border-bottom:1px solid var(--admin-border)}.table-card tr+tr td{border-top:1px solid var(--admin-border)}.table-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;color:var(--admin-text-secondary)}.ant-modal .ant-modal-header{border-bottom:1px solid var(--admin-border);padding:1.5rem 2rem}.ant-modal .ant-modal-body{padding:1.5rem 2rem}.ant-modal .ant-modal-footer{border-top:1px solid var(--admin-border);padding:1rem 2rem}.ant-modal .ant-modal-title{font-weight:600;color:var(--admin-text-primary)}.ant-form .ant-form-item-label>label{font-weight:500;color:var(--admin-text-primary);font-size:.875rem}.ant-form .ant-form-item-explain-error{font-size:.75rem}.ant-input,.ant-input-number,.ant-select-selector,.ant-picker{border-radius:8px;font-size:.875rem}.ant-input:hover,.ant-input-number:hover,.ant-select-selector:hover,.ant-picker:hover{border-color:#ffb432}.ant-input:focus,.ant-input.ant-input-focused,.ant-input.ant-select-focused .ant-select-selector,.ant-input.ant-picker-focused,.ant-input-number:focus,.ant-input-number.ant-input-focused,.ant-input-number.ant-select-focused .ant-select-selector,.ant-input-number.ant-picker-focused,.ant-select-selector:focus,.ant-select-selector.ant-input-focused,.ant-select-selector.ant-select-focused .ant-select-selector,.ant-select-selector.ant-picker-focused,.ant-picker:focus,.ant-picker.ant-input-focused,.ant-picker.ant-select-focused .ant-select-selector,.ant-picker.ant-picker-focused{border-color:#fca311;box-shadow:0 0 0 2px #fca3111a}.ant-input-number{width:100%}.ant-input-disabled,.ant-input-number-disabled,.ant-select-disabled .ant-select-selector{background-color:var(--admin-surface-muted);color:var(--admin-text-disabled)}.ant-input-textarea .ant-input{border-radius:8px}.ant-input-search .ant-input-group{display:flex;align-items:stretch}.ant-input-search .ant-input{flex:1 1 auto}.ant-input-search .ant-input-group-addon{display:flex}.ant-input-search .ant-input-search-btn{height:auto;align-self:stretch;display:inline-flex;align-items:center;justify-content:center}.ant-select-dropdown{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ant-switch.ant-switch-checked{background-color:#fca311}.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background-color:#e89300}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#fca311;border-color:#fca311}.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#fca311}.ant-picker-dropdown .ant-picker-panel-container{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background-color:#fca311}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:#fca311}.ant-btn{font-weight:500;transition-property:all;transition-duration:.25s ease-in-out;transition-timing-function:ease-in-out;border-radius:8px}.ant-btn.ant-btn-primary.ant-btn-variant-solid:not(.ant-btn-background-ghost){background-color:#fca311;border-color:#fca311}.ant-btn.ant-btn-primary.ant-btn-variant-solid:not(.ant-btn-background-ghost):hover:not(:disabled){background-color:#ffb432;border-color:#ffb432}.ant-btn.ant-btn-primary.ant-btn-variant-solid:not(.ant-btn-background-ghost):active:not(:disabled){background-color:#e89300;border-color:#e89300}.ant-btn.ant-btn-default:hover:not(:disabled){color:#fca311;border-color:#fca311}.ant-btn.ant-btn-text:hover:not(:disabled){background-color:#fca3111a}.ant-btn.ant-btn-dangerous.ant-btn-primary.ant-btn-variant-solid:not(.ant-btn-background-ghost){background-color:#ea4335;border-color:#ea4335}.ant-btn.ant-btn-dangerous.ant-btn-primary.ant-btn-variant-solid:not(.ant-btn-background-ghost):hover:not(:disabled){background-color:#ec584c;border-color:#ec584c}.ant-btn.ant-btn-dangerous.ant-btn-text{color:#ea4335}.ant-btn.ant-btn-dangerous.ant-btn-text:hover:not(:disabled){background-color:#ea43351a}.ant-tag{border-radius:999px;font-size:.75rem;font-weight:500;padding:4px 12px;border:none}.ant-tag.ant-tag-success{background-color:#34a8531f;color:#34a853}.ant-tag.ant-tag-processing{background-color:#4285f41f;color:#4285f4}.ant-tag.ant-tag-error{background-color:#ea43351f;color:#ea4335}.ant-tag.ant-tag-warning{background-color:#fbbc0424;color:#b08403}.ant-tag.ant-tag-default{background-color:var(--admin-surface-muted);color:var(--admin-text-secondary)}.ant-table .ant-table-thead>tr>th{background-color:var(--admin-surface-muted);color:var(--admin-text-primary);font-weight:600;font-size:.875rem;border-bottom:1px solid var(--admin-border)}.ant-table .ant-table-tbody>tr>td{font-size:.875rem;color:var(--admin-text-secondary);border-bottom:1px solid var(--admin-border-muted)}.ant-table .ant-table-tbody>tr:hover>td{background-color:var(--admin-surface-muted)}.alert-toast{--alert-title-color: #1a202c;--alert-icon-color: #1a202c;--alert-icon-bg: rgba(26, 32, 44, .15);--alert-border-color: #1a202c}.alert-toast--success{--alert-title-color: #269b24;--alert-icon-color: #269b24;--alert-icon-bg: rgba(4, 228, 0, .15);--alert-border-color: #269b24}.alert-toast--info{--alert-title-color: #124fff;--alert-icon-color: #124fff;--alert-icon-bg: rgba(71, 119, 255, .15);--alert-border-color: #124fff}.alert-toast--warning{--alert-title-color: #db970e;--alert-icon-color: #db970e;--alert-icon-bg: rgba(255, 163, 13, .15);--alert-border-color: #db970e}.alert-toast--error{--alert-title-color: #d10d0d;--alert-icon-color: #d10d0d;--alert-icon-bg: rgba(252, 12, 12, .15);--alert-border-color: #d10d0d}.alert-toast__text{display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;gap:2px}.alert-toast__title,.alert-toast__message{margin:0}.alert-toast__title{color:var(--alert-title-color);font-size:17px;font-weight:700}.alert-toast__message{font-size:14px;color:#555}.alert-toast__body{display:flex;align-items:center;gap:12px;position:relative;z-index:1;width:100%}.alert-toast__icon,.ant-notification-notice.alert-toast .ant-notification-notice-icon{width:36px;height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;background-color:var(--alert-icon-bg);border-radius:50%;color:var(--alert-icon-color);margin-left:0;margin-right:4px;flex-shrink:0}.alert-toast__icon svg,.ant-notification-notice.alert-toast .ant-notification-notice-icon svg{width:17px;height:17px;display:block;fill:currentColor;stroke:currentColor}.alert-toast__close-icon{width:18px;height:18px;display:block;fill:currentColor;stroke:currentColor;color:#555;cursor:pointer}.ant-message .ant-message-notice-content{border-radius:8px;box-shadow:#959da533 0 8px 24px}.ant-message .ant-message-notice.alert-toast .ant-message-notice-content{width:340px;min-height:72px;padding:12px 16px 12px 20px;background-color:#fff;box-shadow:#959da533 0 8px 24px;border-radius:8px;position:relative;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;border-left:4px solid var(--alert-border-color)}.ant-notification .ant-notification-notice-wrapper.alert-toast{padding:0;background:transparent;box-shadow:none}.ant-notification .ant-notification-notice.alert-toast{width:340px;min-height:72px;padding:12px 40px 12px 20px;border-radius:8px;background-color:#fff;box-shadow:#959da533 0 8px 24px;position:relative;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;border-left:4px solid var(--alert-border-color)}.ant-notification .ant-notification-notice.alert-toast .ant-notification-notice-content{padding:0;background:transparent;position:relative;z-index:1;width:100%}.ant-notification .ant-notification-notice.alert-toast .ant-notification-notice-with-icon{display:flex;align-items:center;gap:12px}.ant-notification .ant-notification-notice.alert-toast .ant-notification-notice-icon{position:static;margin:0}.ant-notification .ant-notification-notice.alert-toast .ant-notification-notice-message,.ant-notification .ant-notification-notice.alert-toast .ant-notification-notice-description{margin:0;padding:0}.ant-notification .ant-notification-notice.alert-toast .ant-notification-notice-close{top:50%;right:12px;transform:translateY(-50%);color:#555;opacity:1;z-index:2;cursor:pointer}.ant-tooltip .ant-tooltip-content .ant-tooltip-inner{background:var(--admin-surface-elevated)!important;color:var(--admin-text-primary)!important;border:1px solid var(--admin-border)!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;border-radius:8px;font-size:.75rem;line-height:1.45}.ant-tooltip .ant-tooltip-arrow:before{background:var(--admin-surface-elevated)!important}.ant-tooltip .ant-tooltip-inner{border-radius:8px;font-size:.75rem}.ant-dropdown .ant-dropdown-menu{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{font-size:.875rem}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#fca31114}.ant-skeleton .ant-skeleton-title,.ant-skeleton .ant-skeleton-paragraph>li{background:linear-gradient(90deg,#edf2f7 25%,#f4f7fa 37%,#edf2f7 63%);background-size:400% 100%;animation:ant-skeleton-loading 1.4s ease infinite}@keyframes ant-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.ant-space.ant-space-horizontal,.ant-space.ant-space-vertical{gap:.5rem}
