:root{--primary:#2a6f7f;--primary-foreground:#fff;--primary-dark:#3a9ca8;--accent:#2a6f7f;--accent-foreground:#fff;--background:#fff;--foreground:#111827;--card:#fff;--card-foreground:#111827;--muted:#9ca3af;--muted-foreground:#6b7280;--border:#e5e7eb;--popover:#fff;--popover-foreground:#111827;--success:#4caf50;--warning:#ffc107;--error:#f44336;--s-1:0.25rem;--s-2:0.5rem;--s-3:0.75rem;--s-4:1rem;--s-5:1.25rem;--s-6:1.5rem;--radius:0.5rem;--radius-lg:0.75rem;--shadow:0 1px 3px rgba(0,0,0,.06);--shadow-md:0 4px 12px -2px rgba(0,0,0,.08),0 2px 6px -2px rgba(0,0,0,.04);--shadow-sm:0 1px 2px rgba(0,0,0,.04);--ws-section-gap:2.25rem;--ws-page-padding:1.5rem;--ws-sidebar-width:13rem;--ws-sidebar-collapsed-width:3rem;--ws-content-max:80rem;--font-sans:ui-sans-serif,system-ui,"Inter",sans-serif;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--color-background:var(--background);--color-foreground:var(--foreground);--color-primary:var(--primary);--color-muted:var(--muted);--color-border:var(--border);--border-mix-primary-28:#b1c5cd;--border-mix-primary-35:#a4bdc5;--border-mix-primary-45:#91b1bb}.dark{--primary:#3a9ca8;--primary-foreground:#fff;--primary-dark:#2a6f7f;--accent:#3a9ca8;--accent-foreground:#fff;--background:#0f172a;--foreground:#e2e8f0;--card:#1e293b;--card-foreground:#e2e8f0;--muted:#475569;--muted-foreground:#9ca3af;--border:#334155;--popover:#1e293b;--popover-foreground:#e2e8f0;--success:#4caf50;--warning:#ffc107;--error:#f44336;--color-background:var(--background);--color-foreground:var(--foreground);--color-primary:var(--primary);--color-muted:var(--muted);--color-border:var(--border);--border-mix-primary-28:#355a6c;--border-mix-primary-35:#356172;--border-mix-primary-45:#366a7a}*{box-sizing:border-box;padding:0;margin:0}.ws-skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;background:var(--primary);color:var(--primary-foreground);padding:.5rem 1rem;border-radius:var(--radius);font-weight:600;font-size:var(--text-sm);z-index:9999;text-decoration:none}.ws-skip-link:focus-visible{position:fixed;left:1rem;top:1rem;width:auto;height:auto;overflow:visible;outline:2px solid var(--primary-foreground);outline-offset:2px}body,html{max-width:100vw;min-height:100vh;font-family:var(--font-sans);font-size:var(--text-base);color:var(--foreground);background:var(--background)}a{color:inherit;text-decoration:none}a:hover,button:hover{cursor:pointer}.cc-btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--s-2) var(--s-4);font-weight:500;border-radius:var(--radius-lg);border:none;background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow);transition:filter .2s,transform .2s,box-shadow .2s}.cc-btn:hover{filter:brightness(.95);box-shadow:0 4px 12px rgba(42,111,127,.25)}.cc-btn:active{transform:translateY(1px);box-shadow:none}.cc-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.cc-btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:var(--s-2) var(--s-4);font-weight:500;border-radius:var(--radius-lg);border:1px solid var(--border);background:transparent;color:var(--primary);transition:background .2s,border-color .2s}.cc-btn-outline:hover{background:rgba(42,111,127,.05);border-color:var(--primary)}.cc-btn-outline:active{transform:translateY(1px)}.cc-btn-outline:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.cc-card{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--s-6);box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.cc-card:hover{box-shadow:var(--shadow);border-color:rgba(0,0,0,.08)}.cc-card-header{margin-bottom:var(--s-4);padding-bottom:var(--s-4);border-bottom:1px solid var(--border)}.cc-card-title{font-size:1.125rem;font-weight:600;margin:0;color:var(--foreground);letter-spacing:-.02em}.cc-card-content,.cc-card-footer{padding-top:var(--s-4)}.cc-card-footer{margin-top:var(--s-4);border-top:1px solid var(--border)}.cc-muted{font-size:.875rem;color:var(--muted-foreground);line-height:1.45}.ws-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.ws-card:hover{box-shadow:var(--shadow);border-color:rgba(0,0,0,.06)}.dark .ws-card:hover{border-color:hsla(0,0%,100%,.08)}.ws-landing-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1.25rem 1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.ws-landing-card:hover{box-shadow:var(--shadow)}.dark .ws-landing-card:hover,.ws-landing-card:hover{border-color:var(--primary)}.ws-landing-card-title{font-size:1rem;font-weight:600;color:var(--foreground)}.ws-landing-card-desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.45;margin-top:.375rem}.ws-landing-card-cta{font-size:.8125rem;font-weight:500;color:var(--primary);margin-top:.75rem}.ws-landing-link{color:var(--primary);text-decoration:none}.ws-landing-link:hover{text-decoration:underline}.cc-badge{display:inline-flex;align-items:center;padding:var(--s-1) var(--s-3);font-size:var(--text-sm);font-weight:500;border-radius:9999px;background:rgba(42,111,127,.1);color:var(--primary)}.cc-badge-success{background:rgba(76,175,80,.1);color:var(--success)}.cc-badge-warning{background:rgba(255,193,7,.1);color:var(--warning)}.cc-badge-error{background:rgba(244,67,54,.1);color:var(--error)}.brand-name{font-weight:700;letter-spacing:.08em}.brand-name,.dark .brand-name{color:var(--primary)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ws-main{flex:1 1;padding:var(--ws-page-padding);max-width:100%;overflow-y:auto;min-height:0}.ws-main-inner{max-width:var(--ws-content-max);margin:0 auto}.ws-workspace-footer{flex-shrink:0;border-top:1px solid var(--border);background:var(--background);padding:.75rem 1rem}.ws-workspace-footer-inner{max-width:var(--ws-content-max);margin:0 auto;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:.5rem 1rem;font-size:.75rem;line-height:1.25;color:var(--muted-foreground)}@media (min-width:640px){.ws-workspace-footer-inner{flex-direction:row;align-items:center;font-size:.875rem}}.ws-workspace-footer-copy{margin:0;min-width:0;order:2}@media (min-width:640px){.ws-workspace-footer-copy{order:1}}.ws-workspace-footer-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;order:1}@media (min-width:640px){.ws-workspace-footer-nav{order:2;justify-content:flex-end}}.ws-workspace-footer-nav a{color:var(--muted-foreground);text-decoration:none;white-space:nowrap}.ws-workspace-footer-nav a:hover{color:var(--foreground)}.ws-page-root{min-width:0}.ws-page{padding-bottom:2.5rem;gap:var(--ws-section-gap)}.gap-analyzer-view,.ws-page{min-width:0;display:flex;flex-direction:column}.gap-analyzer-view{gap:1.25rem}.gap-analyzer-mode{margin:0}.gap-analyzer-mode-badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;letter-spacing:.02em;padding:.35rem .65rem;border-radius:999px;border:1px solid var(--border);background:color-mix(in oklab,var(--primary) 8%,var(--background));color:var(--primary)}.dark .gap-analyzer-mode-badge{background:color-mix(in oklab,var(--primary) 18%,transparent);color:var(--accent);border-color:var(--border-mix-primary-35)}.gap-analyzer-filters-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.gap-analyzer-filters-heading{margin:0}.gap-analyzer-copy-json-btn{font-size:.8125rem}.gap-analyzer-filter-block{margin-top:.75rem}.gap-analyzer-category-row{margin-top:.65rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.gap-analyzer-rules-summary{cursor:pointer;font-weight:600;font-size:.9375rem}.gap-analyzer-rules-list{font-size:.8125rem;margin:.75rem 0 0;padding-left:1.25rem;line-height:1.5;color:var(--muted-foreground)}.gap-analyzer-rules-list li{margin-bottom:.35rem}.gap-analyzer-findings-lead{font-size:.8125rem;margin-top:0;margin-bottom:.75rem}.gap-analyzer-findings-list{list-style:none;padding:0;margin:0}.gap-analyzer-finding-item{border-bottom:1px solid var(--border);padding:.75rem 0}.gap-analyzer-finding-meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:baseline}.gap-analyzer-finding-category{font-size:.75rem;color:var(--muted-foreground)}.gap-analyzer-finding-title{font-weight:600;margin-top:.35rem}.gap-analyzer-finding-detail{font-size:.875rem;margin:.25rem 0 0}.gap-analyzer-finding-link{font-size:.875rem;display:inline-block;margin-top:.35rem}.gap-analyzer-summary-line{font-size:.9375rem;margin:.25rem 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .625rem}.gap-analyzer-summary-intro{color:var(--foreground);margin-right:.125rem}.gap-analyzer-summary-intro strong{font-weight:700}.gap-analyzer-summary-hint{font-size:.8125rem;margin-top:.5rem}.gap-analyzer-filter-label{margin-right:.35rem}.gap-analyzer-category-label,.gap-analyzer-filter-label{font-size:.75rem;font-weight:600;color:var(--muted-foreground)}.ws-nav-section{padding:.5rem .75rem .25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground)}.ws-nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin:0 .25rem;border-radius:var(--radius);font-size:.875rem;font-weight:400;color:var(--foreground);text-decoration:none;transition:background .15s,color .15s}.ws-nav-link-collapsed{justify-content:center;padding:.5rem;margin:.125rem auto}.ws-icon-shrink{flex-shrink:0}.ws-nav-link:hover{background:rgba(0,0,0,.04);color:var(--foreground)}.dark .ws-nav-link:hover{background:hsla(0,0%,100%,.06)}.ws-nav-link-active{background:rgba(42,111,127,.1);font-weight:600;color:var(--primary)}.dark .ws-nav-link-active{background:rgba(58,156,168,.15)}.ws-nav-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.ws-section-title{font-size:.8125rem;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.ws-section-value{font-size:1.25rem;font-weight:600;color:var(--foreground)}.ws-section-value-lg{font-size:1.5rem;font-weight:700;color:var(--primary)}.ws-section-value-mb{margin-bottom:.25rem}.ws-readiness-note-reset{margin:0;line-height:1.45}.ws-loading-dots{display:inline-flex;gap:3px;align-items:center}.ws-loading-dots span{width:4px;height:4px;border-radius:50%;background:var(--muted-foreground);animation:pulse 1.2s ease-in-out infinite}.ws-loading-dots span:nth-child(2){animation-delay:.15s}.ws-loading-dots span:nth-child(3){animation-delay:.3s}.ws-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.875rem;gap:.875rem}@media (max-width:900px){.ws-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.ws-stats-grid{grid-template-columns:repeat(2,1fr)}}.ws-score-ring-wrap{position:relative;width:56px;height:56px}.ws-score-ring{transform:rotate(-90deg)}.ws-score-ring-bg{fill:none;stroke:var(--muted);stroke-width:3}.ws-score-ring-fill{fill:none;stroke:var(--primary);stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .4s ease}.ws-score-ring-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:var(--foreground)}.ws-sidebar{border-right:1px solid var(--color-border);padding:1rem 0;background:var(--card);transition:width .2s ease,min-width .2s ease;overflow:hidden;overflow-y:auto;height:100vh;position:-webkit-sticky;position:sticky;top:0;flex-shrink:0}.ws-shell-sidebar-inner{display:flex;flex-direction:column;height:100%}.ws-shell-content{flex:1 1;flex-direction:column;min-width:0}.ws-shell-content,.ws-shell-root{display:flex;height:100vh;overflow:hidden}.ws-shell-root{background:var(--background)}.ws-sidebar-toggle:hover{background:rgba(0,0,0,.05)!important;color:var(--foreground)!important}.dark .ws-sidebar-toggle:hover{background:hsla(0,0%,100%,.08)!important}.ws-table th{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);background:rgba(0,0,0,.02)}.dark .ws-table th{background:hsla(0,0%,100%,.03)}.ws-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border);font-size:.875rem}.data-map-root{display:flex;flex-direction:column;gap:var(--ws-section-gap)}.data-map-mode-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;letter-spacing:.02em;padding:.35rem .65rem;border-radius:999px;border:1px solid var(--border);background:color-mix(in oklab,var(--primary) 8%,var(--background));color:var(--primary)}.dark .data-map-mode-badge{background:color-mix(in oklab,var(--primary) 18%,transparent);color:var(--accent);border-color:var(--border-mix-primary-35)}.data-map-section-title{font-size:1.0625rem;font-weight:600;letter-spacing:-.02em;color:var(--foreground);margin:0}.data-map-section-sub{font-size:.8125rem;color:var(--muted-foreground);margin:.35rem 0 0;line-height:1.45;max-width:36rem}.data-map-card-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.data-map-count-pill{flex-shrink:0;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .6rem;border-radius:var(--radius);background:color-mix(in oklab,var(--primary) 14%,transparent);color:var(--primary)}.dark .data-map-count-pill{background:color-mix(in oklab,var(--primary) 24%,transparent);color:var(--accent)}.data-map-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:clamp(2rem,5vw,3rem) 1.5rem;gap:1rem}.data-map-empty-icon{width:3.75rem;height:3.75rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,color-mix(in oklab,var(--primary) 24%,var(--background)),color-mix(in oklab,var(--accent) 14%,var(--background)));color:var(--primary);box-shadow:var(--shadow-sm)}.dark .data-map-empty-icon{color:var(--accent)}.data-map-empty-title{font-size:1.125rem;font-weight:600;color:var(--foreground);margin:0;letter-spacing:-.02em}.data-map-empty-desc{font-size:.875rem;color:var(--muted-foreground);margin:0;max-width:24rem;line-height:1.55}.data-map-empty-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-top:.25rem}.data-map-table-wrap{overflow-x:auto}.data-map-table{width:100%;font-size:.875rem}.data-map-table-wrap .ws-table tbody tr{transition:background .15s ease}.data-map-table-wrap .ws-table tbody tr:hover{background:color-mix(in oklab,var(--primary) 7%,transparent)}.dark .data-map-table-wrap .ws-table tbody tr:hover{background:hsla(0,0%,100%,.04)}.data-map-mermaid-body{padding:0 1.25rem 1.25rem}.data-map-mermaid-hint{font-size:.8125rem;color:var(--muted-foreground);margin:0 0 .75rem;line-height:1.45;max-width:40rem}.data-map-code-field{width:100%;margin-top:0;font-family:ui-monospace,SFMono-Regular,Cascadia Code,Consolas,monospace;font-size:.75rem;line-height:1.45;padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:color-mix(in oklab,var(--muted) 14%,var(--background));color:var(--foreground);resize:vertical;min-height:8rem}.dark .data-map-code-field{background:rgba(0,0,0,.22)}.data-map-copy-alert{font-size:.8125rem;color:var(--destructive,#b91c1c);margin:0 0 .5rem}.data-map-minw-0{min-width:0}.data-map-empty .cc-btn,.data-map-empty .cc-btn-outline{text-decoration:none}.data-map-empty .cc-btn-outline{font-size:.875rem}.data-map-mermaid-copy-btn{font-size:.8125rem;flex-shrink:0}.data-map-page-cta{text-decoration:none;font-size:.875rem;white-space:nowrap}.ws-nav-col{gap:.125rem}.ws-landing-main,.ws-nav-col{display:flex;flex-direction:column}.ws-landing-main{min-height:100vh;align-items:center;padding:clamp(1.5rem,4vw,2.5rem);text-align:center}.ws-landing-main-centered{justify-content:center}.ws-landing-logo-wrap{margin-bottom:1.5rem}.ws-landing-heading{font-size:clamp(1.5rem,4vw,1.75rem);font-weight:700;color:var(--foreground);max-width:28rem;line-height:1.3}.ws-landing-heading-mt{margin-top:1.25rem}.ws-landing-sub{margin-top:.5rem;font-size:clamp(.9375rem,2.5vw,1.0625rem);color:var(--muted-foreground);max-width:26rem;line-height:1.5}.ws-landing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem;max-width:56rem;width:100%;margin-top:2rem}.ws-landing-footer{margin-top:2rem}.ws-landing-footer-sm{margin-top:2rem;font-size:.8125rem;color:var(--muted-foreground)}.ws-landing-footer-note{margin-top:1.25rem;font-size:.75rem;color:var(--muted-foreground);max-width:22rem;line-height:1.45}.ws-landing-sep{margin:0 .5rem;color:var(--border)}.ws-faq-main{min-height:100vh;padding:2rem;max-width:48rem;margin:0 auto}.ws-faq-intro{margin-bottom:2rem}.ws-faq-h1{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.ws-faq-desc{color:var(--muted-foreground);line-height:1.6}.ws-faq-desc,.ws-faq-section{margin-bottom:2rem}.ws-faq-h2{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.ws-faq-card{padding:1.25rem}.ws-faq-card-p{color:var(--foreground);line-height:1.6;margin:0}.ws-section-gap{margin-bottom:var(--ws-section-gap)}.ws-section-heading{font-size:.8125rem;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.ws-section-heading-mb{margin-bottom:.875rem}.ws-section-p{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem;line-height:1.45;max-width:42rem}.ws-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.ws-stat-card{padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.ws-stat-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);margin-bottom:.25rem}.ws-stat-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.ws-stat-value-md{font-size:1.25rem;font-weight:700}.ws-stat-meta{font-size:.75rem;color:var(--muted-foreground);margin-top:.125rem}.ws-flex-col{display:flex;flex-direction:column;gap:1rem}.ws-report-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.ws-report-row h2{font-size:1rem;font-weight:600;margin-bottom:.25rem}.ws-report-row p{font-size:.875rem;color:var(--muted-foreground)}.ws-risk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem}.ws-risk-panel-heading{font-size:.8125rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem}.ws-risk-list{list-style:none;padding:0;margin:0}.ws-risk-item{padding:.5rem 0;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.ws-risk-item:first-child{border-top:none}.ws-risk-link{font-size:.875rem;color:var(--foreground)}.ws-risk-link,.ws-risk-view-all{font-weight:500;text-decoration:none}.ws-risk-view-all{display:inline-block;margin-top:.75rem;font-size:.8125rem;color:var(--primary)}.ws-risk-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:var(--radius)}.ws-risk-badge-high{background-color:var(--error);color:var(--primary-foreground)}.ws-risk-badge-muted{background-color:var(--muted);color:var(--muted-foreground)}.ws-muted-p{font-size:.875rem;color:var(--muted-foreground);margin:0;line-height:1.5}.ws-muted-p-max{max-width:28rem;line-height:1.45}.ws-stack-col{gap:var(--ws-section-gap)}.task-template-card,.ws-stack-col{display:flex;flex-direction:column}.task-template-card{gap:.5rem;padding:1.25rem;min-height:6.5rem;text-align:left;cursor:pointer;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:var(--card);color:inherit;font:inherit;transition:border-color .15s ease,box-shadow .15s ease}.task-template-card:hover{border-color:var(--border-mix-primary-28);box-shadow:var(--shadow-md)}.task-template-card:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.task-template-card__title{font-size:.9375rem;font-weight:600;margin:0;color:var(--foreground)}.task-template-card__desc{font-size:.8125rem;margin:0;flex:1 1;line-height:1.45}.task-template-section-related{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;margin-bottom:1.25rem;padding:.5rem 0 0;border-top:1px solid var(--border)}.task-template-section-related__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.task-template-section-related__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.task-template-section-related__link{font-size:.8125rem;font-weight:500;color:var(--primary);text-decoration:none}.task-template-section-related__link:hover{text-decoration:underline}.wf-toolkit-hub .wf-exec-section-title.wf-toolkit-program-heading{margin-bottom:.35rem}.wf-toolkit-intro{font-size:.875rem;color:var(--muted-foreground);margin:0 0 1rem;max-width:42rem;line-height:1.5}.wf-program-steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.wf-program-step-card{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.125rem 1.25rem;transition:border-color .2s ease,box-shadow .2s ease}.wf-program-step-card:hover{border-color:var(--border-mix-primary-28);box-shadow:var(--shadow-md)}.wf-program-step-visual{flex-shrink:0;width:3rem;height:3rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,color-mix(in oklab,var(--primary) 22%,var(--background)),color-mix(in oklab,var(--accent) 10%,var(--background)));color:var(--primary);box-shadow:var(--shadow-sm)}.dark .wf-program-step-visual{color:var(--accent)}.wf-program-step-main{flex:1 1;min-width:0}.wf-program-step-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.35rem}.wf-program-step-num{flex-shrink:0;min-width:1.5rem;height:1.5rem;padding:0 .35rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.04em;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in oklab,var(--primary) 16%,transparent);color:var(--primary)}.dark .wf-program-step-num{color:var(--accent);background:color-mix(in oklab,var(--primary) 28%,transparent)}.wf-program-step-title{font-size:1rem;font-weight:600;margin:0;letter-spacing:-.02em;color:var(--foreground)}.wf-program-step-desc{font-size:.8125rem;color:var(--muted-foreground);margin:0;line-height:1.45;max-width:40rem}.wf-program-step-cta{font-size:.875rem;white-space:nowrap;flex-shrink:0}.piwf-onboarding-hint{display:flex;align-items:flex-start;gap:.625rem;background:var(--primary-subtle,color-mix(in srgb,var(--primary) 8%,transparent));border:1px solid rgba(42,111,127,.2);border-radius:.625rem;padding:.875rem 1rem;margin-bottom:1.25rem}.piwf-onboarding-hint__icon{color:var(--primary);flex-shrink:0;margin-top:.1rem}.piwf-onboarding-hint__text{font-size:.8125rem;line-height:1.5;color:var(--foreground);margin:0}.piwf-onboarding-hint__link{color:var(--primary);font-weight:500;text-decoration:underline;text-underline-offset:2px}.piwf-onboarding-hint__link:hover{text-decoration:none}.piwf-step-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.piwf-step-li{list-style:none}.piwf-card{padding:.875rem 1.125rem .875rem 1.5rem;transition:border-color .2s ease,box-shadow .2s ease}.piwf-card:hover{border-color:rgba(42,111,127,.28);border-color:var(--border-mix-primary-28,var(--primary))}.piwf-card-top{display:flex;flex-wrap:nowrap;align-items:flex-start;justify-content:space-between;gap:1rem}.piwf-card-top-main{display:flex;gap:.75rem;flex:1 1;min-width:0}.piwf-step-num{flex-shrink:0;width:1.875rem;height:1.875rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;margin-top:.1rem;background:color-mix(in oklab,var(--primary) 88%,var(--background));color:var(--primary);box-shadow:var(--shadow-sm)}.dark .piwf-step-num{background:color-mix(in oklab,var(--primary) 35%,transparent);color:var(--accent,var(--primary))}.piwf-card-head-text{flex:1 1;min-width:0;position:relative}.piwf-title-row{display:flex;flex-wrap:nowrap;align-items:center;gap:.5rem .625rem;margin-bottom:.25rem}.piwf-step-title{font-size:.9375rem;font-weight:600;margin:0;letter-spacing:-.02em;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.piwf-status-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:999px}.piwf-status-pill--completed{background:color-mix(in oklab,#16a34a 18%,transparent);color:#15803d}.dark .piwf-status-pill--completed{color:#4ade80;background:color-mix(in oklab,#16a34a 28%,transparent)}.piwf-status-pill--in_progress{background:color-mix(in oklab,#2563eb 16%,transparent);color:#1d4ed8}.dark .piwf-status-pill--in_progress{color:#93c5fd;background:color-mix(in oklab,#2563eb 26%,transparent)}.piwf-status-pill--pending{background:var(--muted);color:var(--muted-foreground)}.piwf-status-icon{display:inline-flex;align-items:center;justify-content:center}.piwf-status-icon--done{color:#15803d}.dark .piwf-status-icon--done{color:#4ade80}.piwf-status-icon--active{color:#1d4ed8}.dark .piwf-status-icon--active{color:#93c5fd}.piwf-status-icon--pending{color:var(--muted-foreground);opacity:.85}.piwf-step-desc{font-size:.8125rem;color:var(--muted-foreground);margin:0 0 .5rem;line-height:1.4;max-width:52rem}.piwf-metrics{flex-wrap:nowrap;gap:0;margin-bottom:.5rem;overflow:hidden}.piwf-metric,.piwf-metrics{display:flex;align-items:center}.piwf-metric{gap:.3rem;padding-right:.75rem;margin-right:.75rem;border-right:1px solid var(--border);white-space:nowrap;flex-shrink:0}.piwf-metric:last-child{border-right:none;padding-right:0;margin-right:0}.piwf-metric-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground)}.piwf-metric-value{font-size:.75rem;font-weight:600;color:var(--foreground)}.piwf-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.piwf-progress-track{height:.25rem;border-radius:999px;background:var(--muted);overflow:hidden;margin-bottom:.5rem;max-width:28rem}.piwf-progress-fill{height:100%;border-radius:999px;transition:width .35s ease}.piwf-progress-fill--completed{background:linear-gradient(90deg,#22c55e,#16a34a);width:100%}.piwf-progress-fill--in_progress{background:linear-gradient(90deg,#60a5fa,#2563eb);width:42%}.piwf-progress-fill--pending{background:transparent;width:0}.piwf-roles{display:flex;flex-wrap:wrap;gap:.35rem}.piwf-role-chip{font-size:.65rem;font-weight:600;padding:.2rem .5rem;border-radius:.25rem;background:color-mix(in oklab,var(--primary) 10%,var(--muted));color:var(--foreground)}.piwf-card-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem;flex-shrink:0;min-width:9rem}.piwf-toggle{font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:.5rem;border:none;cursor:pointer;white-space:nowrap;background:color-mix(in oklab,var(--primary) 14%,transparent);color:var(--primary)}.dark .piwf-toggle{color:var(--accent,var(--primary))}.piwf-toggle:hover{background:color-mix(in oklab,var(--primary) 22%,transparent)}.piwf-primary-link{font-size:.75rem;font-weight:600;color:var(--primary);white-space:nowrap;text-decoration:none}.piwf-primary-link:hover{text-decoration:underline}.piwf-details{margin-top:.875rem;padding-top:.875rem;border-top:1px solid var(--border);display:grid;grid-gap:0;gap:0}@media (min-width:640px){.piwf-details{grid-template-columns:2fr 1.5fr 1fr}}.piwf-detail-block{padding:0 1.25rem 0 .75rem;margin-right:1.25rem;border-right:1px solid var(--border)}.piwf-detail-block:first-child{padding-left:0}.piwf-detail-block:last-child{border-right:none;padding-right:0;margin-right:0}@media (max-width:639px){.piwf-detail-block{border-right:none;border-bottom:1px solid var(--border);padding:0 0 .75rem;margin:0 0 .75rem}.piwf-detail-block:first-child{padding-left:0}.piwf-detail-block:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}}.piwf-detail-heading{display:flex;align-items:center;gap:.35rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted-foreground);margin:0 0 .5rem}.piwf-detail-ul,.piwf-tools-ul{margin:0;padding-left:1rem;font-size:.75rem;color:var(--foreground);line-height:1.6}.piwf-tools-ul{list-style:disc;padding-left:1.25rem}.piwf-tool-link{color:var(--primary);font-weight:500;text-decoration:none}.piwf-tool-link:hover{text-decoration:underline}.wf-baseline-link{margin-top:1.25rem;font-size:.875rem}.wf-exec-section-head{display:flex;gap:.875rem;align-items:flex-start;margin-bottom:1rem}.wf-exec-section-icon{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;background:color-mix(in oklab,var(--primary) 12%,var(--background));color:var(--primary);box-shadow:var(--shadow-sm)}.dark .wf-exec-section-icon{background:color-mix(in oklab,var(--primary) 22%,transparent);color:var(--accent)}.wf-exec-section-titles{min-width:0}.wf-exec-section-title{font-size:1.0625rem;font-weight:600;margin:0;letter-spacing:-.02em;color:var(--foreground)}.wf-exec-section-sub{font-size:.875rem;color:var(--muted-foreground);margin:.35rem 0 0;max-width:42rem;line-height:1.45}.wf-tool-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.wf-tool-card-link{text-decoration:none;color:inherit;display:block;height:100%}.wf-tool-card{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;min-height:7rem;height:100%;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:var(--card);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.wf-tool-card:hover{border-color:var(--border-mix-primary-28);box-shadow:var(--shadow-md);transform:translateY(-1px)}.wf-tool-card-top{display:flex;gap:.65rem;align-items:flex-start}.wf-tool-card-icon{width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;background:color-mix(in oklab,var(--primary) 8%,var(--background));color:var(--primary)}.dark .wf-tool-card-icon{background:color-mix(in oklab,var(--primary) 18%,transparent);color:var(--accent)}.wf-tool-card-title{font-size:.9375rem;font-weight:600;margin:0;line-height:1.3;padding-top:.1rem}.wf-tool-card-desc{font-size:.8125rem;color:var(--muted-foreground);margin:0;flex:1 1;line-height:1.45}.ws-card-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.ws-card-header h2{margin:0}.ws-card-header p{font-size:.8125rem;color:var(--muted-foreground);margin-top:.375rem;margin-bottom:0;line-height:1.4}.ws-card-body{padding:1.5rem 1.25rem}.ws-card-body p{font-size:.875rem;color:var(--muted-foreground);margin:0;line-height:1.5}.ws-card-overflow{padding:0;overflow:hidden}.ws-baseline{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.ws-readiness-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.ws-readiness-note{font-size:.8125rem;color:var(--muted-foreground)}.ws-readiness-note-sm{font-size:.875rem;color:var(--muted-foreground)}.ws-table-full{width:100%;border-collapse:collapse;font-size:.875rem}.ws-table th.ws-th{text-align:left;font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);background:var(--card)}.ws-table td.ws-td,.ws-table th.ws-th{padding:.875rem 1rem;border-bottom:1px solid var(--border)}.ws-table td.ws-td-muted{color:var(--muted-foreground);font-size:.8125rem}.ws-link-primary{font-weight:500;color:var(--primary)}.ws-link-primary-sm{font-size:.8125rem;color:var(--primary)}.ws-gap-pill{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:999px;border:1px solid var(--border)}.ws-gap-sev-high{color:var(--destructive,#b91c1c);background:color-mix(in oklab,var(--destructive,#b91c1c) 12%,transparent)}.ws-gap-sev-medium{color:var(--foreground);background:color-mix(in oklab,var(--primary) 14%,transparent)}.ws-gap-sev-low{color:var(--muted-foreground);background:var(--muted)}.ws-gap-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.ws-gap-filter-btn{font-size:.75rem;font-weight:500;padding:.35rem .65rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;transition:background .15s,border-color .15s}.ws-gap-filter-btn:hover{background:rgba(42,111,127,.06);border-color:var(--border-mix-primary-35)}.ws-gap-filter-btn-active{background:color-mix(in oklab,var(--primary) 14%,transparent);border-color:var(--border-mix-primary-45);font-weight:600}.ws-gap-category-select{font-size:.8125rem;padding:.35rem .5rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--background);color:var(--foreground);min-width:10rem}.ws-gap-rules-summary{list-style:none}.ws-gap-rules-summary::-webkit-details-marker{display:none}.ws-compliance-card{padding:1.25rem}.ws-card-padding-sm{padding:1rem 1.25rem}.ws-compliance-card-header h2{margin:0}.ws-controls-table{width:100%;border-collapse:collapse;font-size:.875rem}.ws-controls-th{text-align:left;font-weight:600;color:var(--muted-foreground)}.ws-controls-td,.ws-controls-th{padding:.5rem 1rem;border-bottom:1px solid var(--border)}.ws-controls-td-muted{color:var(--muted-foreground)}.ws-card-mb{margin-bottom:1.5rem}.ws-controls-heading{padding:1rem;margin:0}.ws-controls-intro{margin:0;padding:0 1rem .75rem;font-size:.8125rem;color:var(--muted-foreground);line-height:1.45;max-width:48rem}.ws-evidence-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.ws-evidence-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border);flex-wrap:wrap}.ws-evidence-item-compact{padding:.35rem 0}.ws-evidence-label-wrap{min-width:0}.ws-evidence-label{font-size:.875rem;font-weight:500;color:var(--foreground)}.ws-evidence-label-compact{font-size:.8125rem}.ws-evidence-meta{font-size:.75rem;color:var(--muted-foreground);margin-top:.125rem}.ws-evidence-empty-state{font-size:.8125rem;color:var(--muted-foreground);margin:0 0 .75rem;padding:0;line-height:1.4}.ws-evidence-link{text-decoration:none;color:inherit}.ws-evidence-card-compact{padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.ws-status-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:var(--radius)}.ws-status-complete{background-color:var(--success);color:var(--primary-foreground)}.ws-status-partial{background-color:var(--warning);color:var(--foreground)}.ws-status-missing{background-color:var(--muted);color:var(--muted-foreground)}.ws-section-compact-mb-0{margin-bottom:0}.ws-progress-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.ws-action-tile{padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer}.ws-score-inline{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.ws-score-value-lg{font-size:1.75rem;font-weight:700;color:var(--primary);letter-spacing:-.02em}.ws-cta-go{font-size:.8125rem;color:var(--primary);font-weight:500}.ws-min-w-0{min-width:0}.ws-deliverables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.ws-deliverables-card{padding:1.25rem;height:100%;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ws-evidence-link:hover .ws-deliverables-card{border-color:var(--border-mix-primary-28);box-shadow:var(--shadow-md);transform:translateY(-1px)}.ws-deliverables-card-head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.ws-deliverables-card-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,color-mix(in oklab,var(--primary) 22%,var(--background)),color-mix(in oklab,var(--accent) 10%,var(--background)));color:var(--primary);box-shadow:var(--shadow-sm)}.dark .ws-deliverables-card-icon{color:var(--accent)}.ws-deliverables-card-title{font-size:1rem;font-weight:600;margin:0;line-height:1.3;padding-top:.2rem;letter-spacing:-.02em;color:var(--foreground)}.ws-card-title-sm{font-size:1rem;font-weight:600;margin-bottom:.5rem}.ws-back-bar{margin-bottom:1rem}.ws-page-title{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.ws-page-desc{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1.5rem}.ws-detail-card{padding:1.25rem}.ws-detail-list{list-style:none;padding:0;margin:0;font-size:.875rem}.ws-detail-list li{margin-bottom:.25rem}.ws-dl-grid{display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem 1.25rem;gap:.5rem 1.25rem;font-size:.875rem;margin:0}.ws-dt-muted{color:var(--muted-foreground)}.ws-dd-reset{margin:0}.ws-settings-stack{display:flex;flex-direction:column;gap:var(--ws-section-gap);max-width:36rem}.ws-risk-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.ws-risk-card{padding:1.25rem}.ws-risk-card-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);margin-bottom:.25rem}.ws-risk-card-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.ws-risk-card-meta{font-size:.8125rem;color:var(--muted-foreground);margin-top:.25rem}.ws-select-sm{padding:.25rem .5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem}.ws-roadmap-baseline{display:flex;gap:1rem;flex-wrap:wrap}.ws-roadmap-card-sm{padding:1rem 1.25rem;min-width:140px}.ws-roadmap-task-row{padding:.875rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.ws-roadmap-calendar{display:flex;flex-direction:column;gap:1rem}.ws-roadmap-month-card{padding:1.25rem}.ws-roadmap-month-title{font-size:.9375rem;font-weight:600;margin-bottom:.5rem}.ws-roadmap-task-list{list-style:none;padding:0;margin:0}.ws-roadmap-task-item{padding:.25rem 0;font-size:.875rem}.ws-roadmap-meta{font-size:.875rem;color:var(--muted-foreground)}.ws-roadmap-meta-ml{margin-left:.5rem}.ws-roadmap-badges{display:flex;align-items:center;gap:.5rem}.ws-ml-1{margin-left:.25rem}.ws-assess-hero{padding:2rem 1.5rem;border-radius:var(--radius);margin-bottom:1.25rem}.ws-assess-hero-p{font-size:.9375rem;color:var(--foreground);margin-bottom:.5rem;line-height:1.5}.ws-assess-meta{font-size:.8125rem;color:var(--muted-foreground);margin-bottom:1.25rem;line-height:1.45}.ws-evidence-stat{padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);min-width:7rem}.ws-evidence-stats-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:var(--ws-section-gap)}.ws-evidence-stat-value{font-size:1.25rem;font-weight:700}.ws-card-body-padding{padding:2rem 1.25rem}.ws-settings-note{font-size:.8125rem;color:var(--muted-foreground);margin-top:1rem;margin-bottom:0;line-height:1.4}.ws-assess-card{padding:1.5rem 1.75rem;max-width:40rem}.ws-mb-1{margin-bottom:1rem}.ws-flex-center-wrap{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ws-detail-list-mb{margin-bottom:.75rem}.ws-li-flex{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.ws-muted-p-mb{margin-bottom:.75rem}@media (max-width:768px){.ws-sidebar{display:none!important}.ws-topbar-mobile-menu-btn{display:flex!important;align-items:center;justify-content:center}.ws-topbar-title{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-mobile-menu-open .ws-sidebar-mobile-overlay{display:flex}.ws-main-inner{padding:0}.ws-recent-activity-grid{grid-template-columns:1fr!important}}.ws-sidebar-mobile-overlay{display:none;position:fixed;inset:0;z-index:100;align-items:stretch}.ws-sidebar-mobile-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.4)}.ws-sidebar-mobile-drawer{position:relative;width:min(280px,85vw);max-width:100%;background:var(--card);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:auto;box-shadow:4px 0 24px rgba(0,0,0,.15)}@media (min-width:769px){.ws-sidebar-mobile-overlay{display:none!important}}.ws-diag-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:var(--ws-section-gap)}.ws-diag-link{text-decoration:none;color:inherit}.ws-diag-card-inner{padding:1.25rem;display:flex;flex-direction:column;gap:.625rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;min-height:7rem}.ws-diag-card-inner.ws-diag-card-export{border:1px solid rgba(42,111,127,.35)}.ws-diag-card-inner.ws-diag-card-default{border:1px solid var(--border)}.ws-diag-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.ws-diag-card-title{font-size:.9375rem;font-weight:600;margin:0;color:var(--foreground)}.ws-diag-export-badge{flex-shrink:0;font-size:.6875rem;font-weight:600;color:var(--primary);background:rgba(42,111,127,.08);padding:.125rem .5rem;border-radius:9999px;letter-spacing:.03em;white-space:nowrap}.ws-diag-card-desc{font-size:.8125rem;color:var(--muted-foreground);margin:0;flex:1 1;line-height:1.45}.ws-diag-card-cta{font-size:.8125rem;font-weight:500;color:var(--primary)}.ws-diag-note{font-size:.8125rem;color:var(--muted-foreground);line-height:1.5}.ws-ec-overall-wrap{margin-bottom:1rem;padding-bottom:.875rem;border-bottom:1px solid var(--border)}.ws-ec-overall-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.ws-ec-overall-label{font-size:.75rem;color:var(--muted-foreground)}.ws-ec-overall-pct{font-size:.75rem;font-weight:700}.ws-ec-bar-track{height:.375rem;border-radius:999px;background:var(--muted);overflow:hidden}.ws-ec-bar-fill{height:100%;border-radius:999px;transition:width .4s ease}.ws-ec-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.ws-ec-item-row,.ws-ec-item-row-full{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ws-ec-item-row-full{margin-bottom:.3rem}.ws-ec-item-pad{padding:.5rem 0}.ws-ec-mini-bar-track{height:.25rem;border-radius:999px;background:var(--muted);overflow:hidden}.ws-ec-mini-bar-fill{height:100%;border-radius:999px;transition:width .35s ease}.ws-ec-status-shrink{flex-shrink:0}.ws-dg-back-wrap{margin-bottom:1rem}.ws-dg-back-link{font-size:.875rem;color:var(--primary)}.ws-dg-layout-1col{grid-template-columns:minmax(0,1fr);grid-gap:1.5rem}.ws-dg-layout-1col,.ws-dg-layout-2col{display:grid;gap:1.5rem;align-items:start}.ws-dg-layout-2col{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);grid-gap:1.5rem}.ws-dg-form-heading{font-size:1rem;font-weight:600;margin-bottom:.5rem}.ws-dg-form-hint{font-size:.8125rem;color:var(--muted-foreground);margin-bottom:1.25rem;line-height:1.5}.ws-dg-fieldset{border:none;padding:0;margin-bottom:1.25rem}.ws-dg-legend{font-size:.8125rem;font-weight:600;color:var(--muted-foreground);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.ws-dg-grid{display:grid;grid-gap:.75rem;gap:.75rem}.ws-dg-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.ws-dg-select{margin-bottom:.5rem}.ws-dg-select,.ws-dg-select-mb{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9375rem}.ws-dg-select-mb{margin-bottom:.75rem}.ws-dg-info-box{margin:0}.ws-dg-info-box,.ws-dg-info-box-mb{font-size:.8125rem;color:var(--muted-foreground);line-height:1.4;padding:.625rem .75rem;border:1px solid var(--border);border-radius:var(--radius)}.ws-dg-info-box-mb{margin:0 0 .75rem}.ws-dg-no-activity{margin:0}.ws-dg-no-activity,.ws-dg-no-vendors{font-size:.8125rem;color:var(--muted-foreground)}.ws-dg-no-vendors{padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);margin:0 0 .75rem}.ws-dg-no-link{color:var(--primary)}.ws-dg-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.ws-dg-preview-title{font-size:1rem;font-weight:600;margin:0}.ws-dg-preview-actions{display:flex;gap:.5rem}.ws-dg-preview-box{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;font-family:Courier New,Courier,monospace;font-size:.8125rem;line-height:1.6;white-space:pre-wrap;overflow-x:auto;max-height:75vh;overflow-y:auto;color:var(--foreground);box-shadow:var(--shadow-sm)}.ws-dg-preview-note{font-size:.75rem;color:var(--muted-foreground);margin-top:.5rem}.ws-dg-history-section{margin-top:2rem}.ws-dg-history-heading{font-size:1rem;font-weight:600;margin-bottom:.75rem}.ws-dg-history-list{display:flex;flex-direction:column;gap:.5rem}.ws-dg-history-item{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:.625rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.ws-dg-history-label{font-size:.875rem;font-weight:500}.ws-dg-history-date{font-size:.75rem;color:var(--muted-foreground)}.ws-dg-history-actions{display:flex;gap:.5rem}.ws-dg-history-btn{border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground)}.ws-dg-history-btn,.ws-dg-history-btn-del{font-size:.8rem;padding:.3rem .75rem;background:transparent;cursor:pointer}.ws-dg-history-btn-del{border:1px solid rgba(244,67,54,.3);border-radius:var(--radius);color:var(--error,#dc2626)}.ws-dg-label-input-label{display:block;font-size:.8125rem;font-weight:500;margin-bottom:.2rem}.ws-dg-label-input-field{width:100%;padding:.4375rem .625rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;box-sizing:border-box;background:var(--card);color:var(--foreground)}.ws-dg-unknown-msg{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1rem}.ws-dg-unknown-link{font-size:.875rem;color:var(--primary)}.ws-dg-svg-icon{flex-shrink:0}.ws-dg-btn-full{width:100%}.ws-dip-section{padding:1.25rem;margin-bottom:var(--ws-section-gap);border:1px solid var(--border);border-radius:var(--radius-lg)}.ws-dip-heading{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--foreground)}.ws-dip-desc{font-size:.8125rem;color:var(--muted-foreground);margin:0 0 1rem;line-height:1.5}.ws-dip-file-wrap{margin-bottom:.75rem}.ws-dip-label{font-weight:500;display:block;margin-bottom:.35rem}.ws-dip-file-input,.ws-dip-label{font-size:.8125rem}.ws-dip-textarea{width:100%;font-family:ui-monospace,monospace;font-size:.75rem;padding:.6rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--background);color:var(--foreground);resize:vertical;box-sizing:border-box}.ws-dip-error{color:var(--error);font-size:.8125rem;margin:.5rem 0 0;line-height:1.45}.ws-dip-actions{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ws-dip-import-btn{font-size:.875rem}.ws-dip-saved-msg{font-size:.8125rem;color:var(--foreground)}.ws-dip-tasks-msg{font-size:.8125rem;margin:.75rem 0 0;line-height:1.45}.ws-dip-tasks-ok{color:var(--muted-foreground)}.ws-dip-tasks-err{color:var(--error)}.ws-dip-hints-box{margin-top:1rem;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:rgba(42,111,127,.04)}.ws-dip-hints-title{font-size:.8125rem;font-weight:600;margin:0 0 .5rem;color:var(--foreground)}.ws-dip-hints-sub{font-size:.75rem;color:var(--muted-foreground);margin:0 0 .625rem;line-height:1.45}.ws-dip-hints-list{display:flex;flex-wrap:wrap;gap:.375rem}.ws-dip-hint-chip-active{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px;border:1px solid var(--primary);color:var(--primary);background:transparent;text-decoration:none;transition:background .15s}.ws-dip-hint-chip-active:hover{background:rgba(42,111,127,.08)}.ws-dip-hint-chip-muted{font-size:.8125rem;padding:.25rem .75rem;border-radius:9999px;background:transparent}.ws-dip-config-note,.ws-dip-hint-chip-muted{border:1px solid var(--border);color:var(--muted-foreground)}.ws-dip-config-note{font-size:.75rem;margin:1rem 0 0;padding:.625rem .75rem;border-radius:var(--radius);line-height:1.45}.ws-dip-config-note code{font-size:.7rem;background:rgba(0,0,0,.04);padding:.1rem .3rem;border-radius:.2rem}.ws-text-fg{color:var(--foreground)}.ws-ev-coverage-strip{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.ws-ev-coverage-card{padding:.75rem 1rem;min-width:120px}.ws-ev-th{text-align:left;font-weight:600;color:var(--muted-foreground)}.ws-ev-td,.ws-ev-th{padding:.5rem .75rem;border-bottom:1px solid var(--border);font-size:.875rem}.ws-ev-td,.ws-ev-td-sm{vertical-align:top}.ws-ev-td-sm{padding:.5rem .75rem;border-bottom:1px solid var(--border);font-size:.75rem}.ws-ev-card-label{font-size:.7rem;color:var(--muted-foreground);text-transform:uppercase;margin-bottom:.2rem}.ws-ev-card-value{font-size:1.25rem;font-weight:700;text-align:right}.ws-ev-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.ws-ev-filters-card{padding:.75rem 1rem;margin-bottom:1rem}.ws-ev-filters-row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.ws-ev-filter-label{font-size:.75rem;color:var(--muted-foreground);display:block;margin-bottom:.2rem}.ws-ev-filter-select{padding:.35rem .5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.8125rem}.ws-ev-filter-count{margin-left:auto;font-size:.75rem;color:var(--muted-foreground)}.ws-ev-phase-section{margin-bottom:1.5rem}.ws-ev-phase-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.ws-ev-phase-title{font-size:.9375rem;font-weight:600;margin:0}.ws-ev-gap-badge{font-size:.7rem;font-weight:700;background:rgba(244,67,54,.08);color:var(--error);border:1px solid rgba(244,67,54,.25);border-radius:99px;padding:.1rem .5rem}.ws-ev-table-card{padding:0;overflow:hidden}.ws-ev-table{width:100%;border-collapse:collapse}.ws-ev-doc-title{font-weight:500;margin-bottom:.2rem}.ws-ev-doc-desc{font-size:.75rem;color:var(--muted-foreground)}.ws-ev-doc-owner{font-size:.7rem;color:var(--muted-foreground);margin-top:.2rem}.ws-ev-doc-type-badge{display:inline-block;padding:.15rem .5rem;border-radius:var(--radius);font-size:.7rem;font-weight:600}.ws-ev-fw-list{display:flex;flex-wrap:wrap;gap:.25rem}.ws-ev-fw-chip{padding:.1rem .35rem;border-radius:99px;background:var(--muted);border:1px solid var(--border);white-space:nowrap}.ws-ev-fw-chip,.ws-ev-fw-more{font-size:.65rem;color:var(--muted-foreground)}.ws-ev-required-label{font-size:.7rem;color:var(--error);font-weight:600}.ws-ev-optional-label{font-size:.7rem;color:var(--muted-foreground)}.ws-ev-records-card{margin-bottom:1.5rem;padding:1rem}.ws-ev-records-heading{font-size:1rem;font-weight:600;margin-bottom:.75rem}.ws-ev-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem}.ws-ev-form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.ws-ev-form-input{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius)}.ws-ev-form-actions{display:flex;gap:.5rem}.ws-ev-list-card{padding:0;overflow:hidden}.ws-ev-list-heading{font-size:1rem;font-weight:600;padding:1rem;margin:0}.ws-rm-baseline{margin-bottom:1.5rem}.ws-rm-baseline-title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.ws-rm-cards-row{display:flex;gap:1rem;flex-wrap:wrap}.ws-rm-metric-card{padding:1rem;min-width:140px}.ws-rm-metric-card-lg{min-width:160px}.ws-rm-primary-color{color:var(--primary)}.ws-rm-metric-label{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;margin-bottom:.25rem}.ws-rm-metric-value{font-size:1.5rem;font-weight:700}.ws-rm-metric-value--success{color:#16a34a}.ws-rm-metric-value--error{color:var(--error)}.ws-rm-metric-sub{font-size:.75rem;color:var(--muted-foreground)}.ws-rm-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.ws-rm-tab-btn{padding:.4rem .9rem;border-radius:var(--radius);border:1px solid var(--border);background:transparent;color:var(--muted-foreground);font-size:.8125rem;font-weight:400;cursor:pointer;transition:all .15s}.ws-rm-tab-btn--active{border-color:var(--primary);background:var(--primary);color:#fff;font-weight:600}.ws-rm-section{margin-bottom:2rem}.ws-rm-section-head{justify-content:space-between;gap:.5rem;margin-bottom:1rem}.ws-rm-section-head,.ws-rm-section-head-right{display:flex;align-items:center;flex-wrap:wrap}.ws-rm-section-head-right{gap:.75rem}.ws-rm-section-toggle{font-size:.75rem;font-weight:500;color:var(--muted-foreground);background:none;border:1px solid var(--border);border-radius:var(--radius);padding:.2rem .6rem;cursor:pointer;white-space:nowrap}.ws-rm-section-toggle:hover{color:var(--foreground);border-color:var(--foreground)}.ws-rm-section-collapsed-hint{font-size:.8125rem;color:var(--muted-foreground);padding:.75rem 1rem;background:var(--muted);border-radius:var(--radius);border:1px dashed var(--border)}.ws-rm-section-toggle-inline{background:none;border:none;color:var(--primary);cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.ws-rm-section-title{font-size:1rem;font-weight:600;margin-bottom:0}.ws-rm-section-title--warning{color:#b45309}.ws-rm-section-title--success{color:#15803d}.ws-rm-section-progress{display:flex;align-items:center;gap:.5rem}.ws-rm-section-progress-track{width:7rem;height:.3rem;border-radius:9999px;background:var(--muted);overflow:hidden}.ws-rm-section-progress-fill{height:100%;border-radius:9999px;background:var(--primary);transition:width .3s;width:0}.ws-rm-section-progress-fill--done{background:#16a34a}.ws-rm-section-progress-label{font-size:.7rem;color:var(--muted-foreground);white-space:nowrap}.ws-rm-section-empty{font-size:.875rem;color:var(--muted-foreground);padding:.75rem}.ws-rm-groups{display:flex;flex-direction:column;gap:1.25rem}.ws-rm-group-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted-foreground);margin-bottom:.5rem;padding-left:2rem}.ws-rm-task-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.ws-rm-tc{display:flex;gap:0;position:relative}.ws-rm-tc--done .ws-rm-tc-title{opacity:.55}.ws-rm-tc-rail{display:flex;flex-direction:column;align-items:center;width:1.75rem;flex-shrink:0;padding-top:.875rem}.ws-rm-tc-dot{width:.6rem;height:.6rem;border-radius:50%;border:2px solid var(--border);background:var(--background);flex-shrink:0;z-index:1;transition:background .15s,border-color .15s}.ws-rm-tc-dot--done{background:#16a34a;border-color:#16a34a}.ws-rm-tc-dot--progress{background:var(--primary);border-color:var(--primary)}.ws-rm-tc-line{flex:1 1;width:2px;background:var(--border);min-height:1rem}.ws-rm-tc-body{flex:1 1;min-width:0;padding-bottom:.75rem}.ws-rm-tc-header{width:100%;text-align:left;background:none;border:none;cursor:pointer;display:flex;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;border-radius:var(--radius);transition:background .1s}.ws-rm-tc-header:hover{background:var(--muted)}.ws-rm-tc-title{font-size:.875rem;font-weight:500;color:var(--foreground);flex:1 1;min-width:0;line-height:1.4}.ws-rm-tc-title--done{text-decoration:line-through;color:var(--muted-foreground)}.ws-rm-tc-badges{display:flex;align-items:center;gap:.375rem;flex-shrink:0;flex-wrap:wrap}.ws-rm-tc-badge{font-size:.65rem;font-weight:700;padding:.15rem .45rem;border-radius:9999px;white-space:nowrap}.ws-rm-tc-badge--overdue{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}.ws-rm-pri--high{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.ws-rm-pri--medium{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.ws-rm-pri--low{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.ws-rm-tc-due{font-size:.68rem;color:var(--muted-foreground);white-space:nowrap}.ws-rm-tc-chevron{font-size:.55rem;color:var(--muted-foreground);margin-left:.25rem;flex-shrink:0}.ws-rm-tc-detail{margin:0 .75rem .25rem;padding:.75rem 1rem;background:var(--muted);border-radius:var(--radius);border:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.ws-rm-tc-detail-row{display:flex;align-items:baseline;gap:.5rem;font-size:.8rem}.ws-rm-tc-detail-row--wrap{align-items:flex-start}.ws-rm-tc-detail-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);min-width:6.5rem;flex-shrink:0}.ws-rm-tc-detail-val{color:var(--foreground);font-size:.8rem}.ws-rm-tc-chips{display:flex;flex-wrap:wrap;gap:.3rem}.ws-rm-tc-chip{font-size:.65rem;font-weight:500;padding:.15rem .5rem;border-radius:.25rem;line-height:1.5}.ws-rm-tc-chip--need{background:#fef9c3;color:#854d0e;border:1px solid #fde68a}.ws-rm-tc-chip--produce{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.ws-rm-tc-chip--fw{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.ws-rm-tc-chip--dep{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;font-weight:500}.ws-rm-tc-chip--dep-done{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;text-decoration:line-through;opacity:.8}.ws-rm-tc-detail-actions{display:flex;gap:1rem;padding-top:.25rem;border-top:1px solid var(--border);margin-top:.25rem;flex-wrap:wrap}.ws-rm-tc-action-link{font-size:.75rem;color:var(--primary);text-decoration:none}.ws-rm-tc-action-link:hover{text-decoration:underline}.ws-rm-task-card{padding:.75rem 1rem}.ws-rm-task-title{font-weight:500}.ws-rm-task-meta{display:flex;gap:.5rem;align-items:center}.ws-rm-task-due{font-size:.875rem;color:var(--muted-foreground)}.ws-rm-chart-section{margin-bottom:1.5rem}.ws-rm-chart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.ws-rm-chart-title{font-size:1rem;font-weight:600}.ws-rm-chart-sub{font-size:.75rem;color:var(--muted-foreground)}.ws-rm-no-tasks{font-size:.875rem;color:var(--muted-foreground);padding:1rem}.ws-rm-network-note{margin-top:.75rem;font-size:.8125rem;color:var(--muted-foreground);font-style:italic}.ws-bc-sipoc-list{margin:0;padding:0 0 0 .875rem}.ws-bc-count-badge-wrap{opacity:.6;margin-left:.2rem}.ws-bc-sipoc-disc{font-size:.775rem;color:var(--foreground);line-height:1.4;list-style-type:disc}.ws-bc-process-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.625rem;margin-bottom:.75rem}.ws-bc-sipoc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:.625rem;gap:.625rem;margin-bottom:.75rem}.ws-bc-sipoc-cell{background:var(--muted,#f8fafc);border-radius:.375rem;padding:.5rem .625rem}.ws-bc-sipoc-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-bottom:.25rem}.ws-bc-sipoc-value{font-size:.775rem;color:var(--foreground);line-height:1.4}.ws-bc-chip-row{display:flex;flex-wrap:wrap;gap:.3rem}.ws-bc-section{margin-bottom:var(--ws-section-gap,2rem)}.ws-bc-section-heading{font-size:1rem;font-weight:600;color:var(--foreground);margin-bottom:1rem}.ws-bc-total-badge{gap:.5rem;font-size:.8rem;color:var(--muted-foreground);flex-wrap:wrap}.ws-bc-progress-wrap,.ws-bc-total-badge{display:flex;align-items:center;margin-bottom:1rem}.ws-bc-progress-wrap{gap:.625rem}.ws-bc-progress-bar{flex:1 1;height:.375rem;border-radius:9999px;background:var(--muted);overflow:hidden}.ws-bc-filter-row{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.875rem}.ws-bc-search-input{width:100%;max-width:22rem;height:2rem;border-radius:.375rem;border:1px solid var(--border);background:var(--background);padding:0 .75rem;font-size:.8125rem;outline:none;color:var(--foreground)}.ws-bc-phase-jump-row{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1.25rem}.ws-bc-jump-count{font-size:.625rem;font-weight:700;color:#15803d}.ws-bc-phase-block{margin-bottom:1.75rem}.ws-bc-phase-name{font-size:1rem;font-weight:700;color:var(--foreground)}.ws-bc-phase-meta{margin-left:auto;font-size:.7rem;color:var(--muted-foreground);font-weight:500;display:flex;align-items:center;gap:.5rem}.ws-bc-activity-list{display:flex;flex-direction:column;gap:.625rem}.ws-bc-no-results{text-align:center;padding:2rem 0;font-size:.875rem;color:var(--muted-foreground)}.ws-bc-reset-btn{background:none;border:none;cursor:pointer;font-size:.75rem;text-decoration:underline;color:var(--muted-foreground);padding:0}.ws-bc-phase-summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:.625rem;margin-bottom:.625rem;padding-bottom:.5rem}.ws-bc-progress-track{display:inline-block;width:3rem;height:.3rem;border-radius:9999px;background:var(--muted);overflow:hidden;position:relative}.ws-bc-progress-done{color:#15803d;font-weight:600}.ws-bc-export-hint{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin:0 0 1rem;padding:.625rem 1rem}.ws-bc-export-hint-label{font-size:.8rem;font-weight:600;color:var(--foreground)}.ws-bc-export-href{font-size:.8rem;color:var(--primary);text-decoration:underline;text-underline-offset:2px}.ws-bc-progress-count{font-size:.75rem;color:var(--muted-foreground);white-space:nowrap}.ws-bc-filter-header{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:.875rem}.ws-bc-total-inline{display:inline-block;padding:.15rem .5rem;background:var(--primary);color:var(--primary-foreground,#fff);border-radius:.25rem;font-weight:700;font-size:.75rem}.ws-bc-role-filter-row{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.ws-bc-role-label{font-size:.7rem;color:var(--muted-foreground);align-self:center;margin-right:.25rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}