/* Isolated Profile review. Uses the approved Overview grammar without modifying foundation-v1. */
html[data-system-route="profile"] body{overflow:hidden!important;background:#f7f8fa!important}
[data-system-route="profile"] .profile-review-workspace{
  width:auto!important;height:calc(100vh - 64px)!important;min-height:0!important;
  display:grid!important;grid-template-columns:258px minmax(0,1fr)!important;
  gap:0!important;padding:0!important;background:#f7f8fa!important;overflow:hidden!important;
}
[data-system-route="profile"] .pr-settings-rail{
  min-width:0;padding:26px 22px 22px;border-right:1px solid #e1e6eb;background:#f7f8fa;
  display:flex;flex-direction:column;
}
[data-system-route="profile"] .pr-member{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px}
[data-system-route="profile"] .pr-member-avatar,[data-system-route="profile"] .pr-profile-image{display:grid;place-items:center;background:#2f45ff;color:#fff;font:700 13px/1 Manrope,Inter,sans-serif}
[data-system-route="profile"] .pr-member-avatar{width:44px;height:44px;border-radius:7px}
[data-system-route="profile"] .pr-member strong{display:block;font:700 16px/1.2 Manrope,Inter,sans-serif}
[data-system-route="profile"] .pr-member span{display:block;margin-top:5px;color:#6f7b84;font:500 11px/1.2 Inter,sans-serif;overflow:hidden;text-overflow:ellipsis}
[data-system-route="profile"] .pr-account-state{display:flex;align-items:center;gap:7px;margin-top:15px;color:#637079;font:600 11px/1 Inter,sans-serif}
[data-system-route="profile"] .pr-account-state i,[data-system-route="profile"] .pr-save-state i{width:7px;height:7px;border-radius:50%;background:#138264}
[data-system-route="profile"] .pr-rail-rule{height:1px;margin:24px 0 20px;background:#e1e6eb}
[data-system-route="profile"] .pr-rail-label{padding:0 10px 8px;color:#9aa4ad;font:600 9px/1 Inter,sans-serif;text-transform:uppercase}
[data-system-route="profile"] .pr-section-nav{display:grid;gap:4px}
[data-system-route="profile"] .pr-section-nav button{height:44px;display:grid;grid-template-columns:18px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:0 11px;border:0;border-radius:6px;background:transparent;color:#65717c;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}
[data-system-route="profile"] .pr-section-nav button:hover{background:#f0f2f5;color:#26313a}
[data-system-route="profile"] .pr-section-nav button.active{background:#eef1ff;color:#2f45ff}
[data-system-route="profile"] .pr-section-nav button span:not(.pr-nav-icon){font:600 13px/1 Inter,sans-serif}
[data-system-route="profile"] .pr-section-nav button b{font:600 10px/1 Inter,sans-serif;text-align:right;color:#9aa4ad}
[data-system-route="profile"] .pr-section-nav button.active b{color:#2f45ff}
[data-system-route="profile"] .pr-nav-icon{width:17px;height:17px;background:currentColor;mask:var(--pr-icon) center/contain no-repeat;-webkit-mask:var(--pr-icon) center/contain no-repeat}
[data-system-route="profile"] .pr-logout{height:40px;margin-top:auto;border:1px solid #efdadd;border-radius:6px;background:#fff;color:#cf4356;font:600 12px/1 Inter,sans-serif;cursor:pointer}

[data-system-route="profile"] .pr-main{min-width:0;min-height:0;display:grid;grid-template-rows:102px minmax(0,1fr);padding:0 42px 30px}
[data-system-route="profile"] .pr-page-head{display:flex;align-items:center;justify-content:space-between;gap:30px}
[data-system-route="profile"] .pr-eyebrow{display:block;margin-bottom:7px;color:#2f45ff;font:600 9px/1 Inter,sans-serif;text-transform:uppercase}
[data-system-route="profile"] .pr-page-head h1{margin:0;color:#101419;font:700 32px/1.08 Manrope,Inter,sans-serif!important}
[data-system-route="profile"] .pr-page-head p{margin:8px 0 0;color:#66727b;font:400 13px/1.4 Inter,sans-serif}
[data-system-route="profile"] .pr-save-state{display:inline-flex;align-items:center;gap:8px;color:#66727b;font:600 11px/1 Inter,sans-serif}
[data-system-route="profile"] .pr-save-state.unsaved i{background:#d18b22}
[data-system-route="profile"] .pr-content-grid{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:20px}
[data-system-route="profile"] .pr-editor{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) 58px;border:1px solid #e1e6eb;border-radius:8px;background:#fff;overflow:hidden}
[data-system-route="profile"] .pr-panel{display:none;min-width:0;min-height:0;grid-template-rows:64px minmax(0,1fr);opacity:0}
[data-system-route="profile"] .pr-panel.active{display:grid;animation:pr-panel-in .15s ease both}
@keyframes pr-panel-in{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}
[data-system-route="profile"] .pr-panel-head{height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 22px;border-bottom:1px solid #e1e6eb}
[data-system-route="profile"] .pr-panel-head h2{margin:0;color:#182126;font:600 20px/1.2 Manrope,Inter,sans-serif!important}
[data-system-route="profile"] .pr-panel-head p{margin:5px 0 0;color:#73808a;font:400 12px/1.25 Inter,sans-serif}
[data-system-route="profile"] .pr-panel-head>span{color:#8b969f;font:600 10px/1 Inter,sans-serif;text-transform:uppercase}
[data-system-route="profile"] .pr-panel-body{min-height:0;padding:20px 22px;overflow:auto;scrollbar-width:thin;scrollbar-color:#cbd3db transparent}
[data-system-route="profile"] .pr-editor-foot{height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 22px;border-top:1px solid #e1e6eb;background:#fbfcfd}
[data-system-route="profile"] .pr-editor-foot span{color:#7b8790;font:500 11px/1.3 Inter,sans-serif}

[data-system-route="profile"] .pr-primary,[data-system-route="profile"] .pr-secondary,[data-system-route="profile"] .pr-danger{height:38px;padding:0 15px;border-radius:6px;font:600 11px/1 Inter,sans-serif;cursor:pointer;white-space:nowrap}
[data-system-route="profile"] .pr-primary{border:1px solid #2f45ff;background:#2f45ff;color:#fff}
[data-system-route="profile"] .pr-primary:hover{background:#2439e6}
[data-system-route="profile"] .pr-primary.pr-compact{height:34px;padding-inline:12px}
[data-system-route="profile"] .pr-secondary{border:1px solid #d7dee4;background:#fff;color:#35414a}
[data-system-route="profile"] .pr-secondary:hover{border-color:#aeb9c2;background:#f9fafb}
[data-system-route="profile"] .pr-danger{border:1px solid #ebcfd4;background:#fff;color:#c83f52}
[data-system-route="profile"] .pr-text-action{padding:0;border:0;background:transparent;color:#2f45ff;font:600 9px/1 Inter,sans-serif;cursor:pointer}
[data-system-route="profile"] .pr-icon-action{width:30px;height:30px;border:1px solid #e1e6eb;border-radius:5px;background:#fff;color:#78848d;font-size:16px;cursor:pointer}

[data-system-route="profile"] .pr-avatar-row{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;padding-bottom:20px;border-bottom:1px solid #e7ebee}
[data-system-route="profile"] .pr-profile-image{width:54px;height:54px;border-radius:8px;font-size:15px}
[data-system-route="profile"] .pr-avatar-row strong{font:600 13px/1.2 Inter,sans-serif}
[data-system-route="profile"] .pr-avatar-row p{margin:6px 0 0;color:#7a8690;font:400 11px/1.35 Inter,sans-serif}
[data-system-route="profile"] .pr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 18px;margin-top:20px}
[data-system-route="profile"] .pr-form-grid label{display:grid;gap:7px;color:#4e5a63;font:600 11px/1 Inter,sans-serif}
[data-system-route="profile"] .pr-form-grid input,[data-system-route="profile"] .pr-form-grid select,[data-system-route="profile"] .pr-quiet-hours select{width:100%;height:40px;border:1px solid #dfe5e9;border-radius:6px;background:#fbfcfd;color:#202930;padding:0 12px;font:500 12px/1 Inter,sans-serif;outline:0}
[data-system-route="profile"] .pr-form-grid input:focus,[data-system-route="profile"] .pr-form-grid select:focus{border-color:#8998ff;box-shadow:0 0 0 3px rgba(47,69,255,.08)}
[data-system-route="profile"] .pr-verified-input{position:relative}.pr-verified-input input{padding-right:72px!important}.pr-verified-input b{position:absolute;right:11px;top:50%;transform:translateY(-50%);color:#138264;font:600 8px/1 Inter,sans-serif;text-transform:uppercase}

[data-system-route="profile"] .pr-setting-list{margin-top:22px;border-top:1px solid #e7ebee}
[data-system-route="profile"] .pr-setting-list>.pr-toggle{min-height:58px;border-bottom:1px solid #e7ebee}
[data-system-route="profile"] .pr-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}
[data-system-route="profile"] .pr-toggle>span{font:500 12px/1.3 Inter,sans-serif}
[data-system-route="profile"] .pr-toggle input{position:absolute;opacity:0;pointer-events:none}
[data-system-route="profile"] .pr-toggle i{position:relative;width:30px;height:17px;flex:0 0 30px;border-radius:9px;background:#cbd3d9;transition:background-color .15s ease}
[data-system-route="profile"] .pr-toggle i::after{content:"";position:absolute;left:2px;top:2px;width:13px;height:13px;border-radius:50%;background:#fff;transition:transform .15s ease}
[data-system-route="profile"] .pr-toggle input:checked+i{background:#2f45ff}
[data-system-route="profile"] .pr-toggle input:checked+i::after{transform:translateX(13px)}

[data-system-route="profile"] .pr-security-note{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:15px;padding:12px 14px;border-left:3px solid #2f45ff;background:#f5f7ff}
[data-system-route="profile"] .pr-security-note span{color:#2f45ff;font:600 9px/1 Inter,sans-serif;text-transform:uppercase}
[data-system-route="profile"] .pr-security-note p{margin:0;color:#637079;font:400 9px/1.4 Inter,sans-serif}
[data-system-route="profile"] .pr-connection-list{display:grid;margin-top:16px;border:1px solid #e1e6eb;border-radius:7px;overflow:hidden}
[data-system-route="profile"] .pr-connection-list article{min-height:74px;display:grid;grid-template-columns:38px minmax(0,1fr) 130px auto;align-items:center;gap:13px;padding:0 15px;border-bottom:1px solid #e7ebee}
[data-system-route="profile"] .pr-connection-list article:last-child{border-bottom:0}
[data-system-route="profile"] .pr-source-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:6px;background:#eef1ff;color:#2f45ff;font:700 9px/1 Inter,sans-serif}
[data-system-route="profile"] .pr-source-mark.dark{background:#101419;color:#fff}.pr-source-mark.outline{border:1px solid #d9e0e5;background:#fff;color:#65717b}
[data-system-route="profile"] .pr-connection-list strong,[data-system-route="profile"] .pr-security-grid strong,[data-system-route="profile"] .pr-session-row strong{display:block;font:600 12px/1.2 Inter,sans-serif}
[data-system-route="profile"] .pr-connection-list article>div>span,[data-system-route="profile"] .pr-security-grid article span,[data-system-route="profile"] .pr-session-row div span{display:block;margin-top:5px;color:#7b8790;font:400 11px/1.2 Inter,sans-serif}
[data-system-route="profile"] .pr-connection-health{display:flex;align-items:center;gap:7px;color:#607079;font:500 11px/1 Inter,sans-serif}.pr-connection-health i{width:7px;height:7px;border-radius:50%;background:#138264}.pr-connection-health.inactive i{background:#a7b0b7}

[data-system-route="profile"] .pr-notification-head,[data-system-route="profile"] .pr-notification-table>div{display:grid;grid-template-columns:minmax(180px,1fr) 84px 84px 84px;align-items:center;gap:12px}
[data-system-route="profile"] .pr-notification-head{height:32px;padding:0 12px;color:#8d98a1;font:600 8px/1 Inter,sans-serif;text-transform:uppercase}
[data-system-route="profile"] .pr-notification-head span:not(:first-child){text-align:center}
[data-system-route="profile"] .pr-notification-table{border:1px solid #e1e6eb;border-radius:7px;overflow:hidden}
[data-system-route="profile"] .pr-notification-table>div{min-height:54px;padding:0 12px;border-bottom:1px solid #e8ecef}.pr-notification-table>div:last-child{border-bottom:0}
[data-system-route="profile"] .pr-notification-table strong{font:600 12px/1.2 Inter,sans-serif}
[data-system-route="profile"] .pr-notification-table .pr-toggle{justify-content:center}.pr-notification-table .pr-toggle>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
[data-system-route="profile"] .pr-quiet-hours{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:15px;border:1px solid #e1e6eb;border-radius:7px}
[data-system-route="profile"] .pr-quiet-hours strong{font:600 12px/1.2 Inter,sans-serif}.pr-quiet-hours p{margin:5px 0 0;color:#7b8790;font:400 11px/1.3 Inter,sans-serif}.pr-quiet-hours select{width:170px}

[data-system-route="profile"] .pr-security-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid #e1e6eb;border-radius:7px;overflow:hidden}
[data-system-route="profile"] .pr-security-grid article{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 15px;border-right:1px solid #e7ebee;border-bottom:1px solid #e7ebee}.pr-security-grid article:nth-child(2n){border-right:0}.pr-security-grid article:nth-last-child(-n+2){border-bottom:0}
[data-system-route="profile"] .pr-good{color:#138264;font:600 11px/1 Inter,sans-serif}
[data-system-route="profile"] .pr-session-block{margin-top:18px;border:1px solid #e1e6eb;border-radius:7px;overflow:hidden}
[data-system-route="profile"] .pr-session-block>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid #e7ebee}.pr-session-block>header strong{font:600 11px/1.2 Inter,sans-serif}.pr-session-block>header p{margin:5px 0 0;color:#7b8790;font:400 9px/1.2 Inter,sans-serif}
[data-system-route="profile"] .pr-session-row{min-height:62px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 15px;border-bottom:1px solid #e7ebee}.pr-session-row:last-child{border-bottom:0}
[data-system-route="profile"] .pr-device{width:32px;height:32px;display:grid;place-items:center;border-radius:5px;background:#eef1ff;color:#2f45ff;font:700 8px/1 Inter,sans-serif}

[data-system-route="profile"] .pr-plan-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;border:1px solid #e1e6eb;border-radius:7px;background:#fbfcfd}.pr-plan-summary span{display:block;color:#7e8a93;font:600 8px/1 Inter,sans-serif;text-transform:uppercase}.pr-plan-summary strong{display:block;margin-top:7px;font:700 23px/1 Manrope,Inter,sans-serif}.pr-plan-summary p{margin:5px 0 0;color:#707d86;font:400 9px/1.3 Inter,sans-serif}
[data-system-route="profile"] .pr-usage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.pr-usage-grid article{padding:14px;border:1px solid #e1e6eb;border-radius:7px}.pr-usage-grid span{display:block;color:#7d8992;font:600 8px/1 Inter,sans-serif}.pr-usage-grid strong{display:block;margin-top:7px;font:600 13px/1 Inter,sans-serif}.pr-usage-grid i,.pr-usage-list>i{display:block;height:4px;margin-top:11px;border-radius:2px;background:#e7ebee;overflow:hidden}.pr-usage-grid i b,.pr-usage-list>i b{display:block;height:100%;background:#2f45ff}
[data-system-route="profile"] .pr-data-actions{display:grid;margin-top:14px;border:1px solid #e1e6eb;border-radius:7px;overflow:hidden}.pr-data-actions article{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 15px;border-bottom:1px solid #e7ebee}.pr-data-actions article:last-child{border-bottom:0}.pr-data-actions strong{font:600 10px/1.2 Inter,sans-serif}.pr-data-actions p{margin:5px 0 0;color:#7b8790;font:400 9px/1.3 Inter,sans-serif}.pr-data-actions .danger{background:#fffafb}

[data-system-route="profile"] .pr-status-rail{min-width:0;display:grid;align-content:start;gap:14px}
[data-system-route="profile"] .pr-status-card{border:1px solid #e1e6eb;border-radius:8px;background:#fff;overflow:hidden}
[data-system-route="profile"] .pr-status-card>header{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid #e1e6eb}.pr-status-card>header strong{font:600 11px/1 Manrope,Inter,sans-serif}.pr-status-card>header span{color:#85919a;font:600 8px/1 Inter,sans-serif;text-transform:uppercase}
[data-system-route="profile"] .pr-status-card>div{padding:15px}
[data-system-route="profile"] .pr-plan-card{background:#101419;color:#fff;border-color:#101419}.pr-plan-card>header{border-color:#2d343a}.pr-plan-card>header span{color:#55d3ee}.pr-plan-card b{font:700 21px/1 Manrope,Inter,sans-serif}.pr-plan-card p{margin:10px 0 0;color:#aeb8c0;font:400 9px/1.5 Inter,sans-serif}.pr-plan-card button{width:100%;height:34px;margin-top:14px;border:1px solid #39424a;border-radius:5px;background:#1b2126;color:#fff;font:600 9px/1 Inter,sans-serif;cursor:pointer}
[data-system-route="profile"] .pr-usage-list p{display:flex;align-items:center;justify-content:space-between;margin:0;color:#5f6c75;font:500 9px/1 Inter,sans-serif}.pr-usage-list p:not(:first-child){margin-top:15px}.pr-usage-list p b{color:#263039;font-weight:600}
[data-system-route="profile"] .pr-security-status p{display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:8px;margin:0 0 13px;color:#5f6c75;font:500 9px/1 Inter,sans-serif}.pr-security-status p i{width:7px;height:7px;border-radius:50%;background:#138264}.pr-security-status p b{color:#138264;font-weight:600}.pr-security-status button{padding:0;border:0;background:transparent;color:#2f45ff;font:600 9px/1 Inter,sans-serif;cursor:pointer}
[data-system-route="profile"] .pr-toast{position:fixed;z-index:120;right:30px;bottom:26px;max-width:320px;padding:12px 15px;border-radius:6px;background:#101419;color:#fff;font:600 10px/1.35 Inter,sans-serif;opacity:0;transform:translateY(5px);pointer-events:none;transition:opacity .15s ease,transform .15s ease}.pr-toast.show{opacity:1;transform:none}

@media(max-width:1800px){
  [data-system-route="profile"] .profile-review-workspace{grid-template-columns:224px minmax(0,1fr)!important}
  [data-system-route="profile"] .pr-main{padding-inline:28px}
  [data-system-route="profile"] .pr-content-grid{grid-template-columns:minmax(0,1fr) 250px}
}
@media(prefers-reduced-motion:reduce){[data-system-route="profile"] .pr-panel.active{animation:none}[data-system-route="profile"] .pr-section-nav button,[data-system-route="profile"] .pr-toggle i,[data-system-route="profile"] .pr-toggle i::after,[data-system-route="profile"] .pr-toast{transition:none!important}}
