@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800;900&family=Space+Mono:wght@400;700&display=swap");:root{color-scheme:dark;--bg:#08131c;--panel:#0f212c;--panel-soft:#142a36;--line:rgba(159,199,214,0.12);--text:#edf6f7;--muted:#93b4bd;--accent:#7fe7c2;--accent-warm:#f4c676;--danger:#f18b82;--shadow:0 24px 80px rgba(0,0,0,0.28)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:radial-gradient(circle at top left,rgba(127,231,194,.12),transparent 32%),linear-gradient(180deg,#071118,#0a1721);color:var(--text);font-family:Segoe UI,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell,body{min-height:100vh}.shell{display:grid;grid-template-columns:280px minmax(0,1fr)}.shell-sidebar{padding:28px 22px;border-right:1px solid var(--line);background:linear-gradient(180deg,rgba(15,33,44,.96),rgba(7,17,24,.98));display:flex;flex-direction:column;gap:22px}.shell-brand{margin:0;font-size:1.25rem;font-weight:700}.shell-subtitle{margin:6px 0 0;color:var(--muted);font-size:.94rem}.shell-user{padding:14px;border:1px solid var(--line);border-radius:10px;background:rgba(127,231,194,.06);display:flex;flex-direction:column;gap:4px}.shell-user small,.shell-user span{color:var(--muted)}.shell-nav{display:flex;flex-direction:column;gap:8px}.shell-link{padding:12px 14px;border:1px solid transparent;border-radius:8px;color:var(--muted);transition:.16s ease}.shell-link.active,.shell-link:hover{color:var(--text);border-color:var(--line);background:rgba(127,231,194,.08)}.shell-sidebar-footer{margin-top:auto;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.92rem}.status-dot{width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px rgba(127,231,194,.1)}.shell-main{padding:22px;display:flex;flex-direction:column;min-width:0}.shell-header{justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid var(--line);border-radius:12px;background:rgba(15,33,44,.76);box-shadow:var(--shadow)}.shell-actions,.shell-header{display:flex;align-items:center}.shell-actions{gap:12px}.chip,.page-badge,.shell-header-meta{padding:10px 12px;border-radius:999px;border:1px solid rgba(127,231,194,.22);background:rgba(127,231,194,.1);color:var(--accent);font-size:.88rem;white-space:nowrap}.shell-content{padding-top:18px}.shell-footer{margin-top:auto;padding:22px 0 4px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px 18px;color:var(--muted);font-size:.72rem}.shell-footer-poweredby{letter-spacing:.06em;text-transform:uppercase;opacity:.8}.shell-footer-poweredby strong{color:var(--accent);font-weight:600}.master-page{display:flex;flex-direction:column;gap:18px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.page-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.eyebrow{margin:0 0 10px;color:var(--accent);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}h1,h2,p,ul{margin:0}h1{font-size:clamp(2rem,3vw,2.8rem);line-height:1}h2{font-size:1.1rem}.page-copy,.section-block p,.surface-head p{margin-top:10px;color:var(--muted);max-width:62ch;line-height:1.6}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.auth-card,.message-bubble,.metric-card,.section-block,.surface-panel,.thread-item{border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,rgba(20,42,54,.96),rgba(11,23,32,.98));box-shadow:var(--shadow)}.metric-card{min-height:132px;padding:16px;display:flex;flex-direction:column;justify-content:space-between}.metric-card span{color:var(--muted);font-size:.92rem}.metric-card strong{font-size:2rem}.tone-danger strong{color:var(--danger)}.tone-warning strong{color:var(--accent-warm)}.tone-success strong{color:var(--accent)}.data-grid,.page-grid{display:grid;grid-gap:16px;gap:16px}.data-grid.two-up,.page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-grid.single-column{grid-template-columns:1fr}.auth-card,.section-block,.surface-panel{padding:18px;display:flex;flex-direction:column;gap:16px}.surface-head.compact{margin-bottom:4px}.message-feed,.surface-list,.thread-list{display:flex;flex-direction:column;gap:12px}.list-row,.message-bubble{display:flex;justify-content:space-between;gap:12px;padding:14px}.inline-meta{display:flex;align-items:center;gap:8px;color:var(--muted);flex-wrap:wrap}.chip-critical,.chip-error,.chip-high,.chip-red{color:var(--danger);border-color:rgba(241,139,130,.25);background:rgba(241,139,130,.08)}.chip-attention,.chip-warning,.chip-yellow{color:var(--accent-warm);border-color:rgba(244,198,118,.24);background:rgba(244,198,118,.08)}.chip-green,.chip-normal,.chip-ok,.chip-success{color:var(--accent)}.dashboard-workbench{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);grid-gap:16px;gap:16px}.filter-panel,.maturity-rail{min-height:100%}.maturity-bars{display:flex;flex-direction:column;gap:12px}.maturity-row{display:grid;grid-template-columns:38px minmax(0,1fr) 42px;align-items:center;grid-gap:10px;gap:10px;color:var(--muted)}.maturity-row strong{color:var(--text);text-align:right}.maturity-track{height:10px;border-radius:999px;background:rgba(159,199,214,.1);overflow:hidden}.maturity-fill{height:100%;border-radius:inherit;background:var(--muted)}.maturity-e1,.maturity-e2{background:var(--accent-warm)}.maturity-e3,.maturity-e4{background:var(--accent)}.filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.compact-field span{font-size:.84rem}.athlete-workbench{display:grid;grid-template-columns:minmax(360px,1.25fr) minmax(320px,.75fr);grid-gap:16px;gap:16px;align-items:start}.athlete-drawer,.athlete-list-panel{min-height:520px}.athlete-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;max-height:720px;overflow:auto;padding-right:4px}.athlete-card{width:100%;border:1px solid var(--line);border-radius:12px;background:rgba(8,19,28,.48);color:var(--text);padding:14px;text-align:left;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:.16s ease}.athlete-card.active,.athlete-card:hover{border-color:rgba(127,231,194,.36);background:rgba(127,231,194,.08)}.athlete-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.athlete-card-grid,.athlete-card-head div{display:flex;flex-direction:column;gap:4px}.athlete-card p,.athlete-card span,.drawer-section p,.drawer-section span{color:var(--muted);line-height:1.45}.athlete-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;font-size:.86rem}.athlete-drawer{position:-webkit-sticky;position:sticky;top:18px}.drawer-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.drawer-metrics article{border:1px solid var(--line);border-radius:10px;background:rgba(127,231,194,.06);padding:12px;display:flex;flex-direction:column;gap:6px}.drawer-metrics span{color:var(--muted);font-size:.82rem}.drawer-metrics strong{font-size:1.25rem}.drawer-section{display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--line);padding-top:14px}.mini-list,.timeline-list{display:flex;flex-direction:column;gap:10px}.mini-list article,.timeline-item{border:1px solid var(--line);border-radius:10px;background:rgba(8,19,28,.44);padding:12px}.timeline-item{display:grid;grid-gap:5px;gap:5px;position:relative;overflow:hidden}.timeline-item:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:rgba(127,231,194,.42)}.timeline-authorized_action:before{background:rgba(244,198,118,.72)}.timeline-observation:before{background:rgba(159,199,214,.44)}.timeline-item span{color:var(--muted);font-size:.8rem}.timeline-item p{color:var(--muted);line-height:1.45}.mini-list article{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mini-list p{margin-top:4px;color:var(--muted)}.bot-layout{display:grid;grid-template-columns:320px minmax(0,1fr);grid-gap:16px;gap:16px}.bot-panel,.thread-column{min-height:620px}.thread-item{width:100%;padding:14px;text-align:left;display:flex;flex-direction:column;gap:6px;color:var(--text);cursor:pointer}.thread-item small,.thread-item span{color:var(--muted)}.thread-item.active{border-color:rgba(127,231,194,.26);background:rgba(127,231,194,.08)}.bot-panel{display:flex;flex-direction:column}.message-feed{min-height:320px;max-height:420px;overflow:auto;padding-right:4px}.message-bubble{flex-direction:column}.message-bubble.assistant{border-color:rgba(127,231,194,.22)}.message-bubble.user{border-color:rgba(159,199,214,.18)}.empty-state,.error-copy,.message-bubble p,.status-note{line-height:1.6}.auth-form,.bot-composer{display:flex;flex-direction:column;gap:14px}.field-row{display:grid;grid-gap:12px;gap:12px}.field-row.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.field-stack{display:flex;flex-direction:column;gap:8px;color:var(--muted)}.text-area,.text-input{width:100%;border:1px solid var(--line);border-radius:10px;background:rgba(8,19,28,.92);color:var(--text);padding:12px 14px}.text-area{resize:vertical;min-height:120px}.ghost-button,.primary-button{border-radius:10px;border:1px solid transparent;padding:12px 16px;cursor:pointer}.primary-button{background:var(--accent);color:#08201b;font-weight:700}.ghost-button{background:transparent;color:var(--text);border-color:var(--line)}.ghost-button:disabled,.primary-button:disabled{opacity:.65;cursor:wait}.composer-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.empty-state,.status-note{color:var(--muted)}.status-note.inline{flex:1 1;text-align:right}.error-copy{color:var(--danger)}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(520px,100%)}@media (max-width:1280px){.athlete-list{grid-template-columns:1fr}}@media (max-width:1100px){.athlete-workbench,.bot-layout,.dashboard-workbench,.data-grid.two-up,.field-row.three-up,.filter-grid,.metric-strip,.page-grid{grid-template-columns:1fr}.athlete-drawer{position:static}}@media (max-width:980px){.shell{grid-template-columns:1fr}.shell-sidebar{border-right:0;border-bottom:1px solid var(--line)}.athlete-card-head,.composer-actions,.mini-list article,.page-header,.shell-header{flex-direction:column;align-items:flex-start}.page-actions{justify-content:flex-start}.shell-actions{width:100%;justify-content:space-between}.status-note.inline{text-align:left}.athlete-card-grid,.drawer-metrics{grid-template-columns:1fr}}:root{--pm-bg:#07111f;--pm-sidebar:#0d182c;--pm-panel:rgba(8,15,28,0.86);--pm-panel-soft:rgba(255,255,255,0.055);--pm-text:#f5f6fb;--pm-muted:#a6b2c7;--pm-gold:#f5b92e;--pm-gold-2:#ffd166;--pm-blue:#2f68f5;--pm-success:#2de38b;--pm-danger:#ff7b72}body{background:radial-gradient(circle at 0 0,rgba(245,185,46,.18),transparent 26%),radial-gradient(circle at 100% 0,rgba(0,174,255,.16),transparent 32%),linear-gradient(135deg,#07111f,#081220 52%,#0b1627)}body:before{background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:72px 72px}.shell{grid-template-columns:270px minmax(0,1fr);background:#f4f7fb;color:#0d1829}.shell-sidebar{background:var(--pm-sidebar);color:var(--pm-text);border-right:1px solid rgba(20,37,63,.16);padding:26px 16px}.shell-brand{color:#fff;font-size:22px;font-weight:900;letter-spacing:-.04em;text-transform:none}.shell-brand:before{content:"P";display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#ffd65c,#f0a818);color:rgba(14,24,44,.58);box-shadow:0 14px 34px rgba(245,185,46,.28)}.shell-subtitle{padding-left:54px;color:#8ea0be;font-size:13px}.shell-link,.shell-subtitle{letter-spacing:0;text-transform:none}.shell-link{display:flex;flex-direction:column;gap:2px;border-radius:14px;padding:14px;color:#dce6f7;font-family:var(--sans)}.shell-link strong{font-size:15px;line-height:1;font-weight:900}.shell-link span{color:#8ea0be;font-size:12px}.shell-link:hover{background:rgba(255,255,255,.065);transform:translateX(2px)}.shell-link.active{background:var(--pm-blue);color:#fff;border-color:transparent;box-shadow:0 16px 30px rgba(47,104,245,.32)}.shell-link.active span{color:rgba(255,255,255,.78)}.shell-header{top:0;border-radius:0;border:0;border-bottom:1px solid rgba(20,37,63,.12);background:rgba(248,250,253,.92);color:#0d1829;box-shadow:0 12px 28px rgba(12,24,41,.06)}.shell-header strong{color:#0d1829;font-family:var(--sans);font-size:15px;text-transform:none;letter-spacing:0}.shell-header .eyebrow{color:#6f7e99}.shell-header .ghost-button{color:#1d2c44;background:#fff;border-color:rgba(17,31,54,.12)}.shell-header .ghost-button:hover{color:#1d2c44;background:#fff6dc}.shell-content{min-height:calc(100vh - 66px);padding:28px;background:radial-gradient(circle at 18% 0,rgba(245,185,46,.15),transparent 25%),radial-gradient(circle at 88% 0,rgba(30,129,190,.16),transparent 30%),linear-gradient(180deg,#07111f,#091322 420px,#f4f7fb 421px,#f4f7fb)}.page-header{border-radius:30px;background:rgba(8,15,28,.84);color:var(--pm-text);padding:32px 34px;box-shadow:0 26px 70px rgba(0,0,0,.42)}.eyebrow{color:var(--pm-gold)}h1{font-family:var(--sans);font-weight:900;letter-spacing:-.075em}.auth-card,.message-bubble,.metric-card,.section-block,.surface-panel,.thread-item{border-radius:22px;background:var(--pm-panel);color:var(--pm-text);border:1px solid rgba(255,255,255,.08);box-shadow:0 26px 70px rgba(0,0,0,.42)}.metric-card:before,.s-card:before{background:radial-gradient(circle,rgba(245,185,46,.2),transparent 62%)}.empty-state,.metric-card span,.page-copy,.status-note,.surface-head p{color:var(--pm-muted)}.metric-card strong{font-family:var(--sans);font-weight:900}.metric-led{background:var(--pm-gold);box-shadow:0 0 14px rgba(245,185,46,.72)}.primary-button{background:linear-gradient(135deg,#f4c24d,#a76b00);color:#15110a;border-color:rgba(255,255,255,.12);box-shadow:0 18px 38px rgba(245,185,46,.24)}.primary-button:hover{transform:translateY(-2px);filter:brightness(1.06)}.ghost-button{border-radius:999px;background:rgba(255,255,255,.06);color:var(--pm-text);border-color:rgba(255,255,255,.12)}.ghost-button:hover{border-color:rgba(245,185,46,.35);background:rgba(245,185,46,.09)}.text-area,.text-input{border-radius:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.11);color:var(--pm-text);padding:14px 16px}.text-area:focus,.text-input:focus{border-color:rgba(245,185,46,.58);box-shadow:0 0 0 4px rgba(245,185,46,.1)}.athlete-card,.coach-athlete-row,.coach-card,.mini-list article,.timeline-item{border-radius:18px;background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08)}.athlete-card.active,.athlete-card:hover,.coach-card.active,.coach-card:hover,.thread-item.active,.thread-item:hover{border-color:rgba(245,185,46,.32);background:rgba(245,185,46,.06);box-shadow:0 0 54px rgba(245,185,46,.14)}.athlete-card.active:before,.coach-card.active:before,.timeline-item:before{background:var(--pm-gold)}.chip-attention,.chip-warning,.chip-yellow{color:#ffe3a3;border-color:rgba(255,209,102,.28);background:rgba(255,209,102,.13)}.chip-green,.chip-normal,.chip-ok,.chip-success{color:#b9ffd8;border-color:rgba(45,227,139,.28);background:rgba(45,227,139,.12)}.chip-critical,.chip-error,.chip-high,.chip-red{color:#ffd0cb;border-color:rgba(255,123,114,.28);background:rgba(255,123,114,.14)}.info-bar,.system-note{background:rgba(245,185,46,.08);border-color:rgba(245,185,46,.18);border-radius:18px}.info-bar strong,.system-note strong{color:var(--pm-gold-2)}.pingo-login-shell{display:block;padding:8vh 28px}.pingo-login-hero{width:min(1360px,100%);margin:0 auto;min-height:76vh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.72fr);grid-gap:clamp(32px,7vw,96px);gap:clamp(32px,7vw,96px);align-items:center}.pingo-login-copy{color:var(--pm-text)}.pingo-login-brand{display:flex;align-items:center;gap:14px;margin-bottom:28px}.pingo-logo-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#ffd65c,#f0a818);color:rgba(14,24,44,.55);font-weight:900;box-shadow:0 16px 34px rgba(245,185,46,.24)}.pingo-login-brand strong{display:block;color:#fff;font-size:17px;font-weight:900}.pingo-login-brand span{color:var(--pm-muted);font-size:13px}.pingo-login-copy h1{max-width:760px;font-size:clamp(4rem,7vw,6.8rem);line-height:.9;letter-spacing:-.085em}.pingo-login-copy .page-copy{max-width:720px;margin-top:28px;color:#c3cada;font-size:20px;line-height:1.6}.login-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:36px}.login-feature-grid article{min-height:132px;padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:rgba(255,255,255,.055);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-feature-grid strong{display:block;margin-bottom:10px;color:#fff;font-size:15px}.login-feature-grid p{color:var(--pm-muted);line-height:1.55;font-size:14px}.pingo-login-card{justify-self:end}.pingo-login-card h2{font-size:25px;color:#fff}.login-route-note{margin-top:26px;text-align:center;color:#8b95ad;font-size:12px;font-weight:800}.athlete-card,.coach-athlete-row,.coach-card,.message-bubble,.mini-list article,.surface-panel,.timeline-item{overflow-wrap:anywhere}.athlete-card p,.coach-card p,.drawer-section p,.message-bubble p,.mini-list p,.page-copy,.surface-head p,.timeline-item p{max-width:72ch;font-size:clamp(.95rem,.92rem + .25vw,1.08rem);line-height:1.68}.athlete-card-head strong,.coach-athlete-row strong,.drawer-section strong,.mini-list strong,.surface-head h2{letter-spacing:-.01em}.athlete-card,.bl-filter-btn,.c-btn,.coach-card,.ghost-button,.primary-button,.tab-btn,.text-area,.text-input,.thread-item,select{min-height:44px}.athlete-card-grid,.coach-card-grid,.drawer-metrics,.filter-grid,.metric-strip{align-items:stretch}.drawer-metrics article,.metric-card{min-width:0}.athlete-card-grid span,.chip,.coach-card-grid span,.inline-meta span,.page-badge{white-space:normal}.inline-meta{row-gap:6px}@media (max-width:1100px){.login-feature-grid,.pingo-login-hero{grid-template-columns:1fr}.pingo-login-card{justify-self:stretch}}@media (max-width:980px){.shell{grid-template-columns:1fr}.shell-sidebar{position:relative;height:auto;padding:18px 14px 14px;gap:14px}.shell-brand:before{width:36px;height:36px;border-radius:12px}.shell-brand{font-size:19px}.shell-subtitle{padding-left:48px;font-size:12px}.shell-user{display:none}.shell-nav{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(118px,1fr);grid-gap:8px;gap:8px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity}.shell-link{min-height:58px;padding:11px 12px;scroll-snap-align:start}.shell-link:hover{transform:none}.shell-link strong{font-size:13px}.shell-link span{font-size:11px}.shell-sidebar-footer{display:none}.shell-header{position:-webkit-sticky;position:sticky;top:0;min-height:auto;padding:10px 14px;align-items:stretch}.shell-header>div:first-child{display:none}.shell-actions{width:100%;display:grid;grid-template-columns:1fr auto}.shell-header-meta{justify-content:flex-start;min-height:42px}.shell-content{padding:14px;background:linear-gradient(180deg,#07111f,#091322 300px,#f4f7fb 301px,#f4f7fb)}.master-page{gap:14px}.page-header{padding:22px 18px;border-radius:24px}.athlete-card-head,.coach-athlete-row,.composer-actions,.mini-list article,.page-header,.shell-header,.surface-head{flex-direction:column;align-items:flex-start}.page-actions{width:100%;justify-content:flex-start}.chip,.page-badge,.shell-header-meta{width:-moz-fit-content;width:fit-content;max-width:100%}.pingo-login-copy h1,h1{font-size:clamp(2.45rem,13vw,4.1rem);line-height:.94;letter-spacing:-.07em}h2{font-size:1rem}.athlete-card p,.coach-card p,.drawer-section p,.page-copy,.surface-head p{font-size:1rem;line-height:1.72}.auth-card,.surface-panel{padding:16px;border-radius:20px}.athlete-card-grid,.athlete-workbench,.coach-card-grid,.coach-workbench,.dashboard-workbench,.data-grid.two-up,.drawer-metrics,.field-row.three-up,.filter-grid,.metric-strip,.page-grid,.summary-grid{grid-template-columns:1fr}.metric-card{min-height:104px;padding:16px}.metric-card strong{font-size:34px}.athlete-list{grid-template-columns:1fr;max-height:none;overflow:visible;padding-right:0}.athlete-card,.coach-athlete-row,.coach-card,.mini-list article,.thread-item,.timeline-item{padding:15px;border-radius:18px}.athlete-drawer,.coach-detail{position:static;min-height:auto}.drawer-metrics article{min-height:80px}.ghost-button,.primary-button{width:100%;justify-content:center;min-height:48px}.text-area,.text-input,select{font-size:16px;min-height:48px}.bl-filter,.button-bar,.cenario-bar,.pingo-tabs,.tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.bl-filter-btn,.c-btn,.tab-btn{flex:0 0 auto;min-height:44px}.table-shell,.tbl-wrap{border-radius:18px;margin-inline:-2px}td,th{padding:12px 10px;font-size:12px}.status-note.inline{text-align:left}.pingo-login-shell{padding:28px 18px}.pingo-login-hero{min-height:auto;gap:28px}.pingo-login-copy .page-copy{font-size:1.05rem;margin-top:18px}.login-feature-grid{margin-top:24px}.login-feature-grid article{min-height:auto}}@media (max-width:520px){.shell-content{padding:10px}.page-header{padding:20px 15px;border-radius:22px}.auth-card,.surface-panel{padding:14px}.metric-strip{gap:10px}.metric-card{border-radius:18px}.inline-meta{align-items:flex-start}.chip,.page-badge{font-size:11px;line-height:1.25;padding:7px 10px}.drawer-section{padding-top:12px}.pingo-login-brand{margin-bottom:20px}.pingo-login-copy h1{font-size:clamp(2.8rem,18vw,4rem)}}body:has(aside[style*="background: #0f172a"]),body:has(aside[style*="background: rgb(15, 23, 42)"]),body:has(aside[style*="background:#0f172a"]){background:#07111f!important}body:has(aside[style*="background: #0f172a"])>div[style*="background:#f8fafc"],body:has(aside[style*="background: rgb(15, 23, 42)"])>div[style*="background:#f8fafc"],body:has(aside[style*="background:#0f172a"])>div[style*="background:#f8fafc"]{background:#07111f!important;color:var(--pm-text)!important}body:has(aside[style*="background: #0f172a"]) aside,body:has(aside[style*="background: rgb(15, 23, 42)"]) aside,body:has(aside[style*="background:#0f172a"]) aside{background:var(--pm-sidebar)!important;box-shadow:8px 0 28px rgba(0,0,0,.22)!important}body:has(aside[style*="background: #0f172a"]) section[style*="margin-left:260px"],body:has(aside[style*="background: rgb(15, 23, 42)"]) section[style*="margin-left:260px"],body:has(aside[style*="background:#0f172a"]) section[style*="margin-left:260px"]{background:radial-gradient(circle at 18% 0,rgba(245,185,46,.15),transparent 25%),radial-gradient(circle at 88% 0,rgba(30,129,190,.16),transparent 30%),linear-gradient(180deg,#07111f,#091322)!important;color:var(--pm-text)!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) section[style*="margin-left:260px"]>div:first-child,body:has(aside[style*="background:#0f172a"]) section[style*="margin-left:260px"]>div:first-child[style*="background: rgba(248, 250, 252"],body:has(aside[style*="background:#0f172a"]) section[style*="margin-left:260px"]>div:first-child[style*="background:rgba(248,250,252"]{background:rgba(8,15,28,.92)!important;border-bottom-color:rgba(255,255,255,.08)!important;color:var(--pm-text)!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) section[style*="margin-left:260px"]>div:first-child small,body:has(aside[style*="background: rgb(15, 23, 42)"]) section[style*="margin-left:260px"]>div:first-child strong,body:has(aside[style*="background:#0f172a"]) section[style*="margin-left:260px"]>div:first-child small,body:has(aside[style*="background:#0f172a"]) section[style*="margin-left:260px"]>div:first-child strong{color:var(--pm-text)!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) main,body:has(aside[style*="background:#0f172a"]) main[style*="font-family: Arial"],body:has(aside[style*="background:#0f172a"]) main[style*="font-family:Arial"]{max-width:1380px!important;padding:24px!important;color:var(--pm-text)!important;font-family:var(--sans)!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) main header,body:has(aside[style*="background:#0f172a"]) main header{padding:28px!important;border-radius:28px!important;border:1px solid rgba(122,144,176,.18)!important;background:linear-gradient(135deg,rgba(14,20,31,.96),rgba(10,15,24,.88))!important;box-shadow:0 28px 70px rgba(0,0,0,.34)!important;color:var(--pm-text)!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) main header h1,body:has(aside[style*="background: rgb(15, 23, 42)"]) main header p,body:has(aside[style*="background:#0f172a"]) main header h1,body:has(aside[style*="background:#0f172a"]) main header p{color:var(--pm-text)!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) main header h1,body:has(aside[style*="background:#0f172a"]) main header h1{font-size:clamp(2.4rem,7vw,4.6rem)!important;line-height:.95!important;letter-spacing:-.065em!important;font-weight:900!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) main header p:first-child,body:has(aside[style*="background:#0f172a"]) main header p:first-child{color:var(--pm-gold)!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) main header p:last-child,body:has(aside[style*="background:#0f172a"]) main header p:last-child{color:var(--pm-muted)!important;font-size:1rem!important;line-height:1.65!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) main div[style*="background: rgb(255, 255, 255)"],body:has(aside[style*="background: rgb(15, 23, 42)"]) main div[style*="background:#fff"],body:has(aside[style*="background: rgb(15, 23, 42)"]) main section[style*="background: rgb(255, 255, 255)"],body:has(aside[style*="background: rgb(15, 23, 42)"]) main section[style*="background:#fff"],body:has(aside[style*="background:#0f172a"]) main div[style*="background: rgb(255, 255, 255)"],body:has(aside[style*="background:#0f172a"]) main div[style*="background:#fff"],body:has(aside[style*="background:#0f172a"]) main section[style*="background: rgb(255, 255, 255)"],body:has(aside[style*="background:#0f172a"]) main section[style*="background:#fff"]{background:linear-gradient(180deg,rgba(14,19,28,.94),rgba(9,13,20,.9))!important;color:var(--pm-text)!important;border-color:rgba(122,144,176,.16)!important;border-radius:20px!important;box-shadow:0 18px 44px rgba(0,0,0,.26)!important}body:has(aside[style*="background:#0f172a"]) main div[style*="background: rgb(255, 255, 255)"] *,body:has(aside[style*="background:#0f172a"]) main div[style*="background:#fff"] *,body:has(aside[style*="background:#0f172a"]) main section[style*="background: rgb(255, 255, 255)"] *,body:has(aside[style*="background:#0f172a"]) main section[style*="background:#fff"] *{color:inherit}body:has(aside[style*="background:#0f172a"]) main div[style*="color: rgb(100, 116, 139)"],body:has(aside[style*="background:#0f172a"]) main div[style*="color:#64748b"],body:has(aside[style*="background:#0f172a"]) main p[style*="color: rgb(100, 116, 139)"],body:has(aside[style*="background:#0f172a"]) main p[style*="color:#64748b"]{color:var(--pm-muted)!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) main input,body:has(aside[style*="background: rgb(15, 23, 42)"]) main select,body:has(aside[style*="background: rgb(15, 23, 42)"]) main textarea,body:has(aside[style*="background:#0f172a"]) main input,body:has(aside[style*="background:#0f172a"]) main select,body:has(aside[style*="background:#0f172a"]) main textarea{min-height:48px!important;border-radius:16px!important;border-color:rgba(122,144,176,.2)!important;background:rgba(8,12,18,.82)!important;color:var(--pm-text)!important;font-size:16px!important}body:has(aside[style*="background:#0f172a"]) main input::placeholder,body:has(aside[style*="background:#0f172a"]) main textarea::placeholder{color:rgba(166,178,199,.76)!important}body:has(aside[style*="background: rgb(15, 23, 42)"]) main a[style*="border-radius:999px"],body:has(aside[style*="background: rgb(15, 23, 42)"]) main button,body:has(aside[style*="background:#0f172a"]) main a[style*="border-radius:999px"],body:has(aside[style*="background:#0f172a"]) main button{min-height:48px!important;border-radius:999px!important;font-weight:900!important}body:has(aside[style*="background:#0f172a"]) main button[style*="background: rgb(251, 191, 36)"],body:has(aside[style*="background:#0f172a"]) main button[style*="background:#fbbf24"]{background:linear-gradient(135deg,#f4c24d,#a76b00)!important;color:#15110a!important}body:has(aside[style*="background:#0f172a"]) main a[style*="background:#fff"],body:has(aside[style*="background:#0f172a"]) main button[style*="background:#fff"]{background:rgba(255,255,255,.06)!important;color:var(--pm-text)!important;border-color:rgba(255,255,255,.12)!important}@media (max-width:980px){body:has(aside[style*="position: fixed"]),body:has(aside[style*="position:fixed"]){overflow-x:hidden!important}body:has(aside[style*="position: fixed"]) aside,body:has(aside[style*="position:fixed"]) aside{position:-webkit-sticky!important;position:sticky!important;top:0!important;left:0!important;right:0!important;bottom:auto!important;width:100%!important;height:auto!important;max-height:44vh!important;z-index:40!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;overflow-y:hidden!important;overflow-x:auto!important}body:has(aside[style*="position: fixed"]) aside>div:first-child,body:has(aside[style*="position:fixed"]) aside>div:first-child{padding:14px 14px 8px!important}body:has(aside[style*="position: fixed"]) aside nav,body:has(aside[style*="position:fixed"]) aside nav{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(122px,1fr)!important;overflow-x:auto!important;grid-gap:8px!important;gap:8px!important;padding:10px 12px 14px!important}body:has(aside[style*="position: fixed"]) aside nav a,body:has(aside[style*="position:fixed"]) aside nav a{min-height:58px!important;margin-bottom:0!important;white-space:normal!important}body:has(aside[style*="position: fixed"]) section[style*=margin-left],body:has(aside[style*="position:fixed"]) section[style*=margin-left]{margin-left:0!important;width:100%!important;min-width:0!important;min-height:100vh!important}body:has(aside[style*="position: fixed"]) section[style*=margin-left]>div:first-child[style*="position: sticky"],body:has(aside[style*="position:fixed"]) section[style*=margin-left]>div:first-child[style*="position:sticky"]{display:none!important}body:has(aside[style*="position: fixed"]) main,body:has(aside[style*="position:fixed"]) main{padding:12px!important;width:100%!important;min-width:0!important}body:has(aside[style*="position: fixed"]) main header,body:has(aside[style*="position:fixed"]) main header{display:grid!important;grid-gap:16px!important;gap:16px!important;padding:22px 16px!important;border-radius:24px!important}body:has(aside[style*="position: fixed"]) main header>div:last-child,body:has(aside[style*="position: fixed"]) main section[style*="grid-template-columns: repeat(auto-fit"],body:has(aside[style*="position:fixed"]) main header>div:last-child,body:has(aside[style*="position:fixed"]) main section[style*="grid-template-columns:repeat(auto-fit"]{display:grid!important;grid-template-columns:1fr!important;width:100%!important}body:has(aside[style*="position: fixed"]) main header a,body:has(aside[style*="position: fixed"]) main header button,body:has(aside[style*="position: fixed"]) main section a,body:has(aside[style*="position: fixed"]) main section button,body:has(aside[style*="position:fixed"]) main header a,body:has(aside[style*="position:fixed"]) main header button,body:has(aside[style*="position:fixed"]) main section a,body:has(aside[style*="position:fixed"]) main section button{width:100%!important;justify-content:center!important;text-align:center!important}}@media (max-width:430px){body:has(aside[style*="position: fixed"]) aside,body:has(aside[style*="position:fixed"]) aside{max-height:40vh!important}body:has(aside[style*="position: fixed"]) main header h1,body:has(aside[style*="position:fixed"]) main header h1{font-size:clamp(2.1rem,13vw,3.4rem)!important}body:has(aside[style*="position: fixed"]) main div[style*="background:#fff"],body:has(aside[style*="position: fixed"]) main section[style*="background:#fff"],body:has(aside[style*="position:fixed"]) main div[style*="background:#fff"],body:has(aside[style*="position:fixed"]) main section[style*="background:#fff"]{padding:14px!important;border-radius:18px!important}}.profile-page{gap:20px}.profile-hero{padding:20px;border:1px solid var(--line);border-radius:16px;background:radial-gradient(circle at top right,rgba(127,231,194,.12),transparent 32%),rgba(15,33,44,.72);box-shadow:var(--shadow)}.profile-level-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:stretch}.profile-level-card{min-height:170px;border:1px solid var(--line);border-radius:14px;padding:16px;background:rgba(8,19,28,.48);color:var(--text);text-align:left;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;gap:12px;transition:.16s ease}.profile-level-card.active,.profile-level-card:hover{border-color:rgba(127,231,194,.36);background:rgba(127,231,194,.08);transform:translateY(-1px)}.profile-level-card p,.profile-level-card small{color:var(--muted);line-height:1.45}.profile-level-summary{background:rgba(127,231,194,.06);box-shadow:none}.profile-access-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;width:100%}.profile-access-wrapper{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px}.profile-rule-list{display:grid;grid-gap:10px;gap:10px}.profile-principle,.profile-rule-list article{border:1px solid var(--line);border-radius:12px;background:rgba(8,19,28,.44);padding:14px}.profile-principle p,.profile-rule-list p{color:var(--muted);margin-top:6px;line-height:1.5}.profile-notice{box-shadow:none;background:rgba(244,198,118,.06)}.page-actions.compact-left{justify-content:flex-start;gap:8px}@media (max-width:1280px){.profile-level-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.profile-access-wrapper,.profile-level-grid{grid-template-columns:1fr}.profile-access-row{flex-direction:column;align-items:flex-start}}