:root{--bg: #f5f5f5;--surface: #ffffff;--surface-raised: #faf9f8;--surface-hover: #f3f2f1;--heading: #201f1e;--primary-soft: #deecf9;--sidebar: #fafafa;--sidebar-hover: #eaeaea;--sidebar-active: #e6f2fb;--primary: #0078d4;--primary-dark: #106ebe;--primary-darker: #005a9e;--text: #201f1e;--muted: #605e5c;--border: #e1dfdd;--border-strong: #8a8886;--danger: #d13438;--success: #107c10;--warning: #c19c00;--radius: 0px;--topbar-bg: #ffffff}*{box-sizing:border-box}body,button,input,select,textarea,h1,h2,h3,h4,h5,h6{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,sans-serif}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.app-shell{display:flex;min-height:100vh}.sidebar{width:272px;flex-shrink:0;background:var(--sidebar);color:var(--text);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow:hidden;border-right:1px solid var(--border);box-shadow:1px 0 #00000005}.sidebar-nav{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:10px 0 20px;scrollbar-width:thin;scrollbar-color:#a19f9d transparent}.sidebar-nav::-webkit-scrollbar{width:3px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#a19f9d;border-radius:999px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#605e5c}.sidebar-nav::-webkit-scrollbar-corner{background:transparent}.sidebar .brand{padding:18px 20px;min-height:64px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:flex-start;flex-shrink:0}.sidebar .brand-logo{display:block;height:40px;width:auto;max-width:180px;object-fit:contain}.company-logo-thumb{height:28px;width:auto;max-width:72px;object-fit:contain;display:block}.company-logo-preview{display:block;margin-top:10px;height:48px;width:auto;max-width:200px;object-fit:contain}.nav-section{padding:18px 20px 8px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:700;line-height:1.2}.nav-group+.nav-group{border-top:1px solid #ededed;margin-top:8px;padding-top:4px}.nav-parent-row{display:flex;align-items:center;gap:2px;padding-right:10px}.nav-parent-link{flex:1;min-width:0;font-weight:500;color:inherit;background:none;border:none;border-left:3px solid transparent;text-align:left;cursor:pointer}.nav-caret-btn{flex-shrink:0;width:28px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;background:none;color:var(--muted);cursor:pointer;border-radius:4px;transition:transform .2s ease,background .15s ease,color .15s ease}.nav-caret-btn:hover{background:var(--sidebar-hover);color:var(--text)}.nav-caret-btn.open{transform:rotate(90deg)}.nav-ico{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--muted)}.nav-ico-svg{display:block;width:20px;height:20px}.nav-label{flex:1;min-width:0;line-height:1.35;letter-spacing:.01em}.nav-bullet{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.nav-bullet:before{content:"";width:6px;height:6px;border-radius:50%;background:#a19f9d}.nav-link.active .nav-ico{color:var(--primary)}.nav-link.active .nav-bullet:before{background:var(--primary)}.nav-children{padding-left:0;border-left:none;margin-left:0;overflow:hidden;animation:navSlideDown .2s ease}.nav-children .nav-link.nav-child{padding-left:50px;font-weight:500;font-size:13.5px;color:var(--muted)}@keyframes navSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-children .nav-link{padding-top:8px;padding-bottom:8px;font-size:13.5px;font-weight:400;color:var(--muted)}.title-project{color:var(--primary, #6366f1);font-weight:600}.scope-tag{margin-left:10px;padding:2px 10px;font-size:12px;font-weight:500;border-radius:2px;background:var(--primary-soft);color:var(--primary-darker, #005a9e);vertical-align:middle}.link-title{background:none;border:none;padding:0;font:inherit;color:var(--primary, #6366f1);cursor:pointer;text-align:left}.link-title:hover{text-decoration:underline}.nav-link-btn{width:calc(100% - 16px);box-sizing:border-box;font:inherit;color:inherit;text-align:left;background:none;border:none;border-left:3px solid transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.wi-panel{padding:0;overflow:visible}.wi-new{position:relative}.wi-caret{font-size:10px;opacity:.85}.wi-new-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:30;min-width:200px;background:var(--surface);border:1px solid var(--border, #e5e7eb);border-radius:8px;box-shadow:0 12px 32px #00000024;padding:6px}.wi-new-item{display:flex;align-items:center;gap:9px;width:100%;background:none;border:none;padding:8px 10px;border-radius:6px;font-size:13.5px;cursor:pointer;color:var(--text)}.wi-new-item:hover{background:var(--surface-hover)}.panel.wif{padding:0;background:var(--surface);border:none;border-radius:0;box-shadow:none}.wif{padding:0}.wif-ado{border:none;border-radius:0;overflow:visible;display:flex;flex-direction:column;background:var(--surface);box-shadow:none}.wif-fixed{flex-shrink:0;background:var(--surface);z-index:5;border-bottom:1px solid var(--border)}.wif-scroll{flex:1;min-height:0;overflow:visible;background:var(--surface)}.wif-pagebar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid var(--border);background:var(--surface)}.wif-pagebar-left{display:flex;flex-direction:column;gap:2px;min-width:0}.wif-page-title{margin:0;font-size:15px;font-weight:600;color:var(--text);letter-spacing:-.01em;line-height:1.2}.wif-back-link{border:none;background:none;padding:0;margin:0;font-size:12px;color:var(--primary);cursor:pointer;text-align:left;width:fit-content}.wif-back-link:hover{text-decoration:underline}.wif-actions{display:flex;gap:8px;flex-shrink:0;align-items:center}.wif-actions .wi-new-menu{left:auto;right:0}.wif-banner-error{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0;padding:6px 12px;background:#fde7e9;border-bottom:1px solid #f1aeb5;color:#a4262c;font-size:12px}.wif-banner-type{font-weight:700;letter-spacing:.02em}.wif-banner-msg{font-weight:500}.wif-readonly-note{margin:0;padding:4px 12px;font-size:12px;color:var(--muted);border-bottom:1px solid var(--border)}.wif-title-block{display:flex;align-items:center;gap:8px;padding:8px 12px 4px;background:var(--surface)}.wif-type-icon{width:22px;height:22px;font-size:10px;border-radius:2px;flex-shrink:0;margin-top:0}.wif-title-input{flex:1;min-width:0;height:34px;border:1px solid var(--border-strong);border-radius:2px;box-shadow:none;font-size:16px;font-weight:400;line-height:1.2;padding:4px 10px;outline:none;background:var(--surface);color:var(--text)}.wif-title-input::placeholder{color:var(--muted);font-weight:400}.wif-title-input:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.wif-identity{display:flex;align-items:center;flex-wrap:wrap;gap:10px 16px;padding:2px 12px 6px;border-bottom:1px solid var(--border)}.wif-identity-assignee{display:flex;align-items:center;gap:8px;min-width:200px;max-width:320px}.wif-identity-avatar{width:20px;height:20px;border-radius:50%;background:#c8c6c4;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.wif-identity-assignee-field{flex:1;min-width:0}.wif-identity-assignee-field .ss-control{border:none;background:transparent;padding:4px 0;min-height:28px;box-shadow:none}.wif-identity-assignee-field .ss-control:hover,.wif-identity-assignee-field .ss.open .ss-control{background:var(--surface-hover);border-radius:2px;padding-left:6px;padding-right:6px}.wif-identity-meta{font-size:13px}.wif-area-path{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:min(320px,42vw)}.wif-area-path-label{flex-shrink:0;font-size:12px;font-weight:600;color:var(--muted)}.wif-area-path-value{display:inline-block;min-width:0;max-width:100%;padding:2px 8px;border-radius:2px;background:var(--surface-hover);color:var(--text);font-size:12px;font-weight:500;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wif-tag-link{border:none;background:none;color:var(--primary);font-size:13px;cursor:pointer;padding:0}.wif-tag-link:disabled{opacity:.55;cursor:default}.wif-statebar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 12px;padding:6px 12px;background:var(--surface-hover);border-bottom:none}.wif-compact-field{margin:0;min-width:0}.wif-compact-field>label{display:block;font-size:11px;font-weight:600;color:var(--muted);margin-bottom:2px}.wif-compact-field .ss-control,.wif-readonly-chip{width:100%;min-height:30px;height:30px;background:var(--surface);border:1px solid var(--border-strong);border-radius:2px;font-size:12px;padding-top:2px;padding-bottom:2px}.wif-readonly-chip{display:flex;align-items:center;padding:2px 8px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wif-cols{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(220px,280px) minmax(220px,280px);gap:0;align-items:start;background:var(--surface)}.wif-col-main{min-width:0;padding:10px 12px 12px}.wif-col-details,.wif-col-related{min-width:0;padding:0 0 12px;background:var(--surface)}.wif-pane-head{padding:6px 12px;font-size:12px;font-weight:600;color:var(--text);background:var(--surface);border-bottom:2px solid var(--primary)}.wif-pane-head-sub{margin-top:8px;border-bottom-color:var(--border-strong)}.wif-pane-empty{margin:0;padding:8px 12px;font-size:12px}.wif-related-hint{margin:4px 0 0;font-size:11px;padding:0 12px}.wif-section{margin-bottom:8px}.wif-section-main{margin-bottom:10px}.wif-section-side{padding:8px 12px 4px;margin-bottom:0;border-bottom:1px solid var(--border);background:var(--surface)}.wif-section h4{margin:0 0 6px;font-size:13px;font-weight:600;text-transform:none;letter-spacing:0;color:var(--text);border-bottom:none;padding-bottom:0;display:flex;align-items:center;gap:6px}.wif-section-side h4{font-size:12px;color:var(--muted)}.wif-req-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#a4262c;flex-shrink:0}.wif-stack{display:flex;flex-direction:column;gap:6px}.wif-stack .field{margin:0}.wif-stack .field>label,.wif-ado-field>label{font-size:11px;font-weight:600;color:var(--muted);margin-bottom:2px}.wif-stack .field input,.wif-stack .field .ss-control{min-height:30px;height:30px;font-size:12px;padding-top:2px;padding-bottom:2px;border-color:var(--border-strong)}.wif-stack .field input:hover,.wif-stack .field .ss-control:hover{border-color:var(--border-strong)}.wif-stack .field input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.wif-ado-textarea{width:100%;min-height:72px;border:1px solid var(--border-strong);border-radius:2px;background:var(--surface);padding:8px 10px;font-size:12px;line-height:1.4;resize:vertical;color:var(--text)}.wif-ado-textarea:hover{border-color:var(--border-strong);background:var(--surface)}.wif-ado-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 1px var(--primary);background:var(--surface)}.wif-ado-textarea::placeholder{color:var(--muted)}.wif-ado-textarea:disabled{opacity:.75;cursor:not-allowed}.wif-discussion-note{margin:4px 0 0;font-size:11px}.wif-proofs{margin-top:4px;padding-top:0;border-top:none}.wif-proofs-hint{margin:0 0 8px;font-size:11px}.wif-proof-row{display:grid;grid-template-columns:minmax(160px,1.1fr) minmax(200px,1.4fr) auto;gap:12px;align-items:end;margin-bottom:12px;padding:0;background:transparent;border:none}.wif-proof-row .field{margin:0;min-width:0;gap:4px}.wif-proof-row .field>label{font-size:11px;font-weight:600;color:var(--muted);margin:0}.wif-proof-name input{width:100%;height:30px;min-height:30px;padding:4px 8px;border:1px solid var(--border-strong);border-radius:2px;background:var(--surface);font-size:12px;color:var(--text);box-shadow:none}.wif-proof-name input:hover{border-color:var(--border-strong)}.wif-proof-name input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.wif-proof-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:30px}.wif-file-pick{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border:1px solid var(--border-strong);border-radius:2px;background:var(--surface);color:var(--text);font-size:12px;font-weight:600;cursor:pointer;flex-shrink:0;margin:0}.wif-file-pick:hover{background:var(--surface-hover);border-color:var(--border-strong)}.wif-file-name{flex:1;min-width:0;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wif-proof-remove{height:30px;align-self:end}.wif-add-proof{height:30px;margin-top:2px}.wif-stack .field input:disabled,.wif-stack .field textarea:disabled{background:var(--surface-hover);color:var(--muted);cursor:not-allowed;opacity:1}.wif-approval-note{margin:4px 0 0;padding:0 12px 8px;font-size:11px}.wif-error{margin:8px 16px 0}.sprint-cols{grid-template-columns:minmax(0,1.35fr) minmax(280px,1fr)}.sprint-col-main{min-width:0;padding:12px 16px 16px}.sprint-col-side{min-width:0;padding:0 0 16px;background:var(--surface)}.sprint-dates{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}.sprint-form .wif-title-input{border-color:var(--border-strong)}.sprint-form .wif-stack .field>label{font-size:11px;font-weight:600;color:var(--muted)}.sprint-form .sms{border-color:var(--border-strong);border-radius:2px}.sprint-form .sms:focus-within{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.sprint-form .sms-search{font-size:12px;min-height:30px;padding:4px 8px}.sprint-form .sms-chip{font-size:11px;padding:2px 6px;border-radius:2px;background:var(--surface-hover);border:none}.sprint-form .wif-section-side{border-bottom:none}.sprint-field-hint{margin:4px 0 0;font-size:11px}.alloc-cols{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.alloc-col{min-width:0;padding:0 0 16px}.alloc-form .wif-section-side{border-bottom:none}.alloc-form .wif-stack .field>label{font-size:11px;font-weight:600;color:var(--muted)}.alloc-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}.alloc-check{display:inline-flex;align-items:center;gap:8px;margin:2px 0 4px;font-size:12px;font-weight:600;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.alloc-check input[type=checkbox]{width:16px;height:16px;min-height:0;margin:0;accent-color:#0078d4;cursor:pointer}.alloc-form .wif-title-input{border-color:var(--border-strong);cursor:default;background:var(--surface-raised)}.alloc-form .wif-title-input:focus{border-color:var(--border-strong);box-shadow:none}@media (max-width: 960px){.alloc-cols,.alloc-pair{grid-template-columns:1fr}}@media (max-width: 1100px){.wif-cols{grid-template-columns:minmax(0,1fr) minmax(220px,1fr)}.wif-col-related{grid-column:1 / -1}.sprint-cols{grid-template-columns:1fr}}@media (max-width: 960px){.wif-statebar{grid-template-columns:repeat(2,minmax(0,1fr))}.wif-cols{grid-template-columns:1fr}.wif-col-related{grid-column:auto}.wif-proof-row{grid-template-columns:1fr;align-items:stretch}.wif-proof-remove{width:fit-content}.sprint-cols,.sprint-dates{grid-template-columns:1fr}}.wi-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 16px;border-bottom:1px solid var(--border, #e5e7eb);background:var(--surface-raised)}.wi-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-left:auto}.wi-filters select,.wi-search{height:34px;border:1px solid var(--border, #d1d5db);border-radius:6px;padding:0 10px;font-size:13px;background:var(--surface)}.wi-search{min-width:200px}.wi-table{width:100%;border-collapse:collapse}.wi-table th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);padding:6px 10px;border-bottom:1px solid var(--border, #e5e7eb);background:var(--surface-raised);white-space:nowrap;line-height:1.2}.wi-table td{padding:4px 10px;border-bottom:1px solid #f0f0f3;font-size:12.5px;vertical-align:middle;line-height:1.25;white-space:nowrap}.wi-table td.wi-title{white-space:nowrap;max-width:280px;overflow:hidden;text-overflow:ellipsis}.wi-table tr:hover td{background:var(--surface-hover)}.wi-table td:last-child{white-space:nowrap}.wi-table td:last-child .btn{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;min-height:32px;height:32px;padding:0 12px;font-size:13px;line-height:1;margin:0 2px 0 0}.wi-type{display:inline-flex;align-items:center;gap:5px;font-size:12px;white-space:nowrap}.wi-type-box{width:16px;height:16px;border-radius:3px;color:#fff;font-size:9px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.wi-title{color:var(--text);font-weight:500;cursor:pointer}.wi-title:hover{color:var(--primary, #6366f1);text-decoration:underline}.wi-state{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:12px}.wi-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.proj-summary{display:flex;flex-direction:column;gap:18px}.ps-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.ps-title{display:flex;align-items:center;gap:14px}.ps-title h1{margin:0;font-size:24px}.ps-logo{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.ps-head-actions{display:flex;align-items:center;gap:12px}.ps-grid{display:grid;grid-template-columns:2fr 1.2fr;gap:18px}.ps-members{grid-column:1 / -1}.ps-about h3,.ps-stats h3,.ps-members h3{margin-top:0}.ps-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px;margin-top:16px}.ps-meta-label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted)}.ps-meta-value{display:block;font-weight:600;margin-top:2px}.ps-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ps-stat{background:#6366f10f;border-radius:10px;padding:14px;text-align:center}.ps-stat-link{border:1px solid transparent;cursor:pointer;font:inherit;color:inherit;width:100%;transition:background .15s ease,border-color .15s ease,transform .12s ease}.ps-stat-link:hover{background:#0078d41a;border-color:#0078d440;transform:translateY(-1px)}.ps-type-link{border:none;cursor:pointer;font:inherit}.ps-type-link:hover{text-decoration:underline}.ps-stat-num{font-size:26px;font-weight:700;color:var(--primary, #6366f1)}.ps-stat-label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.ps-bytype{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.ps-avatars{display:flex;flex-wrap:wrap;gap:8px}.avatar{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600}@media (max-width: 880px){.ps-grid{grid-template-columns:1fr}}.nav-link{display:flex;align-items:center;gap:12px;padding:10px 18px;margin:1px 8px;font-size:14px;font-weight:500;color:var(--text);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;border-left:3px solid transparent;border-radius:6px}.nav-link:hover{background:var(--surface-hover);color:var(--text)}.nav-link.active{background:var(--primary-soft);color:var(--primary-darker);border-left-color:var(--primary);font-weight:600}.nav-link.sub{padding-left:42px;font-size:13.5px;color:var(--muted)}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{height:64px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:5;box-shadow:0 1px 2px #0000000a}.topbar-left{display:flex;align-items:center;gap:14px}.back-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:32px;height:32px;background:none;border:1px solid var(--border-strong);color:var(--text);font:inherit;font-size:13px;font-weight:600;line-height:1;padding:0 12px;cursor:pointer;border-radius:0;transition:background .15s ease,color .15s ease;vertical-align:middle;white-space:nowrap}.back-btn:hover{background:var(--sidebar-hover);color:var(--primary-darker);border-color:var(--primary)}.back-arrow{font-size:15px;line-height:1}.topbar .title{font-size:16px;font-weight:600;color:var(--text);letter-spacing:.01em}.topbar .user{display:flex;align-items:center;gap:12px;font-size:14px}.badge{background:var(--primary-soft);color:var(--primary-darker);padding:3px 10px;border-radius:2px;font-size:12px;font-weight:600}.content{padding:24px;flex:1;background:var(--surface-hover)}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;transition:box-shadow .15s ease,border-color .15s ease}.card:hover{border-color:var(--border-strong);box-shadow:0 1.6px 3.6px #0000001a,0 .3px .9px #00000014}.card-clickable{cursor:pointer;transition:box-shadow .12s ease,border-color .12s ease,transform .12s ease}.card-clickable:hover{border-color:var(--primary);box-shadow:0 4px 14px #4f46e526;transform:translateY(-1px)}.card-link{margin-top:8px;font-size:12px;font-weight:600;color:var(--primary)}.ra-filters{padding:12px 16px;margin-bottom:16px}.ra-filters-row{display:flex;flex-wrap:wrap;gap:12px 16px;align-items:flex-end}.ra-filters-row .field{margin:0;min-width:160px}.ra-filters-hint{margin:8px 0 0;font-size:12px}.ra-avail-table{width:100%;border-collapse:collapse}.ra-avail-group{border-top:1px solid var(--border)}.ra-avail-summary td{padding:12px 10px;vertical-align:middle}.ra-avail-toggle{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font:inherit;font-weight:600;color:var(--primary);cursor:pointer}.ra-avail-toggle:hover{text-decoration:underline}.ra-avail-caret{color:var(--muted);font-size:12px;width:12px}.ra-avail-detail-row>td{padding:0 10px 12px 42px;background:var(--surface-raised)}.ra-avail-detail{width:100%;max-width:520px;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.ra-avail-detail th,.ra-avail-detail td{padding:8px 12px;text-align:left;font-size:13px}.ra-avail-detail thead th{background:var(--surface-hover);font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.ra-avail-detail tbody tr+tr td{border-top:1px solid #f1f2f6}.ra-avail-leave td{background:#fdf2f2;color:#922b21}.ra-avail-weekend td{background:var(--surface-raised);color:var(--muted)}.proj-list{display:flex;flex-direction:column;gap:8px}.proj-card-compact{padding:10px 14px!important}.proj-strip{display:flex;align-items:center;gap:16px;flex-wrap:wrap;min-height:36px}.proj-strip-name{font-size:15px;font-weight:700;flex:1 1 160px;text-align:left;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proj-strip-meta{display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap}.proj-strip-label{font-size:11px;text-transform:uppercase;letter-spacing:.3px;color:var(--muted);font-weight:600}.proj-strip-value{font-size:13px;color:var(--text)}.proj-strip-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.pm-projects-page{max-width:1180px}.pm-projects-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.pm-projects-header h1{margin:0;font-size:22px;font-weight:600;letter-spacing:-.01em;color:var(--text)}.pm-projects-sub{margin:4px 0 0;font-size:13px;color:var(--muted)}.pm-projects-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.pm-projects-panel{padding:0;overflow:hidden}.pm-projects-toolbar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--surface-raised)}.pm-projects-search{flex:1;min-width:0;height:34px;padding:0 12px;border:1px solid var(--border);background:var(--surface);font-size:13px;color:var(--text)}.pm-projects-search:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.pm-projects-table-wrap{overflow-x:auto}.pm-projects-table{width:100%;border-collapse:collapse;table-layout:fixed}.pm-projects-table th,.pm-projects-table td{padding:12px 16px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--border);font-size:13px}.pm-projects-table th{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:var(--surface);white-space:nowrap}.pm-projects-table tbody tr:last-child td{border-bottom:none}.pm-projects-table tbody tr:hover td{background:var(--surface-hover)}.pm-projects-table th:nth-child(1),.pm-projects-table td:nth-child(1){width:28%}.pm-projects-table th:nth-child(2),.pm-projects-table td:nth-child(2),.pm-projects-table th:nth-child(3),.pm-projects-table td:nth-child(3){width:18%}.pm-projects-table th:nth-child(4),.pm-projects-table td:nth-child(4){width:12%}.pm-projects-actions-col,.pm-projects-table td:nth-child(5){width:24%;text-align:right}.pm-projects-name{display:block;max-width:100%;padding:0;border:none;background:none;color:var(--primary);font-size:14px;font-weight:600;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pm-projects-name:hover{color:var(--primary-darker);text-decoration:underline}.pm-projects-code{margin-top:2px;font-size:12px;color:var(--muted);font-family:Consolas,Courier New,monospace}.pm-projects-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:2px;flex-wrap:wrap}.pm-projects-link{padding:4px 8px;border:none;background:none;color:var(--muted);font-size:12px;font-weight:600;cursor:pointer;border-radius:0}.pm-projects-link:hover{color:var(--primary);background:var(--sidebar-active)}.pm-projects-link-primary{color:var(--primary)}.pm-projects-empty{padding:48px 24px;text-align:center}.pm-projects-empty h3{margin:0 0 6px;font-size:16px;font-weight:600}.pm-projects-empty p{margin:0 0 16px}.pm-projects-empty .btn{margin-top:4px}@media (max-width: 900px){.pm-projects-header{flex-direction:column}.pm-projects-table th:nth-child(2),.pm-projects-table td:nth-child(2),.pm-projects-table th:nth-child(3),.pm-projects-table td:nth-child(3){display:none}.pm-projects-table th:nth-child(1),.pm-projects-table td:nth-child(1){width:45%}.pm-projects-actions-col,.pm-projects-table td:nth-child(5){width:40%}}.proj-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.proj-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px 18px;margin-bottom:12px}.proj-grid-inline{display:flex;flex-wrap:wrap;gap:8px 32px}.proj-grid-inline .proj-detail{min-width:0}.members-more{border:none;cursor:pointer;font:inherit;font-weight:600}.proj-detail{display:flex;flex-direction:column}.proj-detail-label{font-size:11px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);font-weight:600}.proj-detail-value{font-size:14px;margin-top:2px}.proj-people{display:grid;grid-template-columns:1fr 1fr;gap:16px;border-top:1px solid var(--border);padding-top:12px}.proj-documents{border-top:1px solid var(--border);padding-top:12px;margin-top:12px}.proj-doc-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.proj-doc-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:var(--surface-raised);border:1px solid var(--border);border-radius:8px}.proj-doc-name{font-size:14px;font-weight:500;word-break:break-word}.chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.alloc-head,.alloc-row{display:grid;grid-template-columns:1.4fr 1fr 1fr .7fr;gap:8px;align-items:center}.alloc-head{font-size:11px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);font-weight:600;padding:4px 0;border-bottom:1px solid var(--border)}.alloc-row{padding:6px 0}.alloc-row input{padding:6px 8px}.alloc-emp{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card .label{color:var(--muted);font-size:13px}.card .value{font-size:28px;font-weight:700;margin-top:6px}.dash-report{display:flex;flex-direction:column;gap:18px;max-height:65vh;overflow-y:auto;padding-right:4px}.dash-report-mini{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.dash-report-mini-item{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:var(--surface-raised);border:1px solid var(--border);border-radius:8px}.dash-report-mini-label{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.3px}.dash-report-mini-value{font-size:1.35rem;font-weight:700;color:var(--text)}.dash-report-section h4{margin:0 0 8px;font-size:14px;color:var(--text)}.dash-modules{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0 8px}.dash-module-btn{display:inline-flex;align-items:center;padding:8px 14px;border:1px solid var(--border-strong);border-radius:2px;background:var(--surface);color:var(--text);font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.dash-module-btn:hover{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.panel-header h2{margin:0;font-size:18px}table{width:100%;border-collapse:collapse;font-size:14px}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.4px}tbody tr:hover{background:var(--surface-raised)}.table-actions{display:inline-flex;flex-wrap:wrap;gap:6px}.btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;height:32px;border:1px solid var(--primary);border-radius:0;padding:0 14px;font-size:13px;font-weight:600;line-height:1;cursor:pointer;background:var(--primary);color:#fff;transition:background .12s ease,border-color .12s ease;vertical-align:middle;white-space:nowrap}.btn:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}.btn.secondary:hover{background:var(--surface-hover)}.btn.danger{background:var(--danger);border-color:var(--danger)}.btn.danger:hover{background:#a4262c;border-color:#a4262c}.btn.small{min-height:32px;height:32px;padding:0 12px;font-size:13px;line-height:1}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:flex;flex-direction:column;gap:5px}.field.full{grid-column:1 / -1}.field label{font-size:13px;color:var(--muted);font-weight:600}input,select,textarea{padding:7px 10px;border:1px solid var(--border-strong);border-radius:0;font-size:14px;font-family:inherit;color:var(--text);background:var(--surface)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}input::placeholder,textarea::placeholder{color:var(--muted)}.field label{color:var(--text)}.field input,.field select,.field textarea,.field .ss,.field .sms{width:100%}.field input,.field select,.field .ss-control{height:34px;min-height:34px}.field input[type=checkbox]{width:18px;height:18px;min-height:0}.field textarea,textarea{min-height:84px;height:auto;resize:vertical}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182780;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;z-index:50;overflow-y:auto}.modal{background:var(--surface);border-radius:14px;width:100%;max-width:640px;padding:24px}.modal-wide{max-width:920px}.modal h3{margin-top:0}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--surface-raised);background-image:radial-gradient(circle at 20% 20%,rgba(0,120,212,.06),transparent 40%),radial-gradient(circle at 80% 80%,rgba(0,120,212,.05),transparent 40%)}.login-card{background:var(--surface);border-radius:0;padding:40px 36px;width:380px;border:1px solid var(--border);border-top:3px solid var(--primary);box-shadow:0 6.4px 14.4px #00000021,0 1.2px 3.6px #0000001c}.login-brand{display:flex;justify-content:center;margin-bottom:8px}.login-logo{display:block;height:52px;width:auto;max-width:100%}.login-card h1{margin:0 0 4px;font-size:26px;font-weight:700;letter-spacing:-.01em}.login-card .sub{color:var(--muted);margin-bottom:24px;font-size:14px;text-align:center}.login-credit{margin:20px 0 0;text-align:center;font-size:12px;color:var(--muted);letter-spacing:.01em}.login-link-btn{background:none;border:none;padding:0;color:var(--primary, #0a84ff);font-size:13px;cursor:pointer;text-decoration:underline}.login-link-btn:hover{opacity:.85}.login-card .field{margin-bottom:16px}.error{color:var(--danger);font-size:13px;margin-top:8px}.success{color:#166534;font-size:13px;margin-top:8px}.muted{color:var(--muted)}.pill{padding:2px 9px;border-radius:999px;font-size:12px;font-weight:600}.pill.green{background:#dcfce7;color:#166534}.pill.gray{background:var(--surface-hover);color:var(--muted)}.pill.red{background:#fee2e2;color:#991b1b}.pill.amber{background:#fef3c7;color:#92400e}.roles-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;align-items:start;min-height:420px}.roles-list{display:flex;flex-direction:column;gap:8px;border:1px solid var(--border, #edebe9);border-radius:10px;padding:10px;background:var(--surface-raised);max-height:min(70vh,640px);overflow-y:auto}.roles-list-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;text-align:left;padding:10px 12px;border:1px solid transparent;border-radius:8px;background:var(--surface);cursor:pointer;box-shadow:none;font:inherit;color:inherit}.roles-list-item:hover{border-color:var(--border);background:var(--surface-raised)}.roles-list-item.active{border-color:var(--primary);background:var(--primary-soft);box-shadow:inset 0 0 0 1px var(--primary)}.roles-list-name{font-weight:600;font-size:14px;color:var(--text);line-height:1.3}.roles-list-meta{font-size:12px;color:var(--muted);line-height:1.3}.roles-editor{border:1px solid var(--border, #edebe9);border-radius:10px;padding:16px 18px;background:var(--surface);min-height:320px}.roles-editor-empty{display:flex;align-items:center;justify-content:center;min-height:240px;color:var(--muted);text-align:center;padding:24px}.roles-form-row{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end;margin-bottom:8px}@media (max-width: 900px){.roles-layout{grid-template-columns:1fr}.roles-list{max-height:220px;flex-direction:row;flex-wrap:wrap}.roles-list-item{width:auto;min-width:160px;flex:1 1 160px}}.access-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.access-module{border:1px solid var(--border);border-radius:10px;background:var(--surface);overflow:hidden}.access-module.on{border-color:#c7d2fe;box-shadow:0 0 0 1px #c7d2fe inset}.access-module-head{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--surface-raised);cursor:pointer}.access-module.on .access-module-head{background:var(--surface-hover)}.menu-perm-list{padding:8px 6px 12px;border-top:1px solid #f0f0f3}.menu-perm-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 8px;font-size:13px;border-radius:6px}.menu-perm-row:hover{background:var(--surface-raised)}.menu-perm-name{display:flex;align-items:center;gap:8px;cursor:pointer}.menu-perm-actions{display:flex;gap:10px}.menu-perm-act{display:flex;align-items:center;gap:3px;font-size:11px;color:var(--muted);cursor:pointer}.menu-perm-group{font-weight:600;color:var(--muted)}.rd-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px}.rd-filters .field{margin:0;min-width:160px}.rd-filters .rd-emp{min-width:260px;flex:1}.rd-filters .rd-actions{margin-left:auto}.tree-canvas{background:radial-gradient(circle at 1px 1px,rgba(79,70,229,.08) 1px,transparent 0) 0 0 / 22px 22px,linear-gradient(135deg,#f5f7ff,#eef1fb);border:1px solid #e3e7f5;border-radius:12px;padding:22px 20px;overflow-x:auto}.tree .node.level-0,.legend-item.level-0{--level-accent: #1e3a8a;--level-bg: #eff6ff;--level-border: #bfdbfe;--level-stat: #dbeafe}.tree .node.level-1,.legend-item.level-1{--level-accent: #0f766e;--level-bg: #f0fdfa;--level-border: #99f6e4;--level-stat: #ccfbf1}.tree .node.level-2,.legend-item.level-2{--level-accent: #1d4ed8;--level-bg: #eff6ff;--level-border: #93c5fd;--level-stat: #dbeafe}.tree .node.level-3,.legend-item.level-3{--level-accent: #6d28d9;--level-bg: #f5f3ff;--level-border: #c4b5fd;--level-stat: #ede9fe}.tree .node.level-4,.legend-item.level-4{--level-accent: #b45309;--level-bg: #fffbeb;--level-border: #fcd34d;--level-stat: #fef3c7}.tree .node.level-5,.legend-item.level-5{--level-accent: #475569;--level-bg: #f8fafc;--level-border: #cbd5e1;--level-stat: #e2e8f0}.hierarchy-legend{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:18px;padding:10px 14px;background:#ffffffb8;border:1px solid #e3e7f5;border-radius:8px}.legend-item{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--text)}.legend-swatch{width:14px;height:14px;border-radius:4px;background:var(--level-bg);border:2px solid var(--level-accent);flex-shrink:0}.level-badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;padding:2px 6px;font-size:10px;font-weight:700;letter-spacing:.4px;color:var(--level-accent);background:var(--level-bg);border:1px solid var(--level-border);border-radius:4px;flex-shrink:0}.tree{list-style:none;margin:0;padding-left:0}.tree .tree{margin-left:16px;padding-left:20px;border-left:1.5px solid var(--level-accent, #c7cde8)}.tree .tree.tree-level-1{--level-accent: #1e3a8a}.tree .tree.tree-level-2{--level-accent: #0f766e}.tree .tree.tree-level-3{--level-accent: #1d4ed8}.tree .tree.tree-level-4{--level-accent: #6d28d9}.tree .tree.tree-level-5{--level-accent: #b45309}.tree .tree.tree-level-6{--level-accent: #475569}.tree li{position:relative;padding:5px 0}.tree .tree>li:before{content:"";position:absolute;top:22px;left:-20px;width:20px;height:1.5px;background:var(--level-accent, var(--border-strong))}.tree .node{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:280px;max-width:520px;padding:10px 12px;background:var(--level-bg, var(--surface));border:1px solid var(--level-border, var(--border));border-left:4px solid var(--level-accent, var(--primary));border-radius:8px;box-shadow:0 1px 2px #1018280d;transition:box-shadow .12s ease,border-color .12s ease}.node-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.node-title{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.tree .node strong{font-weight:600;color:var(--text)}.node-stats{display:flex;flex-wrap:wrap;gap:8px 12px}.node-stat{display:inline-flex;align-items:baseline;gap:6px;padding:4px 8px;background:var(--level-stat, var(--surface-raised));border:1px solid var(--level-border, var(--border));border-radius:6px;font-size:12px}.node-stat-label{color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.3px;font-size:10px}.node-stat-value{font-weight:600;color:var(--text)}.node-meta{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:12px;color:var(--muted)}.node-meta-label{font-weight:600;color:var(--muted)}.tree .node:hover{border-color:var(--level-accent, var(--primary));box-shadow:0 2px 10px color-mix(in srgb,var(--level-accent, var(--primary)) 18%,transparent)}.tree .node.inactive{--level-accent: var(--muted);--level-bg: #f9fafb;--level-border: var(--border);--level-stat: #f3f4f6;opacity:.65}.tree .node-actions{display:inline-flex;gap:6px;flex-shrink:0;opacity:0;transition:opacity .12s ease-in-out}.tree .node:hover .node-actions{opacity:1}.checkbox-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid var(--border)}.multi-select-box{max-height:180px;overflow-y:auto;border:1px solid var(--border-strong);border-radius:0;padding:6px 10px;background:var(--surface)}.ss{position:relative}.ss-control{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--border-strong);border-radius:2px;background:var(--surface);padding:6px 10px;cursor:pointer;font-size:13px}.ss-disabled .ss-control{cursor:not-allowed;background:var(--surface-hover);color:var(--muted);border-color:var(--border-strong)}.ss-caret{color:var(--muted);font-size:12px}.ss-pop{position:absolute;z-index:30;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:0;box-shadow:0 8px 24px #1018281f;overflow:hidden}.ss-search{width:100%;border:none;border-bottom:1px solid var(--border);padding:9px 12px;outline:none;border-radius:0}.ss-list{max-height:220px;overflow-y:auto}.ss-item{padding:9px 12px;font-size:14px;cursor:pointer;border-bottom:1px solid #f1f2f6}.ss-item:last-child{border-bottom:none}.ss-item:hover{background:var(--surface-hover)}.ss-item.active{background:var(--surface-hover);font-weight:600}.ss-clear{color:var(--muted);font-style:italic}.ss-empty{padding:10px 12px;font-size:13px}.sms{border:1px solid var(--border-strong);border-radius:0;background:var(--surface);overflow:hidden}.sms-chips{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border-bottom:1px solid var(--border)}.sms-chip{display:inline-flex;align-items:center;gap:6px;background:var(--surface-hover);color:var(--primary-dark);border-radius:999px;padding:3px 6px 3px 10px;font-size:12px;font-weight:600}.sms-chip button{border:none;background:#4f46e526;color:var(--primary-dark);border-radius:50%;width:18px;height:18px;line-height:1;cursor:pointer;font-size:13px}.sms-search{width:100%;border:none;border-bottom:1px solid var(--border);padding:9px 12px;outline:none;border-radius:0}.sms-list{max-height:200px;overflow-y:auto}.sms-item{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:14px;cursor:pointer;border-bottom:1px solid #f1f2f6}.sms-item:last-child{border-bottom:none}.sms-item:hover{background:var(--surface-hover)}.sms-item input{width:16px;height:16px}.sms-empty{padding:10px 12px;font-size:13px}.multi-select-item{display:flex;align-items:center;gap:8px;padding:6px 2px;font-size:14px;cursor:pointer;border-bottom:1px solid #f1f2f6}.multi-select-item:last-child{border-bottom:none}.multi-select-item input{width:16px;height:16px}.spinner{padding:40px;text-align:center;color:var(--muted)}.toolbar{display:flex;gap:10px;margin-bottom:14px}.toolbar input{flex:1;max-width:280px}.card .value.green{color:#166534}.card .value.amber{color:#92400e}.card .value.red{color:#991b1b}.quick-actions{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 18px}.dash-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:16px;margin-top:16px}.tabs{display:flex;gap:8px}.notif-list{list-style:none;margin:0;padding:0}.notif-list li{padding:10px 0;border-bottom:1px solid var(--border)}.notif-list li.unread{background:var(--surface-hover);padding-left:10px;border-left:3px solid #2563eb}.notif-bell{position:relative}.bell-btn{position:relative;background:none;border:none;cursor:pointer;font-size:18px;padding:4px 6px;line-height:1}.bell-badge{position:absolute;top:-2px;right:-2px;background:#ef4444;color:#fff;border-radius:999px;font-size:10px;font-weight:700;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;padding:0 4px}.bell-pop{position:absolute;right:0;top:130%;width:320px;max-height:420px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 32px #00000026;z-index:50}.bell-head{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid var(--border)}.link-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-size:12px}.rd-emp-link{font-size:inherit;font-weight:600;padding:0;text-align:left}.rd-emp-link:hover{text-decoration:underline}.bell-list .bell-item{padding:10px 14px;border-bottom:1px solid var(--border);cursor:pointer}.bell-list .bell-item:hover{background:var(--surface-raised)}.bell-list .bell-item.unread{background:var(--surface-hover)}.bell-list .bell-item.is-chat.unread{background:var(--surface-hover);border-left:3px solid #6264a7}.bell-title{font-weight:600;font-size:13px}.bell-msg{font-size:12px;margin-top:2px}.bell-empty{padding:18px 14px;text-align:center}.cp-legend{display:flex;flex-wrap:wrap;gap:16px 24px;padding:10px 16px;margin-bottom:16px;font-size:12px}.cp-legend-item{display:inline-flex;align-items:center;gap:8px}.panel.cp-grid-wrap{padding:0;overflow:hidden}.cp-grid-scroll{overflow:auto;max-height:calc(100vh - 280px);scrollbar-gutter:stable both-edges;-webkit-overflow-scrolling:touch}.cp-grid-wrap{padding:0;margin:0}.cp-grid-scroll .cp-grid{margin-bottom:2px}.cp-grid{border-collapse:separate;border-spacing:0;font-size:11px;min-width:max-content;width:max-content}.cp-grid th,.cp-grid td{border:1px solid #c5d4e8;padding:0;text-align:center;vertical-align:middle;background:var(--surface)}.cp-grid thead th{background:var(--surface-raised);font-weight:600;position:sticky;top:0;z-index:2}.cp-grid thead th.cp-sticky{z-index:5}.cp-sticky{position:sticky;z-index:3;background:var(--surface-raised)!important;text-align:left!important;padding:6px 8px!important;white-space:nowrap}.cp-grid tbody td.cp-sticky{background:var(--surface)!important}.cp-grid tbody tr:nth-child(2n) td.cp-sticky{background:var(--surface-raised)!important}.cp-sno{left:0;min-width:42px;width:42px;text-align:center!important}.cp-name{left:42px;min-width:160px}.cp-hours{left:202px;min-width:130px;text-align:center!important;font-weight:600;box-shadow:4px 0 6px -2px #0f172a1f}.cp-grid thead th.cp-hours{box-shadow:4px 0 6px -2px #0f172a1f}.cp-day{min-width:34px;max-width:34px;padding:4px 2px!important}.cp-day.cp-weekend{background:#f5c6cb}.cp-day-label{writing-mode:vertical-rl;transform:rotate(180deg);display:inline-block;font-size:10px;line-height:1.1;white-space:nowrap}.cp-cell{display:flex;align-items:center;justify-content:center;min-width:34px;min-height:28px;font-weight:600;font-size:10px}.cp-non-working{background:#e74c3c;color:#fff}.cp-leave{background:#922b21;color:#fff}.cp-idle{background:#f5c6cb;color:var(--text)}.cp-allocated{background:#27ae60;color:#fff}.pm-dash-project-row{cursor:pointer}.pm-dash-project-row:hover td{background:var(--surface-hover)}.pm-dash-hint{margin:10px 16px 14px;font-size:12px}.pm-page{font-size:13px;color:var(--text);-webkit-font-smoothing:antialiased}.pm-page h1{font-size:20px;font-weight:600;letter-spacing:-.01em;margin:0 0 14px;color:var(--text)}.pm-page h2{font-size:15px;font-weight:600;letter-spacing:-.005em;margin:0;color:var(--text)}.pm-page h3{font-size:13px;font-weight:600;color:var(--text)}.pm-page .panel-header h2{font-size:15px}.pm-page table{font-size:13px}.pm-page th{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.pm-page .card .value{font-size:22px;font-weight:600}.pm-page .card .label{font-size:11px;letter-spacing:.03em;text-transform:uppercase;color:var(--muted)}.pm-page .proj-card h2{font-size:16px}.pm-page{padding:16px 20px;background:var(--surface-hover)}.pm-page .cards{gap:14px;margin-bottom:16px}.pm-page .card{padding:16px 18px;border:1px solid var(--border);border-radius:0;background:var(--surface);box-shadow:0 1px 2px #0000000d;transition:box-shadow .15s ease,transform .15s ease}.pm-page .card:hover{border-color:var(--border-strong);box-shadow:0 1.6px 3.6px #0000001a,0 .3px .9px #00000014}.pm-page .card .value{font-size:26px;font-weight:700;color:var(--primary);line-height:1.1}.pm-page .card .label{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-top:6px}.pm-page .card-link{margin-top:6px}.pm-page .pm-stat{display:flex;align-items:center;justify-content:space-between;gap:12px}.pm-page .pm-stat-body{min-width:0}.pm-page .pm-stat-icon{width:46px;height:46px;border-radius:0;display:flex;align-items:center;justify-content:center;font-size:22px;background:var(--primary-soft);flex-shrink:0}.pm-page .panel{padding:16px 18px;border:1px solid var(--border);border-radius:0;box-shadow:0 1px 2px #0000000d;margin-bottom:14px!important}.pm-page .panel-header{margin-bottom:12px;border-bottom:1px solid #f0f2f6;padding-bottom:10px}.pm-page th,.pm-page td{padding:8px 12px}.pm-page tbody tr:hover td{background:var(--surface-hover)}.pm-page .pm-dash-hint{margin:8px 4px 2px}.emp-home{--eh-radius: 0px}.eh-banner{border-radius:0;padding:18px 24px;margin-bottom:14px;color:#fff;background:linear-gradient(120deg,#005a9e,#0078d4 55%,#2b88d8);box-shadow:0 6px 18px #0078d438}.eh-banner h1{margin:0;font-size:22px;font-weight:800}.eh-banner p{margin:6px 0 0;opacity:.9;font-size:13px}.eh-grid{display:grid;grid-template-columns:320px 1fr;gap:14px;align-items:start}@media (max-width: 900px){.eh-grid{grid-template-columns:1fr}}.eh-left,.eh-right{display:flex;flex-direction:column;gap:12px}.eh-card{background:var(--surface, #fff);border:1px solid var(--border, #e5e7eb);border-radius:var(--eh-radius);padding:12px 16px;box-shadow:0 2px 10px #0f172a0a}.eh-card-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px}.eh-card-head h3{margin:0;font-size:15px;font-weight:700}.eh-holiday{background:linear-gradient(120deg,#f43f5e,#e11d48);color:#fff;border:none;border-radius:0}.eh-holiday .eh-card-head h3{color:#fff}.eh-holiday-name{font-size:18px;font-weight:800}.eh-holiday-date{opacity:.9;font-size:13px;margin-top:2px}.eh-people-list{display:flex;flex-direction:column;gap:10px}.eh-person{display:flex;align-items:center;gap:10px}.eh-avatar{width:38px;height:38px;border-radius:50%;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.eh-person-name{font-weight:600;font-size:14px}.eh-person-sub{font-size:12px;color:var(--muted, #6b7280)}.eh-time{text-align:center}.eh-clock{background:linear-gradient(120deg,#106ebe,#0078d4);color:#fff;border-radius:10px;padding:14px;margin-bottom:12px}.eh-clock-time{font-size:28px;font-weight:800;letter-spacing:.02em;font-variant-numeric:tabular-nums}.eh-clock-day{font-size:12px;opacity:.9;margin-top:2px}.eh-clock-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.eh-clock-info{font-size:12px}.eh-balances{display:flex;flex-wrap:wrap;gap:14px}.eh-balance{flex:1 1 80px;text-align:center;border:1px solid var(--border);border-radius:10px;padding:12px 8px;background:var(--surface-raised)}.eh-balance-num{font-size:22px;font-weight:800;color:var(--primary)}.eh-balance-name{font-size:11px;color:var(--muted, #6b7280);margin-top:2px}.eh-inbox{display:flex;align-items:center;justify-content:space-between;gap:10px}.eh-inbox-num{font-size:26px;font-weight:800;color:#e11d48}.eh-tabs{display:flex;flex-wrap:wrap;gap:6px;border-bottom:1px solid var(--border, #e5e7eb);margin-bottom:14px}.eh-tab{border:none;background:none;padding:8px 12px;font-size:13px;font-weight:600;color:var(--muted, #6b7280);cursor:pointer;border-bottom:2px solid transparent}.eh-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.eh-tab-body h4{margin:0 0 10px;font-size:13px;font-weight:700;color:var(--text)}.eh-feed-placeholder{border-style:dashed}.feed-notice-stack{display:flex;flex-direction:column;gap:6px;margin:0 0 12px}.feed-notice-strip{display:flex;align-items:stretch;min-height:36px;background:var(--primary-soft);border:1px solid #c7e0f4;border-left:3px solid var(--primary);border-radius:4px;overflow:hidden}.feed-notice-strip.is-update{background:#fff4ce;border-color:#f0e0a0;border-left-color:#ca5010}.feed-notice-strip.is-chat{background:var(--surface-hover);border-color:#c8c6e4;border-left-color:#6264a7;box-shadow:0 0 0 1px #6264a71f;animation:tc-notice-pulse 1.6s ease-in-out 2}.feed-notice-strip.is-call{background:#dff6dd;border-color:#a7e3a5;border-left-color:#107c10;animation:tc-notice-pulse 1.6s ease-in-out 3}.feed-notice-strip.is-mail{background:#fff4ce;border-color:#f0e0a0;border-left-color:#ca5010;animation:tc-notice-pulse 1.6s ease-in-out 2}.feed-notice-strip.is-chat .feed-notice-cta{color:#6264a7}.feed-notice-strip.is-call .feed-notice-cta{color:#107c10}.feed-notice-strip.is-mail .feed-notice-cta{color:#ca5010}.feed-notice-strip.is-chat .feed-notice-text strong{color:#373670}.feed-notice-strip.is-call .feed-notice-text strong{color:#0b5a08}.feed-notice-strip.is-mail .feed-notice-text strong{color:#8a3711}@keyframes tc-notice-pulse{0%,to{transform:translateY(0)}50%{transform:translateY(-1px);box-shadow:0 2px 10px #6264a738}}.feed-notice-body{flex:1;display:flex;align-items:center;gap:8px;min-width:0;padding:6px 10px;border:0;background:transparent;font:inherit;text-align:left;cursor:pointer;color:var(--text)}.feed-notice-body:hover{background:#ffffff73}.feed-notice-icon{flex-shrink:0;font-size:14px;line-height:1}.feed-notice-text{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;font-size:13px;line-height:1.3}.feed-notice-text strong{font-weight:700}.feed-notice-msg{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.feed-notice-cta{flex-shrink:0;font-size:12px;font-weight:700;color:var(--primary)}.feed-notice-strip.is-update .feed-notice-cta{color:#ca5010}.feed-notice-close{flex-shrink:0;width:34px;border:0;border-left:1px solid rgba(0,0,0,.08);background:transparent;color:var(--muted);font-size:18px;line-height:1;cursor:pointer}.feed-notice-close:hover{background:#0000000f;color:var(--text)}.feed-notice-more{margin:0;font-size:12px;padding-left:4px}.feed-post.is-highlighted{outline:2px solid var(--primary);outline-offset:1px;border-color:var(--primary);background:var(--primary-soft)}.feed-post-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:24px 16px}.feed-post-modal{width:min(560px,100%);max-height:min(86vh,820px);overflow:auto;background:var(--surface);border:1px solid var(--border, #e5e7eb);border-radius:10px;box-shadow:0 18px 48px #0f172a47;padding:14px 16px 16px}.feed-post-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--border, #eef0f3)}.feed-post-modal-head h3{margin:0;font-size:15px}.feed-card .eh-card-head{margin-bottom:10px}.feed-composer{margin-bottom:12px;padding:0;background:transparent;border:none}.feed-composer-box{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border, #e1dfdd);border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.feed-tinymce{width:100%}.feed-tinymce .tox-tinymce{border:1px solid var(--border)!important;border-radius:4px!important;overflow:hidden}.feed-tinymce .tox .tox-editor-header,.feed-tinymce .tox .tox-toolbar,.feed-tinymce .tox .tox-toolbar__primary,.feed-tinymce .tox .tox-toolbar__overflow{background:var(--surface-raised)!important;border-bottom:1px solid var(--border)!important;padding:4px 6px!important;box-shadow:none!important}.feed-tinymce .tox .tox-tbtn{width:28px!important;height:28px!important;background:transparent!important;color:var(--text)!important}.feed-tinymce .tox .tox-tbtn:hover,.feed-tinymce .tox .tox-tbtn:focus,.feed-tinymce .tox .tox-tbtn--enabled,.feed-tinymce .tox .tox-tbtn--enabled:hover{background:var(--surface-hover)!important;color:var(--heading, var(--text))!important}.feed-tinymce .tox .tox-tbtn svg{fill:currentColor!important}.feed-tinymce .tox .tox-edit-area,.feed-tinymce .tox .tox-edit-area__iframe{background:var(--surface)!important}.feed-tinymce .tox .tox-statusbar{background:var(--surface-raised)!important;border-top:1px solid var(--border)!important}html[data-theme=dark] .feed-tinymce .tox-tinymce,html[data-theme=dark] .feed-tinymce .tox .tox-editor-container,html[data-theme=dark] .feed-tinymce .tox .tox-sidebar-wrap,html[data-theme=dark] .feed-tinymce .tox .tox-edit-area,html[data-theme=dark] .feed-tinymce .tox .tox-edit-area__iframe{background:var(--surface)!important;border-color:var(--border)!important}html[data-theme=dark] .feed-tinymce .tox .tox-editor-header,html[data-theme=dark] .feed-tinymce .tox .tox-toolbar,html[data-theme=dark] .feed-tinymce .tox .tox-toolbar__primary,html[data-theme=dark] .feed-tinymce .tox .tox-toolbar__overflow,html[data-theme=dark] .feed-tinymce .tox .tox-toolbar-overlord{background:var(--surface-raised)!important;border-color:var(--border)!important}html[data-theme=dark] .feed-tinymce .tox .tox-tbtn,html[data-theme=dark] .feed-tinymce .tox .tox-split-button,html[data-theme=dark] .feed-tinymce .tox .tox-tbtn--select{background:transparent!important;color:var(--text)!important}html[data-theme=dark] .feed-tinymce .tox .tox-tbtn:hover,html[data-theme=dark] .feed-tinymce .tox .tox-tbtn:focus,html[data-theme=dark] .feed-tinymce .tox .tox-tbtn--enabled,html[data-theme=dark] .feed-tinymce .tox .tox-tbtn--enabled:hover,html[data-theme=dark] .feed-tinymce .tox .tox-split-button:hover{background:var(--surface-hover)!important;color:var(--heading)!important}html[data-theme=dark] .feed-tinymce .tox .tox-tbtn svg,html[data-theme=dark] .feed-tinymce .tox .tox-tbtn__icon-wrap svg{fill:#cbd5e1!important}html[data-theme=dark] .feed-tinymce .tox .tox-tbtn:hover svg,html[data-theme=dark] .feed-tinymce .tox .tox-tbtn--enabled svg{fill:#f8fafc!important}html[data-theme=dark] .ml-editor .feed-tinymce .tox-tinymce{background:var(--surface)!important}.feed-composer-attachments{display:flex;flex-wrap:wrap;gap:10px;padding:0 12px 10px}.feed-attach-thumb,.feed-attach-reel,.feed-attach-voice{position:relative;display:inline-flex;max-width:100%}.feed-attach-thumb img{display:block;max-width:180px;max-height:140px;border-radius:8px;border:1px solid var(--border, #e5e7eb);object-fit:cover;background:var(--surface-raised)}.feed-attach-reel .feed-reel{width:120px;margin:0}.feed-attach-voice audio{width:min(100%,260px);height:32px}.feed-attach-remove{position:absolute;top:-6px;right:-6px;z-index:2;width:22px;height:22px;border:none;border-radius:50%;background:#201f1e;color:#fff;font-size:14px;line-height:1;cursor:pointer;display:grid;place-items:center}.feed-composer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 10px;border-top:1px solid #f0f0f0;background:var(--surface-raised)}.feed-composer-tools{display:flex;align-items:center;gap:2px;min-width:0}.feed-composer-end{display:flex;align-items:center;gap:10px;flex-shrink:0}.feed-char-count{font-size:11px}.feed-icon-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-height:32px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;transition:background .12s ease,color .12s ease}.feed-icon-btn:hover:not(:disabled){background:var(--surface-hover);color:var(--primary)}.feed-icon-btn.active{background:var(--primary-soft);color:var(--primary-dark)}.feed-icon-btn:disabled{opacity:.45;cursor:not-allowed}.feed-icon-btn.recording{color:#a4262c;background:#fde7e9;animation:feed-pulse 1.1s ease-in-out infinite}.feed-vibe-menu{position:relative}.feed-vibe-popover{display:none;position:absolute;left:0;bottom:calc(100% + 6px);z-index:30;min-width:180px;max-height:260px;overflow:auto;padding:6px;background:var(--surface);border:1px solid var(--border, #e1dfdd);border-radius:10px;box-shadow:0 10px 28px #0f172a24}.feed-vibe-popover.open{display:flex;flex-direction:column;gap:2px}.feed-vibe-option{display:flex;align-items:center;gap:8px;width:100%;border:none;background:transparent;text-align:left;padding:7px 8px;border-radius:6px;font:inherit;font-size:13px;color:var(--text);cursor:pointer}.feed-vibe-option:hover,.feed-vibe-option.active{background:var(--primary-soft);color:var(--primary-dark)}.feed-reel-chooser{display:flex;flex-direction:column;gap:8px;margin:0 12px 10px;padding:10px;background:var(--surface-raised);border:1px solid var(--border, #e5e7eb);border-radius:8px}.feed-reel-chooser-head{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px}.feed-reel-link-input{flex:1;min-width:160px;min-height:32px;height:32px;padding:0 10px;border:1px solid var(--border-strong, #8a8886);font:inherit;font-size:13px;border-radius:4px}.feed-reel-upload-link{border:none;background:none;color:var(--primary);font:inherit;font-size:12px;font-weight:600;cursor:pointer;padding:0;text-align:left}.feed-reel-upload-link:hover{text-decoration:underline}.feed-post-body{margin:0 0 8px;white-space:pre-wrap;word-break:break-word;line-height:1.5;font-size:14px;color:var(--text)}.feed-post-html{white-space:normal}.feed-post-html p{margin:0 0 .55em}.feed-post-html p:last-child{margin-bottom:0}.feed-post-html ul,.feed-post-html ol{margin:0 0 .55em;padding-left:1.35em}.feed-post-html a{color:var(--primary-dark);text-decoration:underline}.feed-post-html strong,.feed-post-html b{font-weight:700}.feed-post-html em,.feed-post-html i{font-style:italic}.feed-post-html u{text-decoration:underline}.feed-composer-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.feed-composer-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.feed-file-input{display:none}.feed-vibe-row{display:flex;flex-direction:column;gap:6px}.feed-vibe-label{font-size:12px;font-weight:600;color:var(--muted)}.feed-vibe-chips{display:flex;flex-wrap:wrap;gap:6px}.feed-vibe-chip{border:1px solid var(--border, #d1d5db);background:var(--surface);color:var(--text);border-radius:999px;padding:4px 10px;font:inherit;font-size:12px;cursor:pointer;line-height:1.3}.feed-vibe-chip:hover{border-color:var(--primary);background:var(--primary-soft)}.feed-vibe-chip.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-darker);font-weight:600}.feed-vibe-badge{margin-left:auto;flex-shrink:0;font-size:11px;font-weight:600;color:var(--primary-darker);background:var(--primary-soft);border:1px solid #c7e0f4;border-radius:999px;padding:3px 8px;white-space:nowrap}.feed-delete-btn{flex-shrink:0;margin-left:auto;color:#a4262c!important;border-color:#f1b8bb!important}.feed-vibe-badge+.feed-delete-btn{margin-left:4px}.feed-delete-btn:hover:not(:disabled){background:#fde7e9!important}.feed-voice-btn.recording{border-color:#a4262c!important;color:#a4262c!important;background:#fde7e9!important;animation:feed-pulse 1.1s ease-in-out infinite}@keyframes feed-pulse{0%,to{box-shadow:0 0 #a4262c59}50%{box-shadow:0 0 0 4px #a4262c00}}.feed-recording-hint{margin:0;font-size:12px;font-weight:600;color:#a4262c}.feed-composer-voice{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.feed-composer-reel{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.feed-composer-voice audio,.feed-voice-player audio{width:min(100%,360px);height:36px}.feed-voice-player{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin:0 0 10px;padding:10px 12px;background:var(--surface-raised);border:1px solid var(--border, #e5e7eb);border-radius:8px}.feed-voice-label{font-size:12px;font-weight:600;color:var(--text)}.feed-reel{position:relative;width:min(100%,280px);aspect-ratio:9 / 16;margin:0 auto 10px;border-radius:12px;overflow:hidden;background:#0b0b0f;border:1px solid #1f2937;box-shadow:0 8px 24px #0f172a2e}.feed-reel--preview{margin-bottom:0}.feed-reel--embed{width:min(100%,320px);aspect-ratio:9 / 16}.feed-reel--pending{display:flex;align-items:center;justify-content:center;padding:20px 14px;background:linear-gradient(160deg,#1f2937,#0b0b0f)}.feed-reel-pending-body{color:#fff;text-align:center;padding:8px;max-width:220px}.feed-reel-pending-body strong{display:block;font-size:14px;margin-bottom:8px;text-transform:capitalize}.feed-reel-pending-body p{margin:0;font-size:12px;line-height:1.4;color:#ffffffd1}.feed-reel--link{display:flex;align-items:center;justify-content:center;padding:24px 12px}.feed-reel--link a{color:#fff;font-weight:600;text-decoration:underline}.feed-reel-badge{position:absolute;top:10px;left:10px;z-index:2;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#00000073;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:3px 8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.feed-reel-video{display:block;width:100%;height:100%;object-fit:cover;background:#000}.feed-reel-iframe{display:block;width:100%;height:100%;border:0;background:#000}.feed-reel-open{position:absolute;right:8px;bottom:8px;z-index:2;font-size:11px;font-weight:600;color:#fff;background:#0000008c;border-radius:999px;padding:4px 8px;text-decoration:none}.feed-reel-open:hover{background:#000000bf}.feed-reel-chooser{display:flex;flex-direction:column;gap:10px;padding:12px;background:var(--surface);border:1px solid var(--border, #e5e7eb)}.feed-reel-chooser-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.feed-reel-chooser-hint{margin:0;font-size:12px}.feed-reel-chooser-link{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.feed-reel-link-input{flex:1;min-width:180px;min-height:32px;height:32px;padding:0 10px;border:1px solid var(--border-strong, #8a8886);font:inherit;font-size:13px}.feed-reel-chooser-or{text-align:center;font-size:12px;color:var(--muted);font-weight:600}.feed-post.vibe-party,.feed-post.vibe-hype,.feed-post.vibe-chill,.feed-post.vibe-kudos,.feed-post.vibe-meme,.feed-post.vibe-hot_take,.feed-post.vibe-appreciation,.feed-post.vibe-focus,.feed-post.vibe-roast{padding-left:16px;padding-right:16px;border-radius:10px}.feed-post.vibe-party{background:linear-gradient(180deg,#fff7ed 0%,var(--surface, #fff) 72px)}.feed-post.vibe-hype{background:linear-gradient(180deg,#eff6ff 0%,var(--surface, #fff) 72px)}.feed-post.vibe-chill{background:linear-gradient(180deg,#ecfdf5 0%,var(--surface, #fff) 72px)}.feed-post.vibe-kudos{background:linear-gradient(180deg,#fef9c3 0%,var(--surface, #fff) 72px)}.feed-post.vibe-meme{background:linear-gradient(180deg,#fce7f3 0%,var(--surface, #fff) 72px)}.feed-post.vibe-hot_take{background:linear-gradient(180deg,#fee2e2 0%,var(--surface, #fff) 72px)}.feed-post.vibe-appreciation{background:linear-gradient(180deg,#fdf2f8 0%,var(--surface, #fff) 72px)}.feed-post.vibe-focus{background:linear-gradient(180deg,#e0e7ff 0%,var(--surface, #fff) 72px)}.feed-post.vibe-roast{background:linear-gradient(180deg,#ffedd5 0%,var(--surface, #fff) 72px)}.feed-composer-preview{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.feed-composer-preview img{max-width:100%;max-height:220px;border-radius:8px;border:1px solid var(--border, #e5e7eb);object-fit:contain;background:var(--surface)}.feed-post-image-link{display:block;margin:0 0 10px;border-radius:8px;overflow:hidden;border:1px solid var(--border, #e5e7eb);background:var(--surface-raised)}.feed-post-image{display:block;width:100%;max-height:360px;object-fit:contain;background:var(--surface-raised)}.feed-card{display:flex;flex-direction:column;min-height:0}.feed-card .eh-card-head,.feed-card .feed-composer,.feed-card>.error,.feed-card>.muted{flex-shrink:0}.feed-list{display:flex;flex-direction:column;gap:14px;max-height:min(90vh,1400px);overflow-y:auto;overflow-x:hidden;padding:2px 4px 8px 0;scrollbar-width:thin;scrollbar-color:#c8c6c4 transparent}.feed-list::-webkit-scrollbar{width:6px}.feed-list::-webkit-scrollbar-track{background:transparent}.feed-list::-webkit-scrollbar-thumb{background:#c8c6c4;border-radius:999px}.feed-list::-webkit-scrollbar-thumb:hover{background:#8a8886}.feed-post{padding:16px 16px 14px;border:1px solid var(--border, #e5e7eb);border-radius:10px;background:var(--surface, #fff);box-shadow:0 1px 2px #0f172a0a}.feed-post-head{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--border, #eef0f3)}.feed-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700;color:#fff;background:linear-gradient(135deg,#005a9e,#2b88d8);flex-shrink:0}.feed-post-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.feed-post-meta strong{font-size:13px}.feed-post-meta .muted{font-size:11px}.feed-reaction-summary{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.feed-reaction-chip-wrap{position:relative;display:inline-flex}.feed-reaction-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:var(--surface-hover);font-size:12px;color:var(--text);cursor:default}.feed-reaction-chip-wrap:hover .feed-reaction-chip,.feed-reaction-chip-wrap:focus-within .feed-reaction-chip{background:var(--primary-soft);outline:1px solid var(--primary)}.feed-reaction-who{display:none;position:absolute;left:0;bottom:calc(100% + 6px);z-index:40;min-width:140px;max-width:220px;padding:8px 10px;background:#201f1e;color:#fff;border-radius:8px;box-shadow:0 8px 20px #0f172a40;pointer-events:none}.feed-reaction-chip-wrap:hover .feed-reaction-who,.feed-reaction-chip-wrap:focus-within .feed-reaction-who{display:block}.feed-reaction-who strong{display:block;font-size:11px;margin-bottom:4px;font-weight:700}.feed-reaction-who ul{margin:0;padding:0;list-style:none}.feed-reaction-who li{font-size:12px;line-height:1.35;padding:1px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-reaction-who li.muted{color:var(--muted)}.feed-view-count-wrap{position:relative;margin-left:auto;cursor:default}.feed-meta-count{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--muted);font-weight:600;border:0;background:transparent;padding:0;font-family:inherit;line-height:1.2}.feed-meta-label{font-weight:500}.feed-comment-count{cursor:pointer;margin-left:auto}.feed-comment-count:hover,.feed-comment-count.is-open{color:var(--text)}.feed-view-count-wrap .feed-meta-count,.feed-view-count-wrap .feed-view-count{margin-left:0}.feed-view-count{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--muted);font-weight:600}.feed-view-label{font-weight:500}.feed-view-who{display:none;position:absolute;right:0;bottom:calc(100% + 6px);z-index:40;min-width:140px;max-width:220px;padding:8px 10px;background:#201f1e;color:#fff;border-radius:8px;box-shadow:0 8px 20px #0f172a40;pointer-events:none;text-align:left}.feed-view-count-wrap:hover .feed-view-who,.feed-view-count-wrap:focus-within .feed-view-who{display:block}.feed-view-who strong{display:block;font-size:11px;margin-bottom:4px;font-weight:700}.feed-view-who ul{margin:0;padding:0;list-style:none}.feed-view-who li{font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-view-who li.muted{color:#ffffffa6}.feed-comments{margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.feed-comments-empty{margin:0 0 8px;font-size:13px}.feed-comment-list{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto}.feed-comment{display:flex;gap:8px;align-items:flex-start}.feed-comment-avatar{flex:0 0 auto;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700;background:var(--surface-hover);color:var(--text)}.feed-comment-body{flex:1 1 auto;min-width:0;background:var(--surface-hover);border-radius:10px;padding:6px 10px}.feed-comment-body p{margin:2px 0 0;font-size:13px;line-height:1.4;white-space:pre-wrap;word-break:break-word}.feed-comment-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;font-size:12px}.feed-comment-meta strong{font-size:12px}.feed-comment-delete{margin-left:auto;border:0;background:transparent;color:var(--muted);font-size:11px;cursor:pointer;padding:0}.feed-comment-delete:hover:not(:disabled){color:var(--danger, #b91c1c)}.feed-comment-form{display:flex;gap:8px;align-items:center}.feed-comment-input{flex:1 1 auto;min-width:0;height:34px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:13px}.feed-comment-input:focus{outline:2px solid var(--primary-soft);border-color:var(--primary)}.feed-post-actions{display:flex;align-items:center;gap:14px;margin-top:12px;padding-top:10px;border-top:1px solid var(--border, #eef0f3)}.feed-react-wrap{position:relative}.feed-react-count{cursor:pointer}.feed-react-count:hover,.feed-react-count.is-open,.feed-react-count.is-active{color:var(--text)}.feed-emoji-picker{z-index:90;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;padding:10px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 2px 4px #0000000f,0 12px 28px #0f172a29;animation:feed-emoji-in .14s ease-out}@keyframes feed-emoji-in{0%{opacity:0;transform:translateY(4px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.feed-emoji-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:52px;padding:4px 2px;border:none;background:transparent;border-radius:10px;cursor:pointer;line-height:1;transition:background .12s ease,transform .12s ease}.feed-emoji-glyph{font-size:22px;line-height:1;transition:transform .12s ease}.feed-emoji-name{font-size:9px;font-weight:600;color:var(--muted);letter-spacing:.01em;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-emoji-btn:hover{background:var(--primary-soft)}.feed-emoji-btn:hover .feed-emoji-glyph{transform:scale(1.22)}.feed-emoji-btn.selected{background:var(--primary-soft);box-shadow:inset 0 0 0 1px var(--primary)}.feed-emoji-btn.selected .feed-emoji-name{color:var(--primary-dark)}@media (max-width: 480px){.feed-emoji-picker{grid-template-columns:repeat(4,minmax(0,1fr))}}.code-panel{padding:0;overflow:hidden}.code-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 8px}.code-header h2{margin:0;font-size:22px;font-weight:700}.code-repo-picker{display:flex;align-items:center;gap:8px}.code-repo-picker select{min-width:180px}.code-tabs{display:flex;flex-wrap:wrap;gap:4px;padding:0 16px;border-bottom:1px solid var(--border, #e5e7eb);background:var(--surface-raised)}.code-tab{border:none;background:transparent;padding:12px 14px;font-size:13px;font-weight:600;color:var(--muted, #6b7280);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.code-tab:hover:not(:disabled){color:var(--text, #111827);background:#00000008}.code-tab.active{color:var(--primary);border-bottom-color:var(--primary);background:var(--surface)}.code-tab:disabled{opacity:.45;cursor:not-allowed}.code-tab-body{padding:18px 20px 24px}.code-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.code-empty{text-align:center;padding:48px 20px;border:1px dashed var(--border, #e5e7eb);border-radius:8px;background:var(--surface-raised)}.code-empty-icon{font-size:36px;margin-bottom:8px}.code-empty h3{margin:0 0 6px}.code-empty p{margin:0 0 16px}.repo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.repo-card{border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface);padding:16px;display:flex;flex-direction:column;gap:12px;min-height:140px}.repo-card-head{display:flex;align-items:center;gap:10px}.repo-ico{font-size:18px;line-height:1}.repo-desc{margin:0;font-size:13px}.repo-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.repo-meta .chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;background:var(--surface-hover);border:1px solid var(--border, #e5e7eb);font-size:12px;color:var(--text);white-space:nowrap}.repo-card-actions{margin-top:auto;padding-top:4px;display:flex;gap:8px}.repo-card-actions .btn{-webkit-user-select:none;user-select:none}.files-layout{display:grid;grid-template-columns:280px 1fr;gap:0;min-height:520px;border:1px solid var(--border, #e5e7eb);border-radius:8px;overflow:hidden;background:var(--surface)}.files-sidebar{border-right:1px solid var(--border, #e5e7eb);background:var(--surface-raised);padding:12px;display:flex;flex-direction:column;min-width:0;max-height:70vh;overflow:hidden}.files-sidebar .field{margin-bottom:10px}.files-sidebar .field label{display:block;margin-bottom:4px}.files-sidebar .field select{width:100%;max-width:100%}.files-content{min-width:0;display:flex;flex-direction:column;background:var(--surface);max-height:70vh;overflow:hidden}.repo-tree{flex:1;min-height:0;overflow:auto;border:1px solid var(--border, #e5e7eb);border-radius:6px;background:var(--surface)}.tree-search{padding:8px;border-bottom:1px solid var(--border, #e5e7eb);background:var(--surface);position:sticky;top:0;z-index:1}.tree-search input{width:100%;box-sizing:border-box}.tree-row{display:flex;align-items:center;gap:6px;padding:6px 8px;cursor:pointer;font-size:13px;line-height:1.3;-webkit-user-select:none;user-select:none}.tree-row:hover{background:var(--surface-hover)}.tree-row.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.tree-caret{width:12px;font-size:10px;color:var(--muted);flex-shrink:0;transition:transform .12s ease}.tree-caret.open{transform:rotate(90deg)}.tree-caret.placeholder{visibility:hidden}.tree-ico{flex-shrink:0;font-size:14px;line-height:1}.tree-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-loading{padding:10px 12px;font-size:12px;color:var(--muted, #6b7280)}.file-viewer{display:flex;flex-direction:column;height:100%;min-height:0}.file-viewer.empty{align-items:center;justify-content:center;padding:40px 20px}.file-viewer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--border, #e5e7eb);background:var(--surface-raised);flex-shrink:0}.file-path{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.file-viewer-msg{padding:24px 16px}.code-scroll{flex:1;min-height:0;overflow:auto;background:var(--surface)}.clone-box{display:inline-block;margin-top:8px;padding:10px 14px;background:var(--surface-hover);border:1px solid var(--border, #e5e7eb);border-radius:6px;font-size:13px}.code-empty-setup{text-align:left;max-width:720px;margin:0 auto}.code-empty-setup>.code-empty-icon,.code-empty-setup>h3,.code-empty-setup>p{text-align:center}.clone-hints{margin-top:8px;display:flex;flex-direction:column;gap:12px}.clone-hints-intro{margin:0 0 4px!important;text-align:center}.clone-path-box{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;box-sizing:border-box;word-break:break-all}.clone-path-box code{font-size:12px}.clone-hint-block{border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface);overflow:hidden;text-align:left}.clone-hint-block-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;background:var(--surface-raised);border-bottom:1px solid var(--border, #e5e7eb)}.clone-hint-label{font-size:13px;font-weight:600;color:var(--text)}.clone-hint-pre{margin:0;padding:12px 14px;background:#111827;color:#e5e7eb;font-size:12px;line-height:1.55;overflow-x:auto;text-align:left}.clone-hint-pre code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre}.repo-clone-hint{margin:0;font-size:12px;line-height:1.4}@media (max-width: 900px){.files-layout{grid-template-columns:1fr;min-height:auto}.files-sidebar{max-height:280px;border-right:none;border-bottom:1px solid var(--border, #e5e7eb)}.files-content{max-height:none}}.commits-layout{display:flex;gap:14px;align-items:flex-start;min-height:420px}.commits-list-pane{flex:1;min-width:0}.commits-toolbar{align-items:flex-end;flex-wrap:wrap}.commits-search{display:flex;align-items:flex-end;gap:8px;flex:1;min-width:260px;justify-content:flex-end}.commits-search input[type=search]{font-family:Consolas,Cascadia Mono,monospace;min-width:180px}.chip.add{background:#e6ffec;color:#1a7f37}.chip.del{background:#ffebe9;color:#cf222e}.section-title{margin:14px 0 8px;font-size:13px;font-weight:600;color:var(--muted)}.commit-review{display:flex;flex-direction:column;gap:0;min-height:calc(100vh - 220px);border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface);overflow:hidden}.commit-review-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 16px;border-bottom:1px solid var(--border, #e5e7eb);background:var(--surface-raised)}.commit-review-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-width:0;flex:1;font-size:13px}.commit-review-sha{font-size:13px;font-weight:600;color:var(--primary, #0078d4);background:var(--primary-soft);padding:2px 8px;border-radius:4px}.commit-review-msg{font-weight:600;color:var(--text);max-width:420px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commit-review-body{display:grid;grid-template-columns:260px 1fr;flex:1;min-height:0;height:calc(100vh - 280px);min-height:520px}.commit-review-files{border-right:1px solid var(--border, #e5e7eb);background:var(--surface);display:flex;flex-direction:column;min-height:0;overflow:hidden}.commit-review-files-head{padding:10px 14px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border, #e5e7eb);background:var(--surface-raised)}.commit-file-list{list-style:none;margin:0;padding:6px;overflow:auto;flex:1}.commit-file-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;width:100%;text-align:left;border:none;background:transparent;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:12px;color:var(--text)}.commit-file-item:hover{background:var(--surface-hover)}.commit-file-item.active{background:var(--primary-soft);box-shadow:inset 3px 0 0 var(--primary, #0078d4)}.commit-file-path{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Consolas,Cascadia Mono,monospace;font-size:12px}.commit-file-stats{display:flex;gap:6px;font-size:11px;font-weight:600;white-space:nowrap}.commit-file-stats .add{color:#1a7f37}.commit-file-stats .del{color:#cf222e}.commit-review-diff{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--surface);overflow:hidden}.commit-review-diff-head{padding:12px 16px 8px;border-bottom:1px solid var(--border, #e5e7eb);flex-shrink:0}.commit-review-filepath{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.commit-review-filepath code{font-size:14px;font-weight:600;color:var(--text)}.commit-review-compare-hint{margin:4px 0 0;font-size:12px}.commit-review-diff .diff-viewer-wrap{flex:1;min-height:0;border:none;border-radius:0;display:flex;flex-direction:column}.commit-review-diff .diff-viewer-wrap.large .diff-scroll,.diff-scroll.large{max-height:none;flex:1;min-height:0;overflow:auto}@media (max-width: 900px){.commit-review-body{grid-template-columns:1fr;height:auto;min-height:0}.commit-review-files{border-right:none;border-bottom:1px solid var(--border, #e5e7eb);max-height:180px}.commit-review-diff .diff-scroll.large{max-height:70vh}}.code-table{width:100%;border-collapse:collapse;font-size:13px;background:var(--surface);border:1px solid var(--border, #e5e7eb);border-radius:6px;overflow:hidden}.code-table th,.code-table td{padding:8px 10px;border-bottom:1px solid var(--border, #e5e7eb);text-align:left}.code-table th{background:var(--surface-raised);font-weight:600;color:var(--muted);font-size:12px}.code-table.clickable tbody tr{cursor:pointer}.code-table tbody tr:hover{background:var(--surface-raised)}.code-table tbody tr.active{background:var(--primary-soft)}.code-table.compact td,.code-table.compact th{padding:6px 8px}.code-table .add{color:#1a7f37;font-weight:600}.code-table .del{color:#cf222e;font-weight:600}.sha-link{color:var(--primary, #0078d4);font-weight:600}.commit-msg{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nowrap{white-space:nowrap}.branch-name{font-weight:600;margin-right:6px}.default-badge{font-size:10px;vertical-align:middle}.branch-commit-msg{font-size:11px;color:var(--muted, #6b7280);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branch-actions{display:flex;flex-wrap:wrap;gap:4px}.btn.secondary.small.danger{color:#cf222e;border-color:#ffc1c0}.btn.secondary.small.danger:hover{background:#ffebe9}.merge-resolve{border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface);padding:14px 16px 16px;min-height:calc(100vh - 240px);display:flex;flex-direction:column}.merge-resolve-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:12px}.merge-resolve-title h3{margin:0 0 4px;font-size:16px;color:var(--text)}.merge-resolve-title p{margin:0;font-size:13px}.merge-resolve-actions{display:flex;gap:8px;flex-shrink:0}.merge-resolve-ready{border:1px solid #abf2bc;background:#e6ffec;border-radius:6px;padding:16px 18px;color:#1a7f37;font-size:14px}.merge-resolve-body{display:grid;grid-template-columns:240px 1fr;gap:0;flex:1;min-height:480px;border:1px solid var(--border, #e5e7eb);border-radius:6px;overflow:hidden}.merge-resolve-files{border-right:1px solid var(--border, #e5e7eb);background:var(--surface-raised);display:flex;flex-direction:column;min-height:0}.merge-resolve-files-head{padding:10px 12px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border, #e5e7eb)}.merge-file-list{list-style:none;margin:0;padding:6px;overflow:auto;flex:1}.merge-file-item{display:block;width:100%;text-align:left;border:none;background:transparent;padding:8px 10px;border-radius:6px;cursor:pointer;margin-bottom:2px}.merge-file-item code{font-size:12px;word-break:break-all;color:var(--text)}.merge-file-item:hover{background:var(--surface-hover)}.merge-file-item.active{background:#ffebe9;box-shadow:inset 3px 0 #cf222e}.merge-resolve-editor{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--surface);padding:12px}.merge-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:6px}.merge-editor-path{font-size:13px;font-weight:600}.merge-editor-buttons{display:flex;flex-wrap:wrap;gap:6px}.merge-editor-hint{font-size:12px;margin:0 0 8px}.merge-conflict-textarea{flex:1;min-height:360px;width:100%;resize:vertical;font-family:Consolas,Cascadia Mono,Courier New,monospace;font-size:13px;line-height:1.5;padding:12px;border:1px solid var(--border, #e5e7eb);border-radius:6px;background:var(--surface-raised);color:var(--text);white-space:pre;overflow:auto;-moz-tab-size:2;tab-size:2}@media (max-width: 900px){.merge-resolve-body{grid-template-columns:1fr;min-height:0}.merge-resolve-files{border-right:none;border-bottom:1px solid var(--border, #e5e7eb);max-height:160px}}.compare-layout{display:flex;flex-direction:column;gap:12px}.compare-bar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.compare-selects{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.compare-arrow{color:var(--muted, #6b7280);font-size:18px;padding-bottom:8px}.compare-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.compare-body{display:flex;gap:14px;align-items:flex-start;min-height:400px}.compare-files{flex:0 0 340px;min-width:0}.compare-diff-pane{flex:1;min-width:0;border:1px solid var(--border, #e5e7eb);border-radius:6px;padding:12px;background:var(--surface);max-height:72vh;overflow:auto}.status-pill{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase}.status-A{background:#e6ffec;color:#1a7f37}.status-M{background:#fff8c5;color:#9a6700}.status-D{background:#ffebe9;color:#cf222e}.status-R{background:var(--primary-soft);color:#0969da}.diff-viewer-wrap{border:1px solid var(--border, #e5e7eb);border-radius:6px;overflow:hidden}.diff-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;background:var(--surface-raised);border-bottom:1px solid var(--border, #e5e7eb)}.diff-view-toggle{display:flex;gap:4px}.diff-view-toggle .btn.active{background:var(--primary, #0078d4);color:#fff;border-color:var(--primary, #0078d4)}.diff-scroll{max-height:60vh;overflow:auto}.diff-viewer-wrap.large{display:flex;flex-direction:column;min-height:0;height:100%}.diff-scroll.large{max-height:none;flex:1;min-height:420px;overflow:auto}.diff-viewer-msg{padding:20px;text-align:center}.pr-layout{display:flex;gap:14px;align-items:flex-start;min-height:420px}.pr-list-pane{flex:1;min-width:0}.pr-detail-pane{flex:0 0 380px;border:1px solid var(--border, #e5e7eb);border-radius:6px;padding:14px;background:var(--surface);max-height:72vh;overflow:auto}.pr-filters{display:flex;flex-wrap:wrap;gap:4px}.pr-filters .btn.active{background:var(--primary, #0078d4);color:#fff;border-color:var(--primary, #0078d4)}.pr-title{font-weight:600}.pr-status{display:inline-block;font-size:10px;font-weight:700;padding:2px 8px;border-radius:10px;text-transform:uppercase}.pr-open{background:var(--primary-soft);color:#0969da}.pr-approved{background:#e6ffec;color:#1a7f37}.pr-rejected{background:#ffebe9;color:#cf222e}.pr-merged{background:#f3e8ff;color:#8250df}.pr-closed{background:#f0f2f5;color:var(--muted)}.pr-detail-head{margin-bottom:12px}.pr-detail-title{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}.pr-detail-title h3{margin:0;font-size:16px;font-weight:600;color:var(--text)}.pr-branch-line{display:flex;align-items:center;gap:6px;font-size:13px}.pr-meta-grid{display:grid;gap:8px;font-size:12px;margin-bottom:12px}.pr-reviews{display:flex;flex-direction:column;gap:8px}.pr-review-item{border:1px solid var(--border, #e5e7eb);border-radius:6px;padding:8px 10px;background:var(--surface-raised);font-size:13px}.pr-review-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.pr-actions{margin-top:14px;padding-top:14px;border-top:1px solid var(--border, #e5e7eb)}.pr-action-btns{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.pr-form-row{display:flex;gap:12px;flex-wrap:wrap}.pr-form-row .field{flex:1;min-width:180px}.stats-layout{display:flex;flex-direction:column;gap:16px}.stat-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.stat-card{border:1px solid var(--border, #e5e7eb);border-radius:6px;padding:14px;background:var(--surface)}.stat-card-label{font-size:11px;color:var(--muted, #6b7280);margin-bottom:4px;text-transform:uppercase;letter-spacing:.03em}.stat-card-value{font-size:22px;font-weight:700;color:var(--text)}.stat-card-sub{font-size:11px;margin-top:2px}.stats-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.stats-panel{border:1px solid var(--border, #e5e7eb);border-radius:6px;padding:14px;background:var(--surface)}.latest-commit-box,.active-dev-box{font-size:13px}.active-dev-name{font-size:18px;font-weight:700;color:var(--text);margin-bottom:4px}.stat-chart-label{font-size:12px;color:var(--muted, #6b7280);margin-bottom:10px}.stat-bars{display:flex;align-items:flex-end;gap:6px;height:140px;padding-top:8px}.stat-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;min-width:0}.stat-bar{width:100%;max-width:36px;background:var(--primary, #0078d4);border-radius:3px 3px 0 0;min-height:4px;transition:height .2s}.stat-bar-x{font-size:9px;color:var(--muted, #6b7280);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.contrib-bar-wrap{display:flex;align-items:center;gap:8px}.contrib-bar-wrap span{font-size:11px;color:var(--muted, #6b7280);min-width:32px}.contrib-bar{height:8px;background:var(--primary, #0078d4);border-radius:4px;min-width:4px;max-width:120px}.panel-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.export-btns{display:inline-flex;gap:6px;align-items:center}.export-btns .btn,.panel-header-actions .btn,.topbar .btn,.toolbar .btn{min-height:32px;height:32px}.rm-page .cards{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.rm-kpi-hint{margin-top:4px;font-size:11px}.rm-band{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600}.rm-band-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.rm-band-green{color:#166534}.rm-band-yellow{color:#a16207}.rm-band-orange{color:#c2410c}.rm-band-red{color:#991b1b}.pill.blue{background:var(--primary-soft);color:#1e40af}.pill.neutral{background:var(--surface-hover);color:var(--text)}.rm-flash{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 12px;padding:10px 14px;border-radius:4px;font-size:13px}.rm-flash-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.rm-flash-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.rm-flash-close{border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1;color:inherit}.rm-column-chooser{display:flex;flex-wrap:wrap;gap:8px 14px;padding:10px 12px;margin-bottom:10px;background:var(--surface-raised);border:1px solid var(--border);border-radius:4px}.rm-column-chooser-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;cursor:pointer}.rm-skeleton{display:flex;flex-direction:column;gap:10px;padding:8px 0}.rm-skeleton-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:10px}.rm-skeleton-cell{height:14px;border-radius:4px;background:linear-gradient(90deg,var(--surface-hover) 25%,var(--bg) 50%,var(--surface-hover) 75%);background-size:200% 100%;animation:rm-shimmer 1.2s ease-in-out infinite}@keyframes rm-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rm-empty{text-align:center;padding:28px 12px}.rm-empty-title{font-weight:600;margin-bottom:4px}.table-scroll{overflow-x:auto}.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.sortable-th:hover{color:var(--primary-darker, #005a9e);background:var(--primary-soft)}.sortable-th.sorted{color:var(--primary-darker, #005a9e)}.sortable-th-ind{font-size:11px;opacity:.85}.rm-row-actions{white-space:nowrap}.rm-list{margin:0 0 12px;padding-left:18px}.rm-cal-legend{margin:0 0 10px;font-size:13px}.rm-calendar{display:grid;grid-template-columns:repeat(7,minmax(96px,1fr));gap:8px;max-width:860px;width:100%}.rm-cal-cell{min-height:92px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;padding:10px;font-size:13px;border-radius:6px;border:1px solid var(--border);background:var(--surface);line-height:1.3}.rm-cal-day{font-weight:700;font-size:16px;margin-bottom:2px}.rm-cal-hours{font-size:13px;opacity:.95}.rm-cal-hours-avail{font-weight:600}.rm-cal-hours-leave{font-weight:600;color:#92400e}.rm-cal-weekend{background:var(--surface-hover);color:var(--muted)}.rm-cal-allocated{background:var(--primary-soft);color:#1e40af}.rm-cal-available{background:#dcfce7;color:#166534}.rm-cal-leave{background:#fef3c7;color:#92400e}@media (max-width: 768px){.rm-page .cards{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.panel-header-actions{width:100%}.ra-filters-row{flex-direction:column;align-items:stretch}}@media print{.sidebar,.topbar,.toolbar,.panel-header-actions,.ra-filters,.export-btns,.btn{display:none!important}.content{padding:0;background:#fff}.panel{border:none;box-shadow:none}}.rm-exec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-bottom:16px}.rm-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.rm-chart-card h3{font-weight:600;color:var(--text, #323130)}.rm-chart-body{padding:4px 4px 8px;min-height:180px}.rm-chart-empty{padding:24px 8px;text-align:center}.rm-hbar{display:flex;flex-direction:column;gap:8px}.rm-hbar-row{display:grid;grid-template-columns:minmax(80px,140px) 1fr 48px;gap:8px;align-items:center}.rm-hbar-label{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rm-hbar-track{height:10px;background:var(--surface-hover);border-radius:4px;overflow:hidden}.rm-hbar-fill{height:100%;border-radius:4px;transition:width .35s ease}.rm-hbar-value{font-size:12px;font-weight:600;text-align:right}.rm-vbar{display:flex;align-items:flex-end;gap:8px;padding-top:8px}.rm-vbar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0}.rm-vbar-track{flex:1;width:100%;max-width:36px;background:var(--surface-hover);border-radius:4px 4px 0 0;display:flex;align-items:flex-end;overflow:hidden}.rm-vbar-fill{width:100%;border-radius:4px 4px 0 0;transition:height .35s ease}.rm-vbar-value{font-size:10px;font-weight:600;margin-bottom:4px}.rm-vbar-label{font-size:10px;color:var(--muted);margin-top:4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-pie-wrap{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center}.rm-pie-center{font-size:16px;font-weight:700;fill:#323130}.rm-pie-legend{list-style:none;margin:0;padding:0;min-width:160px}.rm-pie-legend li{display:grid;grid-template-columns:12px 1fr auto;gap:8px;align-items:center;font-size:12px;margin-bottom:6px}.rm-legend-swatch{width:10px;height:10px;border-radius:2px}.rm-legend-value{color:var(--muted);font-variant-numeric:tabular-nums}.rm-line-wrap{width:100%}.rm-line{width:100%;height:200px;display:block}.rm-line-grid{stroke:#edebe9;stroke-width:1}.rm-line-xlabel{font-size:10px;fill:#605e5c}.rm-quick-links{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0 8px}@media (max-width: 960px){.rm-chart-grid{grid-template-columns:1fr}.rm-hbar-row{grid-template-columns:minmax(60px,100px) 1fr 40px}}.rm-report-hub{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:12px}.rm-report-card{text-decoration:none;color:inherit;display:block}.rm-report-card-title{font-weight:600;font-size:15px;margin-bottom:6px}.rm-pager{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 4px 4px;flex-wrap:wrap}.rm-pager-btns{display:flex;gap:8px}.rm-report .ra-filters-row .field select{min-width:100px}.wiq-page{display:flex;flex-direction:column;gap:12px}.wiq-toolbar-panel{padding-bottom:0}.wiq-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}.wiq-toolbar-left{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.wiq-toolbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.wiq-name{border:1px solid transparent;border-radius:4px;padding:4px 8px;font-size:16px;font-weight:600;min-width:180px;background:transparent}.wiq-name:hover,.wiq-name:focus{border-color:var(--border, #edebe9);background:var(--surface);outline:none}.wiq-check{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted, #605e5c)}.wiq-tabs{display:flex;gap:0;border-bottom:1px solid var(--border, #edebe9);margin:0 -24px;padding:0 24px}.wiq-tab{border:none;background:transparent;padding:10px 16px;cursor:pointer;color:var(--muted, #605e5c);border-bottom:2px solid transparent;margin-bottom:-1px;font-weight:500}.wiq-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.wiq-clause-table select,.wiq-clause-table input{width:100%;min-width:120px}.wiq-chart{display:flex;flex-direction:column;gap:10px;max-width:560px}.wiq-chart-row{display:grid;grid-template-columns:120px 1fr 40px;gap:10px;align-items:center}.wiq-chart-label{font-size:13px}.wiq-chart-bar-wrap{background:var(--surface-hover);height:18px;border-radius:3px;overflow:hidden}.wiq-chart-bar{height:100%;border-radius:3px;min-width:2px}.wiq-chart-count{text-align:right;font-weight:600;font-size:13px}.wiq-title-link{font-size:inherit;font-weight:600;text-align:left;padding:0;color:var(--primary)}.wiq-title-link:hover{text-decoration:underline}.panel.success{background:#dff6dd;color:#0b6a0b;border:1px solid #9fd89f;padding:10px 14px}.pm-filter-bar{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:flex-end;padding:12px 14px;background:var(--surface-raised);border:1px solid var(--border, #edebe9);border-radius:4px;margin-bottom:16px}.pm-filter-bar .field{display:flex;flex-direction:column;gap:4px;min-width:120px}.pm-filter-bar .field label{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.02em}.pm-filter-bar .field input,.pm-filter-bar .field select{min-height:32px;padding:4px 8px;border:1px solid var(--border-strong);border-radius:2px;background:var(--surface)}.pm-filter-actions{display:flex;gap:8px;align-items:center;padding-bottom:2px}.pm-kpi .card-link{margin-top:6px;font-size:12px}.pm-badge{display:inline-block;margin-left:8px;background:#d13438;color:#fff;border-radius:10px;font-size:11px;padding:1px 6px;vertical-align:middle}.pm-health-badge{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:13px;padding:2px 8px;border-radius:3px;background:var(--surface-hover)}.pm-health-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.pm-health-green{color:#107c10;background:#dff6dd}.pm-health-yellow{color:#8a6914;background:#fff4ce}.pm-health-red{color:#a4262c;background:#fde7e9}.pm-health-label{text-transform:capitalize;font-weight:500;opacity:.85}.pm-insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;padding:4px 0 8px}.pm-insight-card{border:1px solid var(--border);border-left-width:4px;border-radius:4px;padding:12px 14px;background:var(--surface)}.pm-insight-critical{border-left-color:#d13438}.pm-insight-warning{border-left-color:#ffb900}.pm-insight-info{border-left-color:var(--primary)}.pm-insight-title{font-weight:600;margin-bottom:6px}.pm-insight-summary{font-size:13px;color:var(--text);margin-bottom:8px}.pm-insight-rec{font-size:12px;color:var(--muted)}.pm-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px;margin:16px 0}.pm-chart-card{min-height:320px}.pm-chart-empty{padding:40px;text-align:center}.pm-heatmap{overflow-x:auto}.pm-heatmap table{border-collapse:collapse;font-size:12px}.pm-heatmap th,.pm-heatmap td{border:1px solid var(--border);padding:4px 6px;text-align:center;min-width:36px}.pm-heatmap .cell-green{background:#dff6dd}.pm-heatmap .cell-yellow{background:#fff4ce}.pm-heatmap .cell-red{background:#fde7e9}.pm-heatmap .cell-none{background:var(--surface-raised)}.pm-analytics-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.pm-analytics-nav a{text-decoration:none;font-size:13px;padding:6px 10px;border:1px solid var(--border);border-radius:3px;color:var(--text);background:var(--surface)}.pm-analytics-nav a:hover,.pm-analytics-nav a.active{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}@media (max-width: 960px){.pm-filter-bar{flex-direction:column;align-items:stretch}.pm-chart-grid{grid-template-columns:1fr}}.content.tc-page{padding:0;display:flex;flex-direction:column;min-height:0;overflow:hidden}.tc-shell{display:flex;position:relative;flex:1;min-height:calc(100vh - 56px);max-height:calc(100vh - 56px);background:var(--surface);border-top:1px solid var(--border)}.tc-realtime-banner{position:absolute;top:8px;left:50%;transform:translate(-50%);z-index:5;background:#fff8e6;border:1px solid #f0d78c;color:#7a5b00;font-size:12px;padding:4px 12px;border-radius:999px;box-shadow:0 1px 4px #00000014}.tc-sidebar{width:320px;min-width:280px;max-width:360px;border-right:1px solid var(--border);display:flex;flex-direction:column;background:var(--bg)}.tc-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 14px 8px}.tc-sidebar-head h2{margin:0;font-size:20px;font-weight:700;color:var(--text)}.tc-new-actions{display:flex;gap:6px}.tc-search{padding:0 12px 10px}.tc-search input{width:100%;border:1px solid var(--border);border-radius:4px;padding:8px 10px;font-size:13px;background:var(--surface);color:inherit}.tc-search input::placeholder{color:var(--muted)}.tc-list{flex:1;overflow-y:auto;padding:0 6px 12px}.tc-list-item{display:flex;gap:10px;width:100%;text-align:left;border:none;background:transparent;border-radius:4px;color:inherit;cursor:pointer;padding:10px 8px}.tc-list-item:hover{background:var(--surface-hover)}.tc-list-item.active{background:var(--primary-soft)}.tc-list-item.unread,.tc-list-item.unread:hover{background:var(--surface-hover)}.tc-list-item.unread.active{background:var(--primary-soft)}.tc-list-meta{flex:1;min-width:0}.tc-list-top,.tc-list-bottom{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.tc-list-title{font-size:14px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-list-item.unread .tc-list-title{font-weight:800;color:var(--text)}.tc-list-top .muted{font-size:11px;flex-shrink:0}.tc-list-item.unread .tc-list-top .muted{font-weight:700;color:#6264a7}.tc-preview{font-size:12px;font-weight:400;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.tc-list-item.unread .tc-preview{font-weight:700;color:var(--text)}.tc-unread{background:#c4314b;color:#fff;font-size:11px;font-weight:800;min-width:20px;height:20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;flex-shrink:0}.tc-avatar{width:36px;height:36px;border-radius:50%;background:#6264a7;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.tc-avatar.lg{width:40px;height:40px;font-size:14px}.tc-avatar.sm{width:28px;height:28px;font-size:11px}.tc-avatar,.tc-avatar .tc-group-ico{color:#fff!important;fill:#fff}.tc-main{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--surface);position:relative}.tc-placeholder{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,var(--surface-raised) 0%,var(--surface-hover) 100%)}.tc-placeholder-card{max-width:420px;text-align:center}.tc-placeholder-card h3{margin:0 0 8px;font-size:22px}.tc-placeholder-actions{display:flex;gap:10px;justify-content:center;margin-top:16px;flex-wrap:wrap}.tc-thread-head{display:flex;align-items:center;gap:12px;padding:12px 18px;border-bottom:1px solid var(--border);background:var(--surface)}.tc-thread-head-meta{flex:1;min-width:0}.tc-thread-head h3{margin:0;font-size:16px}.tc-thread-head p{margin:2px 0 0;font-size:12px}.tc-thread-actions{display:flex;gap:8px;flex-shrink:0}.tc-video-btn{white-space:nowrap}.tc-call-join{display:inline-flex;align-items:center;margin:6px 0 2px;padding:6px 12px;border-radius:4px;background:#107c10;color:#fff!important;font-weight:700;font-size:13px;text-decoration:none}.tc-call-join:hover{background:#0b5a08}.tc-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:28px 18px 16px;display:flex;flex-direction:column;gap:18px;background:var(--surface-raised)}.tc-empty{text-align:center;padding:24px 12px;margin:0}.tc-bubble-row{display:flex;gap:8px;align-items:flex-start;max-width:72%;position:relative}.tc-bubble-row.mine{align-self:flex-end;flex-direction:row-reverse}.tc-bubble{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:8px 12px;box-shadow:0 1px 2px #0000000a}.tc-bubble-row.mine .tc-bubble{background:var(--primary-soft);border-color:#c7e0f4}.tc-bubble-name{font-size:12px;font-weight:600;color:#6264a7;margin-bottom:2px}.tc-bubble-body{font-size:14px;white-space:pre-wrap;word-break:break-word;line-height:1.4}.tc-bubble-body strong{font-weight:700}.tc-bubble-body em{font-style:italic}.tc-md-code{font-family:Consolas,Courier New,monospace;font-size:.92em;padding:1px 5px;border-radius:3px;background:color-mix(in srgb,var(--text) 10%,transparent);border:1px solid var(--border)}.tc-bubble-time{font-size:11px;color:var(--muted);margin-top:4px;text-align:right;display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;width:100%}.tc-ticks{font-size:12px;letter-spacing:-2px;color:var(--muted);font-weight:600;line-height:1}.tc-ticks.seen{color:#34b7f1}.tc-ticks.pending{letter-spacing:0;font-size:10px;opacity:.7}.tc-bubble-row.pending .tc-bubble{opacity:.82}.tc-typing-line{color:var(--primary, #107c10)!important;font-weight:600;display:inline-flex;align-items:center;gap:4px}.tc-typing-dots{display:inline-flex;align-items:center;gap:3px;margin-left:2px}.tc-typing-dots span{width:4px;height:4px;border-radius:50%;background:currentColor;animation:tc-typing-bounce 1.2s infinite ease-in-out}.tc-typing-dots span:nth-child(2){animation-delay:.15s}.tc-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes tc-typing-bounce{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.tc-composer{border-top:1px solid var(--border);padding:12px 16px 14px;background:var(--surface)}.tc-composer textarea{width:100%;border:1px solid var(--border);border-radius:4px;padding:10px 12px;font-size:14px;resize:none;font-family:inherit;min-height:56px}.tc-composer-bar{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:12px}.tc-error{position:absolute;bottom:88px;left:18px;right:18px;margin:0;font-size:13px;pointer-events:none}.tc-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px}.tc-modal{width:min(480px,100%);max-height:min(80vh,640px);background:var(--surface);border-radius:6px;box-shadow:0 8px 28px #0003;padding:16px 18px;display:flex;flex-direction:column;gap:10px}.tc-modal-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.tc-modal-head h3{margin:0;font-size:18px}.tc-people-list{flex:1;overflow-y:auto;max-height:320px;border:1px solid var(--border);border-radius:4px}.tc-person{display:flex;align-items:center;gap:10px;width:100%;border:none;border-bottom:1px solid var(--border);background:var(--surface);padding:10px 12px;text-align:left;cursor:pointer;color:inherit}.tc-person:hover{background:var(--surface-hover)}.tc-person.selected{background:var(--primary-soft)}.tc-person-meta{flex:1;min-width:0;display:flex;flex-direction:column}.tc-person-meta strong{font-size:14px}.tc-person-meta .muted{font-size:12px}.tc-check{color:var(--primary);font-weight:700}.tc-modal-actions{display:flex;justify-content:flex-end;padding-top:4px}.tc-topbar-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text);font-size:13px;font-weight:600;cursor:pointer;position:relative;overflow:visible}.ai-topbar-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text);font-size:13px;font-weight:600;cursor:pointer}.ai-topbar-btn:hover,.ai-topbar-btn.is-active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.ai-topbar-label{white-space:nowrap}.ai-shell{display:grid;grid-template-columns:260px 1fr;height:100%;min-height:0;border:1px solid var(--border);background:var(--surface);overflow:hidden}.ai-sidebar{display:flex;flex-direction:column;border-right:1px solid var(--border);background:var(--surface-raised);min-height:0}.ai-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border)}.ai-sidebar-head h2{margin:0;font-size:16px}.ai-status{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px 0}.ai-pill{font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted)}.ai-pill.ok{color:var(--success);border-color:color-mix(in srgb,var(--success) 40%,var(--border))}.ai-pill.bad{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 40%,var(--border))}.ai-reindex-btn{margin:10px 12px}.ai-conv-list{flex:1;overflow-y:auto;padding:4px 8px 12px}.ai-conv-item{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;border:0;background:transparent;padding:8px 10px;border-radius:6px;cursor:pointer;color:var(--text)}.ai-conv-item:hover,.ai-conv-item.active{background:var(--primary-soft)}.ai-conv-title{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-conv-time{font-size:11px}.ai-empty-side{padding:12px;font-size:13px}.ai-main{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg)}.ai-main-head{padding:14px 18px 8px;border-bottom:1px solid var(--border);background:var(--surface)}.ai-main-head h3{margin:0 0 4px;font-size:17px}.ai-main-head p{margin:0;font-size:13px}.ai-messages{flex:1;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:12px}.ai-welcome{margin:auto;max-width:520px;text-align:center}.ai-welcome h4{margin:0 0 12px}.ai-suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.ai-suggest{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:6px 12px;font-size:13px;cursor:pointer}.ai-suggest:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.ai-hint{margin-top:16px;font-size:13px;color:var(--muted)}.ai-msg{max-width:min(720px,92%);padding:10px 14px;border-radius:10px;border:1px solid var(--border);background:var(--surface)}.ai-msg.user{align-self:flex-end;background:var(--primary-soft);border-color:color-mix(in srgb,var(--primary) 35%,var(--border))}.ai-msg.assistant{align-self:flex-start}.ai-msg-role{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:4px}.ai-msg-body{font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.ai-msg-body.ai-md{white-space:normal}.ai-md-line{margin:0 0 .2em}.ai-md-blank{height:.55em}.ai-md-bullet-line{display:flex;gap:.4em;align-items:flex-start}.ai-md-bullet{flex:0 0 auto;color:var(--primary, #4f46e5);font-weight:700;line-height:1.5}.ai-md strong{font-weight:700;color:inherit}.ai-thinking{border-color:color-mix(in srgb,var(--primary) 30%,var(--border));background:color-mix(in srgb,var(--primary-soft) 55%,var(--surface));animation:ai-pulse-border 1.8s ease-in-out infinite}.ai-thinking-row{display:flex;align-items:center;gap:10px}.ai-thinking-copy{display:flex;align-items:center;gap:6px;min-width:0}.ai-thinking-label{font-size:14px;color:var(--text);animation:ai-fade-swap .35s ease}.ai-thinking-bar{margin-top:10px;height:3px;border-radius:999px;background:color-mix(in srgb,var(--primary) 14%,var(--border));overflow:hidden}.ai-thinking-bar>span{display:block;height:100%;width:40%;border-radius:inherit;background:var(--primary);animation:ai-indeterminate 1.2s ease-in-out infinite}.ai-dots{display:inline-flex;gap:4px;align-items:center}.ai-dots i{width:5px;height:5px;border-radius:50%;background:var(--primary);opacity:.35;animation:ai-bounce 1.05s ease-in-out infinite}.ai-dots i:nth-child(2){animation-delay:.15s}.ai-dots i:nth-child(3){animation-delay:.3s}.ai-spinner{width:16px;height:16px;border-radius:50%;border:2px solid color-mix(in srgb,var(--primary) 25%,transparent);border-top-color:var(--primary);animation:ai-spin .7s linear infinite;flex-shrink:0}.ai-spinner-sm{width:12px;height:12px;border-width:2px}.ai-reindex-btn,.ai-ask-btn{display:inline-flex;align-items:center;gap:8px;justify-content:center}@keyframes ai-spin{to{transform:rotate(360deg)}}@keyframes ai-bounce{0%,80%,to{transform:translateY(0);opacity:.3}40%{transform:translateY(-4px);opacity:1}}@keyframes ai-indeterminate{0%{transform:translate(-120%)}to{transform:translate(280%)}}@keyframes ai-pulse-border{0%,to{box-shadow:0 0 color-mix(in srgb,var(--primary) 0%,transparent)}50%{box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 12%,transparent)}}@keyframes ai-fade-swap{0%{opacity:.45;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.ai-sources{border-top:1px solid var(--border);padding:8px 18px;background:var(--surface);font-size:12px;max-height:120px;overflow-y:auto}.ai-sources ul{margin:6px 0 0;padding-left:18px}.ai-src-type{display:inline-block;min-width:72px;font-weight:600;color:var(--primary);text-transform:capitalize}.ai-error{margin:0 18px}.ai-composer{display:flex;gap:10px;align-items:flex-end;padding:12px 18px 16px;border-top:1px solid var(--border);background:var(--surface)}.ai-composer textarea{flex:1;resize:none;min-height:44px;border:1px solid var(--border-strong);border-radius:6px;padding:10px 12px;font-size:14px;background:var(--bg);color:var(--text)}@media (max-width: 860px){.ai-shell{grid-template-columns:1fr}.ai-sidebar{max-height:220px;border-right:0;border-bottom:1px solid var(--border)}}.tc-topbar-btn:hover{background:var(--primary-soft);border-color:#c7e0f4;color:var(--primary)}.tc-topbar-btn.has-unread{border-color:#c4314b;background:#fde7e9;color:#a4262c;font-weight:800;animation:tc-btn-pulse 1.4s ease-in-out infinite}.tc-topbar-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#c4314b;color:#fff;font-size:11px;font-weight:800;line-height:1;flex-shrink:0}.tc-other-alert{display:flex;align-items:center;gap:10px;width:100%;border:0;border-bottom:1px solid #c8c6e4;background:var(--surface-hover);color:#373670;padding:10px 16px;text-align:left;cursor:pointer;font-size:13px;animation:tc-notice-pulse 1.6s ease-in-out 3}.tc-other-alert:hover{background:var(--surface-hover)}.tc-other-alert-cta{margin-left:auto;font-weight:700;color:#6264a7;flex-shrink:0}@keyframes tc-btn-pulse{0%,to{box-shadow:0 0 #6264a759}50%{box-shadow:0 0 0 4px #6264a700}}@media (max-width: 800px){.tc-shell{flex-direction:column;max-height:none;min-height:calc(100vh - 56px)}.tc-sidebar{width:100%;max-width:none;max-height:40vh;border-right:none;border-bottom:1px solid var(--border)}.tc-topbar-label{display:none}.tc-bubble-row{max-width:90%}}.vc-page{display:flex;flex-direction:column;min-height:calc(100vh - 56px);max-height:calc(100vh - 56px);background:#1b1a1f;color:#f3f2f1}.vc-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 14px;background:#25232a;border-bottom:1px solid #3b3a3f}.vc-bar-left{display:flex;align-items:center;gap:12px;min-width:0}.vc-bar h2{margin:0;font-size:16px;color:#fff}.vc-bar .muted{margin:2px 0 0;font-size:12px;color:var(--muted)}.vc-bar-actions{display:flex;flex-wrap:wrap;gap:8px}.vc-link-strip{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 14px;background:#2d2b33;border-bottom:1px solid #3b3a3f;font-size:12px}.vc-link{flex:1;min-width:180px;padding:6px 8px;background:#1b1a1f;border-radius:4px;color:#9fd89f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-stage{flex:1;min-height:420px;background:#111}.vc-stage>iframe,.vc-stage>div{width:100%!important;height:100%!important}.vc-error{margin:0;padding:8px 14px;background:#442726}.vc-ended{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}@media (max-width: 800px){.vc-page{max-height:none;min-height:calc(100vh - 56px)}.vc-stage{min-height:60vh}}.tc-bubble-wrap{position:relative;display:inline-block;max-width:100%;vertical-align:top;padding-top:36px;margin-top:-8px}.tc-bubble-row>.tc-avatar.sm{margin-top:40px;flex-shrink:0}.tc-hover-bar{position:absolute;top:2px;display:inline-flex;align-items:center;gap:1px;padding:4px 6px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 14px #00000024;z-index:6;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(4px);transition:opacity .12s ease,transform .12s ease,visibility .12s}.tc-bubble-row:not(.mine) .tc-hover-bar{left:0;right:auto}.tc-bubble-row.mine .tc-hover-bar{left:auto;right:0}.tc-bubble-wrap:hover .tc-hover-bar,.tc-bubble-wrap:focus-within .tc-hover-bar{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.tc-hover-btn{border:0;background:transparent;width:30px;height:30px;border-radius:6px;cursor:pointer;font-size:15px;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0}.tc-hover-btn:hover{background:var(--surface-hover)}.tc-hover-sep{width:1px;height:18px;background:var(--surface-hover);margin:0 4px;flex-shrink:0}.tc-quote{border-left:3px solid #6264a7;background:#6264a714;border-radius:0 4px 4px 0;padding:6px 8px;margin-bottom:6px;display:flex;flex-direction:column;gap:2px;font-size:12px;width:100%;text-align:left;border-top:0;border-right:0;border-bottom:0;cursor:pointer;color:inherit;font-family:inherit}.tc-quote:hover{background:#6264a729}.tc-quote strong{color:#6264a7}.tc-bubble-row.flash .tc-bubble{animation:tc-msg-flash 2.2s ease}@keyframes tc-msg-flash{0%,to{box-shadow:0 1px 2px #0000000a}20%,55%{box-shadow:0 0 0 3px #6264a773;border-color:#6264a7}}.tc-pdf-card,.tc-pending-pdf{display:block;margin-top:8px;border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden;text-decoration:none;color:inherit;max-width:320px}.tc-pending-pdf{margin-top:0;margin-bottom:8px;max-width:100%}.tc-pdf-card:hover{border-color:#c8c6e4;box-shadow:0 2px 10px #6264a71f}.tc-pdf-card-head{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border);background:var(--surface-raised)}.tc-pdf-doc-icon{font-size:22px;flex-shrink:0}.tc-pdf-card-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.tc-pdf-card-meta strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tc-pdf-card-body{background:var(--surface-hover);padding:8px;display:flex;justify-content:center}.tc-pdf-thumb{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:4px;overflow:hidden;line-height:0;box-shadow:0 1px 4px #00000014;max-height:140px;width:100%}.tc-pdf-thumb canvas{display:block;width:100%;height:auto;max-height:140px;object-fit:cover;object-position:top}.tc-pdf-loading,.tc-pdf-fallback{padding:24px 12px;font-size:12px;color:var(--muted);text-align:center;line-height:1.4}.tc-pdf-fallback{display:flex;flex-direction:column;gap:6px;align-items:center}.tc-attach-image{display:block;margin-top:8px}.tc-attach-image img{max-width:min(320px,100%);max-height:240px;border-radius:6px;border:1px solid var(--border);object-fit:cover}.tc-attach-card{margin-top:8px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface-raised);text-decoration:none;color:inherit;max-width:320px}.tc-attach-card:hover{border-color:#6264a7;background:var(--surface-hover)}.tc-attach-icon{font-size:22px}.tc-attach-meta{display:flex;flex-direction:column;min-width:0}.tc-attach-meta strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tc-react-row{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.tc-react-chip{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:1px 7px;font-size:12px;cursor:pointer}.tc-react-chip.mine{border-color:#6264a7;background:var(--surface-hover)}.tc-composer.teams-like{padding:10px 14px 12px}.tc-reply-banner,.tc-pending-file{display:flex;align-items:center;gap:10px;margin-bottom:8px;padding:8px 10px;border-radius:6px;background:var(--surface-hover);border-left:3px solid #6264a7}.tc-reply-banner>div,.tc-pending-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;font-size:12px}.tc-pending-thumb{width:44px;height:44px;object-fit:cover;border-radius:4px;border:1px solid var(--border)}.tc-pending-icon{font-size:24px}.tc-format-row{display:flex;gap:4px;margin-bottom:6px}.tc-format-row button{border:1px solid var(--border);background:var(--surface);border-radius:4px;width:32px;height:28px;cursor:pointer}.tc-composer-box{display:flex;align-items:flex-end;gap:8px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:8px 10px}.tc-composer-box textarea{flex:1;border:0!important;outline:none;resize:none;min-height:44px;max-height:140px;padding:4px 0!important;font-size:14px;font-family:inherit;background:transparent}.tc-composer-tools{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;position:relative}.tc-icon-btn{border:0;background:transparent;width:32px;height:32px;border-radius:4px;cursor:pointer;color:#616161;font-size:14px}.tc-icon-btn:hover,.tc-icon-btn.on{background:var(--surface-hover);color:var(--text)}.tc-tool-sep{width:1px;height:22px;background:var(--border);margin:0 4px}.tc-send-btn{border:0;background:#6264a7;color:#fff;width:34px;height:34px;border-radius:4px;cursor:pointer;font-size:15px}.tc-send-btn:disabled{opacity:.45;cursor:not-allowed}.tc-tool-pop{position:relative}.tc-emoji-pop,.tc-plus-pop{position:absolute;right:0;bottom:38px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #00000024;z-index:20}.tc-emoji-pop{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;padding:8px;width:280px}.tc-emoji-pop button{border:0;background:transparent;width:30px;height:30px;border-radius:4px;cursor:pointer;font-size:16px}.tc-emoji-pop button:hover{background:var(--surface-hover)}.tc-plus-pop{min-width:220px;padding:6px}.tc-plus-pop button{width:100%;text-align:left;border:0;background:transparent;padding:8px 10px;border-radius:4px;cursor:pointer;font-size:13px}.tc-plus-pop button:hover{background:var(--surface-hover)}.tc-composer-hint{margin:6px 2px 0;font-size:11px}.content.tc-page:has(.ml-shell){padding:0}.ml-shell{display:grid;grid-template-columns:180px 320px 1fr;min-height:calc(100vh - 56px);max-height:calc(100vh - 56px);background:var(--surface);border-top:1px solid var(--border)}.ml-folders{border-right:1px solid var(--border);background:var(--surface-hover);padding:12px 10px;display:flex;flex-direction:column;gap:10px}.ml-new{width:100%}.ml-folders nav{display:flex;flex-direction:column;gap:2px}.ml-folder{display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;text-align:left;padding:8px 10px;border-radius:4px;cursor:pointer;font-size:13px;color:var(--text)}.ml-folder:hover{background:var(--surface-hover)}.ml-folder.active{background:var(--primary-soft);color:var(--primary);font-weight:700}.ml-folder-badge{background:#c4314b;color:#fff;font-size:11px;font-weight:800;min-width:18px;height:18px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}.ml-list-pane{border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:0;background:var(--surface-raised)}.ml-list-head{padding:12px;border-bottom:1px solid var(--border);background:var(--surface)}.ml-list-head h2{margin:0 0 8px;font-size:18px}.ml-list-head input{width:100%;border:1px solid var(--border);border-radius:4px;padding:7px 10px;font-size:13px}.ml-list{flex:1;overflow-y:auto}.ml-list-item{display:block;width:100%;text-align:left;border:0;border-bottom:1px solid var(--border);background:var(--surface);padding:10px 12px;cursor:pointer;color:inherit}.ml-list-item:hover{background:var(--surface-hover)}.ml-list-item.active{background:var(--primary-soft)}.ml-list-item.unread .ml-list-from,.ml-list-item.unread .ml-list-subject{font-weight:800;color:var(--text)}.ml-list-top{display:flex;justify-content:space-between;gap:8px;font-size:13px}.ml-list-from{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ml-list-subject{font-size:13px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ml-list-snippet{font-size:12px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ml-empty{padding:24px 14px;text-align:center}.ml-read-pane{display:flex;flex-direction:column;min-width:0;position:relative;background:var(--surface)}.ml-read-empty{margin:auto;text-align:center;max-width:360px;padding:24px}.ml-read-empty h3{margin:0 0 8px}.ml-read-head{display:flex;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border);flex-wrap:wrap}.ml-read-head h2{margin:0 0 6px;font-size:20px}.ml-read-head p{margin:0 0 4px;font-size:13px}.ml-recip-line{font-size:12px!important}.ml-read-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start}.ml-read-body{flex:1;overflow-y:auto;padding:16px 18px;font-size:14px;line-height:1.5}.ml-read-body p{margin:0 0 .6em}.ml-atts{padding:0 18px 18px;display:flex;flex-wrap:wrap;gap:10px}.ml-att-image img{max-width:280px;max-height:200px;border-radius:6px;border:1px solid var(--border)}.ml-att-card,.ml-pdf-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface-raised);text-decoration:none;color:inherit;max-width:280px}.ml-pdf-card{flex-direction:column;align-items:stretch;padding:0;overflow:hidden}.ml-pdf-head{display:flex;gap:8px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--border)}.ml-pdf-head span{display:flex;flex-direction:column;min-width:0}.ml-pdf-body{background:var(--surface-hover);padding:8px;display:flex;justify-content:center}.ml-error{position:absolute;bottom:12px;left:18px;right:18px;margin:0}.ml-topbar-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text);font-size:13px;font-weight:600;cursor:pointer}.ml-topbar-btn:hover{background:var(--primary-soft);border-color:#c7e0f4;color:var(--primary)}.ml-topbar-btn.has-unread{border-color:#ca5010;background:#fff4ce;color:#8a3711;font-weight:800}.ml-topbar-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#c4314b;color:#fff;font-size:11px;font-weight:800}.ml-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1300;display:flex;align-items:center;justify-content:center;padding:16px}.ml-modal{width:min(720px,100%);max-height:min(90vh,820px);overflow-y:auto;background:var(--surface);border-radius:6px;box-shadow:0 8px 28px #00000038;padding:16px 18px;display:flex;flex-direction:column;gap:10px}.ml-modal-head{display:flex;justify-content:space-between;align-items:center}.ml-modal-head h3{margin:0}.ml-compose-page{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--surface);border:1px solid var(--border);border-radius:6px;overflow:hidden}.ml-compose-head{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--surface-raised)}.ml-compose-head h2{margin:0;font-size:18px;flex:1}.ml-compose-head-actions{display:flex;gap:8px}.ml-compose-body{flex:1;min-height:0;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:12px}.ml-compose-foot{display:flex;align-items:center;gap:8px;padding-top:4px}.ml-people-field label{display:block;font-size:12px;font-weight:600;margin-bottom:4px}.ml-chip-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center;border:1px solid var(--border);border-radius:4px;padding:6px 8px;min-height:38px}.ml-chip-row input{border:0;outline:none;flex:1;min-width:120px;font-size:13px}.ml-chip{display:inline-flex;align-items:center;gap:4px;background:var(--primary-soft);color:var(--primary-darker);border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600}.ml-chip button{border:0;background:transparent;cursor:pointer;font-size:14px;line-height:1;color:inherit}.ml-chip.external{background:var(--primary-soft);color:var(--primary-darker)}.ml-mailbox-box{margin-top:auto;padding:12px 10px;border-top:1px solid var(--border)}.ml-mailbox-toggle{width:100%;text-align:left;border:0;background:transparent;font-size:12px;font-weight:600;color:var(--text);cursor:pointer;padding:6px 4px}.ml-mailbox-panel{display:flex;flex-direction:column;gap:6px;margin-top:8px}.ml-mailbox-panel input{font-size:12px;padding:6px 8px;border:1px solid var(--border);border-radius:4px}.ml-mailbox-panel label{font-size:11px;font-weight:600}.ml-mailbox-hint,.ml-mailbox-msg{font-size:11px;margin:0;line-height:1.35}.ml-mailbox-actions{display:flex;gap:6px;flex-wrap:wrap}.ml-channel-tag{font-size:10px;font-weight:600;color:var(--primary-darker);background:var(--primary-soft);border-radius:3px;padding:1px 5px;margin-left:6px}.ml-people-suggest{border:1px solid var(--border);border-radius:4px;max-height:160px;overflow-y:auto;margin-top:4px}.ml-people-suggest button{display:flex;flex-direction:column;width:100%;text-align:left;border:0;border-bottom:1px solid var(--border);background:var(--surface);padding:8px 10px;cursor:pointer}.ml-people-suggest button:hover{background:var(--surface-hover)}.ml-pending{display:flex;flex-wrap:wrap;gap:6px}.ml-pending-item{display:inline-flex;align-items:center;gap:6px;background:var(--surface-hover);border-radius:4px;padding:4px 8px;font-size:12px}.ml-pending-item button{border:0;background:transparent;cursor:pointer}.ml-modal-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:4px}.ml-modal-spacer{flex:1}@media (max-width: 960px){.ml-shell{grid-template-columns:1fr;max-height:none}.ml-folders,.ml-list-pane{border-right:none;border-bottom:1px solid var(--border)}.ml-list-pane{max-height:40vh}.ml-topbar-label{display:none}}.theme-picker{position:relative}.theme-picker-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:4px;padding:0 10px;min-height:32px;cursor:pointer;font-size:13px}.theme-picker-btn:hover,.theme-picker-btn.open{background:var(--sidebar-hover);border-color:var(--primary)}.theme-picker-panel{position:absolute;right:0;top:calc(100% + 8px);width:280px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0000002e;padding:12px;z-index:1400}.theme-picker-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.theme-picker-hint{margin:0 0 10px;font-size:12px}.theme-mode-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.theme-mode-btn{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:6px;padding:8px;cursor:pointer;font-size:13px}.theme-mode-btn.active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 18%,transparent);color:var(--primary-darker);font-weight:600}html[data-theme=dark] .theme-mode-btn.active{color:#fff}.theme-color-label{display:block;font-size:12px;font-weight:600;margin-bottom:6px}.theme-swatches{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.theme-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0}.theme-swatch.active{border-color:var(--text);box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--primary)}.theme-swatch.custom{display:inline-flex;align-items:center;justify-content:center;background:conic-gradient(red,#ff0,#0f0,#0ff,#00f,#f0f,red);overflow:hidden}.theme-swatch.custom input{opacity:0;width:100%;height:100%;cursor:pointer;border:0;padding:0}.theme-picker-foot{display:flex;justify-content:flex-end}@media (max-width: 720px){.theme-picker-label{display:none}}html[data-theme=dark]{color-scheme:dark;--bg: #0b1220;--surface: #111827;--surface-raised: #182235;--surface-hover: #202c40;--sidebar: #0f172a;--sidebar-hover: #1e293b;--sidebar-active: var(--primary-soft);--text: #e5edf7;--heading: #f8fafc;--muted: #94a3b8;--border: #293548;--border-strong: #475569;--topbar-bg: #0f172a}html[data-theme=dark] body,html[data-theme=dark] .app-shell,html[data-theme=dark] .main,html[data-theme=dark] .content{background:var(--bg);color:var(--text)}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6,html[data-theme=dark] strong{color:var(--heading)}html[data-theme=dark] .muted,html[data-theme=dark] small{color:var(--muted)!important}html[data-theme=dark] .sidebar,html[data-theme=dark] .topbar{background:var(--sidebar);border-color:var(--border);box-shadow:none}html[data-theme=dark] .sidebar .brand{background:var(--sidebar);border-color:var(--border)}html[data-theme=dark] .nav-group+.nav-group{border-color:var(--border)}html[data-theme=dark] .nav-link,html[data-theme=dark] .nav-parent-link,html[data-theme=dark] .nav-caret-btn{color:#cbd5e1}html[data-theme=dark] .nav-section{color:var(--muted)}html[data-theme=dark] .nav-link:hover,html[data-theme=dark] .nav-parent-link:hover,html[data-theme=dark] .nav-caret-btn:hover{color:var(--heading);background:var(--sidebar-hover)}html[data-theme=dark] .nav-link.active{color:var(--heading);background:var(--primary-soft);border-left-color:var(--primary)}html[data-theme=dark] .nav-link.active .nav-ico,html[data-theme=dark] .nav-link.active svg{color:var(--primary)}html[data-theme=dark] .topbar .title,html[data-theme=dark] .topbar .user,html[data-theme=dark] .back-btn{color:var(--heading)}html[data-theme=dark] .back-btn:hover{color:var(--heading);background:var(--surface-hover);border-color:var(--primary)}html[data-theme=dark] .badge{color:var(--heading);background:var(--primary-soft);border:1px solid color-mix(in srgb,var(--primary) 55%,transparent)}html[data-theme=dark] .panel,html[data-theme=dark] .card,html[data-theme=dark] .modal,html[data-theme=dark] .rm-report-card,html[data-theme=dark] .ra-filters{background:var(--surface);color:var(--text);border-color:var(--border)!important;box-shadow:0 1px 2px #0000003d}html[data-theme=dark] .wi-toolbar,html[data-theme=dark] .pm-filter-bar,html[data-theme=dark] .ra-filters-row{background:var(--surface-raised)!important;border-color:var(--border)!important;color:var(--text)}html[data-theme=dark] .wi-filters select,html[data-theme=dark] .wi-search,html[data-theme=dark] .pm-filter-bar .field input,html[data-theme=dark] .pm-filter-bar .field select{background:var(--surface)!important;color:var(--heading)!important;border-color:var(--border)!important}html[data-theme=dark] .wi-table th{background:var(--surface-raised)!important;color:#a9b7ca!important;border-color:var(--border)!important}html[data-theme=dark] .card:hover,html[data-theme=dark] .card-clickable:hover,html[data-theme=dark] .rm-report-card:hover{background:var(--surface-raised);border-color:var(--primary)!important;box-shadow:0 8px 24px #0000003d}html[data-theme=dark] .card .value,html[data-theme=dark] .pm-stat .value,html[data-theme=dark] .card-link,html[data-theme=dark] .rm-report-card-title{color:var(--primary)}html[data-theme=dark] .card .label{color:var(--muted)}html[data-theme=dark] .pm-stat-icon{color:var(--heading);background:var(--surface-raised);border:1px solid var(--border)}html[data-theme=dark] table{color:var(--text);background:transparent}html[data-theme=dark] th{color:#a9b7ca;background:var(--surface-raised);border-color:var(--border)}html[data-theme=dark] td{color:var(--text);background:transparent;border-color:var(--border)}html[data-theme=dark] tbody tr{background:transparent}html[data-theme=dark] tbody tr:hover,html[data-theme=dark] .pm-dash-project-row:hover,html[data-theme=dark] .wi-table tr:hover,html[data-theme=dark] .pm-projects-table tbody tr:hover,html[data-theme=dark] .pm-page tbody tr:hover,html[data-theme=dark] .code-table tbody tr:hover{background:var(--surface-hover)!important}html[data-theme=dark] tbody tr:hover td,html[data-theme=dark] .pm-dash-project-row:hover td,html[data-theme=dark] .wi-table tr:hover td,html[data-theme=dark] .pm-projects-table tbody tr:hover td,html[data-theme=dark] .pm-page tbody tr:hover td,html[data-theme=dark] table tbody tr:hover>td{background:var(--surface-hover)!important;color:var(--heading)!important}html[data-theme=dark] tbody tr:hover td a,html[data-theme=dark] tbody tr:hover td .muted,html[data-theme=dark] tbody tr:hover td strong{color:inherit}html[data-theme=dark] tbody tr:hover td a{color:var(--primary)!important}html[data-theme=dark] .sortable-th:hover{color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,var(--surface-raised))}html[data-theme=dark] .btn{color:#fff;background:var(--primary-dark);border-color:var(--primary)}html[data-theme=dark] .btn:hover{color:#fff;background:var(--primary);border-color:var(--primary)}html[data-theme=dark] .btn.secondary,html[data-theme=dark] .theme-picker-btn,html[data-theme=dark] .tc-topbar-btn,html[data-theme=dark] .ml-topbar-btn,html[data-theme=dark] .ai-topbar-btn{color:var(--text);background:var(--surface-raised);border-color:var(--border-strong)}html[data-theme=dark] .btn.secondary:hover,html[data-theme=dark] .theme-picker-btn:hover,html[data-theme=dark] .tc-topbar-btn:hover,html[data-theme=dark] .ml-topbar-btn:hover,html[data-theme=dark] .ai-topbar-btn:hover{color:var(--heading);background:var(--surface-hover);border-color:var(--primary)}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=dark] .ss-control,html[data-theme=dark] .sms-control{color:var(--text);background:#0d1626;border-color:var(--border-strong)}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#718096}html[data-theme=dark] input:focus,html[data-theme=dark] select:focus,html[data-theme=dark] textarea:focus,html[data-theme=dark] .ss-control:focus-within,html[data-theme=dark] .sms-control:focus-within{border-color:var(--primary);outline:2px solid color-mix(in srgb,var(--primary) 25%,transparent);outline-offset:0}html[data-theme=dark] .theme-picker-panel{background:var(--surface-raised);border-color:var(--border-strong);box-shadow:0 16px 40px #0000007a}html[data-theme=dark] .theme-mode-btn{color:var(--text);background:var(--surface);border-color:var(--border)}html[data-theme=dark] .theme-mode-btn:hover{background:var(--surface-hover)}html[data-theme=dark] .theme-mode-btn.active{color:var(--heading);background:var(--primary-soft);border-color:var(--primary)}html[data-theme=dark] .tc-shell,html[data-theme=dark] .tc-main{background:var(--bg);color:var(--text);border-color:var(--border)}html[data-theme=dark] .tc-sidebar,html[data-theme=dark] .tc-thread-head,html[data-theme=dark] .tc-composer{background:var(--surface);color:var(--text);border-color:var(--border)}html[data-theme=dark] .tc-sidebar-head h2,html[data-theme=dark] .tc-thread-head h3,html[data-theme=dark] .tc-list-title{color:var(--heading)}html[data-theme=dark] .tc-list-item{color:var(--text)}html[data-theme=dark] .tc-list-item:hover{background:var(--surface-hover)}html[data-theme=dark] .tc-list-item.active,html[data-theme=dark] .tc-list-item.unread.active{background:var(--primary-soft)}html[data-theme=dark] .tc-list-item.unread{background:color-mix(in srgb,var(--primary) 8%,transparent)}html[data-theme=dark] .tc-list-item.unread .tc-list-title,html[data-theme=dark] .tc-list-item.unread .tc-preview{color:var(--heading)}html[data-theme=dark] .tc-preview,html[data-theme=dark] .tc-thread-head p{color:var(--muted)}html[data-theme=dark] .tc-messages{background:var(--bg)}html[data-theme=dark] .tc-bubble{color:var(--text);background:var(--surface-raised);border-color:var(--border);box-shadow:none}html[data-theme=dark] .tc-bubble-row.mine .tc-bubble{color:var(--heading);background:var(--primary-soft);border-color:color-mix(in srgb,var(--primary) 55%,var(--border))}html[data-theme=dark] .tc-bubble-body{color:inherit}html[data-theme=dark] .tc-composer-box,html[data-theme=dark] .tc-reply-banner,html[data-theme=dark] .tc-pending-file{color:var(--text);background:#0d1626;border-color:var(--border)}html[data-theme=dark] .tc-icon-btn{color:var(--muted)}html[data-theme=dark] .tc-icon-btn:hover,html[data-theme=dark] .tc-icon-btn.on{color:var(--heading);background:var(--surface-hover)}html[data-theme=dark] .ml-shell,html[data-theme=dark] .ml-read-pane,html[data-theme=dark] .ml-compose-page{color:var(--text);background:var(--bg);border-color:var(--border)}html[data-theme=dark] .ml-folders,html[data-theme=dark] .ml-list-pane,html[data-theme=dark] .ml-compose-head{color:var(--text);background:var(--surface);border-color:var(--border)}html[data-theme=dark] .ml-folder{color:var(--text)}html[data-theme=dark] .ml-folder:hover,html[data-theme=dark] .ml-list-item:hover{background:var(--surface-hover)}html[data-theme=dark] .ml-folder.active,html[data-theme=dark] .ml-list-item.active{color:var(--heading);background:var(--primary-soft)}html[data-theme=dark] .ml-list-item{color:var(--text);background:var(--surface);border-color:var(--border)}html[data-theme=dark] .ml-list-item.unread .ml-list-from,html[data-theme=dark] .ml-list-item.unread .ml-list-subject{color:var(--heading)}html[data-theme=dark] .ml-list-head,html[data-theme=dark] .ml-read-head,html[data-theme=dark] .ml-mailbox-box{border-color:var(--border)}html[data-theme=dark] .ml-mailbox-toggle{color:var(--text)}html[data-theme=dark] .ml-chip-row{color:var(--text);background:#0d1626;border-color:var(--border-strong)}html[data-theme=dark] .ml-people-suggest{color:var(--text);background:var(--surface-raised);border-color:var(--border);box-shadow:0 10px 28px #0000005c}html[data-theme=dark] .ml-people-suggest button{color:var(--text);background:transparent}html[data-theme=dark] .ml-people-suggest button:hover{background:var(--surface-hover)}html[data-theme=dark] .wif-banner-error{background:color-mix(in srgb,#fde7e9 22%,var(--surface))!important;color:color-mix(in srgb,#a4262c 45%,#ffffff)!important;border-color:color-mix(in srgb,#f1aeb5 40%,var(--border))!important}html[data-theme=dark] .ra-avail-leave td{background:color-mix(in srgb,#fdf2f2 22%,var(--surface))!important;color:color-mix(in srgb,#922b21 45%,#ffffff)!important}html[data-theme=dark] .pill.green{background:color-mix(in srgb,#dcfce7 22%,var(--surface))!important;color:color-mix(in srgb,#166534 45%,#ffffff)!important}html[data-theme=dark] .pill.red{background:color-mix(in srgb,#fee2e2 22%,var(--surface))!important;color:color-mix(in srgb,#991b1b 45%,#ffffff)!important}html[data-theme=dark] .pill.amber{background:color-mix(in srgb,#fef3c7 22%,var(--surface))!important;color:color-mix(in srgb,#92400e 45%,#ffffff)!important}html[data-theme=dark] .cp-day.cp-weekend,html[data-theme=dark] .cp-idle{background:color-mix(in srgb,#f5c6cb 22%,var(--surface))!important;color:var(--text)!important}html[data-theme=dark] .feed-notice-strip.is-update{background:color-mix(in srgb,#fff4ce 22%,var(--surface))!important;color:var(--text)!important;border-color:color-mix(in srgb,#f0e0a0 40%,var(--border))!important}html[data-theme=dark] .feed-notice-strip.is-call{background:color-mix(in srgb,#dff6dd 22%,var(--surface))!important;color:var(--text)!important;border-color:color-mix(in srgb,#a7e3a5 40%,var(--border))!important}html[data-theme=dark] .feed-notice-strip.is-mail{background:color-mix(in srgb,#fff4ce 22%,var(--surface))!important;color:var(--text)!important;border-color:color-mix(in srgb,#f0e0a0 40%,var(--border))!important}html[data-theme=dark] .feed-icon-btn.recording{background:color-mix(in srgb,#fde7e9 22%,var(--surface))!important;color:color-mix(in srgb,#a4262c 45%,#ffffff)!important}html[data-theme=dark] .feed-delete-btn:hover:not(:disabled){background:color-mix(in srgb,#fde7e9 22%,var(--surface))!important;color:var(--text)!important}html[data-theme=dark] .feed-voice-btn.recording{background:color-mix(in srgb,#fde7e9 22%,var(--surface))!important;color:color-mix(in srgb,#a4262c 45%,#ffffff)!important;border-color:color-mix(in srgb,#a4262c 40%,var(--border))!important}html[data-theme=dark] .chip.add{background:color-mix(in srgb,#e6ffec 22%,var(--surface))!important;color:color-mix(in srgb,#1a7f37 45%,#ffffff)!important}html[data-theme=dark] .chip.del{background:color-mix(in srgb,#ffebe9 22%,var(--surface))!important;color:color-mix(in srgb,#cf222e 45%,#ffffff)!important}html[data-theme=dark] .btn.secondary.small.danger:hover{background:color-mix(in srgb,#ffebe9 22%,var(--surface))!important;color:var(--text)!important}html[data-theme=dark] .merge-resolve-ready{background:color-mix(in srgb,#e6ffec 22%,var(--surface))!important;color:color-mix(in srgb,#1a7f37 45%,#ffffff)!important;border-color:color-mix(in srgb,#abf2bc 40%,var(--border))!important}html[data-theme=dark] .merge-file-item.active{background:color-mix(in srgb,#ffebe9 22%,var(--surface))!important;color:var(--text)!important}html[data-theme=dark] .status-A{background:color-mix(in srgb,#e6ffec 22%,var(--surface))!important;color:color-mix(in srgb,#1a7f37 45%,#ffffff)!important}html[data-theme=dark] .status-M{background:color-mix(in srgb,#fff8c5 22%,var(--surface))!important;color:color-mix(in srgb,#9a6700 45%,#ffffff)!important}html[data-theme=dark] .status-D{background:color-mix(in srgb,#ffebe9 22%,var(--surface))!important;color:color-mix(in srgb,#cf222e 45%,#ffffff)!important}html[data-theme=dark] .pr-approved{background:color-mix(in srgb,#e6ffec 22%,var(--surface))!important;color:color-mix(in srgb,#1a7f37 45%,#ffffff)!important}html[data-theme=dark] .pr-rejected{background:color-mix(in srgb,#ffebe9 22%,var(--surface))!important;color:color-mix(in srgb,#cf222e 45%,#ffffff)!important}html[data-theme=dark] .pr-merged{background:color-mix(in srgb,#f3e8ff 22%,var(--surface))!important;color:color-mix(in srgb,#8250df 45%,#ffffff)!important}html[data-theme=dark] .pr-closed{background:color-mix(in srgb,#f0f2f5 22%,var(--surface))!important;color:var(--text)!important}html[data-theme=dark] .rm-flash-success{background:color-mix(in srgb,#ecfdf5 22%,var(--surface))!important;color:color-mix(in srgb,#065f46 45%,#ffffff)!important;border-color:color-mix(in srgb,#a7f3d0 40%,var(--border))!important}html[data-theme=dark] .rm-flash-error{background:color-mix(in srgb,#fef2f2 22%,var(--surface))!important;color:color-mix(in srgb,#991b1b 45%,#ffffff)!important;border-color:color-mix(in srgb,#fecaca 40%,var(--border))!important}html[data-theme=dark] .rm-cal-available{background:color-mix(in srgb,#dcfce7 22%,var(--surface))!important;color:color-mix(in srgb,#166534 45%,#ffffff)!important}html[data-theme=dark] .rm-cal-leave{background:color-mix(in srgb,#fef3c7 22%,var(--surface))!important;color:color-mix(in srgb,#92400e 45%,#ffffff)!important}html[data-theme=dark] .panel.success{background:color-mix(in srgb,#dff6dd 22%,var(--surface))!important;color:color-mix(in srgb,#0b6a0b 45%,#ffffff)!important;border-color:color-mix(in srgb,#9fd89f 40%,var(--border))!important}html[data-theme=dark] .pm-health-green{background:color-mix(in srgb,#dff6dd 22%,var(--surface))!important;color:color-mix(in srgb,#107c10 45%,#ffffff)!important}html[data-theme=dark] .pm-health-yellow{background:color-mix(in srgb,#fff4ce 22%,var(--surface))!important;color:color-mix(in srgb,#8a6914 45%,#ffffff)!important}html[data-theme=dark] .pm-health-red{background:color-mix(in srgb,#fde7e9 22%,var(--surface))!important;color:color-mix(in srgb,#a4262c 45%,#ffffff)!important}html[data-theme=dark] .pm-heatmap .cell-green{background:color-mix(in srgb,#dff6dd 22%,var(--surface))!important;color:var(--text)!important}html[data-theme=dark] .pm-heatmap .cell-yellow{background:color-mix(in srgb,#fff4ce 22%,var(--surface))!important;color:var(--text)!important}html[data-theme=dark] .pm-heatmap .cell-red{background:color-mix(in srgb,#fde7e9 22%,var(--surface))!important;color:var(--text)!important}html[data-theme=dark] .tc-realtime-banner{background:color-mix(in srgb,#fff8e6 22%,var(--surface))!important;color:color-mix(in srgb,#7a5b00 45%,#ffffff)!important;border-color:color-mix(in srgb,#f0d78c 40%,var(--border))!important}html[data-theme=dark] .tc-topbar-btn.has-unread{background:color-mix(in srgb,#fde7e9 22%,var(--surface))!important;color:color-mix(in srgb,#a4262c 45%,#ffffff)!important;border-color:color-mix(in srgb,#c4314b 40%,var(--border))!important}html[data-theme=dark] .ml-topbar-btn.has-unread{background:color-mix(in srgb,#fff4ce 22%,var(--surface))!important;color:color-mix(in srgb,#8a3711 45%,#ffffff)!important;border-color:color-mix(in srgb,#ca5010 40%,var(--border))!important}
