/* Desktop configuration workspace: preserve existing palette, clarify reading hierarchy. */
.change-result{padding:24px;border:1px solid var(--line,#d8d3df);border-radius:10px;background:var(--surface,#fff);max-width:800px;margin:0 auto}
.change-result-heading{display:flex;align-items:center;gap:14px;margin-bottom:20px}
.change-result-marker{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f7eef2;color:var(--accent,#890026);font-size:22px;flex:none}
.change-result-kicker{font-size:11px;letter-spacing:.08em;color:var(--muted,#746b80);margin:0 0 5px}
.change-result h3{font-size:23px;font-weight:600;line-height:1.35;margin:0;color:var(--ink,#262031)}
.change-result-description,.change-result-status,.change-result-date{font-size:14px;line-height:1.75;margin:10px 0}
.change-result-note{padding:12px 14px;background:var(--soft);border:1px solid var(--line);font-size:13px;line-height:1.7;margin:14px 0}
.change-result-systems{padding:0;margin:22px 0;list-style:none;border-top:1px solid var(--line,#d8d3df)}
.change-result-systems li{display:grid;grid-template-columns:minmax(100px,1fr) auto;gap:6px 18px;padding:14px 0;border-bottom:1px solid var(--line,#d8d3df);font-size:14px}
.change-result-systems small{grid-column:1/-1;color:var(--muted,#746b80);line-height:1.6;font-size:12px}
.change-result-state{font-weight:500}.change-result-state.attention{color:#955322}.change-result-state.done{color:var(--accent,#890026)}
.change-result-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:24px}

/* Same Yvetonia colors; daily actions and body text have more space and weight. */
@media(min-width:1024px){
  .topbar{height:52px;min-height:52px}.topbar-actions,.breadcrumbs{font-size:12px}
  .page-heading{padding-top:28px;padding-bottom:22px;gap:24px;align-items:center}
  .page-heading h1{font-size:29px;line-height:1.3;font-weight:500;letter-spacing:.025em}
  .page-heading .eyebrow{font-size:9px;letter-spacing:.16em;margin-bottom:11px}
  .page-description{font-size:13px;line-height:1.75;max-width:760px;color:var(--muted)}
  .page-heading .count-label{font-size:12px;letter-spacing:0;color:var(--muted)}
  .secondary-group-title{font-size:13px;font-weight:600;padding-top:18px;padding-bottom:10px}
  .secondary-item{min-height:40px;font-size:13px;display:flex;align-items:center}
  .secondary-item.overview-nav{margin-bottom:6px;gap:10px;justify-content:flex-start}.overview-nav>.icon{width:16px;height:16px}
  .menu-count{font-size:10px;color:inherit;opacity:.75}
  .data-table{font-size:14px;line-height:1.55}.data-table td{height:44px;padding-top:8px;padding-bottom:8px}
  .data-table th{font-size:12px;height:42px;color:var(--muted);font-weight:500}
  .data-table .text-button{font-size:13px}.data-table .row-number{font-size:12px}
  .data-table tbody tr:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}
  .search-wrap{min-height:38px}.search-wrap input{font-size:13px}
  .btn{font-size:13px;min-height:36px}.btn-small{min-height:32px}.table-footer{font-size:12px;min-height:40px}
  .tab{font-size:13px;min-height:39px}.context-line{font-size:12px;line-height:1.7}
  .drawer-header{padding-top:23px;padding-bottom:21px}.drawer-header h2{font-size:24px;line-height:1.35;font-weight:500}
  .drawer-body{line-height:1.7}.drawer-body .field-label{font-size:13px;font-weight:500;color:var(--ink)}
  .drawer-body .field-hint{font-size:12px;line-height:1.7}.drawer-body .field input,.drawer-body .field select,.drawer-body .field textarea{font-size:14px!important;min-height:39px}
  .drawer-footer{gap:12px;padding-top:15px;padding-bottom:15px}.drawer-footer .save-caption{font-size:12px}
  .editor-section h3{font-size:16px;margin-bottom:16px}.detail-value{font-size:14px}.notice{line-height:1.8}
  .permission-leaf span,.permission-group summary strong{font-size:14px}.permission-leaf small{font-size:12px;line-height:1.65}
  .grant-compact-summary{font-size:13px;gap:8px 18px;padding:15px 16px}.grant-compact-summary .grant-summary-role{font-size:14px}
  .grant-summary-edit,.account-system-empty,.account-system-heading small{font-size:12px}
}
.table-views{flex:1 0 100%;display:flex;align-items:center;gap:4px;flex-wrap:wrap;padding-bottom:3px;margin-bottom:5px}
.table-views>span{font-size:12px;color:var(--muted);margin-right:12px}.table-views button{border:0;background:transparent;padding:7px 12px;border-radius:4px;font-size:13px;line-height:1.4}
.table-views button:hover{background:var(--soft)}.table-views button[aria-pressed=true]{color:var(--accent);background:#f5e8ed;font-weight:500}
.configuration-home{max-width:1260px;padding:0 0 32px}.home-intro{font-size:14px;line-height:1.8;color:var(--muted);margin:0 0 26px}
.workflow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.workflow-link{display:grid;grid-template-columns:1fr auto;gap:10px 20px;border:1px solid var(--line);padding:25px 28px;color:var(--ink);border-radius:5px;transition:background .15s,border-color .15s}
.workflow-link:hover{background:var(--soft);border-color:#c9b8c0;color:var(--ink)}.workflow-link h2{margin:0;font-size:21px;font-weight:500;line-height:1.4}
.workflow-link strong{grid-column:1/-1;font-size:14px;font-weight:500}.workflow-link p{grid-column:1/-1;color:var(--muted);font-size:13px;line-height:1.8;margin:0 0 10px;max-width:38em}
.workflow-icon{grid-column:2;grid-row:1;color:var(--accent);align-self:center}.workflow-icon>.icon{width:22px;height:22px}
.workflow-action{grid-column:1/-1;display:flex;gap:10px;align-items:center;color:var(--accent);font-size:13px}.workflow-action>.icon{width:14px;height:14px}
.home-next{margin-top:32px;border-top:1px solid var(--line);padding-top:20px}.home-next h2{font-size:15px;font-weight:500;margin:0 0 14px}
.home-next>a{display:flex;align-items:center;gap:24px;padding:14px 0;font-size:13px;border-bottom:1px solid var(--line)}.home-next strong{font-weight:500;min-width:130px}.home-next span{color:var(--muted);line-height:1.7}.home-next .icon{margin-left:auto;width:15px;height:15px}
@media(prefers-reduced-motion:reduce){.workflow-link{transition:none}}
