@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200..800&family=DM+Sans:opsz,wght@9..40,100..1000&display=swap";:root{--primary: #2d1c67;--primary-foreground: #ffffff;--primary-bg: #f5f4f9;--bg: #fafafa;--secondary: #f0f0f0;--secondary-foreground: #333333;--accent: #e6e3f0;--accent-brand: #6a4ac8;--accent-foreground: #2d1c67;--text-main: hsl(0, 0%, 9%);--text-muted: hsl(0, 0%, 45%);--font-heading: "Plus Jakarta Sans", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif}html,body,#root{height:100%;font-family:var(--font-body)!important;color:var(--text-main);background-color:var(--bg)}body{margin:0;font-family:var(--font-body)!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)!important;font-weight:600}.app-layout{display:flex;min-height:100vh;flex-direction:column}.app-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;background:#fff;border-bottom:1px solid #f0f0f0}.app-header a{margin-left:12px;color:var(--text-main);text-decoration:none}.app-main{flex:1;padding:24px}.app-footer{text-align:center;padding:12px;color:var(--text-muted);background:#fff;border-top:1px solid #f0f0f0}.auth-section-auth{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:56px 12px;background:linear-gradient(180deg,#f5f4f9,#fafafa)}.auth-container-auth{width:440px;max-width:calc(100% - 32px);background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 12px 36px #4d279614;border:1px solid rgba(77,39,150,.1);box-sizing:border-box}.auth-header-auth{margin-bottom:32px;text-align:center}.auth-title-auth{margin:0 0 8px;font-size:28px;color:var(--primary);font-weight:700;font-family:var(--font-heading)}.auth-text-auth{color:var(--text-muted);display:block;font-size:16px;font-family:var(--font-body);font-weight:400}.auth-form-auth{display:flex;flex-direction:column;gap:24px}.auth-field-container-auth{display:flex;flex-direction:column;gap:8px}.auth-label-auth{font-size:15px;font-weight:500;color:var(--text-main);margin-bottom:4px;font-family:var(--font-heading)}.auth-input-wrapper-auth{position:relative;display:flex;align-items:center}.auth-input-icon-auth{position:absolute;left:12px;color:var(--primary);z-index:2;font-size:16px}.auth-input-auth{width:100%;padding:12px 12px 12px 40px;font-size:15px;border:1px solid #d9d9d9;border-radius:8px;outline:none;transition:all .3s ease;font-family:var(--font-body);box-sizing:border-box;background:#fff}.auth-input-auth:focus{border-color:var(--primary);box-shadow:0 0 0 2px #4d27961a}.auth-input-error-auth{border-color:#ff4d4f}.auth-input-error-auth:focus{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f1a}.auth-error-message-auth{color:#ff4d4f;font-size:13px;margin-top:4px;font-family:var(--font-body);font-weight:400}.auth-button-auth{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important;border-radius:8px;padding:12px 16px;height:50px;font-size:16px;font-weight:600;font-family:var(--font-heading);margin-top:8px;transition:all .3s ease}.auth-button-auth:hover{filter:brightness(.9);transform:translateY(-1px)}.auth-otp-input-auth{text-align:center;font-size:18px!important;font-weight:600;letter-spacing:4px;padding:15px 12px!important}.auth-button-group-auth{display:flex;flex-direction:column;gap:12px;margin-top:8px}.auth-back-button-auth{background:#f5f5f5!important;border-color:#d9d9d9!important;color:#666!important;border-radius:8px;height:46px;font-size:15px;font-weight:500;font-family:var(--font-heading);transition:all .3s ease}.auth-back-button-auth:hover{background:#e6e6e6!important;border-color:#bfbfbf!important;color:#333!important}.auth-footer-auth{margin-top:24px}.auth-simple-tabs-auth{display:flex;background:#f5f5f5;border-radius:10px;padding:4px;margin-bottom:24px;gap:4px}.auth-simple-tab-auth{flex:1;padding:12px 16px;border:none;background:transparent;border-radius:8px;cursor:pointer;font-family:var(--font-heading);font-size:14px;font-weight:500;color:#666;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.auth-simple-tab-auth:hover{color:var(--primary);background:#4d27960d}.auth-simple-tab-auth.active{background:var(--primary);color:#fff;box-shadow:0 2px 8px #4d279633}.ant-layout-sider-children{padding:12px}.app-layout{min-height:100vh}.app-sidebar{background:#fff!important;border-right:1px solid #f0f0f0}.sidebar-logo{height:64px;margin:16px;display:flex;align-items:center;overflow:hidden}.sidebar-logo-image{display:block;height:40px;width:auto;max-width:100%;flex:0 0 auto}.sidebar-logo-collapsed{width:36px;margin:16px auto;justify-content:flex-start}.sidebar-logo-collapsed .sidebar-logo-image{max-width:none}.logo-text{color:var(--primary);font-family:var(--font-heading);font-weight:700;font-size:20px;letter-spacing:1px}.sidebar-menu{border-right:none!important}.sidebar-menu .ant-menu-item{border-radius:8px;font-weight:500;font-family:var(--font-heading)}.sidebar-menu .ant-menu-item-selected{background-color:var(--primary);color:#fff}.sidebar-menu .ant-menu-item-selected .anticon{color:#fff}.app-header{background:#fff;border-bottom:1px solid #f0f0f0;padding:0 12px;display:flex;justify-content:space-between;align-items:center;height:64px}.header-left{display:flex;align-items:center;gap:16px}.menu-toggle{font-size:18px;cursor:pointer;color:var(--primary);border-radius:6px;transition:all .3s ease;height:36px;display:flex;align-items:center;justify-content:center}.header-title{margin:0!important;color:var(--primary)!important;font-family:var(--font-heading)!important;font-weight:600!important}.header-right{display:flex;align-items:center}.header-icon{font-size:18px;color:#666;cursor:pointer;transition:color .3s ease}.header-icon:hover{color:var(--primary)}.profile-avatar{background-color:var(--primary)!important;cursor:pointer;transition:all .3s ease}.ant-dropdown .ant-dropdown-menu{min-width:120px;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:4px 0}.ant-dropdown .ant-dropdown-menu-item{font-family:var(--font-heading)!important;font-weight:500;padding:8px 16px;transition:all .3s ease}.app-content{padding:12px;background:#fff;min-height:calc(100vh - 112px)}.ant-card .ant-card-head-title{font-family:var(--font-heading)!important;font-weight:600!important}.ant-card .ant-card-body{font-family:var(--font-body)!important;font-weight:700!important;font-size:20px!important}.ant-picker input,.ant-picker-dropdown .ant-picker-cell-inner{font-family:var(--font-body)!important}input::placeholder{font-family:var(--font-body)!important}*{font-family:var(--font-body)}h1,h2,h3,h4,h5,h6,.ant-btn,.ant-menu,.ant-dropdown{font-family:var(--font-heading)!important}.daterange-input .ant-picker-input>input{width:55px!important}.auth-resend-button-auth{color:var(--primary)!important;font-weight:600}.auth-resend-button-auth:disabled{color:var(--text-muted, #999)!important}html,body{overflow-x:hidden;-webkit-text-size-adjust:100%}.ant-table-wrapper,.mz-scroll-x{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:767px){.ant-tabs-nav{margin-bottom:12px!important}.ant-tabs-nav-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.ant-tabs-nav-wrap::-webkit-scrollbar{display:none}.ant-tabs-tab{padding:8px 12px!important;font-size:13px!important}.ant-btn{min-height:40px}.ant-btn-sm{min-height:32px}.ant-btn-text.ant-btn-sm{min-width:32px}.ant-select-selector,.ant-input,.ant-input-affix-wrapper,.ant-picker,.ant-input-number{min-height:40px!important}.ant-input,.ant-input-number-input,.ant-select-selection-search-input,.ant-picker-input>input{font-size:16px!important}.ant-modal{max-width:calc(100vw - 24px)!important;margin:8px auto!important}.ant-modal-content{border-radius:14px!important}.ant-drawer-content-wrapper{max-width:100vw!important}.ant-card-body{padding:14px!important}.ant-card-head{padding:0 14px!important;min-height:44px!important}.ant-card-head-title{font-size:14px!important}.ant-statistic-title{font-size:11px!important}.ant-statistic-content{font-size:18px!important}.ant-descriptions-item-label,.ant-descriptions-item-content,.ant-steps.ant-steps-horizontal .ant-steps-item-title{font-size:12px!important}.mz-filter-row>*{width:100%!important}}.mz-scroll-strip{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.mz-scroll-strip::-webkit-scrollbar{display:none}.mz-scroll-strip>*{flex:0 0 auto}.mz-global-search,.mz-global-search *{outline:none!important;box-shadow:none!important}.mz-global-search .ant-input-affix-wrapper-focused{box-shadow:0 0 0 2px #4d279626!important}.mz-global-search.ant-select,.mz-global-search .ant-select-content{height:auto!important;align-items:center!important}.mz-page{padding:24px;overflow-x:hidden}@media(max-width:767px){.mz-page{padding:12px}}.mz-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:20px}@media(max-width:767px){.mz-page-head{flex-direction:column;align-items:stretch;margin-bottom:16px}.mz-page-head>.ant-btn,.mz-page-head>.ant-space{width:100%}.mz-page-head>.ant-space .ant-space-item{flex:1}.mz-page-head>.ant-space .ant-btn{width:100%}}.mz-filter-panel{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px;padding:12px 16px;background:#f9fafb;border-radius:10px;border:1px solid #f0f0f0}@media(max-width:767px){.mz-filter-panel{padding:12px;gap:8px}.mz-filter-panel>*{width:100%!important;min-width:0!important}}.mz-tabs-strip{padding:0 20px}.mz-inline-filters{display:flex;gap:10px;padding:14px 20px;flex-wrap:wrap;align-items:center}@media(max-width:767px){.mz-tabs-strip{padding:0 12px}.mz-inline-filters{padding:12px;gap:8px}.mz-inline-filters>*{width:100%!important;min-width:0!important}}.sa-login{--sa-ink: #0a0818;--sa-ink-2: #171034;--sa-violet: #4d2796;--sa-line: #e6e4ee;--sa-muted: #6b6880;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);min-height:100vh;background:#fff;font-family:var(--font-body)}.sa-login__brand{position:relative;overflow:hidden;display:flex;align-items:center;color:#fff;background:radial-gradient(120% 90% at 8% 8%,#6a4ac86b,#6a4ac800 58%),radial-gradient(90% 70% at 96% 100%,#4d279680,#4d279600 60%),linear-gradient(160deg,var(--sa-ink) 0%,var(--sa-ink-2) 62%,#241653 100%)}.sa-login__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(90% 80% at 30% 30%,#000 0%,transparent 85%);-webkit-mask-image:radial-gradient(90% 80% at 30% 30%,#000 0%,transparent 85%);pointer-events:none}.sa-login__motif{position:absolute;right:-70px;top:50%;transform:translateY(-50%);width:480px;max-width:58%;height:auto;color:#b9a7ee;opacity:.3;pointer-events:none}.sa-login__brand-inner{position:relative;z-index:1;width:100%;max-width:560px;margin:0 auto;padding:64px clamp(32px,5vw,72px);display:flex;flex-direction:column;gap:36px}.sa-login__lockup{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.sa-login__logo{height:26px;object-fit:contain;filter:brightness(0) invert(1)}.sa-login__eyebrow{font-family:var(--font-heading);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#cfc2f5;padding:5px 10px;border:1px solid rgba(207,194,245,.35);border-radius:999px;background:#ffffff0a}.sa-login__headline{margin:0 0 14px;font-family:var(--font-heading);font-size:clamp(28px,3vw,40px);line-height:1.14;letter-spacing:-.025em;font-weight:700;color:#fff}.sa-login__sub{margin:0;font-size:15px;line-height:1.65;color:#ffffffad;max-width:42ch}.sa-login__scopes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.sa-login__scope{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-top:1px solid rgba(255,255,255,.09)}.sa-login__scope:last-child{border-bottom:1px solid rgba(255,255,255,.09)}.sa-login__scope-dot{width:7px;height:7px;margin-top:7px;border-radius:50%;flex:0 0 auto;background:#a98cf5;box-shadow:0 0 0 4px #a98cf529}.sa-login__scope-text{display:flex;flex-direction:column;gap:3px}.sa-login__scope-label{font-family:var(--font-heading);font-size:14px;font-weight:600;letter-spacing:.01em;color:#fff}.sa-login__scope-detail{font-size:13px;color:#ffffff8c}.sa-login__notice{margin:0;display:flex;align-items:flex-start;gap:9px;font-size:12px;line-height:1.6;letter-spacing:.01em;color:#ffffff7a;max-width:46ch}.sa-login__notice .anticon{margin-top:3px;font-size:13px}.sa-login__panel{display:flex;flex-direction:column;justify-content:center;padding:48px clamp(24px,4vw,64px);background:#fff;border-left:1px solid var(--sa-line)}.sa-login__panel-top{display:none;align-items:center;gap:12px;margin-bottom:28px}.sa-login__panel-logo{height:24px;object-fit:contain}.sa-login__panel-tag{font-family:var(--font-heading);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--sa-violet);padding:4px 9px;border:1px solid rgba(77,39,150,.25);border-radius:999px}.sa-login__legal{margin:32px auto 0;width:100%;max-width:400px;font-size:11px;letter-spacing:.02em;color:#9b98a8}.sa-login .auth-section-auth{display:block;min-height:0;padding:0;background:none}.sa-login .auth-container-auth{width:100%;max-width:400px;margin:0 auto;padding:0;background:none;border:none;border-radius:0;box-shadow:none}.sa-login .auth-header-auth{text-align:left;margin-bottom:30px}.sa-login .auth-title-auth{font-size:27px;line-height:1.2;letter-spacing:-.024em;color:var(--sa-ink);margin-bottom:10px}.sa-login .auth-text-auth{font-size:14px;line-height:1.6;color:var(--sa-muted)}.sa-login .auth-form-auth{gap:20px}.sa-login .auth-label-auth{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--sa-muted);margin-bottom:2px}.sa-login .auth-input-icon-auth{left:14px;font-size:15px;color:#8e8aa3;transition:color .2s ease}.sa-login .auth-input-wrapper-auth:focus-within .auth-input-icon-auth{color:var(--sa-violet)}.sa-login .auth-input-auth{height:48px;padding:12px 14px 12px 42px;font-size:15px;border:1px solid var(--sa-line);border-radius:8px;background:#fcfcfd;color:var(--sa-ink);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.sa-login .auth-input-auth::placeholder{color:#a5a2b3}.sa-login .auth-input-auth:hover{border-color:#cfcbdd}.sa-login .auth-input-auth:focus{background:#fff;border-color:var(--sa-violet);box-shadow:0 0 0 3px #4d27961f}.sa-login .auth-input-error-auth,.sa-login .auth-input-error-auth:hover{border-color:#e5484d}.sa-login .auth-input-error-auth:focus{border-color:#e5484d;box-shadow:0 0 0 3px #e5484d1f}.sa-login .auth-error-message-auth{font-size:12.5px;color:#d13438}.sa-login .auth-otp-input-auth{text-align:left;font-size:17px!important;letter-spacing:7px;font-variant-numeric:tabular-nums;padding:12px 14px 12px 42px!important}.sa-login .auth-button-auth{height:48px;margin-top:4px;border-radius:8px;font-size:15px;font-weight:600;letter-spacing:.01em;background:linear-gradient(180deg,#3a2478 0%,var(--sa-ink-2) 100%)!important;border-color:var(--sa-ink-2)!important;box-shadow:0 6px 18px #17103438;transition:box-shadow .18s ease,transform .18s ease,opacity .18s ease}.sa-login .auth-button-auth:hover:not(:disabled){filter:none;transform:translateY(-1px);box-shadow:0 10px 24px #1710344d}.sa-login .auth-button-auth:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #17103438}.sa-login .auth-button-auth:disabled{opacity:.45;box-shadow:none;transform:none}.sa-login .auth-button-group-auth{gap:8px;margin-top:4px}.sa-login .auth-resend-button-auth{height:36px;font-size:13px;font-weight:600;color:var(--sa-violet)!important}.sa-login .auth-resend-button-auth:disabled{color:#9b98a8!important}.sa-login .auth-back-button-auth{height:44px;border-radius:8px;font-size:14px;background:#fff!important;border-color:var(--sa-line)!important;color:#55526a!important}.sa-login .auth-back-button-auth:hover{background:#f7f6fa!important;border-color:#cfcbdd!important;color:var(--sa-ink)!important}@media(max-width:1024px){.sa-login__motif{right:-140px;opacity:.28}.sa-login__brand-inner{padding:48px 36px;gap:28px}}@media(max-width:900px){.sa-login{grid-template-columns:1fr}.sa-login__brand{display:none}.sa-login__panel{border-left:none;justify-content:flex-start;padding:40px 20px 32px}.sa-login__panel-top{display:flex;justify-content:center}.sa-login .auth-header-auth{text-align:center}.sa-login .auth-title-auth{font-size:24px}.sa-login .auth-input-auth{font-size:16px}.sa-login__legal{text-align:center;margin-top:28px}}.hr-shell{min-height:100vh;background:#f6f5fa}.hr-sider{position:sticky;top:0;height:100vh;overflow:hidden;background:#fff!important;border-right:1px solid #ebe9f1;z-index:100}.hr-sider .ant-layout-sider-children{padding:0;height:100%}.hr-sidebar{display:flex;flex-direction:column;height:100%;background:#fff}.hr-sidebar-brand{height:64px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px 0 18px;border-bottom:1px solid #f1f0f5;flex-shrink:0}.hr-sidebar-brand.is-collapsed{flex-direction:column;justify-content:center;height:auto;padding:12px 8px 8px;gap:4px}.hr-brand-wordmark{height:24px;width:auto;display:block}.hr-brand-mark{width:34px;height:34px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:16px;letter-spacing:-.02em}.hr-sidebar-toggle.ant-btn{width:34px;height:34px;color:var(--text-muted);flex-shrink:0}.hr-nav.ant-menu{flex:1;border-inline-end:none!important;padding:8px 0 12px;overflow-y:auto;background:transparent}.hr-nav .ant-menu-item-group-title{padding:12px 20px 4px;font-family:var(--font-heading)!important;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hr-nav.ant-menu-inline-collapsed .ant-menu-item{padding-inline:calc(50% - 9px)!important}.hr-nav .ant-menu-item{font-weight:500}.hr-nav .ant-menu-item-selected{font-weight:600}.hr-sidebar-user{border-top:1px solid #f1f0f5;padding:10px;flex-shrink:0}.hr-user-button{display:flex;align-items:center;gap:10px;width:100%;padding:6px;border:0;border-radius:10px;background:transparent;cursor:pointer;text-align:left;transition:background .15s ease}.hr-user-button:hover,.hr-user-button:focus-visible{background:#f3f1f9;outline:none}.hr-user-button.is-compact{width:auto;padding:2px}.hr-sidebar-user.is-collapsed .hr-user-button{justify-content:center}.hr-avatar.ant-avatar{background:var(--primary);color:#fff;font-weight:600;font-size:13px;flex-shrink:0}.hr-user-text{display:flex;flex-direction:column;min-width:0;line-height:1.25}.hr-user-name.ant-typography{font-size:13px;font-weight:600;color:var(--text-main);margin:0}.hr-user-role.ant-typography{font-size:11.5px;color:var(--text-muted);margin:0}.hr-profile-menu-who{display:flex;flex-direction:column;line-height:1.3;cursor:default}.hr-profile-menu-name{font-weight:600;color:var(--text-main)}.hr-profile-menu-role{font-size:12px;color:var(--text-muted)}.hr-main{min-height:100vh;background:#f6f5fa}.hr-topbar.ant-layout-header{position:sticky;top:0;z-index:99;height:56px;line-height:normal;padding:0 8px 0 4px;display:flex;align-items:center;gap:6px;background:#fff;border-bottom:1px solid #ebe9f1}.hr-topbar-menu.ant-btn{width:44px;height:44px;font-size:18px;color:var(--text-main)}.hr-topbar-logo{height:22px;width:auto;margin-right:auto}.hr-nav-drawer .hr-sidebar-brand{height:56px}.hr-content.ant-layout-content{padding:24px 28px 40px;overflow-x:hidden}.hr-page{max-width:1360px;margin:0 auto;min-width:0}@media(max-width:767px){.hr-content.ant-layout-content{padding:16px 14px 32px}}.hr-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.hr-page-head-text{min-width:0;flex:1 1 320px}.hr-page-title.ant-typography{margin:0;font-size:26px;line-height:1.2;letter-spacing:-.02em}.hr-page-subtitle.ant-typography{margin:6px 0 0;max-width:68ch;color:var(--text-muted);font-size:14px;line-height:1.55}.hr-page-extra{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.hr-back.ant-btn{padding:0;height:auto;margin-bottom:10px;color:var(--text-muted)}@media(max-width:767px){.hr-page-head{margin-bottom:16px}.hr-page-title.ant-typography{font-size:22px}.hr-page-subtitle.ant-typography{font-size:13px}.hr-page-extra{width:100%}.hr-page-extra>.ant-btn,.hr-page-extra>a{flex:1 1 auto}.hr-page-extra>a>.ant-btn{width:100%}}.hr-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.hr-toolbar-switch{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-main)}.hr-hint{font-size:12px;color:var(--text-muted)}.hr-surface{background:#fff;border:1px solid #ebe9f1;border-radius:12px;overflow:hidden}.hr-surface .ant-table-wrapper,.hr-surface .ant-table{border-radius:0}.hr-surface .ant-table-pagination.ant-pagination{margin:14px 16px}@media(max-width:767px){.hr-surface{background:transparent;border:0;border-radius:0;overflow:visible}}.hr-person{display:flex;align-items:center;gap:10px;min-width:0}.hr-person-tile{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:12.5px;letter-spacing:.01em;flex-shrink:0}.hr-person-tile.is-sm{width:28px;height:28px;border-radius:8px;font-size:11px}.hr-person-tile.is-lg{width:48px;height:48px;border-radius:14px;font-size:16px}.hr-person-text{display:flex;flex-direction:column;min-width:0;line-height:1.3}.hr-person-name{font-weight:600;color:var(--text-main);display:flex;align-items:center;gap:6px;min-width:0}.hr-person-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hr-person-name>*:not(.hr-person-name-text){flex:0 0 auto}.hr-person-sub{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hr-cell-stack{display:flex;flex-direction:column;line-height:1.3;min-width:0}.hr-cell-sub{font-size:12px;color:var(--text-muted)}.hr-age{font-variant-numeric:tabular-nums;font-size:12.5px;display:inline-flex;align-items:center;gap:6px}.hr-age:before{content:"";width:7px;height:7px;border-radius:50%;background:#cbd5e1;flex-shrink:0}.hr-age.is-ageing{color:#b45309}.hr-age.is-ageing:before{background:#f59e0b}.hr-age.is-stale{color:#b91c1c}.hr-age.is-stale:before{background:#ef4444}.hr-table-row-click .ant-table-tbody>tr>td{cursor:pointer}.hr-board{display:flex;gap:14px;overflow-x:auto;padding:2px 2px 14px;align-items:flex-start;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.hr-board-column{width:288px;flex:0 0 288px;display:flex;flex-direction:column;max-height:calc(100vh - 220px);min-height:220px;background:#f0eef5;border:1px solid transparent;border-radius:14px;transition:background .15s ease,border-color .15s ease;scroll-snap-align:start}.hr-board-column.is-over{background:#e6e1f4;border-color:var(--accent-brand)}.hr-board-column.is-blocked{opacity:.55}.hr-board-column-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 12px 8px 14px;flex-shrink:0}.hr-board-column-title{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-heading);font-weight:600;font-size:14px;color:var(--text-main);min-width:0}.hr-board-count{min-width:22px;height:22px;padding:0 7px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--text-muted);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.hr-board-column-body{flex:1;min-height:0;overflow-y:auto;padding:0 8px 8px;display:flex;flex-direction:column;gap:8px}.hr-board-truncated{padding:0 14px 8px;font-size:12px;color:var(--text-muted)}.hr-board-empty{margin:8px 6px 6px;padding:18px 12px;border:1px dashed #d8d3e6;border-radius:10px;text-align:center;font-size:12.5px;color:var(--text-muted)}.hr-card{background:#fff;border:1px solid #e6e3ef;border-radius:10px;padding:10px 10px 10px 12px;box-shadow:0 1px 2px #140c320a;transition:box-shadow .15s ease,border-color .15s ease,transform .15s ease}.hr-card.is-draggable{cursor:grab}.hr-card.is-draggable:hover{border-color:#cfc8e6;box-shadow:0 4px 12px #140c3214}.hr-card.is-dragging{opacity:.5;transform:scale(.98)}.hr-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}.hr-card-name.ant-btn{padding:0;height:auto;font-weight:600;text-align:left;white-space:normal;line-height:1.3}.hr-card-name.ant-btn>span{text-align:left}.hr-card-opening{font-size:12px;color:var(--text-muted);margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hr-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.hr-card-meta{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:12px}@media(max-width:767px){.hr-board{gap:10px;scroll-snap-type:x mandatory;margin:0 -14px;padding:2px 14px 12px}.hr-board-column{width:min(86vw,320px);flex-basis:min(86vw,320px);max-height:calc(100vh - 210px)}}.hr-stage-list{display:flex;flex-direction:column;gap:8px;max-width:760px}.hr-stage-row{display:flex;align-items:center;gap:12px;padding:10px 12px 10px 14px;background:#fff;border:1px solid #e6e3ef;border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease}.hr-stage-row.is-draggable{cursor:grab}.hr-stage-row.is-draggable:hover{border-color:#cfc8e6}.hr-stage-row.is-dragging{opacity:.5}.hr-stage-row.is-retired{background:#faf9fc;opacity:.85}.hr-stage-handle{color:#b7b2c9;flex-shrink:0}.hr-stage-index{width:24px;height:24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:#f0eef5;color:var(--text-muted);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;flex-shrink:0}.hr-stage-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.hr-stage-name{font-weight:600;color:var(--text-main);display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.hr-stage-meta{font-size:12px;color:var(--text-muted)}.hr-stage-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.hr-stage-actions .ant-btn-text{color:var(--text-muted)}.hr-stage-actions .ant-btn-text:not(:disabled):hover{color:var(--primary)}.hr-stage-save{display:flex;gap:8px;align-items:center;padding:12px 14px;border-radius:12px;background:#ece8f7;border:1px solid #d9d1f0}.hr-stage-save-text{flex:1;font-size:13px;color:var(--accent-foreground)}@media(max-width:767px){.hr-stage-row{flex-wrap:wrap;padding:10px 10px 8px 12px}.hr-stage-main{flex-basis:calc(100% - 80px)}.hr-stage-actions{width:100%;justify-content:flex-end;padding-top:6px;margin-top:2px;border-top:1px solid #f1f0f5}.hr-stage-save{flex-wrap:wrap}.hr-stage-save-text{flex-basis:100%}}.hr-drawer-hero{display:flex;gap:14px;align-items:flex-start;padding:16px;border-radius:14px;background:linear-gradient(135deg,#f4f2fa,#fbfaff);border:1px solid #ebe7f5;margin-bottom:16px}.hr-drawer-hero-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.hr-drawer-hero-name{font-family:var(--font-heading);font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--text-main)}.hr-drawer-hero-opening{font-size:13px;color:var(--text-muted)}.hr-drawer-facts{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:6px;font-size:12.5px;color:var(--text-main)}.hr-drawer-fact{display:inline-flex;align-items:center;gap:5px}.hr-drawer-fact .anticon{color:var(--text-muted);font-size:13px}.hr-drawer-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.hr-drawer-section{margin-bottom:16px}.hr-drawer-section-title{font-family:var(--font-heading);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.hr-drawer .ant-descriptions-bordered .ant-descriptions-item-label{width:160px;background:#faf9fc}@media(max-width:767px){.hr-drawer-hero{padding:14px}.hr-drawer .ant-descriptions-bordered .ant-descriptions-item-label{width:120px}}.hr-actions-inline{display:inline-flex;gap:4px;flex-wrap:wrap}.hr-mobile-actions .ant-btn{min-height:36px}@media(max-width:767px){.hr-drawer .ant-drawer-body{padding:16px 14px 24px}.ant-drawer .ant-drawer-header,.ant-alert-with-description{padding:12px 14px}.ant-alert-with-description .ant-alert-message{font-size:14px}.ant-alert-with-description .ant-alert-description{font-size:13px}}.hr-opening-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.hr-opening-card{position:relative;display:flex;flex-direction:column;gap:12px;min-height:190px;padding:18px 18px 14px;background:#fff;border:1px solid #e6e3ef;border-radius:14px;box-shadow:0 1px 2px #140c320a;cursor:pointer;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}.hr-opening-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:14px 0 0 14px;background:var(--accent-brand);opacity:.9}.hr-opening-card.is-draft:before{background:#b9b3cc}.hr-opening-card.is-closed:before{background:#d9534f}.hr-opening-card.is-skeleton{cursor:default}.hr-opening-card:hover,.hr-opening-card:focus-visible{border-color:#cfc8e6;box-shadow:0 10px 24px #140c321a;transform:translateY(-2px);outline:none}.hr-opening-card:focus-visible{box-shadow:0 0 0 3px #6a4ac840,0 10px 24px #140c321a}.hr-opening-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.hr-opening-card-dept{font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.hr-opening-card-title{margin:0;font-size:18px;line-height:1.3;font-weight:600;color:var(--text-main)}.hr-opening-card-stats{display:flex;gap:20px;margin-top:auto}.hr-opening-stat{display:flex;flex-direction:column;gap:2px}.hr-opening-stat-value{font-family:var(--font-heading);font-size:24px;font-weight:700;line-height:1.1;color:var(--text-main);font-variant-numeric:tabular-nums}.hr-opening-stat-value.is-warn{color:#b45309}.hr-opening-stat-label{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted)}.hr-opening-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:12px;border-top:1px solid #f0eef5}.hr-opening-card-note{font-size:12px;color:var(--text-muted)}.hr-opening-card-cta{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--accent-brand);transition:gap .15s ease}.hr-opening-card:hover .hr-opening-card-cta{gap:9px}.hr-opening-card-actions{display:flex;flex-wrap:wrap;gap:4px;padding-top:10px;margin-top:-4px;border-top:1px dashed #f0eef5;cursor:default}.hr-opening-empty{padding:32px 16px}.hr-opening-pagination{display:flex;justify-content:flex-end;margin-top:16px}.hr-opening-meta{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px 14px;font-size:13px}.hr-opening-meta-item{display:inline-flex;align-items:center;gap:5px;color:var(--text-main)}.hr-opening-meta-item.is-cap{text-transform:capitalize}.hr-opening-meta-item.hr-hint{flex-basis:100%}.hr-opening-stats{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.hr-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hr-kpi{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;background:#fff;border:1px solid #ebe9f1;border-radius:12px}.hr-kpi-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;font-size:15px;flex-shrink:0;background:#6a4ac81a;color:var(--accent-brand)}.hr-kpi.is-good .hr-kpi-icon{background:#16a34a1a;color:#15803d}.hr-kpi.is-warn .hr-kpi-icon{background:#d977061f;color:#b45309}.hr-kpi.is-muted .hr-kpi-icon{background:#f1f0f5;color:var(--text-muted)}.hr-kpi-body{display:flex;flex-direction:column;min-width:0}.hr-kpi-value{font-family:var(--font-heading);font-size:22px;font-weight:700;line-height:1.15;color:var(--text-main);font-variant-numeric:tabular-nums}.hr-kpi-label{font-size:12.5px;font-weight:500;color:var(--text-main);margin-top:2px}.hr-kpi-sub{font-size:11.5px;color:var(--text-muted);margin-top:1px}.hr-stats-row{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:16px}.hr-chart{padding:16px 18px}.hr-chart-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:14px}.hr-chart-title{font-family:var(--font-heading);font-size:14px;font-weight:600}.hr-chart-empty{margin:8px 0 0;font-size:13px;color:var(--text-muted)}.hr-funnel{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.hr-funnel-row{display:grid;grid-template-columns:minmax(90px,140px) 1fr 74px;align-items:center;gap:10px;font-size:13px}.hr-funnel-label{color:var(--text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hr-funnel-track{display:block;height:14px;border-radius:4px;background:#f1f0f5;overflow:hidden}.hr-funnel-bar{display:block;height:100%;min-width:2px;border-radius:0 4px 4px 0;background:var(--accent-brand);transition:width .3s ease}.hr-funnel-bar.is-hired{background:#15803d}.hr-funnel-bar.is-rejected{background:#b9b3cc}.hr-funnel-value{display:inline-flex;align-items:baseline;justify-content:flex-end;gap:6px;font-weight:600;font-variant-numeric:tabular-nums}.hr-funnel-share{font-size:11.5px;font-weight:400;color:var(--text-muted)}.hr-weekly{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:6px;height:120px}.hr-weekly-col{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:0}.hr-weekly-track{flex:1;display:flex;align-items:flex-end;border-bottom:1px solid #e6e3ef}.hr-weekly-bar{display:block;width:100%;border-radius:4px 4px 0 0;background:var(--accent-brand);transition:height .3s ease}.hr-weekly-label{font-size:10.5px;text-align:center;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hr-status-strip{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:14px;padding-top:12px;border-top:1px solid #f0eef5;font-size:12px;color:var(--text-muted)}.hr-status-chip{display:inline-flex;align-items:center;gap:6px}.hr-status-chip strong{color:var(--text-main);font-variant-numeric:tabular-nums}.hr-status-dot{width:8px;height:8px;border-radius:50%;background:#b9b3cc}.hr-status-dot.is-new{background:#3b82f6}.hr-status-dot.is-screening{background:#d97706}.hr-status-dot.is-interview{background:#7c3aed}.hr-status-dot.is-offered{background:#0891b2}.hr-status-dot.is-hired{background:#15803d}.hr-status-dot.is-rejected{background:#dc2626}.hr-opening-sections{display:flex;flex-direction:column;gap:20px}.hr-opening-candidates-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:6px 16px 0;border-bottom:1px solid #f0eef5}.hr-opening-tabs.ant-tabs{flex:1;min-width:0}.hr-opening-tabs.ant-tabs .ant-tabs-nav{margin:0}.hr-opening-tabs.ant-tabs .ant-tabs-nav:before{border-bottom:0}.hr-opening-candidates-head .ant-input-affix-wrapper{margin:6px 0 10px}.hr-cell-sub.is-warn{color:#b45309}@media(max-width:991px){.hr-stats-row{grid-template-columns:1fr}.hr-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.hr-opening-grid{grid-template-columns:1fr;gap:12px}.hr-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-funnel-row{grid-template-columns:80px 1fr 60px}.hr-opening-candidates-head{padding:6px 12px 0}}
