.profile-container{background:#f8fafc;justify-content:center;align-items:center;min-height:100%;padding:30px;display:flex}.profile-loading{text-align:center;color:#6b7280;padding:40px}.profile-card{background:#fff;border-radius:12px;width:100%;max-width:450px;padding:25px;box-shadow:0 10px 25px #0000000d}.profile-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.profile-header h2{color:#111827;margin:0}.edit-profile-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:7px;padding:8px 14px;font-size:14px;font-weight:600}.profile-avatar-container{justify-content:center;margin-bottom:25px;display:flex}.profile-avatar,.profile-avatar-placeholder{border-radius:50%;width:100px;height:100px}.profile-avatar{object-fit:cover}.profile-avatar-placeholder{color:#6b7280;background:#e5e7eb;justify-content:center;align-items:center;font-size:36px;font-weight:700;display:flex}.profile-row{color:#374151;border-bottom:1px solid #f1f5f9;justify-content:space-between;gap:20px;padding:12px 0;display:flex}.profile-row strong{color:#111827}.profile-row span{text-align:right;word-break:break-word}.logout-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:25px;padding:11px;font-weight:600}.profile-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;padding:25px;overflow-y:auto;box-shadow:0 20px 50px #0003}.profile-modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.profile-modal-header h2{color:#111827;margin:0}.profile-close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:50%;width:35px;height:35px;font-size:26px;line-height:1}.profile-close-btn:hover{color:#111827;background:#f3f4f6}.profile-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:7px;margin-bottom:18px;padding:11px 13px;font-size:14px}.profile-image-section{align-items:center;gap:20px;margin-bottom:25px;display:flex}.profile-modal-avatar,.profile-modal-avatar-placeholder{border-radius:50%;flex-shrink:0;width:80px;height:80px}.profile-modal-avatar{object-fit:cover}.profile-modal-avatar-placeholder{color:#6b7280;background:#e5e7eb;justify-content:center;align-items:center;font-size:28px;font-weight:700;display:flex}.change-photo-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:7px;padding:9px 14px;font-size:14px;font-weight:500;display:inline-block}.change-photo-btn:hover{background:#f9fafb}.profile-form-group{margin-bottom:17px}.profile-form-group label{color:#374151;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.profile-form-group input{box-sizing:border-box;color:#111827;border:1px solid #d1d5db;border-radius:7px;outline:none;width:100%;padding:11px 12px;font-size:14px}.profile-form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.profile-form-group input:disabled{color:#6b7280;cursor:not-allowed;background:#f3f4f6}.profile-modal-actions{justify-content:flex-end;gap:10px;margin-top:25px;display:flex}.profile-cancel-btn,.profile-save-btn{cursor:pointer;border-radius:7px;padding:10px 18px;font-weight:600}.profile-cancel-btn{color:#374151;background:#fff;border:1px solid #d1d5db}.profile-cancel-btn:hover{background:#f9fafb}.profile-save-btn{background:var(--primary);color:#fff;border:none}.profile-save-btn:disabled,.profile-cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:600px){.profile-container{padding:15px}.profile-card{padding:20px}.profile-header{align-items:flex-start;gap:15px}.profile-header h2{font-size:20px}.profile-row{flex-direction:column;gap:4px}.profile-row span{text-align:left}.profile-modal{padding:20px}.profile-modal-actions{flex-direction:column-reverse}.profile-cancel-btn,.profile-save-btn{width:100%}}.profile-actions{align-items:center;gap:8px;display:flex}.my-blogs-btn{border:1px solid var(--primary);cursor:pointer;color:#000;background:#fff;border-radius:7px;padding:8px 14px;font-size:14px;font-weight:600}
