html{
scroll-behavior:smooth}
._bdONaVlhJ{
background:radial-gradient(circle at 12% -5%,rgba(0,212,255,.18),transparent 55%),radial-gradient(circle at 88% 105%,rgba(0,180,220,.16),transparent 60%),linear-gradient(180deg,#001628 0%,#002a45 50%,#003c5a 100%);
min-height:100vh;
color:#cfe8ff;
font-family:'Sora','Inter',system-ui,sans-serif;
}
._bdONaVlhJ a{
color:#7fe6ff}
._bdONaVlhJ ._TnFMXYI,._bdONaVlhJ ._ZnWLcPO,._bdONaVlhJ ._vFWtueq{
letter-spacing:-.01em;
color:#eaf8ff;
text-shadow:0 0 22px rgba(0,212,255,.25);
}
.dp-hero-wave{
position:absolute;
overflow:hidden;
left:0;
pointer-events:none;
width:100%;
z-index:3;
bottom:-1px;
height:110px;
line-height:0;
right:0;
}
.dp-hero-wave svg{
width:100%;
height:100%;
display:block;
}
.dp-hero-wave-thin{
height:70px}
.dp-wave-back{
fill:rgba(0,128,170,.45);
animation:dpWaveBack 14s ease-in-out infinite alternate}
.dp-wave-front{
fill:rgba(0,212,255,.65);
animation:dpWaveFront 9s ease-in-out infinite alternate}
@keyframes dpWaveBack{
0%{
transform:translateX(0)}
100%{
transform:translateX(-30px)}
}
@keyframes dpWaveFront{
0%{
transform:translateX(0)}
100%{
transform:translateX(35px)}
}
.dp-hero{
isolation:isolate;
padding:72px 0 130px;
position:relative;
overflow:hidden;
}
.dp-hero-depth{
inset:0;
position:absolute;
z-index:0;
overflow:hidden;
pointer-events:none;
}
.dp-hero-bubble{
animation:dpFloat 14s ease-in-out infinite;
border-radius:50%;
box-shadow:inset 0 0 28px rgba(0,212,255,.4);
background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.35),rgba(0,212,255,.06) 60%,transparent 70%);
position:absolute;
}
.dp-bub-1{
top:12%;
animation-delay:-2s;
width:120px;
height:120px;
left:8%;
}
.dp-bub-2{
animation-duration:11s;
width:80px;
height:80px;
animation-delay:-7s;
top:62%;
left:22%;
}
.dp-bub-3{
top:18%;
animation-delay:-4s;
height:160px;
animation-duration:18s;
width:160px;
right:10%;
}
.dp-bub-4{
height:60px;
right:28%;
animation-duration:9s;
top:70%;
width:60px;
animation-delay:-9s;
}
@keyframes dpFloat{
0%,100%{
transform:translateY(0) scale(1);
opacity:.55}
50%{
transform:translateY(-30px) scale(1.08);
opacity:.85}
}
.dp-hero-grid{
grid-template-columns:1.05fr 1fr;
align-items:center;
z-index:2;
position:relative;
gap:32px;
display:grid;
}
.dp-hero-bg{
inset:0;
border-radius:0;
position:absolute;
overflow:hidden;
z-index:0;
}
.dp-hero-bg img{
filter:saturate(.7) brightness(.4) hue-rotate(180deg);
object-fit:cover;
width:100%;
height:100%;
}
.dp-hero-tint{
background:radial-gradient(circle at 75% 50%,rgba(0,212,255,.35),transparent 55%),linear-gradient(120deg,rgba(0,22,40,.93),rgba(0,22,40,.55));
inset:0;
position:absolute;
}
.dp-hero-text{
border:1px solid rgba(0,212,255,.18);
backdrop-filter:blur(20px);
z-index:2;
-webkit-backdrop-filter:blur(20px);
box-shadow:0 28px 80px rgba(0,0,0,.55),0 0 60px rgba(0,212,255,.12) inset;
padding:38px;
background:linear-gradient(135deg,rgba(0,40,65,.55),rgba(0,60,90,.4));
border-radius:32px;
position:relative;
}
.dp-hero-eyebrow{
padding:8px 16px;
text-transform:uppercase;
letter-spacing:.18em;
border-radius:999px;
margin-bottom:20px;
border:1px solid rgba(0,212,255,.4);
background:rgba(0,212,255,.14);
display:inline-block;
color:#a8eaff;
box-shadow:0 0 18px rgba(0,212,255,.25);
font:600 11px/1 system-ui;
}
.dp-hero-h{
color:#eaf8ff;
text-shadow:0 0 30px rgba(0,212,255,.35);
margin:0 0 24px;
font:800 42px/1.15 'Sora','Inter',system-ui;
}
.dp-hero-actions{
gap:12px;
margin-bottom:24px;
flex-wrap:wrap;
display:flex;
}
.dp-cta-aqua{
display:inline-flex;
overflow:hidden;
padding:16px 34px;
position:relative;
transition:transform .2s,box-shadow .2s;
color:#001628;
border-radius:24px;
align-items:center;
font:700 15px/1 'Sora',system-ui;
box-shadow:0 14px 36px rgba(0,212,255,.5),0 0 24px rgba(0,212,255,.4);
background:linear-gradient(135deg,#00d4ff,#0099cc);
}
.dp-cta-aqua:hover{
transform:translateY(-2px) scale(1.02);
box-shadow:0 20px 48px rgba(0,212,255,.65),0 0 32px rgba(0,212,255,.6)}
.dp-cta-glow{
pointer-events:none;
position:absolute;
inset:0;
animation:dpPulse 3s ease-in-out infinite;
background:radial-gradient(circle at 50% 120%,rgba(255,255,255,.5),transparent 60%);
}
.dp-cta-label{
position:relative;
z-index:1}
@keyframes dpPulse{
0%,100%{
opacity:.5}
50%{
opacity:1}
}
.dp-cta-ghost{
background:rgba(0,212,255,.04);
border-radius:24px;
display:inline-block;
border:1px solid rgba(0,212,255,.35);
padding:16px 28px;
color:#cfe8ff;
font:600 15px/1 'Sora',system-ui;
transition:background .2s,border-color .2s;
}
.dp-cta-ghost:hover{
background:rgba(0,212,255,.12);
border-color:rgba(0,212,255,.6)}
.dp-hero-meta{
margin-top:8px;
grid-template-columns:repeat(4,1fr);
display:grid;
gap:12px;
}
.dp-hero-meta-i{
border-radius:18px;
text-align:center;
border:1px solid rgba(0,212,255,.18);
padding:16px 12px;
background:rgba(0,212,255,.06);
}
.dp-meta-v{
background-clip:text;
font:800 22px/1 'Sora',system-ui;
background:linear-gradient(135deg,#7fe6ff,#00d4ff);
-webkit-background-clip:text;
display:block;
margin-bottom:6px;
color:transparent;
}
.dp-meta-l{
color:#88b4cc;
display:block;
font:500 11px/1.35 system-ui;
}
@media (max-width:880px){
.dp-hero-grid{
grid-template-columns:1fr;
gap:22px}
.dp-hero-h{
font-size:30px}
.dp-hero-meta{
grid-template-columns:1fr 1fr}
.dp-hero-text{
padding:26px}
}
._SuPsSsCsgg{
background:linear-gradient(180deg,rgba(0,22,40,.6),rgba(0,40,65,.4));
border-top:1px solid rgba(0,212,255,.1);
border-bottom:1px solid rgba(0,212,255,.1);
padding:26px 0;
}
._SuPsSsCsgg ._UmdTfDmbRW{
justify-content:center;
gap:10px;
flex-wrap:wrap;
display:flex;
}
._bdONaVlhJ ._SPMxBdc{
padding:11px 20px;
transition:all .2s;
background:rgba(0,212,255,.05);
align-items:center;
color:#cfe8ff;
border-radius:999px;
border:1px solid rgba(0,212,255,.2);
gap:8px;
display:inline-flex;
font:600 13px/1 'Sora',system-ui;
}
._bdONaVlhJ ._SPMxBdc:hover{
transform:translateY(-2px);
border-color:rgba(0,212,255,.55);
box-shadow:0 6px 18px rgba(0,212,255,.25);
background:rgba(0,212,255,.18);
}
._LOaVWNtM{
font-size:16px;
color:#00d4ff}
._QyPzJvmwzNm{
padding:36px 0}
._gZKWuPO{
backdrop-filter:blur(14px);
font:400 15px/1.7 'Sora',system-ui;
background:linear-gradient(135deg,rgba(0,40,65,.5),rgba(0,60,90,.3));
padding:32px;
border:1px solid rgba(0,212,255,.15);
-webkit-backdrop-filter:blur(14px);
border-radius:24px;
box-shadow:0 12px 36px rgba(0,0,0,.35);
color:#cfe8ff;
}
._gZKWuPO p{
margin:0 0 14px}
._gZKWuPO ul,._gZKWuPO ol{
padding-left:22px;
margin:14px 0}
._gZKWuPO li{
margin:6px 0}
._gZKWuPO a{
color:#7fe6ff;
border-bottom:1px dotted rgba(127,230,255,.5)}
._gZKWuPO table{
border-collapse:collapse;
margin:14px 0;
width:100%;
}
._gZKWuPO td,._gZKWuPO th{
border:1px solid rgba(0,212,255,.15);
padding:11px 14px;
font-size:14px;
text-align:left;
}
._gZKWuPO th{
background:rgba(0,212,255,.08);
color:#eaf8ff}
._nvwVSsTIYeL{
padding:44px 36px;
border-radius:28px}
.dp-text-hero{
background:linear-gradient(180deg,rgba(0,22,40,.6),rgba(0,40,65,.4));
overflow:hidden;
position:relative;
padding:56px 0 110px;
}
.dp-text-hero ._TnFMXYI{
color:#eaf8ff;
text-shadow:0 0 26px rgba(0,212,255,.35);
font:800 36px/1.15 'Sora',system-ui;
}
._SzvRGUWvc{
padding:32px 0 70px}
._TnFMXYI,h1,[class*="-hero-h"]{
font-size:32px !important;
line-height:1.18 !important}
[class*="-text-hero"] ._TnFMXYI,[class*="-intro-h"] ._TnFMXYI,[class*="-intro-h"]{
font-size:30px !important;
line-height:1.2 !important}
[class*="-article-body"],[class*="-art"],[class*="-card-wide"],[class*="-panel-wide"],[class*="-inner-body"] p,[class*="-inner-body"] li{
font-size:15.5px !important;
line-height:1.6 !important}
[class*="-inner-body"] h2,[class*="-inner-body"] ._ZnWLcPO{
font-size:22px !important;
margin-top:18px !important;
line-height:1.25 !important;
}
[class*="-inner-body"] h3,[class*="-inner-body"] ._vFWtueq{
font-size:18px !important;
line-height:1.3 !important}
@media (max-width:680px){
  ._TnFMXYI,h1,[class*="-hero-h"]{
font-size:24px !important}
  [class*="-text-hero"] ._TnFMXYI,[class*="-intro-h"] ._TnFMXYI,[class*="-intro-h"]{
font-size:22px !important}
  [class*="-article-body"],[class*="-art"],[class*="-card-wide"],[class*="-panel-wide"],[class*="-inner-body"] p,[class*="-inner-body"] li{
font-size:14.5px !important}
  [class*="-inner-body"] h2,[class*="-inner-body"] ._ZnWLcPO{
font-size:19px !important}
}
img,svg,video{
max-width:100%;
height:auto}
._UmdTfDmbRW{
padding-right:14px;
box-sizing:border-box;
padding-left:14px;
}
*[class*="-hero"],*[class*="-card"],*[class*="-cta"],*[class*="-tile"]{
min-width:0}
section,article,div{
word-wrap:break-word;
overflow-wrap:anywhere}
.no-overflow{
overflow:hidden}
@media (max-width:760px){
  h1{
font-size:24px;
line-height:1.2}
  h2{
font-size:20px;
line-height:1.25}
  h3{
font-size:17px;
line-height:1.3}
  body{
font-size:15px;
line-height:1.55}
  table{
max-width:100%;
display:block;
overflow-x:auto;
}
  pre,code{
white-space:pre-wrap;
word-break:break-word}
  [class*="-row"],[class*="-flex"]{
flex-wrap:wrap;
min-width:0}
  [class*="-grid"]{
display:grid;
gap:12px}
  [class*="-grid-2"],[class*="-grid-3"],[class*="-grid-4"]{
grid-template-columns:1fr}
}
@media (max-width:480px){
  h1{
font-size:21px}
  h2{
font-size:18px}
}
._RZKmzgPBww{
color:#1a1a1a;
background:#fdfbf6;
border-bottom:1px solid #e8e0cf;
}
.rb-hdr-top{
padding:9px 0;
color:#fdfbf6;
font-size:12px;
background:#1a1a1a;
}
.rb-hdr-top-row{
align-items:center;
display:flex;
flex-wrap:wrap;
gap:18px;
justify-content:space-between;
}
.rb-hdr-issue{
display:flex;
font:600 11px/1 'Inter',sans-serif;
gap:10px;
letter-spacing:.06em;
text-transform:uppercase;
align-items:center;
}
.rb-hdr-issue-no{
padding:4px 8px;
border-radius:2px;
background:#9b2c2c;
}
.rb-hdr-issue-d{
opacity:.7}
.rb-hdr-tag{
font-style:italic;
opacity:.7;
font:500 12px/1 'Georgia',serif;
}
.rb-hdr-quick{
align-items:center;
font:500 12px/1 'Inter',sans-serif;
gap:8px;
display:flex;
}
.rb-hdr-quick a{
border-bottom:none;
transition:opacity .15s;
color:#fdfbf6;
opacity:.7;
}
.rb-hdr-quick a:hover,.rb-hdr-quick a.active{
opacity:1}
.rb-hdr-quick-sep{
color:#444}
._CTXQLri{
padding:22px 0 18px}
._vHZEMOYNGXb{
display:flex;
gap:20px;
justify-content:space-between;
align-items:center;
}
._LzRAngLinp{
gap:14px;
color:#1a1a1a;
display:flex;
border-bottom:none;
align-items:center;
}
._wxrrStkSe{
height:54px;
border-radius:0;
width:54px;
justify-content:center;
background:#1a1a1a;
display:flex;
overflow:hidden;
padding:3px;
align-items:center;
}
._TPwxOBsqiJ{
width:48px;
height:48px;
background:#fff;
object-fit:cover;
}
._zYvBvTf{
font:900 28px/1 'Playfair Display',serif;
letter-spacing:-.01em;
display:block;
}
._eDwdlCsS{
font-style:italic;
font:500 12px/1.2 'Georgia',serif;
margin-top:3px;
display:block;
color:#666;
}
._lwMhyBIsAO{
font:700 13px/1 'Inter',sans-serif;
text-transform:uppercase;
transition:background .15s;
color:#fff;
border-bottom:none;
padding:13px 26px;
letter-spacing:.04em;
display:inline-block;
background:#9b2c2c;
}
._lwMhyBIsAO:hover{
background:#7a1f1f}
._NRNRFqDWqVN{
background:#9b2c2c;
padding:12px 0}
._UCaZDofkXYj{
justify-content:center;
flex-wrap:wrap;
align-items:center;
gap:6px;
display:flex;
}
._UCaZDofkXYj a{
border-bottom:none;
transition:background .15s;
text-transform:uppercase;
letter-spacing:.04em;
font:600 13px/1 'Inter',sans-serif;
padding:8px 16px;
color:#fdfbf6;
border:none;
}
._UCaZDofkXYj a:hover{
background:rgba(255,255,255,.15)}
._UCaZDofkXYj a span{
display:inline}
._MKyfuJnD{
display:none;
border-top:1px solid #e8e0cf;
background:#fdfbf6;
}
._HyMZgNJzUnF{
cursor:pointer;
padding:12px 22px;
font:700 14px/1 'Inter',sans-serif;
display:none;
list-style:none;
color:#1a1a1a;
}
._MKyfuJnD[open] ._hiNvTKICYcC{
display:block}
._hiNvTKICYcC{
display:none;
padding:14px 22px 18px}
._KqQeMDtDxL{
display:flex;
margin-bottom:14px;
gap:3px;
flex-direction:column;
}
._KqQeMDtDxL a{
border-bottom:1px solid #e8e0cf;
color:#1a1a1a;
padding:10px 14px;
font:700 13px/1 'Inter',sans-serif;
border:1px solid #e8e0cf;
background:#fff;
}
.rb-hdr-mobile-actions{
display:flex;
gap:10px}
.rb-hdr-mobile-ghost{
flex:1;
padding:12px 18px;
text-align:center;
border-bottom:1px solid #1a1a1a;
border:1px solid #1a1a1a;
font:700 13px/1 'Inter',sans-serif;
background:#fff;
color:#1a1a1a;
}
.rb-hdr-cta-mob{
flex:1;
text-align:center}
@media (max-width:860px){
._NRNRFqDWqVN{
display:none}
._MKyfuJnD{
display:block}
._HyMZgNJzUnF{
display:block}
}
@media (max-width:540px){
.rb-hdr-top-row{
justify-content:center;
gap:12px}
.rb-hdr-tag{
display:none}
._vHZEMOYNGXb{
align-items:flex-start;
gap:14px;
flex-direction:column;
}
._zYvBvTf{
font-size:24px}
}
.rb-hdr-actions{
display:flex !important}
.rb-hdr-btn,.rb-hdr-btn-ghost,.rb-hdr-btn-cta,.rb-hdr-btn-pri,.rb-hdr-btn-sec,.rb-hdr-btn-grad,._lwMhyBIsAO,.rb-hdr-link,.rb-hdr-btn-cta.rb-hdr-cta-keep,.rb-hdr-cta-keep{
display:inline-flex !important;
align-items:center}
@media (max-width:560px){
.rb-hdr-btn,.rb-hdr-btn-ghost,.rb-hdr-btn-cta,.rb-hdr-btn-pri,.rb-hdr-cta-keep{
display:inline-flex !important;
padding:6px 10px;
font-size:12px;
letter-spacing:.02em}
}
 ._xbFenNVXO{
align-items:center;
gap:18px;
display:flex;
justify-content:space-between;
}
 ._WMmrWyDO{
padding:4px 8px;
border-radius:8px;
gap:4px;
align-items:center;
display:flex;
background:rgba(0,0,0,.05);
border:1px solid rgba(0,0,0,.12);
flex:0 1 240px;
max-width:240px;
}
 ._WMmrWyDO input{
background:transparent;
color:inherit;
min-width:0;
border:0;
font:500 13px/1 system-ui;
flex:1;
padding:6px 4px;
outline:none;
}
 ._WMmrWyDO button{
background:transparent;
font-size:16px;
cursor:pointer;
border:0;
padding:2px 4px;
color:inherit;
}
 @media (max-width:760px){
._xbFenNVXO{
flex-direction:column;
align-items:stretch}
._WMmrWyDO{
max-width:100%}
}
._RZKmzgPBww{
background:#fdfbf6;
top:0;
position:static;
z-index:50;
}
._UCaZDofkXYj a{
border-radius:6px;
white-space:nowrap;
transition:background-color .18s ease,color .18s ease;
position:relative;
padding:8px 14px;
text-decoration:none;
}
._UCaZDofkXYj a:hover{
background:rgba(127,127,127,.1)}
._UCaZDofkXYj a.active{
font-weight:600}
._UCaZDofkXYj a.active::after{
bottom:3px;
position:absolute;
right:14px;
background:currentColor;
left:14px;
border-radius:1px;
height:2px;
opacity:.7;
content:"";
}
@media (max-width:760px){
  .rb-hdr-btn-ghost,.rb-hdr-btn-cta{
display:inline-flex !important;
align-items:center;
justify-content:center;
padding:8px 12px;
font-weight:700;
font-size:13px;
border-radius:10px;
white-space:nowrap;
min-width:0}
  .rb-hdr-tools,.rb-hdr-actions,.rb-hdr-cta-wrap{
flex-wrap:nowrap;
align-items:center;
min-width:0;
gap:6px;
display:flex !important;
}
  .rb-hdr-row{
align-items:center;
flex-wrap:wrap;
gap:8px;
}
  ._LzRAngLinp,.rb-hdr-brandname{
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
max-width:46vw;
min-width:0;
}
}
@media (max-width:420px){
  .rb-hdr-btn-ghost,.rb-hdr-btn-cta{
padding:7px 10px;
font-size:12px}
  .rb-hdr-brandname{
max-width:38vw;
font-size:14px}
}
._OySHzEgYKuw{
color:#ffb000;
border-top:1px solid #ffb000;
margin-top:50px;
font-family:'IBM Plex Mono','VT323','Courier New',monospace;
padding:38px 0 22px;
position:relative;
background:#050805;
}
._DIbiYgM{
font-size:13px;
color:rgba(255,176,0,.6);
overflow:hidden;
margin:0 0 22px;
white-space:nowrap;
user-select:none;
font-family:'IBM Plex Mono',monospace;
text-align:center;
letter-spacing:.04em;
}
._DIbiYgM::before{
content:"=== === === === === === === === === === === === === === === === === === === === === === === === === === === ==="}
.vt-ftr-ascii{
text-align:center;
font-family:'IBM Plex Mono',monospace;
letter-spacing:.04em;
margin:0 0 14px;
white-space:pre;
text-shadow:0 0 5px rgba(28,216,98,.45);
line-height:1.1;
color:#1cd862;
font-size:11px;
}
._qgbhPlrIdHR{
justify-content:space-between;
align-items:center;
padding-bottom:22px;
gap:18px;
margin-bottom:24px;
border-bottom:1px dashed rgba(255,176,0,.4);
display:flex;
flex-wrap:wrap;
}
._yYgVuRazpC{
display:flex;
gap:14px;
align-items:center;
}
._tfVgVgiKvn{
width:46px;
border:1px solid #ffb000;
padding:3px;
justify-content:center;
display:flex;
align-items:center;
height:46px;
background:rgba(255,176,0,.06);
}
._MzKIMtwZ{
object-fit:cover;
height:38px;
width:38px;
}
._tsGkyqXjj{
color:#ffb000;
letter-spacing:.04em;
font:700 24px/1.1 'VT323','Courier New',monospace;
text-shadow:0 0 6px rgba(255,176,0,.5);
}
._noPInGaI{
margin-top:3px;
color:rgba(255,176,0,.75);
font:500 13px/1.4 'IBM Plex Mono',monospace;
}
._gWaJhNtQrG{
display:grid;
grid-template-columns:repeat(4,1fr);
margin-bottom:28px;
gap:24px;
}
._Hzmjwbxl{
grid-column:span 2}
._BPHGcCDBTG{
font:700 13px/1 'IBM Plex Mono',monospace;
color:#1cd862;
margin-bottom:14px;
text-transform:uppercase;
text-shadow:0 0 5px rgba(28,216,98,.4);
letter-spacing:.16em;
}
._BPHGcCDBTG::before{
content:"// "}
._oniaXivYokG ul{
margin:0;
display:flex;
gap:7px;
flex-direction:column;
list-style:none;
padding:0;
}
._oniaXivYokG li a{
color:#ffd87a;
transition:color .12s;
font:500 14px/1.4 'IBM Plex Mono',monospace;
}
._oniaXivYokG li a::before{
content:"> ";
color:rgba(255,176,0,.55)}
._oniaXivYokG li a:hover{
color:#1cd862}
._iMUKgSydEW{
flex-wrap:wrap;
display:flex;
gap:6px;
}
._uaUTiurTjhh{
display:inline-block;
background:rgba(255,176,0,.05);
font:600 11px/1 'IBM Plex Mono',monospace;
border:1px solid #ffb000;
color:#ffb000;
padding:5px 9px;
letter-spacing:.06em;
}
._uaUTiurTjhh::before{
content:"["}
._uaUTiurTjhh::after{
content:"]"}
._FqEvuNglrV{
flex-wrap:wrap;
display:flex;
gap:6px;
;
margin-bottom:8px}
._wmGzvBrJbai{
border:1px solid #1cd862;
align-items:center;
padding:0 8px;
color:#1cd862;
height:28px;
justify-content:center;
font:700 11px/1 'IBM Plex Mono',monospace;
min-width:42px;
display:inline-flex;
background:rgba(28,216,98,.06);
letter-spacing:.06em;
}
._zDAQAvnHQ{
margin:4px 0 0;
font:500 11px/1.5 'IBM Plex Mono',monospace;
color:rgba(255,176,0,.65);
}
._GurohbzkM{
border-top:1px dashed rgba(255,176,0,.4);
border-bottom:1px dashed rgba(255,176,0,.4);
margin-bottom:16px;
padding:18px 0;
}
._GurohbzkM p{
max-width:1080px;
font:400 12px/1.65 'IBM Plex Mono',monospace;
color:rgba(255,176,0,.75);
margin:0;
}
._aRtrMOx{
flex-wrap:wrap;
gap:12px;
display:flex;
justify-content:space-between;
align-items:center;
}
._OXMVQJryHyF{
font:500 12px/1 'IBM Plex Mono',monospace;
color:rgba(255,176,0,.75)}
._ufCpjbdjf{
font:600 12px/1 'IBM Plex Mono',monospace;
color:#1cd862;
align-items:center;
background:rgba(28,216,98,.06);
gap:7px;
letter-spacing:.06em;
border:1px solid #1cd862;
text-transform:uppercase;
padding:6px 11px;
display:inline-flex;
}
._fyYEzOIc{
height:7px;
background:#1cd862;
width:7px;
animation:vtblink 1.4s steps(2) infinite;
box-shadow:0 0 7px rgba(28,216,98,.7);
}
@media (max-width:980px){
._gWaJhNtQrG{
grid-template-columns:repeat(2,1fr)}
._Hzmjwbxl{
grid-column:span 2}
}
@media (max-width:540px){
._gWaJhNtQrG{
grid-template-columns:1fr}
._Hzmjwbxl{
grid-column:span 1}
._qgbhPlrIdHR{
flex-direction:column;
align-items:flex-start}
.vt-ftr-ascii{
font-size:9px}
}
._OySHzEgYKuw{
overflow:hidden}
.vt-ftr,._gWaJhNtQrG,._oniaXivYokG{
min-width:0}
.vt-ftr a,.vt-ftr li{
word-break:break-word;
overflow-wrap:anywhere}
._oniaXivYokG ul{
list-style:none;
margin:0;
padding:0;
flex-direction:column;
gap:6px;
display:flex;
}
._oniaXivYokG ul a{
line-height:1.45;
display:inline-block;
padding:2px 0;
}
@media (max-width:760px){
  ._gWaJhNtQrG{
display:grid !important;
grid-template-columns:1fr 1fr;
gap:18px 16px;
align-items:start}
  ._Hzmjwbxl{
grid-column:1/-1}
  ._qgbhPlrIdHR{
flex-wrap:wrap;
gap:12px}
  ._KLJJQFaO{
width:100%;
order:99;
text-align:center;
}
  ._KLJJQFaO ._HHRrbpu,._KLJJQFaO a{
width:100%;
border-radius:12px;
display:inline-flex;
color:#fff !important;
justify-content:center;
font-weight:700;
background:linear-gradient(135deg,#ff5b3a,#ffb000);
padding:12px 16px;
}
  ._aRtrMOx{
align-items:flex-start;
gap:8px;
flex-direction:column;
}
  ._GurohbzkM p,._OXMVQJryHyF{
font-size:11px;
line-height:1.5}
}
@media (max-width:460px){
  ._gWaJhNtQrG{
grid-template-columns:1fr !important}
  ._Hzmjwbxl{
grid-column:auto}
}
._FXEPpIqqt{
opacity:.9;
font:600 13px/1.4 system-ui,sans-serif;
margin-top:6px;
}
._FXEPpIqqt a{
color:inherit;
word-break:break-all;
padding-bottom:1px;
text-decoration:none;
border-bottom:1px dashed rgba(255,255,255,.35);
}
._FXEPpIqqt a:hover{
opacity:1;
border-bottom-style:solid}
@media (max-width:760px){
._FXEPpIqqt{
font-size:12px}
}
