.nav-toggle{
display:none;
background-color: #029af8; color:#fff;
border:0;
border-radius:10px;
padding: 10px 14px;
font-weight: 900;
font-size: 20px;
line-height: 1;
cursor:pointer;
box-shadow: 0 10px 22px rgba(0,0,0,.35);
} .nav-overlay{
position: fixed;
inset: 0;
background: rgba(0,0,0,.55);
z-index: 999;
} @media (max-width: 900px){
.nav-toggle{ display:inline-flex; align-items:center; justify-content:center; } .nav{
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: min(320px, 85vw);
padding: 70px 14px 16px;
background-color: #029af8; box-shadow: -18px 0 40px rgba(0,0,0,.45);
z-index: 1000;
flex-direction: column;
align-items: stretch;
gap: 10px;
transform: translateX(110%);
transition: transform .25s ease;
} body.nav-open .nav{
transform: translateX(0);
}
body.nav-open .nav-overlay{
display:block;
}
body:not(.nav-open) .nav-overlay{
display:none;
} .guide-link,
.nav-item,
.nav-language,
.nav-patch,
.nav-personaggi,
.nav-news,
.nav-build,
.nav-guide{
width: 100%;
transform: none;
justify-content: center;
border-radius: 12px;
}
.nav-item:hover,
.nav-language:hover,
.nav-patch:hover,
.nav-personaggi:hover,
.nav-news:hover,
.nav-build:hover,
.nav-guide:hover{
transform: translateY(-1px);
} body.nav-open{ overflow:hidden; }
}
:root{
--max: 1100px;
--pad: 16px;
--border: #e6e6e6;
} body{ 
margin:0; 
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; 
line-height:1.6; 
background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/site/background.jfif);;
background-color: #0b1020;
background-image: "asset/site/background.jfif";
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
background-attachment: fixed;
}
a{ color: inherit; }
.container{ max-width: var(--max); margin:0 auto; padding: var(--pad); }
.site-header { 
display: flex;
flex-direction: row;
align-items: center; justify-content: space-between; padding: 0 20px; height: 80px; 
position: sticky; 
top: 0; 
z-index: 9999; }   .nav-text{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
} .nav{
--nav-skew: -15deg;
--nav-radius: 10px;
--nav-border: rgba(255,255,255,.85);
--nav-shadow: 0 10px 22px rgba(0,0,0,.35);
--nav-text: #fff;
--nav-stroke: rgba(52,32,70,.75);
--nav-glow: 0 0 6px rgba(0,0,0,.35);
display:flex;
gap: 10px;
flex-wrap: wrap;
align-items:center;
} .guide-link,
.nav-item,
.nav-language,
.nav-patch,
.nav-personaggi,
.nav-news,
.nav-build,
.nav-guide{
display:flex;
align-items:center;
gap: 10px;
padding: 10px 22px;
border: 2px solid var(--nav-border);
cursor:pointer;
position:relative;
transform: skewX(var(--nav-skew));
transition: transform .22s ease, filter .22s ease, box-shadow .22s ease, background-color .22s ease;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
color: #fff;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-weight: 800;
text-transform: uppercase;
font-style: italic;
letter-spacing: .6px; text-shadow:
-1px 0   var(--nav-stroke),
1px 0   var(--nav-stroke),
0  1px  var(--nav-stroke),
0 -1px  var(--nav-stroke),
0  2px  rgba(0,0,0,.35);
box-shadow: var(--nav-shadow);
user-select:none;
} .nav-item::before,
.nav-language::before,
.nav-patch::before,
.nav-personaggi::before,
.nav-news::before,
.nav-build::before,
.nav-guide::before{
content:"";
position:absolute;
inset:0;
border-radius: inherit;
pointer-events:none;
background:
linear-gradient(180deg, rgba(255,255,255,.22), transparent 55%);
opacity:.35;
}  .nav-patch,
.nav-personaggi,
.nav-news,
.nav-build,
.nav-guide{
background: linear-gradient(135deg, #05b6ff, #0077ff);
} .nav-language{
background: linear-gradient(135deg, #2b2b2e, #17171a);
} .nav-item:hover,
.nav-language:hover,
.nav-patch:hover,
.nav-personaggi:hover,
.nav-news:hover,
.nav-build:hover,
.nav-guide:hover{
transform: skewX(var(--nav-skew)) translateY(-1px) scale(1.03);
filter: brightness(1.07) saturate(1.05);
box-shadow: 0 14px 30px rgba(0,0,0,.42);
} .nav-item:focus-visible,
.nav-language:focus-visible,
.nav-patch:focus-visible,
.nav-personaggi:focus-visible,
.nav-news:focus-visible,
.nav-build:focus-visible,
.nav-guide:focus-visible{
outline: none;
box-shadow: 0 0 0 3px rgba(107,231,255,.35), 0 14px 30px rgba(0,0,0,.42);
} .nav-item.is-active{
background: linear-gradient(135deg, #ffe36a, #ffb300);
border-color: rgba(255,255,255,.95);
box-shadow: 0 16px 34px rgba(0,0,0,.48);
filter: saturate(1.05);
} .nav-item.is-active::after{
content:"";
position:absolute;
inset:-6px;
border-radius: calc(var(--nav-radius) + 8px);
background: radial-gradient(circle at 20% 30%, rgba(255,211,0,.35), transparent 55%),
radial-gradient(circle at 80% 70%, rgba(107,231,255,.18), transparent 60%);
z-index:-1;
filter: blur(6px);
}   .brand { 
display: flex;
align-items: center;
height: 100%;
}
.site-logo {
max-height: 100px; width: auto;
padding-top: 1rem;
}
.cardtable{
}
.cardpatchmenu {
display: flex !important;
flex-direction: column !important; justify-content: flex-start !important; align-items: center !important; text-align: center !important;
padding: 20px !important; } .cardpatchmenu .namepg {
margin: 0 0 10px 0 !important; 
width: 100% !important;
height: auto !important;
} .cardpatchmenu .namepg a {
margin-top: 0 !important;
display: inline-block !important;
} .cardpatchmenu .meta {
margin: 0 auto !important;
display: flex !important;
justify-content: center !important;
gap: 10px !important;
}
.cardpatchmenu {
position: relative;
background-color: rgba(0, 13, 46, .8);  border: 2px solid #00ff37; border-radius: 12px;
box-shadow: 0 0 10px #00ff37, 0 0 20px #068d33;
padding: 1.5rem 2rem;
text-align: center;
transition: all 0.25s ease-in-out;
cursor: pointer;
overflow: hidden;
}
.cardpatchmenu::before {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at center, rgba(255, 255, 100, 0.15), transparent 70%);
opacity: 0;
transition: opacity 0.3s;
z-index: 0;
}
.cardpatchmenu:hover::before {
opacity: 1;
}
.cardpatchmenu:hover {
transform: scale(1.02);
box-shadow: 0 0 25px rgba(253, 216, 53, 0.6), inset 0 0 8px rgba(255, 255, 255, 0.2);
border-color: #fff176;
}
.cardpatchmenu .namepg{
margin: 0;
}
.cardpatchmenu .namepg a {
position: relative;
font-family: "Saiyan Sans", "Oxanium", "Orbitron", sans-serif;
font-weight: 700;
color: #fff;
font-size: 1.4rem;
text-transform: uppercase;
text-shadow: 0 0 10px #00ff37, 0 0 20px #068d33;
z-index: 1;
transition: color 0.3s;
margin-top: 5rem;
} .cardpatchmenu p {
margin-top: 0.5rem;
color: #ccc;
font-size: 0.95rem;
z-index: 1;
position: relative;
} .cardpatchmenu .meta {
margin-top: 1rem;
z-index: 1;
position: relative;
} .cardpatchmenu .new-badge {
position: absolute;
top: -10px;
right: -10px;
transform: rotate(15deg);
z-index: 2;
}
.cardpatchmenu .new-badge img {
width: 60px;
} @media (max-width: 600px) {
.cardpatchmenu {
padding: 1rem;
}
.cardpatchmenu .namepg a {
font-size: 1.4rem;
}}
.grid{ display:grid; gap:16px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.card{ padding:55x; background-size: contain; background-repeat: no-repeat;  aspect-ratio: 427 / 116; 
transition: transform 0.3s ease;
transition: background-image 0.2s ease-in-out, transform 0.3s ease;
}
.grid-patchmenu {
display: flex;
flex-direction: column;
gap: 1.5rem;
max-width: 700px;
margin: 3rem auto;
padding: 0 1rem;
}
.headertitle{ display: flex;
justify-content: center; align-items: center;  width: 100%; padding-top: 5rem;  }
hr{ border:0; border-top:1px solid var(--border); margin:24px 0; }
.card:hover {
transform: scale(1.05);
z-index: 10; }
.card:hover {
transform: scale(1.05);
}
a:any-link {
text-decoration: none !important;
} .super-saiyan-son-goku,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-son-goku { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character1.webp); }
.super-saiyan-son-goku:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character01_hover.webp); }
.super-saiyan-son-goku ,
.a{
all: unset;
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-vegeta { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character2.webp); }
.super-saiyan-vegeta:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character02_hover.webp); }
.super-saiyan-vegeta,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .krillin { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character3.webp); }
.krillin:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character03_hover.webp); }
.krillin,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-trunks-teen { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character4.webp); }
.super-saiyan-trunks-teen:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character04_hover.webp); }
.super-saiyan-trunks-teen,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
outline: transparent;
text-decoration: none;
} .piccolo { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character5.webp); }
.piccolo:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character05_hover.webp); }
.piccolo,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .androide-18 { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character6.webp); }
.androide-18:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character06_hover.webp); }
.androide-18 ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .majin-buu-good { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character7.webp); }
.majin-buu-good:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character07_hover.webp); }
.majin-buu-good,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .zamasu { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character8.webp); }
.zamasu:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character08_hover.webp); }
.zamasu,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .son-gohan-kid { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character9.webp); }
.son-gohan-kid:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character09_hover.webp); }
.son-gohan-kid ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .baby-young-body { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character10.webp); }
.baby-young-body:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character10_hover.webp); }
.baby-young-body,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .frieza-1-form { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character11.webp); }
.frieza-1-form:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character11_hover.webp); }
.frieza-1-form,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .darbura { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character12.webp); }
.darbura:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character12_hover.webp); }
.darbura,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .cooler-final-form { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character13.webp); }
.cooler-final-form:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character13_hover.webp); }
.cooler-final-form,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-uub { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character14.webp); }
.super-uub:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character14_hover.webp); }
.super-uub,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .full-power-bojack { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character15.webp); }
.full-power-bojack:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character15_hover.webp); }
.full-power-bojack,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-2-caulifla { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character16.webp); }
.super-saiyan-2-caulifla:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character16_hover.webp); }
.super-saiyan-2-caulifla,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .son-goku-mini { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character17.webp); }
.son-goku-mini:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character17_hover.webp); }
.son-goku-mini ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .cell-perfect-form { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character18.webp); }
.cell-perfect-form:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character18_hover.webp); }
.cell-perfect-form,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-vegito { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/0029/btn_character29.webp); }
.super-vegito:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/0029/btn_character29_hover.webp); }
.super-vegito,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
}
.androide-17 { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character19.webp); }
.androide-17:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character19_hover.webp); }
.androide-17,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .hit { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character20.webp); }
.hit:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character20_hover.webp); }
.hit,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-kale-berserk { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character21.webp); }
.super-saiyan-kale-berserk:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character21_hover.webp); }
.super-saiyan-kale-berserk ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .gamma-1-gamma-2 { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character22.webp); }
.gamma-1-gamma-2:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character22_hover.webp); }
.gamma-1-gamma-2,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-3-son-goku { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character23.webp); }
.super-saiyan-3-son-goku:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character23_hover.webp); }
.super-saiyan-3-son-goku,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-gotenks { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character24.webp); }
.super-saiyan-gotenks:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character24_hover.webp); }
.super-saiyan-gotenks,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .god-of-destruction-toppo { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character25.webp); }
.god-of-destruction-toppo:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character25_hover.webp); }
.god-of-destruction-toppo,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-4-vegeta { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character26.webp); }
.super-saiyan-4-vegeta:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character26_hover.webp); }
.super-saiyan-4-vegeta,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .ultimate-gohan { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character27.webp); }
.ultimate-gohan:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character27_hover.webp); }
.ultimate-gohan ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
}
.site-logo {
height: 90px; width: auto;
}
@media (max-width: 768px) {
.site-logo {
height: 60px; }
} .btn-filter {
display: flex;
align-items: center;
padding: 8px 25px;
border: 2px solid #fff;
cursor: pointer;
position: relative; transform: skewX(-15deg); 
transition: all 0.3s ease;
} .btn-filter img, 
.btn-filter span {
transform: skewX(15deg); 
color: #fff;
font-family: 'Arial Black', sans-serif; text-transform: uppercase;
font-style: italic;
}
.btn-filter img {
width: 25px;
height: auto;
margin-right: 10px;
} .btn-all {
background-color: #2d2e32; 
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.btn-damage {
background-color: #e9515f; box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.btn-tank {
background-color: #52ee7d; box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.btn-technical {
background-color: #029af8; box-shadow: 0 4px 8px rgba(0,0,0,0.3);
} .btn-filter:hover {
transform: skewX(-15deg) scale(1.05);
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
filter: brightness(1.1);
box-shadow: 0 0 15px rgba(255,255,255,0.3);
} :root{
--max: 1100px;
--pad: 16px;
--border: #e6e6e6;
}
a{ color: inherit; }
.brand{ font-weight:700; 
text-decoration:none; 
display: flex;
align-items: center;
}
.card{ padding:55x; background-size: contain; background-repeat: no-repeat;  aspect-ratio: 427 / 116; 
transition: transform 0.3s ease;
transition: background-image 0.2s ease-in-out, transform 0.3s ease;
}
.content-build img {
border: 3px solid transparent !important;
border-radius: 15px;
max-width: 100% !important;
height: auto !important; clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.meta{  font-size:14px; border: 3px solid transparent !important;}
.metapg{
position: relative;
display: grid;
grid-template-areas:
"role radar"
"name radar"
"difficulty radar"
"tips radar"
"tips2 skill";
grid-template-columns: auto auto;
width: 69.4642857143%;
border: 3px solid transparent !important;
}
hr {
border: 3px solid transparent !important;
}
.tips {
grid-area: tips;
margin: 0; 
padding-bottom: 1rem;
grid-area: tips; max-width: unset;  text-align: left; display: block;
width: max-content;
white-space: nowrap;
overflow-wrap: break-word;
font-family: var(--font-notosans);
font-size: clamp(38.4px, -11.233px + 5.224vw, 64px);
font-weight: 900;
font-feature-settings: "palt";
line-height: 1.2;
color: #fff;
text-shadow: 0 0 .11px #342046, 0 0 .22px #342046, 0 0 .33px #342046, 0 0 .44px #342046, 0 0 .55px #342046, 0 0 .66px #342046, 0 0 .77px #342046, 0 0 .88px #342046, 0 0 .99px #342046, 0 0 1.1px #342046, 0 0 1.21px #342046, 0 0 1.32px #342046, 0 0 1.43px #342046, 0 0 1.54px #342046, 0 0 1.65px #342046, 0 0 1.76px #342046, 0 0 1.87px #342046, 0 0 1.98px #342046, 0 0 2.09px #342046, 0 0 2.2px #342046, 0 0 2.31px #342046, 0 0 2.42px #342046, 0 0 2.53px #342046, 0 0 2.64px #342046, 0 0 2.75px #342046, 0 0 2.86px #342046, 0 0 2.97px #342046, 0 0 3.08px #342046, 0 0 3.19px #342046, 0 0 3.3px #342046;
filter: drop-shadow(.0625em .0625em .1px #342046);
transform: skew(-6deg);
outline: 1px solid transparent;
backface-visibility: hidden; 
border: 3px solid transparent !important;
}
.tipsp {
grid-area: tips2;
width: 70%;
font-size: clamp(12px,-3.51px + 1.633vw,20px);
font-weight: 700;
line-height: 1.5;
color: #fff;
text-shadow: 0 0 1px rgba(21,24,94,.45),0 0 2px rgba(21,24,94,.45),0 0 3px rgba(21,24,94,.45),0 0 4px rgba(21,24,94,.45),0 0 5px rgba(21,24,94,.45),0 0 6px rgba(21,24,94,.45),0 0 7px rgba(21,24,94,.45),0 0 8px rgba(21,24,94,.45);
font-family: var(--font-notosansjp);
border: 3px solid transparent !important;
}
.badge {
display: inline-flex; align-items: center;
border: 1px solid var(--border);
border-radius: 999px;
padding: 2px 10px;
font-size: 12px;
height: 22px; background-repeat: no-repeat;
background-position: left 6px center;
background-size: 14px 14px;
}
hr{ border:0; border-top:1px solid var(--border); margin:24px 0; }
.card:hover {
transform: scale(1.05);
z-index: 10; }
.card:hover {
transform: scale(1.05);
} .super-saiyan-son-goku,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
}
.legendary-super-saiyan-broly{ background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character28.webp); }
.legendary-super-saiyan-broly:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character28_hover.webp); }
.legendary-super-saiyan-broly ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-son-goku { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character1.webp); }
.super-saiyan-son-goku:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character01_hover.webp); }
.super-saiyan-son-goku ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-vegeta { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character2.webp); }
.super-saiyan-vegeta:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character02_hover.webp); }
.super-saiyan-vegeta,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .krillin { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character3.webp); }
.krillin:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character03_hover.webp); }
.krillin,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-trunks-teen { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character4.webp); }
.super-saiyan-trunks-teen:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character04_hover.webp); }
.super-saiyan-trunks-teen,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .piccolo { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character5.webp); }
.piccolo:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character05_hover.webp); }
.piccolo,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .androide-18 { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character6.webp); }
.androide-18:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character06_hover.webp); }
.androide-18 ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .majin-buu-good { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character7.webp); }
.majin-buu-good:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character07_hover.webp); }
.majin-buu-good,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .zamasu { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character8.webp); }
.zamasu:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character08_hover.webp); }
.zamasu,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .son-gohan-kid { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character9.webp); }
.son-gohan-kid:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character09_hover.webp); }
.son-gohan-kid ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .frieza-1-form { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character11.webp); }
.frieza-1-form:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character11_hover.webp); }
.frieza-1-form,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .darbura { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character12.webp); }
.darbura:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character12_hover.webp); }
.darbura,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .cooler-final-form { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character13.webp); }
.cooler-final-form:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character13_hover.webp); }
.cooler-final-form,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-uub { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character14.webp); }
.super-uub:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character14_hover.webp); }
.super-uub,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .full-power-bojack { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character15.webp); }
.full-power-bojack:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character15_hover.webp); }
.full-power-bojack,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-2-caulifla { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character16.webp); }
.super-saiyan-2-caulifla:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character16_hover.webp); }
.super-saiyan-2-caulifla,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .son-goku-mini { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character17.webp); }
.son-goku-mini:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character17_hover.webp); }
.son-goku-mini ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .cell-perfect-form { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character18.webp); }
.cell-perfect-form:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character18_hover.webp); }
.cell-perfect-form,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .c-17 { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character19.webp); }
.c-17:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character19_hover.webp); }
.c-17,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .hit { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character20.webp); }
.hit:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character20_hover.webp); }
.hit,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-kale-berserk { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character21.webp); }
.super-saiyan-kale-berserk:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character21_hover.webp); }
.super-saiyan-kale-berserk ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .gamma-1-gamma-2 { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character22.webp); }
.gamma-1-gamma-2:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character22_hover.webp); }
.gamma-1-gamma-2,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-3-son-goku { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character23.webp); }
.super-saiyan-3-son-goku:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character23_hover.webp); }
.super-saiyan-3-son-goku,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-gotenks { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character24.webp); }
.super-saiyan-gotenks:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character24_hover.webp); }
.super-saiyan-gotenks,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .god-of-destruction-toppo { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character25.webp); }
.god-of-destruction-toppo:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character25_hover.webp); }
.god-of-destruction-toppo,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .super-saiyan-4-vegeta { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character26.webp); }
.super-saiyan-4-vegeta:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character26_hover.webp); }
.super-saiyan-4-vegeta,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
} .ultimate-gohan { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character27.webp); }
.ultimate-gohan:hover { background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/btn_character27_hover.webp); }
.ultimate-gohan ,
.a{
font-family: var(--font-notosans);
font-size: min(12px, 1.875vw);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
}
@media (max-width: 768px) {
.site-logo {
height: 60px; }
}  .container-filtri {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin: 40px 0;
flex-wrap: wrap; } .btn-filter {
display: flex;
align-items: center;
padding: 8px 25px;
border: 2px solid #fff;
cursor: pointer;
position: relative; transform: skewX(-15deg); 
transition: all 0.3s ease;
} .btn-filter img, 
.btn-filter span {
transform: skewX(15deg); 
color: #fff;
font-family: 'Arial Black', sans-serif; text-transform: uppercase;
font-style: italic;
}
.btn-filter img {
width: 25px;
height: auto;
margin-right: 10px;
} .btn-all {
background-color: #2d2e32; 
}
.btn-damage {
background-color: #e9515f; }
.btn-tank {
background-color: #52ee7d; }
.btn-technical {
background-color: #029af8; } .btn-filter:hover {
transform: skewX(-15deg) scale(1.05);
filter: brightness(1.1);
box-shadow: 0 0 15px rgba(255,255,255,0.3);
}
.namepg {
width: 12rem;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 50px;
text-align: center;
font-size: clamp(16px, 11vw, 22px);
line-height: 1.2;
outline: 1px solid transparent; backface-visibility: hidden; 
}
@media (max-width: 768px) {
.tuo-namepg {
font-size: 0px;
margin-top: 10px; }
}
.namepg a {
padding-bottom: 1rem;
outline: 1px solid transparent; backface-visibility: hidden; 
}
.pgpage1{
position: relative;
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
margin: 20px auto;
transform: translateX(21%);
outline: 1px solid transparent; backface-visibility: hidden; background-position: right 0px; outline: 1px solid transparent; backface-visibility: hidden; 
}
.pgpage {
position: relative;
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
margin: 20px auto;
padding-block: min(90px, 6.25%);
width: 95.2941176471%;
max-width: 1240px;
margin: 0 auto;
position: relative;
height: 39%;
width: 90%;
max-width: 1120px;
padding-block: min(90px, 6.25%);
transform: translateX(-21%);
outline: 1px solid transparent; backface-visibility: hidden; }
.container h1{
all: unset;
width: 50%;
}
.optional-build,
.build-exp,
.general-build,
.container h1,
.pgpage h1{
grid-area: name;
max-width: max-content;
margin-top: .34375em;
font-family: var(--font-notosans);
font-size: clamp(38.4px, -11.233px + 5.224vw, 64px);
font-weight: 900;
font-feature-settings: "palt";
line-height: 1.2;
color: #fff;
text-shadow: 0 0 .11px #342046, 0 0 .22px #342046, 0 0 .33px #342046, 0 0 .44px #342046, 0 0 .55px #342046, 0 0 .66px #342046, 0 0 .77px #342046, 0 0 .88px #342046, 0 0 .99px #342046, 0 0 1.1px #342046, 0 0 1.21px #342046, 0 0 1.32px #342046, 0 0 1.43px #342046, 0 0 1.54px #342046, 0 0 1.65px #342046, 0 0 1.76px #342046, 0 0 1.87px #342046, 0 0 1.98px #342046, 0 0 2.09px #342046, 0 0 2.2px #342046, 0 0 2.31px #342046, 0 0 2.42px #342046, 0 0 2.53px #342046, 0 0 2.64px #342046, 0 0 2.75px #342046, 0 0 2.86px #342046, 0 0 2.97px #342046, 0 0 3.08px #342046, 0 0 3.19px #342046, 0 0 3.3px #342046;
filter: drop-shadow(.0625em .0625em .1px #342046);
transform: skew(-6deg);
width: 40rem;
}
.badge.damage {
all: unset; background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/label_damage.png);
padding-left: 26px;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
width: 150px;
text-indent: -9999px; overflow: hidden;
white-space: nowrap;
align-items: center;
justify-content: center;
text-align: center;
}
.badge.tank {
all: unset; background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/label_tank.png);
padding-left: 26px;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
width: 150px;
text-indent: -9999px; overflow: hidden;
white-space: nowrap;
align-items: center;
justify-content: center;
text-align: center;
}
.badge.technical {
all: unset; background-image: url(//dbgsbuilds.com/wp-content/themes/dbgsquad-lite/asset/Char/label_technical.png);
padding-left: 26px;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
width: 150px;
text-indent: -9999px; overflow: hidden;
white-space: nowrap;
align-items: center;
justify-content: center;
text-align: center;
}
.Detail_difficulty__n5MRA {
display: flex;
flex-flow: column;
grid-area: difficulty;
margin-top: 1.5454545455em;
font-size: clamp(13.2px, -3.861px + 1.796vw, 22px);
}
.Detail_difficulty_label__LVA_3 {
max-width: max-content;
padding: .1363636364em .6363636364em .2272727273em;
font-weight: 700;
line-height: 1;
color: #342046;
letter-spacing: -.04em;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background: #78ff00;
-webkit-clip-path: polygon(.2727272727em 0, 100% 0, calc(100% - .2727272727em) 100%, 0 100%);
clip-path: polygon(.2727272727em 0, 100% 0, calc(100% - .2727272727em) 100%, 0 100%);
font-family: var(--font-mplus1);
}
.Detail_difficulty_value__1RODz {
position: relative;
max-width: max-content;
margin-top: 2rem;
}
.Detail_difficulty_bar__bMEEI {
position: relative;
width: 9em;
height: 1em;
aspect-ratio: 220 / 17;
background: #fff;
-webkit-clip-path: polygon(0 50%, 100% 0, calc(100% - .3181818182em) 100%);
clip-path: polygon(0 50%, 100% 0, calc(100% - .3181818182em) 100%);
margin-left: -2rem;
}
.Detail_difficulty_level__BKxuU {
position: absolute;
top: 50%;
z-index: 1;
display: inline-block;
width: 1.0454545455em;
aspect-ratio: 1 / 1;
background: #78ff00;
border-radius: 50%;
transform: translate(-125%, -50%);
}  .container-filtri .btn-filter:hover {
background-color: #555;
} .container-filtri .btn-filter.active {
background-color: #ffcc00; color: #000; box-shadow: 0 4px 8px rgba(0,0,0,0.3);
} .container-filtri .btn-filter.active img {
filter: brightness(1.2);
}
.card .new-badge img {
position: absolute;
bottom: 8px;
right: 8px;
width: 90px; height: auto;
z-index: 10;
transition: transform 0.2s ease-in-out; } .card .new-badge img:hover {
background-image: url(//dbgsbuilds.com/asset/Char/btn_new_hover.webp);
transform: scale(1.1); }
.option-build {
border: 2px solid rebeccapurple;
overflow: hidden;
max-height: 150px; margin-bottom: 10rem;
transition: max-height 0.4s ease;
cursor: pointer;
} .option-build.is-open {
max-height: 3000px; } .optional-build::after,
.general-build::after {
content: "▼";
margin-left: 10px;
transition: transform 0.3s ease;
}
.option-build.is-open .general-build::after {
transform: rotate(180deg);
}
.metapg1{
width: 50%;
text-align: center;
}
.metapg1 .card{
text-align: center;
}
.News_container__8uaVQ{
position: relative;
}
.News_inner__ZlPYk{
width: 90%;
max-width: 1240px;
margin: 0 auto;
max-width: 1200px;
padding-block: min(90px, 6.25%);
}
.News_content__CaoJq {
position: relative;
width: 100%;
}
.NewsBgFrame_container__Grgp1 {
position: absolute;
inset: 0;
width: 100%;
background-color: rgba(0, 13, 46, .8);
border: 3px solid #fff;
border-radius: clamp(9.6px, 3.565px + .635vw, 15px);
}
.News_content_inner__OYk9R {
position: relative;
padding: 3.3333333333% 3.3333333333% 4.3333333333%;
}
.News_content_inner__OYk9R {
position: relative;
color: #fff;
z-index: 2; }
.NewsBgFrame_container__Grgp1 {
z-index: 1;
}
.news-title {
font-size: 2rem;
margin-bottom: 1em;
text-transform: uppercase;
}
.news-items {
display: flex;
flex-direction: column;
gap: 1em;
}
.news-item {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding-bottom: 0.5em;
}
.news-link {
color: #fff;
text-decoration: none;
font-weight: 500;
}
.news-link:hover {
text-decoration: underline;
}
.news-date,
.tag {
display: inline-block;
padding: 3px 8px;
font-size: 1em;
font-weight: 600;
color: #fff;
margin-left: 8px;
text-transform: capitalize;
transform: skewX(var(--tag-skew));
}.update,
.tag-update {
background-color: #27ae60; }
.announcement,
.tag-announcement,
.tag-announcements {
background-color: #ff66b2; }
.event,
.tag-event {
background-color: #3498db; }
.gameinfo,
.tag-game-info,
.tag-gameinfo {
background-color: #9b59b6; }
.other,
.tag-other {
background-color: #7f8c8d; }
.news-filter-container{
display: flex;
flex-wrap: wrap;
gap: 1.111em;
justify-content: center;
font-size: clamp(14.4px, 7.42px + .735vw, 18px);
}
.filter-btn {
width: 20rem;
max-width: max-content;
height: 3rem;
padding: 0 2rem;
border: 2px solid transparent;
background: transparent;
cursor: pointer;
transition: all 0.2s;
font-family: var(--font-notosans);
color: #fff;
font-family: 'Arial Black', sans-serif; text-transform: uppercase;
font-style: italic;
} .btn-all { border-color: #FFD700; } .btn-event { border-color: #1E90FF; } .btn-update { border-color: #28A745; } .btn-announcement { border-color: #FF69B4; } .btn-gameinfo { border-color: #800080; } .btn-other { border-color: #6c757d; }  .filter-btn.active {
color: #fff; }
.btn-all.active { background-color: #FFD700; color: #000; }
.btn-event.active { background-color: #1E90FF; }
.btn-update.active { background-color: #28A745; }
.btn-announcement.active { background-color: #FF69B4; }
.btn-gameinfo.active { background-color: #800080; }
.btn-other.active { background-color: #6c757d; }
.titles {
text-align: center; margin-bottom: 30px; }
.titles .page-title {
font-size: 50px; width: 300px; height: 80px; margin: 0 auto; background-image: url(//dbgsbuilds.com/asset/ui/news1.png);
background-size: contain; background-repeat: no-repeat;
background-position: center;
}
.News_more
{
position: absolute;
inset: 0;
object-fit: cover;
}  .badge {
display: inline-block;
font-family: "Oxanium", sans-serif;
font-weight: 700;
text-transform: uppercase;
border-radius: 8px;
padding: 0.4rem 1rem;
border: 2px solid rgba(255, 255, 255, 0.2);
letter-spacing: 0.5px;
font-size: 0.95rem;
transition: all 0.25s ease-in-out;
position: relative;
overflow: hidden;
box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.15);
} .badge::before {
content: "";
position: absolute;
top: 0;
left: -60%;
width: 50%;
height: 100%;
background: linear-gradient(
120deg,
rgba(255, 255, 255, 0.4),
rgba(255, 255, 255, 0) 70%
);
transform: skewX(-20deg);
transition: left 0.6s ease-in-out;
}
.badge:hover::before {
left: 120%;
}
.badge:hover {
transform: scale(1.05);
}  .tag-update,
.badge.update {
background: linear-gradient(90deg, #00e676 0%, #00c853 100%);
color: #fff;
box-shadow: 0 0 12px rgba(0, 230, 118, 0.6);
} .tag-event,
.badge.event {
background: linear-gradient(90deg, #42a5f5 0%, #1e88e5 100%);
color: #fff;
box-shadow: 0 0 12px rgba(66, 165, 245, 0.6);
} .tag-announcement,
.badge.announcement {
background: linear-gradient(90deg, #ec407a 0%, #d81b60 100%);
color: #fff;
box-shadow: 0 0 12px rgba(236, 64, 122, 0.6);
} .tag-game-info,
.tag-gameinfo,
.badge.gameinfo {
background: linear-gradient(90deg, #ab47bc 0%, #8e24aa 100%);
color: #fff;
box-shadow: 0 0 12px rgba(171, 71, 188, 0.6);
} .tag-other
.badge.other {
background: linear-gradient(90deg, #9e9e9e 0%, #616161 100%);
color: #fff;
box-shadow: 0 0 12px rgba(158, 158, 158, 0.5);
} .badge.date-badge {
background: linear-gradient(90deg, #fdd835 0%, #f9a825 100%);
color: #111;
border: 2px solid #fff59d;
box-shadow: 0 0 10px rgba(253, 216, 53, 0.6);
font-size: 0.9rem;
}  .grid.build-carousel,.grid-patchmenu.build-carousel {
display: flex !important;
gap: 2rem;
overflow-x: auto;
overflow-y: visible;
padding: 3rem 4rem;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.grid.build-carousel::-webkit-scrollbar,
.grid-patchmenu.build-carousel::-webkit-scrollbar {
display: none;
} .build-carousel article {
flex: 0 0 280px;
max-width: 280px;
scroll-snap-align: center;
background-color: rgba(0, 13, 46, 0.9); 
background-color: rgba(0, 13, 46, .8);  border: 2px solid #00ff37; border-radius: 12px;
padding: 1.5rem;
position: relative; transform: scale(0.85);
opacity: 0.5; transition: 
transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
opacity 0.2s ease, 
border-color 0.2s ease,
box-shadow 0.2s ease;
will-change: transform, opacity;
} .build-carousel article.is-active {
transform: scale(1.05);
opacity: 1;
border-color: #ffffff;  box-shadow: 
0 0 15px rgba(255, 255, 255, 0.3),
0 0 30px rgba(52, 32, 70, 0.7); 
z-index: 10;
} @media (hover: hover) {
.build-carousel article.is-active:hover {
transform: scale(1.05);
}
} .build-carousel .namepg {
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
.build-carousel .namepg a {
color: #fff;
text-decoration: none;
}
.build-carousel .meta {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
margin-bottom: 0.8rem;
}
.build-carousel p {
font-size: 0.9rem;
opacity: 0.85;
line-height: 1.45;
} .build-carousel article {
position: relative;
}
.build-carousel .new-badge {
position: absolute;
top: -12px;
right: -12px;
width: 56px;
pointer-events: none;
} .carousel-nav {
position: fixed;
top: 50%;
transform: translateY(-50%);
width: 52px;
height: 52px;
border-radius: 50%;
background: rgba(20,20,30,0.85);
color: #fff;
font-size: 2rem;
line-height: 52px;
text-align: center;
cursor: pointer;
z-index: 10;
box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}
.carousel-nav:hover {
transform: translateY(-50%) scale(1.1);
background: rgba(40,40,60,0.95);
}
.build-carousel article.is-active:hover {
transform: scale(1.1);
}
.carousel-prev { left: 20px; }
.carousel-next { right: 20px; } @media (max-width: 768px) {
.grid.build-carousel {
padding: 2rem 1rem;
}
.build-carousel article {
flex: 0 0 80%;
max-width: 80%;
}
.carousel-nav {
display: none;
}
}
.build-carousel.no-snap {
scroll-snap-type: none !important;
}
.build-carousel.no-snap article {
scroll-snap-align: none !important;
}
.build-image-preview{
display:grid;
grid-template-columns: repeat(4, 1fr);
gap:12px;
align-items:center;
padding: 12px;
border-radius: 16px;
border: 4px solid transparent;
background:
repeating-linear-gradient(
-20deg,
rgba(255,255,255,.06) 0 6px,
rgba(255,255,255,0) 6px 18px
),
radial-gradient(circle at 30% 20%, rgba(255,230,0,.10), transparent 60%),
linear-gradient(180deg, rgba(10,12,22,.85), rgba(10,12,22,.65)) padding-box,
linear-gradient(135deg, #ffe600, #ff9800, #ff3d00, #ffe600) border-box;
outline: 2px solid rgba(255, 230, 0, .65);
outline-offset: 4px;
box-shadow:
0 0 0 3px rgba(255, 200, 0, .22),
0 0 20px rgba(255, 170, 0, .45),
0 0 44px rgba(255, 120, 0, .25);
}
.build-image-preview figure,
.build-image-preview .wp-block-image{
margin:0;
}
.build-image-preview img{
width:100%;
height:auto;
display:block;
}
.namepg-build{ height: 90px;
display: flex;
align-items: center;
justify-content: center; text-align: center;
font-size: clamp(16px, 11vw, 22px);
line-height: 1.2;
outline: 1px solid transparent;
backface-visibility: hidden;
background-repeat:no-repeat;
background-position:center;
background-size:contain; padding:18px 14px; border-radius:10px; position:relative;
font-family: var(--font-notosans);
font-weight: 400;
font-feature-settings: "palt";
line-height: 2;
color: #fff;
text-shadow: 0 0 .1px #342046, 0 0 .2px #342046, 0 0 .3px #342046, 0 0 .4px #342046, 0 0 .5px #342046, 0 0 .6px #342046, 0 0 .7px #342046, 0 0 .8px #342046, 0 0 .9px #342046, 0 0 1px #342046, 0 0 1.1px #342046, 0 0 1.2px #342046, 0 0 1.3px #342046, 0 0 1.4px #342046, 0 0 1.5px #342046, 0 0 1.6px #342046, 0 0 1.7px #342046, 0 0 1.8px #342046, 0 0 1.9px #342046, 0 0 2px #342046, 0 0 2.1px #342046, 0 0 2.2px #342046, 0 0 2.3px #342046, 0 0 2.4px #342046, 0 0 2.5px #342046, 0 0 2.6px #342046, 0 0 2.7px #342046, 0 0 2.8px #342046, 0 0 2.9px #342046, 0 0 3px #342046;
filter: drop-shadow(.0833333333em .0833333333em .1px #342046);
}
.namepg-build a{
display:block;
text-align:center;
text-decoration:none;
font-weight:700; position:relative;
z-index:1; } .build-page{
--bg: #0b0f1a;
--panel: rgba(255,255,255,.06);
--stroke: rgba(255,255,255,.14);
--text: rgba(255,255,255,.92);
--muted: rgba(255,255,255,.70);
--accent: #6be7ff;
--accent2:#b06bff;
} .build-page{
background:
radial-gradient(1200px 700px at 10% 0%, rgba(107,231,255,.18), transparent 55%),
radial-gradient(900px 600px at 95% 15%, rgba(176,107,255,.16), transparent 55%),
var(--bg);
color: var(--text);
border-radius: 18px;
padding: 18px 14px 56px;
} .build-page article{
background: linear-gradient(180deg, rgba(255,255,255,.03), transparent 26%);
border: 1px solid rgba(255,255,255,.06);
border-radius: 18px;
padding: 18px 14px;
backdrop-filter: blur(6px);
} .build-page h1{
font-size: 26px;
line-height: 1.05;
letter-spacing: .2px;
margin: 2px 0 12px;
text-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.build-page hr{
border: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
margin: 16px 0 18px;
}
.build-page p{
color: var(--muted);
margin: 10px 0;
font-size: 15px;
line-height: 1.55;
} .build-page .metapg1{
margin: 10px 0 14px;
padding: 12px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,.08);
background: linear-gradient(135deg, rgba(107,231,255,.12), rgba(176,107,255,.10));
box-shadow: 0 14px 45px rgba(0,0,0,.35);
}
.build-page .metapg1 .card{
display: block;
width: 100%;
min-height: 140px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,.10);
background-size: cover;
background-position: center;
box-shadow: inset 0 0 0 1px rgba(255,255,255,.06),
0 18px 60px rgba(0,0,0,.45);
object-fit: contain;
} .build-page .wp-block-group{
margin: 16px 0 22px;
}
.build-page .wp-block-group__inner-container{
border-radius: 18px;
background: var(--panel);
border: 1px solid rgba(255,255,255,.08);
padding: 14px 12px;
box-shadow: 0 12px 42px rgba(0,0,0,.30);
} .build-page .wp-block-quote{
border-left: 3px solid rgba(107,231,255,.55);
padding-left: 10px;
margin: 0 0 10px !important;
background: linear-gradient(90deg, rgba(107,231,255,.10), transparent 60%);
border-radius: 12px;
}
.build-page .title-build{
margin: 0 !important;
color: var(--text);
font-size: 16px;
} .build-page .combo-build{
margin: 10px 0 10px;
padding: 10px 10px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,.10);
background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
color: var(--text);
font-weight: 600;
font-size: 13px;
text-align: center;
}
.build-page .combo-build::before{
content: "Combo";
display: inline-block;
margin-right: 10px;
padding: 4px 10px;
border-radius: 999px;
border: 1px solid rgba(107,231,255,.35);
background: rgba(107,231,255,.10);
color: rgba(255,255,255,.92);
font-weight: 700;
font-size: 12px;
letter-spacing: .3px;
} .build-page .wp-block-columns.build-image{
margin: 12px 0 6px !important;
}
.build-page .first-build{
width: 100%;
padding: 10px 10px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,.10);
background: linear-gradient(135deg, rgba(176,107,255,.08), rgba(107,231,255,.06));
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: rgba(255,255,255,.20) transparent;
}
.build-page .first-build::-webkit-scrollbar{ height: 8px; }
.build-page .first-build::-webkit-scrollbar-thumb{
background: rgba(255,255,255,.18);
border-radius: 999px;
}
.build-page .first-build > .wp-block-group{
display: flex !important;
gap: 10px;
align-items: center;
flex-wrap: nowrap !important;
}
.build-page .first-build figure.wp-block-image{
flex: 0 0 auto;
margin: 0 !important;
border-radius: 14px;
border: 1px solid rgba(255,255,255,.12);
background: rgba(0,0,0,.18);
box-shadow: 0 10px 30px rgba(0,0,0,.35);
overflow: hidden;
}
.build-page .first-build figure.wp-block-image img{
display: block;
width: auto;
height: 112px;
max-height: 112px;
object-fit: cover;
}
.build-page .first-build figure.wp-block-image:last-child img{
height: 120px;
max-height: 120px;
} .build-page .explain-title-build{
margin: 12px 0 6px;
color: var(--text);
font-size: 0px;
font-weight: 800;
text-align: center;
}
.build-page .explain-text-build{
margin: 0;
padding: 12px 12px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,.10);
background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
color: var(--muted);
}
.build-page .explain-text-build strong{
color: rgba(255,255,255,.92);
} @media (min-width: 720px){
.build-page{ padding: 26px 18px 70px; }
.build-page article{ padding: 22px 18px; }
.build-page h1{ font-size: 34px; margin-bottom: 14px; }
.build-page .metapg1{ padding: 16px; }
.build-page .metapg1 .card{  border-radius: 18px; }
.build-page .wp-block-group__inner-container{ padding: 18px 16px; border-radius: 20px; }
.build-page .first-build{ overflow-x: visible; }
.build-page .first-build > .wp-block-group{ flex-wrap: wrap !important; }
.build-page .first-build figure.wp-block-image img{ height: 135px; max-height: 135px; }
.build-page .first-build figure.wp-block-image:last-child img{ height: 150px; max-height: 150px; }
}
@media (max-width: 360px){
.build-page h1{ font-size: 22px; }
.build-page .first-build figure.wp-block-image img{ height: 102px; }
.build-page .first-build figure.wp-block-image:last-child img{ height: 110px; }
} .build-page .metapg1--split{
display:flex;
gap:14px;
align-items:stretch;
width: 100%;
}
.build-carousel article.is-active{
background-size: cover;
background-position: right;
background-repeat: no-repeat;
}
.build-page .metapg1-left{
flex: 1 1 49%;
min-width: 280px;
object-fit: contain;
}
.build-page .metapg1-right{
flex: 1 1 48%;
min-width: 260px;
display:flex;
} .build-page .skills-ui{
width:100%;
border-radius: 14px;
border: 1px solid rgba(255,255,255,.10);
background: rgba(255,255,255,.06);
box-shadow: 0 10px 30px rgba(0,0,0,.25);
overflow:hidden;
position:relative;
}
.build-page .skills-ui__title{
font-family: 'Arial Black', sans-serif;
font-style: italic;
text-transform: uppercase;
color:#fff;
padding: 10px 12px;
background: linear-gradient(90deg, rgba(255,155,0,.95), rgba(255,155,0,.55), transparent);
border-bottom: 1px solid rgba(255,255,255,.10);
}
.build-page .skills-ui__bar{
display:flex;
gap: 10px;
align-items:flex-end;
padding: 12px;
overflow-x:auto;
-webkit-overflow-scrolling: touch;
}
.build-page .skills-ui__slot{
flex: 0 0 auto;
width: 86px;
text-align:center;
position:relative;
background: transparent !important;
border: 0 !important;
padding: 0 !important;
box-shadow: none !important;
outline: none;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
}
.build-page .skills-ui__icon{
width: 54px;
height: 54px;
object-fit: contain;
filter: drop-shadow(0 6px 12px rgba(0,0,0,.45));
}
.build-page .skills-ui__label{
margin-top: 6px;
font-size: 12px;
font-weight: 800;
color: rgba(255,255,255,.92);
text-shadow: 0 2px 0 rgba(0,0,0,.35);
} .build-page .skills-ui__slot::after{
content:"";
position:absolute;
right:-6px;
top: 6px;
bottom: 14px;
width:1px;
background: rgba(255,255,255,.18);
}
.build-page .skills-ui__slot:last-child::after{ display:none; } @media (max-width: 820px){
.build-page .metapg1--split{ flex-direction: column; }
.build-page .metapg1-left,
.build-page .metapg1-right{ min-width: 0; }
} .patch-page{
--bg: #0b0f1a;
--panel: rgba(255,255,255,.06);
--panel2: rgba(255,255,255,.09);
--stroke: rgba(255,255,255,.14);
--text: rgba(255,255,255,.92);
--muted: rgba(255,255,255,.70);
--muted2: rgba(255,255,255,.55);
--accent: #6be7ff;
--accent2:#b06bff;
--good: #67f0a8;
background:
radial-gradient(1100px 650px at 8% 0%, rgba(107,231,255,.18), transparent 55%),
radial-gradient(900px 600px at 95% 10%, rgba(176,107,255,.16), transparent 55%),
var(--bg);
border-radius: 18px;
padding: 18px 14px 56px;
color: var(--text);
} .patch-page-head{
max-width: 980px;
margin: 0 auto;
padding: 12px 14px 0;
}
.patch-page-head h1{
color: rgba(255,255,255,.95);
text-shadow: 0 10px 30px rgba(0,0,0,.45);
margin: 10px 0 8px;
font-size: 26px;
line-height: 1.1;
} .patch-page .single-patch{
max-width: 980px;
margin: 0 auto;
border-radius: 18px;
border: 1px solid rgba(255,255,255,.08);
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
box-shadow: 0 14px 50px rgba(0,0,0,.35);
overflow: hidden;
} .patch-page .single-patch .meta{
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
padding: 12px 12px;
border-bottom: 1px solid rgba(255,255,255,.10);
background: linear-gradient(135deg, rgba(107,231,255,.10), rgba(176,107,255,.08));
} .patch-page .single-patch .meta {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 10px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.14);
background: rgba(0,0,0,.18);
color: rgba(255,255,255,.92);
font-size: 12px;
font-weight: 700;
letter-spacing: .2px;
} .patch-page .single-patch .content{
padding: 14px 14px 18px;
color: rgba(255,255,255,.88);
} .patch-page .single-patch .content p{
margin: 10px 0;
line-height: 1.65;
font-size: 15px;
color: rgba(255,255,255,.80);
}
.patch-page .single-patch .content h1,
.patch-page .single-patch .content h2,
.patch-page .single-patch .content h3{
margin: 18px 0 10px;
color: rgba(255,255,255,.95);
text-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.patch-page .single-patch .content h2{ font-size: 18px; }
.patch-page .single-patch .content h3{ font-size: 16px; } .patch-page .single-patch .content ul,
.patch-page .single-patch .content ol{
margin: 10px 0 14px;
padding-left: 18px;
color: rgba(255,255,255,.80);
}
.patch-page .single-patch .content li{
margin: 6px 0;
}
.patch-page .single-patch .content .wp-block-image.size-large img{
margin-top: 5rem;
} .patch-page .single-patch .content hr{
border: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
margin: 16px 0;
} .patch-page .single-patch .content a{
color: rgba(107,231,255,.95);
text-decoration: none;
}
.patch-page .single-patch .content a:hover{
text-decoration: underline;
} .patch-page .single-patch .content blockquote{
margin: 12px 0;
padding: 12px 12px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,.10);
background: rgba(255,255,255,.04);
color: rgba(255,255,255,.85);
} .patch-page .single-patch .content table{
width: 100%;
border-collapse: collapse;
margin: 12px 0 16px;
overflow: hidden;
border-radius: 14px;
border: 1px solid rgba(255,255,255,.10);
}
.patch-page .single-patch .content th,
.patch-page .single-patch .content td{
padding: 10px 10px;
border-bottom: 1px solid rgba(255,255,255,.08);
font-size: 14px;
}
.patch-page .single-patch .content th{
text-align: left;
background: rgba(255,255,255,.05);
color: rgba(255,255,255,.92);
} @media (min-width: 720px){
.patch-page{ padding: 26px 18px 70px; }
.patch-page-head{ padding: 18px 18px 0; }
.patch-page-head h1{ font-size: 34px; margin: 10px 0 12px; }
.patch-page .single-patch .content{ padding: 18px 18px 22px; }
.patch-page .single-patch .content p{ font-size: 16px; }
}
.build-page p.combo-build{
margin: 12px 0 12px;
padding: 12px 14px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,.12);
background: linear-gradient(135deg, rgba(107,231,255,.14), rgba(176,107,255,.10));
color: rgba(255,255,255,.92);
font-weight: 800;
letter-spacing: .2px;
line-height: 1.35;
box-shadow: 0 12px 28px rgba(0,0,0,.35);
}
.build-page p.combo-build::before{
content: "COMBO";
display: inline-flex;
align-items: center;
height: 22px;
padding: 0 10px;
margin-right: 10px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.18);
background: rgba(0,0,0,.18);
color: rgba(255,255,255,.95);
font-size: 12px;
font-weight: 900;
} .build-page p.combo-build{
position: relative;
overflow: hidden;
margin: 12px 0 12px;
padding: 12px 14px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,.12);
background: linear-gradient(135deg, rgba(107,231,255,.16), rgba(176,107,255,.12));
color: rgba(255,255,255,.92);
font-weight: 800;
letter-spacing: .2px;
line-height: 1.35;
box-shadow: 0 10px 24px rgba(0,0,0,.35);
} .build-page p.combo-build::before{
content: "COMBO";
display: inline-flex;
align-items: center;
height: 22px;
padding: 0 10px;
margin-right: 10px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.18);
background: rgba(0,0,0,.18);
color: rgba(255,255,255,.95);
font-size: 12px;
font-weight: 900;
position: relative;
z-index: 2;
} .build-page p.combo-build::after{
content: "";
position: absolute;
inset: -40% -30%;
background:
linear-gradient(120deg,
transparent 35%,
rgba(255,255,255,.28) 45%,
rgba(255,255,255,.10) 52%,
transparent 62%);
transform: translateX(-60%) rotate(0deg);
animation: comboShimmer 3.2s linear infinite; opacity: .65;
pointer-events: none;
} .build-page p.combo-build{
animation: comboGlow 1.8s ease-in-out infinite;
} @keyframes comboShimmer{
0%   { transform: translateX(-70%) rotate(0deg); }
100% { transform: translateX(70%)  rotate(0deg); }
}
@keyframes comboGlow{
0%, 100%{
box-shadow: 0 10px 24px rgba(0,0,0,.35),
0 0 0 rgba(107,231,255,0);
filter: saturate(1);
}
50%{
box-shadow: 0 10px 24px rgba(0,0,0,.35),
0 0 28px rgba(107,231,255,.22);
filter: saturate(1.08);
}
} @media (prefers-reduced-motion: reduce){
.build-page p.combo-build{ animation: none; }
.build-page p.combo-build::after{ animation: none; display:none; }
} .build-page p.explain-title-build{
margin: 14px 0 8px;
padding: 0;
font-family: 'Arial Black', sans-serif;
font-style: italic;
text-transform: uppercase;
letter-spacing: .6px;
color: rgba(255,255,255,.92);
text-shadow: 0 2px 0 rgba(0,0,0,.35);
} .build-page p.explain-title-build::before{
content: "BUILD EXPLANATION";
display: inline-flex;
align-items: center;
height: 26px;
padding: 0 12px;
border-radius: 999px;
margin-right: 10px;
border: 1px solid rgba(255,255,255,.14);
background: linear-gradient(135deg, rgba(107,231,255,.16), rgba(176,107,255,.12));
box-shadow: 0 10px 22px rgba(0,0,0,.25);
color: rgba(255,255,255,.95);
font-size: 12px;
font-weight: 900;
} .build-page p.explain-title-build:empty{ margin-top: 14px; } .build-page p.explain-text-build{
margin: 0 0 14px;
padding: 14px 14px;
border-radius: 18px;
border: 1px solid rgba(255,255,255,.10);
background:
linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
color: rgba(255,255,255,.80);
font-size: 15px;
line-height: 1.65;
box-shadow: 0 14px 40px rgba(0,0,0,.32);
position: relative;
overflow: hidden;
} .build-page p.explain-text-build::before{
content:"";
position:absolute;
inset:-40% -30%;
background: radial-gradient(circle at 20% 20%, rgba(107,231,255,.10), transparent 55%),
radial-gradient(circle at 80% 70%, rgba(176,107,255,.08), transparent 60%);
pointer-events:none;
} .build-page p.explain-text-build{
border-left: 4px solid rgba(107,231,255,.55);
padding-left: 12px; } .build-page p.explain-text-build strong{
color: rgba(255,255,255,.96);
font-weight: 900;
padding: 1px 6px;
border-radius: 999px;
background: rgba(0,0,0,.18);
border: 1px solid rgba(255,255,255,.10);
box-shadow: 0 6px 16px rgba(0,0,0,.22);
} .build-page p.explain-text-build em strong,
.build-page p.explain-text-build strong em{
font-style: normal;
} @media (max-width: 420px){
.build-page p.explain-text-build{
font-size: 14px;
line-height: 1.6;
padding: 12px;
}
} .skill-modal-lock{ overflow: hidden; } .build-page .skill-modal{
position: fixed;
inset: 0;
z-index: 9999;
display: none;
}
.build-page .skill-modal[aria-hidden="false"]{ display:block; }
.build-page .skill-modal__overlay{
position:absolute;
inset:0;
background: rgba(0,0,0,.65);
backdrop-filter: blur(6px);
} .build-page .skill-modal__panel{
position: relative;
width: min(760px, calc(100vw - 24px));
max-height: calc(100vh - 24px);
margin: 12px auto;
overflow: auto;
border-radius: 18px;
border: 1px solid rgba(255,255,255,.12);
background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
box-shadow: 0 18px 70px rgba(0,0,0,.55);
padding: 14px;
}
.build-page .skill-modal__close{
position:absolute;
top: 10px;
right: 10px;
width: 38px;
height: 38px;
border-radius: 12px;
border: 1px solid rgba(255,255,255,.14);
background: rgba(0,0,0,.25);
color: #fff;
cursor:pointer;
} .build-page .skill-modal__head{
display:flex;
align-items:center;
gap: 12px;
padding-right: 46px;
margin-bottom: 10px;
}
.build-page .skill-modal__icon{
width: 56px;
height: 56px;
object-fit: contain;
filter: drop-shadow(0 10px 18px rgba(0,0,0,.45));
}
.build-page .skill-modal__name{
font-family: 'Arial Black', sans-serif;
text-transform: uppercase;
font-style: italic;
letter-spacing: .6px;
color: rgba(255,255,255,.95);
text-shadow: 0 2px 0 rgba(0,0,0,.35);
} .build-page .skill-modal__extra{
display:none;
width: 100%;
max-height: 260px;
object-fit: cover;
border-radius: 14px;
border: 1px solid rgba(255,255,255,.10);
margin: 8px 0 10px;
} .build-page .skill-modal__body{
border-radius: 14px;
border: 1px solid rgba(255,255,255,.10);
background: rgba(0,0,0,.55);
padding: 12px;
}
.build-page .skill-modal__desc{
white-space: pre-wrap; color: rgba(255,255,255,.85);
line-height: 1.6;
font-size: 15px;
} .sr-only{
position:absolute!important;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
font-size: 0px;
}
.build-page .skill-modal__video{
width: 100%;
max-height: 240px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,.12);
background: rgba(0,0,0,.35);
box-shadow: 0 10px 28px rgba(0,0,0,.35);
margin: 10px 0 12px;
display: none; } .guide-list{
display: flex;
flex-direction: column;
gap: 10px;
}
.guide-row{
border-radius: 14px;
border: 1px solid rgba(255,255,255,.10);
background: rgba(0,0,0,.18);
padding: 10px 12px;
height: 2.5rem;
text-align: center;
}
.guide-link{
display: block;
color: #fff;
text-decoration: none;
font-family: 'Arial Black', sans-serif;
text-transform: uppercase;
font-style: italic;
letter-spacing: .4px;
text-shadow: 0 0 2px rgba(52,32,70,.9);
}
.guide-row:hover{
transform: translateY(-1px);
transition: transform .2s ease, background-color .2s ease;
background: rgba(2,154,248,.20);
border-color: rgba(255,255,255,.18);
}
.guide-list{display:flex;flex-direction:column;gap:10px;}
.guide-row{border-radius:14px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.18);padding:10px 12px;}
.guide-link{display:block;color:#fff;text-decoration:none;font-family:'Arial Black',sans-serif;text-transform:uppercase;font-style:italic;letter-spacing:.4px;text-shadow:0 0 2px rgba(52,32,70,.9);}
.guide-row:hover{transform:translateY(-1px);transition:transform .2s ease, background-color .2s ease;background:rgba(2,154,248,.20);border-color:rgba(255,255,255,.18);} .name-helper{
font-size: 25px;
font-weight: 700;
letter-spacing: .2px;
color: rgba(255,255,255,.92);
line-height: 1.2; flex: 0 1 180px;
}
.role-helper{
font-size: 12px;
font-weight: 700;
letter-spacing: .35px;
text-transform: uppercase;
color: rgba(255,255,255,.75);
line-height: 1;
text-align: center;
padding: 8px 10px;
border-radius: 999px;
background: rgba(255,255,255,.06);
border: 1px solid rgba(255,255,255,.10);
box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
flex: 0 0 auto;
} .desc-helper{
font-size: 14px;
color: rgba(255,255,255,.72);
line-height: 1.45; flex: 1 1 auto;
min-width: 220px;
} .desc-helper{
padding-left: 14px;
border-left: 1px solid rgba(255,255,255,.10);
} @media (max-width: 860px){
.helper-row{
flex-wrap: wrap;
gap: 12px;
}
.name-helper{
flex: 1 1 220px;
}
.desc-helper{
flex: 1 1 100%;
min-width: 0;
padding-left: 0;
border-left: 0;
margin-top: 4px;
}
}