:root{color-scheme:light;--bg:#eef1f6;--workspace:#f7f5f1;--sidebar:#111625;--surface:#ffffff;--surface-soft:#f1f3f6;--text:#121827;--muted:#7d8491;--line:#e2e5ea;--brand:#18243f;--accent:#f06a52;--accent-2:#ee4f9a;--mint:#2ab477;--yellow:#f3bc3d;--good:#1f8a5b;--medium:#b87503;--low:#a43d3d;--info:#2855d9;--info-soft:#e8eefc;--priority:#b45309;--priority-soft:#fff0dc;--success:#18794e;--success-soft:#e6f4ed;--next:#6956cf;--next-soft:#eeeafd;--archive:#64748b;--archive-soft:#eef1f4}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit}button,input,select,textarea{font:inherit}.hq-app{display:grid;min-height:100vh;grid-template-columns:224px minmax(0,1fr);padding:28px}.hq-sidebar{position:-webkit-sticky;position:sticky;top:28px;display:grid;height:calc(100vh - 56px);grid-template-rows:auto 1fr auto;justify-items:stretch;border-radius:8px 0 0 8px;background:var(--sidebar);padding:24px 16px;color:#fff;box-shadow:0 24px 60px rgba(17,22,37,.18)}.hq-brand{display:flex;min-height:48px;gap:12px;align-items:center;padding:0 8px;text-decoration:none}.hq-brand strong{color:#fff;font-size:.92rem;white-space:nowrap}.hq-brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--accent-2));font-weight:900}.hq-sidebar-nav{display:grid;align-content:center;grid-gap:10px;gap:10px;overflow-y:auto;scrollbar-width:none}.hq-sidebar-nav::-webkit-scrollbar{display:none}.hq-nav-item{position:relative;display:grid;width:100%;height:46px;grid-template-columns:32px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;border:1px solid transparent;border-radius:8px;color:#d7dde8;padding:0 10px;text-decoration:none}.hq-nav-item .hq-nav-glyph{display:grid;width:22px;height:22px;place-items:center;border:1px solid;border-radius:50%;font-size:.72rem;font-weight:800}.hq-nav-item em{overflow:hidden;font-size:.82rem;font-style:normal;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.hq-nav-item.is-active{background:rgba(255,255,255,.16);color:#fff}.hq-nav-item.is-active:after{position:absolute;right:-8px;width:7px;height:7px;border-radius:50%;background:#fff;content:""}.hq-mobile-menu{display:none}.hq-sidebar-bottom{display:grid;grid-gap:16px;gap:16px;justify-items:stretch}.hq-sidebar-bottom form{margin:0;text-align:center}.hq-logout-button{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:transparent;color:#fff;cursor:pointer;font-size:1rem}.hq-logout-button:hover{background:rgba(255,255,255,.12)}.hq-login-page{display:grid;min-height:100vh;place-items:center;background:var(--bg);padding:24px}.hq-login-panel{width:min(440px,100%);border-radius:8px;background:var(--surface);padding:40px;box-shadow:0 24px 70px rgba(29,35,48,.14)}.hq-login-panel h1{margin-bottom:14px;font-size:2.6rem}.hq-login-mark{display:grid;width:42px;height:42px;place-items:center;margin-bottom:28px;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-weight:900}.hq-login-panel form{display:grid;grid-gap:18px;gap:18px;margin-top:28px}.hq-login-panel label{display:grid;grid-gap:8px;gap:8px;color:var(--text);font-size:.86rem;font-weight:800}.hq-login-panel input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:6px;background:var(--surface-soft);padding:0 14px;color:var(--text)}.hq-login-panel button[type=submit]{min-height:50px;border:0;border-radius:6px;background:var(--sidebar);color:#fff;cursor:pointer;font-weight:850}.hq-login-panel button:disabled{cursor:wait;opacity:.65}.hq-login-error{margin:0;color:var(--low);font-size:.88rem;font-weight:700}.hq-login-hint{color:var(--muted);line-height:1.5}.hq-login-panel .hq-login-secondary{min-height:42px;border:1px solid var(--line);border-radius:6px;background:transparent;color:var(--text);cursor:pointer;font-weight:800}.hq-security-panel{max-width:960px;border:1px solid rgba(255,255,255,.72);border-radius:8px;background:var(--surface);padding:32px;box-shadow:0 18px 45px rgba(28,34,45,.06)}.hq-security-heading{max-width:720px;margin-bottom:28px}.hq-security-heading h2,.hq-security-success h2{margin-bottom:10px;font-size:1.45rem}.hq-security-setup-grid{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:36px;gap:36px;align-items:start}.hq-security-qr{display:grid;min-height:300px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px}.hq-security-qr img{display:block;max-width:100%;height:auto}.hq-security-instructions ol{display:grid;grid-gap:10px;gap:10px;margin:0 0 22px;padding-left:22px;color:var(--text);line-height:1.5}.hq-security-instructions details{margin-bottom:22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.hq-security-instructions summary{cursor:pointer;color:var(--text);font-weight:800}.hq-security-instructions details code{display:block;margin-top:12px;overflow-wrap:anywhere;color:var(--info);font-size:.9rem;font-weight:800;letter-spacing:0}.hq-security-instructions form{display:grid;grid-gap:14px;gap:14px}.hq-security-instructions label{display:grid;grid-gap:8px;gap:8px;color:var(--text);font-size:.86rem;font-weight:800}.hq-security-instructions input{min-height:48px;border:1px solid var(--line);border-radius:6px;background:var(--surface-soft);padding:0 14px;color:var(--text);font-size:1.15rem}.hq-security-actions button,.hq-security-instructions button{min-height:48px;border:0;border-radius:6px;background:var(--sidebar);color:#fff;cursor:pointer;padding:0 20px;font-weight:850}.hq-security-instructions button:disabled{cursor:wait;opacity:.65}.hq-security-error{margin:0;color:var(--low);font-weight:750}.hq-security-success{display:grid;grid-template-columns:54px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;border-color:#b9dfcd}.hq-security-success>span{display:grid;width:52px;height:52px;place-items:center;border-radius:8px;background:var(--success-soft);color:var(--success);font-size:1.4rem;font-weight:900}.hq-recovery-codes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 24px;gap:10px 24px;max-width:640px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0}.hq-recovery-codes code{color:var(--text);font-size:1rem;font-weight:800}.hq-security-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.hq-security-actions button.is-secondary{border:1px solid var(--line);background:transparent;color:var(--text)}@media (max-width:760px){.hq-security-setup-grid{grid-template-columns:1fr}.hq-security-qr{min-height:auto}.hq-recovery-codes{grid-template-columns:1fr}}.hq-avatar{display:grid;width:44px;height:44px;place-items:center;border:2px solid rgba(255,255,255,.82);border-radius:8px;background:linear-gradient(135deg,#ffc7bd,#f36d52);color:#111625;font-size:.78rem;font-weight:900}.hq-sidebar-dot{width:22px;height:5px;border-radius:999px;background:rgba(255,255,255,.55)}.hq-main{min-width:0;border-radius:0 8px 8px 0;background:var(--workspace);padding:42px 48px 48px;box-shadow:0 24px 70px rgba(29,35,48,.12)}.hq-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:28px;gap:28px;align-items:start;margin-bottom:34px}.hq-context{margin:0 0 10px;color:var(--accent);font-size:.76rem;font-weight:800;text-transform:uppercase}.hq-back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--muted);font-size:.82rem;font-weight:850;text-decoration:none}.hq-back-link span{color:var(--text);font-size:1rem}.hq-back-link:hover{color:var(--text)}h1,h2,h3,p{margin-top:0}h1{margin-bottom:10px;color:var(--text);font-size:clamp(2.3rem,5vw,4rem);line-height:.98}h2{margin-bottom:0;font-size:1.15rem}h3{margin-bottom:6px;font-size:.98rem}p{color:var(--muted);line-height:1.5}.hq-topbar p{max-width:720px;margin-bottom:0}.hq-topbar-tools{gap:18px}.hq-search,.hq-topbar-tools{display:flex;align-items:center}.hq-search{min-width:230px;min-height:46px;gap:12px;border-radius:999px;background:rgba(255,255,255,.72);padding:0 18px}.hq-search span{width:16px;height:16px;border:2px solid var(--text);border-radius:50%}.hq-search span:after{display:block;width:7px;height:2px;margin:11px 0 0 11px;transform:rotate(45deg);background:var(--text);content:""}.hq-search p{color:#a0a6af}.hq-primary-action{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--sidebar);color:#fff;padding:0 28px;font-weight:800;text-decoration:none}.hq-dashboard-guide{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:24px}.hq-dashboard-guide article{display:flex;min-height:54px;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.72);border-radius:8px;background:rgba(255,255,255,.62);padding:12px 14px}.hq-dashboard-guide strong{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;background:var(--sidebar);color:#fff;font-size:.86rem}.hq-dashboard-guide span{color:var(--text);font-size:.9rem;font-weight:800}.hq-dashboard-grid{display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(300px,1fr) minmax(260px,.95fr);grid-gap:28px;gap:28px;align-items:stretch}.hq-dashboard-grid--edufied{grid-template-columns:minmax(360px,1.2fr) minmax(290px,.9fr) minmax(260px,.82fr);gap:24px}.hq-primary-score-card,.hq-priority-summary-card{min-height:310px;border:1px solid rgba(255,255,255,.72);border-radius:8px;box-shadow:0 18px 45px rgba(28,34,45,.06)}.hq-primary-score-card{display:grid;align-content:space-between;background:var(--info);padding:32px;color:#fff}.hq-score-card-head{display:flex;gap:24px;align-items:flex-start;justify-content:space-between}.hq-score-card-copy,.hq-score-card-head p{color:rgba(255,255,255,.82)}.hq-score-card-head p{margin-bottom:8px;font-weight:800}.hq-score-card-head strong{display:block;font-size:clamp(3rem,5vw,4.5rem);line-height:.95}.hq-score-card-head>span{border:1px solid rgba(255,255,255,.45);border-radius:999px;background:rgba(255,255,255,.14);padding:7px 11px;font-size:.78rem;font-weight:900;white-space:nowrap}.hq-score-card-copy{max-width:510px;margin:18px 0 22px;font-size:.9rem}.hq-score-progress{height:12px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.22)}.hq-score-progress span{display:block;height:100%;border-radius:inherit;background:#fff}.hq-score-breakdown{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:24px}.hq-score-breakdown span{display:grid;grid-gap:3px;gap:3px;border-left:1px solid rgba(255,255,255,.36);padding-left:14px;color:rgba(255,255,255,.82);font-size:.78rem;font-weight:750}.hq-score-breakdown span:first-child{border-left:0;padding-left:0}.hq-score-breakdown strong{color:#fff;font-size:1.15rem}.hq-priority-summary-card{display:grid;align-content:space-between;background:var(--surface);padding:30px}.hq-priority-summary-head{display:grid;grid-template-columns:54px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.hq-priority-symbol{display:grid;width:52px;height:52px;place-items:center;border-radius:8px;background:var(--priority-soft);color:var(--priority);font-size:1.5rem;font-weight:950}.hq-priority-summary-card p{margin-bottom:8px;color:var(--priority);font-weight:900}.hq-priority-summary-card strong{display:block;font-size:3.3rem;line-height:.95}.hq-priority-summary-card small{display:block;margin-top:8px;color:var(--muted);font-weight:800}.hq-priority-breakdown{display:grid;grid-gap:10px;gap:10px;margin-top:28px}.hq-priority-breakdown span{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:10px;color:var(--muted);font-size:.86rem;font-weight:800}.hq-priority-breakdown b{color:var(--text);font-size:1rem}.hq-command-grid{display:grid;grid-template-columns:minmax(340px,1.22fr) minmax(300px,.9fr) minmax(260px,.9fr);grid-gap:28px;gap:28px;align-items:stretch}.hq-activity-panel,.hq-card,.hq-column,.hq-hero-analytics-card,.hq-mini-analytics-card,.hq-mini-card,.hq-module-card,.hq-post-stats-card,.hq-radar-card{border:1px solid rgba(255,255,255,.72);border-radius:8px;background:var(--surface);box-shadow:0 18px 45px rgba(28,34,45,.06)}.hq-hero-analytics-card{position:relative;min-height:310px;overflow:hidden;background:linear-gradient(135deg,#f36d52,#ef4d9b);padding:36px;color:#fff}.hq-hero-analytics-card--edufied{background:linear-gradient(135deg,#e35e48,#ea5b82 56%,#bf5ed9)}.hq-command-card h2{max-width:520px;margin:14px 0 8px;color:#fff;font-size:clamp(1.3rem,2.2vw,2rem);line-height:1.08}.hq-command-card-text{display:block;max-width:620px;color:rgba(255,255,255,.88);font-weight:700;line-height:1.45}.hq-focus-carousel{display:grid;min-height:390px;grid-template-rows:auto minmax(0,1fr) auto}.hq-focus-carousel:focus-visible{outline:3px solid rgba(255,255,255,.9);outline-offset:-6px}.hq-focus-carousel-head{display:flex;gap:20px;align-items:flex-start;justify-content:space-between}.hq-focus-carousel-head p{margin-bottom:4px}.hq-focus-carousel-head>div:first-child>span{color:rgba(255,255,255,.78);font-size:.78rem;font-weight:800}.hq-focus-carousel-arrows{display:flex;gap:8px}.hq-focus-carousel-arrows button{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(17,22,37,.16);color:#fff;cursor:pointer;font-size:1.2rem;font-weight:900}.hq-focus-carousel-arrows button:focus-visible,.hq-focus-carousel-arrows button:hover{background:#fff;color:var(--sidebar)}.hq-focus-carousel-slide{display:grid;align-content:center;animation:hq-focus-slide-in .18s ease-out}@keyframes hq-focus-slide-in{0%{opacity:.35;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.hq-focus-carousel-meta{display:flex;flex-wrap:wrap;gap:7px}.hq-focus-carousel-meta span{border:1px solid rgba(255,255,255,.42);border-radius:999px;background:rgba(17,22,37,.12);padding:5px 9px;font-size:.7rem;font-weight:850}.hq-focus-task-link{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:42px;gap:9px;align-items:center;margin-top:18px;border-radius:8px;background:#fff;padding:0 15px;color:var(--sidebar);font-size:.82rem;font-weight:900;text-decoration:none}.hq-focus-carousel-dots{display:flex;gap:8px;align-items:center}.hq-focus-carousel-dots button{width:9px;height:9px;border:0;border-radius:999px;background:rgba(255,255,255,.48);padding:0;cursor:pointer}.hq-focus-carousel-dots button.is-active{width:28px;background:#fff}.hq-card-menu{position:absolute;top:24px;right:28px;color:inherit;font-weight:900;letter-spacing:2px}.hq-hero-analytics-card p,.hq-radar-card p{margin-bottom:18px;color:currentColor;font-weight:700}.hq-hero-analytics-card strong{display:block;font-size:clamp(2.4rem,5vw,4rem);line-height:1}.hq-wave-chart{margin:28px 0}.hq-wave-chart svg{display:block;width:100%;height:86px}.hq-wave-chart path{fill:none;stroke-width:3}.hq-wave-chart path:first-child{stroke:#0e63ff}.hq-wave-chart path:nth-child(2){stroke:rgba(255,255,255,.88)}.hq-wave-chart path:nth-child(3){stroke:#151a2a}.hq-hero-analytics-footer{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.hq-hero-analytics-footer span{border-left:1px dashed rgba(255,255,255,.7);padding-left:18px;font-weight:800}.hq-hero-analytics-footer span:first-child{border-left:0;padding-left:0}.hq-radar-card{position:relative;min-height:310px;padding:36px}.hq-task-mix-legend{display:grid;grid-gap:7px;gap:7px;margin-top:18px}.hq-task-mix-legend span{display:grid;grid-template-columns:9px minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center;color:var(--muted);font-size:.76rem;font-weight:750}.hq-task-mix-legend i{width:9px;height:9px;border-radius:50%}.hq-task-mix-legend b{color:var(--text)}.hq-radar-card strong{display:block;margin-bottom:4px;font-size:3rem;line-height:1}.hq-radar-card>span{color:var(--muted);font-weight:700}.hq-radar-card>small{display:block;margin-top:18px;color:var(--muted);font-weight:800}.hq-ring-chart{display:grid;width:166px;height:166px;margin:26px auto 0;place-items:center;border-radius:50%;background:radial-gradient(circle,#fff 0 52%,transparent 53%),conic-gradient(var(--sidebar) 0 30%,var(--accent) 30% 56%,var(--yellow) 56% 70%,var(--accent-2) 70% 100%)}.hq-ring-chart--task-mix{width:142px;height:142px;margin-top:18px}.hq-ring-chart--edufied{background:radial-gradient(circle,#fff 0 52%,transparent 53%),conic-gradient(var(--accent-2) 0 34%,var(--accent) 34% 68%,var(--sidebar) 68% 100%)}.hq-ring-chart-core{display:grid;width:64px;height:64px;place-items:center;border-radius:50%;background:#f0ece8;color:var(--sidebar);font-weight:900}.hq-side-stack{display:grid;grid-gap:28px;gap:28px}.hq-mini-analytics-card{display:grid;min-height:141px;grid-template-columns:86px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:center;padding:20px}.hq-mini-analytics-card--wide{min-height:118px}.hq-mini-analytics-card--explain{min-height:169px}.hq-mini-analytics-card--green strong{background:#d7f2e6}.hq-mini-analytics-card strong{display:grid;min-height:82px;place-items:center;border-radius:8px;background:#ffd6d2;color:var(--text);font-size:1.75rem}.hq-mini-analytics-card h3,.hq-mini-analytics-card p{margin-bottom:4px}.hq-mini-bar{grid-column:1/-1;height:12px;overflow:hidden;border-radius:999px;background:#f1f1f1}.hq-mini-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent-2),var(--accent))}.hq-mini-bar--dark span{background:var(--sidebar)}.hq-mini-bar--info span{background:var(--info)}.hq-mini-bar--green span{background:var(--mint)}.hq-section--compact{margin-top:34px}.hq-unit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.hq-unit-card{display:grid;min-height:178px;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:start;border:1px solid rgba(255,255,255,.72);border-radius:8px;background:rgba(255,255,255,.76);padding:18px;text-decoration:none;box-shadow:0 16px 34px rgba(28,34,45,.05)}.hq-unit-card>span{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:linear-gradient(135deg,#ffe1d2,#f36d52);color:var(--sidebar);font-weight:900}.hq-unit-card h3{margin-bottom:4px}.hq-unit-card p{margin-bottom:0;font-size:.9rem}.hq-unit-card strong{font-size:1.35rem}.hq-unit-card small{grid-column:2/-1;align-self:end;color:var(--muted);font-weight:800}.hq-lower-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:40px;gap:40px;margin-top:38px}.hq-activity-panel{background:transparent;box-shadow:none;border-color:transparent}.hq-activity-row{scroll-margin-top:24px}.hq-activity-row:target{border-radius:8px;background:var(--priority-soft);box-shadow:0 0 0 3px rgba(180,83,9,.18)}.hq-panel-tabs{display:flex;gap:28px;margin-bottom:24px}.hq-panel-tabs span{padding-bottom:12px;color:#999fa9;font-weight:800}.hq-panel-tabs .is-active{border-bottom:3px solid var(--text);color:var(--text)}.hq-panel-heading{display:flex;gap:22px;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.hq-panel-heading h2{margin-bottom:6px;font-size:1.45rem}.hq-panel-heading p{margin-bottom:0}.hq-panel-heading .hq-context{margin-bottom:6px}.hq-panel-count{border-radius:999px;background:var(--surface);padding:7px 11px;color:var(--muted);font-size:.78rem;font-weight:900;white-space:nowrap}.hq-activity-list{display:grid;grid-gap:14px;gap:14px}.hq-activity-row{display:grid;grid-template-columns:96px minmax(0,1fr);grid-gap:10px 18px;gap:10px 18px;align-items:center;border-radius:8px;background:rgba(255,255,255,.72);padding:14px 18px}.hq-track-badge{display:grid;min-height:36px;place-items:center;border-radius:6px;padding:6px 8px;font-size:.74rem;font-weight:900;text-align:center}.hq-track-badge--technical{background:var(--info-soft);color:#2346ad}.hq-track-badge--seo{background:#dff5f2;color:#126e65}.hq-track-badge--trust{background:var(--success-soft);color:var(--success)}.hq-track-badge--product{background:var(--next-soft);color:#5845b4}.hq-track-badge--sales{background:var(--priority-soft);color:var(--priority)}.hq-row-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:linear-gradient(135deg,#ffe0b2,#f36d52);color:var(--sidebar);font-weight:900}.hq-row-content{min-width:0}.hq-row-content h3,.hq-row-content p{margin-bottom:2px}.hq-row-content p{overflow:hidden;max-width:560px;text-overflow:ellipsis;white-space:nowrap}.hq-row-meta{grid-column:2;display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.hq-priority-badge{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:var(--sidebar);color:#fff;font-weight:900}.hq-task-chip{border-radius:999px;padding:5px 9px;font-size:.76rem;font-weight:850}.hq-task-chip--priority-a{background:var(--priority-soft);color:var(--priority)}.hq-task-chip--priority-b{background:var(--archive-soft);color:#4b5563}.hq-task-chip--status-in_progress{background:var(--info-soft);color:#2346ad}.hq-task-chip--status-next{background:var(--next-soft);color:#5845b4}.hq-task-chip--status-pending{background:var(--archive-soft);color:#4b5563}.hq-task-chip--status-done{background:var(--success-soft);color:var(--success)}.hq-task-link{margin-left:auto;border-bottom:1px solid;padding-bottom:2px}.hq-status-pill,.hq-unit-pill{border-radius:999px;padding:5px 9px;font-weight:800}.hq-unit-pill{background:#f4eadf;color:#9a5a16}.hq-status-pill{background:#e9edf3;color:#384153}.hq-row-goals{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.hq-row-goals small{border-radius:999px;background:#e4f5ed;color:#1c8558;padding:5px 9px;font-weight:800}.hq-activity-row a,.hq-inline-link{color:var(--text);font-size:.86rem;font-weight:900;text-decoration:none}.hq-right-analytics{display:grid;align-content:start;grid-gap:34px;gap:34px}.hq-post-stats-card{position:relative;min-height:310px;padding:28px}.hq-track-progress-list{display:grid;grid-gap:18px;gap:18px;margin-top:26px}.hq-track-progress-row>div:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:10px;gap:10px;align-items:baseline;margin-bottom:7px}.hq-track-progress-row span,.hq-track-progress-row strong{font-size:.86rem;font-weight:900}.hq-track-progress-row small{color:var(--muted);font-size:.72rem;font-weight:800}.hq-track-progress{height:9px;overflow:hidden;border-radius:999px;background:#ebe8e2}.hq-track-progress-fill{display:block;height:100%;border-radius:inherit}.hq-track-progress-fill--technical{background:var(--info)}.hq-track-progress-fill--seo{background:#178b80}.hq-track-progress-fill--trust{background:var(--success)}.hq-track-progress-fill--product{background:var(--next)}.hq-track-progress-fill--sales{background:var(--priority)}.hq-edufied-ops-section{scroll-margin-top:24px}.hq-edufied-ops-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.hq-live-source{display:flex;align-items:center;gap:12px;margin-bottom:16px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.72);padding:13px 16px}.hq-live-source>span{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:#d76c47;box-shadow:0 0 0 5px rgba(215,108,71,.12)}.hq-live-source--connected>span{background:var(--success);box-shadow:0 0 0 5px rgba(42,180,119,.12)}.hq-live-source p,.hq-live-source strong{margin:0}.hq-live-source strong{font-size:.84rem}.hq-live-source p{margin-top:2px;color:var(--muted);font-size:.76rem}.hq-edufied-operation-card{display:grid;min-height:300px;align-content:space-between;grid-gap:16px;gap:16px;border:1px solid rgba(255,255,255,.76);border-radius:8px;background:rgba(255,255,255,.78);padding:20px;box-shadow:0 16px 34px rgba(28,34,45,.05)}.hq-edufied-operation-card--high{border-color:rgba(244,159,107,.7);background:#fff7ed}.hq-edufied-operation-card--active{border-color:rgba(105,86,207,.24);background:#f8f7ff}.hq-edufied-operation-card--stable{border-color:rgba(42,180,119,.24);background:#f4fbf7}.hq-edufied-operation-head{display:flex;gap:12px;align-items:center;justify-content:space-between}.hq-edufied-operation-head span{color:var(--muted);font-size:.76rem;font-weight:900}.hq-edufied-operation-head b{border-radius:999px;background:var(--sidebar);padding:5px 9px;color:#fff;font-size:.72rem}.hq-edufied-operation-card h3{margin-bottom:0;font-size:1.08rem}.hq-edufied-operation-card p{margin-bottom:0;color:var(--muted);font-size:.86rem;line-height:1.45}.hq-edufied-operation-metrics{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.hq-edufied-operation-metrics span{display:grid;grid-gap:3px;gap:3px;border-radius:8px;background:rgba(255,255,255,.68);padding:11px;color:var(--muted);font-size:.74rem;font-weight:800}.hq-edufied-operation-metrics strong{color:var(--text);font-size:1.35rem;line-height:1}.hq-edufied-operation-next{display:grid;grid-gap:6px;gap:6px;border-top:1px solid rgba(18,24,39,.08);padding-top:14px}.hq-edufied-operation-next small{color:var(--text);font-size:.75rem;font-weight:900}.hq-edufied-operation-actions{display:flex;flex-wrap:wrap;gap:9px}.hq-edufied-operation-actions a{display:inline-flex;min-height:34px;align-items:center;border-radius:999px;background:var(--sidebar);padding:0 12px;color:#fff;font-size:.78rem;font-weight:900;text-decoration:none}.hq-edufied-operation-actions a:last-child{background:rgba(17,22,37,.08);color:var(--text)}.hq-edufied-overview{scroll-margin-top:24px}.hq-edufied-kpi-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:0 14px 34px rgba(28,34,45,.045)}.hq-edufied-kpi-strip article{display:grid;min-height:112px;align-content:center;grid-gap:4px;gap:4px;border-left:1px solid var(--line);padding:18px 20px}.hq-edufied-kpi-strip article:first-child{border-left:0}.hq-edufied-kpi-strip small,.hq-edufied-kpi-strip span{color:var(--muted);font-size:.76rem;font-weight:800}.hq-edufied-kpi-strip strong{color:var(--text);font-size:1.8rem;line-height:1.05}.hq-edufied-focus-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:start;margin-top:14px;border:1px solid rgba(180,83,9,.22);border-left:4px solid var(--priority);border-radius:8px;background:#fffaf3;padding:18px 20px}.hq-edufied-focus-rank{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:var(--priority-soft);color:var(--priority);font-size:1.05rem;font-weight:950}.hq-edufied-focus-copy>p{margin:0 0 3px;color:var(--priority);font-size:.76rem;font-weight:900;text-transform:uppercase}.hq-edufied-focus-copy h2{margin:0;font-size:1.16rem}.hq-edufied-focus-copy>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px}.hq-edufied-focus-copy>div span{border-right:1px solid var(--line);padding-right:8px;color:var(--muted);font-size:.76rem;font-weight:800}.hq-edufied-focus-copy>div span:last-child{border-right:0}.hq-edufied-focus-copy details{margin-top:11px}.hq-edufied-focus-copy summary,.hq-edufied-operation-details summary{width:max-content;cursor:pointer;color:var(--text);font-size:.78rem;font-weight:900}.hq-edufied-focus-copy details p{max-width:760px;margin:10px 0 0;color:var(--muted);font-size:.84rem}.hq-edufied-focus-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.hq-edufied-focus-actions a,.hq-edufied-operation-actions a{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border-radius:6px;background:var(--sidebar);padding:0 13px;color:#fff;font-size:.78rem;font-weight:900;text-decoration:none}.hq-edufied-focus-actions a:last-child{background:rgba(17,22,37,.08);color:var(--text)}.hq-edufied-ops-list{display:grid;grid-gap:9px;gap:9px}.hq-edufied-operation-row{display:grid;grid-template-columns:minmax(210px,1fr) minmax(270px,1.2fr) auto auto;grid-gap:14px;gap:14px;align-items:center;border-left:1px solid var(--line);border:1px solid var(--line);border-left-width:4px;border-radius:8px;background:rgba(255,255,255,.78);padding:14px 16px}.hq-edufied-operation-row--high{border-left-color:var(--priority)}.hq-edufied-operation-row--active{border-left-color:var(--info)}.hq-edufied-operation-row--stable{border-left-color:var(--success)}.hq-edufied-operation-copy h3,.hq-edufied-operation-copy p{margin:0}.hq-edufied-operation-copy h3{font-size:.96rem}.hq-edufied-operation-copy p{margin-top:3px;color:var(--muted);font-size:.76rem}.hq-edufied-operation-row .hq-edufied-operation-metrics{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.hq-edufied-operation-row .hq-edufied-operation-metrics span{min-width:0;background:transparent;padding:0}.hq-edufied-operation-row .hq-edufied-operation-metrics strong{font-size:1.1rem}.hq-edufied-operation-status{border-radius:999px;background:rgba(17,22,37,.08);padding:6px 9px;color:var(--text);font-size:.72rem;white-space:nowrap}.hq-edufied-operation-row .hq-edufied-operation-actions{display:flex}.hq-edufied-operation-details{grid-column:1/-1;border-top:1px solid var(--line);padding-top:11px}.hq-edufied-operation-details p{max-width:850px;margin:9px 0;color:var(--muted);font-size:.82rem}.hq-edufied-operation-details>strong{display:block;margin-top:13px;font-size:.78rem}.hq-edufied-operation-details>a{display:inline-block;margin-top:3px;color:var(--text);font-size:.78rem;font-weight:900}.hq-edufied-progress-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.hq-edufied-progress-grid article{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.72);padding:14px}.hq-edufied-progress-grid article>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.hq-edufied-progress-grid span,.hq-edufied-progress-grid strong{font-size:.84rem;font-weight:900}.hq-edufied-progress-grid small{display:block;margin-top:7px;color:var(--muted);font-size:.72rem;font-weight:800}.hq-edufied-terms-card{margin-top:14px}.hq-edufied-case-section{scroll-margin-top:24px}.hq-edufied-case-message{margin:0 0 14px;border-left:3px solid var(--success);background:#f2fbf6;padding:11px 14px;color:#176342;font-size:.84rem;font-weight:800}.hq-edufied-case-list{display:grid;grid-gap:10px;gap:10px}.hq-edufied-case-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.76);padding:15px 17px}.hq-edufied-case-copy span,.hq-edufied-case-status>span{color:var(--muted);font-size:.72rem;font-weight:900}.hq-edufied-case-copy h3,.hq-edufied-case-copy p{margin:0}.hq-edufied-case-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:10px}.hq-edufied-case-age,.hq-edufied-case-meta span{color:var(--muted);font-size:.7rem;font-weight:850}.hq-edufied-case-age{border-radius:999px;background:rgba(17,22,37,.07);padding:4px 8px}.hq-edufied-case-age--active{background:#fff7e8;color:#8a4a0f}.hq-edufied-case-age--urgent{background:var(--priority-soft);color:#a63a2c}.hq-edufied-case-copy h3{margin-top:4px;font-size:.98rem}.hq-edufied-case-copy p{margin-top:4px;color:var(--muted);font-size:.8rem}.hq-edufied-case-status{display:grid;justify-items:end;grid-gap:7px;gap:7px}.hq-edufied-case-status>div{display:flex;gap:8px}.hq-edufied-case-more,.hq-edufied-case-status a,.hq-edufied-case-status button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;border:0;border-radius:6px;background:var(--sidebar);padding:0 12px;color:#fff;font-size:.78rem;font-weight:900;text-decoration:none}.hq-edufied-case-status button:disabled{cursor:default;background:rgba(17,22,37,.1);color:var(--muted)}.hq-edufied-case-status .hq-edufied-case-secondary,.hq-edufied-case-status a{background:rgba(17,22,37,.08);color:var(--text)}.hq-edufied-case-flow{display:grid;grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:6px;gap:6px;border-top:1px solid var(--line);padding-top:12px}.hq-edufied-case-flow span{display:flex;min-width:0;align-items:center;gap:7px;color:var(--muted)}.hq-edufied-case-flow span:after{width:100%;height:2px;order:2;background:rgba(17,22,37,.1);content:""}.hq-edufied-case-flow span:last-child:after{display:none}.hq-edufied-case-flow i{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border-radius:50%;background:rgba(17,22,37,.08);font-size:.66rem;font-style:normal;font-weight:900}.hq-edufied-case-flow b{order:1;font-size:.69rem;white-space:nowrap}.hq-edufied-case-flow .is-current,.hq-edufied-case-flow .is-done{color:var(--text)}.hq-edufied-case-flow .is-done i,.hq-edufied-case-flow .is-done:after{background:var(--success);color:#fff}.hq-edufied-case-flow .is-current i{background:var(--info);color:#fff}.hq-edufied-case-more{margin-top:12px;background:rgba(17,22,37,.08);color:var(--text)}.hq-edufied-case-empty{border:1px dashed var(--line);border-radius:8px;padding:20px}.hq-edufied-case-empty p{margin:5px 0 0;color:var(--muted);font-size:.84rem}.hq-edufied-case-workspace{display:grid;grid-column:1/-1;grid-gap:12px;gap:12px;border-top:1px solid var(--line);padding-top:14px}.hq-edufied-case-next{display:grid;grid-gap:4px;gap:4px;border-left:4px solid var(--info);background:var(--info-soft);padding:12px 14px}.hq-edufied-case-next small,.hq-edufied-case-next span{color:var(--muted);font-size:.72rem;font-weight:800}.hq-edufied-case-next strong{font-size:.88rem}.hq-edufied-case-workspace label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:.74rem;font-weight:900}.hq-edufied-case-workspace select,.hq-edufied-case-workspace textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px 11px;color:var(--text);font:inherit;font-size:.86rem}.hq-edufied-case-workspace textarea{resize:vertical}.hq-edufied-support-reply,.hq-edufied-support-request{display:grid;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:14px}.hq-edufied-support-reply>div:first-child,.hq-edufied-support-request>div{display:grid;grid-gap:3px;gap:3px}.hq-edufied-support-request span{color:var(--muted);font-size:.7rem;font-weight:900;text-transform:uppercase}.hq-edufied-support-reply strong,.hq-edufied-support-request strong{font-size:.86rem}.hq-edufied-support-reply p,.hq-edufied-support-reply-actions small,.hq-edufied-support-request small{margin:0;color:var(--muted);font-size:.76rem;line-height:1.45}.hq-edufied-support-request>p{margin:0;border-left:3px solid #bcc8dc;background:#f7f8fb;padding:11px 12px;color:var(--text);font-size:.84rem;line-height:1.55;white-space:pre-wrap}.hq-edufied-support-reply{border-color:#bfcde9;background:#f8faff}.hq-edufied-support-reply-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.hq-edufied-support-reply-actions button{min-height:40px;flex:0 0 auto;border:0;border-radius:6px;background:var(--info);padding:0 14px;color:#fff;font-size:.78rem;font-weight:900}.hq-edufied-support-reply-actions button:disabled{cursor:default;opacity:.45}.hq-edufied-case-history{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.68)}.hq-edufied-case-history summary{cursor:pointer;padding:12px 14px;color:var(--text);font-size:.8rem;font-weight:900}.hq-edufied-case-history>p{margin:0;border-top:1px solid var(--line);padding:12px 14px;color:var(--muted);font-size:.8rem}.hq-edufied-case-history .hq-edufied-case-history-error{color:#9b3c2c}.hq-edufied-case-history-list,.hq-edufied-case-history-list article{display:grid;border-top:1px solid var(--line)}.hq-edufied-case-history-list article{grid-template-columns:10px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:11px 14px}.hq-edufied-case-history-list article:first-child{border-top:0}.hq-edufied-case-history-list article>span{width:8px;height:8px;border-radius:50%;background:var(--info)}.hq-edufied-case-history-list p,.hq-edufied-case-history-list strong{margin:0}.hq-edufied-case-history-list strong{font-size:.8rem}.hq-edufied-case-history-list p{margin-top:2px;color:var(--muted);font-size:.74rem}.hq-edufied-case-history-list b{border-radius:999px;background:var(--info-soft);padding:5px 8px;color:#2346ad;font-size:.7rem;white-space:nowrap}.hq-edufied-case-completion{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(180,83,9,.2);border-radius:8px;background:#fffaf3;padding:13px 14px}.hq-edufied-case-completion p,.hq-edufied-case-completion strong{margin:0}.hq-edufied-case-completion strong{font-size:.82rem}.hq-edufied-case-completion p{margin-top:4px;color:var(--muted);font-size:.78rem}.hq-edufied-case-completion>div:last-child{display:flex;gap:8px}.hq-edufied-case-completion button,.hq-edufied-case-completion>a{display:inline-flex;min-height:38px;flex:0 0 auto;align-items:center;justify-content:center;border:0;border-radius:6px;background:var(--priority);padding:0 13px;color:#fff;font-size:.76rem;font-weight:900;text-decoration:none}.hq-edufied-case-completion>a{background:rgba(17,22,37,.08);color:var(--text)}.hq-case-confirmation-backdrop{position:fixed;z-index:100;inset:0;display:grid;overflow-y:auto;place-items:center;background:rgba(7,10,18,.64);padding:24px}.hq-case-confirmation-dialog{width:min(520px,100%);border:1px solid rgba(255,255,255,.72);border-radius:8px;background:#fff;padding:24px;box-shadow:0 30px 80px rgba(7,10,18,.28)}.hq-case-confirmation-dialog h2{margin:4px 0 10px;font-size:1.35rem}.hq-case-confirmation-dialog>p:not(.hq-context){margin:0;color:var(--muted);font-size:.9rem}.hq-case-confirmation-impact{display:grid;grid-gap:4px;gap:4px;margin-top:18px;border-left:4px solid var(--priority);background:var(--priority-soft);padding:12px 14px}.hq-case-confirmation-impact strong{font-size:.78rem}.hq-case-confirmation-impact span{color:var(--text);font-size:.82rem}.hq-support-reply-preview{max-height:220px;overflow-y:auto;margin-top:16px;border:1px solid var(--line);border-radius:7px;background:#f8f9fb;padding:12px 14px}.hq-support-reply-preview strong{display:block;margin-bottom:7px;font-size:.8rem}.hq-support-reply-preview p{margin:0;color:var(--text);font-size:.82rem;line-height:1.5;white-space:pre-wrap}.hq-case-confirmation-actions{display:flex;gap:9px;justify-content:flex-end;margin-top:22px}.hq-case-confirmation-actions button{min-height:40px;border:0;border-radius:6px;background:rgba(17,22,37,.08);padding:0 14px;color:var(--text);font-size:.8rem;font-weight:900}.hq-case-confirmation-actions button:last-child{background:var(--priority);color:#fff}.hq-case-confirmation-actions button:disabled,.hq-edufied-case-completion button:disabled{cursor:default;opacity:.55}.hq-edufied-case-workspace-foot{display:flex;align-items:center;justify-content:space-between;gap:14px}.hq-edufied-case-workspace-foot span{color:var(--muted);font-size:.78rem;font-weight:800}.hq-edufied-case-workspace-foot button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border:0;border-radius:6px;background:var(--sidebar);padding:0 14px;color:#fff;font-size:.78rem;font-weight:900}.hq-edufied-case-workspace-foot button:disabled{cursor:default;background:rgba(17,22,37,.1);color:var(--muted)}.hq-terms-card{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.64)}.hq-terms-card summary{cursor:pointer;padding:16px 18px;color:var(--text);font-weight:900}.hq-terms-list{display:grid;grid-gap:12px;gap:12px;border-top:1px solid var(--line);padding:16px 18px 18px}.hq-terms-list>div{display:grid;grid-template-columns:10px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:baseline}.hq-terms-list p{margin-bottom:0;font-size:.82rem}.hq-term-dot{width:9px;height:9px;border-radius:50%}.hq-term-dot--priority{background:var(--priority)}.hq-term-dot--progress{background:var(--info)}.hq-term-dot--next{background:var(--next)}.hq-term-dot--done{background:var(--success)}.hq-term-dot--archive{background:var(--archive)}.hq-post-stats-card>p{max-width:280px;margin-top:10px;margin-bottom:0;font-size:.92rem}.hq-module-risk-list{display:grid;grid-gap:16px;gap:16px;margin:28px 0}.hq-module-risk-list div{display:grid;grid-template-columns:92px minmax(0,1fr) 44px;grid-gap:12px;gap:12px;align-items:center}.hq-module-risk-list span,.hq-module-risk-list strong{font-size:.86rem;font-weight:900}.hq-module-risk-list div div{display:block;height:10px;overflow:hidden;border-radius:999px;background:#ebe8e2}.hq-module-risk-list i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent-2),var(--accent))}.hq-bar-chart{display:grid;height:148px;grid-template-columns:repeat(7,1fr);grid-gap:18px;gap:18px;align-items:end;margin:32px 0 26px;border-bottom:1px solid var(--line);padding-bottom:10px}.hq-bar-chart span{min-height:14px;border-radius:999px;background:#d5d1ca}.hq-bar-chart span:nth-child(4){background:linear-gradient(180deg,var(--accent),var(--accent-2))}.hq-post-stats-footer{display:flex;align-items:center;justify-content:space-between}.hq-post-stats-footer span{color:var(--muted)}.hq-post-stats-footer strong{font-size:1.5rem}.hq-track-list{display:grid;grid-gap:8px;gap:8px}.hq-track-list div{display:flex;justify-content:space-between;color:var(--muted)}.hq-section{margin-top:42px}.hq-section-head{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.hq-section-head>div>p:last-child{margin:8px 0 0;font-size:.88rem}.hq-kanban{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));grid-gap:16px;gap:16px;overflow-x:auto;padding-bottom:8px}.hq-kanban--four{grid-template-columns:repeat(4,minmax(240px,1fr))}.hq-column{padding:16px}.hq-column header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.hq-column header span{display:grid;min-width:28px;height:28px;place-items:center;border-radius:50%;background:var(--surface-soft);font-weight:900}.hq-mini-card{padding:12px;box-shadow:none}.hq-mini-card+.hq-mini-card{margin-top:10px}.hq-mini-card strong{display:block;margin-bottom:6px;font-size:.88rem}.hq-mini-card p{margin-bottom:0;font-size:.8rem}.hq-mini-card-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.hq-mini-card-meta>span:first-child{color:var(--muted);font-size:.78rem;font-weight:800}.hq-task-accordion{display:grid;grid-gap:14px;gap:14px}.hq-task-group{border:1px solid rgba(255,255,255,.72);border-radius:8px;background:rgba(255,255,255,.76);box-shadow:0 16px 34px rgba(28,34,45,.05)}.hq-task-group summary{display:grid;cursor:pointer;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:18px 20px;list-style:none}.hq-task-group summary::-webkit-details-marker{display:none}.hq-task-group summary span{display:grid;grid-gap:4px;gap:4px}.hq-task-group summary strong{font-size:1rem}.hq-task-group summary small{color:var(--muted);font-weight:700}.hq-task-group summary b{display:grid;min-width:34px;height:34px;place-items:center;border-radius:50%;background:var(--sidebar);color:#fff;font-size:.9rem}.hq-task-group--in_progress summary b{background:var(--info)}.hq-task-group--next summary b{background:var(--next)}.hq-task-group--pending summary b{background:var(--archive)}.hq-task-group--done summary b{background:var(--success)}.hq-task-group[open] summary{border-bottom:1px solid var(--line)}.hq-task-group--archive{background:rgba(241,243,246,.78)}.hq-expandable-task-list{display:grid;grid-gap:10px;gap:10px;padding:14px}.hq-empty-list{margin:0;padding:6px;font-weight:700}.hq-expandable-actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:4px}.hq-show-less,.hq-show-more{min-height:38px;border:0;border-radius:999px;padding:0 16px;font-weight:900}.hq-show-more{background:var(--sidebar);color:#fff}.hq-show-less{background:#ebe8e2;color:var(--text)}.hq-progress{height:8px;overflow:hidden;border-radius:999px;background:var(--surface-soft)}.hq-progress span{display:block;height:100%}.hq-progress--good span{background:var(--good)}.hq-progress--medium span{background:var(--medium)}.hq-progress--low span{background:var(--low)}.hq-report-overview{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:20px;gap:20px;align-items:stretch;margin-bottom:28px}.hq-report-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:28px;gap:28px;align-items:center;border:1px solid var(--line);border-left:5px solid var(--info);border-radius:8px;background:rgba(255,255,255,.78);padding:24px 26px}.hq-report-intro h2{margin-bottom:8px;font-size:1.45rem}.hq-report-intro>div>p:not(.hq-context){max-width:740px;margin-bottom:0}.hq-report-freshness{display:block;margin-top:12px;color:#4b5563;font-weight:800}.hq-report-metrics{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));grid-gap:10px;gap:10px}.hq-report-metrics span{display:grid;min-height:74px;align-content:center;border-left:1px solid var(--line);padding-left:16px;color:var(--muted);font-size:.75rem;font-weight:800}.hq-report-metrics strong{color:var(--text);font-size:1.45rem}.hq-report-task-link{display:grid;min-width:180px;place-items:center;border-radius:8px;background:var(--sidebar);color:#fff;padding:20px;font-weight:900;text-align:center;text-decoration:none}.hq-action-feedback{border:1px solid #aad9c2;border-radius:8px;background:var(--success-soft);color:var(--success);margin-bottom:22px;padding:13px 16px;font-weight:850}.hq-more-report-items,.hq-report-archive{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.72)}.hq-report-archive{margin-bottom:28px}.hq-more-report-items{margin-top:16px}.hq-more-report-items summary,.hq-report-archive summary{display:grid;cursor:pointer;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:17px 20px;list-style:none}.hq-more-report-items summary::-webkit-details-marker,.hq-report-archive summary::-webkit-details-marker{display:none}.hq-more-report-items summary>span,.hq-report-archive summary>span{display:grid;grid-gap:3px;gap:3px}.hq-more-report-items summary small,.hq-report-archive summary small{color:var(--muted);font-weight:750}.hq-more-report-items summary>b,.hq-report-archive summary>b{display:grid;min-width:34px;height:34px;place-items:center;border-radius:50%;background:var(--info);color:#fff;font-size:.86rem}.hq-more-report-items[open] summary,.hq-report-archive[open] summary{border-bottom:1px solid var(--line)}.hq-report-archive-list{display:grid;grid-gap:8px;gap:8px;padding:14px}.hq-report-archive-list button{display:grid;width:100%;min-height:58px;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;border:1px solid transparent;border-radius:8px;background:var(--archive-soft);padding:10px 13px;color:var(--text);text-align:left}.hq-report-archive-list button.is-active{border-color:#b8c8f3;background:var(--info-soft)}.hq-report-archive-list button>span{display:grid;grid-gap:2px;gap:2px}.hq-report-archive-list button small,.hq-report-archive-list>p{color:var(--muted);font-size:.78rem}.hq-report-archive-list button>b{color:var(--info);font-size:.78rem}.hq-report-archive-list>p{margin:5px 2px 2px}.hq-more-report-items>.hq-report-list{padding:14px}.hq-report-section{margin-top:0}.hq-report-list{display:grid;grid-gap:14px;gap:14px}.hq-report-item{display:grid;grid-template-columns:76px minmax(0,1fr);grid-gap:18px;gap:18px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.82);padding:18px}.hq-report-item.is-top-three{border-left:5px solid var(--priority)}.hq-report-rank{display:grid;align-content:start;justify-items:center;grid-gap:8px;gap:8px}.hq-report-rank strong{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--archive-soft);color:var(--text);font-size:1.15rem}.is-top-three .hq-report-rank strong{background:var(--priority-soft);color:var(--priority)}.hq-report-rank span{color:var(--priority);font-size:.7rem;font-weight:900;text-transform:uppercase}.hq-report-item-head{display:flex;gap:22px;align-items:flex-start;justify-content:space-between}.hq-report-item-head h3{margin-bottom:5px;font-size:1.05rem}.hq-report-item-head p{max-width:840px;margin-bottom:0;font-size:.9rem}.hq-report-tags{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.hq-created-task-count,.hq-report-tags span{border-radius:999px;background:var(--archive-soft);color:#4b5563;padding:5px 9px;font-size:.72rem;font-weight:850;white-space:nowrap}.hq-report-tags .hq-urgency-tag--high{background:var(--priority-soft);color:var(--priority)}.hq-report-tags .hq-urgency-tag--medium{background:var(--next-soft);color:#5845b4}.hq-report-decision-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:28px;gap:28px;border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.hq-report-decision-grid small{display:block;margin-bottom:4px;color:var(--text);font-size:.72rem;font-weight:900;text-transform:uppercase}.hq-report-decision-grid p{margin-bottom:0;font-size:.86rem}.hq-report-work-plan{grid-column:1/-1}.hq-report-work-plan ol,.hq-task-work-details ol,.hq-task-work-details ul{display:grid;grid-gap:6px;gap:6px;margin:7px 0 0;padding-left:20px;color:var(--muted);font-size:.84rem;line-height:1.45}.hq-report-item-footer{display:flex;gap:18px;align-items:center;justify-content:space-between;margin-top:16px}.hq-report-item-footer>a{color:var(--info);font-size:.78rem;font-weight:850;text-decoration:none}.hq-report-item-footer>div{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.hq-central-task-actions button,.hq-create-task-button,.hq-secondary-action{min-height:40px;border:0;border-radius:8px;padding:0 15px;font-weight:900}.hq-create-task-button{display:inline-flex;align-items:center;justify-content:center;background:var(--info);color:#fff;text-decoration:none}.hq-create-task-button:disabled{cursor:wait;opacity:.65}.hq-secondary-action{background:var(--archive-soft);color:var(--text)}.hq-task-dialog-backdrop{position:fixed;z-index:20;inset:0;display:grid;place-items:center;overflow-y:auto;background:rgba(10,15,28,.62);padding:24px}.hq-task-dialog{width:min(850px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border-radius:8px;background:var(--workspace);padding:28px;box-shadow:0 30px 80px rgba(10,15,28,.3)}.hq-task-dialog-head{display:flex;gap:20px;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:22px;padding-bottom:18px}.hq-task-dialog-head h2{margin-bottom:6px;font-size:1.45rem}.hq-task-dialog-head p:last-child{margin-bottom:0}.hq-dialog-close{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:0;border-radius:50%;background:var(--archive-soft);color:var(--text);font-size:1.5rem}.hq-task-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.hq-form-field{display:grid;grid-gap:7px;gap:7px}.hq-form-field--wide,.hq-task-form-actions{grid-column:1/-1}.hq-form-field>span,.hq-task-form-source>span{color:var(--text);font-size:.78rem;font-weight:900}.hq-form-field input,.hq-form-field select,.hq-form-field textarea,.hq-task-filter-bar select{width:100%;border:1px solid #cfd4dc;border-radius:8px;outline:0;background:#fff;color:var(--text)}.hq-form-field input,.hq-form-field select,.hq-task-filter-bar select{min-height:44px;padding:0 12px}.hq-form-field textarea{resize:vertical;padding:11px 12px;line-height:1.45}.hq-form-field input:focus,.hq-form-field select:focus,.hq-form-field textarea:focus,.hq-task-filter-bar select:focus{border-color:var(--info);box-shadow:0 0 0 3px rgba(40,85,217,.16)}.hq-task-form-source{display:grid;align-content:center;grid-gap:4px;gap:4px;border-left:3px solid var(--success);padding-left:12px}.hq-task-form-source strong{font-size:.88rem}.hq-task-form-source a{width:-moz-fit-content;width:fit-content;color:var(--info);font-size:.82rem;font-weight:800;text-decoration:none}.hq-task-form-actions{display:flex;gap:10px;justify-content:flex-end;border-top:1px solid var(--line);margin-top:4px;padding-top:18px}.hq-task-loading{padding:28px 0;font-weight:800}.hq-task-summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:30px}.hq-task-summary-strip article{display:grid;min-height:108px;align-content:center;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.78);padding:18px}.hq-task-summary-strip strong{font-size:2rem}.hq-task-summary-strip span{color:var(--muted);font-size:.82rem;font-weight:850}.hq-task-summary-strip article:nth-child(2){border-top:4px solid var(--info)}.hq-task-summary-strip article:nth-child(3){border-top:4px solid var(--priority)}.hq-task-summary-strip article:nth-child(4){border-top:4px solid var(--success)}.hq-task-filter-bar{display:flex;gap:20px;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.hq-task-filter-bar h2,.hq-task-filter-bar p{margin-bottom:0}.hq-task-filter-bar label{display:grid;min-width:240px;grid-gap:6px;gap:6px;color:var(--muted);font-size:.76rem;font-weight:900}.hq-task-empty-state{border:1px dashed #b9c0ca;border-radius:8px;padding:36px;text-align:center}.hq-task-empty-state p{max-width:570px;margin:10px auto 20px}.hq-central-task-groups{display:grid;grid-gap:14px;gap:14px}.hq-central-task-group{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.78)}.hq-central-task-group summary{display:grid;cursor:pointer;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:18px 20px;list-style:none}.hq-central-task-group summary::-webkit-details-marker{display:none}.hq-central-task-group summary>span{display:grid;grid-gap:3px;gap:3px}.hq-central-task-group summary small{color:var(--muted)}.hq-central-task-group summary b{display:grid;min-width:34px;height:34px;place-items:center;border-radius:50%;background:var(--archive);color:#fff}.hq-central-task-group--in_progress summary b{background:var(--info)}.hq-central-task-group--done summary b{background:var(--success)}.hq-central-task-group[open] summary{border-bottom:1px solid var(--line)}.hq-central-task-list{padding:0 18px 18px}.hq-central-task-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:20px;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:17px 0}.hq-central-task-row:last-of-type{border-bottom:0}.hq-central-task-row{scroll-margin-top:110px}.hq-central-task-row:target{border-radius:8px;background:var(--priority-soft);box-shadow:0 0 0 3px rgba(180,83,9,.16);padding-right:14px;padding-left:14px}.hq-central-task-main h3{margin-bottom:4px}.hq-central-task-main p{max-width:860px;margin-bottom:7px;font-size:.88rem}.hq-central-task-main>small{color:var(--muted);font-weight:750}.hq-codex-status{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:10px;border-radius:999px;background:var(--next-soft);color:#5845b4;padding:6px 10px;font-size:.74rem;font-weight:900}.hq-codex-status--claimed,.hq-codex-status--running{background:var(--info-soft);color:#2346ad}.hq-codex-status--completed{background:var(--success-soft);color:var(--success)}.hq-codex-status--canceled,.hq-codex-status--failed{background:var(--priority-soft);color:var(--priority)}.hq-task-work-details{max-width:900px;margin-top:12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.65)}.hq-task-work-details summary{cursor:pointer;padding:11px 13px;font-size:.8rem;font-weight:900}.hq-task-work-details>div{display:grid;grid-gap:8px;gap:8px;border-top:1px solid var(--line);padding:13px}.hq-task-work-details>div>p{margin-bottom:4px}.hq-task-source-line{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;border-top:1px solid var(--line);margin-top:4px;padding-top:11px}.hq-task-source-line a{color:var(--info);font-weight:850;text-decoration:none}.hq-codex-error,.hq-codex-result{border-left:3px solid var(--success);padding-left:11px}.hq-codex-error,.hq-codex-result p{white-space:pre-wrap}.hq-codex-error{border-color:var(--priority);color:var(--priority)}.hq-central-task-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:8px}.hq-central-task-tags>span:not(.hq-task-chip){border-radius:999px;background:var(--archive-soft);color:#4b5563;padding:5px 9px;font-size:.74rem;font-weight:850}.hq-central-task-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.hq-central-task-actions a{display:inline-flex;min-height:40px;align-items:center;color:var(--info);font-size:.8rem;font-weight:900;text-decoration:none}.hq-central-task-actions button{background:var(--info-soft);color:#2346ad}.hq-central-task-actions button.is-complete{background:var(--success-soft);color:var(--success)}.hq-central-task-list>.hq-show-more{margin-top:14px}.hq-assistant-layout{display:grid;min-height:650px;grid-template-columns:280px minmax(0,1fr);grid-gap:18px;gap:18px;margin-top:28px}.hq-assistant-panel,.hq-assistant-threads{min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.hq-assistant-threads{display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:18px}.hq-assistant-panel-head,.hq-assistant-threads-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.hq-assistant-panel-head h2,.hq-assistant-threads-head h2{margin:2px 0 0;font-size:1.08rem}.hq-assistant-threads-head>button{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:0;border-radius:8px;background:var(--brand);color:#fff;cursor:pointer;font-size:1.25rem}.hq-assistant-thread-list{display:grid;align-content:start;grid-gap:8px;gap:8px;overflow-y:auto;margin:18px -6px 18px 0;padding-right:6px}.hq-assistant-thread-list>button{display:grid;grid-gap:5px;gap:5px;width:100%;border:1px solid transparent;border-radius:8px;background:transparent;padding:11px 12px;color:var(--text);cursor:pointer;text-align:left}.hq-assistant-thread-list>button.is-active,.hq-assistant-thread-list>button:hover{border-color:#d9deea;background:var(--surface-soft)}.hq-assistant-thread-list strong{overflow:hidden;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.hq-assistant-thread-list span{color:var(--muted);font-size:.72rem}.hq-assistant-links{display:grid;grid-gap:8px;gap:8px;border-top:1px solid var(--line);padding-top:14px}.hq-assistant-links a{color:var(--info);font-size:.8rem;font-weight:850;text-decoration:none}.hq-assistant-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;overflow:hidden}.hq-assistant-panel-head{border-bottom:1px solid var(--line);padding:18px 22px}.hq-assistant-panel-head label{display:grid;grid-gap:5px;gap:5px;min-width:180px}.hq-assistant-panel-head label span{color:var(--muted);font-size:.72rem;font-weight:800}.hq-assistant-panel-head select{min-height:40px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 12px;color:var(--text)}.hq-assistant-messages{display:flex;min-height:450px;max-height:calc(100vh - 330px);flex-direction:column;gap:14px;overflow-y:auto;padding:24px}.hq-assistant-state{color:var(--muted)}.hq-assistant-empty{width:min(650px,100%);margin:auto;text-align:center}.hq-assistant-empty h3{margin:7px 0 22px;font-size:1.35rem}.hq-assistant-empty>div{display:grid;grid-gap:9px;gap:9px}.hq-assistant-empty button{border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px 14px;color:var(--text);cursor:pointer;text-align:left}.hq-assistant-empty button:hover{border-color:#bdc7da;background:var(--surface-soft)}.hq-assistant-message{width:min(820px,88%);border:1px solid var(--line);border-radius:8px;background:#fff;padding:14px 16px}.hq-assistant-message--user{align-self:flex-end;border-color:#d8def0;background:var(--info-soft)}.hq-assistant-message--assistant{align-self:flex-start}.hq-assistant-message>span{display:block;margin-bottom:6px;color:var(--muted);font-size:.7rem;font-weight:900;text-transform:uppercase}.hq-assistant-message>p{margin:0;line-height:1.6;overflow-wrap:anywhere;white-space:pre-wrap}.hq-assistant-message.is-working{color:var(--muted)}.hq-assistant-error{margin:0;border-top:1px solid #f3c4c4;background:#fff1f1;padding:10px 22px;color:var(--low);font-size:.82rem;font-weight:750}.hq-assistant-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;border-top:1px solid var(--line);padding:16px}.hq-assistant-composer textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px 14px;color:var(--text);line-height:1.45}.hq-assistant-composer button{min-width:112px;border:0;border-radius:8px;background:var(--brand);padding:0 18px;color:#fff;cursor:pointer;font-weight:850}.hq-assistant-composer button:disabled{cursor:not-allowed;opacity:.48}.hq-revenue-hero{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:30px}.hq-revenue-hero article,.hq-revenue-panel{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.82)}.hq-revenue-hero article{display:grid;min-height:142px;align-content:center;grid-gap:8px;gap:8px;padding:22px}.hq-revenue-hero p,.hq-revenue-hero span{margin-bottom:0}.hq-revenue-hero p{color:var(--muted);font-size:.78rem;font-weight:850}.hq-revenue-hero strong{font-size:2rem;line-height:1}.hq-revenue-hero span{color:var(--muted);font-size:.82rem}.hq-revenue-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);grid-gap:24px;gap:24px;align-items:start}.hq-revenue-panel{padding:22px}.hq-revenue-integration-list,.hq-revenue-task-list{display:grid;grid-gap:12px;gap:12px}.hq-revenue-task-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;border-top:1px solid var(--line);padding-top:14px}.hq-revenue-integration-list span,.hq-revenue-task-list span{color:var(--muted);font-size:.74rem;font-weight:850}.hq-revenue-task-list h3,.hq-revenue-task-list p{margin-bottom:4px}.hq-revenue-integration-list p,.hq-revenue-protection p,.hq-revenue-task-list p{color:var(--muted);font-size:.84rem}.hq-revenue-task-list a{border-radius:8px;background:var(--sidebar);padding:10px 12px;color:#fff;font-size:.78rem;font-weight:850;text-decoration:none}.hq-revenue-integration-list article{border-top:1px solid var(--line);padding-top:14px}.hq-revenue-integration-list span,.hq-revenue-integration-list strong{display:block;margin-bottom:4px}.hq-revenue-protection{border-left:4px solid var(--accent);background:#fff7f4;margin-top:18px;padding:14px}.hq-revenue-protection strong{display:block;margin-bottom:4px}.hq-leads-hero{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:30px}.hq-leads-hero article,.hq-leads-panel{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.82)}.hq-leads-hero article{display:grid;min-height:132px;align-content:center;grid-gap:8px;gap:8px;padding:20px}.hq-leads-hero p,.hq-leads-hero span{margin-bottom:0}.hq-leads-hero p{color:var(--muted);font-size:.76rem;font-weight:850}.hq-leads-hero strong{font-size:1.85rem;line-height:1}.hq-leads-hero span{color:var(--muted);font-size:.8rem}.hq-leads-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);grid-gap:24px;gap:24px;align-items:start;margin-bottom:26px}.hq-leads-panel{padding:22px}.hq-lead-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.hq-lead-form label{display:grid;grid-gap:6px;gap:6px}.hq-lead-form span{color:var(--muted);font-size:.72rem;font-weight:850}.hq-lead-form input,.hq-lead-form select,.hq-lead-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);font:inherit}.hq-lead-form input,.hq-lead-form select{min-height:42px;padding:0 12px}.hq-lead-form textarea{min-height:98px;resize:vertical;padding:12px}.hq-lead-form button,.hq-lead-form-wide{grid-column:1/-1}.hq-lead-form button{min-height:44px;border:0;border-radius:8px;background:var(--brand);color:#fff;cursor:pointer;font-weight:850}.hq-funnel-steps{display:grid;grid-gap:10px;gap:10px;padding:0;list-style:none}.hq-funnel-steps li{display:grid;grid-template-columns:32px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;border-top:1px solid var(--line);padding-top:10px}.hq-funnel-steps span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:var(--info-soft);color:var(--info);font-weight:900}.hq-funnel-steps p,.hq-leads-note{margin-bottom:0;color:var(--muted);font-size:.84rem}.hq-leads-note{border-left:4px solid var(--accent);background:#fff7f4;margin-top:16px;padding:12px}.hq-lead-list,.hq-lead-task-list{display:grid;grid-gap:12px;gap:12px}.hq-lead-list article,.hq-lead-task-list article{border-top:1px solid var(--line);padding-top:14px}.hq-lead-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center}.hq-lead-list span,.hq-lead-task-list span{color:var(--muted);font-size:.74rem;font-weight:850}.hq-lead-list h3,.hq-lead-list p,.hq-lead-task-list p{margin-bottom:4px}.hq-lead-list p,.hq-lead-list small,.hq-lead-task-list p{color:var(--muted);font-size:.82rem}.hq-lead-list article>div:last-child{display:grid;justify-items:end;grid-gap:3px;gap:3px}.hq-lead-task-list strong{display:block;margin:4px 0}.hq-lead-task-list a{display:inline-flex;width:-moz-fit-content;width:fit-content;border-radius:8px;background:var(--sidebar);margin-top:6px;padding:9px 11px;color:#fff;font-size:.78rem;font-weight:850;text-decoration:none}.hq-access-summary{display:grid;grid-template-columns:1.45fr repeat(3,minmax(150px,.75fr));grid-gap:16px;gap:16px;margin-bottom:32px}.hq-access-summary article{display:grid;min-height:132px;align-content:center;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.82);padding:20px}.hq-access-summary article:first-child{grid-template-columns:54px minmax(0,1fr) auto;gap:16px;align-items:center}.hq-access-summary h2,.hq-access-summary p,.hq-access-summary small{margin-bottom:0}.hq-access-summary article>strong{font-size:1.65rem}.hq-access-summary article:first-child>strong{border-radius:999px;background:var(--success-soft);padding:6px 10px;color:var(--success);font-size:.72rem}.hq-access-summary article>span:not(.hq-access-avatar){margin-top:6px;font-weight:850}.hq-access-summary article div>small,.hq-access-summary article>small{color:var(--muted)}.hq-access-summary article.is-secure{border-top:4px solid var(--success)}.hq-access-summary article.is-warning{border-top:4px solid var(--priority)}.hq-access-avatar{display:grid;width:52px;height:52px;place-items:center;border-radius:8px;background:linear-gradient(135deg,#ffc7bd,#f36d52);font-weight:900}.hq-access-section{margin-bottom:30px}.hq-access-stage-note{align-self:center;border-radius:999px;background:var(--priority-soft);padding:7px 11px;color:#8a4b00;font-size:.74rem;font-weight:850}.hq-access-user-layout{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.45fr);grid-gap:18px;gap:18px;align-items:start}.hq-access-user-form,.hq-access-user-list article{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.78);padding:18px}.hq-access-user-form{display:grid;grid-gap:12px;gap:12px}.hq-access-user-actions form,.hq-access-user-form label{display:grid;grid-gap:6px;gap:6px}.hq-access-user-form label span{color:var(--muted);font-size:.72rem;font-weight:850}.hq-access-user-actions select,.hq-access-user-form input,.hq-access-user-form select{min-height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 12px;color:var(--text);font:inherit}.hq-access-role-chips button,.hq-access-user-actions button,.hq-access-user-form button{border:0;border-radius:8px;background:var(--brand);color:#fff;cursor:pointer;font-weight:850}.hq-access-user-form button{min-height:44px}.hq-access-user-form p{color:var(--muted);font-size:.78rem}.hq-access-user-list{display:grid;grid-gap:12px;gap:12px}.hq-access-user-head{display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center}.hq-access-user-head>span{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:#e8ecf8;color:var(--brand);font-weight:900}.hq-access-user-head h3,.hq-access-user-head p{margin-bottom:2px}.hq-access-finance-note,.hq-access-user-head p{color:var(--muted);font-size:.8rem}.hq-access-status{border-radius:999px;padding:6px 9px;font-size:.7rem}.hq-access-status--active{background:var(--success-soft);color:var(--success)}.hq-access-status--prepared{background:var(--priority-soft);color:#8a4b00}.hq-access-status--disabled{background:var(--archive-soft);color:var(--archive)}.hq-access-role-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.hq-access-role-chips form{display:inline-flex;gap:8px;align-items:center;border-radius:999px;background:#f2f4f8;padding:7px 9px 7px 11px;font-size:.76rem;font-weight:850}.hq-access-role-chips button{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#dfe3ea;color:var(--text);line-height:1}.hq-access-user-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:14px}.hq-access-user-actions button{min-height:38px;background:var(--sidebar)}.hq-access-finance-note{border-left:3px solid var(--accent);margin-top:12px;padding-left:10px}.hq-access-area-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.hq-access-area-grid article{display:grid;min-height:106px;grid-template-columns:34px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;border-bottom:1px solid var(--line);background:rgba(255,255,255,.42);padding:16px}.hq-access-area-grid article>span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;font-weight:900}.hq-access-area-grid article>span.is-allowed{background:var(--success-soft);color:var(--success)}.hq-access-area-grid article>span.is-denied{background:var(--archive-soft);color:var(--archive)}.hq-access-area-grid h3,.hq-access-area-grid p{margin-bottom:3px}.hq-access-area-grid p{font-size:.82rem}.hq-access-area-grid article>strong{grid-column:2;color:var(--success);font-size:.72rem}.hq-access-policy{display:grid;grid-template-columns:54px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;border:1px solid #f2c6bd;border-left:5px solid var(--accent);border-radius:8px;background:#fff7f4;margin-bottom:34px;padding:22px}.hq-access-policy>span{display:grid;width:50px;height:50px;place-items:center;border-radius:8px;background:#ffd8d0;font-size:1.45rem;font-weight:900}.hq-access-policy h2,.hq-access-policy p{margin-bottom:5px}.hq-access-policy>strong{border-radius:999px;background:var(--sidebar);padding:8px 12px;color:#fff;font-size:.75rem}.hq-access-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);grid-gap:28px;gap:28px;align-items:start}.hq-access-role-list{display:grid;grid-gap:10px;gap:10px}.hq-access-role-list details{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.72)}.hq-access-role-list summary{display:grid;cursor:pointer;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding:16px 18px;list-style:none}.hq-access-role-list summary::-webkit-details-marker{display:none}.hq-access-role-list summary>span{display:grid;grid-gap:3px;gap:3px}.hq-access-role-list summary small{color:var(--muted)}.hq-access-role-list summary b{border-radius:999px;background:var(--archive-soft);padding:5px 9px;color:var(--archive);font-size:.7rem}.hq-access-role-list details[open] summary b{background:var(--success-soft);color:var(--success)}.hq-access-role-list details>div{border-top:1px solid var(--line);padding:14px 18px}.hq-access-role-list details>div p{margin-bottom:8px;font-size:.84rem}.hq-access-audit-panel{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.78);padding:20px}.hq-access-audit-list{display:grid;grid-gap:10px;gap:10px}.hq-access-audit-list article{display:grid;grid-template-columns:30px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;border-top:1px solid var(--line);padding-top:12px}.hq-access-audit-list article>span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--success-soft);color:var(--success);font-weight:900}.hq-access-audit-list article div{display:grid;grid-gap:2px;gap:2px}.hq-access-audit-list small,.hq-access-empty{color:var(--muted);font-size:.78rem}.hq-provider-empty,.hq-provider-unavailable{border:1px dashed var(--line);border-radius:8px;background:rgba(255,255,255,.72);padding:22px}.hq-provider-empty p,.hq-provider-unavailable p{margin:5px 0 14px;color:var(--muted)}.hq-provider-unavailable a{color:var(--info);font-weight:900}.hq-provider-detail-kpis,.hq-provider-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:14px}.hq-provider-detail-kpis article,.hq-provider-summary article{display:grid;grid-gap:5px;gap:5px;min-height:108px;align-content:center;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.8);padding:16px}.hq-provider-detail-kpis small,.hq-provider-detail-kpis span,.hq-provider-summary span{color:var(--muted);font-size:.74rem;font-weight:850}.hq-provider-detail-kpis strong,.hq-provider-summary strong{font-size:1.55rem}.hq-provider-directory{display:grid;grid-gap:18px;gap:18px}.hq-provider-filterbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,.34fr) auto;grid-gap:10px;gap:10px;align-items:end}.hq-provider-filterbar label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:.74rem;font-weight:900}.hq-provider-filterbar input,.hq-provider-filterbar select{min-height:44px;border:1px solid var(--line);border-radius:7px;background:#fff;padding:0 12px;color:var(--text);font:inherit}.hq-provider-detail-actions a,.hq-provider-filterbar button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:0;border-radius:7px;background:var(--sidebar);padding:0 15px;color:#fff;font-weight:900;text-decoration:none}.hq-provider-detail-actions,.hq-provider-directory-head,.hq-provider-list-foot,.hq-provider-list-main{display:flex;align-items:center;justify-content:space-between;gap:14px}.hq-provider-directory-head h2,.hq-provider-list-foot span,.hq-provider-list-main h3,.hq-provider-list-main span{margin:0}.hq-provider-directory-head>span,.hq-provider-list-foot span,.hq-provider-list-main span{color:var(--muted);font-size:.76rem;font-weight:800}.hq-provider-list{display:grid;grid-gap:9px;gap:9px}.hq-provider-list>article{display:grid;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.82);padding:16px}.hq-provider-list-main h3{margin-top:3px;font-size:1rem}.hq-provider-badges{display:flex;gap:6px}.hq-provider-badges b,.hq-provider-detail-panel .hq-section-head>b{border-radius:999px;background:var(--archive-soft);padding:5px 8px;color:var(--archive);font-size:.68rem;white-space:nowrap}.hq-provider-badges .is-positive,.hq-provider-detail-panel .hq-section-head>b.is-positive{background:var(--success-soft);color:var(--success)}.hq-provider-list-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.hq-provider-list-metrics span{display:grid;grid-gap:2px;gap:2px;color:var(--muted);font-size:.7rem;font-weight:800}.hq-provider-list-metrics strong{color:var(--text);font-size:1rem}.hq-provider-list-metrics .is-alert strong{color:var(--priority)}.hq-provider-quality-bar{height:5px;overflow:hidden;border-radius:999px;background:rgba(17,22,37,.08)}.hq-provider-quality-bar span{display:block;height:100%;border-radius:inherit;background:var(--success)}.hq-provider-list-foot a,.hq-provider-pagination a{color:var(--info);font-size:.78rem;font-weight:900;text-decoration:none}.hq-provider-pagination{display:flex;justify-content:space-between;gap:12px}.hq-provider-detail-actions{justify-content:flex-end;margin-bottom:12px}.hq-provider-detail-actions a:first-child{background:rgba(17,22,37,.08);color:var(--text)}.hq-provider-next-action{display:grid;grid-gap:5px;gap:5px;margin-bottom:14px;border-left:4px solid var(--info);background:var(--info-soft);padding:14px 16px}.hq-provider-next-action span{color:var(--muted);font-size:.72rem;font-weight:900}.hq-provider-next-action strong{font-size:.9rem}.hq-provider-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.hq-provider-detail-panel{min-width:0;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.82);padding:18px}.hq-provider-detail-panel--wide{grid-column:1/-1}.hq-provider-detail-rows{display:grid;grid-gap:0;gap:0}.hq-provider-detail-rows--billing{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 18px}.hq-provider-detail-rows>div{display:grid;grid-template-columns:minmax(120px,.45fr) minmax(0,1fr);grid-gap:12px;gap:12px;border-top:1px solid var(--line);padding:10px 0}.hq-provider-detail-rows--billing>div{grid-template-columns:1fr}.hq-provider-detail-rows span,.hq-provider-detail-rows strong{overflow-wrap:anywhere;font-size:.78rem}.hq-provider-detail-rows span{color:var(--muted);font-weight:800}.hq-provider-attention-box,.hq-provider-stable-note{margin:10px 0 0;border-left:3px solid var(--priority);background:var(--priority-soft);padding:10px 12px}.hq-provider-attention-box p,.hq-provider-stable-note{color:var(--muted);font-size:.78rem}.hq-provider-attention-box p{margin:3px 0 0}.hq-provider-stable-note{border-left-color:var(--success);background:var(--success-soft)}.hq-provider-detail-disclosure{margin-top:12px;border:1px solid var(--line);border-radius:7px}.hq-provider-detail-disclosure summary{cursor:pointer;padding:11px 12px;font-size:.78rem;font-weight:900}.hq-provider-detail-disclosure>div{display:grid;border-top:1px solid var(--line)}.hq-provider-detail-disclosure p,.hq-provider-review-list p{display:flex;justify-content:space-between;gap:12px;margin:0;border-top:1px solid var(--line);padding:9px 12px}.hq-provider-detail-disclosure p:first-child,.hq-provider-review-list p:first-child{border-top:0}.hq-provider-detail-disclosure span,.hq-provider-review-list span{color:var(--muted);font-size:.72rem;text-align:right}.hq-provider-case-list,.hq-provider-review-list{display:grid}.hq-provider-case-list>article{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;border-top:1px solid var(--line);padding:12px 0}.hq-provider-case-list p,.hq-provider-case-list span{color:var(--muted);font-size:.75rem}.hq-provider-case-list p,.hq-provider-case-list strong{display:block;margin:3px 0 0}.hq-provider-case-list b{align-self:start;border-radius:999px;background:var(--info-soft);padding:5px 8px;color:var(--info);font-size:.68rem}.hq-provider-case-fallback>p{margin:0 0 12px;color:var(--muted);font-size:.82rem}.hq-provider-case-archive{border:1px solid var(--line);border-radius:6px;background:#fff}.hq-provider-case-archive>summary{padding:14px 16px;color:var(--text);cursor:pointer;font-size:.8rem;font-weight:850}.hq-provider-case-archive>div{display:grid;padding:0 16px 12px}.hq-provider-case-archive p{display:flex;justify-content:space-between;gap:12px;margin:0;padding:10px 0;border-top:1px solid var(--line);color:var(--muted);font-size:.76rem}.hq-provider-case-archive strong{color:var(--text)}.hq-provider-review-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-bottom:10px}.hq-provider-review-summary span{display:grid;grid-gap:2px;gap:2px;color:var(--muted);font-size:.7rem}.hq-provider-review-summary strong{color:var(--text);font-size:1rem}.hq-provider-tag-group{display:flex;flex-wrap:wrap;gap:6px}.hq-provider-tag-group span{border-radius:999px;background:var(--archive-soft);padding:5px 8px;color:var(--archive);font-size:.7rem;font-weight:800}.hq-provider-detail-copy,.hq-provider-empty-line{margin:12px 0 0;color:var(--muted);font-size:.8rem;line-height:1.55}@media (max-width:1120px){.hq-provider-detail-kpis,.hq-provider-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.hq-app{grid-template-columns:84px minmax(0,1fr);padding:16px}.hq-sidebar{justify-items:center;padding-right:10px;padding-left:10px}.hq-brand{justify-content:center;padding:0}.hq-brand strong,.hq-nav-item em{display:none}.hq-nav-item{width:46px;grid-template-columns:1fr;padding:0;place-items:center}.hq-sidebar-bottom{justify-items:center}.hq-main{padding:28px}.hq-command-grid,.hq-dashboard-grid,.hq-dashboard-guide,.hq-lower-grid,.hq-topbar,.hq-unit-grid{grid-template-columns:1fr}.hq-dashboard-grid--edufied{grid-template-columns:1fr 1fr}.hq-dashboard-grid--edufied .hq-side-stack{grid-column:1/-1;grid-template-columns:1fr 1fr}.hq-report-intro,.hq-report-overview{grid-template-columns:1fr}.hq-report-task-link{min-height:58px}.hq-topbar-tools{justify-content:space-between}.hq-assistant-layout{grid-template-columns:230px minmax(0,1fr)}.hq-access-area-grid,.hq-access-grid,.hq-access-summary,.hq-edufied-ops-grid{grid-template-columns:1fr 1fr}.hq-access-grid>:first-child,.hq-access-summary article:first-child{grid-column:1/-1}.hq-edufied-kpi-strip{grid-template-columns:1fr 1fr}.hq-edufied-kpi-strip article:nth-child(3){border-top:1px solid var(--line);border-left:0}.hq-edufied-kpi-strip article:nth-child(4){border-top:1px solid var(--line)}.hq-edufied-operation-row{grid-template-columns:minmax(180px,1fr) minmax(240px,1.15fr) auto}.hq-edufied-operation-details,.hq-edufied-operation-row .hq-edufied-operation-actions{grid-column:1/-1}.hq-edufied-progress-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.hq-provider-detail-grid,.hq-provider-detail-kpis,.hq-provider-detail-rows--billing,.hq-provider-filterbar,.hq-provider-list-metrics,.hq-provider-summary{grid-template-columns:1fr}.hq-provider-detail-panel--wide{grid-column:1}.hq-provider-case-archive p,.hq-provider-detail-actions,.hq-provider-detail-disclosure p,.hq-provider-directory-head,.hq-provider-list-foot,.hq-provider-list-main,.hq-provider-review-list p{align-items:flex-start;flex-direction:column}.hq-provider-detail-actions a,.hq-provider-filterbar button{width:100%}.hq-provider-list-metrics,.hq-provider-review-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.hq-provider-case-list>article,.hq-provider-detail-rows>div{grid-template-columns:1fr}.hq-provider-case-archive span,.hq-provider-detail-disclosure span,.hq-provider-review-list span{text-align:left}.hq-app{display:block;padding:0}.hq-sidebar{position:-webkit-sticky;position:sticky;z-index:30;top:0;display:flex;width:100%;height:auto;align-items:center;justify-content:space-between;border-radius:0;padding:12px 16px}.hq-sidebar-bottom,.hq-sidebar-nav{display:none}.hq-brand{min-height:42px;justify-content:flex-start}.hq-brand strong{display:block}.hq-mobile-menu{position:relative;display:block}.hq-mobile-menu summary{display:flex;min-height:42px;cursor:pointer;gap:8px;align-items:center;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:0 13px;color:#fff;font-size:.82rem;font-weight:850;list-style:none}.hq-mobile-menu summary::-webkit-details-marker{display:none}.hq-mobile-menu>nav{position:absolute;z-index:40;top:calc(100% + 10px);right:0;display:grid;width:min(340px,calc(100vw - 32px));max-height:calc(100vh - 90px);grid-gap:6px;gap:6px;overflow-y:auto;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:var(--sidebar);padding:10px;box-shadow:0 24px 60px rgba(8,12,22,.35)}.hq-mobile-menu>nav a,.hq-mobile-menu>nav button{display:grid;width:100%;min-height:44px;grid-template-columns:32px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;border:0;border-radius:8px;background:transparent;padding:0 10px;color:#e5e9f1;font-size:.82rem;font-weight:800;text-align:left;text-decoration:none}.hq-mobile-menu>nav a.is-active,.hq-mobile-menu>nav a:hover,.hq-mobile-menu>nav button:hover{background:rgba(255,255,255,.14);color:#fff}.hq-mobile-menu>nav a span,.hq-mobile-menu>nav button span{display:grid;width:26px;height:26px;place-items:center;border:1px solid;border-radius:50%;font-size:.68rem}.hq-mobile-menu>nav form{border-top:1px solid rgba(255,255,255,.15);margin-top:4px;padding-top:4px}.hq-main{border-radius:0;padding:24px 16px 40px}.hq-activity-row,.hq-hero-analytics-footer,.hq-topbar-tools{display:grid;grid-template-columns:1fr}.hq-focus-carousel{min-height:460px;padding:24px}.hq-focus-carousel-head{align-items:center}.hq-focus-carousel-arrows button{width:40px;height:40px}.hq-focus-carousel-slide{align-content:start;padding-top:36px}.hq-focus-carousel-slide h2{font-size:1.45rem}.hq-dashboard-grid--edufied,.hq-dashboard-grid--edufied .hq-side-stack,.hq-edufied-ops-grid,.hq-score-breakdown{grid-template-columns:1fr}.hq-dashboard-grid--edufied .hq-side-stack{grid-column:1}.hq-edufied-kpi-strip,.hq-edufied-progress-grid{grid-template-columns:1fr 1fr}.hq-edufied-kpi-strip article{min-height:96px}.hq-edufied-focus-card{grid-template-columns:42px minmax(0,1fr)}.hq-edufied-operation-row{grid-template-columns:1fr}.hq-edufied-focus-actions,.hq-edufied-operation-details,.hq-edufied-operation-row .hq-edufied-operation-actions,.hq-edufied-operation-row .hq-edufied-operation-metrics,.hq-edufied-operation-status{grid-column:1/-1}.hq-edufied-focus-actions{display:grid;grid-template-columns:1fr}.hq-edufied-operation-status{width:max-content}.hq-edufied-operation-row .hq-edufied-operation-actions a{width:100%}.hq-edufied-case-row,.hq-edufied-case-status>div{display:grid;grid-template-columns:1fr}.hq-edufied-case-status{justify-items:stretch}.hq-edufied-case-status a,.hq-edufied-case-status button{width:100%}.hq-edufied-case-flow{grid-template-columns:repeat(5,max-content);overflow-x:auto;padding-bottom:4px}.hq-edufied-case-flow span{min-width:82px}.hq-edufied-case-flow span:after{min-width:18px}.hq-edufied-case-workspace-foot,.hq-edufied-support-reply-actions{align-items:stretch;flex-direction:column}.hq-edufied-case-workspace-foot button,.hq-edufied-support-reply-actions button{width:100%}.hq-edufied-case-history-list article{grid-template-columns:10px minmax(0,1fr)}.hq-edufied-case-history-list b{grid-column:2;width:max-content}.hq-case-confirmation-actions,.hq-edufied-case-completion{align-items:stretch;flex-direction:column}.hq-case-confirmation-actions button,.hq-edufied-case-completion button,.hq-edufied-case-completion>a,.hq-edufied-case-completion>div:last-child{width:100%}.hq-case-confirmation-backdrop{align-items:end;padding:0}.hq-case-confirmation-dialog{border-radius:8px 8px 0 0;padding:22px 16px 26px}.hq-score-breakdown span{border-top:1px solid rgba(255,255,255,.28);border-left:0;padding-top:10px;padding-left:0}.hq-score-breakdown span:first-child{border-top:0}.hq-panel-heading{align-items:flex-start}.hq-track-badge{width:max-content}.hq-report-decision-grid,.hq-report-metrics,.hq-task-form,.hq-task-summary-strip{grid-template-columns:1fr}.hq-report-metrics span{border-top:1px solid var(--line);border-left:0;padding-top:10px;padding-left:0}.hq-report-item{grid-template-columns:1fr}.hq-report-rank{display:flex;align-items:center}.hq-central-task-row,.hq-report-item-footer,.hq-report-item-head,.hq-task-filter-bar{display:grid;grid-template-columns:1fr}.hq-central-task-actions,.hq-report-item-footer>div,.hq-report-tags{justify-content:flex-start}.hq-task-dialog-backdrop{align-items:start;padding:0}.hq-task-dialog{min-height:100vh;max-height:none;border-radius:0;padding:22px 16px 32px}.hq-form-field--wide,.hq-task-form-actions{grid-column:1}.hq-task-form-actions{display:grid}.hq-task-filter-bar label{min-width:0}.hq-dashboard-guide{grid-template-columns:1fr 1fr}.hq-row-meta,.hq-unit-card small{grid-column:1}.hq-search{min-width:0}.hq-assistant-layout{min-height:0;grid-template-columns:1fr}.hq-assistant-threads{display:block}.hq-assistant-thread-list{max-height:170px}.hq-assistant-links{grid-template-columns:1fr 1fr}.hq-assistant-panel-head{align-items:stretch;flex-direction:column}.hq-assistant-panel-head label{min-width:0}.hq-assistant-messages{min-height:420px;max-height:65vh;padding:18px 14px}.hq-assistant-message{width:94%}.hq-assistant-composer{grid-template-columns:1fr}.hq-assistant-composer button{min-height:46px}.hq-access-area-grid,.hq-access-grid,.hq-access-policy,.hq-access-summary,.hq-access-user-layout,.hq-lead-form,.hq-leads-grid,.hq-leads-hero,.hq-revenue-grid,.hq-revenue-hero{grid-template-columns:1fr}.hq-access-summary article:first-child{grid-template-columns:52px minmax(0,1fr)}.hq-access-policy>strong,.hq-access-summary article:first-child>strong{width:-moz-fit-content;width:fit-content}.hq-access-summary article:first-child>strong{grid-column:1/-1}.hq-access-user-actions,.hq-access-user-head,.hq-lead-list article,.hq-revenue-task-list article{grid-template-columns:1fr}.hq-lead-form button,.hq-lead-form-wide{grid-column:1}}.hq-provider-workspace{margin:24px 0;padding:24px 0;border-top:1px solid #e4e5e8;border-bottom:1px solid #e4e5e8}.hq-provider-workspace .hq-section-head{align-items:end;margin-bottom:16px}.hq-provider-workspace .hq-section-head>p{max-width:520px;margin:0;color:#62656d;font-size:14px;line-height:1.5}.hq-provider-workspace-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.hq-provider-workspace-grid form{display:flex;min-height:190px;padding:18px;flex-direction:column;justify-content:space-between;gap:18px;border:1px solid #dedfe3;border-radius:8px;background:#fff}.hq-provider-workspace-grid form:hover{border-color:#aeb2bb}.hq-provider-workspace-grid form span{display:block;margin-bottom:8px;color:#6b6e76;font-size:12px;font-weight:700;text-transform:uppercase}.hq-provider-workspace-grid form strong{display:block;color:#14151a;font-size:17px}.hq-provider-workspace-grid form p{margin:7px 0 0;color:#666a73;font-size:13px;line-height:1.45}.hq-provider-workspace-grid form button{width:100%;min-height:40px;border:0;border-radius:6px;background:#111827;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:700}.hq-provider-workspace-grid form button:hover{background:#273449}.hq-provider-workspace-note{margin:14px 0 0;color:#686b73;font-size:12px}@media (max-width:1180px){.hq-provider-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.hq-provider-workspace .hq-section-head{align-items:flex-start}.hq-provider-workspace-grid{grid-template-columns:1fr}.hq-provider-workspace-grid form{min-height:0}}.hq-edufied-provider-search{display:grid;grid-template-columns:minmax(210px,.8fr) minmax(320px,1.4fr) auto;grid-gap:18px;gap:18px;align-items:end;margin:18px 0 22px;padding:18px 20px;border:1px solid #dfe1e6;border-radius:8px;background:#fff}.hq-edufied-provider-search label{display:block;color:#15171c;font-size:15px;font-weight:800}.hq-edufied-provider-search p{margin:5px 0 0;color:#686b73;font-size:13px}.hq-edufied-provider-search-field{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px}.hq-edufied-provider-search button,.hq-edufied-provider-search input,.hq-provider-message-form input,.hq-provider-message-form select,.hq-provider-message-form textarea{box-sizing:border-box;width:100%;border:1px solid #d5d7dc;border-radius:6px;background:#fff;color:#181a20;font:inherit}.hq-edufied-provider-search input,.hq-provider-message-form input,.hq-provider-message-form select{min-height:43px;padding:0 12px}.hq-edufied-provider-search button,.hq-provider-message-form button,.hq-provider-message-history form button{min-height:43px;padding:0 16px;border:0;border-radius:6px;background:#111827;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:800}.hq-edufied-provider-search>a{min-height:43px;display:inline-flex;align-items:center;color:#2449b8;font-size:13px;font-weight:800;text-decoration:none}.hq-provider-communication{margin:26px 0;padding:24px 0;border-bottom:1px solid #e4e5e8}.hq-provider-communication .hq-section-head{align-items:end;margin-bottom:16px}.hq-provider-communication .hq-section-head>p{max-width:520px;margin:0;color:#62656d;font-size:14px;line-height:1.5}.hq-provider-communication-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:16px;gap:16px;align-items:start}.hq-provider-message-form,.hq-provider-message-history{padding:20px;border:1px solid #dedfe3;border-radius:8px;background:#fff}.hq-provider-message-form{display:grid;grid-gap:13px;gap:13px}.hq-provider-message-form label{display:grid;grid-gap:6px;gap:6px;color:#363941;font-size:12px;font-weight:800}.hq-provider-message-form textarea{min-height:180px;padding:12px;resize:vertical;line-height:1.5}.hq-provider-message-form small{color:#6a6d75;font-size:11px}.hq-provider-message-history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hq-provider-message-history-head span{min-width:28px;padding:4px 8px;border-radius:999px;background:#eef1f5;text-align:center;font-size:12px;font-weight:800}.hq-provider-message-history>article{padding:15px 0;border-top:1px solid #ececef}.hq-provider-message-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:8px}.hq-provider-message-meta b,.hq-provider-message-meta span{padding:4px 7px;border-radius:4px;background:#f0f2f5;color:#444851;font-size:11px}.hq-provider-message-meta b{background:#e9f4ee;color:#17613d}.hq-provider-message-meta time{margin-left:auto;color:#777a82;font-size:11px}.hq-provider-message-history article>small,.hq-provider-message-history article>strong{display:block}.hq-provider-message-history article>small{margin-top:4px;color:#70737b}.hq-provider-message-history details{margin:10px 0}.hq-provider-message-history details summary{color:#3154b8;cursor:pointer;font-size:12px;font-weight:700}.hq-provider-message-history details p{white-space:pre-wrap;color:#555963;font-size:13px;line-height:1.5}.hq-provider-message-history form button{min-height:36px}.hq-provider-message-empty{padding:28px 12px;border-top:1px solid #ececef;text-align:center}.hq-provider-message-closed,.hq-provider-message-empty p{color:#777a82;font-size:12px}@media (max-width:900px){.hq-edufied-provider-search,.hq-provider-communication-grid{grid-template-columns:1fr}}@media (max-width:600px){.hq-edufied-provider-search-field{grid-template-columns:1fr}.hq-edufied-provider-search button,.hq-edufied-provider-search>a{justify-content:center}.hq-provider-communication .hq-section-head{align-items:flex-start}}.hq-provider-no-plan{padding:18px;border:1px solid #e2e3e7;border-radius:7px;background:#f7f8fa}.hq-provider-no-plan strong{display:block;color:#22252b}.hq-provider-no-plan p{margin:6px 0 0;color:#666a73;font-size:13px;line-height:1.5}.hq-provider-save-notice{display:flex;align-items:center;gap:10px;margin:14px 0 0;padding:12px 14px;border:1px solid #b9dfcb;border-radius:6px;background:#effaf4;color:#185c3b;font-size:13px}.hq-provider-access-management,.hq-provider-management{margin-top:22px;padding:22px;border:1px solid #dfe1e5;border-radius:7px;background:#fff}.hq-provider-access-management>.hq-section-head{align-items:flex-start}.hq-provider-access-management>.hq-section-head>p{max-width:620px;margin:0;color:#666a73;font-size:13px;line-height:1.5}.hq-provider-access-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:16px}.hq-provider-access-overview article{display:grid;grid-gap:5px;gap:5px;min-width:0;padding:14px;border:1px solid #e1e4ea;border-radius:6px;background:#fafbfc}.hq-provider-access-overview small,.hq-provider-access-overview span{color:#68707d;font-size:12px;line-height:1.35}.hq-provider-access-overview strong{overflow-wrap:anywhere;color:#161922;font-size:16px}.hq-provider-claim-flow{margin-top:14px;padding:18px;border:1px solid #d9dfeb;border-left:4px solid #356fc0;border-radius:6px;background:#f8faff}.hq-provider-claim-flow.is-complete{border-color:#c9e3d4 #c9e3d4 #c9e3d4 #27865a;background:#f7fcf9}.hq-provider-claim-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.hq-provider-claim-head>div{display:grid;grid-gap:4px;gap:4px;min-width:0}.hq-provider-claim-head span{color:#5b6575;font-size:11px;font-weight:800;text-transform:uppercase}.hq-provider-claim-head strong{color:#171b24;font-size:17px}.hq-provider-claim-head p{max-width:720px;margin:0;color:#646b76;font-size:13px;line-height:1.5}.hq-provider-claim-head>b{flex:0 0 auto;padding:5px 9px;border-radius:999px;background:#e8eef9;color:#315487;font-size:11px}.hq-provider-claim-flow.is-complete .hq-provider-claim-head>b{background:#e3f4ea;color:#17603d}.hq-provider-claim-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px;margin:16px 0 0;padding:0;list-style:none}.hq-provider-claim-steps li{display:flex;align-items:center;gap:8px;min-width:0;padding:8px 10px;border:1px solid #e0e4eb;border-radius:5px;background:#fff;color:#737986;font-size:12px}.hq-provider-claim-steps span{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border-radius:50%;background:#edf0f4;color:#5b626e;font-size:11px;font-weight:800}.hq-provider-claim-steps li.is-current{border-color:#adc1e5;color:#234b87}.hq-provider-claim-steps li.is-current span{background:#356fc0;color:#fff}.hq-provider-claim-steps li.is-complete{border-color:#c8e1d2;color:#1d6643}.hq-provider-claim-steps li.is-complete span{background:#27865a;color:#fff}.hq-provider-claim-request{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:12px;padding:12px;border:1px solid #e0e4eb;border-radius:5px;background:#fff}.hq-provider-claim-request>div{display:grid;grid-gap:3px;gap:3px;min-width:0}.hq-provider-access-send small,.hq-provider-access-send span,.hq-provider-claim-request p,.hq-provider-claim-request span{color:#69717e;font-size:11px;line-height:1.4}.hq-provider-access-send strong,.hq-provider-claim-request strong{overflow-wrap:anywhere;color:#20242d;font-size:13px}.hq-provider-claim-request p{grid-column:1/-1;margin:2px 0 0}.hq-provider-claim-empty{margin:12px 0 0;padding:10px 12px;border-radius:5px;background:#eef2f8;color:#596273;font-size:12px;line-height:1.5}.hq-provider-claim-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid #dfe4ed}.hq-provider-claim-form label{display:grid;grid-gap:6px;gap:6px;color:#3e424a;font-size:12px;font-weight:800}.hq-provider-claim-form .is-wide,.hq-provider-claim-submit{grid-column:1/-1}.hq-provider-claim-form input,.hq-provider-claim-form textarea{box-sizing:border-box;width:100%;min-height:42px;padding:0 11px;border:1px solid #d5d9e1;border-radius:6px;background:#fff;color:#181a20;font:inherit}.hq-provider-claim-form textarea{padding:10px 11px;resize:vertical;line-height:1.5}.hq-provider-claim-submit{display:flex;align-items:center;gap:12px}.hq-provider-access-send button,.hq-provider-claim-submit button{min-height:42px;padding:0 16px;border:0;border-radius:6px;background:#111827;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:800}.hq-provider-claim-submit small{color:#6c737e;font-size:11px;line-height:1.4}.hq-provider-access-send{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);grid-gap:18px;gap:18px;margin-top:14px;padding-top:14px;border-top:1px solid #d8e5dd}.hq-provider-access-send>div{display:grid;align-content:start;grid-gap:4px;gap:4px}.hq-provider-access-send form{display:flex;align-items:center;gap:10px}.hq-provider-access-send .hq-provider-publish-confirm{flex:1 1;margin:0}.hq-provider-access-send .hq-provider-publish-confirm input{min-height:18px;padding:0}.hq-provider-access-grid{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.hq-provider-management>.hq-section-head{align-items:flex-start}.hq-provider-management>.hq-section-head>p{max-width:570px;margin:0;color:#666a73;font-size:13px;line-height:1.5}.hq-provider-editor-list{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.hq-provider-editor-list>details{padding:16px 18px;border:1px solid #dfe1e5;border-radius:6px;background:#fafafa}.hq-provider-editor-list>details[open]{border-color:#b9c8e5;background:#fff;box-shadow:0 8px 22px rgba(29,43,70,.06)}.hq-provider-public-editor>summary{display:flex;cursor:pointer;list-style:none}.hq-provider-public-editor>summary em{margin-left:auto;padding:4px 8px;border-radius:999px;background:#edf1f7;color:#4c596f;font-size:11px;font-style:normal;font-weight:800;white-space:nowrap}.hq-provider-public-editor>summary::-webkit-details-marker{display:none}.hq-provider-public-editor>summary span{display:grid;grid-gap:5px;gap:5px}.hq-provider-public-editor>summary small{color:#6a6d75;font-size:12px;font-weight:500}.hq-provider-public-editor>summary:after{content:"+";margin-left:14px;color:#374151;font-size:22px}.hq-provider-public-editor[open]>summary:after{content:"−"}.hq-provider-public-editor form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:20px;padding-top:20px;border-top:1px solid #e6e7ea}.hq-provider-public-editor label{display:grid;grid-gap:6px;gap:6px;color:#3e424a;font-size:12px;font-weight:800}.hq-provider-public-editor label>small{color:#747780;font-size:11px;font-weight:500}.hq-provider-public-editor label.is-readonly textarea{background:#f1f2f4;color:#73767e}.hq-provider-public-editor label.is-wide{grid-column:1/-1}.hq-provider-public-editor fieldset,.hq-provider-public-editor input,.hq-provider-public-editor select,.hq-provider-public-editor textarea{box-sizing:border-box;width:100%;border:1px solid #d5d7dc;border-radius:6px;background:#fff;color:#181a20;font:inherit}.hq-provider-public-editor input:disabled{background:#f1f2f4;color:#7a7e86}.hq-provider-editor-group{margin:0;padding:15px}.hq-provider-editor-group legend{padding:0 6px;color:#30343b;font-size:12px;font-weight:800}.hq-provider-editor-group>p{margin:0 0 12px;color:#70747c;font-size:12px;line-height:1.5}.hq-provider-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.hq-provider-choice-grid--topics{grid-template-columns:repeat(3,minmax(0,1fr))}.hq-provider-choice-grid label,.hq-provider-inline-check{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:center;gap:8px!important;min-height:38px;padding:8px 10px;border:1px solid #e0e2e6;border-radius:5px;background:#fff;font-weight:650!important;line-height:1.3}.hq-provider-choice-grid label:has(input:checked),.hq-provider-inline-check:has(input:checked){border-color:#9fb5db;background:#f0f5ff;color:#23467b}.hq-provider-choice-grid input,.hq-provider-inline-check input{width:16px;min-height:16px;flex:0 0 16px;margin:0}.hq-provider-inline-check{width:max-content;margin-top:10px}.hq-provider-topic-details{display:grid;grid-gap:7px;gap:7px;margin-top:14px}.hq-provider-topic-details>details{border-top:1px solid #e5e7eb}.hq-provider-topic-details summary{display:flex;justify-content:space-between;gap:12px;padding:11px 2px;color:#353942;cursor:pointer;font-size:12px;font-weight:800}.hq-provider-topic-details summary span{color:#7a7e87;font-size:11px}.hq-provider-topic-details details>div{padding:2px 0 12px}.hq-provider-course-links{display:grid;grid-gap:8px;gap:8px}.hq-provider-course-links>div{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-gap:8px;gap:8px}.hq-provider-plan-note{margin:0;padding:11px 12px;border-radius:5px;background:#f2f3f5;color:#666a73;font-size:12px}.hq-provider-public-editor input,.hq-provider-public-editor select{min-height:42px;padding:0 11px}.hq-provider-public-editor textarea{padding:11px;resize:vertical;line-height:1.5}.hq-provider-publish-confirm{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:flex-start;gap:9px!important;padding:13px;border:1px solid #efd9a1;border-radius:6px;background:#fff9e8;font-weight:600!important;line-height:1.45}.hq-provider-publish-confirm input{width:18px;min-height:18px;margin:1px 0 0}.hq-provider-public-editor button{width:max-content;min-height:42px;padding:0 16px;border:0;border-radius:6px;background:#111827;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:800}.hq-provider-team-workspace{display:grid;grid-gap:18px;gap:18px;margin-top:20px;padding-top:20px;border-top:1px solid #e6e7ea}.hq-provider-team-list{display:grid;grid-gap:10px;gap:10px}.hq-provider-team-create{padding:16px!important;border:1px solid #dfe4ec!important;border-radius:6px;background:#f8fafc}.hq-provider-team-create-head{display:grid;grid-gap:3px;gap:3px}.hq-provider-team-create-head strong{color:#171a22;font-size:14px}.hq-provider-team-create-head small{color:#6b7079;font-size:12px}.hq-provider-team-list>article{display:grid;grid-gap:14px;gap:14px;padding:16px;border:1px solid #e1e4ea;border-radius:6px;background:#fff}.hq-provider-team-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.hq-provider-team-card-head>div{display:grid;grid-gap:4px;gap:4px;min-width:0}.hq-provider-team-card-head strong{color:#171a22;font-size:14px}.hq-provider-team-card-head small{overflow-wrap:anywhere}.hq-provider-team-card-head span{padding:4px 8px;border-radius:999px;background:#edf1f7;color:#4d5667;font-size:11px;font-weight:800}.hq-provider-team-card-head span.is-positive{background:#e9f8ef;color:#16643e}.hq-provider-team-card-head span.is-muted{background:#f1f2f4;color:#6c717a}.hq-provider-team-list small{color:#6b7079;font-size:12px}.hq-provider-team-access-row{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(360px,1.25fr);align-items:end;grid-gap:18px;gap:18px;padding:13px;border-radius:6px;background:#f6f7f9}.hq-provider-team-access-row>div{display:grid;grid-gap:3px;gap:3px}.hq-provider-team-access-row>div>span{color:#727780;font-size:11px;font-weight:800}.hq-provider-team-access-row>div>strong{color:#222731;font-size:13px}.hq-provider-team-access-row>div>strong.is-open{color:#8a5a00}.hq-provider-team-access-row>div>strong.is-used{color:#16643e}.hq-provider-team-access-row>div>strong.is-disabled,.hq-provider-team-access-row>div>strong.is-expired{color:#8a3440}.hq-provider-team-invite-form{display:flex!important;align-items:center;justify-content:flex-end;gap:10px!important;margin:0!important;padding:0!important;border:0!important}.hq-provider-team-invite-form .hq-provider-publish-confirm{flex:1 1 auto;padding:9px 10px;font-size:11px}.hq-provider-team-invite-form .hq-provider-publish-confirm input{width:16px;min-height:16px;flex:0 0 16px}.hq-provider-team-invite-form button{flex:0 0 auto;min-height:38px}.hq-provider-team-disabled-note{align-self:center;justify-self:end}.hq-provider-team-edit{border-top:1px solid #e5e7eb}.hq-provider-team-edit>summary{width:max-content;padding-top:12px;color:#414853;cursor:pointer;font-size:12px;font-weight:800}.hq-provider-team-edit>form{margin-top:12px;padding-top:14px}.hq-provider-team-empty,.hq-provider-team-locked{padding:14px;border:1px solid #e2e5ea;border-radius:6px;background:#f8f9fb}.hq-provider-team-empty strong,.hq-provider-team-locked strong{color:#20242d;font-size:14px}.hq-provider-team-empty p,.hq-provider-team-locked p{margin:6px 0 0;color:#6c7079;font-size:13px;line-height:1.5}@media (max-width:700px){.hq-provider-access-management>.hq-section-head,.hq-provider-management>.hq-section-head,.hq-provider-save-notice{align-items:flex-start;flex-direction:column}.hq-provider-access-management,.hq-provider-management{padding:16px}.hq-provider-access-overview,.hq-provider-claim-form,.hq-provider-claim-request,.hq-provider-team-access-row{grid-template-columns:1fr}.hq-provider-team-invite-form{align-items:stretch;flex-direction:column}.hq-provider-team-invite-form button{width:100%}.hq-provider-team-disabled-note{justify-self:start}.hq-provider-claim-flow{padding:14px}.hq-provider-access-send,.hq-provider-access-send form,.hq-provider-claim-head,.hq-provider-claim-submit{align-items:stretch;flex-direction:column}.hq-provider-claim-head{display:flex}.hq-provider-claim-head>b{width:max-content}.hq-provider-claim-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.hq-provider-claim-form .is-wide,.hq-provider-claim-request p,.hq-provider-claim-submit{grid-column:auto}.hq-provider-access-send{grid-template-columns:1fr}.hq-provider-access-send form{display:flex}.hq-provider-access-send button,.hq-provider-claim-submit button{width:100%}.hq-provider-public-editor>summary{align-items:flex-start}.hq-provider-public-editor>summary em{display:none}.hq-provider-public-editor form{grid-template-columns:1fr}.hq-provider-public-editor label.is-wide{grid-column:auto}.hq-provider-choice-grid,.hq-provider-choice-grid--topics,.hq-provider-course-links>div{grid-template-columns:1fr}}.hq-provider-case-shortcut{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px;padding:11px 13px;border:1px solid #dfe3e9;border-radius:6px;background:#f7f8fa;color:#252932;text-decoration:none}.hq-provider-case-shortcut>span{display:flex;align-items:center;gap:9px;min-width:0;font-size:13px;font-weight:700}.hq-provider-case-shortcut b{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#e9edf3;color:#252932}.hq-provider-case-shortcut>strong{color:#2d50b4;font-size:12px;white-space:nowrap}.hq-provider-case-shortcut.has-open-cases{border-color:#e5bd77;background:#fff9ee}.hq-provider-case-shortcut.has-open-cases b{background:#c97816;color:#fff}.hq-provider-module-list{display:grid;grid-gap:10px;gap:10px;margin:22px 0 10px}.hq-provider-module,.hq-provider-module.hq-provider-access-management,.hq-provider-module.hq-provider-management{min-width:0;margin:10px 0 0;padding:0;border:1px solid #dfe2e7;border-radius:7px;background:#fff;overflow:clip}.hq-provider-module-list>.hq-provider-module{margin:0}.hq-provider-module>summary{display:grid;grid-template-columns:minmax(0,1fr) auto 24px;grid-gap:16px;gap:16px;align-items:center;min-height:76px;padding:14px 16px;cursor:pointer;list-style:none}.hq-provider-module>summary::-webkit-details-marker{display:none}.hq-provider-module>summary:after{content:"";width:8px;height:8px;justify-self:center;border-right:2px solid #656b75;border-bottom:2px solid #656b75;transform:rotate(45deg) translateY(-2px);transition:transform .16s ease}.hq-provider-module[open]>summary:after{transform:rotate(225deg) translate(-2px,-2px)}.hq-provider-module[open]>summary{background:#fafbfc}.hq-provider-module-copy{display:grid;grid-gap:3px;gap:3px;min-width:0}.hq-provider-module-copy>span{color:#68707c;font-size:11px;font-weight:800;text-transform:uppercase}.hq-provider-module-copy>strong{color:#171a20;font-size:15px;line-height:1.3}.hq-provider-module-copy>small{overflow:hidden;color:#6b7079;font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.hq-provider-module-status{padding:6px 9px;border-radius:5px;background:#eef1f5;color:#4d535d;font-size:11px;font-weight:800;white-space:nowrap}.hq-provider-module-status.is-positive{background:#eaf6ef;color:#17613d}.hq-provider-module--cases.has-open-cases{border-left:4px solid #c97816}.hq-provider-module--cases.has-open-cases .hq-provider-module-status{background:#fff0d8;color:#8c4c08}.hq-provider-module-body{padding:18px;border-top:1px solid #e5e7eb}.hq-provider-module-body>.hq-provider-access-overview:first-child,.hq-provider-module-body>.hq-provider-editor-list{margin-top:0}.hq-edufied-case-section.is-embedded{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.hq-provider-module .hq-provider-case-archive{margin-top:14px}@media (max-width:700px){.hq-provider-case-shortcut{align-items:flex-start}.hq-provider-module>summary{grid-template-columns:minmax(0,1fr) 20px;gap:10px;min-height:70px;padding:13px 14px}.hq-provider-module-status{grid-column:1;justify-self:start;margin-top:3px}.hq-provider-module>summary:after{grid-column:2;grid-row:1/span 2}.hq-provider-module-copy>small{white-space:normal}.hq-provider-module-body{padding:14px}.hq-provider-detail-rows--billing{grid-template-columns:1fr}}