.notification-container{max-width:650px;margin:0 auto;padding:20px;animation:fadeIn .3s ease}.header-section{display:flex;justify-content:space-between;align-items:center;gap:12px}.header-left{display:flex;flex-direction:column}.notif-title{margin-bottom:0}.notif-subtitle{font-size:13px}.header-actions{display:flex;align-items:center}.mark-all-btn{display:inline-flex;align-items:center}.notif-content{display:flex;align-items:center;justify-content:space-between}.notif-avatar{width:45px;height:45px;border-radius:50%;overflow:hidden;background-color:#007bff;color:#fff;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:15px}.notif-avatar .notif-profile-image{width:100%;height:100%;object-fit:cover}.notif-text{flex-grow:1;display:flex;flex-direction:column;margin-right:15px}.notif-message{font-size:13px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-delete-btn{font-size:18px;color:#999;cursor:pointer;padding:5px;transition:color .2s;flex-shrink:0}.notif-delete-btn:hover{color:#dc3545}.notif-list{margin-top:12px}.notif-card-advanced{margin-bottom:12px;border-radius:16px;cursor:pointer;transition:all .25s ease-in-out;background:#fff;border:1px solid #f0f0f0}.notif-card-advanced:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000001f}.notif-content{display:flex;gap:14px;align-items:center}.notif-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#1677ff,#4ba3ff);display:flex;align-items:center;justify-content:center;color:#fff;font-size:19px;font-weight:700;flex-shrink:0;box-shadow:0 2px 6px #1677ff66}.notif-text{flex:1}.notif-sender{font-size:15px;display:block;color:#111}.notif-message{font-size:14px;color:#333;margin-top:2px}.notif-time{display:block;font-size:12px;margin-top:5px;color:#777}.notif-delete-btn{color:#ff4d4f;font-size:18px;cursor:pointer;padding:6px;border-radius:8px;transition:.2s;flex-shrink:0}.notif-delete-btn:hover{background:#fff1f0}.notif-empty{text-align:center;margin-top:40px;opacity:.9}.custom-loader{width:45px;height:45px;border:5px solid #e6e6e6;border-top-color:#1890ff;border-radius:50%;animation:spin .9s linear infinite;margin:60px auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.notification-container{max-width:100%;padding:14px 10px}.header-section{flex-direction:column;align-items:flex-start;gap:6px}.notif-title{font-size:20px}.notif-subtitle{font-size:12px}.header-actions{width:100%}.mark-all-btn{width:100%;justify-content:center;font-size:14px;padding:6px 0}.notif-card-advanced{border-radius:12px}.notif-content{align-items:flex-start}.notif-avatar{width:42px;height:42px;font-size:16px}.notif-sender{font-size:14px}.notif-message{font-size:13px}.notif-time{font-size:11px}.notif-delete-btn{font-size:18px;padding:4px}}@media(max-width:480px){.notification-container{padding:10px 8px}.notif-card-advanced{margin-bottom:10px}.notif-content{gap:10px}}.ctx-menu{position:fixed;background:#fff;border:1px solid #dcdcdc;border-radius:8px;width:180px;z-index:999999;box-shadow:0 4px 20px #00000026;padding:6px 0;animation:fadeIn .12s ease-out;transform:translate(-8px,-8px)}.ctx-item{padding:10px 14px;font-size:14px;cursor:pointer;transition:.2s}.ctx-item:hover{background:#f4f4f4}.ctx-item.danger{color:#ff3b30}.ctx-divider{margin:6px 0;border:none;border-top:1px solid #ececec}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.msg-image{pointer-events:auto!important}.chat-container{display:flex;height:80vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.user-item{display:flex;align-items:center;padding:10px 15px;cursor:pointer;border-bottom:1px solid #eee;transition:background-color .2s}.user-item:hover{background-color:#f5f5f5}.user-item.active{background-color:#e0e0e0}.user-item .left-col{display:flex;align-items:center;flex-grow:1}.user-item .avatar{width:45px;height:45px;border-radius:50%;background-color:#007bff;color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;margin-right:12px}.user-item .avatar .profile-image-thumb{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-item .u-info{line-height:1.3}.user-item .u-name{font-size:15px;color:#333}.user-item .u-sub{font-size:12px;color:#888;display:flex;align-items:center}.user-item .u-sub .dot{width:8px;height:8px;border-radius:50%;margin-right:5px;flex-shrink:0}.user-item .u-sub .dot.online{background-color:#28a745}.user-item .u-sub .dot.offline{background-color:#6c757d}.chat-header{display:flex;align-items:center;padding:15px 20px;background-color:#f8f9fa;border-bottom:1px solid #ddd;font-size:1.1rem;font-weight:600;color:#333}.active-user-avatar{width:35px;height:35px;border-radius:50%;background-color:#000;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-right:10px}.active-user-avatar .active-profile-image{width:100%;height:100%;object-fit:cover}.user-item .unread-badge{background-color:#dc3545;color:#fff;font-size:12px;font-weight:700;padding:2px 7px;border-radius:12px;margin-left:10px;flex-shrink:0}.users-panel{width:300px;border-right:1px solid #e6e6e6;background:#fff;overflow-y:auto}.chat-panel{flex:1;display:flex;flex-direction:column;background:#f8f9fb}.chat-header{padding:12px 16px;border-bottom:1px solid #eee;font-weight:600;background:#fff}.empty-state{margin:40px auto;text-align:center}.empty-image{width:240px;border-radius:12px}.empty-title{margin-top:12px;font-size:18px}.empty-sub{color:#666;margin-top:6px}.user-item{padding:10px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #fafafa;cursor:pointer}.user-item:hover{background:#fafafa}.left-col{display:flex;gap:10px;align-items:center}.avatar{width:44px;height:44px;border-radius:50%;background:#007bff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.u-info{display:flex;flex-direction:column}.u-name{font-size:15px}.u-sub{color:#888;font-size:12px;margin-top:2px;display:flex;align-items:center;gap:6px}.dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px}.dot.online{background:#28a745}.dot.offline{background:#ccc}.unread-badge{background:#ff3b30;color:#fff;padding:6px 8px;border-radius:16px;font-weight:700;font-size:12px}.chat-body{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.bubble-row{display:flex}.bubble-row.right{justify-content:flex-end}.bubble-row.left{justify-content:flex-start}.bubble{max-width:65%;padding:10px 12px;border-radius:12px;background:#fff;box-shadow:0 2px 6px #0000000a}.bubble.me{background:#e6f7ff}.msg-status-footer{display:flex;justify-content:space-between;align-items:center;margin-top:6px;font-size:12px;color:#666;gap:8px}.time{font-size:11px;color:#777}.read-indicator{font-size:12px;margin-left:8px}.read-indicator.read{color:#0a66ff}.read-indicator.delivered{color:#999}.send-box{display:flex;gap:8px;padding:12px;align-items:center;border-top:1px solid #eee;background:#fff}.send-box input[type=text]{flex:1;padding:10px 12px;border-radius:8px;border:1px solid #e6e6e6;outline:none}.send-btn{border:none;background:#0a66ff;color:#fff;padding:8px 12px;border-radius:8px;cursor:pointer}.attach-btn{display:flex;align-items:center;gap:8px;cursor:pointer;color:#333}.typing-row{padding:8px 16px;font-size:13px;color:#666}.preview-box{position:relative;width:160px;margin:12px;display:inline-block}.preview-image{width:160px;height:auto;border-radius:12px;border:2px solid #e6e6e6;box-shadow:0 6px 18px #00000014;display:block}.preview-remove{position:absolute;top:-10px;right:-10px;width:28px;height:28px;border-radius:50%;background:#ff3b30;border:none;color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0000002e}.attachment-box{margin-bottom:6px}.attach-image{width:100%;max-width:320px;border-radius:12px;display:block;object-fit:cover}.attach-video{width:100%;max-width:320px;border-radius:12px;margin-bottom:6px}.attach-audio{width:100%;max-width:280px;margin-bottom:6px}.attach-doc{display:flex;gap:8px;align-items:center;cursor:pointer;padding:8px 10px;background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000000a}.doc-icon{font-size:18px}.doc-name{font-weight:600}.mobile-shell{display:flex;flex-direction:column;height:100vh}.top-chat-icon{padding:10px;background:#fff;border-bottom:1px solid #eee}.mobile-content{flex:1;overflow:auto;background:#f8f9fb}.mobile-list{padding:12px}.mobile-user-item{padding:10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f1f1}.mobile-chat-view{display:flex;flex-direction:column;height:100%}.mobile-chat-header{display:flex;align-items:center;gap:12px;padding:10px;border-bottom:1px solid #eee;background:#fff}.back-btn{background:transparent;border:none;font-size:18px;cursor:pointer}.mobile-title{font-weight:700}.mobile-chat-body{flex:1;padding:12px;overflow:auto}.mobile-send{padding:10px;display:flex;gap:8px;align-items:center;border-top:1px solid #eee;background:#fff}.chaticon{width:28px}.zoom-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0a0a0ad9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:99999;animation:fadeIn .2s ease-out}.zoom-image{max-width:95%;max-height:95%;border-radius:12px;animation:zoomIn .25s ease-out;box-shadow:0 12px 30px #0006;object-fit:contain;background:#111}@keyframes zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.attach-image,.preview-image{cursor:zoom-in}.wa-doc-card{display:flex;align-items:center;background:#d1f4cc;border-radius:14px;padding:12px;width:260px;gap:12px;border:1px solid #b9e6b4}.wa-doc-icon{font-size:26px;color:#e8413c;background:#ffdada;padding:8px;border-radius:8px}.wa-doc-center{flex:1;display:flex;flex-direction:column}.wa-doc-name{font-size:14px;font-weight:700;color:#064b00;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wa-doc-meta{font-size:11px;color:#3a623a}.wa-doc-download{font-size:22px;color:#064b00}.msg-image{width:180px;border-radius:10px;margin-bottom:6px}.doc-bubble{display:flex;align-items:center;background:#d1f4cc;border-radius:12px;padding:10px;gap:12px;width:240px;border:1px solid #b9e6b0}.doc-icon-box{background:#ffe0e0;padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:center}.doc-icon{font-size:26px;color:#d92020}.doc-info{flex:1;display:flex;flex-direction:column}.doc-filename{font-size:13px;font-weight:600;color:#065000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-meta{font-size:11px;color:#476b47;margin-top:2px}.doc-download{font-size:20px;color:#065000;text-decoration:none}@media(max-width:600px){.chat-container{flex-direction:column;height:89vh}.users-panel{width:100%;height:auto;border-right:none}.chat-panel{flex:1;width:100%;height:calc(100vh - 60px)}.chat-body{padding:10px;gap:6px}.bubble{max-width:85%;font-size:14px;padding:9px 11px}.bubble.me{background:#d0e7fe}.msg-image,.attach-image{width:100%;max-width:240px;border-radius:10px}.doc-bubble{width:100%;max-width:260px;padding:10px;gap:10px}.doc-icon-box{padding:8px}.doc-icon{font-size:22px}.doc-filename{font-size:13px;max-width:160px}.doc-meta{font-size:10px}.doc-download{font-size:18px}.preview-image{width:200px}.send-box{gap:6px;padding:8px 10px}.send-box input[type=text]{padding:10px;font-size:14px}.send-btn{padding:8px 14px}.attach-btn{font-size:16px}}.search-bar{display:flex;align-items:center;padding:8px 10px;margin:10px;border:1px solid #ddd;border-radius:20px;background-color:#f5f5f5}.search-bar input{flex-grow:1;border:none;background:none;outline:none;padding:0 5px;font-size:14px}.search-bar .search-icon{color:#999;margin-right:8px;font-size:16px}.msg-image{max-width:260px;height:auto;border-radius:10px;margin-bottom:6px;cursor:zoom-in}.zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;justify-content:center;align-items:center;cursor:zoom-out;z-index:999999;animation:fadeIn .15s ease-out}.zoom-image{max-width:92vw;max-height:92vh;border-radius:12px;animation:zoomIn .25s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.7);opacity:.4}to{transform:scale(1);opacity:1}}.mctx-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;justify-content:center;align-items:flex-end;z-index:9000}.mctx-sheet{width:100%;background:#fff;border-radius:18px 18px 0 0;padding:10px 0;animation:mctxUp .25s ease}@keyframes mctxUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mctx-item{padding:15px;text-align:center;font-size:16px;border-bottom:1px solid #eee;color:#333}.mctx-item:last-child{border-bottom:none}.mctx-item:hover{background:#fafafa}.mctx-item.danger{color:#e44;font-weight:600}.mctx-divider{height:10px;background:#f4f4f4}.scheduler-full-container{padding:20px;background-color:#f0f2f5;min-height:calc(100vh - 64px)}.calendar-main-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:20px}.fc{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}.fc-timegrid-slot-label-frame,.fc-col-header-cell{font-weight:600}.fc .fc-timegrid-slot{height:1.5em;border-bottom:1px dashed #e0e0e0}.fc-timegrid-slots table{border-top:none}.advanced-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.view-mode-buttons .ant-btn{margin-right:8px;border-radius:6px;font-weight:500}.view-mode-buttons .ant-btn-primary{background-color:#1677ff;border-color:#1677ff}.add-event-button{background-color:#0e2b43;border-color:#0e2b43;color:#fff;font-weight:600;transition:all .3s}.add-event-button:hover{background-color:#1e4566!important;border-color:#1e4566!important;color:#fff!important}.custom-event-content{padding:2px 4px;white-space:normal;overflow:hidden;color:#fff}.event-time{font-size:10px;opacity:.8}.event-title-wrap{display:flex;justify-content:space-between;align-items:flex-start;gap:5px}.event-title{font-size:12px;font-weight:600;line-height:1.2;flex-grow:1}.event-priority-tag{font-size:10px;padding:0 4px;height:16px;line-height:16px;border-radius:3px;background:#ffffffe6!important;font-weight:500}.event-meta{margin-top:3px;display:flex;flex-wrap:wrap;gap:3px;opacity:.9}.event-meta .ant-tag{font-size:9px;padding:0 4px;height:14px;line-height:14px;border-radius:3px;color:#fff;background-color:#0003}.fc-event{border:none!important;padding:3px}.event-form-drawer .ant-drawer-body{padding-bottom:70px}.drawer-footer-actions{position:absolute;bottom:0;left:0;right:0;padding:10px 24px;border-top:1px solid #f0f0f0;background:#fff;z-index:10}.color-preview-input{width:60px;height:32px;padding:0;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer}.year-view-container{padding:20px}.year-selector{display:flex;justify-content:center;align-items:center;margin-bottom:25px;font-size:20px;font-weight:700}.year-list{display:flex;gap:15px;margin:0 20px}.year-item{cursor:pointer;padding:5px 10px;border-radius:4px;transition:all .3s;opacity:.6}.year-item:hover{opacity:1;color:#1677ff}.year-item.active-year{background-color:#e6f7ff;color:#1677ff;opacity:1;font-weight:700}.arrow-button{font-size:16px;font-weight:500;color:#595959}.year-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.year-month-card{background-color:#fafafa;padding:15px;border-radius:8px;box-shadow:0 1px 3px #00000014;transition:all .3s;cursor:pointer;border-left:5px solid #1677ff}.year-month-card:hover{background-color:#fff;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.month-title{margin-top:0;margin-bottom:10px;font-size:18px;color:#1677ff;font-weight:600}.month-count-badge .ant-tag{font-size:12px;height:22px;line-height:22px;margin-bottom:10px}.month-preview{list-style:none;padding:0;margin:0;font-size:12px}.month-preview li{padding:2px 0;color:#595959;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.more-events{margin-top:5px;font-size:12px;color:#8c8c8c;font-style:italic}.month-event-list{list-style:none;padding:0;margin:10px 0 0}.month-event-item{display:flex;align-items:center;padding:10px;margin-bottom:8px;border-radius:6px;background-color:#fff;border:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.month-event-item:hover{background-color:#e6f7ff;border-color:#91d5ff}.event-color-dot{width:10px;height:10px;border-radius:50%;margin-right:10px;padding:0;border:none}.event-details{line-height:1.3}.event-list-title{font-size:14px;color:#595959}.fc .fc-timegrid-slot{height:35px;border-bottom:1px dashed #e0e0e0}.fc .fc-timegrid-slot.fc-timegrid-slot-minor{height:17.5px}.fc-timegrid-slot-label-cushion{font-size:14px;padding-top:5px}.fc{height:900px;max-height:calc(100vh - 200px);width:100%}.fc-col-header-cell{padding:10px 0;font-size:14px}.dashboard-wrapper{padding:12px;min-height:100vh;background:#f5f7fa}.dashboard-header{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.page-title{font-size:24px!important;margin-bottom:4px!important;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.version-tag{font-size:11px;padding:2px 8px}.header-actions{display:flex;flex-direction:row;gap:4px;width:100%}.header-actions button{width:100%;height:44px;border-radius:22px;font-size:15px}.stats-row{margin:0 -4px 16px}.stats-row .ant-col{padding:0 4px!important}.stat-card{border-radius:16px;padding:12px;margin-bottom:8px;box-shadow:0 2px 8px #0000000d}.stat-card .ant-statistic-title{font-size:13px;margin-bottom:4px}.stat-card .ant-statistic-content{font-size:24px!important}.stat-footer{font-size:11px;margin-top:8px}.main-content-card{border-radius:20px;padding:0;background:transparent;box-shadow:none}.main-content-card .ant-card-body{padding:0}.dashboard-tabs .ant-tabs-nav{margin-bottom:16px;background:#fff;padding:8px 12px 0;border-radius:20px 20px 0 0}.dashboard-tabs .ant-tabs-tab{padding:8px 0;font-size:14px}.dashboard-tabs .ant-tabs-tab+.ant-tabs-tab{margin-left:16px}.project-list .ant-list-item{padding:8px 0}.project-card{border-radius:20px;padding:16px;margin:0;border:none;box-shadow:0 4px 12px #0000000d}.project-header{flex-direction:row;align-items:flex-start;margin-bottom:16px}.project-name{font-size:18px!important;margin-bottom:8px!important;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.overdue-badge .ant-badge-count{font-size:11px;height:18px;line-height:18px;padding:0 6px;min-width:18px}.project-meta{flex-direction:row;flex-wrap:wrap;gap:8px}.status-tag{font-size:12px;padding:2px 10px}.progress-section{margin-bottom:20px}.progress-header{margin-bottom:6px}.progress-percent{font-size:14px}.custom-progress{margin-bottom:8px}.steps-preview{padding:12px;border-radius:16px;margin-bottom:16px}.step-item{padding:8px;margin-bottom:4px;border-radius:12px;flex-wrap:wrap}.step-info{flex:1;min-width:0}.step-name{font-size:13px;line-height:1.4;margin-bottom:2px}.step-date{font-size:10px}.step-status{font-size:10px;padding:0 6px;height:20px;line-height:20px}.view-all-btn{width:100%;text-align:center;height:36px;font-size:13px}.project-sidebar{padding:12px;border-radius:16px;margin-top:12px}.team-section{margin-bottom:12px}.team-section .ant-avatar{width:32px;height:32px;font-size:14px}.service-tag{font-size:12px;padding:4px 12px}.alert-section{padding:10px;margin-bottom:8px;font-size:13px}.steps-timeline{margin-top:20px}.timeline-divider{margin:12px 0}.desktop-steps{display:none}.mobile-steps{display:block}.mobile-step-item{display:flex;gap:12px;margin-bottom:16px;cursor:pointer}.step-indicator{position:relative;width:20px;display:flex;flex-direction:column;align-items:center}.step-dot{width:12px;height:12px;border-radius:50%;background:#d9d9d9;z-index:1}.step-dot.completed{background:#52c41a}.step-dot.in-progress{background:#007aff;animation:pulse 1.5s infinite}.step-dot.review{background:#faad14}.step-line{position:absolute;top:16px;width:2px;height:calc(100% + 16px);background:#e8eef4}.step-content{flex:1;background:#f8fafc;padding:12px;border-radius:12px}.step-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px;flex-wrap:wrap;gap:4px}.step-header .ant-typography{font-size:14px;font-weight:600}.step-status-tag{font-size:10px;padding:2px 6px;height:20px;line-height:16px}.step-due{font-size:11px;display:block;margin-bottom:4px}.step-desc{font-size:12px;color:#64748b;margin-bottom:0!important}.sidebar-content{display:flex;flex-direction:column;gap:16px;margin-top:16px}.sidebar-card{border-radius:20px;padding:0;background:#fff}.sidebar-card .ant-card-head{padding:16px 16px 0;min-height:auto;border-bottom:none}.sidebar-card .ant-card-head-title{font-size:16px;padding:0}.sidebar-card .ant-card-body{padding:12px 16px 16px}.deadline-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:4px 0}.deadline-item .ant-typography{font-size:13px}.deadline-item .ant-tag{font-size:10px;padding:2px 8px;margin:0}.activity-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:4px 0}.activity-item .ant-typography{font-size:13px}.activity-time{font-size:10px;margin-left:0}.quick-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.stat-item{padding:10px;border-radius:12px}.stat-item .ant-typography:first-child{font-size:11px}.stat-item .ant-typography:last-child{font-size:16px}.steps-table{background:#fff;border-radius:20px;overflow:hidden}.steps-table .ant-table{font-size:12px}.steps-table .ant-table-cell{padding:12px 8px}.steps-table .ant-btn-link{padding:0;font-size:12px;height:auto}.steps-table .ant-tag{font-size:10px;padding:2px 6px;margin:0}.step-drawer .ant-drawer-content-wrapper{width:100%!important;max-width:100%}.step-drawer .ant-drawer-header{padding:16px 20px}.drawer-header{font-size:16px;flex-wrap:wrap;gap:8px}.step-details{padding:8px 0}.detail-section{margin-bottom:20px}.section-label{font-size:11px;margin-bottom:6px}.detail-value{font-size:13px;line-height:1.5}.url-container{padding:10px;border-radius:12px;flex-wrap:wrap}.due-date,.updated-date{padding:10px;border-radius:12px}.drawer-actions{gap:10px}.drawer-actions button{height:44px;font-size:15px}.step-modal{max-width:100%;margin:12px}.step-modal .ant-modal-content{border-radius:24px}.step-modal .ant-modal-header{padding:16px 20px;border-radius:24px 24px 0 0}.modal-header{font-size:16px;flex-wrap:wrap;gap:8px}.step-modal .ant-modal-body{padding:20px}.detail-card{border-radius:16px;margin-bottom:0}.detail-card .ant-card-body{padding:16px}.detail-card .ant-typography h5{font-size:14px;margin-bottom:8px}.export-modal .ant-modal-content{border-radius:24px}.export-options{display:flex;flex-direction:column;gap:12px;padding:8px 0}.export-options .ant-select{height:44px}.export-options .ant-select-selector{border-radius:22px!important}.export-options button{height:44px;border-radius:22px;font-size:15px;margin:0!important}@keyframes pulse{0%{box-shadow:0 0 #007aff66}70%{box-shadow:0 0 0 8px #007aff00}to{box-shadow:0 0 #007aff00}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-list-item{animation:slideIn .3s ease forwards}button,.ant-btn,.step-item,.mobile-step-item,.ant-list-item{cursor:pointer;-webkit-tap-highlight-color:transparent}button:active,.ant-btn:active,.step-item:active,.mobile-step-item:active{opacity:.7}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.loading-state{padding:32px 16px;text-align:center}.ant-empty{padding:24px 12px}.ant-empty-description{font-size:13px}@media screen and (min-width:768px)and (max-width:1024px){.dashboard-wrapper{padding:20px}.dashboard-header{flex-direction:row;justify-content:space-between;align-items:center}.header-actions{flex-direction:column;width:auto}.header-actions button{width:auto;min-width:100px}.stats-row .ant-col{padding:0 8px!important}.project-meta{flex-direction:row}.desktop-steps{display:flex}.mobile-steps{display:none}.sidebar-content{flex-direction:row;flex-wrap:wrap}.sidebar-card{flex:1;min-width:250px}}@media screen and (max-width:375px){.dashboard-wrapper{padding:8px}.page-title,.stat-card .ant-statistic-content{font-size:20px!important}.project-name{font-size:16px!important}.step-name{font-size:12px}.step-status-tag{font-size:9px;padding:1px 4px}.quick-stats-grid{grid-template-columns:1fr}}@media screen and (max-height:480px)and (orientation:landscape){.step-drawer .ant-drawer-content-wrapper{width:100%!important}.step-details{max-height:70vh;overflow-y:auto}}@media(prefers-color-scheme:dark){.dashboard-wrapper{background:#fff}.main-content-card,.stat-card,.sidebar-card,.project-card,.steps-table{background:#fff;border-color:#333}.steps-preview,.project-sidebar,.step-content,.url-container,.due-date,.updated-date,.stat-item{background:#fff}.ant-typography{color:#000}.ant-typography-secondary{color:#a0a0a0}.dashboard-tabs .ant-tabs-nav,.step-item:hover,.mobile-step-item:hover{background:#fff}}@media print{.dashboard-wrapper{background:#fff;padding:0}.header-actions,.more-btn,.drawer-actions,.ant-tabs-nav,.sidebar-card,.export-btn{display:none!important}.project-card{break-inside:avoid;border:1px solid #ddd;box-shadow:none}.mobile-steps{display:block}}.subscription-page{padding:16px;background:#fff;min-height:100vh}.subscription-page h2{font-size:22px;margin-bottom:16px}.center{display:flex;justify-content:center;align-items:center;height:80vh}.business-box{background:#fff;padding:16px;border-radius:10px;margin-bottom:20px}.desktop-only{display:block}.mobile-only{display:none}.mobile-subscription{background:#fff;border-radius:12px;padding:14px;margin-bottom:14px;box-shadow:0 3px 10px #0000000d}.mobile-subscription .row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px}.mobile-subscription .row span{color:#666}@media(max-width:768px){.desktop-only{display:none}.mobile-only{display:block}.subscription-page h2{font-size:18px}}:root{--gray-50: #F9F9F8;--gray-100: #F1EFE8;--gray-200: #D3D1C7;--gray-400: #888780;--gray-600: #122e44;--gray-800: #122e44;--gray-900: #122e44;--blue-50: #E6F1FB;--blue-200: #85B7EB;--blue-600: #185FA5;--blue-800: #0C447C;--teal-50: #E1F5EE;--teal-600: #0F6E56;--teal-800: #085041;--amber-50: #FAEEDA;--amber-600: #122e44;--amber-800: #122e44;--red-50: #FCEBEB;--red-600: #A32D2D;--green-50: #EAF3DE;--green-600: #3B6D11;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 10px}.wrm-page{padding:18px;min-height:100vh}.wrm-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.wrm-page-title{margin:0!important;color:var(--gray-900)!important;font-weight:500!important}.wrm-page-subtitle{color:var(--gray-400);font-size:13px}.wrm-section-label{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:12px;margin-top:0}.wrm-card{background:#fff;border:.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:16px 20px}.wrm-card--muted{background:var(--gray-50);border:.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:16px 20px}.wrm-card--blue{background:var(--blue-50);border:.5px solid var(--blue-200);border-radius:var(--radius-lg);padding:14px 18px;margin-bottom:20px}.wrm-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.wrm-metric{background:#fff;border:.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:16px 20px}.wrm-metric__label{font-size:11px;color:var(--gray-400);display:block;margin-bottom:6px;letter-spacing:.06em;text-transform:uppercase}.wrm-metric:first-child .wrm-metric__label,.wrm-metric:nth-child(2) .wrm-metric__label{color:var(--blue-600)}.wrm-metric__value{font-size:26px;font-weight:500;color:var(--gray-900);line-height:1.1}.wrm-metric__value1{font-size:80px;font-weight:500;color:var(--gray-900);line-height:1.1}.wrm-metric__sub{display:flex;gap:12px;margin-top:8px}.wrm-metric__sub{display:flex;justify-content:space-between;align-items:baseline;margin-top:12px;padding-top:8px;border-top:1px solid #e5e7eb}.wrm-metric__done{font-size:22px;font-weight:700;padding:12px;background:#0bf52a73;border-radius:19px;color:var(--teal-600)}.wrm-metric__pending{font-size:22px;font-weight:600;color:var(--amber-600);background:#f50b0b73;padding:20px;border-radius:19px}.wrm-metric:hover .wrm-metric__done{transform:scale(1.02);transition:transform .2s ease}.wrm-filters{background:#fff;border:.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:14px 18px;margin-bottom:20px}.wrm-table-wrap{background:#fff;border:.5px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;overflow-x:auto}.wrm-table .ant-table-tbody>tr:hover>td{background:var(--gray-50)!important}.wrm-table .ant-table-cell{vertical-align:middle!important}.wrm-summary-row{background:var(--gray-50);font-weight:500}.wrm-progress-cell{display:flex;flex-direction:column;gap:4px}.wrm-progress-cell__fraction{font-size:13px;font-weight:500;color:var(--gray-900)}.wrm-progress-cell__fraction span{color:var(--gray-400);font-weight:400}.wrm-progress-cell__note{font-size:11px}.wrm-progress-cell__note--pending{color:var(--amber-600)}.wrm-progress-cell__note--done{color:var(--teal-600)}.wrm-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:20px;font-size:12px;font-weight:500}.wrm-pill--blue{background:var(--blue-50);color:var(--blue-600)}.wrm-pill--teal{background:var(--teal-50);color:var(--teal-600)}.wrm-pill--amber{background:var(--amber-50);color:var(--amber-600)}.wrm-pill--red{background:var(--red-50);color:var(--red-600)}.wrm-drawer-section{background:var(--gray-50);border:.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:16px 20px;margin-bottom:20px}.wrm-drawer-actions{position:fixed;bottom:24px;right:24px;display:flex;gap:8px;z-index:10}.wrm-week-progress-strip{background:var(--gray-50);border:.5px solid var(--gray-200);border-radius:var(--radius-md);padding:12px 16px;margin-bottom:16px}.wrm-week-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.wrm-week-progress-label{font-size:12px;color:var(--gray-600)}.wrm-week-progress-pct{font-size:13px;font-weight:500}.wrm-week-progress-pct--done{color:var(--teal-600)}.wrm-week-progress-pct--active{color:var(--gray-800)}.wrm-week-stat{background:var(--gray-50);border:.5px solid var(--gray-200);border-radius:var(--radius-md);padding:14px 16px}.wrm-week-stat__label{font-size:11px;color:var(--gray-400);display:block;margin-bottom:4px;letter-spacing:.06em;text-transform:uppercase}.wrm-week-stat__value{font-size:22px;font-weight:500}.wrm-week-stat__value--done{color:var(--teal-600)}.wrm-week-stat__value--active{color:var(--gray-900)}.wrm-week-stat__suffix{font-size:13px;color:var(--gray-400);font-weight:400}.wrm-week-stat__remaining{display:block;font-size:11px;margin-top:4px;color:var(--amber-600)}.wrm-posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.wrm-posts-empty{text-align:center;padding:24px 0;color:var(--gray-400);font-size:13px;background:var(--gray-50);border-radius:var(--radius-md);border:.5px dashed var(--gray-200)}.wrm-monthly-strip{background:var(--blue-50);border:.5px solid var(--blue-200);border-radius:var(--radius-lg);padding:14px 18px;margin-bottom:20px}.wrm-monthly-strip__label{font-size:11px;color:var(--blue-800);display:block;letter-spacing:.06em;text-transform:uppercase}.wrm-monthly-strip__value{font-size:20px;font-weight:500;color:var(--blue-800)}.wrm-monthly-strip__suffix{color:var(--blue-200);font-weight:400}.wrm-monthly-strip__pending{font-size:11px;color:var(--blue-600);display:block}.wrm-view-week{background:#fff;border:.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:14px 16px;margin-bottom:12px}.wrm-view-week__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.wrm-view-week__title{font-weight:500;font-size:13px}.wrm-view-week__date{font-size:12px;color:var(--gray-400);display:block;margin-bottom:10px}.wrm-view-week__empty{font-size:12px;color:var(--gray-400)}.wrm-btn-primary.ant-btn-primary{background:var(--blue-600)!important;border-color:var(--blue-600)!important}.wrm-btn-primary.ant-btn-primary:hover{background:var(--blue-800)!important;border-color:var(--blue-800)!important}.wrm-table .ant-table-summary td{background:var(--gray-50)!important}@media(max-width:1024px){.wrm-page{padding:14px}.wrm-metric-grid{grid-template-columns:repeat(2,1fr);gap:10px}.wrm-metric__value1{font-size:48px}.wrm-metric__done,.wrm-metric__pending{font-size:18px;padding:8px 12px}}@media(max-width:768px){.wrm-page{padding:12px}.wrm-page-header{flex-direction:column;gap:12px;margin-bottom:18px}.wrm-page-header>div:first-child{width:100%}.wrm-page-title{font-size:20px!important}.wrm-page-subtitle{font-size:12px}.wrm-metric-grid{grid-template-columns:1fr;gap:10px}.wrm-metric{padding:12px 16px}.wrm-metric__value1{font-size:40px}.wrm-metric__done,.wrm-metric__pending{font-size:16px;padding:6px 10px}.wrm-filters .ant-row{flex-direction:column;gap:10px}.wrm-filters .ant-col{width:100%!important;max-width:100%!important;flex:none!important}.wrm-filters{padding:12px}.wrm-table-wrap{border-radius:var(--radius-md)}.ant-drawer{max-width:100%!important}.ant-drawer-content-wrapper{width:100%!important;max-width:100%!important}.ant-drawer-body{padding:16px!important}.wrm-drawer-section,.wrm-monthly-strip,.wrm-week-progress-strip{padding:12px 14px}.wrm-week-progress-pct{font-size:12px}.wrm-week-stat{padding:10px 12px}.wrm-week-stat__value{font-size:18px}.wrm-week-stat__suffix{font-size:11px}.wrm-posts-header{flex-wrap:wrap;gap:10px}.wrm-posts-header .ant-btn{margin-left:auto}.wrm-drawer-actions{bottom:16px;right:16px;gap:8px}.wrm-drawer-actions .ant-btn{padding:4px 12px;font-size:13px}.wrm-view-week{padding:10px 12px}.wrm-view-week__header{flex-direction:column;align-items:flex-start;gap:8px}.ant-tabs-nav{margin-bottom:12px!important}.ant-tabs-tab{padding:8px 12px!important}.wrm-tab-label{font-size:12px}.ant-form-item{margin-bottom:16px}}@media(max-width:480px){.wrm-page{padding:8px}.wrm-page-header{margin-bottom:14px}.wrm-page-title{font-size:18px!important}.wrm-page-subtitle{font-size:11px}.wrm-metric{padding:10px 12px}.wrm-metric__label{font-size:10px;margin-bottom:4px}.wrm-metric__value{font-size:22px}.wrm-metric__value1{font-size:32px}.wrm-metric__done,.wrm-metric__pending{font-size:14px;padding:4px 8px}.wrm-metric__sub{margin-top:8px;padding-top:6px}.wrm-filters{padding:10px;margin-bottom:14px}.wrm-table .ant-table-cell{padding:8px!important}.ant-progress-circle .ant-progress-text,.ant-progress-circle.ant-progress-status-success .ant-progress-text{font-size:10px!important}.ant-btn{font-size:12px;padding:4px 10px}.wrm-btn-primary.ant-btn-primary{font-size:12px}.ant-drawer-body{padding:12px!important}.wrm-drawer-section{padding:10px 12px;margin-bottom:14px}.wrm-drawer-actions{bottom:12px;right:12px}.wrm-drawer-actions .ant-btn{padding:4px 10px}.wrm-monthly-strip .ant-row{flex-direction:column;gap:12px}.wrm-monthly-strip .ant-col{width:100%!important;text-align:center}.wrm-monthly-strip__value{font-size:18px}.wrm-week-panel .ant-row{flex-direction:column;gap:10px}.wrm-week-panel .ant-col{width:100%!important}.wrm-week-progress-strip{padding:10px 12px}.wrm-week-panel .ant-table{font-size:12px}.wrm-week-panel .ant-table-cell{padding:6px 8px!important}.wrm-week-panel .ant-table-cell:last-child,.wrm-week-panel .ant-table-cell:nth-last-child(2){white-space:nowrap}.wrm-tab-label .anticon{margin-left:4px;font-size:10px}.wrm-table .ant-space{gap:0px!important}.wrm-table .ant-btn-text{padding:4px 6px}.ant-drawer-title{font-size:14px!important}.wrm-pill{font-size:10px;padding:1px 8px}}@media(max-width:375px){.wrm-metric__value1{font-size:28px}.wrm-metric__done,.wrm-metric__pending{font-size:12px;padding:3px 6px}.wrm-table .ant-table-cell{padding:6px 4px!important;font-size:12px}.wrm-progress-cell__fraction{font-size:11px}.wrm-progress-cell__note{font-size:9px}.ant-progress-inner{width:100%!important}.ant-progress-circle{width:36px!important;height:36px!important}.ant-progress-circle .ant-progress-text{font-size:9px!important}}@media(max-width:768px){.ant-btn,.ant-select-selector,.ant-picker,.ant-input-number,.ant-input{min-height:36px}.ant-table-tbody>tr>td{cursor:pointer}.ant-table-cell .ant-space-item .ant-btn{min-width:28px;min-height:28px}.ant-drawer-body{overflow-y:auto;-webkit-overflow-scrolling:touch}.ant-select-dropdown{max-height:60vh}}@media(max-width:896px)and (orientation:landscape){.wrm-page{padding:10px}.wrm-metric-grid{grid-template-columns:repeat(2,1fr)}.ant-drawer-content-wrapper{width:85%!important}.wrm-drawer-actions{bottom:12px;right:12px}}@media(min-width:1440px){.wrm-page{padding:24px;max-width:1600px;margin:0 auto}.wrm-metric-grid{gap:16px}.wrm-metric{padding:20px 24px}.wrm-metric__value1{font-size:96px}}@media print{.wrm-page{padding:0}.wrm-page-header .ant-btn,.wrm-filters,.wrm-drawer-actions,.ant-drawer,.ant-popover,.ant-table-cell .ant-btn{display:none!important}.wrm-table-wrap{overflow:visible!important}.wrm-table .ant-table{font-size:10pt}}.wrm-mobile-cards{display:flex;flex-direction:column;gap:16px;padding:4px 0}.wrm-mobile-card{border-radius:var(--radius-lg)!important;border:.5px solid var(--gray-200)!important;box-shadow:0 1px 2px #00000008}.wrm-mobile-card .ant-card-body{padding:16px}.wrm-mobile-card .ant-card-actions{background:var(--gray-50);border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top:.5px solid var(--gray-200)}.wrm-mobile-card .ant-card-actions>li{margin:8px 0}.wrm-mobile-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.wrm-mobile-account{margin:0!important;font-size:16px!important;font-weight:600!important;color:var(--gray-900)!important}.wrm-mobile-date{font-size:12px;color:var(--gray-400);margin-top:4px}.wrm-mobile-status-tag{border-radius:20px;font-size:12px;padding:2px 10px}.wrm-mobile-progress-circle{display:flex;justify-content:center;margin-bottom:16px}.wrm-mobile-progress-text{font-size:14px;font-weight:600;color:var(--gray-900)}.wrm-mobile-stats{display:flex;flex-direction:column;gap:12px}.wrm-mobile-stat-item{background:var(--gray-50);border-radius:var(--radius-md);padding:10px 12px}.wrm-mobile-stat-label{font-size:12px;font-weight:500;color:var(--gray-600);margin-bottom:6px;display:flex;align-items:center;gap:6px}.wrm-mobile-stat-progress{display:flex;flex-direction:column;gap:6px}.wrm-mobile-stat-value{font-size:14px;font-weight:600;color:var(--gray-900)}.wrm-mobile-pagination{text-align:center;padding:16px;color:var(--gray-400);font-size:13px;border-top:.5px solid var(--gray-200);margin-top:8px}.wrm-empty-state{text-align:center;padding:48px 24px;color:var(--gray-400);background:#fff;border-radius:var(--radius-lg);border:.5px solid var(--gray-200)}.wrm-reports-container{width:100%}@media(max-width:768px){.ant-drawer-content-wrapper{width:100%!important}.ant-drawer-body{padding:16px!important}}@media(max-width:768px){.wrm-filters{padding:12px}}@media(max-width:768px){.wrm-metric-grid{grid-template-columns:repeat(2,1fr);gap:10px}.wrm-metric__value1{font-size:48px}.wrm-metric__done,.wrm-metric__pending{font-size:16px;padding:6px 10px}}@media(max-width:480px){.wrm-metric-grid{grid-template-columns:1fr}.wrm-metric__value1{font-size:40px}}@media(max-width:768px){.wrm-week-panel .ant-row{flex-direction:column;gap:12px}.wrm-week-panel .ant-col{width:100%!important}.wrm-week-stat{margin-bottom:0}.wrm-posts-header{flex-direction:column;align-items:flex-start;gap:10px}.wrm-posts-header .ant-btn{width:100%}.wrm-week-panel .ant-table-wrapper{overflow-x:auto}.wrm-week-panel .ant-table{min-width:500px}}@media(max-width:768px){.wrm-monthly-strip .ant-row{flex-direction:column;align-items:center;text-align:center;gap:16px}.wrm-monthly-strip .ant-col{width:100%!important}}@media(max-width:768px){.wrm-view-week__header{flex-direction:column;align-items:flex-start;gap:10px}.wrm-view-week .ant-table-wrapper{overflow-x:auto}.wrm-view-week .ant-table{min-width:500px}}@media(max-width:768px){.ant-btn,.ant-select-selector,.ant-picker,.ant-input-number,.ant-input,.ant-table-cell .ant-btn{min-height:40px}.ant-table-cell .ant-btn{min-width:36px}.ant-pagination-item{min-width:36px;height:36px;line-height:34px}}@media(max-width:896px)and (orientation:landscape){.wrm-metric-grid{grid-template-columns:repeat(4,1fr)}.wrm-metric__value1{font-size:32px}}.wrm-current-month-panel{background:linear-gradient(135deg,#f0f7ff,#e6f4f1);border:1px solid #d0e8ff;border-radius:10px;padding:16px 20px;margin-bottom:20px}.wrm-current-month-header{display:flex;align-items:center;gap:8px;margin-bottom:14px;flex-wrap:wrap}.wrm-current-month-title{font-size:14px;font-weight:600;color:var(--blue-800, #0c447c)}.wrm-current-month-badge{background:var(--blue-600, #185fa5);color:#fff;font-size:11px;font-weight:500;padding:2px 8px;border-radius:20px}.wrm-current-month-accounts{font-size:12px;color:var(--gray-400, #888780);margin-left:auto}.wrm-current-month-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.wrm-current-month-stat{background:#fff;border-radius:8px;padding:12px 14px;border:.5px solid #d0e8ff}.wrm-current-month-stat--overall{border-color:var(--teal-600, #0f6e56)}.wrm-current-month-stat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.wrm-current-month-stat-label{font-size:12px;color:var(--gray-400, #888780);display:flex;align-items:center;gap:4px}.wrm-current-month-stat-pct{font-size:12px;font-weight:600}.wrm-current-month-stat-value{margin:4px 0 6px}.wrm-current-month-big{font-size:26px;font-weight:700;color:var(--blue-800, #0c447c);line-height:1}.wrm-current-month-of{font-size:13px;color:var(--gray-400, #888780);font-weight:400}.wrm-current-month-sub{display:flex;gap:10px;margin-top:4px;font-size:11px}.sidebar-container{transition:all .3s cubic-bezier(.2,.8,.4,1)}.sidebar-logo{display:flex;justify-content:center;align-items:center;height:64px;padding:16px;border-bottom:1px solid #f0f0f0;background:#fafafa}.sidebar-logo-img{width:100%;max-width:120px;height:auto;object-fit:contain;transition:all .3s cubic-bezier(.2,.8,.4,1)}.sidebar-container.collapsed .sidebar-logo{height:64px;padding:12px}.sidebar-container.collapsed .sidebar-logo-img{max-width:40px}.sidebar-menu{background:#fafafa!important}.ant-menu-item{margin:4px 8px!important;border-radius:8px!important;transition:all .3s!important}.ant-menu-item:hover{background-color:#e6f7ff!important}.ant-menu-item-selected{background-color:#e6f7ff!important;color:#122e44!important;font-weight:500}.ant-menu-item-selected .ant-menu-item-icon{color:#122e44!important}.ant-menu-submenu-title{margin:4px 8px!important;border-radius:8px!important;transition:all .3s!important}.ant-menu-submenu-title:hover,.ant-menu-submenu-open .ant-menu-submenu-title{background-color:#f5f5f5!important}.ant-menu-sub{background:#fafafa!important}.ant-menu-sub .ant-menu-item{padding-left:48px!important}.ant-menu-inline-collapsed{width:80px}.ant-menu-inline-collapsed .ant-menu-item,.ant-menu-inline-collapsed .ant-menu-submenu-title{padding:0 calc(50% - 17px)!important;text-align:center}.ant-menu-item-icon{font-size:18px!important}.sidebar-container::-webkit-scrollbar{width:4px}.sidebar-container::-webkit-scrollbar-track{background:#f1f1f1}.sidebar-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.sidebar-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.drawer-sidebar .sidebar-container{background:#fafafa}.drawer-sidebar .sidebar-logo{background:#fafafa;border-bottom:1px solid #f0f0f0}@media(max-width:768px){.sidebar-logo{height:56px;padding:12px}.sidebar-logo-img{max-width:100px}.ant-menu-item,.ant-menu-submenu-title{margin:2px 8px!important}}.ant-menu-item,.ant-menu-submenu-title{transition:all .3s cubic-bezier(.2,.8,.4,1)!important}.ant-menu-item-active,.ant-menu-submenu-active .ant-menu-submenu-title,.ant-menu-item-divider{background-color:#f0f0f0!important}.top-navbar-container{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 24px;height:64px;background:#fff;border-bottom:1px solid #f0f0f0}.top-navbar-left{display:flex;align-items:center;gap:16px}.hamburger-menu-btn{display:none;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s}.hamburger-menu-btn:hover{background:#f5f5f5}.hamburger-icon{font-size:20px;color:#1a1a1a}.desktop-collapse-btn{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s;display:flex;align-items:center;justify-content:center}.desktop-collapse-btn:hover{background:#f5f5f5}.collapse-icon{font-size:18px;color:#1a1a1a}.navbar-logo{display:flex;align-items:center}.logo-img{height:32px;width:auto;object-fit:contain}.top-navbar-right{display:flex;align-items:center;gap:16px}.mute-toggle{cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;transition:all .3s}.mute-toggle:hover{background:#f5f5f5}.bell-icon{cursor:pointer;transition:all .3s;padding:4px;border-radius:8px}.bell-icon:hover{background:#f5f5f5;transform:scale(1.05)}.user-avatar-container{cursor:pointer;position:relative;padding:2px;border-radius:50%;transition:all .3s}.user-avatar-container:hover{transform:scale(1.05)}.user-avatar{border:2px solid #ffffff;box-shadow:0 2px 8px #0000001a}.drawer-header{display:flex;align-items:center;gap:12px;padding:8px 0}.drawer-logo{height:32px;width:auto;object-fit:contain}.drawer-title{font-size:18px;font-weight:600;color:#122e44;letter-spacing:1px}@media(max-width:768px){.top-navbar-container{padding:0 16px;height:56px}.hamburger-menu-btn{display:flex;align-items:center;justify-content:center}.desktop-collapse-btn{display:none}.logo-img{height:28px}.top-navbar-right{gap:8px}.hamburger-icon{font-size:18px}.bell-icon{font-size:20px!important;margin-left:8px!important}.mute-toggle{width:28px;height:28px}.mute-toggle span{font-size:16px!important}.user-avatar{width:32px!important;height:32px!important;font-size:14px!important;line-height:32px!important}.user-avatar-container span[style*="position: absolute"]{width:10px!important;height:10px!important;bottom:-2px!important;right:-2px!important}}@media(max-width:480px){.top-navbar-container{padding:0 12px}.top-navbar-right{gap:4px}.bell-icon{font-size:18px!important;margin-left:4px!important}.logo-img{height:24px}.hamburger-icon{font-size:16px}}@media(min-width:769px)and (max-width:1024px){.top-navbar-container{padding:0 20px}}.company-name{color:#65d88e;font-size:16px;text-align:center;padding:10px 0}.main-layout{min-height:100vh}.sidebar{background:#fff}.sidebar-logo{height:64px;display:flex;align-items:center;justify-content:center;background:#fff}.sidebar-logo-img{height:60px;width:auto;transition:all .3s}.sidebar-menu{height:100%;border-right:0}.top-navbar{padding:0;background:#fff}.navbar-wrapper{display:flex;justify-content:flex-start;align-items:center;height:64px;padding:0 16px;background:#fff;position:sticky;top:0;z-index:100}.menu-toggle{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:4px;font-size:20px;cursor:pointer;transition:background-color .2s ease}.menu-toggle:hover{background-color:#f0f0f0}.inner-content{background:#fff;min-height:360px;border-radius:8px}@media(max-width:768px){.navbar-wrapper{padding:0 12px}.main-content{margin:8px}.inner-content{padding:4px}.sidebar-logo-img{height:32px}}.main-layout{min-height:100vh;background-color:#f0f2f5}.ant-layout-sider{background:#fff!important;border-right:1px solid #f0f0f0;box-shadow:2px 0 6px #0015290d;transition:all .3s ease-in-out;z-index:10}.sidebar .logo-container{height:64px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #f0f0f0}.top-navbar{align-items:center;border-bottom:1px solid #f0f0f0;height:64px;line-height:64px;position:sticky;top:0;z-index:9;width:100%}.main-content{background:#fff;min-height:calc(100vh - 112px);border-radius:8px;transition:all .3s ease-in-out;overflow-x:hidden;min-height:calc(100vh - 176px)}.ant-layout-sider-collapsed .sidebar .logo-container{padding:0}.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item{padding:0 24px!important}*/ .ant-layout-sider{position:sticky;top:0;height:100vh;overflow:hidden}.ant-layout-footer{text-align:center;background-color:#f0f2f5;color:#555;padding:16px 50px;border-top:1px solid #e8e8e8;font-size:14px}.spinner-wrapper{width:100%;display:flex;justify-content:center;padding:40px 0;animation:fadeIn .4s ease-in-out}.spinner-wrapper.fullscreen{height:100vh;display:flex;align-items:center}.spinner-box{text-align:center}.spinner-text{margin-top:12px;font-size:16px;font-weight:500;opacity:.8;color:#444}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*{padding:0;margin:0}h2 h3{font-size:25px!important;color:blue !}.body{background-color:#012}
