:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#081c2f;font-synthesis:none;--brand-950:#081c2f;--brand-800:#0b3c59;--brand-700:#12557a;--brand-500:#18a6a6;--gold:#f3c979;--surface:#fff;--surface-soft:#f3f7f8;--line:#d6e1e5;--muted:#5a6d79;--danger:#a82835;--danger-soft:#fff0f1;--success:#176a50;--success-soft:#edf9f4;--shadow:0 28px 80px #081c2f24;background:#f3f7f8;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{background:#f3f7f8}body{background:radial-gradient(circle at 92% 8%,#18a6a61f,#0000 28rem),#f3f7f8;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{min-height:44px}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible,[tabindex="-1"]:focus-visible{outline-offset:2px;outline:3px solid #0b6981}button:disabled,input:disabled{cursor:not-allowed;opacity:.64}.skip-link{z-index:1000;color:#fff;background:#0b3c59;border-radius:10px;align-items:center;min-height:44px;padding:9px 14px;font-weight:800;text-decoration:none;display:inline-flex;position:fixed;top:12px;left:12px;transform:translateY(calc(-100% - 24px))}.skip-link:focus-visible{transform:translateY(0)}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.auth-shell{grid-template-columns:minmax(330px,.9fr) minmax(480px,1.1fr);min-height:100vh;display:grid}.brand-rail{isolation:isolate;color:#fff;background:radial-gradient(circle at 50% 18%, #f3c97936, transparent 23rem), linear-gradient(145deg, #05080b 0%, var(--brand-950) 72%, #0a3342 100%);align-items:center;padding:clamp(40px,6vw,88px);display:grid;position:relative;overflow:hidden}.brand-rail:before,.brand-rail:after{z-index:-1;content:"";border:1px solid #f3c97921;border-radius:50%;position:absolute}.brand-rail:before{width:460px;height:460px;top:-220px;left:-170px}.brand-rail:after{width:620px;height:620px;bottom:-380px;right:-430px}.brand-rail-inner{width:min(480px,100%);margin-inline:auto}.brand-logo{filter:drop-shadow(0 10px 28px #f3c97938);width:clamp(108px,12vw,156px);height:auto;margin-bottom:34px;display:block}.brand-eyebrow,.section-kicker,.subview-kicker{color:var(--brand-700);letter-spacing:.2em;margin:0 0 10px;font-size:12px;font-weight:800}.brand-rail .brand-eyebrow{color:var(--gold)}.brand-title{letter-spacing:-.045em;max-width:520px;margin:0;font-size:clamp(38px,5vw,64px);font-weight:700;line-height:1.1}.brand-title span{display:block}.brand-description{color:#c9d7dd;max-width:460px;margin:24px 0 0;font-size:18px;line-height:1.75}.trust-list{color:#e8f0f2;gap:14px;margin:40px 0 0;padding:0;list-style:none;display:grid}.trust-list li{padding-left:27px;line-height:1.5;position:relative}.trust-list li:before{content:"";background:var(--brand-500);border-radius:50%;width:9px;height:9px;position:absolute;top:.42em;left:2px;box-shadow:0 0 0 5px #18a6a624}.auth-workspace{align-content:center;justify-items:center;padding:clamp(28px,6vw,76px);display:grid}.login-card,.settings-card{width:min(510px,100%);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border:1px solid #d6e1e5e0;border-radius:18px;padding:clamp(28px,5vw,48px)}.login-heading h1,.settings-card h1,.subview-heading h2{color:var(--brand-950);letter-spacing:-.035em;margin:0;font-size:clamp(28px,4vw,38px);line-height:1.2}.login-heading>p:last-child,.settings-intro{color:var(--muted);margin:14px 0 0;line-height:1.7}.login-heading .section-kicker,.settings-card .section-kicker,.subview-kicker{color:var(--brand-700)}.login-tabs{background:#edf3f5;border-radius:13px;grid-template-columns:1fr 1fr;gap:4px;margin:30px 0 28px;padding:4px;display:grid}.login-tabs button{color:#526774;cursor:pointer;background:0 0;border:0;border-radius:10px;min-height:44px;padding:9px 12px;font-weight:700}.login-tabs button[aria-selected=true]{color:var(--brand-950);background:#fff;box-shadow:0 4px 18px #081c2f17}[role=tabpanel][hidden]{display:none}form{gap:18px;display:grid}.field{gap:8px;display:grid}.field label{color:#253e4e;font-size:14px;font-weight:700}.field input{width:100%;min-width:0;min-height:48px;color:var(--brand-950);background:#fff;border:1px solid #bfcfd5;border-radius:11px;padding:11px 13px;transition:border-color .16s,box-shadow .16s}.field input:hover:not(:disabled){border-color:#8ea6af}.field input:focus{border-color:var(--brand-500);outline-offset:2px;outline:3px solid #0b6981;box-shadow:0 0 0 4px #18a6a61c}.field input::placeholder{color:#526774}.phone-fieldset{grid-template-columns:136px minmax(0,1fr);gap:12px;display:grid}.otp-field,.password-field{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid;position:relative}.password-field{display:block}.password-field input{padding-right:66px}.password-toggle{min-width:48px;min-height:44px;color:var(--brand-700);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:7px;font-size:13px;font-weight:700;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.secondary-button,.primary-button,.text-button{cursor:pointer;border:0;font-weight:750}.secondary-button{min-height:48px;color:var(--brand-700);background:#f7fafb;border:1px solid #b9ccd2;border-radius:11px;padding:10px 14px}.code-button{min-width:126px}.primary-button{color:#fff;background:linear-gradient(135deg, var(--brand-700), #137c91);border-radius:12px;width:100%;min-height:50px;padding:12px 18px;box-shadow:0 12px 24px #12557a33}.primary-button:hover:not(:disabled){background:linear-gradient(135deg,#0e496b,#116f81)}.text-button{min-height:44px;color:var(--brand-700);background:0 0;align-items:center;padding:8px 3px;display:inline-flex}.field-help,.form-footnote,.form-action-row{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.form-action-row{justify-content:space-between;align-items:center;gap:14px;margin-top:-6px;display:flex}.form-action-row .text-button{flex:none}.form-notice{border:1px solid;border-radius:10px;margin:0;padding:11px 13px;font-size:13px;line-height:1.55}.form-notice.error{color:var(--danger);background:var(--danger-soft);border-color:#efc6ca}.form-notice.success{color:var(--success);background:var(--success-soft);border-color:#bce3d3}.subview-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:3px;display:flex}.subview-heading h2{font-size:25px}.subview-heading .text-button{margin-top:6px}.page-footer{width:min(510px,100%);color:var(--muted);text-align:center;margin-top:22px;font-size:12px;line-height:1.7}.settings-shell{background:radial-gradient(circle at 50% -10%,#18a6a624,#0000 30rem),#f3f7f8;min-height:100vh;padding:28px clamp(18px,5vw,64px) 64px}.settings-header{justify-content:space-between;align-items:center;width:min(980px,100%);margin:0 auto 52px;display:flex}.brand-link,.back-link{color:var(--brand-950);text-decoration:none}.brand-link{align-items:center;gap:11px;font-weight:800;display:inline-flex}.brand-link img{object-fit:contain;background:#050505;border-radius:11px;width:46px;height:46px}.back-link{min-height:44px;color:var(--brand-700);border-radius:9px;align-items:center;padding:9px 12px;font-size:14px;font-weight:700;display:inline-flex}.settings-card{margin-inline:auto}.settings-card form{margin-top:28px}.settings-card .form-footnote{margin-top:18px}@media (max-width:880px){.auth-shell{grid-template-columns:1fr}.brand-rail{padding:34px clamp(22px,7vw,58px) 38px}.brand-rail-inner{grid-template-columns:80px 1fr;align-items:center;column-gap:22px;width:min(680px,100%);display:grid}.brand-logo{grid-row:1/span 3;width:80px;margin:0}.brand-eyebrow{margin-bottom:5px}.brand-title{font-size:clamp(28px,6vw,40px)}.brand-description{margin-top:9px;font-size:15px}.trust-list{display:none}.auth-workspace{padding-top:42px;padding-bottom:42px}}@media (max-width:520px){.brand-rail{padding:24px 20px 27px}.brand-rail-inner{grid-template-columns:58px 1fr;column-gap:14px}.brand-logo{width:58px}.brand-eyebrow{font-size:10px}.brand-title{font-size:25px}.brand-description{font-size:13px;line-height:1.55}.auth-workspace{padding:24px 14px 34px;display:block}.login-card,.settings-card{border-radius:16px;padding:25px 19px}.login-tabs{margin-top:24px}.phone-fieldset{grid-template-columns:118px minmax(0,1fr);gap:9px}.otp-field{grid-template-columns:1fr}.code-button{width:100%}.form-action-row,.subview-heading{flex-direction:column;align-items:flex-start}.subview-heading{gap:7px}.settings-shell{padding:18px 14px 38px}.settings-header{margin-bottom:28px}.brand-link span{display:none}}.account-app-shell{background:linear-gradient(to right, var(--brand-950) 0 252px, #f3f7f8 252px);grid-template-columns:252px minmax(0,1fr);min-height:100vh;display:grid}.account-sidebar{color:#d9e7eb;background:radial-gradient(circle at 35% 0%, #f3c9791f, transparent 18rem), var(--brand-950);flex-direction:column;align-self:start;min-height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.account-brand{color:#fff;align-items:center;gap:12px;text-decoration:none;display:flex}.account-sidebar a:focus-visible,.identity-dashboard-card .copy-button:focus-visible,.security-secret-panel button:focus-visible,.security-secret-panel [tabindex="-1"]:focus-visible{outline-color:var(--gold)}.account-brand img{object-fit:contain;background:#050505;border:1px solid #f3c97938;border-radius:13px;width:48px;height:48px}.account-brand span{gap:3px;min-width:0;display:grid}.account-brand strong{font-size:15px}.account-brand small{color:var(--gold);letter-spacing:.16em;font-size:9px;font-weight:800}.account-nav-label{color:#839ba7;letter-spacing:.16em;margin:48px 12px 12px;font-size:11px;font-weight:800}.account-nav{gap:5px;display:grid}.account-nav a{color:#bbccd3;border-radius:10px;align-items:center;min-height:44px;padding:10px 13px;font-size:14px;font-weight:650;text-decoration:none;display:flex}.account-nav a:hover{color:#fff;background:#ffffff12}.account-nav a[aria-current=page]{color:#fff;box-shadow:inset 3px 0 var(--brand-500);background:linear-gradient(100deg,#18a6a63d,#18a6a614)}.account-sidebar-note{background:#ffffff0a;border:1px solid #f3c97924;border-radius:12px;gap:6px;margin-top:auto;padding:15px;display:grid}.account-sidebar-note b{color:var(--gold);font-size:12px}.account-sidebar-note span{color:#9fb1ba;font-size:11px;line-height:1.6}.account-main{min-width:0}.account-topbar{border-bottom:1px solid var(--line);min-height:72px;color:var(--brand-950);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;justify-content:space-between;align-items:center;gap:20px;padding:14px clamp(22px,4vw,56px);display:flex}.account-topbar>span{font-size:14px;font-weight:750}.account-topbar small{color:var(--muted);font-weight:500}.account-topbar a{min-height:44px;color:var(--brand-700);border-radius:9px;align-items:center;padding:8px 11px;font-size:13px;font-weight:750;text-decoration:none;display:inline-flex}.account-content{width:min(1180px,100%);margin-inline:auto;padding:clamp(30px,5vw,60px) clamp(20px,4vw,52px) 72px}.account-page-heading{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:28px;display:flex}.account-page-heading h1{color:var(--brand-950);letter-spacing:-.04em;margin:0;font-size:clamp(31px,4vw,44px);line-height:1.18}.account-page-heading>div>p:last-child{color:var(--muted);margin:10px 0 0;line-height:1.65}.dashboard-action-link,.secondary-link{min-height:44px;color:var(--brand-700);background:#fff;border:1px solid #b9ccd2;border-radius:10px;flex:none;align-items:center;padding:11px 15px;font-size:13px;font-weight:750;text-decoration:none;display:inline-flex}.dashboard-hero-grid,.dashboard-summary-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:18px;display:grid}.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.dashboard-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;min-width:0;padding:clamp(22px,3vw,30px);box-shadow:0 16px 42px #081c2f12}.identity-dashboard-card{color:#fff;background:radial-gradient(circle at 100% 0,#f3c9792b,#0000 19rem),linear-gradient(145deg,#071723,#0a344a);border-color:#ffffff17;box-shadow:0 20px 52px #081c2f33}.identity-card-head{align-items:center;gap:16px;display:flex}.account-avatar{object-fit:cover;width:68px;height:68px;color:var(--brand-950);background:linear-gradient(145deg, var(--gold), #fff1ca);border:2px solid #f3c9796b;border-radius:20px;flex:none;place-items:center;font-size:25px;font-weight:850;display:grid}.identity-card-head h2,.card-title-row h2{margin:0;font-size:22px;line-height:1.25}.card-eyebrow{color:var(--brand-700);letter-spacing:.15em;margin:0 0 5px;font-size:11px;font-weight:850}.identity-dashboard-card .card-eyebrow,.security-secret-panel .card-eyebrow{color:var(--gold)}.account-status{border-radius:999px;margin-top:7px;padding:4px 8px;font-size:11px;font-weight:750;display:inline-flex}.account-status.success{color:#a7f1d3;background:#176a5059}.account-status.danger{color:#ffd2d6;background:#a8283559}.account-status.neutral{color:#d3dde1;background:#ffffff1a}.pdz-identity-number{background:#ffffff0f;border:1px solid #f3c9793b;border-radius:14px;justify-content:space-between;align-items:flex-end;gap:20px;margin-top:25px;padding:19px 20px;display:flex}.pdz-identity-number>div{gap:7px;min-width:0;display:grid}.pdz-identity-number span{color:#b8cbd4;font-size:11px}.pdz-identity-number code{overflow-wrap:anywhere;color:#fff;letter-spacing:.03em;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:clamp(25px,4vw,36px);font-weight:800}.copy-button{color:#ffe5af;cursor:pointer;background:#f3c97917;border:1px solid #f3c9794d;border-radius:9px;flex:none;padding:9px 11px;font-size:12px;font-weight:750}.copy-status{color:#93acb7;min-height:18px;margin:8px 2px 0;font-size:11px;line-height:1.6}.identity-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:21px 0 0;display:grid}.identity-details div{min-width:0}.identity-details dt{color:#8ca5b0;margin-bottom:5px;font-size:11px}.identity-details dd{overflow-wrap:anywhere;color:#eef5f6;margin:0;font-size:13px;font-weight:700}.level-dashboard-card{background:radial-gradient(circle at 100% 0,#f3c9793b,#0000 16rem),#fff;overflow:hidden}.card-title-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.card-title-row a{min-height:44px;color:var(--brand-700);flex:none;align-items:center;font-size:12px;font-weight:750;text-decoration:none;display:inline-flex}.level-badge{color:#79500a;background:#fff3d6;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.star-rating{color:#d7e0e3;letter-spacing:.04em;gap:4px;margin-top:31px;font-size:clamp(24px,3vw,32px);display:flex}.star-rating .filled{color:#e2a729;text-shadow:0 4px 14px #e2a72940}.level-number{align-items:baseline;gap:9px;margin-top:10px;display:flex}.level-number strong{letter-spacing:-.05em;font-size:48px;line-height:1}.level-number span{color:var(--muted);font-weight:700}.level-progress{background:#e7eef0;border-radius:999px;height:7px;margin-top:22px;overflow:hidden}.level-progress span{border-radius:inherit;background:linear-gradient(90deg, #e6a92a, var(--gold));height:100%;display:block}.level-dashboard-card>p{color:var(--muted);margin:17px 0 0;font-size:12px;line-height:1.65}.summary-card{min-height:245px}.summary-primary{align-items:baseline;gap:8px;margin-top:25px;display:flex}.summary-primary strong{color:var(--brand-700);letter-spacing:-.05em;font-size:42px;line-height:1}.summary-primary span{color:var(--muted);font-size:13px}.summary-list{gap:9px;margin:22px 0 0;padding:0;list-style:none;display:grid}.summary-list li{color:var(--muted);border-top:1px solid #edf2f4;justify-content:space-between;gap:16px;padding-top:9px;font-size:12px;display:flex}.summary-list b{color:var(--brand-950);text-align:right}.security-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px;display:grid}.security-summary-grid div{background:var(--surface-soft);border-radius:11px;gap:5px;padding:12px;display:grid}.security-summary-grid span{color:var(--muted);font-size:11px}.security-summary-grid b{font-size:13px}.inline-notice{min-height:44px;color:var(--brand-700);background:#eaf7f8;border-radius:9px;align-items:center;margin-top:12px;padding:10px 12px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.account-loading,.account-error{border:1px solid var(--line);width:min(820px,100%);box-shadow:var(--shadow);background:#fff;border-radius:18px;margin:min(10vh,90px) auto;padding:clamp(28px,5vw,48px)}.account-loading{gap:14px;display:grid}.account-loading>span{color:var(--muted);margin-top:7px;font-size:13px}.loading-line,.loading-card{background:linear-gradient(100deg,#edf2f4 25%,#f8fafb 48%,#edf2f4 70%) 0 0/250% 100%;border-radius:10px;animation:1.4s linear infinite account-loading;overflow:hidden}.loading-line{width:42%;height:18px}.loading-line.wide{width:65%;height:34px}.loading-grid{grid-template-columns:1.4fr .6fr;gap:14px;margin-top:12px;display:grid}.loading-card{height:250px}@keyframes account-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.account-error{text-align:center}.error-mark{width:52px;height:52px;color:var(--danger);background:var(--danger-soft);border-radius:50%;place-items:center;margin:0 auto 18px;font-size:24px;font-weight:850;display:grid}.account-error h1{margin:0;font-size:28px}.account-error p{color:var(--muted);margin:12px 0 0}.error-actions{justify-content:center;gap:12px;margin-top:24px;display:flex}.primary-button.compact{width:auto;min-width:112px;min-height:44px;padding:9px 15px}@media (max-width:1020px){.dashboard-hero-grid{grid-template-columns:1fr}.level-dashboard-card{min-height:300px}}@media (max-width:760px){.account-app-shell{background:#f3f7f8;grid-template-columns:1fr}.account-sidebar{min-height:auto;padding:16px;display:block;position:static}.account-brand img{width:42px;height:42px}.account-nav-label,.account-sidebar-note{display:none}.account-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:15px;padding-bottom:2px;display:grid;overflow:visible}.account-nav a{text-align:center;justify-content:center;min-width:0;min-height:44px;padding:8px 11px;font-size:12px}.account-nav a[aria-current=page]{box-shadow:inset 0 -2px var(--brand-500)}.account-topbar{min-height:58px;padding:10px 16px}.account-topbar small{display:none}.account-content{padding:28px 15px 48px}.account-page-heading{flex-direction:column;align-items:flex-start;gap:16px}.dashboard-summary-grid{grid-template-columns:1fr}}@media (max-width:480px){.account-brand span{gap:1px}.account-topbar>span{font-size:12px}.account-topbar a{padding-inline:7px}.account-page-heading h1{font-size:30px}.dashboard-card{padding:20px 17px}.identity-card-head{gap:12px}.account-avatar{border-radius:16px;width:58px;height:58px}.pdz-identity-number{flex-direction:column;align-items:flex-start;gap:13px;padding:16px}.pdz-identity-number code{font-size:27px}.copy-button{width:100%}.identity-details{grid-template-columns:1fr 1fr}.identity-details div:first-child{grid-column:1/-1}.security-summary-grid{grid-template-columns:1fr 1fr}.loading-grid{grid-template-columns:1fr}.loading-card:last-child{height:170px}}.profile-content{max-width:1320px}.profile-form{gap:26px;display:grid}.profile-page-heading{justify-content:space-between;align-items:flex-start;gap:28px;display:flex}.profile-page-heading h1{letter-spacing:-.035em;margin:5px 0 8px;font-size:clamp(30px,4vw,42px);line-height:1.08}.profile-page-heading>div>p:last-child{max-width:680px;color:var(--muted);margin:0;line-height:1.7}.profile-save-button{width:auto;min-width:132px;margin-top:8px}.profile-layout{grid-template-columns:minmax(0,1fr) minmax(260px,340px);align-items:start;gap:22px;display:grid}.profile-editor-card{gap:25px;padding:28px;display:grid}.profile-section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:20px;display:flex}.profile-section-heading h2,.locked-identity-card h2{letter-spacing:-.02em;margin:4px 0 0;font-size:23px}.profile-section-heading>span{color:var(--brand-700);background:#eaf5f6;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.profile-avatar-row{background:linear-gradient(135deg,#f5fbfb,#fbfcfd);border:1px solid #d4e4e7;border-radius:16px;align-items:center;gap:20px;padding:20px;display:flex}.profile-avatar-image{object-fit:cover;border:3px solid #fff;border-radius:24px;flex:none;width:92px;height:92px;box-shadow:0 12px 28px #081c2f29}.profile-avatar-fallback{color:#fff;background:linear-gradient(145deg, var(--brand-700), #137c91);place-items:center;font-size:31px;font-weight:850;display:grid}.profile-avatar-copy{min-width:0}.profile-avatar-copy>b{font-size:16px}.profile-avatar-copy>p{max-width:600px;color:var(--muted);margin:6px 0 14px;font-size:13px;line-height:1.65}.profile-avatar-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.secondary-button.compact{cursor:pointer;justify-content:center;align-items:center;min-height:44px;padding:8px 13px;font-size:13px;font-weight:800;display:inline-flex}.secondary-button.compact:focus-within{outline-offset:2px;outline:3px solid #0b6981}.secondary-button.compact input[type=file]{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.text-danger-button{min-height:44px;color:var(--danger);cursor:pointer;background:0 0;border:0;padding:7px 10px;font-size:13px;font-weight:800}.profile-field{gap:9px;display:grid}.profile-field>span{justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:800;display:flex}.profile-field>span small{color:var(--muted);font-size:12px;font-weight:650}.profile-field input,.profile-field textarea{width:100%;color:var(--brand-950);font:inherit;background:#fbfdfe;border:1px solid #bfd1d7;border-radius:12px;transition:border-color .16s,box-shadow .16s,background .16s}.profile-field input{min-height:50px;padding:11px 14px}.profile-field textarea{resize:vertical;min-height:138px;padding:13px 14px;line-height:1.7}.profile-field input:focus,.profile-field textarea:focus{outline-offset:2px;border-color:var(--brand-500);background:#fff;outline:3px solid #0b6981;box-shadow:0 0 0 4px #18a6a621}.profile-field em{color:var(--muted);font-size:12px;font-style:normal}.profile-validation-error{color:var(--danger);background:var(--danger-soft);border-radius:10px;margin:-9px 0 0;padding:10px 12px;font-size:13px}.profile-feedback{border-top:1px solid var(--line);min-height:42px;padding-top:18px}.profile-feedback p{color:var(--muted);margin:0;font-size:13px}.profile-feedback p[role=alert]{color:var(--danger)}.profile-feedback .success{color:var(--success);font-weight:750}.profile-side-column{gap:18px;display:grid}.locked-identity-card{padding:24px}.locked-identity-card dl{gap:14px;margin:22px 0 17px;display:grid}.locked-identity-card dl>div{background:#f3f7f8;border:1px solid #d9e4e7;border-radius:12px;gap:7px;padding:14px;display:grid}.locked-identity-card dt{color:var(--muted);font-size:12px;font-weight:700}.locked-identity-card dd{gap:5px;margin:0;display:grid}.locked-identity-card code,.locked-identity-card dd>b{color:var(--brand-950);overflow-wrap:anywhere;font-size:17px}.locked-identity-card dd>span{color:var(--brand-700);font-size:12px;font-weight:800}.locked-explanation{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.profile-privacy-note{color:#17485d;background:linear-gradient(145deg,#e9f7f6,#f3fbfb);border:1px solid #18a6a633;border-radius:16px;padding:20px}.profile-privacy-note b{font-size:14px}.profile-privacy-note p{color:#416777;margin:7px 0 0;font-size:12px;line-height:1.7}.profile-loading .loading-card{min-height:430px}.profile-load-error{margin-top:44px}@media (max-width:980px){.profile-layout{grid-template-columns:minmax(0,1fr)}.profile-side-column{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (max-width:680px){.profile-page-heading{flex-direction:column;gap:18px}.profile-save-button{width:100%;margin-top:0}.profile-editor-card{padding:20px 17px}.profile-avatar-row{align-items:flex-start;padding:16px}.profile-avatar-image{border-radius:19px;width:72px;height:72px}.profile-side-column{grid-template-columns:1fr}}@media (max-width:430px){.profile-avatar-row{flex-direction:column}.profile-avatar-copy,.profile-avatar-actions,.profile-avatar-actions>*{width:100%}.text-danger-button{border:1px solid #efc9ce;border-radius:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.security-page{gap:22px;max-width:1180px;margin:0 auto;display:grid}.security-page-heading{margin-bottom:2px}.security-status-card{background:radial-gradient(circle at 88% 15%,#ffda9147,#0000 34%),linear-gradient(135deg,#fffdf8,#fff8e9);border:1px solid #b8842b3d;border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;min-height:128px;padding:24px 28px;display:grid;box-shadow:0 12px 34px #5b3a0c12}.security-score-ring{border:7px solid #e7c675;border-right-color:var(--brand-950);width:70px;height:70px;color:var(--brand-950);background:#fff;border-radius:50%;place-items:center;font-size:19px;font-weight:950;display:grid}.security-status-card h2,.security-card-heading h2,.security-inline-form h3,.security-secret-panel h3,.security-provisioning h3{color:var(--brand-950);margin:4px 0 0}.security-status-card p,.security-card-heading p,.security-card-copy,.security-inline-form p,.security-secret-panel p,.security-provisioning p,.global-logout-form p{color:var(--muted);line-height:1.7}.security-status-card>div:nth-child(2)>p:last-child,.security-card-heading>div>p:last-child{margin:6px 0 0;font-size:13px}.security-state-pill,.risk-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:5px 10px;font-size:11px;font-weight:900;display:inline-flex}.security-state-pill.good,.risk-pill.low{color:#176247;background:#dff5e9}.security-state-pill.attention,.risk-pill.medium{color:#83580b;background:#fff0c9}.risk-pill.high{color:#9d2633;background:#fde5e8}.security-method-card,.security-devices-card,.security-log-card{padding:25px 28px}.security-card-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.security-card-copy{max-width:760px;margin:16px 0;font-size:13px}.security-row-actions,.security-form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.danger-button{color:#fff;cursor:pointer;background:#ad2d3b;border:1px solid #a82b39;border-radius:11px;font-weight:850;box-shadow:0 7px 18px #ad2d3b29}.danger-button.compact{min-height:44px;padding:8px 14px}.danger-button:hover:not(:disabled){background:#8e2130}.danger-button:disabled,.security-method-tabs button:disabled{cursor:not-allowed;opacity:.55}.security-inline-form,.security-secret-panel,.security-provisioning,.global-logout-form{border-radius:16px}.security-inline-form{background:#fffaf0;border:1px solid #ead6a6;gap:14px;padding:20px;display:grid}.security-inline-form.danger{background:#fff8f8;border-color:#efc9ce}.security-inline-form h3,.security-inline-form p{margin:0}.security-inline-form label,.security-manual-key label,.global-logout-form label{max-width:360px;color:var(--brand-900);gap:7px;font-size:12px;font-weight:850;display:grid}.security-inline-form input,.security-manual-key input,.global-logout-form input{width:100%;min-height:44px;color:var(--brand-950);font:inherit;letter-spacing:.08em;background:#fff;border:1px solid #d9d3c6;border-radius:10px;padding:10px 12px}.security-provisioning{background:linear-gradient(145deg,#fffdf7,#fff6dc);border:1px solid #dfc77f;grid-template-columns:minmax(220px,.8fr) minmax(280px,1.2fr);gap:26px;padding:24px;display:grid}.security-provisioning h3,.security-provisioning p{margin:5px 0}.security-provisioning img{width:188px;height:188px;image-rendering:pixelated;border:10px solid #fff;border-radius:14px;margin-top:16px;display:block;box-shadow:0 10px 28px #3c2a0a1a}.security-manual-key{align-content:center;gap:14px;display:grid}.security-manual-key>span{color:var(--muted);font-size:12px;font-weight:750}.security-manual-key>code{overflow-wrap:anywhere;color:#4c3509;letter-spacing:.09em;background:#fff;border:1px dashed #cba852;border-radius:10px;padding:13px 14px;font-size:15px}.security-secret-panel{color:#fff;background:radial-gradient(circle at 90% 0,#e5b85340,#0000 35%),linear-gradient(145deg,#231c11,#0e0c08);padding:25px;box-shadow:0 16px 34px #1811072e}.security-secret-panel h3{color:#fff5d7}.security-secret-panel p{color:#d8cdb5}.recovery-code-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 22px;max-width:690px;margin:20px 0;padding:0;list-style-position:inside;display:grid}.recovery-code-grid li{color:#d6c189;background:#ffffff0d;border:1px solid #e8c97a40;border-radius:9px;padding:9px 12px}.recovery-code-grid code{color:#fff3ca;letter-spacing:.06em}.security-action-error{color:#9b2835;background:#fff5f6;border:1px solid #efc9ce;border-radius:11px;margin:-8px 0 0;padding:12px 15px;font-size:13px;font-weight:750}.security-device-list{border-top:1px solid var(--line);margin-top:18px;display:grid}.security-device-row{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 0;display:grid}.security-device-row:last-child{border-bottom:0}.security-device-row>div{overflow-wrap:anywhere;min-width:0}.device-icon{color:#7b550f;background:#fff2cc;border-radius:13px;place-items:center;width:46px;height:46px;font-size:20px;display:grid}.device-icon.mobile,.device-icon.tablet{color:#17606e;background:#e3f4f4}.security-device-row h3{color:var(--brand-950);margin:0;font-size:15px}.security-device-row h3 em{color:#176247;background:#dff5e9;border-radius:999px;margin-left:7px;padding:3px 7px;font-size:10px;font-style:normal}.security-device-row p,.security-device-row small{color:var(--muted);margin:5px 0 0;font-size:12px;display:block}.global-logout-form{background:#fff7f8;border:1px solid #efc9ce;gap:10px;width:min(100%,430px);padding:16px;display:grid}.global-logout-form>strong{color:#8f2633}.global-logout-form>p{margin:0;font-size:12px}.security-method-tabs{background:#f4e5e7;border-radius:11px;grid-template-columns:repeat(3,1fr);gap:5px;padding:4px;display:grid}.security-method-tabs button{color:#714750;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:44px;font-size:11px;font-weight:850}.security-method-tabs button[aria-pressed=true]{color:#8f2633;background:#fff;box-shadow:0 3px 9px #541c2417}.security-log-table{border-top:1px solid var(--line);margin-top:18px;margin-bottom:0;padding:0;list-style:none;display:grid}.security-log-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr) auto;align-items:center;gap:18px;min-height:72px;display:grid}.security-log-row:last-child{border-bottom:0}.security-log-row>div{gap:5px;display:grid}.security-log-row>div:last-child{justify-items:end}.security-log-row strong{color:var(--brand-950);font-size:13px}.security-log-row span,.security-log-row small{color:var(--muted);font-size:11px}.security-log-row small.success{color:#176247}.security-log-row small.failure{color:#9d2633}.security-empty{color:var(--muted);text-align:center;padding:26px 0 4px}.security-loading .loading-card{min-height:420px}.security-load-error{margin-top:44px}@media (max-width:860px){.security-card-heading{flex-direction:column;align-items:stretch}.global-logout-form{width:100%}.security-provisioning{grid-template-columns:1fr}}@media (max-width:680px){.security-status-card{grid-template-columns:auto minmax(0,1fr);padding:20px 17px}.security-status-card>.security-state-pill{grid-column:1/-1;justify-self:start}.security-method-card,.security-devices-card,.security-log-card{padding:20px 17px}.security-device-row{grid-template-columns:auto minmax(0,1fr)}.security-device-row>button{grid-column:1/-1;width:100%}.security-log-row{grid-template-columns:1fr auto;padding:14px 0}.security-log-row>div:nth-child(2){grid-column:1}.security-log-row>div:last-child{grid-area:1/2/span 2}}@media (max-width:460px){.security-status-card{grid-template-columns:1fr}.security-score-ring{width:58px;height:58px}.recovery-code-grid{grid-template-columns:1fr}.security-provisioning img{width:164px;height:164px}.security-form-actions,.security-form-actions>*,.security-row-actions,.security-row-actions>*{width:100%}}.governance-page{gap:22px;max-width:1180px;margin:0 auto;display:grid}.governance-page-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.governance-page-heading h1{color:var(--brand-950);margin:5px 0 7px;font-size:clamp(30px,4vw,42px)}.governance-page-heading>div>p:last-child,.authorization-boundary-banner p,.authorization-card-heading p,.authorization-empty-card p,.closure-data-card>p:last-child,.closure-impact-intro{color:var(--muted);line-height:1.75}.governance-page-heading>div>p:last-child{margin:0}.governance-loading .loading-card{min-height:340px}.governance-load-error{margin-top:44px}.authorization-boundary-banner{background:radial-gradient(circle at 90% 10%,#f3c97940,#0000 34%),linear-gradient(135deg,#fffdf8,#fff8e8);border:1px solid #ead39f;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:26px 28px;display:grid;box-shadow:0 12px 34px #5b3a0c12}.authorization-boundary-banner h2,.authorization-card-heading h2,.authorization-empty-card h2,.closure-data-card h2,.closure-danger-card h2,.closure-step-card h3{color:var(--brand-950);margin:5px 0 0}.authorization-boundary-banner p:last-child,.authorization-card-heading p:last-child{max-width:760px;margin:8px 0 0}.authorization-status-pill,.closure-danger-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:6px 11px;font-size:11px;font-weight:900;display:inline-flex}.authorization-status-pill.warning{color:#80540a;background:#ffebbb}.authorization-status-pill.neutral{color:#52636c;background:#edf2f4}.authorization-safety-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.authorization-safety-grid>div{border:1px solid var(--line);background:#fff;border-radius:14px;gap:6px;padding:16px 18px;display:grid}.authorization-safety-grid span{color:var(--muted);font-size:12px}.authorization-safety-grid strong{color:#8a5a0b;font-size:15px}.authorization-empty-card{text-align:center;justify-items:center;padding:42px 28px;display:grid}.authorization-empty-mark{color:#17606e;background:#e3f4f4;border-radius:18px;place-items:center;width:58px;height:58px;font-size:27px;font-weight:900;display:grid}.authorization-empty-card h2{margin-top:16px}.authorization-empty-card p{max-width:720px;margin:9px 0 0}.authorization-first-party-note{background:#f3f7f8;border-radius:10px;padding:10px 14px;font-size:13px}.authorization-empty-card .secondary-link{align-items:center;min-height:44px;margin-top:15px;display:inline-flex}.authorization-technical-card{padding:27px 29px;scroll-margin-top:24px}.authorization-card-heading{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.authorization-parameter-list{border-top:1px solid var(--line);margin:22px 0 0;display:grid}.authorization-parameter-list>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(130px,.28fr) minmax(0,1fr);gap:18px;padding:15px 0;display:grid}.authorization-parameter-list dt{color:var(--muted);font-size:12px;font-weight:850}.authorization-parameter-list dd{gap:5px;min-width:0;margin:0;display:grid}.authorization-parameter-list code{color:var(--brand-950);overflow-wrap:anywhere;word-break:break-word;font-size:12px;line-height:1.55}.authorization-parameter-list small{color:#80540a;font-size:11px}.closure-data-card,.closure-danger-card{padding:27px 29px}.closure-data-card>p:last-child{max-width:860px;margin:12px 0 0}.closure-danger-card{border-color:#ecc4c9;box-shadow:0 12px 34px #711f2b12}.closure-danger-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.closure-danger-pill{color:#942c39;background:#fde5e8}.closure-impact-intro{margin:18px 0 10px}.closure-impact-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.closure-impact-list li{background:snow;border:1px solid #f0dadd;border-radius:12px;grid-template-columns:minmax(170px,.34fr) minmax(0,1fr);gap:18px;padding:14px 16px;display:grid}.closure-impact-list strong{color:#842833;font-size:13px}.closure-impact-list span{color:var(--muted);font-size:13px;line-height:1.65}.closure-start-row{flex-wrap:wrap;align-items:center;gap:13px;margin-top:20px;display:flex}.closure-start-row>span{color:var(--muted);font-size:12px}.closure-action-button{min-height:44px;padding:10px 16px}.closure-step-card{background:#fff8f8;border:1px solid #e6c8cc;border-radius:16px;gap:17px;margin-top:22px;padding:22px;display:grid}.closure-step-card.confirmation{background:#fff6f7;border-color:#dfb9bf}.closure-step-heading>span{color:#8f2633;letter-spacing:.08em;font-size:11px;font-weight:900}.closure-step-heading h3:focus{outline:none}.closure-step-heading h3:focus-visible{outline-offset:4px;outline:3px solid #0b6981}.closure-step-heading p,.closure-sms-start p,.closure-retry-panel p{color:var(--muted);margin:7px 0 0;font-size:13px;line-height:1.7}.closure-method-tabs{background:#f3e3e5;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-width:480px;padding:5px;display:grid}.closure-method-tabs button{color:#714750;cursor:pointer;background:0 0;border:0;border-radius:9px;min-height:44px;font-weight:850}.closure-method-tabs button[aria-pressed=true]{color:#8f2633;background:#fff;box-shadow:0 3px 9px #541c2417}.closure-method-tabs button:disabled{cursor:not-allowed;opacity:.6}.closure-sms-start{justify-items:start;gap:10px;display:grid}.closure-code-field,.closure-confirmation-field{max-width:520px;color:var(--brand-900);gap:7px;font-size:12px;font-weight:850;display:grid}.closure-code-field input,.closure-confirmation-field input{width:100%;min-height:44px;color:var(--brand-950);background:#fff;border:1px solid #d8c4c7;border-radius:10px;padding:10px 12px}.closure-confirmation-field input[aria-invalid=true]{border-color:#b32939;box-shadow:0 0 0 2px #b329391a}.closure-code-field small,.closure-confirmation-field small{color:var(--muted);font-weight:500;line-height:1.6}.closure-confirmation-field input[aria-invalid=true]+small{color:#942c39;font-weight:750}.closure-confirmation-phrase{background:#fff;border:1px dashed #c98c95;border-radius:12px;gap:8px;max-width:620px;padding:16px;display:grid}.closure-confirmation-phrase span{color:#8f2633;font-size:11px;font-weight:850}.closure-confirmation-phrase code{color:var(--brand-950);overflow-wrap:anywhere;font-size:16px;font-weight:900}.closure-retry-panel,.closure-page-notice{color:#754b07;background:#fff7dd;border:1px solid #e2c479;border-radius:11px;padding:13px 15px}.closure-retry-panel strong{font-size:13px}.closure-retry-panel p{color:#754b07}.closure-page-notice{margin:0;font-size:13px;line-height:1.6}.closure-action-error{color:#942c39;background:#fde5e8;border-radius:10px;margin:0;padding:11px 13px;font-size:13px;line-height:1.6}.closure-form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.account-closed-shell{background:radial-gradient(circle at 88% 10%,#18a6a61f,#0000 30rem),#f3f7f8;place-items:center;min-height:100vh;padding:24px;display:grid}.account-closed-card{border:1px solid var(--line);background:#fff;border-radius:22px;width:min(100%,660px);padding:clamp(28px,6vw,48px);box-shadow:0 22px 60px #081c2f1a}.account-closed-card img{object-fit:contain;background:#050505;border-radius:17px;width:66px;height:66px}.account-closed-card h1{color:var(--brand-950);margin:8px 0 12px;font-size:clamp(30px,5vw,42px)}.account-closed-card>p:not(.section-kicker),.account-closed-card li{color:var(--muted);line-height:1.75}.account-closed-card ul{gap:9px;margin:20px 0 26px;padding-left:21px;display:grid}.account-closed-card .primary-button{justify-content:center;align-items:center;min-height:44px;text-decoration:none;display:inline-flex}@media (max-width:680px){.governance-page-heading,.authorization-card-heading,.closure-danger-heading{flex-direction:column;align-items:stretch}.authorization-boundary-banner{grid-template-columns:1fr;padding:22px 18px}.authorization-boundary-banner .authorization-status-pill,.authorization-card-heading .authorization-status-pill,.closure-danger-pill{justify-self:start}.authorization-safety-grid{grid-template-columns:1fr}.authorization-empty-card,.authorization-technical-card,.closure-data-card,.closure-danger-card{padding:22px 18px}.authorization-parameter-list>div,.closure-impact-list li{grid-template-columns:1fr;gap:7px}.closure-step-card{padding:18px 15px}}@media (max-width:460px){.closure-method-tabs{grid-template-columns:1fr}.closure-form-actions,.closure-form-actions>*,.closure-start-row,.closure-start-row>*{width:100%}.account-closed-shell{padding:14px}.account-closed-card{padding:26px 20px}}.entitlement-content{max-width:1280px}.entitlement-page,.entitlement-detail-page{gap:22px;display:grid}.entitlement-page>*,.entitlement-detail-page>*{min-width:0}.entitlement-page-heading,.entitlement-detail-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.entitlement-page-heading h1,.entitlement-detail-heading h1{color:var(--ink);letter-spacing:-.04em;margin:5px 0 8px;font-size:clamp(30px,4vw,44px)}.entitlement-page-heading>div>p:last-child,.entitlement-detail-heading>div>p:last-child{max-width:720px;color:var(--muted);margin:0;line-height:1.72}.entitlement-sync-guide{color:#244a5f;background:#f6fbfd;border:1px solid #cbdde7;border-radius:16px;min-width:min(100%,340px)}.entitlement-sync-guide summary{cursor:pointer;min-height:44px;padding:13px 16px;font-weight:750}.entitlement-sync-guide p{margin:0;padding:0 16px 16px;font-size:14px;line-height:1.65}.entitlement-overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.entitlement-overview>div{border:1px solid var(--line);background:#fff;border-radius:16px;min-width:0;padding:18px 20px;box-shadow:0 10px 30px #0c2c420d}.entitlement-overview span{color:var(--muted);font-size:13px;display:block}.entitlement-overview b{color:var(--ink);margin-top:6px;font-size:25px;display:block}.entitlement-filters{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:minmax(160px,.8fr) minmax(180px,1fr) minmax(0,2.4fr);gap:16px;padding:20px;display:grid;box-shadow:0 12px 34px #0c2c420d}.entitlement-filter-group{border:0;min-width:0;margin:0;padding:0}.entitlement-filter-group legend,.entitlement-filter-group>label{color:#4f6978;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.entitlement-filter-group select{width:100%;min-height:44px;color:var(--ink);font:inherit;background:#fbfdfe;border:1px solid #c9d8df;border-radius:12px;padding:0 38px 0 13px}.entitlement-status-options{flex-wrap:wrap;gap:8px;display:flex}.entitlement-status-options button{color:#456071;min-height:44px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd9df;border-radius:999px;padding:9px 13px;font-size:14px;font-weight:700}.entitlement-status-options button[aria-pressed=true]{color:#07566b;background:#e9f7f8;border-color:#0f7189;box-shadow:inset 0 0 0 1px #0f7189}.entitlement-filter-group select:focus-visible,.entitlement-status-options button:focus-visible,.entitlement-sync-guide summary:focus-visible,.entitlement-card a:focus-visible,.entitlement-detail-page a:focus-visible{outline-offset:3px;outline:3px solid #0b6981}.entitlement-result-bar{color:var(--muted);justify-content:space-between;align-items:center;gap:14px;font-size:14px;display:flex}.entitlement-result-bar p{margin:0}.entitlement-reset-button{color:#0b6981;min-height:44px;font:inherit;cursor:pointer;background:0 0;border:0;padding:8px 13px;font-weight:750}.entitlement-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.entitlement-grid>li{min-width:0}.entitlement-card{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;min-width:0;min-height:100%;display:flex;overflow:hidden;box-shadow:0 16px 42px #0c2c4212}.entitlement-card.sync-issue{border-color:#e8c487;box-shadow:0 16px 42px #955c0f17}.entitlement-card-head{border-bottom:1px solid #edf2f4;align-items:flex-start;gap:11px;padding:18px 18px 13px;display:flex}.entitlement-system-mark{color:#fff;letter-spacing:-.02em;background:#0b3348;border-radius:13px;flex:none;place-items:center;width:42px;height:42px;font-size:13px;font-weight:850;display:grid}.entitlement-system-mark.a{background:#0f7189}.entitlement-system-mark.s{background:#755523}.entitlement-system-mark.sd{background:#28604d}.entitlement-system-mark.player{background:#503e83}.entitlement-source-copy{flex:1;min-width:0}.entitlement-source-copy b,.entitlement-source-copy span{overflow-wrap:anywhere;display:block}.entitlement-source-copy b{color:var(--ink);font-size:14px}.entitlement-source-copy span{color:var(--muted);margin-top:3px;font-size:12px}.entitlement-state-pill{color:#506974;white-space:nowrap;background:#edf3f5;border-radius:999px;flex:none;align-items:center;min-height:28px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.entitlement-state-pill.success{color:#08734b;background:#e7f6ef}.entitlement-state-pill.info{color:#0b6981;background:#e7f3f8}.entitlement-state-pill.warning{color:#92570d;background:#fff1d8}.entitlement-state-pill.danger{color:#a02f3d;background:#fdebec}.entitlement-state-pill.neutral{color:#52636c;background:#eff2f4}.entitlement-card-body{flex-direction:column;flex:1;min-width:0;padding:18px;display:flex}.entitlement-card-body h2{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:20px;line-height:1.35}.entitlement-card-summary{min-height:48px;color:var(--muted);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:9px 0 0;line-height:1.65;display:-webkit-box;overflow:hidden}.entitlement-facts{flex-wrap:wrap;gap:7px;margin:14px 0 0;padding:0;list-style:none;display:flex}.entitlement-facts li{color:#365d6b;overflow-wrap:anywhere;background:#f2f7f8;border-radius:999px;max-width:100%;padding:7px 10px;font-size:12px}.entitlement-card-meta,.entitlement-detail-meta{gap:9px;margin:16px 0 0;display:grid}.entitlement-card-meta>div,.entitlement-detail-meta>div{grid-template-columns:minmax(78px,auto) minmax(0,1fr);align-items:baseline;gap:10px;display:grid}.entitlement-card-meta dt,.entitlement-detail-meta dt{color:var(--muted);font-size:12px}.entitlement-card-meta dd,.entitlement-detail-meta dd{color:#294a59;text-align:right;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.55}.entitlement-sync-warning{color:#7d4f12;background:#fff8e9;border:1px solid #efd29e;border-radius:13px;margin-top:15px;padding:12px 13px;font-size:13px;line-height:1.6}.entitlement-sync-warning b,.entitlement-sync-warning span{display:block}.entitlement-sync-warning a{color:#82500c;align-items:center;min-height:44px;font-weight:800;display:inline-flex}.entitlement-card-actions,.entitlement-detail-actions{flex-wrap:wrap;gap:9px;margin-top:auto;padding-top:18px;display:flex}.entitlement-card-actions a,.entitlement-detail-actions a,.entitlement-back-link{border-radius:12px;justify-content:center;align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.entitlement-detail-link,.entitlement-back-link{color:#0b6981;background:#fff;border:1px solid #bed1d9;padding:9px 13px;font-weight:750}.entitlement-source-link{color:#fff;background:#0f7189;border:1px solid #0f7189;padding:9px 13px;font-weight:800}.entitlement-empty,.entitlement-load-error{text-align:center;background:#f9fcfd;border:1px dashed #c6d5dc;border-radius:20px;place-items:center;min-height:280px;padding:38px 20px;display:grid}.entitlement-empty>div,.entitlement-load-error>div{max-width:520px}.entitlement-empty h2,.entitlement-load-error h1{color:var(--ink);margin:10px 0 8px}.entitlement-empty p,.entitlement-load-error p{color:var(--muted);margin:0 0 17px;line-height:1.7}.entitlement-load-more{justify-content:center;display:flex}.entitlement-load-more button{min-width:160px}.entitlement-loading .loading-card{min-height:360px}.entitlement-detail-heading{align-items:center}.entitlement-detail-grid{grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);align-items:start;gap:18px;display:grid}.entitlement-detail-main,.entitlement-detail-side{padding:24px}.entitlement-detail-title-row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.entitlement-detail-title-row h2{color:var(--ink);overflow-wrap:anywhere;margin:9px 0 0;font-size:clamp(24px,3vw,34px)}.entitlement-detail-summary{color:var(--muted);overflow-wrap:anywhere;margin:16px 0 0;font-size:16px;line-height:1.8}.entitlement-detail-facts{border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.entitlement-detail-facts h3,.entitlement-detail-side h2{color:var(--ink);margin:0 0 12px}.entitlement-detail-facts dl{gap:10px;margin:0;display:grid}.entitlement-detail-facts dl>div{background:#f5f9fa;border-radius:12px;grid-template-columns:minmax(120px,.6fr) minmax(0,1fr);gap:14px;padding:12px 14px;display:grid}.entitlement-detail-facts dt{color:var(--muted);font-size:13px}.entitlement-detail-facts dd{color:#294a59;overflow-wrap:anywhere;margin:0;font-weight:750}.entitlement-detail-side .entitlement-sync-warning{margin-top:18px}.entitlement-detail-note{color:var(--muted);overflow-wrap:anywhere;margin:18px 0 0;line-height:1.65}@media (max-width:1100px){.entitlement-grid,.entitlement-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.entitlement-filter-group.status{grid-column:1/-1}}@media (max-width:760px){.entitlement-page-heading,.entitlement-detail-heading{flex-direction:column;align-items:stretch}.entitlement-sync-guide{width:100%;min-width:0}.entitlement-overview,.entitlement-filters,.entitlement-grid,.entitlement-detail-grid{grid-template-columns:1fr}.entitlement-filter-group.status{grid-column:auto}.entitlement-detail-main,.entitlement-detail-side{padding:20px 18px}}@media (max-width:480px){.entitlement-filters{padding:16px}.entitlement-result-bar,.entitlement-detail-title-row{flex-direction:column;align-items:stretch}.entitlement-status-options button{flex:calc(50% - 8px)}.entitlement-card-head,.entitlement-card-body{padding-left:15px;padding-right:15px}.entitlement-card-actions,.entitlement-detail-actions{flex-direction:column}.entitlement-card-actions a,.entitlement-detail-actions a,.entitlement-back-link{width:100%}.entitlement-detail-facts dl>div,.entitlement-card-meta>div,.entitlement-detail-meta>div{grid-template-columns:1fr;gap:4px}.entitlement-card-meta dd,.entitlement-detail-meta dd{text-align:left}}.system-center-page{gap:20px}.system-center-heading{align-items:center}.system-center-heading>div:first-child{max-width:780px}.system-summary{text-align:center;background:linear-gradient(145deg,#fff,#f1f8fa);border:1px solid #c9dde4;border-radius:16px;min-width:132px;padding:16px 18px;display:grid}.system-summary strong{color:var(--brand-700);font-size:30px;line-height:1}.system-summary strong small{color:#5a6d79;font-size:14px}.system-summary>span{color:var(--muted);margin-top:7px;font-size:12px;font-weight:750}.system-boundary-note{color:#285566;background:#f1f9fb;border:1px solid #c9dfe7;border-radius:15px;align-items:center;gap:12px;padding:15px 18px;display:flex}.system-boundary-note>span{color:#fff;background:#16758a;border-radius:50%;flex:none;place-items:center;width:27px;height:27px;font-size:13px;font-weight:900;display:grid}.system-boundary-note p{margin:0;line-height:1.65}.system-none-connected{color:#664d1b;background:#fffaf0;border:1px dashed #d7bd82;border-radius:14px;align-items:center;gap:11px 18px;padding:14px 18px;display:flex}.system-none-connected strong{flex:none}.system-none-connected span{color:#7e6a43;line-height:1.6}.system-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.system-card{flex-direction:column;min-width:0;padding:0;display:flex;overflow:hidden}.system-card-heading{border-bottom:1px solid var(--line);background:linear-gradient(145deg,#fff,#f7fafb);justify-content:space-between;align-items:flex-start;gap:14px;padding:22px 22px 17px;display:flex}.system-identity{align-items:center;gap:13px;min-width:0;display:flex}.system-code-mark{color:#0b647a;letter-spacing:.05em;background:#ecf7f9;border:1px solid #bcd4dc;border-radius:15px;flex:none;place-items:center;min-width:55px;height:55px;padding:0 7px;font-size:12px;font-weight:900;display:grid}.system-card .card-eyebrow{margin:0 0 5px}.system-card-heading h2{color:var(--brand-950);margin:0;font-size:21px}.system-origin{color:#5a6d79;overflow-wrap:anywhere;margin-top:4px;font-size:12px;display:block}.system-status-pill{text-align:center;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:5px 10px;font-size:12px;font-weight:800;line-height:1.35;display:inline-flex}.system-status-pill.success{color:#17633f;background:#edf9f2;border-color:#a9d8c1}.system-status-pill.warning{color:#7a5710;background:#fff9e9;border-color:#e5cc91}.system-status-pill.danger{color:#8b2d2d;background:#fff1f1;border-color:#e5b8b8}.system-status-pill.neutral{color:#526a75;background:#f4f7f8;border-color:#cbd6db}.system-account-detail{color:#536e79;background:#fbfcfd;margin:0;padding:14px 22px;line-height:1.6}.system-fact-list{gap:0;margin:0;padding:5px 22px 0;display:grid}.system-fact-list>div{border-bottom:1px solid #e9eff1;grid-template-columns:minmax(145px,.85fr) minmax(0,1fr);align-items:start;gap:14px;padding:13px 0;display:grid}.system-fact-list dt{color:var(--muted);font-size:13px;line-height:1.55}.system-fact-list dd{color:#294a59;text-align:right;overflow-wrap:anywhere;margin:0;font-weight:750;line-height:1.55}.system-paid-fact dd{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.system-paid-fact dd small{color:var(--muted);font-weight:500;line-height:1.5}.system-read-section{background:#f7fafb;border:1px solid #d5e2e6;border-radius:15px;margin:18px 22px 0;padding:17px}.system-read-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.system-read-heading h3{color:#264b5b;margin:0;font-size:15px}.system-category-list{flex-wrap:wrap;gap:8px;margin:14px 0 0;padding:0;list-style:none;display:flex}.system-category-list li{color:#1e6074;background:#fff;border:1px solid #bfd7df;border-radius:9px;padding:6px 9px;font-size:12px;font-weight:750}.system-category-empty{color:var(--muted);margin:13px 0 0;line-height:1.6}.system-read-governance-note{color:var(--muted);border-top:1px solid #dce8eb;margin:13px 0 0;padding-top:11px;font-size:12px;line-height:1.65}.system-card-actions{justify-content:space-between;align-items:center;gap:14px;margin-top:auto;padding:20px 22px 22px;display:flex}.system-enter-link{justify-content:center;align-items:center;gap:7px;text-decoration:none;display:inline-flex}.system-card-actions>small{color:#5a6d79;text-align:right;max-width:190px;line-height:1.5}.system-as-of{color:#5a6d79;text-align:right;margin:-2px 0 0;font-size:12px}.system-as-of time{font-weight:700}.system-loading{width:100%;max-width:1180px}.system-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.system-loading-grid .loading-card{min-height:300px}.system-load-error .primary-button{margin-top:20px}@media (max-width:760px){.system-center-heading{flex-direction:column;align-items:stretch}.system-summary{width:100%}.system-card-grid,.system-loading-grid{grid-template-columns:1fr}.system-none-connected{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.system-boundary-note{align-items:flex-start}.system-card-heading{flex-direction:column;align-items:stretch;padding:18px 16px 15px}.system-card-heading>.system-status-pill{align-self:flex-start}.system-account-detail,.system-fact-list{padding-left:16px;padding-right:16px}.system-fact-list>div{grid-template-columns:1fr;gap:5px}.system-fact-list dd,.system-paid-fact dd{text-align:left;align-items:flex-start}.system-read-section{margin-left:16px;margin-right:16px;padding:15px}.system-read-heading{flex-direction:column;align-items:flex-start}.system-card-actions{flex-direction:column;align-items:stretch;padding:18px 16px 20px}.system-enter-link{width:100%}.system-card-actions>small{text-align:left;max-width:none}}@media (max-width:320px){.auth-workspace,.account-content,.account-closed-shell,.settings-shell{padding-left:8px;padding-right:8px}.login-card,.settings-card{padding-left:14px;padding-right:14px}.login-tabs,.phone-fieldset,.account-nav,.identity-details,.security-summary-grid,.entitlement-detail-facts dl>div,.security-log-row{grid-template-columns:1fr}.settings-header,.account-topbar{flex-direction:column;align-items:flex-start}.account-topbar{gap:4px}.security-provisioning img{aspect-ratio:1;width:min(164px,100%);height:auto}.security-log-row>div:nth-child(2),.security-log-row>div:last-child{grid-area:auto;justify-items:start}.system-identity,.profile-avatar-row{flex-direction:column;align-items:flex-start}.entitlement-status-options button{flex-basis:100%;min-width:0}.entitlement-card-head{grid-template-columns:42px minmax(0,1fr);display:grid}.entitlement-state-pill{grid-column:1/-1;justify-self:start}.pdz-identity-number code,.account-brand strong,.account-brand small{overflow-wrap:anywhere}}.handoff-shell{background:radial-gradient(circle at 50% 0,#18a6a629,#0000 28rem),#f3f7f8;place-items:center;min-height:100vh;padding:clamp(18px,5vw,64px);display:grid}.handoff-card{border:1px solid var(--line);background:var(--surface);width:min(560px,100%);box-shadow:var(--shadow);border-radius:24px;padding:clamp(24px,5vw,48px)}.handoff-card>img{object-fit:contain;background:#081c2f;border-radius:18px;width:76px;height:76px;padding:8px}.handoff-card .section-kicker{margin-top:24px}.handoff-card h1{color:var(--brand-950);overflow-wrap:anywhere;margin:0;font-size:clamp(28px,7vw,42px);line-height:1.18}.handoff-description{color:var(--muted);margin:18px 0 0;line-height:1.75}.handoff-boundaries{color:#17465d;background:#edf7f7;border-radius:14px;gap:10px;margin:22px 0;padding:18px 18px 18px 38px;line-height:1.55;display:grid}.handoff-warning,.handoff-error{border-radius:12px;margin:16px 0;padding:12px 14px;line-height:1.55}.handoff-warning{color:#744b05;background:#fff5d9}.handoff-error{color:var(--danger);background:var(--danger-soft)}.handoff-submit,.handoff-close{width:100%}.handoff-submit{background:#10516f}.handoff-submit:hover:not(:disabled){background:#0e496b}.handoff-close{border:1px solid var(--line);color:var(--brand-800);cursor:pointer;background:#fff;border-radius:12px;margin-top:10px;font-weight:750}.handoff-live{min-height:24px;color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.5}@media (max-width:320px){.handoff-shell{padding:8px}.handoff-card{border-radius:16px;padding:18px 14px}}
