.global-float-widget{position:fixed;z-index:1000}.global-float-trigger{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:move;transition:transform .2s ease;user-select:none}.global-float-trigger.no-task{background:linear-gradient(135deg,#52c41a,#73d13d);box-shadow:0 4px 16px #52c41a66}.global-float-trigger.has-task{background:linear-gradient(135deg,#ff4d4f,#ff7875);box-shadow:0 4px 16px #ff4d4f66;animation:globalFloatBlink 1.5s ease-in-out infinite}@keyframes globalFloatBlink{0%,to{opacity:1}50%{opacity:.6}}.global-float-trigger:hover{transform:scale(1.08)}.global-float-panel{position:absolute;width:280px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;overflow:hidden;animation:globalFloatSlideUp .2s ease}@keyframes globalFloatSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.global-float-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#1677ff,#4096ff);color:#fff;font-weight:500;font-size:14px}.global-float-close{cursor:pointer;font-size:14px;opacity:.8;transition:opacity .2s}.global-float-close:hover{opacity:1}.global-float-panel-body{max-height:360px;overflow-y:auto}.global-float-item{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f5f5f5}.global-float-item:last-child{border-bottom:none}.global-float-item:hover{background:#f6f8fa}.global-float-item-icon{font-size:16px;flex-shrink:0}.global-float-item-label{flex:1;font-size:13px;color:#000000bf}.app-header{display:flex;justify-content:space-between;align-items:center;padding:0 24px;height:64px;background:linear-gradient(135deg,#ffffff 0%,#f8faff 100%);border-bottom:1px solid #e0e8f5;box-shadow:0 3px 12px #1890ff1a,0 1px 4px #0000000f;z-index:1000}.header-left{display:flex;align-items:center;gap:12px}.header-tenant-name{font-size:15px;font-weight:600;color:#1890ff;white-space:nowrap}.header-page-separator{color:#d9d9d9;font-size:16px;user-select:none}.header-page-title{font-size:15px;font-weight:600;color:#333;white-space:nowrap}.tenant-tag{margin-right:16px;display:inline-flex;align-items:center;font-weight:500;font-size:14px;padding:4px 12px;border-radius:4px;transition:all .3s ease}.tenant-tag:hover{opacity:.8;transform:translateY(-1px)}.tenant-select{width:220px!important;margin-right:16px!important;margin-left:8px!important;font-size:14px!important}.tenant-management{display:flex;align-items:center}.header-left .logo{font-size:22px;color:#1890ff;display:flex;align-items:center}.header-right{display:flex;align-items:center;gap:24px}.notification-badge{cursor:pointer}.notification-icon{font-size:20px;color:#000000a6}.notification-icon:hover{color:#1890ff}.user-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#000000a6}.username{font-weight:500}.role-name{color:#00000073}.app-sider{background:linear-gradient(180deg,#ffffff 0%,#f8faff 100%);border-right:1px solid #e0e8f5;box-shadow:3px 0 12px #1890ff14;position:relative!important;overflow:visible!important}.app-sider-inner{height:calc(100vh - 64px);overflow-y:auto;overflow-x:hidden}.app-sider-inner::-webkit-scrollbar{width:8px}.app-sider-inner::-webkit-scrollbar-track{background:#f0f4ff;border-radius:4px;border:1px solid #d0e0ff}.app-sider-inner::-webkit-scrollbar-thumb{background:#1677ff;border-radius:4px;border:1px solid #0958d9;min-height:20px;max-height:50%}.app-sider-inner::-webkit-scrollbar-thumb:hover{background:#0958d9}.sider-resize-handle{position:absolute;top:0;right:-3px;width:6px;height:100%;cursor:col-resize;z-index:10;background:transparent;transition:background .15s}.sider-resize-handle:hover{background:#1890ff66}.sider-resize-handle--active{background:#1890ff!important}.app-menu{padding:16px 0}.app-main{flex:1;background-color:#eef2f8;overflow:hidden}.app-content{padding:24px;overflow:auto;min-height:calc(100vh - 64px)}@media (max-width: 768px){.app-sider{width:100%;position:fixed;left:0;top:64px;bottom:0;z-index:100}.app-content{padding:16px}.header-right{gap:16px}.header-left .logo{font-size:16px}}@media (max-width: 480px){.app-header{padding:0 16px}.app-content{padding:12px}.header-left .logo{font-size:14px}.user-info{display:none}}.app-footer{text-align:center;padding:8px 0;font-size:12px;color:#999;background:#f0f2f5}.app-footer a{color:#999;text-decoration:none}.app-footer a:hover{color:#1890ff}.app-footer-divider{margin:0 8px;color:#d9d9d9}.scrollable-container{height:100%;overflow:hidden;position:relative}.scrollable-content{height:100%;overflow-y:auto;overflow-x:auto;padding-right:4px;padding-bottom:4px}.scrollable-content::-webkit-scrollbar{width:8px;height:8px}.scrollable-content::-webkit-scrollbar-track{background:#f0f4ff;border-radius:4px}.scrollable-content::-webkit-scrollbar-thumb{background:#1677ff;border-radius:4px;transition:background .3s ease}.scrollable-content::-webkit-scrollbar-thumb:hover{background:#0958d9}.scrollable-content{scrollbar-width:thin;scrollbar-color:#1677ff #f0f4ff}.table-scrollable-container{height:60vh;overflow:hidden;position:relative;border:1px solid #d9d9d9;border-radius:4px}.table-scrollable-content{height:100%;overflow-y:auto;overflow-x:auto}.scrollable-container-40vh{height:40vh}.scrollable-container-50vh{height:50vh}.scrollable-container-60vh{height:60vh}.scrollable-container-70vh{height:70vh}.scrollable-container-80vh{height:80vh}.scrollable-container-90vh{height:90vh}.max-scrollable-container{max-height:60vh;overflow:hidden;position:relative}.max-scrollable-content{max-height:100%;overflow-y:auto;padding-right:4px}.no-horizontal-scroll{overflow-x:hidden!important}.hidden-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hidden-scrollbar::-webkit-scrollbar{display:none}.loading-overlay{position:absolute;inset:0;background-color:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}.user-management-container ::-webkit-scrollbar,.role-management-container ::-webkit-scrollbar{width:8px;height:8px}.user-management-container ::-webkit-scrollbar-track,.role-management-container ::-webkit-scrollbar-track{background:#f0f4ff;border-radius:4px;border:1px solid #d0e0ff}.user-management-container ::-webkit-scrollbar-thumb,.role-management-container ::-webkit-scrollbar-thumb{background:#1677ff;border-radius:4px}.user-management-container ::-webkit-scrollbar-thumb:hover,.role-management-container ::-webkit-scrollbar-thumb:hover{background:#0958d9}.app-layout{min-height:100vh}.app-content{min-height:100vh;background-color:#f0f2f5}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#f0f2f5}.login-form{width:400px;padding:40px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026}.login-footer{margin-top:24px;text-align:center;font-size:12px;color:#999}.login-footer a{color:#999;text-decoration:none}.login-footer a:hover{color:#1890ff}.login-footer-divider{margin:0 8px;color:#d9d9d9}.login-form h2{text-align:center;margin-bottom:40px;color:#1890ff;font-size:24px;font-weight:700}.login-form .ant-form-item{margin-bottom:24px}.login-form-button{height:40px;font-size:16px}.site-form-item-icon{color:#00000040}.dashboard-card{margin-bottom:24px}.management-container{padding:24px}.management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.filter-bar{display:flex;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.action-buttons{display:flex;gap:8px;margin-bottom:16px}.finance-container{padding:24px}.finance-card{margin-bottom:24px}.finance-stats{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.stat-card{flex:1;min-width:200px}.table-wrapper{background-color:#fff;border-radius:2px;padding:16px}.form-wrapper{background-color:#fff;border-radius:2px;padding:24px}.pagination-wrapper{display:flex;justify-content:flex-end;margin-top:16px}.modal-form{max-height:60vh;overflow-y:auto}@media (max-width: 768px){.management-header{flex-direction:column;align-items:flex-start;gap:12px}.action-buttons{width:100%;justify-content:flex-start}.filter-bar{flex-direction:column;align-items:stretch}.finance-stats{flex-direction:column}.stat-card{min-width:100%}}.template-list-table.ant-table-wrapper .ant-table{border:1px solid #d0d0d0!important;border-radius:4px!important}.template-list-table.ant-table-wrapper .ant-table-thead>tr>th,.template-list-table.ant-table-wrapper .ant-table-thead>tr>td{border-bottom:1px solid #d0d0d0!important;border-right:1px solid #e0e0e0!important}.template-list-table.ant-table-wrapper .ant-table-tbody>tr>td,.template-list-table.ant-table-wrapper .ant-table-tbody-virtual-holder .ant-table-cell{border-bottom:1px solid #e8e8e8!important;border-right:1px solid #e0e0e0!important}.template-list-table.ant-table-wrapper .ant-table-thead>tr>th:last-child,.template-list-table.ant-table-wrapper .ant-table-tbody>tr>td:last-child,.template-list-table.ant-table-wrapper .ant-table-tbody-virtual-holder .ant-table-cell:last-child{border-right:none!important}.iw-float-btn{position:fixed;right:32px;bottom:48px;width:52px;height:52px;border-radius:50%;background:#fff;border:1px solid #f0f0f0;box-shadow:0 4px 16px #0000001f;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;transition:all .25s ease}.iw-float-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.iw-float-icon{font-size:24px;color:#8c8c8c}.iw-float-btn.has-warning{background:#fff2f0;border-color:#ffccc7}.iw-float-btn.has-warning .iw-float-icon{color:#ff4d4f;animation:iw-float-pulse 1.8s ease-in-out infinite}@keyframes iw-float-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.iw-float-popover .ant-popover-inner{padding:0}.iw-float-panel{width:320px;max-height:460px;display:flex;flex-direction:column}.iw-float-panel-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;font-weight:600;font-size:14px}.iw-float-panel-head a{font-size:12px;font-weight:400}.iw-float-loading{display:flex;justify-content:center;padding:24px 0}.iw-float-body{overflow-y:auto;padding:8px 0}.iw-float-group{padding:4px 0}.iw-float-group-title{display:flex;align-items:center;padding:6px 16px 4px}.iw-float-group-count{color:#8c8c8c;font-size:12px}.iw-float-item{display:flex;align-items:center;gap:8px;padding:7px 16px;cursor:pointer;transition:background .2s}.iw-float-item:hover{background:#f5f5f5}.iw-float-item-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.iw-float-item-msg{font-size:13px;color:#000000bf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.iw-float-more{padding:6px 16px;font-size:12px;color:#1677ff;cursor:pointer}.iw-float-more:hover{text-decoration:underline}@media (max-width: 768px){.iw-float-btn{right:20px;bottom:72px;width:46px;height:46px}.iw-float-icon{font-size:20px}.iw-float-panel{width:280px}}.home-container{padding:24px}.welcome-section{margin-bottom:24px;padding:16px 0;border-bottom:1px solid #f0f0f0}.welcome-section .ant-typography{margin-bottom:8px}.pending-section{margin-bottom:32px}.pending-header{display:flex;align-items:center;margin-bottom:20px}.task-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.task-card{position:relative;display:flex;align-items:center;gap:14px;padding:20px;background:#fff;border-radius:10px;border:1px solid #f0f0f0;cursor:pointer;transition:all .25s ease;box-shadow:0 1px 3px #0000000a}.task-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001a;border-color:var(--card-color, #1677ff)}.task-card-icon{font-size:28px;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:color-mix(in srgb,var(--card-color, #1677ff) 10%,transparent)}.task-card-info{display:flex;flex-direction:column;gap:4px}.task-card-label{font-size:14px;color:#000000a6}.task-card-count{font-size:24px;font-weight:600;line-height:1}.task-card-dot{position:absolute;top:12px;right:12px}@media (max-width: 1200px){.task-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.home-container{padding:16px}.task-grid{grid-template-columns:repeat(2,1fr);gap:12px}.task-card{padding:16px}.task-card-icon{font-size:22px;width:40px;height:40px}.task-card-count{font-size:20px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{min-height:100vh;display:flex;flex-direction:column}.page-container{flex:1;display:flex;background-color:#f0f2f5}.content-wrapper{flex:1;padding:24px;overflow:auto}.custom-card{margin-bottom:24px;border-radius:2px}.form-item{margin-bottom:16px}.form-row{display:flex;gap:16px}.button-group{display:flex;gap:8px;margin-top:16px}.table-container{margin-top:16px}.loading-container{display:flex;justify-content:center;align-items:center;height:400px}.empty-container{text-align:center;padding:60px 20px}.error-message{color:#ff4d4f;font-size:12px;line-height:1.5;margin-top:4px}.success-message{color:#52c41a;font-size:12px;line-height:1.5;margin-top:4px}
