:is(.LegacyChatPage-module__95tTFq__chatShell,main[data-slot=main-content]:has([data-slot=chat-page])){color:hsl(var(--v3-text));-webkit-font-smoothing:antialiased;font-family:NanumSquare Neo,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,-apple-system,sans-serif;line-height:normal}main[data-slot=main-content]:has([data-slot=chat-page]){height:min(100dvh, var(--mobile-shell-max-height,844px));background:hsl(var(--v3-dim-white));min-height:0;display:flex;overflow:hidden;padding:0!important}main[data-slot=main-content]:has([data-slot=chat-page])>[data-slot=chat-page]{flex:1;min-height:0}:is([data-slot=app-root]:has([data-slot=chat-page]) [data-slot=mobile-header],[data-slot=app-root]:has([data-slot=chat-page]) [data-slot=floating-quick-actions]){display:none!important}main[data-slot=main-content]:has([data-slot=chat-page])~[data-slot=mobile-bottom-nav]{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#fffc;border:1px solid #ffffff80;border-radius:20px;gap:2px;padding:5px;box-shadow:0 12px 48px #19304d1f;z-index:1300!important;--tw-translate-x:0px!important;width:auto!important;max-width:none!important;position:absolute!important;bottom:12px!important;left:14px!important;right:14px!important;transform:none!important}main[data-slot=main-content]:has([data-slot=chat-page])~[data-slot=mobile-bottom-nav] a{border-radius:14px!important;gap:2px!important;padding:5px 4px!important}main[data-slot=main-content]:has([data-slot=chat-page])~[data-slot=mobile-bottom-nav] a svg{width:18px;height:18px}main[data-slot=main-content]:has([data-slot=chat-page])~[data-slot=mobile-bottom-nav] a span{font-size:10px;font-weight:500;line-height:1}body:has([data-slot=chat-page]) nextjs-portal{display:none!important}.LegacyChatPage-module__95tTFq__chatShell{z-index:1200;background:hsl(var(--v3-dim-white));flex-direction:column;width:100%;height:100%;display:flex;position:relative;top:auto;left:auto;overflow:hidden;transform:none}.LegacyChatPage-module__95tTFq__existingNavbar{z-index:20;border-bottom:1px solid hsl(var(--v3-border));background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 14px;display:flex;position:relative}.LegacyChatPage-module__95tTFq__navbarIdentity{flex-direction:column;justify-content:center;height:100%;display:flex;position:relative}.LegacyChatPage-module__95tTFq__navbarUser{color:hsl(var(--v3-dark));font-size:1rem;font-weight:700;line-height:1.1}.LegacyChatPage-module__95tTFq__navbarBranch{color:hsl(var(--v3-text-muted));font-size:.6rem;font-weight:600;line-height:1;position:absolute;top:calc(50% + 11px);left:0}.LegacyChatPage-module__95tTFq__navbarIcons{gap:4px;display:flex}.LegacyChatPage-module__95tTFq__navbarIconBtn{cursor:pointer;width:44px;height:44px;color:hsl(var(--v3-text));background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;padding:0;font-family:inherit;display:flex;position:relative}.LegacyChatPage-module__95tTFq__dot{background:hsl(var(--v3-burgundy));border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.LegacyChatPage-module__95tTFq__chatContent{background:hsl(var(--v3-dim-white));flex-direction:column;flex:1;min-height:0;display:flex}.LegacyChatPage-module__95tTFq__chatScroll{scrollbar-width:none;flex-direction:column;flex:1;gap:10px;min-height:0;padding:14px;display:flex;overflow-y:auto}.LegacyChatPage-module__95tTFq__chatScroll::-webkit-scrollbar{display:none}.LegacyChatPage-module__95tTFq__historySpinner{justify-content:center;padding:4px 0;display:flex}.LegacyChatPage-module__95tTFq__msgRow{flex-shrink:0;gap:8px;max-width:88%;display:flex}.LegacyChatPage-module__95tTFq__userRow{flex-direction:row-reverse;align-self:flex-end}.LegacyChatPage-module__95tTFq__msgAvatar{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;font-weight:800;display:flex}.LegacyChatPage-module__95tTFq__aiAvatar{background:linear-gradient(135deg, hsl(var(--v3-primary)), #6f3bb0);color:#fff}.LegacyChatPage-module__95tTFq__userAvatar{background:hsl(var(--v3-primary));color:#fff}.LegacyChatPage-module__95tTFq__msgBubble{color:hsl(var(--v3-dark));white-space:pre-wrap;background:#fff;border-radius:16px;padding:9px 12px;font-size:.83rem;line-height:1.4;box-shadow:0 1px 2px #0000000a}.LegacyChatPage-module__95tTFq__userRow .LegacyChatPage-module__95tTFq__msgBubble{background:hsl(var(--v3-primary));color:#fff}.LegacyChatPage-module__95tTFq__msgTime{color:hsl(var(--v3-text-muted));margin-top:4px;padding:0 4px;font-size:.58rem}.LegacyChatPage-module__95tTFq__userRow .LegacyChatPage-module__95tTFq__msgTime{text-align:right}.LegacyChatPage-module__95tTFq__msgTyping{gap:3px;padding:9px 12px;display:inline-flex}.LegacyChatPage-module__95tTFq__msgTyping span{background:hsl(var(--v3-text-muted));border-radius:50%;width:6px;height:6px;animation:1.2s infinite LegacyChatPage-module__95tTFq__typing}.LegacyChatPage-module__95tTFq__msgTyping span:nth-child(2){animation-delay:.15s}.LegacyChatPage-module__95tTFq__msgTyping span:nth-child(3){animation-delay:.3s}@keyframes LegacyChatPage-module__95tTFq__typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.LegacyChatPage-module__95tTFq__msgSources{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.LegacyChatPage-module__95tTFq__msgSource{background:hsl(var(--v3-primary-light));color:hsl(var(--v3-primary));border-radius:999px;padding:2px 8px;font-size:.62rem;font-weight:600}.LegacyChatPage-module__95tTFq__chatMarkdown{white-space:pre-wrap}.LegacyChatPage-module__95tTFq__chatMarkdown p{margin:0}.LegacyChatPage-module__95tTFq__chatMarkdown p+p{margin-top:.9em}.LegacyChatPage-module__95tTFq__chatMarkdown ul,.LegacyChatPage-module__95tTFq__chatMarkdown ol{margin:.4em 0 .4em 1.1em}.LegacyChatPage-module__95tTFq__chatMarkdown code{background:hsl(var(--v3-primary-light));color:hsl(var(--v3-primary));border-radius:6px;padding:1px 4px;font-size:.78rem}.LegacyChatPage-module__95tTFq__tableWrapper{max-width:100%;overflow-x:auto}.LegacyChatPage-module__95tTFq__tableWrapper table{border-collapse:collapse;font-size:.72rem}.LegacyChatPage-module__95tTFq__tableWrapper th,.LegacyChatPage-module__95tTFq__tableWrapper td{border:1px solid hsl(var(--v3-border));padding:5px 7px}.LegacyChatPage-module__95tTFq__wizardResult{flex-direction:column;gap:4px;display:flex}.LegacyChatPage-module__95tTFq__stateIndicator{color:hsl(var(--v3-text-muted));align-items:center;gap:8px;padding:2px 36px;font-size:.78rem;display:flex}.LegacyChatPage-module__95tTFq__confirmActions{gap:8px;padding:2px 36px;display:flex}.LegacyChatPage-module__95tTFq__confirmActions button{cursor:pointer;border:1px solid hsl(var(--v3-primary));color:hsl(var(--v3-primary));background:#fff;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:.75rem;font-weight:700}.LegacyChatPage-module__95tTFq__confirmActions button:first-child{background:hsl(var(--v3-primary));color:#fff}.LegacyChatPage-module__95tTFq__confirmActions button:disabled{cursor:not-allowed;opacity:.5}.LegacyChatPage-module__95tTFq__chatInputBar{z-index:100;box-shadow:0 4px 20px #00000014, 0 0 0 1px hsl(var(--v3-border));background:#fff;border-radius:18px;flex-shrink:0;align-items:flex-end;gap:8px;margin:8px 14px 76px;padding:6px 6px 6px 14px;display:flex;position:relative}.LegacyChatPage-module__95tTFq__chatInput{resize:none;min-height:44px;max-height:100px;color:hsl(var(--v3-dark));background:0 0;border:0;outline:none;flex:1;padding:8px 0;font-family:inherit;font-size:.85rem}.LegacyChatPage-module__95tTFq__chatInput::placeholder{color:hsl(var(--v3-text-muted))}.LegacyChatPage-module__95tTFq__chatInput:disabled{cursor:not-allowed;opacity:.55}.LegacyChatPage-module__95tTFq__chatSend{cursor:pointer;background:hsl(var(--v3-primary));color:#fff;border:0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex}.LegacyChatPage-module__95tTFq__chatSend:disabled{cursor:not-allowed;background:hsl(var(--v3-border))}nextjs-portal{display:none!important}
.mobile-detail-slideup-module__zGB_ta__shell{z-index:220;width:min(100vw,390px);max-width:390px;height:min(100dvh, var(--mobile-shell-max-height,844px));max-height:var(--mobile-shell-max-height,844px);pointer-events:none;flex-direction:column;min-height:0;display:flex;position:fixed;top:0;bottom:0;left:50%;overflow:hidden;transform:translate(-50%)}.mobile-detail-slideup-module__zGB_ta__shellOpen{pointer-events:auto}.mobile-detail-slideup-module__zGB_ta__stack{width:100%;max-height:var(--mobile-shell-max-height,844px);min-height:0;height:min(100dvh, var(--mobile-shell-max-height,844px))!important}.mobile-detail-slideup-module__zGB_ta__listStub{visibility:hidden;pointer-events:none}.mobile-detail-slideup-module__zGB_ta__scrim{position:absolute}.mobile-detail-slideup-module__zGB_ta__scrim:disabled{cursor:default}.mobile-detail-slideup-module__zGB_ta__detail{top:var(--mobile-detail-top-gap,5vh)!important;width:auto!important;height:calc(min(100dvh, var(--mobile-shell-max-height,844px)) - var(--mobile-detail-top-gap,5vh))!important;max-height:calc(min(100dvh, var(--mobile-shell-max-height,844px)) - var(--mobile-detail-top-gap,5vh))!important;background:hsl(var(--v3-dim-white))!important;border-radius:24px 24px 0 0!important;flex-direction:column!important;max-width:none!important;min-height:0!important;margin:0!important;padding-top:0!important;display:flex!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important;box-shadow:0 -10px 40px #00000038!important}.mobile-detail-slideup-module__zGB_ta__sheetHeader{flex-shrink:0}.mobile-detail-slideup-module__zGB_ta__body{min-height:0;padding-bottom:16px!important}.mobile-detail-slideup-module__zGB_ta__header{flex-shrink:0}.mobile-detail-slideup-module__zGB_ta__titleBlock{min-width:0}.mobile-detail-slideup-module__zGB_ta__title{color:hsl(var(--v3-dark));margin:0;font-size:1.25rem;font-weight:900;line-height:1.2}.mobile-detail-slideup-module__zGB_ta__footer{padding:16px 16px max(16px, env(safe-area-inset-bottom));background:#fff;border:0;border-radius:16px;flex-shrink:0;grid-template-columns:minmax(96px,.9fr) minmax(132px,1.4fr);gap:10px;display:grid;box-shadow:0 1px 8px #1f2a3d0f}.mobile-detail-slideup-module__zGB_ta__actionButton{cursor:pointer;border:0;border-radius:16px;font-family:inherit;font-size:1rem;font-weight:900;line-height:normal}.mobile-detail-slideup-module__zGB_ta__secondaryAction{color:hsl(var(--v3-text));background:#f6f7f9}.mobile-detail-slideup-module__zGB_ta__primaryAction{background:hsl(var(--v3-primary));color:#fff;box-shadow:0 8px 18px #004bad33}.mobile-detail-slideup-module__zGB_ta__actionButton:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}
.EmployeeFormCard-module__NC8CDa__cardStack{gap:12px;display:grid}.EmployeeFormCard-module__NC8CDa__contextStrip{border:1px solid hsl(var(--v3-border));background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.EmployeeFormCard-module__NC8CDa__contextTitle{color:hsl(var(--v3-dark));font-size:.82rem;font-weight:800;line-height:1.25;display:block}.EmployeeFormCard-module__NC8CDa__contextDescription{color:hsl(var(--v3-text-muted));margin-top:3px;font-size:.72rem;font-weight:600;line-height:1.35;display:block}.EmployeeFormCard-module__NC8CDa__contextBadge{color:hsl(var(--v3-primary));background:#ecf4fe;border-radius:999px;flex:none;padding:6px 10px;font-size:.7rem;font-weight:800;line-height:1}.EmployeeFormCard-module__NC8CDa__formSection{background:#fff;border-radius:16px;gap:14px;padding:16px;display:grid;box-shadow:0 1px 8px #1f2a3d0f}.EmployeeFormCard-module__NC8CDa__sectionHead{gap:3px;display:grid}.EmployeeFormCard-module__NC8CDa__sectionTitle{color:hsl(var(--v3-text));margin:0;font-size:.95rem;font-weight:900;line-height:1.25}.EmployeeFormCard-module__NC8CDa__field{gap:7px;display:grid}.EmployeeFormCard-module__NC8CDa__labelRow{align-items:baseline;gap:8px;min-width:0;display:flex}.EmployeeFormCard-module__NC8CDa__label{color:hsl(var(--v3-text-muted));font-size:.72rem;font-weight:800;line-height:1.3}.EmployeeFormCard-module__NC8CDa__inlineHelper{min-width:0;color:hsl(var(--v3-text-muted));font-size:.68rem;font-weight:700;line-height:1.2}.EmployeeFormCard-module__NC8CDa__inlineHelperOk{color:hsl(var(--v3-green))}.EmployeeFormCard-module__NC8CDa__inlineHelperErr{color:hsl(var(--v3-burgundy))}.EmployeeFormCard-module__NC8CDa__inlineHelperPending{color:hsl(var(--v3-primary))}.EmployeeFormCard-module__NC8CDa__required{color:hsl(var(--v3-burgundy));margin-left:2px}.EmployeeFormCard-module__NC8CDa__control,.EmployeeFormCard-module__NC8CDa__select{box-sizing:border-box;border:1.5px solid hsl(var(--v3-border));width:100%;min-height:48px;color:hsl(var(--v3-dark));background:#fff;border-radius:14px;outline:none;padding:0 14px;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.2}.EmployeeFormCard-module__NC8CDa__control:focus,.EmployeeFormCard-module__NC8CDa__select:focus{border-color:hsl(var(--v3-primary));box-shadow:0 0 0 3px #004bad14}.EmployeeFormCard-module__NC8CDa__control::placeholder{color:hsl(var(--v3-text-muted));opacity:.65}.EmployeeFormCard-module__NC8CDa__control:disabled,.EmployeeFormCard-module__NC8CDa__select:disabled,.EmployeeFormCard-module__NC8CDa__chip:disabled{cursor:not-allowed;opacity:.55}.EmployeeFormCard-module__NC8CDa__controlError{border-color:hsl(var(--v3-burgundy))}.EmployeeFormCard-module__NC8CDa__selectWrap{position:relative}.EmployeeFormCard-module__NC8CDa__select{appearance:none;padding-right:42px}.EmployeeFormCard-module__NC8CDa__selectIcon{width:18px;height:18px;color:hsl(var(--v3-text-muted));pointer-events:none;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.EmployeeFormCard-module__NC8CDa__chipGrid{flex-wrap:wrap;gap:8px;display:flex}.EmployeeFormCard-module__NC8CDa__chip{border:1.5px solid hsl(var(--v3-border));min-height:34px;color:hsl(var(--v3-text-muted));cursor:pointer;background:#fff;border-radius:999px;padding:7px 12px;font-family:inherit;font-size:.78rem;font-weight:800;line-height:1}.EmployeeFormCard-module__NC8CDa__chipSelected{color:hsl(var(--v3-primary));background:#ecf4fe;border-color:#004bad5c}.EmployeeFormCard-module__NC8CDa__switchRow{border:1.5px solid hsl(var(--v3-border));background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;min-height:54px;padding:10px 12px;display:flex}.EmployeeFormCard-module__NC8CDa__switchTitle{color:hsl(var(--v3-dark));font-size:.82rem;font-weight:800;line-height:1.25;display:block}.EmployeeFormCard-module__NC8CDa__switchDescription{color:hsl(var(--v3-text-muted));margin-top:3px;font-size:.7rem;font-weight:600;line-height:1.35;display:block}.EmployeeFormCard-module__NC8CDa__errorText{color:hsl(var(--v3-burgundy));font-size:.72rem;font-weight:700;line-height:1.35}
.EmployeeFormDialog-module__XgYUjW__error{background:hsl(var(--v3-burgundy-light));color:hsl(var(--v3-burgundy));border:0;border-radius:16px}