.au-section{display:flex;flex-direction:column;gap:20px}.au-section .section-lede p{margin:3px 0 0;color:var(--muted);font-size:12.5px}.au-connected{flex-wrap:wrap}.au-connected,.au-mark{display:inline-flex;align-items:center;gap:6px}.au-mark{padding:5px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);font-size:12px;font-weight:600}.au-panel{display:flex;flex-direction:column;gap:14px}.au-panel .panel-heading{margin:0}.au-panel h3 .card-emoji{margin-right:2px}.au-chart{width:100%;height:240px}.au-profile{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.au-tile{display:flex;flex-direction:column;gap:6px;min-width:0;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.au-tile-label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:600}.au-tile-value{overflow:hidden;color:var(--navy);font-size:25px;font-weight:650;letter-spacing:-.03em;line-height:1.1;white-space:nowrap;text-overflow:ellipsis}.au-tile.empty .au-tile-value{color:var(--muted-soft)}.au-tile-sub{color:var(--muted);font-size:12px;line-height:1.4}.au-tile-sources{margin-top:auto;color:var(--muted-soft);font-size:11px;line-height:1.4}.au-tag{margin-left:7px;padding:2px 7px;border-radius:999px;background:var(--tint-grey);color:var(--muted);font-size:10.5px;font-style:normal;font-weight:600;white-space:nowrap}.au-ranking .spec-rank-head strong{overflow:visible;white-space:normal}.au-linkedin{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px}.au-linkedin-block{display:flex;flex-direction:column;gap:10px;min-width:0}.au-linkedin-block h4{margin:0;color:var(--navy);font-size:12.5px;font-weight:650}@media (max-width:1180px){.au-profile{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.au-profile{grid-template-columns:repeat(2,minmax(0,1fr))}.au-linkedin{grid-template-columns:minmax(0,1fr)}.au-tile-value{font-size:21px}}.cfg-page{display:flex;flex-direction:column;gap:16px;padding:22px 26px 40px}.cfg-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.cfg-head h1{margin:3px 0 4px;font-size:21px;font-weight:760;letter-spacing:-.02em}.cfg-head small{display:block;max-width:62ch;color:var(--muted);font-size:13px;line-height:1.5}.cfg-security{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid var(--line-green);border-radius:999px;color:var(--green);background:var(--tint-green);font-size:12px;font-weight:700;white-space:nowrap}.cfg-notice{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--muted);font-size:13px}.cfg-notice strong{color:var(--ink);font-weight:700}.cfg-notice.warn{border-color:var(--line-yellow);background:var(--tint-yellow)}.cfg-notice.warn,.cfg-notice.warn strong{color:var(--amber-text)}.cfg-notice code{padding:2px 6px;border-radius:6px;background:rgb(14 40 56/7%);font-family:var(--font-geist-mono),monospace;font-size:12px}.cfg-checklist{padding:16px 18px;border:1px solid var(--line);border-radius:var(--card-radius);background:var(--surface);box-shadow:var(--card-shadow)}.cfg-checklist-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.cfg-checklist-head h2{margin:0;font-size:15px;font-weight:740}.cfg-count{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:720}.cfg-count.open{color:var(--amber-text);background:var(--tint-yellow)}.cfg-count.done{color:var(--green);background:var(--tint-green)}.cfg-checklist ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:8px;margin:0;padding:0;list-style:none}.cfg-checklist li{display:grid;grid-template-columns:8px 1fr auto;align-items:baseline;gap:4px 9px;padding:10px 12px;border:1px solid var(--line-soft);border-radius:11px;background:var(--surface-soft)}.cfg-checklist li strong{font-size:13px;font-weight:700}.cfg-checklist li small{grid-column:2/4;color:var(--muted);font-size:12px;line-height:1.45}.cfg-checklist li em{color:var(--muted-soft);font-size:11px;font-style:normal;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.cfg-checklist li[data-required=true] em{color:var(--red-text)}.cfg-check-dot{width:8px;height:8px;border-radius:50%;background:var(--delta-neutral)}.cfg-checklist li[data-required=true] .cfg-check-dot{background:var(--red)}.cfg-checklist-done{display:flex;align-items:center;gap:8px;margin:0;color:var(--green);font-size:13px;font-weight:650}.cfg-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.cfg-card{border:1px solid var(--line);border-radius:var(--card-radius);background:var(--surface)}.cfg-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;cursor:pointer;list-style:none;border-radius:inherit}.cfg-card-head::-webkit-details-marker{display:none}.cfg-card-head:hover{background:var(--surface-soft)}.cfg-card-head:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.cfg-card-meta{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.cfg-chevron{flex-shrink:0}.cfg-card[open] .cfg-chevron{transform:rotate(180deg)}.cfg-card-body{display:flex;flex-direction:column;gap:12px;padding:18px;border-top:1px solid var(--line-soft)}.cfg-card-body>.cfg-card-note,.cfg-card-body>.cfg-field{width:100%;max-width:720px}.cfg-card-head h2{display:flex;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:740}.cfg-emoji{font-size:15px;line-height:1}.cfg-scope{padding:4px 9px;border-radius:999px;font-size:11px;font-weight:720;white-space:nowrap}.cfg-scope.stored{color:var(--green);background:var(--tint-green)}.cfg-scope.environment{color:var(--info-text);background:var(--tint-blue)}.cfg-scope.per_client{color:var(--muted);background:var(--tint-grey)}.cfg-card-intro{margin:-2px 0 2px}.cfg-card-intro,.cfg-card-note{color:var(--muted);font-size:12px;line-height:1.5}.cfg-card-note{margin:0;padding:10px 12px;border:1px solid var(--line-soft);border-radius:10px;background:var(--surface-soft)}.cfg-field{display:flex;flex-direction:column;gap:6px}.cfg-field-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.cfg-field-head label{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700}.cfg-field-input{display:flex;align-items:center;gap:7px}.cfg-field-input input,.cfg-field-input textarea{flex:1;min-width:0;padding:9px 11px;border:1px solid var(--line-strong);border-radius:9px;background:var(--surface);color:var(--ink);font:inherit;font-size:13px}.cfg-field-input textarea{resize:vertical;font-family:var(--font-geist-mono),monospace;font-size:12px;line-height:1.5}.cfg-field-input input:focus,.cfg-field-input textarea:focus{outline:none;border-color:var(--brand);box-shadow:var(--focus-ring)}.cfg-field-input input:disabled,.cfg-field-input textarea:disabled{color:var(--muted-soft);background:var(--tint-grey);cursor:not-allowed}.cfg-field-readonly{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.cfg-clear{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--line);border-radius:9px;color:var(--red-text);background:var(--surface)}.cfg-clear:hover{border-color:var(--line-red);background:var(--tint-red)}.cfg-pill{padding:3px 8px;border-radius:999px;font-size:11px;font-weight:720;white-space:nowrap}.cfg-pill.set{color:var(--green);background:var(--tint-green)}.cfg-pill.env{color:var(--info-text);background:var(--tint-blue)}.cfg-pill.missing{color:var(--red-text);background:var(--tint-red)}.cfg-pill.optional{color:var(--muted);background:var(--tint-grey)}.cfg-card-actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:4px;padding-top:12px;border-top:1px solid var(--line-soft)}.cfg-card-actions .primary-button,.cfg-card-actions .secondary-button{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;font-size:13px}.cfg-card-actions .primary-button:disabled,.cfg-card-actions .secondary-button:disabled{opacity:.5;cursor:not-allowed}.cfg-test{font-size:12px;font-weight:650;line-height:1.4}.cfg-test.ok{color:var(--green)}.cfg-test.fail{color:var(--red-text)}.cfg-spin{animation:cfg-spin .9s linear infinite}@media (prefers-reduced-motion:reduce){.cfg-spin{animation:none}}@keyframes cfg-spin{to{transform:rotate(1turn)}}@media (max-width:760px){.cfg-page{padding:16px 14px 32px}.cfg-card-head{flex-wrap:wrap}.cfg-checklist ul,.cfg-grid{grid-template-columns:minmax(0,1fr)}}