.community-notes{width:min(100% - 48px,1480px);margin:0 auto 88px;padding:28px;border:1px solid var(--line);border-radius:24px;background:var(--white);box-shadow:0 18px 48px rgba(69,41,128,.08)}.community-notes-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.community-notes-head h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:.95}.community-notes-head p{max-width:560px;margin:8px 0 0;color:var(--muted);line-height:1.55}.community-note-form{display:grid;gap:12px;padding:18px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--paper-2) 50%,transparent)}.community-note-nickname-field{display:grid;gap:7px;max-width:420px;font-size:12px;font-weight:800}.community-note-nickname-field>span small,.community-note-nickname-field>small{color:var(--muted);font-weight:600}.community-note-nickname-field input{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:var(--white);color:var(--ink);font:inherit}.community-note-types{display:flex;flex-wrap:wrap;gap:8px}.community-note-types label{cursor:pointer}.community-note-types input{position:absolute;opacity:0;pointer-events:none}.community-note-types span{display:inline-flex;min-height:42px;padding:0 12px;align-items:center;border:1px solid var(--line);border-radius:999px;background:var(--white);font-size:12px;font-weight:800;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.community-note-types input:focus-visible+span{outline:2px solid var(--violet);outline-offset:2px}.community-note-types input:checked+span{border-color:transparent;background:linear-gradient(110deg,var(--pink),var(--violet));color:#fff;box-shadow:0 0 0 2px color-mix(in srgb,var(--violet) 28%,transparent)}.community-note-form textarea{width:100%;min-height:104px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:var(--white);color:var(--ink);font:inherit;line-height:1.5;resize:vertical}.community-note-form-foot{display:flex;align-items:center;justify-content:space-between;gap:14px}.community-note-form-foot small,.community-note-status{color:var(--muted);font-size:12px}.community-note-submit{min-height:46px}.community-note-list{display:grid;gap:10px;margin-top:18px}.community-note{padding:15px 16px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--white) 88%,transparent)}.community-note-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.community-note-identity{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.community-note-tag{font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--violet)}.community-note-nickname{font-size:12px;font-weight:800;color:var(--ink)}.community-note-nickname::before{content:'·';margin-right:7px;color:var(--muted)}.community-note p{margin:9px 0 0;line-height:1.55;overflow-wrap:anywhere}.community-note-report{padding:5px 0;border:0;background:none;color:var(--muted);cursor:pointer;font-size:11px;text-decoration:underline;text-underline-offset:3px}.community-note-empty{margin:18px 0 0;color:var(--muted);font-size:13px}.community-note-local{padding:13px 14px;border:1px solid var(--line);border-radius:14px;color:var(--muted);font-size:12px}.community-note-admin{width:min(100% - 32px,980px);margin:40px auto 80px}.community-note-admin-controls{display:flex;gap:10px;margin:20px 0}.community-note-admin input{flex:1;min-width:0;min-height:46px;padding:0 12px}.community-note-admin-item{padding:18px;border:1px solid var(--line);border-radius:16px;margin-top:12px;background:var(--white)}.community-note-admin-meta{display:grid;gap:4px}.community-note-admin-meta strong{font-size:16px}.community-note-admin-meta span{color:var(--muted);font-size:12px}.community-note-admin-body{margin:14px 0 0;padding:13px 14px;border-radius:12px;background:color-mix(in srgb,var(--paper-2) 58%,transparent);line-height:1.55}.community-note-admin-actions{display:flex;gap:8px;margin-top:14px}@media(max-width:720px){.community-notes{width:calc(100% - 24px);margin-bottom:60px;padding:18px}.community-notes-head{display:block}.community-note-form-foot{align-items:stretch;flex-direction:column}.community-note-submit{width:100%;justify-content:center}.community-note-types{display:grid;grid-template-columns:1fr 1fr}.community-note-types span{justify-content:center}.community-note-nickname-field{max-width:none}.community-note-admin-controls,.community-note-admin-actions{flex-direction:column}}html[data-theme="dark"] .community-notes,html[data-theme="dark"] .community-note-form,html[data-theme="dark"] .community-note,html[data-theme="dark"] .community-note-form textarea,html[data-theme="dark"] .community-note-nickname-field input,html[data-theme="dark"] .community-note-types span,html[data-theme="dark"] .community-note-admin-item{border-color:rgba(255,255,255,.12);background:rgba(30,22,45,.88);color:#f8f3ff}html[data-theme="dark"] .community-note-types input:checked+span{border-color:rgba(255,255,255,.18);background:linear-gradient(110deg,#b93cff,#6b4cff);color:#fff;box-shadow:0 0 0 2px rgba(170,100,255,.35),0 8px 22px rgba(80,45,170,.28)}html[data-theme="dark"] .community-note-nickname{color:#f8f3ff}html[data-theme="dark"] .community-note-admin-body{background:rgba(255,255,255,.06)}