.correction-request-flag{min-height:28px;color:var(--muted-foreground);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:6px;align-items:center;gap:4px;padding:2px 4px;font-size:.75rem;font-weight:500;line-height:1.4;display:inline-flex}.correction-request-flag:hover{color:var(--hover-primary)}.correction-request-flag:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.correction-request-flag svg{flex:none}.participant-detail .participant-channel-links{flex-direction:column;align-items:flex-end;gap:4px;display:flex}@media (max-width:900px){.participant-detail .participant-channel-links{align-items:flex-start}}.cr-backdrop{z-index:240;background:#0009;position:fixed;inset:0}.cr-dialog{z-index:241;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);width:min(520px,100vw - 32px);max-height:calc(100dvh - 32px);color:var(--foreground);word-break:keep-all;overflow-wrap:anywhere;flex-direction:column;gap:18px;padding:24px;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;display:flex;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 20px 56px #0007}.cr-dialog input,.cr-dialog textarea,.cr-dialog select,.cr-dialog button,.cr-dialog a,.cr-dialog legend,.cr-dialog label{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.cr-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.cr-head h2{letter-spacing:-.01em;margin:4px 0 0;font-size:20px;font-weight:600;line-height:1.3}.cr-head p{color:var(--muted-foreground);margin:4px 0 0;font-size:14px;font-weight:500;line-height:20px}.cr-close{width:44px;height:44px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;display:grid}.cr-close:hover{background:var(--accent);color:var(--foreground)}.cr-close:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 55%, transparent);outline-offset:1px}.cr-field{flex-direction:column;gap:6px;display:flex}.cr-field>label,.cr-field>.cr-label,.cr-field>legend{font-size:13px;font-weight:600;line-height:18px}.cr-field .cr-hint{color:var(--muted-foreground);font-size:13px;line-height:18px}.cr-target-choice{border:0;flex-wrap:wrap;gap:6px;min-inline-size:0;margin:0;padding:0;display:flex}.cr-target-choice button{border:1px solid var(--border);min-height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:500}.cr-target-choice button[aria-pressed=true]{border-color:color-mix(in srgb, var(--primary) 55%, var(--border));background:color-mix(in srgb, var(--primary) 12%, transparent);color:var(--foreground)}.cr-target-choice button:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 55%, transparent);outline-offset:1px}.cr-target-chip{border:1px solid var(--border);background:color-mix(in srgb, var(--foreground) 4%, transparent);border-radius:6px;align-self:flex-start;align-items:center;gap:6px;max-width:100%;padding:6px 10px;font-size:13px;font-weight:500;line-height:18px;display:inline-flex}.cr-target-chip strong{font-weight:600}.cr-chip-action{min-height:28px;color:var(--primary);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;border-radius:6px;margin-left:2px;padding:2px 6px;font-size:13px;font-weight:500;text-decoration:underline}.cr-chip-action:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 55%, transparent);outline-offset:1px}.cr-search{color:var(--muted-foreground);align-items:center;gap:6px;display:flex}.cr-results{border:1px solid var(--border);border-radius:8px;max-height:208px;margin:2px 0 0;padding:0;list-style:none;overflow-y:auto}.cr-results li+li{border-top:1px solid color-mix(in srgb, var(--foreground) 7%, transparent)}.cr-results button{width:100%;min-height:40px;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:baseline;gap:10px;padding:8px 12px;font-size:14px;font-weight:500;display:flex}.cr-results button:hover{background:var(--accent)}.cr-results button:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 55%, transparent);outline-offset:-2px}.cr-results small{color:var(--muted-foreground);font-size:12px}.cr-category{border:0;min-inline-size:0;margin:0;padding:0}.cr-category>legend{margin:0 0 6px;padding:0}.cr-category-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.cr-category-option{border:1px solid var(--border);min-height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;line-height:18px;display:inline-flex;position:relative}.cr-category-option:hover{border-color:color-mix(in srgb, var(--foreground) 22%, var(--border));color:var(--foreground)}.cr-category-option[data-selected=true]{border-color:color-mix(in srgb, var(--primary) 55%, var(--border));background:color-mix(in srgb, var(--primary) 12%, transparent);color:var(--foreground)}.cr-category-option input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.cr-category-option:has(input:focus-visible){outline:2px solid color-mix(in srgb, var(--primary) 55%, transparent);outline-offset:1px}.cr-category-mark{border:1px solid color-mix(in srgb, var(--foreground) 35%, transparent);background:0 0;border-radius:50%;flex:none;width:14px;height:14px;position:relative}.cr-category-option[data-selected=true] .cr-category-mark{border-color:var(--primary)}.cr-category-option[data-selected=true] .cr-category-mark:after{content:"";background:var(--primary);border-radius:50%;position:absolute;inset:2px}.cr-dialog input:not([type=radio]),.cr-dialog textarea{width:100%}.cr-dialog input:not([type=radio]){border:1px solid var(--border);min-height:40px;color:var(--foreground);box-shadow:none;background:0 0;border-radius:8px;outline:none;padding:8px 10px}.cr-dialog textarea{field-sizing:fixed;border:1px solid var(--border);min-height:112px;max-height:160px;color:var(--foreground);box-shadow:none;resize:vertical;background:0 0;border-radius:8px;outline:none;padding:8px 10px;overflow-y:auto}.cr-dialog input:not([type=radio])::placeholder,.cr-dialog textarea::placeholder{color:var(--muted-foreground)}.cr-dialog input:not([type=radio]):focus-visible{border-color:color-mix(in srgb, var(--primary) 60%, var(--border));outline:2px solid color-mix(in srgb, var(--primary) 45%, transparent);outline-offset:1px;box-shadow:none}.cr-dialog textarea:focus-visible{border-color:color-mix(in srgb, var(--primary) 60%, var(--border));outline:2px solid color-mix(in srgb, var(--primary) 45%, transparent);outline-offset:1px;box-shadow:none}.cr-counter{color:var(--muted-foreground);justify-content:flex-end;font-size:12px;font-weight:500;line-height:16px;display:flex}.cr-counter[data-over=true]{color:#ffb8aa}.cr-actions{border-top:1px solid color-mix(in srgb, var(--foreground) 8%, transparent);flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:0;padding-top:16px;display:flex}.cr-button{border:1px solid var(--border);min-height:40px;color:var(--foreground);white-space:nowrap;cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;display:inline-flex}.cr-button:hover{background:var(--accent)}.cr-button:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 55%, transparent);outline-offset:1px}.cr-button:disabled{opacity:.55;cursor:default}.cr-button-primary{background:var(--primary);color:var(--primary-foreground);border-color:#0000}.cr-button-primary:hover{background:var(--hover-primary);color:var(--primary-foreground)}.cr-login-note{color:var(--muted-foreground);font-size:13px;line-height:18px;display:block}.cr-head+.cr-login-note{margin-top:-18px}.cr-error{color:#ffb8aa;margin:0;font-size:13px;line-height:18px}.cr-success{border:1px solid color-mix(in srgb, var(--primary) 45%, var(--border));background:color-mix(in srgb, var(--primary) 9%, transparent);border-radius:8px;flex-direction:column;gap:8px;padding:18px;display:flex}.cr-success strong{font-size:16px;font-weight:600}.cr-success p{color:var(--muted-foreground);margin:0;font-size:14px;line-height:20px}@media (max-width:560px){.cr-dialog{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:92dvh;padding-bottom:calc(24px + env(safe-area-inset-bottom));top:auto;bottom:0;left:0;transform:none}.cr-category-option{min-height:44px}.cr-category-options{grid-template-columns:repeat(2,minmax(0,1fr))}.cr-target-choice button,.cr-dialog input:not([type=radio]),.cr-button,.cr-results button{min-height:44px}}
