.profile-section{padding:0!important;overflow:auto;background:#07111f;color:#eff6ff}.profile-root{min-height:100%;width:100%}.profile-entrance{position:relative;min-height:calc(100vh - 40px);overflow:hidden;background:#06101e}.profile-entrance img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.profile-entrance::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 45%,rgba(4,12,25,.08) 65%,rgba(4,12,25,.55))}.profile-entrance-copy{position:absolute;z-index:1;right:clamp(22px,5vw,76px);bottom:clamp(24px,7vh,74px);max-width:440px;text-align:right}.profile-entrance h2{font-size:clamp(38px,6vw,72px);line-height:1;margin:0 0 12px;color:#fff}.profile-entrance p{font-size:clamp(15px,2vw,20px);color:#d7e7fa;margin:0 0 22px}.profile-primary,.profile-secondary,.profile-danger,.profile-link{border:1px solid transparent;border-radius:12px;min-height:44px;padding:10px 16px;font:inherit;font-weight:700;cursor:pointer}.profile-primary{color:#05101e;background:#78d7ff}.profile-secondary{color:#eaf5ff;background:#14243a;border-color:#36506c}.profile-danger{color:#ffdede;background:#371927;border-color:#7d3f52}.profile-link{color:#9fe4ff;background:transparent;border-color:#36506c}.profile-primary:focus-visible,.profile-secondary:focus-visible,.profile-danger:focus-visible,.profile-link:focus-visible,.profile-card:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #78d7ff;outline-offset:2px}.profile-shell{max-width:1160px;margin:0 auto;padding:24px}.profile-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.profile-account-switch{display:flex;gap:9px;align-items:center;color:#aac2da;font-size:13px}.profile-account-switch select{min-height:40px;border:1px solid #344b65;border-radius:10px;background:#0c1a2d;color:#fff;padding:0 10px}.profile-hero{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;background:linear-gradient(135deg,#10243d,#0a1729);border:1px solid #203e5d;border-radius:24px;padding:24px;margin-bottom:20px}.profile-avatar-large{width:104px;height:104px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#5dbfef,#6a80e9);font-size:34px;font-weight:800;color:#07111f;border:3px solid #77d7ff}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-hero h2{margin:0 0 5px;font-size:30px}.profile-hero p{margin:3px 0;color:#aec4da}.profile-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.profile-badge,.profile-status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;background:#163b4d;color:#a6e9ff;border:1px solid #2c6278}.profile-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.profile-card{appearance:none;text-align:left;color:inherit;background:#0d1b2d;border:1px solid #213a53;border-radius:18px;padding:18px;min-height:136px;cursor:pointer}.profile-card:hover{border-color:#5fbfe7;transform:translateY(-1px)}.profile-card-icon{display:block;font-size:24px;margin-bottom:16px}.profile-card strong{display:block;font-size:16px}.profile-card small{display:block;margin-top:6px;color:#94acc3;line-height:1.4}.profile-detail{max-width:880px;margin:0 auto;padding:24px}.profile-detail-head{display:flex;align-items:center;gap:15px;margin-bottom:22px}.profile-detail-head h2{margin:0}.profile-panel{background:#0c1a2c;border:1px solid #213a53;border-radius:18px;padding:20px;margin-bottom:15px}.profile-panel h3{margin:0 0 14px}.profile-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.profile-field{display:flex;flex-direction:column;gap:7px;color:#bad0e4;font-size:13px}.profile-field.wide{grid-column:1/-1}.profile-field input,.profile-field textarea,.profile-field select{width:100%;min-height:44px;box-sizing:border-box;border:1px solid #344e6a;border-radius:10px;background:#071522;color:#fff;padding:10px;font:inherit}.profile-field textarea{min-height:90px;resize:vertical}.profile-help,.profile-muted{color:#8fa8c0;font-size:13px;line-height:1.5}.profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.profile-list{display:grid;gap:10px}.profile-list-item{display:flex;justify-content:space-between;align-items:center;gap:16px;border:1px solid #20384f;border-radius:13px;padding:13px;background:#091727}.profile-list-item strong,.profile-list-item span{display:block}.profile-list-item small{color:#90a9c1}.profile-empty{padding:18px;border:1px dashed #36506b;border-radius:13px;color:#9ab1c8;text-align:center}.profile-notice{padding:12px 14px;border-radius:11px;background:#102c3c;color:#b7e9fb;margin:0 0 14px}.profile-notice.error{background:#3a1720;color:#ffd7df}.profile-photo-editor{display:grid;grid-template-columns:160px 1fr;gap:20px;align-items:start}.profile-preview{width:160px;height:160px;border-radius:50%;overflow:hidden;background:#10253b;display:grid;place-items:center}.profile-preview img{width:100%;height:100%;object-fit:cover}.profile-separator{height:1px;background:#213a53;margin:18px 0}.profile-value-row{display:grid;grid-template-columns:180px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #1a3148}.profile-value-row:last-child{border-bottom:0}.profile-value-row span:first-child{color:#91aac3}.profile-manage-grid{display:grid;gap:12px}.profile-status[hidden]{display:none}.profile-loading{padding:50px;text-align:center;color:#9cb5cc}
@media(max-width:850px){.profile-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-hero{grid-template-columns:auto 1fr}.profile-hero>.profile-primary{grid-column:1/-1}.profile-entrance img{object-position:42% center}}
@media(max-width:600px){.profile-shell,.profile-detail{padding:14px}.profile-topbar{align-items:flex-start;flex-direction:column}.profile-hero{grid-template-columns:1fr;text-align:center;padding:20px}.profile-avatar-large{margin:auto}.profile-badges{justify-content:center}.profile-quick-grid{grid-template-columns:1fr}.profile-field-grid{grid-template-columns:1fr}.profile-field.wide{grid-column:auto}.profile-photo-editor{grid-template-columns:1fr}.profile-preview{margin:auto}.profile-value-row{grid-template-columns:1fr;gap:4px}.profile-list-item{align-items:flex-start;flex-direction:column}.profile-entrance{min-height:75vh}.profile-entrance img{object-position:30% center}.profile-entrance::after{background:linear-gradient(0deg,rgba(4,12,25,.85),transparent 70%)}.profile-entrance-copy{left:18px;right:18px;text-align:left}.profile-entrance h2{font-size:44px}}
@media(prefers-reduced-motion:reduce){.profile-card{transition:none}.profile-card:hover{transform:none}}

/* PR-1 Profile workspace */
.profile-root,.profile-memory-host{min-height:100%;width:100%}.profile-memory-host[hidden]{display:none}.profile-memory-host{padding:18px;box-sizing:border-box;background:#07111f}.profile-memory-host .memory-root{min-height:calc(100dvh - 132px)}
.profile-shell{max-width:1180px}.profile-topbar{margin-bottom:18px}.profile-topbar h2{margin:3px 0 5px;font-size:clamp(30px,4vw,44px)}.profile-topbar p,.profile-area-head p{margin:0;color:#9eb5cc}.profile-kicker{display:block;color:#78d7ff;font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.profile-section-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:20px;padding:7px;border:1px solid #203a55;border-radius:17px;background:#091727}.profile-section-nav button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:9px 12px;border:1px solid transparent;border-radius:12px;background:transparent;color:#a9bfd4;font:inherit;font-weight:750;cursor:pointer}.profile-section-nav button:hover{color:#fff;background:#112640}.profile-section-nav button.active{color:#06111f;background:#78d7ff}.profile-section-nav svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-area{min-width:0}.profile-area-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:8px 0 18px}.profile-area-head h2{margin:4px 0 6px;font-size:30px}
.profile-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.profile-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.profile-panel-head h2,.profile-panel-head h3{margin:0}.profile-connection-summary{display:flex;align-items:baseline;gap:10px;margin-top:20px}.profile-connection-summary strong{font-size:38px;color:#78d7ff}.profile-connection-summary span{color:#a9bfd4}.profile-permission-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-status-pill.connected{background:#123d36;border-color:#286a5a;color:#aaf1d7}.profile-signout{display:flex;align-items:center;justify-content:space-between;gap:18px}.profile-signout h3{margin-bottom:5px}
.profile-dialog{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:18px;background:rgba(2,8,18,.78);backdrop-filter:blur(8px)}.profile-dialog[hidden]{display:none}.profile-dialog-card{width:min(760px,100%);max-height:calc(100dvh - 36px);overflow:auto;box-sizing:border-box;padding:22px;border:1px solid #294964;border-radius:22px;background:#091727;box-shadow:0 30px 100px rgba(0,0,0,.55)}
.profile-learned-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;align-content:end}.profile-learned-checks label{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 12px;border:1px solid #344e6a;border-radius:10px;background:#071522;color:#bad0e4}.profile-learned-checks input{accent-color:#78d7ff}
@media(max-width:850px){.profile-section-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-summary-grid{grid-template-columns:1fr}.profile-permission-grid{grid-template-columns:1fr}.profile-learned-checks{grid-template-columns:1fr}}
@media(max-width:600px){.profile-memory-host{padding:8px}.profile-section-nav{grid-template-columns:1fr 1fr;gap:6px;padding:6px}.profile-section-nav button{justify-content:flex-start;font-size:13px}.profile-panel-head,.profile-signout{align-items:flex-start;flex-direction:column}.profile-panel-head .profile-secondary,.profile-signout .profile-danger{width:100%}}

/* PR-1B shared Profile/Memory page offset and device-list visual closure */
.profile-section{--profile-global-chrome-height:var(--header-height);--profile-page-gap:clamp(18px,2.5vw,28px);--profile-page-gutter:clamp(14px,2.5vw,30px);padding:calc(var(--profile-global-chrome-height) + var(--profile-page-gap)) var(--profile-page-gutter) 36px!important;scroll-padding-top:calc(var(--profile-global-chrome-height) + var(--profile-page-gap));overflow-x:hidden}
.profile-shell{max-width:1180px;padding:0}.profile-memory-host{padding:0}.profile-memory-host .memory-root{min-height:calc(100dvh - var(--profile-global-chrome-height) - var(--profile-page-gap) - 36px)}
.profile-topbar h2{line-height:1.08}.profile-topbar p,.profile-area-head p{max-width:720px;font-size:14px;line-height:1.5}
.profile-root .profile-primary,.profile-root .profile-secondary,.profile-root .profile-danger,.profile-root .profile-link{width:auto;height:auto;min-height:44px;line-height:1.35;box-shadow:none}.profile-section-nav button{width:100%;height:auto;box-shadow:none}
.profile-device-groups{display:grid;gap:18px}.profile-device-group{display:grid;gap:9px}.profile-device-group-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:0 2px}.profile-device-group-title h4{margin:0;font-size:14px}.profile-device-group-title span{color:#829ab2;font-size:12px}.profile-device-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.profile-device-row{min-height:94px;align-items:flex-start}.profile-device-row>div{min-width:0}.profile-device-row strong{overflow-wrap:anywhere}.profile-device-row small{display:block;margin-top:5px;line-height:1.45}.profile-device-row .profile-status-pill{flex:0 0 auto}.profile-device-note{margin:2px 0 0;color:#829ab2;font-size:12px;line-height:1.5}
.profile-connection-row{align-items:flex-start}.profile-connection-control{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.profile-connection-actions{display:flex;flex-wrap:wrap;gap:7px}.profile-connection-actions .profile-secondary,.profile-connection-actions .profile-danger{min-height:36px;padding:7px 11px;font-size:12px}
@media(max-width:850px){.profile-device-list{grid-template-columns:1fr}}
@media(max-width:720px){.profile-section{--profile-global-chrome-height:calc(var(--header-height) + var(--header-height));--profile-page-gap:14px;--profile-page-gutter:12px}}
@media(max-width:600px){.profile-memory-host{padding:0}.profile-section-nav button{min-height:44px}.profile-device-row{min-height:0}.profile-device-group-title{align-items:flex-start;flex-direction:column;gap:3px}.profile-connection-control{width:100%;justify-content:flex-start}.profile-connection-actions{width:100%}.profile-connection-actions button{flex:1 1 130px}}
