
.furia-quiniela-wrap,
.furia-ranking-wrap {
    --fq-red: #ff1838;
    --fq-red-dark: #9b071c;
    --fq-cyan: #26d9ff;
    --fq-gold: #ffd34d;
    --fq-ink: #05060a;
    --fq-panel: rgba(15, 17, 25, .88);
    --fq-line: rgba(255, 255, 255, .11);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-family: "Rajdhani", "Poppins", Arial, sans-serif;
    background:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
        radial-gradient(circle at 15% 0%, rgba(255, 24, 56, .24), transparent 32%),
        radial-gradient(circle at 92% 14%, rgba(38, 217, 255, .12), transparent 31%),
        #05060a;
    background-size: 38px 38px, 38px 38px, auto, auto, auto;
    border: 1px solid rgba(255, 24, 56, .34);
    border-radius: 28px;
    padding: clamp(18px, 3vw, 38px);
    box-shadow: 0 28px 100px rgba(0, 0, 0, .55), inset 0 1px rgba(255,255,255,.05);
}

.furia-quiniela-wrap *,
.furia-ranking-wrap * {
    box-sizing: border-box;
}

.fq-grid-glow {
    position: absolute;
    z-index: -1;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .13;
    pointer-events: none;
}

.fq-grid-glow-one {
    top: -150px;
    left: -130px;
    background: var(--fq-red);
}

.fq-grid-glow-two {
    right: -140px;
    bottom: 12%;
    background: var(--fq-cyan);
}

.fq-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 26px;
    align-items: center;
    min-height: 250px;
    margin-bottom: 22px;
    padding: clamp(24px, 4vw, 48px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background:
        linear-gradient(115deg, rgba(255, 24, 56, .28), rgba(255, 24, 56, .03) 46%, rgba(38, 217, 255, .09)),
        rgba(9, 10, 16, .83);
    box-shadow: inset 0 0 70px rgba(255,255,255,.025);
}

.fq-hero::before,
.fq-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.fq-hero::before {
    inset: 0;
    background: repeating-linear-gradient(125deg, transparent 0 16px, rgba(255,255,255,.025) 17px 18px);
    mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.fq-hero::after {
    right: -70px;
    top: -110px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(38, 217, 255, .26);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(38,217,255,.025), 0 0 0 70px rgba(38,217,255,.018);
}

.fq-hero-copy {
    position: relative;
    z-index: 2;
}

.fq-kicker {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
    color: #d7d8df;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.6px;
}

.fq-kicker i {
    width: 38px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--fq-red), var(--fq-cyan));
    box-shadow: 0 0 16px rgba(255,24,56,.65);
}

.fq-hero h2 {
    margin: 0;
    color: #fff;
    font-family: "Orbitron", "Rajdhani", "Poppins", sans-serif;
    font-size: clamp(46px, 7vw, 92px);
    font-weight: 900;
    line-height: .88;
    letter-spacing: -3px;
    text-transform: uppercase;
    text-shadow: 0 8px 40px rgba(0,0,0,.5);
}

.fq-hero h2 em {
    display: block;
    margin-top: 8px;
    color: transparent;
    font-style: normal;
    -webkit-text-stroke: 1px rgba(255,255,255,.72);
    text-shadow: 0 0 28px rgba(38,217,255,.2);
}

.fq-hero p {
    max-width: 760px;
    margin: 20px 0 0;
    color: #c5c6cd;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.55;
}

.fq-hero-orbit {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 154px;
    height: 154px;
    justify-self: end;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,24,56,.24), rgba(5,6,10,.4) 62%);
    box-shadow: 0 0 42px rgba(255,24,56,.18), inset 0 0 25px rgba(255,255,255,.04);
}

.fq-hero-orbit::before {
    content: "";
    position: absolute;
    inset: -13px;
    border: 1px dashed rgba(38,217,255,.35);
    border-radius: inherit;
    animation: fq-spin 18s linear infinite;
}

.fq-hero-orbit span {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -2px;
}

.fq-hero-orbit i,
.fq-hero-orbit b {
    position: absolute;
    border-radius: 50%;
    background: var(--fq-red);
    box-shadow: 0 0 16px var(--fq-red);
}

