/* UI13 Home only. No changes to operational form layouts. */
.home-workspace { --home-ink:#16313f; --home-muted:#526574; --home-line:#dce5eb; color:var(--home-ink); }
.home-workspace [hidden] { display:none!important; }
.home-heading { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; margin:3px 0 22px; }
.home-heading h1 { font-size:30px; line-height:1.15; margin:6px 0 8px; }
.home-heading .eyebrow { margin:0; font-size:11px; color:#547080; letter-spacing:.1em; }
.home-version { background:#e1eeed; color:#226566; border:1px solid #cbdedc; border-radius:5px; padding:3px 6px; margin-left:6px; letter-spacing:0; }
.home-context { color:var(--home-muted); margin:0; font-size:13px; overflow-wrap:anywhere; }
.home-context span { margin:0 5px; }
.home-tools { display:flex; flex-wrap:wrap; gap:8px; }
.home-tools .btn { font-size:13px; padding:9px 13px; min-height:42px; }
.home-workspace h2 { font-size:18px; line-height:1.35; margin:0; }
.home-equipment { margin:0 0 20px; }
.home-equipment>h2 { margin-bottom:10px; }
.home-equipment-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.home-equipment-link { display:flex; align-items:center; gap:12px; padding:18px 15px; border:1px solid #c9dddf; border-radius:12px; background:#f2f8f8; color:var(--home-ink); text-decoration:none; min-width:0; }
.home-icon { display:grid; place-items:center; width:36px; min-width:36px; height:36px; border-radius:9px; background:#e3f0ef; color:#1e7276; }
.home-icon svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.home-equipment-link b,.home-continue-link b,.home-start-action b { display:block; font-size:14px; line-height:1.4; }
.home-equipment-link small,.home-continue-link small,.home-start-action small { display:block; color:var(--home-muted); font-size:12px; line-height:1.5; margin-top:4px; }
.home-equipment-link>span:nth-child(2),.home-continue-link>span:nth-child(2),.home-start-action>span:nth-child(2) { flex:1; min-width:0; overflow-wrap:anywhere; }
.home-arrow { color:#32717b; font-size:19px; }
.home-work-grid { align-items:start; display:grid; grid-template-columns:minmax(0,1.3fr) minmax(0,1fr); gap:20px; }
.home-panel { border:1px solid var(--home-line); border-radius:13px; background:white; overflow:hidden; min-width:0; }
.home-panel-title { padding:18px 20px 12px; }
.home-panel-title p { margin:5px 0 0; color:var(--home-muted); font-size:12px; line-height:1.5; }
.home-continue-list { padding:0 10px 10px; }
.home-continue-link { display:flex; align-items:center; gap:12px; min-height:68px; padding:11px 10px; text-decoration:none; color:var(--home-ink); border-radius:8px; border-top:1px solid #eef2f5; }
.home-continue-link .home-icon { background:#f0f4f8; color:#476277; width:32px; min-width:32px; height:32px; }
.home-start-list { padding:0 10px; }
.home-start-action { display:flex; align-items:center; gap:12px; width:100%; border:0; border-top:1px solid #eef2f5; border-radius:8px; background:transparent; color:var(--home-ink); padding:15px 10px; text-align:left; cursor:pointer; font:inherit; }
.home-start-action:disabled { opacity:.6; cursor:wait; }
.home-plus { font-size:24px; line-height:1; width:30px; min-width:30px; height:30px; display:grid; place-items:center; border:1px solid #d2e3e3; border-radius:8px; color:#19727a; }
.home-start-note { margin:6px 20px 20px; padding:12px 14px; background:#f6f8fa; border-left:3px solid #adc5d2; border-radius:4px; font-size:12px; line-height:1.5; }
.home-start-note p { margin:4px 0 0; color:var(--home-muted); }
.home-action-status { min-height:0; font-size:12px; padding:0 20px; color:var(--home-muted); }
.home-action-status:empty { display:none; }
.home-empty { margin:5px 20px 18px; font-size:13px; line-height:1.6; color:var(--home-muted); }
.home-workspace .home-unsent { margin:0 0 18px; }
.home-workspace .home-unsent h2 { font-size:16px; }
.home-workspace .home-unsent p { margin:5px 0 0; line-height:1.5; }
.home-local-note { font-size:12px; }
.home-connection { padding:12px 15px; border:1px solid #e2cc9b; border-left:4px solid #ab7919; background:#fffbef; font-size:13px; border-radius:8px; line-height:1.6; margin:0 0 18px; }
.home-guidance { margin:18px 0 22px; border-top:1px solid var(--home-line); padding-top:10px; color:var(--home-muted); font-size:12px; line-height:1.6; }
.home-guidance p { margin:4px 0; }
.home-text-button { background:none; border:0; padding:0; color:#17657b; text-decoration:underline; font:inherit; cursor:pointer; }
.home-workspace .attention-panel { margin:24px 0 0; }
.home-workspace .attention-heading { margin:0 0 12px; align-items:flex-start; }
.home-workspace .attention-heading h2 { font-size:18px; }
.home-overview-intro { color:var(--home-muted); font-size:12px; line-height:1.5; margin:5px 0 0; }
.home-overview-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; align-items:start; }
.home-overview-group { border:1px solid var(--home-line); border-radius:12px; background:white; padding:16px 18px 8px; min-width:0; }
.home-overview-group h3 { font-size:14px; margin:0 0 6px; }
.home-overview-group>p { color:var(--home-muted); font-size:12px; line-height:1.5; margin:0 0 12px; }
.home-attention-record { border-top:1px solid var(--home-line); }
.home-attention-record summary { display:flex; gap:10px; align-items:center; list-style:none; cursor:pointer; padding:13px 0; }
.home-attention-record summary::-webkit-details-marker { display:none; }
.home-attention-record summary::after { content:'+'; color:#446170; font-size:21px; width:18px; text-align:center; }
.home-attention-record[open] summary::after { content:'−'; }
.home-attention-record summary>span { flex:1; min-width:0; }
.home-attention-record summary b { display:block; font-size:13px; }
.home-attention-record summary small { display:block; font-size:11px; color:var(--home-muted); line-height:1.5; margin-top:4px; }
.home-attention-record summary>strong { border:1px solid var(--home-line); border-radius:6px; min-width:32px; padding:4px 6px; text-align:center; font-size:18px; font-weight:650; }
.home-attention-record .home-overview-note { font-size:12px; color:var(--home-muted); line-height:1.6; margin:0 0 10px; }
.home-attention-record ul { list-style:none; padding:0; margin:0; }
.home-attention-record li a { display:block; border-top:1px dashed var(--home-line); padding:10px 0; text-decoration:none; color:var(--home-ink); overflow-wrap:anywhere; }
.home-attention-record li a b { font-size:13px; }
.home-attention-record li a span { display:block; color:var(--home-muted); font-size:12px; margin-top:4px; line-height:1.5; }
.home-attention-record .attention-more { display:inline-block; padding:10px 0 14px; font-size:12px; }
.home-workspace .attention-status { border:1px solid var(--home-line); font-size:13px; line-height:1.6; }
.home-workspace .attention-footnote { font-size:11px; }
.home-equipment-link:hover,.home-continue-link:hover,.home-start-action:hover:not(:disabled) { background:#eaf3f5; }
.home-workspace a:focus-visible,.home-workspace button:focus-visible,.home-workspace summary:focus-visible { outline:3px solid #1a8297; outline-offset:3px; }
@media(max-width:1100px) { .home-equipment-link { gap:8px; padding:14px 12px; }.home-equipment-link .home-icon { width:30px; min-width:30px; }.home-equipment-link .home-arrow { display:none; } }
@media(max-width:650px) {
 .home-heading { margin-bottom:16px; gap:12px; flex-wrap:wrap; }
 .home-heading h1 { font-size:25px; }
 .home-tools { width:100%; }
 .home-tools .btn { flex:1; text-align:center; min-height:44px; }
 .home-equipment-grid { grid-template-columns:1fr; gap:7px; }
 .home-equipment-link { padding:12px; }
 .home-equipment-link .home-arrow { display:inline; }
 .home-equipment-link small { font-size:12px; margin-top:2px; }
 .home-work-grid,.home-overview-grid { grid-template-columns:1fr; gap:16px; }
 .home-panel-title { padding:15px 16px 10px; }
 .home-continue-link { min-height:66px; }
 .home-start-action { min-height:66px; }
 .home-workspace h2 { font-size:17px; }
 .home-context { font-size:12px; }
 .home-workspace .home-unsent { flex-wrap:wrap; }
 .home-workspace .home-unsent .btn { width:100%; }
 .home-workspace .attention-heading .btn { min-height:44px; }
 .home-attention-record summary b { font-size:14px; }
 .home-attention-record summary small { font-size:12px; }
 .home-attention-record .attention-more { min-height:44px; }
 .home-text-button { min-height:36px; }
}
@media (forced-colors:active) { .home-panel,.home-equipment-link,.home-overview-group,.home-attention-record summary>strong { border:1px solid CanvasText; } }

.home-start-panel>summary { display:flex; align-items:center; gap:12px; cursor:pointer; list-style:none; min-height:70px; box-sizing:border-box; }
.home-start-panel>summary::-webkit-details-marker { display:none; }
.home-start-panel>summary>span:first-child { flex:1; }
.home-start-panel .home-disclosure { font-size:22px; font-weight:500; color:#547080; }
.home-start-panel[open] .home-disclosure { font-size:0; }
.home-start-panel[open] .home-disclosure::after { content:'−'; font-size:22px; }

.home-overview-grid:has(>.home-overview-group:only-child) { grid-template-columns:1fr; }

/* UI42 destination directory: full capabilities, consistent open/create separation. */
.home-directory-heading { display:flex;align-items:flex-start;justify-content:space-between;gap:24px; }
.home-directory-heading>div:first-child { max-width:520px; }
.home-directory-heading p { margin:6px 0 0;color:var(--home-muted);font-size:13px;line-height:1.6; }
.home-search { flex:0 1 380px;min-width:240px; }
.home-search label { display:block;font-size:12px;font-weight:650;margin-bottom:7px; }
.home-search>div { display:flex;gap:8px; }
.home-search input { min-width:0;flex:1;min-height:44px;border:1px solid #b8cbd3;background:white;color:var(--home-ink);border-radius:8px;padding:9px 12px;font-size:14px; }
.home-search .btn { padding:9px 12px; }
.home-group-filters { display:flex;flex-wrap:wrap;gap:8px;margin-top:18px; }
.home-group-filters button { border:1px solid #c9d9df;background:white;color:#254655;border-radius:8px;min-height:40px;padding:8px 13px;font-size:12px;font-weight:650; }
.home-group-filters button[aria-pressed="true"] { background:#183f50;border-color:#183f50;color:white; }
.home-find-status { color:var(--home-muted);font-size:12px;line-height:1.5;margin:12px 0 22px; }
.home-directory-group { margin:0 0 24px; }
.home-directory-group>h2 { margin:0 0 12px;padding-left:11px;border-left:3px solid #3a8589;font-size:16px; }
.home-destination-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px; }
.home-destination { display:flex;flex-direction:column;min-width:0;padding:19px;border:1px solid #d4e0e5;border-radius:12px;background:white;box-shadow:0 3px 10px #17374706; }
.home-destination:hover { border-color:#98b8c4; }
.home-destination-title { display:flex;align-items:center;gap:11px; }
.home-destination-title h3 { margin:0;font-size:16px;line-height:1.4;color:var(--home-ink);overflow-wrap:anywhere; }
.home-destination>p { margin:12px 0 17px;font-size:13px;line-height:1.6;color:var(--home-muted); }
.home-destination-actions { display:flex;flex-direction:column;gap:8px;margin-top:auto; }
.home-destination-actions .btn { justify-content:center;text-align:center;width:100%;font-size:13px;min-height:43px;line-height:1.45;padding:9px 11px;border-radius:8px; }
.home-destination .home-start-action { background:#08777e;color:white;border:1px solid #08777e;display:inline-flex;font-weight:650; }
.home-destination .home-start-action:hover:not(:disabled) { background:#07666c;border-color:#07666c; }
.home-destination .home-start-action:disabled { background:#eff3f5;border-color:#d5e0e5;color:#657780;cursor:not-allowed;opacity:1; }
.home-destination>p.home-access-note { margin:10px 0 0;font-size:12px;line-height:1.5; }
.home-no-matches { border:1px dashed #b7cbd4;border-radius:12px;padding:26px;text-align:center;background:white; }
.home-no-matches h3 { margin:0 0 8px; }
.home-no-matches p { font-size:13px;line-height:1.6;color:var(--home-muted); }
.home-discovery>.home-action-status { margin:10px 0;padding:12px 15px;background:#edf6f7;border:1px solid #bfd8de;border-radius:8px; }
@media (max-width:1150px) { .home-destination-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.home-directory-heading { flex-direction:column;gap:16px; }.home-search { flex:auto;width:100%;max-width:550px; } }
@media (max-width:650px) { .home-destination-grid { grid-template-columns:1fr;gap:11px; }.home-destination { padding:16px; }.home-destination-actions .btn { min-height:44px; }.home-search { min-width:0; }.home-group-filters { gap:6px; }.home-group-filters button { font-size:12px;min-height:44px;padding:8px 10px; }.home-directory-group { margin-bottom:22px; }.home-destination>p { margin:10px 0 13px; } }
@media(forced-colors:active) { .home-destination,.home-group-filters button,.home-search input { border:1px solid CanvasText; }.home-group-filters button[aria-pressed=true] { outline:2px solid Highlight; } }
