.hr-avatar-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;margin-left:.5rem;padding:0;display:inline-flex}.hr-avatar{background:var(--navy);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-family:inherit;font-size:11px;font-weight:600;display:flex;overflow:hidden}.hr-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.hr-drawer-ovl{opacity:0;pointer-events:none;z-index:1000;background:#0f142859;transition:opacity .2s;position:fixed;inset:0}.hr-drawer-ovl.open{opacity:1;pointer-events:auto}.hr-drawer{background:var(--white);border-left:1px solid var(--rule);z-index:1001;box-sizing:border-box;flex-direction:column;width:360px;max-width:90vw;height:100%;padding:22px;font-family:inherit;transition:transform .22s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.hr-drawer.open{transform:translate(0)}.hr-drawer-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.hr-drawer-head h4{color:var(--ink);font-size:14px;font-weight:600}.hr-drawer-x{cursor:pointer;color:var(--subtle);background:0 0;border:none;border-radius:6px;padding:4px;font-size:18px;line-height:1;display:inline-flex}.hr-drawer-x:hover{color:var(--ink)}.hr-drawer-id{align-items:center;gap:12px;margin-bottom:18px;display:flex}.hr-drawer-id .hr-avatar{flex-shrink:0;width:46px;height:46px;font-size:15px}.hr-drawer-name{color:var(--ink);font-size:14px;font-weight:600;line-height:1.3}.hr-drawer-email{color:var(--subtle);word-break:break-all;font-size:12px;line-height:1.3}.hr-drawer-row{border-top:1px solid var(--rule);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;font-size:12.5px;display:flex}.hr-drawer-row .k{color:var(--mid)}.hr-drawer-row .v{color:var(--ink);text-align:right;font-weight:500}.hr-id-pill{align-items:center;gap:6px;display:inline-flex}.hr-id-code{letter-spacing:.04em;color:var(--navy);background:var(--bluedim);border-radius:6px;padding:2px 8px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:11.5px;font-weight:600}.hr-id-copy{cursor:pointer;color:var(--subtle);background:0 0;border:none;border-radius:5px;align-items:center;padding:2px;line-height:1;display:inline-flex}.hr-id-copy:hover{color:var(--mid)}.hr-drawer-edit{color:var(--navy);justify-content:flex-start;gap:8px;font-weight:500;text-decoration:none}.hr-drawer-logout{width:100%;color:var(--red);background:var(--red-dim);cursor:pointer;border:1px solid #b4231840;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:11px;font-family:inherit;font-size:13px;font-weight:600;display:flex}.hr-drawer-logout:hover{background:#fde7e7}.hr-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar);background:var(--white);border-right:1px solid var(--rule);z-index:100;flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.sb-logo{border-bottom:1px solid var(--rule);align-items:center;gap:.6rem;padding:1.1rem 1.25rem;display:flex}.sb-logo-img{width:auto;height:24px;display:block}.sb-logo-mark{background:var(--navy);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.95rem;font-weight:600;display:flex}.sb-logo-name{color:var(--navy);letter-spacing:-.02em;font-size:1rem;font-weight:600;line-height:1.1}.sb-logo-sub{letter-spacing:.22em;text-transform:uppercase;color:var(--subtle);margin-top:1px;font-size:.42rem;font-weight:600}.sb-nav{flex:1;padding:.85rem .75rem}.sb-link{color:var(--mid);border-radius:8px;align-items:center;gap:.6rem;margin-bottom:2px;padding:.55rem .65rem;font-size:.8rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sb-link:hover{background:var(--paper);color:var(--ink)}.sb-link.active{background:var(--bluedim);color:var(--blue);font-weight:600}.sb-link-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.sb-link-icon svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.sb-foot{border-top:1px solid var(--rule);padding:.75rem}.sb-logout{cursor:pointer;width:100%;color:var(--mid);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;padding:.5rem;font-family:inherit;font-size:.72rem;font-weight:500;display:flex}.sb-logout:hover{background:var(--paper);color:var(--ink)}.sb-logout svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{height:var(--topbar);background:var(--white);border-bottom:1px solid var(--rule);z-index:50;flex-shrink:0;align-items:center;gap:.75rem;padding:0 1.5rem;display:flex;position:sticky;top:0}.topbar-title{color:var(--ink);font-size:1.05rem;font-weight:600}.topbar-spacer{flex:1}.content{box-sizing:border-box;flex:1;width:100%;padding:1.5rem;overflow-y:auto}.hr-login{background:var(--paper);min-height:100vh;color:var(--ink);justify-content:center;align-items:center;padding:1.5rem;display:flex}.hr-login .shell{width:100%;max-width:400px}.hr-login .brand{text-align:center;margin-bottom:1.75rem}.hr-login .brand-logo{width:auto;height:42px;margin-bottom:.6rem;display:inline-block}.hr-login .brand-mark{background:var(--navy);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:.75rem;font-size:1.4rem;font-weight:600;display:inline-flex}.hr-login .brand-name{color:var(--navy);letter-spacing:-.02em;font-size:1.4rem;font-weight:600}.hr-login .brand-sub{letter-spacing:.22em;text-transform:uppercase;color:var(--subtle);margin-top:3px;font-size:.6rem;font-weight:600}.hr-login .card{background:var(--white);border:1px solid var(--rule);border-radius:14px;padding:2rem 1.75rem}.hr-login .card-title{margin-bottom:.4rem;font-size:1.05rem;font-weight:600}.hr-login .card-sub{color:var(--mid);margin-bottom:1.5rem;font-size:.82rem}.hr-login .field{margin-bottom:1rem}.hr-login .field-label{color:var(--mid);letter-spacing:.04em;margin-bottom:.4rem;font-size:.7rem;font-weight:600;display:block}.hr-login .field-input{border:1px solid var(--rule);width:100%;height:42px;color:var(--ink);font-size:.9rem;font-family:var(--font);background:var(--white);border-radius:9px;padding:0 .9rem;transition:border-color .15s}.hr-login .field-input:focus{border-color:var(--bluebr);outline:none}.hr-login .field-input::placeholder{color:var(--subtle)}.hr-login .btn{cursor:pointer;height:44px;font-size:.85rem;font-weight:600;font-family:var(--font);border:none;border-radius:9px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:0 1rem;display:inline-flex}.hr-login .btn.primary{background:var(--navy);color:#fff;margin-top:.4rem}.hr-login .btn.primary:hover{background:var(--blue)}.hr-login .btn.primary:disabled{opacity:.6;cursor:not-allowed}.hr-login .alert{border-radius:8px;margin-bottom:1rem;padding:.75rem .9rem;font-size:.78rem}.hr-login .alert.error{background:var(--red-dim);color:var(--red);border:1px solid #e02d2d33}.hr-login .alert.info{background:var(--bluedim);color:var(--blue)}.hr-login .foot{text-align:center;color:var(--subtle);margin-top:1.5rem;font-size:.72rem}.hr-login .foot a{color:var(--blue);font-weight:600}.hr-login .field-label-row{justify-content:space-between;align-items:baseline;margin-bottom:.4rem;display:flex}.hr-login .field-label-row .field-label{margin-bottom:0}.hr-login .link-sm{color:var(--blue);cursor:pointer;font-size:.72rem;font-weight:600;font-family:var(--font);background:0 0;border:none;padding:0}.hr-login .link-sm:hover{text-decoration:underline}.hr-login .pw-wrap{position:relative}.hr-login .pw-wrap .field-input{padding-right:2.6rem}.hr-login .pw-toggle{cursor:pointer;color:var(--subtle);background:0 0;border:none;border-radius:6px;align-items:center;padding:.35rem;display:inline-flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.hr-login .pw-toggle:hover{color:var(--mid)}.hr-login .pw-toggle svg{stroke:currentColor;fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.hr-dash{color:var(--ink)}.hr-dash .hello{color:var(--ink);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:600}.hr-dash .hello-sub{color:var(--mid);margin-bottom:1.5rem;font-size:.85rem}.hr-dash .stat-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.hr-dash .stat{background:var(--white);border:1px solid var(--rule);border-radius:12px;padding:1rem 1.1rem;position:relative;overflow:hidden}.hr-dash .stat-label{text-transform:uppercase;letter-spacing:.1em;color:var(--subtle);font-size:.62rem;font-weight:600}.hr-dash .stat-num{color:var(--ink);letter-spacing:-.02em;margin-top:.3rem;font-size:1.7rem;font-weight:600;line-height:1}.hr-dash .stat-sub{color:var(--mid);margin-top:.4rem;font-size:.7rem}.hr-dash .stat-icon{border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:.85rem;right:1rem}.hr-dash .stat-icon svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.hr-dash .stat-icon.green{color:#3b6d11;background:#eaf3de}.hr-dash .stat-icon.amber{color:#854f0b;background:#faeeda}.hr-dash .stat-icon.purple{color:#534ab7;background:#eeedfe}.hr-dash .panel{background:var(--white);border:1px solid var(--rule);border-radius:12px;margin-bottom:1rem;padding:1.1rem 1.2rem}.hr-dash .panel-title{color:var(--ink);margin-bottom:.85rem;font-size:.95rem;font-weight:600}.hr-dash .quick-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.6rem;display:grid}.hr-dash .quick-card{border:1px solid var(--rule);color:var(--mid);background:var(--white);cursor:not-allowed;opacity:.65;border-radius:10px;align-items:center;gap:.65rem;padding:.85rem 1rem;font-size:.82rem;font-weight:500;transition:all .15s;display:flex}.hr-dash a.quick-card{opacity:1;cursor:pointer;color:var(--ink)}.hr-dash a.quick-card:hover{border-color:var(--bluebr);background:var(--bluedim)}.hr-dash .qi{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.hr-dash .qi svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.hr-dash .qi.g{color:#3b6d11;background:#eaf3de}.hr-dash .qi.b{background:var(--bluedim);color:var(--blue)}.hr-dash .qi.a{color:#854f0b;background:#faeeda}.hr-dash .qi.p{color:#534ab7;background:#eeedfe}.hr-dash .quick-info{flex:1;min-width:0}.hr-dash .quick-title{color:var(--ink);font-size:.82rem;font-weight:600}.hr-dash .quick-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--subtle);margin-top:1px;font-size:.55rem;font-weight:600}.hr-profile{color:var(--ink)}.hr-profile a{color:inherit;text-decoration:none}.hr-profile button{cursor:pointer;font-family:var(--font);border:none}.hr-profile .stat-icon svg{width:17px;height:17px}.hr-profile .quick-card .qi svg{width:18px;height:18px}.hr-profile .tab svg{width:16px;height:16px}.hr-profile .tab-ic{align-items:center;display:inline-flex}.hr-profile .card-icon svg{width:22px;height:22px}.hr-profile .empty-icon svg{width:42px;height:42px}.hr-profile .slot-ic svg{width:18px;height:18px}.hr-profile .sf-ic svg,.hr-profile .doc-ic svg{width:17px;height:17px}.hr-profile .slot-dz .i{color:var(--blue,#185fa5)}.hr-profile .slot-dz .i svg{width:22px;height:22px}.hr-profile .s-lock svg{vertical-align:-2px;width:14px;height:14px}.hr-profile .attach-ic{vertical-align:-2px;align-items:center;margin-right:5px;display:inline-flex}.hr-profile .attach-ic svg{width:14px;height:14px}.hr-profile .page-h1{color:var(--ink);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:600}.hr-profile .page-sub{color:var(--mid);margin-bottom:1.25rem;font-size:.82rem}.hr-profile .toast{background:var(--green);color:#fff;z-index:300;opacity:0;pointer-events:none;border-radius:9px;padding:.8rem 1.1rem;font-size:.82rem;font-weight:500;transition:opacity .2s,transform .2s;position:fixed;bottom:1.25rem;right:1.25rem;transform:translateY(8px);box-shadow:0 8px 24px #00a8784d}.hr-profile .toast.show{opacity:1;transform:translateY(0)}.hr-profile .toast.error{background:var(--red);box-shadow:0 8px 24px #e02d2d4d}.hr-profile .profile-card{background:var(--white);border:1px solid var(--rule);border-radius:12px;margin-bottom:1rem;padding:1.5rem 1.6rem}.hr-profile .profile-head{border-bottom:1px solid var(--rule);align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.hr-profile .profile-avatar{background:var(--bluedim);width:64px;height:64px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;font-weight:600;display:flex;overflow:hidden}.hr-profile .profile-avatar img{object-fit:cover;width:100%;height:100%}.hr-profile .profile-name{color:var(--ink);font-size:1.15rem;font-weight:600}.hr-profile .profile-tag{color:var(--mid);margin-top:2px;font-size:.78rem}.hr-profile .profile-id{background:var(--paper);color:var(--mid);letter-spacing:.04em;border-radius:6px;margin-top:6px;padding:2px 8px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.65rem;display:inline-block}.hr-profile .head-actions{gap:.5rem;margin-left:auto;display:flex}.hr-profile .btn{cursor:pointer;height:36px;font-size:.78rem;font-weight:600;font-family:var(--font);border:none;border-radius:8px;align-items:center;gap:.4rem;padding:0 1rem;transition:all .15s;display:inline-flex}.hr-profile .btn.primary{background:var(--navy);color:#fff}.hr-profile .btn.primary:hover{background:var(--blue)}.hr-profile .btn.outline{color:var(--mid);border:1px solid var(--rule);background:0 0}.hr-profile .btn.outline:hover{border-color:var(--navy);color:var(--navy)}.hr-profile .btn.success{background:var(--green);color:#fff}.hr-profile .btn.success:hover{filter:brightness(1.05)}.hr-profile .btn:disabled{opacity:.55;cursor:not-allowed}.hr-profile .btn .sp{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:1s linear infinite s;display:none}.hr-profile .btn.loading .sp{display:inline-block}@keyframes s{to{transform:rotate(360deg)}}.hr-profile .section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--subtle);margin:1.25rem 0 .55rem;font-size:.62rem;font-weight:600}.hr-profile .section-label:first-child{margin-top:0}.hr-profile .row{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.6rem 0;font-size:.85rem;display:flex}.hr-profile .profile-card .row:last-child{border-bottom:none;padding-bottom:0}.hr-profile #view-card .profile-head{border-bottom:none;margin-bottom:0;padding-bottom:0}.hr-profile .v-empty{color:var(--subtle);font-style:italic;font-weight:400}.hr-profile .row:last-child{border-bottom:none}.hr-profile .row .k{color:var(--mid);flex-shrink:0;width:170px;font-weight:500}.hr-profile .row .v{color:var(--ink);text-align:right;word-break:break-word;flex:1;font-weight:500}.hr-profile .field-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.hr-profile .field-grid{grid-template-columns:1fr}}.hr-profile .field{margin-bottom:.85rem}.hr-profile .field-label{color:var(--mid);margin-bottom:.35rem;font-size:.7rem;font-weight:600;display:block}.hr-profile .field-input,.hr-profile .field-select{border:1px solid var(--rule);width:100%;height:38px;color:var(--ink);font-size:.85rem;font-family:var(--font);background:var(--white);border-radius:7px;padding:0 .8rem}.hr-profile .field-input:focus,.hr-profile .field-select:focus{border-color:var(--bluebr);outline:none}.hr-profile .field-textarea{border:1px solid var(--rule);width:100%;min-height:70px;font-size:.85rem;font-family:var(--font);resize:vertical;background:var(--white);border-radius:7px;padding:.5rem .8rem}.hr-profile .field-textarea:focus{border-color:var(--bluebr);outline:none}.hr-profile .chk-line{color:var(--ink);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.hr-profile .chk-line input{cursor:pointer;width:16px;height:16px;accent-color:var(--bluebr)}.hr-profile .readonly-note{background:var(--bluedim);color:var(--blue);border-radius:8px;margin-bottom:1rem;padding:.65rem .85rem;font-size:.72rem}.hr-profile .password-card{margin-top:1rem}.hr-profile .password-card .row{padding:.7rem 0}.hr-profile .password-form{margin-top:1rem;display:none}.hr-profile .password-form.show{display:block}.hr-profile .form-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}@media (width<=768px){.hr-profile .row .k{width:auto}}.hr-profile .pcard{background:var(--white);border:1px solid var(--rule);border-radius:12px;margin-bottom:1rem;padding:1.1rem 1.25rem}.hr-profile .phead{align-items:center;gap:1rem;display:flex}.hr-profile .card-head{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.hr-profile .ch-ic{color:var(--subtle);display:inline-flex}.hr-profile .ch-ic svg{width:16px;height:16px}.hr-profile .ch-title{color:var(--ink);font-size:.82rem;font-weight:600}.hr-profile .ch-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--subtle);background:var(--paper);border-radius:100px;align-items:center;gap:.25rem;padding:3px 8px;font-size:.56rem;font-weight:600;display:inline-flex}.hr-profile .ch-tag svg{width:11px;height:11px}.hr-profile .kv-grid{grid-template-columns:1fr 1fr;gap:0 24px;display:grid}.hr-profile .pcard-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.hr-profile .pcard-grid .pcard{margin-bottom:0}.hr-profile .btn svg{width:15px;height:15px}.hr-profile .actionbar{left:var(--sidebar);z-index:60;background:var(--white);border-top:1px solid var(--rule);padding:.8rem 1.5rem;position:fixed;bottom:0;right:0}.hr-profile .ab-in{align-items:center;gap:.6rem;max-width:1100px;margin:0 auto;display:flex}.hr-profile .actionbar-view .ab-in{justify-content:flex-end}.hr-profile .actionbar-edit .ab-in{justify-content:space-between}.hr-profile .ab-right{gap:.5rem;display:flex}@media (width<=760px){.hr-profile .kv-grid,.hr-profile .pcard-grid{grid-template-columns:1fr}}@media (width<=768px){.hr-profile .actionbar{padding:.8rem 1rem;left:0}}.hr-attendance{color:var(--ink)}.hr-attendance a{color:inherit;text-decoration:none}.hr-attendance button{cursor:pointer;font-family:var(--font);border:none}.hr-attendance .stat-icon svg{width:17px;height:17px}.hr-attendance .quick-card .qi svg{width:18px;height:18px}.hr-attendance .tab svg{width:16px;height:16px}.hr-attendance .tab-ic{align-items:center;display:inline-flex}.hr-attendance .card-icon svg{width:22px;height:22px}.hr-attendance .empty-icon svg{width:42px;height:42px}.hr-attendance .slot-ic svg{width:18px;height:18px}.hr-attendance .sf-ic svg,.hr-attendance .doc-ic svg{width:17px;height:17px}.hr-attendance .slot-dz .i{color:var(--blue,#185fa5)}.hr-attendance .slot-dz .i svg{width:22px;height:22px}.hr-attendance .s-lock svg{vertical-align:-2px;width:14px;height:14px}.hr-attendance .attach-ic{vertical-align:-2px;align-items:center;margin-right:5px;display:inline-flex}.hr-attendance .attach-ic svg{width:14px;height:14px}.hr-attendance .month-nav{background:var(--white);border:1px solid var(--rule);border-radius:11px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.7rem 1rem;display:flex}.hr-attendance .month-title{font-size:1.05rem;font-weight:600}.hr-attendance .nav-btn{background:var(--paper);width:32px;height:32px;color:var(--mid);border-radius:7px;justify-content:center;align-items:center;font-size:.9rem;display:inline-flex}.hr-attendance .nav-btn:hover{background:var(--paper2);color:var(--ink)}.hr-attendance .summary{background:var(--white);border:1px solid var(--rule);border-radius:11px;flex-wrap:wrap;gap:1.25rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.hr-attendance .summary-item{color:var(--mid);font-size:.78rem}.hr-attendance .summary-num{color:var(--ink);font-size:.95rem;font-weight:600}.hr-attendance .cal-card{background:var(--white);border:1px solid var(--rule);border-radius:11px;margin-bottom:1rem;padding:1rem}.hr-attendance .cal-weekdays{grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:8px;display:grid}.hr-attendance .cal-weekday{text-align:center;color:var(--subtle);text-transform:uppercase;letter-spacing:.08em;padding:6px 0;font-size:.62rem;font-weight:600}.hr-attendance .cal-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.hr-attendance .cal-cell{aspect-ratio:1;background:var(--paper);color:var(--mid);cursor:default;border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:relative}.hr-attendance .cal-cell.empty{cursor:default;background:0 0}.hr-attendance .cal-cell.today{outline:2px solid var(--blue);outline-offset:-2px}.hr-attendance .cal-cell.weekend{background:var(--paper2);color:var(--subtle)}.hr-attendance .cal-cell.wfo{color:#173404;background:#c0dd97;font-weight:600}.hr-attendance .cal-cell.wfh{color:#042c53;background:#b5d4f4;font-weight:600}.hr-attendance .cal-cell.absent{color:#501313;background:#f7c1c1;font-weight:600}.hr-attendance .cal-cell.holiday{color:#663806;background:#faeeda;flex-direction:column;justify-content:center;align-items:center;padding:0;font-weight:600;line-height:1.05;display:flex}.hr-attendance .cal-cell.holiday .h-mark{letter-spacing:.04em;opacity:.85;font-size:.6rem;font-weight:700}.hr-attendance .cal-cell.future{background:var(--paper);color:var(--subtle);opacity:.55}.hr-attendance .legend{color:var(--mid);border-top:1px dashed var(--rule);flex-wrap:wrap;gap:1.2rem;margin-top:.85rem;padding-top:.6rem;font-size:.74rem;display:flex}.hr-attendance .legend-dot{vertical-align:middle;border-radius:3px;width:12px;height:12px;margin-right:6px;display:inline-block}.hr-attendance .empty-state{text-align:center;color:var(--subtle);padding:2rem 1rem;font-size:.85rem}.hr-attendance .loading{text-align:center;color:var(--subtle);padding:2rem 1rem;font-size:.78rem}.hr-leaves{color:var(--ink)}.hr-leaves a{color:inherit;text-decoration:none}.hr-leaves button{cursor:pointer;font-family:var(--font);border:none}.hr-leaves input,.hr-leaves textarea,.hr-leaves select{font-family:var(--font)}.hr-leaves .stat-icon svg{width:17px;height:17px}.hr-leaves .quick-card .qi svg{width:18px;height:18px}.hr-leaves .tab svg{width:16px;height:16px}.hr-leaves .tab-ic{align-items:center;display:inline-flex}.hr-leaves .card-icon svg{width:22px;height:22px}.hr-leaves .empty-icon svg{width:42px;height:42px}.hr-leaves .slot-ic svg{width:18px;height:18px}.hr-leaves .sf-ic svg,.hr-leaves .doc-ic svg{width:17px;height:17px}.hr-leaves .slot-dz .i{color:var(--blue,#185fa5)}.hr-leaves .slot-dz .i svg{width:22px;height:22px}.hr-leaves .s-lock svg{vertical-align:-2px;width:14px;height:14px}.hr-leaves .attach-ic{vertical-align:-2px;align-items:center;margin-right:5px;display:inline-flex}.hr-leaves .attach-ic svg{width:14px;height:14px}.hr-leaves .page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.hr-leaves .btn{border:none;border-radius:8px;align-items:center;gap:.4rem;height:36px;padding:0 1rem;font-size:.78rem;font-weight:600;transition:all .15s;display:inline-flex}.hr-leaves .btn.primary{background:var(--navy);color:#fff}.hr-leaves .btn.primary:hover{background:var(--blue)}.hr-leaves .btn.outline{color:var(--mid);border:1px solid var(--rule);background:0 0}.hr-leaves .btn.outline:hover{border-color:var(--navy);color:var(--navy)}.hr-leaves .btn.danger{color:var(--red);border:1px solid var(--red-dim);background:0 0}.hr-leaves .btn.sm{height:30px;padding:0 .65rem;font-size:.72rem}.hr-leaves .balance{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.hr-leaves .bal-card{background:var(--white);border:1px solid var(--rule);border-radius:11px;padding:.85rem 1rem}.hr-leaves .bal-l{text-transform:uppercase;letter-spacing:.1em;color:var(--subtle);font-size:.6rem;font-weight:600}.hr-leaves .bal-n{letter-spacing:-.02em;margin-top:.4rem;font-size:1.7rem;font-weight:500;line-height:1}.hr-leaves .bal-card.green .bal-n{color:var(--green)}.hr-leaves .bal-card.amber .bal-n{color:var(--amber)}.hr-leaves .lt-card{background:var(--white);border:1px solid var(--rule);border-radius:11px;overflow:hidden}.hr-leaves .lt-table{border-collapse:collapse;width:100%}.hr-leaves .lt-table th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:var(--subtle);border-bottom:1px solid var(--rule);background:var(--paper);padding:.7rem 1rem;font-size:.62rem;font-weight:600}.hr-leaves .lt-table td{color:var(--ink);border-bottom:1px solid var(--rule);vertical-align:top;padding:.7rem 1rem;font-size:.82rem}.hr-leaves .lt-table tr:last-child td{border-bottom:none}.hr-leaves .lt-table tr:hover{background:var(--paper)}.hr-leaves .pill{border-radius:100px;height:22px;padding:0 .65rem;font-size:.65rem;font-weight:600;line-height:22px;display:inline-block}.hr-leaves .pill.pending{background:var(--amber-dim);color:var(--amber)}.hr-leaves .pill.approved{background:var(--green-dim);color:var(--green)}.hr-leaves .pill.rejected{background:var(--red-dim);color:var(--red)}.hr-leaves .pill.cancelled{background:var(--paper2);color:var(--mid)}.hr-leaves .empty-state,.hr-leaves .loading{text-align:center;color:var(--subtle);padding:2.5rem 1rem;font-size:.85rem}.hr-leaves .mod-overlay{z-index:200;opacity:0;pointer-events:none;background:#0e162880;transition:opacity .2s;position:fixed;inset:0}.hr-leaves .mod-overlay.open{opacity:1;pointer-events:auto}.hr-leaves .mod{background:var(--white);z-index:201;opacity:0;pointer-events:none;border-radius:14px;width:min(460px,95%);max-height:90vh;transition:transform .2s,opacity .2s;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)scale(.95);box-shadow:0 20px 60px #0003}.hr-leaves .mod.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}.hr-leaves .mod-head{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.hr-leaves .mod-title{font-size:1.05rem;font-weight:600}.hr-leaves .mod-close{width:32px;height:32px;color:var(--mid);background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.hr-leaves .mod-close:hover{background:var(--paper);color:var(--ink)}.hr-leaves .mod-body{padding:1.25rem}.hr-leaves .mod-foot{border-top:1px solid var(--rule);background:var(--white);justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;display:flex}.hr-leaves .field{margin-bottom:1rem}.hr-leaves .field-label{color:var(--mid);margin-bottom:.35rem;font-size:.7rem;font-weight:600;display:block}.hr-leaves .field-input,.hr-leaves .field-select{border:1px solid var(--rule);width:100%;height:38px;color:var(--ink);background:var(--white);border-radius:7px;padding:0 .8rem;font-size:.85rem}.hr-leaves .field-input:focus{border-color:var(--bluebr);outline:none}.hr-leaves .field-textarea{border:1px solid var(--rule);width:100%;min-height:70px;color:var(--ink);font-size:.85rem;font-family:var(--font);resize:vertical;background:var(--white);border-radius:7px;padding:.6rem .8rem}.hr-leaves .field-textarea:focus{border-color:var(--bluebr);outline:none}.hr-leaves .field-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=520px){.hr-leaves .field-row{grid-template-columns:1fr}}.hr-leaves .compute-box{background:var(--bluedim);color:var(--blue);border-radius:7px;margin:0 0 1rem;padding:.6rem .8rem;font-size:.78rem;font-weight:500}.hr-leaves .compute-box.warn{background:var(--amber-dim);color:var(--amber)}.hr-leaves .compute-box.error{background:var(--red-dim);color:var(--red)}.hr-leaves .chk-line{color:var(--ink);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.hr-leaves .chk-line input{cursor:pointer;width:16px;height:16px;accent-color:var(--bluebr)}.hr-leaves .half-tag{color:var(--purple,#7c3aed);background:var(--purple-dim,#7c3aed1f);vertical-align:middle;border-radius:100px;margin-left:6px;padding:1px 7px;font-size:.62rem;font-weight:600;display:inline-block}.hr-leaves .lt-type{font-weight:600}.hr-leaves .lt-note{color:var(--subtle);margin-top:2px;font-size:.7rem}.hr-leaves .note{color:var(--mid);background:var(--paper);border-left:3px solid var(--bluebr);border-radius:6px;margin-top:.5rem;padding:.5rem .7rem;font-size:.7rem}.hr-documents{color:var(--ink)}.hr-documents a{color:inherit;text-decoration:none}.hr-documents button{cursor:pointer;font-family:var(--font);border:none}.hr-documents .stat-icon svg{width:17px;height:17px}.hr-documents .quick-card .qi svg{width:18px;height:18px}.hr-documents .tab svg{width:16px;height:16px}.hr-documents .tab-ic{align-items:center;display:inline-flex}.hr-documents .card-icon svg{width:22px;height:22px}.hr-documents .empty-icon svg{width:42px;height:42px}.hr-documents .slot-ic svg{width:18px;height:18px}.hr-documents .sf-ic svg,.hr-documents .doc-ic svg{width:17px;height:17px}.hr-documents .slot-dz .i{color:var(--blue,#185fa5)}.hr-documents .slot-dz .i svg{width:22px;height:22px}.hr-documents .s-lock svg{vertical-align:-2px;width:14px;height:14px}.hr-documents .attach-ic{vertical-align:-2px;align-items:center;margin-right:5px;display:inline-flex}.hr-documents .attach-ic svg{width:14px;height:14px}.hr-documents .page-title{letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:600}.hr-documents .note-banner{background:var(--bluedim);color:var(--blue);border-radius:9px;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem;padding:.7rem .9rem;font-size:.76rem;display:flex}.hr-documents .panel{background:var(--white);border:1px solid var(--rule);border-radius:12px;margin-bottom:1.1rem;padding:1.1rem 1.2rem}.hr-documents .panel-head{align-items:center;gap:.5rem;margin-bottom:.15rem;display:flex}.hr-documents .panel-title{color:var(--ink);font-size:.95rem;font-weight:600}.hr-documents .panel-sub{color:var(--subtle);margin-bottom:.6rem;font-size:.74rem}.hr-documents .tag-hr{letter-spacing:.06em;color:var(--blue);background:var(--bluedim);text-transform:uppercase;border-radius:5px;padding:2px 7px;font-size:.55rem;font-weight:600}.hr-documents .doc-row{border-top:1px solid #f0f1f5;align-items:center;gap:.75rem;padding:.65rem 0;display:flex}.hr-documents .doc-ic{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;display:flex}.hr-documents .doc-ic.pdf{background:var(--red-dim);color:var(--red)}.hr-documents .doc-ic.img{background:var(--bluedim);color:var(--blue)}.hr-documents .doc-ic.gen{background:var(--paper2);color:var(--mid)}.hr-documents .doc-meta{flex:1;min-width:0}.hr-documents .doc-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:500;overflow:hidden}.hr-documents .doc-sub{color:var(--subtle);margin-top:1px;font-size:.68rem}.hr-documents .badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:.6rem;font-weight:600}.hr-documents .badge.pending{background:var(--amber-dim);color:var(--amber)}.hr-documents .badge.approved{background:var(--green-dim);color:var(--green)}.hr-documents .badge.rejected{background:var(--red-dim);color:var(--red)}.hr-documents .doc-act{color:var(--blue);border:1px solid var(--rule);white-space:nowrap;background:0 0;border-radius:7px;padding:5px 10px;font-size:.7rem;font-weight:600}.hr-documents .doc-act:hover{border-color:var(--blue)}.hr-documents .doc-del{color:var(--subtle);background:0 0;border-radius:6px;padding:4px 6px;font-size:1rem;line-height:1}.hr-documents .doc-del:hover{background:var(--red-dim);color:var(--red)}.hr-documents .doc-lock{color:var(--green);font-size:.9rem}.hr-documents .empty{color:var(--subtle);text-align:center;padding:.8rem 0;font-size:.78rem}.hr-documents .dropzone{background:#f8fafd;border:1.5px dashed #c5cde0;border-radius:10px;flex-direction:column;align-items:center;gap:.3rem;width:100%;margin-bottom:.6rem;padding:1.25rem;transition:border-color .15s,background .15s;display:flex}.hr-documents .dropzone:hover{border-color:var(--bluebr);background:var(--bluedim)}.hr-documents .dz-icon{font-size:1.5rem}.hr-documents .dz-main{color:var(--navy);font-size:.82rem;font-weight:600}.hr-documents .dz-sub{color:var(--subtle);font-size:.68rem}.hr-documents .dropzone.dragover{border-color:var(--bluebr);background:var(--bluedim)}.hr-documents .dropzone[disabled]{opacity:.6;cursor:default}.hr-documents .dz-status{min-height:1em;margin:.55rem 0 0;font-size:.7rem}.hr-documents .dz-status.err{color:var(--red)}.hr-documents .dz-status.ok{color:var(--green)}.hr-documents .tabbar{border-bottom:1px solid var(--rule);gap:1.5rem;margin-bottom:1.1rem;display:flex}.hr-documents .tab{color:var(--subtle);background:0 0;align-items:center;gap:.45rem;padding:.6rem .15rem .7rem;font-size:.85rem;font-weight:600;display:flex;position:relative}.hr-documents .tab:hover{color:var(--mid)}.hr-documents .tab.active{color:var(--navy)}.hr-documents .tab.active:after{content:"";background:var(--navy);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.hr-documents .tab-count{background:var(--paper2);color:var(--mid);border-radius:99px;padding:1px 7px;font-size:.6rem;font-weight:600}.hr-documents .tab.active .tab-count{background:var(--bluedim);color:var(--blue)}.hr-documents .tab-count.warn{background:var(--amber-dim);color:var(--amber)}.hr-documents .tabpanel{display:none}.hr-documents .tabpanel.show{display:block}.hr-documents .slot-card{border:1px solid var(--rule);border-radius:11px;margin-top:.75rem;padding:.85rem 1rem}.hr-documents .slot-head{align-items:center;gap:.6rem;margin-bottom:.7rem;display:flex}.hr-documents .slot-ic{background:var(--paper2);width:30px;height:30px;color:var(--mid);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.hr-documents .slot-name{color:var(--ink);font-size:.85rem;font-weight:600}.hr-documents .slot-meta{color:var(--subtle);margin-top:1px;font-size:.66rem}.hr-documents .sides{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}@media (width<=560px){.hr-documents .sides{grid-template-columns:1fr}}.hr-documents .side-lbl{letter-spacing:.04em;text-transform:uppercase;color:var(--subtle);margin-bottom:.3rem;font-size:.62rem;font-weight:600}.hr-documents .slot-dz{text-align:center;background:#f8fafd;border:1.5px dashed #c5cde0;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;width:100%;min-height:74px;padding:.8rem;transition:border-color .15s,background .15s;display:flex}.hr-documents .slot-dz:hover,.hr-documents .slot-dz.dragover{border-color:var(--bluebr);background:var(--bluedim)}.hr-documents .slot-dz .i{font-size:1.1rem}.hr-documents .slot-dz .t{color:var(--navy);font-size:.72rem;font-weight:600}.hr-documents .slot-file{border:1px solid var(--rule);border-radius:9px;flex-direction:column;gap:.45rem;min-height:74px;padding:.6rem;display:flex}.hr-documents .sf-top{align-items:center;gap:.5rem;display:flex}.hr-documents .sf-ic{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;display:flex}.hr-documents .sf-ic.pdf{background:var(--red-dim);color:var(--red)}.hr-documents .sf-ic.img{background:var(--bluedim);color:var(--blue)}.hr-documents .sf-meta{flex:1;min-width:0}.hr-documents .sf-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:600;overflow:hidden}.hr-documents .sf-sub{color:var(--subtle);margin-top:1px;font-size:.62rem}.hr-documents .sf-foot{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:auto;display:flex}.hr-documents .s-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:5px;padding:2px 7px;font-size:.58rem;font-weight:600}.hr-documents .s-badge.pending{background:var(--amber-dim);color:var(--amber)}.hr-documents .s-badge.approved{background:var(--green-dim);color:var(--green)}.hr-documents .s-badge.rejected{background:var(--red-dim);color:var(--red)}.hr-documents .s-lock{color:var(--green);margin-left:auto;font-size:.8rem}.hr-documents .s-act{color:var(--blue);border:1px solid var(--rule);background:0 0;border-radius:6px;padding:3px 8px;font-size:.64rem;font-weight:600}.hr-documents .s-act:hover{border-color:var(--blue)}.hr-documents .s-act.danger{color:var(--red)}.hr-documents .s-act.danger:hover{border-color:var(--red)}.hr-documents .s-reject{color:var(--red);font-size:.62rem}.hr-learn{color:var(--ink)}.hr-learn a{color:inherit;text-decoration:none}.hr-learn button{cursor:pointer;font-family:var(--font);border:none}.hr-learn .stat-icon svg{width:17px;height:17px}.hr-learn .quick-card .qi svg{width:18px;height:18px}.hr-learn .tab svg{width:16px;height:16px}.hr-learn .tab-ic{align-items:center;display:inline-flex}.hr-learn .card-icon svg{width:22px;height:22px}.hr-learn .empty-icon svg{width:42px;height:42px}.hr-learn .slot-ic svg{width:18px;height:18px}.hr-learn .sf-ic svg,.hr-learn .doc-ic svg{width:17px;height:17px}.hr-learn .slot-dz .i{color:var(--blue,#185fa5)}.hr-learn .slot-dz .i svg{width:22px;height:22px}.hr-learn .s-lock svg{vertical-align:-2px;width:14px;height:14px}.hr-learn .attach-ic{vertical-align:-2px;align-items:center;margin-right:5px;display:inline-flex}.hr-learn .attach-ic svg{width:14px;height:14px}.hr-learn .tb-clock{color:var(--mid);font-variant-numeric:tabular-nums;font-size:.8rem}.hr-learn .page-head{margin-bottom:1.25rem}.hr-learn .hello{letter-spacing:-.02em;font-size:1.5rem;font-weight:600}.hr-learn .tabs{border-bottom:1px solid var(--rule);gap:.4rem;margin-bottom:1.25rem;display:flex;overflow-x:auto}.hr-learn .tab{color:var(--mid);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:.7rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;display:flex}.hr-learn .tab:hover{color:var(--ink)}.hr-learn .tab.active{color:var(--navy);border-bottom-color:var(--navy)}.hr-learn .tab-count{background:var(--paper2);height:18px;color:var(--mid);border-radius:100px;justify-content:center;align-items:center;padding:0 .4rem;font-size:.62rem;font-weight:600;display:flex}.hr-learn .tab.active .tab-count{background:var(--bluedim);color:var(--blue)}.hr-learn .card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.hr-learn .card{background:var(--white);border:1px solid var(--rule);cursor:pointer;border-radius:12px;padding:1.1rem;transition:border-color .15s,transform .15s}.hr-learn .card:hover{border-color:var(--navy);transform:translateY(-1px)}.hr-learn .card-icon{border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:.7rem;font-size:1.1rem;display:flex}.hr-learn .card-icon.b{background:var(--bluedim);color:var(--blue)}.hr-learn .card-icon.g{background:var(--green-dim);color:var(--green)}.hr-learn .card-icon.a{background:var(--amber-dim);color:var(--amber)}.hr-learn .card-icon.p{background:var(--purple-dim);color:var(--purple)}.hr-learn .card-title{color:var(--ink);margin-bottom:.3rem;font-size:.95rem;font-weight:600;line-height:1.3}.hr-learn .card-desc{color:var(--mid);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin-bottom:.85rem;font-size:.78rem;line-height:1.5;display:-webkit-box;overflow:hidden}.hr-learn .card-meta{color:var(--subtle);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.7rem;font-weight:500;display:flex}.hr-learn .card-meta-dot:before{content:"·";margin:0 .25rem}.hr-learn .card-progress{margin-top:.6rem}.hr-learn .progress-bar{background:var(--paper2);border-radius:100px;height:6px;overflow:hidden}.hr-learn .progress-fill{background:var(--green);border-radius:100px;height:100%;transition:width .3s}.hr-learn .progress-label{color:var(--mid);justify-content:space-between;margin-top:.3rem;font-size:.68rem;font-weight:600;display:flex}.hr-learn .pill{text-transform:uppercase;letter-spacing:.04em;border-radius:100px;height:20px;padding:0 .55rem;font-size:.6rem;font-weight:600;line-height:20px;display:inline-block}.hr-learn .pill.assigned{background:var(--amber-dim);color:var(--amber)}.hr-learn .pill.completed{background:var(--green-dim);color:var(--green)}.hr-learn .pill.inprogress{background:var(--bluedim);color:var(--blue)}.hr-learn .pill.due{background:var(--red-dim);color:var(--red)}.hr-learn .pill.draft{background:var(--paper2);color:var(--mid)}.hr-learn .empty{text-align:center;color:var(--subtle);padding:3rem 1rem}.hr-learn .empty-icon{opacity:.4;margin-bottom:.5rem;font-size:2.5rem}.hr-learn .empty-text{color:var(--mid);margin-bottom:.3rem;font-size:.9rem;font-weight:500}.hr-learn .empty-sub{color:var(--subtle);font-size:.78rem}.hr-learn .loading{text-align:center;color:var(--subtle);padding:2rem 1rem;font-size:.85rem}.hr-learn .sec-h{color:var(--subtle);text-transform:uppercase;letter-spacing:.1em;margin:1.25rem 0 .7rem;font-size:.7rem;font-weight:600}.hr-learn .sec-h:first-child{margin-top:0}.hr-learn .btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;height:38px;padding:0 1.1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.hr-learn .btn.success{background:var(--green);color:#fff}.hr-learn .btn.success:hover{filter:brightness(1.05)}.hr-learn .btn.outline{color:var(--mid);border:1px solid var(--rule);background:0 0}.hr-learn .btn.outline:hover{border-color:var(--navy);color:var(--navy)}.hr-learn .btn.primary{background:var(--navy);color:#fff}.hr-learn .btn.primary:hover{background:#243a7a}.hr-learn .btn.ghost{color:var(--mid);background:0 0;padding:0 .6rem}.hr-learn .btn.ghost:hover{color:var(--navy)}.hr-learn .btn.sm{height:32px;padding:0 .9rem;font-size:.74rem}.hr-learn .btn:disabled{opacity:.5;cursor:not-allowed}.hr-learn .toast{background:var(--navy);color:#fff;z-index:300;opacity:0;border-radius:8px;padding:.7rem 1rem;font-size:.78rem;font-weight:500;transition:opacity .2s,transform .2s;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(10px);box-shadow:0 8px 24px #0003}.hr-learn .toast.show{opacity:1;transform:translateY(0)}.hr-learn .toast.error{background:var(--red)}.hr-learn .toast.success{background:var(--green)}.hr-manual{color:var(--ink)}.hr-manual a{color:inherit;text-decoration:none}.hr-manual button{cursor:pointer;font-family:var(--font);border:none}.hr-manual .stat-icon svg{width:17px;height:17px}.hr-manual .quick-card .qi svg{width:18px;height:18px}.hr-manual .tab svg{width:16px;height:16px}.hr-manual .tab-ic{align-items:center;display:inline-flex}.hr-manual .card-icon svg{width:22px;height:22px}.hr-manual .empty-icon svg{width:42px;height:42px}.hr-manual .slot-ic svg{width:18px;height:18px}.hr-manual .sf-ic svg,.hr-manual .doc-ic svg{width:17px;height:17px}.hr-manual .slot-dz .i{color:var(--blue,#185fa5)}.hr-manual .slot-dz .i svg{width:22px;height:22px}.hr-manual .s-lock svg{vertical-align:-2px;width:14px;height:14px}.hr-manual .attach-ic{vertical-align:-2px;align-items:center;margin-right:5px;display:inline-flex}.hr-manual .attach-ic svg{width:14px;height:14px}.hr-manual .tb-clock{color:var(--mid);font-variant-numeric:tabular-nums;font-size:.8rem}.hr-manual .page-head{margin-bottom:1.25rem}.hr-manual .hello{letter-spacing:-.02em;font-size:1.5rem;font-weight:600}.hr-manual .tabs{border-bottom:1px solid var(--rule);gap:.4rem;margin-bottom:1.25rem;display:flex;overflow-x:auto}.hr-manual .tab{color:var(--mid);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:.7rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;display:flex}.hr-manual .tab:hover{color:var(--ink)}.hr-manual .tab.active{color:var(--navy);border-bottom-color:var(--navy)}.hr-manual .tab-count{background:var(--paper2);height:18px;color:var(--mid);border-radius:100px;justify-content:center;align-items:center;padding:0 .4rem;font-size:.62rem;font-weight:600;display:flex}.hr-manual .tab.active .tab-count{background:var(--bluedim);color:var(--blue)}.hr-manual .card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.hr-manual .card{background:var(--white);border:1px solid var(--rule);cursor:pointer;border-radius:12px;padding:1.1rem;transition:border-color .15s,transform .15s}.hr-manual .card:hover{border-color:var(--navy);transform:translateY(-1px)}.hr-manual .card-icon{border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:.7rem;font-size:1.1rem;display:flex}.hr-manual .card-icon.b{background:var(--bluedim);color:var(--blue)}.hr-manual .card-icon.g{background:var(--green-dim);color:var(--green)}.hr-manual .card-icon.a{background:var(--amber-dim);color:var(--amber)}.hr-manual .card-icon.p{background:var(--purple-dim);color:var(--purple)}.hr-manual .card-title{color:var(--ink);margin-bottom:.3rem;font-size:.95rem;font-weight:600;line-height:1.3}.hr-manual .card-desc{color:var(--mid);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin-bottom:.85rem;font-size:.78rem;line-height:1.5;display:-webkit-box;overflow:hidden}.hr-manual .card-meta{color:var(--subtle);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.7rem;font-weight:500;display:flex}.hr-manual .card-meta-dot:before{content:"·";margin:0 .25rem}.hr-manual .card-progress{margin-top:.6rem}.hr-manual .progress-bar{background:var(--paper2);border-radius:100px;height:6px;overflow:hidden}.hr-manual .progress-fill{background:var(--green);border-radius:100px;height:100%;transition:width .3s}.hr-manual .progress-label{color:var(--mid);justify-content:space-between;margin-top:.3rem;font-size:.68rem;font-weight:600;display:flex}.hr-manual .pill{text-transform:uppercase;letter-spacing:.04em;border-radius:100px;height:20px;padding:0 .55rem;font-size:.6rem;font-weight:600;line-height:20px;display:inline-block}.hr-manual .pill.assigned{background:var(--amber-dim);color:var(--amber)}.hr-manual .pill.completed{background:var(--green-dim);color:var(--green)}.hr-manual .pill.inprogress{background:var(--bluedim);color:var(--blue)}.hr-manual .pill.due{background:var(--red-dim);color:var(--red)}.hr-manual .pill.draft{background:var(--paper2);color:var(--mid)}.hr-manual .empty{text-align:center;color:var(--subtle);padding:3rem 1rem}.hr-manual .empty-icon{opacity:.4;margin-bottom:.5rem;font-size:2.5rem}.hr-manual .empty-text{color:var(--mid);margin-bottom:.3rem;font-size:.9rem;font-weight:500}.hr-manual .empty-sub{color:var(--subtle);font-size:.78rem}.hr-manual .loading{text-align:center;color:var(--subtle);padding:2rem 1rem;font-size:.85rem}.hr-manual .sec-h{color:var(--subtle);text-transform:uppercase;letter-spacing:.1em;margin:1.25rem 0 .7rem;font-size:.7rem;font-weight:600}.hr-manual .sec-h:first-child{margin-top:0}.hr-manual .btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;height:38px;padding:0 1.1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.hr-manual .btn.success{background:var(--green);color:#fff}.hr-manual .btn.success:hover{filter:brightness(1.05)}.hr-manual .btn.outline{color:var(--mid);border:1px solid var(--rule);background:0 0}.hr-manual .btn.outline:hover{border-color:var(--navy);color:var(--navy)}.hr-manual .btn.primary{background:var(--navy);color:#fff}.hr-manual .btn.primary:hover{background:#243a7a}.hr-manual .btn.ghost{color:var(--mid);background:0 0;padding:0 .6rem}.hr-manual .btn.ghost:hover{color:var(--navy)}.hr-manual .btn.sm{height:32px;padding:0 .9rem;font-size:.74rem}.hr-manual .btn:disabled{opacity:.5;cursor:not-allowed}.hr-manual .toast{background:var(--navy);color:#fff;z-index:300;opacity:0;border-radius:8px;padding:.7rem 1rem;font-size:.78rem;font-weight:500;transition:opacity .2s,transform .2s;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(10px);box-shadow:0 8px 24px #0003}.hr-manual .toast.show{opacity:1;transform:translateY(0)}.hr-manual .toast.error{background:var(--red)}.hr-manual .toast.success{background:var(--green)}.hr-manual .reader-grid{grid-template-columns:280px 1fr;gap:1.5rem;display:grid}.hr-manual .reader-toc{background:var(--white);border:1px solid var(--rule);border-radius:12px;height:fit-content;max-height:calc(100vh - 56px - 2rem);padding:1rem;position:sticky;top:calc(56px + 1rem);overflow-y:auto}.hr-manual .reader-toc-h{color:var(--subtle);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.6rem;padding:0 .3rem;font-size:.66rem;font-weight:600}.hr-manual .reader-manual-name{color:var(--ink);border-bottom:1px solid var(--rule);margin-bottom:.6rem;padding:.3rem .5rem .7rem;font-size:.86rem;font-weight:600}.hr-manual .toc-chapter{margin-bottom:.85rem}.hr-manual .toc-chapter-h{color:var(--ink);padding:.3rem .5rem;font-size:.74rem;font-weight:600}.hr-manual .toc-article{color:var(--mid);cursor:pointer;border-left:2px solid #0000;border-radius:5px;margin-left:.4rem;padding:.35rem .5rem .35rem 1.1rem;font-size:.74rem;display:block}.hr-manual .toc-article:hover{color:var(--ink);background:var(--paper)}.hr-manual .toc-article.active{color:var(--blue);border-left-color:var(--blue);background:var(--bluedim);font-weight:600}.hr-manual .reader-pane{background:var(--white);border:1px solid var(--rule);border-radius:12px;min-height:60vh;padding:1.5rem 2rem}.hr-manual .reader-back{color:var(--mid);cursor:pointer;align-items:center;gap:.3rem;margin-bottom:1rem;font-size:.78rem;font-weight:500;display:inline-flex}.hr-manual .reader-back:hover{color:var(--blue)}.hr-manual .reader-h{letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.6rem;font-weight:600;line-height:1.2}.hr-manual .reader-meta{color:var(--subtle);border-bottom:1px solid var(--rule);margin-bottom:1.5rem;padding-bottom:1rem;font-size:.7rem}.hr-manual .reader-body{color:var(--ink);font-size:.92rem;line-height:1.75}.hr-manual .reader-body h1{letter-spacing:-.01em;margin:1.5rem 0 .7rem;font-size:1.5rem;font-weight:600}.hr-manual .reader-body h2{margin:1.5rem 0 .6rem;font-size:1.25rem;font-weight:600}.hr-manual .reader-body h3{margin:1.3rem 0 .5rem;font-size:1.1rem;font-weight:600}.hr-manual .reader-body p{margin-bottom:1rem}.hr-manual .reader-body ul,.hr-manual .reader-body ol{margin:0 0 1rem 1.5rem}.hr-manual .reader-body li{margin-bottom:.3rem}.hr-manual .reader-body strong{color:var(--ink);font-weight:600}.hr-manual .reader-body em{font-style:italic}.hr-manual .reader-body a{color:var(--blue);text-decoration:underline}.hr-manual .reader-body blockquote{border-left:3px solid var(--rule);color:var(--mid);margin:1rem 0;padding:.3rem 0 .3rem 1rem;font-style:italic}.hr-manual .reader-body code{background:var(--paper);border-radius:4px;padding:.1rem .3rem;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.85em}.hr-manual .reader-body pre{background:var(--paper);border:1px solid var(--rule);border-radius:8px;margin:1rem 0;padding:.85rem 1rem;overflow-x:auto}.hr-manual .reader-body pre code{background:0 0;padding:0}.hr-manual .reader-attach{border-top:1px solid var(--rule);margin-top:1.5rem;padding-top:1rem}.hr-manual .reader-attach-h{color:var(--subtle);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.66rem;font-weight:600}.hr-manual .attach-row{background:var(--paper);border:1px solid var(--rule);color:var(--ink);border-radius:8px;align-items:center;gap:.5rem;margin-bottom:.4rem;padding:.5rem .7rem;font-size:.78rem;text-decoration:none;display:flex}.hr-manual .attach-row:hover{background:var(--bluedim);border-color:var(--bluebr)}@media (width<=900px){.hr-manual .reader-grid{grid-template-columns:1fr}.hr-manual .reader-toc{max-height:none;position:static}}.hr-course{color:var(--ink)}.hr-course a{color:inherit;text-decoration:none}.hr-course button{cursor:pointer;font-family:var(--font);border:none}.hr-course .stat-icon svg{width:17px;height:17px}.hr-course .quick-card .qi svg{width:18px;height:18px}.hr-course .tab svg{width:16px;height:16px}.hr-course .tab-ic{align-items:center;display:inline-flex}.hr-course .card-icon svg{width:22px;height:22px}.hr-course .empty-icon svg{width:42px;height:42px}.hr-course .slot-ic svg{width:18px;height:18px}.hr-course .sf-ic svg,.hr-course .doc-ic svg{width:17px;height:17px}.hr-course .slot-dz .i{color:var(--blue,#185fa5)}.hr-course .slot-dz .i svg{width:22px;height:22px}.hr-course .s-lock svg{vertical-align:-2px;width:14px;height:14px}.hr-course .attach-ic{vertical-align:-2px;align-items:center;margin-right:5px;display:inline-flex}.hr-course .attach-ic svg{width:14px;height:14px}.hr-course .tb-clock{color:var(--mid);font-variant-numeric:tabular-nums;font-size:.8rem}.hr-course .page-head{margin-bottom:1.25rem}.hr-course .hello{letter-spacing:-.02em;font-size:1.5rem;font-weight:600}.hr-course .tabs{border-bottom:1px solid var(--rule);gap:.4rem;margin-bottom:1.25rem;display:flex;overflow-x:auto}.hr-course .tab{color:var(--mid);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:.7rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;display:flex}.hr-course .tab:hover{color:var(--ink)}.hr-course .tab.active{color:var(--navy);border-bottom-color:var(--navy)}.hr-course .tab-count{background:var(--paper2);height:18px;color:var(--mid);border-radius:100px;justify-content:center;align-items:center;padding:0 .4rem;font-size:.62rem;font-weight:600;display:flex}.hr-course .tab.active .tab-count{background:var(--bluedim);color:var(--blue)}.hr-course .card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.hr-course .card{background:var(--white);border:1px solid var(--rule);cursor:pointer;border-radius:12px;padding:1.1rem;transition:border-color .15s,transform .15s}.hr-course .card:hover{border-color:var(--navy);transform:translateY(-1px)}.hr-course .card-icon{border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:.7rem;font-size:1.1rem;display:flex}.hr-course .card-icon.b{background:var(--bluedim);color:var(--blue)}.hr-course .card-icon.g{background:var(--green-dim);color:var(--green)}.hr-course .card-icon.a{background:var(--amber-dim);color:var(--amber)}.hr-course .card-icon.p{background:var(--purple-dim);color:var(--purple)}.hr-course .card-title{color:var(--ink);margin-bottom:.3rem;font-size:.95rem;font-weight:600;line-height:1.3}.hr-course .card-desc{color:var(--mid);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin-bottom:.85rem;font-size:.78rem;line-height:1.5;display:-webkit-box;overflow:hidden}.hr-course .card-meta{color:var(--subtle);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.7rem;font-weight:500;display:flex}.hr-course .card-meta-dot:before{content:"·";margin:0 .25rem}.hr-course .card-progress{margin-top:.6rem}.hr-course .progress-bar{background:var(--paper2);border-radius:100px;height:6px;overflow:hidden}.hr-course .progress-fill{background:var(--green);border-radius:100px;height:100%;transition:width .3s}.hr-course .progress-label{color:var(--mid);justify-content:space-between;margin-top:.3rem;font-size:.68rem;font-weight:600;display:flex}.hr-course .pill{text-transform:uppercase;letter-spacing:.04em;border-radius:100px;height:20px;padding:0 .55rem;font-size:.6rem;font-weight:600;line-height:20px;display:inline-block}.hr-course .pill.assigned{background:var(--amber-dim);color:var(--amber)}.hr-course .pill.completed{background:var(--green-dim);color:var(--green)}.hr-course .pill.inprogress{background:var(--bluedim);color:var(--blue)}.hr-course .pill.due{background:var(--red-dim);color:var(--red)}.hr-course .pill.draft{background:var(--paper2);color:var(--mid)}.hr-course .empty{text-align:center;color:var(--subtle);padding:3rem 1rem}.hr-course .empty-icon{opacity:.4;margin-bottom:.5rem;font-size:2.5rem}.hr-course .empty-text{color:var(--mid);margin-bottom:.3rem;font-size:.9rem;font-weight:500}.hr-course .empty-sub{color:var(--subtle);font-size:.78rem}.hr-course .loading{text-align:center;color:var(--subtle);padding:2rem 1rem;font-size:.85rem}.hr-course .sec-h{color:var(--subtle);text-transform:uppercase;letter-spacing:.1em;margin:1.25rem 0 .7rem;font-size:.7rem;font-weight:600}.hr-course .sec-h:first-child{margin-top:0}.hr-course .btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;height:38px;padding:0 1.1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.hr-course .btn.success{background:var(--green);color:#fff}.hr-course .btn.success:hover{filter:brightness(1.05)}.hr-course .btn.outline{color:var(--mid);border:1px solid var(--rule);background:0 0}.hr-course .btn.outline:hover{border-color:var(--navy);color:var(--navy)}.hr-course .btn.primary{background:var(--navy);color:#fff}.hr-course .btn.primary:hover{background:#243a7a}.hr-course .btn.ghost{color:var(--mid);background:0 0;padding:0 .6rem}.hr-course .btn.ghost:hover{color:var(--navy)}.hr-course .btn.sm{height:32px;padding:0 .9rem;font-size:.74rem}.hr-course .btn:disabled{opacity:.5;cursor:not-allowed}.hr-course .toast{background:var(--navy);color:#fff;z-index:300;opacity:0;border-radius:8px;padding:.7rem 1rem;font-size:.78rem;font-weight:500;transition:opacity .2s,transform .2s;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(10px);box-shadow:0 8px 24px #0003}.hr-course .toast.show{opacity:1;transform:translateY(0)}.hr-course .toast.error{background:var(--red)}.hr-course .toast.success{background:var(--green)}.hr-course .player-grid{grid-template-columns:300px 1fr;gap:1.5rem;display:grid}.hr-course .player-side{background:var(--white);border:1px solid var(--rule);border-radius:12px;height:fit-content;max-height:calc(100vh - 56px - 2rem);padding:1.1rem;position:sticky;top:calc(56px + 1rem);overflow-y:auto}.hr-course .player-course-title{margin-bottom:.5rem;font-size:.95rem;font-weight:600;line-height:1.3}.hr-course .player-progress{margin-bottom:1rem}.hr-course .lesson-row{cursor:pointer;border:1px solid #0000;border-radius:7px;align-items:flex-start;gap:.6rem;margin-bottom:2px;padding:.55rem;display:flex}.hr-course .lesson-row:hover{background:var(--paper)}.hr-course .lesson-row.active{background:var(--bluedim);border-color:#1456a026}.hr-course .lesson-row.completed{opacity:.85}.hr-course .lesson-num{background:var(--paper);width:22px;height:22px;color:var(--mid);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.66rem;font-weight:700;display:flex}.hr-course .lesson-row.active .lesson-num{background:var(--blue);color:#fff}.hr-course .lesson-row.completed .lesson-num{background:var(--green);color:#fff}.hr-course .lesson-info{flex:1;min-width:0}.hr-course .lesson-title{color:var(--ink);font-size:.78rem;font-weight:500;line-height:1.35}.hr-course .lesson-row.active .lesson-title{color:var(--blue);font-weight:600}.hr-course .lesson-row.completed .lesson-title{color:var(--mid)}.hr-course .player-pane{background:var(--white);border:1px solid var(--rule);border-radius:12px;min-height:60vh;padding:1.5rem 2rem}.hr-course .reader-back{color:var(--mid);cursor:pointer;align-items:center;gap:.3rem;margin-bottom:1rem;font-size:.78rem;font-weight:500;display:inline-flex}.hr-course .reader-back:hover{color:var(--blue)}.hr-course .reader-h{letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.6rem;font-weight:600;line-height:1.2}.hr-course .reader-meta{color:var(--subtle);border-bottom:1px solid var(--rule);margin-bottom:1.5rem;padding-bottom:1rem;font-size:.7rem}.hr-course .reader-body{color:var(--ink);font-size:.92rem;line-height:1.75}.hr-course .reader-body h1{margin:1.5rem 0 .7rem;font-size:1.5rem;font-weight:600}.hr-course .reader-body h2{margin:1.5rem 0 .6rem;font-size:1.25rem;font-weight:600}.hr-course .reader-body h3{margin:1.3rem 0 .5rem;font-size:1.1rem;font-weight:600}.hr-course .reader-body p{margin-bottom:1rem}.hr-course .reader-body ul,.hr-course .reader-body ol{margin:0 0 1rem 1.5rem}.hr-course .reader-body li{margin-bottom:.3rem}.hr-course .reader-body strong{font-weight:600}.hr-course .reader-body em{font-style:italic}.hr-course .reader-body a{color:var(--blue);text-decoration:underline}.hr-course .reader-body blockquote{border-left:3px solid var(--rule);color:var(--mid);margin:1rem 0;padding:.3rem 0 .3rem 1rem;font-style:italic}.hr-course .reader-body code{background:var(--paper);border-radius:4px;padding:.1rem .3rem;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.85em}.hr-course .reader-body pre{background:var(--paper);border:1px solid var(--rule);border-radius:8px;margin:1rem 0;padding:.85rem 1rem;overflow-x:auto}.hr-course .attach-row{background:var(--paper);border:1px solid var(--rule);color:var(--ink);border-radius:8px;align-items:center;gap:.5rem;margin-bottom:.4rem;padding:.5rem .7rem;font-size:.78rem;text-decoration:none;display:flex}.hr-course .attach-row:hover{background:var(--bluedim);border-color:var(--bluebr)}.hr-course .player-foot{border-top:1px solid var(--rule);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.5rem;padding-top:1rem;display:flex}@media (width<=900px){.hr-course .player-grid{grid-template-columns:1fr}.hr-course .player-side{max-height:none;position:static}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.block{display:block}.flex{display:flex}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--white:#fff;--paper:#f5f6f8;--paper2:#eef0f5;--ink:#0e1628;--navy:#1a2b5e;--mid:#5a6a8a;--subtle:#8a9ab5;--rule:#dde2ed;--blue:#1456a0;--bluebr:#1a6fc4;--bluedim:#eaf1f9;--green:#00a878;--red:#e02d2d;--red-dim:#e02d2d1a;--amber:#e09020;--purple:#7c3aed;--sidebar:230px;--topbar:56px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
