:root{--font-app:"Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--primary:#289f3c;--primary-l:#289f3c;--primary-d:#289f3c;--accent:#289f3c;--accent-l:#e8f5ea;--accent-d:#289f3c;--primary-rgb:40, 159, 60;--warn:#fdcb6e;--danger:#e17055;--purple:#289f3c;--bg:#f7f7f7;--card:#fff;--text:#3d3d3d;--text-l:gray;--border:#e5e5e5;--shadow:0 4px 20px #0000000f;--r:16px;--rs:10px;--tr:all .3s cubic-bezier(.4, 0, .2, 1);--road:#4b4b4b;--road-line:#289f3c;--neutral-dark:#202020;--neutral-med:#4b4b4b;--neutral-light:#a5a5a5;--neutral-hint:#e5e5e5}*{box-sizing:border-box;font-family:var(--font-app);margin:0;padding:0}html{font-family:var(--font-app)}body{font-family:var(--font-app);background:var(--bg);color:var(--text);flex-direction:column;height:100vh;display:flex;overflow:hidden}button,input,textarea,select{font-family:inherit}.glean-agent-reply{white-space:pre-wrap;font-family:var(--font-app);font-size:15px;line-height:1.55}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes ripple{0%{box-shadow:0 0 #0f4c814d}to{box-shadow:0 0 0 14px #0f4c8100}}@keyframes confettiFall{0%{opacity:1;transform:translateY(-20px)rotate(0)}to{opacity:0;transform:translateY(100vh)rotate(720deg)}}@keyframes checkPop{0%{transform:scale(0)rotate(-45deg)}60%{transform:scale(1.3)rotate(5deg)}to{transform:scale(1)rotate(0)}}@keyframes notifSlide{0%{opacity:0;transform:translate(120%)}10%{opacity:1;transform:translate(0)}90%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.layout{flex:1;width:100%;height:93vh;display:flex;position:absolute;top:4rem;overflow:hidden}.road-node.completed .road-badge{background:var(--accent)}.road-check{color:var(--accent);margin-left:auto;font-size:16px;animation:.4s checkPop;display:none}.road-node.completed .road-check{display:block}.career-btn-icon{vertical-align:middle;align-items:center;margin-right:4px;display:inline-flex}.career-btn-icon svg{width:auto;height:2em}.calendar-btn-icon{vertical-align:middle;align-items:center;margin-right:4px;display:inline-flex}.calendar-btn-icon svg{width:auto;height:2em}.day-one-welcome-msg{text-align:left;font-size:14px;line-height:1.6}.day-one-welcome-msg .day-one-welcome-title{color:var(--text);margin-bottom:14px;font-size:16px;font-weight:700}.day-one-welcome-msg p{color:var(--text);margin:0 0 12px}.day-one-welcome-msg p:last-child{margin-bottom:0}.day-one-welcome-msg .day-one-welcome-footer{margin-top:4px;font-weight:600}.chat-link svg,.chat-link [class*=-btn-icon] svg,.chat-link .calendar-btn-icon svg,.chat-link .career-btn-icon svg,.team-meet-btn svg{fill:#fff;color:#fff}.resource-item{border-radius:var(--rs);cursor:pointer;transition:var(--tr);color:var(--text);align-items:center;gap:10px;padding:8px 10px;text-decoration:none;display:flex}.resource-item:hover{background:#fff;transform:translate(4px)}.res-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.res-icon.w{background:#ebf5fb}.res-icon.l{background:#fff3e0}.res-icon.d{background:var(--accent-l)}.res-text{font-size:12px;font-weight:500}.contact-item{border-bottom:1px solid var(--border);transition:var(--tr);align-items:center;gap:10px;padding:8px 0;display:flex}.contact-item:last-child{border-bottom:none}.contact-item:hover{padding-left:6px}.contact-av{color:#fff;width:32px;height:32px;transition:var(--tr);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.contact-item:hover .contact-av{transform:scale(1.1)}.contact-name{font-size:12px;font-weight:600}.contact-role{color:var(--text-l);font-size:10px}.org-chart{background:linear-gradient(135deg, var(--bg), #fff);border:1px solid var(--border);border-radius:14px;margin-top:12px;padding:16px}.org-chart h4{align-items:center;gap:6px;margin-bottom:14px;font-size:14px;font-weight:700;display:flex}.org-manager{border:2px solid var(--primary);background:#fff;border-radius:12px;align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;display:flex;box-shadow:0 2px 12px #0f4c8114}.org-connector{background:var(--border);width:2px;height:16px;margin-left:34px}.org-team-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:4px;display:grid}.org-member{border:1px solid var(--border);transition:var(--tr);background:#fff;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.org-member:hover{border-color:var(--primary-l);box-shadow:var(--shadow);transform:translateY(-1px)}.org-av{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}.org-info .org-name{font-size:12px;font-weight:600}.org-info .org-role{color:var(--text-l);font-size:10px}.org-badge{color:var(--primary);background:#0f4c811a;border-radius:8px;margin-left:auto;padding:2px 8px;font-size:8px;font-weight:700}.team-meet-btn{background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff;cursor:pointer;width:100%;font-size:13px;font-weight:700;font-family:var(--font-app);transition:var(--tr);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:14px;padding:12px;display:flex;box-shadow:0 4px 14px #0f4c8133}.team-meet-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f4c814d}.access-panel{background:linear-gradient(135deg, var(--bg), #fff);border:1px solid var(--border);border-radius:14px;margin-top:12px;padding:16px}.access-panel h4{align-items:center;gap:6px;margin-bottom:6px;font-size:14px;font-weight:700;display:flex}.access-subtitle{color:var(--text-l);margin-bottom:14px;font-size:11px}.access-grid{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:14px;display:grid}.access-app{border:1px solid var(--border);transition:var(--tr);background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;display:flex}.access-app:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.access-app.granted{border-color:rgba(var(--primary-rgb), .3);background:rgba(var(--primary-rgb), .03)}.access-app.pending{background:#e1705508;border-color:#e170554d}.app-icon-wrap{background:var(--bg);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex;position:relative}.access-status{border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;bottom:-2px;right:-2px}.access-status.ok{background:var(--accent);color:#fff}.access-status.no{background:var(--danger);color:#fff}.app-name{text-align:center;font-size:11px;font-weight:600}.raise-ticket-btn{background:var(--danger);color:#fff;cursor:pointer;transition:var(--tr);font-size:9px;font-weight:700;font-family:var(--font-app);border:none;border-radius:8px;padding:4px 10px}.raise-ticket-btn:hover{background:#c0392b;transform:scale(1.05)}.raise-ticket-btn.raised{background:var(--accent);cursor:default}.access-add-section{border-top:1px solid var(--border);padding-top:14px}.access-add-section h5{margin-bottom:8px;font-size:12px;font-weight:700}.add-app-row{gap:8px;display:flex}.add-app-input{border:1px solid var(--border);font-size:12px;font-family:var(--font-app);transition:var(--tr);border-radius:10px;outline:none;flex:1;padding:9px 14px}.add-app-input:focus{border-color:var(--primary)}.add-app-btn{background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff;cursor:pointer;font-size:12px;font-weight:700;font-family:var(--font-app);transition:var(--tr);white-space:nowrap;border:none;border-radius:10px;padding:9px 18px}.add-app-btn:hover{transform:translateY(-1px)}._container_z6mec_2{z-index:9999;pointer-events:none;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}._container_z6mec_2 ._toast_z6mec_10{color:#fff;opacity:0;pointer-events:auto;text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#141414f2;border-radius:12px;justify-content:center;align-items:center;min-width:240px;max-width:80vw;padding:12px 16px;font-size:14px;line-height:1.4;transition:opacity .26s,transform .26s;display:flex;transform:translateY(16px);box-shadow:0 10px 30px #00000040}._container_z6mec_2 ._toast_z6mec_10._show_z6mec_31{opacity:1;transform:translateY(0)}._show_z6mec_31{opacity:1;transform:translate(-50%)}._notif-popup_9yqqg_1{z-index:700;border-left:4px solid var(--accent);background:#fff;border-radius:16px;align-items:flex-start;gap:12px;max-width:360px;padding:16px 20px;animation:5s forwards _notifSlide_9yqqg_1;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 12px 40px #00000026}._notif-icon_9yqqg_18{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}._notif-icon_9yqqg_18._success_9yqqg_28{background:rgba(var(--primary-rgb), .12)}._notif-content_9yqqg_32 h4{margin-bottom:3px;font-size:13px;font-weight:700}._notif-content_9yqqg_32 p{color:var(--text-l);font-size:11px;line-height:1.4}._celebration_tdyap_1{pointer-events:none;z-index:9997;position:fixed;inset:0;overflow:hidden}._confetti_tdyap_9{opacity:.9;border-radius:2px;position:absolute;top:-20px}@keyframes _confettiFall_tdyap_1{0%{opacity:0;transform:translateY(-20px)rotate(0)}10%{opacity:1}to{opacity:0;transform:translateY(110vh)rotate(720deg)}}._header_1phdf_1{color:#fff;z-index:100;background:#10211b;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:12px 24px;display:flex;position:fixed;box-shadow:0 2px 12px #00000047}._header_1phdf_1 ._logoArea_1phdf_14{flex-direction:column;align-items:flex-start;gap:0;display:flex}._header_1phdf_1 ._logoArea_1phdf_14 ._logoImage_1phdf_20{object-fit:contain;filter:invert()hue-rotate(180deg)brightness(1.08);width:auto;height:32px;display:block}._header_1phdf_1 ._logoArea_1phdf_14 ._logoText_1phdf_27 span{color:#fff;margin-left:6px;font-size:11px;line-height:1}._header_1phdf_1 ._headerRight_1phdf_33{align-items:center;gap:10px;display:flex;position:relative}._header_1phdf_1 ._headerRight_1phdf_33 ._hdrBtn_1phdf_39{color:#fff;cursor:pointer;width:36px;height:36px;transition:var(--tr);background:#ffffff21;border:none;border-radius:50%;font-size:16px;position:relative}._header_1phdf_1 ._headerRight_1phdf_33 ._hdrBtn_1phdf_39:hover{background:#ffffff47;transform:scale(1.1)}._header_1phdf_1 ._headerRight_1phdf_33 ._hdrBtn_1phdf_39:focus-visible{outline-offset:2px;outline:2px solid #fff}._header_1phdf_1 ._headerRight_1phdf_33 ._hdrBtn_1phdf_39 ._notifDot_1phdf_59{background:var(--danger);border:2px solid var(--primary);border-radius:50%;width:10px;height:10px;animation:2s infinite _pulse_1phdf_1;position:absolute;top:2px;right:2px}._header_1phdf_1 ._headerRight_1phdf_33 ._hdrBtn_1phdf_39 ._gearIconWrap_1phdf_70{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._header_1phdf_1 ._headerRight_1phdf_33 ._hdrBtn_1phdf_39 ._gearIconWrap_1phdf_70 svg{width:20px;height:20px;display:block}._header_1phdf_1 ._headerRight_1phdf_33 ._userAv_1phdf_83{background:linear-gradient(135deg, var(--accent), var(--accent-l));border:2px solid #ffffff80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:flex}._header_1phdf_1 ._headerRight_1phdf_33 ._personaTabGroup_1phdf_96{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;display:flex}._header_1phdf_1 ._headerRight_1phdf_33 ._personaTabDivider_1phdf_104{background:#ffffff61;flex-shrink:0;width:1px;height:22px}._header_1phdf_1 ._headerRight_1phdf_33 ._managerPersonaTab_1phdf_110{color:#fff;letter-spacing:.02em;cursor:pointer;transition:var(--tr);font-size:12px;font-weight:700;font-family:var(--font-app);white-space:nowrap;background:#ffffff2e;border:1px solid #ffffff73;border-radius:24px;flex-shrink:0;padding:8px 14px}._header_1phdf_1 ._headerRight_1phdf_33 ._managerPersonaTab_1phdf_110:hover{background:#ffffff4d;transform:translateY(-1px)}._header_1phdf_1 ._headerRight_1phdf_33 ._managerPersonaTab_1phdf_110:focus-visible{outline-offset:2px;outline:2px solid #fff}._header_1phdf_1 ._headerRight_1phdf_33 ._managerPersonaTabActive_1phdf_133{color:var(--primary,#289f3c);background:#ffffffeb;border-color:#fffffff2}._header_1phdf_1 ._headerRight_1phdf_33 ._managerPersonaTabActive_1phdf_133:hover{background:#fff}._header_1phdf_1 ._headerRight_1phdf_33 ._adminGearWrap_1phdf_141{flex-shrink:0;position:relative}._header_1phdf_1 ._headerRight_1phdf_33 ._adminPopover_1phdf_145{color:#1a1a1a;z-index:300;min-width:260px;font-family:var(--font-app);background:#fff;border:1px solid #00000014;border-radius:12px;padding:10px 0;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 8px 32px #0000002e,0 2px 8px #00000014}._header_1phdf_1 ._headerRight_1phdf_33 ._adminPopoverTitle_1phdf_159{letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin:0;padding:0 14px 8px;font-size:11px;font-weight:700}._header_1phdf_1 ._headerRight_1phdf_33 ._adminPopoverList_1phdf_168{margin:0;padding:0;list-style:none}._header_1phdf_1 ._headerRight_1phdf_33 ._adminPopoverItem_1phdf_173{cursor:pointer;text-align:left;width:100%;font-family:var(--font-app);background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 14px;transition:background .15s;display:flex}._header_1phdf_1 ._headerRight_1phdf_33 ._adminPopoverItem_1phdf_173:hover{background:#289f3c14}._header_1phdf_1 ._headerRight_1phdf_33 ._adminPopoverItem_1phdf_173:focus-visible{outline:2px solid var(--primary,#289f3c);outline-offset:-2px}._header_1phdf_1 ._headerRight_1phdf_33 ._adminPopoverItemActive_1phdf_194{background:#289f3c1f}._header_1phdf_1 ._headerRight_1phdf_33 ._adminPopoverItemLabel_1phdf_197{color:#0f172a;font-size:14px;font-weight:700}._header_1phdf_1 ._headerRight_1phdf_33 ._adminPopoverItemDesc_1phdf_202{color:#64748b;font-size:12px;line-height:1.35}._header_1phdf_1 ._headerRight_1phdf_33 ._newChatBtn_1phdf_207{color:#fff;cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-app);transition:var(--tr);background:#ffffff26;border:1px solid #ffffff4d;border-radius:24px;align-items:center;gap:6px;padding:8px 18px;display:flex}._header_1phdf_1 ._headerRight_1phdf_33 ._newChatBtn_1phdf_207:hover{background:#ffffff47;transform:translateY(-1px)}._leftSidebar_3d02m_2{border-right:1px solid var(--border);scroll-behavior:smooth;background:#fff;flex-shrink:0;width:295px;height:100vh;overflow-y:auto}._leftSidebar_3d02m_2::-webkit-scrollbar{width:4px}._leftSidebar_3d02m_2::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}._lsHeader_3d02m_19{z-index:5;border-bottom:1px solid var(--border);background:linear-gradient(#fff 0%,#f6f8fa 100%);align-items:center;gap:12px;padding:14px 16px 14px 14px;display:flex;position:sticky;top:0;box-shadow:inset 0 1px #ffffffe6}._lsHeaderIconWrap_3d02m_32{background:linear-gradient(135deg,#0f4c8124,#1a6bb514);border:1px solid #0f4c8124;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;line-height:0;display:flex}._lsHeaderIconWrap_3d02m_32 svg{flex-shrink:0;width:22px;height:22px;display:block}._lsHeaderIconWrap_3d02m_32 svg path{fill:#111!important}._lsHeaderTitle_3d02m_57{letter-spacing:-.02em;color:var(--text);font-size:15px;font-weight:800;line-height:1.2}._timelineRoad_3d02m_65{padding:12px 12px 24px 16px}._roadNode_3d02m_69{cursor:pointer;width:100%;height:7rem;font:inherit;color:inherit;text-align:left;appearance:none;background:0 0;border:none;flex-shrink:0;gap:0;margin:0;padding:0;animation:.5s both _slideInLeft_3d02m_1;display:flex}._roadNode_3d02m_69:first-child{animation-delay:50ms}._roadNode_3d02m_69:nth-child(2){animation-delay:.12s}._roadNode_3d02m_69:nth-child(3){animation-delay:.19s}._roadNode_3d02m_69:nth-child(4){animation-delay:.26s}._roadNode_3d02m_69:nth-child(5){animation-delay:.33s}._roadNode_3d02m_69:nth-child(6){animation-delay:.4s}._roadNode_3d02m_69:nth-child(7){animation-delay:.47s}._roadNode_3d02m_69:hover ._roadIcon_3d02m_107{border-color:var(--primary-l);transform:scale(1.08)}._roadNode_3d02m_69:hover ._roadCard_3d02m_111{border-color:var(--border);background:#0f4c8108}._roadNode_3d02m_69._active_3d02m_115 ._roadIcon_3d02m_107{background:var(--primary);border-color:var(--primary);color:#111;animation:1.8s ease-out infinite _ripple_3d02m_1;transform:scale(1.15);box-shadow:0 0 0 6px #0f4c811f}._roadNode_3d02m_69._active_3d02m_115 ._roadCard_3d02m_111{border-color:var(--primary);background:linear-gradient(135deg,#0f4c810f,#1a6bb50a);box-shadow:0 4px 16px #0f4c8114}._roadNode_3d02m_69._completed_3d02m_128 ._roadIcon_3d02m_107{background:var(--accent);border-color:var(--accent);color:#fff;font-size:15px;animation:none}._roadNode_3d02m_69._completed_3d02m_128 ._roadLine_3d02m_135{background:var(--accent);background-image:repeating-linear-gradient(to bottom, #fff 0, #fff 6px, var(--accent) 6px, var(--accent) 14px)}._roadNode_3d02m_69._completed_3d02m_128 ._roadCard_3d02m_111{background:rgba(var(--primary-rgb), .04);border-color:rgba(var(--primary-rgb), .2)}._roadNode_3d02m_69._completed_3d02m_128 ._roadTitle_3d02m_143{color:var(--accent-d)}._roadNode_3d02m_69:last-child ._roadLine_3d02m_135{display:none}._roadNode_3d02m_69._locked_3d02m_149{cursor:not-allowed;opacity:.42;filter:grayscale(.92)}._roadNode_3d02m_69._locked_3d02m_149 ._roadTitle_3d02m_143,._roadNode_3d02m_69._locked_3d02m_149 ._roadDesc_3d02m_155{color:var(--text-l)}._roadNode_3d02m_69._locked_3d02m_149 ._roadBadge_3d02m_158{opacity:.65}._roadNode_3d02m_69._locked_3d02m_149:hover ._roadIcon_3d02m_107{border-color:var(--road);transform:none}._roadNode_3d02m_69._locked_3d02m_149:hover ._roadCard_3d02m_111{background:0 0;border-color:#0000}._roadTrack_3d02m_170{flex-direction:column;flex-shrink:0;align-items:center;width:36px;display:flex}._roadIcon_3d02m_107{color:#111;background:var(--bg);border:3px solid var(--road);z-index:2;width:2.75rem;min-width:2.75rem;height:2.75rem;min-height:2.75rem;transition:var(--tr);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}._roadIcon_3d02m_107 svg{object-fit:contain;flex-shrink:0;width:auto;max-width:90%;height:2em;display:block}._roadIcon_3d02m_107 svg path{fill:currentColor}._roadLine_3d02m_135{background:var(--road);background-image:repeating-linear-gradient(to bottom, var(--road-line) 0, var(--road-line) 6px, var(--road) 6px, var(--road) 14px);flex:1;width:4px;min-height:16px;transition:background .5s}._roadCard_3d02m_111{transition:var(--tr);border-radius:var(--rs);border:2px solid #0000;flex:1;height:auto;margin-left:10px;padding:6px 8px 8px}._roadTitle_3d02m_143{color:var(--text);font-size:14px;font-weight:800;line-height:1.25}._roadDesc_3d02m_155{color:var(--text-l);margin-top:2px;font-size:12px;line-height:1.35}._roadBadge_3d02m_158{color:#fff;background:var(--primary);border-radius:50px;margin-top:6px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-block}._sidebar_1atyo_1{border-right:1px solid var(--border);scroll-behavior:smooth;background:#fff;flex-shrink:0;width:295px;height:100vh;overflow-y:auto}._sidebar_1atyo_1::-webkit-scrollbar{width:4px}._sidebar_1atyo_1::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}._header_1atyo_18{z-index:5;border-bottom:1px solid var(--border);background:linear-gradient(#fff 0%,#f6f8fa 100%);justify-content:space-between;align-items:center;gap:10px;padding:14px 14px 12px;display:flex;position:sticky;top:0}._headerTitle_1atyo_31{align-items:center;gap:8px;min-width:0;display:flex}._headerIconWrap_1atyo_38{background:#289f3c;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._headerIconWrap_1atyo_38 svg{width:18px;height:18px;display:block}._headerIconWrap_1atyo_38 svg path{fill:#fff!important}._headerLabel_1atyo_57{color:#289f3c;letter-spacing:-.01em;font-size:14px;font-weight:800}._headerSummary_1atyo_64{color:var(--text-l);white-space:nowrap;flex-shrink:0;margin:0;font-size:11px;font-weight:500}._hireList_1atyo_73{flex-direction:column;gap:10px;padding:12px 12px 24px;display:flex}._emptyState_1atyo_80{color:var(--text-l);margin:0;padding:16px 14px;font-size:13px;line-height:1.4}._hireCard_1atyo_88{cursor:pointer;width:100%;transition:var(--tr);font:inherit;color:inherit;text-align:left;appearance:none;background:#fff;border:1px solid #e8ecef;border-radius:12px;margin:0;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}._hireCard_1atyo_88:hover:not(:disabled){border-color:#289f3c59;box-shadow:0 2px 8px #289f3c14}._hireCard_1atyo_88:disabled{cursor:not-allowed;opacity:.65}._hireCardAccent_1atyo_115{background:#289f3c;width:4px;position:absolute;top:0;bottom:0;left:0}._hireCardBody_1atyo_124{padding:12px 12px 12px 14px}._hireTop_1atyo_128{align-items:flex-start;gap:10px;display:flex}._avatar_1atyo_134{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:700;display:flex}._hireMain_1atyo_147{flex:1;min-width:0}._nameRow_1atyo_152{flex-wrap:wrap;align-items:center;gap:6px 8px;margin-bottom:2px;display:flex}._name_1atyo_152{color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:13px;font-weight:800;line-height:1.2;overflow:hidden}._actionPending_1atyo_171{color:#e17055;align-items:center;gap:4px;font-size:10px;font-weight:600;display:inline-flex}._pendingDot_1atyo_180{background:#e17055;border-radius:50%;flex-shrink:0;width:6px;height:6px}._overdueBadge_1atyo_188{color:#9c4221;letter-spacing:.02em;white-space:nowrap;background:#fff4e6;border-radius:4px;flex-shrink:0;align-self:flex-start;align-items:center;gap:3px;padding:2px 6px;font-size:9px;font-weight:800;display:inline-flex}._roleRow_1atyo_204{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:6px;display:flex}._role_1atyo_204{color:var(--text-l);font-size:11px;line-height:1.3}._metaRow_1atyo_218{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._phaseBadge_1atyo_225{color:#fff;letter-spacing:.04em;background:#1e7a2e;border-radius:4px;padding:2px 8px;font-size:9px;font-weight:800;display:inline-block}._dateRow_1atyo_236{color:var(--text-l);align-items:center;gap:4px;font-size:10px;display:inline-flex}._calendarIcon_1atyo_244{font-size:11px;line-height:1}._awaitingBox_1atyo_249{color:var(--text-l);background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin-top:10px;padding:8px 10px;font-size:11px;font-weight:500;display:flex}._awaitingIcon_1atyo_264{font-size:12px;line-height:1}._progressRow_1atyo_269{align-items:center;gap:8px;margin-top:10px;display:flex}._progressTrack_1atyo_276{background:#00000014;border-radius:999px;flex:1;height:6px;overflow:hidden}._progressFill_1atyo_284{background:linear-gradient(90deg,#289f3c,#3cb852);border-radius:999px;height:100%;transition:width .3s}._progressPct_1atyo_291{color:#289f3c;text-align:right;min-width:30px;font-size:11px;font-weight:700}._badge_zvxns_1{letter-spacing:.04em;color:#6c4a00;vertical-align:middle;background:linear-gradient(135deg,#fff8e7 0%,#ffe8b8 100%);border:1px solid #b4820059;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;padding:3px 8px 3px 6px;font-size:11px;font-weight:700;display:inline-flex}._icon_zvxns_17{font-size:12px;line-height:1}._abbr_zvxns_22{line-height:1}._badgeLarge_zvxns_26{gap:6px;padding:8px 12px 8px 10px;font-size:12px}._badgeLarge_zvxns_26 ._icon_zvxns_17{font-size:16px}._badgeCompact_zvxns_35{gap:3px;padding:2px 6px 2px 4px;font-size:9px;font-weight:800}._badgeCompact_zvxns_35 ._icon_zvxns_17{font-size:11px}._sb-card_1dh3w_21:first-child{animation-delay:.1s}._sb-card_1dh3w_21:nth-child(2){animation-delay:.2s}._sb-card_1dh3w_21:nth-child(3){animation-delay:.3s}._sb-card_1dh3w_21:nth-child(4){animation-delay:.4s}._stats-grid_1dh3w_48{grid-template-columns:1fr 1fr;gap:8px;display:grid}._stat-box_1dh3w_54{border-radius:var(--rs);text-align:center;transition:var(--tr);background:#fff;padding:12px;box-shadow:0 1px 4px #0000000a}._stat-box_1dh3w_54:hover{box-shadow:var(--shadow);transform:translateY(-2px)}._stat-num_1dh3w_67{background:linear-gradient(135deg,#1e7a2e,#165a24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:900}._stat-label_1dh3w_76{color:var(--text-l);margin-top:2px;font-size:10px;font-weight:500}._right-sidebar_1dh3w_1{border-left:1px solid var(--border);background:#fff;flex-direction:column;flex-shrink:0;gap:16px;width:300px;height:100%;padding:20px 16px;display:flex;overflow-y:auto}._right-sidebar_1dh3w_1::-webkit-scrollbar{width:4px}._right-sidebar_1dh3w_1::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}._sb-card_1dh3w_21{background:var(--bg);border-radius:var(--r);padding:16px;animation:.5s both _fadeUp_1dh3w_1}._sb-card_1dh3w_21 h3{align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:700;display:flex}._profileCard_1dh3w_119{background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:16px;animation:.5s both _fadeUp_1dh3w_1}._personaProfileCard_1dh3w_127{background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:16px;animation:.5s both _fadeUp_1dh3w_1;box-shadow:0 2px 8px #0000000a}._profileHeader_1dh3w_136{align-items:flex-start;gap:12px;display:flex}._profileAvatar_1dh3w_142{color:#fff;background:linear-gradient(135deg,#1e7a2e,#165a24);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:700;display:flex;box-shadow:0 2px 8px #0000001f}._profileAvatarOnboarding_1dh3w_157{background:linear-gradient(135deg,#1e7a2e,#165a24)}._profileAvatarManager_1dh3w_161{background:linear-gradient(135deg,#0f4c81,#1a6bb5)}._profileAvatarTa_1dh3w_165{background:linear-gradient(135deg,#9b7ed9,#7c5cbf)}._profileAvatarLd_1dh3w_169{background:linear-gradient(135deg,#6c5ce7,#8b7fd4)}._profileMetric_1dh3w_173{color:#1e7a2e;align-items:center;gap:6px;margin-top:6px;font-size:12px;font-weight:700;line-height:1.3;display:flex}._profileMetricDot_1dh3w_184{background:#1e7a2e;border-radius:50%;flex-shrink:0;width:7px;height:7px}._profileMetricError_1dh3w_192{color:#c24e32;align-items:center;gap:6px;margin-top:6px;font-size:12px;font-weight:600;line-height:1.3;display:flex}._profileMetricErrorDot_1dh3w_203{background:#c24e32;border-radius:50%;flex-shrink:0;width:7px;height:7px}._sidebarStatusMessage_1dh3w_211{color:var(--text-l);background:#f8f9fa;border:1px solid #e8eaed;border-radius:10px;padding:12px 14px;font-size:12px;line-height:1.45}._sidebarStatusMessageError_1dh3w_221{color:#9c4221;background:#fff5f2;border-color:#f0d4cc}._profileDetailError_1dh3w_227{color:#9c4221;text-align:right;font-size:12px;font-weight:600}._contactError_1dh3w_234{color:#9c4221;background:#fff5f2;border:1px solid #f0d4cc;border-radius:10px;padding:10px 12px;font-size:12px;font-weight:600;line-height:1.4}._quickNavSubtextError_1dh3w_245{color:#9c4221;font-weight:600}._taRegionEmpty_1dh3w_250{color:#9c4221;padding:12px 14px;font-size:12px;font-weight:600;line-height:1.45}._profileHeaderInfo_1dh3w_258{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._profileName_1dh3w_266{color:var(--text);font-size:15px;font-weight:700;line-height:1.3}._profileDesignation_1dh3w_273{color:var(--text-l);font-size:13px;font-weight:400;line-height:1.35}._profileRegion_1dh3w_280{color:#1e7a2e;align-items:center;gap:5px;margin-top:4px;font-size:12px;font-weight:600;line-height:1.3;display:flex}._profileRegionIcon_1dh3w_291{flex-shrink:0;width:14px;height:14px}._profileDivider_1dh3w_297{border:none;border-top:1px dashed #d8dce3;margin:14px 0 12px}._profileDetails_1dh3w_303{flex-direction:column;gap:10px;display:flex}._profileDetailRow_1dh3w_309{grid-template-columns:32px 1fr auto;align-items:center;gap:10px;min-width:0;display:grid}._profileDetailIcon_1dh3w_317{color:#1e7a2e;background:#f0f2f5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._profileDetailIcon_1dh3w_317 svg{width:16px;height:16px;display:block}._profileDetailIcon_1dh3w_317 svg path{fill:currentColor}._profileIdIcon_1dh3w_337{letter-spacing:.02em;color:#1e7a2e;font-size:9px;font-weight:800}._profileDetailLabel_1dh3w_344{color:var(--text-l);font-size:12px;font-weight:500;line-height:1.3}._profileDetailValue_1dh3w_351{color:var(--text);text-align:right;word-break:break-word;max-width:9.5rem;font-size:12px;font-weight:700;line-height:1.35}._sidebarPanelCard_1dh3w_362{background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:16px;animation:.5s both _fadeUp_1dh3w_1}._sidebarPanelHeader_1dh3w_370{color:var(--text);align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:700;display:flex}._sidebarPanelHeaderIcon_1dh3w_380{color:#1e7a2e;flex-shrink:0;width:18px;height:18px}._sidebarPanelHeaderIcon_1dh3w_380 path{fill:currentColor}._sidebarPanelAction_1dh3w_390{cursor:pointer;width:100%;transition:var(--tr);font:inherit;color:inherit;text-align:left;appearance:none;background:#fff;border:1px solid #289f3c59;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}._sidebarPanelAction_1dh3w_390:disabled{cursor:not-allowed;opacity:.55}._sidebarPanelAction_1dh3w_390:hover:not(:disabled){border-color:#1e7a2e;box-shadow:0 2px 8px #289f3c1f}._sidebarPanelActionIcon_1dh3w_415{background:#e8f4eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._sidebarPanelActionIcon_1dh3w_415 svg{width:18px;height:18px}._sidebarPanelActionIcon_1dh3w_415 svg path{fill:#1e7a2e}._sidebarPanelActionText_1dh3w_433{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._sidebarPanelActionTitle_1dh3w_441{color:var(--text);font-size:13px;font-weight:700}._sidebarPanelActionSub_1dh3w_447{color:var(--text-l);font-size:11px;font-weight:400}._ticketSectionLabel_1dh3w_453{letter-spacing:.06em;text-transform:uppercase;color:var(--text-l);margin:14px 0 8px;font-size:10px;font-weight:700}._ticketEmpty_1dh3w_462{color:#9aa3af;text-align:center;margin:0;padding:10px 0 2px;font-size:12px;font-style:italic}._itTicketList_1dh3w_471{flex-direction:column;gap:8px;display:flex}._itTicketRow_1dh3w_477{background:#fff;border:1px solid #eceef2;border-left:4px solid #6c5ce7;border-radius:10px;padding:10px 12px 10px 14px}._itTicketTop_1dh3w_485{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}._itTicketId_1dh3w_494{color:#5b4fc7;letter-spacing:-.01em;font-size:12px;font-weight:800}._itTicketBadges_1dh3w_501{flex-wrap:wrap;align-items:center;gap:4px;display:flex}._ticketBadge_1dh3w_508{letter-spacing:.02em;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:800;line-height:1.3;display:inline-block}._ticketBadgeOpen_1dh3w_518{color:#9c4221;background:#fde8d8}._ticketBadgeInProgress_1dh3w_523,._ticketBadgeLow_1dh3w_528{color:#4e3fa8;background:#ebe4f7}._ticketBadgeMed_1dh3w_533{color:#9c4221;background:#fde8d8}._ticketBadgeHigh_1dh3w_538{color:#a93226;background:#fde0e0}._itTicketSummary_1dh3w_543{color:var(--text-l);margin:0;font-size:11px;font-weight:500;line-height:1.4}._leaveBalanceCard_1dh3w_551{background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:16px;animation:.5s 50ms both _fadeUp_1dh3w_1}._leaveBalanceHeader_1dh3w_560{color:var(--text);align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:700;display:flex}._leaveBalanceHeaderIcon_1dh3w_570{color:#1e7a2e;flex-shrink:0;width:18px;height:18px}._leaveBalanceHeaderIcon_1dh3w_570 path{fill:currentColor}._leaveBalanceAction_1dh3w_580{cursor:pointer;width:100%;transition:var(--tr);font:inherit;color:inherit;text-align:left;appearance:none;background:#fff;border:1px solid #289f3c59;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}._leaveBalanceAction_1dh3w_580:disabled{cursor:not-allowed;opacity:.55}._leaveBalanceAction_1dh3w_580:hover:not(:disabled){border-color:#1e7a2e;box-shadow:0 2px 8px #289f3c1f}._leaveBalanceActionIcon_1dh3w_605{background:#e8f4eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._leaveBalanceActionIcon_1dh3w_605 svg{width:20px;height:20px}._leaveBalanceActionIcon_1dh3w_605 svg path{fill:#1e7a2e}._leaveBalanceActionText_1dh3w_623{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._leaveBalanceActionTitle_1dh3w_631{color:var(--text);font-size:13px;font-weight:700}._leaveBalanceActionSub_1dh3w_637{color:var(--text-l);font-size:11px;font-weight:400}._profile-card_1dh3w_643{background:#f5f6f8;border-radius:12px;padding:16px}._profile-row_1dh3w_649{align-items:center;gap:12px;display:flex}._profile-avatar_1dh3w_655{color:#fff;background:linear-gradient(135deg,#0f4c81,#1a6bb5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:flex}._profile-info_1dh3w_669{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._profile-name_1dh3w_677{color:var(--text);font-size:15px;font-weight:700}._profile-designation_1dh3w_683{color:var(--text-l);font-size:13px;font-weight:400}._profile-meta_1dh3w_689{color:var(--accent);font-size:11px;font-weight:400}._profileHireDateRow_1dh3w_695{justify-content:space-between;align-items:baseline;gap:8px;width:100%;margin-top:6px;display:flex}._profileHireDateLabel_1dh3w_704{color:var(--text-l);flex-shrink:0;font-size:11px;font-weight:600}._profileHireDateValue_1dh3w_711{color:var(--text);text-align:right;min-width:0;font-size:11px;font-weight:600}._profile-hires_1dh3w_719{color:#1e7a2e;margin-top:4px;font-size:13px;font-weight:700}._profile-detail_1dh3w_726{color:var(--text-l);margin-top:4px;font-size:11px}._profile-label_1dh3w_732{color:#1e7a2e;font-weight:600}._profile-location_1dh3w_737{color:var(--text-l);opacity:.9;margin-top:4px;font-size:10px}._pending-tasks_1dh3w_745{flex-direction:column;gap:6px;display:flex}._task-item_1dh3w_751{cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:11px;font-weight:500;display:flex}._task-item_1dh3w_751._danger_1dh3w_762{border-left:3px solid var(--danger)}._task-item_1dh3w_751._warn_1dh3w_765{border-left:3px solid var(--warn)}._task-item_1dh3w_751._primary_1dh3w_768{border-left:3px solid var(--primary)}._stats-grid_1dh3w_48{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px;display:grid}._stat-box_1dh3w_54{background:#fff;border-radius:10px;padding:10px}._stat-num_1dh3w_67{color:var(--text);font-size:16px;font-weight:800}._stat-label_1dh3w_76{color:var(--text-l);margin-top:2px;font-size:10px}._progress-bar_1dh3w_798{background:#0000000f;border-radius:999px;width:100%;height:8px;overflow:hidden}._progress-fill_1dh3w_806{background:linear-gradient(90deg, var(--primary), var(--primary-l));height:100%}._contact-item_1dh3w_812{align-items:center;gap:10px;margin-bottom:10px;display:flex}._contact-av_1dh3w_819{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}._contact-name_1dh3w_830{font-size:12px;font-weight:700}._contact-role_1dh3w_835{color:var(--text-l);font-size:10px}._contact-btn_1dh3w_840{width:28px;height:28px;transition:var(--tr);background:#6c5ce71a;border-radius:6px;justify-content:center;align-items:center;font-size:14px;text-decoration:none;display:flex}._contact-btn_1dh3w_840:hover{background:#6c5ce733}._blox360Button_1dh3w_856{color:#fff;width:100%;font:inherit;cursor:pointer;transition:var(--tr);appearance:none;text-align:center;background:#1e7a2e;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:700;display:flex}._blox360Button_1dh3w_856:hover{background:#165a24;box-shadow:0 2px 8px #0f4c8140}._blox360Button_1dh3w_856:active{transform:translateY(1px)}._blox360Icon_1dh3w_883{vertical-align:middle;background:radial-gradient(#000,#0000);border-radius:50%;width:auto;height:1.5em}._newHiresButton_1dh3w_891{cursor:pointer;width:100%;transition:var(--tr);font:inherit;color:inherit;text-align:left;appearance:none;background:#fff;border:1px solid #e0e0e0;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;display:flex}._newHiresButton_1dh3w_891:disabled{cursor:not-allowed;opacity:.55}._newHiresButton_1dh3w_891:disabled:hover{box-shadow:none;border-color:#e0e0e0}._newHiresButton_1dh3w_891:hover{border-color:#1e7a2e;box-shadow:0 2px 8px #289f3c1a}._newHiresIcon_1dh3w_920{background:#1e7a2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._newHiresIcon_1dh3w_920 svg{fill:#5d6d7e;width:22px;height:22px}._newHiresText_1dh3w_936{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._newHiresTitle_1dh3w_944{color:var(--text);font-size:14px;font-weight:700}._newHiresSubtext_1dh3w_950{color:var(--text-l);font-size:12px;font-weight:400}._newHiresArrow_1dh3w_956{color:#1e7a2e;flex-shrink:0;font-size:16px;font-weight:700}._viewTeamButton_1dh3w_963{cursor:pointer;width:100%;transition:var(--tr);font:inherit;color:inherit;text-align:left;appearance:none;background:#fff;border:1px solid #e0e7ef;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;display:flex}._viewTeamButton_1dh3w_963:hover{border-color:#0f4c81;box-shadow:0 2px 8px #0f4c811f}._viewTeamIcon_1dh3w_984{background:linear-gradient(135deg,#0f4c81,#1a6bb5);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._viewTeamIcon_1dh3w_984 svg{fill:#fff;width:22px;height:22px}._viewTeamText_1dh3w_1000{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._viewTeamTitle_1dh3w_1008{color:var(--text);font-size:14px;font-weight:700}._viewTeamSubtext_1dh3w_1014{color:var(--text-l);font-size:12px;font-weight:400}._viewTeamArrow_1dh3w_1020{color:#0f4c81;flex-shrink:0;font-size:16px;font-weight:700}._sidebarHireDateFooter_1dh3w_1027{background:linear-gradient(135deg,#0f4c8114,#1a6bb50d);border:1px solid #0f4c8129;border-radius:12px;flex-direction:column;gap:0;margin-top:auto;padding:14px 12px;display:flex;box-shadow:0 1px 4px #0f4c8112}._sidebarHireDateFooterRow_1dh3w_1039{align-items:flex-start;gap:12px;width:100%;min-width:0;display:flex}._sidebarHireDateFooterRow_1dh3w_1039+._sidebarHireDateFooterRow_1dh3w_1039{border-top:1px solid #0f4c811f;margin-top:12px;padding-top:12px}._sidebarHireDateFooterIconWrap_1dh3w_1052{color:#0f4c81;background:#e7eef5;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._sidebarHireDateFooterIconWrap_1dh3w_1052 svg{flex-shrink:0;width:1.25rem;height:1.25rem;display:block}._sidebarHireDateFooterIconWrap_1dh3w_1052 svg path{fill:currentColor}._sidebarHireDateFooterRowBody_1dh3w_1073{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:4px;min-width:0;padding-top:2px;display:flex}._sidebarHireDateFooterLabel_1dh3w_1084{letter-spacing:.05em;text-transform:uppercase;color:var(--text-l);font-size:10px;font-weight:700;line-height:1.2}._sidebarHireDateFooterValue_1dh3w_1093{font-variant-numeric:tabular-nums;color:#1e7a2e;letter-spacing:-.02em;word-break:break-word;max-width:100%;font-size:14px;font-weight:800;line-height:1.25}._sidebarHireDateFooterLocationValue_1dh3w_1104{color:#1e7a2e;letter-spacing:-.02em;word-break:break-word;max-width:100%;font-size:13px;font-weight:800;line-height:1.35}._profilePeopleIcon_1dh3w_1114{color:#1e7a2e;width:16px;height:16px}._profilePeopleIcon_1dh3w_1114 path{fill:currentColor}._managerActionBolt_1dh3w_1123{font-size:18px;line-height:1}._quickAssistHeader_1dh3w_1128{align-items:center;gap:8px;padding:0 2px 4px;display:flex}._quickAssistIcon_1dh3w_1135{color:#1e7a2e;font-size:18px;line-height:1}._quickAssistTitle_1dh3w_1141{color:var(--text);letter-spacing:-.02em;font-size:16px;font-weight:800}._taAssistIcon_1dh3w_1148{background:#1e7a2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:relative;box-shadow:0 1px 4px #289f3c59}._taAssistRingOuter_1dh3w_1161,._taAssistRingMid_1dh3w_1162{box-sizing:border-box;border:1.5px solid #ffffffd9;border-radius:50%;position:absolute}._taAssistRingOuter_1dh3w_1161{width:16px;height:16px}._taAssistRingMid_1dh3w_1162{width:10px;height:10px}._taAssistRingCore_1dh3w_1179{background:#fff;border-radius:50%;width:4px;height:4px}._quickNavRow_1dh3w_1186{cursor:pointer;width:100%;transition:var(--tr);font:inherit;color:inherit;text-align:left;appearance:none;background:#fff;border:1px solid #e8eaed;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;display:flex}._quickNavRow_1dh3w_1186:disabled{cursor:not-allowed;opacity:.55}._quickNavRow_1dh3w_1186:hover:not(:disabled){border-color:#289f3c59;box-shadow:0 2px 8px #289f3c14}._quickNavIcon_1dh3w_1211{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:flex}._quickNavIcon_1dh3w_1211 svg{width:20px;height:20px}._quickNavIcon_1dh3w_1211 svg path{fill:#fff}._quickNavIconApprovals_1dh3w_1231{background:linear-gradient(135deg,#d35400,#e67e22)}._quickNavIconCalendar_1dh3w_1235{background:linear-gradient(135deg,#6c5ce7,#7c6cf0)}._quickNavIconTeam_1dh3w_1239{background:linear-gradient(135deg,#1e7a2e,#165a24)}._quickNavText_1dh3w_1243{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._quickNavTitleRow_1dh3w_1251{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._quickNavTitle_1dh3w_1251{color:var(--text);font-size:14px;font-weight:700}._quickNavBadge_1dh3w_1264{color:#fff;background:#c0392b;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}._quickNavSubtext_1dh3w_245{color:var(--text-l);font-size:12px;font-weight:400;line-height:1.35}._quickNavArrow_1dh3w_1286{color:#1e7a2e;flex-shrink:0;font-size:16px;font-weight:700}._quickNavIconSchedule_1dh3w_1293{background:linear-gradient(135deg,#1e7a2e,#165a24)}._quickNavIconDashboard_1dh3w_1297{background:linear-gradient(135deg,#0f4c81,#1a6bb5)}._taPanelCard_1dh3w_1301{background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:16px;animation:.5s both _fadeUp_1dh3w_1;box-shadow:0 2px 8px #0000000a}._taPanelHeader_1dh3w_1310{align-items:center;gap:8px;margin-bottom:12px;display:flex}._taPanelHeaderIcon_1dh3w_1317{font-size:16px;line-height:1}._taPanelTitle_1dh3w_1322{color:var(--text);font-size:13px;font-weight:700}._taRegionList_1dh3w_1328{margin:0;padding:0;list-style:none}._taRegionDivider_1dh3w_1334{border:none;border-top:1px dashed #e0e4e8;margin:0}._taRegionRow_1dh3w_1340{cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;appearance:none;background:0 0;border:none;align-items:center;gap:8px;padding:10px 0;display:flex}._taRegionRow_1dh3w_1340:disabled{cursor:default;opacity:.7}._taRegionRow_1dh3w_1340:hover:not(:disabled) ._taRegionCount_1dh3w_1358{color:#1e7a2e}._taRegionDot_1dh3w_1362{border-radius:50%;flex-shrink:0;width:8px;height:8px}._taRegionDot_apac_1dh3w_1369{background:#14b8a6}._taRegionDot_emea_1dh3w_1373{background:#9b7ed9}._taRegionDot_americas_1dh3w_1377{background:#f5a623}._taRegionGlobe_1dh3w_1381{opacity:.85;font-size:14px;line-height:1}._taRegionName_1dh3w_1387{color:var(--text);flex:1;font-size:13px;font-weight:700}._taRegionCount_1dh3w_1358{color:#1e7a2e;font-size:15px;font-weight:800;transition:color .15s}._taSessionsHeader_1dh3w_1401{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:12px;display:flex}._taSessionsHeader_1dh3w_1401 ._taPanelHeader_1dh3w_1310{flex:1;min-width:0;margin-bottom:0}._taSessionsCalIcon_1dh3w_1414{color:#1e7a2e;flex-shrink:0;width:18px;height:18px}._taSessionsCalIcon_1dh3w_1414 path{fill:#1e7a2e}._taViewAllBtn_1dh3w_1424{color:#1e7a2e;cursor:pointer;white-space:nowrap;background:#e8f4eb;border:none;border-radius:999px;flex-shrink:0;padding:4px 10px;font-family:inherit;font-size:11px;font-weight:700}._taViewAllBtn_1dh3w_1424:disabled{opacity:.55;cursor:not-allowed}._taViewAllBtn_1dh3w_1424:hover:not(:disabled){background:#d4ebda}._taSessionItem_1dh3w_1445{background:#fff;border:1px solid #e8eaed;border-radius:12px;gap:12px;padding:12px;display:flex;box-shadow:0 1px 4px #0000000a}._taSessionIconWrap_1dh3w_1455{background:#e8f4eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._taSessionIconWrap_1dh3w_1455 svg{width:18px;height:18px}._taSessionIconWrap_1dh3w_1455 svg path{fill:#1e7a2e}._taSessionBody_1dh3w_1473{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}._taSessionTitle_1dh3w_1481{color:var(--text);font-size:13px;font-weight:700;line-height:1.3}._taSessionMeta_1dh3w_1488{color:var(--text-l);font-size:11px;line-height:1.35}._taSessionBadge_1dh3w_1494{color:#1e7a2e;letter-spacing:.04em;background:#e8f4eb;border-radius:999px;align-self:flex-start;margin-top:2px;padding:3px 8px;font-size:10px;font-weight:800}._centerPanel_19jj1_2{background:var(--bg);flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}._centerPanel_19jj1_2:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#0f4c810a 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}._chatWelcome_19jj1_22{text-align:center;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:40px 32px 20px;animation:.8s _fadeIn_19jj1_1;display:flex;position:relative}._chatWelcome_19jj1_22._hidden_19jj1_35{display:none}._welcomeEmoji_19jj1_39{color:#e63946;background:radial-gradient(circle at 32% 28%,#fffffff2 0%,#0000 42%),linear-gradient(155deg,#e8f4fc 0%,#fff9e6 38%,#ffe8c8 68%,#ffcc80 100%);border-radius:50%;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;margin-bottom:16px;animation:3s ease-in-out infinite _float_19jj1_1;display:flex;box-shadow:0 6px 22px #ff8c4252,0 2px 8px #ff6b352e,inset 0 1px #ffffffbf}._welcomeEmoji_19jj1_39 svg{filter:drop-shadow(0 2px 4px #e6394659);flex-shrink:0;width:2.35rem;height:2.35rem;display:block}._welcomeEmoji_19jj1_39 svg path{fill:currentColor}._welcomeText_19jj1_64 h2{color:var(--text);font-size:30px;font-weight:800;line-height:1.4}._welcomeLogo_19jj1_71{vertical-align:-.62em;object-fit:contain;mix-blend-mode:multiply;width:auto;height:2.15em;display:inline-block}._welcomeSub_19jj1_80{color:var(--text-l);margin-top:8px;font-size:15px}._welcomeHint_19jj1_86{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;display:flex}._hintChip_19jj1_94{border:1px solid var(--border);cursor:pointer;transition:var(--tr);color:var(--text-l);background:#fff;border-radius:24px;padding:8px 16px;font-size:12px;font-weight:500}._hintChip_19jj1_94:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow);transform:translateY(-2px)}._chatMessages_19jj1_113{z-index:1;scroll-behavior:smooth;flex-direction:column;flex:1;gap:14px;min-height:0;padding:20px 28px;display:none;position:relative;overflow-y:auto}._chatMessages_19jj1_113::-webkit-scrollbar{width:5px}._chatMessages_19jj1_113::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}._chatMessages_19jj1_113._hasMessages_19jj1_132{display:flex}._msgRow_19jj1_137{gap:10px;max-width:88%;animation:.4s both _fadeUp_19jj1_1;display:flex}._msgRow_19jj1_137._user_19jj1_143{flex-direction:row-reverse;align-self:flex-end;animation:.4s both _slideInRight_19jj1_1}._msgRow_19jj1_137._bot_19jj1_148 ._msgBubble_19jj1_148{border:1px solid var(--border);color:var(--text);background:#fff;border-top-left-radius:4px;box-shadow:0 2px 12px #0000000a}._msgRow_19jj1_137._user_19jj1_143 ._msgBubble_19jj1_148{background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff;border-top-right-radius:4px;box-shadow:0 4px 16px #0f4c8133}._msgRowWide_19jj1_162{justify-content:center;align-self:stretch;gap:0;width:100%;max-width:100%;padding:0}._msgBubbleWide_19jj1_171{flex:auto;justify-content:stretch;align-items:stretch;width:100%;min-width:0;max-width:100%;padding:0;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}._msgBubbleWide_19jj1_171>*{width:100%;min-width:0}._msgAvatar_19jj1_191{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:flex}._msgAvatar_19jj1_191._bot_19jj1_148{background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff;box-shadow:0 4px 12px #0f4c8133}._msgAvatar_19jj1_191._human_19jj1_207{background:linear-gradient(135deg, var(--accent), var(--accent-l));color:#fff;box-shadow:0 4px 12px rgba(var(--primary-rgb), .2)}._msgBubble_19jj1_148{border-radius:18px;padding:14px 18px;font-size:13.5px;line-height:1.7}._chatLink_19jj1_221{background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff;transition:var(--tr);cursor:pointer;font-size:12px;font-weight:700;font-family:var(--font-app);border:none;border-radius:12px;align-items:center;gap:6px;margin-top:8px;padding:9px 18px;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #0f4c8133}._chatLink_19jj1_221:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f4c814d}._chatLink_19jj1_221._green_19jj1_243{background:linear-gradient(135deg, var(--accent), var(--accent-l));box-shadow:0 4px 14px rgba(var(--primary-rgb), .2)}._chatLink_19jj1_221._purple_19jj1_247{background:linear-gradient(135deg, var(--purple), #a29bfe);box-shadow:0 4px 14px #6c5ce733}._typingIndicator_19jj1_253{border:1px solid var(--border);background:#fff;border-radius:4px 16px 16px;gap:4px;width:fit-content;padding:12px 16px;display:flex}._typingDot_19jj1_264{background:var(--text-l);border-radius:50%;width:7px;height:7px;animation:1.2s infinite _typingBounce_19jj1_1}._typingDot_19jj1_264:nth-child(2){animation-delay:.2s}._typingDot_19jj1_264:nth-child(3){animation-delay:.4s}._chatInputArea_19jj1_279{background:var(--bg);z-index:1;flex-shrink:0;width:100%;padding:14px 28px 18px;position:relative}._chatInputBox_19jj1_288{border:1.5px solid var(--border);width:100%;max-width:100%;transition:var(--tr);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;height:6rem;display:flex;overflow:hidden;box-shadow:0 4px 24px #0000000f}._chatInputBox_19jj1_288:focus-within{border-color:var(--primary);box-shadow:0 4px 28px #0f4c811f}._chatInputTop_19jj1_307{flex:1;align-items:center;gap:10px;min-width:0;padding:13px 18px 5px;display:flex}._chatInputTop_19jj1_307 input{width:100%;min-width:0;font-size:15px;font-family:var(--font-app);color:var(--text);background:0 0;border:none;outline:none;flex:1}._chatInputTop_19jj1_307 input::placeholder{color:var(--text-l)}._chatGleanIcon_19jj1_330{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}._chatGleanLogo_19jj1_342{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;display:block}._chatInputBottom_19jj1_350{flex-shrink:0;justify-content:flex-end;align-items:center;padding:6px 12px 11px 18px;display:flex}._inputActions_19jj1_358{gap:2px;display:flex}._inputActionBtn_19jj1_363{cursor:pointer;width:34px;height:34px;color:var(--text-l);transition:var(--tr);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:17px;display:flex}._inputActionBtn_19jj1_363:hover{background:var(--bg);color:var(--text);transform:scale(1.1)}._scrollToTopBtn_19jj1_384{background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff;cursor:pointer;width:40px;height:40px;transition:var(--tr);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex;position:absolute;bottom:130px;right:36px;box-shadow:0 4px 14px #0f4c8140}._scrollToTopBtn_19jj1_384:hover{transform:scale(1.1);box-shadow:0 6px 20px #0f4c8159}._sendBtn_19jj1_409{background:linear-gradient(135deg, var(--accent), var(--accent-l));color:#fff;cursor:pointer;width:40px;height:40px;transition:var(--tr);box-shadow:0 4px 14px rgba(var(--primary-rgb), .25);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}._sendBtn_19jj1_409:hover{box-shadow:0 6px 20px rgba(var(--primary-rgb), .35);transform:scale(1.1)}._container_1xk8q_1{background:#fff;border:1px solid #00000014;border-radius:15px;padding:20px 24px;box-shadow:0 2px 12px #0000000f}._header_1xk8q_9{align-items:center;gap:8px;margin-bottom:6px;display:flex}._globeIcon_1xk8q_16{font-size:20px}._title_1xk8q_20{color:var(--text,#1a1a1a);font-size:17px;font-weight:700}._subtitle_1xk8q_26{color:var(--text-l,#666);margin:0 0 16px;font-size:14px;line-height:1.4}._loading_1xk8q_33,._error_1xk8q_34,._empty_1xk8q_35{color:var(--text-l,#666);margin:0;padding:12px 0;font-size:14px}._error_1xk8q_34{color:#e74c3c}._joinedSection_1xk8q_46{margin-bottom:14px}._joinedLabel_1xk8q_50{color:var(--text);font-size:13px;font-weight:600;margin:0 0 6px!important}._joinedList_1xk8q_57{flex-wrap:wrap;gap:8px;display:flex}._joinedBadge_1xk8q_63{background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}._ergList_1xk8q_73{flex-direction:column;gap:12px;display:flex}._ergCard_1xk8q_79{cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;appearance:none;background:#fff;border:1px solid #e8ecf0;border-radius:15px;align-items:center;gap:14px;margin:0;padding:16px 18px;transition:all .2s;display:flex}._ergCard_1xk8q_79:hover:not(:disabled){box-shadow:0 4px 12px #00000014}._ergCard_1xk8q_79:disabled{cursor:default}._ergCard_1xk8q_79._joined_1xk8q_46{border-color:var(--primary,#289f3c);background:rgba(var(--primary-rgb), .06)}._iconBox_1xk8q_107{border-radius:12px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;font-size:24px;display:flex}._ergInfo_1xk8q_118{flex:1;min-width:0}._ergName_1xk8q_123{color:var(--text,#333);font-size:15px;font-weight:700;display:block}._desc_1xk8q_130{color:var(--text-l,#666);margin-top:4px;font-size:13px;line-height:1.4}._metadata_1xk8q_137{color:var(--primary,#289f3c);margin-top:6px;font-size:13px;font-weight:700}._joinBtn_1xk8q_144{color:#fff;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;padding:10px 22px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 2px 8px #0000001f}._joinBtn_1xk8q_144._green_1xk8q_156{background:#289f3c}._joinBtn_1xk8q_144._gold_1xk8q_159{color:#333;background:linear-gradient(#fdd835 0%,#f9a825 100%)}._joinBtn_1xk8q_144:hover:not(._joinedBtn_1xk8q_163):not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0000002e}._joinBtn_1xk8q_144._joinedBtn_1xk8q_163,._joinBtn_1xk8q_144:disabled{cursor:default;opacity:.85}._hrWelcomeCard_4ase0_1{text-align:center;flex-direction:column;align-items:center;padding:32px 24px;display:flex}._targetIcon_4ase0_9{margin-bottom:16px;font-size:64px;line-height:1}._greeting_4ase0_15{color:var(--text,#333);margin:0 0 16px;font-size:24px;font-weight:600;line-height:1.3}._greeting_4ase0_15 ._nameHighlight_4ase0_22{color:var(--primary,#289f3c);font-weight:700}._heading_4ase0_27{color:var(--text,#333);margin:0 0 8px;font-size:22px;font-weight:700;line-height:1.3}._subtext_4ase0_35{color:var(--text-l,#666);margin:0 0 24px;font-size:15px;line-height:1.5}._scheduleBtn_4ase0_42{color:#fff;cursor:pointer;background:#289f3c;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}._scheduleBtn_4ase0_42:hover{box-shadow:0 4px 14px rgba(var(--primary-rgb), .35);background:#289f3c}._scheduleBtn_4ase0_42 ._calendarIcon_4ase0_60{color:inherit;align-items:center;font-size:2em;display:inline-flex}._scheduleBtn_4ase0_42 ._calendarIcon_4ase0_60 svg{fill:currentColor;width:1em;height:1em}._card_1k83e_1{text-align:center;width:100%;max-width:720px;font-family:var(--font-app);flex-direction:column;align-items:center;padding:8px 16px 24px;display:flex}@keyframes _targetFloat_1k83e_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._targetIcon_1k83e_20{will-change:transform;background:#2e7d32;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;animation:5s ease-in-out infinite _targetFloat_1k83e_1;display:flex;position:relative}._targetRingOuter_1k83e_34,._targetRingMid_1k83e_35{box-sizing:border-box;border:2px solid #ffffffe6;border-radius:50%;position:absolute}._targetRingOuter_1k83e_34{width:40px;height:40px}._targetRingMid_1k83e_35{width:26px;height:26px}._targetRingCore_1k83e_52{background:#fff;border-radius:50%;width:10px;height:10px}._greeting_1k83e_59{letter-spacing:-.02em;color:#333;margin:0 0 16px;font-size:34px;font-weight:700;line-height:1.25}._nameHighlight_1k83e_68{color:#2e7d32}._bmIcon_1k83e_72{color:#2e7d32;vertical-align:middle;justify-content:center;align-items:center;margin-left:8px;font-size:30px;line-height:1;display:inline-flex}._subtext_1k83e_83{color:#757575;max-width:560px;margin:0 0 32px;font-size:16px;line-height:1.5}._divider_1k83e_91{color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;align-items:center;width:100%;max-width:620px;margin-bottom:18px;font-size:11px;font-weight:700;display:flex}._divider_1k83e_91:before,._divider_1k83e_91:after{content:"";background:#e5e7eb;flex:1;height:1px}._divider_1k83e_91 span{white-space:nowrap;padding:0 12px}._quickStarters_1k83e_114{flex-wrap:wrap;justify-content:center;gap:10px;width:100%;display:flex}._starterBtn_1k83e_122{color:#2e7d32;font:inherit;cursor:pointer;appearance:none;white-space:nowrap;background:#fff;border:1.5px solid #2e7d32;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}._starterBtn_1k83e_122:hover{background:#2e7d320f;transform:translateY(-1px)}._starterIcon_1k83e_144{flex-shrink:0;width:16px;height:16px}._starterIcon_1k83e_144 path{fill:currentColor}._starterEmoji_1k83e_153{font-size:15px;line-height:1}@media (width<=640px){._greeting_1k83e_59{font-size:28px}._quickStarters_1k83e_114{flex-direction:column;align-items:stretch}._starterBtn_1k83e_122{justify-content:center}}.day-one-phase .day-one-icon{vertical-align:middle;align-items:center;margin-right:6px;display:inline-flex}.day-one-phase .day-one-icon svg{width:2em;height:2em}.day-one-phase .day-one-btn-icon{vertical-align:middle;align-items:center;margin-right:4px;display:inline-flex}.day-one-phase .day-one-btn-icon svg{width:2em;height:2em}.chat-task-list li{background:#f5f7fa;border-radius:10px;gap:10px;margin-bottom:10px;padding:12px;transition:all .3s;display:flex}.task-num{color:#fff;background:#289f3c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex}.chat-link{background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff;cursor:pointer;border:none;border-radius:6px;width:20rem;padding:6px 10px;transition:all .2s}.chat-link:hover{box-shadow:0 4px 12px #289f3c4d}.chat-link{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-l));border:none;border-radius:8px;outline:none;width:20rem;margin-top:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.chat-link.green,.chat-link.purple{background:linear-gradient(135deg, var(--primary), var(--primary-l))}.week-one-btn-icon{vertical-align:middle;align-items:center;margin-right:4px;display:inline-flex}.week-one-btn-icon svg{width:2em;height:2em}.monthone-title{color:var(--text);font-size:16px;font-weight:700}.chat-task-list li{cursor:pointer;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e5e7eb;border-radius:14px;gap:12px;margin-bottom:12px;padding:14px;transition:all .25s;display:flex}.chat-task-list li:hover{background:linear-gradient(135deg,#eef2ff,#e0f2fe);transform:translateY(-2px)scale(1.01);box-shadow:0 8px 20px #4f46e526}.chat-link.green,.chat-link.purple,.chat-link.orange{background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff}.month-one-btn-icon{vertical-align:middle;align-items:center;margin-right:4px;display:inline-flex}.month-one-btn-icon svg{width:auto;height:2em}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cruising-title{color:var(--text);font-size:16px;font-weight:700}.cruising-progress{color:var(--text-l);margin-top:4px;font-size:12px;display:inline-block}.task-num{color:#fff;background:#289f3c;border-radius:50%;justify-content:center;align-items:center;min-width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.task-detail span{color:var(--text-l);font-size:12px;line-height:1.4}.chat-link{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-l));border:none;border-radius:8px;width:20rem;margin-top:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.chat-link.green,.chat-link.gold{background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff}.cruising-btn-icon{vertical-align:middle;align-items:center;margin-right:4px;display:inline-flex}.cruising-btn-icon svg{width:auto;height:2em}.chat-task-list li{animation:.4s fadeSlideIn}.chatTaskList{margin-top:12px;padding:0;list-style:none}.chatTaskItem{cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;gap:12px;margin-bottom:12px;padding:14px;transition:all .25s;display:flex}.chatTaskItem:hover{background:#eef2ff;transform:translateY(-2px)scale(1.01);box-shadow:0 6px 18px #4f46e51f}.taskNum{color:#fff;background:#289f3c;border-radius:50%;justify-content:center;align-items:center;min-width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.taskDetail,.task-detail{flex-direction:column;gap:4px;display:flex}.taskDetail strong,.task-detail strong{color:#111827;font-size:14px}.taskDetail span,.task-detail span{color:#6b7280;font-size:12px}.chatLink,.chat-link{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-l));border:none;border-radius:8px;outline:none;width:20rem;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.chatLink:hover,.chat-link:hover{transform:scale(1.05);box-shadow:0 4px 12px #289f3c4d}.green,.purple{background:linear-gradient(135deg, var(--primary), var(--primary-l))}.clouds-btn-icon{vertical-align:middle;align-items:center;margin-right:4px;display:inline-flex}.clouds-btn-icon svg{width:auto;height:2em}.takeoff-anniversary-card{text-align:center;background:#f8faff;border:1px solid #e0e0e0;border-radius:20px;flex-direction:column;align-items:center;margin-bottom:12px;padding:32px 28px;display:flex}.takeoff-anniversary-card .takeoff-emoji{margin-bottom:16px;font-size:56px;animation:3s ease-in-out infinite float}.takeoff-anniversary-card .takeoff-title{color:#333;margin:0 0 16px;font-family:inherit;font-size:26px;font-weight:700}.takeoff-anniversary-card .takeoff-desc{color:#666;max-width:480px;margin:0 auto;font-size:15px;line-height:1.5}.takeoff-anniversary-card .takeoff-stats{justify-content:center;gap:32px;margin-top:28px;display:flex}.takeoff-anniversary-card .takeoff-stat{text-align:center}.takeoff-anniversary-card .takeoff-stat-value{margin-bottom:4px;font-size:28px;font-weight:700;display:block}.takeoff-anniversary-card .takeoff-stat-value.days,.takeoff-anniversary-card .takeoff-stat-value.phases{color:#289f3c}.takeoff-anniversary-card .takeoff-stat-value.possibilities{color:#5c6bc0}.takeoff-anniversary-card .takeoff-stat-label{color:#666;font-size:12px;font-weight:600}.takeoff-progress{color:var(--text-l);margin-top:8px;font-size:12px}.chat-task-list{margin-top:12px;padding:0;list-style:none}.chat-task-list li{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;gap:12px;margin-bottom:12px;padding:14px;transition:all .25s;display:flex}.task-num{color:#fff;background:#289f3c;border-radius:50%;justify-content:center;align-items:center;min-width:32px;height:32px;font-weight:700;display:flex}.task-detail{flex-direction:column;gap:4px;display:flex}.task-detail strong{color:var(--text);font-size:14px}.task-detail span{color:var(--text-l);font-size:12px}.chat-link{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-l));border:none;border-radius:8px;margin-top:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.chat-link:hover{transform:scale(1.05);box-shadow:0 4px 12px #289f3c4d}.chat-link.green{background:linear-gradient(135deg, var(--primary), var(--primary-l))}.takeoff-btn-icon{vertical-align:middle;align-items:center;margin-right:4px;display:inline-flex}.takeoff-btn-icon svg{width:auto;height:2em}._slotSection_jjrya_2 h4{margin:0;font-size:15px;font-weight:600}._slotSectionHeader_jjrya_8{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}._spacingTop_jjrya_16{margin-top:12px}._slotSubtitle_jjrya_20{color:var(--text-l);margin-bottom:12px;font-size:12px}._slotGrid_jjrya_26{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}@media (width<=420px){._slotGrid_jjrya_26{grid-template-columns:repeat(2,minmax(0,1fr))}}._slotBtn_jjrya_37{background:linear-gradient(135deg, var(--bg), #fff);cursor:pointer;text-align:center;border:1px solid #e5e7eb;border-radius:10px;padding:10px;font-size:13px;transition:all .2s}._slotBtn_jjrya_37:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px)}._slotBtn_jjrya_37:active:not(:disabled){transform:scale(.97)}._slotBtnSelectedManager_jjrya_57{color:#1b5e20;background:linear-gradient(135deg,#289f3c1f,#289f3c0f);border-color:#289f3ca6;font-weight:600;box-shadow:0 0 0 1px #289f3c40}._slotBtnSelectedManager_jjrya_57:disabled{opacity:1;cursor:default}._slotBtnSelectedBuddy_jjrya_70{color:#312e81;background:linear-gradient(135deg,#6366f124,#4338ca14);border-color:#4338ca8c;font-weight:600;box-shadow:0 0 0 1px #6366f138}._slotBtnSelectedBuddy_jjrya_70:disabled{opacity:1;cursor:default}._orgChart_1r8pf_3{box-shadow:none;box-sizing:border-box;background:0 0;border-radius:0;width:100%;max-width:100%;margin:0;padding:0}._header_1r8pf_14{color:var(--text);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:0 0 16px;font-size:16px;font-weight:700;display:flex}._headerGroupIcon_1r8pf_26{flex-shrink:0;justify-content:center;align-items:center;height:1.5em;line-height:0;display:inline-flex}._headerGroupIcon_1r8pf_26 svg{width:auto;max-width:2.5em;height:1.5em;display:block}._managerWrap_1r8pf_41{justify-content:center;width:100%;display:flex}._managerCard_1r8pf_47{border:3px solid var(--primary);box-sizing:border-box;background:#00000005;border-radius:10px;align-items:center;gap:10px;width:100%;max-width:min(280px,92%);margin-bottom:0;padding:11px 13px;display:flex;position:relative}._managerCardCw_1r8pf_63{padding-right:64px}._managerAv_1r8pf_67{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:700;display:flex}._managerInfo_1r8pf_80{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._managerInfo_1r8pf_80 strong{color:var(--text);font-size:13px;font-weight:700}._managerTitle_1r8pf_93{color:var(--text-l);font-size:12px}._managerTimezone_1r8pf_98{color:var(--text-l);opacity:.85;margin-top:2px;font-size:10px}._managerBadge_1r8pf_105{background:var(--accent-l);color:var(--primary-d);border-radius:20px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}._connector_1r8pf_115{background:var(--border);width:2px;height:16px;margin:12px auto}._teamGrid_1r8pf_123{grid-template-columns:repeat(auto-fill,minmax(52px,1fr));gap:6px 4px;margin-bottom:16px;display:grid}@media (width>=520px){._teamGrid_1r8pf_123{grid-template-columns:repeat(auto-fill,minmax(58px,1fr))}}@media (width>=720px){._teamGrid_1r8pf_123{grid-template-columns:repeat(8,minmax(0,1fr))}}._teamCard_1r8pf_140{border:1px solid var(--border);text-align:center;background:#00000008;border-radius:8px;flex-direction:column;align-items:center;min-width:0;padding:8px 4px;display:flex;position:relative}._cardCwMark_1r8pf_154{z-index:1;position:absolute;top:4px;right:4px;box-shadow:0 1px 3px #0000001f}._memberAv_1r8pf_162{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:6px;font-size:10px;font-weight:700;display:flex}._memberName_1r8pf_175{color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-bottom:2px;font-size:10px;font-weight:700;line-height:1.2;display:block;overflow:hidden}._memberTitle_1r8pf_188{color:var(--text-l);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-bottom:2px;font-size:9px;line-height:1.2;display:block;overflow:hidden}._memberTimezone_1r8pf_200{color:var(--text-l);opacity:.85;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:8px;display:block;overflow:hidden}._setupBtn_1r8pf_211{background:var(--primary);color:#fff;cursor:pointer;width:100%;transition:var(--tr);border:none;border-radius:10px;padding:12px 16px;font-size:14px;font-weight:700}._setupBtn_1r8pf_211 svg{fill:#fff;color:#fff}._setupBtn_1r8pf_211:hover{background:var(--primary-d);transform:translateY(-1px)}._loading_1r8pf_232,._error_1r8pf_233,._empty_1r8pf_234{color:var(--text-l);margin:12px 0 0;font-size:13px}._error_1r8pf_233{color:#e74c3c}._slotSection_qsi25_1 h4{margin:0 0 6px;font-size:15px;font-weight:600}._slotSubtitle_qsi25_7{color:var(--text-l);margin-bottom:12px;font-size:12px}._slotGrid_qsi25_13{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}@media (width<=420px){._slotGrid_qsi25_13{grid-template-columns:repeat(2,minmax(0,1fr))}}._slotBtn_qsi25_24{background:linear-gradient(135deg, var(--bg), #fff);cursor:pointer;text-align:center;border:1px solid #e5e7eb;border-radius:10px;padding:10px;font-size:13px;transition:all .2s}._slotBtn_qsi25_24:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px)}._slotBtn_qsi25_24:active{transform:scale(.97)}._access-panel_16f79_1{background:#fff;border-radius:14px;max-width:420px;padding:16px;box-shadow:0 4px 16px #0000000d}._access-panel_16f79_1 h4{margin:0 0 6px;font-size:16px;font-weight:600}._access-panel_16f79_1 ._access-subtitle_16f79_13{color:#777;margin-bottom:14px;font-size:12px}._access-panel_16f79_1 ._access-grid_16f79_18{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}._access-panel_16f79_1 ._access-app_16f79_23{text-align:center;background:#f9fafb;border:1px solid #0000;border-radius:12px;padding:12px;transition:all .2s;position:relative}._access-panel_16f79_1 ._access-app_16f79_23:hover{transform:translateY(-3px);box-shadow:0 6px 14px #00000014}._access-panel_16f79_1 ._access-app_16f79_23 ._app-icon-wrap_16f79_36{margin-bottom:6px;font-size:26px;position:relative}._access-panel_16f79_1 ._access-app_16f79_23 ._app-name_16f79_41{font-size:13px;font-weight:500}._access-panel_16f79_1 ._access-app_16f79_23 ._access-status_16f79_45{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:flex;position:absolute;bottom:-2px;right:-2px}._access-panel_16f79_1 ._access-app_16f79_23._granted_16f79_58{border-color:#e6f4ea}._access-panel_16f79_1 ._access-app_16f79_23._granted_16f79_58 ._access-status_16f79_45._ok_16f79_61{background:#22c55e}._access-panel_16f79_1 ._access-app_16f79_23._pending_16f79_64{border-color:#fdecea}._access-panel_16f79_1 ._access-app_16f79_23._pending_16f79_64 ._access-status_16f79_45._no_16f79_67{background:#ef4444}._access-panel_16f79_1 ._access-app_16f79_23 ._raise-ticket-btn_16f79_70{cursor:pointer;color:#fff;background:#ef4444;border:none;border-radius:6px;margin-top:8px;padding:4px 8px;font-size:11px;transition:all .2s}._access-panel_16f79_1 ._access-app_16f79_23 ._raise-ticket-btn_16f79_70:hover{background:#dc2626}._container_wvady_1 p{color:var(--text-l);margin:0;font-size:13px}._sessionsList_wvady_7{flex-direction:column;gap:10px;margin-top:12px;display:flex}._sessionCard_wvady_14{background:linear-gradient(135deg, var(--bg), #fff);cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}._sessionCard_wvady_14:hover{border-color:#e5e7eb;transform:translateY(-2px);box-shadow:0 6px 14px #00000014}._icon_wvady_31{font-size:22px}._meta_wvady_35{color:var(--text-l);margin-top:2px;font-size:12px}._container_1dnuc_1 p{color:var(--text-l);margin:0;font-size:13px}._card_1dnuc_7{background:linear-gradient(135deg, var(--bg), #fff);border:1px solid #0000;border-radius:12px;margin-top:12px;padding:16px;transition:all .2s}._card_1dnuc_7:hover{border-color:#e5e7eb;transform:translateY(-2px);box-shadow:0 6px 14px #00000014}._list_1dnuc_21{margin:0;padding-left:18px}._list_1dnuc_21 li{margin-bottom:6px;font-size:13px}._list_1dnuc_21 li:last-child{margin-bottom:0}._newHires_11s56_1 h4{color:var(--text);margin:0 0 8px;font-size:16px;font-weight:700}._subtitle_11s56_8{color:var(--text-l);margin-bottom:16px;font-size:13px;line-height:1.4}._hireList_11s56_15{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}._hireCard_11s56_22{border:1px solid var(--border);cursor:pointer;width:100%;transition:var(--tr);font:inherit;color:inherit;text-align:left;appearance:none;background:#f8f9fa;border-radius:12px;align-items:center;gap:14px;margin:0;padding:14px 16px;display:flex}._hireCard_11s56_22:hover:not(:disabled){background:#f0f2f5;border-color:#d1d5db}._hireCard_11s56_22:disabled{cursor:not-allowed;opacity:.65}._avatar_11s56_48{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:700;display:flex}._cardInfo_11s56_61{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}._cardNameRow_11s56_69{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}._cardName_11s56_69{color:var(--text);font-size:14px;font-weight:700}._cardRole_11s56_83{color:var(--text-l);font-size:12px}._statusBadge_11s56_88{border-radius:999px;align-self:flex-start;margin-top:4px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}._statusBadge_11s56_88._green_11s56_97{background:var(--primary);color:#fff}._statusBadge_11s56_88._blue_11s56_101{color:#fff;background:#0f4c81}._statusBadge_11s56_88._yellow_11s56_105{color:#1a1a1a;background:#fdcb6e}._cardDate_11s56_110{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}._dateLabel_11s56_117{color:var(--text-l);font-size:11px}._dateValue_11s56_122{color:var(--text);font-size:14px;font-weight:700}._footerText_11s56_128{color:var(--text-l);margin:0;padding-top:4px;font-size:12px}._hireName_11s56_135{color:var(--text);font-size:14px;font-weight:700}._expandIcon_11s56_141{color:var(--text-l);font-size:10px}._hireDetails_11s56_146{border-top:1px solid var(--border);background:#fafafa;flex-direction:column;gap:10px;padding:12px 14px;display:flex}._detailRow_11s56_155{flex-direction:column;gap:2px;font-size:12px;display:flex}._detailRow_11s56_155 ._label_11s56_161{color:var(--text-l);font-size:11px;font-weight:600}._progressWrap_11s56_167{align-items:center;gap:10px;display:flex}._progressBar_11s56_173{background:#00000014;border-radius:999px;flex:1;height:8px;overflow:hidden}._progressFill_11s56_181{background:linear-gradient(90deg, var(--primary), var(--primary-l));border-radius:999px;height:100%;transition:width .3s}._progressPct_11s56_188{color:var(--primary);min-width:36px;font-size:12px;font-weight:600}._actionBtns_11s56_195{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}._actionBtn_11s56_195{border:1px solid var(--border);background:linear-gradient(135deg, var(--primary), var(--primary-l));color:#fff;cursor:pointer;transition:var(--tr);border-radius:8px;padding:8px 14px;font-size:12px;font-weight:600}._actionBtn_11s56_195:hover{opacity:.95;transform:translateY(-1px)}._footerBtns_11s56_218{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding-top:12px;display:flex}._footerBtn_11s56_218{border:1px solid var(--border);background:linear-gradient(135deg, var(--bg), #fff);cursor:pointer;transition:var(--tr);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}._footerBtn_11s56_218:hover{border-color:var(--primary);background:#f3f4f6;transform:translateY(-2px)}._hireDetail_1h7sp_1{padding:4px 0}._header_1h7sp_5{margin-bottom:20px}._headerTitle_1h7sp_9{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}._userIcon_1h7sp_17{font-size:18px}._name_1h7sp_21{color:var(--text);font-size:15px;font-weight:700}._headerSubtext_1h7sp_27{color:var(--text-l);padding-left:26px;font-size:13px}._headerSubtext_1h7sp_27 strong{color:var(--text);font-weight:700}._prompt_1h7sp_37{color:var(--text);margin-bottom:16px;font-size:13px}._cwNotice_1h7sp_43{background:#fff;border:1px solid #0f4c8124;border-radius:14px;margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 2px 12px #0f4c810f,0 1px 3px #0000000a}._cwNoticeAccent_1h7sp_53{background:linear-gradient(#289f3c 0%,#1e7a2e 45%,#0f4c81 100%);border-radius:14px 0 0 14px;width:4px;position:absolute;top:0;bottom:0;left:0}._cwNoticeInner_1h7sp_63{align-items:flex-start;gap:14px;padding:16px 18px 18px 20px;display:flex}._cwNoticeLogo_1h7sp_70{flex-shrink:0;align-self:flex-start;margin-top:2px}._cwNoticeCopy_1h7sp_76{flex:1;min-width:0;padding-top:1px}._cwNoticeTitle_1h7sp_82{letter-spacing:-.02em;color:var(--text);margin:0 0 8px;font-size:14px;font-weight:800;line-height:1.3}._cwNoticeBody_1h7sp_91{color:var(--text-l);margin:0;font-size:13px;line-height:1.6}._cwNoticeBody_1h7sp_91 strong{color:var(--text);font-weight:600}._cwNoticeBody_1h7sp_91 ._cwNoticeLead_1h7sp_101{color:var(--text);font-weight:700}._actionCards_1h7sp_106{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}._actionCard_1h7sp_106{border:1px solid var(--border);background:#fff;border-radius:12px;gap:14px;padding:16px;display:flex}._cardNumber_1h7sp_122{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}._cardNumber_1h7sp_122._blue_1h7sp_135{background:#0f4c81}._cardContent_1h7sp_139{flex:1;min-width:0}._cardTitle_1h7sp_144{color:var(--text);align-items:center;gap:6px;margin:0 0 8px;font-size:14px;font-weight:700;display:flex}._targetIcon_1h7sp_154,._syncIcon_1h7sp_158{font-size:14px}._cardDesc_1h7sp_162{color:var(--text-l);margin:0 0 12px;font-size:12px;line-height:1.5}._cardBtn_1h7sp_169{color:#fff;cursor:pointer;transition:var(--tr);border:none;border-radius:10px;padding:10px 16px;font-size:13px;font-weight:600}._cardBtn_1h7sp_169._green_1h7sp_179{background:var(--primary)}._cardBtn_1h7sp_169._green_1h7sp_179:hover{box-shadow:0 4px 14px rgba(var(--primary-rgb), .35);background:#289f3c;transform:translateY(-1px)}._cardBtn_1h7sp_169._blue_1h7sp_135{background:#0f4c81}._cardBtn_1h7sp_169._blue_1h7sp_135:hover{background:#0d3d6a;transform:translateY(-1px)}._teamsIcon_1h7sp_195{vertical-align:middle;align-items:center;display:inline-flex}._teamsIcon_1h7sp_195 svg{width:auto;height:2em}._footerBtns_1h7sp_205{border-top:1px solid var(--border);gap:12px;padding-top:16px;display:flex}._footerBtnsCw_1h7sp_212{border-top:none;margin-top:2px;padding-top:14px}._footerBtn_1h7sp_205{cursor:pointer;transition:var(--tr);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}._footerBtn_1h7sp_205._teams_1h7sp_195{background:var(--accent-l);color:var(--primary-d)}._footerBtn_1h7sp_205._teams_1h7sp_195:hover{background:#c8eed0;transform:translateY(-1px)}._card_et886_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:420px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_et886_10{align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}._headerIcon_et886_17{color:#289f3c;flex-shrink:0;width:20px;height:20px;margin-top:2px}._headerIcon_et886_17 path{fill:currentColor}._headerText_et886_28{min-width:0}._title_et886_32{color:var(--text,#1a1a1a);margin:0 0 4px;font-size:15px;font-weight:700;line-height:1.3}._subtitle_et886_40{color:var(--text-l,#7a8494);margin:0;font-size:11px;font-weight:400;line-height:1.4}._rows_et886_48{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}._row_et886_48{background:#f5f6f8;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}._rowInfo_et886_65{min-width:0}._rowLabel_et886_69{color:var(--text,#1a1a1a);font-size:13px;font-weight:700;line-height:1.3;display:block}._rowSublabel_et886_77{color:var(--text-l,#7a8494);margin-top:2px;font-size:11px;font-weight:400;line-height:1.35;display:block}._rowValue_et886_86{color:#289f3c;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:14px;font-weight:800}._actions_et886_94{gap:8px;display:flex}._applyBtn_et886_99,._reportBtn_et886_100{font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;text-align:center;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.25;display:inline-flex}._applyBtn_et886_99{color:#fff;background:#1e7a2e;border:none}._applyBtn_et886_99:hover{background:#165a24}._applyIcon_et886_127{flex-shrink:0;width:14px;height:14px}._applyIcon_et886_127 path{fill:currentColor}._reportBtn_et886_100{color:var(--text,#1a1a1a);background:#fff;border:1px solid #d8dce3}._reportBtn_et886_100:hover{color:#289f3c;border-color:#289f3c}._reportIcon_et886_146{font-size:13px;line-height:1}._card_1dmcz_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:420px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_1dmcz_10{align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}._headerIcon_1dmcz_17{color:#289f3c;flex-shrink:0;width:20px;height:20px;margin-top:2px}._headerIcon_1dmcz_17 path{fill:currentColor}._headerText_1dmcz_28{min-width:0}._title_1dmcz_32{color:var(--text,#1a1a1a);margin:0 0 4px;font-size:15px;font-weight:700;line-height:1.3}._subtitle_1dmcz_40{color:var(--text-l,#7a8494);margin:0;font-size:11px;font-weight:400;line-height:1.45}._form_1dmcz_48{flex-direction:column;gap:12px;display:flex}._field_1dmcz_54{flex-direction:column;gap:6px;display:flex}._label_1dmcz_60{letter-spacing:.05em;text-transform:uppercase;color:var(--text-l,#7a8494);font-size:10px;font-weight:700}._dateRow_1dmcz_68{grid-template-columns:1fr 1fr;gap:10px;display:grid}._select_1dmcz_74,._input_1dmcz_75,._textarea_1dmcz_76{width:100%;font:inherit;color:var(--text,#1a1a1a);box-sizing:border-box;background:#fff;border:1px solid #d8dce3;border-radius:10px;padding:10px 12px;font-size:13px}._select_1dmcz_74:focus,._input_1dmcz_75:focus,._textarea_1dmcz_76:focus{border-color:#289f3c;outline:none;box-shadow:0 0 0 2px #289f3c26}._select_1dmcz_74{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237a8494' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}._textarea_1dmcz_76{resize:vertical;min-height:72px;line-height:1.45}._submitBtn_1dmcz_109{color:#fff;font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#1e7a2e;border:none;border-radius:10px;align-self:flex-start;align-items:center;gap:6px;margin-top:4px;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex}._submitBtn_1dmcz_109:hover{background:#165a24}._submitBtn_1dmcz_109:disabled{opacity:.55;cursor:not-allowed}._submitIcon_1dmcz_135{font-size:14px;line-height:1}._error_1dmcz_140{color:#d63031;margin:0;font-size:11px}._card_sz5wv_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:420px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_sz5wv_10{align-items:center;gap:8px;margin-bottom:14px;display:flex}._headerIcon_sz5wv_17{color:#fff;background:#1a1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:flex}._title_sz5wv_31{color:var(--text,#1a1a1a);margin:0;font-size:14px;font-weight:700;line-height:1.35}._details_sz5wv_39{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}._detailRow_sz5wv_46{color:var(--text,#1a1a1a);align-items:center;gap:8px;font-size:12px;font-weight:500;line-height:1.4;display:flex}._detailIcon_sz5wv_56{color:#7a8494;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}._detailIcon_sz5wv_56 svg{width:14px;height:14px;display:block}._detailIcon_sz5wv_56 svg path{fill:currentColor}._detailEmoji_sz5wv_74{text-align:center;flex-shrink:0;width:16px;font-size:13px;line-height:1}._note_sz5wv_82{color:var(--text-l,#7a8494);margin:0 0 14px;font-size:11px;font-weight:400;line-height:1.5}._footer_sz5wv_90{justify-content:flex-end;display:flex}._urgentBtn_sz5wv_95{font:inherit;color:var(--text,#1a1a1a);cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#fff;border:1px solid #d8dce3;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;display:inline-flex}._urgentBtn_sz5wv_95:hover{color:#289f3c;border-color:#289f3c}._urgentBtn_sz5wv_95:disabled{opacity:.55;cursor:not-allowed}._urgentIcon_sz5wv_120{font-size:12px;line-height:1}._card_su9r9_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:480px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_su9r9_10{margin-bottom:14px}._title_su9r9_14{color:var(--text,#1a1a1a);margin:0 0 6px;font-size:15px;font-weight:700;line-height:1.35}._titleIcon_su9r9_22{margin-right:4px}._subtitle_su9r9_26{color:var(--text-l,#7a8494);margin:0;font-size:11px;font-weight:400;line-height:1.45}._grid_su9r9_34{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}._tile_su9r9_41{cursor:pointer;min-height:88px;transition:var(--tr,.2s ease);font:inherit;color:inherit;text-align:left;appearance:none;background:#fff;border:1px solid #e4e7ec;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;padding:12px;display:flex;position:relative}._tile_su9r9_41:hover{border-color:#289f3c;box-shadow:0 2px 8px #289f3c1a}._tileDashed_su9r9_64{cursor:pointer;min-height:88px;transition:var(--tr,.2s ease);font:inherit;color:inherit;text-align:center;appearance:none;background:#fff;border:1px dashed #c8ced8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:12px;display:flex;position:relative}._tileDashed_su9r9_64:hover{border-color:#289f3c;box-shadow:0 2px 8px #289f3c1a}._tileIcon_su9r9_88{color:#289f3c;flex-shrink:0;width:18px;height:18px}._tileIcon_su9r9_88 path{fill:currentColor}._tileEmoji_su9r9_98{font-size:16px;line-height:1}._tileTitle_su9r9_103{color:var(--text,#1a1a1a);font-size:12px;font-weight:700;line-height:1.3}._tileSubtitle_su9r9_110{color:var(--text-l,#7a8494);font-size:10px;font-weight:400;line-height:1.35}._badge_su9r9_117{color:#9c4221;letter-spacing:.02em;background:#fde8d8;border-radius:4px;padding:2px 6px;font-size:8px;font-weight:800;line-height:1.2;position:absolute;top:8px;right:8px}._footer_su9r9_131{color:#9aa3af;margin:0;font-size:10px;font-style:italic;font-weight:400;line-height:1.45}._card_1wyi0_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:520px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_1wyi0_10{margin-bottom:14px}._title_1wyi0_14{color:var(--text,#1a1a1a);margin:0 0 6px;font-size:15px;font-weight:700;line-height:1.35}._titleIcon_1wyi0_22{margin-right:4px}._subtitle_1wyi0_26{color:var(--text-l,#7a8494);margin:0;font-size:11px;font-weight:400;line-height:1.45}._section_1wyi0_34{margin-bottom:14px}._section_1wyi0_34:last-of-type{margin-bottom:0}._sectionHeader_1wyi0_41{border-bottom:1px dashed #d8dce3;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;display:flex}._sectionIcon_1wyi0_50{color:#289f3c;flex-shrink:0;width:18px;height:18px}._sectionIcon_1wyi0_50 path{fill:currentColor}._sectionLabel_1wyi0_60{letter-spacing:.04em;text-transform:uppercase;color:var(--text-l,#7a8494);font-size:10px;font-weight:800;line-height:1.3}._grid_1wyi0_69{grid-template-columns:1fr 1fr;gap:8px;display:grid}._tile_1wyi0_75{cursor:pointer;min-height:88px;transition:var(--tr,.2s ease);font:inherit;color:inherit;text-align:left;appearance:none;background:#fff;border:1px solid #e4e7ec;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;padding:12px;display:flex;position:relative}._tile_1wyi0_75:hover{border-color:#289f3c;box-shadow:0 2px 8px #289f3c1a}._tileIcon_1wyi0_98{color:#289f3c;flex-shrink:0;width:18px;height:18px}._tileIcon_1wyi0_98 path{fill:currentColor}._tileEmoji_1wyi0_108{font-size:16px;line-height:1}._tileTitle_1wyi0_113{color:var(--text,#1a1a1a);font-size:12px;font-weight:700;line-height:1.3}._tileSubtitle_1wyi0_120{color:var(--text-l,#7a8494);font-size:10px;font-weight:400;line-height:1.35}._badge_1wyi0_127{color:#9c4221;letter-spacing:.02em;background:#fde8d8;border-radius:4px;padding:2px 6px;font-size:8px;font-weight:800;line-height:1.2;position:absolute;top:8px;right:8px}._wrap_f9mgp_1{flex-direction:column;gap:12px;max-width:520px;display:flex}._intro_f9mgp_8{color:var(--text,#1a1a1a);background:#f5f6f8;border:1px solid #e8eaed;border-radius:12px;margin:0;padding:12px 14px;font-size:12px;font-weight:400;line-height:1.55}._intro_f9mgp_8 strong{font-weight:700}._card_f9mgp_23{background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_f9mgp_31{align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}._headerIcon_f9mgp_38{flex-shrink:0;font-size:20px;line-height:1}._title_f9mgp_44{color:var(--text,#1a1a1a);margin:0 0 4px;font-size:14px;font-weight:700;line-height:1.35}._sla_f9mgp_52{color:var(--text-l,#7a8494);margin:0;font-size:11px;font-weight:400;line-height:1.4}._requestList_f9mgp_60{flex-direction:column;gap:10px;display:flex}._requestRow_f9mgp_66{background:#fff;border:1px solid #e4e7ec;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:opacity .2s;display:flex}._requestRowResolved_f9mgp_77{opacity:.72}._avatar_f9mgp_81{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:700;display:flex}._requestInfo_f9mgp_94{flex:1;min-width:0}._requestName_f9mgp_99{color:var(--text,#1a1a1a);margin-bottom:3px;font-size:13px;font-weight:700;line-height:1.3}._requestMeta_f9mgp_107{color:var(--text-l,#7a8494);font-size:11px;font-weight:400;line-height:1.45}._requestMeta_f9mgp_107 em{font-style:italic}._resolvedApproved_f9mgp_117,._resolvedRejected_f9mgp_118{letter-spacing:.03em;text-transform:uppercase;margin-top:6px;font-size:10px;font-weight:800;display:inline-block}._resolvedApproved_f9mgp_117{color:#289f3c}._resolvedRejected_f9mgp_118{color:#e17055}._actions_f9mgp_135{flex-direction:column;flex-shrink:0;gap:6px;display:flex}._approveBtn_f9mgp_142{color:#fff;min-width:72px;font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#1e7a2e;border:none;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:700}._approveBtn_f9mgp_142:hover{background:#165a24}._rejectBtn_f9mgp_160{color:#c24e32;min-width:72px;font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#fff;border:1px solid #c24e32;border-radius:8px;padding:5px 12px;font-size:11px;font-weight:700}._rejectBtn_f9mgp_160:hover{background:#c24e3214}@media (width<=480px){._requestRow_f9mgp_66{flex-wrap:wrap}._actions_f9mgp_135{flex-direction:row;justify-content:flex-end;width:100%}}._card_1fr7v_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:520px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_1fr7v_10{align-items:center;gap:8px;margin-bottom:14px;display:flex}._headerIcon_1fr7v_17{font-size:18px;line-height:1}._title_1fr7v_22{color:var(--text,#1a1a1a);margin:0;font-size:15px;font-weight:700;line-height:1.35}._processPanel_1fr7v_30{background:#f0faf3;border:1px solid #d4edda;border-radius:12px;flex-direction:column;gap:0;margin-bottom:16px;padding:12px 14px;display:flex}._processStep_1fr7v_41{border-bottom:1px solid #289f3c1f;align-items:flex-start;gap:10px;padding:10px 0;display:flex}._processStep_1fr7v_41:last-child{border-bottom:none;padding-bottom:0}._processStep_1fr7v_41:first-child{padding-top:0}._stepNumber_1fr7v_56{color:#fff;background:#1e7a2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:800;display:flex}._stepContent_1fr7v_71{flex:1;min-width:0}._stepTitle_1fr7v_76{color:var(--text,#1a1a1a);margin-bottom:2px;font-size:12px;font-weight:700;line-height:1.35}._stepDetail_1fr7v_84{color:var(--text-l,#7a8494);font-size:11px;font-weight:400;line-height:1.45}._stepCheck_1fr7v_91{color:#289f3c59;flex-shrink:0;margin-top:2px;font-size:14px;font-weight:700;line-height:1}._awardSection_1fr7v_100{padding-top:4px}._awardTitle_1fr7v_104{color:var(--text,#1a1a1a);border-left:3px solid #289f3c;margin:0 0 12px;padding-left:10px;font-size:13px;font-weight:700;line-height:1.35}._statsRow_1fr7v_114{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px;display:grid}._statBox_1fr7v_121{text-align:center;background:#f0faf3;border:1px solid #d4edda;border-radius:10px;padding:10px 8px}._statValue_1fr7v_129{color:#289f3c;letter-spacing:-.02em;margin-bottom:4px;font-size:16px;font-weight:800;line-height:1.2}._statLabel_1fr7v_138{letter-spacing:.04em;text-transform:uppercase;color:var(--text-l,#7a8494);font-size:9px;font-weight:700;line-height:1.3}._policyNote_1fr7v_147{color:var(--text-l,#7a8494);margin:0 0 14px;font-size:11px;font-weight:400;line-height:1.55}._policyNote_1fr7v_147 strong{color:var(--text,#1a1a1a);font-weight:700}._linkRow_1fr7v_159{flex-wrap:wrap;gap:8px;display:flex}._linkBtn_1fr7v_165{font:inherit;color:var(--text,#1a1a1a);cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#fff;border:1px solid #d8dce3;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;display:inline-flex}._linkBtn_1fr7v_165:hover{color:#289f3c;border-color:#289f3c}@media (width<=480px){._statsRow_1fr7v_114{grid-template-columns:1fr}}._card_16nhb_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:520px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_16nhb_10{align-items:center;gap:8px;margin-bottom:14px;display:flex}._headerIcon_16nhb_17{font-size:18px;line-height:1}._title_16nhb_22{color:var(--text,#1a1a1a);margin:0;font-size:15px;font-weight:700;line-height:1.35}._verifyPanel_16nhb_30{background:#f5f6f8;border:1px solid #e8eaed;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:16px;padding:12px 14px;display:flex}._stepNumber_16nhb_41{color:#fff;background:#1e7a2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:800;display:flex}._verifyContent_16nhb_56{flex:1;min-width:0}._verifyTitle_16nhb_61{color:var(--text,#1a1a1a);margin-bottom:2px;font-size:12px;font-weight:700;line-height:1.35}._verifyDetail_16nhb_69{color:var(--text-l,#7a8494);font-size:11px;font-weight:400;line-height:1.45}._verifyDetail_16nhb_69 strong{color:var(--text,#1a1a1a);font-weight:700}._stepCheck_16nhb_80{color:#00000026;flex-shrink:0;margin-top:2px;font-size:14px;font-weight:700;line-height:1}._resultSection_16nhb_89{margin-bottom:14px}._resultTitle_16nhb_93{color:var(--text,#1a1a1a);border-left:3px solid #289f3c;margin:0 0 10px;padding-left:10px;font-size:13px;font-weight:700;line-height:1.35}._bodyText_16nhb_103{color:var(--text-l,#7a8494);margin:0 0 10px;font-size:11px;font-weight:400;line-height:1.55}._bodyText_16nhb_103 strong{color:var(--text,#1a1a1a);font-weight:700}._actionRow_16nhb_115{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}._primaryBtn_16nhb_122{color:#fff;font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#1e7a2e;border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:11px;font-weight:700;display:inline-flex}._primaryBtn_16nhb_122:hover{background:#165a24}._secondaryBtn_16nhb_142{color:#0f4c81;font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#fff;border:1px solid #0f4c81;border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:11px;font-weight:700;display:inline-flex}._secondaryBtn_16nhb_142:hover{background:#0f4c810f}._btnIcon_16nhb_162{flex-shrink:0;width:14px;height:14px}._btnIcon_16nhb_162 path{fill:currentColor}._tagRow_16nhb_171{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}._tagBtn_16nhb_178,._tagStatic_16nhb_179{border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:10px;font-weight:600;line-height:1.3;display:inline-flex}._tagBtn_16nhb_178{color:var(--text,#1a1a1a);font:inherit;cursor:pointer;appearance:none;background:#fff;border:1px solid #d8dce3}._tagBtn_16nhb_178:hover{color:#289f3c;border-color:#289f3c}._tagStatic_16nhb_179{color:var(--text-l,#7a8494);background:#f5f6f8;border:1px solid #e8eaed}._footerNote_16nhb_209{color:#9aa3af;margin:0;font-size:10px;font-style:italic;font-weight:400;line-height:1.5}._footerNote_16nhb_209 strong{color:var(--text-l,#7a8494);font-style:normal;font-weight:700}._card_17gas_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:520px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_17gas_10{align-items:center;gap:8px;margin-bottom:14px;display:flex}._headerIcon_17gas_17{font-size:18px;line-height:1}._title_17gas_22{color:var(--text,#1a1a1a);margin:0;font-size:15px;font-weight:700;line-height:1.35}._processPanel_17gas_30{background:#f0faf3;border:1px solid #d4edda;border-radius:12px;flex-direction:column;margin-bottom:16px;padding:12px 14px;display:flex}._processStep_17gas_40{border-bottom:1px solid #289f3c1f;align-items:flex-start;gap:10px;padding:10px 0;display:flex}._processStep_17gas_40:last-child{border-bottom:none;padding-bottom:0}._processStep_17gas_40:first-child{padding-top:0}._stepNumber_17gas_55{color:#fff;background:#1e7a2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:800;display:flex}._stepContent_17gas_70{flex:1;min-width:0}._stepTitle_17gas_75{color:var(--text,#1a1a1a);margin-bottom:2px;font-size:12px;font-weight:700;line-height:1.35}._stepDetail_17gas_83{color:var(--text-l,#7a8494);font-size:11px;font-weight:400;line-height:1.45}._stepCheck_17gas_90{color:#289f3c59;flex-shrink:0;margin-top:2px;font-size:14px;font-weight:700;line-height:1}._resultSection_17gas_99{padding-top:2px}._resultTitle_17gas_103{color:var(--text,#1a1a1a);border-left:3px solid #289f3c;margin:0 0 12px;padding-left:10px;font-size:13px;font-weight:700;line-height:1.35}._statsRow_17gas_113{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px;display:grid}._statBox_17gas_120{text-align:center;background:#f0faf3;border:1px solid #d4edda;border-radius:10px;padding:10px 8px}._statValue_17gas_128{color:#289f3c;letter-spacing:-.02em;margin-bottom:4px;font-size:15px;font-weight:800;line-height:1.2}._statLabel_17gas_137{letter-spacing:.04em;text-transform:uppercase;color:var(--text-l,#7a8494);font-size:9px;font-weight:700;line-height:1.3}._explanation_17gas_146{color:var(--text-l,#7a8494);margin:0 0 14px;font-size:11px;font-weight:400;line-height:1.55}._explanation_17gas_146 strong{color:var(--text,#1a1a1a);font-weight:700}._linkRow_17gas_158{flex-wrap:wrap;gap:8px;display:flex}._linkBtn_17gas_164{font:inherit;color:var(--text,#1a1a1a);cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#fff;border:1px solid #d8dce3;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;display:inline-flex}._linkBtn_17gas_164:hover{color:#289f3c;border-color:#289f3c}@media (width<=480px){._statsRow_17gas_113{grid-template-columns:1fr}}._card_1ksh3_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:520px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_1ksh3_10{align-items:flex-start;gap:8px;margin-bottom:14px;display:flex}._headerIcon_1ksh3_17{color:#289f3c;flex-shrink:0;width:18px;height:18px;margin-top:2px}._headerIcon_1ksh3_17 path{fill:currentColor}._title_1ksh3_28{color:var(--text,#1a1a1a);margin:0;font-size:14px;font-weight:700;line-height:1.35}._processPanel_1ksh3_36{background:#f5f6f8;border:1px solid #e8eaed;border-radius:12px;flex-direction:column;margin-bottom:16px;padding:12px 14px;display:flex}._processStep_1ksh3_46{border-bottom:1px solid #0000000f;align-items:flex-start;gap:10px;padding:10px 0;display:flex}._processStep_1ksh3_46:last-child{border-bottom:none;padding-bottom:0}._processStep_1ksh3_46:first-child{padding-top:0}._stepNumber_1ksh3_61{color:#fff;background:#1e7a2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:800;display:flex}._stepContent_1ksh3_76{flex:1;min-width:0}._stepTitle_1ksh3_81{color:var(--text,#1a1a1a);margin-bottom:2px;font-size:12px;font-weight:700;line-height:1.35}._stepDetail_1ksh3_89{color:var(--text-l,#7a8494);font-size:11px;font-weight:400;line-height:1.45}._stepCheck_1ksh3_96{color:#289f3c59;flex-shrink:0;margin-top:2px;font-size:14px;font-weight:700;line-height:1}._resultSection_1ksh3_105{padding-top:2px}._resultTitle_1ksh3_109{color:var(--text,#1a1a1a);border-left:3px solid #289f3c;margin:0 0 10px;padding-left:10px;font-size:13px;font-weight:700;line-height:1.35}._bodyText_1ksh3_119{color:var(--text-l,#7a8494);margin:0 0 10px;font-size:11px;font-weight:400;line-height:1.55}._bodyText_1ksh3_119 strong{color:var(--text,#1a1a1a);font-weight:700}._tableWrap_1ksh3_131{margin:0 0 10px;overflow-x:auto}._table_1ksh3_131{border-collapse:collapse;width:100%;font-size:11px}._table_1ksh3_131 th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:var(--text-l,#7a8494);border-bottom:1px solid #e8eaed;padding:8px 10px;font-size:9px;font-weight:800}._table_1ksh3_131 td{color:var(--text,#1a1a1a);border-bottom:1px solid #f0f2f5;padding:8px 10px;line-height:1.35}._highlightRow_1ksh3_158 td{background:#f0faf3;border-bottom:none;font-weight:800}._actionRow_1ksh3_164{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}._primaryBtn_1ksh3_171{color:#fff;font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#1e7a2e;border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:11px;font-weight:700;display:inline-flex}._primaryBtn_1ksh3_171:hover{background:#165a24}._secondaryBtn_1ksh3_191{color:#0f4c81;font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#fff;border:1px solid #0f4c81;border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:11px;font-weight:700;display:inline-flex}._secondaryBtn_1ksh3_191:hover{background:#0f4c810f}._tagRow_1ksh3_211{flex-wrap:wrap;gap:8px;display:flex}._tagBtn_1ksh3_217{font:inherit;color:var(--text,#1a1a1a);cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#fff;border:1px solid #d8dce3;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:10px;font-weight:600;display:inline-flex}._tagBtn_1ksh3_217:hover{color:#289f3c;border-color:#289f3c}._card_1b8vp_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:520px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_1b8vp_10{align-items:flex-start;gap:8px;margin-bottom:14px;display:flex}._headerIcon_1b8vp_17{color:#289f3c;flex-shrink:0;width:18px;height:18px;margin-top:2px}._headerIcon_1b8vp_17 path{fill:currentColor}._title_1b8vp_28{color:var(--text,#1a1a1a);margin:0;font-size:14px;font-weight:700;line-height:1.35}._processPanel_1b8vp_36{background:#f0faf3;border:1px solid #d4edda;border-radius:12px;flex-direction:column;margin-bottom:16px;padding:12px 14px;display:flex}._processStep_1b8vp_46{border-bottom:1px solid #289f3c1f;align-items:flex-start;gap:10px;padding:10px 0;display:flex}._processStep_1b8vp_46:last-child{border-bottom:none;padding-bottom:0}._processStep_1b8vp_46:first-child{padding-top:0}._stepNumber_1b8vp_61{color:#fff;background:#1e7a2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:800;display:flex}._stepContent_1b8vp_76{flex:1;min-width:0}._stepTitle_1b8vp_81{color:var(--text,#1a1a1a);margin-bottom:2px;font-size:12px;font-weight:700;line-height:1.35}._stepDetail_1b8vp_89{color:var(--text-l,#7a8494);font-size:11px;font-weight:400;line-height:1.45}._stepCheck_1b8vp_96{color:#289f3c59;flex-shrink:0;margin-top:2px;font-size:14px;font-weight:700;line-height:1}._resultSection_1b8vp_105{padding-top:2px}._resultTitle_1b8vp_109{color:var(--text,#1a1a1a);border-left:3px solid #289f3c;margin:0 0 10px;padding-left:10px;font-size:13px;font-weight:700;line-height:1.35}._bodyText_1b8vp_119{color:var(--text-l,#7a8494);margin:0 0 10px;font-size:11px;font-weight:400;line-height:1.55}._stepsList_1b8vp_127{color:var(--text,#1a1a1a);margin:0 0 14px;padding-left:18px;font-size:11px;font-weight:400;line-height:1.6}._stepsList_1b8vp_127 li+li{margin-top:4px}._actionRow_1b8vp_139{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}._primaryBtn_1b8vp_146,._secondaryBtn_1b8vp_147,._warnBtn_1b8vp_148{font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:11px;font-weight:700;display:inline-flex}._primaryBtn_1b8vp_146{color:#fff;background:#1e7a2e;border:none}._primaryBtn_1b8vp_146:hover{background:#165a24}._secondaryBtn_1b8vp_147{color:#0f4c81;background:#fff;border:1px solid #0f4c81}._secondaryBtn_1b8vp_147:hover{background:#0f4c810f}._warnBtn_1b8vp_148{color:#c24e32;background:#fff;border:1px solid #c24e32}._warnBtn_1b8vp_148:hover{background:#c24e3214}._tagRow_1b8vp_189{flex-wrap:wrap;gap:8px;display:flex}._tagBtn_1b8vp_195{font:inherit;color:var(--text,#1a1a1a);cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#fff;border:1px solid #d8dce3;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:10px;font-weight:600;display:inline-flex}._tagBtn_1b8vp_195:hover{color:#289f3c;border-color:#289f3c}._card_uhys3_1{background:#fff;border:1px solid #e8eaed;border-radius:14px;max-width:520px;padding:16px;box-shadow:0 2px 10px #0000000a}._header_uhys3_10{align-items:center;gap:8px;margin-bottom:14px;display:flex}._headerIcon_uhys3_17{font-size:18px;line-height:1}._title_uhys3_22{color:var(--text,#1a1a1a);margin:0;font-size:15px;font-weight:700;line-height:1.35}._processPanel_uhys3_30{background:#f0faf3;border:1px solid #d4edda;border-radius:12px;flex-direction:column;margin-bottom:16px;padding:12px 14px;display:flex}._processStep_uhys3_40{border-bottom:1px solid #289f3c1f;align-items:flex-start;gap:10px;padding:10px 0;display:flex}._processStep_uhys3_40:last-child{border-bottom:none;padding-bottom:0}._processStep_uhys3_40:first-child{padding-top:0}._stepNumber_uhys3_55{color:#fff;background:#1e7a2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:800;display:flex}._stepContent_uhys3_70{flex:1;min-width:0}._stepTitle_uhys3_75{color:var(--text,#1a1a1a);margin-bottom:2px;font-size:12px;font-weight:700;line-height:1.35}._stepDetail_uhys3_83{color:var(--text-l,#7a8494);font-size:11px;font-weight:400;line-height:1.45}._stepCheck_uhys3_90{color:#289f3c59;flex-shrink:0;margin-top:2px;font-size:14px;font-weight:700;line-height:1}._resultSection_uhys3_99{padding-top:2px}._resultTitle_uhys3_103{color:var(--text,#1a1a1a);border-left:3px solid #289f3c;margin:0 0 10px;padding-left:10px;font-size:13px;font-weight:700;line-height:1.35}._bodyText_uhys3_113{color:var(--text-l,#7a8494);margin:0 0 12px;font-size:11px;font-weight:400;line-height:1.55}._bodyText_uhys3_113 strong{color:var(--text,#1a1a1a);font-weight:700}._statsRow_uhys3_125{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;display:grid}._statBox_uhys3_132{text-align:center;background:#f0faf3;border:1px solid #d4edda;border-radius:10px;padding:10px 8px}._statValue_uhys3_140{color:#289f3c;letter-spacing:-.02em;margin-bottom:4px;font-size:14px;font-weight:800;line-height:1.2}._statLabel_uhys3_149{letter-spacing:.04em;text-transform:uppercase;color:var(--text-l,#7a8494);font-size:9px;font-weight:700;line-height:1.3}._actionRow_uhys3_158{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}._primaryBtn_uhys3_165{color:#fff;font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#1e7a2e;border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:11px;font-weight:700;display:inline-flex}._primaryBtn_uhys3_165:hover{background:#165a24}._secondaryBtn_uhys3_185{color:#0f4c81;font:inherit;cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#fff;border:1px solid #0f4c81;border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:11px;font-weight:700;display:inline-flex}._secondaryBtn_uhys3_185:hover{background:#0f4c810f}._btnIcon_uhys3_205{flex-shrink:0;width:14px;height:14px}._btnIcon_uhys3_205 path{fill:currentColor}._tagRow_uhys3_214{flex-wrap:wrap;gap:8px;display:flex}._tagBtn_uhys3_220{font:inherit;color:var(--text,#1a1a1a);cursor:pointer;transition:var(--tr,.2s ease);appearance:none;background:#fff;border:1px solid #d8dce3;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:10px;font-weight:600;display:inline-flex}._tagBtn_uhys3_220:hover{color:#289f3c;border-color:#289f3c}@media (width<=480px){._statsRow_uhys3_125{grid-template-columns:1fr}}._card_tbwet_1{border:1px solid var(--border,#e8eaed);box-sizing:border-box;background:#fff;border-radius:14px;flex-direction:column;width:100%;min-width:0;max-width:100%;margin:0;padding:16px 18px 18px;display:flex;box-shadow:0 2px 12px #0000000f}._header_tbwet_16{flex:1 0;align-items:flex-start;gap:12px;min-width:0;margin-bottom:16px;display:flex}._headerIcon_tbwet_26{background:#289f3c1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._headerIcon_tbwet_26 svg{width:20px;height:20px}._headerIcon_tbwet_26 svg path{fill:#289f3c}._title_tbwet_44{color:var(--text,#1a1a1a);margin:0 0 4px;font-size:16px;font-weight:800;line-height:1.3}._subtitle_tbwet_52{color:var(--text-l,#7a8494);margin:0;font-size:12px;line-height:1.5}._subtitle_tbwet_52 strong{color:var(--text,#1a1a1a);font-weight:700}._summaryGrid_tbwet_63{flex-shrink:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}@media (width>=1100px){._summaryGrid_tbwet_63{grid-template-columns:repeat(3,minmax(0,1fr))}}._summaryCard_tbwet_76{text-align:left;width:100%;min-height:0;font:inherit;color:inherit;cursor:pointer;appearance:none;background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:14px 16px 12px;transition:border-color .15s,box-shadow .15s,transform .15s}._summaryCard_tbwet_76:hover{border-color:#c5cad1;box-shadow:0 2px 8px #0000000f}._summaryCardActive_tbwet_95{border-color:#289f3c;box-shadow:0 0 0 1px #289f3c}._summaryCardActive_tbwet_95:hover{border-color:#289f3c}._summaryCardHeader_tbwet_103{align-items:center;gap:6px;margin-bottom:8px;display:flex}._summaryCardIcon_tbwet_110{flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:inline-flex}._summaryGlobeIcon_tbwet_118{opacity:.55;font-size:13px}._summarySyncIcon_tbwet_123{opacity:.55;width:13px;height:13px}._summarySyncIcon_tbwet_123 path{fill:#9ca3af}._summaryLabel_tbwet_132{letter-spacing:.04em;color:#9ca3af;text-transform:uppercase;font-size:11px;font-weight:700}._summaryAlertWrap_tbwet_140{justify-content:center;margin-bottom:10px;display:flex}._summaryAlert_tbwet_140{color:#9c4221;white-space:nowrap;background:#fff4e6;border:1px solid #fcd9b6;border-radius:999px;align-items:center;gap:4px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}._summaryCount_tbwet_160{align-items:baseline;gap:5px;margin-bottom:8px;display:flex}._summaryNum_tbwet_167{color:var(--text,#1a1a1a);font-size:28px;font-weight:800;line-height:1}._summaryUnit_tbwet_174{color:#9ca3af;font-size:14px;font-weight:400}._summaryDivider_tbwet_180{border:none;border-top:1px dashed #e0e4e8;margin:0 0 10px}._summaryBreakdown_tbwet_186{flex-direction:column;gap:6px;display:flex}._breakdownItem_tbwet_192{color:#6b7280;justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}._breakdownItem_tbwet_192 strong{color:var(--text,#1a1a1a);font-weight:700}._toolbar_tbwet_205{flex-shrink:0;margin-bottom:12px}._tabs_tbwet_210{-webkit-overflow-scrolling:touch;border-bottom:1px solid #e8eaed;gap:4px;margin-bottom:12px;display:flex;overflow-x:auto}._tabs_tbwet_210::-webkit-scrollbar{height:0}._tab_tbwet_210{font:inherit;color:var(--text-l,#7a8494);cursor:pointer;appearance:none;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 14px;font-size:12px;font-weight:600;display:inline-flex}._tab_tbwet_210:hover{color:var(--text,#1a1a1a)}._tabActive_tbwet_244{color:#289f3c;border-bottom-color:#289f3c;font-weight:700}._tabIcon_tbwet_250{width:14px;height:14px}._tabIcon_tbwet_250 path{fill:currentColor}._filters_tbwet_258{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}._filterGroup_tbwet_266{background:#eef0f2;border:1px solid #e4e7eb;border-radius:999px;flex-wrap:nowrap;align-items:center;gap:2px;min-width:0;max-width:100%;margin:0;padding:3px;display:inline-flex;overflow-x:auto}._filterGroup_tbwet_266::-webkit-scrollbar{height:0}._chip_tbwet_284{font:inherit;color:#6b7280;cursor:pointer;appearance:none;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;flex-shrink:0;padding:6px 12px;font-size:11px;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}._chip_tbwet_284:hover:not(._chipActive_tbwet_299){color:var(--text,#1a1a1a)}._chipActive_tbwet_299{color:#1e7a2e;background:#fff;border-color:#e0e4e8;font-weight:700;box-shadow:0 1px 3px #00000014}._listRefreshing_tbwet_311{opacity:.55;pointer-events:none}._filtersRefreshing_tbwet_316{opacity:.7;pointer-events:none}._filtersLoading_tbwet_321{color:var(--text-l,#7a8494);margin-bottom:8px;font-size:11px}._searchRow_tbwet_327{align-items:center;gap:10px;display:flex}._search_tbwet_327{width:auto;min-width:0;font:inherit;color:var(--text,#1a1a1a);box-sizing:border-box;border:1px solid #e0e4e8;border-radius:8px;flex:1;padding:10px 14px;font-size:12px}._search_tbwet_327::placeholder{color:#aab0b8}._search_tbwet_327:focus{border-color:#289f3c;outline:none;box-shadow:0 0 0 2px #289f3c1f}._listSection_tbwet_354{border-top:1px solid #e8eaed;padding-top:14px}._listHeader_tbwet_359{flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}._listTitle_tbwet_369{letter-spacing:.04em;color:var(--text,#1a1a1a);font-size:11px;font-weight:800}._listMeta_tbwet_376{color:var(--text-l,#7a8494);font-size:11px}._sectionLabel_tbwet_381{letter-spacing:.04em;color:var(--text-l,#7a8494);flex-shrink:0;margin-bottom:8px;font-size:10px;font-weight:800}._listGroup_tbwet_390{background:#fff;border:1px solid #e8eaed;border-radius:10px;overflow:hidden}._listGroup_tbwet_390:not(:last-child){margin-bottom:12px}._listGroup_tbwet_390 ._recordList_tbwet_399{gap:8px;padding:8px}._sectionLabelAttention_tbwet_404{letter-spacing:.06em;text-transform:uppercase;color:#9c4221;box-sizing:border-box;background:#fff6ed;border-bottom:1px solid #eaeaea;flex-shrink:0;align-items:center;gap:8px;width:100%;margin:0;padding:9px 12px;font-size:11px;font-weight:800;display:flex}._sectionAttentionIcon_tbwet_422{flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}._sectionAttentionIcon_tbwet_422 svg{width:14px;height:14px;display:block}._sectionLabelMuted_tbwet_435{letter-spacing:.06em;text-transform:uppercase;color:#6b7280;box-sizing:border-box;background:#f9fafb;border-bottom:1px solid #e8eaed;flex-shrink:0;align-items:center;gap:8px;width:100%;margin:0;padding:9px 12px;font-size:11px;font-weight:800;display:flex}._listGroup_tbwet_390+._listGroup_tbwet_390{margin-top:0}._listScroll_tbwet_457{max-height:min(420px,50vh);padding-right:4px;overflow-y:auto}._listScroll_tbwet_457::-webkit-scrollbar{width:5px}._listScroll_tbwet_457::-webkit-scrollbar-thumb{background:#d8dce3;border-radius:10px}._recordList_tbwet_399{flex-direction:column;gap:8px;display:flex}._recordItem_tbwet_476{background:#fff;border:1px solid #e8eaed;border-radius:10px;transition:border-color .15s,box-shadow .15s;overflow:hidden}._recordItem_tbwet_476:hover{border-color:#289f3c59;box-shadow:0 2px 8px #289f3c14}._recordItemExpanded_tbwet_488{border-color:#289f3c66;box-shadow:0 2px 10px #289f3c1a}._recordItemTransfer_tbwet_493:hover{border-color:#7c5cbf59;box-shadow:0 2px 8px #7c5cbf14}._recordItemTransferExpanded_tbwet_498{border-color:#7c5cbf66;box-shadow:0 2px 10px #7c5cbf1a}._recordRow_tbwet_503{cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;appearance:none;background:#fff;border:none;border-radius:0;align-items:flex-start;gap:12px;padding:12px 14px;transition:background .15s;display:flex}._recordRow_tbwet_503:hover{background:#fafbfc}._recordRowExpanded_tbwet_523{border-bottom:1px solid #e8eaed}._avatar_tbwet_527{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:700;display:flex}._recordBody_tbwet_540{flex:1;min-width:0}._recordTop_tbwet_545{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;display:flex}._recordName_tbwet_553{color:var(--text,#1a1a1a);font-size:14px;font-weight:700}._badgeOpen_tbwet_559,._badgeDays_tbwet_560,._badgeAttention_tbwet_561{letter-spacing:.03em;color:#7a3318;background:#fff4e6;border-radius:4px;padding:2px 7px;font-size:9px;font-weight:800}._badgeMissing_tbwet_571{letter-spacing:.03em;color:#9c4221;background:#fff4e6;border-radius:4px;align-items:center;gap:3px;padding:2px 7px;font-size:9px;font-weight:800;display:inline-flex}._badgeCross_tbwet_584{letter-spacing:.03em;color:#0f4c81;background:#e7eef5;border-radius:4px;padding:2px 7px;font-size:9px;font-weight:800}._recordDetail_tbwet_594{color:var(--text,#1a1a1a);margin-bottom:2px;font-size:12px;line-height:1.4}._recordMeta_tbwet_601{color:var(--text-l,#7a8494);font-size:11px;line-height:1.4}._recordMeta_tbwet_601 strong{color:var(--text,#1a1a1a);font-weight:700}._chevron_tbwet_611{color:#c5cad0;flex-shrink:0;margin-top:10px;font-size:20px;font-weight:700;line-height:1;transition:color .15s,transform .15s}._chevronExpanded_tbwet_621{color:#289f3c}._chevronExpandedTransfer_tbwet_625{color:#7c5cbf}._recordExpand_tbwet_629{background:#fafbfc;padding:14px 16px 16px}._expandGrid_tbwet_634{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}._expandField_tbwet_640{background:#fff;border:1px solid #e8eaed;border-radius:8px;min-width:0;padding:10px 12px}._expandLabel_tbwet_648{letter-spacing:.04em;color:#9ca3af;margin-bottom:4px;font-size:9px;font-weight:800}._expandValue_tbwet_656{color:var(--text,#1a1a1a);word-break:break-word;font-size:13px;font-weight:700;line-height:1.35}._taskSection_tbwet_664{margin-top:14px}._taskSectionHeader_tbwet_668{letter-spacing:.04em;color:var(--text,#1a1a1a);align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:800;display:flex}._taskOpenBadge_tbwet_679{color:#9c4221;letter-spacing:.03em;background:#fff4e6;border-radius:999px;align-items:center;padding:2px 8px;font-size:9px;font-weight:800;display:inline-flex}._taskGrid_tbwet_691{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}._taskItem_tbwet_697{background:#fff;border:1px solid #e8eaed;border-radius:8px;align-items:center;gap:10px;min-width:0;padding:10px 12px;display:flex}._taskItemComplete_tbwet_708{border-color:#d4edda}._taskItemOpen_tbwet_712{background:#fff8f0;border-color:#fcd9b6}._taskIcon_tbwet_717{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:inline-flex}._taskIconComplete_tbwet_729{color:#fff;background:#1e7a2e}._taskIconOpen_tbwet_734{color:#fff;background:#c05621}._taskLabel_tbwet_739{min-width:0;color:var(--text,#1a1a1a);flex:1;font-size:12px;font-weight:600;line-height:1.3}._taskOwner_tbwet_748{letter-spacing:.03em;color:#9ca3af;flex-shrink:0;font-size:9px;font-weight:800}._expandMetaRow_tbwet_756{color:var(--text-l,#7a8494);flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px;font-size:11px;line-height:1.4;display:flex}._expandEmptyTasks_tbwet_767{color:var(--text-l,#7a8494);margin:14px 0 0;font-size:12px}._expandActions_tbwet_773{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}._nudgeBtn_tbwet_780{color:#c05621;font:inherit;cursor:pointer;appearance:none;white-space:nowrap;background:#fff;border:1.5px solid #c05621;border-radius:8px;align-items:center;gap:5px;padding:7px 12px;font-size:11px;font-weight:700;transition:background .15s,transform .15s;display:inline-flex}._nudgeBtn_tbwet_780:hover:not(:disabled){background:#c056210f;transform:translateY(-1px)}._nudgeBtn_tbwet_780:disabled{opacity:.6;cursor:not-allowed;transform:none}._empty_tbwet_807{color:var(--text-l,#7a8494);margin:8px 0 0;font-size:12px}@media (width<=900px){._summaryGrid_tbwet_63{grid-template-columns:1fr}}@media (width<=640px){._card_tbwet_1{border-radius:12px;padding:14px 14px 16px}._title_tbwet_44{font-size:15px}._tab_tbwet_210{padding:8px 10px;font-size:11px}._chip_tbwet_284{padding:5px 10px;font-size:10px}._recordRow_tbwet_503{gap:10px;padding:10px 12px}._avatar_tbwet_527{width:36px;height:36px;font-size:12px}._recordName_tbwet_553{font-size:13px}._listScroll_tbwet_457{max-height:min(360px,45vh)}._expandGrid_tbwet_634,._taskGrid_tbwet_691{grid-template-columns:1fr}}._card_dob6v_1{background:#fff;border:1px solid #00000014;border-radius:14px;padding:20px 24px;box-shadow:0 2px 12px #0000000f}._header_dob6v_9{align-items:center;gap:10px;margin-bottom:8px;display:flex}._calendarIcon_dob6v_16{color:#000;align-items:center;font-size:24px;line-height:1;display:inline-flex}._calendarIcon_dob6v_16 svg{fill:currentColor;width:1em;height:1em}._title_dob6v_29{color:var(--text,#1a1a1a);letter-spacing:-.02em;margin:0;font-size:18px;font-weight:700}._instruction_dob6v_37{color:var(--text-l,#666);margin:0 0 20px;font-size:14px;line-height:1.5}._regionGrid_dob6v_44{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}._regionCard_dob6v_50{cursor:pointer;appearance:none;font:inherit;text-align:center;background:#fff;border:1px solid #e4e7eb;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:20px 14px 16px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 2px 8px #0000000f}._regionCard_dob6v_50:hover{border-color:#d0d5dd;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}._regionGlobe_dob6v_73{margin-bottom:8px;font-size:18px;line-height:1}._regionName_dob6v_79{letter-spacing:.04em;color:#3d3d3d;margin-bottom:8px;font-size:13px;font-weight:700}._regionCount_dob6v_87{color:#2e7d32;margin-bottom:4px;font-size:34px;font-weight:800;line-height:1}._regionLabel_dob6v_95{color:#9ca3af;font-size:12px;font-weight:400}._regionsWrap_dob6v_101{padding:8px 0}._loading_dob6v_105,._error_dob6v_106,._empty_dob6v_107{color:var(--text-l,#666);margin:0;padding:12px 0;font-size:14px}._error_dob6v_106{color:#e74c3c}._wrapper_wu859_1{flex-direction:column;gap:16px;display:flex}._card_wu859_7{background:#fff;border:1px solid #00000014;border-radius:14px;padding:20px 24px;box-shadow:0 2px 12px #0000000f}._listHeader_wu859_15{color:#333;align-items:center;gap:8px;margin-bottom:4px;font-size:16px;font-weight:700;display:flex}._globeIcon_wu859_25{font-size:20px}._listSubLabel_wu859_29{color:#666;margin:0 0 12px;font-size:13px}._listBox_wu859_35{background:#f5f7fa;border:1px solid #e8ecf0;border-radius:10px;max-height:220px;padding:12px 16px;overflow:hidden auto}._listItem_wu859_45{border-bottom:1px solid #e8ecf0;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}._listItem_wu859_45:last-child{border-bottom:none;padding-bottom:0}._listItem_wu859_45:first-child{padding-top:0}._hireInfo_wu859_61{flex:1;min-width:0}._hireNameRow_wu859_66{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:2px;display:flex}._hireName_wu859_66{color:#333;font-size:14px;font-weight:600}._hireUnit_wu859_80{color:#666;font-size:13px}._hireDateCol_wu859_85{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}._hireDateLabel_wu859_94{letter-spacing:.02em;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:600}._hireDateValue_wu859_102{color:#666;white-space:nowrap;font-size:13px;font-weight:500}._emptyList_wu859_109{color:#666;margin:0;padding:8px 0;font-size:14px}._scheduleTitle_wu859_116{color:#333;margin:0 0 6px;font-size:18px;font-weight:700}._scheduleInstruction_wu859_123{color:#666;margin:0 0 16px;font-size:14px;line-height:1.5}._inputLabel_wu859_130{color:#333;margin-bottom:8px;font-size:14px;font-weight:600;display:block}._inputWrap_wu859_138{margin-bottom:18px;position:relative}._inputWrap_wu859_138 ._calendarIcon_wu859_142{pointer-events:none;color:#000;font-size:18px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}._inputWrap_wu859_138 ._calendarIcon_wu859_142 svg{fill:currentColor}._datetimeInput_wu859_155{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:10px;width:100%;padding:12px 44px 12px 16px;font-size:14px}._datetimeInput_wu859_155::placeholder{color:#999}._datetimeInput_wu859_155:focus{border-color:var(--primary,#289f3c);outline:none}._btnRow_wu859_172{flex-wrap:wrap;gap:12px;display:flex}._scheduleBtn_wu859_178{color:#fff;cursor:pointer;background:#289f3c;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}._scheduleBtn_wu859_178:hover{box-shadow:0 4px 14px rgba(var(--primary-rgb), .35);background:#289f3c}._backBtn_wu859_197{color:#333;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:10px;align-items:center;gap:6px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}._backBtn_wu859_197:hover{background:#f7f7f7;border-color:#d0d0d0}
