:root{--yc-color-bg: #fff;--yc-color-bg-subtle: #fafafa;--yc-color-bg-muted: #f5f5f5;--yc-color-primary: #1677ff;--yc-color-primary-hover: #4096ff;--yc-color-primary-bg: #f0f7ff;--yc-color-danger: #ff4d4f;--yc-color-error: #f5222d;--yc-color-success: #52c41a;--yc-color-text: #333;--yc-color-text-heading: #262626;--yc-color-text-secondary: #666;--yc-color-text-tertiary: #999;--yc-color-text-quaternary: #8c8c8c;--yc-color-text-disabled: #bfbfbf;--yc-color-border: #e8e8e8;--yc-color-border-dashed: #d9d9d9;--yc-color-border-light: #f0f0f0;--yc-color-border-subtle: #f5f5f5;--yc-scrollbar-thumb: rgba(0, 0, 0, .18);--yc-scrollbar-thumb-hover: rgba(0, 0, 0, .35);--yc-radius-sm: 4px;--yc-radius-md: 6px;--yc-radius-lg: 12px;--yc-space-xs: 4px;--yc-space-sm: 8px;--yc-space-md: 12px;--yc-space-lg: 16px;--yc-space-xl: 20px;--yc-space-xxl: 24px;--yc-shadow-card: 0 1px 4px rgba(0, 0, 0, .08)}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.yc-page-card{background:var(--yc-color-bg);border-radius:var(--yc-radius-lg)}.yc-detail-body{padding:10px 0}.yc-detail-body-compact{padding:10px}.yc-detail-section{margin-bottom:30px}.yc-detail-title{margin-bottom:var(--yc-space-xl);font-weight:600}.yc-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--yc-space-lg)}.yc-detail-grid-item-span-2{grid-column:1 / -1}.yc-detail-label{color:var(--yc-color-text-secondary)}.yc-pre-block{max-height:300px;padding:var(--yc-space-sm);margin:0;overflow:auto;font-size:12px;background:var(--yc-color-bg-muted);border-radius:var(--yc-radius-sm)}.yc-muted-title{margin-bottom:var(--yc-space-sm);font-size:12px;color:var(--yc-color-text-tertiary)}.yc-tag-list{display:flex;flex-wrap:wrap;gap:var(--yc-space-sm)}.yc-tag-list .ant-tag{margin-bottom:0}.yc-panel-gap{margin-bottom:var(--yc-space-lg)}.yc-flex-between-start{display:flex;align-items:flex-start;justify-content:space-between}.yc-flex-start{display:flex}.yc-media-border{border:1px solid var(--yc-color-border);border-radius:var(--yc-radius-sm)}.yc-header-top{padding:var(--yc-space-md) var(--yc-space-xxl) var(--yc-space-md) var(--yc-space-md);border-bottom:1px solid var(--yc-color-border)}.yc-header-brand,.yc-header-actions{display:flex;align-items:center}.yc-header-actions{gap:var(--yc-space-xl)}.yc-header-logo{cursor:pointer}.yc-header-title{margin:0 0 0 var(--yc-space-md)!important}.yc-header-bell{font-size:20px;color:var(--yc-color-text-secondary);cursor:pointer}.yc-success-mark{color:var(--yc-color-success)}.yc-danger-mark{color:var(--yc-color-error)}.yc-inline-icon-muted{margin-left:var(--yc-space-sm);color:var(--yc-color-text-tertiary)}.yc-platform-card{margin-bottom:var(--yc-space-lg)}.yc-platform-main{margin-right:var(--yc-space-xl)}.yc-platform-title{margin-bottom:var(--yc-space-sm)}.yc-platform-type{color:var(--yc-color-text-secondary)}.yc-platform-description{margin-top:var(--yc-space-lg);word-wrap:break-word}.yc-platform-section{margin-top:var(--yc-space-md)}.yc-platform-block{margin-bottom:var(--yc-space-lg)}.yc-platform-card .ant-tag,.yc-platform-content-card .ant-tag{margin-bottom:var(--yc-space-sm)}.yc-notice-drawer-layout{display:flex;height:calc(100vh - 105px)}.yc-notice-drawer-list{width:45%;padding:0 var(--yc-space-md) 0 0;padding-right:var(--yc-space-md);overflow-y:auto;border-right:1px solid var(--yc-color-border-light)}.yc-notice-drawer-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:var(--yc-space-sm) 0;color:var(--yc-color-text);background:var(--yc-color-bg)}.yc-notice-drawer-header .ant-btn{padding:0}.yc-notice-drawer-detail{flex:1 1;padding:0 0 0 var(--yc-space-xxl)}.yc-notice-item.ant-list-item{padding:var(--yc-space-md);margin-bottom:var(--yc-space-lg);cursor:pointer;border-radius:var(--yc-radius-lg)}.yc-notice-item-unread{background:var(--yc-color-bg);border:1px solid var(--yc-color-border)}.yc-notice-item-read{background:var(--yc-color-bg-subtle);border:1px solid var(--yc-color-border-subtle);opacity:.7}.yc-notice-item-selected{background:var(--yc-color-primary-bg);border:1px solid var(--yc-color-primary)}.yc-notice-item-selected.ant-list-item{border-block-end:1px solid var(--yc-color-primary)}.yc-notice-item-inner{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.yc-notice-item-content{flex:1 1}.yc-notice-item-meta{display:flex;align-items:center;margin-bottom:var(--yc-space-lg)}.yc-notice-item-title,.yc-notice-item-time{font-size:12px;color:var(--yc-color-text-tertiary)}.yc-notice-item-read .yc-notice-item-title{color:var(--yc-color-text-disabled)}.yc-notice-item-read .yc-notice-item-time{color:var(--yc-color-border)}.yc-notice-item-time{margin-left:var(--yc-space-lg)}.yc-notice-item-dot{width:10px;height:10px;margin-left:var(--yc-space-md);background:var(--yc-color-danger);border-radius:50%}.yc-notice-item-text{font-size:14px;font-weight:500;line-height:1.4;color:var(--yc-color-text)}.yc-notice-item-read .yc-notice-item-text{font-weight:400;color:var(--yc-color-text-quaternary)}.yc-notice-delete-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;margin-top:-4px}.yc-notice-delete-icon{font-size:14px;color:var(--yc-color-text-tertiary)}.yc-notice-item-read .yc-notice-delete-icon{color:var(--yc-color-border)}.yc-notice-detail-card{padding:var(--yc-space-xxl);background:var(--yc-color-bg-subtle);border:1px solid var(--yc-color-border);border-radius:var(--yc-radius-lg)}.yc-notice-detail-header{display:flex;align-items:center;padding-bottom:var(--yc-space-lg);margin-bottom:var(--yc-space-xxl);border-bottom:1px solid var(--yc-color-border)}.yc-notice-detail-title,.yc-notice-detail-time,.yc-notice-detail-content{font-size:16px}.yc-notice-detail-title{font-weight:500;color:var(--yc-color-text)}.yc-notice-detail-time{margin-left:var(--yc-space-lg);color:var(--yc-color-text-tertiary)}.yc-notice-detail-content{line-height:1.6;color:var(--yc-color-text)}.yc-notice-empty,.yc-notice-footer{color:var(--yc-color-text-tertiary);text-align:center}.yc-notice-empty{padding-top:150px;font-size:14px}.yc-notice-footer{padding:var(--yc-space-lg) 0}.yc-notice-footer-text{margin-top:var(--yc-space-sm)}.yc-media-upload{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:var(--yc-media-upload-height);overflow:hidden;background:var(--yc-color-bg-subtle);border:1px dashed var(--yc-color-border-dashed);border-radius:var(--yc-radius-md)}.yc-media-upload-empty{color:var(--yc-color-text-heading);text-align:center;cursor:pointer;background:var(--yc-color-bg);border-color:var(--yc-color-primary)}.yc-media-upload-disabled{cursor:not-allowed}.yc-media-upload-preview{background:var(--yc-color-bg);border-style:solid}.yc-media-upload-icon{font-size:34px;color:var(--yc-color-primary)}.yc-media-upload-title{margin-top:var(--yc-space-lg);font-size:16px}.yc-media-upload-tip{margin-top:var(--yc-space-sm);font-size:13px;color:var(--yc-color-text-quaternary)}.yc-media-upload-media{width:100%;height:100%;object-fit:contain}.yc-media-upload-image{display:block;width:auto;max-width:100%;height:100%;margin:0 auto;object-fit:contain;object-position:center;cursor:zoom-in}.yc-media-upload-remove{position:absolute;top:var(--yc-space-sm);right:var(--yc-space-sm);pointer-events:none;opacity:0;transition:opacity .2s}.yc-media-upload-remove-visible{pointer-events:auto;opacity:.55}.yc-media-upload-remove-button{color:rgba(255,255,255,"88%")!important;background:rgba(0,0,0,"28%")!important}.w-e-full-screen-container{z-index:1100!important;background:var(--yc-color-bg, #fff)}.ant-pro-form-group-container{flex-wrap:nowrap!important}.ant-pro-table-search .ant-btn-icon{display:none!important}.ant-pro-table .ant-pro-table-list-toolbar:empty+.ant-table-wrapper,.ant-pro-table .ant-pro-card-body>.ant-table-wrapper:first-child{padding-block-start:24px;padding-inline:24px}.ant-drawer .ant-pro-table .ant-pro-card-body{padding-inline:0}.ant-drawer .ant-pro-table .ant-pro-table-list-toolbar:empty+.ant-table-wrapper,.ant-drawer .ant-pro-table .ant-pro-card-body>.ant-table-wrapper:first-child{padding-inline:0;padding-block:0}.ant-btn{gap:0!important}.ant-btn-sm,.ant-btn-color-link.ant-btn-variant-link{padding:0 2px!important}.ant-menu-light.ant-menu-root.ant-menu-inline,.ant-menu-light>.ant-menu.ant-menu-root.ant-menu-inline,.ant-menu-light.ant-menu-root.ant-menu-vertical,.ant-menu-light>.ant-menu.ant-menu-root.ant-menu-vertical{border-inline-end:none!important}.ant-table-wrapper .ant-table-content,.ant-table-wrapper .ant-table-body{scrollbar-width:thin}.ant-table-wrapper .ant-table-content::-webkit-scrollbar,.ant-table-wrapper .ant-table-body::-webkit-scrollbar{width:8px;height:8px}.ant-table-wrapper .ant-table-content::-webkit-scrollbar-track,.ant-table-wrapper .ant-table-body::-webkit-scrollbar-track{background:transparent;border-radius:999px}.ant-table-wrapper .ant-table-content::-webkit-scrollbar-thumb,.ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb{background:var(--yc-scrollbar-thumb);border:2px solid transparent;border-radius:999px;background-clip:content-box}.ant-table-wrapper .ant-table-content::-webkit-scrollbar-thumb:hover,.ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb:hover{background:var(--yc-scrollbar-thumb-hover);background-clip:content-box}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--yc-scrollbar-thumb) transparent}.content-main{height:100%;background:var(--yc-color-bg);border-radius:var(--yc-radius-lg);padding:12px;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent;border-radius:999px}::-webkit-scrollbar-thumb{background:var(--yc-scrollbar-thumb);border-radius:999px;border:2px solid transparent;background-clip:content-box;-webkit-transition:background .2s;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:var(--yc-scrollbar-thumb-hover);background-clip:content-box}::-webkit-scrollbar-corner{background:transparent}
