:root{
  --v6-line: rgba(15,23,42,.09);
  --v6-line-strong: rgba(15,23,42,.14);
  --v6-soft: #f7fafc;
  --v6-soft-blue: linear-gradient(180deg,#fbfdff 0%, #f4f8fd 100%);
}
.workspaceCanvas{padding-bottom:34px;}
.card--sticky{position:sticky;top:calc(var(--topbar-h,72px) + 18px);}
.pageHead__micro{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;}
.pageHead__kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--v6-soft-blue);border:1px solid var(--v6-line);font-size:12px;font-weight:800;color:#36526e;margin-bottom:12px;}
.detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.detailList{display:grid;gap:12px;}
.detailList__item{display:grid;gap:4px;padding:14px 16px;border:1px solid var(--v6-line);border-radius:18px;background:var(--v6-soft-blue);}
.detailList__label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#627289;font-weight:800;}
.detailList__value{color:#0f172a;font-weight:900;line-height:1.4;}
.detailList__hint{color:#617189;line-height:1.55;font-size:14px;}
.resourceList,.infoList,.helperList{display:grid;gap:10px;}
.resourceList__item,.infoList__item,.helperList__item{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:14px 16px;border:1px solid var(--v6-line);border-radius:18px;background:var(--v6-soft-blue);}
.resourceList__title,.helperList__title{font-weight:900;color:#0f172a;line-height:1.4;}
.resourceList__text,.helperList__text,.infoList__text{color:#617189;line-height:1.55;font-size:14px;}
.resourceList__meta{white-space:nowrap;font-weight:800;color:#0f4d91;}
.helperSteps{display:grid;gap:12px;}
.helperSteps__item{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid var(--v6-line);background:var(--v6-soft-blue);}
.helperSteps__item span{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#e8f2fb;color:#0f4d91;font-weight:900;}
.helperSteps__item b{display:block;color:#0f172a;margin-bottom:4px;}
.helperSteps__item small{display:block;color:#617189;line-height:1.55;}
.tableWrap--compact .table th,.tableWrap--compact .table td{padding:13px 14px !important;}
.entityHubGrid,.legalFeatureGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.entityHubCard,.legalFeatureCard{display:grid;gap:10px;padding:18px;border:1px solid var(--v6-line);border-radius:20px;background:var(--v6-soft-blue);box-shadow:0 10px 24px rgba(15,23,42,.03);}
.entityHubCard__icon,.legalFeatureCard__icon{width:46px;height:46px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#e9f4fb;border:1px solid rgba(15,77,145,.12);font-size:12px;font-weight:900;color:#0f4d91;}
.entityHubCard__title,.legalFeatureCard__title{font-size:1rem;font-weight:900;line-height:1.35;color:#0f172a;}
.entityHubCard__text,.legalFeatureCard__text{font-size:14px;line-height:1.6;color:#617189;}
.entityHubCard__cta,.legalFeatureCard__cta{font-weight:800;color:#0f4d91;}
.notePanel{padding:16px 18px;border:1px solid var(--v6-line);border-radius:18px;background:var(--v6-soft-blue);line-height:1.6;color:#42526b;}
.notePanel code{padding:2px 6px;border-radius:8px;background:#eef5fb;color:#0f4d91;font-weight:700;}
.docPreviewLayout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);gap:22px;margin-top:14px;align-items:start;}
.docPreviewFrame{min-height:640px;position:relative;overflow:hidden;}
.docPreviewFrame iframe{width:100%;height:640px;border:0;border-radius:18px;background:#fff;}
.docPreviewMeta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.docPreviewMeta .detailList__item{min-height:92px;}
.commentComposer{display:grid;gap:10px;margin-top:12px;}
.calloutBar{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid rgba(15,77,145,.16);background:linear-gradient(180deg,#eff7fd 0%, #f9fcff 100%);color:#42526b;line-height:1.6;}
.calloutBar strong{color:#0f172a;}
.tipStack{display:grid;gap:10px;}
.tip{padding:12px 14px;border-radius:16px;background:var(--v6-soft);border:1px solid var(--v6-line);}
.tip b{display:block;color:#0f172a;margin-bottom:4px;}
.tip span{display:block;color:#617189;line-height:1.55;font-size:14px;}
.inlineActions{display:flex;flex-wrap:wrap;gap:10px;}
.textLink{font-weight:800;color:#0f4d91;text-decoration:none;}
.textLink:hover{text-decoration:underline;}
.countBadge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border-radius:999px;background:#edf6fc;border:1px solid rgba(15,77,145,.12);color:#0f4d91;font-size:12px;font-weight:900;}
.topbar .search input::placeholder{color:#6a798f;}
.cmdkEmpty{padding:16px 18px;color:#617189;}
.authAssist .link{font-weight:800;}
.emptyState__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
.table td .muted a,.table td a.textLink{font-weight:800;}
@media (max-width:1080px){
  .detailGrid,.docPreviewMeta,.entityHubGrid,.legalFeatureGrid{grid-template-columns:1fr;}
  .docPreviewLayout{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .detailGrid{grid-template-columns:1fr;}
  .resourceList__item,.infoList__item,.helperList__item{flex-direction:column;}
  .card--sticky{position:static;}
}
