.ApiKeyForm_form__Q00pC{display:flex;flex-direction:column;gap:1.5rem}.ApiKeyForm_formSection__cFLZ_{display:flex;flex-direction:column;gap:1rem}.ApiKeyForm_sectionTitle__DAfhx{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.ApiKeyForm_sectionIndicator__Tk6IW{width:.25rem;height:1rem;background-color:var(--primary);border-radius:9999px}.ApiKeyForm_formGrid__A2YSW{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.ApiKeyForm_inputGroup__h0fPB{display:flex;flex-direction:column;gap:.5rem}.ApiKeyForm_label__TfhUK{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary)}.ApiKeyForm_required__tQYnG{color:#ef4444}.ApiKeyForm_input__hDH5A{width:100%;padding:.75rem 1rem;font-size:.9375rem;background:var(--surface-bg);border:1px solid var(--border-light);border-radius:.5rem;color:var(--text-primary);transition:all .2s ease-in-out}.ApiKeyForm_input__hDH5A::placeholder{color:var(--text-secondary);opacity:.7}.ApiKeyForm_input__hDH5A:hover{border-color:var(--text-secondary)}.ApiKeyForm_input__hDH5A:focus{outline:none;border-color:var(--primary);background:transparent;box-shadow:0 0 0 3px rgba(var(--primary-rgb,13,110,253),.1)}.ApiKeyForm_select__n42uM{width:100%;padding:.75rem 1rem;font-size:.9375rem;background:var(--surface-bg);border:1px solid var(--border-light);border-radius:.5rem;color:var(--text-primary);transition:all .2s ease-in-out;cursor:pointer}.ApiKeyForm_select__n42uM:hover{border-color:var(--text-secondary)}.ApiKeyForm_select__n42uM:focus{outline:none;border-color:var(--primary);background:transparent;box-shadow:0 0 0 3px rgba(var(--primary-rgb,13,110,253),.1)}.ApiKeyForm_textarea__yMffC{width:100%;padding:.75rem 1rem;font-size:.9375rem;background:var(--surface-bg);border:1px solid var(--border-light);border-radius:.5rem;color:var(--text-primary);transition:all .2s ease-in-out;resize:vertical;font-family:inherit}.ApiKeyForm_textarea__yMffC::placeholder{color:var(--text-secondary);opacity:.7}.ApiKeyForm_textarea__yMffC:hover{border-color:var(--text-secondary)}.ApiKeyForm_textarea__yMffC:focus{outline:none;border-color:var(--primary);background:transparent;box-shadow:0 0 0 3px rgba(var(--primary-rgb,13,110,253),.1)}.ApiKeyForm_monoFont__NtPxn{font-family:Monaco,Menlo,Ubuntu Mono,monospace}.ApiKeyForm_warningMessage__JyNAD{font-size:.75rem;color:#f59e0b;margin-top:.25rem}.ApiKeyForm_helperText__Agh4v{font-size:.75rem;color:var(--text-tertiary);margin-top:.25rem}.ApiKeyForm_presetButton__pXjJk{padding:.5rem 1rem;font-size:.875rem;border:1px solid var(--border-light);border-radius:.375rem;background:var(--card-bg);color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.ApiKeyForm_presetButton__pXjJk:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light,rgba(59,130,246,.1))}.ApiKeyForm_submitButton__bv_NT{width:100%;background:var(--primary);color:white;font-weight:600;padding:.875rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-size:1rem;transition:all .2s ease-in-out;margin-top:1rem;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;gap:.5rem}.ApiKeyForm_submitButton__bv_NT:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.ApiKeyForm_submitButton__bv_NT:active{transform:translateY(0);box-shadow:var(--shadow-sm)}.ApiKeyForm_submitButton__bv_NT:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:var(--shadow-sm)}.ApiKeyForm_submitButton__bv_NT:disabled:hover{transform:none;box-shadow:var(--shadow-sm);background:var(--primary)}.ApiKeyForm_buttonIcon__FeyeF{width:1rem;height:1rem}@media (max-width:640px){.ApiKeyForm_formGrid__A2YSW{grid-template-columns:1fr}.ApiKeyForm_sectionTitle__DAfhx{font-size:.8125rem}}.CommunityBlogSection_wrap__VLmFx{display:flex;flex-direction:column;gap:1rem}.CommunityBlogSection_toolbar__rqLRJ{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;padding:.75rem;background:var(--surface-bg,#f9fafb);border:1px solid var(--border-color,#e5e7eb);border-radius:8px}.CommunityBlogSection_toolbarField__Eb5UZ{display:flex;flex-direction:column;gap:.25rem}.CommunityBlogSection_toolbarLabel__hwbZQ{font-size:.75rem;font-weight:600;color:var(--text-muted,#6b7280);text-transform:uppercase;letter-spacing:.03em}.CommunityBlogSection_inlineInput__sGamk{padding:.4rem .6rem;border:1px solid var(--border-color,#d1d5db);border-radius:6px;font-size:.875rem;background:var(--card-bg,#fff);color:inherit;min-width:10rem}.CommunityBlogSection_mutedHint__XdzDn{font-size:.8125rem;color:var(--text-muted,#6b7280)}.CommunityBlogSection_communityBar__Zb1Xa{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.CommunityBlogSection_communityChip__j38v1{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:999px;border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);font-size:.875rem;cursor:pointer;transition:all .15s;color:inherit}.CommunityBlogSection_communityChip__j38v1:hover{border-color:#ff4500}.CommunityBlogSection_communityChipActive__uFCJL{background:#fff1eb;border-color:#ff4500;color:#b5320a;font-weight:600}.CommunityBlogSection_chipCount__3F_oA{font-size:.75rem;color:var(--text-muted,#6b7280)}.CommunityBlogSection_ghostButton__ekILd{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .7rem;border:1px dashed var(--border-color,#cbd5e1);border-radius:999px;background:transparent;color:var(--text-muted,#4b5563);font-size:.8125rem;cursor:pointer}.CommunityBlogSection_ghostButton__ekILd:hover{border-color:#ff4500;color:#b5320a}.CommunityBlogSection_primaryButton__Cr76A{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:none;border-radius:6px;background:#ff4500;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer}.CommunityBlogSection_primaryButton__Cr76A:disabled{opacity:.5;cursor:not-allowed}.CommunityBlogSection_subtleButton__upFFI{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .6rem;border:1px solid var(--border-color,#e5e7eb);border-radius:6px;background:var(--card-bg,#fff);color:var(--text-muted,#4b5563);font-size:.8125rem;cursor:pointer}.CommunityBlogSection_subtleButton__upFFI:hover{background:var(--surface-bg,#f3f4f6)}.CommunityBlogSection_panel__lgp42{border:1px solid var(--border-color,#e5e7eb);border-radius:10px;background:var(--card-bg,#fff);overflow:hidden}.CommunityBlogSection_panelPad__PM_07{padding:1rem}.CommunityBlogSection_communityHead__SUAmv{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:1rem;background:linear-gradient(180deg,#fff6f2,transparent);border-bottom:1px solid var(--border-color,#f1f1f1)}.CommunityBlogSection_communityTitle__uk5dT{margin:0;font-size:1.05rem;font-weight:700}.CommunityBlogSection_communitySlug__8mBDO{font-size:.8125rem;color:var(--text-muted,#6b7280)}.CommunityBlogSection_rulesList__3Sg7h{margin:.5rem 0 0;padding-left:1.1rem;font-size:.8125rem;color:var(--text-muted,#4b5563);display:grid;gap:.15rem}.CommunityBlogSection_badge__1ZttH{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;background:#eef2ff;color:#4338ca;white-space:nowrap}.CommunityBlogSection_feedTabs__QeMG0{display:flex;gap:.25rem;padding:.5rem 1rem 0}.CommunityBlogSection_feedTab__1y8y4{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border:none;border-radius:6px 6px 0 0;background:transparent;color:var(--text-muted,#6b7280);font-size:.8125rem;font-weight:600;cursor:pointer}.CommunityBlogSection_feedTabActive__xq_6M{background:var(--surface-bg,#f3f4f6);color:#ff4500}.CommunityBlogSection_postList__LjGG3{display:flex;flex-direction:column;gap:.75rem;padding:.75rem 1rem 1rem}.CommunityBlogSection_postCard__sDvY1{display:flex;gap:.75rem;padding:.75rem;border:1px solid var(--border-color,#e5e7eb);border-radius:8px;background:var(--card-bg,#fff)}.CommunityBlogSection_voteCol__qqqTd{display:flex;flex-direction:column;align-items:center;gap:.1rem;flex-shrink:0}.CommunityBlogSection_voteBtn__Viixn{display:inline-flex;border:none;background:transparent;color:var(--text-muted,#9ca3af);cursor:pointer;padding:.1rem;border-radius:4px;line-height:0}.CommunityBlogSection_voteBtn__Viixn:hover{background:var(--surface-bg,#f3f4f6);color:#6b7280}.CommunityBlogSection_voteBtnUpActive__O8oQY{color:#ff4500}.CommunityBlogSection_voteBtnDownActive__SgbzY{color:#7193ff}.CommunityBlogSection_voteScore__kvvTH{font-size:.8125rem;font-weight:700;min-width:1.5rem;text-align:center}.CommunityBlogSection_postBody___rBmI{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.CommunityBlogSection_postMeta__9eFuI{font-size:.75rem;color:var(--text-muted,#6b7280);display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.CommunityBlogSection_postTitle__kNBit{margin:0;font-size:.98rem;font-weight:600;word-break:break-word}.CommunityBlogSection_postText__GYIG1{margin:0;font-size:.875rem;white-space:pre-wrap;word-break:break-word;color:var(--text-primary,#374151)}.CommunityBlogSection_postActions__iFXcy{display:flex;gap:.5rem;align-items:center}.CommunityBlogSection_linkButton__Lzouf{border:none;background:transparent;color:var(--text-muted,#6b7280);font-size:.8125rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .35rem;border-radius:4px}.CommunityBlogSection_linkButton__Lzouf:hover{background:var(--surface-bg,#f3f4f6)}.CommunityBlogSection_dangerText__NBtG7{color:#dc2626}.CommunityBlogSection_commentComposer__chXII{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.CommunityBlogSection_textArea__trfdG{width:100%;min-height:3.5rem;padding:.5rem .6rem;border:1px solid var(--border-color,#d1d5db);border-radius:6px;font-size:.875rem;font-family:inherit;resize:vertical;background:var(--card-bg,#fff);color:inherit}.CommunityBlogSection_commentTree__vMNce{margin-top:.6rem;display:flex;flex-direction:column;gap:.5rem}.CommunityBlogSection_commentNode__QKtpI{display:flex;gap:.5rem}.CommunityBlogSection_threadLine__nbs6n{border-left:2px solid var(--border-color,#e5e7eb);padding-left:.6rem;margin-left:.15rem;margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.CommunityBlogSection_commentMain__pt6of{flex:1;min-width:0}.CommunityBlogSection_commentMeta__9pO_r{font-size:.7rem;color:var(--text-muted,#6b7280);display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.CommunityBlogSection_commentText__KzH4c{margin:.15rem 0;font-size:.8125rem;white-space:pre-wrap;word-break:break-word}.CommunityBlogSection_emptyState__zBdmo{padding:1.5rem;text-align:center;color:var(--text-muted,#9ca3af);font-size:.875rem}.CommunityBlogSection_leaderboard__1fMY_{display:flex;flex-wrap:wrap;gap:.4rem}.CommunityBlogSection_leaderItem__m9_42{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:999px;background:var(--surface-bg,#f3f4f6);font-size:.8125rem}.CommunityBlogSection_karma__Hwj1C{font-weight:700;color:#ff4500}.CommunityBlogSection_karmaNeg__JI_hc{color:#7193ff}.CommunityBlogSection_formRow__6gRMV{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end}