#guestList .list-item{flex-wrap:wrap;gap:10px}
#guestList .guest-actions{display:flex;flex-wrap:wrap;gap:6px;width:100%}
#guestList .guest-actions button{font-size:12px;border:1px solid var(--line);border-radius:10px;padding:8px 12px;min-height:44px}
#guestList .guest-actions .guest-analyze{color:var(--accent);background:rgba(115,219,198,.08)}
#guestReviewDialog{width:min(680px,calc(100vw - 24px));max-height:90dvh;overflow:auto;box-sizing:border-box;padding:18px;color:var(--text);background:var(--bg);border:1px solid var(--line);border-radius:20px}
#guestReviewDialog .dialog-head{position:sticky;top:-18px;background:var(--bg);z-index:1;padding:12px 0}
#guestReviewDialog h2{font-size:18px;overflow-wrap:anywhere}
#guestReviewContent{font-size:14px;line-height:1.55;overflow-wrap:anywhere}
#guestReviewContent p{white-space:pre-wrap;margin:8px 0 14px}
#guestReviewContent h3{font-size:18px;margin-top:26px}
#guestReviewContent h4{font-size:15px;margin:0 0 10px}
.review-card{padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--surface);margin:12px 0}
.review-card small{display:block;font-size:11px;color:var(--muted)}
.review-status,.review-rating{color:var(--accent);font-weight:600}
.review-warning{color:#ffcb9a}
.review-notice{padding:12px;border-left:3px solid var(--accent);background:rgba(115,219,198,.07)}
.review-evidence blockquote{margin:10px 0;padding:10px 12px;border-left:2px solid var(--line)}
.review-actions{display:flex;flex-wrap:wrap;gap:8px}
.review-select{display:flex;align-items:center;gap:10px;min-height:44px;cursor:pointer}
.review-select input{width:20px;height:20px;flex:0 0 20px;accent-color:var(--accent)}
#ownGuestReports{margin:16px 0;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}
.review-button{min-height:44px;border:1px solid var(--line);border-radius:10px;padding:10px 14px;font-size:13px;margin:5px 0}
.review-button:hover,.review-button:focus-visible{border-color:var(--accent)}
#guestReviewContent summary{cursor:pointer;min-height:36px;padding:8px 0;color:var(--accent)}
#deviceDiagnosticsSetting{margin-top:12px}
@media(max-width:390px){#guestReviewDialog{padding:12px}.review-card{padding:12px}#guestReviewDialog .dialog-head{top:-12px}}
