.privacy-explanation{font-size:.875rem;line-height:1.4}.privacy-explanation p{margin-bottom:.75rem}.privacy-explanation p:last-child{margin-bottom:0}.account-section{background-color:#fff;width:100%;max-width:100%;padding-bottom:24px}.account-section .account-title{color:#454b58;background-color:#fff;border-bottom:1px solid #e5e7eb;width:100%;margin:0;padding:20px 24px;font-size:1.5rem;font-weight:700;display:block}.account-section .account-card{background-color:#fff;border-top:1px solid #e5e7eb;margin:0;padding:8px 16px}.account-section .profile-card{background-color:#fff;padding:20px 24px;display:block}.account-section .handle-section-card{border-top:1px solid #e5e7eb}.collapsible-header{cursor:pointer;border-radius:2px;justify-content:space-between;align-items:center;width:100%;margin:0;padding:16px;transition:background-color .2s;display:flex;position:relative}.collapsible-header:hover{background-color:#f9fafb}.collapsible-header h2{color:#454b58;margin:0;font-size:1.1rem;font-weight:600}.caret-icon{background-color:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:background-color .2s;display:flex}.collapsible-header:hover .caret-icon{background-color:#e5e7eb}.caret-icon svg{transition:transform .3s}.caret-icon svg.open{transform:rotate(180deg)}.collapsible-content{opacity:0;max-height:0;padding-top:0;transition:max-height .3s ease-out,opacity .3s;overflow:hidden}.collapsible-content.open{opacity:1;max-height:800px;padding-top:8px}.section-content{padding:0 24px 12px}.account-section .profile-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin:16px;display:block;box-shadow:0 1px 2px #0000000d}.account-section .profile-bio-container{margin:8px 0 16px;padding:8px 0}.account-section .profile-header{justify-content:center;align-items:center;gap:16px;margin-bottom:0;padding:16px 0;display:flex}.account-section .profile-pic-container{background-color:#fff;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;width:60px;height:60px;overflow:hidden}.account-section .profile-pic{object-fit:cover;width:100%;height:100%}.account-section .profile-pic-placeholder{color:#fff;background-color:#66a9e4;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;font-weight:600;display:flex}.account-section .profile-name{color:#454b58;margin:0 0 4px;font-size:1.25rem;font-weight:600}.account-section .profile-bio-container{align-items:center;gap:10px;display:flex}.account-section .profile-bio{color:#6b7280;text-align:center;max-width:400px;margin:0 auto;font-size:.9rem;line-height:1.5}.account-section .edit-bio-button{color:#4f46e5;cursor:pointer;opacity:0;background-color:#0000;border:none;border-radius:4px;padding:2px 5px;font-size:.8rem;transition:opacity .2s,background-color .2s}.account-section .profile-bio-container:hover .edit-bio-button{opacity:1}.account-section .edit-bio-button:hover{background-color:#4f46e51a}.account-section .bio-edit-container{width:100%;margin-top:4px}.account-section .bio-input{resize:vertical;border:1px solid #d1d5db;border-radius:4px;width:100%;min-height:60px;max-height:120px;padding:8px;font-family:inherit;font-size:.9rem}.account-section .bio-input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 2px #4f46e51a}.account-section .bio-edit-actions{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.account-section .bio-char-count{color:#6b7280;font-size:.8rem}.account-section .bio-cancel-button,.account-section .bio-save-button{cursor:pointer;border-radius:4px;padding:4px 10px;font-size:.8rem;transition:background-color .2s}.account-section .bio-cancel-button{color:#6b7280;background-color:#0000;border:1px solid #d1d5db;margin-right:8px}.account-section .bio-cancel-button:hover{background-color:#f3f4f6}.account-section .bio-save-button{color:#fff;background-color:#4f46e5;border:1px solid #4f46e5}.account-section .bio-save-button:hover{background-color:#4338ca}.account-section .bio-save-button:disabled{cursor:not-allowed;background-color:#c7d2fe;border-color:#c7d2fe}.account-section .signout-button-container{text-align:center;border-top:1px solid #e5e7eb;justify-content:center;padding:40px 24px;display:flex}.account-section .signout-button{color:#4b5563;cursor:pointer;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.account-section .signout-button:hover{background-color:#e5e7eb}.account-section .signout-button svg{width:16px;height:16px}.account-section .signout-button.signing-out{color:#9ca3af;cursor:not-allowed;background-color:#f3f4f6;min-width:150px}.account-section .button-spinner{border:2px solid #9ca3af4d;border-top-color:#9ca3af;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:1s linear infinite spin;display:inline-block}.account-section .loading-container{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:300px;padding:24px;display:flex}.account-section .loading-spinner{border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;width:32px;height:32px;margin-bottom:16px;animation:1s linear infinite spin}.account-section .loading-container p{color:#6b7280;font-size:.9rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.danger-zone{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:.5rem;padding:1rem}.danger-zone h3{color:#dc2626;margin:0 0 .5rem;font-size:1rem;font-weight:600}.danger-description{color:#991b1b;margin:0 0 1rem;font-size:.875rem;line-height:1.5}.delete-account-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f87171,#ef4444);border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.delete-account-button:hover{background:linear-gradient(135deg,#ef4444,#dc2626)}.warning-icon-container{justify-content:center;margin-bottom:1rem;display:flex}.warning-icon{color:#dc2626}.confirmation-input{border:1px solid #e5e7eb;border-radius:6px;width:100%;margin-top:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.confirmation-input:focus{border-color:#dc2626;outline:none;box-shadow:0 0 0 2px #dc262633}.delete-confirm-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f87171,#ef4444);border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.delete-confirm-button:hover:not(:disabled){background:linear-gradient(135deg,#ef4444,#dc2626)}.delete-confirm-button:disabled{opacity:.6;cursor:not-allowed}
