.code-of-conduct_container__SekCk{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:var(--bg-page);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:background-color .3s ease}.code-of-conduct_card__fV8_A{width:100%;max-width:800px;background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:16px;padding:3rem;box-shadow:0 20px 40px rgba(0,0,0,.1);animation:code-of-conduct_fadeIn__L6yvX .5s ease-out}@keyframes code-of-conduct_fadeIn__L6yvX{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.code-of-conduct_header__d2tq7{text-align:center;margin-bottom:2.5rem;border-bottom:1px solid var(--border-color);padding-bottom:2rem}.code-of-conduct_title__4lXLT{font-size:2rem;font-weight:800;margin:0 0 1rem;text-transform:uppercase;letter-spacing:-1px}.code-of-conduct_badge__y7WyI{display:inline-block;padding:6px 12px;background-color:rgba(255,0,0,.1);color:#ff4444;border:1px solid rgba(255,0,0,.2);border-radius:4px;font-size:.8rem;font-weight:700;letter-spacing:1px}.code-of-conduct_content__1JmeC{display:flex;flex-direction:column;gap:2rem}.code-of-conduct_sectionTitle__Y61Ht{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary);display:flex;align-items:center;gap:8px}.code-of-conduct_text__fHFhV{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}.code-of-conduct_list__XT3ys{list-style:none;padding:0;margin:.5rem 0 0}.code-of-conduct_listItem___NcM9{position:relative;padding-left:20px;margin-bottom:8px;font-size:.95rem;color:var(--text-secondary);line-height:1.5}.code-of-conduct_listItem___NcM9:before{content:"•";position:absolute;left:0;color:var(--primary-color,#0070f3);font-weight:700}.code-of-conduct_footer__sCIMr{margin-top:3rem;text-align:center;padding-top:2rem;border-top:1px solid var(--border-color)}.code-of-conduct_button__h47MI{display:inline-flex;align-items:center;justify-content:center;background-color:var(--foreground,#000);color:var(--background,#fff);padding:1rem 3rem;border-radius:50px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:none;cursor:pointer;transition:all .2s ease;width:100%;max-width:400px}.code-of-conduct_button__h47MI:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.15)}.code-of-conduct_button__h47MI:disabled{opacity:.5;cursor:wait}@media (max-width:768px){.code-of-conduct_card__fV8_A{padding:1.5rem}.code-of-conduct_title__4lXLT{font-size:1.5rem}}