@font-face { font-family: Onest; src: url('/Onest-variable.ttf') format('truetype'); font-weight: 100 900; font-display: swap; }
:root { color-scheme: light; font-family: Onest,system-ui,sans-serif; color: #302735; background: #f8f6f9; font-size: 13px; }
* { box-sizing: border-box; } body { margin: 0; } [hidden] { display: none !important; }
header { position: sticky; top: 0; z-index: 2; background: #49334f; 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: #e9deec; 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: #79537f; text-underline-offset: 3px; } button,.button { font: 500 12px Onest,system-ui,sans-serif; border: 1px solid #79537f; border-radius: 4px; background: #49334f; color: white; padding: 6px 9px; min-height: 30px; cursor: pointer; text-decoration: none; display: inline-block; }
button:hover,.button:hover { background: #624269; } button:disabled { opacity: .6; cursor: wait; }
.quiet { background: transparent; border-color: transparent; color: #49334f; } .quiet:hover { background: #e9deec; } header .quiet { color: #fff; } header .quiet:hover { background: #624269; }
:focus-visible { outline: 2px solid #97709c; outline-offset: 2px; } ::selection { background: #e9deec; }
.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: #302735; background: transparent; border: 1px solid #ded6e1; border-radius: 3px; max-width: 105px; }
form { padding: 10px; margin: 8px 0; background: #fff; border: 1px solid #ded6e1; 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 #938598; border-radius: 4px; color: #302735; background: #fff; } textarea::placeholder { color: #716476; }
blockquote { margin: 7px 0; padding: 3px 0 3px 8px; border-left: 2px solid #d1ab51; color: #62536a; 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: #f0eaf3; cursor: pointer; scroll-margin-top: 58px; }
.thread.is-active { border-color: #b79abd; background: #fff; }
.thread-open { display: block; width: 100%; padding: 0; min-height: 0; border: 0; background: none; text-align: left; color: #302735; 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: #716476; font-size: 10px; }.resolved { color: #20694d; }
.meta { display: block; color: #716476; 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 #ded6e1; }.reply strong { font-size: 12px; }.reply-form { padding: 0; border: 0; margin: 8px 0 0; }
.reply-count { display: block; color: #79537f; 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: #ded6e1; background: #fff; }
footer { display: flex; gap: 8px; align-items: center; justify-content: space-between; padding: 3px 12px 10px; color: #716476; font-size: 11px; }
@media (pointer: coarse) { button,.button,select { min-height: 44px; } }

.report-actions { margin: 0 0 8px; font-size: 11px; color: #716476; }.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 #938598; border-radius: 4px; }
