.chrome-page{background:var(--bg);min-height:100dvh;color:var(--text);flex-direction:column;display:flex}.chrome-header{justify-content:space-between;align-items:center;gap:var(--sp-4);padding:var(--sp-3) var(--sp-5);background:var(--panel);border-bottom:1px solid var(--border);display:flex}.chrome-brand{align-items:baseline;gap:var(--sp-3);color:inherit;min-width:0;text-decoration:none;display:inline-flex}.chrome-wordmark{font-size:var(--fs-sm);letter-spacing:var(--ls-wordmark);white-space:nowrap;font-weight:800}.chrome-back{font-size:var(--fs-xs);color:var(--text-dim);transition:color var(--dur-fast) var(--ease-out);white-space:nowrap}.chrome-brand:hover .chrome-back,.chrome-brand:focus-visible .chrome-back{color:var(--text);text-underline-offset:3px;text-decoration:underline}.chrome-badge{font-size:var(--fs-2xs);letter-spacing:.03em;color:var(--warn);border:1px solid color-mix(in srgb, var(--warn) 45%, transparent);background:color-mix(in srgb, var(--warn) 12%, transparent);border-radius:var(--r-sm);white-space:nowrap;flex-shrink:0;padding:3px 9px;font-weight:600}.chrome-footer{justify-content:space-between;align-items:center;gap:var(--sp-4);row-gap:var(--sp-1);padding:var(--sp-3) var(--sp-5);background:var(--panel);border-top:1px solid var(--border);color:var(--text-dim);font-size:var(--fs-xs);flex-wrap:wrap;display:flex}.chrome-footer-notes{min-width:0;max-width:var(--measure);line-height:var(--lh-snug);flex-direction:column;gap:2px;display:flex}.chrome-footer-note{min-width:0}.chrome-footer-links{gap:var(--sp-4);flex-shrink:0;margin-left:auto;display:flex}.chrome-footer-links a{color:var(--text-dim);transition:color var(--dur-fast) var(--ease-out);text-decoration:none}.chrome-footer-links a:hover,.chrome-footer-links a:focus-visible{color:var(--text);text-underline-offset:3px;text-decoration:underline}.chrome-empty{width:min(var(--measure), 100% - var(--sp-5) * 2);padding:var(--sp-7) 0;flex-direction:column;flex:1;justify-content:center;margin:0 auto;display:flex}.chrome-empty-code{font-size:var(--fs-2xs);letter-spacing:var(--ls-label);text-transform:uppercase;color:var(--text-faint);font-variant-numeric:tabular-nums;font-weight:700}.chrome-empty h1{margin:var(--sp-2) 0 var(--sp-3);font-size:var(--fs-xl);letter-spacing:var(--ls-display);font-weight:640;line-height:var(--lh-tight)}.chrome-empty p{margin:0 0 var(--sp-2);color:var(--text-dim);font-size:var(--fs-sm);line-height:var(--lh-prose)}.chrome-empty-actions{gap:var(--sp-4);margin-top:var(--sp-5);flex-wrap:wrap;display:flex}.chrome-empty-actions a{color:var(--accent);font-weight:600;font-size:var(--fs-sm);text-decoration:none}.chrome-empty-actions a:hover,.chrome-empty-actions a:focus-visible{text-underline-offset:3px;text-decoration:underline}@media (max-width:640px){.chrome-header,.chrome-footer{padding-inline:var(--sp-4)}.chrome-brand{gap:var(--sp-2)}}
