@import url('/review/fonts.css');
:root { color-scheme: light; font-family: "Hanken Grotesk",system-ui,sans-serif; color: #1d1c1c; background: #f5f9fb; font-size: 13px; }
* { box-sizing: border-box; } body { margin: 0; } [hidden] { display: none !important; }
header { position: sticky; top: 0; z-index: 2; background: #0077a8; color: #fff; padding: 9px 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
h1 { font-size: 15px; margin: 0; font-weight: 600; } #count { color: #dceff7; font-size: 12px; font-weight: 400; }
main { padding: 10px 12px; } h2 { font-size: 15px; line-height: 1.35; margin: 8px 0; overflow-wrap: anywhere; } p { line-height: 1.5; }
a { color: #0077a8; text-underline-offset: 3px; } button,.button { font: 500 12px "Hanken Grotesk",system-ui,sans-serif; border: 1px solid #0077a8; border-radius: 4px; background: #0077a8; color: white; padding: 6px 9px; min-height: 30px; cursor: pointer; text-decoration: none; display: inline-block; }
button:hover,.button:hover { background: #00648e; } button:disabled { opacity: .6; cursor: wait; }
.quiet { background: transparent; border-color: transparent; color: #0077a8; } .quiet:hover { background: #dceff7; } header .quiet { color: #fff; } header .quiet:hover { background: #00648e; }
:focus-visible { outline: 2px solid #0077a8; outline-offset: 2px; } ::selection { background: #dceff7; }
.toolbar { display: flex; gap: 6px; align-items: center; justify-content: space-between; margin: 0 0 8px; }
select { font: inherit; padding: 5px 3px; min-height: 30px; color: #1d1c1c; background: transparent; border: 1px solid #dce7ec; border-radius: 3px; max-width: 105px; }
form { padding: 10px; margin: 8px 0; background: #fff; border: 1px solid #dce7ec; border-radius: 6px; } label { display: block; font-weight: 500; }
textarea { display: block; width: 100%; margin: 7px 0; padding: 8px; font: inherit; line-height: 1.45; resize: vertical; border: 1px solid #7895a3; border-radius: 4px; color: #1d1c1c; background: #fff; } textarea::placeholder { color: #526b78; }
blockquote { margin: 7px 0; padding: 3px 0 3px 8px; border-left: 2px solid #d1ab51; color: #526b78; font-size: 12px; line-height: 1.4; white-space: pre-wrap; overflow-wrap: anywhere; max-height: 90px; overflow: auto; }
.thread { padding: 10px 12px; margin: 8px 0; border: 1px solid transparent; border-radius: 8px; background: #eaf3f8; cursor: pointer; scroll-margin-top: 58px; }
.thread.is-active { border-color: #77b5ce; background: #fff; }
.thread-open { display: block; width: 100%; padding: 0; min-height: 0; border: 0; background: none; text-align: left; color: #1d1c1c; border-radius: 0; }.thread-open:hover { background: none; }
.thread-heading { display: flex; gap: 8px; align-items: baseline; justify-content: space-between; }.thread-heading strong { font-size: 12px; font-weight: 600; }
.status { font-weight: 400; color: #526b78; font-size: 10px; }.resolved { color: #20694d; }
.meta { display: block; color: #526b78; font-size: 11px; margin: 2px 0 0; font-weight: 400; }
.comment-body,.reply-body { white-space: pre-wrap; overflow-wrap: anywhere; margin: 7px 0 0; line-height: 1.45; }
.thread-details { margin-top: 8px; }.actions { display: flex; gap: 4px; flex-wrap: wrap; }.reply { margin: 8px 0; padding: 0 0 0 9px; border-left: 1px solid #dce7ec; }.reply strong { font-size: 12px; }.reply-form { padding: 0; border: 0; margin: 8px 0 0; }
.reply-count { display: block; color: #0077a8; font-size: 11px; margin-top: 6px; }
#message { color: #845600; white-space: pre-wrap; margin: 0 0 8px; } #message:empty { display: none; } #report-link { font-size: 11px; display: inline-block; margin-bottom: 8px; }
.embedded #report-title,.embedded #report-link { display: none; }
#new-comment { width: 100%; text-align: left; border-color: #dce7ec; background: #fff; }
footer { display: flex; gap: 8px; align-items: center; justify-content: space-between; padding: 3px 12px 10px; color: #526b78; font-size: 11px; }
@media (pointer: coarse) { button,.button,select { min-height: 44px; } }

.report-actions { margin: 0 0 8px; font-size: 11px; color: #526b78; }.report-actions summary { cursor: pointer; padding: 3px 0; }.danger { color: #a22d40; }.danger:hover { background: #fcebee; }

#report-url { width: 100%; margin: 8px 0; padding: 8px; font: inherit; border: 1px solid #7895a3; border-radius: 4px; }

.stale { color: #845600; }
