#account-public-profile-section .account-public-profile-biography{width:100%;min-height:7rem;padding:.75rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:.95rem;line-height:1.5;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}#account-public-profile-section .account-public-profile-biography:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 2px var(--surface)}#account-public-profile-section .account-public-profile-biography::placeholder{color:var(--text-muted)}.account-public-profile-avatar-wrap{margin-bottom:.25rem}.account-public-profile-avatar-wrap label{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.account-public-profile-avatar-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem;justify-content:center}.account-public-profile-avatar-preview-wrap{position:relative;flex-shrink:0;width:96px;height:96px;margin:0 auto}.account-public-profile-avatar-preview{position:relative;z-index:1;width:96px;height:96px;border-radius:50%;background:var(--surface);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:visible;pointer-events:none}.account-public-profile-avatar-preview .account-public-profile-avatar-remove{pointer-events:auto;position:absolute;bottom:4px;right:4px;width:24px;height:24px;min-width:24px;min-height:24px;padding:0;border:none;border-radius:50%;background:var(--text-muted);color:var(--bg);cursor:pointer;transform:translate(25%,25%);font-size:0;display:flex;align-items:center;justify-content:center}.account-public-profile-avatar-preview .account-public-profile-avatar-remove::after,.account-public-profile-avatar-preview .account-public-profile-avatar-remove::before{content:'';position:absolute;width:12px;height:2px;background:currentColor}.account-public-profile-avatar-preview .account-public-profile-avatar-remove::before{transform:rotate(45deg)}.account-public-profile-avatar-preview .account-public-profile-avatar-remove::after{transform:rotate(-45deg)}.account-public-profile-avatar-preview .account-public-profile-avatar-remove:hover{background:var(--text)}.account-public-profile-avatar-preview-wrap:not(.has-avatar) .account-public-profile-avatar-remove{display:none}.account-public-profile-avatar-preview-inner{position:absolute;inset:0;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.account-public-profile-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.account-public-profile-avatar-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--surface);color:var(--text-muted);border-radius:50%}.account-public-profile-avatar-placeholder::before{content:'';width:40px;height:40px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E") no-repeat center/contain}.account-public-profile-avatar-upload{position:absolute;inset:0;z-index:0;width:100%;height:100%;opacity:0;cursor:pointer;font-size:0;border-radius:50%}@media (max-width:480px){.account-public-profile-avatar-row{flex-direction:column;align-items:flex-start}}.account-public-profile-view-wrap{margin:0 0 1rem}.account-required{font-size:.8em;color:var(--text-muted);font-weight:400}.account-public-profile-social-wrap{margin-bottom:.25rem}.account-public-profile-social-add-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.account-public-profile-social-add-row input{flex:1;min-width:0}.account-public-profile-social-add-row button{flex-shrink:0;min-height:2.75rem;padding:.5rem 1rem;background:var(--accent);color:var(--bg);border:none;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer}.account-public-profile-social-add-row button:hover{opacity:.95}.account-public-profile-social-list{list-style:none;padding:0;margin:.5rem 0 0}.account-public-profile-social-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.account-public-profile-social-icon{width:1.75rem;min-width:1.75rem;text-align:center;color:var(--text-muted);font-size:1rem}.account-public-profile-social-item a{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--accent);font-size:.9rem}.account-public-profile-social-remove{flex-shrink:0;min-width:2.75rem;min-height:2.75rem;padding:0;border:none;background:0 0;color:var(--text-muted);cursor:pointer;font-size:1.1rem;line-height:1}.account-public-profile-social-remove:hover{color:var(--text)}.account-public-profile-delete-confirm{margin-top:1rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.account-public-profile-delete-confirm-message{margin:0 0 1rem 0;font-size:.95rem;color:var(--text);line-height:1.45}.account-public-profile-delete-confirm-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.account-public-profile-delete-confirm-ok{padding:.5rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:500;border-radius:8px;cursor:pointer;background:#c0392b;border:1px solid #a93226;color:#fff;min-height:2.75rem}.account-public-profile-delete-confirm-ok:hover{background:#a93226}body:not(.admin-page) .content-page .content-wrap{max-width:42rem;margin-left:auto;margin-right:auto}.profile-view-loading{margin:2rem 0;text-align:center;color:var(--text-muted)}.profile-view-login{margin:2rem 0;text-align:center}.profile-view-login p+p{margin-top:1rem}.profile-view-content{margin-top:1.5rem;display:flex;justify-content:center;padding:0 1rem;width:100%;box-sizing:border-box}.profile-view-set-slug{margin-top:1.5rem;text-align:center;color:var(--text-muted)}.profile-view-set-slug p+p{margin-top:.75rem}.profile-view-card{max-width:28rem;width:100%;margin:0 auto;padding:2.5rem 2rem;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.02);text-align:center;position:relative;overflow:hidden}.profile-view-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-dim,rgba(0,0,0,.06)));opacity:.9}.profile-view-avatar-wrap{margin:0 auto 1.5rem}.profile-view-avatar-img{width:112px;height:112px;border-radius:50%;object-fit:cover;display:block;margin:0 auto;border:3px solid var(--border);box-shadow:0 4px 16px rgba(0,0,0,.1)}.profile-view-name{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;color:var(--text);line-height:1.25;letter-spacing:-.02em}.profile-view-links{margin:0 0 1.25rem;font-size:.95rem}.profile-view-link{color:var(--accent);text-decoration:none;font-weight:500;transition:color .15s ease,text-decoration .15s ease}.profile-view-link:hover{text-decoration:underline;text-underline-offset:3px}.profile-view-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.profile-view-sep{color:var(--text-muted);font-weight:400;pointer-events:none}.members-modal-social,.profile-view-social-wrap,.public-profile-social-wrap{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .75rem;margin:0 0 1.25rem;width:100%;border-bottom:none}.members-modal-social-icon,.profile-view-social-icon,.public-profile-social-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;border-radius:50%;background:var(--surface);border:1px solid var(--border);color:var(--text);text-decoration:none;transition:color .15s ease,border-color .15s ease,background .15s ease}.members-modal-social-icon:hover,.profile-view-social-icon:hover,.public-profile-social-icon:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-dim,rgba(0,0,0,.04))}.members-modal-social-icon:focus-visible,.profile-view-social-icon:focus-visible,.public-profile-social-icon:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.members-modal-social-icon::after,.profile-view-social-icon::after,.public-profile-social-icon::after{display:none!important;content:none!important}.members-modal-social-icon i,.profile-view-social-icon i,.public-profile-social-icon i{font-size:1.1rem}.profile-view-bio{margin:0 auto 0;max-width:26rem;line-height:1.65;color:var(--text);white-space:pre-wrap;word-break:break-word;font-size:1rem;color:var(--text-muted)}.account-public-profile-actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:.75rem 1rem;width:100%}.account-public-profile-actions .user-form-submit-secondary,.account-public-profile-actions button[type=submit]{flex:1 1 0;min-width:0;min-height:2.75rem;padding:.5rem 1rem;box-sizing:border-box;font-size:.9rem;font-family:inherit;font-weight:600;line-height:1.25;border-radius:6px;margin:0;border:1px solid transparent}.account-public-profile-actions button[type=submit]{background:var(--accent);color:var(--bg);border-color:var(--accent)}.account-public-profile-actions .user-form-submit-secondary{background:0 0;color:var(--text-muted);border-color:var(--border);cursor:pointer;transition:border-color .15s ease,color .15s ease}.account-public-profile-actions .user-form-submit-secondary:hover{color:var(--text);border-color:var(--text-muted)}.account-public-profile-actions .user-form-submit-secondary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.account-public-profile-actions .user-form-submit-secondary:disabled{opacity:.6;cursor:not-allowed}.members-page-title{margin:0 0 .5rem;text-align:center}.members-page-cta{margin:0 0 1.25rem;text-align:center}.members-page-cta a{color:var(--accent);font-weight:600;text-decoration:none}.members-page-cta a:hover{text-decoration:underline;text-underline-offset:3px}.members-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.members-card{position:relative;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:0;overflow:hidden;cursor:pointer;min-height:2.75rem}.members__card-banner{position:absolute;top:1.4rem;right:1rem;width:8rem;min-width:8rem;padding:.4em .6em;font-family:'DM Sans',system-ui,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-align:center;white-space:nowrap;color:var(--bg);background:var(--accent);transform:translateX(40%) rotate(45deg);transform-origin:center center;box-shadow:0 2px 8px rgba(0,0,0,.2);z-index:0}.members-card-avatar{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.members-card-name{display:block;padding:.7rem .8rem;font-size:.9rem;font-weight:600;line-height:1.35;color:var(--text);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.members-card-overlay{position:absolute;top:0;left:0;width:100%;aspect-ratio:1/1;display:flex;align-items:flex-end;justify-content:center;padding:0 .75rem .75rem;box-sizing:border-box;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.75));color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.02em;opacity:0;transition:opacity .18s ease;z-index:1}.members-card:focus-visible .members-card-overlay,.members-card:hover .members-card-overlay{opacity:1}.members-empty{margin:1rem 0 0;text-align:center;color:var(--text-muted)}.members-modal[hidden]{display:none}.members-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.members-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.56)}.members-modal-card{position:relative;width:min(36rem,95vw);max-height:90vh;overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.2rem 1.15rem 1.1rem;z-index:1}.members-modal-close{position:absolute;top:.5rem;right:.5rem;width:2.75rem;height:2.75rem;border:0;background:0 0;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer}.members-modal-avatar-wrap{margin:0 auto .65rem;width:104px}.members-modal-avatar{width:104px;height:104px;border-radius:50%;object-fit:cover;border:2px solid var(--border);display:block}.members-modal-name{margin:0 0 .6rem;text-align:center;font-size:1.35rem}.members-modal-links{margin:0 0 .75rem;text-align:center}.members-modal-link{color:var(--accent);text-decoration:none;font-weight:500}.members-modal-link:hover{text-decoration:underline;text-underline-offset:3px}.members-modal-sep{color:var(--text-muted)}.members-modal-card .members-modal-social{max-width:28rem;margin:0 auto 1.25rem}.members-modal-bio{margin:0;color:var(--text-muted);line-height:1.6;white-space:pre-wrap;overflow-wrap:break-word}body.members-modal-open{overflow:hidden}@media (max-width:900px){.members-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.members-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.members-grid{grid-template-columns:1fr}}@media (min-width:769px){.members-carousel-wrap .carousel__arrow,.members-carousel-wrap .carousel__dots{display:none!important}.carousel__track.members__carousel{flex-wrap:wrap;justify-content:center;overflow-x:visible;scroll-snap-type:none;cursor:default;user-select:auto}.carousel__track.members__carousel .members-card{flex:0 0 auto;width:calc((100% - 3 * 1.5rem)/ 4);min-width:140px}}@media (min-width:769px) and (max-width:900px){.carousel__track.members__carousel .members-card{width:calc((100% - 2 * 1.5rem)/ 3)}}@media (max-width:768px){.carousel__track.members__carousel .members-card{width:100%;min-width:100%;flex:0 0 100%}}