@import "https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&family=JetBrains+Mono:wght@500;700&display=swap";:root{--hp-primary:#0000e7;--hp-primary-dark:#000059;--hp-secondary:#4c4dee;--hp-sky:#339dff;--hp-cream:#fdedcf;--hp-page-bg:#f5f6f6;--hp-surface:#fff;--hp-text:#231f20;--hp-muted:#414042;--hp-border:#e8e8e8;--hp-error:#de1d2a;--hp-error-bg:#fdecee;--hp-text-soft:#5b585a;--hp-text-muted:#5b585a;--hp-accent:var(--hp-primary);--hp-accent-soft:var(--hp-bg-tint);--hp-bg-subtle:#f5f6f6;--hp-muted-bg:#ecebee;--hp-bg-tint:#eef0fb;--hp-warn-bg:#fff8e8;--hp-warn-border:#f3c969;--hp-warn-text:#6b4f00;--hp-type-task:#0004e7;--hp-type-approval:#e8830c;--hp-type-policy:#c2185b;--hp-type-onboarding:#0b8a00;--hp-type-training:#0e7490;--hp-cta-green:#0b8a00;--hp-cta-green-dark:#096e00;--font-sans:"Source Sans 3", "Source Sans Pro", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--r-input:8px;--r-card:15px;--r-pill:9999px;--ease:cubic-bezier(.2,.7,.2,1);--d-fast:.12s;--d-base:.18s}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--hp-page-bg)}html,body,#root{height:100%}.mmr-root{font-family:var(--font-sans);color:var(--hp-text);background:var(--hp-page-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100vh;font-size:16px;line-height:1.45}.mmr-root h1,.mmr-root h2,.mmr-root h3,.mmr-root p{margin:0}.mmr-root button{font-family:inherit}.mmr-header{background:var(--hp-surface);border-bottom:1px solid var(--hp-border);justify-content:space-between;align-items:center;height:72px;padding:0 56px;display:flex}.mmr-header__brand{align-items:center;gap:16px;display:flex}.mmr-header__logo{width:auto;height:30px;display:block}.mmr-header__appname{border-left:1px solid var(--hp-border);color:var(--hp-muted);letter-spacing:.02em;padding-left:16px;font-size:14px;font-weight:600}.mmr-header__user{align-items:center;gap:16px;display:flex}.mmr-userpill{background:var(--hp-page-bg);border-radius:var(--r-pill);color:var(--hp-text);align-items:center;gap:10px;padding:6px 14px 6px 6px;font-size:14px;display:inline-flex}.mmr-userpill__avatar{background:var(--hp-primary-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.mmr-signout{color:var(--hp-primary);cursor:pointer;font-size:14px;font-weight:600;text-decoration:none}.mmr-signout:hover{text-decoration:underline}.mmr-page{padding:40px 56px 64px;position:relative}@media (width<=640px){.mmr-page{padding:24px 16px 48px}.mmr-header{padding:0 16px}.mmr-card{padding:24px 20px}.mmr-grid{grid-template-columns:1fr!important}.mmr-grid>.mmr-col-2{grid-column:span 1}.mmr-success__hero{padding:40px 20px 24px}.mmr-success__details{grid-template-columns:1fr;gap:16px;padding:20px}.mmr-success__actions{padding:20px}}.mmr-page__inner{max-width:920px;margin:0 auto}.mmr-intro{margin-bottom:28px}.mmr-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--hp-primary);margin-bottom:8px;font-size:13px;font-weight:700}.mmr-title{letter-spacing:-.5px;color:var(--hp-primary-dark);margin-bottom:10px;font-size:34px;font-weight:700;line-height:1.15}.mmr-subtitle{color:var(--hp-muted);max-width:60ch;font-size:17px;line-height:1.5}.mmr-card{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--r-card);padding:36px 40px 32px}.mmr-section+.mmr-section{border-top:1px solid var(--hp-border);margin-top:32px;padding-top:32px}.mmr-section__head{margin-bottom:22px}.mmr-section__title{color:var(--hp-primary-dark);letter-spacing:-.1px;margin-bottom:4px;font-size:18px;font-weight:700}.mmr-section__hint{color:var(--hp-muted);font-size:14px}.mmr-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px;display:grid}.mmr-grid--col1{grid-template-columns:1fr}.mmr-grid--spaced{margin-top:22px}.mmr-grid>.mmr-col-2{grid-column:span 2}.mmr-field{flex-direction:column;gap:6px;min-width:0;display:flex}.mmr-label{color:var(--hp-text);align-items:center;gap:5px;font-size:14px;font-weight:600;display:inline-flex}.mmr-req{color:var(--hp-primary);font-size:14px;font-weight:700;line-height:1}.mmr-hint{color:var(--hp-muted);font-size:13px;line-height:1.4}.mmr-hint--err{color:var(--hp-error);align-items:center;gap:5px;display:inline-flex}.mmr-input,.mmr-select,.mmr-textarea{color:var(--hp-text);background:var(--hp-surface);border-radius:var(--r-input);width:100%;transition:border-color var(--d-fast) var(--ease), box-shadow var(--d-fast) var(--ease);appearance:none;border:1px solid #d6d6d6;outline:none;padding:11px 14px;font-family:inherit;font-size:15px}.mmr-input::placeholder,.mmr-textarea::placeholder{color:#9c9a9b}.mmr-input:hover,.mmr-select:hover,.mmr-textarea:hover{border-color:#b8b8b8}.mmr-input:focus,.mmr-select:focus,.mmr-textarea:focus{border-color:var(--hp-primary);box-shadow:0 0 0 3px #0000e726}.mmr-textarea{resize:vertical;min-height:96px;line-height:1.45}.mmr-input--error,.mmr-input--error:hover{border-color:var(--hp-error)}.mmr-input--error:focus{box-shadow:0 0 0 3px #de1d2a26}.mmr-selectwrap{position:relative}.mmr-select{cursor:pointer;padding-right:36px}.mmr-selectwrap:after{content:"";border-right:2px solid var(--hp-muted);border-bottom:2px solid var(--hp-muted);pointer-events:none;width:8px;height:8px;position:absolute;top:50%;right:14px;transform:translateY(-75%)rotate(45deg)}.mmr-disabled .mmr-input,.mmr-disabled .mmr-select,.mmr-disabled .mmr-textarea,.mmr-disabled .mmr-chip,.mmr-disabled .mmr-drop,.mmr-disabled .mmr-filerow{opacity:.6;pointer-events:none;background:#fafbfb}.mmr-disabled .mmr-selectwrap:after{opacity:.6}.mmr-chipgrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.mmr-chip{background:var(--hp-surface);border-radius:var(--r-input);cursor:pointer;color:var(--hp-text);transition:border-color var(--d-fast) var(--ease), background var(--d-fast) var(--ease);-webkit-user-select:none;user-select:none;border:1px solid #d6d6d6;align-items:center;gap:10px;padding:10px 14px;font-size:14px;font-weight:600;display:flex;position:relative}.mmr-chip input{opacity:0;pointer-events:none;position:absolute}.mmr-chip:hover{border-color:#a4a4a4}.mmr-chip:has(input:focus-visible){outline:2px solid var(--hp-primary);outline-offset:2px}.mmr-chip__box{width:18px;height:18px;transition:all var(--d-fast) var(--ease);background:#fff;border:1.5px solid #b9b9b9;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.mmr-chip__check{color:#fff;opacity:0;width:12px;height:12px;transition:all var(--d-fast) var(--ease);transform:scale(.5)}.mmr-chip--on{border-color:var(--hp-primary);background:var(--hp-bg-tint);color:var(--hp-primary-dark)}.mmr-chip--on .mmr-chip__box{background:var(--hp-primary);border-color:var(--hp-primary)}.mmr-chip--on .mmr-chip__check{opacity:1;transform:scale(1)}.mmr-source{grid-template-columns:1fr;gap:16px;display:grid}.mmr-or{color:var(--hp-text-soft);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:12px;font-size:13px;font-weight:600;display:flex}.mmr-or:before,.mmr-or:after{content:"";background:var(--hp-border);flex:1;height:1px}.mmr-drop{border-radius:var(--r-card);text-align:center;cursor:pointer;transition:all var(--d-base) var(--ease);background:#fafbff;border:1.5px dashed #c5c8d8;flex-direction:column;align-items:center;gap:10px;padding:28px;display:flex}.mmr-drop__input{display:none}.mmr-drop:hover,.mmr-drop--active{border-color:var(--hp-primary);background:var(--hp-bg-tint)}.mmr-drop__icon{border:1px solid var(--hp-border);width:44px;height:44px;color:var(--hp-primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.mmr-drop__head{color:var(--hp-text);font-size:15px;font-weight:600}.mmr-drop__link{color:var(--hp-primary);cursor:pointer;text-decoration:underline}.mmr-drop__hint{color:var(--hp-muted);font-size:13px}.mmr-filelist{flex-direction:column;gap:6px;margin-top:14px;display:flex}.mmr-filerow{border:1px solid var(--hp-border);border-radius:var(--r-input);background:#fff;align-items:center;gap:12px;padding:10px 12px;display:flex}.mmr-fileicon{background:var(--hp-bg-tint);width:32px;height:32px;color:var(--hp-primary-dark);letter-spacing:.04em;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.mmr-filemeta{flex-direction:column;flex:1;min-width:0;display:flex}.mmr-filename{color:var(--hp-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.mmr-filesize{color:var(--hp-muted);font-size:12px}.mmr-fileremove{color:var(--hp-muted);cursor:pointer;transition:background var(--d-fast) var(--ease), color var(--d-fast) var(--ease);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:6px;display:inline-flex}.mmr-fileremove:hover{color:var(--hp-error);background:#f3f3f3}.mmr-filesummary{color:var(--hp-muted);justify-content:space-between;align-items:center;margin-top:10px;font-size:13px;display:flex}.mmr-foot{border-top:1px solid var(--hp-border);flex-direction:column;gap:16px;margin-top:32px;padding-top:24px;display:flex}.mmr-footrow{justify-content:flex-end;align-items:center;gap:16px;display:flex}.mmr-foot__hint{color:var(--hp-muted);flex:1;align-items:center;gap:6px;font-size:13px;display:inline-flex}.mmr-btn{border-radius:var(--r-pill);cursor:pointer;transition:background var(--d-fast) var(--ease), color var(--d-fast) var(--ease), border-color var(--d-fast) var(--ease), transform var(--d-fast) var(--ease);letter-spacing:.005em;border:1px solid #0000;align-items:center;gap:10px;padding:12px 28px;font-family:inherit;font-size:15px;font-weight:700;display:inline-flex}.mmr-btn--primary{background:var(--hp-primary);color:#fff}.mmr-btn--primary:hover{background:#1212f0}.mmr-btn--primary:active{transform:translateY(1px)}.mmr-btn--primary:disabled{cursor:not-allowed;background:#a5a5d8}.mmr-btn--ghost{color:var(--hp-primary-dark);background:0 0;border-color:#0000}.mmr-btn--ghost:hover{background:var(--hp-page-bg)}.mmr-btn--outline{color:var(--hp-primary);border-color:var(--hp-primary);background:#fff}.mmr-btn--outline:hover{background:var(--hp-bg-tint)}.mmr-btn--danger{color:var(--hp-error);border-color:var(--hp-error);background:#fff}.mmr-btn--danger:hover{background:#fdecee}.mmr-btn--danger:active{transform:translateY(1px)}.mmr-btn--danger:disabled{color:#d89aa0;cursor:not-allowed;border-color:#e7b8bd}.mmr-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite mmr-spin}@keyframes mmr-spin{to{transform:rotate(360deg)}}.mmr-errorbar{border-radius:var(--r-input);color:#7a0e16;background:#fdecee;border:1px solid #f5b5ba;align-items:flex-start;gap:12px;padding:14px 16px;font-size:14px;line-height:1.45;display:flex}.mmr-errorbar__icon{color:var(--hp-error);flex-shrink:0;margin-top:1px}.mmr-errorbar__title{color:var(--hp-error);margin-bottom:2px;font-weight:700}.mmr-success{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--r-card);padding:0;position:relative;overflow:hidden}.mmr-success__hero{text-align:center;background:radial-gradient(circle at 50% 0%, #0000e70f, transparent 60%), var(--hp-surface);padding:56px 48px 32px;position:relative;overflow:hidden}.mmr-success__mark{background:var(--hp-primary);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:24px;display:inline-flex;position:relative;box-shadow:0 12px 32px #0000e738}.mmr-success__check{stroke:#fff;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:50;stroke-dashoffset:50px;width:48px;height:48px;animation:mmr-check-draw .7s .25s var(--ease) forwards}@keyframes mmr-check-draw{to{stroke-dashoffset:0}}.mmr-success__title{color:var(--hp-primary-dark);letter-spacing:-.4px;margin-bottom:10px;font-size:32px;font-weight:700}.mmr-success__msg{color:var(--hp-muted);text-align:center;max-width:52ch;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.5;display:block}.mmr-idblock{background:var(--hp-cream);border-radius:var(--r-card);z-index:2;flex-direction:column;align-items:center;gap:4px;width:max-content;max-width:100%;margin:28px auto 0;padding:18px 28px;display:flex;position:relative}.mmr-idblock__label{text-transform:uppercase;letter-spacing:.12em;color:var(--hp-warn-text);font-size:12px;font-weight:700}.mmr-idblock__id{font-family:var(--font-mono);color:var(--hp-primary-dark);letter-spacing:1px;font-size:36px;font-weight:700;line-height:1.1}.mmr-success__details{background:var(--hp-page-bg);border-top:1px solid var(--hp-border);grid-template-columns:repeat(3,1fr);gap:24px;padding:24px 48px;display:grid}.mmr-detail__label{color:var(--hp-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:12px;font-weight:700}.mmr-detail__value{color:var(--hp-text);font-size:15px;font-weight:600}.mmr-success__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:24px 48px 32px;display:flex}.mmr-warning{background:var(--hp-warn-bg);border:1.5px solid var(--hp-warn-border);border-radius:var(--r-card);align-items:flex-start;gap:14px;margin:0 32px;padding:18px 22px;display:flex}.mmr-warning__icon{background:var(--hp-warn-border);width:28px;height:28px;color:var(--hp-warn-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.mmr-warning__title{color:var(--hp-warn-text);margin-bottom:4px;font-size:15px;font-weight:700}.mmr-warning__body{color:var(--hp-warn-text);font-size:14px;line-height:1.5}.mmr-warning__files{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.mmr-warning__file{font-family:var(--font-mono);border-radius:var(--r-pill);color:var(--hp-warn-text);background:#fff9;border:1px solid #0000000f;padding:3px 10px;font-size:12px}.mmr-confetti{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.mmr-confetti i{opacity:0;border-radius:2px;width:10px;height:16px;animation:2.6s ease-out forwards mmr-fall;position:absolute;top:-20px}@keyframes mmr-fall{0%{opacity:0;transform:translateY(-20px)rotate(0)}10%{opacity:1}to{opacity:0;transform:translate3d(var(--dx,30px), 460px, 0) rotate(var(--rot,540deg))}}.mmr-submitting-bar{background:var(--hp-border);border-radius:var(--r-pill);height:3px;margin-bottom:16px;position:relative;overflow:hidden}.mmr-submitting-bar:after{content:"";background:linear-gradient(90deg, transparent, var(--hp-primary), transparent);width:30%;height:100%;animation:1.4s linear infinite mmr-slide;position:absolute;top:0;left:0}@keyframes mmr-slide{0%{transform:translate(-100%)}to{transform:translate(380%)}}.hub-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-top:8px;display:grid}.hub-tile{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--r-card);color:inherit;transition:border-color var(--d-fast) var(--ease), transform var(--d-fast) var(--ease), box-shadow var(--d-fast) var(--ease);flex-direction:column;gap:8px;padding:28px 30px 24px;text-decoration:none;display:flex}.hub-tile:hover{border-color:var(--hp-primary);transform:translateY(-2px);box-shadow:0 12px 24px #0000e714}.hub-tile__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--hp-primary);font-size:12px;font-weight:700}.hub-tile__title{color:var(--hp-primary-dark);letter-spacing:-.2px;font-size:20px;font-weight:700}.hub-tile__blurb{color:var(--hp-muted);flex:1;margin-bottom:8px;font-size:14px;line-height:1.5}.hub-tile__cta{color:var(--hp-primary);font-size:14px;font-weight:700}:root{--hub-sidebar-w:248px;--hub-rail-w:64px;--hub-header-h:64px;--hp-space-1:4px;--hp-space-2:8px;--hp-space-3:12px;--hp-space-4:16px;--hp-space-5:24px;--hp-space-6:32px;--hp-space-7:48px;--hp-radius-sm:6px;--hp-radius-md:8px;--hp-radius-lg:12px;--hp-radius-pill:999px;--hp-shadow-sm:0 1px 2px #231f200f;--hp-shadow-md:0 4px 16px #231f201a;--hp-shadow-lg:0 12px 32px #231f2029;--hp-z-base:1;--hp-z-sticky:100;--hp-z-chat:700;--hp-z-drawer:800;--hp-z-modal:1000;--hp-z-toast:1100}.hp-root{font-family:var(--font-sans,"Source Sans 3", system-ui, sans-serif);color:var(--hp-text,#231f20);background:var(--hp-page-bg,#f5f6f6);grid-template-columns:var(--hub-sidebar-w) 1fr;grid-template-rows:100%;width:100%;height:100%;font-size:15px;display:grid;position:relative;overflow:hidden}.hp-root--embedded{grid-template-columns:1fr}.hp-root--embedded .hp-toolnav{display:none}.hp-root--embedded.hp-root--toolnav{grid-template-columns:1fr}.hp-root--embedded{--hub-bar-h:0px}.hp-root *,.hp-root :before,.hp-root :after{box-sizing:border-box}.hp-root h1,.hp-root h2,.hp-root h3,.hp-root h4,.hp-root p{margin:0}.hp-root button{font-family:inherit}.hp-side{border-right:1px solid var(--hp-border,#e8e8e8);background:#fff;flex-direction:column;display:flex;overflow:hidden}.hp-side__brand{border-bottom:1px solid var(--hp-border,#e8e8e8);align-items:center;gap:12px;padding:22px 24px 20px;display:flex}.hp-side__logo{width:auto;height:28px;display:block}.hp-side__logomark{width:auto;height:30px;display:none}.hp-side__nav{flex-direction:column;flex:1;gap:2px;padding:14px;display:flex;overflow-y:auto}.hp-navgroup{flex-direction:column;gap:2px;display:flex}.hp-navgroup+.hp-navgroup{margin-top:18px}.hp-navgroup__label{text-transform:uppercase;letter-spacing:.1em;color:#8c8a8c;padding:0 12px 8px;font-size:11px;font-weight:700}.hp-navitem{color:#2f2c2d;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:11px;padding:9px 12px;font-size:14px;font-weight:600;transition:background .12s cubic-bezier(.2,.7,.2,1),color .12s cubic-bezier(.2,.7,.2,1);display:flex;position:relative}.hp-navitem:hover{color:var(--hp-primary-dark,#000059);background:#f5f6f6}.hp-navitem--active{color:var(--hp-primary,#0000e7);background:#eef0fb}.hp-navitem--active:before{content:"";background:var(--hp-primary,#0000e7);border-radius:0 3px 3px 0;width:3px;position:absolute;top:8px;bottom:8px;left:-14px}.hp-navitem--disabled{color:#b2b1b3;cursor:not-allowed;pointer-events:none}.hp-navitem__icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.hp-navitem__label{flex:1;min-width:0}.hp-navitem__tag{text-transform:uppercase;letter-spacing:.06em;color:#807e80;background:#ecebee;border-radius:9999px;padding:2px 6px;font-size:10px;font-weight:700}.hp-navitem--active .hp-navitem__tag{color:var(--hp-primary,#0000e7);background:#0000e71f}.hp-side__user{border-top:1px solid var(--hp-border,#e8e8e8);align-items:center;gap:10px;padding:14px 16px;display:flex}.hp-avatar{background:var(--hp-primary-dark,#000059);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:inline-flex}.hp-side__usermeta{flex-direction:column;flex:1;min-width:0;display:flex}.hp-side__username{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.hp-side__userrole{color:#6f6d6e;font-size:12px}.hp-iconbtn{cursor:pointer;color:#807e80;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .12s;display:inline-flex}.hp-iconbtn:hover{color:var(--hp-text,#231f20);background:#f0f0f1}a.hp-iconbtn{color:#807e80;text-decoration:none}a.hp-iconbtn:hover{color:var(--hp-text,#231f20)}.hp-roleswitcher{border-top:1px solid var(--hp-border,#e8e8e8);flex-direction:column;gap:8px;padding:10px 14px;display:flex}.hp-roleswitcher--active{background:var(--hp-warn-bg,#fff8e8)}.hp-roleswitcher__toggle{width:100%;color:var(--hp-muted,#414042);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:7px 8px;font-size:13px;font-weight:600;transition:background .12s;display:flex}.hp-roleswitcher__toggle:hover{background:#f0f0f1}.hp-roleswitcher__toggle-icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.hp-roleswitcher__panel{flex-direction:column;gap:8px;padding:4px 2px 2px;display:flex}.hp-roleswitcher__hint{color:var(--hp-text-soft,#5b585a);margin:0;font-size:12px;line-height:1.4}.hp-roleswitcher__list{flex-direction:column;gap:4px;display:flex}.hp-roleswitcher__opt{color:var(--hp-text,#231f20);cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.hp-roleswitcher__actions{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.hp-side__collapse{border:0;border-top:1px solid var(--hp-border,#e8e8e8);cursor:pointer;color:#6f6d6e;background:0 0;align-items:center;gap:11px;width:100%;padding:11px 18px;font-size:13px;font-weight:600;transition:background .12s,color .12s;display:flex}.hp-side__collapse:hover{color:var(--hp-primary-dark,#000059);background:#f5f6f6}.hp-side__collapse-chevron{flex-shrink:0;transition:transform .18s cubic-bezier(.4,0,.2,1);display:inline-flex}.hp-side__collapse-chevron--collapsed{transform:rotate(180deg)}.hp-side__collapse-label{text-align:left;flex:1}.hp-toolnav{display:none}@media (width>=1025px){.hp-root--toolnav{grid-template-columns:var(--hub-sidebar-w) 240px 1fr}.hp-root--rail.hp-root--toolnav{grid-template-columns:var(--hub-rail-w) 240px 1fr}.hp-root--toolnav .hp-toolnav{border-right:1px solid var(--hp-border,#e8e8e8);background:#fff;flex-direction:column;min-height:0;padding:18px 14px;display:flex;overflow-y:auto}}.hp-main{background:var(--hp-page-bg,#f5f6f6);grid-template-rows:auto 1fr;grid-template-columns:minmax(0,1fr);min-width:0;min-height:0;display:grid}.hp-pagebar{min-height:var(--hub-header-h);border-bottom:1px solid var(--hp-border,#e8e8e8);background:#fff;flex-wrap:nowrap;align-items:center;gap:14px;min-width:0;padding:0 28px;display:flex}.hp-pagebar--stacked{flex-wrap:wrap;row-gap:8px;padding-top:10px;padding-bottom:10px}.hp-pagebar--stacked .hp-pagebar__right{order:1}.hp-pagebar--stacked .hp-pagebar__left{flex-basis:100%;order:2}.hp-pagebar--stacked .hp-topbar__navtoggle--mobile{order:0}.hp-pagebar__left{flex:auto;align-items:center;gap:12px;min-width:0;display:flex}.hp-pagebar__pageslot{display:contents}.hp-pagebar__pageslot:not(:empty)~.hp-pagebar__legacy{display:none}.hp-crumb{color:#6f6d6e;align-items:center;gap:8px;font-size:13px;display:flex}.hp-crumb__chip{color:#6f6d6e;letter-spacing:.04em;background:#ecebee;border-radius:9999px;padding:3px 8px;font-size:12px;font-weight:700}.hp-crumb__sep{opacity:.4}.hp-crumb__leaf{color:var(--hp-text);font-weight:600}.hp-pagebar__back{border:1px solid var(--hp-border,#e8e8e8);width:32px;height:32px;color:var(--hp-muted,#414042);cursor:pointer;transition:border-color .12s var(--ease,ease), color .12s var(--ease,ease);background:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.hp-pagebar__back:hover{border-color:var(--hp-primary,#0000e7);color:var(--hp-primary,#0000e7)}.hp-pagebar__crumb{color:#8c8a8c;white-space:nowrap;text-overflow:ellipsis;max-width:240px;font-size:13px;font-weight:700;overflow:hidden}.hp-pagebar__title{min-width:0;color:var(--hp-primary-dark,#000059);letter-spacing:-.4px;white-space:nowrap;text-overflow:ellipsis;flex:0 auto;margin:0;font-size:20px;font-weight:700;overflow:hidden}.hp-pagebar__title--mono{font-variant-numeric:tabular-nums;letter-spacing:-.2px}.hp-pagebar__scope{color:#8c8a8c;white-space:nowrap;text-overflow:ellipsis;border-left:1px solid var(--hp-border,#e8e8e8);flex:auto;min-width:0;margin-left:12px;padding-left:12px;font-size:13px;overflow:hidden}.hp-pagebar__scope--loading{color:#0000;min-width:150px;position:relative}.hp-pagebar__scope--loading:after{content:"";background:linear-gradient(90deg,#ececee 0%,#f7f7f8 50%,#ececee 100%) 0 0/200% 100%;border-radius:5px;height:10px;animation:1.2s linear infinite hp-skel-shimmer;position:absolute;top:50%;left:12px;right:0;transform:translateY(-50%)}.hp-pagebar__right{flex:none;align-items:center;gap:8px;margin-left:auto;display:flex}.hp-pagebar__actions{align-items:center;gap:8px;display:flex}.hp-pagebar__actions:empty{display:none}.hp-pagebar__divider{background:var(--hp-border,#e8e8e8);width:1px;height:26px;margin:0 2px}.hp-pagebar__actions:empty+.hp-pagebar__divider--badge,.hp-pagebar:not(.hp-pagebar--acting) .hp-pagebar__actions:empty~.hp-pagebar__divider--bell{display:none}.hp-bellmenu-wrap{display:inline-flex;position:relative}.hp-pagebar__bell{position:relative}.hp-pagebar__bell-dot{border:2px solid var(--hp-surface,#fff);background:#c8102e;border-radius:50%;width:8px;height:8px;position:absolute;top:5px;right:5px}.hp-bellmenu{min-width:244px;position:absolute;top:calc(100% + 8px);right:0}.hp-bellmenu__item{justify-content:space-between;align-items:baseline;gap:16px;text-decoration:none;display:flex}.hp-bellmenu__label{font-weight:600}.hp-bellmenu__count{color:#6f6d6e;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12.5px}.hp-bellmenu__empty{color:#6f6d6e;margin:0;padding:8px 10px;font-size:13.5px}.hp-pagebar__acting{white-space:nowrap;cursor:pointer;background:var(--hp-warn-bg,#fff8e8);height:30px;color:var(--hp-warn-text,#6b4f00);border:1px solid var(--hp-warn-border,#f3c969);transition:background .12s var(--ease,ease);border-radius:9999px;flex:none;align-items:center;gap:6px;padding:0 10px 0 12px;font-family:inherit;font-size:12.5px;font-weight:600;display:inline-flex}.hp-pagebar__acting:before{content:"";background:#e0941a;border-radius:50%;flex:none;width:7px;height:7px}.hp-pagebar__acting:hover{background:#fdf1d6}.hp-pagebar__acting b{font-weight:800}.hp-pagebar__acting-label{opacity:.8}.hp-pagebar__acting-x{opacity:.55;margin-left:2px;font-size:15px;line-height:1}.hp-pagebar__acting:hover .hp-pagebar__acting-x{opacity:.9}.hp-usermenu-wrap{display:inline-flex;position:relative}.hp-usermenu-scrim{z-index:59;position:fixed;inset:0}.hp-usermenu{min-width:188px;position:absolute;bottom:calc(100% + 8px);right:0}.hp-usermenu__item{white-space:nowrap;color:var(--hp-text,#231f20);align-items:center;gap:9px;text-decoration:none;display:flex}.hp-usermenu__item svg{color:#6f6d6e;flex:none}.hp-usermenu__item:hover svg{color:var(--hp-primary,#0000e7)}.hp-usermenu__version{border:0;border-top:1px solid var(--hp-border,#e6e4e5);text-align:left;width:100%;font:inherit;color:#8a8788;cursor:pointer;background:0 0;margin-top:4px;padding:8px 12px 4px;font-size:12px;display:block}.hp-usermenu__version:hover{color:var(--hp-primary,#0000e7)}.hp-content{padding:32px 40px 48px;overflow-y:auto}.hp-content__inner{max-width:1280px;margin:0 auto}.hp-topbar__navtoggle{flex-shrink:0}.hp-topbar__navtoggle--mobile{display:none}@media (width>=1025px){.hp-root--rail{grid-template-columns:var(--hub-rail-w) 1fr}.hp-root--rail .hp-navgroup__label,.hp-root--rail .hp-navitem__label,.hp-root--rail .hp-navitem__tag,.hp-root--rail .hp-side__brandtag,.hp-root--rail .hp-side__logo,.hp-root--rail .hp-side__usermeta,.hp-root--rail .hp-side__collapse-label,.hp-root--rail .hp-side__user .hp-avatar,.hp-root--rail .hp-roleswitcher{display:none}.hp-root--rail .hp-side__logomark{display:block}.hp-root--rail .hp-navitem{justify-content:center;padding-left:0;padding-right:0}.hp-root--rail .hp-navitem--active:before{left:-10px}.hp-root--rail .hp-side__brand{justify-content:center;padding-left:12px;padding-right:12px}.hp-root--rail .hp-side__nav{padding:14px 10px}.hp-root--rail .hp-side__collapse{justify-content:center;padding-left:0;padding-right:0}.hp-root--rail .hp-side__user{justify-content:center;padding:14px 0}.hp-root--rail .hp-side{z-index:10;position:relative;overflow:visible}.hp-root--rail .hp-usermenu{left:0;right:auto}}@media (width<=1024px){.hp-root{grid-template-columns:1fr}.hp-side{z-index:120;visibility:hidden;width:min(280px,84vw);transition:transform .22s cubic-bezier(.4,0,.2,1),visibility .22s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 0 40px #0000002e}.hp-root--drawer-open .hp-side{visibility:visible;transform:translate(0)}.hp-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:110;cursor:pointer;background:#0f101673;border:0;position:fixed;inset:0}.hp-pagebar{gap:10px;padding:0 12px}.hp-pagebar--stacked{padding-top:8px;padding-bottom:8px}.hp-topbar__navtoggle--mobile{width:44px;height:44px;display:inline-flex}.hp-side__collapse{display:none}}.hp-pagehead{align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.hp-pagehead__main{flex:1;min-width:0}.hp-pagehead__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--hp-primary,#0000e7);margin-bottom:6px;font-size:13px;font-weight:700}.hp-pagehead__title{letter-spacing:-.4px;color:var(--hp-primary-dark,#000059);margin-bottom:6px;font-size:30px;font-weight:700;line-height:1.15}.hp-pagehead__sub{color:var(--hp-muted,#414042);max-width:64ch;font-size:15px;line-height:1.5}.hp-pagehead__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.hp-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:9999px;align-items:center;gap:8px;height:38px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:700;transition:background .12s cubic-bezier(.2,.7,.2,1),color .12s cubic-bezier(.2,.7,.2,1),border-color .12s cubic-bezier(.2,.7,.2,1),box-shadow .12s cubic-bezier(.2,.7,.2,1);display:inline-flex}.hp-btn--primary{background:var(--hp-primary,#0000e7);color:#fff}.hp-btn--primary:hover{background:#1212f0}.hp-btn--outline{color:var(--hp-primary,#0000e7);background:#fff;border-color:#d2d4e8}.hp-btn--outline:hover{border-color:var(--hp-primary,#0000e7);background:#fbfbff}.hp-btn--ghost{color:var(--hp-text,#231f20);background:0 0}.hp-btn--ghost:hover{background:#ecebee}.hp-btn--danger{color:var(--hp-error,#de1d2a);background:#fff;border-color:#f3c2c6}.hp-btn--danger:hover{border-color:var(--hp-error);background:#fdecee}.hp-btn--sm{height:30px;padding:0 12px;font-size:13px}.hp-welcome{color:#fff;background:linear-gradient(110deg,#000059 0%,#0000e7 70%,#4c4dee 100%);border-radius:16px;margin-bottom:28px;padding:32px 36px;position:relative;overflow:hidden}.hp-welcome:after{content:"";pointer-events:none;background:radial-gradient(circle,#fdedcf2e,#0000 60%);border-radius:50%;width:380px;height:380px;position:absolute;top:-120px;right:-80px}.hp-welcome:before{content:"";pointer-events:none;background:radial-gradient(circle,#339dff40,#0000 65%);border-radius:50%;width:260px;height:260px;position:absolute;bottom:-100px;left:-40px}.hp-welcome__inner{z-index:1;grid-template-columns:1fr auto;align-items:center;gap:32px;display:grid;position:relative}.hp-welcome__greet{text-transform:uppercase;letter-spacing:.1em;opacity:.7;margin-bottom:6px;font-size:14px;font-weight:700}.hp-welcome__title{letter-spacing:-.3px;margin-bottom:10px;font-size:32px;font-weight:700;line-height:1.2}.hp-welcome__sub{opacity:.85;max-width:56ch;font-size:16px;line-height:1.5}.hp-welcome__cta{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.hp-welcome__cta .hp-btn--primary{color:var(--hp-primary,#0000e7);background:#fff}.hp-welcome__cta .hp-btn--primary:hover{background:var(--hp-cream,#fdedcf)}.hp-welcome__cta .hp-btn--outline{color:#fff;background:0 0;border-color:#ffffff73}.hp-welcome__cta .hp-btn--outline:hover{background:#ffffff1a;border-color:#fff}.hp-section{margin-top:36px}.hp-section__head{align-items:baseline;gap:16px;margin-bottom:16px;display:flex}.hp-section__title{color:var(--hp-primary-dark,#000059);letter-spacing:-.1px;font-size:18px;font-weight:700}.hp-section__title--sm{font-size:15px}.hp-divider{border:0;border-top:1px solid var(--hp-border,#e8e8e8);margin:16px 0}.hp-section__hint{color:#8c8a8c;font-size:13px}.hp-section__actions{margin-left:auto}.hp-section__link{color:var(--hp-primary,#0000e7);cursor:pointer;margin-left:auto;font-size:13px;font-weight:700}.hp-detail{gap:var(--hp-space-5,24px);flex-direction:column;display:flex}.hp-detail__header{gap:var(--hp-space-2,8px);flex-direction:column;display:flex}.hp-detail__back{color:var(--hp-primary,#0000e7);cursor:pointer;align-self:flex-start;align-items:center;gap:4px;font-size:13px;font-weight:700;display:inline-flex}.hp-detail__heading{justify-content:space-between;align-items:flex-start;gap:var(--hp-space-4,16px);flex-wrap:wrap;display:flex}.hp-detail__titlegroup{flex-direction:column;gap:4px;min-width:0;display:flex}.hp-detail__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#8c8a8c;font-size:11px;font-weight:700}.hp-detail__titleline{align-items:center;gap:var(--hp-space-3,12px);flex-wrap:wrap;display:flex}.hp-detail__title{color:var(--hp-primary-dark,#000059);letter-spacing:-.2px;margin:0;font-size:22px;font-weight:700}.hp-detail__actions{align-items:center;gap:var(--hp-space-2,8px);flex-shrink:0;display:inline-flex}.hp-detail__body--split{gap:var(--hp-space-5,24px);grid-template-columns:minmax(0,1fr) minmax(0,320px);align-items:start;display:grid}@media (width<=880px){.hp-detail__body--split{grid-template-columns:minmax(0,1fr)}}.hp-detail__main,.hp-detail__aside{min-width:0}.hp-fieldlist{gap:6px var(--hp-space-4,16px);grid-template-columns:max-content minmax(0,1fr);align-items:baseline;display:grid}.hp-fieldlist>dt{color:var(--hp-muted,#414042);font-size:13px;font-weight:600}.hp-fieldlist>dd{word-break:break-word;margin:0}.hp-tools,.hp-tilegrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;display:grid}.hp-tile{border:1px solid var(--hp-border,#e8e8e8);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;gap:14px;min-height:188px;padding:22px 22px 20px;transition:border-color .15s cubic-bezier(.2,.7,.2,1),box-shadow .15s,transform .15s;display:flex;position:relative}.hp-tile:hover{border-color:var(--hp-primary,#0000e7);transform:translateY(-1px);box-shadow:0 8px 24px #00005914}.hp-tile__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.hp-tile__icon{width:44px;height:44px;color:var(--hp-primary,#0000e7);background:#eef0fb;border-radius:12px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.hp-tile__icon img{object-fit:contain;border-radius:6px}.hp-iconbtn.hp-star{color:#b2b1b3}.hp-iconbtn.hp-star[aria-pressed=true]{color:var(--hp-primary,#0000e7)}.hp-tile__status{text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;padding:3px 9px;font-size:11px;font-weight:700}.hp-tile__status--internal{color:#0000e7;background:#eef0fb}.hp-tile__status--external{color:#6f6d6e;background:#f0f0f1}.hp-tile__status--soon{color:#6b4f00;background:#fdedcf}.hp-tile__title{color:var(--hp-primary-dark,#000059);letter-spacing:-.2px;-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:18px;font-weight:700;display:-webkit-box;overflow:hidden}.hp-tile__desc{color:var(--hp-muted,#414042);flex:1;font-size:13.5px;line-height:1.5}.hp-tile__foot{color:#8c8a8c;justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.hp-tile__action{color:var(--hp-primary,#0000e7);align-items:center;gap:4px;font-size:13px;font-weight:700;display:inline-flex}.hp-tile--disabled{cursor:not-allowed}.hp-tile--disabled:hover{border-color:var(--hp-border,#e8e8e8);box-shadow:none;transform:none}.hp-tile--disabled .hp-tile__icon{color:#b2b1b3;background:#f4f4f5}.hp-tile--disabled .hp-tile__title{color:#6f6d6e}.hp-tile--disabled .hp-tile__desc{color:#98979a}.hp-tile--disabled .hp-tile__action{color:#b2b1b3}.hp-activity{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;overflow:hidden}.hp-activity__row{border-bottom:1px solid var(--hp-border,#e8e8e8);grid-template-columns:28px 1fr 160px 80px;align-items:center;gap:14px;padding:14px 20px;display:grid}.hp-activity__row:last-child{border-bottom:0}.hp-activity__dot{background:var(--hp-primary,#0000e7);border-radius:50%;width:10px;height:10px;margin:0 auto}.hp-activity__dot--green{background:#0c9900}.hp-activity__dot--amber{background:#f3c969}.hp-activity__dot--red{background:var(--hp-error,#de1d2a)}.hp-activity__title{color:var(--hp-text,#231f20);font-size:14px;font-weight:600}.hp-activity__sub{color:#8c8a8c;margin-top:2px;font-size:12.5px}.hp-activity__meta{color:#6f6d6e;font-size:12.5px}.hp-activity__link{color:var(--hp-primary,#0000e7);text-align:right;cursor:pointer;font-size:12.5px;font-weight:700}.hp-feat{color:var(--hp-primary,#0000e7);letter-spacing:.02em;background:#eef0fb;border-radius:9999px;align-items:center;gap:4px;padding:2px 8px;font-size:11.5px;font-weight:700;display:inline-flex}.hp-feat--off{color:#b2b1b3;background:0 0;border:1px dashed #d6d6d6}.hp-feat svg{display:block}.hp-prio{font-family:var(--font-mono,monospace);color:#414042;background:#f0f0f1;border-radius:5px;justify-content:center;align-items:center;min-width:26px;height:22px;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.hp-prio--p1,.hp-prio--p2{color:var(--hp-error,#de1d2a);background:#fdecee}.hp-prio--p3,.hp-prio--p4{color:#6b4f00;background:#fdedcf}.hp-prio--p5,.hp-prio--p6,.hp-prio--p7{color:var(--hp-primary,#0000e7);background:#eef0fb}.hp-prio--p8,.hp-prio--p9,.hp-prio--p10{color:#6f6d6e;background:#f0f0f1}.hp-chan{text-transform:uppercase;letter-spacing:.06em;border-radius:9999px;align-items:center;gap:4px;padding:2px 8px;font-size:11.5px;font-weight:700;display:inline-flex}.hp-chan--voice{color:#0a5294;background:#ecf5fe}.hp-chan--sms{color:#5a2b91;background:#f3e9ff}.hp-badge{text-transform:capitalize;letter-spacing:0;white-space:nowrap;border-radius:9999px;align-items:center;gap:5px;padding:3px 9px;font-size:12px;font-weight:700;display:inline-flex}.hp-badge:before{content:"";border-radius:50%;width:6px;height:6px}.hp-badge--active{color:#066b3d;background:#e6f4ec}.hp-badge--active:before{background:#0c9900}.hp-badge--inuse{color:#066b3d;background:#e6f4ec}.hp-badge--inuse:before{background:#0c9900}.hp-badge--free{color:#6f6d6e;background:#f0f0f1}.hp-badge--free:before{background:#98979a}.hp-badge--routing{color:var(--hp-primary,#0000e7);background:#eef0fb}.hp-badge--routing:before{background:var(--hp-primary,#0000e7)}.hp-badge--idle{color:#6f6d6e;background:#f0f0f1}.hp-badge--idle:before{background:#98979a}.hp-badge--retiring{color:#6b4f00;background:#fdedcf}.hp-badge--retiring:before{background:#f3c969}.hp-badge--quarantine{color:var(--hp-error,#de1d2a);background:#fdecee}.hp-badge--quarantine:before{background:var(--hp-error,#de1d2a)}.hp-badge--pending{color:#0a5294;background:#ecf5fe}.hp-badge--pending:before{background:#339dff}.hp-pill{border:1px solid var(--hp-border,#e8e8e8);height:36px;color:var(--hp-text,#231f20);cursor:pointer;white-space:nowrap;background:#fff;border-radius:9999px;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:600;transition:border-color .12s,background .12s;display:inline-flex}.hp-pill:hover{border-color:#b8b8b8}.hp-pill--on{border-color:var(--hp-primary,#0000e7);color:var(--hp-primary,#0000e7);background:#eef0fb}.hp-pill__count{background:var(--hp-primary,#0000e7);color:#fff;border-radius:9999px;padding:1px 6px;font-size:11px;font-weight:700}.hp-pill--quiet{color:#6f6d6e;background:0 0;border-color:#0000}.hp-pill--quiet:hover{background:#f0f0f1}.hp-chiprow{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.hp-pill--split{padding:0}.hp-pill__btn{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:9999px;align-items:center;gap:6px;height:100%;padding:0 4px 0 14px;display:inline-flex}.hp-pill__delete{cursor:pointer;color:#9c9a9c;background:0 0;border:0;padding:0 10px 0 2px;font-size:14px;line-height:1}.hp-pill__delete:hover{color:var(--hp-error,#de1d2a)}.hp-pill--action{color:#6f6d6e;background:#fafbfb;border-style:dashed}.hp-pill--action:hover{color:var(--hp-primary,#0000e7);border-color:var(--hp-primary,#0000e7)}.hp-pill:focus-visible,.hp-pill__btn:focus-visible,.hp-pill__delete:focus-visible{outline:2px solid var(--hp-primary,#0000e7);outline-offset:1px}.hp-tablewrap{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:12px;overflow:auto hidden}.hp-tablewrap--xscroll{overflow-x:auto}.hp-table{border-collapse:collapse;width:100%;font-size:14px}.hp-table th,.hp-table td{text-align:left;vertical-align:middle;padding:14px 16px}.hp-table thead th{text-transform:uppercase;letter-spacing:.06em;color:#6f6d6e;border-bottom:1px solid var(--hp-border,#e8e8e8);white-space:nowrap;background:#fafbfb;font-size:12px;font-weight:700}.hp-th-sort{font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin:0;padding:0;display:inline-flex}.hp-th-sort:hover{color:var(--hp-text,#231f20)}.hp-th-sort__icon--idle{opacity:.3}.hp-table tbody tr{border-bottom:1px solid #f0f0f1;transition:background .12s}.hp-table tbody tr:last-child{border-bottom:0}.hp-table tbody tr:hover{cursor:pointer;background:#fafbfb}.hp-table tbody tr.is-selected{background:#eef0fb}.hp-table tbody tr.is-selected:hover{background:#e6e9f8}.hp-table tbody tr.is-active{background:#eef0fb}.hp-table__row--clickable:focus-visible{outline:2px solid var(--hp-primary,#0000e7);outline-offset:-2px}.hp-table__num{font-family:var(--font-mono,ui-monospace, monospace);color:var(--hp-text,#231f20);font-size:14.5px;font-weight:600}.hp-table__sub{color:#8c8a8c;margin-top:2px;font-size:12.5px}.hp-table__when{color:#6f6d6e;font-size:13px}.hp-table__primary{color:var(--hp-text,#231f20);font-weight:600}.hp-table__check{text-align:center;width:36px}.hp-check{cursor:pointer;background:#fff;border:1.5px solid #c2c1c4;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;transition:all .12s;display:inline-flex}.hp-check__mark{color:#fff;opacity:0;transition:all .12s;transform:scale(.6)}.hp-check--on{background:var(--hp-primary,#0000e7);border-color:var(--hp-primary,#0000e7)}.hp-check--on .hp-check__mark{opacity:1;transform:scale(1)}.hp-check--mixed{background:var(--hp-primary,#0000e7);border-color:var(--hp-primary,#0000e7)}.hp-check--mixed:after{content:"";background:#fff;border-radius:1px;width:8px;height:2px}.hp-table__kebab{color:#8c8a8c;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s,color .12s;display:inline-flex}.hp-table__kebab:hover{color:var(--hp-text,#231f20);background:#ecebee}.hp-rowmenu{border:1px solid var(--hp-border,#e8e8e8);z-index:60;background:#fff;border-radius:10px;flex-direction:column;gap:2px;min-width:172px;padding:6px;display:flex;box-shadow:0 10px 30px #00000024}.hp-rowmenu__item{appearance:none;text-align:left;color:var(--hp-text,#231f20);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 10px;font-family:inherit;font-size:13.5px;transition:background .12s}.hp-rowmenu__item:hover{background:#f4f4f5}.hp-rowmenu__item:disabled{color:#b8b6b8;cursor:not-allowed}.hp-rowmenu__item:disabled:hover{background:0 0}.hp-rowmenu__item--danger{color:#c8102e}.hp-rowmenu__item--danger:hover{background:#fdeaec}.hp-tablefoot{border-top:1px solid var(--hp-border,#e8e8e8);color:#6f6d6e;background:#fafbfb;justify-content:space-between;align-items:center;padding:12px 18px;font-size:13px;display:flex}.hp-pager{align-items:center;gap:4px;display:flex}.hp-pager button{min-width:28px;height:28px;color:var(--hp-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:0 8px;font-family:inherit;font-size:13px;transition:background .12s,border-color .12s}.hp-pager button:hover{border-color:var(--hp-border,#e8e8e8);background:#fff}.hp-pager button.is-active{background:var(--hp-primary,#0000e7);color:#fff;font-weight:700}.hp-content--fill{flex-direction:column;display:flex;overflow:hidden}.hp-content--fill .hp-content__inner{flex-direction:column;flex:auto;min-height:0;display:flex}.hp-content--fill .hp-content__inner>*{flex:none}.hp-content--fill .hp-dataview{flex:auto;min-height:0;margin-top:8px}.hp-dataview{flex-direction:column;min-height:0;display:flex}.hp-dataview>*{flex:none}.hp-dataview>.hp-tablewrap--scroll{flex:auto}.hp-content--fill .hp-content__inner>.hp-section--scroll{flex:auto;min-height:0;overflow-y:auto}.hp-content--fill .hp-content__inner>.hp-tablewrap{flex:auto;min-height:240px;overflow:auto}.hp-content--fill .hp-content__inner>.hp-tablewrap thead th{z-index:2;position:sticky;top:0}.hp-tablewrap--scroll{min-height:0;overflow:auto}.hp-tablewrap--scroll thead th{z-index:2;position:sticky;top:0}.hp-tablewrap--scroll td.hp-table__actions,.hp-tablewrap--scroll td.phone-col-actions{z-index:1;box-shadow:-1px 0 0 var(--hp-border,#e8e8e8);background:#fff;position:sticky;right:0}.hp-tablewrap--scroll tbody tr:hover td.hp-table__actions,.hp-tablewrap--scroll tbody tr:hover td.phone-col-actions{background:#fafbfb}.hp-tablewrap--scroll tbody tr.is-selected td.hp-table__actions,.hp-tablewrap--scroll tbody tr.is-selected td.phone-col-actions,.hp-tablewrap--scroll tbody tr.is-active td.hp-table__actions,.hp-tablewrap--scroll tbody tr.is-active td.phone-col-actions{background:#eef0fb}.hp-tablewrap--scroll tbody tr.is-selected:hover td.hp-table__actions,.hp-tablewrap--scroll tbody tr.is-selected:hover td.phone-col-actions{background:#e6e9f8}.hp-tablewrap--scroll thead th.hp-col-actions,.hp-tablewrap--scroll thead th.phone-col-actions{z-index:3;box-shadow:-1px 0 0 var(--hp-border,#e8e8e8);right:0}@media (width<=640px){.hp-content--fill{display:block;overflow-y:auto}.hp-content--fill .hp-content__inner{display:block}.hp-content--fill .hp-dataview{margin-top:12px}.hp-dataview{display:block}.hp-tablewrap--scroll,.hp-content--fill .hp-content__inner>.hp-tablewrap{background:0 0;border:0;border-radius:0;min-height:0;overflow:visible}.hp-table--responsive thead{display:none}.hp-table--responsive,.hp-table--responsive tbody,.hp-table--responsive tr,.hp-table--responsive td{width:100%;display:block}.hp-table--responsive tr{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:12px;margin-bottom:12px;padding:4px 14px}.hp-table--responsive tbody tr:hover{cursor:default;background:#fff}.hp-table--responsive td{text-align:right;white-space:normal;border-bottom:1px solid #f0f0f1;justify-content:space-between;align-items:baseline;gap:16px;padding:9px 0;display:flex}.hp-table--responsive td:last-child{border-bottom:0}.hp-table--responsive td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.04em;color:#6f6d6e;text-align:left;flex:none;font-size:12px;font-weight:700}.hp-table--responsive td.hp-table__actions,.hp-table--responsive td.phone-col-actions{box-shadow:none;flex-wrap:wrap;justify-content:flex-start;gap:8px;padding-top:12px;position:static}.hp-table--responsive td.hp-table__actions:before,.hp-table--responsive td.phone-col-actions:before{content:none}.hp-table--responsive .phone-skel-row td,.hp-table--responsive td[colspan]{text-align:left;justify-content:flex-start}.hp-table--responsive .phone-skel-row td:before,.hp-table--responsive td[colspan]:before{content:none}.hp-content{padding:20px 16px 28px}.hp-pagehead{flex-direction:column;gap:16px;margin-bottom:20px}.hp-pagehead__actions{flex-wrap:wrap;width:100%}}.hp-bulkbar{background:var(--hp-primary-dark,#000059);color:#fff;z-index:5;border-radius:9999px;align-items:center;gap:12px;max-width:720px;margin:24px auto 0;padding:8px 8px 8px 24px;display:flex;position:sticky;bottom:24px;left:0;right:0;box-shadow:0 16px 40px #00005959,0 4px 12px #00000026}.hp-bulkbar__count{align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.hp-bulkbar__count strong{background:var(--hp-primary,#0000e7);border-radius:9999px;padding:3px 9px;font-size:13px}.hp-bulkbar__sep{background:#fff3;width:1px;height:20px;margin:0 4px}.hp-bulkbar__actions{align-items:center;gap:4px;display:flex}.hp-bulkbar__btn{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:9999px;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s;display:inline-flex}.hp-bulkbar__btn:hover{background:#ffffff1f}.hp-bulkbar__btn--danger:hover{background:#de1d2a66}.hp-bulkbar__close{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .12s;display:inline-flex}.hp-bulkbar__close:hover{background:#ffffff38}.hp-split{grid-template-columns:320px 1fr;align-items:start;gap:18px;display:grid}.hp-split__list{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:12px;flex-direction:column;max-height:920px;display:flex;overflow:hidden}.hp-split__listhead{border-bottom:1px solid var(--hp-border,#e8e8e8);justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;display:flex}.hp-split__listhead-title{color:var(--hp-primary-dark,#000059);font-size:13px;font-weight:700}.hp-split__listsearch{border-bottom:1px solid var(--hp-border,#e8e8e8);padding:8px 12px;position:relative}.hp-split__listsearch input{background:#f8f8f9;border:1px solid #0000;border-radius:6px;outline:none;width:100%;height:32px;padding:0 10px 0 30px;font-family:inherit;font-size:13px}.hp-split__listsearch input:focus{border-color:var(--hp-primary,#0000e7);background:#fff}.hp-split__listsearchicon{color:#8c8a8c;position:absolute;top:50%;left:22px;transform:translateY(-50%)}.hp-split__listbody{flex:1;padding:6px;overflow-y:auto}.hp-listitem{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;transition:background .12s;display:flex}.hp-listitem:hover{background:#f6f7f8}.hp-listitem--active{background:#eef0fb}.hp-listitem__num{font-family:var(--font-mono,monospace);color:var(--hp-text,#231f20);font-size:14px;font-weight:600}.hp-listitem__sub{color:#8c8a8c;margin-top:1px;font-size:12px}.hp-listitem__meta{margin-left:auto}.hp-listitem--active .hp-listitem__num{color:var(--hp-primary,#0000e7)}.hp-deflist{grid-template-columns:minmax(0,140px) 1fr;gap:10px 16px;font-size:14px;display:grid}.hp-deflist dt{color:#6f6d6e;font-weight:600}.hp-deflist dd{color:var(--hp-text);word-break:break-word;margin:0}.hp-filterbar{flex-wrap:wrap;align-items:flex-end;gap:12px 16px;margin-bottom:16px;display:flex}.hp-filterbar__field{flex-direction:column;gap:5px;display:flex}.hp-filterbar__field:last-child,.hp-filterbar__field--grow{flex:280px;max-width:380px}.hp-filterbar__label{color:var(--hp-text);font-size:13px;font-weight:600}.hp-toolbar{align-items:center;gap:var(--hp-space-3,12px);flex-wrap:wrap;display:flex}.hp-toolbar--end{justify-content:flex-end}.hp-toolbar--between{justify-content:space-between}.hp-field{flex-direction:column;gap:5px;margin-bottom:14px;display:flex}.hp-field--flush{margin-bottom:0}.hp-field--grow{flex:1}.hp-field__label{color:var(--hp-text);font-size:13px;font-weight:600;display:block}.hp-field__hint{color:#8c8a8c;font-size:12px}.hp-checkboxgroup{flex-wrap:wrap;gap:6px 16px;display:flex}.hp-checkboxgroup .hp-checkbox{align-items:center;gap:6px;font-size:13px;display:inline-flex}.hp-input,.hp-select,.hp-textarea{width:100%;color:var(--hp-text);appearance:none;background:#fff;border:1px solid #d6d6d6;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .12s,box-shadow .12s}.hp-input:focus,.hp-select:focus,.hp-textarea:focus{border-color:var(--hp-primary,#0000e7);box-shadow:0 0 0 3px #0000e721}.hp-textarea{resize:vertical;min-height:80px;line-height:1.45}.hp-selectwrap{position:relative}.hp-selectwrap--inline{width:auto;display:inline-block}.hp-selectwrap:after{content:"";pointer-events:none;border-bottom:2px solid #8c8a8c;border-right:2px solid #8c8a8c;width:7px;height:7px;position:absolute;top:50%;right:12px;transform:translateY(-75%)rotate(45deg)}.hp-select{cursor:pointer;padding-right:32px}.hp-toggle{cursor:pointer;align-items:center;gap:10px;display:inline-flex;position:relative}.hp-toggle__track{background:#d6d6d6;border-radius:9999px;width:40px;height:22px;transition:background .12s;position:relative}.hp-toggle__thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .12s cubic-bezier(.2,.7,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.hp-toggle--on .hp-toggle__track{background:var(--hp-primary,#0000e7)}.hp-toggle--on .hp-toggle__thumb{transform:translate(18px)}.hp-toggle input:focus-visible~.hp-toggle__track{outline:2px solid var(--hp-primary,#0000e7);outline-offset:2px}.hp-toggle__label{color:var(--hp-text);font-size:14px}.hp-toggle__sublabel{color:#8c8a8c;font-size:12px}.hp-route{flex-direction:column;gap:10px;display:flex}.hp-route__step{border:1px solid var(--hp-border,#e8e8e8);background:#fafbfb;border-radius:10px;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.hp-route__num{background:var(--hp-primary,#0000e7);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:inline-flex}.hp-route__primary{font-size:14px;font-weight:600}.hp-route__sub{color:#8c8a8c;margin-top:2px;font-size:12.5px}.hp-route__addbtn{color:var(--hp-primary,#0000e7);cursor:pointer;background:0 0;border:1.5px dashed #c5c8d8;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px;font-family:inherit;font-size:13px;font-weight:700;display:inline-flex}.hp-route__addbtn:hover{border-color:var(--hp-primary,#0000e7);background:#0000e70a}.hp-timeline{flex-direction:column;display:flex}.hp-timeline__item{grid-template-columns:28px 1fr;gap:12px;padding:10px 0;display:grid;position:relative}.hp-timeline__item:before{content:"";background:var(--hp-border,#e8e8e8);width:1px;position:absolute;top:22px;bottom:-4px;left:13px}.hp-timeline__item:last-child:before{display:none}.hp-timeline__dot{background:var(--hp-primary,#0000e7);width:10px;height:10px;box-shadow:0 0 0 1px var(--hp-primary,#0000e7);z-index:1;border:2px solid #fff;border-radius:50%;margin:8px auto 0;position:relative}.hp-timeline__dot--soft{background:#fff;box-shadow:0 0 0 1px #c2c1c4}.hp-timeline__primary{color:var(--hp-text);font-size:13.5px;font-weight:600}.hp-timeline__sub{color:#8c8a8c;margin-top:1px;font-size:12.5px}.hp-formcard{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;padding:32px 36px 28px}.hp-formcard .hp-section+.hp-section{border-top:1px solid var(--hp-border,#e8e8e8);margin-top:28px;padding-top:28px}.hp-formgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;display:grid}.hp-formgrid--col1{grid-template-columns:1fr}.hp-formgrid .hp-col-2{grid-column:span 2}.hp-radioset{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.hp-radio{cursor:pointer;border:1px solid #d6d6d6;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;transition:all .12s;display:flex;position:relative}.hp-radio:hover{border-color:#b8b8b8}.hp-radio--on{border-color:var(--hp-primary,#0000e7);background:#eef0fb}.hp-radio__dot{background:#fff;border:1.5px solid #c2c1c4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;transition:all .12s;display:inline-flex}.hp-radio__dot:after{content:"";background:var(--hp-primary,#0000e7);opacity:0;border-radius:50%;width:8px;height:8px;transition:all .12s;transform:scale(.5)}.hp-radio--on .hp-radio__dot{border-color:var(--hp-primary,#0000e7)}.hp-radio--on .hp-radio__dot:after{opacity:1;transform:scale(1)}.hp-radio input:focus-visible~.hp-radio__dot{outline:2px solid var(--hp-primary,#0000e7);outline-offset:2px}.hp-radio__main{color:var(--hp-text);font-size:14px;font-weight:600}.hp-radio__hint{color:#8c8a8c;margin-top:2px;font-size:12.5px}.hp-formnote{background:var(--hp-warn-bg,#fff8e8);border:1px solid var(--hp-warn-border,#f3c969);color:var(--hp-warn-text,#6b4f00);border-radius:10px;margin-top:14px;padding:11px 13px;font-size:13px;line-height:1.5}.hp-formnote b{font-weight:800}.hp-tagrow{background:#fff;border:1px solid #d6d6d6;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;min-height:44px;padding:8px 10px;display:flex}.hp-tag{color:var(--hp-primary-dark,#000059);background:#eef0fb;border-radius:9999px;align-items:center;gap:6px;padding:4px 6px 4px 10px;font-size:13px;font-weight:600;display:inline-flex}.hp-tag__x{width:18px;height:18px;color:var(--hp-primary-dark,#000059);cursor:pointer;background:#0000591a;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.hp-tag__x:hover{background:#00005933}.hp-statgrid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}.hp-stat{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:12px;padding:14px 18px}.hp-stat__label{text-transform:uppercase;letter-spacing:.08em;color:#8c8a8c;margin-bottom:6px;font-size:11.5px;font-weight:700}.hp-stat__value{color:var(--hp-primary-dark,#000059);letter-spacing:-.4px;font-size:26px;font-weight:700;line-height:1}.hp-stat__delta{color:#8c8a8c;margin-top:4px;font-size:12px}.hp-stat__delta--up{color:#066b3d}.hp-stat__delta--down{color:var(--hp-error,#de1d2a)}@media (width<=720px){.hp-statgrid{grid-template-columns:repeat(2,1fr)}}.hp-stat--danger .hp-stat__value{color:var(--hp-error,#de1d2a)}.hp-stat--warning .hp-stat__value{color:var(--hp-warn-text,#6b4f00)}.hp-stat--success .hp-stat__value{color:#066b3d}.hp-stat--button{font:inherit;text-align:left;cursor:pointer;width:100%;transition:border-color var(--d-fast,.12s) ease, box-shadow var(--d-fast,.12s) ease}.hp-stat--button:hover{border-color:var(--hp-primary-dark,#000059)}.hp-stat--active{border-color:var(--hp-primary-dark,#000059);box-shadow:inset 0 0 0 1px var(--hp-primary-dark,#000059)}.hp-disclosure{background:var(--hp-surface,#fff);border:1px solid var(--hp-border,#e8e8e8);border-radius:12px;overflow:hidden}.hp-disclosure__head{width:100%;font:inherit;text-align:left;cursor:pointer;color:var(--hp-primary-dark,#000059);background:0 0;border:0;align-items:center;gap:10px;padding:14px 18px;display:flex}.hp-disclosure__head:hover{background:var(--hp-bg-subtle,#f5f6f6)}.hp-disclosure__title{font-weight:700}.hp-disclosure__hint{color:var(--hp-text-muted,#8c8a8c);font-size:13px}.hp-disclosure__chevron{transition:transform var(--d-fast,.12s) ease;flex:none;transform:rotate(180deg)}.hp-disclosure--open .hp-disclosure__chevron{transform:rotate(270deg)}.hp-disclosure__body{border-top:1px solid var(--hp-border,#e8e8e8);padding:4px 18px 14px}.hp-content::-webkit-scrollbar{width:10px}.hp-split__listbody::-webkit-scrollbar{width:10px}.hp-content::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:5px}.hp-split__listbody::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:5px}.hp-content::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.hp-split__listbody::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.hp-content::-webkit-scrollbar-track{background:0 0}.hp-split__listbody::-webkit-scrollbar-track{background:0 0}.hp-tile__statusline{color:var(--hp-text-soft,#5b585a);align-items:center;gap:7px;margin-top:-4px;font-size:12.5px;display:flex}.hp-tile__statusdot{background:#b2b1b3;border-radius:9999px;flex-shrink:0;width:7px;height:7px}.hp-tile__statusdot--healthy{background:#2c9a5e}.hp-tile__statusdot--failed{background:var(--hp-error,#de1d2a)}.hp-tile__statusdot--degraded{background:#f0941f}.hp-tile__statusdot--disabled{background:#b2b1b3}.hp-tile__statusdot--no-data{background:#2c9a5e}.hp-status-error{color:var(--hp-error,#de1d2a);background:#fdecee;border:1px solid #f5c2c7;border-radius:10px;margin-bottom:18px;padding:12px 16px;font-size:14px}.hp-status-success{color:#1e6b2e;background:#ebf7ee;border:1px solid #b8e0c0;border-radius:10px;margin-bottom:18px;padding:12px 16px;font-size:14px}.hp-status-table{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;overflow:hidden}.hp-status-table__head,.hp-status-table__row{grid-template-columns:minmax(160px,1.4fr) minmax(110px,.9fr) repeat(3,minmax(110px,1fr)) minmax(120px,.9fr);align-items:center;gap:16px;padding:12px 18px;display:grid}.hp-status-table--perf .hp-status-table__head,.hp-status-table--perf .hp-status-table__row{grid-template-columns:minmax(160px,1.4fr) minmax(110px,.9fr) repeat(3,minmax(110px,1fr)) minmax(120px,.9fr) repeat(2,minmax(70px,.6fr))}.hp-status-table__head{text-transform:uppercase;letter-spacing:.08em;color:var(--hp-text-soft,#5b585a);border-bottom:1px solid var(--hp-border,#e8e8e8);background:#fafafb;font-size:11.5px}.hp-status-table__row{border-bottom:1px solid var(--hp-border,#e8e8e8);color:var(--hp-text,#231f20);font-size:13.5px}.hp-status-table__row:last-child{border-bottom:none}.hp-status-name{font-family:var(--font-mono);font-size:12.5px;font-weight:700}.hp-status-time{color:var(--hp-muted,#414042)}.hp-status-rate{font-variant-numeric:tabular-nums}.hp-status-perf{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px;display:grid}.hp-status-perf__panel{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;padding:14px 18px}.hp-status-perf__title{text-transform:uppercase;letter-spacing:.06em;color:var(--hp-text-soft,#5b585a);margin:0 0 10px;font-size:13px;font-weight:700}.hp-status-perf__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hp-status-perf__row{border:none;border-bottom:1px solid var(--hp-border,#e8e8e8);cursor:pointer;text-align:left;width:100%;font:inherit;color:var(--hp-text,#231f20);background:0 0;align-items:baseline;gap:12px;padding:8px 2px;display:flex}.hp-status-perf__list li:last-child .hp-status-perf__row{border-bottom:none}.hp-status-perf__row:hover{background:#fafafb}.hp-status-perf__row:focus-visible{outline:2px solid var(--hp-error,#de1d2a);outline-offset:-2px}.hp-status-perf__row .hp-status-time{margin-left:auto}.hp-status-perfstrip{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;flex-wrap:wrap;align-items:baseline;gap:22px;padding:12px 18px;display:flex}.hp-status-perfstrip__stat{align-items:baseline;gap:8px;display:inline-flex}.hp-status-perfstrip__label{text-transform:uppercase;letter-spacing:.08em;color:var(--hp-text-soft,#5b585a);font-size:11.5px;font-weight:600}.hp-status-perfstrip__value{font-variant-numeric:tabular-nums;color:var(--hp-text,#231f20);font-size:15px;font-weight:700}.hp-status-perfstrip__note{color:var(--hp-text-soft,#5b585a);margin-left:auto;font-size:12.5px}.hp-status-toolbar{align-items:center;gap:10px;margin-bottom:14px;display:flex}.hp-status-toolbar__search{flex:1;max-width:360px}.hp-status-groups{flex-direction:column;gap:14px;display:flex}.hp-status-group{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;overflow:hidden}.hp-status-group__head{border:none;border-bottom:1px solid var(--hp-border,#e8e8e8);cursor:pointer;text-align:left;width:100%;font:inherit;color:var(--hp-text,#231f20);background:#fafafb;align-items:center;gap:10px;padding:12px 18px;display:flex}.hp-status-group__head:hover{background:#f4f3f5}.hp-status-group__head:focus-visible{outline:2px solid var(--hp-error,#de1d2a);outline-offset:-2px}.hp-status-group__caret{color:var(--hp-text-soft,#5b585a);transition:transform .12s;display:inline-flex}.hp-status-group__caret--open{transform:rotate(90deg)}.hp-status-group__name{font-size:14px;font-weight:700}.hp-status-group__tally{color:var(--hp-text-soft,#5b585a);font-variant-numeric:tabular-nums;margin-left:auto;font-size:12.5px}.hp-status-group .hp-status-table{border:none;border-radius:0}.hp-status-badge{border-radius:9999px;align-items:center;gap:6px;padding:3px 10px;font-size:12.5px;font-weight:600;display:inline-flex}.hp-status-dot{border-radius:9999px;width:7px;height:7px}.hp-status-badge--healthy{color:#066b3d;background:#e6f4ec}.hp-status-badge--healthy .hp-status-dot{background:#2c9a5e}.hp-status-badge--failed{color:var(--hp-error,#de1d2a);background:#fdecee}.hp-status-badge--failed .hp-status-dot{background:var(--hp-error,#de1d2a)}.hp-status-badge--degraded{color:#7a3d00;background:#fdebcc}.hp-status-badge--degraded .hp-status-dot{background:#f0941f}.hp-status-badge--disabled{color:#5b585a;background:#ecebee}.hp-status-badge--disabled .hp-status-dot{background:#b2b1b3}.hp-status-badge--no-data{color:#066b3d;background:#e6f4ec}.hp-status-badge--no-data .hp-status-dot{background:#2c9a5e}.hp-status-badge--stale{color:#8a4a00;background:#fff3e2}.hp-status-badge--stale .hp-status-dot{background:#e68a3a}.hp-status-badge__count{color:#fff;font-family:var(--font-mono);font-variant-numeric:tabular-nums;background:#7a3d00;border-radius:9999px;margin-left:2px;padding:1px 6px;font-size:11px;font-weight:700;line-height:1.4}.hp-status-routes{border-left:2px solid #ecebee;margin:4px 0 8px 24px;padding-left:16px}.hp-status-routes__head,.hp-status-routes__row{grid-template-columns:2.5fr 1fr 1fr .7fr;align-items:center;gap:12px;padding:6px 0;font-size:13px;display:grid}.hp-status-routes__head{color:var(--hp-text-soft,#5b585a);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px dashed #ecebee;font-size:11.5px;font-weight:600}.hp-status-routes__row+.hp-status-routes__row{border-top:1px dashed #f4f3f5}.hp-status-routes__subject{text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;overflow:hidden}.hp-status-empty{text-align:center;color:var(--hp-text-soft,#5b585a);padding:28px;font-size:13.5px}.hp-status-meta{color:var(--hp-text-soft,#5b585a);margin-top:12px;font-size:12.5px}.hp-status-table__row--skel .hp-skel,.hp-skel{background:linear-gradient(90deg,#ececee 0%,#f7f7f8 50%,#ececee 100%) 0 0/200% 100%;border-radius:4px;height:12px;animation:1.2s linear infinite hp-skel-shimmer;display:block}.hp-status-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.hp-status-card{text-align:left;border:1px solid var(--hp-border,#e8e8e8);cursor:pointer;font:inherit;color:inherit;background:#fff;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:box-shadow .12s,transform .12s,border-color .12s;display:flex}.hp-status-card:hover{border-color:#c8c6ca;transform:translateY(-1px);box-shadow:0 2px 8px #0000000a}.hp-status-card:focus-visible{outline:2px solid var(--hp-primary,#0000e7);outline-offset:2px}.hp-status-card__dot{border-radius:9999px;flex:0 0 14px;width:14px;height:14px;box-shadow:0 0 0 3px #0000000a}.hp-status-card__body{flex-direction:column;gap:2px;min-width:0;display:flex}.hp-status-card__name{font-family:var(--font-mono);color:var(--hp-text,#231f20);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.hp-status-card__meta{color:var(--hp-text-soft,#5b585a);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.hp-status-card--healthy .hp-status-card__dot{background:#2c9a5e}.hp-status-card--degraded .hp-status-card__dot{background:#f0941f}.hp-status-card--failed .hp-status-card__dot{background:var(--hp-error,#de1d2a)}.hp-status-card--disabled .hp-status-card__dot{background:#b2b1b3}.hp-status-card--no-data .hp-status-card__dot{background:#2c9a5e}.hp-section__chips{flex-wrap:wrap;gap:6px;margin-left:auto;display:inline-flex}.hp-status-badge--mini{padding:2px 8px;font-size:11.5px}.hp-status-table__row--clickable{cursor:pointer;transition:background-color .1s}.hp-status-table__row--clickable:hover{background:#fafafb}.hp-status-table__row--clickable:focus-visible{outline:2px solid var(--hp-primary,#0000e7);outline-offset:-2px}.hp-status-table__subrow{border-bottom:1px solid var(--hp-border,#e8e8e8);box-shadow:inset 3px 0 0 var(--hp-primary,#0000e7);background:#fafafb;padding:12px 18px 14px 28px}.hp-status-table__subrow:last-child{border-bottom:none}.hp-status-errors{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.hp-status-errors__item{grid-template-columns:48px 72px 1fr;align-items:baseline;gap:10px;padding:3px 0;display:grid}.hp-status-errors__sev{font-family:var(--font-mono);letter-spacing:.04em;text-align:center;color:#fff;background:var(--hp-error,#de1d2a);border-radius:4px;padding:1px 0;font-size:10.5px;font-weight:700}.hp-status-errors__ts{color:var(--hp-text-soft,#5b585a);white-space:nowrap;font-size:12px}.hp-status-errors__msg{font-family:var(--font-mono);color:var(--hp-text,#231f20);word-break:break-word;white-space:pre-wrap;margin:0;font-size:12px}.hp-status-opid{min-width:0;display:flex}.hp-status-opid__btn{border:1px solid var(--hp-border,#e8e8e8);cursor:copy;max-width:100%;font:inherit;background:#fafafb;border-radius:4px;align-items:center;gap:6px;padding:2px 8px;display:inline-flex}.hp-status-opid__btn:hover{background:#f4f3f5;border-color:#d8d7da}.hp-status-opid__btn:focus-visible{outline:2px solid var(--hp-primary,#0000e7);outline-offset:1px}.hp-status-opid__btn code{text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-mono);color:var(--hp-text,#231f20);font-size:12px;overflow:hidden}.hp-status-opid__copied{color:#066b3d;flex:none;font-size:11px;font-weight:600}.hp-status-toperr{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px}.hp-status-toperr__summary{cursor:pointer;color:var(--hp-text,#231f20);padding:12px 18px;font-size:13.5px;font-weight:600}.hp-status-toperr__summary:hover{background:#fafafb}.hp-status-toperr__summary:focus-visible{outline:2px solid var(--hp-primary,#0000e7);outline-offset:-2px}.hp-status-toperr__list{border-top:1px solid var(--hp-border,#e8e8e8);flex-direction:column;gap:6px;margin:0;padding:4px 18px 12px;list-style:none;display:flex}.hp-status-toperr__item{grid-template-columns:44px 1fr auto;align-items:baseline;gap:10px;display:grid}.hp-status-toperr__count{font-variant-numeric:tabular-nums;color:var(--hp-error,#de1d2a);font-size:12.5px;font-weight:700}.hp-status-toperr__snippet{font-family:var(--font-mono);word-break:break-word;white-space:pre-wrap;font-size:12px}.hp-status-toperr__last{color:var(--hp-text-soft,#5b585a);white-space:nowrap;font-size:12px}.hp-status-runsum{flex-wrap:wrap;gap:6px 10px;margin:0 0 10px;padding:0;display:flex}.hp-status-runsum__pair{background:#f4f3f5;border-radius:999px;align-items:baseline;gap:6px;padding:2px 10px;font-size:12.5px;display:inline-flex}.hp-status-runsum__key{color:var(--hp-text-soft,#5b585a);font-weight:600}.hp-status-runsum__val{color:var(--hp-text,#231f20);font-variant-numeric:tabular-nums;margin:0}.hp-status-log{flex-direction:column;gap:2px;margin:8px 0 0;padding:0;list-style:none;display:flex}.hp-status-log--loading{gap:6px}.hp-status-log--loading .hp-skel{width:100%;height:14px}.hp-status-log__item{border-bottom:1px solid var(--hp-border,#e8e8e8);grid-template-columns:48px 72px 1fr;align-items:baseline;gap:10px;padding:3px 0;display:grid}.hp-status-log__item:last-child{border-bottom:none}.hp-status-log__sev{font-family:var(--font-mono);letter-spacing:.04em;text-align:center;color:#fff;border-radius:4px;padding:1px 0;font-size:10.5px;font-weight:700}.hp-status-log__sev--verbose{background:#9a979b}.hp-status-log__sev--info{background:#4a7bd0}.hp-status-log__sev--warn{background:#c98a1a}.hp-status-log__sev--error{background:var(--hp-error,#de1d2a)}.hp-status-log__sev--crit{background:#8a0f18}.hp-status-log__ts{color:var(--hp-text-soft,#5b585a);white-space:nowrap;font-size:12px}.hp-status-log__msg{font-family:var(--font-mono);color:var(--hp-text,#231f20);word-break:break-word;white-space:pre-wrap;margin:0;font-size:12px}.hp-modal.hp-status-modal__card{width:min(640px,100%)}.hp-status-modal__fields{grid-template-columns:180px 1fr;gap:10px 16px;margin:0;display:grid}.hp-status-modal__label{text-transform:uppercase;letter-spacing:.05em;color:var(--hp-text-soft,#5b585a);align-self:center;font-size:12px;font-weight:600}.hp-status-modal__value{color:var(--hp-text,#231f20);word-break:break-word;margin:0;font-size:13.5px}.hp-status-modal__error{color:var(--hp-error,#de1d2a);font-family:var(--font-mono);background:#fdecee;border-radius:4px;padding:2px 6px;font-size:12.5px;display:inline-block}.hp-status-modal__details{border:1px solid var(--hp-border,#e8e8e8);font-family:var(--font-mono);background:#f7f7f8;border-radius:6px;max-height:240px;margin:0;padding:10px 12px;font-size:12px;overflow:auto}.hp-status-modal__muted{color:var(--hp-text-soft,#5b585a)}@keyframes hp-skel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.phone-error{border-radius:var(--r-card,15px);color:#851414;background:#fef2f2;border:1px solid #fbd5d5;justify-content:space-between;align-items:center;gap:16px;margin:0 0 16px;padding:14px 16px;font-size:13.5px;display:flex}.phone-empty{text-align:center;color:var(--hp-text-soft,#5b585a);padding:28px;font-size:13.5px}.phone-muted{color:var(--hp-text-soft,#5b585a)}.phone-pill{color:var(--hp-primary-dark,#000059);background:#eef0f5;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600;line-height:1.4;display:inline-block}.phone-pill--priority-high{color:#8a2c11;background:#ffe7e0}.phone-pill--priority-normal{color:#1b3a73;background:#e7eef9}.phone-pill--priority-other{color:var(--hp-text-soft,#5b585a);background:#eef0f5}.hp-pagehead__meta{color:var(--hp-text-soft,#5b585a);margin-top:6px;font-size:12.5px;font-style:italic}.phone-skel-row td{padding:14px 12px}.phone-tablefoot__count{color:var(--hp-text-soft,#5b585a);font-size:13px}.phone-col-actions{text-align:right;white-space:nowrap;width:1%}.phone-col-select{white-space:nowrap;text-align:center;width:1%}.phone-bulkbar{z-index:5;background:var(--hp-accent-soft,#eef0fb);border:1px solid var(--hp-primary-dark,#000059);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:10px 14px;display:flex;position:sticky;top:0}.phone-bulkbar__count{font-size:14px;font-weight:600}.phone-bulkbar__actions{gap:8px;display:flex}.phone-bulkfield{border-top:1px solid var(--hp-border,#e5e6ea);padding-top:12px}.phone-bulkfield__toggle{cursor:pointer;align-items:center;gap:8px;margin-bottom:6px;display:flex}.phone-bulkfield__toggle .hp-field__label{margin:0}.phone-bulkfield--off .hp-input,.phone-bulkfield--off .hp-select,.phone-bulkfield--off .hp-field__hint{opacity:.5}.phone-bulkresults__section{margin-bottom:12px}.phone-bulkresults__list{max-height:240px;margin:8px 0 0;padding:0;list-style:none;overflow-y:auto}.phone-bulkresults__item{border-bottom:1px solid var(--hp-border,#e5e6ea);justify-content:space-between;gap:12px;padding:4px 0;font-size:13px;display:flex}.phone-bulkresults__num{font-weight:600}.phone-bulkresults__err{color:var(--hp-error,#de1d2a)}.phone-filterbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;padding:12px 0;display:flex}.phone-filterbar__query{flex:280px;max-width:380px}.phone-filterbar__type{flex:140px;max-width:200px}.phone-filterbar__preset{flex:160px;max-width:220px}.phone-filterbar__saverow{align-items:center;gap:6px;display:flex}.phone-filterbar__error{color:var(--hp-error,#de1d2a);flex-basis:100%;font-size:12.5px}.phone-filterbar__presetadmin{flex-wrap:wrap;flex-basis:100%;gap:6px;margin-top:6px;display:flex}.phone-filterbar__deletepreset{color:var(--hp-text-soft,#5b585a)}.phone-filterbar__deletepreset:hover{color:var(--hp-error,#de1d2a)}.phone-sortbtn{appearance:none;font:inherit;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.phone-sortbtn:hover{color:var(--hp-primary,#0000e7)}[aria-sort=ascending] .phone-sortbtn,[aria-sort=descending] .phone-sortbtn{color:var(--hp-primary,#0000e7);font-weight:700}.phone-modal__sub{color:var(--hp-text-soft,#5b585a);flex-wrap:wrap;gap:12px;font-size:13px;display:flex}.phone-modal__phone{font-family:var(--font-mono,"JetBrains Mono", monospace);color:var(--hp-text,#231f20);font-size:13px}.phone-modal__desc{font-style:italic}.phone-confirm__rows{border-radius:var(--r-input,8px);background:#f8f7f4;border:1px solid #ececee;grid-template-columns:max-content 1fr;gap:8px 16px;margin:0;padding:14px 16px;font-size:13.5px;display:grid}.phone-confirm__row{display:contents}.phone-confirm__label{color:#4a4640;font-weight:600}.phone-confirm__value{color:var(--hp-text,#231f20);word-break:break-word;margin:0}.hp-loggedout{background:var(--hp-cream,#fdedcf);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.hp-loggedout__card{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:480px;padding:40px;box-shadow:0 6px 28px #00000014}.hp-loggedout__logo{height:36px;margin-bottom:20px}.hp-loggedout__title{color:var(--hp-text,#231f20);margin:0 0 12px;font-size:22px;font-weight:700}.hp-loggedout__body{color:var(--hp-text,#231f20);margin:0 0 24px;font-size:14px;line-height:1.5}.hp-maintbanner{background:var(--hp-warn-bg,#fff8e8);border-bottom:1px solid var(--hp-warn-border,#f3c969);color:var(--hp-warn-text,#6b4f00);align-items:center;gap:12px;padding:10px clamp(16px,3vw,32px);font-size:14px;line-height:1.4;display:flex}.hp-maintbanner__text{flex:auto}.hp-maintbanner__dismiss{color:var(--hp-warn-text,#6b4f00);cursor:pointer;background:0 0;border:none;border-radius:4px;flex:none;padding:4px 6px;font-size:14px;line-height:1}.hp-maintbanner__dismiss:hover{background:var(--hp-warn-border,#f3c969)}.mmrr-page{max-width:1240px;margin:0 auto;padding:32px clamp(20px,4vw,48px)}.mmrr-page__head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.mmrr-back{color:var(--hp-muted);margin-bottom:12px;font-size:14px;text-decoration:none;display:inline-block}.mmrr-back:hover{color:var(--hp-primary)}.mmrr-toggle{color:var(--hp-muted);align-items:center;gap:8px;font-size:14px;display:inline-flex}.mmrr-error{color:#a8071a;background:#fff1f0;border:1px solid #ffccc7;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.mmrr-table-wrap{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--r-card);overflow:hidden}.mmrr-table{border-collapse:collapse;width:100%;font-size:14px}.mmrr-table th,.mmrr-table td{text-align:left;border-bottom:1px solid var(--hp-border);padding:12px 16px}.mmrr-table th{color:var(--hp-muted);background:var(--hp-page-bg);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.mmrr-row{cursor:pointer}.mmrr-row:hover td{background:var(--hp-page-bg)}.mmrr-row:focus-visible{outline:none}.mmrr-row:focus-visible td{box-shadow:inset 0 2px 0 var(--hp-primary,#0000e7), inset 0 -2px 0 var(--hp-primary,#0000e7)}.mmrr-row:focus-visible td:first-child{box-shadow:inset 2px 0 0 var(--hp-primary,#0000e7), inset 0 2px 0 var(--hp-primary,#0000e7), inset 0 -2px 0 var(--hp-primary,#0000e7)}.mmrr-row:focus-visible td:last-child{box-shadow:inset -2px 0 0 var(--hp-primary,#0000e7), inset 0 2px 0 var(--hp-primary,#0000e7), inset 0 -2px 0 var(--hp-primary,#0000e7)}.mmrr-cell--id{color:var(--hp-primary-dark);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.mmrr-cell--date{white-space:nowrap;color:var(--hp-muted)}.mmrr-empty{text-align:center;color:var(--hp-muted);padding:32px 16px}.mmrr-status{color:#595959;background:#f5f5f5;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-block}.mmrr-status--awaiting-review{color:#ad6800;background:#fff7e6}.mmrr-status--review-in-progress{color:#0050b3;background:#e6f7ff}.mmrr-status--revisions-required{color:#a8071a;background:#fff1f0}.mmrr-status--withdrawn{color:#595959;background:#f5f5f5}.mmrr-status--disapproved{color:#a8071a;background:#fff1f0}.mmrr-status--approved{color:#136f33;background:#e6f4ea}.mmrr-detail-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:20px;display:grid}.mmrr-detail-grid>section{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--r-card);padding:20px}.mmrr-detail-files{grid-column:1/-1}.mmrr-section-title{color:var(--hp-primary-dark);text-transform:uppercase;letter-spacing:.04em;margin:0 0 16px;font-size:14px;font-weight:700}.mmrr-detail-row{border-bottom:1px solid var(--hp-border);gap:16px;padding:8px 0;font-size:14px;display:flex}.mmrr-detail-row:last-child{border-bottom:none}.mmrr-detail-row--block{flex-direction:column;gap:4px}.mmrr-detail-label{color:var(--hp-muted);flex:0 0 180px;font-weight:500}.mmrr-detail-value{word-break:break-word;flex:1}.mmrr-detail-value--html{font-size:14px;line-height:1.5}.mmrr-field{flex-direction:column;gap:4px;margin-bottom:14px;font-size:14px;display:flex}.mmrr-field>span{color:var(--hp-muted);font-weight:500}.mmrr-field input,.mmrr-field select,.mmrr-field textarea{border:1px solid var(--hp-border);background:var(--hp-surface);font:inherit;color:var(--hp-text);box-sizing:border-box;border-radius:6px;width:100%;padding:8px 10px}.mmrr-field--block textarea{min-height:96px;font-family:inherit}.mmrr-edit-actions{justify-content:flex-end;gap:12px;display:flex}.mmrr-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.mmrr-section-head .mmrr-section-title{margin-bottom:16px}.mmrr-section-head .mmr-btn{padding:6px 16px;font-size:13px}fieldset.mmrr-field{border:none;min-width:0;margin:0 0 14px;padding:0}.mmrr-field>legend{color:var(--hp-muted);margin-bottom:4px;padding:0;font-weight:500}.mmrr-carrier-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px 16px;display:grid}.mmrr-carrier-option{color:var(--hp-text);align-items:center;gap:6px;font-size:14px;display:flex}.mmrr-carrier-option input{width:auto;margin:0}.mmrr-files{margin:0;padding:0;list-style:none}.mmrr-files li{border-bottom:1px solid var(--hp-border);justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.mmrr-files li:last-child{border-bottom:none}.mmrr-files__meta{color:var(--hp-muted);font-size:13px}.mmrr-subtle{color:var(--hp-muted);font-size:14px}@media (width<=900px){.mmrr-detail-grid{grid-template-columns:1fr}.mmrr-detail-label{flex-basis:140px}}.hp-widget{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--r-card);max-width:1240px;margin:0 auto 24px;padding:20px 24px}.hp-widget__head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.hp-widget__title{color:var(--hp-primary-dark);margin:0;font-size:20px;font-weight:700}.hp-widget__cta{color:var(--hp-primary);white-space:nowrap;align-self:center;font-size:14px;text-decoration:none}.hp-widget__cta:hover{text-decoration:underline}.hp-widget__chips{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.hp-statchip{border:1px solid var(--hp-border);color:var(--hp-text);background:var(--hp-page-bg);border-radius:999px;align-items:center;gap:8px;padding:8px 14px;text-decoration:none;transition:border-color .12s,background .12s;display:inline-flex}.hp-statchip:hover{border-color:var(--hp-primary);background:var(--hp-surface)}.hp-statchip__count{color:var(--hp-primary-dark);text-align:right;min-width:22px;font-size:18px;font-weight:700}.hp-statchip__label{color:var(--hp-muted);font-size:13px}.hp-statchip--zero{opacity:.55}.hp-statchip--zero .hp-statchip__count{color:var(--hp-muted)}.hp-widget__recent-title{color:var(--hp-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:12px;font-weight:600}.hp-widget__rows{margin:0;padding:0;list-style:none}.hp-widget__rows li{border-bottom:1px solid var(--hp-border)}.hp-widget__rows li:last-child{border-bottom:none}.hp-widget__row{color:var(--hp-text);grid-template-columns:100px 1fr 200px 160px;gap:16px;padding:10px 0;font-size:14px;text-decoration:none;display:grid}.hp-widget__row:hover{color:var(--hp-primary)}.hp-widget__row-id{color:var(--hp-primary-dark);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.hp-widget__row-owner,.hp-widget__row-status{color:var(--hp-muted);font-size:13px}@media (width<=800px){.hp-widget__row{grid-template-rows:auto auto;grid-template-columns:80px 1fr}.hp-widget__row-owner,.hp-widget__row-status{grid-column:2}}.mmrr-activity{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--r-card);grid-column:1/-1;padding:20px}.mmrr-comment-form{margin-bottom:20px}.mmrr-comment-form textarea{box-sizing:border-box;border:1px solid var(--hp-border);width:100%;font:inherit;color:var(--hp-text);background:var(--hp-surface);resize:vertical;border-radius:8px;min-height:64px;padding:10px 12px}.mmrr-comment-actions{justify-content:flex-end;margin-top:8px;display:flex}.mmrr-timeline{margin:0;padding:0;list-style:none}.mmrr-timeline__row{border-left:3px solid var(--hp-border);margin-left:8px;padding:12px 0 12px 16px;font-size:14px}.mmrr-timeline__row+.mmrr-timeline__row{padding-top:12px}.mmrr-timeline__row--status_changed{border-left-color:#ad6800}.mmrr-timeline__row--reviewer_set{border-left-color:var(--hp-primary)}.mmrr-timeline__row--notes_updated{border-left-color:#722ed1}.mmrr-timeline__row--approval_date_set{border-left-color:#136f33}.mmrr-timeline__row--comment{border-left-color:var(--hp-primary-dark)}.mmrr-timeline__row--submitted{border-left-color:var(--hp-muted)}.mmrr-timeline__row--files_added{border-left-color:#0050b3}.mmrr-timeline__head{align-items:baseline;gap:8px;margin-bottom:4px;font-size:13px;display:flex}.mmrr-timeline__actor{color:var(--hp-text);font-weight:600}.mmrr-timeline__role{color:var(--hp-muted);text-transform:uppercase;letter-spacing:.04em;background:var(--hp-page-bg);border-radius:999px;padding:1px 6px;font-size:11px}.mmrr-timeline__time{color:var(--hp-muted);margin-left:auto;font-size:12px}.mmrr-timeline__body{color:var(--hp-text);line-height:1.4}.mmrr-timeline__comment{white-space:pre-wrap;background:var(--hp-page-bg);border-radius:8px;margin-top:2px;padding:10px 12px}.mmrr-timeline__quote{border-left:2px solid var(--hp-border);color:var(--hp-muted);margin:6px 0 0;padding:6px 10px;font-size:13px;font-style:italic}.mmrr-upload-btn{cursor:pointer;margin-top:12px;display:inline-block}.mmrr-upload-btn input{display:none}.mmr-tabswrap{max-width:1240px;margin:20px auto 0;padding:0 clamp(20px,4vw,48px)}.hp-modal-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:var(--hp-z-modal);background:#0f101673;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.hp-modal{background:var(--hp-surface,#fff);border-radius:var(--r-card,15px);flex-direction:column;gap:16px;width:min(520px,100%);max-height:calc(100vh - 48px);padding:24px 26px 22px;display:flex;position:relative;overflow:auto;box-shadow:0 18px 60px #0f101638}.hp-modal--narrow{width:min(440px,100%)}.hp-modal--wide{width:min(720px,100%)}.hp-modal__head{border-bottom:1px solid var(--hp-border,#ececee);flex-direction:column;gap:6px;padding-bottom:12px;display:flex}.hp-modal__title{color:var(--hp-text,#231f20);margin:0;font-size:18px;font-weight:700}.hp-modal__desc{color:var(--hp-text-soft,#5b585a);margin:0;font-size:13.5px;line-height:1.5}.hp-modal__body{flex-direction:column;gap:14px;display:flex}.hp-modal__error{border-radius:var(--r-input,8px);color:#851414;background:#fef2f2;border:1px solid #fbd5d5;padding:10px 12px;font-size:13px}.hp-modal__foot{border-top:1px solid var(--hp-border,#ececee);justify-content:flex-end;gap:10px;padding-top:8px;display:flex}.hp-whatsnew__entries{flex-direction:column;gap:18px;display:flex}.hp-whatsnew__entry+.hp-whatsnew__entry{border-top:1px solid var(--hp-border,#e6e4e5);padding-top:18px}.hp-whatsnew__entryhead{align-items:baseline;gap:10px;display:flex}.hp-whatsnew__version{color:var(--hp-primary,#0000e7);font-size:12px;font-weight:700}.hp-whatsnew__date{color:#8a8788;font-size:12px}.hp-whatsnew__entrytitle{color:var(--hp-text,#231f20);margin:4px 0 10px;font-size:15px;font-weight:600}.hp-whatsnew__list{flex-direction:column;gap:7px;margin:0;padding-left:20px;display:flex}.hp-whatsnew__list li{color:var(--hp-text-soft,#5b585a);font-size:13.5px;line-height:1.5}.hp-queryparams{flex-direction:column;gap:6px;display:flex}.hp-queryparams__row{align-items:center;gap:6px;display:flex}.hp-queryparams__row .hp-input{flex:1 1 0;min-width:0}.hp-queryparams__eq{color:var(--hp-muted,#5b585a);font-weight:600}.hp-destcards{flex-direction:column;gap:12px;display:flex}.hp-destcard{border:1px solid var(--hp-border,#e5e3e4);border-radius:var(--r-input,8px);background:var(--hp-page-bg,#faf9f9);padding:12px}.hp-destcard__head{align-items:flex-end;gap:10px;display:flex}.hp-destcard__weight{flex:0 0 80px}.hp-destcard__url{flex:auto;min-width:0}.hp-input--narrow{width:80px}.hp-destcard__remove{flex:none}.hp-destcard__query{margin-top:10px}.hp-error{border-radius:var(--r-input,8px);color:#a8071a;background:#fff1f0;border:1px solid #ffccc7;margin:0 0 16px;padding:12px 16px;font-size:14px}.hp-empty{text-align:center;color:var(--hp-text-soft,#5b585a);padding:28px;font-size:13.5px}.hp-muted{color:var(--hp-text-soft,#5b585a)}.hp-empty--rich{text-align:center;color:var(--hp-muted,#414042);flex-direction:column;align-items:center;padding:64px 24px;display:flex}.hp-empty__icon{width:50px;height:50px;color:var(--hp-primary,#0000e7);background:#eef0fb;border-radius:13px;justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex}.hp-empty__title{color:var(--hp-primary-dark,#000059);margin-bottom:5px;font-size:16px;font-weight:700}.hp-empty__body{max-width:420px;color:var(--hp-muted,#414042)}.hp-empty__action{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;display:flex}.hp-cellmeta{color:#8c8a8c;align-items:center;gap:8px;margin-top:3px;font-size:12px;display:flex}.hp-mono{font-family:var(--font-mono,monospace)}.hp-cellname{font-weight:600}.hp-cell-soft{color:var(--hp-muted,#414042);font-size:13px}.hp-cell-actions{text-align:right;white-space:nowrap}.hp-col-check{width:36px}.hp-row--dim{opacity:.55}.hp-faint{color:#8c8a8c}.hp-policy-alert{margin-top:16px}.hp-policy-meta{margin:12px 0}.hp-policy-history{margin-top:24px}.hp-card--inset{margin:12px 0;padding:12px}.hp-formcard--narrow{max-width:640px;margin-top:16px}.hp-formfoot{margin-top:16px}.hp-inputgroup{align-items:center;gap:6px;display:flex}.hp-input--short{max-width:120px}.hp-hidden{display:none}.hp-tabrow{gap:8px;margin:8px 0;display:flex}.hp-list-tight{margin:8px 0;padding-left:18px}.hp-actions-end{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.hp-markdown--scroll{border:1px solid var(--hp-border,#ddd);max-height:50vh;padding:12px;overflow-y:auto}.hp-policy-doc{grid-template-columns:minmax(0,1fr) 240px;align-items:start;gap:32px;display:grid}.hp-policy-doc--notoc{display:block}.hp-policy-doc .hp-markdown{grid-area:1/1}.hp-toc{max-height:calc(100vh - var(--hub-bar-h,var(--hub-header-h)) - 64px);grid-area:1/2;font-size:13px;position:sticky;top:0;overflow-y:auto}.hp-toc__title{letter-spacing:.06em;text-transform:uppercase;color:var(--hp-text-soft,#5b585a);margin:0 0 8px;font-size:11px;font-weight:700}.hp-toc__list{border-left:2px solid var(--hp-border,#e8e8e8);margin:0;padding:0;list-style:none}.hp-toc__item{margin:0}.hp-toc__item--l2{padding-left:10px}.hp-toc__item--l3{padding-left:24px}.hp-toc__item--l4{padding-left:38px}.hp-toc__link{color:var(--hp-text-soft,#5b585a);padding:4px 0;line-height:1.4;text-decoration:none;display:block}.hp-toc__link:hover{color:var(--hp-primary,#0000e7);text-decoration:underline}@media (width<=900px){.hp-policy-doc{grid-template-columns:1fr;gap:16px}.hp-policy-doc .hp-markdown{grid-area:auto/1}.hp-toc{grid-area:auto/1;max-height:none;position:static;overflow-y:visible}}.hp-pdfpane{min-width:0}.hp-pdfpane__canvas{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:8px;width:100%;height:auto;display:block}:root{--ph-IS:#0a5294;--ph-CO:#066b3d;--ph-CC:#5a2b91;--ph-HR:#a84300;--ph-MK:#0000e7}[data-cat=IS]{--ph-c:var(--ph-IS)}[data-cat=CO]{--ph-c:var(--ph-CO)}[data-cat=CC]{--ph-c:var(--ph-CC)}[data-cat=HR]{--ph-c:var(--ph-HR)}[data-cat=MK]{--ph-c:var(--ph-MK)}.ph-num{font-family:var(--font-mono,ui-monospace, monospace);color:var(--ph-c,#414042);background:color-mix(in srgb, var(--ph-c,#6f6d6e) 9%, white);border:1px solid color-mix(in srgb, var(--ph-c,#6f6d6e) 22%, white);white-space:nowrap;letter-spacing:.01em;border-radius:6px;padding:3px 8px;font-size:13px;font-weight:600}.ph-num b{font-weight:700}.ph-numcell{white-space:nowrap;width:1%}.ph-bulkbar{border:1px solid var(--hp-border,#e8e8e8);font-variant-numeric:tabular-nums;background:#fff;border-radius:12px;margin-bottom:18px;padding:12px 14px}.ph-resultmeta{color:#8c8a8c;margin:0 0 12px 2px;font-size:13px;font-weight:600}.ph-title{color:var(--hp-text,#231f20);font-weight:600}.ph-rowbadges{flex-wrap:wrap;gap:6px;margin-top:5px;display:flex}.ph-rowbadges:empty{display:none}.ph-ack{color:var(--hp-primary,#0000e7);align-items:center;gap:4px;font-size:12px;font-weight:700;display:inline-flex}.ph-ack-empty{color:#c2c1c4}.ph-detail__head{border-bottom:1px solid var(--hp-border,#e8e8e8);margin-bottom:24px;padding-bottom:20px}.ph-detail__id{align-items:center;gap:12px;margin-bottom:10px;display:flex}.hp-rewrite-cols{grid-template-columns:1fr 1fr;gap:14px;display:grid}.hp-rewrite-col{flex-direction:column;gap:6px;min-width:0;display:flex}.hp-rewrite-col__label{letter-spacing:.04em;text-transform:uppercase;color:var(--hp-text-soft,#5b585a);margin:0;font-size:12px;font-weight:700}@media (width<=640px){.hp-rewrite-cols{grid-template-columns:1fr}}.hp-btnrow{gap:8px;display:flex}.hp-btnrow--top{margin-top:16px}.hp-btnrow--bottom{margin-bottom:16px}.hp-btnrow--center{align-items:center}.hp-flex1{flex:1}.hp-nowrap{white-space:nowrap}.hp-readout{background:#f6f6f8;display:block}.hp-field--gap{margin-top:12px}.hp-code-block--break{word-break:break-all}.hp-secret-row__label{color:var(--hp-muted);min-width:72px;font-size:12px}.hp-secrets-panel{gap:8px;margin-top:8px;display:grid}.hp-configrow{align-items:baseline;gap:8px;display:flex}.hp-rowbetween{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.hp-field--row{align-items:center;gap:12px;display:flex}.hp-checkrow{gap:16px;display:flex}.hp-label--flush{margin:0}.hp-tablewrap--top{margin-top:16px}.hp-table-empty{text-align:center;color:var(--hp-muted);padding:16px}.hp-row--click{cursor:pointer}.hp-sortbtn{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex}.hp-sortbtn__caret{width:1em}.hp-sortbtn__caret--idle{color:#bbb}.hp-dl{margin:0}.hp-dl__row{gap:8px;margin-bottom:4px;display:flex}.hp-dl__label{min-width:120px;color:var(--hp-muted)}.hp-dl__value{word-break:break-word;margin:0}.hp-json-head{margin-bottom:8px}.hp-jsonpre{white-space:pre-wrap;word-break:break-word;background:#f6f6f8;border-radius:4px;max-height:360px;padding:12px;font-size:.85em;overflow-x:auto}.hp-sb-field{border:1px solid var(--hp-border,#e8e8e8);border-radius:6px;margin-top:8px;padding:10px}.hp-sb-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.hp-sb-key{flex:110px}.hp-sb-label{flex:2 150px}.hp-sb-options{margin-top:6px}.hp-sb-add{margin-top:8px}.hp-checkinline{align-items:center;gap:4px;margin:0;display:flex}.hp-form-narrow{max-width:760px}.hp-form-intro{color:var(--hp-muted,#414042);margin:0 0 22px;font-size:14.5px;line-height:1.5}.hp-form-footer{border-top:1px solid var(--hp-border,#e8e8e8);align-items:center;gap:12px;margin-top:24px;padding-top:22px;display:flex}.hp-form-footer__hint{color:#8c8a8c;flex:1;font-size:12.5px}.hp-form-footer__msg{flex:1;margin:0}.hp-modal-sections{flex-direction:column;gap:1.5rem;display:flex}.hp-result-block{margin-top:.75rem}.hp-inline-copy{align-items:center;gap:6px;display:inline-flex}.hp-inline-copy code{font-size:12px}.hp-text-error{color:var(--hp-error,#de1d2a)}.hp-code-block{background:#f5f6f6;border-radius:4px;padding:8px;display:block}.hp-id-code{color:var(--hp-muted);font-size:12px}.hp-code-sm{font-size:12px}.hp-secret-row{align-items:center;gap:8px;display:flex}.hp-secret-code{word-break:break-all;background:#f5f6f6;border-radius:4px;flex:1;padding:8px;font-size:12px}.hp-meetings-share{margin-top:16px}.hp-meetings-share__list{padding:0;list-style:none}.hp-meetings-transcript-toggle{margin:8px 0}.hp-meetings-transcript-pre{white-space:pre-wrap;max-height:480px;overflow-x:auto}.hp-meetings-transcript-cues{max-height:480px;line-height:1.6;overflow-y:auto}.hp-meetings-transcript-cue{margin-bottom:6px}.hp-meetings-transcript-cue__speaker{font-weight:600}.hp-approvals-filters{gap:8px;margin-bottom:16px;display:flex}.hp-approvals-head{justify-content:space-between;align-items:center;display:flex}.hp-approvals-grid{margin-top:16px}.hp-approvals-block{margin-top:24px}.hp-approvals-block__title{font-size:16px}.hp-approvals-card{margin-top:24px}.hp-approvals-back{margin-bottom:12px}.hp-approvals-retry{margin-top:16px}.hp-approvals-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.hp-approvals-muted{color:var(--hp-muted)}.hp-approvals-pre{background:#f5f6f6;border-radius:4px;padding:12px;font-family:JetBrains Mono,Consolas,monospace;font-size:12px;overflow:auto}.hp-approvals-reason{white-space:pre-wrap;background:#f5f6f6;border-radius:4px;padding:12px;font-size:14px}.hp-approvals-readonly{background:#f6f6f8}.hp-approvals-readonly--mono{word-break:break-all;font-family:JetBrains Mono,Consolas,monospace;font-size:12px}.hp-diff{background:#f5f6f6;border-radius:4px;padding:12px;font-family:JetBrains Mono,Consolas,monospace;font-size:12px;line-height:1.5;overflow:auto}.hp-diff__line{white-space:pre-wrap}.hp-diff__line--added{color:#1a7f37;background:#e6ffec}.hp-diff__line--removed{color:#cf222e;background:#ffebe9}.hp-diff__line--hunk{color:var(--hp-muted);background:#f6f6f8}.hp-diff__line--context{color:var(--hp-muted)}.hp-diff__empty{color:var(--hp-muted);font-size:14px}.hp-diff-pickers{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:12px;display:flex}.hp-diff-body{max-height:60vh;overflow:auto}.ph-draftactions{flex-wrap:wrap;gap:6px;display:inline-flex}.hp-stack{flex-direction:column;align-items:flex-start;gap:3px;font-size:12.5px;display:inline-flex}.hp-row--summary>td{padding-top:0;padding-bottom:12px}.hp-row--summary:hover{cursor:default;background:0 0}.hp-result-summary{align-items:center;gap:6px;font-size:13px;display:inline-flex}.hp-row--revoked>td{color:var(--hp-text-soft,#5b585a)}.hp-code{font-family:var(--font-mono,ui-monospace, monospace);color:var(--hp-text,#231f20);font-size:13px}.hp-code--ellipsis{font-family:var(--font-mono,ui-monospace, monospace);color:var(--hp-text-soft,#5b585a);text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:320px;font-size:12.5px;display:inline-block;overflow:hidden}.hp-chip{border-radius:var(--r-pill,9999px);color:#4a4640;background:#eef0f1;border:1px solid #e0e0e2;flex:none;align-items:center;width:fit-content;max-width:100%;padding:2px 10px;font-size:12px;font-weight:700;display:inline-flex}.hp-chip--excellent{color:#15803d;background:#e7f6ed;border-color:#b7e4c7}.hp-chip--good{background:var(--hp-bg-tint,#eef0fb);color:var(--hp-primary,#0000e7);border-color:#c9cdf3}.hp-chip--fair{background:var(--hp-warn-bg,#fff8e8);color:var(--hp-warn-text,#6b4f00);border-color:var(--hp-warn-border,#f3c969)}.hp-chip--poor{color:#991b1b;background:#fef2f2;border-color:#fbd5d5}.hp-chip--success{color:#15803d;background:#e7f6ed;border-color:#b7e4c7}.hp-chip--muted{background:var(--hp-bg-subtle,#f3f4f6);color:var(--hp-muted,#6b7280);border-color:var(--hp-border,#e5e7eb)}.hp-chip--blocked{color:#fff;background:#991b1b;border-color:#7a1212}.hp-chip--dynamic{background:var(--hp-bg-tint,#eef0fb);color:var(--hp-primary,#0000e7);border-color:#c9cdf3}.hp-combobox{position:relative}.hp-combobox__control{cursor:text;background:#fff;border:1px solid #d6d6d6;border-radius:8px;flex-wrap:wrap;align-items:center;gap:5px;width:100%;min-height:40px;padding:5px 8px;transition:border-color .12s,box-shadow .12s;display:flex}.hp-combobox__control.is-open{border-color:var(--hp-primary,#0000e7);box-shadow:0 0 0 3px #0000e721}.hp-combobox__control.is-disabled{background:var(--hp-bg-subtle,#f3f4f6);cursor:not-allowed}.hp-combobox__input{min-width:80px;color:var(--hp-text);background:0 0;border:none;outline:none;flex:80px;padding:4px 2px;font-family:inherit;font-size:14px}.hp-combobox__input:disabled{cursor:not-allowed}.hp-combobox__chip{gap:4px;padding-right:4px}.hp-combobox__chip-remove{width:16px;height:16px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;display:inline-flex}.hp-combobox__chip-remove:hover{background:#0000001f}.hp-combobox__chip-remove:disabled{cursor:not-allowed;opacity:.5}.hp-combobox__menu{z-index:30;background:#fff;border:1px solid #d6d6d6;border-radius:8px;max-height:280px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.hp-combobox__status{color:#8c8a8c;padding:10px 12px;font-size:13px}.hp-combobox__option{cursor:pointer;color:var(--hp-text);border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:14px;display:flex}.hp-combobox__option.is-active{background:var(--hp-bg-tint,#eef0fb)}.hp-combobox__option.is-selected{font-weight:600}.hp-combobox__check{width:14px;color:var(--hp-primary,#0000e7);flex:0 0 14px;font-size:12px}.hp-combobox__option-body{flex-direction:column;gap:1px;min-width:0;display:flex}.hp-combobox__option-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hp-combobox__option-hint{color:#8c8a8c;font-size:12px}.hp-tabs{border:1px solid var(--hp-border,#e8e8e8);background:#f3f4f6;border-radius:10px;align-self:flex-start;gap:4px;width:fit-content;margin-bottom:16px;padding:4px;display:inline-flex}.hp-tab{appearance:none;color:var(--hp-muted,#414042);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;padding:6px 16px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.hp-tab:hover{color:var(--hp-text,#231f20)}.hp-tab--active{color:var(--hp-primary,#0000e7);border-color:var(--hp-border,#e8e8e8);background:#fff;box-shadow:0 1px 2px #0000000f}.hp-tab__badge{text-align:center;background:var(--hp-primary,#0000e7);color:#fff;border-radius:9999px;min-width:18px;margin-left:6px;padding:1px 6px;font-size:11px;font-weight:700;line-height:16px;display:inline-block}.hp-refresh-meta{color:var(--hp-text-soft,#5b585a);margin:-8px 0 16px;font-size:13px}.hp-table__actions{white-space:nowrap;justify-content:flex-end;gap:6px;display:flex}.hp-table--nested{border:1px solid var(--hp-border,#e8e8e8);background:#fafbfb;border-radius:10px;margin:4px 0;overflow:hidden}.hp-table--nested th,.hp-table--nested td{padding:9px 12px;font-size:13px}.hp-table--nested tbody tr:hover{cursor:default}.hp-btn--lg{height:48px;padding:0 28px;font-size:16px}.hp-cardgrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-bottom:16px;display:grid}.hp-card{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;margin-bottom:16px;padding:20px 22px}.hp-cardgrid .hp-card{margin-bottom:0}.hp-card--button{text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;gap:6px;font-family:inherit;font-size:14px;transition:border-color .15s cubic-bezier(.2,.7,.2,1),box-shadow .15s,transform .15s;display:flex}.hp-card--button:hover{border-color:var(--hp-primary,#0000e7);transform:translateY(-1px);box-shadow:0 8px 24px #00005914}.hp-card--button:focus-visible{border-color:var(--hp-primary,#0000e7);outline:none;box-shadow:0 0 0 3px #0000e721}.hp-card--button strong{color:var(--hp-primary-dark,#000059);letter-spacing:-.2px;font-size:16px;font-weight:700}.hp-card__title{color:var(--hp-primary-dark,#000059);margin:0 0 12px;font-size:16px;font-weight:700}.hp-card__sub{color:var(--hp-muted,#414042);font-size:13px;line-height:1.5}.hp-card__actions{gap:10px;margin-top:8px;display:flex}.hp-field>.hp-btn{align-self:flex-start}.hp-checkbox{color:var(--hp-text,#231f20);cursor:pointer;align-items:center;gap:8px;font-size:14px;display:inline-flex}.hp-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--hp-primary,#0000e7);cursor:pointer}.hp-repeater{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.hp-repeater__row{border:1px solid var(--hp-border,#e8e8e8);background:#fafbfb;border-radius:10px;width:100%;padding:14px 16px 6px}.hp-repeater__rowhead{color:var(--hp-muted,#414042);justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.hp-repeater__rowactions{gap:6px;display:inline-flex}.hp-fieldcard{border:1px solid var(--hp-border,#e8e8e8);background:#fafbfb;border-radius:10px;margin-bottom:12px;padding:14px 16px}.hp-fieldcard__head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hp-fieldcard__head .hp-input{flex:140px;width:auto}.hp-fieldcard__constraints{flex-wrap:wrap;gap:6px 16px;margin-top:10px;display:flex}.hp-docs-alert{margin-top:16px}.hp-docs-alert--push{margin-bottom:16px}.hp-docs-narrow{max-width:160px}.hp-docs-narrower{max-width:150px}.hp-docs-gap-sm{margin-top:8px}.hp-docs-flatlist{padding:0;list-style:none}.hp-mdx{background:#fff;border:1px solid #d6d6d6;border-radius:8px;transition:border-color .12s,box-shadow .12s;overflow:clip}.hp-mdx:focus-within{border-color:var(--hp-primary,#0000e7);box-shadow:0 0 0 3px #0000e721}.hp-mdx .mdxeditor{--font-body:var(--font-sans,"Source Sans 3", system-ui, sans-serif);--basePageBg:white;--baseBg:#f5f6f8;--baseTextContrast:var(--hp-text,#231f20);--accentBg:#eef0fb;--accentBgHover:#e6e9f8;--accentText:var(--hp-primary,#0000e7);--accentSolid:var(--hp-primary,#0000e7);--accentSolidHover:#1212f0}.hp-mdx .mdxeditor-toolbar{border-bottom:1px solid var(--hp-border,#e8e8e8);z-index:5;border-radius:0;padding:6px 8px;position:sticky;top:-32px}.hp-mdx .hp-mdx-content{min-height:220px;color:var(--hp-text,#231f20);padding:14px 16px;font-size:14px;line-height:1.55}.hp-mdx .hp-mdx-content h1{margin:14px 0 8px;font-size:22px}.hp-mdx .hp-mdx-content h2{margin:14px 0 8px;font-size:18px}.hp-mdx .hp-mdx-content h3{margin:12px 0 6px;font-size:15px}.hp-mdx .hp-mdx-content h1,.hp-mdx .hp-mdx-content h2,.hp-mdx .hp-mdx-content h3{color:var(--hp-primary-dark,#000059);font-weight:700}.hp-mdx .hp-mdx-content p{margin:0 0 8px}.hp-mdx .hp-mdx-content ul,.hp-mdx .hp-mdx-content ol{margin:0 0 8px;padding-left:22px}.hp-mdx .hp-mdx-content blockquote{border-left:3px solid var(--hp-border,#e8e8e8);color:var(--hp-muted,#414042);margin:8px 0;padding:4px 14px}.hp-mdx .hp-mdx-content code{font-family:var(--font-mono,ui-monospace, monospace);background:#f0f0f3;border-radius:4px;padding:1px 5px;font-size:13px}.hp-doctree{font-size:13px}.hp-doctree__header{text-transform:uppercase;letter-spacing:.1em;color:#8c8a8c;padding:0 8px 10px;font-size:11px;font-weight:700}.hp-doctree__header--group{padding-top:10px}.hp-doctree__list{margin:0;padding:0;list-style:none}.hp-doctree__row{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--hp-text,#231f20);border-radius:6px;align-items:center;gap:4px;padding:4px 8px;display:flex}.hp-doctree__row:hover{background:var(--hp-page-bg,#f5f5f7)}.hp-doctree__row--collection .hp-doctree__name{color:var(--hp-primary-dark,#000059);text-transform:none;font-weight:700}.hp-doctree__row--current{background:var(--hp-page-bg,#f5f5f7)}.hp-doctree__row--current .hp-doctree__link{color:var(--hp-primary,#0000c8);font-weight:700}.hp-doctree__row--dragging{opacity:.5}.hp-doctree__row--dropok{outline:2px solid var(--hp-primary,#0000c8);outline-offset:-2px}.hp-doctree__row--dropno{outline:2px dashed var(--hp-border,#e8e8e8);outline-offset:-2px;cursor:not-allowed}.hp-doctree__chevron{width:16px;height:16px;color:var(--hp-muted,#414042);cursor:pointer;background:0 0;border:0;flex:0 0 16px;justify-content:center;align-items:center;padding:0;font-size:10px;display:inline-flex}.hp-doctree__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.hp-doctree__link{color:inherit;text-decoration:none}.hp-doctree__link:hover{text-decoration:underline}.hp-meta{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 24px;margin:0;display:grid}.hp-meta__item{min-width:0}.hp-meta__label{text-transform:uppercase;letter-spacing:.08em;color:#6f6d6e;margin-bottom:4px;font-size:11px;font-weight:700}.hp-meta__value{color:var(--hp-text,#231f20);overflow-wrap:anywhere;margin:0;font-size:13.5px}.hp-skeleton{border-radius:var(--hp-radius-sm,6px);background:linear-gradient(90deg,#231f200f 25%,#231f201f 37%,#231f200f 63%) 0 0/400% 100%;animation:1.4s infinite hp-skeleton-shimmer;display:block}.hp-skeleton+.hp-skeleton{margin-top:8px}@keyframes hp-skeleton-shimmer{0%{background-position:100%}to{background-position:0}}@media (prefers-reduced-motion:reduce){.hp-skeleton{animation:none}}.hp-sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hp-grid{grid-template-columns:repeat(var(--hp-grid-cols,12), minmax(0, 1fr));grid-auto-rows:var(--hp-grid-row-h,96px);gap:var(--hp-grid-gap,12px);align-content:start;display:grid}.hp-grid-cell{grid-column:calc(var(--hp-cell-x,0) + 1) / span var(--hp-cell-w,1);grid-row:calc(var(--hp-cell-y,0) + 1) / span var(--hp-cell-h,1);min-width:0;min-height:0;position:relative}.hp-grid-cell__body{min-width:0;height:100%;min-height:0}.hp-grid--collapsed{grid-template-columns:minmax(0,1fr);grid-auto-rows:auto}.hp-grid--collapsed .hp-grid-cell{grid-area:auto/1/auto/-1}.hp-grid-cell--dragging{z-index:5;opacity:.85;cursor:grabbing}.hp-grid-cell__handle{z-index:2;border:1px solid var(--hp-border,#e2e8f0);background:var(--hp-surface,#fff);width:22px;height:22px;color:var(--hp-text-muted,#64748b);cursor:grab;touch-action:none;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:13px;line-height:1;display:inline-flex;position:absolute;top:6px;left:6px}.hp-grid-cell__handle:hover{color:var(--hp-text,#0f172a)}.hp-grid-cell__handle:focus-visible{outline:2px solid var(--hp-accent,#2563eb);outline-offset:1px}.hp-grid-cell__resize{z-index:2;touch-action:none;background:0 0;position:absolute}.hp-grid-cell__resize:focus-visible{outline:2px solid var(--hp-accent,#2563eb);outline-offset:-2px}.hp-grid-cell__resize--e{cursor:ew-resize;width:8px;height:100%;top:0;right:0}.hp-grid-cell__resize--s{cursor:ns-resize;width:100%;height:8px;bottom:0;left:0}.hp-grid-cell__resize--se{cursor:nwse-resize;width:14px;height:14px;bottom:0;right:0}@media (prefers-reduced-motion:reduce){.hp-grid-cell--dragging{opacity:1}}.hp-dashboard .hp-section__head{align-items:center}.hp-widgetframe{border:1px solid var(--hp-border,#e2e8f0);background:var(--hp-surface,#fff);border-radius:10px;flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.hp-widgetframe__head{border-bottom:1px solid var(--hp-border,#e2e8f0);justify-content:space-between;align-items:center;gap:8px;padding:10px 12px 10px 34px;display:flex}.hp-widgetframe__title{color:var(--hp-text,#0f172a);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:600;overflow:hidden}.hp-widgetframe__actions{flex-shrink:0;gap:4px;display:inline-flex}.hp-widgetframe__body{flex:1;min-height:0;padding:12px;overflow:auto}.hp-tasklist{margin:0;padding:0;list-style:none}.hp-tasklist__row{border-bottom:1px solid var(--hp-border,#e2e8f0);justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.hp-tasklist__row:last-child{border-bottom:0}.hp-tasklist__link{color:var(--hp-text,#0f172a);text-decoration:none}.hp-tasklist__link:hover{text-decoration:underline}.hp-tasklist__count{background:var(--hp-muted-bg,#f1f5f9);min-width:22px;color:var(--hp-text-muted,#64748b);text-align:center;border-radius:999px;flex-shrink:0;padding:1px 7px;font-size:12px;font-weight:600}.hp-tasklist__count--due{background:var(--hp-accent,#2563eb);color:#fff}.hp-widgetpicker{margin:0;padding:0;list-style:none}.hp-widgetpicker__row{border-bottom:1px solid var(--hp-border,#e2e8f0);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.hp-widgetpicker__row:last-child{border-bottom:0}.hp-widgetpicker__meta{flex-direction:column;gap:2px;min-width:0;display:flex}.hp-widgetpicker__title{color:var(--hp-text,#0f172a);font-weight:600}.hp-widgetpicker__desc{color:var(--hp-text-muted,#64748b);font-size:13px}.hp-segmented{background:#efeff1;border-radius:8px;align-items:center;gap:2px;padding:3px;display:inline-flex}.hp-segmented__btn{font:inherit;color:var(--hp-text-muted,#64748b);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:5px 12px;font-size:13px;font-weight:600;line-height:1.3}.hp-segmented__btn:hover{color:var(--hp-text,#1c1b1c)}.hp-segmented__btn--active{color:var(--hp-text,#1c1b1c);background:#fff;box-shadow:0 1px 3px #0000001f}.hp-segmented__btn:focus-visible{outline-offset:1px;outline:2px solid #c3c8f5}.hp-popover{border:1px solid var(--hp-border,#e2e2e4);z-index:950;max-height:min(70vh,560px);font-family:var(--font-sans,"Source Sans 3", system-ui, sans-serif);color:var(--hp-text,#1c1b1c);background:#fff;border-radius:10px;padding:6px;overflow-y:auto;box-shadow:0 12px 36px #00000029}.hp-popover button,.hp-popover input,.hp-popover textarea,.hp-popover select{font-family:inherit}.hp-kanban{align-items:flex-start;gap:var(--hp-space-3);padding-bottom:var(--hp-space-3);display:flex;overflow-x:auto}.hp-content--fill .hp-content__inner>.hp-kanban{flex:auto;min-height:0;overflow-y:auto}.hp-kanban__column{background:var(--hp-page-bg);border-radius:var(--hp-radius-lg);padding:var(--hp-space-3);border:1px solid #0000;flex:0 0 300px}.hp-kanban__column--over{background:var(--hp-bg-tint);border-color:var(--hp-secondary)}.hp-kanban__column--collapsed{align-items:center;gap:var(--hp-space-2);padding:var(--hp-space-3) 0;cursor:pointer;flex-direction:column;flex:0 0 44px;min-height:180px;display:flex}.hp-kanban__head{align-items:center;gap:var(--hp-space-2);padding:2px 4px var(--hp-space-3);display:flex}.hp-kanban__label{text-transform:uppercase;letter-spacing:.04em;color:var(--hp-text-soft);font-size:12.5px;font-weight:700}.hp-kanban__count{margin:0}.hp-kanban__collapse{margin-left:auto}.hp-kanban__collapse svg{transform:rotate(180deg)}.hp-kanban__vlabel{writing-mode:vertical-rl;text-transform:uppercase;letter-spacing:.05em;color:var(--hp-text-soft);white-space:nowrap;font-size:12px;font-weight:700}.hp-kanban__cards{gap:var(--hp-space-2);flex-direction:column;min-height:40px;display:flex}.hp-kanban__card{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--hp-radius-md);width:100%;padding:var(--hp-space-3);text-align:left;cursor:grab;transition:box-shadow .12s}.hp-kanban__card:hover{box-shadow:var(--hp-shadow-sm)}.hp-kanban__card:focus-visible{outline:2px solid var(--hp-secondary);outline-offset:1px}.hp-kanban__card--dragging{opacity:.4}.hp-kanban__card--overlay{cursor:grabbing;box-shadow:var(--hp-shadow-lg);width:calc(300px - 2 * var(--hp-space-3))}.hp-history-drawer__scrim{z-index:var(--hp-z-drawer);background:#0f101673;justify-content:flex-end;display:flex;position:fixed;inset:0}.hp-history-drawer{background:var(--hp-surface,#fff);width:min(560px,100%);height:100%;box-shadow:var(--hp-shadow-lg);flex-direction:column;display:flex}.hp-history-drawer__head{padding:var(--hp-space-4) 20px;border-bottom:1px solid var(--hp-border);justify-content:space-between;align-items:center;display:flex}.hp-history-drawer__title{margin:0;font-size:1.1rem}.hp-history-drawer__body{flex:1;padding:20px;overflow-y:auto}.hp-history-drawer__timeline{gap:var(--hp-space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hp-history-entry{border:1px solid var(--hp-border);border-radius:var(--hp-radius-md);padding:var(--hp-space-3)}.hp-history-entry__top{justify-content:space-between;gap:var(--hp-space-2);display:flex}.hp-history-entry__when{color:var(--hp-text-muted);white-space:nowrap;font-size:.85em}.hp-history-entry__who{margin-top:var(--hp-space-1);font-size:.9em}.hp-history-entry__actor{color:var(--hp-text)}.hp-history-entry__roles{color:var(--hp-text-muted)}.hp-history-entry__note{margin-top:var(--hp-space-1);color:var(--hp-text-muted);font-size:.85em}.hp-history-entry__badge{padding:2px var(--hp-space-2);border-radius:var(--hp-radius-pill);background:var(--hp-bg-subtle);color:var(--hp-primary-dark);font-size:.8em;font-weight:600}.hp-history-entry__badge--outcome{background:var(--hp-error-bg);color:var(--hp-error);font-weight:400}.hp-history-entry__toggle{margin-top:6px}.hp-history-entry__diff{gap:var(--hp-space-3);margin-top:var(--hp-space-2);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.hp-history-entry__difflabel{margin:0 0 var(--hp-space-1);color:var(--hp-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8em}.hp-history-entry__pre{background:var(--hp-bg-subtle);white-space:pre-wrap;word-break:break-word;border-radius:4px;max-height:280px;margin:0;padding:10px;font-size:.8em;overflow-x:auto}.hp-history-entry__revert{margin-top:var(--hp-space-2)}.hp-history-entry__confirm{gap:var(--hp-space-2);align-items:center;display:flex}.hp-history-entry__confirmtext{color:var(--hp-text-muted);font-size:.85em}.hp-history-entry__error{color:var(--hp-error);margin-top:6px;font-size:.85em}.hp-runner{background:var(--hp-cream,#fdedcf);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.hp-runner__card{border-radius:var(--r-card,15px);text-align:center;background:#fff;width:100%;max-width:480px;padding:40px;box-shadow:0 6px 28px #00000014}.hp-runner__logo{height:36px;margin-bottom:20px}.hp-runner__title{color:var(--hp-text,#231f20);margin:0 0 14px;font-size:22px;font-weight:700}.hp-runner__sub{color:var(--hp-text,#231f20);margin:0 0 22px;font-size:14px;line-height:1.55}.hp-runner__progress{color:var(--hp-text-soft,#5b585a);justify-content:center;align-items:center;gap:12px;margin:8px 0 4px;font-size:14px;display:flex}.hp-spinner{border:3px solid #e0e0e6;border-top-color:var(--hp-primary,#0000e7);border-radius:50%;flex:none;width:20px;height:20px;animation:.8s linear infinite hp-spin}@keyframes hp-spin{to{transform:rotate(360deg)}}.hp-runner__rating{color:#4a4640;background:#eef0f1;border:1px solid #e0e0e2;border-radius:12px;flex-direction:column;gap:4px;margin:0 0 20px;padding:18px;display:flex}.hp-runner__rating--excellent{color:#15803d;background:#e7f6ed;border-color:#b7e4c7}.hp-runner__rating--good{background:var(--hp-bg-tint,#eef0fb);color:var(--hp-primary-dark,#000059);border-color:#c9cdf3}.hp-runner__rating--fair{background:var(--hp-warn-bg,#fff8e8);color:var(--hp-warn-text,#6b4f00);border-color:var(--hp-warn-border,#f3c969)}.hp-runner__rating--poor{color:#991b1b;background:#fef2f2;border-color:#fbd5d5}.hp-runner__rating--blocked{color:#fff;background:#991b1b;border-color:#7a1212}.hp-runner__ratinglabel{text-transform:uppercase;letter-spacing:.06em;opacity:.8;font-size:12px;font-weight:700}.hp-runner__ratingvalue{font-size:28px;font-weight:700}.hp-runner__metrics{text-align:left;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 20px;display:grid}.hp-runner__metrics>div{border:1px solid var(--hp-border,#e8e8e8);background:#fafbfb;border-radius:10px;padding:10px 14px}.hp-runner__metrics dt{text-transform:uppercase;letter-spacing:.05em;color:#8c8a8c;margin-bottom:2px;font-size:11.5px;font-weight:700}.hp-runner__metrics dd{color:var(--hp-text,#231f20);margin:0;font-size:16px;font-weight:600}.speedtest-filterbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;padding:12px 0;display:flex}.speedtest-filterbar__query{flex:280px;max-width:380px}.speedtest-filterbar__status,.speedtest-filterbar__verdict{flex:140px;max-width:200px}.speedtest-filterbar__preset{flex:160px;max-width:220px}.speedtest-filterbar__saverow{align-items:center;gap:6px;display:flex}.speedtest-filterbar__error{color:var(--hp-error,#de1d2a);flex-basis:100%;font-size:12.5px}.speedtest-filterbar__presetadmin{flex-wrap:wrap;flex-basis:100%;gap:6px;margin-top:6px;display:flex}.speedtest-filterbar__deletepreset{color:var(--hp-text-soft,#5b585a)}.speedtest-filterbar__deletepreset:hover{color:var(--hp-error,#de1d2a)}.speedtest-sortbtn{appearance:none;font:inherit;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.speedtest-sortbtn:hover{color:var(--hp-primary,#0000e7)}[aria-sort=ascending] .speedtest-sortbtn,[aria-sort=descending] .speedtest-sortbtn{color:var(--hp-primary,#0000e7);font-weight:700}.hp-toast-viewport{z-index:1000;pointer-events:none;flex-direction:column;gap:10px;max-width:min(360px,100vw - 40px);display:flex;position:fixed;bottom:20px;right:20px}.hp-toast{pointer-events:auto;background:var(--hp-surface,#fff);color:var(--hp-text,#231f20);border:1px solid var(--hp-border,#e8e8e8);border-left:4px solid var(--hp-primary,#0000e7);border-radius:var(--r-input,8px);font-family:var(--font-sans);animation:hp-toast-in var(--d-base,.18s) var(--ease,ease) both;align-items:flex-start;gap:12px;padding:12px 14px;font-size:14px;line-height:1.4;display:flex;box-shadow:0 6px 24px #00000024}.hp-toast--success{border-left-color:#1b873f}.hp-toast--error{border-left-color:var(--hp-error,#de1d2a)}.hp-toast--info{border-left-color:var(--hp-primary,#0000e7)}.hp-toast__message{word-break:break-word;flex:1}.hp-toast__close{color:var(--hp-muted,#414042);cursor:pointer;transition:color var(--d-fast,.12s) var(--ease,ease);background:0 0;border:none;border-radius:4px;flex:none;margin:-2px -4px 0 0;padding:0 4px;font-size:18px;line-height:1}.hp-toast__close:hover{color:var(--hp-text,#231f20)}@keyframes hp-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hp-toast{animation:none}}@media (width<=640px){.hp-modal-scrim{padding:0}.hp-modal{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%}.hp-formgrid{grid-template-columns:1fr}.hp-formgrid .hp-col-2{grid-column:span 1}.hp-tabs{width:100%;display:flex}.hp-tab{text-align:center;flex:1 1 0;justify-content:center}.hp-filterbar{flex-direction:column;align-items:stretch}.hp-filterbar__field:last-child{max-width:none}.hp-status-table{overflow-x:auto}.hp-status-table__head,.hp-status-table__row{min-width:640px}.hp-runner{padding:16px}.hp-runner__card{padding:28px 22px}}.hp-markdown{color:var(--hp-text,#231f20);overflow-wrap:break-word;font-size:15px;line-height:1.65}.hp-markdown>:first-child{margin-top:0}.hp-markdown h1,.hp-markdown h2,.hp-markdown h3,.hp-markdown h4{color:var(--hp-text,#231f20);scroll-margin-top:80px;font-weight:700;line-height:1.3}.hp-markdown h1{margin:28px 0 12px;font-size:22px}.hp-markdown h2{margin:24px 0 10px;font-size:18px}.hp-markdown h3{margin:20px 0 8px;font-size:16px}.hp-markdown h4{text-transform:none;margin:18px 0 6px;font-size:14px}.hp-markdown p{margin:12px 0}.hp-markdown ul,.hp-markdown ol{margin:12px 0;padding-left:24px}.hp-markdown li,.hp-markdown li>ul,.hp-markdown li>ol{margin:4px 0}.hp-markdown a{color:var(--hp-primary,#0000e7);text-underline-offset:2px;text-decoration:underline}.hp-markdown a:hover{color:var(--hp-primary-dark,#000059)}.hp-markdown strong{font-weight:700}.hp-markdown__img,.hp-markdown img{border:1px solid var(--hp-border,#e8e8e8);border-radius:8px;max-width:100%;height:auto;margin:16px 0;display:block}.hp-markdown hr{border:0;border-top:1px solid var(--hp-border,#e8e8e8);margin:28px 0}.hp-markdown blockquote{border-left:3px solid var(--hp-border,#e8e8e8);color:var(--hp-text-soft,#5b585a);margin:16px 0;padding:4px 16px}.hp-markdown code{font-family:var(--font-mono);border:1px solid var(--hp-border,#e8e8e8);background:#f5f6f6;border-radius:5px;padding:1px 5px;font-size:.88em}.hp-markdown pre{border:1px solid var(--hp-border,#e8e8e8);border-radius:var(--r-input,8px);background:#f5f6f6;margin:16px 0;padding:14px 16px;overflow-x:auto}.hp-markdown pre code{background:0 0;border:0;padding:0;font-size:13px;line-height:1.55}.hp-markdown table{border-collapse:collapse;width:100%;margin:16px 0;font-size:14px}.hp-markdown th,.hp-markdown td{border:1px solid var(--hp-border,#e8e8e8);text-align:left;vertical-align:top;padding:8px 12px}.hp-markdown th{background:#f5f6f6;font-weight:700}.hp-markdown tbody tr:nth-child(2n) td{background:#fafbfb}.hp-markdown input[type=checkbox]{margin-right:6px}.hp-markdown li.task-list-item{margin-left:-20px;list-style:none}.hp-settings__blurb{color:var(--hp-muted,#414042);max-width:640px;margin:0;font-size:14px;line-height:1.5}.hp-settings__status{min-height:20px;margin-bottom:12px;font-size:13px}.hp-settings__group{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;max-width:720px;margin-bottom:18px;padding:24px}.hp-settings__grouphead{margin-bottom:14px}.hp-settings__title{color:#000059;margin:0 0 4px;font-size:16px;font-weight:700}.hp-settings__blurb{color:var(--hp-muted,#414042);margin:0;font-size:13px;line-height:1.5}.hp-settings__rows{margin:0;padding:0;list-style:none}.hp-settings__row{border-top:1px solid var(--hp-border,#e8e8e8);justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 0;display:flex}.hp-settings__row:first-child{border-top:none}.hp-settings__row-text{flex:1;min-width:0}.hp-settings__row-label{color:var(--hp-text,#231f20);align-items:center;gap:8px;margin-bottom:4px;font-size:14px;font-weight:600;display:flex}.hp-settings__row-desc{color:var(--hp-muted,#414042);margin:0;font-size:13px;line-height:1.45}.hp-settings__meta{margin-top:12px}.hp-settings__chanhdr{border-bottom:1px solid var(--hp-border,#e8e8e8);align-items:center;gap:16px;padding-bottom:6px;display:flex}.hp-settings__chanhdr-spacer{flex:1;min-width:0}.hp-settings__chan{text-align:center;letter-spacing:.5px;text-transform:uppercase;width:56px;color:var(--hp-muted,#414042);flex:0 0 56px;font-size:10.5px;font-weight:700}.hp-settings__cell{flex:0 0 56px;justify-content:center;align-items:center;width:56px;display:flex}.hp-settings__cell-empty{color:var(--hp-border,#c9c9c9);font-size:14px;line-height:1}.hp-settings__bulk{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px 18px;max-width:720px;margin-bottom:14px;padding:14px 18px;display:flex}.hp-settings__count{color:#000059;font-size:13px;font-weight:700}.hp-settings__bulk-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-left:auto;display:flex}.hp-settings__bulk-master{align-items:center;gap:8px;display:flex}.hp-settings__bulk-label{color:var(--hp-muted,#414042);font-size:12px;font-weight:600}.hp-chip{letter-spacing:.02em;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.hp-muted{color:var(--hp-muted,#414042);font-size:13px}.hp-error{color:var(--hp-error,#de1d2a);font-size:13px}a.hp-tab{text-decoration:none}.hp-pt-reqlist{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:13px;flex-direction:column;display:flex;overflow:hidden}.hp-pt-detail{grid-template-columns:1fr 320px;align-items:start;gap:22px;display:grid}.hp-pt-detail__main{flex-direction:column;gap:18px;display:flex}.hp-content--fill .hp-content__inner>.hp-pt-detail--scroll{flex:auto;min-height:0;overflow-y:auto}.hp-pt-ticket-head{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;padding:22px 24px}.hp-pt-ticket-head__top{align-items:center;gap:10px;margin-bottom:10px;display:flex}.hp-pt-ticket-head__id{font-family:var(--font-mono,monospace);color:#6f6d6e;font-size:13px;font-weight:700}.hp-pt-ticket-head__title{color:var(--hp-primary-dark,#000059);letter-spacing:-.3px;font-size:22px;font-weight:700;line-height:1.2}.hp-pt-ticket-head__meta{color:var(--hp-muted,#414042);flex-wrap:wrap;gap:8px 18px;margin-top:14px;font-size:13px;display:flex}.hp-pt-ticket-head__meta b{color:var(--hp-text,#231f20);font-weight:700}.hp-pt-thread{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;padding:8px 24px 4px}.hp-pt-msg{border-bottom:1px solid #f3f3f4;grid-template-columns:38px 1fr;gap:13px;padding:18px 0;display:grid}.hp-pt-msg:last-child{border-bottom:0}.hp-pt-msg__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:inline-flex}.hp-pt-msg__avatar--agent{background:var(--hp-primary,#0000e7)}.hp-pt-msg__avatar--me{background:var(--hp-primary-dark,#000059)}.hp-pt-msg__head{align-items:center;gap:9px;margin-bottom:5px;display:flex}.hp-pt-msg__author{color:var(--hp-text,#231f20);font-size:14px;font-weight:700}.hp-pt-msg__role{text-transform:uppercase;letter-spacing:.04em;color:#8c8a8c;background:#f0f0f1;border-radius:9999px;padding:1px 8px;font-size:11px;font-weight:700}.hp-pt-msg__time{color:#8c8a8c;margin-left:auto;font-size:12.5px}.hp-pt-msg__body{color:var(--hp-text,#231f20);white-space:pre-wrap;font-size:14px;line-height:1.6}.hp-pt-msg__body p{margin:0 0 10px}.hp-pt-msg__body p:last-child{margin-bottom:0}.hp-pt-msg--event{grid-template-columns:38px 1fr;align-items:center;padding:12px 0}.hp-pt-msg__eventicon{color:#6f6d6e;background:#f0f1f5;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin:0 4px;display:inline-flex}.hp-pt-msg__eventtext{color:#6f6d6e;font-size:13px}.hp-pt-msg__eventtext b{color:var(--hp-text,#231f20);font-weight:700}.hp-pt-thread__expand{appearance:none;width:100%;color:var(--hp-primary,#0000e7);cursor:pointer;background:#fafbfb;border:1px dashed #d6d6d6;border-radius:9px;margin:12px 0;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:600;display:block}.hp-pt-thread__expand:hover{background:#f0f1f5}.hp-pt-thread__expand:focus-visible{outline:2px solid var(--hp-primary,#0000e7);outline-offset:2px}.hp-pt-attach{border:1px solid var(--hp-border,#e8e8e8);background:#fafbfb;border-radius:9px;align-items:center;gap:9px;margin-top:10px;padding:9px 13px;display:inline-flex}.hp-pt-attach__ext{color:#fff;background:var(--hp-primary,#0000e7);letter-spacing:.03em;border-radius:4px;padding:3px 5px;font-size:10px;font-weight:800}.hp-pt-attach__name{color:var(--hp-text,#231f20);font-size:13px;font-weight:600}.hp-pt-composer{padding:16px 0 18px}.hp-pt-composer__box{border:1px solid #d6d6d6;border-radius:11px;transition:border-color .12s,box-shadow .12s;overflow:hidden}.hp-pt-composer__box:focus-within{border-color:var(--hp-primary,#0000e7);box-shadow:0 0 0 3px #0000e721}.hp-pt-composer textarea{resize:none;width:100%;color:var(--hp-text,#231f20);box-sizing:border-box;border:0;outline:none;min-height:64px;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.55}.hp-pt-composer textarea:disabled{color:#8c8a8c;background:#fafbfb}.hp-pt-composer__bar{background:#fafbfb;border-top:1px solid #f0f0f1;align-items:center;gap:8px;padding:8px 12px;display:flex}.hp-pt-composer__spacer{flex:1}.hp-pt-composer__err{margin-top:8px}.hp-pt-composer__hint{color:#8c8a8c;font-size:12px}.hp-inline-img__link{margin:10px 0;display:block}.hp-inline-img{border:1px solid var(--hp-border,#e8e8e8);background:#fafbfb;border-radius:8px;width:auto;max-width:100%;height:auto;max-height:420px;display:block}.hp-inline-img__link:hover .hp-inline-img{border-color:var(--hp-primary,#0000e7)}.hp-inline-img__missing{color:#8c8a8c;font-style:italic}.hp-pt-aside{flex-direction:column;gap:16px;display:flex;position:sticky;top:0}.hp-pt-asidecard{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;padding:18px 20px}.hp-pt-asidecard__title{text-transform:uppercase;letter-spacing:.07em;color:#8c8a8c;margin-bottom:14px;font-size:12px;font-weight:700}.hp-pt-kv{flex-direction:column;gap:13px;display:flex}.hp-pt-kv__row{flex-direction:column;gap:4px;display:flex}.hp-pt-kv__label{color:#8c8a8c;font-size:12px;font-weight:600}.hp-pt-kv__value{color:var(--hp-text,#231f20);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.hp-pt-person{align-items:center;gap:8px;display:inline-flex}.hp-pt-person__av{width:26px;height:26px;color:var(--hp-primary,#0000e7);background:#eef0fb;border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.hp-pt-approve{border-top:1px solid var(--hp-border,#e8e8e8);flex-direction:column;gap:10px;margin-top:16px;padding-top:14px;display:flex}.hp-pt-approve__label{color:#8c8a8c;font-size:12px;font-weight:700}.hp-pt-approve__actions{justify-content:flex-end;gap:8px;display:flex}.hp-sd-tag{color:#6b6b6b;background:#f1f1f1;border-radius:6px;padding:1px 6px;font-size:11px;font-weight:600;display:inline-block}.hp-sd-tag--gap{margin-left:6px}.hp-sd-code{background:#f1f1f1;border-radius:6px;padding:1px 6px;font-size:12px}.hp-sd-cell-warn{color:#9a6700;font-size:12px}.hp-sd-bulkbar{align-items:center;gap:12px;display:flex}.hp-sd-filters{margin-bottom:16px}.hp-pt-asidecard__title--stacked{margin-top:12px}.hp-pt-casecard__head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.hp-pt-casecard__title{margin-bottom:0}.hp-pt-casecard__head+.hp-pt-casegrid{margin-top:14px}.hp-pt-casegrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:start;gap:14px 22px;display:grid}.hp-pt-casegrid--sections{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hp-pt-casegrid--sections .hp-pt-asidecard__title--stacked{margin-top:12px}.hp-pt-checklist--row{flex-wrap:wrap;gap:9px 22px;display:flex}.hp-sd-scim-section{margin-bottom:24px}.hp-sd-scim-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.hp-sd-scim-count{color:#8c8a8c;font-weight:400}.hp-sd-scim-addrow{align-items:flex-end;gap:8px;margin:8px 0 16px;display:flex}.sd-typegrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}@media (width<=900px){.sd-typegrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.sd-typegrid{grid-template-columns:1fr}}.sd-typetile{appearance:none;text-align:left;border:1px solid var(--hp-border,#e8e8e8);color:var(--hp-text,#231f20);cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;gap:4px;padding:12px 14px;font-family:inherit;display:flex}.sd-typetile:hover{border-color:#c9c8cc}.sd-typetile:focus-visible{outline:2px solid var(--hp-primary,#0000e7);outline-offset:2px}.sd-typetile--selected{border-color:var(--hp-primary,#0000e7);box-shadow:inset 0 0 0 1px var(--hp-primary,#0000e7)}.sd-typetile:disabled{opacity:.6;cursor:default}.sd-typetile__name{font-size:14px;font-weight:600}.sd-typetile__desc{color:var(--hp-text-soft,#5b585a);font-size:12px}.hp-sdflow-chips{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.hp-sdflow-chip__x{appearance:none;cursor:pointer;color:inherit;background:0 0;border:0;align-items:center;margin-left:2px;padding:0 0 0 4px;line-height:0;display:inline-flex}.hp-sdflow-chip__x:disabled{cursor:default;opacity:.5}.hp-sdflow-attach{max-width:360px}.hp-sdflow-stage{border:1px solid var(--hp-border,#e8e8e8);background:#fafbfb;border-radius:12px;margin:10px 0;padding:14px 16px}.hp-sdflow-stage__head{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hp-sdflow-stage__num{background:var(--hp-bg-tint,#eef0fb);width:24px;height:24px;color:var(--hp-primary,#0000e7);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.hp-sdflow-stage__name{flex:1;min-width:160px}.hp-sdflow-stage__rule{flex-shrink:0}.hp-sdflow-approvers{flex-direction:column;gap:8px;margin-top:12px;display:flex}.hp-sdflow-approver{align-items:center;gap:8px;display:flex}.hp-sdflow-approver__type{flex-shrink:0;width:200px}.hp-sdflow-approver__ref{flex:1;min-width:0}.hp-sdflow-addapprover{align-self:flex-start}.hp-pt-approval{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;overflow:hidden}.hp-pt-approval__head{border-bottom:1px solid #eee;align-items:center;gap:10px;padding:14px 18px;display:flex}.hp-pt-approval__icon{background:var(--hp-bg-tint,#eef0fb);width:30px;height:30px;color:var(--hp-primary,#0000e7);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hp-pt-approval__title{color:var(--hp-primary-dark,#000059);font-size:14.5px;font-weight:700}.hp-pt-approval__sub{color:#8c8a8c;margin-top:1px;font-size:12.5px}.hp-pt-approval__body{padding:18px 18px 16px}.hp-pt-approval__addbtn{margin-top:6px}.hp-pt-approval__blocked{background:var(--hp-warn-bg,#fff8e8);color:var(--hp-warn-text,#6b4f00);border-radius:10px;align-items:flex-start;gap:9px;margin:4px 0 12px;padding:10px 13px;font-size:13px;line-height:1.45;display:flex}.hp-pt-approval__blocked svg{flex-shrink:0;margin-top:1px}.hp-pt-stage{gap:13px;display:flex;position:relative}.hp-pt-stage__rail{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.hp-pt-stage__dot{z-index:1;color:#a3a3a8;background:#fff;border:2px solid #d5d5d8;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.hp-pt-stage__dot svg{width:14px;height:14px}.hp-pt-stage__num{font-size:12px;font-weight:800}.hp-pt-stage__dot--approved{color:#fff;background:#066b3d;border-color:#066b3d}.hp-pt-stage__dot--rejected{color:#fff;background:#b3261e;border-color:#b3261e}.hp-pt-stage__dot--current{border-color:var(--hp-primary,#0000e7);color:var(--hp-primary,#0000e7)}.hp-pt-stage__dot--waiting{color:#a3a3a8;border-color:#d5d5d8}.hp-pt-stage__line{background:#e3e3e6;flex:1;width:2px;margin:2px 0}.hp-pt-stage__line--approved{background:#066b3d}.hp-pt-stage__body{flex:1;padding-bottom:18px}.hp-pt-stage__body--last{padding-bottom:0}.hp-pt-stage__heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hp-pt-stage__name{color:var(--hp-text,#231f20);font-size:14px;font-weight:700}.hp-pt-stage__who{color:#6f6d6e;margin-top:3px;font-size:13px}.hp-pt-stage__rule{color:#a3a3a8}.hp-pt-stage__decision{color:#8c8a8c;margin-top:3px;font-size:12.5px}.hp-pt-stage__note{color:#414042;background:#f6f6f8;border-radius:8px;margin-top:7px;padding:8px 11px;font-size:13px;line-height:1.45}.hp-pt-adhoc-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.hp-pt-adhoc-row__type{flex-shrink:0;width:190px}.hp-pt-adhoc-row__ref{flex:1;min-width:0}.hp-pt-ob-summary{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;overflow:hidden}.hp-pt-ob-summary__head{border-bottom:1px solid #eee;align-items:center;gap:10px;padding:13px 18px;display:flex}.hp-pt-ob-summary__badge{color:#fff;background:#73c41d;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:800;display:inline-flex}.hp-pt-ob-summary__title{color:var(--hp-text,#231f20);flex:1;font-size:14px;font-weight:700}.hp-pt-ob-summary__grid{grid-template-columns:1fr 1fr;gap:0 32px;padding:14px 18px;display:grid}.hp-pt-provlabel{text-transform:uppercase;letter-spacing:.07em;color:#6f6d6e;margin:4px 0 12px;font-size:13px;font-weight:700}.hp-pt-appchips{flex-wrap:wrap;gap:8px;margin-bottom:4px;display:flex}.hp-pt-actions{gap:10px;display:grid}.hp-pt-action{border:1px solid var(--hp-border,#e3e3e6);background:#fff;border-radius:12px;padding:16px}.hp-pt-action--done{background:#f3faf5;border-color:#b6e0c6}.hp-pt-action__row{align-items:flex-start;gap:12px;display:flex}.hp-pt-action__icon{width:36px;height:36px;color:var(--hp-primary,#0000e7);background:#eef0fb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hp-pt-action--done .hp-pt-action__icon{color:#fff;background:#066b3d}.hp-pt-action__main{flex:1;min-width:0}.hp-pt-action__head{align-items:center;gap:8px;display:flex}.hp-pt-action__title{color:var(--hp-text,#231f20);font-size:14.5px;font-weight:700}.hp-pt-action__desc{color:#6f6d6e;margin-top:3px;font-size:13px;line-height:1.45}.hp-pt-action__cta{flex-shrink:0}.hp-pt-action__hint{color:#a3673f;margin-top:10px;padding-left:48px;font-size:12.5px}.hp-pt-action__done{background:#fff;border:1px solid #d8ecdf;border-radius:9px;gap:6px;margin-top:10px;padding:11px 13px;display:grid}.hp-pt-action__done-row{justify-content:space-between;gap:18px;font-size:13px;display:flex}.hp-pt-action__done-row span:first-child{color:#8c8a8c}.hp-pt-action__done-row span:last-child{font-family:var(--font-mono,monospace);color:var(--hp-text,#231f20)}.hp-pt-action__doneline{color:#3d6b50;margin-top:10px;font-size:13px;line-height:1.5}.hp-pt-checklist{gap:9px;font-size:13.5px;display:grid}.hp-pt-checklist__item{color:#8c8a8c;align-items:center;gap:9px;display:flex}.hp-pt-checklist__item--done{color:#066b3d}.hp-pt-checklist__mark{color:#fff;background:0 0;border:1.5px solid #cfcfd3;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.hp-pt-checklist__mark svg{width:12px;height:12px}.hp-pt-checklist__item--done .hp-pt-checklist__mark{background:#066b3d;border-color:#066b3d}button.hp-pt-checklist__item{font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0}button.hp-pt-checklist__item:disabled{cursor:default;opacity:.7}.hp-ob-intro{color:#414042;max-width:60ch;margin:0 0 18px;font-size:14.5px;line-height:1.5}.hp-ob-stats{flex-wrap:wrap;gap:12px;margin-bottom:22px;display:flex}.hp-ob-stat{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:12px;flex:1;min-width:150px;padding:14px 16px}.hp-ob-stat__n{letter-spacing:-.5px;color:var(--hp-text,#231f20);font-size:26px;font-weight:800}.hp-ob-stat__n--action{color:#b8860b}.hp-ob-stat__n--progress{color:var(--hp-primary,#0000e7)}.hp-ob-stat__n--ready{color:#066b3d}.hp-ob-stat__label{color:#6f6d6e;margin-top:1px;font-size:13px}.hp-ob-sechead{color:var(--hp-text,#231f20);margin-bottom:12px;font-size:13px;font-weight:700}.hp-ob-cards{gap:12px;display:grid}.hp-ob-card{border:1px solid var(--hp-border,#e3e3e6);background:#fff;border-radius:14px;flex-wrap:wrap;align-items:center;gap:18px;padding:16px 18px;display:flex}.hp-ob-card--action{background:#fffdf7;border-color:#f3e3bf}.hp-ob-card__avatar{width:46px;height:46px;color:var(--hp-primary,#0000e7);background:#eef0fb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:800;display:inline-flex}.hp-ob-card__id{flex-shrink:0;width:220px}.hp-ob-card__name{color:#000059;font-size:15.5px;font-weight:700}.hp-ob-card__title{color:#6f6d6e;font-size:13px}.hp-ob-card__meta{color:#8c8a8c;margin-top:3px;font-size:12.5px}.hp-ob-card__stage{color:#6f6d6e;flex:1;min-width:120px;font-size:13px}.hp-ob-card__actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:9px;display:flex}.hp-ob-pkgbanner{color:#2a2a66;background:#eef0fb;border:1px solid #d3d6f6;border-radius:11px;margin-bottom:18px;padding:13px 15px;font-size:13.5px;line-height:1.5}.hp-ob-pkgbanner--manual{color:#7a5a12;background:#fff8ec;border-color:#f3e3bf}.hp-ob-applist{gap:8px;display:grid}.hp-ob-approw{border:1px solid var(--hp-border,#e3e3e6);border-radius:10px;margin:0;padding:10px 12px}.hp-ob-approw__body{align-items:center;gap:10px;display:inline-flex}.hp-ob-approw__logo{object-fit:contain;background:#f2f2f5;border-radius:6px;flex-shrink:0;width:24px;height:24px}.hp-ob-approw__logo--ph{background:#eef0fb}.hp-ob-approw__name{color:var(--hp-text,#231f20);font-size:14px;font-weight:600}.hp-pt-attachments{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.hp-pt-attachments__row{justify-content:space-between;align-items:baseline;gap:10px;min-width:0;font-size:14px;display:flex}.hp-pt-attachments__row .hp-link{overflow-wrap:anywhere}.sdc-wrap{max-width:1180px;margin:0 auto}.sdc-layout{grid-template-columns:216px minmax(0,1fr);align-items:start;gap:26px;display:grid}.sdc-rail{flex-direction:column;gap:2px;display:flex;position:sticky;top:0}.sdc-rail__group{text-transform:uppercase;letter-spacing:.1em;color:#8c8a8c;padding:4px 12px 8px;font-size:11px;font-weight:700}.sdc-rail__item{color:#2f2c2d;cursor:pointer;text-align:left;transition:background .12s var(--ease,ease), color .12s var(--ease,ease);background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;padding:9px 12px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:flex;position:relative}.sdc-rail__item:hover{color:var(--hp-primary-dark,#000059);background:#eef0f2}.sdc-rail__item--active{color:var(--hp-primary,#0000e7);background:#eef0fb}.sdc-rail__item--active:before{content:"";background:var(--hp-primary,#0000e7);border-radius:0 3px 3px 0;width:3px;position:absolute;top:9px;bottom:9px;left:0}.sdc-rail__icon{flex-shrink:0;width:18px;height:18px;display:inline-flex}.sdc-rail__label{flex:1;min-width:0}.sdc-rail__count{color:#8c8a8c;font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.sdc-rail__item--active .sdc-rail__count{color:var(--hp-primary,#0000e7)}.sdc-rail__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sdc-rail__dot--on{background:#0c9900}.sdc-rail__dot--off{background:#e0941a}.sdc-head{align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.sdc-head__titles{flex:1;min-width:0}.sdc-head__title{letter-spacing:-.3px;color:var(--hp-primary-dark,#000059);margin:0 0 5px;font-size:22px;font-weight:700}.sdc-head__sub{color:var(--hp-muted,#414042);max-width:64ch;font-size:14px;line-height:1.55}.sdc-head__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.sdc-intake{border:1px solid;border-radius:16px;align-items:center;gap:22px;margin-bottom:22px;padding:24px 26px;display:flex}.sdc-intake--on{background:linear-gradient(110deg,#eaf7ef 0%,#f3faf5 70%);border-color:#b8e0c0}.sdc-intake--off{border-color:var(--hp-warn-border,#f3c969);background:linear-gradient(110deg,#fff5e2 0%,#fffaf0 70%)}.sdc-intake__icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.sdc-intake--on .sdc-intake__icon{color:#066b3d;background:#d3efdb}.sdc-intake--off .sdc-intake__icon{color:#6b4f00;background:#fbe6bd}.sdc-intake__body{flex:1;min-width:0}.sdc-intake__eyebrow{text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px;font-size:11px;font-weight:700}.sdc-intake--on .sdc-intake__eyebrow{color:#066b3d}.sdc-intake--off .sdc-intake__eyebrow{color:#6b4f00}.sdc-intake__state{letter-spacing:-.2px;color:var(--hp-text,#231f20);font-size:20px;font-weight:700}.sdc-intake__desc{color:var(--hp-muted,#414042);max-width:62ch;margin-top:4px;font-size:13.5px;line-height:1.5}.sdc-intake__action{flex-shrink:0}.sdc-intake__pausebtn.hp-btn{color:#1e6b2e;background:#fff;border-color:#b8e0c0}.sdc-intake__pausebtn.hp-btn:hover{background:#f3faf5;border-color:#8fce9f}.sdc-intake__resumebtn.hp-btn{color:#fff;background:linear-gradient(#0ba055 0%,#078043 100%);border-color:#067a3f}.sdc-intake__resumebtn.hp-btn:hover{background:linear-gradient(#0cae5c 0%,#067a3f 100%);border-color:#067a3f}.sdc-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.sdc-stat{appearance:none;text-align:left;border:1px solid var(--hp-border,#e8e8e8);cursor:pointer;transition:border-color .15s var(--ease,ease), box-shadow .15s, transform .15s;background:#fff;border-radius:14px;flex-direction:column;gap:3px;padding:18px 20px;font-family:inherit;display:flex}.sdc-stat:hover{border-color:var(--hp-primary,#0000e7);transform:translateY(-1px);box-shadow:0 8px 24px #00005914}.sdc-stat__top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.sdc-stat__ico{width:34px;height:34px;color:var(--hp-primary,#0000e7);background:#eef0fb;border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.sdc-stat__num{letter-spacing:-.5px;color:var(--hp-primary-dark,#000059);font-variant-numeric:tabular-nums;margin-bottom:3px;font-size:30px;font-weight:700;line-height:1}.sdc-stat__label{color:var(--hp-text,#231f20);font-size:13.5px;font-weight:700;line-height:1.25}.sdc-stat__meta{color:#8c8a8c;font-size:12.5px}.sdc-stat__go{color:#c2c1c4;transition:color .12s,transform .12s}.sdc-stat:hover .sdc-stat__go{color:var(--hp-primary,#0000e7);transform:translate(2px)}.sdc-quick{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:14px;padding:20px 22px}.sdc-quick__title{text-transform:uppercase;letter-spacing:.07em;color:#8c8a8c;margin-bottom:14px;font-size:13px;font-weight:700}.sdc-quick__row{flex-wrap:wrap;gap:10px;display:flex}.sdc-list{flex-direction:column;gap:10px;display:flex}.sdc-item{border:1px solid var(--hp-border,#e8e8e8);transition:border-color .14s var(--ease,ease), box-shadow .14s;background:#fff;border-radius:13px;align-items:center;gap:16px;padding:16px 18px;display:flex}.sdc-item:hover{box-shadow:var(--hp-shadow-sm,0 1px 2px #231f200f);border-color:#d0d0d3}.sdc-item--muted{opacity:.72}.sdc-item__lead{flex-shrink:0}.sdc-item__main{flex:1;min-width:0}.sdc-item__titleline{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.sdc-item__title{color:var(--hp-primary-dark,#000059);letter-spacing:-.1px;font-size:15.5px;font-weight:700;line-height:1.3}.sdc-item__code{font-family:var(--font-mono,monospace);color:#6f6d6e;background:#f1f1f3;border-radius:6px;padding:2px 7px;font-size:12px;font-weight:600}.sdc-item__code--plain{font-family:inherit}.sdc-item__desc{color:var(--hp-muted,#414042);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;line-height:1.45;overflow:hidden}.sdc-item__meta{flex-wrap:wrap;align-items:center;gap:7px;margin-top:9px;display:flex}.sdc-item__actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.sdc-tag{color:#6f6d6e;background:#f4f4f5;border:1px solid #ececed;border-radius:7px;align-items:center;gap:5px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.sdc-tag svg{color:#a3a2a5}.sdc-nocaps{text-transform:none}.sdc-lock{color:#c2c1c4;cursor:default;display:inline-flex}.sdc-applogo{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:800;display:inline-flex;overflow:hidden}.sdc-applogo img{object-fit:contain;background:#fff;width:100%;height:100%}.sdc-applogo--c0{background:#0000e7}.sdc-applogo--c1{background:#4c4dee}.sdc-applogo--c2{background:#339dff}.sdc-applogo--c3{background:#066b3d}.sdc-applogo--c4{background:#6d2077}.sdc-applogo--c5{background:#b3261e}.sdc-applogo--c6{background:#00a1e0}.sdc-steps{align-items:center;gap:0;display:inline-flex}.sdc-steps__dot{width:20px;height:20px;color:var(--hp-primary,#0000e7);z-index:1;background:#eef0fb;border:1.5px solid #c9cdf3;border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:800;display:inline-flex}.sdc-steps__line{background:#c9cdf3;width:16px;height:2px}.sdc-empty{border:1px dashed var(--hp-border,#d9d9dc);text-align:center;color:#8c8a8c;background:#fcfcfd;border-radius:13px;padding:40px 24px;font-size:14px}.sdc-item .hp-toggle{gap:0}.hp-modal.hp-modal--drawer{background:var(--hp-page-bg,#f5f6f6);border-radius:0;gap:0;width:min(560px,94vw);max-width:none;height:100vh;max-height:100vh;padding:0;animation:.26s cubic-bezier(.4,0,.2,1) sdc-drawer-in;position:fixed;top:0;bottom:0;right:0;box-shadow:-14px 0 44px #0000002e}@keyframes sdc-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.sdc-drawer__head{border-bottom:1px solid var(--hp-border,#e8e8e8);background:#fff;flex-shrink:0;align-items:center;gap:14px;padding:18px 24px;display:flex}.sdc-drawer__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#8c8a8c;font-size:11px;font-weight:700}.sdc-drawer__title{color:var(--hp-primary-dark,#000059);letter-spacing:-.2px;font-size:18px;font-weight:700}.sdc-drawer__close{border:1px solid var(--hp-border,#e8e8e8);width:34px;height:34px;color:var(--hp-muted,#414042);cursor:pointer;background:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:border-color .12s,color .12s;display:inline-flex}.sdc-drawer__close:hover{border-color:var(--hp-primary,#0000e7);color:var(--hp-primary,#0000e7)}.sdc-drawer__body{flex:1;padding:22px 24px 32px;overflow-y:auto}.sdc-drawer__foot{border-top:1px solid var(--hp-border,#e8e8e8);background:#fff;flex-shrink:0;align-items:center;gap:10px;padding:14px 24px;display:flex}.sdc-drawer__foot .sdc-drawer__spacer{flex:1}.sdc-fset{margin-bottom:22px}.sdc-fset__legend{text-transform:uppercase;letter-spacing:.07em;color:var(--hp-primary,#0000e7);border-bottom:1px solid var(--hp-border,#e8e8e8);margin-bottom:12px;padding-bottom:8px;font-size:12px;font-weight:700}.sdc-fstack{flex-direction:column;gap:14px;display:flex}.sdc-checks{flex-direction:column;gap:10px;display:flex}.sdc-frow{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (width<=560px){.sdc-frow{grid-template-columns:1fr}}.sdc-radioset-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}@media (width<=560px){.sdc-radioset-3{grid-template-columns:1fr}}@media (width<=760px){.sdc-layout{grid-template-columns:1fr;gap:16px}.sdc-rail{border:1px solid var(--hp-border,#e8e8e8);background:#fff;border-radius:12px;flex-flow:wrap;gap:4px;padding:6px;position:static}.sdc-rail__group{display:none}.sdc-rail__item{padding:8px 12px}.sdc-rail__item--active:before{display:none}}@media (width<=620px){.sdc-stats{grid-template-columns:repeat(2,1fr)}}.tq-columns-menu{flex-direction:column;gap:6px;min-width:180px;padding:8px 10px;display:flex}.tq-builder{border-radius:12px;width:min(440px,100vw - 24px);padding:14px}.tq-builder__row{border-bottom:1px solid #f0f0f2;gap:10px;padding:8px 0;display:flex}.tq-builder__row:last-of-type{border-bottom:0}.tq-builder__label{text-transform:uppercase;letter-spacing:.03em;color:#8d8b8d;flex:0 0 84px;padding-top:4px;font-size:11.5px;font-weight:700}.tq-builder__options{flex-wrap:wrap;align-items:center;gap:6px;max-height:132px;display:flex;overflow-y:auto}.tq-option{color:#555355;cursor:pointer;background:#fff;border:1px solid #e2e2e4;border-radius:9999px;padding:3px 10px;font-size:12px;font-weight:600}.tq-option--active{color:#2029a8;background:#eef0fb;border-color:#b9c0f0}.tq-option:focus-visible{outline-offset:1px;outline:2px solid #c3c8f5}.tq-builder__footer{align-items:center;gap:8px;padding-top:12px;display:flex}.tq-builder__footer .hp-input{border-radius:8px;flex:1;height:32px}.tq-chip{vertical-align:1px;white-space:nowrap;border-radius:9999px;margin-left:6px;padding:1px 8px;font-size:10.5px;font-weight:700;display:inline-block}.tq-chip--slack{color:#7c3aed;background:#f3ebf6}.tq-chip--email{color:#1d4ed8;background:#e8f1fb}.tq-chip--teams{color:#4b4fbb;background:#ecedf9}.tq-chip--onboarding{color:#a05a00;background:#fdf1e2}.tq-chip--welcome{color:#8a6d00;background:#fff6d9}.tq-chip--personal{color:#067a55;background:#e5f4ef}.tq-chip--external{color:#b42318;background:#fdeaea}.tq-truncated{color:#a05a00;background:#fdf9f2;border:1px solid #f0e0c8;border-radius:8px;margin:0 0 10px;padding:7px 12px;font-size:12.5px}.tq-cell-select{width:34px}.tq-cell-select .hp-checkbox{margin:0}.tq-cell-ticket__title{color:#1c1b1c;font-size:13.5px;font-weight:600}.tq-row--selected{background:#eef0fb}.tq-inline-select{font:inherit;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;max-width:180px;padding:3px 6px;font-size:13px}.tq-inline-select:hover,.tq-inline-select:focus-visible{background:#fff;border-color:#e2e2e4}.tq-inline-select:focus-visible{outline-offset:1px;outline:2px solid #c3c8f5}.tq-status-cell{align-items:center;gap:6px;display:inline-flex}.tq-status-cell .tq-inline-select--status{min-width:130px;max-width:130px}.tq-table--compact .hp-table td{padding-top:4px;padding-bottom:4px}.tq-dot{border-radius:50%;flex:none;width:8px;height:8px}.tq-dot--open{background:#339dff}.tq-dot--progress{background:#6a5cff}.tq-dot--resolved{background:#0c9900}.tq-dot--closed{background:#9c9a9c}.tq-card--selected{background:#eef0fb;border-color:#b9c0f0}.tq-card__top{align-items:center;gap:6px;min-height:20px;display:flex}.tq-card__check{visibility:hidden;flex:none;display:inline-flex}.tq-card:hover .tq-card__check,.tq-card--selecting .tq-card__check,.tq-card--selected .tq-card__check{visibility:visible}.tq-card__check .hp-checkbox{margin:0}.tq-card__id{cursor:pointer;color:#8d8b8d;background:0 0;border:0;padding:0;font-size:11px;text-decoration:none}.tq-card__id:hover{text-decoration:underline}.tq-card__id:focus-visible{outline-offset:1px;border-radius:4px;outline:2px solid #c3c8f5}.tq-card__expand{visibility:hidden;color:#8d8b8d;border-radius:4px;margin-left:auto;padding:2px;display:inline-flex}.tq-card:hover .tq-card__expand{visibility:visible}.tq-card__expand:hover{color:#3d4db7}.tq-card__expand svg{width:13px;height:13px}.tq-card__title{color:#1c1b1c;margin-top:4px;font-size:13.5px;font-weight:600}.tq-card__meta{align-items:center;gap:8px;margin-top:8px;display:flex}.tq-card__app{color:#555355;text-overflow:ellipsis;white-space:nowrap;background:#f6f6f7;border-radius:9999px;max-width:140px;padding:1px 8px;font-size:11px;font-weight:600;overflow:hidden}.tq-card__avatar{color:#3a44b8;background:#e4e6f9;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9.5px;font-weight:700;display:inline-flex}.tq-card__age{color:#9c9a9c;margin-left:auto;font-size:11.5px}.tq-peek-scrim{z-index:900;background:#100f1147;justify-content:flex-end;display:flex;position:fixed;inset:0}.tq-peek{background:#fff;flex-direction:column;width:min(480px,100vw);height:100%;animation:.18s ease-out tq-peek-in;display:flex;box-shadow:-10px 0 40px #0003}@keyframes tq-peek-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.tq-peek__head{align-items:center;gap:8px;padding:18px 24px 0;display:flex}.tq-peek__id{color:#8d8b8d;font-size:12px}.tq-peek__head .hp-btn{margin-left:auto}.tq-peek__close{cursor:pointer;color:#767476;background:0 0;border:0;padding:4px;display:inline-flex}.tq-peek__close svg{width:16px;height:16px}.tq-peek__title{color:#1c1b1c;border-bottom:1px solid #e7e7e9;margin:10px 24px 18px;padding-bottom:18px;font-size:20px;font-weight:700;line-height:1.3}.tq-peek__body{flex-direction:column;flex:1;gap:24px;padding:2px 24px 24px;display:flex;overflow-y:auto}.tq-peek__sectionlabel{text-transform:uppercase;letter-spacing:.06em;color:#8d8b8d;margin-bottom:12px;font-size:11.5px;font-weight:700}.tq-peek__grid{grid-template-columns:130px 1fr;align-items:baseline;gap:12px;margin:0;font-size:13.5px;display:grid}.tq-peek__gridrow{display:contents}.tq-peek__grid dt{color:#767476}.tq-peek__grid dd{color:#1c1b1c;margin:0;font-weight:600}.tq-peek__person{align-items:center;gap:8px;display:flex}.tq-peek__person-avatar{color:#3d4db7;letter-spacing:.02em;background:#e7eafb;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:inline-flex}.tq-onboarding{background:#fdf9f2;border:1px solid #f0e0c8;border-radius:10px;padding:10px 12px}.tq-onboarding__grid{grid-template-columns:130px 1fr;gap:6px 10px;margin:0;font-size:13px;display:grid}.tq-onboarding__grid dt{color:#a05a00}.tq-onboarding__grid dd{color:#1c1b1c;margin:0}.tq-onboarding__welcome{align-items:center;gap:8px;display:flex}.tq-peek__thread{flex-direction:column;gap:12px;display:flex}.tq-msg{align-items:flex-start;gap:10px;font-size:13px;display:flex}.tq-msg__avatar{color:#3d4db7;letter-spacing:.02em;background:#e7eafb;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:inline-flex}.tq-msg__bubble{background:#f6f6f7;border-radius:12px;flex:1;min-width:0;padding:10px 14px}.tq-msg--own .tq-msg__bubble{background:#eef0fb}.tq-msg--system{color:#8d8b8d;background:0 0;padding:2px 4px;font-size:12px;font-style:italic;display:block}.tq-msg__head{align-items:baseline;gap:8px;margin-bottom:3px;display:flex}.tq-msg__author{color:#555355;font-size:12px;font-weight:600}.tq-msg__time{color:#9c9a9c;font-size:11px}.tq-msg__body{white-space:pre-wrap;word-break:break-word;color:#1c1b1c}.tq-peek__footer{border-top:1px solid #e7e7e9;align-items:flex-end;gap:8px;padding:14px 24px;display:flex}.tq-peek__reply{font:inherit;resize:none;border:1px solid #e2e2e4;border-radius:10px;flex:1;min-height:40px;padding:10px 12px;font-size:13px;transition:min-height .12s}.tq-peek__reply:focus{outline-offset:0;outline:2px solid #c3c8f5;min-height:84px}.tq-bulkbar{color:#fff;z-index:60;background:#1c1b1e;border-radius:12px;flex-wrap:wrap;align-items:center;gap:6px;max-width:calc(100vw - 24px);padding:8px 12px;display:flex;position:fixed;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 10px 28px #00000047}.tq-bulkbar__count{white-space:nowrap;font-size:13px;font-weight:600}.tq-bulkbar__divider{background:#ffffff38;width:1px;height:18px;margin:0 4px}.tq-bulkbar__btn{color:#fff;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff2e;border-radius:8px;padding:5px 10px;font-size:12.5px;font-weight:600}.tq-bulkbar__btn:hover:not(:disabled){background:#ffffff1a}.tq-bulkbar__btn:disabled{opacity:.5;cursor:default}.tq-bulkbar__btn--welcome{color:#3d3000;background:#ffd34d;border-color:#ffd34d}.tq-bulkbar__btn--welcome:hover:not(:disabled){background:#ffdc70}.tq-bulkbar__clear{color:#ffffffb3;font:inherit;cursor:pointer;background:0 0;border:0;margin-left:8px;font-size:12.5px}.tq-bulkbar__clear:hover{color:#fff}.tq-bulkmenu{flex-direction:column;gap:2px;min-width:190px;display:flex}.tq-bulkmenu--scroll{max-height:280px;overflow-y:auto}.tq-bulkmenu__item{text-align:left;font:inherit;color:#1c1b1c;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:7px 10px;font-size:13px}.tq-bulkmenu__item:hover{background:#f3f3f5}.tq-bulkmenu__item--muted{color:#767476}.tq-composer{width:min(380px,100vw - 24px);padding:10px}.tq-composer__chips{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.tq-composer__text{width:100%;font:inherit;resize:vertical;border:1px solid #e2e2e4;border-radius:8px;min-height:84px;padding:8px 10px;font-size:13px}.tq-composer__text:focus-visible{outline-offset:0;outline:2px solid #c3c8f5}.tq-composer__bar{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.tq-composer__hint{color:#9c9a9c;font-size:11.5px}.tq-welcome-modal{width:min(520px,100vw - 32px)}.tq-welcome-modal__title{margin:0 0 6px;font-size:16px;font-weight:700}.tq-welcome-modal__explainer{color:#6b696b;margin:0 0 12px;font-size:13px}.tq-welcome-modal__list{flex-direction:column;gap:8px;max-height:320px;display:flex;overflow-y:auto}.tq-recipient{border:1px solid #e7e7e9;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.tq-recipient--skipped{opacity:.55}.tq-recipient__who{flex-direction:column;min-width:0;display:flex}.tq-recipient__name{color:#1c1b1c;font-size:13px;font-weight:600}.tq-recipient__meta{color:#8d8b8d;font-size:11px}.tq-recipient__state{color:#555355;white-space:nowrap;margin-left:auto;font-size:11.5px;font-weight:700}.tq-welcome-modal__footer{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.tq-bulkedit-modal{width:min(480px,100vw - 32px)}.tq-bulkedit-modal__title{margin:0 0 10px;font-size:16px;font-weight:700}.tq-bulkedit-modal__fields{flex-wrap:wrap}.tq-bulkedit-modal__scope{color:#6b696b;margin:10px 0 0;font-size:12.5px}.tq-bulkedit-modal__body{min-height:84px;margin-top:12px}.tq-bulkedit-modal__footer{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.hp-pt-notes{background:var(--hp-warn-bg);border:1px solid var(--hp-warn-border);border-radius:14px;padding:18px 24px 20px}.hp-pt-notes__head{margin-bottom:14px}.hp-pt-notes__title{color:var(--hp-warn-text);margin:0;font-size:15px;font-weight:700}.hp-pt-notes__hint{color:var(--hp-warn-text);margin:4px 0 0;font-size:12.5px;line-height:1.45}.hp-pt-notes__empty{color:var(--hp-warn-text);margin:0;font-size:13px}.hp-pt-notes__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.hp-pt-note{border:1px solid var(--hp-warn-border);background:#fff;border-radius:11px;padding:12px 14px}.hp-pt-note__meta{color:#6b696b;align-items:center;gap:10px;margin-bottom:6px;font-size:12.5px;display:flex}.hp-pt-note__author{color:var(--hp-text,#231f20);font-weight:700}.hp-pt-note__time{flex:1}.hp-pt-note__body{color:var(--hp-text,#231f20);white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.55}.hp-pt-notes__composer{border:1px solid var(--hp-warn-border);background:#fff;border-radius:11px;margin-top:14px;transition:border-color .12s,box-shadow .12s;overflow:hidden}.hp-pt-notes__composer:focus-within{border-color:#d9a520;box-shadow:0 0 0 3px #f3c96959}.hp-pt-notes__composer textarea{resize:vertical;width:100%;color:var(--hp-text,#231f20);box-sizing:border-box;border:0;outline:none;min-height:72px;padding:12px 14px;font-family:inherit;font-size:14px;line-height:1.55}.hp-pt-notes__composer textarea:disabled{color:#8c8a8c;background:#fafbfb}.hp-pt-notes__bar{background:#fffdf7;border-top:1px solid #f4ecd8;justify-content:flex-end;padding:8px 10px;display:flex}.hp-pt-notes__err{margin-top:10px}.onb-summary{margin-bottom:24px}.onb-summary__count{color:var(--hp-primary-dark);margin-bottom:8px;font-size:14px;font-weight:700}.onb-progress{background:var(--hp-border);border-radius:9999px;height:8px;overflow:hidden}.onb-progress__fill{height:100%;width:var(--onb-fill,0%);background:var(--hp-primary);border-radius:9999px;transition:width .25s;display:block}.onb-summary__done{color:var(--hp-primary-dark);margin:12px 0 0;font-size:14px;font-weight:600}.onb-sig{background:var(--hp-page-bg);border:1px solid var(--hp-border);border-radius:10px;margin-top:8px;padding:16px}.onb-sig__loading,.onb-sig__note{margin:0 0 12px;font-size:13px}.onb-sig__fields{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:16px;display:grid}.onb-sig__field{flex-direction:column;gap:4px;display:flex}.onb-sig__label{color:var(--hp-muted);font-size:12px;font-weight:600}.onb-sig__cs{color:var(--hp-muted);align-items:center;gap:8px;margin-bottom:12px;font-size:13px;display:flex}.onb-sig__hint{margin:10px 0 0;font-size:12px;line-height:1.4}.onb-sig__previewhead{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.onb-sig__preview{border:1px dashed var(--hp-border);background:#fff;border-radius:8px;min-height:64px;padding:16px;overflow-x:auto}.onb-dash__stepcol{font-size:11px;font-weight:600}.onb-dash__stepcell{text-align:center}.onb-dash__dot{min-width:18px;color:var(--hp-border);font-weight:700;display:inline-block}.onb-dash__dot--done{color:var(--hp-primary)}.lms-catalog__toolbar{margin-bottom:1rem}.lms-cards{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.lms-card{border:1px solid #80808040;border-radius:.5rem;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.lms-card__main{text-align:left;cursor:pointer;color:inherit;font:inherit;background:0 0;border:0;flex-direction:column;gap:.35rem;padding:0;display:flex}.lms-card__title{font-weight:600}.lms-card__desc{opacity:.8;font-size:.875rem}.lms-modulelist{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.lms-modulelink{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;border:0;border-radius:.375rem;padding:.5rem .75rem;display:block}.lms-modulelink:hover{background:#8080801f}.lms-modulelink.is-active{background:#80808033;font-weight:600}.lms-form{flex-direction:column;gap:.75rem;max-width:38rem;margin:1rem 0;display:flex}.lms-conflict{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:0;display:flex}.lms-conflict__msg{margin:0}.lms-form--inline{flex-flow:wrap;align-items:center;max-width:none}.lms-field{flex-direction:column;gap:.25rem;display:flex}.lms-field>span{font-size:.875rem;font-weight:600}.lms-field input,.lms-field textarea,.lms-field select{font:inherit;color:inherit;background:0 0;border:1px solid #80808059;border-radius:.375rem;padding:.5rem}.lms-moduleitem{border:1px solid #80808040;border-radius:.5rem;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.lms-moduleitem__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.lms-uploader{align-items:center;gap:.5rem;display:inline-flex}.lms-uploader__input{display:none}.lms-ackctl{border-top:1px dashed #80808040;margin-top:.75rem;padding-top:.75rem}.lms-ackctl__actions{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.lms-editor .hp-btn--danger,.lms-assignments .hp-btn--danger{color:#c83c3c;border-color:#c83c3c80}.lms-assignments,.lms-report{border-top:1px solid #80808040;margin-top:2rem;padding-top:1rem}.lms-report__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.lms-report__scroll{overflow-x:auto}.lms-report__table th,.lms-report__table td{text-align:center;white-space:nowrap}.lms-report__table th:first-child,.lms-report__table td:first-child{text-align:left}.lms-status{align-self:flex-start}.lms-status--overdue{color:#c83c3c;background:#c83c3c2e}.lms-status--recert_due{color:#b3791a;background:#c88c002e}.lms-status--completed{color:#2a9d54;background:#28a05a2e}.lms-status--in_progress{color:#3c78c8;background:#3c78c82e}.lms-card--overdue{border-color:#c83c3c73}.lms-moduleitem--stack{flex-direction:column;align-items:stretch}.lms-moduleitem__row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.lms-quizedit{border-top:1px dashed #80808040;margin-top:.75rem;padding-top:.75rem}.lms-quiz__q{border:1px solid #80808040;border-radius:.5rem;margin:0 0 .75rem;padding:.75rem 1rem}.lms-quiz__q legend{padding:0 .25rem;font-weight:600}.lms-quiz__choice{align-items:center;gap:.5rem;padding:.2rem 0;display:flex}.lms-choice-edit{align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.lms-choice-edit input[type=text],.lms-choice-edit input:not([type]){flex:1}.lms-correct{color:#2a9d54;font-weight:600}.lms-quiz--result{border:1px solid #80808040;border-radius:.5rem;padding:1rem}.lms-builder{border-top:1px dashed #80808040;margin-top:.75rem;padding-top:.75rem}.lms-block{border:1px solid #80808040;border-radius:.5rem;margin:0 0 .75rem;padding:.75rem}.lms-block__bar{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.lms-block__actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.lms-block__md{width:100%;font:inherit;color:inherit;background:0 0;border:1px solid #80808059;border-radius:.375rem;padding:.5rem}.q-prompt-input{width:100%;font:inherit;margin-bottom:.4rem;padding:.4rem}.lms-scorm__frame{background:#fff;border:1px solid #80808040;border-radius:.5rem;width:100%;height:70vh}.hp-content:has(.lp){padding:20px 24px 22px}.hp-content:has(.lp) .hp-content__inner{max-width:none;height:100%}.lp{height:100%;min-height:0;font-family:var(--font-sans);grid-template-rows:auto 1fr;gap:14px;display:grid}.lp-head{align-items:center;gap:18px;display:flex}.lp-head__divider{background:var(--hp-border);flex-shrink:0;width:1px;height:34px}.lp-head__id{min-width:0}.lp-head__title{color:var(--hp-primary-dark);letter-spacing:-.25px;white-space:nowrap;text-overflow:ellipsis;font-size:19px;font-weight:700;overflow:hidden}.lp-head__sub{color:var(--hp-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:13px;overflow:hidden}.lp-head__spacer{flex:1}.lp-progress{flex-shrink:0;align-items:center;gap:12px;display:flex}.lp-progress__label{color:var(--hp-muted);white-space:nowrap;font-size:13px;font-weight:700}.lp-progress__bar{background:#e6e7ec;border-radius:9999px;width:150px;height:7px;overflow:hidden}.lp-progress__fill{border-radius:inherit;background:var(--hp-primary);height:100%;width:var(--lp-fill,0%)}.lp-body{grid-template-columns:288px 1fr;gap:14px;min-height:0;display:grid}.lp-body--solo{grid-template-columns:1fr}.lp-rail{border:1px solid var(--hp-border);background:#fff;border-radius:14px;grid-template-rows:auto auto 1fr;gap:14px;min-height:0;padding:14px;display:grid;overflow:hidden}.lp-rail__label{text-transform:uppercase;letter-spacing:.1em;color:#8c8a8c;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:11px;font-weight:700;display:flex}.lp-rail__count{font-family:var(--font-mono);color:#b2b1b3;letter-spacing:0;font-size:11px;font-weight:700}.lp-mods{flex-direction:column;gap:4px;display:flex}.lp-mod{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:11px;width:100%;padding:9px 10px;font-family:inherit;transition:background .12s,border-color .12s;display:flex}.lp-mod:hover{background:#f5f6f6}.lp-mod--active{background:#eef0fb;border-color:#d6daf4}.lp-mod__icon{color:#807e80;background:#f0f0f1;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.lp-mod--active .lp-mod__icon{background:var(--hp-primary);color:#fff}.lp-mod__body{flex:1;min-width:0}.lp-mod__title{color:var(--hp-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.lp-mod--active .lp-mod__title{color:var(--hp-primary-dark)}.lp-mod__meta{color:#8c8a8c;margin-top:4px;font-size:12px}.lp-mod__state{border:1.6px solid #cdccd0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.lp-mod__state--done{color:#fff;background:#0c9900;border-color:#0c9900}.lp-filmwrap{flex-direction:column;min-height:0;display:flex}.lp-film{flex-direction:column;flex:1;gap:6px;min-height:0;margin-right:-4px;padding-right:4px;display:flex;overflow-y:auto}.lp-film::-webkit-scrollbar{width:7px}.lp-film::-webkit-scrollbar-thumb{background:#dadade;border-radius:9999px}.lp-thumb{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:10px;padding:5px;font-family:inherit;transition:background .12s;display:flex}.lp-thumb:hover{background:#f5f6f6}.lp-thumb--active{background:#eef0fb;border-color:#c9cdf0}.lp-thumb__frame{aspect-ratio:16/9;border:1px solid var(--hp-border);background:#fff;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:76px;display:flex;overflow:hidden}.lp-thumb--active .lp-thumb__frame{border-color:var(--hp-primary);box-shadow:0 0 0 1.5px var(--hp-primary)}.lp-thumb__n{font-family:var(--font-mono);color:#c4c3c7;font-size:13px;font-weight:700}.lp-thumb--active .lp-thumb__n{color:var(--hp-primary)}.lp-thumb__t{min-width:0;color:var(--hp-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12.5px;font-weight:600;overflow:hidden}.lp-thumb--active .lp-thumb__t{color:var(--hp-primary-dark)}.lp-thumb--page .lp-thumb__frame{aspect-ratio:1/1.294;width:52px}.lp-main{grid-template-rows:1fr auto;gap:12px;min-height:0;display:grid}.lp-stage{background:radial-gradient(120% 90% at 80% -10%,#339dff38,#0000 55%),linear-gradient(145deg,#000059 0%,#13123f 55%,#06061d 100%);border-radius:14px;justify-content:center;align-items:center;min-height:0;padding:28px;display:flex;position:relative;overflow:hidden}.lp-stage__counter{letter-spacing:.04em;color:#ffffff9e;font-variant-numeric:tabular-nums;white-space:nowrap;z-index:1;font-size:12px;font-weight:700;position:absolute;top:14px;right:16px}.lp-stage__msg{color:#ffffffc7;text-align:center;max-width:460px;font-size:14px;line-height:1.5}.lp-stage__msg--error{color:#ffb4b9}.lp-stage__overlay{justify-content:center;align-items:center;padding:28px;display:flex;position:absolute;inset:0}.lp-stage--ack{align-items:stretch}.lp-ack{color:#1f2330;white-space:pre-wrap;word-break:break-word;background:#fff;border-radius:10px;width:100%;max-width:720px;margin:0 auto;padding:24px 28px;font-size:15px;line-height:1.6;overflow-y:auto;box-shadow:0 18px 48px #00000059}.lms-pptx__host{justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex}.lms-pptx__host .pptx-deck{justify-content:center;align-items:center;height:100%;min-height:0;display:flex;width:auto!important}.lms-pptx__host .pptx-slide{border-radius:7px;max-width:100%;width:auto!important;height:100%!important;box-shadow:0 26px 64px #00000073!important}.lp-video{aspect-ratio:16/9;object-fit:contain;background:#050509;border-radius:7px;width:auto;max-width:100%;height:100%;display:block;overflow:hidden;box-shadow:0 26px 64px #00000073}.lp-embed{aspect-ratio:16/9;background:#000;border-radius:7px;width:auto;max-width:100%;height:100%;overflow:hidden;box-shadow:0 26px 64px #00000073}.lp-embed iframe{border:0;width:100%;height:100%;display:block}.lp-page{justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex}.lp-page__canvas{background:#fff;border-radius:4px;width:auto;max-width:100%;height:100%;display:block;box-shadow:0 26px 64px #00000073}.lp-main .lms-scorm{height:100%;min-height:0}.lp-main .lms-scorm__frame{height:100%}.lp-bar{border:1px solid var(--hp-border);background:#fff;border-radius:12px;align-items:center;gap:16px;padding:9px 12px 9px 10px;display:flex}.lp-nav{align-items:center;gap:4px;display:flex}.lp-navbtn{border:1px solid var(--hp-border);width:34px;height:34px;color:var(--hp-text);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.lp-navbtn:hover:not(:disabled){border-color:var(--hp-primary);color:var(--hp-primary);background:#fbfbff}.lp-navbtn:disabled{opacity:.4;cursor:not-allowed}.lp-bar__count{color:var(--hp-muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:13px;font-weight:700}.lp-scrub{background:#e6e7ec;border-radius:9999px;flex:1;height:7px;overflow:hidden}.lp-scrub__fill{border-radius:inherit;background:linear-gradient(90deg, var(--hp-secondary), var(--hp-primary));height:100%;width:var(--lp-fill,0%);transition:width .16s cubic-bezier(.2,.7,.2,1)}.lp-bar__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.lp-bar__download{color:var(--hp-primary);white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.lp-bar__download:hover{text-decoration:underline}.lp-bar__gate{color:#8c8a8c;white-space:nowrap;font-size:12.5px;font-weight:600}.lp-bar__answered{color:var(--hp-muted);font-size:13px;font-weight:700}.lp-qnav{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.lp-qnav__chip{aspect-ratio:1;border:1.5px solid var(--hp-border);font-family:var(--font-mono);color:var(--hp-muted);background:#fff;border-radius:9px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.lp-qnav__chip--done{background:var(--hp-primary);border-color:var(--hp-primary);color:#fff}.lp-main--quiz{grid-template-rows:1fr auto}.lp-quiz{border:1px solid var(--hp-border);background:#fff;border-radius:14px;min-height:0;overflow-y:auto}.lp-quiz__inner{max-width:740px;margin:0 auto;padding:28px 30px 32px}.lp-quiz__head{margin-bottom:22px}.lp-quiz__title{color:var(--hp-primary-dark);letter-spacing:-.3px;font-size:21px;font-weight:800}.lp-quiz__sub{color:var(--hp-muted);margin-top:3px;font-size:14px}.lp-q{border:1px solid var(--hp-border);border-radius:12px;margin-bottom:14px;padding:18px 20px 16px}.lp-q__prompt{color:var(--hp-text);margin-bottom:13px;font-size:16px;font-weight:700;line-height:1.4}.lp-q__num{color:var(--hp-primary);margin-right:7px;font-weight:800}.lp-q__multi{color:#8c8a8c;margin-left:6px;font-size:12.5px;font-weight:600}.lp-choice{border:1px solid var(--hp-border);cursor:pointer;color:var(--hp-text);border-radius:10px;align-items:center;gap:12px;margin-bottom:8px;padding:11px 14px;font-size:14.5px;transition:background .12s,border-color .12s;display:flex;position:relative}.lp-choice:last-child{margin-bottom:0}.lp-choice:hover{background:#fbfbff;border-color:#b8bce0}.lp-choice--on{border-color:var(--hp-primary);color:var(--hp-primary-dark);background:#eef0fb;font-weight:600}.lp-choice__input{opacity:0;width:1px;height:1px;margin:0;position:absolute}.lp-choice__box{color:#fff;background:#fff;border:1.6px solid #c2c1c4;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.lp-choice__box--radio{border-radius:50%}.lp-choice__box--check{border-radius:6px}.lp-choice--on .lp-choice__box{background:var(--hp-primary);border-color:var(--hp-primary)}.lp-result{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;padding:24px;display:flex}.lp-result__mark{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;margin-bottom:14px;display:inline-flex}.lp-result__mark--pass{background:#0c9900;box-shadow:0 12px 30px #0c990047}.lp-result__mark--fail{background:var(--hp-error);box-shadow:0 12px 30px #de1d2a3d}.lp-result__title{color:var(--hp-primary-dark);letter-spacing:-.3px;font-size:26px;font-weight:800}.lp-result__score{color:var(--hp-muted);font-size:16px}.lp-result__score b{color:var(--hp-text);font-size:18px}@media (width<=960px){.lp-body{grid-template-columns:1fr}.lp-rail{max-height:320px}}.hpc-launcher{z-index:var(--hp-z-chat);background:var(--hp-primary);color:#fff;cursor:pointer;width:52px;height:52px;transition:transform var(--d-fast) var(--ease), background var(--d-fast) var(--ease);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 18px #0000e747,0 2px 6px #0000001f}.hpc-launcher:hover{background:var(--hp-secondary);transform:translateY(-2px)}.hpc-launcher:active{transform:translateY(0)}.hpc-launcher svg{display:block}.hpc-launcher__dot{background:var(--hp-error);border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;right:2px}.hpc-panel{z-index:calc(var(--hp-z-chat) + 1);background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--r-card);width:372px;max-width:calc(100vw - 32px);height:540px;max-height:calc(100vh - 120px);font-family:var(--font-sans);color:var(--hp-text);animation:hpc-in .18s var(--ease);flex-direction:column;display:flex;position:fixed;bottom:88px;right:24px;overflow:hidden;box-shadow:0 24px 60px #0000592e,0 4px 14px #00000014}@keyframes hpc-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hpc-panel{animation:none}}.hpc-panel:focus{outline:none}.hpc-head{background:var(--hp-primary-dark);color:#fff;flex:none;align-items:center;gap:12px;padding:14px 16px;display:flex}.hpc-head__glyph{background:#ffffff24;border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.hpc-head__meta{flex:1;min-width:0}.hpc-head__title{font-size:15px;font-weight:700;line-height:1.2}.hpc-head__sub{opacity:.75;margin-top:1px;font-size:12px}.hpc-head__btns{gap:4px;display:flex}.hpc-headbtn{color:#fff;opacity:.8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.hpc-headbtn:hover{opacity:1;background:#ffffff24}.hpc-thread{background:var(--hp-page-bg);flex-direction:column;flex:1;gap:10px;padding:16px 14px 8px;display:flex;overflow-y:auto}.hpc-msg{gap:8px;max-width:88%;display:flex}.hpc-msg--bot{align-self:flex-start}.hpc-msg--me{flex-direction:row-reverse;align-self:flex-end}.hpc-msg__av{background:var(--hp-primary);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;margin-top:2px;font-size:10px;font-weight:700;display:flex}.hpc-msg--me .hpc-msg__av{background:var(--hp-primary-dark)}.hpc-msg__bubble{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:4px 12px 12px;padding:9px 12px;font-size:13.5px;line-height:1.45}.hpc-msg--me .hpc-msg__bubble{background:var(--hp-primary);border-color:var(--hp-primary);color:#fff;white-space:pre-wrap;border-radius:12px 4px 12px 12px}.hpc-msg__bubble b{font-weight:700}.hpc-msg__bubble a{color:inherit;font-weight:600}.hpc-msg--bot .hpc-msg__bubble a{color:var(--hp-primary)}.hpc-msg--error .hpc-msg__bubble{border-color:var(--hp-error)}.hpc-msg__retry{font-family:inherit;font-size:inherit;color:var(--hp-primary);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;display:inline-flex}.hpc-chips{flex-wrap:wrap;gap:8px;padding-left:34px;display:flex}.hpc-chip{border:1px solid var(--hp-primary);color:var(--hp-primary);background:var(--hp-surface);border-radius:var(--r-pill);cursor:pointer;transition:background var(--d-fast) var(--ease);align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.hpc-chip:hover{background:var(--hp-bg-tint)}.hpc-ctx{background:var(--hp-bg-tint);color:var(--hp-muted);border:1px solid #d8dcf5;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;margin-left:34px;padding:7px 11px;font-size:12.5px;display:inline-flex}.hpc-ctx code{font-family:var(--font-mono);color:var(--hp-primary);font-size:11.5px}.hpc-ticket{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:12px;align-self:flex-start;width:calc(100% - 34px);margin-left:34px;padding:12px 14px}.hpc-ticket__row{align-items:center;gap:8px;display:flex}.hpc-ticket__id{font-family:var(--font-mono);color:var(--hp-primary);font-size:12px;font-weight:700}.hpc-ticket__subject{margin-top:4px;font-size:13.5px;font-weight:600}.hpc-ticket__meta{color:var(--hp-text-soft);margin-top:4px;font-size:12px}.hpc-ticket__actions{gap:8px;margin-top:10px;display:flex}.hpc-ticket__link{color:var(--hp-primary);border:1px solid var(--hp-border);border-radius:var(--r-pill);background:var(--hp-surface);cursor:pointer;align-items:center;gap:6px;padding:5px 12px;font-family:inherit;font-size:12.5px;font-weight:600;text-decoration:none;display:inline-flex}.hpc-ticket__link:hover{background:var(--hp-bg-tint);border-color:#d8dcf5}.hpc-typing{gap:4px;padding:4px 2px;display:inline-flex}.hpc-typing span{background:#b7b5b7;border-radius:50%;width:6px;height:6px;animation:1s infinite hpc-blink}.hpc-typing span:nth-child(2){animation-delay:.15s}.hpc-typing span:nth-child(3){animation-delay:.3s}@keyframes hpc-blink{0%,60%,to{opacity:.35}30%{opacity:1}}.hpc-composer{border-top:1px solid var(--hp-border);background:var(--hp-surface);flex:none;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.hpc-composer textarea{resize:none;border:1px solid var(--hp-border);border-radius:var(--r-input);min-height:38px;max-height:110px;color:var(--hp-text);background:var(--hp-page-bg);flex:1;padding:8px 10px;font-family:inherit;font-size:13.5px;line-height:1.4}.hpc-composer textarea:focus{border-color:var(--hp-primary);background:var(--hp-surface);outline:none;box-shadow:0 0 0 3px #0000e71a}.hpc-composer textarea:disabled{opacity:.5;cursor:not-allowed}.hpc-send{border-radius:var(--r-input);background:var(--hp-primary);color:#fff;cursor:pointer;border:none;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.hpc-send:hover{background:var(--hp-secondary)}.hpc-send:disabled{cursor:not-allowed;background:#c9c8ce}.hpc-foot{text-align:center;color:#8c8a8c;background:var(--hp-surface);flex:none;padding:0 12px 8px;font-size:11px}.hpc-foot b{color:var(--hp-text-soft)}.hpc-foot--pad{border-top:1px solid var(--hp-border);padding-top:8px}@media (width<=600px){.hpc-panel{height:70vh;bottom:84px;right:16px}.hpc-launcher{bottom:16px;right:16px}}.hpc-home{padding:8px 4px}.hpc-home__greet{font-size:19px;font-weight:700}.hpc-home__sub{color:var(--hp-text-soft);margin-top:2px;font-size:13.5px}.hpc-home__cards{flex-direction:column;gap:10px;margin-top:14px;display:flex}.hpc-homecard{text-align:left;background:var(--hp-surface);border:1px solid var(--hp-border);width:100%;color:var(--hp-text);cursor:pointer;transition:border-color var(--d-fast) var(--ease), box-shadow var(--d-fast) var(--ease);border-radius:12px;align-items:center;gap:12px;padding:12px 14px;font-family:inherit;display:flex}.hpc-homecard:hover{border-color:var(--hp-primary);box-shadow:0 2px 10px #0000e714}.hpc-homecard__icon{background:var(--hp-bg-tint);width:36px;height:36px;color:var(--hp-primary);border-radius:10px;flex:none;justify-content:center;align-items:center;display:flex}.hpc-homecard__icon--sky{color:var(--hp-sky);background:#e8f4ff}.hpc-homecard__icon--violet{color:#6d4de0;background:#f1edfd}.hpc-homecard__meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.hpc-homecard__title{flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.hpc-homecard__desc{color:var(--hp-text-soft);font-size:12.5px;line-height:1.4}.hpc-homecard--soon .hpc-homecard__icon{opacity:.85}.hpc-soon{letter-spacing:.06em;text-transform:uppercase;color:#6d4de0;border-radius:var(--r-pill);background:#f1edfd;padding:2px 8px;font-size:10px;font-weight:700}.hpc-services{flex-direction:column;gap:6px;padding-left:34px;display:flex}.hpc-service{text-align:left;background:var(--hp-surface);border:1px solid var(--hp-border);width:100%;color:var(--hp-text);cursor:pointer;transition:border-color var(--d-fast) var(--ease);border-radius:10px;align-items:center;gap:10px;padding:8px 11px;font-family:inherit;display:flex}.hpc-service:hover{border-color:var(--hp-primary)}.hpc-service__icon{background:var(--hp-bg-tint);width:28px;height:28px;color:var(--hp-primary);border-radius:8px;flex:none;justify-content:center;align-items:center;display:flex}.hpc-service__icon svg{width:15px;height:15px}.hpc-service__meta{flex-direction:column;gap:1px;min-width:0;display:flex}.hpc-service__name{font-size:13px;font-weight:600;line-height:1.3}.hpc-service__sla{color:var(--hp-text-soft);font-size:11.5px}.hpc-aicard{background:linear-gradient(135deg,#f6f4fe,#eef0fb);border:1px solid #ddd6f8;border-radius:12px;margin-left:34px;padding:16px}.hpc-aicard__badge{letter-spacing:.06em;text-transform:uppercase;color:#6d4de0;border-radius:var(--r-pill);background:#fff;border:1px solid #ddd6f8;padding:2px 9px;font-size:10px;font-weight:700;display:inline-block}.hpc-aicard__title{margin-top:8px;font-size:14.5px;font-weight:700}.hpc-aicard__desc{color:var(--hp-text-soft);margin-top:4px;font-size:12.5px;line-height:1.45}.hpc-aicard .hpc-ticket__actions{margin-top:12px}.tk-drawer-scrim{z-index:var(--hp-z-drawer);background:#100f1147;justify-content:flex-end;display:flex;position:fixed;inset:0}.tk-drawer{background:var(--hp-surface,#fff);flex-direction:column;width:min(520px,100vw);height:100%;animation:.18s ease-out tk-drawer-in;display:flex;box-shadow:-10px 0 40px #0003}@keyframes tk-drawer-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.tk-drawer__loading{flex:1;justify-content:center;align-items:center;display:flex}.tk-drawer__head{align-items:center;gap:8px;padding:18px 24px 0;display:flex}.tk-drawer__id{color:var(--hp-text-soft,#8d8b8d);font-size:12px}.tk-drawer__head-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.tk-drawer__close{cursor:pointer;color:var(--hp-text-soft,#767476);background:0 0;border:0;padding:4px 6px;font-size:16px;line-height:1}.tk-inline-select{min-width:8.5rem}.tk-drawer__title{color:var(--hp-text,#1c1b1c);border-bottom:1px solid var(--hp-border,#e7e7e9);margin:10px 24px 18px;padding-bottom:18px;font-size:20px;font-weight:700;line-height:1.3}.tk-drawer__body{flex-direction:column;flex:1;gap:24px;padding:2px 24px 24px;display:flex;overflow-y:auto}.tk-drawer__sectionlabel{text-transform:uppercase;letter-spacing:.06em;color:var(--hp-text-soft,#8d8b8d);margin-bottom:12px;font-size:11.5px;font-weight:700}.tk-drawer__thread{flex-direction:column;gap:12px;margin-bottom:14px;display:flex}.tk-msg{background:#f6f6f7;border-radius:12px;padding:10px 14px;font-size:13px}.tk-msg__head{align-items:baseline;gap:8px;margin-bottom:3px;display:flex}.tk-msg__author{color:#555355;font-size:12px;font-weight:600}.tk-msg__time{color:#9c9a9c;font-size:11px}.tk-msg__body{white-space:pre-wrap;word-break:break-word;color:#1c1b1c}.tk-drawer__composer{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.tk-drawer__composer>:first-child{width:100%}.tk-timeline{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.tk-timeline__row{color:#555355;justify-content:space-between;gap:12px;font-size:12.5px;display:flex}.tk-timeline__text strong{color:#1c1b1c;font-weight:600}.tk-timeline__time{color:#9c9a9c;flex:none;font-size:11px}.tk-card__top{align-items:center;gap:var(--hp-space-2);display:flex}.tk-card__id{color:var(--hp-text-soft);font-size:11px}.tk-card__priority{margin-left:auto}.tk-card__title{color:var(--hp-text);margin-top:var(--hp-space-1);font-size:13.5px;font-weight:600}.tk-card__meta{align-items:center;gap:var(--hp-space-2);margin-top:var(--hp-space-2);color:var(--hp-text-soft);font-size:12px;display:flex}.tk-card__due{margin-left:auto}.tk-dot{background:var(--hp-muted-bg);border-radius:50%;flex:none;width:8px;height:8px}.tk-dot--task{background:var(--hp-type-task)}.tk-dot--approval{background:var(--hp-type-approval)}.tk-dot--policy{background:var(--hp-type-policy)}.tk-dot--onboarding{background:var(--hp-type-onboarding)}.tk-dot--training{background:var(--hp-type-training)}.tk-chip--task:before,.tk-chip--approval:before,.tk-chip--policy:before,.tk-chip--onboarding:before,.tk-chip--training:before{content:"";border-radius:50%;flex:none;width:8px;height:8px;margin-right:7px}.tk-chip--task:before{background:var(--hp-type-task)}.tk-chip--approval:before{background:var(--hp-type-approval)}.tk-chip--policy:before{background:var(--hp-type-policy)}.tk-chip--onboarding:before{background:var(--hp-type-onboarding)}.tk-chip--training:before{background:var(--hp-type-training)}.tk-cta.hp-btn--primary{background:var(--hp-cta-green);border-color:var(--hp-cta-green)}.tk-cta.hp-btn--primary:hover{background:var(--hp-cta-green-dark)}.tk-toolbar{flex-wrap:wrap;align-items:flex-end;margin-bottom:14px}.tk-feed{--tk-cols:1fr 150px 110px 240px}.tk-feed__head,.tk-feedrow{grid-template-columns:var(--tk-cols);align-items:center;gap:12px;display:grid}.tk-feed__head{text-transform:uppercase;letter-spacing:.08em;color:var(--hp-text-muted);padding:0 16px 8px;font-size:11.5px;font-weight:700}.tk-feed__group{margin-bottom:18px}.tk-feed__grouptitle{color:var(--hp-primary-dark);align-items:center;gap:8px;margin:0 0 6px;padding-left:16px;font-size:13px;font-weight:700;display:flex}.tk-feed__grouptitle--overdue{color:var(--hp-error)}.tk-feed__grouptitle--done{color:var(--hp-text-muted)}.tk-feed__groupcount{color:var(--hp-text-muted);background:var(--hp-muted-bg);border-radius:9999px;padding:1px 8px;font-size:12px;font-weight:700}.tk-feed__rows{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.tk-feedrow{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:10px;padding:12px 16px}.tk-feedrow:hover{border-color:var(--hp-primary-dark)}.tk-feedrow--closed{background:var(--hp-bg-subtle)}.tk-feedrow--closed .tk-feedrow__title{color:var(--hp-text-muted)}.tk-feedrow__main{align-items:center;gap:10px;min-width:0;display:flex}.tk-feedrow__text{flex-direction:column;gap:2px;min-width:0;display:flex}.tk-feedrow__title{color:var(--hp-primary-dark);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.tk-feedrow__title--button{font:inherit;text-align:left;cursor:pointer;color:inherit;background:0 0;border:0;padding:0;font-weight:600}.tk-feedrow__title--button:hover{text-decoration:underline}.tk-feedrow__context{color:var(--hp-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.tk-feedrow__due{color:var(--hp-text-muted);font-variant-numeric:tabular-nums;font-size:13px}.tk-feedrow__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.tk-feedrow__panel{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:10px;grid-column:1/-1;margin-top:4px;padding:16px}.tk-feedrow__panel .hp-markdown{font-size:14px}.tk-feedrow__label{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=860px){.tk-feed__head{display:none}.tk-feedrow{grid-template-columns:1fr;gap:8px}.tk-feedrow__label{clip-path:none;text-transform:uppercase;letter-spacing:.08em;width:auto;height:auto;color:var(--hp-text-muted);margin:0;font-size:11.5px;font-weight:700;position:static;overflow:visible}.tk-feedrow__actions{justify-content:flex-start}}.tk-newhire{margin-bottom:16px}.tk-newhire__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.tk-newhire__title{color:var(--hp-primary-dark);font-weight:700}.tk-newhire__count{color:var(--hp-text-muted);font-size:13px}.tk-newhire__done{color:var(--hp-type-onboarding);font-size:13px;font-weight:700}.tk-progress{background:#e6e7ec;border-radius:9999px;height:7px;display:block;overflow:hidden}.tk-progress__fill{border-radius:inherit;background:var(--hp-type-onboarding);height:100%;width:var(--tk-fill,0%);transition:width var(--d-base,.18s) ease;display:block}.tk-teams{margin-top:24px}.tk-teams .hp-disclosure__body>.hp-section{margin:0}.tk-card--static{cursor:pointer}.tk-newhire__actions{align-items:center;gap:8px;display:flex}.hp-content:has(.hp-policy-edit) .hp-content__inner{max-width:none}
