.profile-header{color:#ffd600;margin-bottom:2rem}.profile-subtitle{color:#8892b0;margin-top:.5rem;font-size:1.3rem}.profile-container{max-width:1000px}.profile-sections{gap:2rem;display:grid}.profile-section{background:linear-gradient(135deg,#1a2438 0%,#2a3854 100%);border:1px solid #374a6b;border-radius:12px;padding:2rem}.profile-section h3{color:#ffd600;margin-bottom:1.5rem;font-size:1.25rem}.profile-avatar-section{align-items:center;gap:2rem;margin-bottom:1rem;display:flex}.profile-avatar{flex-direction:column;flex-shrink:0;align-items:center;gap:1rem;display:flex}.avatar-large{color:#0a0f1a;background:linear-gradient(135deg,#ffd600 0%,#ffed4e 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;font-weight:700;display:flex;position:relative;overflow:hidden}.change-avatar-btn{color:#ccd6f6;cursor:pointer;background:#374a6b;border:1px solid #4a5f7a;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.change-avatar-btn:hover{background:#4a5f7a;border-color:#ffd600}.change-avatar-btn svg{width:16px;height:16px}.profile-info h2{color:#ccd6f6;margin-bottom:.5rem;font-size:1.8rem}.profile-info p{color:#8892b0;margin-bottom:.25rem}.profile-member-since{font-size:.9rem;color:#64748b!important}.profile-form{max-width:600px}.form-group{margin-bottom:1.5rem}.form-group label{color:#ccd6f6;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{color:#ccd6f6;background:#0a0f1a;border:1px solid #374a6b;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-group textarea{resize:none}.form-group input:focus,.form-group textarea:focus{border-color:#ffd600;outline:none}.form-group input[readonly]{color:#8892b0;cursor:not-allowed;background:#1a2438}.form-note{color:#64748b;margin-top:.5rem;font-size:.875rem;display:block}.save-profile-btn{color:#0a0f1a;cursor:pointer;background:linear-gradient(135deg,#ffd600 0%,#ffed4e 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.save-profile-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffd6004d}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.stat-card{text-align:center;background:#0a0f1a;border:1px solid #374a6b;border-radius:8px;padding:1.5rem;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-number{color:#ffd600;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.stat-label{color:#8892b0;font-size:.9rem}.activity-list{min-height:200px}.activity-item{background:#0a0f1a;border:1px solid #374a6b;border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;transition:background .2s;display:flex}.activity-item:hover{background:#1a2438}.activity-icon{background:linear-gradient(135deg,#ffd600 0%,#ffed4e 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.activity-icon svg{color:#0a0f1a;width:20px;height:20px}.activity-content{flex:1}.activity-title{color:#ccd6f6;margin-bottom:.25rem;font-weight:500}.activity-description{color:#8892b0;margin-bottom:.25rem;font-size:.9rem}.activity-time{color:#64748b;font-size:.8rem}.loading-state{color:#8892b0;text-align:center;padding:2rem;font-style:italic}.danger-zone{background:linear-gradient(135deg,#2d1b1e 0%,#3d252a 100%)!important;border-color:#dc3545!important}.danger-zone h3{color:#dc3545!important}.danger-content p{color:#8892b0;margin-bottom:1.5rem;line-height:1.6}.delete-account-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.delete-account-btn:hover{background:#c82333;transform:translateY(-1px)}@media (max-width:768px){.profile-avatar-section{text-align:center;flex-direction:column;gap:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.activity-item{text-align:center;flex-direction:column}}.privacy-form{flex-direction:column;gap:1.5rem;display:flex}.privacy-option{background:#ffffff0d;border:1px solid #374a6b;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.privacy-option-info h4{color:#fff;margin:0 0 .25rem;font-size:1rem}.privacy-option-info p{color:#8892b0;margin:0;font-size:.9rem}.privacy-select{color:#fff;background:#ffffff1a;border:1px solid #374a6b;border-radius:6px;min-width:120px;padding:.5rem 1rem;font-size:.9rem}.privacy-select:focus{border-color:#ffd600;outline:none}.privacy-toggle{width:50px;height:26px;display:inline-block;position:relative}.privacy-toggle input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#374a6b;border-radius:26px;transition:all .4s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:3px;left:3px}.privacy-toggle input:checked+.toggle-slider{background-color:#ffd600}.privacy-toggle input:checked+.toggle-slider:before{transform:translate(24px)}.save-privacy-btn{color:#0a0f1a;cursor:pointer;background:#ffd600;border:none;border-radius:8px;align-self:flex-start;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.save-privacy-btn:hover{background:#ffe666;transform:translateY(-1px)}@media (max-width:768px){.privacy-option{flex-direction:column;align-items:flex-start;gap:1rem}.privacy-option-info{text-align:left}}
