.hr-shell{display:grid;grid-template-columns:244px 1fr;min-height:100vh;background:var(--ad-bg)}.hr-sidebar{background:#fff;border-right:1px solid var(--ad-border);display:flex;flex-direction:column;padding:16px 12px;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.hr-sidebar::-webkit-scrollbar{width:6px}.hr-sidebar::-webkit-scrollbar-thumb{background:#e2e6f0;border-radius:8px}.hr-brand{gap:11px;padding:6px 8px 14px}.hr-brand,.hr-brand-mark{display:flex;align-items:center}.hr-brand-mark{width:38px;height:38px;border-radius:11px;background:var(--ad-accent-grad);color:#fff;font-weight:800;font-size:19px;justify-content:center;box-shadow:0 6px 16px rgba(236,72,153,.32)}.hr-brand h2{margin:0;font-size:17px;letter-spacing:-.01em}.hr-brand p{margin:0;font-size:11px;color:var(--ad-faint)}.hr-nav{flex:1 1;display:flex;flex-direction:column;gap:2px}.hr-nav-item{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;border:none;background:transparent;cursor:pointer;text-align:left;font-size:13.5px;color:var(--ad-text);width:100%;transition:background .13s}.hr-nav-item:hover{background:#f5f6fb}.hr-nav-item.is-active{background:linear-gradient(135deg,rgba(236,72,153,.1),rgba(99,102,241,.1));color:#6b21a8;font-weight:600}.hr-nav-icon{font-size:17px;width:22px;text-align:center}.hr-nav-label{flex:1 1}.hr-nav-badge{background:var(--ad-pink);color:#fff;font-size:10px;font-weight:700;padding:1px 7px;border-radius:10px}.hr-side-foot{border-top:1px solid var(--ad-border);padding-top:12px;margin-top:8px}.hr-side-user{gap:10px;padding:6px 8px}.hr-side-avatar,.hr-side-user{display:flex;align-items:center}.hr-side-avatar{width:34px;height:34px;border-radius:50%;background:var(--ad-accent-grad);color:#fff;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.hr-side-user .nm{font-weight:600;font-size:13px}.hr-side-user .rl{font-size:10px;color:var(--ad-faint);text-transform:uppercase;letter-spacing:.04em}.hr-signout{width:100%;margin-top:8px;background:#f5f6fb;border:1px solid var(--ad-border);border-radius:8px;padding:9px;font-size:13px;cursor:pointer}.hr-signout:hover{background:#eef0f7}.hr-main{display:flex;flex-direction:column;min-width:0}.hr-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:12px;padding:12px 20px;background:rgba(245,246,251,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--ad-border)}.hr-hamburger{display:none;width:40px;height:40px;border-radius:10px;border:1px solid var(--ad-border);background:#fff;font-size:18px;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}.hr-topbar-title{font-weight:700;font-size:15px;display:flex;align-items:center;gap:8px}.hr-top-actions{gap:10px;margin-left:auto}.hr-top-actions,.hr-top-chip{display:flex;align-items:center}.hr-top-chip{gap:7px;padding:7px 12px;background:#fff;border:1px solid var(--ad-border);border-radius:999px;font-size:12px;white-space:nowrap}.hr-content{padding:22px 24px 72px;max-width:1180px;width:100%;margin:0 auto}.hr-drawer-backdrop{display:none}.hr-login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e1b4b,#831843);padding:20px}.hr-login-card{background:#fff;padding:32px;border-radius:18px;width:100%;max-width:400px;box-shadow:0 24px 70px rgba(0,0,0,.28)}.hr-login-brand{display:flex;align-items:center;gap:12px;margin-bottom:8px}.hr-login-brand h1{font-size:21px;margin:0}.hr-login-brand p{margin:3px 0 0;color:var(--ad-muted);font-size:12px}.hr-login-sub{font-size:13px;color:var(--ad-muted);margin:4px 0 22px}.hr-login-card form{display:flex;flex-direction:column;gap:14px}.hr-login-card label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:600;color:var(--ad-muted)}.hr-login-card input{padding:11px 13px;font-size:14px;border:1px solid var(--ad-border);border-radius:9px;background:#fff}.hr-login-card input:focus{border-color:var(--ad-indigo);box-shadow:0 0 0 3px rgba(99,102,241,.12);outline:none}.hr-login-btn{padding:13px;font-size:14px;font-weight:700;border:none;border-radius:10px;cursor:pointer;box-shadow:0 6px 18px rgba(236,72,153,.3);transition:transform .13s,box-shadow .13s}.hr-login-btn,.hr-login-btn:hover{background:var(--ad-accent-grad);color:#fff}.hr-login-btn:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(236,72,153,.36)}.hr-login-btn:disabled{opacity:.6;cursor:wait}.hr-login-btn:disabled:hover{transform:none;box-shadow:0 6px 18px rgba(236,72,153,.3)}.hr-login-hint{margin-top:16px;padding:11px 13px;background:#f5f6fb;border:1px dashed var(--ad-border);border-radius:10px;font-size:12px;color:var(--ad-muted);text-align:center}.hr-login-hint code{background:#fff;padding:1px 6px;border-radius:5px;border:1px solid var(--ad-border);font-size:12px;color:var(--ad-text)}.hr-action-list{display:flex;flex-direction:column;gap:8px}.hr-action-row{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:12px;border:1px solid var(--ad-border);background:#fff;cursor:pointer;text-align:left;width:100%;font-size:13.5px;font-weight:500;transition:transform .12s,box-shadow .12s}.hr-action-row:hover{transform:translateY(-1px);box-shadow:var(--ad-shadow)}.hr-action-row .ic{font-size:16px}.hr-action-row .arrow{margin-left:auto;color:var(--ad-faint)}.hr-action-row.tone-red{border-left:4px solid #dc2626}.hr-action-row.tone-amber{border-left:4px solid #f59e0b}.hr-action-row.tone-green{border-left:4px solid #16a34a}.hr-quick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:14px;gap:14px}.hr-quick-btn{display:flex;flex-direction:column;gap:6px;align-items:flex-start;padding:22px 20px;border-radius:16px;border:1px solid var(--ad-border);background:#fff;cursor:pointer;text-align:left;box-shadow:var(--ad-shadow);transition:transform .13s,box-shadow .13s;position:relative;overflow:hidden;min-height:118px}.hr-quick-btn:hover{transform:translateY(-3px);box-shadow:var(--ad-shadow-lg)}.hr-quick-btn .qi{font-size:30px}.hr-quick-btn .qt{font-size:16px;font-weight:700}.hr-quick-btn .qs{font-size:12.5px;color:var(--ad-muted)}.hr-quick-btn .qbadge{position:absolute;top:16px;right:16px;background:var(--ad-pink);color:#fff;font-size:12px;font-weight:800;padding:3px 10px;border-radius:999px}.hr-quick-btn.q-amber:before,.hr-quick-btn.q-green:before,.hr-quick-btn.q-indigo:before,.hr-quick-btn.q-red:before,.hr-quick-btn.q-violet:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.hr-quick-btn.q-red:before{background:#dc2626}.hr-quick-btn.q-amber:before{background:#f59e0b}.hr-quick-btn.q-indigo:before{background:var(--ad-indigo)}.hr-quick-btn.q-green:before{background:#16a34a}.hr-quick-btn.q-violet:before{background:#8b5cf6}.hr-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));grid-gap:14px;gap:14px}.hr-host-card{background:#fff;border:1px solid var(--ad-border);border-radius:16px;padding:16px;box-shadow:var(--ad-shadow);display:flex;flex-direction:column;gap:12px}.hr-host-top{display:flex;align-items:center;gap:12px}.hr-host-top .ad-avatar{width:46px;height:46px;font-size:22px}.hr-host-name{font-weight:700;font-size:15px}.hr-host-sub{font-size:12px;color:var(--ad-faint)}.hr-host-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.hr-host-meta .l{font-size:11px;color:var(--ad-muted)}.hr-host-meta .v{font-size:14px;font-weight:600}.hr-req-list{display:flex;flex-direction:column;gap:10px}.hr-req-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;border:1px solid var(--ad-border);background:#fff;box-shadow:var(--ad-shadow)}.hr-req-row.is-escalated{border-left:4px solid #dc2626}.hr-req-main{flex:1 1;min-width:0}.hr-req-name{font-weight:700;font-size:15px}.hr-req-sub{font-size:12px;color:var(--ad-muted);display:flex;gap:10px;flex-wrap:wrap;margin-top:2px}.hr-req-amount{font-size:19px;font-weight:750;letter-spacing:-.01em;text-align:right}.hr-req-actions{display:flex;gap:8px;flex-shrink:0}.hr-ledger{display:flex;flex-direction:column}.hr-ledger-row{display:flex;align-items:center;gap:12px;padding:13px 4px;border-bottom:1px solid var(--ad-border-soft)}.hr-ledger-row:last-child{border-bottom:none}.hr-ledger-ic{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.hr-ledger-ic.credit{background:#dcfce7}.hr-ledger-ic.debit{background:#fee2e2}.hr-ledger-label{flex:1 1;font-weight:600;font-size:13.5px}.hr-ledger-sub{font-size:11px;color:var(--ad-faint);font-weight:400;margin-top:1px}.hr-ledger-amt{font-weight:700;font-size:15px}.hr-earn-row{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid var(--ad-border-soft)}.hr-earn-row:last-child{border-bottom:none}.hr-earn-main{flex:1 1}.hr-earn-name{font-weight:600;font-size:13.5px}.hr-earn-sub{font-size:12px;color:var(--ad-muted)}.hr-earn-commission{font-weight:700;font-size:15px;color:#16a34a}.hr-earn-total{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding:16px 18px;border-radius:14px;background:linear-gradient(135deg,rgba(236,72,153,.08),rgba(99,102,241,.08));border:1px solid var(--ad-border)}.hr-earn-total .l{font-size:13px;color:var(--ad-muted);font-weight:600}.hr-earn-total .v{font-size:24px;font-weight:800;letter-spacing:-.02em}.hr-profile-head{display:flex;align-items:center;gap:16px;padding:22px;border-radius:16px;background:#fff;border:1px solid var(--ad-border);box-shadow:var(--ad-shadow);margin-bottom:18px}.hr-profile-head .ad-avatar{width:68px;height:68px;font-size:32px}.hr-profile-head h2{margin:0;font-size:20px}.hr-profile-head .sub{color:var(--ad-muted);font-size:13px;margin-top:3px}.hr-profile-actions{display:flex;flex-direction:column;gap:10px}.hr-profile-action{display:flex;align-items:center;gap:12px;padding:15px 16px;border-radius:12px;border:1px solid var(--ad-border);background:#fff;cursor:pointer;text-align:left;width:100%;font-size:14px;font-weight:500;transition:background .12s}.hr-profile-action:hover{background:#f7f8fc}.hr-profile-action .ic{font-size:18px;width:24px;text-align:center}.hr-profile-action .arrow{margin-left:auto;color:var(--ad-faint)}.hr-profile-action.danger{color:#dc2626}@media (max-width:1280px){.hr-shell{grid-template-columns:220px 1fr}.hr-content{padding:20px 20px 64px}.hr-topbar{padding:12px 18px}}@media (max-width:860px){.hr-shell{grid-template-columns:1fr}.hr-sidebar{position:fixed;top:0;left:-288px;bottom:0;width:272px;z-index:70;transition:left .22s ease;box-shadow:0 0 40px rgba(0,0,0,.18);height:100dvh}.hr-shell.drawer-open .hr-sidebar{left:0}.hr-drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:60;opacity:0;pointer-events:none;transition:opacity .22s ease}.hr-shell.drawer-open .hr-drawer-backdrop{opacity:1;pointer-events:auto}.hr-hamburger{display:inline-flex}.hr-content{padding:18px 16px 84px}}@media (max-width:560px){.hr-content{padding:16px 12px 84px}.ad-kpi-grid{grid-template-columns:1fr 1fr;gap:10px}.ad-kpi{padding:14px 13px 12px;border-radius:12px}.ad-kpi-value{font-size:22px}.ad-page-head h1{font-size:20px}.hr-card-grid,.hr-quick-grid{grid-template-columns:1fr}.hr-req-row{flex-wrap:wrap}.hr-req-amount{text-align:left}.hr-req-actions{width:100%}.hr-req-actions .ad-btn{flex:1 1;justify-content:center}.hr-host-card{border-radius:14px}.ad-modal{width:100%!important}.hr-topbar{padding:10px 12px;gap:8px}.hr-topbar-title{font-size:14px}.hr-top-chip{padding:6px 10px;font-size:11.5px}.hr-profile-head{padding:18px;gap:12px}.hr-profile-head h2{font-size:18px}.hr-profile-head .ad-avatar{width:56px;height:56px;font-size:26px}.hr-earn-total{padding:14px 16px}.hr-earn-total .v{font-size:20px}.hr-req-amount{font-size:17px}}@media (max-width:400px){.hr-content{padding:14px 10px 84px}.ad-kpi-grid{grid-template-columns:1fr}.hr-top-chip{display:none}}