.profile-page{--pf-bg:transparent;--pf-surface:#1a1a1a;--pf-surface-elevated:#272727;--pf-border:#393d40;--pf-text:#f1f1f1;--pf-text-muted:#9ca3af;--pf-input-bg:#121212;--pf-input-border:#393d40;--pf-input-focus:var(--lm-accent,#0d0dff);--pf-accent:var(--lm-accent,#0d0dff);--pf-accent-hover:var(--lm-accent-hover,#0b0bcc);--pf-on-accent:#fff;--pf-success-bg:#22c55e24;--pf-success-text:#4ade80;--pf-error-bg:#ef444424;--pf-error-text:#f87171;--pf-shadow:0 8px 32px #00000047;--pf-radius-lg:20px;--pf-radius-md:12px;--pf-radius-sm:10px;color:var(--pf-text)}body.light-mode .profile-page{--pf-surface:#fff;--pf-surface-elevated:#f8fafc;--pf-border:#d8dee9;--pf-text:#0f172a;--pf-text-muted:#64748b;--pf-input-bg:#f8fafc;--pf-input-border:#c5ced8;--pf-shadow:0 8px 32px #0f172a0f}.profile-page.custom-profile-container{direction:rtl;grid-template-columns:minmax(260px,300px) minmax(0,1fr);align-items:start;gap:24px;width:100%;max-width:none;margin:0;padding:0;display:grid}.profile-page .profile-sidebar{background:var(--pf-surface);border:1px solid var(--pf-border);border-radius:var(--pf-radius-lg);text-align:center;width:auto;box-shadow:var(--pf-shadow);z-index:2;flex-direction:column;padding:28px 20px;display:flex;position:sticky;top:88px}.profile-page .profile-avatar{cursor:pointer;border:3px solid var(--pf-border);border-radius:50%;width:120px;height:120px;margin:0 auto 16px;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.profile-page .profile-avatar:hover,.profile-page .profile-avatar:focus-visible{border-color:var(--pf-accent);outline:none;transform:scale(1.04);box-shadow:0 0 0 4px #4140ff40}.profile-page .profile-avatar img{object-fit:cover;width:100%;height:100%;box-shadow:none}.profile-page .avatar-overlay{color:#fff;opacity:0;background:#0000008c;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.profile-page .profile-avatar:hover .avatar-overlay,.profile-page .profile-avatar:focus-visible .avatar-overlay{opacity:1}.profile-page .profile-name{margin:0 0 24px;font-size:18px;font-weight:700;color:var(--pf-text)!important}.profile-page .profile-tabs{flex-direction:column;gap:8px;display:flex}.profile-page .profile-tabs .tab-btn{text-align:right;border-radius:var(--pf-radius-md);cursor:pointer;background:0 0;border:1px solid #0000;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:background-color .15s,color .15s,border-color .15s,transform .15s;color:var(--pf-text)!important}.profile-page .profile-tabs .tab-btn:hover:not(.active),.profile-page .profile-tabs .tab-btn:focus-visible:not(.active){outline:none;color:var(--pf-text)!important;background:#ffffff14!important}.profile-page .profile-tabs .tab-btn.active{border-color:var(--pf-accent);box-shadow:0 4px 14px #4140ff59;background:var(--pf-accent)!important;color:var(--pf-on-accent)!important}.profile-page .profile-sidebar-actions{border-top:1px solid var(--pf-border);margin-top:20px;padding-top:16px}.profile-page .profile-logout-btn{text-align:right;border-radius:var(--pf-radius-md);background:#ef44441a;border:1px solid #ef444459;width:100%;padding:12px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:block;color:var(--pf-error-text)!important}.profile-page .profile-logout-btn:hover,.profile-page .profile-logout-btn:focus-visible{background:#ef44442e;border-color:#ef44448c;outline:none;color:#fca5a5!important}.profile-page .profile-content{background:var(--pf-surface);border:1px solid var(--pf-border);border-radius:var(--pf-radius-lg);box-shadow:var(--pf-shadow);flex:1;min-width:0;padding:28px 32px 32px}.profile-page .tab-panel-header{border-bottom:1px solid var(--pf-border);margin-bottom:28px;padding-bottom:20px}.profile-page .tab-panel-title{margin:0 0 8px;font-size:22px;font-weight:700;color:var(--pf-text)!important}.profile-page .tab-panel-desc{margin:0;font-size:14px;line-height:1.6;color:var(--pf-text-muted)!important}.profile-page .tab-content{animation:.2s pf-fade-in;display:none}.profile-page .tab-content.active{display:block}@keyframes pf-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.profile-page .custom-profile-form{flex-direction:column;gap:0;display:flex}.profile-page .cpf-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;margin-bottom:8px;display:grid}.profile-page .cpf-field{margin-bottom:0;position:relative}.profile-page .cpf-field--full{grid-column:1/-1}.profile-page .cpf-field label,.profile-page .cpf-field .cpf-field-label{text-align:right;margin-bottom:8px;padding:0;font-size:13px;font-weight:600;display:block;position:static;color:var(--pf-text-muted)!important}.profile-page .cpf-field input{border-radius:var(--pf-radius-md);border:1px solid var(--pf-input-border);background:var(--pf-input-bg);outline:none;width:100%;height:48px;padding:0 16px;font-size:15px;transition:border-color .15s,box-shadow .15s;color:var(--pf-text)!important}.profile-page .cpf-field input::placeholder{color:var(--pf-text-muted);opacity:.7}.profile-page .cpf-field input:focus{border-color:var(--pf-input-focus);box-shadow:0 0 0 3px #4140ff33}.profile-page .cpf-field input[readonly]{cursor:not-allowed;background:var(--pf-input-bg-muted,#ffffff0a);border-color:var(--pf-border);box-shadow:none;color:var(--pf-text-muted)!important}.profile-page .cpf-field input[readonly]:focus{border-color:var(--pf-border);box-shadow:none}.profile-page .cpf-field-value{border-radius:var(--pf-radius-md);border:1px solid var(--pf-border);background:var(--pf-input-bg-muted,#ffffff0a);user-select:text;align-items:center;width:100%;min-height:48px;margin:0;padding:0 16px;font-size:15px;line-height:1.5;display:flex;color:var(--pf-text)!important}.profile-page .cpf-field-value--empty{color:var(--pf-text-muted)!important}.profile-page .cpf-contact-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.profile-page .cpf-contact-head .cpf-field-label{margin-bottom:0}.profile-page .cpf-link-btn{cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:13px;font-weight:700;text-decoration:none;color:var(--pf-accent)!important}.profile-page .cpf-link-btn:hover,.profile-page .cpf-link-btn:focus-visible{outline:none;text-decoration:underline}.profile-page .cpf-contact-panel{border:1px solid var(--pf-border);border-radius:var(--pf-radius-md);background:var(--pf-surface-elevated);margin-top:14px;padding:16px}.profile-page .cpf-grid--nested{gap:16px;margin-bottom:0}.profile-page .cpf-contact-hint{margin:0 0 14px;font-size:14px;line-height:1.6;color:var(--pf-text-muted)!important}.profile-page .cpf-field-hint{opacity:.92;direction:rtl;max-width:42rem;margin:10px 0 0;padding:0;display:block;color:var(--pf-text-muted)!important;text-align:right!important;font-size:12.5px!important;font-weight:500!important;line-height:1.7!important}.profile-page .cpf-contact-hint strong{font-weight:700;color:var(--pf-text)!important}.profile-page .cpf-contact-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.profile-page .cpf-btn--sm{min-width:0;height:42px;box-shadow:none;padding:0 18px;font-size:14px}.profile-page .cpf-btn--ghost{box-shadow:none;color:var(--pf-text-muted)!important;border:1px solid var(--pf-border)!important;background:0 0!important}.profile-page .cpf-btn--ghost:hover,.profile-page .cpf-btn--ghost:focus-visible{box-shadow:none;transform:none;background:var(--pf-input-bg)!important;color:var(--pf-text)!important}.profile-page .cpf-btn.is-busy,.profile-page .cpf-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.profile-page .cpf-field-ltr{text-align:left;direction:ltr}.profile-page .cpf-password-field__control{direction:ltr;position:relative}.profile-page .cpf-password-field__control input[type=password],.profile-page .cpf-password-field__control input[type=text]{box-sizing:border-box;text-align:left;direction:ltr;width:100%;padding-left:48px;padding-right:16px}.profile-page .cpf-password-toggle{width:32px;height:32px;color:var(--pf-text-muted);opacity:.7;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;margin:0;padding:0;transition:opacity .15s,background-color .15s,color .15s;display:inline-flex;position:absolute;top:50%;left:8px;transform:translateY(-50%);background:0 0!important;border:0!important}.profile-page .cpf-password-toggle:hover,.profile-page .cpf-password-toggle:focus-visible{opacity:1;color:var(--pf-text);outline:none;background:#4140ff1a!important}.profile-page .cpf-password-toggle__icon{line-height:0;display:inline-flex}.profile-page .cpf-password-toggle__icon[hidden]{display:none!important}.profile-page .cpf-otp-digits{direction:ltr;justify-content:flex-start;gap:8px;display:flex}.profile-page .cpf-otp-digit{text-align:center;border-radius:var(--pf-radius-sm);border:1px solid var(--pf-input-border);background:var(--pf-input-bg);outline:none;width:44px;height:48px;padding:0;font-size:18px;font-weight:700;color:var(--pf-text)!important}.profile-page .cpf-otp-digit:focus{border-color:var(--pf-input-focus);box-shadow:0 0 0 3px #4140ff33}.profile-page .cpf-contact-flash{margin-bottom:20px}.profile-page .cpf-actions{border-top:1px solid var(--pf-border);justify-content:flex-start;margin-top:28px;padding-top:24px;display:flex}.profile-page .cpf-btn{border-radius:var(--pf-radius-md);cursor:pointer;width:auto;min-width:180px;height:48px;padding:0 28px;font-size:15px;font-weight:700;transition:background-color .15s,transform .15s,box-shadow .15s;box-shadow:0 4px 14px #4140ff4d;background:var(--pf-accent)!important;color:var(--pf-on-accent)!important;border:none!important}.profile-page .cpf-btn:hover,.profile-page .cpf-btn:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 6px 18px #4140ff66;background:var(--pf-accent-hover)!important;color:var(--pf-on-accent)!important}.profile-page .cpf-btn:active{transform:translateY(0)}.profile-page .cpf-success{background:var(--pf-success-bg);border-radius:var(--pf-radius-md);text-align:center;border:1px solid #4ade8040;margin-bottom:20px;padding:14px 18px;font-size:14px;font-weight:600;color:var(--pf-success-text)!important}.profile-page .cpf-error{background:var(--pf-error-bg);border-radius:var(--pf-radius-md);text-align:center;border:1px solid #f8717140;margin-bottom:20px;padding:14px 18px;font-size:14px;font-weight:600;color:var(--pf-error-text)!important}.profile-page .profile-shell-status{text-align:center;opacity:.75;margin:2rem auto;font-size:15px}.profile-page .cpf-contact-flash.cpf-success,.profile-page .cpf-contact-flash.cpf-error{display:block}.profile-page .saved-items-panel{margin-top:4px}.profile-page .saved-filter-btn{border:1px solid var(--pf-border);background:var(--pf-input-bg);border-radius:var(--pf-radius-sm);padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;color:var(--pf-text-muted)!important}.profile-page .saved-filter-btn:hover,.profile-page .saved-filter-btn.active{border-color:var(--pf-accent);background:var(--pf-accent)!important;color:var(--pf-on-accent)!important}.profile-page .content-card{--cc-border:var(--pf-border);--cc-title:var(--pf-text);--cc-muted:var(--pf-text-muted);--cc-remove-bg:var(--pf-input-bg);--cc-remove-fg:var(--pf-text-muted);--cc-bg:var(--pf-surface-elevated)}body.light-mode .profile-page .content-card{--cc-remove-bg:#a1acb2;--cc-remove-fg:#0f172a}.profile-page .saved-items-grid .content-card__title,.profile-page .saved-items-grid .content-card .content-card__title.elementor-heading-title{color:var(--pf-text)!important;font-size:clamp(13px,1.5vw,16px)!important;font-weight:700!important;line-height:1.4!important}.profile-page .saved-items-grid .content-card__excerpt{font-size:clamp(12px,1.4vw,13px);line-height:1.55}.profile-page .content-card__title,.profile-page .content-card .content-card__title.elementor-heading-title{color:var(--pf-text)!important;font-size:14px!important;font-weight:600!important;line-height:1.45!important}.profile-page .content-card__badge{color:var(--pf-accent)!important;background:#4140ff24!important;padding:5px 10px!important;font-size:12px!important;font-weight:600!important}.profile-page .saved-items-empty{color:var(--pf-text-muted)!important}@media (width<=1023px){.profile-page.custom-profile-container{grid-template-columns:1fr;gap:20px}.profile-page .profile-sidebar{padding:24px 20px;position:static}.profile-page .profile-tabs{flex-flow:wrap;gap:8px}.profile-page .profile-tabs .tab-btn{text-align:center;flex:calc(50% - 4px);min-width:0;padding:10px 12px;font-size:13px}}@media (width<=639px){.profile-account{padding-block:16px 32px}.profile-page .profile-content{padding:20px 16px 24px}.profile-page .profile-sidebar{padding:20px 16px}.profile-page .cpf-grid{grid-template-columns:1fr;gap:16px}.profile-page .cpf-actions,.profile-page .cpf-contact-actions{justify-content:stretch}.profile-page .cpf-btn,.profile-page .cpf-contact-actions .cpf-btn{width:100%;min-width:0}.profile-page .cpf-otp-digit{flex:1 1 0;width:auto;min-width:0}.profile-page .profile-tabs .tab-btn{flex:100%}}