*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Microsoft YaHei,Segoe UI,sans-serif;background:#f0f2f5;color:#333;font-size:14px}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:14px}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1a73e8,#0d47a1)}.login-card{background:#fff;border-radius:12px;padding:40px;width:380px;box-shadow:0 8px 32px #0003}.login-card h1{font-size:22px;text-align:center;margin-bottom:30px;color:#1a73e8}.login-hint{text-align:center;margin-top:16px;font-size:12px;color:#999}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:600;font-size:13px;color:#555}.form-group input,.form-group textarea,.form-group select{width:100%;padding:9px 12px;border:1px solid #ddd;border-radius:6px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e81a}.form-group textarea{resize:vertical;min-height:70px}.btn-primary,.btn.btn-primary{width:100%;padding:11px;background:#1a73e8;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;transition:background .2s}.btn-primary:hover,.btn.btn-primary:hover{background:#1557b0;color:#fff}.btn-primary:disabled,.btn.btn-primary:disabled{background:#aaa;cursor:not-allowed;color:#fff}.btn{padding:7px 14px;border:1px solid #ddd;border-radius:6px;background:#fff;color:#333;font-size:13px;transition:all .2s}.btn:hover{border-color:#1a73e8;color:#1a73e8}.btn-danger{color:#d93025;border-color:#f9c0c0}.btn-danger:hover{background:#fce8e6;border-color:#d93025}.btn-sm{padding:4px 10px;font-size:12px}.board-layout{display:flex;flex-direction:column;min-height:100vh}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:56px;background:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0}.top-bar .logo{font-size:17px;font-weight:700;color:#1a73e8}.top-bar .actions{display:flex;gap:8px;align-items:center}.user-info{display:flex;align-items:center;gap:8px;font-size:13px;color:#666}.user-info .role-tag{font-size:11px;padding:2px 8px;border-radius:10px;background:#e8f0fe;color:#1a73e8}.main-content{display:flex;flex:1;overflow:hidden}.sidebar{width:240px;background:#fff;border-right:1px solid #e0e0e0;padding:16px 0;overflow-y:auto;flex-shrink:0}.sidebar-section{margin-bottom:20px}.sidebar-title{font-size:12px;color:#999;font-weight:600;padding:0 20px 8px;text-transform:uppercase}.filter-item{padding:8px 20px;cursor:pointer;font-size:13px;display:flex;justify-content:space-between;align-items:center;transition:background .15s}.filter-item:hover{background:#f5f7fa}.filter-item.active{background:#e8f0fe;color:#1a73e8;font-weight:600}.filter-item .count{background:#eee;border-radius:10px;padding:1px 8px;font-size:11px}.filter-item.active .count{background:#1a73e8;color:#fff}.board-center{flex:1;overflow-y:auto;padding:20px}.board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.board-header h2{font-size:18px}.plan-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}.plan-card{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:box-shadow .2s,transform .1s;border-left:4px solid #1a73e8}.plan-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.plan-card.status-已完成{border-left-color:#34a853}.plan-card.status-已延期{border-left-color:#d93025}.plan-card.status-进行中{border-left-color:#1a73e8}.plan-card .card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.plan-card .card-title{font-size:15px;font-weight:600;flex:1;line-height:1.4}.priority-tag{font-size:11px;padding:2px 8px;border-radius:10px;white-space:nowrap;margin-left:8px;position:relative}.priority-tag.editable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .1s}.priority-tag.editable:hover{transform:scale(1.06);box-shadow:0 1px 4px #0000002e}.priority-edit-hint{font-size:9px;margin-left:2px;opacity:.8}.priority-menu{position:absolute;top:24px;right:0;z-index:20;background:#fff;border:1px solid #e0e3e8;border-radius:8px;box-shadow:0 4px 16px #00000029;padding:4px;display:flex;flex-direction:column;gap:2px;min-width:56px}.priority-menu-item{font-size:12px;text-align:center;padding:4px 10px;border-radius:6px;cursor:pointer;white-space:nowrap}.priority-menu-item:hover{background:#f1f3f4}.priority-menu-item.active{outline:2px solid #1a73e8}.priority-高{background:#fce8e6;color:#d93025}.priority-中{background:#fef7e0;color:#b06000}.priority-低{background:#e6f4ea;color:#188038}.plan-card .card-purpose{font-size:13px;color:#666;margin-bottom:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.plan-card .card-meta{display:flex;justify-content:space-between;font-size:12px;color:#999;margin-bottom:10px}.plan-card .card-unassigned{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#d93025;background:#fce8e6;border:1px solid #f5c6c0;border-radius:6px;padding:5px 8px;margin-bottom:10px;cursor:pointer}.status-badge{padding:2px 10px;border-radius:10px;font-size:12px;font-weight:600}.pd-unassigned{color:#d93025;background:#fce8e6;border-radius:4px;padding:1px 6px;font-size:12px;font-weight:600}.pd-split-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#5f6368;cursor:pointer;-webkit-user-select:none;user-select:none}.pd-split-toggle input{cursor:pointer}.pd-wrong-tag{display:inline-block;color:#d93025;background:#fdeaea;border:1px solid #f5b3ab;border-radius:4px;padding:1px 8px;font-size:12px;font-weight:600;cursor:help;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-进行中{background:#e8f0fe;color:#1a73e8}.status-已完成{background:#e6f4ea;color:#188038}.status-已延期{background:#fce8e6;color:#d93025}.progress-bar{height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden;margin-bottom:6px}.progress-fill{height:100%;background:#1a73e8;border-radius:3px;transition:width .3s}.progress-fill.complete{background:#34a853}.progress-fill.delayed{background:#d93025}.card-footer{display:flex;justify-content:space-between;font-size:12px;color:#999}.right-panel{width:280px;background:#fff;border-left:1px solid #e0e0e0;padding:16px;overflow-y:auto;flex-shrink:0}.right-panel h3{font-size:14px;margin-bottom:12px;color:#333}.reminder-item{padding:10px 12px;border-radius:8px;margin-bottom:8px;font-size:13px;cursor:pointer}.reminder-item.delayed{background:#fce8e6;border-left:3px solid #d93025}.reminder-item.due{background:#fef3e0;border-left:3px solid #f29d00}.reminder-item.soon{background:#fef7e0;border-left:3px solid #f9ab00}.reminder-item .r-title{font-weight:600;margin-bottom:4px}.reminder-item .r-deadline{font-size:12px;color:#666}.stat-mini{display:flex;justify-content:space-around;margin-bottom:20px}.stat-mini-item{text-align:center}.stat-mini-item .num{font-size:24px;font-weight:700}.stat-mini-item .label{font-size:12px;color:#999}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:#fff;border-radius:12px;width:100%;max-width:640px;min-width:0;max-height:85vh;overflow-y:auto;box-shadow:0 8px 32px #0003}.modal.modal-lg{max-width:1420px;width:96%}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;border-radius:12px 12px 0 0;z-index:1}.modal-header h2{font-size:18px}.modal-close{background:none;border:none;font-size:22px;color:#999;line-height:1;padding:0 4px}.modal-close:hover{color:#333}.modal-body{padding:24px}.changelog{margin-top:10px;max-height:320px;overflow-y:auto;border:1px solid #eee;border-radius:8px;padding:4px;background:#fafafa}.changelog-item{padding:10px 12px;border-bottom:1px dashed #e3e3e3}.changelog-item:last-child{border-bottom:none}.changelog-head{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}.changelog-ver{font-weight:700;color:#1a73e8;font-size:13px}.changelog-date{color:#999;font-size:12px}.changelog-changes{margin:0;padding-left:18px}.changelog-changes li{font-size:12.5px;color:#444;line-height:1.7}.modal-footer{padding:16px 24px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:10px;position:sticky;bottom:0;background:#fff}.detail-row{display:flex;margin-bottom:12px}.detail-row .label{width:90px;font-weight:600;color:#666;flex-shrink:0}.detail-row .value{flex:1;line-height:1.6;white-space:pre-wrap;word-break:break-word}.milestone-list{margin:16px 0}.milestone-item{display:flex;align-items:center;padding:12px;border:1px solid #eee;border-radius:8px;margin-bottom:8px;gap:12px}.milestone-item .m-name{flex:1;font-weight:500}.milestone-item .m-deadline{font-size:12px;color:#999}.milestone-item.delayed{border-color:#f9c0c0;background:#fef8f7}.stats-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;overflow-y:auto;padding:30px 20px}.stats-panel{background:#f0f2f5;max-width:1100px;margin:0 auto;border-radius:12px;overflow:hidden}.stats-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:#fff}.stats-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:20px}.stat-card{background:#fff;border-radius:10px;padding:20px;text-align:center}.stat-card .stat-num{font-size:32px;font-weight:700;margin-bottom:4px}.stat-card .stat-label{font-size:13px;color:#999}.stat-card.blue .stat-num{color:#1a73e8}.stat-card.green .stat-num{color:#34a853}.stat-card.red .stat-num{color:#d93025}.stat-card.orange .stat-num{color:#f9ab00}.stats-section{background:#fff;border-radius:10px;padding:20px;margin:0 20px 20px}.stats-section h3{font-size:16px;margin-bottom:14px}.stats-table{width:100%;border-collapse:collapse}.stats-table th,.stats-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #eee;font-size:13px}.stats-table th{background:#f5f7fa;font-weight:600;color:#666;cursor:pointer;-webkit-user-select:none;user-select:none}.stats-table th:hover{color:#1a73e8}.toast{position:fixed;top:70px;left:50%;transform:translate(-50%);padding:12px 24px;border-radius:8px;color:#fff;background:#3c4043;font-size:14px;z-index:2000;box-shadow:0 4px 12px #0003;animation:fadeIn .3s}.toast.success{background:#34a853}.toast.error{background:#d93025}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#aaa}.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-state .icon{font-size:48px;margin-bottom:12px}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;margin-left:8px;border-radius:11px;background:#e8f0fe;color:#1a73e8;font-size:12px;font-weight:600;vertical-align:middle}.um-toolbar-top{display:flex;gap:10px;margin-bottom:16px}.um-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.um-toolbar-left{display:flex;gap:10px;flex-wrap:wrap}.um-toolbar-right{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.um-search{flex:1;min-width:160px;padding:8px 12px;border:1px solid #dadce0;border-radius:8px;font-size:13px}.um-search:focus{outline:none;border-color:#1a73e8}.um-filter{padding:8px 12px;border:1px solid #dadce0;border-radius:8px;font-size:13px;background:#fff}.um-filter:focus{outline:none;border-color:#1a73e8}.um-table-wrap{overflow-x:auto;border:1px solid #e8eaed;border-radius:10px}.user-table{width:100%;min-width:640px;border-collapse:collapse;font-size:13px}.user-table thead th{text-align:left;padding:10px 12px;background:#f1f3f4;color:#5f6368;font-weight:500;white-space:nowrap;border-bottom:1px solid #e0e0e0}.user-table tbody td{padding:10px 12px;border-bottom:1px solid #f0f0f0;vertical-align:middle}.user-table tbody tr:last-child td{border-bottom:none}.user-table tbody tr:hover{background:#f8f9fa}.user-table .user-name{font-weight:500;white-space:nowrap}.user-table td.nowrap{white-space:nowrap}.role-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:12px;color:#fff;white-space:nowrap}.muted{color:#999;font-size:12px}.pwd-mask{cursor:pointer;font-family:monospace;color:#5f6368;-webkit-user-select:none;user-select:none}.pwd-mask:hover{color:#1a73e8}.switch{position:relative;display:inline-block;width:38px;height:20px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#ccc;border-radius:20px;transition:.2s}.switch .slider:before{content:"";position:absolute;height:14px;width:14px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+.slider{background:#1a73e8}.switch input:checked+.slider:before{transform:translate(18px)}.switch.switch-purple input:checked+.slider{background:#7b61ff}.switch.switch-teal input:checked+.slider{background:#00897b}.row-menu-wrap{position:relative;display:inline-block}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;border:1px solid #dadce0;background:#fff;cursor:pointer;color:#5f6368;font-size:18px;line-height:1}.btn-icon:hover{background:#f1f3f4}.row-menu{position:fixed;z-index:60;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px #0000001f;min-width:120px;overflow:hidden}.row-menu button{display:block;width:100%;text-align:left;padding:9px 14px;border:none;background:#fff;font-size:13px;cursor:pointer;color:#333}.row-menu button:hover{background:#f5f5f5}.row-menu button.danger{color:#d93025}.row-menu button.danger:hover{background:#fce8e6}.menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55}.um-note{margin-top:14px;border:1px solid #f0e6b0;background:#fffdf5;border-radius:8px;overflow:hidden}.um-note-head{display:flex;align-items:center;gap:6px;padding:10px 12px;font-size:13px;font-weight:500;color:#856404;cursor:pointer}.um-note-head .caret{margin-left:auto;font-size:12px}.um-note-body{padding:0 12px 12px;font-size:13px;color:#7a6a2a;line-height:1.6}.switch-line{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#333;cursor:pointer}.icon-svg{width:1em;height:1em;vertical-align:-.15em;flex-shrink:0;display:inline-block}.app-card-icon{color:#fff}.app-card-icon .icon-svg{width:24px;height:24px;vertical-align:middle}.portal-logo-icon{color:#1a73e8}.portal-logo-icon .icon-svg{width:26px;height:26px;vertical-align:middle}.portal-page{min-height:100vh;background:#f0f2f5}.portal-header{display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:60px;background:#fff;box-shadow:0 1px 4px #00000014;position:sticky;top:0;z-index:100}.portal-logo{display:flex;align-items:center;gap:10px}.portal-logo-icon{font-size:26px}.portal-logo-text{font-size:20px;font-weight:700;color:#1a1a1a}.portal-user{display:flex;align-items:center;gap:8px;font-size:14px}.portal-user-name{font-weight:600;color:#333}.portal-user-dept{color:#666;font-size:13px}.tag-admin{display:inline-block;padding:2px 10px;border-radius:10px;background:#e74c3c;color:#fff;font-size:11px;font-weight:500}.tag-role{display:inline-block;padding:2px 10px;border-radius:10px;font-size:11px;font-weight:500;color:#fff;white-space:nowrap}.tag-manager{background:#2d8cf0}.tag-leader{background:#8e44ad}.tag-chief{background:#c0392b}.tag-viewer{background:#7f8c8d}.tag-pm{background:#16a085}.tag-ta{background:#7b61ff}.tag-coop{background:#00897b}.portal-welcome{padding:48px 8px 24px;max-width:1200px;margin:0 auto}.portal-welcome h1{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:6px}.portal-welcome p{font-size:15px;color:#666}.portal-section-title{font-size:18px;font-weight:700;color:#333;margin-bottom:20px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.portal-section-title .switch{margin-left:auto;margin-right:66px}.portal-apps{padding:0 8px 40px;max-width:1200px;margin:0 auto}.app-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.app-card{display:flex;align-items:center;gap:14px;padding:18px 16px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;cursor:pointer;transition:all .2s ease;border:1px solid transparent;position:relative}.app-card.dragging{opacity:.55;border-color:#1a73e8;box-shadow:0 6px 20px #1a73e840}.app-card-drag{position:absolute;top:6px;right:8px;font-size:14px;color:#c8d1dc;line-height:1;pointer-events:none}.app-card:hover .app-card-drag{color:#9aa0a6}.portal-apps-hint{font-size:12px;color:#9aa0a6;font-weight:400;margin-left:10px}.app-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a;border-color:#1a73e833}.app-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.app-card-info{flex:1;min-width:0}.app-card-info h3{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:3px}.app-card-info p{font-size:12px;color:#888;line-height:1.4}.app-card-arrow{font-size:18px;color:#ccc;transition:all .2s ease;flex-shrink:0}.app-card:hover .app-card-arrow{color:#1a73e8;transform:translate(4px)}.portal-footer{text-align:center;padding:20px;color:#bbb;font-size:12px}.portal-main{flex:1;min-width:0}.portal-team-bar{width:340px;flex:0 0 340px;align-self:flex-start;position:sticky;top:84px;background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:14px;max-height:calc(100vh - 104px);display:flex;flex-direction:column;box-shadow:0 1px 4px #0000000f}.portal-team-bar.collapsed{width:52px;flex:0 0 52px;padding:10px 6px;align-items:center;gap:10px}.ptb-head{display:flex;align-items:center;gap:6px;margin-bottom:10px}.ptb-title{font-weight:600;font-size:15px;display:flex;align-items:center;gap:6px;color:#202124}.ptb-title .icon-svg{width:18px;height:18px;color:#1a73e8}.ptb-scope{font-size:11px;color:#80868b;background:#f1f3f4;padding:1px 6px;border-radius:6px}.ptb-head-ops{margin-left:auto;display:flex;gap:4px}.ptb-icon-btn{border:none;background:none;cursor:pointer;color:#5f6368;padding:4px;border-radius:6px;display:flex}.ptb-icon-btn:hover{background:#f1f3f4}.ptb-icon-btn .icon-svg{width:18px;height:18px}.ptb-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.ptb-empty{color:#999;font-size:13px;text-align:center;padding:20px 0;display:flex;align-items:center;justify-content:center;gap:6px}.ptb-member{border:1px solid #eef0f3;border-radius:10px;overflow:hidden;flex-shrink:0}.ptb-member-head{display:flex;align-items:center;gap:8px;padding:9px 10px;cursor:pointer;background:#fafbfc}.ptb-member-head:hover{background:#f1f4f9}.ptb-member-name{font-weight:600;font-size:14px;color:#202124;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ptb-member-manager{background:#e8f0fe;color:#1a56b8;font-weight:800;padding:1px 8px;border-radius:10px}.ptb-status-toggle{position:relative;display:inline-flex;align-items:stretch;width:94px;height:26px;flex-shrink:0;background:#f1f3f5;border:1px solid #e4e7ec;border-radius:13px;cursor:pointer;-webkit-user-select:none;user-select:none;overflow:hidden}.ptb-st-slider{position:absolute;top:2px;left:2px;width:45px;height:20px;background:#34a853;border-radius:10px;box-shadow:0 1px 4px #00000038;transition:transform .25s cubic-bezier(.4,0,.2,1),background .25s}.ptb-status-toggle.away .ptb-st-slider{transform:translate(45px);background:#d93025}.ptb-st-label{flex:1;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;line-height:1;transition:color .2s}.ptb-st-label.dim{color:#b8bec7;font-weight:500}.ptb-status-static{display:inline-flex;align-items:center;justify-content:center;height:26px;padding:0 12px;border-radius:13px;flex-shrink:0;font-size:11px;font-weight:700;color:#fff;border:1px solid transparent}.ptb-status-static.on{background:#34a853;border-color:#2c8f47}.ptb-status-static.away{background:#d93025;border-color:#c2261b}.ptb-member-dept{font-size:12px;color:#80868b;margin-left:6px;white-space:nowrap}.ptb-count{margin-left:auto;min-width:22px;height:22px;border-radius:11px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 6px}.ptb-chev{color:#80868b;width:16px;height:16px;flex:0 0 auto}.ptb-detail{padding:6px 10px 10px;display:flex;flex-direction:column;gap:6px}.ptb-detail-empty{color:#999;font-size:12px;padding:6px 2px}.ptb-item{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:8px;background:#f8f9fa;cursor:pointer;border-left:3px solid #1a73e8}.ptb-item:hover{background:#eef3fb}.ptb-item.overdue{border-left-color:#ea4335;background:#fdeceb}.ptb-item-tag{font-size:10px;font-weight:700;padding:1px 5px;border-radius:5px;flex:0 0 auto}.ptb-item-tag.task{background:#e8f0fe;color:#1a73e8}.ptb-item-tag.event{background:#fce8f3;color:#d81b60}.ptb-item-tag.coop{background:#e0f2f1;color:#00897b}.ptb-item-name{font-size:13px;color:#202124;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ptb-item-sub{font-size:11px;color:#80868b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:88px;flex:0 0 auto}.ptb-item-status{font-size:11px;color:#5f6368;flex:0 0 auto}.ptb-dept{border:1px solid #e3e6ea;border-radius:10px;overflow:hidden;background:#fff;flex-shrink:0}.ptb-dept-head{display:flex;align-items:center;gap:7px;padding:9px 10px;cursor:pointer;background:#eef2f7;border-bottom:1px solid #e3e6ea}.ptb-dept-head:hover{background:#e6ecf4}.ptb-dept-name{font-weight:700;font-size:14px;color:#202124}.ptb-dept-meta{font-size:12px;color:#80868b}.ptb-dept-head .ptb-count{margin-left:auto}.ptb-dept-body{padding:8px;display:flex;flex-direction:column;gap:8px;background:#fafbfc;max-height:40vh;overflow-y:auto}.ptb-mini-dept{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;flex-shrink:0}.ptb-mini-dept-name{font-size:10px;color:#80868b;max-width:44px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ptb-mini-dept-dots{display:flex;flex-direction:column;gap:6px;align-items:center}.ptb-collapse-btn{border:none;background:none;cursor:pointer;color:#5f6368;padding:4px;border-radius:6px;display:flex;align-self:center}.ptb-collapse-btn:hover{background:#f1f3f4}.ptb-collapse-btn .icon-svg{width:20px;height:20px}.ptb-mini-list{display:flex;flex-direction:column;gap:8px;align-items:center;flex:1;overflow-y:auto}.ptb-mini-dot{width:34px;height:34px;border-radius:50%;border:none;cursor:pointer;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #00000014;flex-shrink:0}.ptb-mini-dot:hover{filter:brightness(.96)}.ptb-refresh-mini{border:none;background:none;cursor:pointer;color:#5f6368;padding:4px;border-radius:6px;display:flex;align-self:center}.ptb-refresh-mini:hover{background:#f1f3f4}.ptb-refresh-mini .icon-svg{width:18px;height:18px}.pnb-head{display:flex;align-items:center;gap:8px;margin-bottom:12px}.pnb-title{font-weight:600;font-size:16px;display:flex;align-items:center;gap:6px;color:#202124}.pnb-title .icon-svg{width:18px;height:18px;color:#e8710a}.pnb-badge{background:#ea4335;color:#fff;border-radius:10px;padding:0 6px;font-size:12px;min-width:18px;text-align:center;font-weight:600}.pnb-head-ops{margin-left:auto}.pnb-send{padding:4px 9px}.pnb-send .icon-svg{width:16px;height:16px}.pnb-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.pnb-empty{color:#999;font-size:13px;text-align:center;padding:24px 0}.pnb-item{padding:10px 12px;border-radius:8px;background:#f8f9fa;cursor:pointer;border-left:3px solid transparent}.pnb-item.unread{background:#e8f0fe;border-left-color:#1a73e8}.pnb-item.read{opacity:.7}.pnb-item:hover{background:#eef1f5}.pnb-item-title{font-size:14px;font-weight:500;color:#202124;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pnb-link-hint{display:inline-block;margin-left:6px;font-size:11px;color:#1a73e8;font-weight:600;white-space:nowrap}.pnb-item-meta{font-size:12px;color:#80868b;margin-top:2px}.pnb-more{margin-top:10px;width:100%;border:none;background:none;color:#1a73e8;cursor:pointer;font-size:13px;padding:6px}.pnb-more:hover{text-decoration:underline}.pnb-todo-section{margin-bottom:18px}.pnb-todo-list{gap:8px}.pnb-todo-item{padding:10px 12px;border-radius:8px;background:#f8f9fa;cursor:pointer;border-left:3px solid #f9ab00;transition:background .15s}.pnb-todo-item:hover{background:#fef3d0}.pnb-todo-item.tomorrow{border-left-color:#f29d00;background:#fef3e0}.pnb-todo-item.tomorrow:hover{background:#fde8cc}.pnb-todo-item.overdue{border-left-color:#ea4335;background:#fdeceb}.pnb-todo-item.overdue:hover{background:#fbd9d6}.pnb-todo-due{font-size:12px;color:#b06000}.pnb-todo-due.tomorrow{color:#e37400;font-weight:600}.pnb-todo-due.overdue{color:#c5221f;font-weight:600}.pnb-todo-top{display:flex;align-items:center;gap:8px}.pnb-todo-name{font-size:14px;font-weight:500;color:#202124;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pnb-todo-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:4px;font-size:12px;color:#80868b}.pnb-todo-parent{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pnb-todo-due{flex:0 0 auto;font-weight:600;color:#188038}.pnb-todo-due.overdue{color:#ea4335}.pnb-todo-rest{font-size:12px;color:#999;text-align:center;padding:6px 0}.pnb-badge.danger{background:#d93025}.pnb-tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:1px 6px;border-radius:6px;background:#e8f0fe;color:#1a73e8;flex:0 0 auto}.pnb-tag.node{background:#fef0e0;color:#e8710a}.pnb-tag .icon-svg{width:13px;height:13px}.task-highlight{outline:2px solid #1a73e8;background:#e8f0fe!important;box-shadow:0 0 0 4px #1a73e826}.node-highlight{background:#e8f0fe!important;outline:2px solid #1a73e8}.btn-danger{color:#d93025;border-color:#f4c4c0}@media (max-width: 980px){.portal-body{flex-direction:column;padding:16px}.portal-notify-bar,.portal-team-bar{width:100%;flex:auto;position:static;max-height:none}.app-grid{grid-template-columns:1fr}}.seat-page{display:flex;flex-direction:column;height:100vh}.seat-topbar{background:linear-gradient(135deg,#1a73e8,#0d47a1);color:#fff;padding:0 20px;height:50px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #00000026}.seat-brand{display:flex;align-items:center;gap:12px}.seat-title{font-size:18px;font-weight:600}.seat-layout{display:flex;flex:1;height:calc(100vh - 50px)}.seat-sidebar{width:240px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden}.seat-sidebar-header{padding:12px 16px;font-weight:600;font-size:15px;color:#1a73e8;border-bottom:1px solid #e0e0e0}.seat-tree{flex:1;overflow-y:auto;padding:8px 0}.seat-empty{padding:20px 16px;color:#999;font-size:13px}.seat-floor{margin-bottom:2px}.seat-floor-header{padding:8px 16px;cursor:pointer;display:flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}.seat-floor-header:hover{background:#f5f5f5}.seat-arrow{font-size:10px;transition:transform .2s;width:12px}.seat-arrow.expanded{transform:rotate(90deg)}.seat-floor-name{flex:1;font-weight:500}.seat-count{font-size:12px;color:#999}.seat-del{opacity:0;background:none;border:none;color:#f44336;cursor:pointer;font-size:13px;padding:0 4px}.seat-floor-header:hover .seat-del{opacity:1}.seat-office-list{padding-left:28px}.seat-office-item{padding:7px 12px;cursor:pointer;border-radius:4px;margin:2px 8px 2px 0;display:flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}.seat-office-item:hover{background:#f5f5f5}.seat-office-item.active{background:#1a73e8;color:#fff}.seat-office-name{flex:1}.seat-dept-tag{font-size:11px;background:#1a73e81a;color:#1a73e8;padding:1px 6px;border-radius:3px;white-space:nowrap}.seat-office-item.active .seat-dept-tag{background:#fff3;color:#fff}.seat-office-ops{display:flex;gap:2px;opacity:0}.seat-office-item:hover .seat-office-ops{opacity:1}.seat-office-ops button{background:none;border:none;cursor:pointer;font-size:13px;padding:0 2px}.seat-add-office{padding:7px 12px;margin:4px 8px 4px 28px;cursor:pointer;color:#1a73e8;font-size:13px;border:none;background:none;text-align:left;width:calc(100% - 36px)}.seat-add-office:hover{text-decoration:underline;background:#f0f6ff}.seat-board{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f0f2f5}.seat-board-header{background:#fff;padding:14px 20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.seat-breadcrumb{font-size:16px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seat-breadcrumb .sep{color:#ccc;margin:0 6px}.seat-dept{font-size:13px;color:#888;font-weight:400}.seat-board-stats{display:flex;flex-wrap:nowrap;gap:16px;font-size:13px;color:#666;white-space:nowrap;flex-shrink:0}.seat-grid{flex:1;overflow:auto;padding:24px;display:flex;flex-direction:column;gap:16px;align-items:flex-start;max-width:1300px;margin:0 auto;width:100%}.seat-row{display:flex;align-items:stretch;gap:10px;width:100%}.seat-row-label{flex:0 0 30px;width:30px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#1a73e8;background:#eef4ff;border-radius:6px}.seat-row-cells{flex:1;display:grid;gap:14px;grid-auto-rows:minmax(84px,auto);justify-content:center}.seat-card{position:relative;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;min-height:84px;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:box-shadow .15s,transform .1s;box-shadow:0 1px 3px #0000000f}.seat-online-dot{position:absolute;top:8px;right:8px;width:9px;height:9px;border-radius:50%;background:#34c759;box-shadow:0 0 #34c75999;animation:seatPulse 2s ease-out infinite}.seat-online-dot.inline{position:static;display:inline-block;margin-right:5px;vertical-align:middle}.seat-card.seat-online{background:#f0faf1;border-color:#34c759;box-shadow:0 1px 5px #34c75940}.seat-card.seat-online .seat-owner{color:#1e8e3e;font-weight:700}.seat-card:not(.seat-online){background:#fafafa}.seat-card:not(.seat-online) .seat-owner{color:#8a9096;font-weight:400}.seat-card:not(.seat-online) .seat-dept{color:#a8adb3}.seat-online-stat{display:inline-flex;align-items:center;color:#1e8e3e;font-weight:500}.seat-online-total{color:#1e8e3e;font-weight:600;margin-left:2px;cursor:pointer;border-bottom:1px dashed #1e8e3e;padding-bottom:1px}.seat-online-total:hover{opacity:.75}.seat-online-modal{max-width:480px}.seat-online-modal .td-teachers th,.seat-online-modal .td-teachers td{padding:7px 10px}.seat-online-warn{margin:12px 24px 0;padding:9px 12px;background:#fff8e1;border:1px solid #ffe082;border-radius:6px;font-size:12px;color:#8a6d3b;line-height:1.6;max-width:1100px}.seat-online-warn b{color:#b8860b;font-weight:600}.seat-online-warn svg{vertical-align:-2px;margin-right:4px}@keyframes seatPulse{0%{box-shadow:0 0 #34c75999}70%{box-shadow:0 0 0 6px #34c75900}to{box-shadow:0 0 #34c75900}}@media (prefers-reduced-motion: reduce){.seat-online-dot{animation:none}}.seat-card:hover{box-shadow:0 3px 10px #0000001f;transform:translateY(-1px)}.seat-label{font-size:12px;color:#999;font-weight:600}.seat-owner{font-size:14px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seat-empno{font-size:12px;font-weight:400;color:#1a73e8;font-family:monospace}.seat-info{font-size:12px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seat-dept-mini{font-size:10px;color:#fff;background:#7c4dff;border-radius:3px;padding:1px 5px;margin-top:3px;display:inline-block;white-space:nowrap}.seat-both{border-left:4px solid #34a853}.seat-computer{border-left:4px solid #fbc02d}.seat-owner-only{border-left:4px solid #42a5f5}.seat-empty-seat{border-left:4px solid #cfd8dc;background:#fafafa}.seat-cell-empty{min-height:84px;border:2px dashed #d8dee6;border-radius:8px;background:#fafbfc}.seat-add-hint{font-size:13px;color:#666;margin-top:4px;padding:8px 0}.stats-overview{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.stat-box{flex:1;min-width:90px;background:#f5f8ff;border:1px solid #e3ecff;border-radius:8px;padding:14px;text-align:center}.stat-box .num{font-size:26px;font-weight:700;color:#1a73e8}.stat-box div:last-child{font-size:13px;color:#666;margin-top:4px}.stats-h3{margin:18px 0 10px;font-size:15px;color:#333}.stats-empty{text-align:center;color:#999;padding:16px}.dept-cell{color:#1a73e8;font-weight:500}.mono{font-family:monospace}.seat-check{display:flex;align-items:center;gap:8px;cursor:pointer}.seat-readonly-tip{font-size:12px;color:#d93025;background:#fce8e6;padding:8px 12px;border-radius:4px;margin-top:8px}.form-row{display:flex;gap:16px}.form-row .form-group{flex:1}.task-table-head{display:flex;gap:8px;align-items:center;padding:6px 8px;background:#eef2f8;border-radius:6px;font-size:13px}.task-table-row input,.task-table-row select{font-size:13px}.pb-alert-panel{margin:12px 20px;background:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:12px 16px;flex-shrink:0}.pb-alert-header{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#e65100;margin-bottom:8px}.pb-alert-icon{font-size:18px}.pb-alert-count{margin-left:auto;display:flex;gap:6px}.pb-alert-badge{font-size:12px;padding:2px 8px;border-radius:10px;font-weight:500}.pb-alert-badge.overdue{background:#fce8e6;color:#d93025}.pb-alert-badge.upcoming{background:#fff3e0;color:#e65100}.pb-alert-list{display:flex;flex-direction:column;gap:4px;max-height:180px;overflow-y:auto}.pb-alert-item{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:4px;cursor:pointer;font-size:13px;transition:background .15s}.pb-alert-item:hover{background:#0000000a}.pb-alert-item.overdue{border-left:3px solid #d93025}.pb-alert-item.upcoming{border-left:3px solid #f9a825}.pb-alert-date{font-family:monospace;font-size:12px;color:#666;min-width:80px}.pb-alert-proj{font-weight:500;min-width:120px}.pb-alert-node{color:#555;flex:1}.pb-alert-role{font-size:11px;color:#999}.pb-alert-tag{background:#d93025;color:#fff;font-size:10px;padding:1px 6px;border-radius:8px}.pb-stats-bar{display:flex;gap:0;margin:0 20px 12px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;flex-shrink:0}.pb-stat-item{flex:1;text-align:center;padding:12px 8px;border-right:1px solid #e0e0e0}.pb-stat-item:last-child{border-right:none}.pb-stat-num{font-size:22px;font-weight:700;display:block}.pb-stat-label{font-size:12px;color:#999}.filter-bar{display:flex;align-items:center;gap:10px;margin:0 20px 14px;flex-shrink:0}.filter-bar .input,.filter-bar input,.filter-bar select{height:38px;box-sizing:border-box;border:1px solid #dadce0;border-radius:8px;padding:0 12px;font-size:14px;font-family:inherit;background:#fff;color:#202124;outline:none;transition:border-color .15s,box-shadow .15s}.filter-bar input{flex:1;max-width:320px}.filter-bar input:focus,.filter-bar select:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e826}.filter-bar input::placeholder{color:#9aa0a6}.filter-bar select{min-width:130px;cursor:pointer}.plan-list{padding:0 20px 20px}.pb-project-card{cursor:pointer;transition:box-shadow .15s}.pb-project-card:hover{box-shadow:0 2px 12px #0000001f}.pb-project-card.done{opacity:.7}.pb-overdue-tag{color:#d93025;font-size:12px}.pb-upcoming-tag{color:#e65100;font-size:12px}.pb-progress-bar{display:flex;gap:2px;height:8px;margin-top:8px;border-radius:4px;overflow:hidden;background:#eee}.pb-progress-seg{flex:1;min-width:4px;border-radius:2px;transition:all .2s}.pb-progress-seg.done{background:#34a853}.pb-progress-seg.pending{background:#42a5f5}.pb-progress-seg.overdue{background:#d93025}.pb-stepper-wrap{margin-top:10px;overflow-x:auto;padding:10px 2px 4px;border-top:1px dashed #eee}.pb-stepper{display:flex;align-items:flex-start;min-width:min-content}.pb-step{position:relative;flex:0 0 96px;width:96px;text-align:center;padding:0 4px;box-sizing:border-box}.pb-step-line{position:absolute;top:11px;left:-50%;width:100%;height:2px;background:#e0e0e0;z-index:0}.pb-step:first-child .pb-step-line{display:none}.pb-step-line.done{background:#34a853}.pb-step-dot{position:relative;z-index:1;width:24px;height:24px;line-height:20px;border-radius:50%;margin:0 auto;font-size:12px;font-weight:700;border:2px solid #e0e0e0;background:#fff;color:#999;box-sizing:border-box}.pb-step.done .pb-step-dot{background:#34a853;border-color:#34a853;color:#fff}.pb-step.pending .pb-step-dot{border-color:#1a73e8;color:#1a73e8}.pb-step.overdue .pb-step-dot{background:#d93025;border-color:#d93025;color:#fff}.pb-step-name{margin-top:6px;font-size:12px;line-height:1.3;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pb-step.done .pb-step-name{color:#1e7e34}.pb-step.pending .pb-step-name{color:#1a73e8}.pb-step.overdue .pb-step-name{color:#d93025}.pb-step-date{font-size:11px;color:#999;font-family:monospace;margin-top:3px}.pb-node-table{width:100%;border-collapse:collapse;font-size:13px}.pb-node-table th{text-align:left;padding:8px 10px;background:#f5f5f5;color:#666;font-weight:500;border-bottom:1px solid #e0e0e0;font-size:12px}.pb-node-table td{padding:8px 10px;border-bottom:1px solid #f0f0f0;vertical-align:middle}.pb-row-overdue{background:#fff8e8}.pb-date-overdue{color:#d93025;font-weight:600}.pb-note-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#555}.pb-edit-row td{background:#f8f9fa;padding:12px}.pb-add-reminder-row td{background:#f0f7ff;padding:8px 12px}.pb-node-status{display:inline-block;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:500}.pb-node-status.done{background:#e6f4ea;color:#34a853}.pb-node-status.active{background:#e8f0fe;color:#1a73e8}.pb-node-status.pending{background:#f1f3f4;color:#999}.pb-reminder-tag{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;margin:1px 2px}.pb-reminder-tag.default{background:#e8f0fe;color:#1a73e8}.pb-reminder-tag.extra{background:#fce8e6;color:#d93025}.pb-reminder-rm{border:none;background:none;color:#d93025;cursor:pointer;font-size:10px;margin-left:2px;padding:0}.pb-add-reminder{padding:2px 6px;font-size:11px}.pb-proj-info{background:#f8f9fa;padding:12px 16px;border-radius:8px}.pb-proj-info-grid{display:flex;gap:24px;align-items:center;font-size:14px}.pb-label{color:#999;font-size:13px}.pb-import-guide{background:#f8f9fa;padding:12px 16px;border-radius:8px}.pb-template-preview,.pb-preview-table{width:100%;border-collapse:collapse;font-size:12px;margin-top:8px}.pb-template-preview th,.pb-preview-table th{text-align:left;padding:6px 10px;background:#e8eaf0;color:#555;font-weight:500}.pb-template-preview td,.pb-preview-table td{padding:6px 10px;border-bottom:1px solid #eee}.mytask-list{display:flex;flex-direction:column;gap:10px}.mytask-item{display:flex;gap:16px;align-items:center;background:#fff;border:1px solid #e6e9ef;border-radius:10px;padding:14px 16px;cursor:pointer;transition:box-shadow .15s,transform .1s}.mytask-item:hover{box-shadow:0 2px 12px #0000001a;transform:translateY(-1px)}.mytask-item.done{background:#f7faf7;border-color:#dceadf;opacity:.92}.mytask-item.done:hover{box-shadow:0 2px 12px #1880381a;border-color:#b9d8c1}.mytask-main{flex:1;min-width:0}.mytask-plan{font-size:15px;font-weight:600;color:#1a3c6e;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mytask-name{font-size:14px;color:#333;margin-bottom:6px}.mytask-name .icon-svg{width:13px;height:13px;color:#1a73e8;vertical-align:-2px}.mytask-item.done .mytask-name .icon-svg{color:#188038}.mytask-meta{display:flex;gap:14px;font-size:12px;color:#888}.mytask-deadline.delayed{color:#d93025;font-weight:600}.mytask-progress{display:flex;align-items:center;gap:10px;min-width:220px}.mytask-bar{flex:1;height:8px;background:#eef1f5;border-radius:4px;overflow:hidden;min-width:80px}.mytask-bar-fill{height:100%;background:linear-gradient(90deg,#42a5f5,#1a73e8);border-radius:4px}.mytask-pct{font-size:13px;font-weight:600;color:#1a73e8;min-width:38px;text-align:right}.mytask-layout{align-items:flex-start}.mytask-sidebar{width:220px;flex:0 0 220px;background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:14px;align-self:flex-start;position:sticky;top:84px;max-height:calc(100vh - 104px);display:flex;flex-direction:column;gap:18px}.mytask-side-section{display:flex;flex-direction:column;gap:4px}.mytask-side-title{font-size:13px;font-weight:600;color:#5f6368;padding:4px 8px;margin-bottom:2px}.mytask-filter-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:13px;color:#333;-webkit-user-select:none;user-select:none;transition:background .15s}.mytask-filter-item:hover{background:#f5f7fa}.mytask-filter-item.active{background:#e8f0fe;color:#1a73e8;font-weight:600}.mytask-filter-count{font-size:11px;color:#888;background:#f1f3f5;border-radius:10px;padding:1px 8px;min-width:22px;text-align:center}.mytask-filter-item.active .mytask-filter-count{background:#1a73e8;color:#fff}.mytask-center{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.mytask-toolbar{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:10px 14px}.mytask-search{flex:1;border:none;outline:none;font-size:14px;padding:6px 8px;background:transparent;color:#202124}.mytask-search::placeholder{color:#9aa0a6}.mytask-stats{width:260px;flex:0 0 260px;background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:16px;align-self:flex-start;position:sticky;top:84px}.mytask-stats h3{display:flex;align-items:center;gap:6px;font-size:14px;color:#202124;margin:0 0 12px}.mytask-stats .stat-mini{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.mytask-stats .stat-mini-item{background:#f8f9fa;border-radius:8px;padding:10px 6px}.mytask-stats .stat-mini-item .num{font-size:22px;line-height:1.2}.mytask-stat-pct{border-top:1px dashed #e8eaed;padding-top:12px}.mytask-stat-pct-label{font-size:12px;color:#888;margin-bottom:6px}.mytask-stat-pct-bar{height:10px;background:#eef1f5;border-radius:5px;overflow:hidden;margin-bottom:6px}.mytask-stat-pct-bar .fill{height:100%;background:linear-gradient(90deg,#34a853,#188038);border-radius:5px;transition:width .3s}.mytask-stat-pct-num{font-size:18px;font-weight:700;color:#188038;text-align:right}.topbar-hello{margin-left:14px;font-size:13px;font-weight:400;color:#ffffffd9;border-left:1px solid rgba(255,255,255,.3);padding-left:14px}.mt-section{margin-bottom:26px}.mt-section-head{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.mt-section-head h2{margin:0;font-size:17px;color:#202124;display:flex;align-items:center;gap:6px}.mt-section.done .mt-section-head h2{color:#188038}.mt-section-head h2:before{content:"";width:4px;height:16px;border-radius:2px;background:#1a73e8;display:inline-block}.mt-section.done .mt-section-head h2:before{background:#188038}.mt-count{font-size:12px;color:#5f6368;background:#f1f3f5;border-radius:10px;padding:2px 10px}.mt-tag.danger{font-size:12px;color:#c5221f;background:#fdeaea;border:1px solid #f5b3ab;border-radius:10px;padding:2px 10px;font-weight:600}.mt-empty{padding:22px;text-align:center;color:#5f6368;font-size:14px;background:#f8f9fa;border:1px dashed #d5dae0;border-radius:10px}.mytask-item.done .mytask-plan,.mytask-item.done .mytask-name{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.5}.mytask-item.done .mytask-name{margin-bottom:2px}.dm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.dm-card{background:#fff;border:1px solid #e6e9ef;border-radius:10px;padding:14px;display:flex;flex-direction:column}.dm-card-head{display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px solid #f0f2f5;margin-bottom:10px}.dm-name{font-size:15px;font-weight:600;color:#333}.dm-role{font-size:11px;padding:1px 7px;border-radius:8px;background:#e8f0fe;color:#1a73e8}.dm-count{margin-left:auto;font-size:12px;color:#999}.dm-empty{font-size:13px;color:#bbb;padding:10px 0;text-align:center}.dm-task-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dm-task-list li{background:#f8fafc;border:1px solid #eef1f5;border-radius:7px;padding:9px 11px;cursor:pointer;transition:background .15s}.dm-task-list li:hover{background:#eef4ff}.dm-task-title{font-size:13px;font-weight:500;color:#1a3c6e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dm-task-name{font-size:12px;color:#555;margin:2px 0 6px}.dm-task-meta{display:flex;align-items:center;gap:10px}.dm-progress{font-size:12px;font-weight:600;color:#1a73e8}.dm-unassigned{margin-top:24px;padding:16px;background:#fff8e8;border:1px solid #ffe0a3;border-radius:10px}.dm-unassigned h3{margin:0 0 12px;font-size:14px}.board-page{max-width:1180px;margin:0 auto;padding:24px}.board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px;flex-wrap:wrap}.board-title{display:flex;align-items:center;gap:14px}.board-title-icon{width:44px;height:44px;border-radius:12px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px}.board-title h1{margin:0;font-size:22px}.board-title p{margin:2px 0 0;color:#888;font-size:13px}.board-head-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.board-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.board-actions .btn-primary{width:auto;flex:none;padding:7px 16px;font-size:13px;white-space:nowrap}.board-actions .btn{white-space:nowrap}.training-filters{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap;align-items:center;background:#fff;border:1px solid #eee;border-radius:10px;padding:12px 14px}.training-search{flex:1;min-width:200px;height:38px;padding:0 12px;border:1px solid #ddd;border-radius:8px;font-size:14px}.training-filters select{height:38px;padding:0 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;flex:none}.training-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.training-card-creator{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#999}.training-card-creator svg{width:13px;height:13px;flex-shrink:0}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px}.pagination-info{font-size:13px;color:#888}.pagination-pages{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.page-btn{min-width:34px;height:34px;padding:0 10px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333;font-size:13px;cursor:pointer;transition:all .15s;white-space:nowrap}.page-btn:hover:not(:disabled):not(.active){border-color:#1a73e8;color:#1a73e8}.page-btn.active{background:#1a73e8;border-color:#1a73e8;color:#fff;font-weight:600;cursor:default}.page-btn:disabled{opacity:.45;cursor:not-allowed}.page-ellipsis{color:#999;padding:0 2px}.pagination-size{height:34px;padding:0 12px;border:1px solid #ddd;border-radius:8px;font-size:13px;background:#fff;color:#333;cursor:pointer}.training-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:16px;cursor:pointer;transition:box-shadow .15s,transform .15s;display:flex;flex-direction:column}.training-card:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.training-card-top{display:flex;gap:8px;margin-bottom:10px}.training-card-type{background:#ede7ff;color:#5b3fd6;padding:3px 10px;border-radius:12px;font-size:12px}.training-card-form{background:#e8f0fe;color:#1a73e8;padding:3px 10px;border-radius:12px;font-size:12px}.training-card-name{margin:0 0 12px;font-size:17px;color:#222;line-height:1.4}.training-card-meta{font-size:12.5px;color:#666;display:flex;flex-direction:column;gap:6px;flex:1}.training-card-meta>div{display:flex;align-items:center;gap:6px}.training-card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;border-top:1px solid #f2f2f2}.tb-tag{padding:3px 10px;border-radius:12px;font-size:12px;font-weight:500}.tb-tag-gray{background:#f1f3f4;color:#777}.tb-tag-green{background:#e6f4ea;color:#1e8e3e}.tb-tag-orange{background:#fef7e0;color:#b06000}.tb-tag-blue{background:#e8f0fe;color:#1a73e8}.tb-tag-red{background:#fce8e6;color:#c5221f}.tb-tag-past{background:#fef3e0;color:#b45309;border:1px solid #f6d9a0;font-weight:600}.training-expired-banner{display:flex;align-items:center;gap:8px;background:#fce8e6;color:#c5221f;border:1px solid #f5c6c0;border-radius:10px;padding:10px 14px;margin-top:14px;font-size:13px}.training-past-banner{display:flex;align-items:center;gap:8px;background:#fef7e0;color:#b45309;border:1px solid #f3e0a8;border-radius:10px;padding:10px 14px;margin-top:14px;font-size:13px;font-weight:600}.training-past-banner.open{background:#e6f4ea;color:#188038;border-color:#b7dfc5;font-weight:500}.training-warn-banner{display:flex;align-items:center;gap:8px;background:#fef7e0;color:#b06000;border:1px solid #f3e0a8;border-radius:10px;padding:10px 14px;margin-top:14px;font-size:13px}.training-detail{display:grid;grid-template-columns:1fr 1fr;gap:16px}.td-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px}.td-card h3{margin:0 0 14px;font-size:16px}.td-info{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin:0}.td-info div{display:flex;flex-direction:column}.td-info dt{font-size:12px;color:#999}.td-info dd{margin:2px 0 0;font-size:14px;color:#333}.td-block{margin-top:12px;font-size:13px;color:#444;line-height:1.6}.td-block b{display:block;color:#222;margin-bottom:4px}.td-teachers{width:100%;border-collapse:collapse;font-size:13px}.td-teachers th,.td-teachers td{border:1px solid #eee;padding:8px 10px;text-align:left}.td-teachers th{background:#f7f8fa}.td-actions{grid-column:1 / -1}.td-status{display:flex;flex-direction:column;gap:12px}.td-status-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.td-sec-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.td-sec-head h3{margin:0}.td-table-wrap{overflow-x:auto}.tb-export-btns{display:flex;gap:8px}.tb-stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.tb-stat-card{background:#f7f9fc;border:1px solid #e6eaf0;border-radius:10px;padding:12px 16px}.tb-stat-num{font-size:24px;font-weight:700;color:#1f2937;line-height:1.2}.tb-stat-label{font-size:12px;color:#8a94a6;margin-top:2px}.tb-stat-sub{font-size:13px;font-weight:500;color:#8a94a6;margin-left:2px}.tb-stat-blue .tb-stat-num{color:#2f6fed}.tb-stat-purple .tb-stat-num{color:#7c5cd6}.tb-stat-green .tb-stat-num{color:#189a5a}.tb-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.tb-search{flex:0 0 220px;padding:7px 12px;border:1px solid #d9dee7;border-radius:8px;font-size:13px;outline:none}.tb-search:focus{border-color:#2f6fed}.tb-filter{padding:7px 10px;border:1px solid #d9dee7;border-radius:8px;font-size:13px;background:#fff;outline:none}.tb-toolbar-hint{font-size:12px;color:#a0a8b8}.td-table-wide,.tb-enroll-table{width:100%}.tb-enroll-table th,.tb-enroll-table td{white-space:nowrap}.tb-enroll-table td{font-size:13px}.tb-row-alt td{background:#f8fafc}.tb-cell-nowrap{white-space:nowrap}.tb-cell-mono{font-variant-numeric:tabular-nums}.tb-badge{display:inline-block;padding:2px 10px;border-radius:10px;font-size:12px;font-weight:600;white-space:nowrap}.tb-badge-pass{background:#e6f4ef;color:#189a5a}.tb-badge-fail{background:#fdeaea;color:#d64545}.tb-badge-eval{background:#f0e9fb;color:#7c5cd6}.tb-badge-none{background:#f1f3f6;color:#8a94a6}.tb-badge-done{background:#e6f4ef;color:#189a5a}.tb-badge-pending{background:#fdf1e3;color:#e08a2e}.td-pdf-preview{max-width:760px;max-height:85vh;overflow-y:auto}.td-pdf-body{padding:16px 20px;background:#eef1f5}.td-pdf-sheet{background:#fff;border:1px solid #e0e3e8;border-radius:6px;padding:24px 28px;box-shadow:0 2px 10px #0000000f}.td-pdf-title{font-size:20px;font-weight:700;text-align:center;color:#1a1a1a}.td-pdf-subtitle{font-size:12px;color:#8a94a6;text-align:center;margin-top:4px}.td-pdf-rule{border-bottom:2px solid #2f6fed;margin:14px 0 4px}.td-pdf-sec{font-size:14px;font-weight:700;color:#333;border-left:4px solid #2f6fed;padding-left:8px;margin:16px 0 10px}.td-pdf-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px}.td-pdf-info-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #e8eaef;padding:5px 0;font-size:13px;color:#444}.td-pdf-info-label{color:#999;font-size:12px;flex-shrink:0;margin-right:12px}.td-pdf-desc{display:flex;gap:10px;margin-top:10px;font-size:13px;color:#555}.td-pdf-desc p{margin:0}.td-pdf-teachers{display:flex;flex-wrap:wrap;gap:8px}.td-pdf-teacher{display:inline-block;background:#f2f6ff;color:#2f6fed;border:1px solid #d8e4ff;border-radius:12px;padding:3px 12px;font-size:13px}.td-pdf-stats{display:flex;gap:14px;margin:4px 0 10px;font-size:12px;color:#666}.td-pdf-stats span{background:#f7f9fc;border:1px solid #eef1f5;border-radius:8px;padding:4px 12px}.td-pdf-table{width:100%}.td-pdf-table th,.td-pdf-table td{padding:5px 8px;font-size:12px}.td-pdf-more{font-size:12px;color:#999;margin-top:6px}.td-pdf-note{margin-top:14px;font-size:11px;color:#999;border-top:1px solid #eee;padding-top:8px}.exam-list{display:flex;flex-direction:column;gap:16px}.exam-q{background:#fff;border:1px solid #eee;border-radius:12px;padding:16px 18px}.exam-q-head{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.exam-q-no{width:24px;height:24px;border-radius:50%;background:#7b61ff;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px}.exam-q-type{font-size:12px;background:#f1f3f4;color:#666;padding:2px 8px;border-radius:10px}.exam-q-text{flex:1;font-size:15px;font-weight:500}.exam-q-score{font-size:12px;color:#999}.exam-q-opts{display:flex;flex-direction:column;gap:8px}.exam-opt{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e6e6e6;border-radius:8px;cursor:pointer;font-size:14px;transition:all .12s}.exam-opt:hover{background:#f7f4ff}.exam-opt.checked{border-color:#7b61ff;background:#f3efff}.exam-opt input{accent-color:#7b61ff}.exam-foot{display:flex;justify-content:space-between;align-items:center;margin-top:18px;gap:12px;flex-wrap:wrap}.exam-result{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px}.exam-score{text-align:center;padding:20px;border-radius:12px;margin-bottom:20px}.exam-score.pass{background:#e6f4ea}.exam-score.fail{background:#fdecea}.exam-score-num{font-size:44px;font-weight:700}.exam-score-label{font-size:13px;color:#666}.exam-score-tag{font-size:18px;font-weight:600;margin-top:6px}.exam-score-best{font-size:13px;color:#888;margin-top:4px}.exam-detail-list h3{font-size:15px;margin-bottom:10px}.exam-detail{padding:10px 12px;border-radius:8px;margin-bottom:8px;font-size:13px}.exam-detail.ok{background:#f1f8f3}.exam-detail.no{background:#fdf0ee}.exam-detail-q{font-weight:500}.exam-detail-a{color:#666;margin-top:3px}.eval-form{display:flex;flex-direction:column;gap:16px}.eval-section{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px}.eval-section h3{margin:0 0 14px;font-size:16px}.eval-q{margin-bottom:16px}.eval-q-label{font-size:14px;margin-bottom:8px}.eval-opts{display:flex;flex-wrap:wrap;gap:8px}.eval-opt{display:flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid #e0e0e0;border-radius:20px;cursor:pointer;font-size:13px;transition:all .12s}.eval-opt:hover{background:#f7f4ff}.eval-opt.checked{border-color:#7b61ff;background:#f3efff;color:#5b3fd6}.eval-opt input{display:none}.eval-suggest{width:100%;min-height:90px;border:1px solid #ddd;border-radius:8px;padding:10px 12px;font-size:14px;resize:vertical;box-sizing:border-box}.eval-done-banner{background:#e6f4ea;color:#1e8e3e;padding:10px 16px;border-radius:8px;margin-bottom:16px;display:flex;align-items:center;gap:8px;font-size:14px}.stats-filters{display:flex;gap:12px;align-items:center;margin-bottom:18px;flex-wrap:wrap}.stats-filters label{font-size:13px;color:#666;display:flex;align-items:center;gap:6px}.stats-filters input{padding:7px 10px;border:1px solid #ddd;border-radius:8px}.stats-wrap{display:flex;flex-direction:column;gap:18px}.stats-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px;text-align:center}.stat-num{font-size:28px;font-weight:700;color:#7b61ff}.stat-lbl{font-size:13px;color:#888;margin-top:4px}.stats-block{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px}.stats-block h3{margin:0 0 14px;font-size:16px}.stats-table-wrap{overflow-x:auto}.stats-table{width:100%;border-collapse:collapse;font-size:13px}.stats-table th,.stats-table td{border:1px solid #eee;padding:8px 10px;text-align:left}.stats-table th{background:#f7f8fa;white-space:nowrap}.stats-table td a{cursor:pointer}.bar{background:#eee;border-radius:4px;height:14px;min-width:80px;overflow:hidden}.bar span{display:block;height:100%;background:linear-gradient(90deg,#7b61ff,#a78bfa)}.stats-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stats-block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:12px;flex-wrap:wrap}.stats-block-head h3{margin:0;font-size:16px}.stats-cards-sm{grid-template-columns:repeat(3,1fr)}.stat-card-hl{border-color:#7b61ff;background:#f5f2ff}.stat-card-hl .stat-num{color:#5b3fd6}.td-status{display:inline-block;padding:2px 8px;border-radius:10px;font-size:12px;background:#f1f3f4;color:#666}.td-status-ok{background:#e6f4ea;color:#1e8e3e}.td-status-warn{background:#fef7e0;color:#b06000}.td-status-bad{background:#fce8e8;color:#c5221f}.proof-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:32px 16px;overflow:auto}.proof-dialog{background:#fff;border-radius:12px;width:820px;max-width:100%;box-shadow:0 12px 40px #00000040}.proof-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:2}.proof-bar>span{font-weight:600}.proof-bar>div{display:flex;gap:8px}.training-proof{padding:36px 44px 44px;color:#1a1a1a}.proof-title{text-align:center;font-size:26px;letter-spacing:4px;margin:8px 0 4px}.proof-sub{text-align:center;color:#888;font-size:13px;margin:0 0 22px}.proof-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;margin-bottom:20px}.proof-meta>div{display:flex;gap:10px;font-size:14px;border-bottom:1px dashed #ddd;padding-bottom:6px}.proof-meta span{color:#888;min-width:64px}.proof-table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:14px}.proof-table th,.proof-table td{border:1px solid #ccc;padding:7px 9px;text-align:left}.proof-table th{background:#f3f0ff}.proof-foot-label{text-align:right}.proof-summary{font-size:14px;margin:6px 0 18px}.proof-note{font-size:12px;color:#888;margin-bottom:28px}.proof-sign{display:flex;justify-content:space-between;font-size:13px;color:#444}.proof-opt{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#555;margin-right:6px}.proof-opt input{margin:0}.stats-head-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.seg-tabs{display:inline-flex;border:1px solid #dadce0;border-radius:8px;overflow:hidden;background:#fff}.seg-tab{border:none;background:transparent;padding:5px 12px;font-size:13px;color:#5f6368;cursor:pointer}.seg-tab+.seg-tab{border-left:1px solid #e8eaed}.seg-tab:hover{background:#f5f6f7}.seg-tab.active{background:#7b61ff;color:#fff}.seg-tab.active:hover{background:#6b51ef}.tag-past{display:inline-block;margin-left:6px;padding:1px 7px;border-radius:9px;font-size:11px;background:#fff0e6;color:#b5540b;border:1px solid #ffd8bd;vertical-align:middle}.past-table-wrap{background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:6px 10px 10px;margin-top:4px}.past-table td,.past-table th{white-space:nowrap}.past-table td:first-child{white-space:normal;min-width:190px}.past-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.past-actions .btn-sm{padding:3px 8px}@media (max-width: 760px){.training-detail,.stats-cards,.stats-two-col,.stats-cards-sm{grid-template-columns:1fr}.board-page{padding:16px 14px}.board-header{align-items:stretch;margin-bottom:16px}.board-head-right{flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px;width:100%}.board-actions{justify-content:flex-end;width:auto;margin-left:auto}.td-card{padding:14px}.td-info{grid-template-columns:1fr;gap:12px}.training-search{flex:none;width:100%;min-width:0}.training-filters select{flex:1 1 0;width:auto;min-width:0}.stats-filters{flex-wrap:nowrap;gap:8px;background:#fff;border:1px solid #eee;border-radius:10px;padding:10px 12px;margin-bottom:14px}.stats-filters label{flex:1;min-width:0}.stats-filters input{width:100%;min-width:0;padding:7px 8px;font-size:13px;border-radius:8px}.stats-filters input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:38px;line-height:normal;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;padding:0 30px 0 10px}.stats-filters input[type=date]::-webkit-calendar-picker-indicator{opacity:0;width:28px;height:28px;margin:0;padding:0;cursor:pointer}.stats-head-tools{flex-wrap:nowrap;width:100%;justify-content:space-between;gap:8px}.seg-tab{padding:5px 10px;font-size:12px}.stats-head-tools .btn-sm{white-space:nowrap;flex:none}.proof-bar{flex-wrap:wrap;gap:8px;padding:10px 12px}.proof-bar>div{flex-wrap:wrap;width:100%;justify-content:flex-end}.proof-opt{width:100%;justify-content:flex-start}.training-proof{padding:18px 12px 24px;overflow-x:auto;-webkit-overflow-scrolling:touch}.proof-title{font-size:20px;letter-spacing:2px}.proof-sub{font-size:12px;margin-bottom:14px}.proof-meta{grid-template-columns:1fr;gap:8px;margin-bottom:14px}.proof-table{min-width:640px;font-size:12px}.proof-summary{font-size:13px}.proof-note{font-size:11px}.proof-sign{flex-direction:column;gap:10px;font-size:12px}.td-status{gap:0}.td-status-row{justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #f1f3f4;font-size:14px;flex-wrap:wrap}.td-status-row:last-child{border-bottom:none;padding-bottom:0}.td-status-row>span:first-child{color:#5f6368;flex:none;min-width:5.5em}.td-status-row>span:last-child{text-align:right;margin-left:auto}.td-status-row .btn-sm{margin-left:auto}.pagination{justify-content:center;margin-top:14px}.pagination-info{width:100%;text-align:center}.pagination-pages{justify-content:center}}.backup-list{display:flex;flex-direction:column;gap:10px;width:100%}.backup-item{border:1px solid #e8eaed;border-radius:10px;padding:10px 14px;background:#fff;width:100%;box-sizing:border-box}.backup-item-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 0;flex-wrap:wrap}.backup-item-label{color:#888;font-size:13px;flex:none}.backup-item-btns{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.backup-item .btn,.backup-item .btn-sm{white-space:nowrap;flex:none;width:auto}@media print{html,body{margin:0;padding:0;background:#fff}body>#root{display:none!important}.proof-mask{position:static!important;display:block!important;background:#fff;padding:0;margin:0;overflow:visible}.proof-dialog{box-shadow:none;width:100%;max-width:100%;border-radius:0}#training-proof{position:static;padding:0 8mm;overflow:visible}.no-print{display:none!important}.proof-table thead{display:table-header-group}.proof-table tr{page-break-inside:avoid}}.wm-board{max-width:1180px}.wm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-top:8px}.wm-card{background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:18px;cursor:pointer;transition:box-shadow .15s,transform .15s}.wm-card:hover{box-shadow:0 6px 18px #0000001f;transform:translateY(-2px)}.wm-card-top{display:flex;justify-content:space-between;align-items:center}.wm-card-icon{width:34px;height:34px;border-radius:9px;background:#d81b60;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.wm-card-date{color:#80868b;font-size:13px}.wm-card-title{font-size:17px;margin:12px 0 10px}.wm-card-meta{display:flex;gap:8px}.wm-chip{background:#f1f3f4;color:#444;padding:3px 10px;border-radius:20px;font-size:12px}.wm-chip.pending{background:#fef7e0;color:#b06000}.wm-detail{display:flex;gap:20px;margin-top:16px;align-items:flex-start}.wm-icons-panel{width:300px;flex:none;background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:16px}.wm-events-panel{flex:1;background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:16px;min-width:0}.wm-sec-title{font-size:14px;color:#5f6368;margin:4px 0 10px;font-weight:600}.wm-icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:10px;margin-bottom:18px}.wm-icon-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;border:1px solid #eee;border-radius:10px;background:#fafafa}.wm-icon-card.clickable{cursor:pointer}.wm-icon-card.clickable:hover{border-color:#d81b60;background:#fdf2f7}.wm-icon-avatar{width:38px;height:38px;border-radius:50%;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.wm-icon-name{font-size:12px;text-align:center;line-height:1.2}.wm-icon-role{font-size:11px;color:#e8710a}.wm-card-del{width:22px;height:22px;line-height:20px;text-align:center;border-radius:50%;background:#fce8e6;color:#d93025;font-size:16px;cursor:pointer;border:none;flex:0 0 auto}.wm-card-del:hover{background:#d93025;color:#fff}.wm-icon-del{position:absolute;top:2px;right:4px;width:18px;height:18px;line-height:16px;text-align:center;border-radius:50%;background:#d93025;color:#fff;font-size:14px;cursor:pointer;opacity:0;transition:opacity .15s}.wm-icon-card{position:relative}.wm-icon-card:hover .wm-icon-del{opacity:1}.wm-hidden-box{margin-top:14px;border-top:1px dashed #dadce0;padding-top:10px}.wm-hidden-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.wm-hidden-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;background:#f1f3f4;border:1px solid #dadce0;border-radius:14px;padding:3px 6px 3px 10px;color:#5f6368}.wm-hidden-restore{border:none;background:#1a73e8;color:#fff;border-radius:10px;font-size:11px;padding:2px 8px;cursor:pointer}.wm-hidden-restore:hover{background:#1557b0}.wm-events-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.wm-events-toolbar .wm-sec-title{margin:0}.wm-toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wm-filter-tabs{display:inline-flex;background:#f1f3f5;border-radius:8px;padding:2px;gap:2px}.wm-filter-tab{font-size:12px;color:#5f6368;padding:3px 12px;border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.wm-filter-tab:hover{background:#e8eaed}.wm-filter-tab.active{background:#fff;color:#1a73e8;font-weight:600;box-shadow:0 1px 3px #0000001f}.wm-sort-select{font-size:12px;color:#5f6368;border:1px solid #e0e3e8;border-radius:8px;padding:5px 8px;background:#fff;cursor:pointer;outline:none}.wm-sort-select:focus{border-color:#1a73e8}.wm-search-input{font-size:13px;border:1px solid #e0e3e8;border-radius:8px;padding:6px 12px;width:200px;outline:none;transition:border-color .15s}.wm-search-input:focus{border-color:#1a73e8}.wm-table-wrap{border:1px solid #e8eaed;border-radius:10px;overflow:auto;background:#fff;box-shadow:0 1px 3px #0000000a}.wm-events-table{width:100%;border-collapse:collapse}.wm-events-table thead{position:sticky;top:0;z-index:2}.wm-events-table th{text-align:left;font-size:12px;color:#5f6368;font-weight:600;padding:10px 14px;background:#f8f9fa;border-bottom:1px solid #e8eaed;white-space:nowrap}.wm-events-table td{padding:12px 14px;border-bottom:1px solid #f0f2f5;font-size:13px;vertical-align:top;line-height:1.6}.wm-events-table tbody tr:nth-child(2n){background:#fafbfc}.wm-events-table tbody tr:hover{background:#f5f9ff}.wm-events-table tbody tr:last-child td{border-bottom:none}.wm-events-table tr.wm-row-overdue td:first-child{box-shadow:inset 3px 0 #d93025}.wm-events-table tr.wm-row-overdue td{background:#fff8f7}.wm-events-table tr.wm-row-overdue:nth-child(2n) td{background:#fdf4f2}.wm-events-table tr.wm-row-overdue:hover td{background:#fdeeed}.wm-ev-content{max-width:360px;font-weight:500;color:#202124}.wm-ev-sub{color:#80868b;font-size:12px;margin-top:2px}.wm-ev-ops{white-space:nowrap}.wm-op-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e0e3e8;border-radius:6px;background:#fff;color:#5f6368;cursor:pointer;margin-right:4px;transition:all .15s;vertical-align:middle}.wm-op-btn:hover{border-color:#1a73e8;color:#1a73e8;background:#f0f6ff}.wm-op-btn.wm-op-primary{color:#1a73e8;border-color:#c5dcf8;background:#f2f8ff}.wm-op-btn.wm-op-primary:hover{background:#1a73e8;color:#fff;border-color:#1a73e8}.wm-op-btn.wm-op-danger:hover{border-color:#d93025;color:#d93025;background:#fdecec}.wm-op-btn svg{width:15px;height:15px}.wm-pill{display:inline-block;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap}.wm-pill-internal{background:#e8f0fe;color:#1a73e8}.wm-pill-external{background:#f3e8fd;color:#7b3ff2}.wm-pill-notice,.wm-status.wm-done{background:#e6f4ea;color:#188038}.wm-owner-tags{display:flex;flex-wrap:wrap;gap:4px;max-height:56px;overflow:hidden}.wm-owner-tag{display:inline-block;padding:2px 9px;border-radius:10px;font-size:12px;background:#f1f3f4;color:#3c4043;white-space:nowrap;border:1px solid transparent}.wm-owner-tag:hover{border-color:#c5dcf8}.wm-owner-tag.done{background:#e6f4ea;color:#188038}.wm-owner-tag.overdue{background:#fdeaea;color:#c5221f;font-weight:600}.wm-deadline-cell{display:flex;align-items:baseline;gap:6px;white-space:nowrap;flex-wrap:nowrap}.wm-deadline-main{font-size:13px;color:#3c4043;font-weight:500}.wm-deadline-due{font-size:12px;color:#80868b}.wm-deadline-due.wm-overdue,.wm-overdue{color:#d93025;font-weight:600}.wm-shared-tag{display:inline-block;padding:2px 9px;border-radius:12px;font-size:12px;background:#e8f0fe;color:#1a73e8;vertical-align:middle}.wm-shared-count{display:inline-block;padding:2px 9px;border-radius:12px;font-size:12px;background:#f1f3f4;color:#5f6368;cursor:help;vertical-align:middle}.wm-overdue{color:#d93025;font-weight:600}.wm-row-highlight{animation:wmRowFlash 2.4s ease-out 2}@keyframes wmRowFlash{0%{background:#fde68a}60%{background:#fef3c7}to{background:transparent}}.wm-status{display:inline-block;padding:2px 9px;border-radius:12px;font-size:12px}.wm-status.wm-done{background:#e6f4ea;color:#188038}.wm-status.wm-pending{background:#fef7e0;color:#b06000}.wm-quick-label{font-size:13px;color:#5f6368;margin-left:-4px}.wm-hint{font-size:12px;color:#80868b;background:#f8f9fa;border:1px dashed #dadce0;border-radius:8px;padding:8px 10px;margin-top:8px;line-height:1.5}.wm-proposer-hint{font-size:13px;color:#1a73e8;background:#e8f0fe;border:1px solid #c6dafc;border-radius:8px;padding:7px 10px;margin-bottom:12px;line-height:1.5}.wm-owner-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:6px 12px;max-height:180px;overflow-y:auto;border:1px solid #e8eaed;border-radius:8px;padding:10px;background:#fafbfc}.wm-owner-checkbox{display:flex;align-items:center;gap:6px;font-size:13px;color:#202124;cursor:pointer}.wm-owner-checkbox input{width:15px;height:15px;cursor:pointer}.wm-owner-deadlines{margin-top:8px;border:1px dashed #dadce0;border-radius:8px;padding:10px;background:#fefefe}.wm-owner-deadlines-hint{font-size:12px;color:#80868b;margin-bottom:8px}.wm-owner-deadline-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.wm-owner-deadline-row:last-child{margin-bottom:0}.wm-owner-deadline-name{font-size:13px;color:#202124;min-width:120px}.wm-owner-deadline-row .wm-input{max-width:180px}.wm-muted{color:#b0b3b8;font-size:12px}.wm-owner-status-summary{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.wm-owner-status-chip{display:inline-block;padding:2px 9px;border-radius:12px;font-size:12px;background:#fef7e0;color:#b06000}.wm-owner-status-chip.done{background:#e6f4ea;color:#188038}.wm-owner-status-chip.me{outline:2px solid #1a73e8}.wm-form{display:flex;flex-direction:column;gap:6px}.wm-form label{font-size:13px;color:#5f6368;margin-top:6px;font-weight:600}.wm-textarea,.wm-input,.wm-select{width:100%;border:1px solid #dadce0;border-radius:8px;padding:8px 10px;font-size:14px;font-family:inherit;box-sizing:border-box}.wm-textarea{min-height:72px;resize:vertical}.wm-radio-row{display:flex;gap:18px}.wm-radio{font-size:14px;color:#333;display:inline-flex;align-items:center;gap:6px;font-weight:400}.wm-fixed-owner{padding:8px 10px;background:#f1f3f4;border-radius:8px;font-size:14px}.wm-readonly{background:#f8f9fa;border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.9}.wm-readonly b{color:#5f6368;font-weight:600;margin-right:4px}.wm-share-list{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.wm-share-item{display:flex;justify-content:space-between;align-items:center;background:#f1f3f4;border-radius:8px;padding:6px 10px;font-size:13px}.wm-empty-sm{color:#9aa0a6;font-size:13px;padding:8px 0}.wm-cand-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:6px;max-height:260px;overflow-y:auto}.wm-cand{display:flex;align-items:center;gap:6px;border:1px solid #eee;border-radius:8px;padding:6px 8px;font-size:13px;cursor:pointer}.wm-cand.on{border-color:#d81b60;background:#fdf2f7}.wm-cand-name{flex:1}.wm-cand-role{font-size:11px;color:#80868b}.wm-stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:8px}.wm-stat-card{background:#f8f9fa;border-radius:12px;padding:14px;text-align:center}.wm-stat-card.done{background:#e6f4ea}.wm-stat-card.pending{background:#fef7e0}.wm-stat-card.overdue{background:#fce8e6}.wm-stat-num{font-size:26px;font-weight:700;color:#202124}.wm-stat-card.done .wm-stat-num{color:#188038}.wm-stat-card.pending .wm-stat-num{color:#b06000}.wm-stat-card.overdue .wm-stat-num{color:#d93025}.wm-stat-cap{font-size:12px;color:#5f6368;margin-top:2px}.wm-stats-table{width:100%;border-collapse:collapse;margin-bottom:16px}.wm-stats-table th{text-align:left;font-size:12px;color:#80868b;padding:6px 8px;border-bottom:2px solid #eee}.wm-stats-table td{padding:7px 8px;border-bottom:1px solid #f1f3f4;font-size:13px}.wm-bar{position:relative;background:#eee;border-radius:6px;height:16px;min-width:90px;overflow:hidden}.wm-bar-fill{height:100%;background:#188038;border-radius:6px}.wm-bar-label{position:absolute;right:6px;top:0;line-height:16px;font-size:11px;color:#333}.wm-proposer-groups{display:flex;flex-direction:column;gap:14px}.wm-proposer-group{border:1px solid #eee;border-radius:12px;overflow:hidden}.wm-proposer-head{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fafafa;border-bottom:1px solid #eee}.wm-proposer-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:7px;background:#e8f0fe;color:#1a73e8}.wm-proposer-name{font-size:14px;font-weight:600;color:#202124}.wm-proposer-meta{margin-left:auto;font-size:12px;color:#80868b}.wm-proposer-group .wm-stats-table{margin-bottom:0}.wm-proposer-group .wm-stats-table th{background:#fff}.wm-proposer-group .wm-stats-table td{vertical-align:top}.wm-auto-name{font-size:18px;font-weight:600;color:#d81b60;padding:10px 0}.pnb-tag.weekly{background:#fce8f3;color:#d81b60}.pnb-tag.coop{background:#e0f2f1;color:#00897b}@media (max-width: 860px){.wm-detail{flex-direction:column}.wm-icons-panel{width:100%}.wm-stat-cards{grid-template-columns:repeat(2,1fr)}}.back-to-top{position:fixed;right:28px;bottom:32px;z-index:9999;width:42px;height:42px;border-radius:50%;background:#2f6fed;color:#fff;border:none;cursor:pointer;font-size:20px;line-height:1;box-shadow:0 4px 14px #2f6fed59;transition:transform .15s,background .15s}.back-to-top:hover{background:#1f5bd8;transform:translateY(-2px)}.ptb-filter-bar{display:flex;align-items:center;gap:6px;padding:6px 10px 0;flex-shrink:0}.ptb-filter-btn{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 10px;border-radius:11px;font-size:11px;font-weight:600;color:#5f6368;background:#f1f3f5;border:1px solid #e4e7ec;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s}.ptb-filter-btn:hover{background:#e8eaed}.ptb-filter-btn.all.active{background:#3c4043;border-color:#3c4043;color:#fff}.ptb-filter-btn.on.active{background:#34a853;border-color:#34a853;color:#fff}.ptb-filter-btn.away.active{background:#d93025;border-color:#d93025;color:#fff}.ptb-filter-count{margin-left:auto;font-size:11px;color:#8a94a6;white-space:nowrap}@keyframes inappIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.board-welcome{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;margin-bottom:14px;background:linear-gradient(135deg,#fff,#f5f9ff);border:1px solid #e3eefb;border-radius:12px;box-shadow:0 1px 3px #3c6eb40f}.board-welcome .bw-left{display:flex;align-items:center;gap:14px;min-width:0}.board-welcome .bw-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#1a73e8,#0d47a1);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #1a73e840;flex-shrink:0}.board-welcome .bw-avatar svg{width:22px;height:22px}.board-welcome .bw-hi{font-size:18px;font-weight:700;color:#202124;margin-bottom:4px}.board-welcome .bw-sub{font-size:13px;color:#5f6368;line-height:1.5}.board-welcome .bw-right{flex-shrink:0}.board-welcome .bw-today{font-size:13px;color:#80868b;padding:6px 12px;background:#fff;border:1px solid #e8eaed;border-radius:8px}.plan-card{transition:transform .15s,box-shadow .15s,border-color .15s}.plan-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014!important;border-color:#bbd6f5!important}.board-empty{padding:60px 20px!important}.board-empty .icon svg{width:56px;height:56px;color:#c8d1dc}.board-empty-title{font-size:16px;font-weight:600;color:#5f6368;margin-top:14px}.board-empty-hint{font-size:13px;color:#9aa0a6;margin-top:6px}.coop-filters{display:flex;gap:8px;margin:14px 0;flex-wrap:wrap}.coop-filters .chip{padding:6px 14px;border-radius:16px;border:1px solid #e0e3e8;background:#fff;font-size:13px;cursor:pointer;color:#5f6368}.coop-filters .chip.active{background:#00897b;border-color:#00897b;color:#fff}.coop-list{display:flex;flex-direction:column;gap:12px}.coop-card{background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:14px 16px;cursor:pointer;transition:box-shadow .15s}.coop-card:hover{box-shadow:0 2px 10px #00000014}.coop-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.coop-card-title{font-size:15px;font-weight:600;color:#202124}.coop-card-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:#80868b;margin:8px 0}.coop-card-depts{display:flex;gap:8px;flex-wrap:wrap}.coop-dept-tag{font-size:12px;padding:3px 10px;border-radius:12px;background:#f1f3f4;color:#5f6368}.coop-dept-已完成{background:#e6f4ea;color:#188038}.coop-dept-进行中{background:#e8f0fe;color:#1a73e8}.coop-dept-未开始{background:#f1f3f4;color:#5f6368}.coop-dept-picker{display:flex;flex-wrap:wrap;gap:8px;max-height:180px;overflow:auto}.coop-dept-opt{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e0e3e8;border-radius:8px;font-size:13px;cursor:pointer}.coop-dept-opt.checked{background:#e0f2f1;border-color:#00897b;color:#00695c}.coop-detail-head{display:flex;align-items:center;gap:12px}.coop-detail-title{font-size:16px;font-weight:600;color:#202124;flex:1}.coop-detail-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:#80868b;margin-top:8px}.coop-detail-remark{margin-top:8px;font-size:13px;color:#5f6368;background:#f8f9fa;border-radius:8px;padding:8px 10px}.coop-cancelled-banner{margin-top:10px;background:#fce8e6;color:#c5221f;border-radius:8px;padding:8px 12px;font-size:13px;display:flex;align-items:center;gap:8px}.coop-table{width:100%;border-collapse:collapse;font-size:13px}.coop-table th,.coop-table td{padding:8px 10px;border-bottom:1px solid #eee;text-align:left;vertical-align:middle}.coop-table th{background:#f8f9fa;color:#5f6368;font-weight:600}.coop-table-remark input{width:100%;min-width:120px}.coop-unassigned{color:#d93025;font-weight:600}.coop-project-select{max-width:180px;font-size:12px;padding:3px 6px;border:1px solid #d0d3d9;border-radius:6px}.coop-card-content{font-size:13px;color:#5f6368;margin:6px 0;background:#f8f9fa;border-radius:8px;padding:8px 10px}.coop-proj-tags{display:inline-flex;flex-wrap:wrap;gap:4px;max-width:200px}.coop-proj-tag{font-size:11px;padding:2px 8px;border-radius:10px;background:#e0f2f1;color:#00897b;white-space:nowrap}.coop-proj-empty{font-size:12px;color:#9aa0a6}.tech-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:14px 0;padding:12px 14px;background:#fff;border:1px solid #e8eaed;border-radius:12px;font-size:13px;color:#5f6368}.tech-filters input[type=date]{padding:5px 8px;border:1px solid #d0d3d9;border-radius:8px;font-size:13px}.tech-filters .tech-kw{width:220px;padding:6px 10px;border:1px solid #d0d3d9;border-radius:8px;font-size:13px}.tech-count{margin-left:auto;color:#9aa0a6;font-size:12px}.tech-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e8eaed;border-radius:12px;overflow:hidden;font-size:13px}.tech-table th,.tech-table td{padding:10px 12px;border-bottom:1px solid #f0f1f3;text-align:left;vertical-align:middle}.tech-table th{background:#f8f9fa;color:#5f6368;font-weight:600;font-size:12px}.tech-table tr:hover td{background:#fafbfc}.tech-title{color:#1a56b8;font-weight:600;cursor:pointer}.tech-table .btn-sm{margin-right:4px}.badge{display:inline-block;padding:2px 10px;border-radius:10px;font-size:11px}.badge-blue{background:#e8f0fe;color:#1a73e8}.badge-red{background:#fce8e6;color:#c5221f}.tech-form-auto{background:#f8f9fa;border-radius:8px;padding:8px 12px;font-size:13px;color:#5f6368;margin-bottom:12px}.tech-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.tech-form-grid .tech-full{grid-column:1 / -1}.tech-form-grid .tech-half{grid-column:span 1}.tech-detail-title{font-size:16px;font-weight:600;color:#202124;margin-bottom:12px}.tech-detail-table{width:100%;border-collapse:collapse;font-size:13px}.tech-detail-table td{padding:8px 10px;border:1px solid #eee;vertical-align:top}.tech-detail-table td.k{background:#f8f9fa;color:#5f6368;font-weight:600;width:110px;white-space:nowrap}.tech-page{max-width:1680px}.tech-table-wrap{overflow-x:auto;border:1px solid #e8eaed;border-radius:12px;background:#fff}.tech-table{min-width:1720px;border-collapse:collapse;width:100%;font-size:13px}.tech-table th,.tech-table td{padding:8px 10px;border-bottom:1px solid #f0f1f3;border-right:1px solid #f0f1f3;text-align:left;vertical-align:top}.tech-table th:last-child,.tech-table td:last-child{border-right:none}.tech-table th{background:#f8f9fa;color:#5f6368;font-weight:600;font-size:12px;white-space:nowrap}.tech-table tr:last-child td{border-bottom:none}.tech-table tbody tr:hover td{background:#fafbfc}.tech-table .tech-title{color:#1a56b8;font-weight:600;cursor:pointer;white-space:nowrap}.tech-filter-row th{background:#f1f3f4;padding:6px 8px}.tech-filter-row input{width:100%;min-width:70px;box-sizing:border-box;padding:4px 6px;border:1px solid #d0d3d9;border-radius:6px;font-size:12px}.tech-filter-row input:focus{border-color:#1a73e8;outline:none}.tech-table .btn-sm{margin-right:2px;white-space:nowrap}.tech-filter-row select{width:100%;box-sizing:border-box;padding:4px 6px;border:1px solid #d0d3d9;border-radius:6px;font-size:12px;background:#fff}.tech-filter-row select:focus{border-color:#1a73e8;outline:none}.tech-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.tech-stat-card{background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:14px 16px}.tech-stat-label{font-size:12px;color:#80868b;margin:0 0 4px}.tech-stat-num{font-size:26px;font-weight:600;color:#202124;margin:0}.tech-stat-num.c-blue{color:#185fa5}.tech-stat-num.c-purple{color:#534ab7}.tech-stat-num.c-green{color:#3b6d11}.tech-filter-label{color:#5f6368;font-size:13px}.tech-table tbody tr:nth-child(2n){background:#fafbfc}.tech-table tbody tr:hover td{background:#e8f0fe}.tech-table .tech-title:hover{text-decoration:underline}.badge-purple{background:#eeedfe;color:#534ab7}.tech-cell-clip{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tech-table tbody td:nth-child(2){min-width:118px;white-space:nowrap}.tech-table td.tech-row-ops{white-space:nowrap;visibility:visible}.tech-table td.tech-row-ops .muted{font-size:12px}.tech-skeleton{display:flex;flex-direction:column;gap:10px}.tech-skeleton-row{height:52px;border-radius:8px;background:linear-gradient(90deg,#f1f3f4 25%,#e8eaed,#f1f3f4 75%);background-size:200% 100%;animation:techShimmer 1.2s infinite}@keyframes techShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tech-empty{padding:56px 20px!important}.tech-sec{margin-bottom:14px}.tech-sec-title{font-size:13px;font-weight:600;color:#1a56b8;background:#e8f0fe;display:inline-block;padding:3px 12px;border-radius:12px;margin-bottom:8px}.tech-sec-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px}.tech-sec-item{display:flex;gap:10px;font-size:13px;padding:6px 0;border-bottom:1px dashed #f0f1f3}.tech-sec-item.full{grid-column:1 / -1}.tech-sec-item.muted{color:#9aa0a6}.tech-sec-item .k{color:#80868b;flex-shrink:0;min-width:92px}.tech-form-sec{margin-bottom:12px}.tech-req{color:#e0245e}.input-error{border-color:#e0245e!important;background:#fff5f6!important}.tech-field-error{font-size:11px;color:#e0245e;margin-top:3px}.research-page{max-width:1280px}.research-dept-group{margin-bottom:16px}.research-dept-head{display:flex;align-items:center;gap:8px;background:#f4f1fa;border:1px solid #e3dcf2;border-radius:10px;padding:10px 14px;cursor:pointer;font-size:14px;color:#4a3670;margin-bottom:10px}.research-dept-head:hover{background:#ece5f7}.research-dept-name{font-weight:600}.research-dept-count{color:#8b7ab5;font-size:12px}.research-dept-arrow{margin-left:auto;font-size:12px;color:#8b7ab5}.research-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.research-card{background:#fff;border:1px solid #e6e9ef;border-radius:12px;padding:16px;cursor:pointer;transition:box-shadow .15s,transform .1s;position:relative}.research-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px);border-color:#b7a6dd}.research-card-title{font-size:15px;font-weight:600;color:#3c3489;margin-bottom:10px;line-height:1.4}.research-card-meta{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#5f6368}.research-card-meta span{display:flex;align-items:center;gap:6px}.research-card-dept{position:absolute;top:12px;right:12px;font-size:11px;color:#8b7ab5;background:#f4f1fa;padding:2px 8px;border-radius:10px}.research-detail-text{font-size:13px;color:#202124;line-height:1.8;background:#fff;border:1px solid #eee;border-radius:10px;padding:12px 14px}.research-no-report{font-size:13px;color:#9aa0a6;padding:20px;text-align:center;background:#fafbfc;border-radius:10px}.research-reports{display:flex;flex-direction:column;gap:10px}.research-report{background:#fff;border:1px solid #e6e9ef;border-radius:10px;padding:12px 14px}.research-report-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.research-report-month{font-size:13px;font-weight:600;color:#6a4fa3;background:#f4f1fa;padding:2px 10px;border-radius:10px}.research-report-by{font-size:12px;color:#9aa0a6}.research-report-content{font-size:13px;color:#202124;line-height:1.7}.research-node-row{display:flex;gap:8px;align-items:center;margin-bottom:8px}.research-node-row .research-node-content{flex:1}.research-node-row .research-node-deadline{width:150px;flex-shrink:0}.research-node-row .btn-icon{flex-shrink:0}.research-nodes{display:flex;flex-direction:column;gap:8px}.research-node{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #eee;border-radius:10px;padding:10px 14px;font-size:13px}.research-node-index{width:22px;height:22px;border-radius:50%;background:#6a4fa3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.research-node-text{flex:1;color:#202124}.research-node-deadline-badge{font-size:12px;color:#854f0b;background:#faeeda;padding:2px 10px;border-radius:10px;flex-shrink:0}.research-node-deadline-badge.empty{color:#9aa0a6;background:#f1f3f4}.research-files{display:flex;flex-direction:column;gap:8px}.research-file{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #eee;border-radius:10px;padding:10px 14px;font-size:13px}.research-file-icon{width:40px;height:26px;background:#fce8e6;color:#c5221f;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;flex-shrink:0}.research-file-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#202124;font-weight:500}.research-file-meta{color:#9aa0a6;font-size:12px;flex-shrink:0}.research-file-ops{display:flex;gap:4px;flex-shrink:0}.research-file-ops a.btn{text-decoration:none;display:inline-flex;align-items:center;gap:4px}.research-preview-modal .modal-body{padding:0!important}.research-preview-modal iframe{background:#525659}.badge-green{background:#eaf3de;color:#3b6d11}.research-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:10px}.research-card-title-row .research-card-title{margin-bottom:0}.research-card-title-row .badge{flex-shrink:0;margin-top:2px}.guest-tip{background:#fef7e6;border:1px solid #f5e3b8;border-radius:10px;padding:10px 12px;font-size:13px;color:#7a5c1e;line-height:1.8;margin-bottom:12px;display:flex;gap:8px;align-items:flex-start}.guest-tip .gt-body{flex:1;text-align:left}.app-card{position:relative}.app-card-intro{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;background:#fdf2d0;color:#b8860b;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;border:1px solid #f3e2a9;transition:transform .12s;z-index:2}.app-card-intro:hover{transform:scale(1.12);background:#fbe9a8}.app-intro-icon{display:inline-flex;width:26px;height:26px;border-radius:8px;color:#fff;align-items:center;justify-content:center;margin-right:8px;vertical-align:middle;font-size:14px}.app-intro-text{font-size:14px;line-height:1.9;color:#3c4043;margin:4px 0 12px}.app-intro-meta{font-size:12px;color:#9aa0a6;background:#f8f9fa;border-radius:8px;padding:8px 12px}.switch{position:relative;display:inline-flex;align-items:center;gap:8px;cursor:pointer;vertical-align:middle;flex-shrink:0}.switch input{position:absolute;opacity:0;width:0;height:0}.switch-slider{width:38px;height:20px;background:#cfd3d9;border-radius:20px;position:relative;transition:background .2s;display:inline-block;flex-shrink:0}.switch-slider:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px #00000040}.switch input:checked+.switch-slider{background:#1a73e8}.switch input:checked+.switch-slider:before{transform:translate(18px)}.switch-label{font-size:12px;color:#5f6368;-webkit-user-select:none;user-select:none;white-space:nowrap;flex-shrink:0}.app-intro-edit{width:100%;box-sizing:border-box;border:1px solid #d0d3d9;border-radius:8px;padding:8px 10px;font-size:13px;line-height:1.7;margin:6px 0 4px;resize:vertical}.app-intro-edit:focus{border-color:#1a73e8;outline:none}.wm-filter-tab.wm-mine-tab{margin-left:2px;color:#b8860b}.wm-filter-tab.wm-mine-tab.active{background:#fdf2d0;color:#8a5a00;font-weight:600;box-shadow:0 1px 3px #0000001f}.pd-task-filter{display:inline-flex;background:#f1f3f5;border-radius:8px;padding:2px;gap:2px;font-weight:400}.pd-task-filter-tab{font-size:12px;color:#5f6368;padding:3px 12px;border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.pd-task-filter-tab:hover{background:#e8eaed}.pd-task-filter-tab.active{background:#fff;color:#1a73e8;font-weight:600;box-shadow:0 1px 3px #0000001f}.tag-role.tag-guest{background:#fdf2d0;color:#8a5a00}.ws-modal .modal-body{max-height:66vh;overflow-y:auto}.ws-query{background:#f8f9fa;border:1px solid #e8eaed;border-radius:12px;padding:14px 16px;margin-bottom:14px}.ws-query-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:nowrap}.ws-query-row:last-of-type{margin-bottom:0}.ws-label{font-size:13px;color:#5f6368;font-weight:600;flex-shrink:0;width:auto;min-width:72px;white-space:nowrap}.ws-select{border:1px solid #d0d3d9;border-radius:8px;padding:6px 10px;font-size:13px;min-width:0;flex:1}.ws-range-tabs{display:inline-flex;background:#fff;border:1px solid #e0e3e7;border-radius:8px;padding:2px;gap:2px;flex-shrink:0}.ws-range-tab{font-size:12px;color:#5f6368;padding:3px 10px;border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.ws-range-tab:hover{background:#f1f3f5}.ws-range-tab.active{background:#1a73e8;color:#fff;font-weight:600}.ws-custom-dates{display:flex;align-items:center;gap:6px;flex-shrink:0}.ws-custom-dates input{border:1px solid #d0d3d9;border-radius:6px;padding:4px 8px;font-size:12px}.ws-query-actions{display:flex;justify-content:flex-end}.ws-result{display:flex;flex-direction:column;gap:14px}.ws-summary-text{background:linear-gradient(135deg,#f0f6ff,#f6f8fc);border:1px solid #dbe7ff;border-radius:12px;padding:14px 16px}.ws-summary-head{font-size:15px;color:#1a73e8;margin-bottom:8px}.ws-summary-text p{margin:4px 0;font-size:13px;line-height:1.8;color:#3c4043}.ws-summary-mod{color:#5f6368!important}.ws-mod{border:1px solid #e8eaed;border-radius:12px;padding:12px 14px;background:#fff}.ws-mod-title{font-size:13px;font-weight:700;color:#202124;margin-bottom:8px;padding-bottom:6px;border-bottom:1px dashed #e8eaed}.ws-mod-sub{font-size:12px;color:#5f6368;margin:8px 0 4px}.ws-item{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;flex-wrap:wrap}.ws-item-name{font-weight:500;color:#202124}.ws-item-meta{color:#9aa0a6;font-size:12px}.ws-remark{width:100%;font-size:12px;color:#b8860b;background:#fef7e6;border-radius:6px;padding:4px 8px;margin-top:2px}.ws-badge{font-size:11px;padding:1px 8px;border-radius:8px;flex-shrink:0}.ws-badge-done{background:#eaf3de;color:#3b6d11}.ws-badge-overdue{background:#fce8e6;color:#c5221f}.ws-badge-pending{background:#e8f0fe;color:#1a73e8}.ws-empty{text-align:center;color:#9aa0a6;font-size:13px;padding:24px 0}.ws-dept-select{flex:0 0 200px}.ws-search-input{flex:1;min-width:0;border:1px solid #d0d3d9;border-radius:8px;padding:6px 10px;font-size:13px}.ws-user-pick{display:flex;flex-wrap:wrap;gap:6px;padding:8px 0 10px;border-top:1px dashed #e8eaed;margin-top:4px}.ws-user-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #d0d3d9;border-radius:16px;padding:3px 12px;font-size:13px;color:#3c4043;cursor:pointer;background:#fff;-webkit-user-select:none;user-select:none;transition:all .12s;white-space:nowrap}.ws-user-chip i{font-style:normal;font-size:11px;color:#9aa0a6}.ws-user-chip:hover{border-color:#1a73e8;color:#1a73e8}.ws-user-chip.active{background:#1a73e8;border-color:#1a73e8;color:#fff;font-weight:600}.ws-user-chip.active i{color:#d2e3fc}.ws-user-empty{color:#9aa0a6;font-size:13px;padding:6px 0}.ws-range-show{color:#5f6368;font-size:12px;white-space:nowrap}.ws-user-pick{flex-direction:column;align-items:stretch}.ws-dept-group{border:1px solid #e8eaed;border-radius:10px;overflow:hidden}.ws-dept-group-head{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;color:#3c4043;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8f9fa;transition:background .12s;white-space:nowrap}.ws-dept-group-head:hover{background:#eef1f4}.ws-dept-group-name{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.ws-dept-group-count{margin-left:auto;font-size:12px;font-weight:400;color:#9aa0a6;flex-shrink:0}.ws-dept-group-body{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px 10px}.admin-login-subtitle{text-align:center;font-size:14px;color:#666;margin-bottom:24px}.user-login-card{max-width:380px}.user-login-card h1{color:#34a853}.user-login-subtitle{text-align:center;font-size:14px;color:#666;margin-bottom:24px}.btn-sm.btn-primary,.btn.btn-sm.btn-primary{width:auto;padding:4px 10px;font-size:12px;font-weight:500}.modal-footer .btn,.modal-footer .btn-primary,.modal-footer .btn.btn-primary{width:auto;flex:none;white-space:nowrap;padding:8px 20px;font-size:13px}.um-seg{display:inline-flex;background:#eef1f5;border-radius:10px;padding:3px;flex:none}.um-seg-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 18px;border:none;border-radius:8px;background:transparent;color:#5f6368;font-size:13px;line-height:1;cursor:pointer;transition:all .18s;white-space:nowrap}.um-seg-btn:hover{color:#1a73e8}.um-seg-btn.active{background:#1a73e8;color:#fff;font-weight:600;box-shadow:0 2px 8px #1a73e859}.um-seg-btn svg{width:14px;height:14px;display:block;flex-shrink:0}.um-toolbar-left .btn-primary,.um-form-actions .btn,.um-form-actions .btn-primary{width:auto;flex:none;white-space:nowrap}.app-card[draggable=true]{cursor:grab}.ptb-st-label.on,.ptb-st-label.away{color:#fff}select:not([multiple]){-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:34px;cursor:pointer}.app-shell{min-height:100vh}.user-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #d0d3d9;border-radius:16px;padding:4px 12px;font-size:13px;color:#3c4043;background:#fff;white-space:nowrap}.user-chip-id{font-weight:500}.user-chip-badge{font-size:11px;font-weight:500;color:#1a73e8;background:#e8f0fe;border-radius:10px;padding:1px 8px}.td-right{display:flex;flex-direction:column;gap:16px}.td-creator{display:flex;align-items:center;gap:6px;font-size:13px;color:#5f6368;background:#f8f9fa;border-radius:8px;padding:8px 12px;margin:0 0 14px}.td-creator svg{width:14px;height:14px;color:#9aa0a6;flex-shrink:0}.td-qr-body{display:flex;gap:16px;align-items:flex-start}.td-qr-img-box{width:160px;height:160px;flex:none;display:flex;align-items:center;justify-content:center;border:1px solid #eee;border-radius:8px;background:#fff}.td-qr-img{width:148px;height:148px}.td-qr-placeholder{font-size:13px;color:#999}.td-qr-info{flex:1;min-width:0;font-size:13px;color:#555;line-height:1.7}.td-qr-link{word-break:break-all;color:#1a73e8;font-size:12px;background:#f5f8ff;border-radius:6px;padding:6px 8px}.qr-print-sheet{padding:32px;text-align:center}.qr-print-sheet h1{font-size:24px;color:#1a73e8}.qr-print-sub{color:#666;font-size:14px;margin:8px 0 20px}.qr-print-code{width:260px;height:260px}.qr-print-hint{color:#999;font-size:13px;margin-top:12px}.exam-result-actions{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}.stats-cards-ov{grid-template-columns:repeat(4,1fr)}
