/* v1202: Profile, header dropdown and backend typography refinement */
:root{--pp-font:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--pp-navy:#061a55;--pp-muted:#60708f;--pp-line:#dfe8f6;--pp-soft:#f6f9ff;--pp-blue:#1261ff}
body,.admin-shell,.admin-main,.admin-sidebar,.navbar,.topbar{font-family:var(--pp-font)!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.navbar,.topbar{font-size:14px;letter-spacing:-.01em}.nav-links>a,.nav-item>a{font-weight:750!important;letter-spacing:-.015em;color:#061a55!important}.topbar,.topbar a{font-weight:700!important}.nav-account .account-chip{font-weight:750!important;letter-spacing:-.015em}.nav-account .account-chip span:not(.avatar-dot){max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-account small{font-size:11px!important;max-width:42px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-main h1,.pp8c-main h1,.admin-page h1{font-weight:800!important;letter-spacing:-.045em!important;line-height:1.03!important}.admin-main h2,.pp8c-main h2,.admin-page h2{font-weight:750!important;letter-spacing:-.03em!important}.admin-main p,.pp8c-main p,.admin-card p,.pp8c-card p{font-weight:500!important;color:var(--pp-muted)!important}.admin-sidebar a,.pp8c-sidebar a{font-weight:650!important;letter-spacing:-.01em}.admin-sidebar .side-title,.pp8c-sidebar .side-title{font-weight:800!important;letter-spacing:.08em!important}
.pp-header-action-dd{font-family:var(--pp-font)!important}.pp-header-action-dd-head b{font-weight:800!important}.pp-header-action-dd-item strong{font-weight:750!important}.pp-header-action-dd-item small{font-weight:500!important}
.pp-profile-page{background:linear-gradient(180deg,#f5f8ff 0%,#ffffff 100%);padding:34px 0 56px}.pp-profile-wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}.pp-profile-hero{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;background:radial-gradient(circle at 88% 12%,rgba(18,97,255,.18),transparent 30%),linear-gradient(135deg,#061a55,#0b2d86);color:#fff;border-radius:30px;padding:30px;box-shadow:0 28px 80px rgba(6,26,85,.18)}.pp-profile-id{display:flex;align-items:center;gap:18px}.pp-profile-avatar{width:76px;height:76px;border-radius:24px;background:linear-gradient(135deg,#fff,#cfe0ff);color:#061a55;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:30px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}.pp-profile-hero h1{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1;font-weight:850;letter-spacing:-.06em}.pp-profile-hero p{margin:8px 0 0;color:rgba(255,255,255,.78);font-weight:600}.pp-profile-badges{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pp-profile-badge{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.12);backdrop-filter:blur(8px);border-radius:999px;padding:9px 12px;font-size:12px;font-weight:800}.pp-profile-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;margin-top:20px}.pp-profile-card{background:#fff;border:1px solid var(--pp-line);border-radius:24px;padding:24px;box-shadow:0 20px 60px rgba(6,26,85,.08)}.pp-profile-card h2{margin:0 0 15px;color:#061a55;font-size:20px;font-weight:800;letter-spacing:-.035em}.pp-profile-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pp-profile-field{border:1px solid #edf2fb;background:#fbfdff;border-radius:18px;padding:14px}.pp-profile-field small{display:block;color:#6d7890;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:5px}.pp-profile-field strong{display:block;color:#061a55;font-size:15px;font-weight:750;word-break:break-word}.pp-profile-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.pp-profile-btn{border:0;border-radius:14px;padding:12px 15px;background:#1261ff;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 14px 28px rgba(18,97,255,.2)}.pp-profile-btn.secondary{background:#eef4ff;color:#061a55;box-shadow:none}.pp-profile-checklist{display:grid;gap:12px}.pp-profile-check{display:flex;justify-content:space-between;gap:12px;border:1px solid #edf2fb;border-radius:16px;padding:13px;background:#fbfdff}.pp-profile-check span{font-weight:700;color:#061a55}.pp-profile-check em{font-style:normal;font-size:12px;font-weight:900;color:#1261ff;background:#edf4ff;border-radius:999px;padding:5px 9px;white-space:nowrap}
@media(max-width:900px){.nav-actions .pp-header-action-wrap{position:static!important}.nav-actions .pp-header-action-dd{position:fixed!important;top:92px!important;left:12px!important;right:12px!important;width:auto!important;max-width:none!important;border-radius:20px!important;box-shadow:0 24px 70px rgba(7,22,79,.22)!important;z-index:99999!important;transform:translateY(0)!important}.nav-actions .pp-header-action-wrap.open .pp-header-action-dd{display:block!important;opacity:1!important;visibility:visible!important}.pp-header-action-dd:before{content:'';position:fixed;inset:0;background:rgba(6,26,85,.08);z-index:-1}.nav-actions .pp-header-action-dd .pp-header-action-dd-head{position:sticky;top:0;background:#fff;border-radius:18px 18px 0 0}.pp-profile-grid{grid-template-columns:1fr}.pp-profile-hero{grid-template-columns:1fr}.pp-profile-badges{justify-content:flex-start}.pp-profile-fields{grid-template-columns:1fr}}
@media(max-width:560px){.navbar{font-size:12px}.nav-inner{gap:8px!important}.brand img{max-width:135px!important}.nav-actions.pp-clickable-header-actions{gap:5px!important}.nav-actions .nav-icon.pp-header-action,.nav-actions .nav-icon.search-toggle,.nav-actions .nav-icon.pp-search-toggle{width:38px!important;height:38px!important;border-radius:13px!important}.nav-account .account-chip{padding:6px 8px!important;min-width:auto!important}.nav-account .account-chip span:not(.avatar-dot),.nav-account .account-chip small{display:none!important}.nav-account .avatar-dot{width:30px!important;height:30px!important}.pp-profile-page{padding:18px 0 40px}.pp-profile-wrap{width:min(100% - 22px,1120px)}.pp-profile-hero{padding:22px;border-radius:24px}.pp-profile-id{gap:13px}.pp-profile-avatar{width:58px;height:58px;border-radius:18px;font-size:24px}.pp-profile-card{padding:18px;border-radius:20px}.pp-profile-badges{gap:7px}.pp-profile-badge{font-size:11px;padding:8px 10px}}