.fq-hero-orbit i {
    top: 5px;
    right: 20px;
    width: 10px;
    height: 10px;
}

.fq-hero-orbit b {
    left: 4px;
    bottom: 35px;
    width: 6px;
    height: 6px;
    background: var(--fq-cyan);
    box-shadow: 0 0 16px var(--fq-cyan);
}

@keyframes fq-spin {
    to { transform: rotate(360deg); }
}

.fq-alert {
    position: relative;
    margin: 0 0 20px;
    padding: 15px 18px 15px 52px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.fq-alert::before {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.fq-ok {
    border: 1px solid rgba(51, 210, 123, .46);
    background: rgba(35, 153, 92, .14);
    color: #d9ffe9;
}

.fq-ok::before { content: "✓"; }

.fq-error {
    border: 1px solid rgba(255, 24, 56, .52);
    background: rgba(255, 24, 56, .13);
    color: #ffe1e6;
}

.fq-error::before { content: "!"; }

.fq-round-console {
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid var(--fq-line);
    border-radius: 20px;
    background: rgba(10, 11, 17, .88);
    box-shadow: inset 0 1px rgba(255,255,255,.035);
}

.fq-console-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    padding: 0 3px;
}

.fq-console-title span {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.fq-console-title small {
    color: #92949d;
    font-size: 12px;
}

.fq-round-rail {
    display: grid;
    grid-template-columns: repeat(17, minmax(58px, 1fr));
    gap: 7px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: thin;
}

.fq-round-tab {
    position: relative;
    min-width: 58px;
    min-height: 68px;
    margin: 0;
    padding: 10px 6px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    outline: 0;
    background: rgba(255,255,255,.045);
    color: #fff;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.fq-round-tab::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    opacity: .5;
    background: #777;
}

.fq-round-tab strong,
.fq-round-tab span {
    position: relative;
    z-index: 1;
    display: block;
}

.fq-round-tab strong {
    font-size: 21px;
    line-height: 1;
    letter-spacing: -.7px;
}

.fq-round-tab span {
    margin-top: 8px;
    color: #8f9199;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .9px;
}

.fq-round-tab:not(:disabled):hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.28);
}

.fq-round-tab.is-active {
    border-color: rgba(255,24,56,.9);
    background: linear-gradient(145deg, rgba(255,24,56,.35), rgba(255,24,56,.08));
    box-shadow: 0 12px 28px rgba(255,24,56,.18), inset 0 1px rgba(255,255,255,.08);
}

.fq-round-tab.is-active::before {
    opacity: 1;
    background: linear-gradient(90deg, var(--fq-red), var(--fq-cyan));
    box-shadow: 0 0 12px var(--fq-red);
}

.fq-round-tab.fq-round-open span {
    color: #75f0ad;
}

.fq-round-tab.fq-round-open::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #43e48f;
    box-shadow: 0 0 12px #43e48f;
    animation: fq-pulse 1.45s ease-in-out infinite;
}

@keyframes fq-pulse {
    50% { opacity: .35; transform: scale(.7); }
}


.fq-round-tab.fq-round-upcoming {
    opacity: .5;
}

.fq-round-tab.fq-round-upcoming:hover {
    opacity: .72;
}

.fq-round-tab:disabled {
    opacity: .42;
    cursor: not-allowed;
    filter: grayscale(.35);
}

.fq-round-select-wrap {
    display: none;
    color: #bfc1c8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.fq-round-select {
    width: 100%;
    margin-top: 7px;
    padding: 13px 14px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 12px !important;
    outline: 0;
    background: #11131b !important;
    color: #fff !important;
}

.fq-user-panel {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid var(--fq-line);
    border-radius: 20px;
    background: linear-gradient(120deg, rgba(255,24,56,.08), rgba(255,255,255,.025));
}

.fq-user-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.fq-user-title > span,
.fq-submit-zone > div > span {
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,24,56,.65);
    border-radius: 50%;
    color: var(--fq-red);
    font-size: 12px;
    font-weight: 900;
    box-shadow: inset 0 0 15px rgba(255,24,56,.12);
}

