*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#eef2f7;--surface:#fff;--surface-2:#f4f7fb;--surface-3:#f9fbfd;--border:#dce5ef;--border-light:#e8f0f7;--text-primary:#0a1628;--text-secondary:#2d4a6e;--text-muted:#7a9bb8;--accent:#08306b;--accent-light:#e8f0fb;--accent-subtle:#d0e3f5;--accent-mid:#1a5499;--green:#0d7a5f;--green-light:#d0f0e8;--red:#c0392b;--red-light:#fde8e6;--amber:#b45309;--amber-light:#fef3c7;--gold:#c8a84b;--gold-light:#fdf3d9;--purple:#5b2d8e;--purple-light:#ede9fe;--navbar-height:58px;--radius-xs:4px;--radius-sm:7px;--radius:11px;--radius-lg:15px;--radius-xl:20px;--font-mono:"DM Mono", monospace;--shadow-xs:0 1px 2px #08306b0f;--shadow-sm:0 1px 4px #08306b14, 0 2px 8px #08306b0d;--shadow:0 4px 16px #08306b1a, 0 1px 4px #08306b0f;--shadow-lg:0 8px 32px #08306b24, 0 2px 8px #08306b14;--ring:0 0 0 3px #08306b24;--transition-fast:.12s cubic-bezier(.4,0,.2,1);--transition:.2s cubic-bezier(.4,0,.2,1)}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.5}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--accent-mid);outline-offset:2px}.profile-navbar{height:var(--navbar-height);z-index:100;background:linear-gradient(135deg,#08306b 0%,#0d3d82 60%,#0a3272 100%);border-bottom:1px solid #ffffff14;align-items:center;gap:14px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 16px #08306b59}.profile-navbar .logo{align-items:center;gap:9px;text-decoration:none;display:flex}.profile-navbar .logo-icon{color:#fff;width:32px;height:32px;transition:background var(--transition);background:#ffffff1f;border:1px solid #ffffff38;border-radius:9px;justify-content:center;align-items:center;display:flex}.profile-navbar .logo:hover .logo-icon{background:#fff3}.profile-navbar .logo-text{letter-spacing:-.4px;color:#fff;font-size:15.5px;font-weight:700;line-height:1}.profile-navbar .logo-text span{color:var(--gold)}.profile-navbar .logo-tagline{color:#ffffff73;margin-top:1px;font-size:10px}.profile-nav-links{align-items:center;gap:2px;margin-left:20px;display:flex}.profile-nav-link{border-radius:var(--radius-sm);color:#ffffffb3;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;padding:6px 14px;font-size:13px;font-weight:500;text-decoration:none}.profile-nav-link:hover{color:#fff;background:#ffffff1a}.profile-nav-link.active{color:#fff;background:#ffffff24;font-weight:600}.profile-nav-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.profile-nav-divider{background:#ffffff1f;width:1px;height:24px;margin:0 2px}.profile-icon-btn{border-radius:var(--radius-sm);cursor:pointer;color:#ffffffbf;width:35px;height:35px;transition:all var(--transition-fast);background:#ffffff12;border:1px solid #ffffff24;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.profile-icon-btn:hover{color:#fff;background:#ffffff26;transform:translateY(-1px)}.profile-icon-btn svg{width:15px;height:15px}.profile-notif-dot{background:var(--gold);border:1.5px solid #08306b;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.profile-menu-wrap{position:relative}.profile-pill-nav{border-radius:var(--radius-sm);cursor:pointer;height:35px;transition:background var(--transition);text-align:left;color:inherit;background:#ffffff14;border:1px solid #ffffff29;align-items:center;gap:9px;padding:0 10px 0 7px;font-family:inherit;text-decoration:none;display:flex}.profile-pill-nav:hover{background:#ffffff29}.profile-pill-text{flex-direction:column;display:flex}.profile-pill-avatar{background:linear-gradient(135deg, var(--gold) 0%, #e0b855 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;font-weight:700;display:flex;overflow:hidden}.profile-pill-avatar img{object-fit:cover;width:100%;height:100%}.profile-pill-name{color:#fff;font-size:12px;font-weight:600;line-height:1.3}.profile-pill-role{color:#ffffff7a;text-transform:uppercase;letter-spacing:.3px;font-size:10px;line-height:1.2}.profile-pill-caret{color:#ffffff80;flex-shrink:0;width:12px;height:12px}.profile-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:1000;min-width:200px;padding:5px;animation:.16s cubic-bezier(.4,0,.2,1) fadeUp;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.profile-menu-item{cursor:pointer;border-radius:var(--radius-sm);width:100%;color:var(--text-primary);text-align:left;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;display:flex}.profile-menu-item svg{width:14px;height:14px;color:var(--text-muted)}.profile-menu-item:hover{background:var(--surface-2)}.profile-menu-item:hover svg{color:var(--accent)}.profile-menu-item.danger,.profile-menu-item.danger svg{color:var(--red)}.profile-menu-item.danger:hover{background:var(--red-light)}.profile-menu-item.danger:hover svg{color:var(--red)}.profile-menu-sep{background:var(--border-light);height:1px;margin:5px 0}.profile-cover{background:linear-gradient(135deg,#041e42 0%,#08306b 40%,#0d3d82 70%,#1a5499 100%);height:216px;position:relative;overflow:hidden}.profile-cover:before{content:"";background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 92%);mask-image:linear-gradient(#000 0%,#0000 92%)}.profile-cover:after{content:"";background:radial-gradient(circle,#c8a84b24 0%,#0000 68%);border-radius:50%;width:520px;height:520px;position:absolute;top:-230px;right:-80px}.profile-cover-glow{background:radial-gradient(circle,#1a54998c 0%,#0000 70%);border-radius:50%;width:460px;height:460px;position:absolute;bottom:-260px;left:-120px}.profile-page-body{max-width:1120px;margin:0 auto;padding:0 32px 64px;position:relative}.profile-info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);z-index:1;margin-top:-76px;padding:0 30px 26px;position:relative}.profile-info-top{align-items:flex-end;gap:22px;margin-top:-46px;margin-bottom:20px;display:flex}.profile-avatar-large{background:linear-gradient(135deg, var(--gold) 0%, #d4a843 100%);color:#fff;letter-spacing:.5px;border:4px solid var(--surface);width:112px;height:112px;box-shadow:var(--shadow), 0 0 0 1px var(--border-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:36px;font-weight:700;display:flex;position:relative;overflow:visible}.profile-avatar-large img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-avatar-badge{background:var(--green);border:3px solid var(--surface);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 8px #0d7a5f59}.profile-avatar-badge svg{color:#fff;width:11px;height:11px}.profile-info-main{flex:1;min-width:0;padding-bottom:6px}.profile-name-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:5px;display:flex}.profile-display-name{letter-spacing:-.4px;color:var(--text-primary);font-family:Playfair Display,serif;font-size:27px;font-weight:700;line-height:1.2}.profile-verified-pill{background:var(--green-light);color:var(--green);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:10.5px;font-weight:700;display:inline-flex}.profile-verified-pill svg{width:11px;height:11px}.profile-role-text{color:var(--text-muted);align-items:center;gap:8px;font-size:14px;display:flex}.profile-role-text .role-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:5px;height:5px}.profile-info-actions{flex-shrink:0;gap:10px;padding-bottom:8px;display:flex}.profile-btn-edit{color:#fff;border-radius:var(--radius-sm);cursor:pointer;height:38px;transition:all var(--transition);white-space:nowrap;background:linear-gradient(135deg,#08306b 0%,#0d3d82 100%);border:none;align-items:center;gap:7px;padding:0 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 3px 12px #08306b40}.profile-btn-edit:hover{transform:translateY(-1px);box-shadow:0 5px 20px #08306b59}.profile-btn-edit:active{transform:translateY(0)}.profile-btn-edit svg{width:14px;height:14px}.profile-btn-settings{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);height:38px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);white-space:nowrap;align-items:center;gap:7px;padding:0 16px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.profile-btn-settings:hover{border-color:var(--accent-subtle);background:var(--accent-light);color:var(--accent)}.profile-btn-settings svg{width:14px;height:14px}.profile-bio{color:var(--text-secondary);border-top:1px solid var(--border-light);padding:18px 0 0;font-size:14px;line-height:1.65}.profile-bio.empty{color:var(--text-muted);font-style:italic}.profile-meta-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.profile-meta-tag{background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast);border-radius:20px;align-items:center;gap:6px;padding:5px 13px;font-size:12px;font-weight:600;display:inline-flex}.profile-meta-tag:hover{border-color:var(--accent-subtle);background:var(--accent-light)}.profile-meta-tag svg{width:13px;height:13px;color:var(--text-muted);flex-shrink:0}.profile-section-heading{text-transform:uppercase;letter-spacing:.8px;color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:14px;font-size:11px;font-weight:800;display:flex}.profile-section-heading svg{width:14px;height:14px;color:var(--gold)}.profile-stats-row{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;display:grid}.profile-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;transition:all var(--transition);padding:20px 18px;position:relative;overflow:hidden}.profile-stat-card:before{content:"";opacity:.85;height:3px;transition:opacity var(--transition);position:absolute;top:0;left:0;right:0}.profile-stat-card:first-child:before{background:linear-gradient(90deg, var(--accent), var(--accent-mid))}.profile-stat-card:nth-child(2):before{background:linear-gradient(90deg, var(--gold), #d4a843)}.profile-stat-card:nth-child(3):before{background:linear-gradient(90deg, var(--green), #059669)}.profile-stat-card:nth-child(4):before{background:linear-gradient(90deg, var(--purple), #7c3aed)}.profile-stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.profile-stat-card:hover:before{opacity:1}.profile-stat-icon{border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 12px;display:flex}.profile-stat-icon svg{width:19px;height:19px}.profile-stat-value{font-family:var(--font-mono);color:var(--text-primary);font-variant-numeric:tabular-nums;margin-bottom:5px;font-size:26px;font-weight:700;line-height:1}.profile-stat-label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:11px;font-weight:600}.profile-plans{margin-top:30px}.profile-plans-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:16px;display:grid}.plan-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition);flex-direction:column;padding:24px;display:flex;position:relative;overflow:hidden}.plan-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-subtle);transform:translateY(-3px)}.plan-card.active{border:1.5px solid var(--gold);box-shadow:0 8px 32px #c8a84b2e}.plan-card.active:hover{border-color:var(--gold);box-shadow:0 12px 40px #c8a84b42}.plan-ribbon{background:linear-gradient(135deg, var(--gold) 0%, #d4a843 100%);color:#fff;text-transform:uppercase;letter-spacing:.7px;border-radius:20px;align-items:center;gap:5px;padding:4px 11px;font-size:9.5px;font-weight:800;display:inline-flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #c8a84b66}.plan-ribbon svg{width:10px;height:10px}.plan-tier{text-transform:uppercase;letter-spacing:.7px;color:var(--text-muted);margin-bottom:8px;font-size:10px;font-weight:800}.plan-card.active .plan-tier{color:var(--gold)}.plan-card.enterprise .plan-tier{color:var(--purple)}.plan-price{align-items:baseline;gap:5px;margin-bottom:5px;display:flex}.plan-price-value{font-family:var(--font-mono);color:var(--text-primary);font-size:32px;font-weight:700;line-height:1}.plan-price-period{color:var(--text-muted);font-size:13px}.plan-desc{color:var(--text-muted);margin-bottom:20px;font-size:12.5px;line-height:1.5}.plan-features{flex-direction:column;flex:1;gap:10px;margin-bottom:24px;display:flex}.plan-feature{color:var(--text-secondary);align-items:flex-start;gap:8px;font-size:12.5px;line-height:1.45;display:flex}.plan-feature svg{width:14px;height:14px;color:var(--text-muted);flex-shrink:0;margin-top:2px}.plan-card.active .plan-feature svg{color:var(--gold)}.plan-card.enterprise .plan-feature svg{color:var(--purple)}.plan-btn{border-radius:var(--radius-sm);cursor:pointer;width:100%;height:40px;transition:all var(--transition);border:1.5px solid var(--border);background:var(--surface-2);color:var(--text-muted);font-family:DM Sans,sans-serif;font-size:13px;font-weight:600}.plan-btn:hover{border-color:var(--accent-subtle);background:var(--accent-light);color:var(--accent)}.plan-btn.current{background:var(--accent);color:#fff;cursor:default;border:none;box-shadow:0 3px 12px #08306b40}.plan-btn.current:hover{background:var(--accent);color:#fff}.plan-btn.enterprise{border-color:var(--purple);background:var(--purple-light);color:var(--purple)}.plan-btn.enterprise:hover{background:var(--purple);color:#fff;border-color:var(--purple)}.profile-plans-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.plan-card.featured{border-color:var(--accent-subtle)}.plan-ribbon.muted{background:var(--accent-light);color:var(--accent);box-shadow:none}.plan-btn.featured{border-color:var(--accent);background:var(--accent);color:#fff}.plan-btn.featured:hover{background:var(--accent-mid);border-color:var(--accent-mid);color:#fff}.plan-btn:disabled{cursor:default}.plans-empty{border-radius:var(--radius-lg);background:var(--surface);border:1px dashed var(--border);color:var(--text-muted);text-align:center;padding:22px;font-size:13px}.plan-card .sk{border-radius:6px}.checkout-overlay{z-index:500;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a16288c;justify-content:center;align-items:flex-start;padding:30px 18px;animation:.16s fadeUp;display:flex;position:fixed;inset:0;overflow-y:auto}.checkout-modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:560px;margin:auto;overflow:hidden}.checkout-head{border-bottom:1px solid var(--border-light);background:var(--surface-3);justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.checkout-head h2{font-size:17px;font-weight:700}.checkout-head p{color:var(--text-muted);margin-top:3px;font-size:12.5px}.checkout-close{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);cursor:pointer;width:30px;height:30px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.checkout-close:hover:not(:disabled){background:var(--red-light);color:var(--red);border-color:var(--red)}.checkout-close svg{width:14px;height:14px}.checkout-steps{border-bottom:1px solid var(--border-light);text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);flex-wrap:wrap;gap:6px;margin:0;padding:12px 20px;font-size:11.5px;font-weight:700;list-style:none;display:flex}.checkout-steps li{background:var(--surface-2);border-radius:20px;padding:4px 10px}.checkout-steps li.active{background:var(--accent);color:#fff}.checkout-steps li.done{background:var(--green-light);color:var(--green)}.checkout-body{padding:20px}.checkout-loading{justify-content:center;padding:30px;display:flex}.checkout-spinner{border:2.5px solid var(--accent-subtle);border-top-color:var(--accent);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin;display:inline-block}.checkout-spinner.sm{border-width:2px;border-color:#fff #fff6 #fff6;width:14px;height:14px}.checkout-amount{border-radius:var(--radius);background:var(--accent-light);border:1px solid var(--accent-subtle);justify-content:space-between;align-items:baseline;margin-bottom:14px;padding:14px 16px;display:flex}.checkout-amount span{color:var(--accent);font-size:12.5px;font-weight:600}.checkout-amount strong{font-family:var(--font-mono);color:var(--accent);font-size:22px}.checkout-bank{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.checkout-bank-row{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:13px;display:flex}.checkout-bank-row:last-child{border-bottom:none}.checkout-bank-key{color:var(--text-muted)}.checkout-bank-val{text-align:right;align-items:center;gap:8px;font-weight:600;display:flex}.checkout-bank-val .mono{font-family:var(--font-mono);word-break:break-all}.checkout-copy{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;border-radius:var(--radius-xs);color:var(--text-muted);flex-shrink:0;padding:2px 8px;font-family:inherit;font-size:11px;font-weight:700}.checkout-copy:hover{border-color:var(--accent-subtle);background:var(--accent-light);color:var(--accent)}.checkout-note{color:var(--text-secondary);margin-top:12px;font-size:12.5px;line-height:1.55}.checkout-alert{border-radius:var(--radius-sm);margin-top:14px;padding:12px 14px;font-size:12.5px;line-height:1.55}.checkout-alert:first-child{margin-top:0;margin-bottom:14px}.checkout-alert.info{background:var(--accent-light);color:var(--accent)}.checkout-alert.warn{background:var(--amber-light);color:var(--amber)}.checkout-alert.error{background:var(--red-light);color:var(--red)}.checkout-alert p{margin-top:4px}.checkout-drop{cursor:pointer;border:1.5px dashed var(--border);border-radius:var(--radius);background:var(--surface-2);width:100%;color:var(--text-muted);transition:all var(--transition);flex-direction:column;align-items:center;gap:6px;padding:28px 18px;font-family:inherit;display:flex}.checkout-drop:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.checkout-drop svg{width:28px;height:28px}.checkout-drop strong{color:var(--text-primary);font-size:13.5px}.checkout-drop span{font-size:11.5px}.checkout-preview{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.checkout-preview img{object-fit:contain;background:#0a1628;width:100%;max-height:260px;display:block}.checkout-preview-actions{background:var(--surface-3);border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex}.checkout-filename{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.checkout-fields{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.checkout-fields label{color:var(--text-secondary);flex-direction:column;gap:5px;font-size:12px;font-weight:600;display:flex}.checkout-fields label.full{grid-column:1/-1}.checkout-input{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;min-height:38px;color:var(--text-primary);resize:vertical;transition:all var(--transition);outline:none;padding:8px 12px;font-family:inherit;font-size:13px}.checkout-input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px #08306b1a}.checkout-done{text-align:center;padding:12px 0}.checkout-done-icon{background:var(--green-light);width:52px;height:52px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.checkout-done-icon svg{width:24px;height:24px}.checkout-done h3{margin-bottom:8px;font-size:17px;font-weight:700}.checkout-done p{color:var(--text-secondary);font-size:13px;line-height:1.6}.checkout-foot{border-top:1px solid var(--border-light);background:var(--surface-3);justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.checkout-btn{border-radius:var(--radius-sm);cursor:pointer;height:40px;transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-family:inherit;font-size:13.5px;font-weight:600;display:inline-flex}.checkout-btn.ghost{background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary)}.checkout-btn.ghost:hover:not(:disabled){border-color:var(--text-muted);color:var(--text-primary)}.checkout-btn.primary{color:#fff;background:linear-gradient(135deg,#08306b 0%,#0d3d82 100%);border:none;box-shadow:0 3px 12px #08306b40}.checkout-btn.primary:hover:not(:disabled){transform:translateY(-1px)}.checkout-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}@media (max-width:560px){.checkout-fields{grid-template-columns:1fr}.checkout-foot{flex-direction:column-reverse}.checkout-foot .checkout-btn{width:100%}}.profile-content-grid{grid-template-columns:minmax(0,1fr) 380px;gap:20px;margin-top:24px;display:grid}.profile-section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);height:fit-content;overflow:hidden}.profile-section-header{border-bottom:1px solid var(--border-light);background:var(--surface-3);justify-content:space-between;align-items:center;gap:12px;padding:15px 20px;display:flex}.profile-section-title{text-transform:uppercase;letter-spacing:.6px;color:var(--text-secondary);align-items:center;gap:8px;font-size:12.5px;font-weight:700;display:flex}.profile-section-title svg{width:15px;height:15px;color:var(--accent)}.profile-section-link{color:var(--accent);cursor:pointer;white-space:nowrap;transition:color var(--transition-fast);font-size:12px;font-weight:600;text-decoration:none}.profile-section-link:hover{color:var(--accent-mid);text-decoration:underline}.profile-activity-list{padding:0}.profile-activity-item{border-bottom:1px solid var(--border-light);transition:background var(--transition-fast);cursor:pointer;align-items:flex-start;gap:14px;padding:13px 20px;display:flex;position:relative}.profile-activity-item:before{content:"";background:var(--accent);opacity:0;width:3px;transition:opacity var(--transition-fast);position:absolute;top:0;bottom:0;left:0}.profile-activity-item:last-child{border-bottom:none}.profile-activity-item:hover{background:var(--surface-2)}.profile-activity-item:hover:before{opacity:1}.profile-activity-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.profile-activity-icon svg{width:17px;height:17px}.profile-activity-content{flex:1;min-width:0}.profile-activity-title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px;font-size:13px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.profile-activity-meta{color:var(--text-muted);align-items:center;gap:6px;font-size:11px;display:flex}.profile-activity-badge{text-transform:uppercase;letter-spacing:.3px;border-radius:var(--radius-xs);white-space:nowrap;flex-shrink:0;padding:3px 8px;font-size:9.5px;font-weight:700}.profile-activity-badge.read{background:var(--accent-light);color:var(--accent)}.profile-activity-badge.exported{background:var(--green-light);color:var(--green)}.profile-activity-badge.bookmarked{background:var(--gold-light);color:var(--amber)}.profile-watchlist-item{border-bottom:1px solid var(--border-light);transition:background var(--transition-fast);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:11px 20px;display:flex}.profile-watchlist-item:last-child{border-bottom:none}.profile-watchlist-item:hover{background:var(--surface-2)}.profile-watchlist-left{align-items:center;gap:12px;min-width:0;display:flex}.profile-watchlist-ticker{font-family:var(--font-mono);background:var(--accent);color:#fff;border-radius:6px;flex-shrink:0;padding:3px 9px;font-size:11.5px;font-weight:700}.profile-watchlist-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.profile-watchlist-right{text-align:right;flex-shrink:0}.profile-watchlist-price{font-family:var(--font-mono);color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.profile-watchlist-chg{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.profile-watchlist-chg.pos{color:var(--green)}.profile-watchlist-chg.neg{color:var(--red)}.profile-detail-row{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:12px;padding:13px 20px;display:flex}.profile-detail-row:last-child{border-bottom:none}.profile-detail-label{color:var(--text-muted);align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:flex}.profile-detail-label svg{width:14px;height:14px}.profile-detail-value{color:var(--text-primary);font-size:13px;font-weight:600}.profile-detail-value.mono{font-family:var(--font-mono)}.profile-tier-badge{text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg, var(--gold) 0%, #d4a843 100%);color:#fff;border-radius:20px;padding:4px 12px;font-size:10px;font-weight:700;box-shadow:0 2px 8px #c8a84b4d}.sk{background:linear-gradient(90deg, var(--surface-2) 25%, var(--border-light) 37%, var(--surface-2) 63%);border-radius:var(--radius-xs);background-size:400% 100%;animation:1.4s ease-in-out infinite skShimmer;display:block}.sk-line{height:12px}.sk-title{border-radius:6px;width:220px;height:24px}.sk-pill{border-radius:20px;width:130px;height:28px}@keyframes skShimmer{0%{background-position:100%}to{background-position:0}}.edit-profile-body{max-width:1080px;margin:0 auto;padding:26px 32px 120px}.edit-profile-back{color:var(--text-muted);transition:color var(--transition-fast), gap var(--transition-fast);align-items:center;gap:6px;margin-bottom:18px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.edit-profile-back:hover{color:var(--accent);gap:9px}.edit-profile-back svg{width:14px;height:14px}.edit-profile-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.edit-profile-header h1{letter-spacing:-.4px;color:var(--text-primary);margin-bottom:5px;font-family:Playfair Display,serif;font-size:28px;font-weight:700}.edit-profile-header p{color:var(--text-muted);font-size:14px}.edit-layout{grid-template-columns:214px minmax(0,1fr);align-items:start;gap:26px;display:grid}.edit-sidenav{top:calc(var(--navbar-height) + 22px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:2px;padding:8px;display:flex;position:sticky}.edit-sidenav-link{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;text-align:left;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:10px;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;display:flex}.edit-sidenav-link svg{width:15px;height:15px;color:var(--text-muted);flex-shrink:0}.edit-sidenav-link:hover{background:var(--surface-2);color:var(--text-primary)}.edit-sidenav-link:hover svg{color:var(--accent)}.edit-sidenav-link.active{background:var(--accent-light);color:var(--accent)}.edit-sidenav-link.active svg{color:var(--accent)}.edit-sidenav-link.danger,.edit-sidenav-link.danger svg{color:var(--red)}.edit-sidenav-link.danger:hover{background:var(--red-light);color:var(--red)}.edit-alert{border-radius:var(--radius);align-items:flex-start;gap:10px;margin-bottom:16px;padding:12px 16px;font-size:13px;font-weight:500;animation:.2s cubic-bezier(.4,0,.2,1) fadeUp;display:flex}.edit-alert svg{flex-shrink:0;width:17px;height:17px;margin-top:1px}.edit-alert.success{background:var(--green-light);color:var(--green);border:1px solid #0d7a5f33}.edit-alert.error{background:var(--red-light);color:var(--red);border:1px solid #c0392b33}.edit-alert.info{background:var(--accent-light);color:var(--accent);border:1px solid var(--accent-subtle)}.edit-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);scroll-margin-top:calc(var(--navbar-height) + 20px);margin-bottom:18px;overflow:hidden}.edit-card-header{border-bottom:1px solid var(--border-light);background:var(--surface-3);justify-content:space-between;align-items:center;gap:12px;padding:15px 22px;display:flex}.edit-card-title{color:var(--text-primary);align-items:center;gap:9px;font-size:14px;font-weight:700;display:flex}.edit-card-title svg{width:16px;height:16px;color:var(--accent)}.edit-card-subtitle{color:var(--text-muted);margin-top:2px;font-size:12px;font-weight:500}.edit-card-body{padding:22px}.edit-status-pill{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:4px 11px;font-size:10.5px;font-weight:700;display:inline-flex}.edit-status-pill svg{width:11px;height:11px}.edit-status-pill.verified{background:var(--green-light);color:var(--green)}.edit-status-pill.unverified{background:var(--amber-light);color:var(--amber)}.edit-avatar-section{border-bottom:1px solid var(--border-light);align-items:center;gap:22px;margin-bottom:24px;padding-bottom:22px;display:flex}.edit-avatar-preview{background:linear-gradient(135deg, var(--gold) 0%, #d4a843 100%);color:#fff;border:3px solid var(--surface);width:88px;height:88px;box-shadow:var(--shadow-sm), 0 0 0 1px var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:29px;font-weight:700;display:flex;position:relative;overflow:hidden}.edit-avatar-preview img{object-fit:cover;width:100%;height:100%}.edit-avatar-controls{flex:1;min-width:0}.edit-avatar-controls h4{color:var(--text-primary);margin-bottom:3px;font-size:14px;font-weight:700}.edit-avatar-controls p{color:var(--text-muted);margin-bottom:12px;font-size:12px}.edit-avatar-btns{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.edit-avatar-upload-btn{background:var(--accent-light);border:1px solid var(--accent-subtle);border-radius:var(--radius-sm);height:34px;color:var(--accent);cursor:pointer;transition:all var(--transition);align-items:center;gap:6px;padding:0 16px;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:600;display:inline-flex}.edit-avatar-upload-btn:hover{background:var(--accent);color:#fff;box-shadow:0 3px 12px #08306b33}.edit-avatar-upload-btn svg{width:13px;height:13px}.edit-avatar-remove-btn{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);height:34px;color:var(--text-muted);cursor:pointer;transition:all var(--transition);padding:0 16px;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:600}.edit-avatar-remove-btn:hover{border-color:var(--red);color:var(--red);background:var(--red-light)}.edit-form-row{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.edit-form-row:last-child{margin-bottom:0}.edit-form-row.full{grid-template-columns:1fr}.edit-form-group{min-width:0}.edit-form-group label,.edit-label{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px;font-size:12.5px;font-weight:600;display:flex}.edit-label-hint{color:var(--text-muted);font-size:11px;font-weight:500}.edit-input,.edit-select{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius);width:100%;height:44px;color:var(--text-primary);transition:border-color var(--transition), background var(--transition), box-shadow var(--transition);outline:none;padding:0 15px;font-family:DM Sans,sans-serif;font-size:14px}.edit-textarea{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius);width:100%;min-height:108px;color:var(--text-primary);resize:vertical;transition:border-color var(--transition), background var(--transition), box-shadow var(--transition);outline:none;padding:12px 15px;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.6}.edit-input::placeholder,.edit-textarea::placeholder{color:var(--text-muted)}.edit-input:hover:not(:disabled),.edit-textarea:hover,.edit-select:hover:not(:disabled){border-color:var(--accent-subtle)}.edit-input:focus,.edit-textarea:focus,.edit-select:focus{border-color:var(--accent);background-color:var(--surface);box-shadow:var(--ring);outline:none}.edit-input:disabled,.edit-select:disabled{background:var(--surface-3);color:var(--text-muted);cursor:not-allowed;border-style:dashed}.edit-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%237a9bb8' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:38px}.edit-input-wrap{position:relative}.edit-input-wrap .edit-input{padding-right:44px}.edit-input-action{border-radius:var(--radius-sm);cursor:pointer;width:32px;height:32px;color:var(--text-muted);transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.edit-input-action:hover{background:var(--border-light);color:var(--accent)}.edit-input-action svg{width:15px;height:15px}.edit-field-note{color:var(--text-muted);align-items:center;gap:5px;margin-top:6px;font-size:11.5px;display:flex}.edit-field-note svg{flex-shrink:0;width:12px;height:12px}.edit-field-note.error{color:var(--red)}.edit-field-note.ok{color:var(--green)}.edit-strength{background:#08306b09;border:1px solid #08306b14;border-radius:9px;flex-direction:column;gap:8px;margin-top:10px;padding:10px 13px;display:flex}.edit-strength-bars{gap:6px;width:100%;display:flex}.edit-strength-bar{height:4.5px;transition:background var(--transition), transform .2s ease;background:#08306b1a;border-radius:999px;flex:1}.edit-strength-bar.on-weak{background:#dc2626}.edit-strength-bar.on-fair{background:#d97706}.edit-strength-bar.on-good{background:#0284c7}.edit-strength-bar.on-strong{background:#0d7a5f}.edit-strength-label{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:11.5px;font-weight:600;display:flex}.edit-toggle-row{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:20px;padding:14px 0;display:flex}.edit-toggle-row:first-child{padding-top:0}.edit-toggle-row:last-child{border-bottom:none;padding-bottom:0}.edit-toggle-info h4{color:var(--text-primary);margin-bottom:2px;font-size:13.5px;font-weight:600}.edit-toggle-info p{color:var(--text-muted);font-size:12px;line-height:1.5}.edit-toggle{flex-shrink:0;width:44px;height:24px;position:relative}.edit-toggle input{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;margin:0;position:absolute}.edit-toggle-track{background:var(--border);transition:background var(--transition);border-radius:12px;position:absolute;inset:0}.edit-toggle input:checked+.edit-toggle-track{background:var(--accent)}.edit-toggle input:focus-visible+.edit-toggle-track{box-shadow:var(--ring)}.edit-toggle-thumb{width:20px;height:20px;transition:transform var(--transition);pointer-events:none;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.edit-toggle input:checked~.edit-toggle-thumb{transform:translate(20px)}.edit-otp-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.edit-otp-input{text-align:center;max-width:180px;font-family:var(--font-mono);letter-spacing:7px;text-indent:7px;font-size:18px;font-weight:600}.edit-btn-save,.edit-save-btn{color:#fff;border-radius:var(--radius);cursor:pointer;height:42px;transition:all var(--transition);white-space:nowrap;background:linear-gradient(135deg,#08306b 0%,#0d3d82 100%);border:none;justify-content:center;align-items:center;gap:8px;padding:0 26px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 16px #08306b47}.edit-btn-save:hover:not(:disabled),.edit-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px #08306b61}.edit-btn-save:disabled,.edit-save-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.edit-btn-save svg,.edit-save-btn svg{width:15px;height:15px}.edit-btn-cancel,.edit-cancel-btn{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);height:42px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:7px;padding:0 22px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.edit-btn-cancel:hover:not(:disabled),.edit-cancel-btn:hover:not(:disabled){border-color:var(--text-muted);color:var(--text-primary);background:var(--surface)}.edit-btn-cancel:disabled,.edit-cancel-btn:disabled{opacity:.55;cursor:not-allowed}.edit-btn-sm{height:38px;padding:0 18px;font-size:13px}.edit-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:15px;height:15px;animation:.7s linear infinite spin}.edit-spinner.dark{border-color:var(--accent-subtle);border-top-color:var(--accent)}@keyframes spin{to{transform:rotate(360deg)}}.edit-actions-bar,.edit-form-actions{z-index:50;-webkit-backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fffffff0;justify-content:flex-end;align-items:center;gap:12px;margin-top:18px;padding:14px 20px;display:flex;position:sticky;bottom:0}.edit-actions-status{color:var(--text-muted);align-items:center;gap:7px;margin-right:auto;font-size:12.5px;font-weight:600;display:flex}.edit-actions-status .dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px}.edit-actions-status.saved{color:var(--green)}.edit-actions-status.saved .dot{background:var(--green)}.edit-crosslink{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition);align-items:center;gap:14px;margin-bottom:18px;padding:16px 20px;text-decoration:none;display:flex}.edit-crosslink:hover{border-color:var(--accent-subtle);background:var(--surface-3);box-shadow:var(--shadow);transform:translateY(-1px)}.edit-crosslink-icon{background:var(--accent-light);width:40px;height:40px;color:var(--accent);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.edit-crosslink-icon svg{width:18px;height:18px}.edit-crosslink-text{min-width:0;color:var(--text-muted);flex:1;font-size:12.5px;line-height:1.5}.edit-crosslink-text strong{color:var(--text-primary);margin-bottom:1px;font-size:14px;font-weight:700;display:block}.edit-crosslink-arrow{width:17px;height:17px;color:var(--text-muted);flex-shrink:0}.edit-crosslink:hover .edit-crosslink-arrow{color:var(--accent)}.edit-inline-link{color:var(--accent);font-weight:600;text-decoration:underline}.edit-profile-body.narrow{max-width:780px}.edit-danger-zone{border-color:#c0392b47}.edit-danger-zone .edit-card-header{background:var(--red-light);border-bottom-color:#c0392b2e}.edit-danger-zone .edit-card-title,.edit-danger-zone .edit-card-title svg{color:var(--red)}.edit-danger-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.edit-danger-row h4{color:var(--text-primary);margin-bottom:2px;font-size:13.5px;font-weight:600}.edit-danger-row p{color:var(--text-muted);max-width:52ch;font-size:12px;line-height:1.5}.edit-danger-btn{background:var(--surface);border:1.5px solid var(--red);border-radius:var(--radius-sm);height:38px;color:var(--red);cursor:pointer;transition:all var(--transition);white-space:nowrap;align-items:center;gap:7px;padding:0 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;display:inline-flex}.edit-danger-btn:hover{background:var(--red);color:#fff;box-shadow:0 3px 12px #c0392b4d}.edit-danger-btn svg{width:14px;height:14px}@media (max-width:1024px){.profile-content-grid{grid-template-columns:1fr}.profile-stats-row{grid-template-columns:repeat(2,1fr)}.profile-plans-grid,.edit-layout{grid-template-columns:1fr}.edit-sidenav{scrollbar-width:none;flex-direction:row;gap:4px;padding:6px;position:static;overflow-x:auto}.edit-sidenav::-webkit-scrollbar{display:none}.edit-sidenav-link{white-space:nowrap}}@media (max-width:768px){.profile-cover{height:170px}.profile-page-body{padding:0 16px 44px}.profile-info-card{margin-top:-66px;padding:0 20px 22px}.profile-info-top{text-align:center;flex-direction:column;align-items:center;gap:14px}.profile-name-row,.profile-role-text{justify-content:center}.profile-info-actions{justify-content:center;width:100%;padding-bottom:0}.profile-info-actions>*{flex:1;justify-content:center}.profile-bio{text-align:center;margin:0 auto}.profile-meta-tags{justify-content:center}.profile-stats-row{grid-template-columns:1fr 1fr}.profile-nav-links{display:none}.profile-navbar{padding:0 14px}.profile-pill-text{display:none}.profile-pill-nav{padding:0 8px}.edit-profile-body{padding:20px 16px 110px}.edit-form-row{grid-template-columns:1fr}.edit-avatar-section{text-align:center;flex-direction:column}.edit-avatar-btns{justify-content:center}.edit-actions-bar,.edit-form-actions{padding:12px 14px}.edit-actions-status{display:none}.edit-actions-bar>*,.edit-form-actions>*{flex:1}.edit-danger-row{flex-direction:column;align-items:flex-start}}@media (max-width:359px){.profile-stats-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
