body:has(.portal-shell){background-color:#000}:is(body:has(.portal-shell)>header,body:has(.portal-shell)>footer){display:none}main:has(.portal-shell){padding-top:0}.portal-shell{--pg-line:#ffffff1a;--pg-dim:#ffffff8c;--pg-faint:#ffffff52;isolation:isolate;color:#f5f5f4;background-color:#000;min-height:100dvh;position:relative;overflow:hidden}.portal-shell :focus-visible{outline:2px solid var(--color-finance,#0077fc);outline-offset:2px}.pg-bg{pointer-events:none;position:absolute;inset:0}.pg-wash{background:linear-gradient(#ffffff29 0%,#ffffff1a 14%,#ffffff0e 30%,#ffffff06 46%,#ffffff02 62%,#000 80%);position:absolute;inset:0}.pg-noise{opacity:.035;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}.pg-dome{position:absolute;left:50%;translate:-50%}.pg-dome-1{filter:blur(80px);background:#ffffff1a;border-radius:0 0 50% 50%;width:120vh;height:60vh;top:0}.pg-dome-2{filter:blur(60px);width:100vh;height:60vh;animation:pg-breathe 8s var(--ease-in-out-cubic) infinite alternate;background:#ffffff1c;border-radius:0 0 50% 50%;top:0}.pg-dome-3{filter:blur(60px);width:90vh;height:90vh;animation:pg-swell 6s var(--ease-in-out-cubic) 1s infinite alternate;background:#0077fc12;border-radius:50% 50% 0 0;bottom:0}.pg-orb{filter:blur(100px);opacity:.4;background:#ffffff0a;border-radius:9999px;width:24rem;height:24rem;animation:4s ease-in-out infinite pg-pulse;position:absolute}.pg-orb-a{top:25%;left:25%}.pg-orb-b{animation-delay:1s;bottom:25%;right:25%}@keyframes pg-breathe{0%{opacity:.55;scale:.98}to{opacity:1;scale:1.02}}@keyframes pg-swell{0%{opacity:.6;scale:1}to{opacity:1;scale:1.1}}@keyframes pg-pulse{0%,to{opacity:.4}50%{opacity:.15}}.pg-frame-page{z-index:10;flex-direction:column;min-height:100dvh;padding:1.25rem;display:flex;position:relative}.pg-top,.pg-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;display:flex}.pg-main{flex:1;justify-content:center;align-items:center;padding:1.5rem 0;display:flex}.pg-mark{color:#fff;align-items:center;gap:.625rem;display:inline-flex}.pg-mark-glyph{flex:none;width:1.75rem;height:1.75rem}.pg-mark-name{font-family:var(--font-display);letter-spacing:-.01em;flex-direction:column;font-size:.9375rem;line-height:1;display:flex}.pg-mark-name span:last-child{color:var(--pg-dim)}.pg-meta{font-family:var(--font-mono);font-size:var(--text-label);letter-spacing:var(--text-label--letter-spacing);text-transform:uppercase;color:var(--pg-faint)}.pg-back{font-family:var(--font-mono);font-size:var(--text-label);letter-spacing:var(--text-label--letter-spacing);text-transform:uppercase;color:var(--pg-faint);transition:color .25s var(--ease-out-cubic);align-items:center;gap:.5rem;display:inline-flex}.pg-back:hover{color:#fff}.pg-back svg{width:.6875rem;height:.6875rem;rotate:180deg}@property --pg-rx{syntax:"<angle>";inherits:false;initial-value:0deg}@property --pg-ry{syntax:"<angle>";inherits:false;initial-value:0deg}.pg-tilt{perspective:1500px;width:100%;max-width:25rem;position:relative}.pg-tilt-inner{transform:rotateX(var(--pg-rx)) rotateY(var(--pg-ry));transform-style:preserve-3d;transition:--pg-rx .25s var(--ease-out-cubic), --pg-ry .25s var(--ease-out-cubic);will-change:transform;position:relative}@media (hover:none),(pointer:coarse){.pg-tilt-inner{transform:none}}.pg-stack{position:relative}.pg-halo{pointer-events:none;border-radius:1rem;animation:4s ease-in-out infinite alternate pg-halo;position:absolute;inset:-1px}.pg-edge{pointer-events:none;opacity:0;transition:opacity .5s var(--ease-out-cubic);background:linear-gradient(90deg,#ffffff08,#ffffff12,#ffffff08);border-radius:1rem;position:absolute;inset:-.5px}.pg-stack:hover .pg-edge{opacity:.7}@keyframes pg-halo{0%{opacity:.2;box-shadow:0 0 10px 2px #ffffff08}to{opacity:.45;box-shadow:0 0 15px 5px #ffffff0f}}.pg-beams{pointer-events:none;border-radius:1rem;position:absolute;inset:-1px;overflow:hidden}.pg-beam{opacity:.7;position:absolute}.pg-beam-t,.pg-beam-b{background:linear-gradient(90deg,#0000,#fff,#0000);width:50%;height:3px}.pg-beam-r,.pg-beam-l{background:linear-gradient(#0000,#fff,#0000);width:3px;height:50%}.pg-beam-t{animation:pg-travel-t 3.5s var(--ease-in-out-cubic) infinite, pg-shimmer 2.4s ease-in-out infinite;top:0;left:-50%}.pg-beam-r{animation:pg-travel-r 3.5s var(--ease-in-out-cubic) .6s infinite, pg-shimmer 2.4s ease-in-out .6s infinite;top:-50%;right:0}.pg-beam-b{animation:pg-travel-b 3.5s var(--ease-in-out-cubic) 1.2s infinite, pg-shimmer 2.4s ease-in-out 1.2s infinite;bottom:0;right:-50%}.pg-beam-l{animation:pg-travel-l 3.5s var(--ease-in-out-cubic) 1.8s infinite, pg-shimmer 2.4s ease-in-out 1.8s infinite;bottom:-50%;left:0}@keyframes pg-travel-t{0%{left:-50%}71%,to{left:100%}}@keyframes pg-travel-r{0%{top:-50%}71%,to{top:100%}}@keyframes pg-travel-b{0%{right:-50%}71%,to{right:100%}}@keyframes pg-travel-l{0%{bottom:-50%}71%,to{bottom:100%}}@keyframes pg-shimmer{0%,to{opacity:.3;filter:blur(1px)}50%{opacity:.7;filter:blur(2.5px)}}.pg-node{border-radius:9999px;animation:2.2s ease-in-out infinite alternate pg-node;position:absolute}.pg-node-tl{filter:blur(1px);background:#fff6;width:5px;height:5px;top:0;left:0}.pg-node-tr{filter:blur(2px);background:#fff9;width:8px;height:8px;animation-delay:.5s;top:0;right:0}.pg-node-br{filter:blur(2px);background:#fff9;width:8px;height:8px;animation-delay:1s;bottom:0;right:0}.pg-node-bl{filter:blur(1px);background:#fff6;width:5px;height:5px;animation-delay:1.5s;bottom:0;left:0}@keyframes pg-node{0%{opacity:.2}to{opacity:.45}}.pg-card{-webkit-backdrop-filter:blur(24px);animation:pg-enter .8s var(--ease-out-cubic) both;background:#0a0a0b8c;border:1px solid #ffffff0f;border-radius:1rem;padding:1.75rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3}.pg-card:before{content:"";pointer-events:none;opacity:.03;background-image:linear-gradient(135deg,#fff .5px,#0000 .5px),linear-gradient(45deg,#fff .5px,#0000 .5px);background-size:30px 30px;position:absolute;inset:0}@keyframes pg-enter{0%{opacity:0;translate:0 20px}to{opacity:1;translate:0}}.pg-head{text-align:center;margin-bottom:1.5rem;position:relative}.pg-badge{color:#fff;background:linear-gradient(135deg,#ffffff1a,#0000 60%);border:1px solid #ffffff1f;border-radius:9999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;animation:.8s cubic-bezier(.34,1.56,.64,1) both pg-pop;display:inline-flex}.pg-badge svg{width:1.375rem;height:1.375rem}@keyframes pg-pop{0%{opacity:0;scale:.5}to{opacity:1;scale:1}}.pg-eyebrow{font-family:var(--font-mono);font-size:var(--text-label);letter-spacing:var(--text-label--letter-spacing);text-transform:uppercase;color:var(--pg-faint);animation:pg-rise .6s var(--ease-out-cubic) .15s both;margin-top:1rem}.pg-title{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;animation:pg-rise .6s var(--ease-out-cubic) .2s both;margin-top:.5rem;font-size:1.875rem;line-height:1.05}.pg-sub{max-width:19rem;font-size:var(--text-meta);color:var(--pg-dim);animation:pg-rise .6s var(--ease-out-cubic) .3s both;margin:.625rem auto 0;line-height:1.5}@keyframes pg-rise{0%{opacity:0;translate:0 10px}to{opacity:1;translate:0}}.pg-form{flex-direction:column;gap:.75rem;display:flex;position:relative}.pg-field{border-radius:.5rem;align-items:center;display:flex;position:relative;overflow:hidden}.pg-field-icon{width:1rem;height:1rem;color:var(--pg-faint);pointer-events:none;transition:color .3s var(--ease-out-cubic);position:absolute;left:.875rem}.pg-field:focus-within .pg-field-icon{color:var(--color-finance,#0077fc)}.pg-input{color:#fff;width:100%;height:2.75rem;caret-color:var(--color-finance,#0077fc);font-family:var(--font-sans);transition:background-color .3s var(--ease-out-cubic), border-color .3s var(--ease-out-cubic);background:#ffffff0d;border:1px solid #0000;border-radius:.5rem;padding:0 .875rem 0 2.625rem;font-size:.875rem}.pg-input::placeholder{color:#ffffff4d}.pg-input:focus{background:#ffffff17;border-color:#fff3;outline:none}.pg-input-pw{padding-right:2.75rem}.pg-reveal{width:1.875rem;height:1.875rem;color:var(--pg-faint);transition:color .3s var(--ease-out-cubic);border-radius:.375rem;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:.5rem}.pg-reveal:hover{color:#fff}.pg-reveal svg{width:1rem;height:1rem}.pg-row{font-size:var(--text-meta);justify-content:space-between;align-items:center;gap:1rem;padding-top:.125rem;display:flex}.pg-check{color:var(--pg-dim);cursor:pointer;transition:color .2s var(--ease-out-cubic);align-items:center;gap:.5rem;display:inline-flex}.pg-check:hover{color:#fffc}.pg-check input{appearance:none;width:1rem;height:1rem;transition:all .2s var(--ease-out-cubic);background:#ffffff0d;border:1px solid #fff3;border-radius:.25rem;flex:none}.pg-check input:checked{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:.75rem;border-color:#fff}.pg-link{color:var(--pg-dim);transition:color .2s var(--ease-out-cubic)}.pg-link:hover{color:#fff}.pg-submit{color:#0a0a0b;width:100%;height:2.75rem;font-family:var(--font-sans);transition:box-shadow .3s var(--ease-out-cubic), opacity .2s linear;background:#fff;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.875rem;font-weight:500;display:flex;position:relative;overflow:hidden}.pg-submit:hover{box-shadow:0 0 24px #ffffff47}.pg-submit:disabled{cursor:default}.pg-submit svg{width:.6875rem;height:.6875rem;transition:translate .3s var(--ease-out-cubic)}.pg-submit:hover svg{translate:.25rem}.pg-sweep{opacity:0;background:linear-gradient(90deg,#0000,#0000001f,#0000);position:absolute;inset:0}.pg-submit[data-busy=true] .pg-sweep{opacity:1;animation:pg-sweep 1.5s var(--ease-in-out-cubic) infinite}@keyframes pg-sweep{0%{translate:-100%}to{translate:100%}}.pg-spinner{border:2px solid #0a0a0b99;border-top-color:#0000;border-radius:9999px;width:1rem;height:1rem;animation:.7s linear infinite pg-spin}@keyframes pg-spin{to{rotate:360deg}}.pg-divider{color:var(--pg-faint);font-size:var(--text-label);align-items:center;gap:.75rem;margin:.5rem 0;display:flex}.pg-divider:before,.pg-divider:after{content:"";background:#ffffff14;flex:1;height:1px}.pg-divider span{animation:3s ease-in-out infinite alternate pg-fade}@keyframes pg-fade{0%{opacity:.7}to{opacity:1}}.pg-sso{border:1px solid var(--pg-line);color:#fffc;width:100%;height:2.75rem;font-family:var(--font-sans);font-size:var(--text-meta);transition:border-color .3s var(--ease-out-cubic), color .3s var(--ease-out-cubic);background:#ffffff0d;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;display:flex;position:relative;overflow:hidden}.pg-sso:hover{color:#fff;border-color:#ffffff38}.pg-sso svg{width:1rem;height:1rem}.pg-sso:after{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);position:absolute;inset:0;translate:-100%}.pg-sso:hover:after{animation:pg-sweep 1s var(--ease-in-out-cubic) forwards}.pg-notice{font-size:var(--text-meta);color:#ffffffd9;animation:pg-rise .4s var(--ease-out-cubic) both;background:#0077fc1a;border:1px solid #0077fc59;border-radius:.5rem;margin-top:1rem;padding:.75rem .875rem;line-height:1.5}.pg-notice a{color:#fff;text-underline-offset:2px;text-decoration:underline}.pg-foot{text-align:center;font-size:var(--text-meta);color:var(--pg-dim);margin-top:1.25rem;position:relative}.pg-inline{color:#fff;transition:color .3s var(--ease-out-cubic);font-weight:500;display:inline-block;position:relative}.pg-inline:after{content:"";width:0;height:1px;transition:width .3s var(--ease-out-cubic);background:currentColor;position:absolute;bottom:0;left:0}.pg-inline:hover{color:#ffffffb3}.pg-inline:hover:after{width:100%}@media (max-width:480px){.pg-frame-page{padding:1.25rem 1rem}.pg-card{padding:1.5rem 1.25rem}.pg-meta{display:none}}
