:root {
  --ink: #172033;
  --muted: #687083;
  --paper: #f4f2ed;
  --panel: #fffefa;
  --line: #ddd9cf;
  --blue: #1d4ed8;
  --blue-soft: #e8efff;
  --orange: #ef6c35;
  --green: #18794e;
  --purple: #7551b2;
  --amber: #9a6700;
  --cyan: #096b83;
  --shadow: 0 18px 50px rgba(23, 32, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select { font: inherit; }
button, label[for] { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { height: 78px; padding: 0 28px; border-bottom: 1px solid var(--line); background: rgba(255,254,250,.95); display: flex; align-items: center; justify-content: space-between; gap: 24px; position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.brand-block, .header-actions { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px 4px 12px 4px; background: var(--ink); color: white; display: grid; place-items: center; font: 800 12px/1 ui-monospace, monospace; box-shadow: inset -8px -8px 0 var(--blue); }
.eyebrow, .section-kicker { margin: 0 0 4px; color: var(--blue); font-size: 10px; line-height: 1.2; letter-spacing: .16em; font-weight: 800; }
h1 { margin: 0; font-size: 21px; letter-spacing: -.03em; }
h1 span { color: var(--orange); }
.source-state { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.source-dot { width: 8px; height: 8px; border-radius: 50%; background: #a6adba; box-shadow: 0 0 0 4px #eef0f3; }
.source-state.loaded .source-dot { background: var(--green); box-shadow: 0 0 0 4px #dff5e9; }
.source-state.snapshot .source-dot { background: var(--amber); box-shadow: 0 0 0 4px #fff1c9; }
.button { border: 1px solid transparent; border-radius: 9px; min-height: 38px; padding: 9px 14px; font-weight: 700; font-size: 12px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: #153ead; }
.button-quiet { background: transparent; color: var(--ink); border-color: var(--line); }
.button-outline { background: var(--panel); border-color: #bfc5d0; color: var(--ink); }
.full { width: 100%; }

.shell { display: grid; grid-template-columns: 270px minmax(0, 1fr); min-height: calc(100vh - 78px); }
.sidebar { padding: 24px 20px 40px; border-right: 1px solid var(--line); background: #ece9e2; position: sticky; top: 78px; height: calc(100vh - 78px); overflow-y: auto; }
.sidebar-intro { padding: 16px; border: 1px solid #d5d0c5; border-left: 3px solid var(--orange); background: rgba(255,254,250,.72); }
.sidebar-intro p { margin: 12px 0 0; font-size: 12px; line-height: 1.55; color: var(--muted); }
.status-stamp { display: inline-block; color: #8c3b17; font: 800 10px/1.2 ui-monospace, monospace; letter-spacing: .08em; }
.filter-heading { display: flex; justify-content: space-between; align-items: center; margin: 25px 0 12px; }
.filter-heading h2 { margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.text-button { border: 0; background: none; padding: 0; color: var(--blue); font-weight: 700; font-size: 12px; cursor: pointer; }
.field { display: grid; gap: 6px; margin-bottom: 13px; }
.field > span { font-size: 11px; color: var(--muted); font-weight: 700; }
.field input, .field select, .task-actions select { width: 100%; min-height: 40px; border-radius: 8px; border: 1px solid #cbc8c1; background: var(--panel); color: var(--ink); padding: 9px 10px; outline: none; }
.field input:focus, .field select:focus, .task-actions select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }
.check-field { display: flex; gap: 9px; align-items: center; padding: 9px 0; font-size: 12px; font-weight: 700; cursor: pointer; }
.check-field input { accent-color: var(--blue); width: 16px; height: 16px; }
.sidebar-rule { height: 1px; background: var(--line); margin: 18px 0; }
.legend { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 18px; }
.legend-item { display: flex; align-items: center; gap: 7px; font-size: 11px; color: var(--muted); }
.legend-item i { width: 9px; height: 9px; border-radius: 50%; background: var(--tone); }

.content { min-width: 0; padding: 34px clamp(22px, 4vw, 58px) 24px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(230px, .65fr); gap: 26px; align-items: stretch; }
.hero h2 { max-width: 760px; margin: 10px 0 14px; font-size: clamp(30px, 4vw, 54px); line-height: .98; letter-spacing: -.055em; }
.hero > div:first-child > p:last-child { max-width: 730px; color: var(--muted); line-height: 1.65; margin: 0; }
.hold-card { padding: 22px; background: var(--ink); color: white; border-radius: 3px 18px 3px 18px; min-height: 155px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hold-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -34px; top: -34px; border: 18px solid var(--orange); transform: rotate(18deg); }
.hold-card span { font-size: 10px; color: #c8d2eb; letter-spacing: .13em; font-weight: 800; }
.hold-card strong { font: 800 clamp(24px, 3vw, 36px)/1 ui-monospace, monospace; }
.hold-card small { color: #bfc8da; line-height: 1.45; max-width: 260px; }

.metrics { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 34px 0 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric { padding: 19px 18px; border-right: 1px solid var(--line); }
.metric:first-child { padding-left: 0; }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.metric span { display: block; margin-top: 8px; font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.metric em { display: block; margin-top: 6px; color: var(--tone, var(--blue)); font-style: normal; font-size: 11px; }

.queue-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.queue-card { border: 1px solid var(--line); background: var(--panel); padding: 17px; min-height: 180px; }
.queue-card > span { color: var(--blue); font: 800 10px/1.2 ui-monospace, monospace; letter-spacing: .08em; }
.queue-card > p { min-height: 36px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.queue-card button { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: start; border: 0; border-top: 1px solid #e8e5df; padding: 10px 0; background: transparent; text-align: left; cursor: pointer; }
.queue-card button:hover b { color: var(--orange); }
.queue-card button b { color: var(--blue); font: 800 10px ui-monospace,monospace; }
.queue-card button em { color: var(--ink); font-style: normal; font-size: 11px; line-height: 1.35; }
.queue-card button strong { min-width: 28px; padding: 4px; border-radius: 5px; background: var(--blue-soft); color: var(--blue); text-align: center; font-size: 10px; }

.section-block { margin-top: 36px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
.section-head h2 { margin: 4px 0 0; font-size: 23px; letter-spacing: -.03em; }
.section-head > p { margin: 0; max-width: 440px; color: var(--muted); font-size: 12px; line-height: 1.55; text-align: right; }
.milestone-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.milestone-card { border: 1px solid var(--line); background: var(--panel); padding: 17px; min-height: 180px; position: relative; overflow: hidden; cursor: pointer; transition: transform .15s, border-color .15s; }
.milestone-card:hover { transform: translateY(-2px); border-color: #aeb5c3; }
.milestone-card.active { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.milestone-card.candidate::before { content: "P0"; position: absolute; top: 0; right: 0; padding: 5px 9px; background: #efe8ff; color: var(--purple); font: 800 10px/1 ui-monospace, monospace; }
.milestone-top { display: flex; align-items: baseline; gap: 9px; }
.milestone-code { font: 900 19px/1 ui-monospace, monospace; color: var(--blue); }
.milestone-count { color: var(--muted); font-size: 11px; }
.milestone-card h3 { margin: 12px 0 8px; font-size: 14px; line-height: 1.35; }
.milestone-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.progress-track { height: 5px; margin: 17px 0 7px; background: #e6e5e0; overflow: hidden; }
.progress-track i { display: block; height: 100%; background: var(--green); }
.progress-caption { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }

.governance-block { scroll-margin-top: 90px; }
.role-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.authority-card { min-height: 126px; padding: 16px; border: 1px solid var(--line); border-top: 4px solid var(--blue); background: var(--panel); }
.authority-card span { color: var(--blue); font: 900 11px/1.2 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .05em; }
.authority-card p { margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.authority-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr); gap: 12px; margin-top: 12px; }
.authority-table-wrap table { min-width: 720px; }
.authority-table-wrap tbody tr { cursor: default; }
.authority-table-wrap td { vertical-align: top; line-height: 1.5; }
.guardrail-card { padding: 18px; border: 1px solid #fecaca; border-left: 5px solid var(--red); background: #fff7f7; }
.guardrail-card h3 { margin: 0; font-size: 13px; }
.guardrail-card ul { margin: 12px 0 0; padding-left: 18px; }
.guardrail-card li { margin: 8px 0; color: #4b2d32; font-size: 11px; line-height: 1.5; }
.document-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.document-link-grid a { display: flex; justify-content: space-between; gap: 12px; padding: 13px 14px; border: 1px solid #cbd5ee; background: var(--blue-soft); color: var(--ink); text-decoration: none; font-size: 11px; line-height: 1.4; }
.document-link-grid a:hover { border-color: var(--blue); }
.document-link-grid b { align-self: center; color: var(--blue); white-space: nowrap; font-size: 10px; }

.task-section { margin-top: 50px; }
.task-head { align-items: center; }
.task-actions { display: flex; gap: 8px; }
.task-actions select { width: auto; min-width: 150px; font-size: 12px; }
.active-filters { min-height: 28px; display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.filter-chip { border: 1px solid #ccd5ef; background: var(--blue-soft); color: #173a96; border-radius: 20px; padding: 5px 9px; font-size: 10px; font-weight: 700; }
.table-wrap { border: 1px solid var(--line); background: var(--panel); overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 860px; }
th { padding: 11px 13px; color: var(--muted); background: #f0eee8; font-size: 10px; text-align: left; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--line); }
td { padding: 13px; border-bottom: 1px solid #e8e5df; vertical-align: middle; font-size: 12px; }
tbody tr { cursor: pointer; transition: background .12s; }
tbody tr:hover { background: #f8f9fc; }
tbody tr:last-child td { border-bottom: 0; }
.task-code { display: block; font: 800 11px/1.2 ui-monospace, monospace; color: var(--blue); margin-bottom: 5px; }
.task-name { max-width: 470px; font-weight: 650; line-height: 1.35; }
.brief-state { display: block; width: max-content; margin-top: 6px; padding: 3px 7px; border: 1px solid #fed7aa; border-radius: 999px; background: #fff7ed; color: #9a3412; font-size: 9px; font-weight: 800; letter-spacing: .02em; }
.subtext { display: block; color: var(--muted); font-size: 10px; margin-top: 3px; }
.status-badge { display: inline-flex; align-items: center; gap: 6px; border-radius: 20px; padding: 5px 9px; background: color-mix(in srgb, var(--tone) 12%, white); color: var(--tone); font-weight: 800; font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.status-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.score-badge { display: inline-grid; place-items: center; min-width: 38px; min-height: 30px; padding: 4px 7px; border: 1px solid #c9d4f2; background: var(--blue-soft); color: var(--blue); font: 900 12px/1 ui-monospace,monospace; }
.category-label { color: var(--muted); line-height: 1.35; }
.open-detail { border: 0; background: none; color: var(--blue); font-size: 20px; cursor: pointer; }
.empty-state { padding: 50px; text-align: center; }
.empty-state strong, .empty-state span { display: block; }
.empty-state span { margin-top: 8px; color: var(--muted); font-size: 12px; }
.pagination { display: flex; justify-content: flex-end; align-items: center; gap: 6px; margin-top: 13px; }
.page-button { min-width: 34px; height: 34px; border: 1px solid var(--line); background: var(--panel); color: var(--ink); cursor: pointer; border-radius: 6px; }
.page-button.active { background: var(--ink); color: white; border-color: var(--ink); }
.page-button:disabled { opacity: .4; cursor: not-allowed; }

footer { display: flex; justify-content: space-between; gap: 16px; margin-top: 48px; border-top: 1px solid var(--line); padding: 18px 0 0; color: var(--muted); font-size: 10px; }
footer p { margin: 0; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

.detail-drawer { position: fixed; inset: 0; z-index: 60; display: none; }
.detail-drawer.open { display: block; }
.drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(17, 25, 40, .42); backdrop-filter: blur(2px); width: 100%; }
.drawer-panel { position: absolute; right: 0; top: 0; width: min(920px, 96vw); height: 100%; overflow-y: auto; background: var(--panel); padding: 36px; box-shadow: -24px 0 70px rgba(20,30,50,.22); animation: slide-in .2s ease-out; }
@keyframes slide-in { from { transform: translateX(40px); opacity: .5; } }
.drawer-close { position: absolute; top: 16px; right: 18px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 22px; cursor: pointer; }
.detail-code { color: var(--blue); font: 900 13px/1.2 ui-monospace, monospace; letter-spacing: .06em; }
.drawer-panel h2 { margin: 10px 44px 16px 0; font-size: 31px; line-height: 1.08; letter-spacing: -.04em; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.brief-review-state { border: 1px solid #fdba74; background: #fff7ed; color: #9a3412; border-radius: 999px; padding: 5px 9px; font-size: 10px; font-weight: 800; }
.brief-intro { margin: 2px 0 24px; padding: 22px 24px; border: 1px solid #bed3f3; border-left: 6px solid var(--blue); border-radius: 10px; background: linear-gradient(145deg,#eff6ff,#f8fbff); }
.brief-intro > span { display: block; margin-bottom: 9px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.brief-intro h3, .brief-section h3 { margin: 16px 0 6px; color: #15233b; font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }
.brief-intro h3:first-of-type { margin-top: 0; }
.brief-intro p, .brief-section p { margin: 0; color: #263651; font-size: 13px; line-height: 1.7; }
.brief-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 14px 0; }
.brief-section { margin-top: 16px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.brief-columns .brief-section { margin-top: 0; }
.scope-in { border-left: 5px solid #15803d; background: #f0fdf4; }
.scope-out { border-left: 5px solid #b42318; background: #fff7f7; }
.expected-section { border-left: 5px solid #7551b2; background: #faf7ff; }
.stop-section { border: 1px solid #fecdd3; border-left: 6px solid #be123c; background: #fff1f2; }
.brief-list { margin: 8px 0 0; padding-left: 19px; }
.brief-list li { margin: 7px 0; color: #263651; font-size: 12px; line-height: 1.55; }
.reading-list { display: grid; gap: 8px; margin: 10px 0 0; padding: 0; list-style: none; counter-reset: reading; }
.reading-list a { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 12px 14px; border: 1px solid #cbd5e1; border-radius: 8px; background: #f8fafc; color: var(--ink); text-decoration: none; }
.reading-list a:hover { border-color: var(--blue); background: var(--blue-soft); }
.reading-list b { color: var(--blue); font-size: 11px; }
.reading-list span { grid-column: 1; color: var(--muted); font-size: 11px; line-height: 1.5; }
.reading-list em { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--blue); font-size: 10px; font-style: normal; font-weight: 800; }
.brief-details { margin-top: 14px; border: 1px solid var(--line); border-radius: 9px; background: #fbfcfe; }
.brief-details > summary { cursor: pointer; padding: 14px 16px; color: #263651; font-size: 12px; font-weight: 850; }
.brief-details[open] > summary { border-bottom: 1px solid var(--line); }
.brief-details > .brief-columns, .brief-details > .detail-grid, .brief-details > .detail-section, .brief-details > .brief-fingerprint { margin-left: 14px; margin-right: 14px; }
.brief-details > .brief-columns { margin-top: 14px; }
.brief-fingerprint { margin-top: 20px; margin-bottom: 16px; padding-top: 12px; border-top: 1px solid var(--line); }
.brief-fingerprint span { display: block; color: var(--blue); font-size: 10px; font-weight: 850; }
.brief-fingerprint code { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; overflow-wrap: anywhere; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-grid > div { min-height: 80px; padding: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-grid span, .detail-section > span { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 7px; }
.detail-grid strong { font-size: 12px; line-height: 1.4; }
.detail-section { margin-top: 24px; }
.detail-section p { margin: 0; font-size: 13px; line-height: 1.6; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-list button, .tag-list span { border: 1px solid #d5d9e2; background: #f5f7fb; padding: 6px 8px; font: 700 10px/1.2 ui-monospace, monospace; color: #34405b; cursor: default; }
.tag-list button { cursor: pointer; }
.tag-list button:hover { border-color: var(--blue); color: var(--blue); }
.flow-links { display: grid; gap: 8px; }
.flow-link { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 11px 12px; border: 1px solid #cbd5ee; background: var(--blue-soft); color: var(--ink); text-decoration: none; font-size: 11px; }
.flow-link:hover { border-color: var(--blue); }
.flow-link b { color: var(--blue); font: 800 10px/1.2 ui-monospace,monospace; }
.flow-link span { color: var(--muted); }

.guide-dialog { width: min(700px, calc(100vw - 30px)); border: 0; padding: 34px; color: var(--ink); background: var(--panel); box-shadow: var(--shadow); }
.guide-dialog::backdrop { background: rgba(17,25,40,.5); backdrop-filter: blur(3px); }
.guide-dialog h2 { margin: 8px 0 22px; font-size: 30px; letter-spacing: -.04em; }
.guide-steps { display: grid; gap: 13px; }
.guide-steps > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.guide-steps span { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: white; font-weight: 800; font-size: 12px; }
.guide-steps p { margin: 4px 0 0; font-size: 13px; line-height: 1.55; }
.guide-callout { margin-top: 22px; padding: 16px; background: #fff2e9; border-left: 3px solid var(--orange); font-size: 13px; line-height: 1.55; }
.guide-note { color: var(--muted); font-size: 12px; line-height: 1.55; }

@media (max-width: 1180px) {
  .metrics { grid-template-columns: repeat(3, 1fr); }
  .metric:nth-child(3) { border-right: 0; }
  .metric:nth-child(n+4) { border-top: 1px solid var(--line); }
  .milestone-grid { grid-template-columns: repeat(3, 1fr); }
  .queue-grid { grid-template-columns: 1fr; }
  .role-grid, .document-link-grid { grid-template-columns: repeat(2, 1fr); }
  .authority-layout { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .topbar { padding: 0 16px; }
  .source-state, .button-quiet { display: none; }
  .shell { display: block; }
  .sidebar { position: static; width: auto; height: auto; border-right: 0; border-bottom: 1px solid var(--line); padding: 18px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 14px; }
  .sidebar-intro, .filter-heading, .sidebar-rule, .legend, .sidebar .full { grid-column: 1 / -1; }
  .filter-heading { margin: 8px 0 0; }
  .field { margin: 0; }
  .content { padding-top: 26px; }
  .hero { grid-template-columns: 1fr; }
  .hold-card { min-height: 130px; }
  .milestone-grid { grid-template-columns: repeat(2, 1fr); }
  .role-grid, .document-link-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .brand-block .eyebrow { display: none; }
  h1 { font-size: 17px; }
  .header-actions { gap: 6px; }
  .button { padding: 8px 10px; }
  .sidebar { grid-template-columns: 1fr; }
  .sidebar-intro, .filter-heading, .sidebar-rule, .legend, .sidebar .full { grid-column: auto; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metric, .metric:nth-child(3) { border-right: 1px solid var(--line); border-top: 1px solid var(--line); padding-left: 12px; }
  .metric:nth-child(2n) { border-right: 0; }
  .milestone-grid { grid-template-columns: 1fr; }
  .section-head, .task-head { align-items: flex-start; flex-direction: column; }
  .section-head > p { text-align: left; }
  .task-actions { width: 100%; flex-direction: column; }
  .task-actions select { width: 100%; }
  footer { flex-direction: column; }
  .drawer-panel { width: 100%; padding: 28px 20px; }
  .detail-grid { grid-template-columns: 1fr; }
  .brief-columns { grid-template-columns: 1fr; }
  .brief-intro { padding: 18px; }
  .reading-list a { grid-template-columns: 1fr; }
  .reading-list em { grid-column: 1; grid-row: auto; }
}