.fq-user-title b {
    display: block;
    font-size: 13px;
    letter-spacing: 1.7px;
}

.fq-user-title small {
    display: block;
    margin-top: 2px;
    color: #9698a1;
    font-size: 12px;
}

.fq-user {
    display: grid;
    grid-template-columns: 1.2fr 1fr .8fr;
    gap: 12px;
}

.fq-user label {
    display: block;
    margin: 0;
}

.fq-user label > span {
    display: block;
    margin: 0 0 7px 2px;
    color: #9da0a9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.fq-user input {
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 13px 14px !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 12px !important;
    outline: 0 !important;
    background: rgba(255,255,255,.055) !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 15px !important;
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.fq-user input:focus {
    border-color: rgba(38,217,255,.58) !important;
    box-shadow: 0 0 0 3px rgba(38,217,255,.09) !important;
}

.fq-round-panel[hidden] {
    display: none !important;
}

.fq-round-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: center;
    margin-bottom: 15px;
    padding: 20px 22px;
    border: 1px solid var(--fq-line);
    border-radius: 20px;
    background:
        linear-gradient(90deg, rgba(255,24,56,.19), transparent 40%),
        rgba(10,11,17,.82);
}

.fq-round-header > div:first-child {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fq-round-header > div:first-child > span {
    color: #9fa1aa;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.fq-round-header h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(54px, 8vw, 86px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -4px;
}

.fq-round-data {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    text-align: right;
}

.fq-round-data b {
    font-size: clamp(17px, 2.2vw, 25px);
    letter-spacing: .5px;
}

.fq-round-data small {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 800;
}

.fq-state-open { color: #63efa6; }
.fq-state-upcoming { color: #8e919a; }
.fq-state-closed,
.fq-state-finished { color: #ff9aab; }

.fq-matches {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.fq-card {
    position: relative;
    min-width: 0;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.105);
    border-radius: 20px;
    background:
        linear-gradient(140deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
        rgba(11,12,18,.9);
    box-shadow: 0 12px 32px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.025);
}

.fq-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, var(--fq-red), transparent);
}

.fq-card-open {
    border-color: rgba(255,24,56,.24);
}

.fq-card-upcoming,
.fq-card-locked,
.fq-card-closed {
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,.012) 0 9px, transparent 9px 18px),
        rgba(9,10,15,.86);
}

.fq-card-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 11px;
    align-items: center;
    margin-bottom: 15px;
}

.fq-match-number {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;
    color: #c9cbd2;
    font-size: 11px;
    font-weight: 900;
}

.fq-card-top > div b,
.fq-card-top > div small {
    display: block;
}

.fq-card-top > div b {
    color: #fff;
    font-size: 13px;
    letter-spacing: .7px;
}

.fq-card-top > div small {
    margin-top: 2px;
    color: #8e9099;
    font-size: 11px;
}

.fq-lock-chip {
    max-width: 148px;
    padding: 7px 9px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    color: #aaacb4;
    font-size: 9px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    letter-spacing: .4px;
}

.fq-card-open .fq-lock-chip {
    border-color: rgba(67,228,143,.3);
    background: rgba(67,228,143,.08);
    color: #7af2ae;
}

.fq-time-note {
    margin: -3px 0 13px;
    padding: 8px 10px;
    border-left: 2px solid var(--fq-gold);
    background: rgba(255,211,77,.07);
    color: #f0d98c;
    font-size: 11px;
    line-height: 1.35;
}

.fq-versus {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 132px;
}

.fq-team {
    min-width: 0;
    text-align: center;
}

.fq-team-badge {
    position: relative;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin: 0 auto 9px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 20px 20px 16px 16px;
    background:
        linear-gradient(135deg, var(--fq-team-1) 0 51%, var(--fq-team-2) 51% 100%);
    box-shadow: 0 8px 20px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.22);
    transform: skewY(-3deg);
}

.fq-team-badge::after {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 15px 15px 11px 11px;
}

.fq-team-badge span {
    position: relative;
    z-index: 1;
    padding: 4px 5px;
    border-radius: 6px;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .5px;
    transform: skewY(3deg);
}

