:root{--font-sans:"Poppins", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bg:#e9eaee;--canvas:#f6f6f8;--surface:#fff;--surface-soft:#f3f3f6;--surface-elevated:#fafafa;--line:#e7e8ee;--line-strong:#dcdde5;--text:#222429;--muted:#767b88;--muted-strong:#4f5563;--shadow:0 24px 64px #11182424;--chip-black:#0e1015;--green:#67cf86;--yellow:#f5cd4b;--orange:#ec5d39;--blue:#4d90f7;--violet:#7f65f8;--bubble-in:#f0f1f4;--bubble-out:linear-gradient(90deg, #4f8ff7 0%, #ef5f3b 100%);--radius-canvas:44px;--radius-panel:22px;--radius-pill:999px}[data-theme=dark]{--bg:#171922;--canvas:#1f2330;--surface:#272c3a;--surface-soft:#2f3545;--surface-elevated:#32394a;--line:#3b4257;--line-strong:#4a536d;--text:#f5f7fb;--muted:#c0c8db;--muted-strong:#e3e8f5;--shadow:0 26px 80px #00000073;--chip-black:#10131b;--green:#66d28f;--yellow:#ffd35b;--orange:#ff8056;--blue:#5f9cff;--violet:#a18bff;--bubble-in:#363e50;--bubble-out:linear-gradient(90deg, #639fff 0%, #ff8458 100%)}*{box-sizing:border-box}html,body{min-height:100%}body{font-family:var(--font-sans);color:var(--text);background:radial-gradient(circle at left top, #ffffff80, transparent 24%), var(--bg);margin:0}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.app-page{min-height:100vh;padding:10px}.app-canvas,.auth-screen{background:var(--canvas);border:1px solid var(--line);border-radius:var(--radius-canvas);width:100%;min-height:calc(100vh - 20px);box-shadow:var(--shadow);overflow:hidden}.app-canvas{height:calc(100vh - 20px)}.topbar-layer{z-index:20;position:relative}.app-topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:86px;padding:0 22px 0 24px;display:flex}.app-topbar-left{align-items:center;gap:10px;display:inline-flex}.topbar-logo-wrap{align-items:center;height:64px;display:inline-flex}.topbar-logo{width:auto;height:58px;display:block}.app-topbar-actions{align-items:center;gap:10px;display:flex}.topbar-circle,.assistant-close,.composer-icon,.chat-send-button,.time-mini{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.topbar-notification-button{position:relative}.topbar-notification-button.active{color:#2563eb;background:#3b82f61f;border-color:#3b82f64d}.topbar-notification-badge{color:#fff;border:2px solid var(--surface);background:#ef5f5f;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-4px}.theme-icon-toggle{position:relative}.theme-icon{margin:auto;position:absolute;inset:0}.theme-icon-moon,[data-theme=dark] .theme-icon-sun{display:none}[data-theme=dark] .theme-icon-moon{display:block}.avatar-button{background:0 0;border:0;border-radius:999px;width:42px;height:42px;padding:0;position:relative}.avatar-photo{color:#fff;background:linear-gradient(135deg,#252932,#7c828f);border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:600;display:inline-flex}.status-indicator{background:var(--orange);border:2px solid var(--surface);border-radius:999px;width:10px;height:10px;position:absolute;top:1px;right:1px}.workspace-toast{z-index:120;border:1px solid var(--line);background:var(--surface);width:min(320px,100vw - 32px);color:var(--text);text-align:left;border-radius:16px;gap:6px;padding:14px 16px;display:grid;position:fixed;top:102px;right:24px;box-shadow:0 18px 40px #0f172a2e}.workspace-toast.meeting{border-color:#3b82f647;box-shadow:0 22px 48px #3b82f629}.workspace-toast strong{font-size:13px;font-weight:700}.workspace-toast span{color:var(--muted-strong);font-size:12px}.notification-center-panel{border:1px solid var(--line);background:var(--surface);border-radius:24px;gap:14px;width:min(420px,100vw - 40px);max-height:min(72vh,720px);padding:18px;display:grid;position:absolute;top:calc(100% - 4px);right:24px;overflow:hidden;box-shadow:0 24px 54px #0f172a33}.notification-center-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.notification-center-head div{gap:4px;display:grid}.notification-center-head strong{font-size:18px}.notification-center-head span{color:var(--muted);font-size:13px}.notification-center-mark{border:1px solid var(--line);background:var(--surface-soft);min-height:36px;color:var(--muted-strong);border-radius:999px;padding:0 14px;font-size:13px;font-weight:600}.notification-center-mark:disabled{opacity:.5}.notification-center-tabs{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.notification-center-tab{border:1px solid var(--line);background:var(--surface-soft);min-height:34px;color:var(--muted-strong);border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.notification-center-tab span{background:#94a3b82e;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:11px;display:inline-flex}.notification-center-tab.active{color:#2563eb;background:#3b82f61f;border-color:#3b82f64d}.notification-center-tab.active span{background:#3b82f624}.notification-center-list{gap:10px;padding-right:4px;display:grid;overflow-y:auto}.notification-center-item{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:flex-start;gap:12px;width:100%;padding:14px;display:grid}.notification-center-item.unread{background:color-mix(in srgb, var(--surface) 86%, #3b82f61a 14%);border-color:#3b82f638}.notification-center-icon{background:var(--surface-soft);border:1px solid var(--line);width:38px;height:38px;color:var(--muted-strong);border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.notification-center-icon.message{color:#2563eb}.notification-center-icon.plan_invite,.notification-center-icon.plan_reminder{color:#16a34a}.notification-center-icon.task_assigned,.notification-center-icon.task_due_soon,.notification-center-icon.task_overdue{color:#f59e0b}.notification-center-copy{gap:5px;min-width:0;display:grid}.notification-center-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;display:flex}.notification-center-meta small{font-size:11px}.notification-center-copy strong{font-size:14px}.notification-center-copy span{color:var(--muted-strong);font-size:13px;line-height:1.45}.notification-center-dot{background:#3b82f6;border-radius:999px;width:10px;height:10px;margin-top:6px}.notification-center-empty{color:var(--muted);text-align:center;margin:0;padding:16px 4px 8px}.app-grid{grid-template-columns:236px 340px minmax(0,1fr) 290px;height:calc(100vh - 106px);min-height:0;display:grid}.app-grid.app-grid-no-assistant{grid-template-columns:236px 340px minmax(0,1fr)}.app-grid.app-grid-no-workspace{grid-template-columns:236px minmax(0,1fr) 290px}.app-grid.app-grid-no-assistant.app-grid-no-workspace{grid-template-columns:236px minmax(0,1fr)}.nav-sidebar,.message-sidebar,.page-stage,.assistant-sidebar{background:var(--surface);min-width:0}.nav-sidebar,.message-sidebar,.page-stage{border-right:1px solid var(--line)}.nav-sidebar{padding:8px 12px 14px}.nav-card{background:var(--surface-soft);border-radius:16px;gap:2px;margin-bottom:10px;padding:10px;display:grid}.nav-link{border-radius:999px;justify-content:space-between;align-items:center;min-height:38px;padding:8px 10px;font-size:16px;font-weight:500;transition:background-color .18s,color .18s,transform .18s;display:flex}.nav-link:not(.active):hover{background:var(--surface);color:var(--text);transform:translate(2px)}.nav-link:not(.active):hover .nav-glyph{color:var(--text)}[data-theme=dark] .nav-link:not(.active):hover{background:#ffffff14}.nav-link-copy{align-items:center;gap:10px;display:flex}.nav-glyph{width:18px;color:var(--muted-strong);justify-content:center;align-items:center;display:inline-flex}.nav-link.active{background:var(--chip-black);color:#fff}.nav-link.active .nav-glyph{color:#fff}.nav-link-button{text-align:left;background:0 0;border:0;width:100%}.nav-dropdown-caret{width:18px;height:18px;color:var(--muted);justify-content:center;align-items:center;transition:transform .18s;display:inline-flex}.nav-dropdown.open .nav-dropdown-caret{transform:rotate(180deg)}.nav-dropdown-menu{gap:2px;margin-top:4px;padding-left:14px;display:grid}.nav-sublink{min-height:34px;color:var(--muted-strong);border-radius:999px;align-items:center;padding:6px 10px;font-size:14px;transition:background-color .18s,color .18s,transform .18s;display:flex}.nav-sublink:hover{background:var(--surface);transform:translate(2px)}[data-theme=dark] .nav-sublink:hover{background:#ffffff14}.nav-sublink.active{color:var(--text);background:#4f90f729}.count-badge{background:var(--green);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.count-badge.is-live{animation:1.4s ease-in-out infinite workspaceBadgePulse;box-shadow:0 0 #27ae605c}.count-badge.violet{background:var(--violet)}.count-badge.danger{background:var(--orange)}@keyframes workspaceBadgePulse{0%{transform:scale(1);box-shadow:0 0 #27ae6057}70%{transform:scale(1.05);box-shadow:0 0 0 9px #27ae6000}to{transform:scale(1);box-shadow:0 0 #27ae6000}}.message-sidebar{padding:12px 10px}.sidebar-search{border:1px solid var(--line);background:var(--surface);border-radius:16px;align-items:center;gap:10px;height:46px;padding:0 14px;display:flex}.sidebar-search-icon{color:var(--muted);display:inline-flex}.sidebar-search input,.chat-composer input,.form-field input:not([type=checkbox]):not([type=radio]){background:0 0;border:0;outline:none;width:100%}.sidebar-search input::placeholder,.chat-composer input::placeholder,.form-field input:not([type=checkbox]):not([type=radio])::placeholder{color:var(--muted)}.sidebar-group{margin-top:10px}.group-label{color:var(--muted);padding:8px 8px 6px;font-size:12px;font-weight:500}.create-row,.thread-card{background:0 0;border:0;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;padding:9px 8px;transition:background-color .18s,transform .18s;display:grid}.create-row:hover,.thread-card:not(.active):hover{background:var(--surface-soft);transform:translate(2px)}[data-theme=dark] .create-row:hover,[data-theme=dark] .thread-card:not(.active):hover{background:#ffffff0f}.thread-card-dm-button{text-align:left}.thread-card-dm-button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.thread-card.active{background:#f4cf51}[data-theme=dark] .thread-card.active{background:#f5cd4b2e}.row-avatar,.room-avatar{background:var(--surface-soft);width:30px;height:30px;color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:500;display:inline-flex}.muted-avatar{background:var(--surface-soft)}.channel-avatar{color:#9a84ff;background:#f1edff}.active-avatar{color:#9a7b14;background:#fff5cf}.sage{color:#4d8858;background:#d8f0df}.sky{color:#4c82af;background:#dceeff}.rose{color:#bb6692;background:#ffe0ed}.stone{color:#767c8a;background:#eceef2}.sand{color:#9f7f14;background:#fff0c8}.gradient{background:var(--bubble-out);color:#fff}.thread-copy{gap:2px;min-width:0;display:grid}.thread-copy strong{font-size:13px;font-weight:500;line-height:1.2}.thread-copy span,.thread-meta small,.room-identity p,.chat-meta span,.assistant-card p,.assistant-summary p,.form-field span,.auth-preview p,.auth-preview-card span,.employee-card span,.employee-card p,.settings-item p{color:var(--muted);font-size:12px;line-height:1.4}.thread-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.thread-meta small{white-space:nowrap}.thread-meta{justify-items:end;gap:4px;display:grid}.thread-meta b,.online-dot,.alert-dot,.mini-status{border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:11px;font-weight:600;display:inline-flex}.thread-meta b{background:var(--green);color:#fff}.online-dot,.alert-dot,.mini-status{width:10px;min-width:10px;height:10px;padding:0}.online-dot,.mini-status.online{background:var(--green)}.alert-dot,.mini-status.away{background:var(--orange)}.mini-status.focus{background:var(--blue)}.time-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:18px;margin-top:10px;padding:14px 12px}.time-top{justify-content:space-between;align-items:center;display:flex}.time-top p{color:var(--blue);margin:0;font-size:16px;font-weight:500}.time-top span{min-width:48px;height:22px;color:var(--violet);background:#7f65f833;border-radius:999px;justify-content:center;align-items:center;font-size:11px;font-weight:500;display:inline-flex}.time-actions{grid-template-columns:1fr auto;gap:8px;margin-top:10px;display:grid}.time-live-date{color:var(--muted-strong);margin:8px 0 0;font-size:12px}.checkout-button,.thread-open-link,.auth-submit,.assistant-ask{border:1px solid var(--line);background:var(--surface);border-radius:999px;justify-content:center;align-items:center;height:40px;padding:0 16px;font-size:13px;font-weight:500;display:inline-flex}.inline-action-group,.entity-card-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.entity-card-actions{margin-top:12px}.subtle-action-button{border:1px solid var(--line);background:var(--surface);height:34px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.subtle-action-button.danger{color:#bb3f54;background:#bb3f540f;border-color:#bb3f5438}.checkout-button,.chat-send-button,.auth-submit{background:var(--yellow);color:#3e3410;border-color:#0000}.page-stage{background:var(--surface);min-height:0;overflow:hidden}.content-panel{flex-direction:column;height:100%;min-height:0;display:flex}.content-panel:not(.chat-workspace-panel){overflow:auto}.room-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;height:64px;padding:0 18px;display:flex}.room-identity{align-items:center;gap:10px;display:flex}.room-identity h2,.auth-form-card h2,.settings-card h3,.overview-hero h3,.assistant-answer strong{letter-spacing:-.02em;margin:0;font-size:30px;font-weight:500;line-height:1}.room-identity h2{font-size:18px}.room-actions{align-items:center;gap:8px;display:flex}.room-call-actions{align-items:center;gap:8px;display:inline-flex}.room-icon-action{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.room-icon-action:disabled{opacity:.55;cursor:not-allowed}.chat-room-panel{grid-template-rows:auto 1fr auto;min-height:0;display:grid;overflow:hidden}.chat-stream{gap:14px;min-height:0;padding:16px 18px;display:grid;overflow:auto}.stream-divider{text-align:center;color:var(--muted);margin:3px 0;font-size:12px}.chat-row{align-items:end;gap:10px;display:grid}.chat-row.incoming{grid-template-columns:auto 1fr}.chat-row.outgoing{grid-template-columns:1fr auto;justify-items:end}.chat-copy{max-width:min(100%,420px)}.chat-meta{align-items:center;gap:8px;margin-bottom:4px;display:flex}.chat-meta strong{font-size:12px;font-weight:600}.chat-bubble{background:var(--bubble-in);border-radius:14px;padding:10px 14px;font-size:13px;line-height:1.5}.bubble-gradient{background:var(--bubble-out);color:#fff;border-radius:999px;padding:9px 16px}.chat-close-button{color:#cc4a5a;border-color:#cc4a5a4d}[data-theme=dark] .chat-close-button{color:#ff8ea0;border-color:#ff8ea057}.chat-composer{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;min-height:48px;margin:10px 18px 16px;padding:4px 6px;display:grid}.chat-composer input{height:36px}.chat-composer.is-disabled{opacity:.65}.chat-composer.is-disabled .composer-icon,.chat-composer.is-disabled .chat-send-button{cursor:not-allowed}.assistant-widget{z-index:70;position:fixed;bottom:18px;right:18px}.assistant-fab{color:#2b3f92;background:linear-gradient(135deg,#f3f7ff,#fff);border:1px solid #4f6ff23d;border-radius:999px;align-items:center;gap:8px;min-height:48px;padding:0 14px;font-size:13px;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex;box-shadow:0 10px 28px #233d8f3d}.assistant-fab svg{width:15px;height:15px}[data-theme=dark] .assistant-fab{color:#e9edff;background:linear-gradient(135deg,#2a3352,#1f2740);border-color:#9aadff47}.assistant-floating-backdrop{background:#0c122133;position:fixed;inset:0}[data-theme=dark] .assistant-floating-backdrop{background:#00000059}.assistant-sidebar.assistant-floating-panel{border:1px solid var(--line);background:var(--surface);opacity:0;pointer-events:none;border-radius:18px;width:296px;max-height:calc(100vh - 106px);padding:10px;transition:opacity .2s,transform .2s;position:fixed;bottom:74px;right:18px;overflow:auto;transform:translateY(10px)scale(.98);box-shadow:0 22px 48px #11182442}[data-theme=dark] .assistant-sidebar.assistant-floating-panel{box-shadow:0 26px 60px #00000073}.assistant-widget.is-open .assistant-sidebar.assistant-floating-panel{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.assistant-widget.is-open .assistant-fab{opacity:0;pointer-events:none;transform:scale(.92)}.assistant-head{justify-content:space-between;align-items:center;gap:8px;min-height:46px;display:flex}.assistant-head h2{letter-spacing:-.02em;color:#0000;background:linear-gradient(90deg,#6477ff,#ef5f3c);-webkit-background-clip:text;background-clip:text;margin:0;font-size:34px;font-weight:500;line-height:1}.assistant-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;margin-bottom:10px;padding:12px}.assistant-label{color:var(--muted-strong);margin-bottom:6px;font-size:12px;display:block}.assistant-answer strong{font-size:13px;line-height:1.5}.assistant-summary{gap:10px;margin-top:8px;display:grid}.assistant-ask{width:100%}.settings-theme-toggle{border:1px solid var(--line);background:var(--surface-soft);min-width:110px;height:36px;color:var(--muted-strong);border-radius:999px;font-size:12px;font-weight:500}.directory-panel,.settings-panel{padding:16px}.employee-grid,.settings-stack{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.employee-card,.settings-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;flex:230px;padding:14px}.employee-top,.settings-item{justify-content:space-between;align-items:center;gap:10px;display:flex}.employee-card strong,.settings-item strong,.auth-preview-card strong{margin-top:10px;font-size:14px;font-weight:600;display:block}.thread-open-link{margin-top:12px}.settings-card h3{margin-bottom:10px;font-size:16px}.settings-items{gap:8px;display:grid}.settings-item{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:10px}.reports-panel{padding:16px}.reports-layout{grid-template-columns:340px minmax(0,1fr);gap:12px;margin-top:12px;display:grid}.reports-workflow-card,.reports-chat-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;padding:12px}.reports-workflow-card h3,.reports-chat-head h3{margin:0;font-size:16px;font-weight:600}.reports-workflow-steps{gap:8px;margin-top:10px;display:grid}.reports-step-item{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:8px 10px;display:grid}.reports-step-item span{width:24px;height:24px;color:var(--violet);background:#7f65f833;border-radius:999px;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.reports-step-item strong{color:var(--text);font-size:12px;display:block}.reports-step-item p{color:var(--muted);margin:2px 0 0;font-size:11px}.reports-form{gap:8px;margin-top:12px;display:grid}.form-field textarea{border:1px solid var(--line);background:var(--surface-soft);resize:vertical;border-radius:12px;outline:none;min-height:72px;padding:10px 12px}.reports-submit-button{width:100%;margin-top:4px}.reports-chat-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.reports-chat-head span{color:var(--muted-strong);font-size:11px}.reports-chat-list{gap:10px;max-height:620px;margin-top:10px;padding-right:4px;display:grid;overflow:auto}.reports-chat-item{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:8px;padding:10px;display:grid}.reports-chat-item-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.reports-chat-profile strong{font-size:13px;font-weight:600;display:block}.reports-chat-profile span{color:var(--muted);margin-top:2px;font-size:11px;display:block}.reports-status-pill{border:1px solid var(--line);background:var(--surface-soft);min-width:84px;height:22px;color:var(--muted-strong);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:inline-flex}.reports-chat-title{color:var(--text);margin:0;font-size:14px;font-weight:600}.reports-chat-line{color:var(--muted-strong);margin:0;font-size:12px;line-height:1.45}.reports-chat-line strong{color:var(--text);font-size:12px}.reports-chat-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.reports-chat-footer small{color:var(--muted);font-size:11px}.reports-remove-button{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted-strong);border-radius:999px;height:26px;padding:0 10px;font-size:10px;font-weight:600}.teams-panel{padding:16px}.teams-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.teams-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;gap:10px;padding:14px;display:grid}.teams-card-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.teams-card-head strong{font-size:15px;font-weight:600}.teams-card-head span{color:var(--muted);font-size:11px}.teams-card p{color:var(--muted-strong);margin:0;font-size:13px;line-height:1.5}.teams-card-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.dashboard-reference-panel{background:#dfe2e7;padding:0}[data-theme=dark] .dashboard-reference-panel{background:#2c3340}.dashboard-reference-top{border-bottom:1px solid var(--line);background:var(--surface);grid-template-columns:228px 88px minmax(0,1fr) auto auto;align-items:center;gap:0;min-height:90px;display:grid}.dashboard-ref-tile{border-right:1px solid var(--line);background:var(--surface-soft);justify-content:center;align-items:center;height:100%;display:inline-flex}.dashboard-ref-live{justify-content:flex-start;padding-left:28px}.dashboard-ref-live span{letter-spacing:-.02em;color:var(--text);font-size:40px;font-weight:600;line-height:1.05}.dashboard-ref-icon{color:#5e7f9f}.dashboard-ref-icon svg{width:30px;height:30px}.dashboard-ref-status-group{align-items:center;gap:10px;padding:0 18px;display:flex}.dashboard-ref-status-label{color:var(--text);font-size:39px;font-weight:600}.dashboard-ref-chip{border:1px solid var(--line);background:var(--surface-soft);color:#a0a3ad;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:84px;height:54px;padding:0 14px;font-size:38px;font-weight:500;display:inline-flex}.dashboard-ref-chip.active{color:#24b578;background:#f5fbf7;border-color:#25be76}[data-theme=dark] .dashboard-ref-chip.active{background:#25be761f}.dashboard-ref-chip.target{color:#ef7b6b}.dashboard-ref-checkout{background:var(--surface);color:#f15866;border:1px solid #f06b77;border-radius:999px;min-width:160px;height:54px;margin:0 14px;padding:0 24px;font-size:38px;font-weight:500}.dashboard-ref-close{border:1px solid var(--line);background:var(--surface-soft);color:#627283;border-radius:999px;justify-content:center;align-items:center;width:54px;height:54px;margin-right:14px;display:inline-flex}.dashboard-reference-headline{justify-content:flex-end;align-items:center;gap:14px;display:flex}.dashboard-reference-team{color:#2f91f4;background:0 0;border:0;align-items:center;gap:8px;display:inline-flex}.dashboard-reference-team strong{font-size:47px;font-weight:600;line-height:1}.dashboard-reference-team span{color:#7a8494;font-size:47px;line-height:1}.dashboard-reference-meeting-btn{color:#fff;background:#2f91f4;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:220px;height:62px;padding:0 18px;font-size:42px;font-weight:500;display:inline-flex}.dashboard-reference-search{color:#6d7e95;background:#f6f6f8;border:1px solid #d2d4db;border-radius:10px;align-items:center;gap:10px;min-height:56px;margin-top:16px;padding:0 14px;display:flex}[data-theme=dark] .dashboard-reference-search{background:var(--surface)}.dashboard-reference-search input{width:100%;color:var(--text);background:0 0;border:0;outline:none;font-size:23px}.dashboard-reference-search input::placeholder{color:#8f98a8}.dashboard-reference-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.dashboard-reference-column h3{color:#1d2735;margin:0 0 8px;font-size:34px;font-weight:600;line-height:1.15}[data-theme=dark] .dashboard-reference-column h3{color:#f1f4fb}.dashboard-reference-column h3 span{color:#7c8596}.dashboard-reference-card{background:#f8f8fa;border:1px solid #d5d9e1;border-radius:14px;overflow:hidden}[data-theme=dark] .dashboard-reference-card{background:var(--surface);border-color:var(--line)}.dashboard-reference-inline{background:#f2f2f4;border-bottom:1px solid #e3e5eb;align-items:center;height:52px;padding:0 16px;font-size:23px;font-weight:600;display:flex}.dashboard-reference-inline.in{color:#28b17d}.dashboard-reference-inline.out{color:#8d8f95}.dashboard-reference-inline.meeting-inline{color:#1d2735}[data-theme=dark] .dashboard-reference-inline{background:var(--surface-soft);border-bottom-color:var(--line)}[data-theme=dark] .dashboard-reference-inline.meeting-inline{color:var(--text)}.dashboard-reference-person,.dashboard-reference-meeting-item{grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:14px 16px 0;display:grid}.dashboard-reference-avatar{color:#a5adbb;background:#e8ebf1;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;font-size:17px;font-weight:600;display:inline-flex;position:relative}.dashboard-reference-avatar i{background:#1eb56b;border:2px solid #fff;border-radius:999px;width:14px;height:14px;position:absolute;bottom:0;right:0}[data-theme=dark] .dashboard-reference-avatar i{border-color:var(--surface)}.dashboard-reference-person strong,.dashboard-reference-meeting-item strong{color:#222d3a;font-size:24px;font-weight:500;line-height:1.2;display:block}[data-theme=dark] .dashboard-reference-person strong,[data-theme=dark] .dashboard-reference-meeting-item strong{color:#f2f5fb}.dashboard-reference-person p,.dashboard-reference-meeting-item p{color:#6f7888;margin:2px 0 0;font-size:18px}.dashboard-reference-meeting-tag{color:#636b77;background:#e8eaee;border-radius:8px;justify-content:center;align-items:center;min-width:98px;height:40px;margin-left:8px;font-size:18px;display:inline-flex}[data-theme=dark] .dashboard-reference-meeting-tag{background:var(--surface-soft);color:var(--muted)}.dashboard-reference-history{color:#5e646f;background:#efecd3;border-top:1px solid #dbddd1;justify-content:center;align-items:center;min-height:56px;margin-top:14px;font-size:20px;font-weight:600;text-decoration:underline;display:flex}[data-theme=dark] .dashboard-reference-history{color:#e3e4da;background:#44483f;border-top-color:#4b4e46}.dashboard-reference-top{grid-template-columns:190px 86px minmax(0,1fr) auto auto;min-height:84px}.dashboard-ref-live{padding-left:18px}.dashboard-ref-live span{font-size:18px;line-height:1.15}.dashboard-ref-status-group{gap:8px;padding:0 12px}.dashboard-ref-status-label{font-size:18px}.dashboard-ref-chip{min-width:74px;height:46px;padding:0 10px;font-size:13px}.dashboard-ref-chip svg{width:18px;height:18px}.dashboard-ref-checkout{min-width:140px;height:46px;margin:0 10px;padding:0 18px;font-size:16px}.dashboard-ref-close{width:46px;height:46px;margin-right:10px}.dashboard-ref-close svg,.dashboard-reference-team svg,.dashboard-reference-meeting-btn svg,.dashboard-reference-search svg{width:18px;height:18px}.dashboard-reference-team strong{font-size:40px}.dashboard-reference-team span{font-size:36px}.dashboard-reference-meeting-btn{min-width:180px;height:54px;font-size:15px}.dashboard-reference-meeting-dropdown{position:relative}.dashboard-reference-meeting-btn{justify-content:space-between}.dashboard-reference-meeting-btn[aria-expanded=true]{background:#1f82e5}.dashboard-reference-meeting-menu{border:1px solid var(--line);background:var(--surface);z-index:40;border-radius:12px;gap:4px;min-width:210px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 32px #101a2b2e}[data-theme=dark] .dashboard-reference-meeting-menu{box-shadow:0 18px 40px #00000073}.dashboard-reference-meeting-option{min-height:38px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:0 10px;font-size:13px;font-weight:500;display:inline-flex}.dashboard-reference-meeting-option svg{width:16px;height:16px}.dashboard-reference-meeting-option.active{color:#1f5f97;background:#e6f2ff}[data-theme=dark] .dashboard-reference-meeting-option.active{color:#d6ecff;background:#4a97e438}.dashboard-reference-search{min-height:54px}.dashboard-reference-search input{font-size:14px}.dashboard-reference-column h3{font-size:16px}.dashboard-reference-inline{height:46px;font-size:14px}.dashboard-reference-avatar{width:46px;height:46px;font-size:13px}.dashboard-reference-person strong,.dashboard-reference-meeting-item strong{font-size:18px}.dashboard-reference-person p,.dashboard-reference-meeting-item p{font-size:14px}.dashboard-reference-meeting-tag{min-width:92px;height:36px;font-size:14px}.dashboard-reference-history{min-height:50px;font-size:16px}.dashboard-reference-panel.dashboard-refactor{background:linear-gradient(#edeaf5 0%,#e8e5f2 100%);padding:14px}[data-theme=dark] .dashboard-reference-panel.dashboard-refactor{background:linear-gradient(#1f2432 0%,#1b2130 100%)}.dashboard-refactor .dash2-shell{background:#fff;border:1px solid #dfe2eb;border-radius:18px;min-height:100%;display:block;overflow:hidden}[data-theme=dark] .dashboard-refactor .dash2-shell{border-color:var(--line);background:var(--surface)}.dashboard-refactor .dash2-mini-rail{border-right:1px solid #eceef4;flex-direction:column;align-items:center;gap:10px;padding:14px 10px;display:flex}[data-theme=dark] .dashboard-refactor .dash2-mini-rail{border-right-color:var(--line)}.dashboard-refactor .dash2-rail-btn{color:#5f6b7c;background:#f5f7fb;border:1px solid #dde3ed;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.dashboard-refactor .dash2-rail-btn.active{color:#fff;background:#151b24;border-color:#151b24}[data-theme=dark] .dashboard-refactor .dash2-rail-btn{border-color:var(--line);background:var(--surface-soft);color:var(--muted)}[data-theme=dark] .dashboard-refactor .dash2-rail-btn.active{color:#101622;background:#f4f7fd;border-color:#f4f7fd}.dashboard-refactor .dash2-main{gap:14px;padding:16px;display:grid}.dashboard-refactor .dash2-topbar{grid-template-columns:auto minmax(220px,420px) auto;align-items:center;gap:12px;display:grid}.dashboard-refactor .dash2-topbar h1{color:#1b2432;margin:0;font-size:34px;font-weight:600;line-height:1}[data-theme=dark] .dashboard-refactor .dash2-topbar h1{color:var(--text)}.dashboard-refactor .dash2-search{color:#7e8795;background:#f7f8fb;border:1px solid #e2e5ec;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 12px;display:inline-flex}.dashboard-refactor .dash2-search input{color:#404b5c;background:0 0;border:0;outline:none;width:100%;font-size:13px}[data-theme=dark] .dashboard-refactor .dash2-search{border-color:var(--line);background:var(--surface-soft);color:var(--muted)}[data-theme=dark] .dashboard-refactor .dash2-search input{color:var(--text)}.dashboard-refactor .dash2-top-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.dashboard-refactor .dash2-top-action-pill{color:#2b3b4d;white-space:nowrap;background:#fff;border:1px solid #dde3ed;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 16px 36px #0d152514}.dashboard-refactor .dash2-top-action-pill svg,.dashboard-refactor .dash2-quick-pill svg{stroke:currentColor;stroke-width:1.9px;fill:none;width:16px;height:16px}.dashboard-refactor .dash2-top-action-pill.is-active{color:#fff;background:#151b24;border-color:#151b24}.dashboard-refactor .dash2-top-status-bar{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:inline-flex}.dashboard-refactor .dash2-quick-pill{color:#526174;background:#fffffff5;border:1px solid #dbe1ed;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 16px 36px #0d15250f}.dashboard-refactor .dash2-quick-pill small{color:#8692a5;font-size:11px;font-weight:700}.dashboard-refactor .dash2-quick-pill.active{transform:translateY(-1px)}.dashboard-refactor .dash2-quick-pill.break.active{color:#9a5b13;background:#fff4e5;border-color:#efbe73}.dashboard-refactor .dash2-quick-pill.engaged.active{color:#b24a3d;background:#fff1ef;border-color:#f3a7a0}.dashboard-refactor .dash2-quick-pill.leave.active{color:#8f6510;background:#fff8e7;border-color:#e8c26b}.dashboard-refactor .dash2-quick-pill.dnd.active{color:#b74667;background:#fff0f6;border-color:#f0abc1}.dashboard-refactor .dash2-icon-btn,.dashboard-refactor .dash2-avatar{color:#5c6677;background:#f8fafd;border:1px solid #dde3ed;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:inline-flex}.dashboard-refactor .dash2-avatar{color:#fff;background:linear-gradient(135deg,#f9d58f,#ef8f56);border-color:#0000}[data-theme=dark] .dashboard-refactor .dash2-icon-btn{border-color:var(--line);background:var(--surface-soft);color:var(--muted)}[data-theme=dark] .dashboard-refactor .dash2-top-action-pill{border-color:var(--line);background:var(--surface-soft);color:var(--text)}[data-theme=dark] .dashboard-refactor .dash2-top-action-pill.is-active{color:#101622;background:#f2f6ff;border-color:#f2f6ff}.dashboard-refactor .dash2-overview{grid-template-columns:minmax(0,1.85fr) minmax(320px,.95fr);gap:12px;display:grid}.dashboard-refactor .dash2-clean-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:14px;display:grid}.dashboard-refactor .dash2-summary-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.dashboard-refactor .dash2-summary-card{background:linear-gradient(#fff,#fbfcfe);border:1px solid #e3e8f0;border-radius:20px;align-content:start;gap:8px;min-height:124px;padding:18px;display:grid}.dashboard-refactor .dash2-summary-card small{text-transform:uppercase;letter-spacing:.12em;color:#8090a5;font-size:11px;font-weight:800}.dashboard-refactor .dash2-summary-card strong{color:#1d2736;font-size:24px;line-height:1.1}.dashboard-refactor .dash2-summary-card span{color:#66758a;font-size:13px;line-height:1.45}.dashboard-refactor .dash2-score-card,.dashboard-refactor .dash2-progress-card,.dashboard-refactor .dash2-action-card{background:#fff;border:1px solid #e3e6ee;border-radius:14px;padding:12px}.dashboard-refactor .dash2-presence-card,.dashboard-refactor .dash2-action-card{background:#fff;border:1px solid #e3e6ee;border-radius:24px;padding:22px}.dashboard-refactor .dash2-presence-card{background:radial-gradient(circle at 100% 0,#3182ce1f,#0000 30%),radial-gradient(circle at 0 100%,#22c55e14,#0000 26%),linear-gradient(#fffffffa,#fff);gap:18px;display:grid}.dashboard-refactor .dash2-presence-head{justify-content:space-between;gap:18px;display:flex}.dashboard-refactor .dash2-presence-kicker{letter-spacing:.18em;text-transform:uppercase;color:#0f4c81;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;font-weight:800;display:inline-flex}.dashboard-refactor .dash2-presence-head h2{color:#182333;margin:0 0 8px;font-size:32px;line-height:1.05}.dashboard-refactor .dash2-presence-head p{color:#66758a;max-width:680px;margin:0;font-size:15px;line-height:1.55}.dashboard-refactor .dash2-presence-badge{color:#fff;background:#111827;border-radius:22px;align-content:start;gap:6px;min-width:210px;padding:18px;display:grid;box-shadow:0 22px 46px #11182729}.dashboard-refactor .dash2-presence-badge.free{background:linear-gradient(135deg,#0f766e,#22c55e)}.dashboard-refactor .dash2-presence-badge.break{background:linear-gradient(135deg,#c47a18,#f0b455)}.dashboard-refactor .dash2-presence-badge.engaged{background:linear-gradient(135deg,#b45309,#ef7d68)}.dashboard-refactor .dash2-presence-badge.leave{background:linear-gradient(135deg,#b98920,#f0c95e)}.dashboard-refactor .dash2-presence-badge.dnd{background:linear-gradient(135deg,#c2416b,#f27aa5)}.dashboard-refactor .dash2-presence-badge.offline{background:linear-gradient(135deg,#1f2937,#475569)}.dashboard-refactor .dash2-presence-dot{background:#ffffffeb;border-radius:999px;width:12px;height:12px;animation:1.5s ease-out infinite dashboardPresencePulse;box-shadow:0 0 #ffffff70}.dashboard-refactor .dash2-presence-badge strong{font-size:24px;line-height:1.1}.dashboard-refactor .dash2-presence-badge small{color:#ffffffd6;font-size:12px}.dashboard-refactor .dash2-hero-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.dashboard-refactor .dash2-hero-metrics article{background:#ffffffdb;border:1px solid #dbe1ede6;border-radius:20px;align-content:start;gap:8px;min-height:110px;padding:18px;display:grid}.dashboard-refactor .dash2-hero-metrics strong{color:#182333;font-size:34px;line-height:1}.dashboard-refactor .dash2-hero-metrics span{color:#697789;font-size:13px;font-weight:600}.dashboard-refactor .dash2-presence-foot{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.dashboard-refactor .dash2-presence-foot span{color:#607084;background:#f5f8fcf0;border:1px solid #e6ebf3;border-radius:18px;min-height:58px;padding:14px 16px;font-size:13px;line-height:1.45}@keyframes dashboardPresencePulse{0%{box-shadow:0 0 #ffffff61}to{box-shadow:0 0 0 13px #fff0}}[data-theme=dark] .dashboard-refactor .dash2-score-card,[data-theme=dark] .dashboard-refactor .dash2-progress-card,[data-theme=dark] .dashboard-refactor .dash2-action-card{border-color:var(--line);background:var(--surface-soft)}.dashboard-refactor .dash2-score-card strong{font-size:48px;font-weight:600;line-height:.95;display:block}.dashboard-refactor .dash2-score-card p,.dashboard-refactor .dash2-progress-card p{color:#778091;margin:8px 0 0;font-size:12px}[data-theme=dark] .dashboard-refactor .dash2-score-card p,[data-theme=dark] .dashboard-refactor .dash2-progress-card p{color:var(--muted)}.dashboard-refactor .dash2-progress-card p strong{color:#25ad62}.dashboard-refactor .dash2-progress-track{background:#edf1f6;border-radius:12px;height:36px;margin-top:10px;position:relative;overflow:hidden}.dashboard-refactor .dash2-progress-track:before{content:"";width:var(--dash-progress,45%);background:linear-gradient(90deg,#ff8f88 0%,#f3be57 46%,#6ed77e 100%);border-radius:12px;position:absolute;inset:0 auto 0 0}[data-theme=dark] .dashboard-refactor .dash2-progress-track{background:#2f3746}.dashboard-refactor .dash2-progress-marker{top:5px;bottom:5px;left:var(--dash-progress,45%);background:#131a24;width:2px;position:absolute}.dashboard-refactor .dash2-status-icons{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.dashboard-refactor .dash2-status-title{color:#1f2632;margin-right:2px;font-size:17px;font-weight:700}.dashboard-refactor .dash2-status-chip{color:#9098a6;cursor:default;background:#f3f5f8;border:1px solid #e0e4eb;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:44px;min-height:44px;padding:0 14px;font-size:15px;font-weight:500;transition:border-color .2s,transform .2s,background-color .2s,color .2s;display:inline-flex;position:relative}.dashboard-refactor .dash2-status-chip.icon-only{width:44px;padding:0}.dashboard-refactor .dash2-status-chip.with-meta{justify-content:flex-start;min-width:120px;padding:0 14px 0 12px}.dashboard-refactor .dash2-status-meta{color:#8b93a1;font-size:13px;line-height:1}.dashboard-refactor .dash2-status-chip .dash2-status-caret{opacity:.78;width:14px;height:14px;margin-left:2px}.dashboard-refactor .dash2-status-chip:after{content:attr(data-status-label);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;z-index:4;background:#0f1727;border-radius:7px;padding:6px 8px;font-size:11px;line-height:1;transition:opacity .18s,transform .18s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%,6px)}.dashboard-refactor .dash2-status-chip:before{content:"";pointer-events:none;opacity:0;z-index:4;border-top:6px solid #0f1727;border-left:5px solid #0000;border-right:5px solid #0000;transition:opacity .18s;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)}.dashboard-refactor .dash2-status-chip:hover:after,.dashboard-refactor .dash2-status-chip:hover:before,.dashboard-refactor .dash2-status-chip:focus-visible:after,.dashboard-refactor .dash2-status-chip:focus-visible:before{opacity:1}.dashboard-refactor .dash2-status-chip:hover,.dashboard-refactor .dash2-status-chip:focus-visible{transform:translateY(-1px)}.dashboard-refactor .dash2-status-chip svg{stroke:currentColor;stroke-width:2px;fill:none;width:18px;height:18px}[data-theme=dark] .dashboard-refactor .dash2-status-chip{border-color:var(--line);color:#d7deea;background:#2a3242}[data-theme=dark] .dashboard-refactor .dash2-status-title{color:#eef3fb}[data-theme=dark] .dashboard-refactor .dash2-status-meta{color:#bdc7d8}[data-theme=dark] .dashboard-refactor .dash2-status-chip:after{color:#152237;background:#e8eef7}[data-theme=dark] .dashboard-refactor .dash2-status-chip:before{border-top-color:#e8eef7}.dashboard-refactor .dash2-status-chip.free{color:#23b36a;background:#edf9f1;border-color:#26bb71}.dashboard-refactor .dash2-status-chip.free.is-active{border-width:2px}.dashboard-refactor .dash2-status-chip.engaged{color:#f07c72;background:#fff4f3}.dashboard-refactor .dash2-status-chip.leave{color:#e0ad5c;background:#fff8eb}.dashboard-refactor .dash2-status-chip.break{color:#d19a47;background:#fff7ec}.dashboard-refactor .dash2-status-chip.dnd{color:#e07f97;background:#fff2f6}[data-theme=dark] .dashboard-refactor .dash2-status-chip.free{background:#22995b2e;border-color:#2db971}[data-theme=dark] .dashboard-refactor .dash2-status-chip.engaged{background:#e570662e}[data-theme=dark] .dashboard-refactor .dash2-status-chip.leave{background:#d29b492e}[data-theme=dark] .dashboard-refactor .dash2-status-chip.break{background:#d395432e}[data-theme=dark] .dashboard-refactor .dash2-status-chip.dnd{background:#d970922e}.dashboard-refactor .dash2-action-card{background:radial-gradient(circle at 0 0,#ffc4562e,#0000 28%),linear-gradient(#fffffffa,#fff);align-content:start;gap:10px;display:grid}.dashboard-refactor .dashboard-reference-meeting-dropdown{position:relative}.dashboard-refactor .dashboard-reference-meeting-btn.dash2-meeting-trigger{color:#2f5f86;background:#f8fbff;border:1px solid #d8dfeb;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:40px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}[data-theme=dark] .dashboard-refactor .dashboard-reference-meeting-btn.dash2-meeting-trigger{border-color:var(--line);color:#d9e5f8;background:#263042}.dashboard-refactor .dashboard-reference-meeting-menu.dash2-meeting-menu{z-index:40;background:#fff;border:1px solid #d8dfeb;border-radius:10px;gap:4px;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 12px 24px #1118241f}[data-theme=dark] .dashboard-refactor .dashboard-reference-meeting-menu.dash2-meeting-menu{border-color:var(--line);background:var(--surface);box-shadow:0 14px 30px #00000059}.dashboard-refactor .dashboard-reference-meeting-option{color:#516072;background:0 0;border:0;border-radius:8px;align-items:center;gap:7px;min-height:34px;padding:0 9px;font-size:12px;font-weight:500;display:inline-flex}.dashboard-refactor .dashboard-reference-meeting-option.active{color:#2a6faf;background:#ebf4ff}[data-theme=dark] .dashboard-refactor .dashboard-reference-meeting-option{color:var(--muted)}[data-theme=dark] .dashboard-refactor .dashboard-reference-meeting-option.active{color:#d9ebff;background:#4d90f733}.dashboard-refactor .dash2-check-actions{gap:6px;display:flex}.dashboard-refactor .dash2-action-btn{color:#435468;background:#f7f9fc;border:1px solid #d6dce8;border-radius:9px;flex:1;min-height:36px;font-size:12px;font-weight:600}.dashboard-refactor .dash2-action-btn.active{color:#fff;background:#151b24;border-color:#151b24}.dashboard-refactor .dash2-action-btn.secondary{color:#2563eb;background:#3b82f61a;border-color:#3b82f647}[data-theme=dark] .dashboard-refactor .dash2-action-btn{border-color:var(--line);color:#d6def0;background:#263042}[data-theme=dark] .dashboard-refactor .dash2-action-btn.active{color:#101622;background:#f2f6ff;border-color:#f2f6ff}.dashboard-refactor .dash2-action-card small{color:#6f7a8d;font-size:11px}.dashboard-refactor .dash2-workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.dashboard-refactor .dash2-work-card{background:linear-gradient(#fffffffa,#fff);border:1px solid #e3e6ee;border-radius:20px;min-height:320px;overflow:hidden;box-shadow:0 16px 40px #0f172a0d}[data-theme=dark] .dashboard-refactor .dash2-work-card{border-color:var(--line);background:var(--surface-soft)}.dashboard-refactor .dash2-work-card header{padding:12px 12px 8px}.dashboard-refactor .dash2-work-card h3{color:#1e2a39;margin:0;font-size:15px;font-weight:600}[data-theme=dark] .dashboard-refactor .dash2-work-card h3{color:var(--text)}.dashboard-refactor .dash2-work-card h3 span{color:#7f8898}.dashboard-refactor .dash2-inline-label{background:#f7f8fa;border-top:1px solid #ebedf3;border-bottom:1px solid #ebedf3;align-items:center;min-height:38px;padding:0 12px;font-size:13px;font-weight:600;display:flex}.dashboard-refactor .dash2-inline-label.in{color:#2f9f68}.dashboard-refactor .dash2-inline-label.out{color:#8d8f95}.dashboard-refactor .dash2-inline-label.meeting{color:#45566a}[data-theme=dark] .dashboard-refactor .dash2-inline-label{border-top-color:var(--line);border-bottom-color:var(--line);background:var(--surface)}.dashboard-refactor .dash2-person-row{grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:10px 12px 0;display:grid}.dashboard-refactor button.dash2-person-row{text-align:left;background:0 0;border:0;width:100%}.dashboard-refactor .dash2-person-avatar{color:#8b95a6;background:#e8ebf1;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:11px;font-weight:700;display:inline-flex;position:relative}.dashboard-refactor .dash2-person-avatar i{background:#1eb56b;border:2px solid #fff;border-radius:999px;width:11px;height:11px;position:absolute;bottom:0;right:0}[data-theme=dark] .dashboard-refactor .dash2-person-avatar i{border-color:var(--surface-soft)}.dashboard-refactor .dash2-person-row strong{color:#212c3b;font-size:13px;line-height:1.2;display:block}.dashboard-refactor .dash2-person-row p{color:#778091;margin:2px 0 0;font-size:11px}[data-theme=dark] .dashboard-refactor .dash2-person-row strong{color:var(--text)}[data-theme=dark] .dashboard-refactor .dash2-person-row p{color:var(--muted)}.dashboard-refactor .dash2-person-row.meeting-row{grid-template-columns:auto 1fr auto}.dashboard-refactor .dash2-person-row.meeting-row.clickable{border-radius:14px;transition:background-color .18s,transform .18s}.dashboard-refactor .dash2-person-row.meeting-row.clickable:hover{background:#4f9cf914;transform:translateY(-1px)}.dashboard-refactor .dash2-meeting-tag{color:#586375;background:#e9edf2;border-radius:8px;justify-content:center;align-items:center;min-width:80px;height:30px;font-size:11px;display:inline-flex}[data-theme=dark] .dashboard-refactor .dash2-meeting-tag{background:var(--surface);color:var(--muted)}@media (width<=1280px){.dashboard-refactor .dash2-clean-grid,.dashboard-refactor .dash2-summary-strip{grid-template-columns:1fr}.dashboard-refactor .dash2-action-card{grid-column:auto}}@media (width<=980px){.dashboard-refactor .dash2-topbar,.dashboard-refactor .dash2-workflow-grid{grid-template-columns:1fr}}.dashboard-reference-body{padding:14px}.user-avatar-image{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.dashboard-refactor .dash2-workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-refactor .dash2-inline-label.break{color:#9a5b13}.settings-workspace-panel{padding:18px}.settings-workspace-shell{background:radial-gradient(circle at 100% 0,#0f4c8114,#0000 28%),linear-gradient(#fffffff5,#fff);border:1px solid #e5e7ee;border-radius:28px;padding:24px}.settings-workspace-head{justify-content:space-between;gap:18px;margin-bottom:22px;display:flex}.settings-kicker{letter-spacing:.18em;text-transform:uppercase;color:#0f4c81;margin:0 0 8px;font-size:12px}.settings-workspace-head h1{color:#18202c;margin:0 0 8px;font-size:34px;line-height:1.05}.settings-workspace-head span{color:#697586;max-width:700px;display:block}.settings-workspace-meta{color:#f8fafc;background:#0f172a;border-radius:22px;flex-direction:column;justify-content:space-between;min-width:220px;padding:18px;display:flex}.settings-tab-row{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.settings-tab-button{color:#526071;background:#fff;border:1px solid #d7ddea;border-radius:999px;padding:11px 16px;font-weight:600}.settings-tab-button.active{color:#fff;background:#111827;border-color:#111827}.settings-card-grid{grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:18px;display:grid}.settings-info-hero,.settings-form-card,.settings-policy-card,.settings-theme-card{background:#fff;border:1px solid #e4e8f0;border-radius:24px;padding:22px}.settings-avatar-stack{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.settings-profile-avatar{color:#fff;background:linear-gradient(135deg,#0f4c81,#48a6c8);border-radius:28px;justify-content:center;align-items:center;width:104px;height:104px;font-size:30px;font-weight:700;display:inline-flex}.settings-avatar-upload{cursor:pointer;color:#0f4c81;background:#eff6ff;border-radius:999px;padding:10px 14px;font-weight:600}.settings-profile-copy strong{color:#1d2734;font-size:22px;display:block}.settings-profile-copy span,.settings-profile-copy p,.settings-inline-meta span,.settings-policy-card p{color:#66758a}.settings-form-card{gap:14px;display:grid}.settings-inline-meta{background:#f7f8fb;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px;display:grid}.settings-inline-meta strong{margin-bottom:6px;display:block}.settings-toggle-row{background:#f7f8fb;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.settings-toggle-row small{color:#728094;margin-top:4px;display:block}.settings-toggle{background:#d5dbe6;border:0;border-radius:999px;justify-content:flex-start;align-items:center;width:60px;height:34px;padding:4px;display:inline-flex}.settings-toggle span{background:#fff;border-radius:999px;width:26px;height:26px;transition:transform .18s;box-shadow:0 6px 14px #1118272e}.settings-toggle.active{background:#0f4c81}.settings-toggle.active span{transform:translate(26px)}.settings-theme-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.settings-theme-card.active{border-color:#0f4c81;box-shadow:0 18px 40px #0f4c811f}.settings-theme-preview{background:var(--theme-surface);border-radius:18px;gap:10px;margin-bottom:16px;padding:16px;display:grid;position:relative;overflow:hidden}.settings-theme-preview:before{content:"";opacity:.95;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:0}.settings-theme-preview[data-theme-key=graphite]:before{background:linear-gradient(#090e0cf5,#0c120ff5),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='none' stroke='%2326a269' stroke-width='2.2' opacity='0.18'%3E%3Cpath d='M28 48h38a10 10 0 0 1 10 10v16a10 10 0 0 1-10 10H50l-16 14V58a10 10 0 0 1 10-10Z'/%3E%3Cpath d='M180 34h26v26h-26zM196 34v-12M196 72v12M168 50h12M212 50h12'/%3E%3Cpath d='M170 176c0-20 16-36 36-36s36 16 36 36-16 36-36 36-36-16-36-36Z'/%3E%3Cpath d='M58 182l18-24 22 18 18-24 20 30'/%3E%3Cpath d='M104 116l18-18 18 18-18 18-18-18Z'/%3E%3C/g%3E%3C/svg%3E")}.settings-theme-preview[data-theme-key=ocean]:before{background:linear-gradient(#e4f7f8f0,#ebf8fff0),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Cg fill='none' stroke='%230f766e' stroke-width='2.4' opacity='0.18'%3E%3Cpath d='M36 42c18 0 28 14 28 30S54 102 36 102 8 88 8 72s10-30 28-30Z'/%3E%3Cpath d='M92 36h70v44H92z'/%3E%3Cpath d='M198 54c16 0 28 12 28 28s-12 28-28 28-28-12-28-28 12-28 28-28Z'/%3E%3Cpath d='M34 188h52l18 22h-70z'/%3E%3Cpath d='M142 170c24 0 42 18 42 42'/%3E%3Cpath d='M188 168l20 20 34-34'/%3E%3Cpath d='M118 112l14-18 14 18-14 18-14-18Z'/%3E%3C/g%3E%3C/svg%3E")}.settings-theme-preview[data-theme-key=sunset]:before{background:linear-gradient(#fff2e8eb,#fff9f3f2),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Cg fill='none' stroke='%23c2410c' stroke-width='2.2' opacity='0.16'%3E%3Cpath d='M36 56h46a12 12 0 0 1 12 12v18a12 12 0 0 1-12 12H60l-24 18V68a12 12 0 0 1 12-12Z'/%3E%3Cpath d='M166 46c18 0 32 14 32 32s-14 32-32 32-32-14-32-32 14-32 32-32Z'/%3E%3Cpath d='M226 46l18 18m0-18-18 18'/%3E%3Cpath d='M56 182c12-24 34-36 58-36s46 12 58 36'/%3E%3Cpath d='M170 188h60M200 158v60'/%3E%3Cpath d='M104 116l16-22 16 22-16 22-16-22Z'/%3E%3C/g%3E%3C/svg%3E")}.settings-theme-preview>*{z-index:1;position:relative}.settings-theme-surface{border-radius:14px;padding:12px 14px;font-size:14px;line-height:1.4}.settings-theme-surface.incoming{background:color-mix(in srgb, var(--theme-bubble) 70%, white);color:#1f2937}.settings-theme-surface.outgoing{background:var(--theme-accent);color:#fff;justify-self:end}.settings-theme-copy strong{color:#1c2533;margin-bottom:8px;display:block}.settings-theme-copy p{color:#697586;margin:0 0 16px}.chat-room-empty-state{text-align:center;color:#6d7b8f;place-content:center;gap:8px;min-height:320px;display:grid}.chat-room-empty-state strong{color:#1c2430;font-size:24px}.calendar-cliq-event-dot.task,.calendar-cliq-list-chip.task{color:#9a5b13;background:#fff1d6}.calendar-agenda-modal{gap:12px;display:grid}.calendar-agenda-item{text-align:left;background:#fff;border:1px solid #e5e7ef;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:16px;display:flex}.calendar-agenda-item p{color:#6b7789;margin:4px 0 0}[data-chat-theme=graphite] .chat-workspace-panel{--chat-accent:#24a36a;--chat-bubble-incoming:#ffffffd6;--chat-surface-tint:linear-gradient(180deg, #17211c, #101513);--chat-wallpaper:linear-gradient(180deg, #070b0ae6, #080c0af2), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='%2326a269' stroke-width='2.4' opacity='0.13'%3E%3Cpath d='M38 62h56a14 14 0 0 1 14 14v20a14 14 0 0 1-14 14H68l-30 22V76a14 14 0 0 1 14-14Z'/%3E%3Cpath d='M236 50l20 20m0-20-20 20'/%3E%3Cpath d='M204 128c0-20 16-36 36-36s36 16 36 36-16 36-36 36-36-16-36-36Z'/%3E%3Cpath d='M54 226l22-30 28 22 22-30 24 38'/%3E%3Cpath d='M164 204l18-18 18 18-18 18-18-18Z'/%3E%3Cpath d='M128 44h46v30h-46z'/%3E%3C/g%3E%3C/svg%3E")}[data-chat-theme=ocean] .chat-workspace-panel{--chat-accent:#0f766e;--chat-bubble-incoming:#ebf8ffe0;--chat-surface-tint:linear-gradient(180deg, #eef8ff, #f8fbff);--chat-wallpaper:linear-gradient(180deg, #eff9ffeb, #e3f7ffeb), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='340' height='340' viewBox='0 0 340 340'%3E%3Cg fill='none' stroke='%230f766e' stroke-width='2.6' opacity='0.12'%3E%3Cpath d='M36 56h50l20 20-20 20H36z'/%3E%3Cpath d='M172 40c26 0 46 20 46 46s-20 46-46 46-46-20-46-46 20-46 46-46Z'/%3E%3Cpath d='M272 56h34v34h-34z'/%3E%3Cpath d='M54 214c20-24 44-36 72-36s52 12 72 36'/%3E%3Cpath d='M232 208l20 20 34-34'/%3E%3Cpath d='M112 130l18-24 18 24-18 24-18-24Z'/%3E%3Cpath d='M38 290h66M236 286c0-18 14-32 32-32'/%3E%3C/g%3E%3C/svg%3E")}[data-chat-theme=sunset] .chat-workspace-panel{--chat-accent:#c2410c;--chat-bubble-incoming:#fff5ebe6;--chat-surface-tint:linear-gradient(180deg, #fff4ea, #fffaf5);--chat-wallpaper:linear-gradient(180deg, #fff7edeb, #fffbf5eb), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='340' height='340' viewBox='0 0 340 340'%3E%3Cg fill='none' stroke='%23c2410c' stroke-width='2.4' opacity='0.12'%3E%3Cpath d='M42 58h60a14 14 0 0 1 14 14v18a14 14 0 0 1-14 14H70l-28 20V72a14 14 0 0 1 14-14Z'/%3E%3Cpath d='M216 52c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40Z'/%3E%3Cpath d='M274 48l20 20m0-20-20 20'/%3E%3Cpath d='M44 228h72l24 28H44z'/%3E%3Cpath d='M176 196c0-22 18-40 40-40s40 18 40 40'/%3E%3Cpath d='M126 132l16-22 16 22-16 22-16-22Z'/%3E%3C/g%3E%3C/svg%3E")}.chat-workspace-panel{background:var(--chat-surface-tint,#fff);border-radius:28px;overflow:hidden}.chat-workspace-panel .chat-bubble{background:var(--chat-bubble-incoming,#f4f5f7)}.chat-workspace-panel .chat-bubble.bubble-gradient,.chat-workspace-panel .bubble-gradient{background:linear-gradient(135deg, var(--chat-accent,#111827), color-mix(in srgb, var(--chat-accent,#111827) 78%, #fff))}.chat-workspace-panel .message-sidebar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border-right:1px solid #d9e1ecb3}.chat-workspace-panel .thread-card{border-radius:18px;transition:transform .2s,background-color .2s,box-shadow .2s}.chat-workspace-panel .thread-card:hover{background:#ffffffbd;transform:translateY(-1px)}.chat-workspace-panel .thread-card.active{background:#fffffff0;box-shadow:0 18px 44px #0c121c1a}.chat-workspace-panel .room-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffad}.chat-workspace-panel .chat-room-panel{background:0 0}.chat-workspace-panel .chat-stream{background:0 0;position:relative}.chat-workspace-panel .chat-stream:before{content:"";background:var(--chat-wallpaper);pointer-events:none;position:absolute;inset:0}.chat-workspace-panel .chat-row,.chat-workspace-panel .chat-room-empty-state{z-index:1;position:relative}.thread-unread-badge{color:#fff;background:linear-gradient(135deg,#16a34a,#22c55e);border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 12px 28px #22c55e47}.chat-room-empty-state{gap:14px;min-height:420px}.chat-room-empty-state-art{background:radial-gradient(circle at 24% 24%, #ffffff8a, transparent 15%), radial-gradient(circle at 76% 24%, #ffffff6b, transparent 15%), radial-gradient(circle at 32% 78%, #ffffff52, transparent 14%), linear-gradient(135deg, color-mix(in srgb, var(--chat-accent,#111827) 88%, #fff), color-mix(in srgb, var(--chat-accent,#111827) 62%, #fff));border-radius:32px;place-items:center;width:180px;height:180px;margin:0 auto 2px;display:grid;position:relative;box-shadow:0 30px 60px #1118272e}.chat-room-empty-state-art span{background:#ffffffeb;border-radius:999px;position:absolute}.chat-room-empty-state-art span:first-child{width:90px;height:20px;transform:translate(-18px,-18px)}.chat-room-empty-state-art span:nth-child(2){width:72px;height:18px;transform:translate(24px,8px)}.chat-room-empty-state-art span:nth-child(3){width:54px;height:16px;transform:translate(-8px,40px)}.attendance-hub-panel,.calls-hub-panel{padding:18px}.attendance-hub-shell,.calls-hub-shell{background:radial-gradient(circle at 100% 0,#0f4c8114,#0000 28%),linear-gradient(#fffffffa,#fff);border:1px solid #e4e8f1;border-radius:30px;padding:24px}.attendance-hub-head,.calls-hub-head{justify-content:space-between;gap:18px;margin-bottom:22px;display:flex}.attendance-hub-head h1,.calls-hub-head h1{color:#182333;margin:0 0 8px;font-size:34px;line-height:1.05}.attendance-hub-head span,.calls-hub-head span{color:#66758a;max-width:760px;display:block}.attendance-hub-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:min(420px,100%);display:grid}.attendance-hub-summary,.calls-hub-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.attendance-hub-stat,.calls-hub-stat{background:#ffffffe6;border:1px solid #e6ebf3;border-radius:22px;gap:8px;padding:18px;display:grid}.attendance-hub-stat small,.calls-hub-stat small{text-transform:uppercase;letter-spacing:.12em;color:#7a8597;font-weight:700}.attendance-hub-stat strong,.calls-hub-stat strong{color:#142032;font-size:34px;line-height:1}.attendance-hub-stat span{color:#687587;font-size:13px}.attendance-hub-table-card,.calls-hub-list-card{background:#fffffff2;border:1px solid #e4e8f1;border-radius:26px;padding:20px}.attendance-hub-table-head,.calls-hub-list-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.attendance-hub-table-head h2,.calls-hub-list-head h2{color:#182333;margin:0 0 4px}.attendance-hub-table-head p,.calls-hub-list-head p{color:#6c788c;margin:0}.attendance-hub-table-wrap{overflow-x:auto}.attendance-hub-table{border-collapse:collapse;width:100%}.attendance-hub-table th,.attendance-hub-table td{text-align:left;vertical-align:top;border-bottom:1px solid #edf1f6;padding:14px 12px}.attendance-hub-table th{color:#738195;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.attendance-hub-person{align-items:center;gap:12px;display:flex}.attendance-hub-avatar,.calls-hub-avatar{color:#fff;background:linear-gradient(135deg,#0f4c81,#4fc3d9);border-radius:18px;width:48px;height:48px;font-weight:700}.attendance-hub-person strong{color:#1a2434;display:block}.attendance-hub-person span{color:#6d7a8d;font-size:13px}.attendance-hub-chip,.calls-hub-chip{color:#516174;background:#edf2f7;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.attendance-hub-chip.checked-in,.calls-hub-chip.live{color:#1f8f54;background:#edf9f1}.attendance-hub-chip.checked-out,.calls-hub-chip.success{color:#2563eb;background:#eff6ff}.attendance-hub-chip.not-checked-in,.calls-hub-chip.danger{color:#c2414b;background:#fff1f2}.calls-hub-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:10px;display:flex}.calls-hub-list{gap:12px;display:grid}.calls-hub-row{text-align:left;background:#ffffffeb;border:1px solid #e7ecf3;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:100%;padding:16px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.calls-hub-row:hover{border-color:#d8e2f0;transform:translateY(-1px);box-shadow:0 20px 40px #0f172a14}.calls-hub-title-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px;display:flex}.calls-hub-title-row strong{color:#182333;font-size:16px}.calls-hub-copy p,.calls-hub-copy small{color:#6a788c;display:block}.calls-hub-copy p{margin:0 0 4px}.calls-hub-jump{color:#0f4c81;font-size:12px;font-weight:700}@media (width<=1280px){.dashboard-refactor .dash2-hero-metrics,.dashboard-refactor .dash2-presence-foot,.dashboard-refactor .dash2-workflow-grid,.attendance-hub-summary,.calls-hub-summary,.settings-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.attendance-hub-summary,.calls-hub-summary,.settings-card-grid,.settings-theme-grid,.settings-workspace-head,.settings-inline-meta,.dashboard-refactor .dash2-workflow-grid{grid-template-columns:1fr}.settings-workspace-head,.attendance-hub-head,.calls-hub-head,.attendance-hub-table-head,.calls-hub-list-head,.dashboard-refactor .dash2-presence-head{display:grid}.attendance-hub-filters,.dashboard-refactor .dash2-hero-metrics,.dashboard-refactor .dash2-presence-foot{grid-template-columns:1fr}}.dashboard-reference-grid{gap:10px}.dashboard-reference-card{min-height:368px}.dashboard-reference-card.meeting{flex-direction:column;display:flex}.dashboard-reference-person,.dashboard-reference-meeting-item{padding:14px 16px 2px}.dashboard-reference-meeting-item{grid-template-columns:auto minmax(0,1fr) auto}.dashboard-reference-meeting-tag{flex-shrink:0}.dashboard-reference-person p,.dashboard-reference-meeting-item p{line-height:1.25}.dashboard-reference-history{margin-top:auto}.attendance-panel{padding:16px}.attendance-summary-bar{border:1px solid var(--line);background:var(--surface-soft);border-radius:999px;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:0;padding:6px;display:grid}.attendance-summary-item{background:var(--surface);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:34px;font-size:12px;font-weight:600;display:inline-flex}.attendance-summary-item strong{font-size:12px;font-weight:700}.attendance-summary-item.work strong{color:var(--green)}.attendance-summary-item.away strong{color:var(--orange)}.attendance-summary-item.meeting strong{color:var(--blue)}.attendance-workflow{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px;padding:12px;display:grid}.attendance-column{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;padding:12px}.attendance-column-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.attendance-column-head h3{margin:0;font-size:15px;font-weight:600}.attendance-count{color:#fff;background:linear-gradient(90deg, var(--blue), var(--violet));border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:11px;font-weight:600;display:inline-flex}.attendance-list{gap:8px;display:grid}.attendance-inline-bar{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 85%, var(--green) 15%);border-radius:999px;align-items:center;gap:8px;height:24px;margin:-2px 0 10px;padding:0 10px;display:inline-flex}.attendance-inline-label{color:var(--muted-strong);font-size:11px;font-weight:600}.attendance-inline-count{color:var(--green);font-size:12px;font-weight:700}.away-inline-bar{background:color-mix(in srgb, var(--surface) 85%, var(--orange) 15%)}.away-inline-count{color:var(--orange)}.meeting-inline-bar{background:color-mix(in srgb, var(--surface) 85%, var(--blue) 15%)}.meeting-inline-count{color:var(--blue)}.attendance-card{border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:8px;padding:10px;display:grid}.away-card{background:color-mix(in srgb, var(--surface) 78%, var(--orange) 22%)}.meeting-card{background:color-mix(in srgb, var(--surface) 78%, var(--blue) 22%)}.attendance-person{align-items:center;gap:10px;display:flex}.attendance-person strong{font-size:13px;font-weight:600;display:block}.attendance-person p{color:var(--muted);margin:2px 0 0;font-size:12px}.attendance-meta{color:var(--muted-strong);font-size:12px}.calendar-panel{padding:16px}.calendar-layout{grid-template-columns:220px minmax(0,1fr);gap:12px;margin-top:12px;display:grid}.calendar-day-card,.calendar-form-card,.calendar-reminder-board{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px}.calendar-day-card{align-content:start;justify-items:center;gap:8px;padding:16px 14px;display:grid}.calendar-day-label{color:var(--muted);font-size:12px}.calendar-day-name{font-size:18px;font-weight:600}.calendar-date-ring{background:radial-gradient(circle, var(--surface-soft) 54%, transparent 55%), conic-gradient(var(--blue), var(--violet), var(--orange), var(--blue));border-radius:999px;place-items:center;width:102px;height:102px;display:grid}.calendar-date-number{background:var(--surface);border-radius:999px;justify-content:center;align-items:center;width:72px;height:72px;font-size:28px;font-weight:600;display:inline-flex}.calendar-month{color:var(--muted-strong);margin:0;font-size:13px}.calendar-live-time{color:var(--text);margin:0;font-size:13px;font-weight:600}.calendar-form-card{padding:14px}.calendar-form-card h3,.calendar-board-header h3{margin:0 0 10px;font-size:16px;font-weight:600}.calendar-reminder-form,.calendar-meeting-form{gap:10px;display:grid}.calendar-inline-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.calendar-select{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;width:100%;height:42px;padding:0 12px}.calendar-add-button{width:fit-content;padding:0 18px}.calendar-reminder-board{margin-top:12px;padding:14px}.calendar-meeting-board{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;margin-top:12px;padding:14px}.calendar-board-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.calendar-count{color:var(--muted-strong);font-size:12px}.calendar-orbit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.calendar-orbit-card{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:8px;padding:10px;display:grid}.calendar-orbit-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.calendar-orbit-pill{color:#fff;background:linear-gradient(90deg, var(--blue), var(--violet), var(--orange));border-radius:999px;justify-content:center;align-items:center;min-width:76px;height:24px;font-size:11px;font-weight:600;display:inline-flex}.calendar-orbit-time{color:var(--muted-strong);font-size:12px}.calendar-orbit-title{margin:0;font-size:14px;font-weight:600}.calendar-orbit-note{color:var(--muted);margin:0;font-size:12px}.calendar-orbit-remove{border:1px solid var(--line);background:var(--surface-soft);height:28px;color:var(--muted-strong);border-radius:999px;justify-self:end;padding:0 12px;font-size:11px;font-weight:500}.calendar-empty{color:var(--muted);margin:10px 0 0;font-size:12px}.calendar-meeting-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.calendar-meeting-card{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:8px;padding:10px;display:grid}.calendar-meeting-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.calendar-meeting-title{margin:0;font-size:14px;font-weight:600}.calendar-meeting-chip{color:#fff;background:linear-gradient(90deg, var(--blue), var(--violet));border-radius:999px;justify-content:center;align-items:center;min-width:58px;height:22px;font-size:11px;font-weight:600;display:inline-flex}.calendar-meeting-meta{color:var(--muted-strong);margin:0;font-size:12px}.calendar-meeting-attendees{color:var(--muted);margin:0;font-size:12px}.calendar-meeting-remove{border:1px solid var(--line);background:var(--surface-soft);height:28px;color:var(--muted-strong);border-radius:999px;justify-self:end;padding:0 12px;font-size:11px;font-weight:500}.projects-panel{padding:0;overflow:auto}.project-top-tabs{border-bottom:1px solid var(--line);background:var(--surface-elevated);align-items:center;gap:18px;min-height:58px;padding:0 22px;display:flex}.project-top-tab{color:var(--muted-strong);background:0 0;border:0;align-items:center;padding:10px 0;font-size:13px;font-weight:500;display:inline-flex;position:relative}.project-top-tab.active{color:var(--blue)}.project-top-tab.active:after{content:"";background:var(--blue);border-radius:999px;height:2px;position:absolute;bottom:-10px;left:0;right:0}.project-content-shell{background:var(--canvas);padding:22px}.project-toolbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.project-toolbar h2{letter-spacing:-.03em;margin:0;font-size:42px;font-weight:600;line-height:1}.project-toolbar-actions{align-items:center;gap:10px;display:flex}.project-dot-action{border:1px solid var(--line);background:var(--surface);width:34px;height:34px;color:var(--muted);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.project-create-button{color:#fff;background:#2e7efb;border:0;border-radius:8px;height:36px;padding:0 18px;font-size:12px;font-weight:500}.project-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.project-kpi-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;align-items:center;min-height:78px;padding:10px 12px;display:flex}.project-kpi-copy p{color:var(--muted);margin:0;font-size:11px}.project-kpi-copy strong{margin-top:3px;font-size:28px;font-weight:600;line-height:1;display:block}.project-order-filters{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;min-height:40px;margin-top:18px;display:flex}.project-filter-tabs{align-items:center;gap:16px;display:flex}.project-filter-tab{color:var(--muted);background:0 0;border:0;padding:8px 0;font-size:12px;font-weight:600}.project-filter-tab.active{color:var(--blue);border-bottom:2px solid var(--blue)}.project-search-button{color:var(--muted);background:0 0;border:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.project-order-breakdown{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.project-customer-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.project-order-break-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;align-content:center;gap:4px;min-height:62px;padding:8px 10px;display:grid}.project-order-break-card p{color:var(--muted);margin:0;font-size:10px}.project-order-break-card strong{color:var(--text);font-size:16px}.project-table-wrap{margin-top:12px}.project-table{border-collapse:separate;border-spacing:0 10px;width:100%;font-size:12px}.project-table thead th{text-align:left;color:var(--muted);padding:0 10px 6px;font-size:11px;font-weight:500}.project-table tbody tr{background:var(--surface)}.project-table tbody td{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted-strong);padding:10px;font-size:12px}.project-table-empty{text-align:center;color:var(--muted);font-size:12px}.project-table tbody td:first-child{border-left:1px solid var(--line);border-top-left-radius:8px;border-bottom-left-radius:8px;width:34px}.project-table tbody td:last-child{border-right:1px solid var(--line);border-top-right-radius:8px;border-bottom-right-radius:8px}.project-table input[type=checkbox]{width:14px;height:14px;accent-color:var(--blue)}.project-customer-table{border-collapse:separate;border-spacing:0 10px;width:100%;font-size:12px}.project-customer-table thead th{text-align:left;color:var(--muted);padding:0 10px 6px;font-size:11px;font-weight:500}.project-customer-table tbody tr{background:var(--surface)}.project-customer-table tbody td{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted-strong);padding:10px;font-size:12px}.project-customer-table tbody td:first-child{border-left:1px solid var(--line);border-top-left-radius:8px;border-bottom-left-radius:8px}.project-customer-table tbody td:last-child{border-right:1px solid var(--line);border-top-right-radius:8px;border-bottom-right-radius:8px}.task-assign-overlay{z-index:80;background:#10141e61;position:fixed;inset:0}.task-assign-drawer{border:1px solid var(--line);background:var(--surface);z-index:90;border-radius:18px;grid-template-rows:auto auto 1fr;gap:10px;width:min(420px,100vw - 28px);padding:12px;transition:transform .18s;display:grid;position:fixed;top:98px;bottom:14px;right:16px;box-shadow:0 26px 80px #0b111e4d}.task-assign-drawer[aria-hidden=true]{transform:translate(120%)}.task-assign-head,.task-assign-list-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.task-assign-head h3,.task-assign-list-head h4{margin:0;font-size:16px;font-weight:600}.task-assign-close{border:1px solid var(--line);background:var(--surface-soft);width:34px;height:34px;color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.task-assign-close svg{width:16px;height:16px}.task-assign-form{gap:8px;display:grid}.task-assign-form select[multiple]{min-height:110px;padding:8px 10px}.task-assign-inline{grid-template-columns:1fr 1fr;gap:8px;display:grid}.task-assign-submit{width:100%}.task-assign-list-wrap{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;grid-template-rows:auto 1fr auto;min-height:0;padding:10px;display:grid}.task-assign-list-head span{color:var(--muted-strong);font-size:11px}.task-assign-list{gap:8px;margin-top:8px;display:grid;overflow:auto}.task-assign-item{border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:6px;padding:9px 10px;display:grid}.task-assign-item-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.task-assign-item-head strong{font-size:13px;line-height:1.2}.task-assign-priority{border:1px solid var(--line);background:var(--surface-soft);min-width:62px;height:22px;color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:inline-flex}.task-assign-item p{color:var(--muted);margin:0;font-size:11px;line-height:1.4}.task-assign-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.task-assign-meta small{color:var(--muted-strong);font-size:10px}.task-assign-remove{border:1px solid var(--line);background:var(--surface-soft);height:24px;color:var(--muted-strong);border-radius:999px;padding:0 10px;font-size:10px}.project-order-id{color:#4f8ff7;font-weight:600}.project-dashboard-layout{grid-template-columns:1.45fr minmax(0,.9fr);gap:12px;display:grid}.project-dashboard-layout-single{grid-template-columns:1fr}.project-dark-panel{color:#dde2ff;background:linear-gradient(#17182d,#121327);border:1px solid #ffffff14;border-radius:18px;padding:14px}.project-dark-main{border-color:var(--line);background:var(--surface);color:var(--text);gap:12px;display:grid}.project-dark-main .project-dark-head h3,.project-dark-main .project-dark-subhead h4{color:var(--text)}.project-dark-main .project-dark-head span,.project-dark-main .project-dark-subhead span{color:var(--muted)}.project-dark-head,.project-dark-subhead,.project-aside-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.project-dark-head h3,.project-dark-subhead h4,.project-aside-head h4{color:#f4f6ff;margin:0;font-size:20px;font-weight:600;line-height:1}.project-dark-head span,.project-dark-subhead span,.project-aside-head p{color:#9a9fc7;margin:0;font-size:11px}.project-status-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.project-status-card{border:1px solid var(--line);background:var(--surface);border-radius:14px;align-content:center;justify-items:center;gap:8px;min-height:98px;padding:12px;display:grid}.project-status-card strong{color:var(--text);font-size:34px;line-height:1}.project-status-card p{color:var(--muted-strong);margin:0;font-size:12px}.project-dashboard-layout .project-dark-panel,.project-dashboard-layout .project-dark-activity,.project-dashboard-layout .project-workflow-breakdown,.project-dashboard-layout .project-budget-panel,.project-dashboard-layout .project-activity-board,.project-dashboard-layout .project-activity-event,.project-dashboard-layout .project-breakdown-item,.project-dashboard-layout .project-aside-stats article,.project-dashboard-layout .project-income-card,.project-dashboard-layout .project-income-chart,.project-dashboard-layout .project-budget-tabs,.project-dashboard-layout .project-budget-tabs .active{background:var(--surface);border-color:var(--line)}.project-dashboard-layout .project-dark-panel,.project-dashboard-layout .project-activity-event strong,.project-dashboard-layout .project-breakdown-copy strong,.project-dashboard-layout .project-aside-stats strong,.project-dashboard-layout .project-budget-panel h5,.project-dashboard-layout .project-income-card strong{color:var(--text)}.project-dashboard-layout .project-dark-head span,.project-dashboard-layout .project-dark-subhead span,.project-dashboard-layout .project-aside-head p,.project-dashboard-layout .project-activity-days span,.project-dashboard-layout .project-activity-event small,.project-dashboard-layout .project-breakdown-copy small,.project-dashboard-layout .project-breakdown-meta small,.project-dashboard-layout .project-income-card p,.project-dashboard-layout .project-income-card span,.project-dashboard-layout .project-income-bar-wrap small,.project-dashboard-layout .project-budget-tabs span{color:var(--muted)}.project-dashboard-layout .project-breakdown-order{background:var(--surface-soft);color:var(--muted-strong)}.project-dashboard-layout .project-breakdown-meta strong{color:var(--text)}.project-dashboard-layout .project-breakdown-hours{background:var(--surface);color:var(--text);border:1px solid var(--line)}.project-dark-activity{background:linear-gradient(#ffffff08,#090a1859);border:1px solid #ffffff14;border-radius:14px;padding:10px}.project-activity-board{background:#06071673;border:1px solid #ffffff14;border-radius:12px;min-height:232px;margin-top:8px;position:relative;overflow:hidden}.project-activity-days{grid-template-columns:repeat(6,minmax(0,1fr));padding:10px 10px 0;display:grid}.project-activity-days span{text-align:center;color:#8f96c1;font-size:10px}.project-activity-grid{background-image:linear-gradient(90deg,#949ac61f 1px,#0000 1px),linear-gradient(#949ac61f 1px,#0000 1px);background-size:16.6667% 20%;position:absolute;inset:34px 0 0}.project-activity-line{background:linear-gradient(#ff7c4a33,#ff7c4ae6,#ff7c4a33);width:2px;position:absolute;top:34px;bottom:0;left:50%}.project-activity-event{background:#141629e6;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:8px;min-width:140px;padding:6px 10px;display:flex;position:absolute;transform:translate(-50%,-50%)}.project-activity-members{flex-shrink:0;align-items:center;display:flex}.project-activity-members span{color:#fff;background:linear-gradient(135deg,#5f87ff,#ef6d47);border:2px solid #17182d;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;margin-right:-6px;font-size:9px;font-weight:700;display:inline-flex}.project-activity-event strong{color:#f2f4ff;font-size:10px;font-weight:600;display:block}.project-activity-event small{color:#9ba2ca;font-size:9px;display:block}.project-workflow-breakdown{background:linear-gradient(#ffffff08,#090a1859);border:1px solid #ffffff14;border-radius:14px;padding:10px}.project-breakdown-list{gap:7px;margin-top:8px;display:grid}.project-breakdown-item{background:#0709178c;border:1px solid #ffffff14;border-radius:12px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:8px 10px;display:grid}.project-breakdown-order{color:#cfd5f8;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:inline-flex}.project-breakdown-copy strong{color:#f2f4ff;font-size:12px;line-height:1.2;display:block}.project-breakdown-copy small{color:#98a0c9;margin-top:2px;font-size:10px;display:block}.project-breakdown-meta{text-align:right}.project-breakdown-meta strong{color:#ffd071;font-size:14px;display:block}.project-breakdown-meta small{color:#9aa2cb;font-size:9px;display:block}.project-breakdown-hours{color:#9ebcff;background:#638fff33;border-radius:999px;justify-content:center;align-items:center;min-width:42px;height:22px;font-size:10px;font-weight:600;display:inline-flex}.project-dark-aside{align-content:start;gap:10px;display:grid}.project-aside-avatar{color:#2e2510;background:linear-gradient(135deg,#ffc84f,#ef6d47);border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:inline-flex}.project-aside-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.project-aside-stats article{background:#ffffff08;border:1px solid #ffffff17;border-radius:10px;padding:8px}.project-aside-stats p{color:#8f96c1;margin:0;font-size:10px}.project-aside-stats strong{color:#f4f6ff;margin-top:6px;font-size:14px;display:block}.project-budget-panel{background:linear-gradient(#ffffff08,#090a1859);border:1px solid #ffffff14;border-radius:14px;padding:10px}.project-budget-tabs{background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-top:8px;padding:4px;display:grid}.project-budget-tabs span{color:#9197c2;border-radius:999px;justify-content:center;align-items:center;min-height:24px;font-size:10px;display:inline-flex}.project-budget-tabs .active{color:#eff2ff;background:#ffffff14}.project-budget-panel h5{color:#f6f7ff;margin:12px 0 8px;font-size:14px;font-weight:600}.project-income-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.project-income-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:10px}.project-income-dot{border-radius:999px;width:12px;height:12px;margin-bottom:8px}.project-income-dot.violet{background:#b178ff}.project-income-dot.orange{background:#ff9d5c}.project-income-card p{color:#8f96c1;margin:0;font-size:10px}.project-income-card strong{color:#f4f6ff;margin-top:6px;font-size:16px;display:block}.project-income-card span{color:#9ba2ca;margin-top:5px;font-size:10px;display:block}.project-income-chart{background:#05071480;border:1px solid #ffffff14;border-radius:12px;grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;gap:5px;min-height:168px;margin-top:12px;padding:10px 8px 8px;display:grid}.project-income-bar-wrap{justify-items:center;gap:6px;display:grid;position:relative}.project-income-bar{background:linear-gradient(#ff8f5d,#8d55ff);border-radius:999px;width:8px}.project-income-bar.highlight{background:linear-gradient(#ffc260,#955dff);width:12px;box-shadow:0 0 16px #955dff80}.project-income-tooltip{color:#fff;background:#925bff;border-radius:999px;justify-content:center;align-items:center;min-width:64px;height:18px;padding:0 6px;font-size:9px;display:inline-flex;position:absolute;top:-22px}.project-income-bar-wrap small{color:#8f96c1;font-size:8px}.project-customer-cell{align-items:center;gap:8px;display:flex}.project-pill{white-space:nowrap;color:#fff;border-radius:6px;justify-content:center;align-items:center;min-width:112px;height:22px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.project-pill.warning{background:#f4af12}.project-pill.violet{background:#9e4ad9}.project-pill.success{background:#2fbf80}[data-theme=dark] .project-content-shell{background:color-mix(in srgb, var(--canvas) 88%, #000 12%)}[data-theme=dark] .project-create-button{background:#4d90f7}[data-theme=dark] .project-order-id{color:#8eb9ff}[data-theme=light] .project-dark-panel{border-color:#23284533;box-shadow:0 14px 34px #181c301f}[data-theme=light] .project-breakdown-item{background:#0a0c2180}.auth-screen{grid-template-columns:minmax(0,1fr) minmax(300px,420px);align-items:stretch;gap:16px;padding:14px;display:grid}.auth-preview,.auth-form-card{border:1px solid var(--line);background:var(--surface);border-radius:24px;padding:28px}.auth-preview h1{margin:12px 0 8px;font-size:42px;font-weight:600;line-height:1}.auth-logo{width:auto;height:58px;display:block}.auth-preview-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;margin-top:14px;padding:14px}.auth-toggle{border:1px solid var(--line);background:var(--surface-soft);border-radius:999px;min-width:128px;height:38px;margin-top:14px;font-size:12px}.auth-form-card{flex-direction:column;justify-content:center;display:flex}.auth-form-card h2{margin-bottom:12px;font-size:28px}.auth-form{gap:10px;display:grid}.form-field{gap:6px;display:grid}.form-field input:not([type=checkbox]):not([type=radio]){border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;height:42px;padding:0 12px}.password-input-wrap{display:block;position:relative}.password-input-wrap input{width:100%;padding-right:70px}.password-toggle-button{border:1px solid var(--line);background:var(--surface);min-width:54px;height:28px;color:var(--muted-strong);border-radius:8px;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.auth-submit{width:100%;margin-top:6px}@media (width<=1400px){.app-grid{grid-template-columns:236px 320px minmax(0,1fr)}}.department-page{background:linear-gradient(#b6d7eb 0%,#a9d1e8 100%);padding:14px}[data-theme=dark] .department-page{background:linear-gradient(#223646 0%,#1a2b3a 100%)}.department-shell{background:#f5fcff57;border:1px solid #ffffff59;border-radius:12px;gap:12px;min-height:100%;padding:14px;display:grid}[data-theme=dark] .department-shell{background:#07101859;border-color:#ffffff1a}.department-topbar{background:#ffffffe6;border:1px solid #1b496e14;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;min-height:56px;padding:0 14px;display:flex}[data-theme=dark] .department-topbar{background:#0d1923e0;border-color:#ffffff1a}.department-search{background:#eaf5fb;border:1px solid #1b496e24;border-radius:999px;align-items:center;gap:8px;width:min(100%,420px);min-height:36px;padding:0 10px;display:flex}[data-theme=dark] .department-search{background:#1b2f41;border-color:#ffffff1f}.department-search input{color:#21455f;background:0 0;border:0;outline:none;width:100%;font-size:12px}[data-theme=dark] .department-search input{color:#d6e6f2}.department-search input::placeholder{color:#6c8aa1}.department-search-icon{color:#3d7296;display:inline-flex}.department-profile-box{align-items:center;gap:10px;display:inline-flex}.department-profile-box strong{color:#2b4d67;font-size:12px;line-height:1.2;display:block}[data-theme=dark] .department-profile-box strong{color:#d8e8f6}.department-profile-box span{color:#6b889f;font-size:11px}.department-profile-avatar{color:#fff;background:linear-gradient(135deg,#256b9a,#8fd4ff);border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:inline-flex}.department-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.department-metric-card{text-align:left;background:#ffffffeb;border:1px solid #1b496e1f;border-radius:10px;gap:4px;padding:10px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid}[data-theme=dark] .department-metric-card{background:#0f1e2ae6;border-color:#ffffff1f}.department-metric-card:hover,.department-metric-card.active{border-color:#19568252;transform:translateY(-1px);box-shadow:0 8px 18px #0c2c4424}.department-metric-icon{color:#fff;background:#0f4a74;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.department-metric-card p{color:#6787a1;margin:0;font-size:11px}.department-metric-card strong{letter-spacing:-.02em;color:#1a4e74;font-size:31px;line-height:1}[data-theme=dark] .department-metric-card strong{color:#d5e9f9}.department-metric-card small{color:#2ea76b;font-size:11px}.department-cards-wrap{position:relative}.department-cards-track{scroll-behavior:smooth;grid-auto-columns:minmax(190px,1fr);grid-auto-flow:column;gap:10px;padding-bottom:4px;display:grid;overflow-x:auto}.department-card{background:#ffffffeb;border:1px solid #1b496e1f;border-radius:10px;gap:8px;min-height:160px;padding:12px;transition:transform .16s,border-color .16s;display:grid}[data-theme=dark] .department-card{background:#0f1e2ae6;border-color:#ffffff1f}.department-card:hover{border-color:#1a568259;transform:translateY(-1px)}.department-card.is-open{border-color:#147e5573;box-shadow:inset 0 0 0 1px #147e553d}.department-card-icon{color:#2f6f97;background:#e3f0f9;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.department-card-icon.sky{background:#d9efff}.department-card-icon.sage{background:#def4e7}.department-card-icon.sand{background:#fff1cf}.department-card-icon.rose{background:#ffe5ef}.department-card-icon.stone{background:#e6eaf2}.department-card strong{font-size:14px;font-weight:600;line-height:1.35}.department-card p,.department-card small{color:#64839a;margin:0;font-size:12px}.department-card-employees{background:#f0f9ffbf;border:1px solid #1b496e24;border-radius:8px;margin-top:2px;padding:8px}[data-theme=dark] .department-card-employees{background:#1b2f42a6;border-color:#ffffff26}.department-card-employees-title{color:#53758f;margin:0 0 4px;font-size:11px;font-weight:600}.department-card-employees ul{gap:2px;margin:0;padding:0 0 0 14px;display:grid}.department-card-employees li{color:#2b5470;font-size:12px}[data-theme=dark] .department-card-employees li{color:#cfe4f7}.department-card-action{color:#205f88;background:#edf7fe;border:1px solid #1d689642;border-radius:8px;width:fit-content;min-height:30px;margin-top:auto;padding:0 10px;font-size:12px;font-weight:600}[data-theme=dark] .department-card-action{color:#cce9ff;background:#64b2e326}.department-cards-next{color:#366f95;background:#fffffff2;border:1px solid #1b496e33;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:absolute;top:50%;right:-8px;transform:translateY(-50%)}.department-attendance{background:#fffffff2;border:1px solid #1b496e1f;border-radius:10px;padding:10px}[data-theme=dark] .department-attendance{background:#0f1e2aeb;border-color:#ffffff1f}.department-attendance-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.department-attendance-head h3{margin:0;font-size:16px;font-weight:600}.department-attendance-head p{color:#708ca1;margin:2px 0 0;font-size:12px}.department-refresh{color:#245f84;background:#edf7fe;border:1px solid #1b496e40;border-radius:8px;min-height:32px;padding:0 12px;font-size:12px;font-weight:600}.department-attendance-table-wrap{overflow-x:auto}.department-attendance-table{border-collapse:collapse;width:100%;min-width:920px}.department-attendance-table th,.department-attendance-table td{text-align:left;border-bottom:1px solid #1b496e14;padding:10px 8px;font-size:12px}.department-attendance-table th{color:#6d879a;font-weight:600}.department-employee-cell{align-items:center;gap:8px;display:flex}.department-employee-avatar{color:#fff;background:#0f4a74;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.department-employee-cell strong{color:#1f4f72;font-size:12px;display:block}[data-theme=dark] .department-employee-cell strong{color:#d7e8f5}.department-employee-cell small{color:#6d879c}.department-time{font-weight:600}.department-time.in{color:#2e9c66}.department-time.out{color:#296a98}.department-status{font-weight:600}.department-status.late{color:#d9534f}.department-status.in-time{color:#2f9c67}.department-empty{color:#5f7f95;margin:10px 0 0;font-size:12px}.department-page-harmonized{background:var(--surface);padding:16px}.department-page-harmonized .department-shell{border:1px solid var(--line);background:var(--surface-soft)}.department-page-harmonized .department-topbar,.department-page-harmonized .department-metric-card,.department-page-harmonized .department-card,.department-page-harmonized .department-attendance{border-color:var(--line);background:var(--surface)}.department-page-harmonized .department-search{border-color:var(--line);background:var(--surface-soft)}.department-page-harmonized .department-search input,.department-page-harmonized .department-card strong,.department-page-harmonized .department-employee-cell strong,.department-page-harmonized .department-metric-card strong{color:var(--text)}.department-page-harmonized .department-search input::placeholder,.department-page-harmonized .department-search-icon,.department-page-harmonized .department-card p,.department-page-harmonized .department-card small,.department-page-harmonized .department-card-employees-title,.department-page-harmonized .department-attendance-head p,.department-page-harmonized .department-attendance-table th,.department-page-harmonized .department-employee-cell small,.department-page-harmonized .department-empty,.department-page-harmonized .department-profile-box span,.department-page-harmonized .department-metric-card p{color:var(--muted)}.department-page-harmonized .department-profile-box strong{color:var(--text)}.department-page-harmonized .department-metric-card:hover,.department-page-harmonized .department-metric-card.active,.department-page-harmonized .department-card:hover{border-color:var(--line-strong);box-shadow:0 10px 22px #11182414}[data-theme=dark] .department-page-harmonized .department-metric-card:hover,[data-theme=dark] .department-page-harmonized .department-metric-card.active,[data-theme=dark] .department-page-harmonized .department-card:hover{box-shadow:0 10px 26px #00000047}.department-page-harmonized .department-metric-icon,.department-page-harmonized .department-employee-avatar,.department-page-harmonized .department-profile-avatar{background:var(--bubble-out);color:#fff}.department-page-harmonized .department-card-employees{border-color:var(--line);background:var(--surface-soft)}.department-page-harmonized .department-card-employees li{color:var(--muted-strong)}.department-page-harmonized .department-card-action,.department-page-harmonized .department-refresh{border-color:var(--line);background:var(--surface-soft);color:var(--muted-strong)}.department-page-harmonized .department-card-action:hover,.department-page-harmonized .department-refresh:hover{background:var(--surface-elevated)}.department-page-harmonized .department-attendance-table th,.department-page-harmonized .department-attendance-table td{border-bottom-color:var(--line)}.department-page-harmonized .department-status.in-time{color:var(--green)}.department-page-harmonized .department-status.late{color:var(--orange)}.department-page-harmonized .department-time.out{color:var(--blue)}.department-employees-page{background:linear-gradient(#edf6ff 0%,#e7f2fd 100%);padding:14px}[data-theme=dark] .department-employees-page{background:linear-gradient(#1f3041 0%,#1a2737 100%)}.department-employees-shell{background:#f8fbff;border:1px solid #24587e29;border-radius:14px;gap:12px;min-height:100%;padding:14px;display:grid}[data-theme=dark] .department-employees-shell{background:#0b1623b8;border-color:#ffffff1f}.department-employees-toolbar{background:#fff;border:1px solid #24587e1f;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:8px 10px;display:flex}[data-theme=dark] .department-employees-toolbar{background:#111f2d;border-color:#ffffff1f}.department-employees-toolbar-left,.department-employees-toolbar-right{align-items:center;gap:10px;display:inline-flex}.department-employees-back,.department-employees-mini-icon{color:#2f6f97;background:#f1f7fd;border:1px solid #24587e33;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}[data-theme=dark] .department-employees-back,[data-theme=dark] .department-employees-mini-icon{color:#d0e8fb;background:#1e3347;border-color:#ffffff2e}.department-employees-search{background:#f3f8fe;border:1px solid #24587e29;border-radius:999px;align-items:center;gap:8px;min-width:min(100%,290px);min-height:34px;padding:0 10px;display:inline-flex}[data-theme=dark] .department-employees-search{background:#182d41;border-color:#ffffff24}.department-employees-search svg{color:#3d7297}.department-employees-search input{color:#234f70;background:0 0;border:0;outline:none;width:100%;font-size:13px}[data-theme=dark] .department-employees-search input{color:#d5e7f7}.department-employees-search input::placeholder{color:#7a96ab}.department-employees-profile{color:#fff;background:linear-gradient(135deg,#1f91f5,#6ec0ff);border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:inline-flex}.department-employees-head{background:#fff;border:1px solid #24587e1f;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}[data-theme=dark] .department-employees-head{background:#111f2d;border-color:#ffffff1f}.department-employees-head-copy p{color:#557995;margin:0;font-size:12px}.department-employees-head-copy h2{color:#19547b;margin:3px 0 0;font-size:25px;font-weight:600;line-height:1}[data-theme=dark] .department-employees-head-copy h2{color:#d5ebfb}.department-employees-controls{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.department-employees-controls select{color:#2c5f81;background:#f3f8fe;border:1px solid #24587e2e;border-radius:8px;outline:none;min-height:34px;padding:0 10px;font-size:12px;font-weight:500}[data-theme=dark] .department-employees-controls select{color:#d2e7f8;background:#1a3044;border-color:#ffffff29}.department-employees-view-toggle{background:#f5f9ff;border:1px solid #24587e33;border-radius:8px;align-items:center;gap:4px;padding:2px;display:inline-flex}[data-theme=dark] .department-employees-view-toggle{background:#1a2d40;border-color:#ffffff29}.department-employees-view-toggle button{color:#5a7f99;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.department-employees-view-toggle button.active{color:#fff;background:#2f8ff2}.department-employees-section-title{color:#1e5a82;margin:0;font-size:14px;font-weight:600}[data-theme=dark] .department-employees-section-title{color:#d4e9fb}.department-employees-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.department-employee-directory-card{background:#fff;border:1px solid #24587e24;border-radius:14px;grid-template-rows:44px 1fr auto;min-height:258px;display:grid;overflow:hidden}[data-theme=dark] .department-employee-directory-card{background:#11202f;border-color:#ffffff21}.department-employee-card-strip{background:linear-gradient(90deg,#1184f2,#2199ff)}.department-employee-card-main{padding:0 12px 10px}.department-employee-card-avatar{color:#fff;background:linear-gradient(135deg,#167fdf,#72c3ff);border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;margin-top:-24px;font-size:15px;font-weight:700;display:inline-flex}[data-theme=dark] .department-employee-card-avatar{border-color:#11202f}.department-employee-card-title{margin-top:8px}.department-employee-card-title strong{color:#1f4f73;font-size:15px;line-height:1.25;display:block}[data-theme=dark] .department-employee-card-title strong{color:#d3e8fb}.department-employee-card-title small{color:#7791a5;font-size:12px}.department-employee-card-meta{gap:6px;margin:10px 0 0;padding:0;list-style:none;display:grid}.department-employee-card-meta li{color:#63829a;align-items:center;gap:6px;font-size:12px;line-height:1.3;display:flex}[data-theme=dark] .department-employee-card-meta li{color:#bcd3e6}.department-employee-card-meta li span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.department-employee-card-meta li svg{flex:none;width:14px;height:14px}.department-employee-card-actions{border-top:1px solid #24587e1a;align-items:center;gap:6px;padding:9px 12px;display:flex}[data-theme=dark] .department-employee-card-actions{border-top-color:#ffffff1f}.department-employee-card-actions button{color:#2f6f97;background:#f4f8fd;border:1px solid #24587e33;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}[data-theme=dark] .department-employee-card-actions button{color:#d1e7fa;background:#1d3348;border-color:#ffffff2e}.department-employee-card-actions .status{width:auto;margin-left:auto;padding:0 8px;font-size:11px;font-weight:600}.department-employee-card-actions .status.active{color:#179055;background:#1eaa5f1f;border-color:#1eaa5f4d}.department-employee-card-actions .status.remote{color:#356cc5;background:#457be01f;border-color:#457be04d}[data-theme=dark] .department-employee-card-actions .status.active{color:#87efba;background:#27bc6e38}[data-theme=dark] .department-employee-card-actions .status.remote{color:#a8c8ff;background:#457be038}.department-employees-list.is-list-view{grid-template-columns:1fr}.department-employees-list.is-list-view .department-employee-directory-card{grid-template-rows:1fr;grid-template-columns:8px minmax(0,1fr) auto;min-height:0}.department-employees-list.is-list-view .department-employee-card-strip{height:100%}.department-employees-list.is-list-view .department-employee-card-main{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.department-employees-list.is-list-view .department-employee-card-avatar{width:46px;height:46px;margin-top:0}.department-employees-list.is-list-view .department-employee-card-title{margin-top:0}.department-employees-list.is-list-view .department-employee-card-meta{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 12px;margin-top:3px}.department-employees-list.is-list-view .department-employee-card-actions{border-top:0;border-left:1px solid #24587e1a;flex-direction:column;justify-content:center}[data-theme=dark] .department-employees-list.is-list-view .department-employee-card-actions{border-left-color:#ffffff1f}.department-employees-list.is-list-view .department-employee-card-actions .status{margin-left:0}.department-employees-empty{color:#5d7c96;margin:0;font-size:13px}[data-theme=dark] .department-employees-empty{color:#bad0e4}.department-employees-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.department-employees-pagination{align-items:center;gap:6px;display:inline-flex}.department-employees-pagination button{color:#3b6f92;background:#f5f9ff;border:1px solid #24587e33;border-radius:7px;width:28px;height:28px;font-size:12px;font-weight:600}[data-theme=dark] .department-employees-pagination button{color:#d2e7f9;background:#1d3348;border-color:#ffffff29}.department-employees-pagination button.active{color:#fff;background:#2e90f5;border-color:#2e90f5}.department-employees-create{color:#fff;background:#2e90f5;border:1px solid #2e90f5;border-radius:8px;min-height:34px;padding:0 14px;font-size:12px;font-weight:600}.tasklist-toolbar{justify-content:space-between;align-items:center;gap:12px;min-height:52px;margin-top:10px;display:flex}.tasklist-views{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;align-items:center;gap:3px;padding:4px;display:flex}.tasklist-view-tab{min-height:34px;color:var(--muted-strong);background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:500;display:inline-flex}.tasklist-view-tab.active{background:var(--surface);color:var(--text);box-shadow:0 2px 8px #0c14261f}.tasklist-view-dot{background:var(--yellow);border-radius:999px;width:7px;height:7px}.tasklist-view-dot.complete{background:#18c07f}.tasklist-view-dot.progress{background:#2c95ff}.tasklist-view-dot.todo{background:#9aa8bf}.tasklist-view-count{min-width:18px;height:18px;color:inherit;background:#94a3b82e;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.tasklist-toolbar-actions{align-items:center;gap:8px;display:inline-flex}.tasklist-icon-button{border:1px solid var(--line);background:var(--surface);width:36px;height:36px;color:var(--muted-strong);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.tasklist-add-button{color:#1f4cc8;background:#f5f8ff;border:1px solid #3a72ff;border-radius:10px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}[data-theme=dark] .tasklist-add-button{color:#151b29;background:#f3f5fb;border-color:#f3f5fb}.tasklist-shell{--task-bg:#f4f6fb;--task-surface:#fff;--task-line:#d9dfec;--task-text:#1d2535;--task-muted:#73809a;border:1px solid var(--task-line);background:radial-gradient(circle at 20% 0%, #506eff0f, transparent 38%), var(--task-bg);color:var(--task-text);border-radius:14px;margin-top:12px;padding:12px}[data-theme=light] .tasklist-shell{--task-bg:#f4f6fb;--task-surface:#fff;--task-line:#d9dfec;--task-text:#1d2535;--task-muted:#73809a}[data-theme=dark] .tasklist-shell{--task-bg:#070a10;--task-surface:#0d131f;--task-line:#20293c;--task-text:#edf1f8;--task-muted:#93a0b6}.tasklist-group+.tasklist-group{margin-top:20px}.tasklist-group-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.tasklist-status-pill{letter-spacing:.01em;border-radius:999px;align-items:center;gap:8px;min-height:30px;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}.tasklist-group-count{color:var(--task-muted);font-size:16px;font-weight:500}.tasklist-status-dot{background:currentColor;border-radius:999px;width:9px;height:9px}.tasklist-status-pill.complete,.tasklist-check.complete,.tasklist-status-tag.complete{color:#18c07f}.tasklist-status-pill.complete{background:#18c07f38}.tasklist-status-pill.progress,.tasklist-check.progress,.tasklist-status-tag.progress{color:#2c95ff}.tasklist-status-pill.progress{background:#2c95ff33}.tasklist-status-pill.review,.tasklist-check.review,.tasklist-status-tag.review{color:#8a63ff}.tasklist-status-pill.review{background:#8a63ff33}.tasklist-status-pill.todo,.tasklist-check.todo,.tasklist-status-tag.todo{color:#9aa8bf}.tasklist-status-pill.todo{background:#9aa8bf33}.tasklist-group-table{border:1px solid var(--task-line);background:var(--task-surface);border-radius:12px;overflow-x:auto}.tasklist-grid{grid-template-columns:minmax(260px,3fr) minmax(130px,1fr) minmax(100px,.9fr) minmax(100px,.9fr) minmax(130px,1.1fr) minmax(90px,.8fr) minmax(92px,auto);align-items:center;gap:12px;min-width:900px;padding:0 12px;display:grid}.tasklist-grid-head{min-height:44px;color:var(--task-muted);font-size:13px;font-weight:500}.tasklist-row{border-top:1px solid var(--task-line);min-height:58px}.tasklist-name{align-items:center;gap:10px;min-width:0;display:inline-flex}.tasklist-name p{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:500;line-height:1.35;overflow:hidden}.tasklist-check{border:2px solid;border-radius:999px;flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.tasklist-check:after{content:"";background:currentColor;border-radius:999px;width:6px;height:6px}.tasklist-assignees{align-items:center;display:inline-flex}.tasklist-assignee{border:2px solid var(--task-surface);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:inline-flex}.tasklist-assignee+.tasklist-assignee{margin-left:-8px}.tasklist-assignee.primary{background:linear-gradient(135deg,#00b89c,#2bd4b3)}.tasklist-assignee.secondary{background:linear-gradient(135deg,#5a65f5,#8a45ff)}.tasklist-date{font-size:14px;font-weight:500}.tasklist-date.complete{color:#1dd389}.tasklist-date.progress{color:#ff7a7a}.tasklist-date.review{color:#8a63ff}.tasklist-date.todo{color:#b3bdcf}.tasklist-priority{align-items:center;gap:6px;font-size:14px;font-weight:500;display:inline-flex}.tasklist-priority svg{width:14px;height:14px}.tasklist-priority.urgent{color:#ff6f7b}.tasklist-priority.high{color:#f2be43}.tasklist-priority.medium{color:#87a0c9}.tasklist-status-tag{background:#ffffff05;border:1px solid;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.tasklist-comments{color:var(--task-muted);align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.tasklist-comments svg{width:15px;height:15px}.tasklist-row-actions{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.tasklist-action-button{border:1px solid var(--task-line);background:var(--task-surface);width:32px;height:32px;color:var(--task-muted);border-radius:10px;justify-content:center;align-items:center;transition:border-color .16s,color .16s,background .16s,box-shadow .16s,transform .16s;display:inline-flex}.tasklist-action-button svg{stroke:currentColor;stroke-width:1.9px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.tasklist-action-button:hover,.tasklist-action-button:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 10px 18px #18253c1f}.tasklist-action-button.complete{color:#2c95ff}.tasklist-action-button.complete:hover,.tasklist-action-button.complete:focus-visible{background:#2c95ff14;border-color:#2c95ff47}.tasklist-action-button.assign{color:#f2be43}.tasklist-action-button.assign:hover,.tasklist-action-button.assign:focus-visible{background:#f2be431a;border-color:#f2be4352}.tasklist-action-button.reassign{color:#7c3aed}.tasklist-action-button.reassign:hover,.tasklist-action-button.reassign:focus-visible{background:#7c3aed1a;border-color:#7c3aed52}.tasklist-action-button.review{color:#18c07f}.tasklist-action-button.review:hover,.tasklist-action-button.review:focus-visible{background:#18c07f14;border-color:#18c07f47}.tasklist-action-button.detail{color:var(--task-muted)}.tasklist-action-button.detail:hover,.tasklist-action-button.detail:focus-visible{background:#7a89a414;border-color:#7a89a447}.tasklist-add-row{border:1px dashed var(--task-line);width:100%;min-height:42px;color:var(--task-muted);text-align:left;background:0 0;border-radius:10px;align-items:center;margin-top:8px;padding:0 12px;font-size:14px;font-weight:500;display:inline-flex}.tasklist-empty{min-height:52px;color:var(--task-muted);border-top:1px solid var(--task-line);align-items:center;margin:0;padding:0 12px;font-size:12px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.task-compose-panel{--compose-bg:#111318;--compose-surface:#171a20;--compose-line:#2a2e36;--compose-line-soft:#21252d;--compose-text:#e9ecf3;--compose-muted:#8d95a6;--compose-accent:#fff;--compose-green:#19c37d;--compose-key:#1b1f27;background:var(--compose-bg);color:var(--compose-text)}.task-compose-shell{flex-direction:column;min-height:100%;display:flex}.task-compose-topbar{border-bottom:1px solid var(--compose-line-soft);justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:0 18px;display:flex}.task-compose-tabs{align-items:center;gap:20px;display:flex;overflow-x:auto}.task-compose-tab{min-height:56px;color:var(--compose-muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:0;font-size:17px;font-weight:500}.task-compose-tab.active{color:var(--compose-accent);border-bottom-color:var(--compose-accent)}.task-compose-topbar-actions{align-items:center;gap:10px;display:flex}.task-compose-live-block{justify-items:end;gap:2px;display:grid}.task-compose-live-block strong{font-size:14px;font-weight:600;line-height:1}.task-compose-live-block span{color:var(--compose-muted);font-size:11px}.task-compose-close{border:1px solid var(--compose-line);background:var(--compose-key);width:34px;height:34px;color:var(--compose-muted);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.task-compose-form{flex-direction:column;flex:1;display:flex}.task-compose-select-row{align-items:center;gap:10px;padding:18px 18px 0;display:flex}.task-compose-select{min-width:120px}.task-compose-select select{border:1px solid var(--compose-line);background:var(--compose-key);width:100%;min-height:32px;color:var(--compose-text);border-radius:8px;outline:none;padding:0 10px}.task-compose-title-wrap,.task-compose-description-wrap{padding:0 18px}.task-compose-title-wrap{margin-top:18px}.task-compose-title-wrap input{width:100%;min-height:54px;color:var(--compose-text);letter-spacing:-.02em;background:0 0;border:0;outline:none;font-size:39px;font-weight:500;line-height:1}.task-compose-title-wrap input::placeholder{color:#e9ecf39e}.task-compose-description-wrap{margin-top:8px}.task-compose-description-wrap textarea{width:100%;min-height:112px;color:var(--compose-text);resize:none;background:0 0;border:0;outline:none;font-size:18px;line-height:1.45}.task-compose-description-wrap textarea::placeholder{color:#e9ecf373}.task-compose-key-row{flex-wrap:wrap;align-items:center;gap:10px;padding:16px 18px 0;display:flex}.task-compose-key{border:1px solid var(--compose-line);min-height:32px;color:var(--compose-text);background:0 0;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:16px;font-weight:500;display:inline-flex}.task-compose-key.active{background:#232830;border-color:#2d333f}.task-compose-key.icon-only{width:34px;padding:0}.task-compose-panels{padding:12px 18px 0}.task-compose-key-panel{max-width:620px;display:none}.task-compose-key-panel.active{display:block}.task-compose-inline-field{gap:6px;display:grid}.task-compose-inline-field span{color:var(--compose-muted);font-size:12px}.task-compose-inline-field input,.task-compose-inline-field select{border:1px solid var(--compose-line);background:var(--compose-surface);width:100%;min-height:38px;color:var(--compose-text);border-radius:9px;outline:none;padding:0 12px}.task-compose-inline-field select[multiple]{min-height:132px;padding:8px}.task-compose-template-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.task-compose-template-pill{border:1px solid var(--compose-line);background:var(--compose-key);min-height:32px;color:var(--compose-text);border-radius:999px;padding:0 12px;font-size:13px;font-weight:500}.task-compose-field-keys{padding:14px 18px 0}.task-compose-field-keys p{color:var(--compose-muted);margin:0;font-size:16px;font-weight:500}.task-compose-field-keys div{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.task-compose-secondary{border:1px solid var(--compose-line);min-height:38px;color:var(--compose-text);background:#ffffff0d;border-radius:10px;padding:0 12px;font-size:16px;font-weight:500}.task-compose-feedback{min-height:18px;color:var(--compose-green);margin:10px 18px 0;font-size:12px}.task-compose-feedback.error{color:#ff7a7a}.task-compose-footer{border-top:1px solid var(--compose-line-soft);justify-content:space-between;align-items:center;gap:12px;min-height:82px;margin-top:auto;padding:0 18px;display:flex}.task-compose-template-button{border:1px solid var(--compose-line);min-height:38px;color:var(--compose-text);background:0 0;border-radius:10px;padding:0 14px;font-size:16px;font-weight:500}.task-compose-footer-live{color:var(--compose-muted);align-items:center;gap:8px;font-size:14px;display:inline-flex}.task-compose-footer-actions{align-items:center;gap:8px;display:flex}.task-compose-icon{border:1px solid var(--compose-line);width:38px;height:38px;color:var(--compose-muted);background:0 0;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.task-compose-submit{color:#10151e;background:#f4f6fb;border:0;border-radius:10px;min-height:40px;padding:0 18px;font-size:18px;font-weight:600}@media (width<=1140px){.app-grid{grid-template-columns:190px minmax(0,1fr)}.message-sidebar{display:none}.auth-screen{grid-template-columns:1fr}}@media (width<=820px){.app-topbar{flex-direction:column;align-items:flex-start;gap:10px;height:auto;padding:14px}.app-topbar-left{justify-content:space-between;width:100%}.app-grid{grid-template-columns:1fr;min-height:auto}.nav-sidebar,.message-sidebar,.page-stage{border-right:0;border-bottom:1px solid var(--line)}.nav-card{margin-bottom:8px}.directory-panel,.settings-panel{padding:12px}.chat-row.incoming,.chat-row.outgoing,.chat-composer{grid-template-columns:1fr}.chat-row.outgoing{justify-items:stretch}.room-header{flex-direction:column;align-items:flex-start;height:auto;padding:10px 12px}.employee-grid,.settings-stack{flex-direction:column}.calendar-layout,.reports-layout,.dashboard-reference-top{grid-template-columns:1fr}.dashboard-ref-tile,.dashboard-ref-status-group{border-right:0;border-bottom:1px solid var(--line)}.dashboard-ref-live{min-height:70px;padding:0 14px}.dashboard-ref-icon{min-height:56px}.dashboard-ref-status-group{flex-wrap:wrap;padding:12px}.dashboard-ref-checkout,.dashboard-ref-close{margin:8px 12px}.dashboard-reference-body{padding:12px}.dashboard-reference-headline{flex-direction:column;align-items:flex-start}.dashboard-reference-meeting-dropdown,.dashboard-reference-meeting-btn{width:100%}.dashboard-reference-meeting-menu{min-width:0;left:0;right:0}.dashboard-reference-grid,.calendar-inline-fields,.calendar-orbit-grid,.calendar-meeting-list,.attendance-summary-bar,.attendance-workflow{grid-template-columns:1fr}.project-top-tabs{gap:14px;padding:0 14px;overflow-x:auto}.project-content-shell{padding:14px}.department-page,.department-shell{padding:10px}.department-topbar{flex-direction:column;align-items:stretch;min-height:auto;padding:10px}.department-search{width:100%}.department-profile-box{justify-content:space-between;width:100%}.department-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.department-cards-track{grid-auto-columns:minmax(210px,1fr)}.department-cards-next{display:none}.department-attendance{padding:8px}.department-attendance-head{flex-direction:column;align-items:flex-start}.department-employees-page,.department-employees-shell{padding:10px}.department-employees-toolbar{flex-direction:column;align-items:stretch;min-height:auto}.department-employees-toolbar-right{justify-content:flex-end}.department-employees-search{width:100%;min-width:0}.department-employees-head{flex-direction:column}.department-employees-controls{justify-content:flex-start;width:100%}.department-employees-controls select{flex:160px}.department-employees-list,.department-employees-list.is-list-view .department-employee-directory-card{grid-template-columns:1fr}.department-employees-list.is-list-view .department-employee-card-strip{height:8px}.department-employees-list.is-list-view .department-employee-card-actions{border-top:1px solid #24587e1a;border-left:0;flex-direction:row}[data-theme=dark] .department-employees-list.is-list-view .department-employee-card-actions{border-top-color:#ffffff1f}.department-employees-list.is-list-view .department-employee-card-actions .status{margin-left:auto}.department-employees-list.is-list-view .department-employee-card-meta{grid-template-columns:1fr}.department-employees-footer{flex-direction:column;align-items:stretch}.department-employees-pagination{justify-content:center}.tasklist-toolbar{flex-direction:column;align-items:flex-start}.tasklist-views{white-space:nowrap;width:100%;overflow-x:auto}.tasklist-toolbar-actions{justify-content:flex-end;width:100%}.tasklist-shell{padding:10px}.tasklist-grid{min-width:760px}.task-compose-topbar{flex-direction:column;align-items:flex-start;min-height:auto;padding:10px 12px}.task-compose-topbar-actions{justify-content:space-between;width:100%}.task-compose-live-block{justify-items:start}.task-compose-select-row,.task-compose-title-wrap,.task-compose-description-wrap,.task-compose-key-row,.task-compose-panels,.task-compose-field-keys,.task-compose-feedback,.task-compose-footer{padding-left:12px;padding-right:12px}.task-compose-title-wrap input{font-size:30px}.task-compose-description-wrap textarea{min-height:92px;font-size:16px}.task-compose-footer{flex-direction:column;align-items:stretch;min-height:auto;padding-top:10px;padding-bottom:10px}.task-compose-footer-actions{justify-content:flex-end;width:100%}.assistant-widget{bottom:12px;right:12px}.assistant-fab{min-height:44px;padding:0 12px;font-size:12px}.assistant-sidebar.assistant-floating-panel{width:auto;max-height:calc(100vh - 120px);bottom:64px;left:12px;right:12px}.project-toolbar{flex-direction:column;align-items:flex-start}.project-toolbar h2{font-size:30px}.project-kpi-grid,.project-dashboard-layout,.project-status-cards{grid-template-columns:1fr}.project-aside-stats,.project-income-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.project-income-chart{min-height:150px}.project-order-filters{min-height:auto;padding-bottom:8px}.project-order-breakdown{grid-template-columns:repeat(2,minmax(0,1fr))}.project-customer-summary{grid-template-columns:1fr}.task-assign-drawer{border-radius:14px;width:auto;inset:12px}.task-assign-inline{grid-template-columns:1fr}.project-filter-tabs{gap:12px;overflow-x:auto}.project-table-wrap{overflow-x:auto}.project-table{min-width:820px}.project-aside-stats{grid-template-columns:1fr 1fr}.employee-card,.settings-card{width:100%}.teams-grid{grid-template-columns:1fr}}.route-state{background:radial-gradient(circle at left top, #ffffff80, transparent 24%), var(--bg);min-height:100vh;color:var(--muted-strong);place-items:center;padding:24px;font-size:14px;font-weight:500;display:grid}.auth-error{color:#c74545;margin:2px 0 0;font-size:12px}.auth-success{color:#2e9c66;margin:2px 0 0;font-size:12px}.auth-logo-link{width:fit-content;display:inline-flex}.auth-links-row{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.auth-helper-text{color:var(--muted);margin:14px 0 0;font-size:12px}.auth-inline-link{color:var(--text);font-weight:600}.topbar-logout{height:38px;margin-top:0;padding:0 14px}.form-field select,.form-field textarea{border:1px solid var(--line);background:var(--surface-soft);width:100%;color:var(--text);border-radius:12px;padding:10px 12px}.form-field select{min-height:42px}.form-field textarea{resize:vertical;min-height:110px}.admin-textarea{min-height:110px}.admin-modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1018286b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.admin-modal{border:1px solid var(--line);background:var(--surface);border-radius:24px;width:min(100%,980px);max-height:calc(100vh - 56px);overflow:hidden;box-shadow:0 32px 80px #0f172a3d}.admin-modal.is-expanded{width:calc(100vw - 24px);max-height:calc(100vh - 16px)}.admin-modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.admin-modal-head h3{margin:0;font-size:18px;font-weight:600}.admin-modal-head-actions{align-items:center;gap:10px;display:inline-flex}.admin-modal-close{border:1px solid var(--line);background:var(--surface-soft);width:36px;height:36px;color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:inline-flex}.admin-modal-expand{border:1px solid var(--line);background:var(--surface-soft);width:36px;height:36px;color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.admin-modal-expand svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.admin-modal-body{max-height:calc(100vh - 136px);padding:20px;overflow-y:auto}.admin-modal.is-expanded .admin-modal-body{max-height:calc(100vh - 96px)}.admin-form-grid{gap:14px;display:grid}.admin-modal-actions{justify-content:flex-end;align-items:center;gap:10px;margin-top:4px;display:flex}.department-topbar-actions,.teams-toolbar,.contacts-toolbar{align-items:center;gap:10px;display:flex}.teams-search{width:min(100%,260px)}.teams-search input{border:1px solid var(--line);background:var(--surface-soft);width:100%;height:40px;color:var(--text);border-radius:999px;padding:0 14px}.teams-search input::placeholder{color:var(--muted)}.teams-create-button{white-space:nowrap}.department-refresh.primary{background:var(--yellow);color:#3e3410;border-color:#0000}.calendar-plan-copy{gap:4px;margin-bottom:14px;display:grid}.calendar-plan-copy p,.calendar-plan-copy span{margin:0}.calendar-plan-copy p{color:var(--text);font-size:14px;font-weight:600}.calendar-plan-copy span{color:var(--muted);font-size:12px}.room-empty-state{color:var(--muted);margin:14px 0 0;font-size:13px}.chat-workspace-panel{padding:0;overflow:hidden}.chat-workspace-grid{grid-template-columns:340px minmax(0,1fr);height:100%;min-height:0;display:grid;overflow:hidden}.chat-workspace-grid .message-sidebar{min-height:0;overflow-y:auto}.chat-thread-stack{gap:4px;display:grid}.chat-group-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.chat-sidebar-actions{align-items:center;gap:8px;display:flex}.chat-mini-button{min-height:30px;margin-top:0;padding:0 12px;font-size:12px}.chat-room-panel{min-height:0;overflow:hidden}.chat-room-empty{text-align:center;color:var(--muted);margin:auto;font-size:13px}.chat-people-list{gap:8px;display:grid}.department-status.active,.department-status.online,.department-status.in-progress{color:var(--green)}.department-status.invited,.department-status.pending,.department-status.remote{color:var(--orange)}.form-field>span{align-items:center;gap:4px;display:inline-flex}.form-field:has(input[required])>span:after{content:"*";color:#ef4444;font-weight:700}.form-field:has(select[required])>span:after{content:"*";color:#ef4444;font-weight:700}.form-field:has(textarea[required])>span:after{content:"*";color:#ef4444;font-weight:700}.form-field:has(.workspace-multiselect[data-required=true])>span:after{content:"*";color:#ef4444;font-weight:700}.form-field:has(.workspace-lookup[data-required=true])>span:after{content:"*";color:#ef4444;font-weight:700}.workspace-multiselect,.workspace-lookup{position:relative}.workspace-multiselect__trigger,.workspace-lookup__trigger{border:1px solid var(--line);background:var(--surface);width:100%;min-height:52px;color:var(--text);text-align:left;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;transition:border-color .14s,box-shadow .14s,background-color .14s;display:flex}.workspace-multiselect__trigger.is-open,.workspace-lookup__trigger.is-open{border-color:#0b63d8;box-shadow:0 0 0 2px #0b63d814}.workspace-multiselect__trigger-value{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:14px;line-height:1.35;overflow:hidden}.workspace-multiselect__trigger-value.is-placeholder{color:var(--text)}.workspace-multiselect__trigger-value.has-selection{color:var(--text);font-weight:600}.workspace-multiselect__panel,.workspace-lookup__panel{z-index:20;border:1px solid var(--line);background:var(--surface);border-radius:18px;gap:10px;padding:12px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 20px 38px #0f172a2e}.workspace-multiselect__options,.workspace-lookup__options{gap:8px;max-height:min(240px,36vh);display:grid;overflow-y:auto}.workspace-multiselect__search{border:1px solid var(--line);background:var(--surface);width:100%;height:46px;color:var(--text);border-radius:14px;padding:0 16px;font-size:14px}.workspace-multiselect__search::placeholder{color:var(--muted)}.workspace-multiselect__option,.workspace-lookup__option{border:1px solid var(--line);background:var(--surface);min-height:48px;color:var(--text);text-align:left;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;transition:border-color .14s,box-shadow .14s,background-color .14s;display:flex;position:relative}.workspace-multiselect__option:hover,.workspace-lookup__option:hover{background:color-mix(in srgb, var(--surface) 92%, #f7faff 8%);border-color:#3a72ff40}.workspace-multiselect__option.is-selected{background:color-mix(in srgb, var(--surface) 88%, #eef6ff 12%);border-color:#0b63d852}.workspace-multiselect__checkbox-input{opacity:0;pointer-events:none;position:absolute}.workspace-multiselect__checkbox{color:#0000;background:#fff;border:1.5px solid #0f172a57;border-radius:5px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .14s,background-color .14s,color .14s;display:inline-flex}.workspace-multiselect__checkbox svg{stroke:currentColor;stroke-width:2.2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.workspace-multiselect__option.is-selected .workspace-multiselect__checkbox{color:#fff;background:#0b63d8;border-color:#0b63d8}.workspace-multiselect__copy{flex:auto;gap:4px;min-width:0;display:grid}.workspace-multiselect__option strong,.workspace-lookup__option strong{flex:auto;min-width:0;font-size:14px;font-weight:600;line-height:1.35;display:block}.workspace-lookup__option.is-active{background:color-mix(in srgb, var(--surface) 88%, #eef6ff 12%);border-color:#0b63d852}.workspace-multiselect__empty{color:var(--muted);margin:0;padding:8px 4px 0;font-size:13px}.workspace-multiselect__footer{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.workspace-select__chevron{width:18px;height:18px;color:var(--muted);flex:none;transition:transform .14s,color .14s}.workspace-select__chevron svg,.workspace-lookup__check svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.workspace-select__chevron.is-open{color:#0b63d8;transform:rotate(180deg)}.workspace-lookup__option{justify-content:space-between}.workspace-lookup__check{color:#0b63d8;flex:none;width:18px;height:18px}.workspace-select__clear{color:var(--muted-strong);background:0 0;border:0;padding:0;font-size:13px;font-weight:600}.view-toggle{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:4px;padding:4px;display:inline-flex}.view-toggle__button{color:#8d97aa;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:34px;display:inline-flex}.view-toggle__button svg{stroke:currentColor;stroke-width:1.8px;fill:none;width:18px;height:18px}.view-toggle__button.active{color:#3358d4;background:#eef2ff;box-shadow:inset 0 0 0 1px #3358d41a}[data-theme=dark] .view-toggle__button.active{color:#d8e1ff;background:#667dff29}.entity-table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:18px;margin-top:12px;overflow:auto}.entity-table{border-collapse:collapse;width:100%;min-width:720px}.entity-table th,.entity-table td{border-bottom:1px solid var(--line);text-align:left;padding:14px 16px;font-size:13px}.entity-table th{color:var(--muted);font-weight:600}.entity-table tbody tr:last-child td{border-bottom:0}.entity-grid-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.entity-grid-card{grid-template-columns:1fr;gap:12px;display:grid}.employee-grid.entity-grid-grid,.employee-grid.entity-grid-card,.teams-grid.entity-grid-grid,.teams-grid.entity-grid-card{margin-top:12px}.employee-grid.entity-grid-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.employee-grid.entity-grid-card{grid-template-columns:1fr;display:grid}.department-cards-track.entity-grid-grid,.department-cards-track.entity-grid-card{grid-auto-flow:initial;overflow:visible}.department-cards-track.entity-grid-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.department-cards-track.entity-grid-card{grid-template-columns:1fr}.entity-card{height:100%}.tasklist-view-dot.close{background:#4b5563}.tasklist-view-dot.due{background:#ef4444}.tasklist-status-pill.close,.tasklist-status-tag.close{color:#4b5563}.tasklist-status-pill.close{background:#4b556329}.tasklist-status-pill.due{color:#ef4444;background:#ef44441f}.tasklist-date-wrap{gap:4px;display:grid}.tasklist-due-badge{border-radius:999px;align-items:center;width:fit-content;min-height:22px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.tasklist-due-badge.warning,.tasklist-due-badge.due_soon{color:#b45309;background:#f59e0b24}.tasklist-due-badge.overdue{color:#dc2626;background:#ef444424}.task-modal-copy{color:var(--muted);margin:0;font-size:13px}.task-review-modal,.task-detail-modal{gap:14px;display:grid}.task-review-list,.task-note-history-list{gap:10px;display:grid}.task-review-option,.task-note-item{border:1px solid var(--line);background:var(--surface-soft);text-align:left;border-radius:14px;gap:6px;padding:12px;display:grid}.task-review-option.active{background:color-mix(in srgb, var(--surface-soft) 80%, #eef4ff 20%);border-color:#3a72ff5c}.task-review-option strong,.task-note-item b{color:var(--text);font-size:13px}.task-review-option span,.task-note-item span{color:var(--muted);font-size:12px;line-height:1.45}.task-note-history,.task-detail-section{gap:10px;display:grid}.chat-stream{gap:8px;padding:12px 18px 10px}.chat-row{gap:5px}.chat-copy{gap:4px;max-width:min(100%,560px);display:grid}.chat-meta{gap:6px;margin-bottom:0}.chat-bubble,.bubble-gradient{border-radius:18px;padding:9px 13px}.chat-row.is-call-event{display:block}.chat-call-event{border:1px solid var(--line);background:var(--surface-soft);border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:min(100%,360px);margin-inline:auto;padding:10px 12px;display:grid}.chat-call-event.mine{background:color-mix(in srgb, var(--surface-soft) 58%, #eef4ff 42%)}.chat-call-event-icon{width:34px;height:34px;color:var(--muted-strong);background:#0f172a0f;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.chat-call-event-icon svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.chat-call-event-icon.completed{color:#047857;background:#0478571f}.chat-call-event-icon.missed,.chat-call-event-icon.rejected{color:#b42318;background:#dc26261f}.chat-call-event-copy{gap:2px;min-width:0;display:grid}.chat-call-event-copy strong{color:var(--text);font-size:13px}.chat-call-event-copy span,.chat-call-event small{color:var(--muted);font-size:11px}.chat-call-event small{white-space:nowrap}.chat-composer{min-height:58px;margin:8px 18px 16px;padding:6px 8px}.chat-composer input{min-height:42px}.chat-composer-attachments{position:relative}.chat-attach-menu{border:1px solid var(--line);background:var(--surface);border-radius:16px;gap:6px;min-width:160px;padding:8px;display:grid;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 20px 32px #0f172a2e}.chat-attach-option{width:100%;min-height:36px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:10px;padding:0 10px}.chat-attach-option:hover{background:var(--surface-soft)}.chat-send-button.is-mic{background:var(--surface);color:var(--muted-strong)}.chat-send-button svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.chat-pending-attachment{gap:8px;margin:0 18px 4px;display:grid}.chat-pending-remove{border:1px solid var(--line);background:var(--surface);min-height:30px;color:var(--muted-strong);border-radius:999px;justify-self:end;padding:0 12px;font-size:12px;font-weight:600}.chat-typing-banner{color:#5b6f8a;margin:0 18px 4px;font-size:12px}.chat-attachment-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;gap:10px;padding:10px;display:grid}.chat-attachment-card.pending{background:color-mix(in srgb, var(--surface) 84%, #fff7df 16%)}.chat-attachment-link{display:block}.chat-attachment-media{background:#dfe7f2;border-radius:14px;width:100%;overflow:hidden}.chat-attachment-media.image{object-fit:cover;max-height:280px}.chat-attachment-media.video{max-height:320px}.chat-attachment-audio{width:100%}.call-modal-shell{gap:14px;display:grid}.call-modal-dialog{width:min(100%,620px)}.call-modal-header-button{border:1px solid var(--line);background:var(--surface-soft);width:36px;height:36px;color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.call-modal-header-button svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.call-modal-note{color:var(--muted);text-align:center;margin:0;font-size:13px}.call-audio-stage{border:1px solid var(--line);background:linear-gradient(180deg, color-mix(in srgb, var(--surface-soft) 82%, #eef4ff 18%), var(--surface));text-align:center;border-radius:22px;place-items:center;min-height:220px;padding:24px;display:grid}.call-audio-avatar{color:#3358d4;background:linear-gradient(135deg,#eef2ff,#d9e4ff);border-radius:999px;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:12px;font-size:28px;font-weight:700;display:inline-flex}.call-audio-stage strong{color:var(--text);font-size:20px}.call-audio-stage p{color:var(--muted);margin:6px 0 0;font-size:13px}.call-video-stack{gap:12px;display:grid}.call-video-stage{background:#0f172a;border-radius:22px;min-height:220px;position:relative;overflow:hidden}.call-video-stage video{object-fit:cover;background:#0f172a;width:100%;height:100%;min-height:220px}.call-video-stage span{color:#fff;background:#0f172aad;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex;position:absolute;bottom:12px;left:12px}.call-video-stage.local,.call-video-stage.local video{min-height:150px}.call-mini-card{z-index:58;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 92%, #fff 8%);-webkit-user-select:none;user-select:none;border-radius:22px;width:min(320px,100vw - 32px);position:fixed;overflow:hidden;box-shadow:0 24px 60px #0f172a38}.call-mini-head{border-bottom:1px solid var(--line);cursor:grab;align-items:center;gap:10px;padding:12px 14px;display:flex}.call-mini-head:active{cursor:grabbing}.call-mini-head strong{min-width:0;color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:13px;font-weight:700;overflow:hidden}.call-mini-grip{flex:none;align-items:center;gap:4px;display:inline-flex}.call-mini-grip i{background:var(--muted);border-radius:999px;width:4px;height:4px;display:block}.call-mini-icon{border:1px solid var(--line);background:var(--surface-soft);width:34px;height:34px;color:var(--muted-strong);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.call-mini-icon svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.call-mini-body{align-items:center;gap:12px;padding:14px;display:flex}.call-mini-avatar{color:#3358d4;background:linear-gradient(135deg,#eef2ff,#d9e4ff);border-radius:999px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:15px;font-weight:700;display:inline-flex}.call-mini-copy{gap:2px;min-width:0;display:grid}.call-mini-copy strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.call-mini-copy p,.call-mini-copy small{color:var(--muted);margin:0}.call-mini-copy p{font-size:12px}.call-mini-copy small{font-size:11px}.call-mini-actions{align-items:center;gap:8px;padding:0 14px 14px;display:flex}.call-mini-action{border:1px solid var(--line);background:var(--surface-soft);min-height:38px;color:var(--muted-strong);border-radius:999px;flex:auto;padding:0 14px;font-size:12px;font-weight:700}.call-mini-action.primary{color:#fff;background:linear-gradient(135deg,#2f80ff,#4f46e5);border-color:#0f172a24}.call-mini-action.danger{color:#b42318;background:#dc262614;border-color:#dc262629}.chat-attachment-state{color:var(--muted);margin:0;font-size:12px}.chat-attachment-file{align-items:center;gap:10px;display:flex}.chat-attachment-file-icon{background:var(--surface-soft);width:42px;height:42px;color:var(--muted-strong);border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.chat-attachment-file-icon svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.chat-attachment-foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.chat-attachment-foot strong{color:var(--text);font-size:13px;display:block}.chat-attachment-foot span,.chat-attachment-file p{color:var(--muted);margin:2px 0 0;font-size:11px;display:block}.chat-attachment-action{border:1px solid var(--line);background:var(--surface-soft);min-height:32px;color:var(--muted-strong);border-radius:999px;padding:0 12px;font-size:12px;font-weight:600}.calendar-cliq-panel{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px;display:grid}.calendar-cliq-header{flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.calendar-cliq-title-wrap{align-items:center;gap:14px;display:flex}.calendar-cliq-title-wrap h2{margin:0;font-size:32px}.calendar-cliq-title-wrap p{color:var(--muted);margin:4px 0 0}.calendar-cliq-title-icon{background:var(--surface-soft);border:1px solid var(--line);color:#3b82f6;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.calendar-cliq-title-icon svg,.calendar-cliq-primary-button svg,.calendar-cliq-toolbar-icon svg,.calendar-cliq-toolbar-select svg,.calendar-detail-pill svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.calendar-cliq-header-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.calendar-cliq-primary-button{color:#fff;background:#3b82f6;border:1px solid #3b82f6;border-radius:18px;justify-content:center;align-items:center;gap:10px;height:48px;padding:0 20px;font-weight:600;display:inline-flex}.calendar-cliq-primary-button.secondary{background:#4f9cf9;border-color:#4f9cf9}.calendar-cliq-split-button{align-items:center;display:inline-flex;position:relative}.calendar-cliq-split-button .split-main{border-top-right-radius:0;border-bottom-right-radius:0}.calendar-cliq-split-button .split-toggle{border-left-color:#ffffff42;border-top-left-radius:0;border-bottom-left-radius:0;width:52px;padding:0}.calendar-cliq-menu{border:1px solid var(--line);background:var(--surface);z-index:6;border-radius:18px;gap:6px;width:220px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 22px 44px #0f172a2e}.calendar-cliq-menu-item{background:var(--surface-soft);width:100%;min-height:44px;color:var(--text);text-align:left;border:0;border-radius:14px;justify-content:flex-start;align-items:center;gap:10px;padding:0 14px;display:inline-flex}.calendar-cliq-toolbar{border:1px solid var(--line);background:var(--surface);border-radius:22px;flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.calendar-cliq-toolbar-left,.calendar-cliq-toolbar-right{align-items:center;gap:10px;display:flex}.calendar-cliq-filter-tabs{align-items:center;gap:8px;margin-right:4px;display:inline-flex}.calendar-cliq-view-switch{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;align-items:center;gap:6px;padding:4px;display:inline-flex}.calendar-cliq-filter-tab{border:1px solid var(--line);background:var(--surface-soft);min-height:36px;color:var(--muted-strong);border-radius:999px;padding:0 14px;font-size:13px;font-weight:600}.calendar-cliq-filter-tab.active{color:#2563eb;background:#3b82f61f;border-color:#3b82f64d}.calendar-cliq-view-tab{min-height:36px;color:var(--muted-strong);background:0 0;border:0;border-radius:12px;padding:0 14px;font-size:13px;font-weight:600}.calendar-cliq-view-tab.active{background:var(--surface);color:var(--text);box-shadow:0 10px 22px #0f172a14}.calendar-cliq-toolbar-left strong{margin-left:6px;font-size:30px;font-weight:600}.calendar-cliq-toolbar-button.today,.calendar-cliq-toolbar-select,.calendar-cliq-toolbar-icon{border:1px solid var(--line);background:var(--surface-soft);min-height:44px;color:var(--text);border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.calendar-cliq-toolbar-button.today{padding:0 18px;font-weight:600}.calendar-cliq-toolbar-icon{width:44px;padding:0}.calendar-cliq-toolbar-select{gap:8px;padding:0 16px;font-weight:600}.calendar-cliq-grid-wrap,.calendar-cliq-list-card{border:1px solid var(--line);background:var(--surface);border-radius:24px;overflow:hidden;box-shadow:0 18px 38px #0f172a0f}.calendar-cliq-grid-wrap{grid-column:1}.calendar-cliq-weekdays{border-bottom:1px solid var(--line);grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.calendar-cliq-weekdays.single{grid-template-columns:minmax(0,1fr)}.calendar-cliq-weekdays span{text-align:center;color:var(--muted-strong);padding:14px;font-weight:600}.calendar-cliq-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.calendar-cliq-grid.week{grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-cliq-cell{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);align-content:start;gap:10px;min-height:150px;padding:10px;display:grid}.calendar-cliq-cell.week{min-height:220px}.calendar-cliq-cell:nth-child(7n){border-right:0}.calendar-cliq-cell.is-muted{background:color-mix(in srgb, var(--surface-soft) 72%, #fff 28%)}.calendar-cliq-cell.is-today{background:#3b82f614}.calendar-cliq-cell-head{justify-content:flex-end;display:flex}.calendar-cliq-cell-head span{font-size:28px;font-weight:500}.calendar-cliq-cell-events{gap:6px;display:grid}.calendar-cliq-event-pill{width:100%;min-height:28px;color:var(--text);white-space:nowrap;text-overflow:ellipsis;background:#84cc161f;border:0;border-radius:10px;justify-content:flex-start;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:inline-flex;overflow:hidden}.calendar-cliq-event-dot{background:#84cc16;border-radius:999px;flex:none;width:10px;height:10px}.calendar-cliq-event-dot.meeting{background:#3b82f6}.calendar-cliq-more{color:var(--muted);padding-left:4px;font-size:12px}.calendar-cliq-day-board{gap:16px;padding:22px;display:grid}.calendar-cliq-day-board-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.calendar-cliq-day-board-head strong{font-size:20px}.calendar-cliq-day-board-head span{color:var(--muted);font-weight:600}.calendar-cliq-day-board-list{gap:12px;display:grid}.calendar-cliq-day-item{border:1px solid var(--line);background:var(--surface-soft);text-align:left;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:100%;padding:16px 18px;display:grid}.calendar-cliq-day-copy{gap:4px;display:grid}.calendar-cliq-day-copy strong{font-size:16px}.calendar-cliq-day-copy p{color:var(--muted);margin:0}.calendar-cliq-lists{grid-area:3/2/span 3;grid-template-columns:1fr;align-content:start;gap:18px;display:grid;position:sticky;top:14px}.calendar-cliq-list-card header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.calendar-cliq-list-card h3{margin:0;font-size:20px}.calendar-cliq-list-card header span{color:var(--muted);font-weight:600}.calendar-cliq-list{max-height:280px;display:grid;overflow-y:auto}.calendar-cliq-list-item{border:0;border-top:1px solid var(--line);background:var(--surface);text-align:left;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:100%;padding:16px 20px;display:grid}.calendar-cliq-list-item:first-child{border-top:0}.calendar-cliq-list-avatar{background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:inline-flex}.calendar-cliq-list-copy{gap:4px;display:grid}.calendar-cliq-list-copy strong{font-size:16px}.calendar-cliq-list-copy p,.calendar-cliq-empty{color:var(--muted);margin:0}.calendar-cliq-list-chip{background:var(--surface-soft);border:1px solid var(--line);min-height:38px;color:var(--muted-strong);border-radius:12px;justify-content:center;align-items:center;padding:0 14px;font-weight:600;display:inline-flex}.calendar-cliq-list-chip.muted{background:color-mix(in srgb, var(--surface-soft) 88%, #cbd5e1 12%)}.calendar-cliq-empty.page{grid-column:1/-1;padding:0 4px}.calendar-detail-modal{gap:18px;display:grid}.calendar-detail-hero{border:1px solid var(--line);background:var(--surface-soft);border-radius:22px;grid-template-columns:auto 1fr;gap:18px;padding:22px;display:grid}.calendar-detail-date-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;place-items:center;width:104px;min-height:112px;padding:12px;display:grid}.calendar-detail-date-card span{color:var(--muted);font-weight:600}.calendar-detail-date-card strong{font-size:38px;line-height:1}.calendar-detail-copy{align-content:start;gap:10px;display:grid}.calendar-detail-copy h3{margin:0;font-size:32px}.calendar-detail-copy p{color:var(--muted-strong);margin:0}.calendar-detail-badges{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.calendar-detail-pill{border-radius:12px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:600;display:inline-flex}.calendar-detail-pill.meeting{color:#3b82f6;background:#3b82f61a}.calendar-detail-pill.audience{color:#4d7c0f;background:#84cc1624}.calendar-detail-link,.calendar-detail-meta-card,.calendar-detail-attendees{border:1px solid var(--line);background:var(--surface);border-radius:18px}.calendar-detail-link{grid-template-columns:1fr auto;align-items:center;gap:16px;padding:18px;display:grid}.calendar-detail-link strong,.calendar-detail-meta-card strong,.calendar-detail-attendees strong{margin-bottom:6px;display:block}.calendar-detail-link a{color:#2f80ed;word-break:break-all}.calendar-detail-link-actions{gap:10px;display:flex}.calendar-detail-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.calendar-detail-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.calendar-detail-summary-chip,.calendar-detail-rsvp-button,.calendar-detail-attendee-status{border-radius:12px;justify-content:center;align-items:center;min-height:38px;font-size:13px;font-weight:600;display:inline-flex}.calendar-detail-summary-chip{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted-strong)}.calendar-detail-summary-chip.accepted,.calendar-detail-rsvp-button.accepted.active,.calendar-detail-attendee-status.accepted{color:#15803d;background:#22c55e1f;border-color:#22c55e2e}.calendar-detail-summary-chip.maybe,.calendar-detail-rsvp-button.maybe.active,.calendar-detail-attendee-status.maybe{color:#b45309;background:#f59e0b1f;border-color:#f59e0b2e}.calendar-detail-summary-chip.pending,.calendar-detail-attendee-status.pending{color:#475569;background:#94a3b81f;border-color:#94a3b82e}.calendar-detail-summary-chip.live,.calendar-detail-attendee-status.live{color:#2563eb;background:#3b82f61f;border-color:#3b82f62e}.calendar-detail-summary-chip.declined,.calendar-detail-rsvp-button.declined.active,.calendar-detail-attendee-status.declined{color:#dc2626;background:#ef44441f;border-color:#ef44442e}.calendar-detail-rsvp-row{flex-wrap:wrap;gap:10px;display:flex}.calendar-detail-rsvp-button{border:1px solid var(--line);background:var(--surface);color:var(--text);padding:0 16px}.calendar-detail-meta-card{padding:16px}.calendar-detail-meta-card span{color:var(--muted)}.calendar-detail-attendees{gap:14px;padding:18px;display:grid}.calendar-detail-attendees-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.calendar-detail-attendee-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.calendar-detail-attendee{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;align-items:center;gap:12px;padding:12px;display:flex}.calendar-detail-attendee-avatar{color:#2563eb;background:#3b82f61f;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:inline-flex}.calendar-detail-attendee strong,.calendar-detail-attendee span{display:block}.calendar-detail-attendee span{color:var(--muted);font-size:13px}.calendar-detail-attendee small{margin-top:8px}.calendar-detail-feedback{color:#2563eb;margin:0;font-size:13px}.meeting-room-page,.meeting-room-loading{color:#f8fafc;background:#182331;min-height:100vh}.meeting-room-loading{text-align:center;place-items:center;gap:14px;display:grid}.meeting-room-loading.error{padding:24px}.meeting-room-page{color:#f8fafc;background:radial-gradient(circle at top,#3b82f62e,#0000 34%),radial-gradient(circle at 82% 18%,#0ea5e924,#0000 26%),linear-gradient(#0f172a 0%,#111827 48%,#0b1220 100%);grid-template-rows:auto minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.meeting-room-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#0f172ae0,#0f172a9e);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;padding:18px 24px;display:flex;box-shadow:0 18px 44px #0206172e}.meeting-room-topbar-left,.meeting-room-topbar-right{align-items:center;gap:12px;min-width:0;display:flex}.meeting-room-topbar-left{flex-wrap:wrap;flex:1}.meeting-room-topbar-right{flex-wrap:wrap;justify-content:flex-end}.meeting-room-back,.meeting-room-panel-close,.meeting-room-control{color:#f8fafc;background:#0f172a73;border:1px solid #ffffff1f}.meeting-room-back,.meeting-room-panel-close{border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.meeting-room-back svg,.meeting-room-panel-close svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.meeting-room-mode-badge{background:#1e293bbd;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;box-shadow:inset 0 1px #ffffff0f}.meeting-room-title-block{gap:2px;min-width:0;display:grid}.meeting-room-title-block strong{letter-spacing:-.03em;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(1.2rem,1.8vw,1.65rem);line-height:1.05;overflow:hidden}.meeting-room-kicker{color:#bfdbfeb8;letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;font-weight:600}.meeting-room-svg-icon{stroke:currentColor;stroke-width:1.85px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.meeting-room-svg-icon.active,.meeting-room-svg-icon[name=record]{filter:drop-shadow(0 0 12px #3b82f647)}.meeting-room-timer,.meeting-room-count,.meeting-room-link-pill{color:#f8fafc;background:#0f172aad;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-weight:600;transition:transform .18s,border-color .18s,background-color .18s,box-shadow .18s;display:inline-flex}.meeting-room-link-pill:hover,.meeting-room-back:hover,.meeting-room-panel-close:hover{background:#1e293bd6;border-color:#60a5fa61;transform:translateY(-1px);box-shadow:0 12px 28px #0f172a3d}.meeting-room-count.live{color:#bbf7d0;background:#22c55e29;border-color:#22c55e52}.meeting-room-count.scheduled{color:#dbeafe;background:#3b82f624;border-color:#60a5fa3d}.meeting-room-body{min-height:0;position:relative;overflow:hidden}.meeting-room-invite-panel{z-index:3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#1e293bf5,#0f172af0),#121a26eb;border:1px solid #ffffff14;border-radius:28px;align-content:start;gap:14px;width:min(360px,100vw - 48px);max-height:calc(100vh - 170px);padding:18px;display:grid;position:absolute;top:24px;left:24px;overflow-y:auto;box-shadow:0 28px 50px #02081757}.meeting-room-panel-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.meeting-room-invite-list,.meeting-room-picker-list{gap:8px;display:grid}.meeting-room-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.meeting-room-summary-chip,.meeting-room-status-tag,.meeting-room-rsvp-button{border-radius:10px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.meeting-room-summary-chip.accepted,.meeting-room-status-tag.accepted,.meeting-room-rsvp-button.accepted.active{color:#bbf7d0;background:#22c55e29}.meeting-room-summary-chip.maybe,.meeting-room-status-tag.maybe,.meeting-room-rsvp-button.maybe.active{color:#fde68a;background:#f59e0b29}.meeting-room-summary-chip.pending,.meeting-room-status-tag.pending{color:#e2e8f0;background:#94a3b829}.meeting-room-summary-chip.declined,.meeting-room-status-tag.declined,.meeting-room-rsvp-button.declined.active{color:#fecaca;background:#ef44442e}.meeting-room-rsvp-row{flex-wrap:wrap;gap:8px;display:flex}.meeting-room-rsvp-button{color:#f8fafc;background:#ffffff0a;border:1px solid #ffffff1f}.meeting-room-search input{color:#f8fafc;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:14px;width:100%;height:46px;padding:0 14px;transition:border-color .18s,box-shadow .18s,background-color .18s}.meeting-room-search input:focus{background:#ffffff0f;border-color:#60a5fa80;outline:none;box-shadow:0 0 0 4px #3b82f624}.meeting-room-person-row{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;padding:12px;transition:transform .18s,border-color .18s,background-color .18s,box-shadow .18s;display:flex}.meeting-room-person-row:hover{background:#ffffff0f;border-color:#60a5fa38;transform:translateY(-1px);box-shadow:0 14px 30px #02061729}.meeting-room-person-row.live{background:#3b82f61f;border-color:#3b82f675}.meeting-room-person-row.selectable{width:100%;color:inherit;text-align:left}.meeting-room-person-row.selectable.selected{background:#3b82f61f;border-color:#3b82f68f}.meeting-room-person-avatar{background:#ffffff1f;border-radius:999px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:inline-flex}.meeting-room-person-row strong,.meeting-room-person-row span{display:block}.meeting-room-person-copy{flex:1;min-width:0}.meeting-room-person-row span{color:#e2e8f0b3;font-size:13px}.meeting-room-check{background:0 0;border:1px solid #ffffff38;border-radius:6px;width:18px;height:18px;margin-left:auto}.meeting-room-check.checked{background:#3b82f6;border-color:#3b82f6}.meeting-room-invite-button{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border:0;border-radius:16px;height:48px;font-weight:600;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 18px 36px #2563eb3d}.meeting-room-invite-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 22px 42px #2563eb4d}.meeting-room-invite-button:disabled{opacity:.55}.meeting-room-stage{place-items:stretch stretch;height:100%;min-height:0;padding:24px 24px 112px;display:grid;position:relative;overflow:hidden}.meeting-room-stars{opacity:.38;background-image:radial-gradient(#ffffff80 1px,#0000 1px),radial-gradient(#ffffff47 1px,#0000 1px);background-position:0 0,60px 90px;background-size:180px 180px,240px 240px;position:absolute;inset:0}.meeting-room-stage-shell{z-index:1;grid-template-columns:minmax(0,1fr) 280px;align-items:stretch;gap:20px;width:100%;height:100%;min-height:0;display:grid;position:relative}.meeting-room-stage-shell.audio-mode,.meeting-room-stage-shell.solo{grid-template-columns:minmax(0,1fr)}.meeting-room-stage-primary,.meeting-room-local-tile,.meeting-room-remote-tile{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#0f172a75,#0f172a47);border:1px solid #ffffff1f;border-radius:24px;align-items:end;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 70px #02061747}.meeting-room-stage-primary{height:100%;min-height:0}.meeting-room-stage-primary:after,.meeting-room-local-tile:after,.meeting-room-remote-tile:after{content:"";pointer-events:none;background:linear-gradient(#0f172a14,#02061742);position:absolute;inset:0}.meeting-room-local-tile video,.meeting-room-remote-tile video,.meeting-room-stage-primary video{object-fit:cover;background:#0f172a66;width:100%;height:100%}.meeting-room-stage-primary.audio,.meeting-room-remote-tile.audio,.meeting-room-local-tile.audio{place-items:center}.meeting-room-stage-meta,.meeting-room-remote-meta{z-index:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172ab3;border-radius:14px;gap:4px;padding:12px 14px;display:grid;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 18px 36px #02061738}.meeting-room-stage-meta strong{font-size:18px}.meeting-room-stage-meta span,.meeting-room-remote-meta span{color:#e2e8f0bf;font-size:12px}.meeting-room-filmstrip{align-content:start;gap:14px;min-height:0;padding-right:4px;display:grid;overflow-y:auto}.meeting-room-local-tile.compact,.meeting-room-remote-tile.compact{cursor:pointer;min-height:168px}.meeting-room-local-tile.highlighted,.meeting-room-remote-tile.highlighted,.meeting-room-stage-primary.presenting{box-shadow:0 0 0 1px #60a5fa42,0 20px 40px #2563eb2e}.meeting-room-centerpiece{z-index:1;text-align:center;justify-items:center;gap:12px;display:grid;position:relative}.meeting-room-center-avatar{background:#7c5a20;border:6px solid #f2b43a;border-radius:999px;justify-content:center;align-items:center;width:300px;height:300px;font-size:72px;font-weight:700;display:inline-flex}.meeting-room-center-avatar.compact{border-width:4px;width:88px;height:88px;font-size:28px}.meeting-room-centerpiece strong{font-size:32px}.meeting-room-stage-side-note{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ab8;border:1px solid #ffffff14;border-radius:18px;gap:6px;width:min(320px,100vw - 64px);padding:16px 18px;display:grid;position:absolute;bottom:108px;right:18px;box-shadow:0 18px 40px #02061742}.meeting-room-stage-side-note strong{font-size:18px}.meeting-room-stage-side-note span,.meeting-room-stage-side-note small{color:#e2e8f0c2}.meeting-room-centerpiece p,.meeting-room-centerpiece small,.meeting-room-feedback,.meeting-room-empty{color:#e2e8f0c7}.meeting-room-controls{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172ac7;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:10px;padding:10px;display:inline-flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 24px 48px #02061757}.meeting-room-control{border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s;display:inline-flex}.meeting-room-control:hover:not(:disabled){background:#1e293be6;border-color:#60a5fa57;transform:translateY(-1px);box-shadow:0 16px 34px #0f172a47}.meeting-room-control:disabled{opacity:.48}.meeting-room-control.active{color:#dbeafe;background:#2563eb3d;border-color:#60a5fa70}.meeting-room-control.muted{background:#ef44442e;border-color:#ef444461}.meeting-room-control.danger{color:#fff;background:#ef4444;border-color:#ef4444;box-shadow:0 18px 38px #ef444457}.meeting-room-feedback{margin:0;padding:0 22px 18px;font-size:14px}.meeting-room-status-toast{z-index:2;color:#f8fafce6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ad1;border:1px solid #ffffff14;border-radius:12px;max-width:min(420px,100vw - 48px);margin:0;padding:10px 14px;font-size:13px;position:absolute;bottom:30px;left:24px}.meeting-room-status-toast.subtle{color:#e2e8f0b8;bottom:76px}@media (width<=768px){.admin-modal-backdrop{padding:12px}.admin-modal{border-radius:20px;width:100%}.department-topbar-actions,.teams-toolbar,.contacts-toolbar,.admin-modal-actions{flex-wrap:wrap}.teams-search{width:100%}.chat-workspace-grid{grid-template-columns:1fr}.auth-links-row{flex-direction:column;align-items:flex-start}.entity-grid-grid{grid-template-columns:1fr}.chat-attachment-foot{flex-direction:column;align-items:flex-start}.chat-attach-menu{left:0;right:auto}.call-mini-card{width:min(300px,100vw - 24px)}.calendar-cliq-panel,.calendar-cliq-header-actions,.calendar-cliq-lists,.calendar-detail-meta,.calendar-detail-attendee-grid{grid-template-columns:1fr}.calendar-cliq-grid-wrap,.calendar-cliq-lists,.calendar-cliq-empty.page{grid-area:auto/1;position:static}.calendar-cliq-toolbar{align-items:flex-start}.calendar-cliq-toolbar-left,.calendar-cliq-toolbar-right{flex-wrap:wrap}.calendar-cliq-toolbar-left strong{margin-left:0;font-size:22px}.calendar-cliq-grid-wrap{overflow-x:auto}.calendar-cliq-weekdays,.calendar-cliq-grid{min-width:820px}.calendar-cliq-day-item,.calendar-detail-hero,.calendar-detail-link,.calendar-detail-summary-grid{grid-template-columns:1fr}.meeting-room-topbar{flex-direction:column;align-items:flex-start}.meeting-room-stage-shell{grid-template-columns:1fr}.meeting-room-invite-panel{width:100%;max-height:none;margin-bottom:18px;position:static}.meeting-room-stage{padding:18px 18px 124px}.meeting-room-stage-side-note{width:auto;bottom:116px;left:18px;right:18px}.meeting-room-status-toast{max-width:none;left:18px;right:18px}.meeting-room-center-avatar{width:220px;height:220px;font-size:56px}.meeting-room-controls{justify-content:center;width:calc(100% - 24px);bottom:16px}}
