.workspace{min-height:100dvh;background:#f4f6fa;color:#192238;font-family:Arial,Malgun Gothic,sans-serif}.workspace button{cursor:pointer}.workspace-sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#171e32;color:#d6dcec;z-index:40;display:flex;flex-direction:column}.workspace-brand{display:flex;align-items:center;gap:12px;text-align:left;min-height:82px;padding:20px;border-bottom:1px solid #ffffff12}.workspace-brand>span{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#615fe5;color:white;font-size:22px;font-weight:800}.workspace-brand b{font-size:19px;color:white}.workspace-brand small{display:block;font-size:9px;letter-spacing:1.5px;margin-top:4px;color:#a5abc6}.workspace-sidebar nav{overflow:auto;flex:1;padding:16px 12px}.workspace-sidebar nav section{margin-bottom:20px}.workspace-sidebar nav p{font-size:11px;color:#9aa4c1;padding:0 12px 8px}.workspace-sidebar nav button{display:flex;width:100%;align-items:center;gap:12px;padding:10px 12px;min-height:42px;border-radius:9px;font-size:13px;text-align:left;margin:2px 0}.workspace-sidebar nav button:hover{background:#ffffff0d}.workspace-sidebar nav button[aria-current=page]{background:#5c5ee4;color:white;font-weight:700}.workspace-sidebar footer{display:flex;align-items:center;gap:10px;padding:17px;border-top:1px solid #ffffff12}.workspace-sidebar footer div{flex:1}.workspace-sidebar footer b{display:block;font-size:13px}.workspace-sidebar footer small{font-size:10px;color:#b1bad1}.workspace-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#52548c;color:white}.workspace-main{margin-left:250px;min-width:0}.workspace-header{position:sticky;top:0;z-index:20;background:#ffffffef;backdrop-filter:blur(10px);min-height:82px;border-bottom:1px solid #e4e7ef;display:flex;gap:16px;align-items:center;padding:16px 30px}.workspace-title{flex:1}.workspace-title small{font-size:10px;font-weight:700;letter-spacing:1px;color:#666ac1}.workspace-title h1{font-size:21px;font-weight:800;margin-top:3px}.workspace-search{position:relative;display:flex;align-items:center;gap:8px;width:290px;border:1px solid #e3e7ef;border-radius:10px;padding:10px 12px;background:#f8f9fc;color:#777d98}.workspace-search input{width:100%;min-width:0;outline:none;font-size:12px;color:#192238}.workspace-results{position:absolute;right:0;top:calc(100% + 8px);width:350px;max-height:400px;overflow:auto;background:white;box-shadow:0 15px 40px #17213a26;border:1px solid #e4e7ef;border-radius:12px;padding:8px;z-index:50}.workspace-results button{display:block;text-align:left;padding:12px;border-radius:7px;font-size:13px;width:100%;color:#192238}.workspace-results button:hover{background:#f0efff}.workspace-content{max-width:1600px;margin:auto;padding:28px;min-width:0}.workspace-panes{display:flex;flex-wrap:wrap;gap:6px;background:white;border:1px solid #e4e7ef;border-radius:13px;padding:7px;margin-bottom:22px}.workspace-panes button{padding:10px 15px;font-size:13px;border-radius:8px;color:#59647d}.workspace-panes button[aria-current=page]{color:#4d49bf;background:#eeeeff;font-weight:700}.workspace-record-summary{margin-top:32px;padding-top:25px;border-top:1px solid #dfe4ee}.workspace-record-summary>h2{font-size:20px;font-weight:800;margin-bottom:15px}.workspace-loading{display:grid;place-items:center;min-height:100dvh}.workspace-close,.workspace-menu{display:none}.workspace .integrated-academy{min-height:0;background:transparent;margin:0;padding:0}.workspace .work-records>section>header{border-radius:14px;position:static}.workspace .work-records{min-width:0}.workspace .integrated-academy .overview-intro{margin-top:0}.workspace-calendar{background:white;border:1px solid #e4e7ef;border-radius:16px;padding:20px}.workspace-calendar-tools{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:18px}.workspace-calendar-tools h2{font-size:20px;font-weight:800;margin-right:auto}.workspace-calendar-tools button,.workspace-calendar-tools select{border:1px solid #dce1ed;border-radius:8px;padding:8px 12px;font-size:13px}.workspace-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.workspace-calendar-day{min-height:112px;border-top:1px solid #e4e7ef;border-right:1px solid #edf0f5;padding:7px;overflow:hidden}.workspace-calendar-day:nth-child(7n){border-right:0}.workspace-calendar-day>button{font-size:12px;padding:2px 5px;border-radius:5px}.workspace-calendar-day.selected{background:#f1f0ff}.workspace-calendar-day.muted{opacity:.5}.workspace-calendar-event{display:block;width:100%;text-align:left;margin-top:4px;border-left:3px solid #6867d9!important;background:#efeffa;font-size:10px!important;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.workspace-calendar-weekday{text-align:center;font-size:12px;padding:8px;color:#68718a}.workspace-calendar-detail{margin-top:20px;border-top:1px solid #e4e7ef;padding-top:18px}.workspace-calendar-detail h3{font-weight:800;margin-bottom:12px}.workspace-calendar-detail button{display:flex;flex-wrap:wrap;gap:10px;align-items:center;text-align:left;width:100%;padding:13px 10px;border-bottom:1px solid #edf0f5;font-size:13px}.workspace-calendar-detail small{color:#727a90}.workspace-error{padding:20px;border:1px solid #e9b4b4;background:#fff5f5;border-radius:12px;margin-bottom:18px}.workspace-error button{margin-left:12px;text-decoration:underline}.workspace-calendar-scroll{overflow-x:auto}.workspace-calendar-scroll>.workspace-calendar-grid{min-width:560px}@media(max-width:800px){.workspace-sidebar{transform:translateX(-100%);transition:transform .2s}.workspace-sidebar.open{transform:translateX(0)}.workspace-main{margin-left:0}.workspace-close,.workspace-menu{display:block}.workspace-close{position:absolute;top:10px;right:10px}.workspace-header{padding:14px 16px;min-height:74px}.workspace-title h1{font-size:17px}.workspace-title small{font-size:8px}.workspace-search{width:180px}.workspace-content{padding:16px}.workspace-scrim{position:fixed;inset:0;background:#0006;z-index:35}.workspace-panes button{padding:9px 11px;font-size:12px}.workspace-results{width:min(350px,85vw)}.workspace-calendar{padding:12px}}@media(max-width:480px){.workspace-search{width:145px}.workspace-header{gap:8px}.workspace-title small{display:none}.workspace-title h1{font-size:15px}.workspace-calendar-tools{gap:5px}}@media print{.workspace-header,.workspace-panes,.workspace-sidebar{display:none}.workspace-main{margin-left:0}.workspace-content{padding:0}}.workspace-new-project{display:flex;align-items:center;justify-content:center;gap:10px;flex-shrink:0;margin:16px 16px 0;padding:12px 16px;min-height:44px;border:1px solid #8a87f2;border-radius:10px;background:#625ee4;color:#fff;font-size:14px;font-weight:700;box-shadow:0 4px 14px #0c102533}.workspace-new-project:hover{background:#716df0}.workspace-new-project:focus-visible{outline:2px solid #c6c4ff;outline-offset:3px}.workspace-company-calendar{margin-top:10px;border-color:#ffffff20;color:#dcdff1;background:#ffffff06}.workspace-company-calendar svg{flex-shrink:0;color:#b1a9ff}.workspace-company-calendar:hover,.workspace-company-calendar[aria-current=page]{background:#343054;border-color:#8275cf;color:#fff}.workspace-navigation-divider{flex-shrink:0;border:0;border-top:1px solid #ffffff20;margin:20px 16px 0}.workspace-sidebar nav .workspace-dashboard-link{margin-bottom:22px}.workspace .workspace-sidebar{position:fixed;inset:0 auto 0 0;height:100dvh;width:250px;background:linear-gradient(130deg,#142b4c,#0c2141);flex-shrink:0}.workspace .workspace-sidebar nav{scrollbar-color:#415774 transparent;overflow-y:auto;min-height:0}.workspace .workspace-sidebar nav button{font-weight:500;min-height:42px}.workspace .workspace-sidebar nav button[aria-current=page]{background:#0878ff;font-weight:500}.workspace .workspace-sidebar footer{flex:none}.workspace .workspace-main{margin-left:250px}.workspace .workspace-sidebar .workspace-brand,.workspace .workspace-sidebar .workspace-new-project{flex-shrink:0}.workspace .workspace-sidebar nav section{margin-bottom:20px}@media(max-width:800px){.workspace .workspace-main{margin-left:0}.workspace .workspace-sidebar{visibility:hidden}.workspace .workspace-sidebar.open{visibility:visible}}@media print{.workspace .workspace-main{margin-left:0}.workspace .workspace-sidebar{display:none}}.workspace .workspace-brand>span{background:linear-gradient(145deg,#2193ff,#0865ed);border-radius:10px}.workspace .workspace-new-project{background:#0878ff;border-color:#2188ff;box-shadow:0 3px 12px #0369ef22}.workspace .workspace-new-project:hover{background:#1685ff}.workspace .workspace-company-calendar{background:#ffffff05;border-color:#ffffff18;color:#dceaff;box-shadow:none}.workspace .workspace-company-calendar svg{color:#86b9ff}.workspace .workspace-company-calendar:hover{background:#ffffff0d}.workspace .workspace-company-calendar[aria-current=page]{background:#0878ff;color:white;border-color:#2188ff}.workspace .workspace-avatar{background:#244975}.workspace .workspace-sidebar{isolation:isolate;background:radial-gradient(ellipse at 110% 5%,#103b7c88,transparent 42%),linear-gradient(150deg,#071f48,#041630 65%,#061c40);box-shadow:4px 0 20px #061c4010;font-family:Segoe UI,Malgun Gothic,sans-serif;color:#c7d6ef;border-right:1px solid #24477a66}.workspace .workspace-sidebar:after,.workspace .workspace-sidebar:before{content:"";position:absolute;pointer-events:none;z-index:-1;border:1px solid #1264c826;border-radius:50%;transform:rotate(-27deg)}.workspace .workspace-sidebar:before{width:410px;height:215px;right:-48px;top:-131px;box-shadow:0 22px 0 #0753bd0b,0 46px 0 #0753bd0a;background:linear-gradient(160deg,transparent,#1767cb13)}.workspace .workspace-sidebar:after{width:420px;height:230px;right:-43px;bottom:38px;box-shadow:0 20px 0 #0761c50a,0 40px 0 #0761c509}.workspace .workspace-sidebar .workspace-brand{padding:25px 27px 24px;min-height:100px;border:0;gap:14px;background:none;position:relative}.workspace .workspace-sidebar .workspace-brand>span{width:42px;height:44px;border-radius:12px;background:linear-gradient(145deg,#25b1ff,#087cff 56%,#0057df);box-shadow:inset 0 1px 1px #7ad9ff88,0 7px 18px #006bff29;color:#fff;font-size:27px;font-weight:800;letter-spacing:-1px}.workspace .workspace-sidebar .workspace-brand b{font-size:19px;font-weight:750;letter-spacing:-.4px;color:#f8fbff}.workspace .workspace-sidebar .workspace-brand small{font-size:8px;letter-spacing:1.65px;color:#8ea8ce;margin-top:5px;white-space:nowrap}.workspace .workspace-sidebar .workspace-new-project{display:flex;align-items:center;gap:15px;margin:0 18px 7px;padding:0 17px;width:calc(100% - 36px);height:45px;min-height:45px;border-radius:9px;border:1px solid #2062b335;background:linear-gradient(115deg,#133564,#0b254e);box-shadow:inset 0 1px 8px #1e66ca12;color:#dce9ff;font-size:13px;font-weight:600;text-align:left}.workspace .workspace-sidebar .workspace-new-project:after{content:"›";font-size:22px;font-weight:400;margin-left:auto;color:#aac8ee;line-height:1}.workspace .workspace-sidebar .workspace-new-project:first-of-type{background:linear-gradient(115deg,#078aff,#0065ee);color:#fff}.workspace .workspace-sidebar .workspace-new-project[aria-current=page]{background:linear-gradient(110deg,#078cff,#0063ee);border-color:#1387ff;box-shadow:inset 0 1px 5px #67c7ff4d,0 5px 15px #0075ff2b;color:white}.workspace .workspace-sidebar .workspace-new-project:hover{border-color:#4a91ef;background:linear-gradient(110deg,#14427b,#103a73)}.workspace .workspace-sidebar .workspace-new-project[aria-current=page]:hover{background:linear-gradient(110deg,#1695ff,#0870f5)}.workspace .workspace-sidebar .workspace-navigation-divider{display:none}.workspace .workspace-sidebar nav{padding:14px 18px 10px;scrollbar-width:thin;scrollbar-color:#4b6f9e66 transparent}.workspace .workspace-sidebar nav section{margin-bottom:25px}.workspace .workspace-sidebar nav section:last-child{margin-bottom:5px}.workspace .workspace-sidebar nav p{display:flex;align-items:center;gap:11px;padding:0 2px;margin:3px 0 10px;color:#7fa4d5;font-size:11px;font-weight:400;letter-spacing:.1px}.workspace .workspace-sidebar nav p:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,#28518488,#28518444)}.workspace .workspace-sidebar nav button{width:100%;margin:2px 0;padding:10px 15px;gap:15px;font-weight:450;letter-spacing:-.15px;color:#c6d8f1;border:1px solid transparent;border-radius:8px;transition:background .15s,color .15s,box-shadow .15s}.workspace .workspace-sidebar .workspace-new-project svg,.workspace .workspace-sidebar nav button svg{width:19px;height:19px;stroke-width:1.7;flex-shrink:0}.workspace .workspace-sidebar nav button:hover{background:#24549336;color:#fff}.workspace .workspace-sidebar nav button[aria-current=page]{background:linear-gradient(110deg,#0784ff,#0063ef);border-color:#0876fb;box-shadow:0 5px 15px #006aff20,inset 0 1px 0 #3899ff66;color:#fff;font-weight:600}.workspace .workspace-sidebar footer{position:relative;background:#04152dcc;border-top:1px solid #21416b88;padding:17px 21px;gap:13px;min-height:79px}.workspace .workspace-sidebar .workspace-avatar{width:42px;height:42px;background:linear-gradient(135deg,#256bbb,#154985);box-shadow:inset 0 1px 1px #629ade33;font-size:18px;font-weight:600}.workspace .workspace-sidebar footer b{font-size:13px;font-weight:600;color:#f2f7ff;margin-bottom:4px}.workspace .workspace-sidebar footer small{color:#8eadd4;font-size:11px}.workspace .workspace-sidebar footer button{padding:8px;color:#b9ceeb;border-radius:7px}.workspace .workspace-sidebar footer button:hover{background:#284b753d;color:#fff}.workspace .workspace-sidebar button:focus-visible{outline:2px solid #82c7ff;outline-offset:2px}@media(prefers-reduced-motion:reduce){.workspace .workspace-sidebar nav button{transition:none}}@media(max-width:800px){.workspace .workspace-sidebar .workspace-brand{padding-top:23px}.workspace .workspace-sidebar .workspace-close{z-index:2;color:#bed4ef;right:7px;top:7px}}.workspace .workspace-sidebar,.workspace .workspace-sidebar *{font-family:Pretendard Variable,Apple SD Gothic Neo,Malgun Gothic,sans-serif}.workspace .workspace-sidebar.people-first{width:250px;background:#fff;color:#18355b;border-right:1px solid #dce8f4;box-shadow:4px 0 18px #173c6410;overflow:hidden;isolation:isolate}.workspace .workspace-sidebar.people-first:after,.workspace .workspace-sidebar.people-first:before{display:none}.sidebar-switcher{position:relative;display:flex;flex:1;min-height:0;flex-direction:column}.workspace .people-first .workspace-brand{position:relative;z-index:4;justify-content:center;min-height:94px;padding:20px 18px;border-bottom:1px solid #e5edf6;background:#fff;color:#17365e}.workspace .people-first .workspace-brand b{font-size:17px;color:#15355b;white-space:nowrap}.workspace .people-first .workspace-brand small{color:#7f97b5;font-size:7px;letter-spacing:1.5px}.workspace .people-first .workspace-brand>span{width:42px;height:42px;font-size:25px;border-radius:12px;background:#0b7df5;box-shadow:0 5px 14px #0878ff28}.workspace .people-first .brand-chevron{margin-left:auto;color:#7d96b5;transition:transform .22s ease}.workspace .people-first .brand-chevron.open{transform:rotate(90deg)}.sidebar-panel-stage{position:relative;flex:1;min-height:0;overflow:hidden;background:#fff}.employee-roster{position:absolute;inset:0;display:flex;flex-direction:column;padding:0 13px 12px;background:#fff;transition:opacity .18s ease}.employee-roster[aria-hidden=true]{opacity:.24;pointer-events:none}.employee-roster>header{padding:0 5px 13px}.employee-roster>header>div{display:flex;align-items:center;gap:7px}.employee-roster>header strong{font-size:14px;color:#162f53}.employee-roster>header span{font-size:9px;color:#1279ed;background:#eaf4ff;border-radius:10px;padding:2px 6px}.employee-roster>header small{display:block;margin-top:5px;font-size:9px;color:#879bb4}.roster-divider{height:1px;margin:0 2px 12px;background:#e3ebf4}.sidebar-roster-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin:0 2px 10px}.sidebar-roster-filters button{min-width:0;height:27px;padding:0 2px;border:1px solid #dfe8f2;border-radius:7px;background:#fff;color:#67809e;font-size:9px;white-space:nowrap}.sidebar-roster-filters button:hover{border-color:#a9caef;background:#f3f8fe;color:#176fce}.sidebar-roster-filters button[aria-pressed=true]{border-color:#1680f5;background:#1680f5;color:#fff;font-weight:700;box-shadow:0 3px 8px #1680f528}.roster-list{min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd9e8 transparent;padding:0 2px 8px}.roster-person{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:54px;padding:7px 6px;border:1px solid transparent;border-radius:10px;text-align:left;color:#203f65;transition:background .15s,border-color .15s}.roster-person:hover,.roster-person[aria-expanded=true]{background:#f2f7fd;border-color:#e1ebf5}.roster-person-info{display:block;min-width:0}.roster-person b{font-size:12px;font-weight:750;color:#173657}.roster-person b,.roster-person small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roster-person small{min-width:0;margin-top:3px;font-size:8px;color:#8094ae}.roster-person-state{display:flex;align-items:center;justify-content:flex-end;gap:5px;white-space:nowrap;font-size:8px;color:#7890ad}.roster-person-state .presence-dot{position:static;flex:0 0 auto;width:7px;height:7px;border:0}.roster-person>svg{color:#a2b4c9}.roster-avatar{position:relative;display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;border-radius:50%;background:#e8f2fd;color:#32658f;font-size:12px;font-weight:700}.presence-dot{display:block;width:8px;height:8px;border-radius:50%;background:#a8b3c2}.roster-avatar>.presence-dot{position:absolute;right:-1px;bottom:1px;border:2px solid #fff;width:10px;height:10px}.presence-dot.online{background:#18b87b}.presence-dot.away{background:#f2b52c}.presence-dot.offline{background:#aab4c2}.roster-empty{padding:28px 8px;text-align:center;color:#8799af;font-size:10px}.company-menu-panel{position:absolute;inset:0;z-index:3;overflow-y:auto;padding:14px 13px 18px;background:#fff;opacity:0;pointer-events:none;transform:translateY(-18px);transition:transform .23s cubic-bezier(.2,.8,.2,1),opacity .2s ease;box-shadow:0 12px 28px #173c6412;scrollbar-width:thin;scrollbar-color:#cad8e8 transparent}.company-menu-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)}.workspace .people-first .company-menu-panel section{margin:0 0 14px}.workspace .people-first .company-menu-panel p{display:flex;align-items:center;gap:8px;margin:0 5px 5px;padding:0;color:#8ba0b9;font-size:9px;font-weight:600}.workspace .people-first .company-menu-panel p:after{content:"";height:1px;flex:1;background:#e7eef6}.workspace .people-first .company-menu-panel button{display:flex;align-items:center;gap:11px;width:100%;min-height:39px;margin:2px 0;padding:8px 9px;border:1px solid transparent;border-radius:8px;color:#496583;background:transparent;font-size:11px;text-align:left}.workspace .people-first .company-menu-panel button span{flex:1}.workspace .people-first .company-menu-panel button>svg:last-child{color:#9cb0c6}.workspace .people-first .company-menu-panel button:hover{background:#f1f7fe;color:#116fd4}.workspace .people-first .company-menu-panel button[aria-current=page]{background:#087cf5;border-color:#0875e8;color:#fff;box-shadow:0 4px 10px #0878ef20}.workspace .people-first .company-menu-panel button[aria-current=page]>svg:last-child{color:#fff}.person-popover{position:absolute;z-index:6;left:12px;right:12px;bottom:12px;padding:14px;border:1px solid #dbe6f2;border-radius:13px;background:#fff;box-shadow:0 15px 38px #153d6826;color:#18395f}.person-popover-close{position:absolute;right:8px;top:8px;color:#8398b0}.person-popover-head{display:flex;align-items:center;gap:10px;padding:1px 24px 11px 0;border-bottom:1px solid #edf2f7}.person-popover-head>div{min-width:0}.person-popover-head b{display:block;font-size:12px}.person-popover-head small{display:block;margin-top:3px;font-size:9px;color:#7188a4}.person-popover-head em{display:flex;align-items:center;gap:5px;margin-top:5px;font-size:8px;color:#7188a4;font-style:normal}.person-popover-head em .presence-dot{position:static;width:6px;height:6px;border:0}.person-primary-actions{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding-top:10px}.person-primary-actions button,.person-secondary-actions button{display:flex;align-items:center;gap:6px;min-height:31px;padding:6px 7px;border:1px solid #e1e9f2;border-radius:7px;background:#f8fbfe;color:#3c5e82;font-size:9px;text-align:left}.person-primary-actions button:hover,.person-secondary-actions button:hover{border-color:#b8d5f5;background:#eef6ff;color:#0875e8}.person-primary-actions button:disabled{opacity:.42;cursor:not-allowed}.person-secondary-actions{display:grid;gap:3px;margin-top:7px;padding-top:7px;border-top:1px solid #edf2f7}.person-secondary-actions button{border:0;background:transparent;min-height:27px;padding:4px}.workspace .people-first :is(.roster-list,.company-menu-panel){scrollbar-color:#fff #fff}.workspace .people-first :is(.roster-list,.company-menu-panel)::-webkit-scrollbar{width:5px}.workspace .people-first :is(.roster-list,.company-menu-panel)::-webkit-scrollbar-thumb,.workspace .people-first :is(.roster-list,.company-menu-panel)::-webkit-scrollbar-track{background:#fff;border:0}.workspace .workspace-sidebar.people-first>footer{position:relative;z-index:8;min-height:73px;padding:14px 16px;border-top:1px solid #e0e9f3;background:#fff;color:#193b61}.workspace .people-first>footer b{color:#193b61;font-size:12px}.workspace .people-first>footer small{color:#7c93af;font-size:9px}.workspace .people-first>footer button{color:#66819f}.workspace .people-first>footer .workspace-profile-edit{display:inline-flex;align-items:center;gap:4px;padding:6px 7px;border:1px solid #dbe7f3;border-radius:7px;background:#f5f9fe;color:#47729f;font-size:9px;font-weight:700;white-space:nowrap}.workspace .people-first>footer .workspace-profile-edit:hover{border-color:#bad7f5;background:#eaf4ff;color:#0875e8}.workspace .people-first .workspace-avatar{width:38px;height:38px;background-color:#e5f2ff;color:#fff;box-shadow:0 4px 10px #0878ef20;font-size:14px}@media(prefers-reduced-motion:reduce){.brand-chevron,.company-menu-panel,.employee-roster{transition:none}}@media(hover:none),(max-width:800px){.workspace .people-first .workspace-brand{padding-right:42px;padding-left:42px}.workspace .people-first .workspace-close{display:block;z-index:8;color:#64809f}.sidebar-switcher{touch-action:manipulation}}.has-photo{background-color:#dfeaf7;background-repeat:no-repeat!important}.sidebar-people-heading{display:flex;min-height:68px;flex-direction:column;justify-content:center;padding:0 4px!important}.sidebar-people-heading>div{display:flex;align-items:center;gap:7px}.sidebar-people-heading svg{color:#087cf2}.sidebar-people-heading strong{font-size:13px!important;color:#173657}.sidebar-people-heading .sidebar-people-total{display:inline-flex;align-items:center;justify-content:center;min-height:28px;margin-left:auto;padding:5px 10px;border:1px solid #cfe2f7;border-radius:999px;background:#edf6ff;color:#166fc5;font-size:15px;font-weight:800;line-height:1;white-space:nowrap}.sidebar-people-heading small{margin-top:4px!important;font-size:8px!important;color:#879bb4}.sidebar-roster-subfilters{display:flex;flex-wrap:wrap;gap:4px;margin:-3px 2px 9px;padding:7px;border:1px solid #e3ebf4;border-radius:8px;background:#f8fbff}.sidebar-roster-subfilters button{height:24px;padding:0 8px;border:1px solid #dce7f2;border-radius:12px;background:#fff;color:#68809e;font-size:8px}.sidebar-roster-subfilters button[aria-pressed=true]{border-color:#1680f5;background:#e8f3ff;color:#0876e9;font-weight:700}.roster-person-row{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center}.roster-drag{display:grid;place-items:center;width:18px;height:36px;border:0;border-radius:5px;background:transparent;color:#b1bfd0;cursor:grab!important;touch-action:none}.roster-drag:hover{background:#edf5fd;color:#4d7da9}.roster-drag:active{cursor:grabbing!important}.roster-drag svg{width:13px}.roster-person-row .roster-person{min-width:0}.uni-person-dragging .pw-drop-collaborator,.uni-person-dragging .pw-task-drop,.uni-person-dragging .work-drop-collaborator{outline:2px dashed #1680f5;outline-offset:-2px;background:#f2f8ff!important}.workspace .workspace-sidebar.people-first .workspace-brand{padding-left:32px;padding-right:52px}.workspace-brand>.workspace-system-logo{display:block;width:46px;height:46px;object-fit:contain;flex-shrink:0}.workspace-brand-home,.workspace-brand-menu{border:0;padding:0;background:transparent;cursor:pointer;text-align:left;color:inherit}.workspace-brand-home{display:flex;flex-shrink:0;border-radius:10px}.workspace-brand-home .workspace-system-logo{display:block;width:46px;height:46px;object-fit:contain}.workspace-brand-menu{min-width:0}.workspace-brand-home:focus-visible,.workspace-brand-menu:focus-visible{outline:2px solid #1677ff;outline-offset:4px}.employee-public-profile{display:block!important;width:min(680px,calc(100vw - 32px))!important;max-width:680px!important;max-height:calc(100dvh - 32px);overflow:auto;padding:0!important;border:1px solid #d8e6f5!important;border-radius:22px!important;background:#f7fbff!important;color:#173657!important;box-shadow:0 24px 70px #123c6a30!important}.employee-public-profile>[data-slot=dialog-close]{top:18px;right:18px;z-index:2;display:grid;width:34px;height:34px;place-items:center;border:1px solid #dce8f5;border-radius:10px;background:#fff;color:#587796;opacity:1}.employee-public-profile-head{display:flex;align-items:center;gap:20px;padding:30px 64px 26px 30px;background:linear-gradient(135deg,#edf7ff,#fff);border-bottom:1px solid #dfebf6}.employee-public-profile-avatar{position:relative;display:block;flex:0 0 92px;width:92px;height:92px;border:5px solid #fff;border-radius:50%;background-color:#e7f3ff;background-size:cover;background-position:50%;box-shadow:0 8px 24px #166fc528}.employee-public-profile-avatar>.presence-dot{position:absolute;right:3px;bottom:5px;width:16px;height:16px;border:4px solid #fff}.employee-public-profile-head>div{min-width:0}.employee-public-profile-status{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;background:#e8f8f1;color:#13865e;font-size:11px;font-weight:700}.employee-public-profile-status .presence-dot{width:7px;height:7px}.employee-public-profile-head h2{margin:10px 0 5px;font-size:25px;font-weight:800;letter-spacing:-.6px;color:#102f55}.employee-public-profile-head b{font-size:14px;color:#176fd0}.employee-public-profile-head p{margin-top:5px;color:#6b829e;font-size:12px}.employee-public-profile-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:20px 24px 0}.employee-public-profile-actions button{display:grid;grid-template-columns:26px 1fr;grid-template-rows:auto auto;column-gap:7px;align-items:center;padding:13px;text-align:left;border:1px solid #dce8f4;border-radius:12px;background:#fff;color:#2a5f94}.employee-public-profile-actions button svg{grid-row:1/3}.employee-public-profile-actions button b{font-size:11px}.employee-public-profile-actions button small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8396ac;font-size:8px}.employee-public-profile-actions button:hover{border-color:#9ecbfa;background:#f0f7ff;color:#0876e9}.employee-public-profile-actions button:disabled{opacity:.5;cursor:not-allowed}.employee-public-profile-about,.employee-public-profile-body{margin:16px 24px 0;padding:18px;border:1px solid #dfebf5;border-radius:14px;background:#fff}.employee-public-profile h3{margin:0 0 14px;font-size:14px;font-weight:800;color:#183c64}.employee-public-profile-body dl{display:grid;grid-template-columns:1fr 1fr;gap:0 22px}.employee-public-profile-body dl>div{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid #edf2f7;font-size:11px}.employee-public-profile-body dt{color:#7b91a9}.employee-public-profile-body dd{min-width:0;margin:0;color:#274966;font-weight:700;overflow-wrap:anywhere}.employee-public-profile-about p{margin:0;color:#5d7590;font-size:12px;line-height:1.7}.employee-public-profile-about>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}.employee-public-profile-about span{padding:5px 9px;border-radius:999px;background:#edf6ff;color:#2473bd;font-size:10px}.employee-public-profile>footer{display:flex;align-items:center;justify-content:space-between;padding:18px 24px 22px}.employee-public-profile>footer small{color:#8297ae;font-size:10px}.employee-public-profile>footer button{padding:9px 20px;border:1px solid #bdd7f1;border-radius:9px;background:#fff;color:#31658f;font-size:11px;font-weight:700}@media(max-width:600px){.employee-public-profile-head{padding:24px 52px 20px 20px}.employee-public-profile-avatar{flex-basis:72px;width:72px;height:72px}.employee-public-profile-actions{grid-template-columns:1fr;padding:14px 16px 0}.employee-public-profile-about,.employee-public-profile-body{margin:12px 16px 0}.employee-public-profile-body dl{grid-template-columns:1fr}.employee-public-profile>footer{padding:16px}}.workspace-sidebar .sidebar-people-heading{min-height:80px;padding:6px 2px!important}.workspace-sidebar .sidebar-people-heading>div{gap:5px;flex-wrap:wrap}.workspace-sidebar .sidebar-people-heading>div>svg{flex-shrink:0;width:18px}.workspace-sidebar .sidebar-people-heading strong{font-size:15px!important;line-height:1.4;white-space:nowrap}.workspace-sidebar .sidebar-people-heading .sidebar-people-total{font-size:15px;min-height:28px;padding:5px 7px}.workspace-sidebar .sidebar-people-heading small{font-size:12px!important;line-height:1.5;margin-top:6px!important}.workspace-sidebar .sidebar-roster-filters{gap:4px;grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-sidebar .sidebar-roster-filters button{height:34px;font-size:12px;font-weight:600;padding:0 3px}.workspace-sidebar .sidebar-roster-subfilters button{height:30px;font-size:12px;padding:0 8px}.workspace{--ui-blue:#087aff;--ui-ink:#122c53;--ui-muted:#748caf;--ui-line:#e0ebf8;--ui-canvas:#eff7ff;--ui-card:#fff;--ui-radius:14px;background:var(--ui-canvas);color:var(--ui-ink);font-family:Segoe UI,Apple SD Gothic Neo,Malgun Gothic,sans-serif;letter-spacing:-.2px;-webkit-font-smoothing:antialiased}.workspace .workspace-main{background:radial-gradient(ellipse at 85% 0,#fbfdff,transparent 55%),var(--ui-canvas);min-height:100dvh}.workspace .workspace-content{max-width:1680px;padding:22px}.workspace .workspace-sidebar{background:linear-gradient(140deg,#123252,#09203d);color:#dceafa}.workspace .workspace-brand{border-bottom-color:#ffffff0c}.workspace .workspace-brand>span{background:linear-gradient(140deg,#28b7ff,#0065ff);border-radius:11px;box-shadow:0 4px 14px #006aff26}.workspace .workspace-sidebar nav button{font-size:13px;min-height:43px;border-radius:9px}.workspace .workspace-sidebar nav button:hover{background:#ffffff0a}.workspace .workspace-new-project[aria-current=page],.workspace .workspace-sidebar nav button[aria-current=page]{background:linear-gradient(110deg,#0796ff,#006bff);box-shadow:0 4px 12px #006aff29;border-color:#258aff;color:#fff}.workspace .workspace-sidebar nav p{color:#83a3c7;font-size:10px;letter-spacing:.25px}.workspace .workspace-sidebar footer{border-top-color:#ffffff10}.workspace .workspace-new-project{border-radius:9px}.workspace .workspace-company-calendar:not([aria-current=page]){background:transparent;box-shadow:none;border-color:#ffffff12}.workspace .workspace-avatar{background:#215180}.workspace .workspace-header{background:#ffffffd9;border-bottom:1px solid var(--ui-line);backdrop-filter:blur(12px);min-height:65px;padding:12px 24px}.workspace .workspace-title h1{font-size:23px;letter-spacing:-.8px;color:var(--ui-ink)}.workspace .workspace-title small{color:#7d99bd;font-size:9px}.workspace .workspace-search{background:#f2f6fb;border:1px solid #edf2f9;border-radius:20px;padding:8px 13px;color:#7390b6}.workspace .workspace-search input{font-size:12px}.workspace .workspace-results{border-radius:12px;border-color:var(--ui-line)}.workspace .workspace-results button:hover{background:#edf6ff}.workspace .workspace-panes{border-color:var(--ui-line);border-radius:12px;padding:5px;box-shadow:0 2px 9px #2b70b504}.workspace .workspace-panes button{font-size:12px;border-radius:8px;padding:9px 14px;color:#6680a3}.workspace .workspace-panes button[aria-current=page]{background:#087aff;color:white;box-shadow:0 3px 9px #087aff25}.workspace :is(.mw,.cs,.cc,.purchase,.pw,.integrated-academy){color:var(--ui-ink);font-family:inherit;background:transparent;--navy:#183b65;--blue:#087aff;--muted:#748caf;--line:#e0ebf8;--green:#00a97d;--orange:#e68f22;--purple:#6578e9}.workspace :is(.mw,.cs,.cc){padding:18px}.workspace .purchase-main{padding:18px}.workspace .pw:has(>.pw-top){display:block;padding:0 18px 18px;min-height:85vh}.workspace .pw:has(>.pw-top)>.pw-heading{margin-top:16px}.workspace :is(.mw-heading,.cs-heading,.cc-heading,.purchase-heading){margin-bottom:18px;min-height:58px}.workspace :is(.mw-heading,.cs-heading,.cc-heading,.purchase-heading) h1{font-size:26px;font-weight:800;letter-spacing:-.9px}.workspace :is(.mw-heading,.cs-heading,.cc-heading,.purchase-heading) p{font-size:12px;color:var(--ui-muted);line-height:1.7}.workspace :is(.mw-card,.cs-board,.cs-aside,.cc-sheet,.cc-detail,.purchase-sheet,.purchase-detail,.pw-card,.pw-summary,.org-root,.panel,.dashboard-panel,.payroll-sheet,.quick-panel,.academy-stats>div,.clean-summary,.clean-grid>article,.org-card,.messenger-shell,.work-calendar,.schedule-board,.metric-card){background:#fff;border:1px solid var(--ui-line);border-radius:var(--ui-radius);box-shadow:0 3px 14px #31649c04}.workspace :is(.mw-card,.pw-card,.panel,.dashboard-panel){padding:17px}.workspace :is(.mw-card,.pw-card,.dashboard-panel)>header{border-color:#edf3fb;margin-bottom:14px}.workspace :is(.mw-card,.pw-card,.dashboard-panel) h3{font-size:15px;font-weight:750;color:var(--ui-ink)}.workspace :is(.mw-icon,.pw-section-icon,.section-icon){background:#087aff;color:white;border-radius:7px}.workspace :is(.mw-stats,.purchase-stats){gap:12px}.workspace .mw-stats{background:#fff;border:1px solid var(--ui-line);border-radius:14px}.workspace .purchase-stats article{border-color:var(--ui-line);border-radius:14px;box-shadow:none;padding:16px}.workspace .purchase-stats svg{border-radius:11px}.workspace .purchase-stats b{color:var(--ui-ink);font-size:24px}.workspace .academy-stats>div{padding:17px}.workspace .metric-card{padding:20px}.workspace .metric-icon{border-radius:11px}.workspace :is(.mw-primary,.cs-primary,.cc-primary,.purchase-primary,.pw-blue,.academy-form button.primary,.academy-tabs button.primary,.academy-toolbar>button.primary,.modal-actions>button:last-child,.clean-actions>button:not(.ghost)){background:linear-gradient(#0b8aff,#006dff);color:white;border:1px solid #1988ff;border-radius:8px;box-shadow:0 3px 9px #087aff20;font-size:12px;padding:9px 14px}.workspace :is(.mw-tools,.cs-toolbar,.cc-toolbar,.purchase-filters,.academy-toolbar,.work-toolbar,.schedule-toolbar){gap:8px}.workspace :is(.mw-tools,.cs-toolbar,.cc-toolbar,.purchase-filters,.academy-toolbar,.work-toolbar) button{border-radius:7px}.workspace :is(.mw-tools,.cs-filters,.cs-toolbar,.cc-filters,.cc-views,.academy-tabs,.work-tabs,.view-toggle) :is(button.active,button[aria-pressed=true],button.on){background:#087aff;color:#fff;border-color:#087aff;box-shadow:0 2px 6px #087aff20}.workspace :is(.academy-tabs,.work-tabs,.view-toggle){background:#f2f7fd;border-radius:9px;padding:4px}.workspace :is(.academy-tabs,.work-tabs,.view-toggle) button{border-radius:7px;font-size:12px}.workspace :is(.academy,.purchase,.mw,.cs,.cc,.pw) :is(input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]),select,textarea){border-color:#dfe9f6;border-radius:7px;color:#29486f;accent-color:#087aff}.workspace :is(input,select,textarea,button,summary):focus-visible{outline:2px solid #1685ff;outline-offset:3px}.workspace button:disabled{cursor:not-allowed;opacity:.5}.workspace :is(.mw,.cs,.cc,.purchase,.pw,.academy) input[type=checkbox]{accent-color:#087aff}.workspace :is(.purchase-table-scroll,.academy-timetable,.work-list){border-color:var(--ui-line);border-radius:9px;overflow:auto}.workspace :is(.purchase,.academy,.work-records) table{border-collapse:collapse}.workspace :is(.purchase,.academy,.work-records) th{background:#f2f8ff;color:#4d6b90;font-size:11px;font-weight:650;border-bottom:1px solid #dfeaf8;padding:12px 10px}.workspace :is(.purchase,.academy,.work-records) td{border-bottom-color:#edf2f9;padding:11px 10px;font-size:12px}.workspace :is(.purchase,.academy,.work-records) tbody tr:hover{background:#f5faff}.workspace :is(.academy-list-row,.work-item,.employee-row){border-color:#e8f0fa;border-radius:9px;padding:14px;min-width:0}.workspace .academy-record{border:1px solid var(--ui-line);border-radius:13px;background:#fff;padding:18px}.workspace .academy-record h3{color:var(--ui-ink)}.workspace :is(.ops-hero,.work-hero){background:linear-gradient(115deg,#e2f1ff,#f5faff 60%,#d9eaff);color:var(--ui-ink);border:1px solid #dceafa;border-radius:14px;padding:25px}.workspace :is(.ops-hero,.work-hero) h2{color:var(--ui-ink);font-size:25px;letter-spacing:-.8px}.workspace :is(.ops-hero,.work-hero) :is(p,span){color:#6b87ac}.workspace :is(.ops-hero,.work-hero)>button{background:#087aff;color:#fff;border:1px solid #1988ff;border-radius:8px}.workspace :is(.quiet-state,.academy-empty,.mw-empty,.cc-empty,.purchase-empty,.join-empty){background:linear-gradient(130deg,#f5faff,#fff);border:1px solid #edf3fb;border-radius:12px;color:#7d94b5;padding:32px 18px;font-size:12px;line-height:1.8}.workspace :is(.empty-icon,.quiet-state>svg){color:#8ba8cf;background:#eaf4ff;border-radius:11px}.workspace .org-owner{background:linear-gradient(110deg,#087aff,#1860c8);border-radius:12px}.workspace .org-grid article{background:#f7fbff;border-color:var(--ui-line);border-radius:12px}.workspace .org-person{border-color:#e6eff9;border-radius:9px}.workspace .employee-avatar{background:#e5f2ff;color:#087aff}.workspace .payroll-totals{background:#f0f7ff;border-radius:11px}.workspace .payroll-totals .net{color:#087aff}.workspace .clean-summary i span{background:#087aff}.workspace .clean-grid>article{border-top-width:3px}.workspace .clean-grid h3{font-size:17px}.workspace .clean-grid>article>p{font-size:12px;line-height:1.7}.workspace .clean-grid :is(dt,dd){font-size:11px}.workspace .clean-actions button.ghost{background:#eff6ff;color:#557599}.workspace .messenger-shell{overflow:hidden}.workspace .chat-list{background:#f7fbff;border-right-color:var(--ui-line)}.workspace .chat-list-head,.workspace .messenger-top{border-color:var(--ui-line)}.workspace .conversation{background:#fff}.workspace .message-stream{background:#f4f9ff}.workspace .message-bubble{border-radius:13px;border:1px solid var(--ui-line);box-shadow:none}.workspace .chat-empty{color:#8198b6}.workspace .message-avatar{background:#e1efff;color:#087aff}.workspace .pinned-message{background:#eaf4ff;border-color:#d8e9fd;color:#486c95}.workspace .cc-cell{border-color:#e7eff9}.workspace .cc-cell.selected{background:#eff7ff}.workspace .cc-weekday,.workspace .cs-dayhead{background:#f3f8ff;color:#6b86aa}.workspace .cs-dayhead.selected{background:#e4f1ff;color:#087aff}.workspace .cc-date.today{background:#087aff;color:#fff}.workspace .cc-card{border-color:var(--ui-line);border-radius:11px}.workspace .cc-detail{border-radius:14px;padding:18px}.workspace .cs-board{overflow:hidden}.workspace .cs-scroll{overflow:auto}.workspace .cs-grid{min-width:1080px}.workspace .cs-event{overflow:hidden;word-break:normal}.workspace .cs-event b{white-space:nowrap}.workspace .cs-event b,.workspace .cs-event small{overflow:hidden;text-overflow:ellipsis;display:block}.workspace .cs-aside{padding:14px}.workspace .cs-list{border-radius:12px;background:#fff}.workspace .work-records :is(.bg-white){border-color:var(--ui-line);border-radius:14px;box-shadow:none}.workspace .work-records :is(h1,h2,h3){color:var(--ui-ink)}.workspace .work-records :is(.bg-blue-600,.bg-slate-900){background:#087aff}.workspace .work-records .text-blue-600{color:#087aff}:is(.pw-dialog,.purchase-create,.mw-form,.cc-dialog,.project-start-dialog,.banner-dialog,.academy .class-modal){background:#fff;color:#173657;border:1px solid #dce8f7;border-radius:16px;box-shadow:0 20px 70px #17365726}:is(.pw-dialog,.purchase-create,.mw-form,.cc-dialog,.project-start-dialog,.academy .class-modal) :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea){border-color:#dce7f5;border-radius:8px}:is(.pw-dialog,.purchase-create,.mw-form,.cc-dialog,.project-start-dialog,.academy .class-modal) :is(h2,h3){color:#173657}@media(max-width:1000px){.workspace .workspace-content{padding:16px}.workspace .purchase-main,.workspace :is(.mw,.cs,.cc){padding:14px}.workspace :is(.mw-heading,.cs-heading,.cc-heading,.purchase-heading) h1{font-size:23px}}@media(max-width:650px){.workspace .workspace-content{padding:12px}.workspace .workspace-header{padding:12px 14px;gap:8px}.workspace .workspace-title h1{font-size:19px}.workspace .purchase-main,.workspace :is(.mw,.cs,.cc){padding:10px}.workspace :is(.mw-card,.pw-card,.panel,.dashboard-panel){padding:13px}.workspace :is(.mw-heading,.cs-heading,.cc-heading,.purchase-heading){flex-wrap:wrap;gap:10px}.workspace :is(.ops-hero,.work-hero){padding:20px}.workspace :is(.ops-hero,.work-hero) h2{font-size:22px}.workspace .workspace-panes{gap:4px}.workspace .workspace-panes button{padding:8px 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.workspace *{scroll-behavior:auto!important;transition:none!important}}@media print{.workspace .workspace-content,.workspace .workspace-main{background:#fff}.workspace :is(.panel,.mw-card,.pw-card,.cc-sheet){box-shadow:none}}.workspace .purchase-stats{grid-template-columns:repeat(auto-fit,minmax(145px,1fr))}.workspace .purchase-stats article{min-height:108px;align-items:flex-start}.workspace .purchase-stats small{line-height:1.5}.workspace .clean-grid>.academy-empty,.workspace .clean-grid>.join-empty{grid-column:1/-1;min-height:180px}.workspace .mw-completion progress{accent-color:#087aff}.workspace .mw-completion progress::-webkit-progress-bar{background:#e6effb;border-radius:8px}.workspace .mw-completion progress::-webkit-progress-value{background:#087aff;border-radius:8px}.workspace .mw-completion progress::-moz-progress-bar{background:#087aff;border-radius:8px}@media(max-width:650px){.workspace .purchase-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace .purchase-stats article{padding:12px;gap:8px;min-height:108px}.workspace .purchase-stats svg{width:30px;height:30px;padding:7px}.workspace .purchase-stats b{font-size:20px}}@media(min-width:651px) and (max-width:1500px){.workspace .purchase-stats{grid-template-columns:repeat(6,minmax(0,1fr))}.workspace .purchase-stats article{grid-column:span 2}.workspace .purchase-stats article:nth-last-child(-n+2){grid-column:span 3}}@media(max-width:650px){.workspace .purchase-stats article:last-child{grid-column:1/-1}}.workspace .workspace-sidebar,.workspace:has(.hd) .workspace-sidebar,.workspace:has(.pw) .workspace-sidebar{background:radial-gradient(circle at 12% 4%,#dff1ff 0,transparent 31%),linear-gradient(180deg,#ffffff,#f7fbff 58%,#eef7ff)!important;color:#365a82!important;border-right:1px solid #d8e7f7!important;box-shadow:5px 0 24px #315f9110!important}.workspace .workspace-sidebar:after,.workspace .workspace-sidebar:before{border-color:#90c5ff26;box-shadow:0 22px 0 #6db2ff0c,0 46px 0 #6db2ff09;background:linear-gradient(160deg,transparent,#8bc7ff13)}.workspace .workspace-sidebar .workspace-brand{border-bottom:1px solid #e2edf8!important}.workspace .workspace-sidebar .workspace-brand b{color:#12365f!important}.workspace .workspace-sidebar .workspace-brand small{color:#7894b5!important}.workspace .workspace-sidebar .workspace-company-calendar:not([aria-current=page]),.workspace .workspace-sidebar .workspace-new-project,.workspace .workspace-sidebar .workspace-new-project:first-of-type:not([aria-current=page]){color:#31577f;background:#ffffffb8;border-color:#d8e7f6;box-shadow:0 2px 9px #315f9108}.workspace .workspace-sidebar .workspace-new-project:after{color:#79a1ca}.workspace .workspace-sidebar .workspace-new-project svg{color:#4e7aa8}.workspace .workspace-sidebar .workspace-company-calendar:not([aria-current=page]):hover,.workspace .workspace-sidebar .workspace-new-project:hover{color:#0869d8;background:#eaf5ff;border-color:#b8d8f8}.workspace .workspace-sidebar .workspace-new-project[aria-current=page],.workspace .workspace-sidebar .workspace-new-project[aria-current=page]:hover{color:#fff;background:linear-gradient(110deg,#1597ff,#0874ef)!important;border-color:#1689f8;box-shadow:0 6px 16px #087aff28}.workspace .workspace-sidebar .workspace-new-project[aria-current=page] svg,.workspace .workspace-sidebar .workspace-new-project[aria-current=page]:after{color:#fff}.workspace .workspace-sidebar nav{scrollbar-color:#bdd5eb transparent}.workspace .workspace-sidebar nav p{color:#7895b6!important}.workspace .workspace-sidebar nav p:after{background:linear-gradient(90deg,#cfdfef,#edf4fb)}.workspace .workspace-sidebar nav button{color:#365a82!important}.workspace .workspace-sidebar nav button:hover{color:#0869d8!important;background:#eaf5ff!important}.workspace .workspace-sidebar nav button[aria-current=page]{color:#fff!important;background:linear-gradient(110deg,#1597ff,#0874ef)!important;border-color:#1689f8!important;box-shadow:0 6px 16px #087aff24!important}.workspace .workspace-sidebar footer{background:#f7fbffed!important;border-top:1px solid #dce9f6!important}.workspace .workspace-sidebar footer b{color:#173b64!important}.workspace .workspace-sidebar footer small{color:#7893b2!important}.workspace .workspace-sidebar footer button{color:#54799f!important}.workspace .workspace-sidebar footer button:hover{color:#076bdc!important;background:#e5f2ff!important}.workspace .workspace-sidebar .workspace-avatar{color:#fff;background-color:#e5f2ff!important;box-shadow:0 4px 12px #087aff25!important}@media(max-width:800px){.workspace .workspace-sidebar .workspace-close{color:#31577f!important}}.workspace{--ui-card-radius:12px;--ui-card-title-size:18px;--ui-card-title-weight:750;font-family:Pretendard Variable,Apple SD Gothic Neo,Malgun Gothic,sans-serif}.workspace :is(button,input,select,textarea){font-family:inherit}.workspace :is(.lobby-panel,.lobby-news-card,.lobby-help-board article,.company-people,.company-project-schedule,.company-work-panels>.hd-panel,.hd-panel,.pw-card,.pw-summary,.pw-rate-card,.pw-missed-card,.mw-card,.cs-board,.cs-aside,.cc-sheet,.cc-detail,.cc-card,.purchase-sheet,.purchase-detail,.org-root,.org-card,.panel,.dashboard-panel,.payroll-sheet,.quick-panel,.academy-stats>div,.clean-summary,.clean-grid>article,.messenger-shell,.work-calendar,.schedule-board,.metric-card,.co-main,.co-side>section,.co-stats>article,.academy-record){border-radius:var(--ui-card-radius)!important}.workspace :is(.lobby-section-heading h2,.company-people>header h3,.company-project-schedule>header h3,.hd-panel>header h3,.pw-card>header h3,.pw-rate-card>header h3,.pw-missed-card>header h3,.mw-card>header h3,.dashboard-panel-head h3,.panelhead h3,.co-main>header h2,.co-main>nav>strong,.co-side>section>header h3,.purchase-detail>header h2,.cc-detail>header h2,.workspace-calendar-tools h2){font-family:inherit!important;font-size:var(--ui-card-title-size)!important;font-weight:var(--ui-card-title-weight)!important;line-height:1.35!important;letter-spacing:-.4px!important}@media(max-width:650px){.workspace{--ui-card-title-size:16px}}@media(min-width:801px){.workspace{--workspace-page-inset:20px}.workspace .workspace-main>.workspace-content{box-sizing:border-box;width:100%;max-width:none!important;margin:0!important;padding:var(--workspace-page-inset)!important}.workspace .workspace-main>.workspace-header{padding-left:var(--workspace-page-inset)!important;padding-right:var(--workspace-page-inset)!important}.workspace .workspace-content>:is(.company-lobby,.cc,.co,.cv-page,.mw,.mw-project-summary,.pw,.purchase,.integrated-academy){max-width:none!important;width:100%;margin:0!important;padding:0!important}.workspace .workspace-content>.project-company-news{padding-left:0!important;padding-right:0!important}.workspace .workspace-content>.mw-project-summary{margin-bottom:14px!important}.workspace .workspace-content>.workspace-panes{margin-top:0}}.workspace .workspace-main:has(.cc,.mw,.purchase)>.workspace-header{display:none}