.fq-team strong {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
    text-overflow: ellipsis;
}

.fq-team small {
    display: block;
    margin-top: 5px;
    color: #6f727c;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.fq-vs {
    position: relative;
    display: grid;
    place-items: center;
    height: 78px;
}

.fq-vs::before,
.fq-vs::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 22px;
    background: linear-gradient(transparent, rgba(255,255,255,.18));
}

.fq-vs::before { top: 0; }
.fq-vs::after {
    bottom: 0;
    transform: rotate(180deg);
}

.fq-vs span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 28px;
    border: 1px solid rgba(255,24,56,.58);
    border-radius: 999px;
    background: rgba(255,24,56,.14);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 0 18px rgba(255,24,56,.13);
}

.fq-pick {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 12px;
}

.fq-pick label {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.fq-pick input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.fq-pick label > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 64px;
    padding: 8px 6px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 12px;
    background: rgba(255,255,255,.038);
    color: #bfc1c8;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-overflow: ellipsis;
    transition: border-color .18s ease, background .18s ease, transform .18s ease, color .18s ease;
}

.fq-pick label > span b {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.fq-pick label:hover > span {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.28);
    color: #fff;
}

.fq-pick input:checked + span {
    border-color: var(--fq-red);
    background: linear-gradient(145deg, rgba(255,24,56,.36), rgba(255,24,56,.11));
    color: #fff;
    box-shadow: 0 10px 22px rgba(255,24,56,.18), inset 0 1px rgba(255,255,255,.08);
}

.fq-pick input:focus-visible + span {
    outline: 2px solid var(--fq-cyan);
    outline-offset: 2px;
}

.fq-locked-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 64px;
    margin-top: 12px;
    padding: 11px;
    border: 1px dashed rgba(255,255,255,.13);
    border-radius: 12px;
    background: rgba(255,255,255,.025);
}

.fq-lock-icon {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 20px;
    border: 2px solid #777a83;
    border-radius: 5px;
}

.fq-lock-icon::before {
    content: "";
    position: absolute;
    left: 4px;
    top: -13px;
    width: 12px;
    height: 13px;
    border: 2px solid #777a83;
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
}

.fq-locked-panel b,
.fq-locked-panel small {
    display: block;
}

.fq-locked-panel b {
    color: #aaacb5;
    font-size: 11px;
    letter-spacing: .7px;
}

.fq-locked-panel small {
    margin-top: 2px;
    color: #70727b;
    font-size: 10px;
    line-height: 1.25;
}

.fq-final-score {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
    padding: 9px 11px;
    border-radius: 10px;
    background: rgba(38,217,255,.07);
}

.fq-final-score span {
    color: #78dff4;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}

.fq-final-score strong {
    font-size: 18px;
}

.fq-submit-zone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid rgba(255,24,56,.26);
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255,24,56,.13), rgba(255,255,255,.025));
}

.fq-submit-zone > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fq-submit-zone p {
    margin: 0;
}

.fq-submit-zone p b,
.fq-submit-zone p small {
    display: block;
}

.fq-submit-zone p b {
    font-size: 13px;
    letter-spacing: 1.4px;
}

.fq-submit-zone p small {
    margin-top: 3px;
    color: #898b94;
    font-size: 11px;
}

.fq-submit {
    min-width: 220px;
    min-height: 54px;
    margin: 0 !important;
    padding: 13px 24px !important;
    border: 1px solid #ff5570 !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, #ff1738, #ae071f) !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 13px 30px rgba(255,24,56,.24), inset 0 1px rgba(255,255,255,.22);
    transition: transform .18s ease, filter .18s ease;
}

.fq-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.fq-submit:disabled {
    opacity: .38;
    cursor: not-allowed;
    filter: grayscale(.7);
}

.fq-submit span {
    color: #fff;
}

.fq-empty {
    padding: 28px;
    border: 1px dashed rgba(255,255,255,.15);
    border-radius: 16px;
    color: #9a9ca5;
    text-align: center;
}

/* Ranking */
.furia-ranking-wrap {
    max-width: 1050px;
}

