:root{--p-navy:#071923;--p-navy-2:#0d2936;--p-gold:#b99657;--p-gold-soft:#ead8b2;--p-bg:#f5f5f7;--p-surface:#fff;--p-text:#10242e;--p-muted:#687881;--p-line:#e0e5e7;--p-success:#23724a;--p-warning:#996714;--p-danger:#a43c3c;--p-radius:18px;--p-shadow:0 10px 35px rgba(12,34,45,.07);--p-focus:0 0 0 4px rgba(185,150,87,.24);font-family:-apple-system,BlinkMacSystemFont,'SF Pro Display','SF Pro Text',Inter,'Segoe UI',sans-serif;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.portal-body{background:var(--p-bg);color:var(--p-text);font-family:inherit;line-height:1.5;-webkit-font-smoothing:antialiased}.portal-body a{color:inherit}.portal-body button,.portal-body input,.portal-body select{font:inherit}.portal-skip{position:fixed;left:1rem;top:-100px;z-index:100;padding:.75rem 1rem;border-radius:8px;background:#fff}.portal-skip:focus{top:1rem;box-shadow:var(--p-focus)}.portal-layout{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.portal-sidebar{position:sticky;top:0;z-index:20;display:flex;height:100vh;flex-direction:column;background:radial-gradient(circle at 20% 0,#153746,var(--p-navy) 45%);color:#d7e0e3;border-right:1px solid #1f3b47}.portal-brand{padding:1.8rem 1.5rem 1.4rem;border-bottom:1px solid #ffffff14}.portal-brand img{display:block;width:190px;max-height:48px;object-fit:contain;object-position:left center}.portal-brand>span{display:block;margin-top:.7rem;color:#8fa5ae;font-size:.63rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.portal-nav{display:flex;flex:1;flex-direction:column;gap:.25rem;padding:1.25rem .8rem;overflow:auto}.portal-nav a,.portal-sidebar-foot>a{display:flex;align-items:center;gap:.8rem;padding:.72rem .8rem;border-radius:9px;text-decoration:none;color:#aab9bf;font-size:.84rem;font-weight:500;transition:background .18s,color .18s}.portal-nav a:hover,.portal-nav a[aria-current=page],.portal-sidebar-foot>a:hover{background:#ffffff0d;color:#fff}.portal-nav a[aria-current=page]{box-shadow:inset 3px 0 var(--p-gold)}.portal-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.portal-sidebar-foot{padding:.8rem;border-top:1px solid #ffffff12}.portal-assurance{display:flex;gap:.65rem;align-items:flex-start;margin:.75rem .45rem 0;padding:.8rem;border-radius:9px;background:#ffffff08}.portal-assurance>span{color:var(--p-gold-soft);font-size:.55rem;margin-top:.3rem}.portal-assurance p{margin:0;color:#7f959e;font-size:.65rem}.portal-assurance b{display:block;color:#c7d2d6;font-size:.69rem}.portal-workspace{min-width:0;display:flex;flex-direction:column}.portal-topbar{position:sticky;top:0;z-index:15;height:76px;display:flex;align-items:center;justify-content:flex-end;padding:0 clamp(1rem,3vw,2.5rem);background:rgba(255,255,255,.86);border-bottom:1px solid var(--p-line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.portal-menu,.portal-mobile-brand{display:none}.portal-top-actions{position:relative;display:flex;align-items:center;gap:.8rem}.portal-icon-button{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--p-line);border-radius:11px;background:#fff}.portal-icon-button svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.portal-profile{display:flex;align-items:center;gap:.65rem;border:0;background:transparent;border-radius:10px;padding:.35rem .4rem;cursor:pointer}.portal-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#d8bf88,#a98142);color:#10242e;font-size:.76rem;font-weight:700}.portal-profile-copy{text-align:left}.portal-profile-copy b,.portal-profile-copy small{display:block}.portal-profile-copy b{font-size:.78rem}.portal-profile-copy small{color:var(--p-muted);font-size:.65rem}.portal-profile-menu{position:absolute;right:0;top:52px;width:180px;padding:.4rem;background:#fff;border:1px solid var(--p-line);border-radius:12px;box-shadow:var(--p-shadow)}.portal-profile-menu a{display:block;padding:.65rem .75rem;border-radius:8px;text-decoration:none;font-size:.78rem}.portal-profile-menu a:hover{background:var(--p-bg)}.portal-main{width:100%;max-width:1540px;margin:0 auto;padding:clamp(1.5rem,3vw,3rem)}.portal-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.portal-page-head h1{font-size:clamp(1.9rem,3vw,2.7rem);letter-spacing:-.045em;line-height:1.08;margin:.25rem 0 .55rem}.portal-page-head p{margin:0;color:var(--p-muted);font-size:.91rem}.portal-eyebrow{color:#8c6a35!important;font-size:.62rem!important;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.portal-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:.7rem 1rem;border:1px solid #163744;border-radius:10px;background:linear-gradient(135deg,#102f3d,#071923);box-shadow:0 8px 22px #0719231b;color:#fff!important;text-decoration:none;font-size:.78rem;font-weight:650;white-space:nowrap}.portal-button:hover{transform:translateY(-1px)}.portal-button--secondary{background:#fff;color:var(--p-text)!important;border-color:var(--p-line);box-shadow:none}.portal-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.portal-metrics article{position:relative;padding:1.25rem 1.35rem;border:1px solid var(--p-line);border-radius:var(--p-radius);background:var(--p-surface);box-shadow:var(--p-shadow);overflow:hidden}.portal-metrics article:before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:#d7dee1}.portal-metrics .portal-metric-assurance:before{background:var(--p-gold)}.portal-metrics span,.portal-metrics strong,.portal-metrics small{display:block}.portal-metrics span{color:var(--p-muted);font-size:.7rem;font-weight:600}.portal-metrics strong{margin:.35rem 0 .3rem;font-size:1.55rem;letter-spacing:-.04em}.portal-metrics small{color:#87939a;font-size:.68rem}.portal-grid{display:grid;gap:1rem}.portal-grid--overview{grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr)}.portal-grid--detail{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}.portal-panel{border:1px solid var(--p-line);border-radius:var(--p-radius);background:var(--p-surface);box-shadow:var(--p-shadow);overflow:hidden}.portal-panel-head{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.35rem;border-bottom:1px solid var(--p-line)}.portal-panel-head h2{font-size:1.05rem;letter-spacing:-.025em;margin:.12rem 0 0}.portal-panel-head>a{color:#8a6835;font-size:.73rem;font-weight:650;text-decoration:none}.portal-asset-list>a{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.8rem;min-height:72px;padding:.8rem 1.35rem;border-bottom:1px solid #edf0f1;text-decoration:none}.portal-asset-list>a:last-child{border-bottom:0}.portal-asset-list>a:hover{background:#fafbfb}.portal-asset-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#f1eee7;color:#8c6a35}.portal-asset-mark .portal-icon{width:19px}.portal-asset-list b,.portal-asset-list small{display:block}.portal-asset-list b{font-size:.79rem}.portal-asset-list small{margin-top:.12rem;color:var(--p-muted);font-size:.67rem}.portal-chevron{color:#9ca7ac;font-size:1.3rem}.portal-status{display:inline-flex;align-items:center;gap:.4rem;padding:.28rem .52rem;border-radius:999px;background:#edf5f0;color:var(--p-success);font-size:.64rem;font-weight:700;white-space:nowrap}.portal-status i{width:5px;height:5px;border-radius:50%;background:currentColor}.portal-status--pending,.portal-status--in-review,.portal-status--processing{background:#fff5e3;color:var(--p-warning)}.portal-status--unavailable,.portal-status--declined,.portal-status--cancelled{background:#faecec;color:var(--p-danger)}.portal-activity{list-style:none;margin:0;padding:1.3rem}.portal-activity li{position:relative;display:grid;grid-template-columns:10px 1fr;gap:.8rem;padding-bottom:1.25rem}.portal-activity li:last-child{padding-bottom:0}.portal-activity li>span{position:relative;width:8px;height:8px;margin-top:.35rem;border:2px solid var(--p-gold);border-radius:50%;background:#fff}.portal-activity li:not(:last-child)>span:after{content:'';position:absolute;left:2px;top:8px;width:1px;height:calc(100% + 1.25rem);background:#ded7c8}.portal-activity b{font-size:.76rem}.portal-activity p{margin:.15rem 0;color:var(--p-muted);font-size:.7rem}.portal-activity time{color:#929da2;font-size:.63rem}.portal-empty{text-align:center;padding:3rem 1.5rem;color:var(--p-muted)}.portal-empty>.portal-icon{width:35px;height:35px;padding:.45rem;border-radius:10px;background:#f2f4f4;color:#8a999f}.portal-empty h2{margin:.8rem 0 .3rem;color:var(--p-text);font-size:.95rem}.portal-empty p{max-width:390px;margin:0 auto;font-size:.74rem}.portal-security-note{display:flex;align-items:center;gap:.8rem;margin-top:1rem;padding:1rem 1.2rem;border:1px solid #d9ccb0;border-radius:13px;background:#fbf8f1}.portal-security-note>span{color:var(--p-gold);font-size:.6rem}.portal-security-note b{font-size:.72rem}.portal-security-note p{margin:.1rem 0;color:var(--p-muted);font-size:.68rem}.portal-security-note a{margin-left:auto;color:#7a5b2d;font-size:.7rem;font-weight:650}.portal-footer{display:flex;justify-content:space-between;margin-top:auto;padding:1.1rem clamp(1rem,3vw,2.5rem);border-top:1px solid var(--p-line);color:#8b979c;font-size:.62rem}.portal-toolbar{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;border-bottom:1px solid var(--p-line)}.portal-search{position:relative;max-width:390px;flex:1}.portal-search svg{position:absolute;left:.8rem;top:50%;width:17px;transform:translateY(-50%);fill:none;stroke:#819097;stroke-width:1.8}.portal-search input,.portal-filter select{height:40px;border:1px solid #d4dcdf;border-radius:9px;background:#f8f9f9;color:var(--p-text)}.portal-search input{width:100%;padding:0 .8rem 0 2.35rem}.portal-filter{display:flex;align-items:center;gap:.6rem}.portal-filter label{color:var(--p-muted);font-size:.7rem}.portal-filter select{padding:0 2rem 0 .7rem}.portal-search input:focus,.portal-filter select:focus,.portal-profile:focus-visible,.portal-icon-button:focus-visible,.portal-button:focus-visible,.portal-menu:focus-visible,a:focus-visible{outline:0;box-shadow:var(--p-focus)}.portal-table-wrap{overflow-x:auto}.portal-table{width:100%;border-collapse:collapse}.portal-table th{text-align:left;padding:.75rem 1.2rem;background:#fafbfb;color:#78878e;font-size:.62rem;letter-spacing:.04em;text-transform:uppercase}.portal-table td{padding:1rem 1.2rem;border-top:1px solid #edf0f1;font-size:.73rem}.portal-table tbody tr:hover{background:#fcfdfd}.portal-table td:first-child{display:flex;align-items:center;gap:.65rem}.portal-table code,.portal-detail-meta code{padding:.25rem .4rem;border-radius:5px;background:#f2f4f4;color:#53656d;font:600 .66rem ui-monospace,SFMono-Regular,Menlo,monospace}.portal-row-link{color:#795b2e;font-weight:700;text-decoration:none;white-space:nowrap}.portal-filter-empty{text-align:center;padding:3rem}.portal-filter-empty h2{font-size:1rem}.portal-filter-empty p{color:var(--p-muted);font-size:.75rem}.portal-back{display:inline-flex;gap:.45rem;align-items:center;margin-bottom:1.3rem;color:var(--p-muted)!important;font-size:.72rem;text-decoration:none}.portal-detail-meta{display:flex;align-items:center;gap:.7rem}.portal-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding:0 1.35rem 1.35rem}.portal-data-grid>div{padding:1.2rem 0;border-bottom:1px solid var(--p-line)}.portal-data-grid>div:nth-child(odd){padding-right:1rem}.portal-data-grid>div:nth-child(even){padding-left:1rem;border-left:1px solid var(--p-line)}.portal-data-grid dt{color:var(--p-muted);font-size:.64rem;font-weight:650;text-transform:uppercase;letter-spacing:.05em}.portal-data-grid dd{margin:.3rem 0 0;font-size:.8rem;font-weight:550}.portal-error-state{text-align:center;padding:clamp(3rem,7vw,6rem) 1.5rem}.portal-error-state>span{width:40px;height:40px;display:grid;place-items:center;margin:auto;border-radius:50%;background:#faecec;color:var(--p-danger);font-weight:700}.portal-error-state h1{font-size:1.4rem}.portal-error-state p{color:var(--p-muted);font-size:.8rem;margin-bottom:1.5rem}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1100px){.portal-layout{grid-template-columns:220px minmax(0,1fr)}.portal-brand img{width:165px}.portal-metrics{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.portal-layout{display:block}.portal-sidebar{position:fixed;left:0;top:0;width:min(310px,86vw);transform:translateX(-105%);transition:transform .25s ease;box-shadow:20px 0 60px #0004}.portal-sidebar.is-open{transform:none}.portal-topbar{height:66px;justify-content:space-between}.portal-menu{display:grid;width:40px;height:40px;place-content:center;gap:5px;border:1px solid var(--p-line);border-radius:10px;background:#fff}.portal-menu span{display:block;width:18px;height:2px;background:var(--p-text)}.portal-mobile-brand{display:flex;align-items:center;gap:.5rem;margin-right:auto;margin-left:.7rem}.portal-mobile-brand img{width:28px;height:28px;object-fit:contain}.portal-mobile-brand span{font-size:.7rem;font-weight:700}.portal-profile-copy,.portal-profile>span:last-child{display:none}.portal-scrim{position:fixed;inset:0;z-index:19;background:#03101888;backdrop-filter:blur(2px)}.portal-grid--overview,.portal-grid--detail{grid-template-columns:1fr}.portal-footer{display:none}}
@media(max-width:600px){.portal-main{padding:1.25rem 1rem}.portal-page-head{align-items:flex-start;flex-direction:column;gap:1rem}.portal-page-head .portal-button{width:100%}.portal-metrics{grid-template-columns:1fr 1fr;gap:.65rem}.portal-metrics article{padding:1rem}.portal-metrics strong{font-size:1.25rem}.portal-security-note{align-items:flex-start}.portal-security-note a{display:none}.portal-toolbar{align-items:stretch;flex-direction:column}.portal-filter{justify-content:space-between}.portal-filter select{flex:1}.portal-table thead{display:none}.portal-table,.portal-table tbody,.portal-table tr,.portal-table td{display:block}.portal-table tr{padding:.85rem 1rem;border-top:1px solid var(--p-line)}.portal-table td{display:flex!important;align-items:center;justify-content:space-between;gap:1rem;padding:.38rem 0;border:0}.portal-table td:before{content:attr(data-label);color:var(--p-muted);font-size:.62rem}.portal-table td:first-child{justify-content:flex-start}.portal-table td:first-child:before,.portal-table td:last-child:before{display:none}.portal-table td:last-child{justify-content:flex-end}.portal-data-grid{grid-template-columns:1fr}.portal-data-grid>div:nth-child(odd),.portal-data-grid>div:nth-child(even){padding:1rem 0;border-left:0}.portal-detail-head .portal-button{width:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.portal-auth{min-height:100vh;background:#071923}.portal-auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,.8fr) minmax(460px,1.2fr)}.portal-auth-brand{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,7vw,7rem);color:#fff;background:radial-gradient(circle at 20% 15%,#244858,#071923 58%)}.portal-auth-brand img{width:min(310px,80%)}.portal-auth-brand p{max-width:480px;margin:2rem 0 .7rem;color:#d1dcdf;font-size:clamp(1.35rem,2.5vw,2.2rem);line-height:1.25;letter-spacing:-.035em}.portal-auth-brand span{color:#91a4ac;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}.portal-auth-card{align-self:center;width:min(480px,calc(100% - 2rem));margin:2rem auto;padding:clamp(2rem,5vw,3.5rem);border-radius:22px;background:#fff;box-shadow:0 28px 80px #0004}.portal-auth-card h1{margin:.2rem 0 .6rem;font-size:2.25rem;letter-spacing:-.05em}.portal-auth-card>p:not(.portal-eyebrow){color:var(--p-muted);font-size:.85rem}.portal-auth-card form{margin-top:2rem}.portal-auth-card label{display:block;margin:0 0 1.1rem;font-size:.75rem;font-weight:650}.portal-auth-card input{display:block;width:100%;height:48px;margin-top:.45rem;padding:0 .85rem;border:1px solid #d4dcdf;border-radius:10px;background:#fafbfb}.portal-auth-card input:focus{outline:0;box-shadow:var(--p-focus);border-color:var(--p-gold)}.portal-auth-card .portal-button{width:100%;margin-top:.4rem}.portal-auth-card>small{display:block;margin-top:1.4rem;color:#849198;font-size:.65rem;line-height:1.5}@media(max-width:760px){.portal-auth-shell{display:block;padding:1rem}.portal-auth-brand{min-height:auto;padding:2rem 1rem;background:transparent}.portal-auth-brand img{width:210px}.portal-auth-brand p{font-size:1rem;margin:1rem 0 .35rem}.portal-auth-card{margin:0 auto 1rem;padding:2rem 1.35rem}}
@media(forced-colors:active){.portal-status i{forced-color-adjust:none}.portal-nav a[aria-current=page]{outline:2px solid CanvasText}}
.portal-skeleton{display:grid;gap:.8rem;padding:1.4rem}.portal-skeleton i{height:68px;border-radius:11px;background:linear-gradient(90deg,#eef1f2 25%,#f8f9f9 50%,#eef1f2 75%);background-size:200% 100%;animation:portal-shimmer 1.4s infinite}.portal-inline-error{display:flex;gap:.8rem;margin:1.2rem;padding:1rem;border:1px solid #edcccc;border-radius:11px;background:#fff7f7}.portal-inline-error>span{width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#f7dddd;color:var(--p-danger);font-weight:700}.portal-inline-error h2{margin:0;font-size:.85rem}.portal-inline-error p{margin:.2rem 0 0;color:var(--p-muted);font-size:.72rem}@keyframes portal-shimmer{to{background-position:-200% 0}}
.portal-record-list>a,.portal-record-list>div{display:flex;align-items:center;gap:.8rem;min-height:72px;padding:.85rem 1.25rem;border-bottom:1px solid #edf0f1;text-decoration:none}.portal-record-list>*:last-child{border-bottom:0}.portal-record-list>a:hover{background:#fafbfb}.portal-record-copy{min-width:0;flex:1}.portal-record-copy b,.portal-record-copy small{display:block}.portal-record-copy b{font-size:.78rem}.portal-record-copy small{color:var(--p-muted);font-size:.68rem}.portal-record-list time{color:var(--p-muted);font-size:.66rem}.portal-form{padding:1.35rem}.portal-form h2{font-size:1rem}.portal-form label{display:block;margin:0 0 1rem;color:var(--p-text);font-size:.72rem;font-weight:650}.portal-form input:not([type=checkbox]),.portal-form select,.portal-form textarea{display:block;width:100%;margin-top:.38rem;padding:.72rem .8rem;border:1px solid #d4dcdf;border-radius:9px;background:#fafbfb;color:var(--p-text)}.portal-form label small,.portal-disabled-note,.portal-muted{display:block;margin-top:.35rem;color:var(--p-muted);font-size:.66rem;font-weight:400}.portal-form fieldset{border:0;margin:0;padding:1.4rem}.portal-form legend{font-size:1.05rem;font-weight:700}.portal-steps{display:grid;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0;border-bottom:1px solid var(--p-line)}.portal-steps li{padding:1rem;text-align:center;color:var(--p-muted);font-size:.68rem}.portal-steps li.is-active{color:var(--p-text);box-shadow:inset 0 -2px var(--p-gold)}.portal-form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.portal-text-button{border:0;background:transparent;color:#795b2e;font:650 .7rem inherit;cursor:pointer}.portal-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.portal-confirmation{margin-bottom:1rem;padding:1rem;border:1px solid #ddcfb2;border-radius:10px;background:#fbf8f1}.portal-confirmation b{font-size:.76rem}.portal-confirmation p{margin:.3rem 0 0;color:var(--p-muted);font-size:.69rem}.portal-check{display:flex!important;align-items:flex-start;gap:.6rem}.portal-check input{margin-top:.25rem}.portal-form-errors{margin:1.2rem;padding:1rem;border-radius:10px;background:#fff1f1;color:#8d3131;font-size:.72rem}.portal-session-list article{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--p-line)}.portal-session-list article:last-child{border-bottom:0}.portal-session-list b,.portal-session-list small{display:block;font-size:.72rem}.portal-session-list small{color:var(--p-muted);font-size:.65rem}.portal-notification-dot{width:7px;height:7px;border-radius:50%;background:#bac3c7}.is-unread .portal-notification-dot{background:var(--p-gold);box-shadow:0 0 0 4px #b9965718}.portal-form hr{margin:1.5rem 0;border:0;border-top:1px solid var(--p-line)}
.portal-profile-menu button{display:block;width:100%;padding:.65rem .75rem;border:0;border-radius:8px;background:transparent;color:inherit;text-align:left;font:inherit;font-size:.78rem;cursor:pointer}.portal-profile-menu button:hover{background:var(--p-bg)}.portal-profile-menu form{margin:0}

/* Sharp institutional custody direction */
:root{--p-bg:#f3f5f5;--p-surface:#fff;--p-text:#10232d;--p-muted:#65747b;--p-line:#d6dde0;--p-radius:10px;--p-shadow:0 14px 38px rgba(16,35,45,.07);--p-focus:0 0 0 3px rgba(181,139,73,.25)}
.portal-layout{background:linear-gradient(135deg,#f3f5f5,#edf1f1)}
.portal-sidebar{background:linear-gradient(160deg,#06151d,#0d2b38 65%,#10212a);border-right:1px solid #27414c;box-shadow:12px 0 32px #06151d12}
.portal-brand{padding-top:1.65rem}.portal-brand img{width:205px}.portal-brand>span{color:#91a4ac;letter-spacing:.18em}
.portal-nav a,.portal-sidebar-foot>a{min-height:42px;border-radius:7px;font-weight:600}.portal-nav a[aria-current=page]{background:#ffffff0f;box-shadow:inset 3px 0 #b58b49}
.portal-topbar{height:70px;border-bottom-color:#d6dde0;box-shadow:0 8px 20px #10232d0a;background:rgba(255,255,255,.94)}
.portal-icon-button,.portal-profile,.portal-menu{border-radius:7px}.portal-avatar{border-radius:8px;background:linear-gradient(135deg,#e5d1a4,#af8749)}
.portal-main{padding-top:2.2rem}.portal-page-head h1{font-size:clamp(2rem,3vw,2.8rem);font-weight:650;letter-spacing:-.05em}
.portal-button{border-radius:7px;background:linear-gradient(135deg,#123441,#071923);border-color:#254651;box-shadow:0 8px 20px #07192322;font-weight:700}.portal-button--secondary{border-radius:7px;background:#fff;border-color:#cbd3d6}
.portal-metrics article,.portal-panel{border-radius:10px;border-color:#d6dde0;box-shadow:var(--p-shadow)}
.portal-metrics article{border-top:3px solid #153742;padding:1.2rem 1.3rem}.portal-metrics article:before{display:none}.portal-metrics .portal-metric-assurance{border-top-color:#b58b49}.portal-metrics strong{font-weight:700}
.portal-panel-head{min-height:70px;background:linear-gradient(180deg,#fff,#fbfcfc)}.portal-panel-head h2{font-weight:700;letter-spacing:-.025em}
.portal-asset-list>a,.portal-table tbody tr{transition:background .18s ease}.portal-asset-list>a:hover,.portal-table tbody tr:hover{background:#f5f8f8}
.portal-asset-mark{border-radius:7px;background:#f1ede4}.portal-status{border:1px solid color-mix(in srgb,currentColor 32%,#d6dde0);border-radius:5px;font-weight:800;letter-spacing:.025em}
.portal-toolbar{background:#fbfcfc}.portal-search input,.portal-filter select,.portal-auth-card input{border-radius:7px;background:#f7f9f9}
.portal-table th{background:#f6f8f8;color:#68777e;font-weight:800;letter-spacing:.075em}.portal-table td{padding-top:1.05rem;padding-bottom:1.05rem}
.portal-row-link{font-weight:800}.portal-data-grid dd{font-weight:650}.portal-security-note{border-radius:8px;box-shadow:0 8px 24px #10232d08}
.portal-profile-menu{border-radius:8px;box-shadow:0 16px 42px #10232d1b}.portal-inline-error,.portal-skeleton i{border-radius:7px}
.portal-auth{background:linear-gradient(135deg,#06151d,#0d2b38)}.portal-auth-card{border:1px solid #d6dde0;border-radius:12px;box-shadow:0 28px 80px #0005}.portal-auth-card h1{font-weight:650}
@media(max-width:800px){.portal-sidebar{box-shadow:20px 0 55px #020a0f99}.portal-main{padding-top:1.5rem}.portal-metrics article,.portal-panel{border-radius:9px}}

/* Private-custody dossier: deliberately distinct from retail banking dashboards. */
:root{--p-bg:#f1efe9;--p-surface:#fbfaf7;--p-text:#18201f;--p-muted:#6f7470;--p-line:#d7d2c8;--p-gold:#9b793f;--p-radius:2px;--p-shadow:none}
.portal-layout{grid-template-columns:238px minmax(0,1fr)}
.portal-sidebar{background:#18211f;color:#d9d8d1;border-right:0;box-shadow:none}
.portal-brand{padding:2.15rem 1.4rem 1.55rem;border-bottom:1px solid #ffffff1c}
.portal-brand>span{color:#a8a99f;letter-spacing:.2em}
.portal-nav{gap:0;padding:1.2rem 0}
.portal-nav a,.portal-sidebar-foot>a{min-height:43px;padding:.72rem 1.4rem;border-radius:0;color:#aeb2ad;font-size:.78rem;font-weight:550;border-left:2px solid transparent}
.portal-nav a:hover,.portal-nav a[aria-current=page],.portal-sidebar-foot>a:hover{background:#ffffff08;color:#f8f6ef}
.portal-nav a[aria-current=page]{border-left-color:#c5a66e;box-shadow:none}
.portal-assurance{border-radius:0;background:transparent;border-top:1px solid #ffffff17;padding:1rem .55rem}
.portal-topbar{height:64px;background:rgba(241,239,233,.92);border-bottom:1px solid #cbc6bb;backdrop-filter:blur(14px)}
.portal-icon-button{border:0;border-radius:0;background:transparent}
.portal-avatar{border-radius:2px;background:#c6aa74;color:#18211f}
.portal-profile{border-radius:0}.portal-profile-menu{border-radius:2px;background:#fbfaf7}
.portal-main{max-width:1400px;padding:clamp(2rem,4vw,4.25rem)}
.portal-page-head{align-items:flex-start;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #bcb6aa}
.portal-page-head h1{max-width:720px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.4rem,4.4vw,4.5rem);font-weight:400;letter-spacing:-.045em;line-height:.98}
.portal-page-head p:not(.portal-eyebrow){max-width:600px;font-size:.86rem}
.portal-eyebrow{color:#88692f!important;letter-spacing:.2em}
.portal-button{min-height:42px;border:1px solid #18211f;border-radius:0;background:#18211f;box-shadow:none;font-size:.72rem;letter-spacing:.035em;text-transform:uppercase}
.portal-button:hover{transform:none;background:#293531}.portal-button--secondary{border-radius:0;background:transparent}
.portal-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:2.5rem;border-top:1px solid #bcb6aa;border-bottom:1px solid #bcb6aa}
.portal-metrics article{min-height:116px;padding:1.35rem 1.45rem;border:0;border-right:1px solid #d2cdc3;border-radius:0;background:transparent;box-shadow:none}
.portal-metrics article:last-child{border-right:0}.portal-metrics article:before{display:none}.portal-metrics article,.portal-metrics .portal-metric-assurance{border-top:0}
.portal-metrics span{font-size:.61rem;letter-spacing:.12em;text-transform:uppercase}.portal-metrics strong{font-family:Georgia,'Times New Roman',serif;font-size:1.7rem;font-weight:400}.portal-metrics small{font-size:.64rem}
.portal-grid{gap:2.75rem}.portal-grid--overview{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr)}
.portal-panel{border:0;border-top:2px solid #18211f;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.portal-panel-head{min-height:78px;padding:1.2rem 0;border-bottom:1px solid #bcb6aa;background:transparent}
.portal-panel-head h2{font-family:Georgia,'Times New Roman',serif;font-size:1.35rem;font-weight:400;letter-spacing:-.02em}
.portal-panel-head>a{color:#795c2d;text-transform:uppercase;letter-spacing:.08em;font-size:.61rem}
.portal-asset-list>a{min-height:82px;padding:1rem 0;border-bottom:1px solid #d7d2c8}
.portal-asset-list>a:hover{background:transparent}.portal-asset-mark{width:34px;height:34px;border-radius:0;background:transparent;border:1px solid #b7ad9c;color:#795c2d}
.portal-status{border:0;border-radius:0;background:transparent;padding:.25rem 0;color:#326247;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase}
.portal-status--pending,.portal-status--in-review,.portal-status--processing,.portal-status--unavailable,.portal-status--declined,.portal-status--cancelled{background:transparent}
.portal-activity{padding:1.35rem 0}.portal-activity li>span{border-radius:0;transform:rotate(45deg)}
.portal-security-note{border:1px solid #c8b98f;border-radius:0;background:#ece7da;box-shadow:none}
.portal-toolbar{padding:1rem 0;background:transparent}.portal-search input,.portal-filter select,.portal-auth-card input{border-radius:0;background:#fbfaf7}
.portal-table th{background:transparent;border-bottom:1px solid #9f998e}.portal-table td{border-top:0;border-bottom:1px solid #d7d2c8}.portal-table tbody tr:hover{background:#ebe8e0}
.portal-table code,.portal-detail-meta code{border-radius:0;background:#e7e3da}.portal-data-grid{padding:0}.portal-data-grid>div{border-color:#d7d2c8}
.portal-auth{background:#18211f}.portal-auth-card{border:0;border-top:4px solid #b19055;border-radius:0;box-shadow:0 30px 80px #0005}
@media(max-width:1100px){.portal-layout{grid-template-columns:210px minmax(0,1fr)}}
@media(max-width:800px){.portal-sidebar{box-shadow:18px 0 45px #0005}.portal-page-head h1{font-size:3rem}.portal-panel,.portal-metrics article{border-radius:0}}
@media(max-width:600px){.portal-metrics{grid-template-columns:1fr 1fr}.portal-metrics article:nth-child(2){border-right:0}.portal-metrics article:nth-child(-n+2){border-bottom:1px solid #d2cdc3}.portal-grid{gap:2rem}.portal-page-head{margin-bottom:1.5rem}.portal-page-head h1{font-size:2.6rem}}

/* Vault operations console — architectural, asset-led, non-banking. */
:root{--p-bg:#e8ebea;--p-surface:#f7f7f4;--p-text:#121918;--p-muted:#626b68;--p-line:#c7cecb;--p-gold:#8d7140;--p-radius:0;--p-shadow:none}
.portal-layout{grid-template-columns:196px minmax(0,1fr)}
.portal-sidebar{background:#f7f7f4;color:#18201e;border-right:1px solid #aeb7b3}
.portal-brand{padding:1.6rem 1.15rem 1.25rem;border-bottom:1px solid #bfc6c3}.portal-brand img{width:158px}.portal-brand>span{color:#717a76;font-size:.56rem}
.portal-nav{padding:.8rem 0}.portal-nav a,.portal-sidebar-foot>a{min-height:39px;padding:.6rem 1.1rem;color:#5d6763;font-size:.7rem;border-left:0;border-right:3px solid transparent}
.portal-nav a:hover,.portal-nav a[aria-current=page],.portal-sidebar-foot>a:hover{background:#e4e7e5;color:#111817}.portal-nav a[aria-current=page]{border-right-color:#967747;border-left:0}
.portal-icon{width:17px;height:17px}.portal-assurance{border-top:1px solid #c7cecb}.portal-assurance p{color:#727b77}.portal-assurance b{color:#26302d}
.portal-topbar{height:58px;background:#121918;color:#edf0ed;border-bottom:0}.portal-icon-button{color:#edf0ed}.portal-profile{color:#edf0ed}.portal-profile-copy small{color:#aeb8b4}.portal-avatar{background:#b7985f;border-radius:0}
.portal-main{max-width:1480px;padding:clamp(1.5rem,3vw,3.2rem)}
.portal-page-head{position:relative;min-height:190px;align-items:flex-end;margin-bottom:0;padding:2.25rem 2.4rem;background:#182522;color:#f3f4ef;border:0}
.portal-page-head:after{content:'MSV / CLIENT CUSTODY';position:absolute;right:2.4rem;top:2rem;color:#899690;font-size:.55rem;letter-spacing:.2em}
.portal-page-head h1{font-family:inherit;font-size:clamp(2.2rem,4vw,4rem);font-weight:650;letter-spacing:-.055em}.portal-page-head p:not(.portal-eyebrow){color:#aeb9b4;font-size:.8rem}.portal-eyebrow{color:#c0a46f!important}
.portal-page-head .portal-button{background:#c0a46f;color:#121918!important;border-color:#c0a46f}
.portal-metrics{margin:0 0 1.25rem;background:#f7f7f4;border:0;border-bottom:1px solid #aeb7b3}.portal-metrics article{min-height:98px;padding:1.15rem 1.35rem;border-right:1px solid #c7cecb}.portal-metrics span{font-size:.55rem}.portal-metrics strong{font-family:inherit;font-size:1.35rem;font-weight:650}.portal-metrics small{font-size:.58rem}
.portal-grid{gap:1.25rem}.portal-grid--overview{grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr)}
.portal-panel{border:1px solid #b8c0bd;border-top:0;background:#f7f7f4}.portal-panel:before{content:'';display:block;height:4px;background:#182522}.portal-panel-head{min-height:66px;padding:1rem 1.2rem;border-bottom:1px solid #c7cecb}.portal-panel-head h2{font-family:inherit;font-size:.92rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.portal-panel-head>a{font-size:.57rem}
.portal-asset-list>a{min-height:76px;padding:.85rem 1.2rem}.portal-asset-list>a:hover{background:#ecefed}.portal-asset-mark{border:0;background:#dfe4e1;color:#5b6a64}.portal-status{padding:.28rem .42rem;border-left:2px solid currentColor;font-size:.55rem}
.portal-activity{padding:1.15rem}.portal-activity li>span{transform:none;border-radius:50%}.portal-security-note{background:#f7f7f4;border-color:#b8c0bd}
.portal-toolbar{padding:1rem 1.2rem}.portal-table th{padding:.8rem 1.2rem;background:#182522;color:#dce2df;border:0}.portal-table td{background:#f7f7f4}.portal-table tbody tr:hover td{background:#ecefed}
.portal-button{border-radius:0}.portal-profile-menu{background:#f7f7f4}
@media(max-width:1100px){.portal-layout{grid-template-columns:180px minmax(0,1fr)}}
@media(max-width:800px){.portal-page-head{min-height:170px}.portal-sidebar{background:#f7f7f4}.portal-mobile-brand span{color:#fff}}
@media(max-width:600px){.portal-page-head{padding:1.6rem;min-height:210px}.portal-page-head:after{right:1.6rem;top:1.3rem}.portal-metrics{margin-bottom:1rem}}

/* Sculpted vault navigation rail. */
.portal-layout{grid-template-columns:224px minmax(0,1fr)}
.portal-sidebar{padding:0 12px 14px;background:#111918;color:#e9ece8;border-right:0;box-shadow:10px 0 28px rgba(12,20,18,.12)}
.portal-brand{min-height:118px;display:flex;flex-direction:column;justify-content:center;padding:1.55rem 1rem;border-bottom:1px solid #ffffff20}
.portal-brand img{width:166px;max-height:42px;filter:brightness(0) invert(1)}
.portal-brand>span{margin-top:.8rem;color:#818c87;font-size:.52rem;letter-spacing:.22em}
.portal-nav{gap:5px;padding:1rem 0;counter-reset:portalnav}
.portal-nav a{position:relative;min-height:43px;padding:.68rem .8rem .68rem 2.45rem;border:1px solid transparent;border-radius:0;color:#9fa9a4;font-size:.72rem;counter-increment:portalnav}
.portal-nav a:before{content:counter(portalnav,decimal-leading-zero);position:absolute;left:.78rem;color:#59645f;font:500 .53rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em}
.portal-nav a .portal-icon{display:none}
.portal-nav a:hover{background:#ffffff08;border-color:#ffffff12;color:#f3f5f2}
.portal-nav a[aria-current=page]{background:#d0b06f;color:#111918;border-color:#d0b06f;box-shadow:none}
.portal-nav a[aria-current=page]:before{color:#5f4a26}
.portal-sidebar-foot{padding:.8rem 0 0;border-top:1px solid #ffffff20}
.portal-sidebar-foot>a{min-height:40px;padding:.65rem .8rem;border:1px solid #ffffff12;border-radius:0;color:#b5bdb9}
.portal-assurance{margin:.85rem 0 0;padding:1rem .8rem;border:1px solid #ffffff14;background:#ffffff05}
.portal-assurance>span{color:#d0b06f}.portal-assurance p{color:#7f8a85}.portal-assurance b{color:#d8dedb}
@media(max-width:1100px){.portal-layout{grid-template-columns:205px minmax(0,1fr)}}
@media(max-width:800px){.portal-sidebar{width:min(300px,88vw);padding-left:12px;padding-right:12px;background:#111918}}

/* Shared operations shell: client portal now mirrors the approved admin language. */
.portal-layout{display:block;min-height:100vh}
.portal-sidebar{position:sticky;top:0;z-index:30;width:100%;height:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;padding:1.25rem 1.8rem 0;background:linear-gradient(118deg,#06151d,#0d2b38 58%,#10212a);box-shadow:0 8px 24px #06151d25}
.portal-brand{min-height:0;display:block;padding:0 2rem 1.05rem 0;border:0}.portal-brand img{width:175px;filter:none}.portal-brand>span{margin-top:.4rem;color:#8fa09d;font-size:.5rem}
.portal-nav{display:flex;align-items:flex-end;gap:.15rem;padding:0;overflow-x:auto;counter-reset:none}.portal-nav a{position:relative;min-height:43px;padding:.75rem .68rem;border:0;border-bottom:3px solid transparent;color:#94a09e;font-size:.64rem;white-space:nowrap}.portal-nav a:before{display:none}.portal-nav a .portal-icon{display:none}.portal-nav a:hover{background:#ffffff08;border-color:transparent;color:#fff}.portal-nav a[aria-current=page]{background:#ffffff08;color:#fff;border-bottom-color:#c29a58}
.portal-sidebar-foot{display:flex;align-items:center;align-self:stretch;gap:.4rem;padding:0 0 .8rem .8rem;border:0}.portal-sidebar-foot>a{min-height:35px;padding:.45rem .65rem;border:1px solid #ffffff1a;color:#c6cfcb;font-size:.62rem}.portal-sidebar-foot>a .portal-icon{display:none}.portal-assurance{margin:0;padding:.5rem .65rem;border:0;background:transparent;white-space:nowrap}.portal-assurance>span{display:none}.portal-assurance p{font-size:.54rem}.portal-assurance b{font-size:.61rem}
.portal-topbar{position:sticky;top:88px;z-index:25;height:58px;padding:0 1.8rem;background:#f7f7f4;color:#121918;border-bottom:1px solid #d6dde0}.portal-top-actions{margin-left:auto}.portal-profile{color:#121918}.portal-profile-copy small{color:#687881}.portal-icon-button{color:#121918;border:1px solid #d6dde0}
.portal-main{max-width:1540px;padding:clamp(1.7rem,3vw,3rem)}
.portal-page-head{min-height:0;padding:0 0 1.6rem;background:transparent;color:#10232d;border-bottom:0}.portal-page-head:after{display:none}.portal-page-head h1{font-size:clamp(2rem,3vw,3rem)}.portal-page-head p:not(.portal-eyebrow){color:#687881}.portal-page-head .portal-button{background:linear-gradient(135deg,#123441,#071923);color:#fff!important;border-color:#254651}
.portal-metrics{border:0;gap:1rem;background:transparent}.portal-metrics article{min-height:106px;border:1px solid #d6dde0!important;border-top:3px solid #153742!important;border-radius:10px;background:#fff;box-shadow:0 14px 38px #10232d0d}.portal-metrics article:last-child{border-right:1px solid #d6dde0}
.portal-panel{border:1px solid #d6dde0;border-top:3px solid #153742;border-radius:10px;background:#fff;box-shadow:0 14px 38px #10232d0d;overflow:hidden}.portal-panel:before{display:none}.portal-panel-head{padding:1rem 1.2rem;background:#fff}.portal-panel-head h2{font-size:1rem;text-transform:none;letter-spacing:-.02em}.portal-asset-list>a{padding:.85rem 1.2rem}.portal-status{border:1px solid color-mix(in srgb,currentColor 35%,#d6dde0);border-left-width:1px;border-radius:5px;padding:.28rem .5rem}.portal-security-note{border-radius:8px}
@media(max-width:1100px){.portal-sidebar{grid-template-columns:auto minmax(0,1fr)}.portal-sidebar-foot{display:none}.portal-nav a{padding-left:.55rem;padding-right:.55rem}}
@media(max-width:800px){.portal-sidebar{position:relative;display:block;width:100%;padding:1rem 1rem 0;box-shadow:none}.portal-brand{padding:0 0 .8rem}.portal-brand img{width:150px}.portal-nav{display:flex;padding:0}.portal-nav a{min-height:40px;padding:.65rem .6rem}.portal-topbar{top:0}.portal-menu{display:none}.portal-mobile-brand{display:none}.portal-metrics article,.portal-panel{border-radius:9px}}
