/* SIMSAR_PROFILE_PREMIUM_V20 */
#page-profile{
  --p20-ink:#142038;--p20-muted:#7b899d;--p20-line:#e7ecf2;
  --p20-red:#e9382c;--p20-green:#14915a;--p20-soft:#f7f9fc;
}
#page-profile .p20-shell{display:grid;gap:16px;padding:2px 0 28px}
#page-profile .p20-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
#page-profile .p20-head h1{margin:0;color:var(--p20-ink);font-size:29px;font-weight:950;letter-spacing:-.04em}
#page-profile .p20-head p{margin:6px 0 0;color:#6d7b91;font-size:12.5px}
#page-profile .p20-actions-head{display:flex;gap:8px;flex-wrap:wrap}
#page-profile .p20-btn{min-height:39px;padding:0 14px;border:1px solid #dce3eb;border-radius:10px;background:#fff;color:#25344b;font:inherit;font-size:11px;font-weight:900;cursor:pointer}
#page-profile .p20-btn.primary{border-color:var(--p20-red);background:linear-gradient(180deg,#ef4437,#dc3025);color:#fff;box-shadow:0 8px 18px rgba(233,56,44,.18)}
#page-profile .p20-btn.danger{border-color:#efc9c4;color:#c82f25}
#page-profile .p20-hero{display:grid;grid-template-columns:minmax(310px,.82fr) minmax(0,1.18fr);gap:16px}
#page-profile .p20-card{border:1px solid var(--p20-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.04)}
#page-profile .p20-identity{position:relative;overflow:hidden;min-height:255px;padding:23px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 110% -10%,rgba(233,56,44,.14),transparent 38%),linear-gradient(145deg,#fff 0%,#fff 62%,#fff8f6 100%)}
#page-profile .p20-person{display:flex;align-items:center;gap:14px}
#page-profile .p20-avatar{width:68px;height:68px;flex:0 0 68px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#ef493c,#d92f24);color:#fff;font-size:22px;font-weight:950;box-shadow:0 12px 24px rgba(226,54,40,.19)}
#page-profile .p20-name{min-width:0}
#page-profile .p20-name h2{margin:0;color:var(--p20-ink);font-size:21px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#page-profile .p20-name span{display:block;margin-top:5px;color:#77859a;font-size:11.5px;font-weight:750}
#page-profile .p20-badges{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}
#page-profile .p20-badge{min-height:27px;padding:0 9px;display:inline-flex;align-items:center;border-radius:999px;font-size:9.5px;font-weight:900}
#page-profile .p20-badge.active{background:#eaf8f0;color:#14764a}
#page-profile .p20-badge.verified{background:#eef5ff;color:#315c9d}
#page-profile .p20-badge.plan{background:#fff1ef;color:#ca3529}
#page-profile .p20-contact{display:grid;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid #edf1f5}
#page-profile .p20-contact div{display:flex;align-items:center;gap:8px;min-width:0;color:#59687e;font-size:11px}
#page-profile .p20-contact i{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:9px;background:#f7f9fc;color:#75849a;font-style:normal}
#page-profile .p20-contact span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#page-profile .p20-overview{padding:22px;display:grid;gap:15px}
#page-profile .p20-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
#page-profile .p20-title-row h3{margin:0;color:var(--p20-ink);font-size:16px}
#page-profile .p20-plan{min-height:28px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;background:#fff1ef;color:#ca3529;font-size:9.5px;font-weight:900}
#page-profile .p20-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
#page-profile .p20-info{min-width:0;padding:12px 13px;border:1px solid #e8edf3;border-radius:12px;background:#f8fafc}
#page-profile .p20-info span{display:block;color:#8793a5;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
#page-profile .p20-info b{display:block;margin-top:5px;color:#1e2b40;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#page-profile .p20-completion{padding:14px;border:1px solid #edf1f5;border-radius:13px}
#page-profile .p20-completion-head{display:flex;justify-content:space-between;gap:10px}
#page-profile .p20-completion-head strong{color:#27364c;font-size:11px}
#page-profile .p20-completion-head b{color:var(--p20-red);font-size:12px}
#page-profile .p20-progress{height:8px;margin-top:9px;overflow:hidden;border-radius:999px;background:#edf1f5}
#page-profile .p20-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ef493b,#dd3025)}
#page-profile .p20-completion small{display:block;margin-top:7px;color:#8793a4;font-size:9.5px}
#page-profile .p20-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
#page-profile .p20-stat{min-height:92px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--p20-line);border-radius:15px;background:#fff;color:#233249;cursor:pointer}
#page-profile .p20-stat:hover{transform:translateY(-1px);border-color:#dfb2ac;box-shadow:0 8px 20px rgba(15,23,42,.05)}
#page-profile .p20-stat span span{display:block;color:#7e8b9e;font-size:9.5px;font-weight:850}
#page-profile .p20-stat span b{display:block;margin-top:6px;color:#152239;font-size:24px;font-weight:950}
#page-profile .p20-stat i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#fff3f1;color:#df392d;font-style:normal;font-size:17px}
#page-profile .p20-owner-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:16px}
#page-profile .p20-section{padding:19px}
#page-profile .p20-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:14px}
#page-profile .p20-section-head h3{margin:0;color:var(--p20-ink);font-size:16px}
#page-profile .p20-section-head p{margin:5px 0 0;color:#7a879b;font-size:10.5px}
#page-profile .p20-pipeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
#page-profile .p20-pipe{padding:13px;border:1px solid #edf1f5;border-radius:12px;background:#fafbfd}
#page-profile .p20-pipe span{display:block;color:#8490a2;font-size:9px;font-weight:850;text-transform:uppercase}
#page-profile .p20-pipe b{display:block;margin-top:6px;color:#17243c;font-size:21px;font-weight:950}
#page-profile .p20-pipe.review b{color:#3569b7}
#page-profile .p20-pipe.published b{color:var(--p20-green)}
#page-profile .p20-note{margin-top:11px;padding:11px 12px;border-left:3px solid var(--p20-red);border-radius:9px;background:#fff8f6;color:#7c625e;font-size:10px;line-height:1.55}
#page-profile .p20-quick{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
#page-profile .p20-action{min-height:72px;padding:12px;border:1px solid #e8edf3;border-radius:12px;background:#fff;color:#26364e;text-align:left;cursor:pointer}
#page-profile .p20-action:hover{border-color:#e5afa9;background:#fffafa}
#page-profile .p20-action i{display:block;margin-bottom:8px;color:var(--p20-red);font-style:normal;font-size:16px}
#page-profile .p20-action b{display:block;font-size:11px}
#page-profile .p20-action span{display:block;margin-top:3px;color:#8a95a5;font-size:9.5px}
#page-profile .p20-bottom{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);gap:16px}
#page-profile .p20-security{display:grid;gap:8px}
#page-profile .p20-security div{min-height:40px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:10px;background:#f8fafc}
#page-profile .p20-security span{color:#6d7a8e;font-size:10px}
#page-profile .p20-security b{color:#233149;font-size:10px}
#page-profile .p20-security b.good{color:var(--p20-green)}
@media(max-width:1180px){#page-profile .p20-stats{grid-template-columns:repeat(3,minmax(0,1fr))}#page-profile .p20-owner-grid,#page-profile .p20-bottom{grid-template-columns:1fr}}
@media(max-width:850px){#page-profile .p20-hero{grid-template-columns:1fr}#page-profile .p20-pipeline{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){#page-profile .p20-head{align-items:flex-start;flex-direction:column}#page-profile .p20-actions-head{width:100%}#page-profile .p20-actions-head .p20-btn{flex:1}#page-profile .p20-info-grid,#page-profile .p20-stats,#page-profile .p20-pipeline,#page-profile .p20-quick{grid-template-columns:1fr 1fr}}