.fq-ranking-hero {
    margin-bottom: 16px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 22px;
    background: linear-gradient(120deg, rgba(255,24,56,.25), rgba(255,255,255,.025));
}

.fq-ranking-hero > span {
    color: var(--fq-red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.2px;
}

.fq-ranking-hero h2 {
    margin: 9px 0 6px;
    color: #fff;
    font-size: clamp(34px, 6vw, 62px);
    font-weight: 900;
    line-height: .95;
    letter-spacing: -2px;
}

.fq-ranking-hero p {
    margin: 0;
    color: #a9abb3;
}

.fq-ranking {
    display: grid;
    gap: 9px;
}

.fq-rank-row {
    display: grid;
    grid-template-columns: 64px minmax(0,1fr) 100px;
    gap: 14px;
    align-items: center;
    min-height: 76px;
    padding: 12px 17px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 15px;
    background: rgba(255,255,255,.035);
}

.fq-rank-row > b {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 12px;
    color: var(--fq-red);
    font-size: 14px;
}

.fq-rank-row > span strong,
.fq-rank-row > span small {
    display: block;
}

.fq-rank-row > span strong {
    color: #fff;
    font-size: 16px;
}

.fq-rank-row > span small {
    margin-top: 3px;
    color: #7f818a;
    font-size: 11px;
}

.fq-rank-row > em {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    text-align: right;
}

.fq-rank-row > em small {
    margin-left: 4px;
    color: #777a82;
    font-size: 9px;
    letter-spacing: 1px;
}

.fq-rank-row.is-podium {
    border-color: rgba(255,211,77,.24);
    background: linear-gradient(90deg, rgba(255,211,77,.08), rgba(255,255,255,.03));
}

.fq-rank-row.is-podium > b {
    border-color: rgba(255,211,77,.38);
    color: var(--fq-gold);
}

@media (max-width: 980px) {
    .fq-hero {
        grid-template-columns: minmax(0,1fr) 130px;
    }
    .fq-hero-orbit {
        width: 118px;
        height: 118px;
    }
    .fq-round-rail {
        grid-template-columns: repeat(17, 64px);
    }
}

@media (max-width: 760px) {
    .furia-quiniela-wrap,
    .furia-ranking-wrap {
        border-radius: 20px;
        padding: 14px;
    }

    .fq-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 24px 20px;
        border-radius: 18px;
    }

    .fq-hero h2 {
        font-size: clamp(45px, 15vw, 67px);
        letter-spacing: -2.5px;
    }

    .fq-hero-orbit {
        display: none;
    }

    .fq-round-console {
        padding: 13px;
    }

    .fq-round-rail {
        display: none;
    }

    .fq-round-select-wrap {
        display: block;
    }

    .fq-console-title {
        margin-bottom: 8px;
    }

    .fq-console-title small {
        display: none;
    }

    .fq-user-panel,
    .fq-round-header,
    .fq-submit-zone {
        border-radius: 16px;
    }

    .fq-user {
        grid-template-columns: 1fr;
    }

    .fq-round-header {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
    }

    .fq-round-data {
        align-items: flex-start;
        text-align: left;
    }

    .fq-matches {
        grid-template-columns: 1fr;
    }

    .fq-card {
        padding: 15px;
        border-radius: 17px;
    }

    .fq-submit-zone {
        align-items: stretch;
        flex-direction: column;
    }

    .fq-submit {
        width: 100%;
        min-width: 0;
    }

    .fq-rank-row {
        grid-template-columns: 50px minmax(0,1fr) 72px;
        padding: 10px 12px;
    }

    .fq-rank-row > em {
        font-size: 23px;
    }
}

@media (max-width: 390px) {
    .fq-card-top {
        grid-template-columns: auto 1fr;
    }

    .fq-lock-chip {
        grid-column: 1 / -1;
        max-width: none;
    }

    .fq-team-badge {
        width: 54px;
        height: 54px;
    }

    .fq-team strong {
        font-size: 12px;
    }

    .fq-pick label > span {
        min-height: 60px;
        font-size: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fq-hero-orbit::before,
    .fq-round-tab.fq-round-open::after {
        animation: none;
    }
}
