:root{
  --ypx-bg:#101018;
  --ypx-bg2:#151621;
  --ypx-panel:#1b1d2a;
  --ypx-panel2:#222438;
  --ypx-border:#34354a;
  --ypx-text:#f7f3ff;
  --ypx-muted:#b9aeda;
  --ypx-purple:#b66cff;
  --ypx-purple2:#6d13c7;
  --ypx-acid:#d9ff16;
  --ypx-acid2:#b8ff00;
  --ypx-radius:20px;
  --ypx-shadow:0 18px 46px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;
  overflow-x:hidden;
  min-width:320px;
  color:var(--ypx-text);
  background:
    radial-gradient(circle at 8% 0%, rgba(182,108,255,.2), transparent 34rem),
    radial-gradient(circle at 90% 10%, rgba(217,255,22,.1), transparent 28rem),
    linear-gradient(180deg,#11111b 0%,#0d0e15 100%);
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.62;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.ypx_pagegrid{width:min(1240px,calc(100% - 32px));margin:0 auto}
.ypx_header{
  position:sticky;
  top:0;
  z-index:50;
  width:100%;
  margin:0 0 18px;
  background:rgba(15,16,24,.94);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
}
.ypx_header-inner{
  width:min(1240px,calc(100% - 32px));
  min-height:70px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 0;
}
.ypx_head-actions{display:flex;align-items:center;gap:12px}
.ypx_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 20px;
  border-radius:12px;
  border:1px solid rgba(182,108,255,.55);
  font-weight:900;
  font-size:14px;
  line-height:1;
  text-transform:uppercase;
  white-space:nowrap;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.ypx_btn:hover{transform:translateY(-1px)}
.ypx_btn--acid{color:#121212;background:linear-gradient(180deg,var(--ypx-acid),#c8ff00);border-color:rgba(217,255,22,.85);box-shadow:0 10px 24px rgba(217,255,22,.16)}
.ypx_btn--line{color:#fff;background:rgba(182,108,255,.06);border-color:rgba(182,108,255,.68)}
.ypx_btn--ghost{color:#fff;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2)}
.ypx_btn--big{min-height:46px;padding:0 22px;border-radius:14px}
.ypx_main{display:block}
.ypx_hero{
  position:relative;
  overflow:hidden;
  min-height:360px;
  margin-bottom:18px;
  display:flex;
  align-items:center;
  border-radius:var(--ypx-radius);
  background:#22003d;
  border:1px solid rgba(182,108,255,.35);
  box-shadow:var(--ypx-shadow);
}
.ypx_hero-media{position:absolute;inset:0;z-index:0}
.ypx_hero-media img{width:100%;height:100%;object-fit:cover;}
.ypx_hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(12,9,21,.96) 0%,rgba(54,0,88,.84) 42%,rgba(54,0,88,.28) 70%,rgba(18,12,25,.16) 100%),radial-gradient(circle at 13% 12%,rgba(217,255,22,.2),transparent 31%)}
.ypx_hero-content{position:relative;z-index:2;width:min(620px,100%);padding:42px}
.ypx_label{display:inline-flex;padding:7px 12px;margin-bottom:16px;border-radius:999px;background:rgba(182,108,255,.25);color:#fff;border:1px solid rgba(182,108,255,.55);font-weight:900;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.ypx_hero-content h2,
h1{font-size:34px;line-height:1.12;margin:0 0 14px;font-weight:900;letter-spacing:-.02em; color:#fff;}
.ypx_hero p{margin:0 0 22px;color:#e9ddff;font-size:17px;max-width:540px;font-weight:700}
.ypx_hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.ypx_promo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0 28px}
.ypx_promo-card{position:relative;overflow:hidden;min-height:160px;border-radius:18px;border:1px solid rgba(182,108,255,.35);background:var(--ypx-panel);box-shadow:0 14px 30px rgba(0,0,0,.24)}
.ypx_promo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.ypx_promo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,15,26,.96),rgba(89,0,142,.64),rgba(0,0,0,.08));z-index:1}
.ypx_promo-card div{position:relative;z-index:2;padding:20px;display:flex;min-height:160px;flex-direction:column;align-items:flex-start;justify-content:center}
.ypx_promo-card span{display:inline-block;margin-bottom:8px;color:var(--ypx-purple);font-weight:900;font-size:13px;text-transform:uppercase}
.ypx_promo-card b{font-size:22px;line-height:1.14;margin-bottom:16px;color:#fff;max-width:230px}
.ypx_promo-card a{display:inline-flex;padding:10px 14px;border-radius:11px;background:var(--ypx-acid);color:#141414;font-weight:900;text-transform:uppercase;font-size:13px; cursor:pointer;}
.ypx_content{font-size:16px;color:#d9d2ec;margin:28px 0}
.ypx_content p{margin:0 0 15px}
.ypx_content h2,.ypx_slots h2,.ypx_faq h2{font-size:28px;line-height:1.18;margin:0 0 14px;color:#fff;letter-spacing:-.02em}
.ypx_content h3{font-size:22px;line-height:1.25;margin:0 0 12px;color:#fff}
.ypx_content h4{font-size:18px;line-height:1.28;margin:16px 0 8px;color:var(--ypx-acid)}
.ypx_content ul,.ypx_content ol{margin:10px 0 0;padding-left:22px}
.ypx_content li{margin:5px 0}
.ypx_intro{padding:0 6px;color:#f2ebff;font-size:17px}
.ypx_slots{margin:34px 0;background: #1b1d2a; padding: 15px; border-radius: 15px; border: 1px solid rgba(255, 255, 255, .1);}
.ypx_section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:18px}
.ypx_section-head p{max-width:480px;margin:0;color:var(--ypx-muted)}
.ypx_gamegrid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}
.ypx_game{position:relative;overflow:hidden;border:1px solid rgba(182,108,255,.28);border-radius:16px;background:var(--ypx-panel);box-shadow:0 12px 26px rgba(0,0,0,.22);min-width:0}
.ypx_game img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#0c0c14}
.ypx_game:before{content:"";position:absolute;inset:0 0 56px;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.7));opacity:.95;pointer-events:none}
.ypx_game-actions{position:absolute;left:50%;top:calc((100% - 56px) / 2);width:calc(100% - 20px);display:flex;gap:7px;opacity:0;transform:translate(-50%,-42%);transition:.2s ease;z-index:3}
.ypx_footer-apps a,
.ypx_footer-socials a,
.ypx_game-actions a {cursor:pointer;}
.ypx_game:hover .ypx_game-actions{opacity:1;transform:translate(-50%,-50%)}
.ypx_game-actions a{flex:1;display:flex;justify-content:center;align-items:center;min-height:32px;border-radius:9px;font-size:12px;font-weight:900;text-transform:uppercase}
.ypx_game-actions a:first-child{background:var(--ypx-acid);color:#111}
.ypx_game-actions a:last-child{background:rgba(182,108,255,.82);color:#fff}
.ypx_game h3{margin:0;padding:12px 10px 14px;min-height:56px;font-size:14px;line-height:1.2;color:#fff;text-align:center}
.ypx_center{display:flex;justify-content:center;margin-top:22px}
.ypx_info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:34px 0}
.ypx_panel{padding:26px;border:1px solid rgba(182,108,255,.26);border-radius:20px;background:linear-gradient(180deg,rgba(34,36,56,.92),rgba(25,26,39,.96));box-shadow:0 16px 38px rgba(0,0,0,.24)}
.ypx_tablewrap{overflow:auto;border-radius:16px;border:1px solid rgba(182,108,255,.24)}
.ypx_table{width:100%;border-collapse:collapse;min-width:650px;background:#171825}
.ypx_table th,.ypx_table td{padding:14px 15px;text-align:left;border-bottom:1px solid rgba(255,255,255,.07)}
.ypx_table th{background:rgba(182,108,255,.15);color:#fff;text-transform:uppercase;font-size:13px}
.ypx_table tr:last-child td{border-bottom:0}
.ypx_table td:first-child{color:#fff;font-weight:850}
.ypx_bonusgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
.ypx_bonusgrid article{padding:18px;border-radius:16px;background:rgba(16,16,24,.64);border:1px solid rgba(182,108,255,.22)}
.ypx_bonusgrid span{display:block;color:var(--ypx-acid);font-weight:900;text-transform:uppercase;font-size:14px;margin-bottom:10px}
.ypx_bonusgrid p{margin:0;color:#d5cbe8;font-size:15px;line-height:1.55}
.ypx_faq{margin:34px 0}
.ypx_faq details{border:1px solid rgba(182,108,255,.24);border-radius:16px;background:var(--ypx-panel);margin:10px 0;overflow:hidden}
.ypx_faq summary{cursor:pointer;list-style:none;padding:17px 20px;font-weight:900;color:#fff}
.ypx_faq summary::-webkit-details-marker{display:none}
.ypx_faq summary:after{content:"+";float:right;color:var(--ypx-acid)}
.ypx_faq details[open] summary:after{content:"−"}
.ypx_faq p{margin:0;padding:0 20px 19px;color:#d7cfee}
.ypx_footer{
  width:100%;
  margin:54px 0 0;
  padding:0;
  border-top:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,#12131c 0%,#0c0d14 100%);
}
.ypx_footer-inner{
  width:min(1160px,calc(100% - 32px));
  margin:0 auto;
  padding:60px 0 36px;
}
.ypx_footer-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) 456px;
  gap:72px;
  align-items:start;
}
.ypx_footer-side{display:flex;flex-direction:column;gap:18px}
.ypx_footer-block h3{margin:0 0 14px;color:#cfd0d8;font-size:16px;line-height:1.25;font-weight:900}
.ypx_footer-block--payments{margin:0}
.ypx_payments{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.ypx_payments img{
  width:80px;
  height:40px;
  padding:6px 8px;
  object-fit:contain;
  border-radius:11px;
  background:#1b1d27;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.ypx_footer-socials,.ypx_footer-apps{display:flex;flex-wrap:wrap;gap:10px}
.ypx_footer-socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:86px;
  min-height:31px;
  padding:0 14px;
  border-radius:11px;
    color: #121212;
    background: linear-gradient(180deg, var(--ypx-acid), #c8ff00);
    border-color: rgba(217, 255, 22, .85);
  font-weight:900;
  font-size:13px;
  line-height:1;
}
.ypx_footer-apps a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:150px;
  min-height:36px;
  padding:0 14px;
  border-radius:11px;
    color: #121212;
    background: linear-gradient(180deg, var(--ypx-acid), #c8ff00);
    border-color: rgba(217, 255, 22, .85);
  font-weight:900;
  font-size:13px;
  line-height:1;
}
.ypx_footer-warnings{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.ypx_footer-warnings a{color:#d0cbd9;text-decoration:underline;text-underline-offset:2px;font-size:13px;line-height:1.4}
.ypx_footer-warnings a:hover{color:var(--ypx-acid)}
.ypx_footer-line{height:1px;margin:14px 0 14px;background:rgba(255,255,255,.12)}
.ypx_copy{margin:0;color:#aeb0bb;font-size:13px;line-height:1.4}
@media(max-width:1080px){
  .ypx_gamegrid{grid-template-columns:repeat(4,1fr)}
  .ypx_bonusgrid{grid-template-columns:repeat(2,1fr)}
  .ypx_hero{min-height:340px}
  .ypx_hero-content{padding:36px}
  .ypx_promo-strip{grid-template-columns:1fr}
}
@media(max-width:760px){
  .ypx_pagegrid{width:min(100% - 22px,1240px)}
  .ypx_header{margin-bottom:14px}
  .ypx_header-inner{width:min(100% - 22px,1240px);min-height:62px;padding:10px 0}
  .ypx_head-actions{justify-content:flex-end;gap:8px}
  .ypx_btn{min-height:40px;padding:0 14px;font-size:13px}
  .ypx_hero{min-height:440px;align-items:flex-end}
  .ypx_hero-content{padding:24px}
  .ypx_hero-media img{object-position:70% center}
  .ypx_hero-shade{background:linear-gradient(180deg,rgba(9,8,14,.18),rgba(17,9,27,.94) 56%,#100f18 100%)}
  h1{font-size:28px}
  .ypx_content h2,.ypx_slots h2,.ypx_faq h2{font-size:24px}
  .ypx_hero-actions{flex-direction:column}
  .ypx_section-head{display:block}
  .ypx_gamegrid{grid-template-columns:repeat(2,1fr)}
  .ypx_info-grid{grid-template-columns:1fr}
  .ypx_bonusgrid{grid-template-columns:1fr}
  .ypx_panel{padding:22px}
  .ypx_content{font-size:16px}
  .ypx_game-actions{opacity:1;transform:translate(-50%,-50%)}
}
@media(max-width:900px){
  .ypx_footer-top{grid-template-columns:1fr;gap:30px}
  .ypx_footer-inner{padding:42px 0 30px}
}
@media(max-width:560px){
  .ypx_footer-apps a{width:auto;min-width:135px}
  .ypx_payments img{width:80px;height:42px}
}
@media(max-width:420px){
  .ypx_gamegrid{gap:10px}
  .ypx_game h3{font-size:12px}
  .ypx_promo-card b{font-size:20px}
  .ypx_btn{width:100%}
}

.ypx_article{
  position:relative;
  margin:32px 0;
  padding:28px;
  overflow:hidden;
  color:#ded7ef;
  font-size:15px;
  line-height:1.68;
  border:1px solid rgba(182,108,255,.22);
  border-radius:20px;
  background:
    radial-gradient(circle at 0 0,rgba(182,108,255,.14),transparent 28rem),
    radial-gradient(circle at 100% 4%,rgba(217,255,22,.06),transparent 24rem),
    linear-gradient(180deg,rgba(29,30,45,.96),rgba(17,18,28,.98));
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}
.ypx_article *{max-width:100%}
.ypx_article > *:first-child{margin-top:0}
.ypx_article > *:last-child{margin-bottom:0}
.ypx_article h1,
.ypx_article h2,
.ypx_article h3,
.ypx_article h4,
.ypx_article h5,
.ypx_article h6{
  color:#fff;
  font-weight:900;
  line-height:1.22;
  letter-spacing:-.01em;
}
.ypx_article h1{font-size:1.75rem;margin:0 0 1rem}
.ypx_article h2{
  margin:2rem 0 .9rem;
  padding:0 0 .7rem;
  font-size:1.5rem;
  border-bottom:1px solid rgba(182,108,255,.22);
}
.ypx_article h2:before{
  content:"";
  display:inline-block;
  width:.55rem;
  height:.55rem;
  margin:0 .55rem .13rem 0;
  border-radius:50%;
  background:var(--ypx-acid);
  box-shadow:0 0 0 .22rem rgba(217,255,22,.12);
}
.ypx_article h3{margin:1.45rem 0 .7rem;font-size:1.22rem;color:#f5efff}
.ypx_article h4{margin:1.2rem 0 .55rem;font-size:1.05rem;color:var(--ypx-acid)}
.ypx_article h5{margin:1rem 0 .45rem;font-size:.98rem;color:#e7d5ff}
.ypx_article h6{margin:.9rem 0 .4rem;font-size:.92rem;color:#cdb9ff;text-transform:uppercase;letter-spacing:.04em}
.ypx_article p{
  margin:0 0 1rem;
  color:#ded7ef;
  font-size:15px;
  line-height:1.68;
}
.ypx_article a{
  color:var(--ypx-acid);
  font-weight:800;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  transition:color .18s ease,text-decoration-color .18s ease;
}
.ypx_article a:hover{color:#fff;text-decoration-color:var(--ypx-purple)}
.ypx_article strong,
.ypx_article b{color:#fff;font-weight:900}
.ypx_article em,
.ypx_article i{color:#efe7ff}
.ypx_article small{font-size:.82rem;color:#afa6c9}
.ypx_article mark{
  padding:.08rem .34rem;
  border-radius:.45rem;
  color:#111;
  background:linear-gradient(180deg,var(--ypx-acid),#c8ff00);
}
.ypx_article ul,
.ypx_article ol{
  margin:1rem 0 1.2rem;
  padding:0;
  list-style:none;
}
.ypx_article li{
  position:relative;
  margin:.55rem 0;
  padding-left:1.65rem;
  color:#ded7ef;
  font-size:15px;
  line-height:1.58;
}
.ypx_article ul > li:before{
  content:"";
  position:absolute;
  left:.2rem;
  top:.68em;
  width:.46rem;
  height:.46rem;
  border-radius:50%;
  background:var(--ypx-acid);
  box-shadow:0 0 0 .22rem rgba(217,255,22,.1);
}
.ypx_article ol{counter-reset:ypx_article_order}
.ypx_article ol > li{counter-increment:ypx_article_order;padding-left:2.05rem}
.ypx_article ol > li:before{
  content:counter(ypx_article_order);
  position:absolute;
  left:0;
  top:.13rem;
  width:1.35rem;
  height:1.35rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:.45rem;
  color:#151515;
  background:linear-gradient(180deg,var(--ypx-acid),#c8ff00);
  font-size:.78rem;
  line-height:1;
  font-weight:900;
}
.ypx_article li > ul,
.ypx_article li > ol{margin:.55rem 0 0}
.ypx_article blockquote{
  margin:1.35rem 0;
  padding:1.1rem 1.2rem 1.1rem 1.35rem;
  border-left:4px solid var(--ypx-acid);
  border-radius:0 16px 16px 0;
  color:#f2ebff;
  background:linear-gradient(90deg,rgba(217,255,22,.08),rgba(182,108,255,.08));
}
.ypx_article blockquote p{margin:.35rem 0;color:#f2ebff}
.ypx_article table{
  width:100%;
  margin:1.35rem 0;
  table-layout:fixed;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border:1px solid rgba(182,108,255,.24);
  border-radius:16px;
  background:#151622;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}
.ypx_article caption{
  padding:.75rem 1rem;
  color:#cfc3e8;
  font-size:.88rem;
  text-align:left;
}
.ypx_article th,
.ypx_article td{
  padding:.85rem .95rem;
  color:#ded7ef;
  font-size:14px;
  line-height:1.45;
  text-align:left;
  vertical-align:top;
  word-break:break-word;
  border-right:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.ypx_article th:last-child,
.ypx_article td:last-child{border-right:0}
.ypx_article tr:last-child th,
.ypx_article tr:last-child td{border-bottom:0}
.ypx_article th,
.ypx_article thead th,
.ypx_article table tr:first-child td{
  color:#fff;
  font-weight:900;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:linear-gradient(180deg,rgba(182,108,255,.28),rgba(109,19,199,.18));
}
.ypx_article tbody tr:nth-child(even) td{background:rgba(255,255,255,.025)}
.ypx_article tbody tr:hover td,
.ypx_article table tr:hover td{background:rgba(217,255,22,.045)}
.ypx_article figure{
  margin:1.45rem 0;
  padding:.55rem;
  overflow:hidden;
  border:1px solid rgba(182,108,255,.22);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}
.ypx_article figure img,
.ypx_article img{
  width:auto;
  height:auto;
  border-radius:14px;
}
.ypx_article figure img{width:100%;max-width: max-content; margin: 0 auto;}
.ypx_article figcaption{
  margin:.55rem .35rem .15rem;
  color:#bdb2d6;
  font-size:13px;
  line-height:1.45;
  text-align:center;
}
.ypx_article hr{
  height:1px;
  margin:1.6rem 0;
  border:0;
  background:linear-gradient(90deg,transparent,rgba(182,108,255,.5),rgba(217,255,22,.35),transparent);
}
.ypx_article code,
.ypx_article kbd,
.ypx_article samp{
  padding:.12rem .38rem;
  border:1px solid rgba(182,108,255,.22);
  border-radius:.45rem;
  color:#efff9c;
  background:rgba(7,8,13,.7);
  font-family:Consolas,Monaco,"Courier New",monospace;
  font-size:.88rem;
}
.ypx_article pre{
  margin:1.2rem 0;
  padding:1rem;
  overflow:auto;
  border:1px solid rgba(182,108,255,.22);
  border-radius:16px;
  background:#0d0e15;
  color:#efe7ff;
  font-size:.9rem;
  line-height:1.55;
}
.ypx_article pre code{padding:0;border:0;background:transparent;color:inherit;font-size:inherit}
.ypx_article dl{
  margin:1.1rem 0;
  display:grid;
  gap:.75rem;
}
.ypx_article dt{color:#fff;font-weight:900;font-size:15px}
.ypx_article dd{
  margin:0;
  padding:.85rem 1rem;
  border:1px solid rgba(182,108,255,.18);
  border-radius:14px;
  color:#d8d0ea;
  background:rgba(255,255,255,.035);
}
.ypx_article details{
  margin:1rem 0;
  overflow:hidden;
  border:1px solid rgba(182,108,255,.22);
  border-radius:16px;
  background:rgba(15,16,24,.72);
}
.ypx_article summary{
  cursor:pointer;
  padding:.95rem 1rem;
  color:#fff;
  font-weight:900;
  list-style:none;
}
.ypx_article summary::-webkit-details-marker{display:none}
.ypx_article summary:after{content:"+";float:right;color:var(--ypx-acid);font-weight:900}
.ypx_article details[open] summary:after{content:"−"}
.ypx_article details > *:not(summary){margin-left:1rem;margin-right:1rem}
.ypx_article iframe,
.ypx_article video,
.ypx_article embed,
.ypx_article object{
  width:100%;
  max-width:100%;
  border:1px solid rgba(182,108,255,.22);
  border-radius:18px;
  background:#0d0e15;
}
.ypx_article input,
.ypx_article textarea,
.ypx_article select{
  width:100%;
  min-height:42px;
  padding:.7rem .85rem;
  border:1px solid rgba(182,108,255,.32);
  border-radius:12px;
  color:#fff;
  background:#12131d;
  font:inherit;
  font-size:15px;
  outline:none;
}
.ypx_article textarea{min-height:110px;resize:vertical}
.ypx_article input:focus,
.ypx_article textarea:focus,
.ypx_article select:focus{border-color:var(--ypx-acid);box-shadow:0 0 0 3px rgba(217,255,22,.1)}
.ypx_article button,
.ypx_article input[type="button"],
.ypx_article input[type="submit"]{
  width:auto;
  min-height:40px;
  padding:0 1rem;
  border:1px solid rgba(217,255,22,.7);
  border-radius:12px;
  color:#111;
  background:linear-gradient(180deg,var(--ypx-acid),#c8ff00);
  font-weight:900;
  font-size:14px;
  cursor:pointer;
}
.ypx_article .aligncenter{display:block;margin-left:auto;margin-right:auto}
.ypx_article .alignleft{float:left;margin:.35rem 1rem .8rem 0}
.ypx_article .alignright{float:right;margin:.35rem 0 .8rem 1rem}
.ypx_article:after{content:"";display:block;clear:both}
@media(max-width:760px){
  .ypx_article{padding:20px;font-size:15px;border-radius:18px}
  .ypx_article h1{font-size:1.55rem}
  .ypx_article h2{font-size:1.32rem;margin-top:1.55rem}
  .ypx_article h3{font-size:1.12rem}
  .ypx_article table{display:block;overflow-x:auto;table-layout:auto}
  .ypx_article th,
  .ypx_article td{min-width:9rem;font-size:13px;padding:.75rem .8rem}
  .ypx_article .alignleft,
  .ypx_article .alignright{float:none;display:block;margin:1rem auto}
}
@media(max-width:460px){
	.ypx_hero-media {opacity:.4;}
  .ypx_article{padding:16px}
  .ypx_article p,
  .ypx_article li{font-size:14px}
  .ypx_article h2{font-size:1.22rem}
}
