.etheria-matrix-box{flex-direction:column;padding:0;font-size:15px;line-height:20px;display:flex}.etheria-matrix-box .etheria-matrix-header{grid-gap:0;border-bottom:2px solid var(--er-surface-divider);grid-template-columns:70px calc(100% - 70px);justify-content:space-between;height:70px;display:grid}@media (max-width:768px){.etheria-matrix-box .etheria-matrix-header{text-align:center;grid-template-columns:100%;height:auto}}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-data{background-color:var(--er-surface-base);flex-direction:column;justify-content:center;padding:10px 20px;display:flex}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-data h4{font-size:18px;line-height:24px}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-data h4 span.tag{background:var(--er-accent-warning);color:var(--er-text-on-dark);border-radius:0;padding:3px;font-size:14px;font-style:normal;font-weight:500;line-height:14px;display:inline-block}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-data h4 span.inferno{color:var(--er-accent-warning);font-weight:600}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-image{justify-content:center;align-items:center;display:flex}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-image img{width:50px;height:50px;margin:auto}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-image.type-ATK{border:2px solid var(--er-matrix-atk)}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-image.type-SPD{border:2px solid var(--er-matrix-spd)}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-image.type-HP{border:2px solid var(--er-matrix-hp)}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-image.type-DEF{border:2px solid var(--er-matrix-def)}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-image.type-Special{border:2px solid var(--er-matrix-special)}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-image.inferno-only{border-width:4px}@media (max-width:768px){.etheria-matrix-box .etheria-matrix-header .etheria-matrix-image{height:45px}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-image img{height:40px}}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-info{display:flex}@media (max-width:768px){.etheria-matrix-box .etheria-matrix-header .etheria-matrix-info{justify-content:center}}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-info p{margin-bottom:0}.etheria-matrix-box .etheria-matrix-header .etheria-matrix-info p:first-child{margin-right:5px}.etheria-matrix-box .etheria-matrix-content{padding:15px}.etheria-matrix-box .etheria-matrix-content p{margin-bottom:10px;line-height:24px}.etheria-matrix-box .etheria-matrix-content p:last-child{margin-bottom:0}.etheria-matrix-box .etheria-matrix-content .skill-with-coloring b{color:var(--er-accent-yellow)}.etheria-matrix-compact{align-items:center;padding-left:5px;font-weight:600;display:inline-flex}.etheria-matrix-compact .avatar{border:0;width:80px;display:inline-block}.etheria-matrix-compact .avatar img{margin:-9px 0 0!important}