/* Woo Games and Woo World */
.woo-games-page {
    max-width: 1240px;
    padding-top: 112px;
    padding-bottom: 52px;
    color: #eef4ff;
}

.woo-games-hero {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) 420px;
    gap: 32px;
    min-height: 474px;
    padding: 44px;
    border: 1px solid #263146;
    border-radius: 22px;
    background:
        radial-gradient(circle at 84% 42%, rgba(18, 201, 190, .17), transparent 28%),
        radial-gradient(circle at 14% 10%, rgba(240, 54, 87, .13), transparent 34%),
        #0c1320;
    overflow: hidden;
}

.woo-games-copy {
    align-self: center;
}

.woo-games-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(244, 63, 94, .34);
    border-radius: 999px;
    color: #fb5574;
    font-size: 12px;
    font-weight: 800;
}

.woo-games-copy h1 {
    margin: 22px 0 14px;
    color: #f8fbff;
    font-size: 53px;
    line-height: 1.07;
    font-weight: 900;
    letter-spacing: 0;
}

.woo-games-copy h1 em {
    font-style: normal;
    background: linear-gradient(90deg, #fa486b, #32d5c8);
    -webkit-background-clip: text;
    color: transparent;
}

.woo-games-copy p {
    max-width: 540px;
    margin: 0 0 28px;
    color: #a7b5c9;
    font-size: 15px;
    line-height: 1.65;
}

.woo-games-actions {
    display: flex;
    gap: 12px;
}

.woo-games-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 52px;
    padding: 0 22px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
}

.woo-games-actions a.woo-games-primary {
    background: #eb3558;
    color: #ffffff !important;
    box-shadow: 0 13px 32px rgba(235, 53, 88, .25);
}

.woo-games-actions a.woo-games-primary:hover {
    color: #ffffff !important;
    background: #f24363;
}

.woo-games-actions a.woo-games-primary i {
    color: #ffffff !important;
}

.woo-games-actions a.woo-games-secondary {
    border: 1px solid #29354c;
    background: rgba(16, 24, 39, .68);
    color: #d9e4f5 !important;
}

.woo-games-actions a.woo-games-secondary i {
    color: #ff3f66 !important;
}

.woo-games-world-preview {
    position: relative;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 10px;
    min-height: 360px;
}

.woo-games-world-preview img {
    position: relative;
    z-index: 2;
    width: 148px;
    height: 148px;
    object-fit: contain;
    border-radius: 26px;
    filter: drop-shadow(0 18px 32px rgba(245, 42, 71, .28));
}

.woo-games-world-preview strong {
    position: relative;
    z-index: 2;
    font-size: 23px;
}

.woo-games-world-preview small {
    position: relative;
    z-index: 2;
    color: #27cdbf;
    font-weight: 750;
}

.woo-games-cube {
    position: absolute;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 9px;
    transform: rotate(18deg);
}

.cube-one {
    top: 82px;
    left: 75px;
    background: #27c68e;
}

.cube-two {
    right: 62px;
    top: 145px;
    background: #3668eb;
}

.cube-three {
    bottom: 95px;
    left: 95px;
    background: #ef4363;
}

.woo-games-status {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 16px 0 38px;
}

.woo-games-status div {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 12px;
    padding: 16px 18px;
    border: 1px solid #202a3d;
    border-radius: 13px;
    background: #0c111d;
}

.woo-games-status i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    height: 44px;
    border-radius: 11px;
    color: #22d3c5;
    background: rgba(34, 211, 197, .11);
    font-size: 22px;
}

.woo-games-status strong {
    font-size: 14px;
}

.woo-games-status span {
    color: #93a3b9;
    font-size: 12px;
}

.woo-games-library header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 22px;
}

.woo-games-library header span {
    color: #f04462;
    font-size: 11px;
    font-weight: 850;
}

.woo-games-library header h2 {
    margin: 5px 0 0;
    font-size: 28px;
    font-weight: 900;
}

.woo-games-library nav {
    display: flex;
    gap: 7px;
    padding: 5px;
    border: 1px solid rgba(37,48,68,.8);
    border-radius: 14px;
    background: rgba(9,15,26,.74);
}

.woo-games-library nav b {
    height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #aab7ca;
    font-size: 12px;
}

.woo-games-library nav b.active {
    background: linear-gradient(135deg, #f04462, #ff6b45);
    border-color: rgba(255,255,255,.1);
    color: #fff;
    box-shadow: 0 10px 24px rgba(240,68,98,.24);
}

.woo-game-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.woo-game-card {
    position: relative;
    overflow: hidden;
    min-height: 292px;
    border: 1px solid rgba(42,58,84,.82);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(15,23,42,.72), rgba(8,13,23,.98)),
        #0b1220;
    box-shadow: 0 18px 44px rgba(0,0,0,.16);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.woo-game-card:hover {
    transform: translateY(-3px);
    border-color: rgba(45,212,191,.36);
    box-shadow: 0 24px 64px rgba(0,0,0,.28);
}

.woo-game-art {
    height: 118px;
    position: relative;
    display: grid;
    place-items: center;
    isolation: isolate;
    overflow: hidden;
}

.woo-game-art:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 24% 20%, rgba(255,255,255,.28), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.08), transparent 72%);
    opacity: .74;
}

.woo-game-art:after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -52px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
}

.woo-game-art i {
    position: relative;
    z-index: 1;
    font-size: 42px;
    color: rgba(255,255,255,.91);
    filter: drop-shadow(0 10px 24px rgba(0,0,0,.18));
}

.woo-game-art span {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(8, 14, 25, .72);
    color: #eef5ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .02em;
}

.woo-game-card.is-live .woo-game-art span {
    background: rgba(3, 18, 22, .74);
    color: #7df9ea;
}

.woo-game-card.is-soon .woo-game-art {
    filter: saturate(.8);
}

.woo-world-art {
    background: linear-gradient(135deg, #0e8a85, #153d8d 55%, #171c31);
}

.woo-city-art {
    background: linear-gradient(135deg, #172036, #a32157);
}

.woo-draw-art {
    background: linear-gradient(135deg, #f43f5e, #fb923c);
}

.woo-race-art {
    background: linear-gradient(135deg, #111b32, #18baac);
}

.woo-game-body {
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    min-height: 174px;
    padding: 18px;
}

.woo-game-body h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0;
}

.woo-game-body p {
    min-height: 54px;
    margin: 0 0 16px;
    color: #a9b7cb;
    font-size: 12.5px;
    line-height: 1.58;
}

.woo-game-tags {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.woo-game-tags span {
    padding: 6px 9px;
    border: 1px solid rgba(55,75,108,.7);
    border-radius: 999px;
    background: rgba(19,29,45,.72);
    color: #b9c7da;
    font-size: 11px;
    font-weight: 750;
}

.woo-game-body a,
.woo-game-body button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    height: 44px;
    border: 1px solid #2b3b56;
    border-radius: 12px;
    background: rgba(16,26,42,.86);
    color: #cfdbeb;
    font-weight: 900;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.woo-game-card.is-live .woo-game-body a {
    border-color: rgba(45,212,191,.38);
    background: linear-gradient(135deg, rgba(45,212,191,.16), rgba(244,63,94,.13));
    color: #efffff;
}

.woo-game-card.is-live .woo-game-body a:hover {
    border-color: rgba(45,212,191,.72);
    background: linear-gradient(135deg, #18b7aa, #f04462);
    color: #fff;
    transform: translateY(-1px);
}

.woo-game-body button:disabled {
    opacity: .75;
    cursor: not-allowed;
}

.woo-world {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: #07101a;
    color: #f3f7ff;
    overflow: hidden;
}

.woo-world-stage,
.woo-world-stage canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.woo-world-top {
    position: absolute;
    top: 18px;
    left: 20px;
    right: 20px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    pointer-events: none;
}

.woo-world-top a,
.woo-world-top button {
    pointer-events: auto;
}

.woo-world-back,
.woo-world-session,
.woo-world-title {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 0 15px;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 14px;
    background: rgba(6, 12, 23, .70);
    backdrop-filter: blur(12px);
}

.woo-world-back {
    color: #deebfb;
    font-weight: 750;
    text-decoration: none;
}

.woo-world-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.woo-world-title img {
    width: 37px;
    height: 37px;
    object-fit: contain;
}

.woo-world-title div {
    display: grid;
}

.woo-world-title small,
.woo-world-session span {
    color: #96aac2;
    font-size: 11px;
}

.woo-world-session {
    margin-left: auto;
}

.woo-world-session button {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: #141f30;
    color: #fcd34d;
}

.woo-world-launch {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(460px, calc(100vw - 34px));
    padding: 32px;
    border: 1px solid rgba(45, 212, 191, .34);
    border-radius: 20px;
    background: rgba(7, 14, 26, .86);
    box-shadow: 0 28px 75px rgba(0,0,0,.48);
    backdrop-filter: blur(14px);
    text-align: center;
}

.woo-world-launch.is-hidden {
    display: none;
}

.woo-world-launch span {
    color: #2bd5c5;
    font-weight: 850;
    font-size: 12px;
}

.woo-world-launch h1 {
    margin: 13px 0 9px;
    font-size: 36px;
}

.woo-world-launch p {
    color: #9caec5;
    line-height: 1.6;
}

.woo-world-launch button {
    width: 100%;
    height: 50px;
    margin: 12px 0 17px;
    border: 0;
    border-radius: 12px;
    background: #ed3658;
    color: #fff;
    font-weight: 850;
}

.woo-world-launch small {
    color: #879ab3;
    font-size: 11px;
}

.woo-world-panel {
    position: absolute;
    z-index: 4;
    right: 20px;
    top: 90px;
    width: 276px;
    padding: 15px;
    border: 1px solid rgba(148, 163, 184, .20);
    border-radius: 15px;
    background: rgba(6, 12, 23, .72);
    backdrop-filter: blur(12px);
}

.woo-world-panel-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.woo-world-panel-head span {
    color: #26cfbe;
    font-size: 11px;
}

.woo-world-stat {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 8px;
    padding: 12px;
    border-radius: 11px;
    background: #0c1423;
    color: #94a6be;
    font-size: 12px;
}

.woo-world-stat b {
    color: #eef5ff;
}

.woo-world-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 12px;
}

.woo-world-actions button {
    height: 40px;
    border: 1px solid #253247;
    border-radius: 9px;
    background: #111b2b;
    color: #dae5f5;
    font-size: 12px;
    font-weight: 750;
}

.woo-world-source {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 8px;
    margin-top: 13px;
    padding: 10px;
    border: 1px solid rgba(45, 212, 191, .20);
    border-radius: 10px;
    background: rgba(45, 212, 191, .08);
}

.woo-world-source[hidden] {
    display: none;
}

.woo-world-source i {
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #25d3c2;
}

.woo-world-source small {
    display: block;
    color: #8da2ba;
    font-size: 10px;
}

.woo-world-source a {
    grid-column: 2;
    color: #32d4c5;
    cursor: pointer;
    font-size: 12px;
    font-weight: 750;
}

.woo-world-crosshair {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.woo-world-crosshair:before,
.woo-world-crosshair:after {
    content: "";
    position: absolute;
    background: rgba(255,255,255,.9);
}

.woo-world-crosshair:before {
    top: 7px;
    left: 0;
    width: 16px;
    height: 2px;
}

.woo-world-crosshair:after {
    top: 0;
    left: 7px;
    width: 2px;
    height: 16px;
}

.woo-world-hotbar {
    position: absolute;
    z-index: 4;
    bottom: 22px;
    left: 50%;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 15px;
    background: rgba(6, 12, 23, .78);
}

.woo-world-hotbar button {
    width: 72px;
    height: 68px;
    position: relative;
    display: grid;
    justify-items: center;
    gap: 4px;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #98a9c0;
    font-size: 10px;
}

.woo-world-hotbar button.is-active {
    border-color: #30d4c5;
    background: rgba(48, 212, 197, .11);
    color: #effaff;
}

.woo-world-hotbar i {
    width: 27px;
    height: 27px;
    border-radius: 5px;
    background: #58aa4a;
}

.woo-world-hotbar [data-block="stone"] i { background: #778598; }
.woo-world-hotbar [data-block="wood"] i { background: #b3733d; }
.woo-world-hotbar [data-block="glass"] i { background: rgba(92, 213, 231, .48); }
.woo-world-hotbar [data-block="light"] i { background: #ffd655; box-shadow: 0 0 14px #ffd655; }

.woo-world-hotbar kbd {
    position: absolute;
    top: 5px;
    right: 7px;
    color: #8d9eb7;
    background: transparent;
    font-size: 10px;
}

.woo-world-toast {
    position: absolute;
    z-index: 5;
    left: 22px;
    bottom: 25px;
    min-height: 42px;
    display: none;
    align-items: center;
    padding: 0 16px;
    border: 1px solid rgba(45, 212, 191, .34);
    border-radius: 11px;
    background: rgba(7, 14, 26, .9);
    color: #e7f9f8;
    font-size: 13px;
}

.woo-world-toast.is-show {
    display: flex;
}

@media (max-width: 991.98px) {
    .woo-games-hero {
        grid-template-columns: 1fr;
        padding: 28px;
    }
    .woo-games-copy h1 {
        font-size: 40px;
    }
    .woo-games-world-preview {
        min-height: 280px;
    }
    .woo-game-grid,
    .woo-games-status {
        grid-template-columns: repeat(2, 1fr);
    }
    .woo-world-title {
        display: none;
    }
    .woo-world-panel {
        top: 84px;
        right: 12px;
        width: 218px;
    }
}

@media (max-width: 640px) {
    .woo-games-page {
        padding-top: 84px;
    }
    .woo-games-library header {
        align-items: start;
        flex-direction: column;
    }
    .woo-games-library nav {
        max-width: 100%;
        overflow-x: auto;
    }
    .woo-game-grid,
    .woo-games-status {
        grid-template-columns: 1fr;
    }
    .woo-world-top {
        top: 10px;
        left: 10px;
        right: 10px;
    }
    .woo-world-session span {
        display: none;
    }
    .woo-world-panel {
        top: auto;
        right: 10px;
        bottom: 100px;
        width: 190px;
        padding: 10px;
    }
    .woo-world-panel-head,
    .woo-world-source {
        display: none;
    }
    .woo-world-hotbar {
        bottom: 14px;
        gap: 3px;
        padding: 5px;
    }
    .woo-world-hotbar button {
        width: 56px;
        height: 58px;
    }
}

/* Woo Draw */
.woo-draw-hub {
    max-width: 1320px;
    padding-top: 104px;
    padding-bottom: 46px;
    color: #eef5ff;
}

.woo-draw-hub-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 18px;
    align-items: center;
    min-height: 280px;
    padding: 34px;
    border: 1px solid #223049;
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 18%, rgba(45, 212, 191, .18), transparent 30%),
        radial-gradient(circle at 10% 0%, rgba(244, 63, 94, .18), transparent 28%),
        #08111f;
}

.woo-draw-hub-hero span,
.woo-draw-public header span,
.woo-draw-create-panel header span {
    color: #2dd4bf;
    font-size: 11px;
    font-weight: 900;
}

.woo-draw-hub-hero h1 {
    max-width: 760px;
    margin: 12px 0 10px;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 950;
}

.woo-draw-hub-hero p {
    max-width: 700px;
    margin: 0;
    color: #9fb0c6;
    line-height: 1.65;
}

.woo-draw-random button {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #ec385a, #f97316);
    color: #fff;
    font-weight: 950;
    box-shadow: 0 18px 42px rgba(236, 56, 90, .24);
}

.woo-draw-hub-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 18px;
    margin-top: 18px;
}

.woo-draw-public,
.woo-draw-create-panel form {
    border: 1px solid #223049;
    border-radius: 20px;
    background: #0b1422;
}

.woo-draw-public {
    padding: 18px;
}

.woo-draw-public header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.woo-draw-public h2,
.woo-draw-create-panel h2 {
    margin: 4px 0 0;
    color: #f8fbff;
    font-size: 24px;
    font-weight: 950;
}

.woo-draw-room-list {
    display: grid;
    gap: 10px;
}

.woo-draw-room-list article {
    display: grid;
    grid-template-columns: 56px 1fr 92px;
    gap: 12px;
    align-items: center;
    padding: 13px;
    border: 1px solid #26364f;
    border-radius: 16px;
    background: #07101c;
}

.woo-draw-room-icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    color: #2dd4bf;
    background: rgba(45, 212, 191, .1);
    font-size: 25px;
}

.woo-draw-room-list h3 {
    margin: 0 0 3px;
    color: #fff;
    font-size: 16px;
}

.woo-draw-room-list p {
    margin: 0 0 8px;
    color: #8fa3bb;
    font-size: 12px;
}

.woo-draw-room-list article div div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.woo-draw-room-list article span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    color: #cde0f7;
    background: #111c2d;
    font-size: 11px;
    font-weight: 800;
}

.woo-draw-room-list article a {
    display: grid;
    place-items: center;
    height: 42px;
    border-radius: 12px;
    color: #061716;
    background: #2dd4bf;
    font-weight: 950;
    text-decoration: none;
}

.woo-draw-empty-list {
    min-height: 360px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 8px;
    border: 1px dashed #2c3b55;
    border-radius: 18px;
    color: #91a5bd;
    text-align: center;
}

.woo-draw-empty-list i {
    font-size: 40px;
    color: #2dd4bf;
}

.woo-draw-empty-list strong {
    color: #f8fbff;
    font-size: 20px;
}

.woo-draw-create-panel {
    display: grid;
    gap: 14px;
}

.woo-draw-create-panel form {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.woo-draw-create-panel label {
    display: grid;
    gap: 7px;
    color: #9fb0c6;
    font-size: 12px;
    font-weight: 850;
}

.woo-draw-create-panel input,
.woo-draw-create-panel select {
    width: 100%;
    height: 44px;
    border: 1px solid #2b3a54;
    border-radius: 12px;
    background: #07101c;
    color: #e9f2ff;
    padding: 0 12px;
    outline: 0;
}

.woo-draw-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.woo-draw-switch {
    grid-template-columns: 20px 1fr;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #2b3a54;
    border-radius: 12px;
    background: rgba(45, 212, 191, .08);
}

.woo-draw-switch input {
    width: 18px;
    height: 18px;
}

.woo-draw-switch span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d8fff8;
}

.woo-draw-create-panel button {
    min-height: 48px;
    border: 0;
    border-radius: 13px;
    background: #ec385a;
    color: #fff;
    font-weight: 950;
}

.woo-draw-code-form {
    background:
        radial-gradient(circle at 100% 0%, rgba(45, 212, 191, .12), transparent 30%),
        #0b1422 !important;
}

.woo-draw-page {
    max-width: 1320px;
    padding-top: 104px;
    padding-bottom: 42px;
    color: #eef5ff;
}

.woo-draw-shell {
    border: 1px solid #202c42;
    border-radius: 20px;
    background:
        radial-gradient(circle at 82% 8%, rgba(45, 212, 191, .16), transparent 27%),
        radial-gradient(circle at 8% 0%, rgba(244, 63, 94, .16), transparent 26%),
        #070d17;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
    overflow: hidden;
}

.woo-draw-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    padding: 28px;
    border-bottom: 1px solid #1b2638;
}

.woo-draw-command {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid #1b2638;
    background: rgba(5, 11, 20, .42);
}

.woo-draw-command article {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 12px;
    border: 1px solid #223049;
    border-radius: 14px;
    background: #0b1422;
}

.woo-draw-command i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    color: #2dd4bf;
    background: rgba(45, 212, 191, .1);
    font-size: 20px;
}

.woo-draw-command span {
    color: #8ea2ba;
    font-size: 11px;
    font-weight: 800;
}

.woo-draw-command strong {
    overflow: hidden;
    color: #f7fbff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.woo-draw-lobby {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    padding: 18px;
}

.woo-draw-page:not(.is-lobby) .woo-draw-lobby {
    display: none;
}

.woo-draw-page.is-lobby .woo-draw-stage {
    display: none;
}

.woo-draw-lobby-main,
.woo-draw-lobby-card {
    border: 1px solid #223049;
    border-radius: 18px;
    background:
        radial-gradient(circle at 95% 0%, rgba(45, 212, 191, .14), transparent 28%),
        #0b1422;
}

.woo-draw-lobby-main {
    min-height: 470px;
    display: grid;
    align-content: center;
    padding: 38px;
}

.woo-draw-lobby-badge {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(45, 212, 191, .34);
    border-radius: 999px;
    color: #2dd4bf;
    background: rgba(45, 212, 191, .08);
    font-size: 12px;
    font-weight: 900;
}

.woo-draw-lobby-main h2 {
    max-width: 760px;
    margin: 18px 0 10px;
    color: #f8fbff;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 950;
}

.woo-draw-lobby-main p {
    max-width: 680px;
    margin: 0 0 24px;
    color: #9fb0c6;
    font-size: 15px;
    line-height: 1.65;
}

.woo-draw-lobby-link {
    max-width: 680px;
    padding: 14px;
    border: 1px solid #26364f;
    border-radius: 16px;
    background: rgba(5, 11, 20, .54);
}

.woo-draw-lobby-link label {
    display: block;
    margin-bottom: 8px;
    color: #8ea2ba;
    font-size: 11px;
    font-weight: 850;
}

.woo-draw-lobby-link div {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 8px;
}

.woo-draw-lobby-link input {
    min-width: 0;
    height: 48px;
    border: 1px solid #2b3a54;
    border-radius: 12px;
    background: #07101c;
    color: #e9f2ff;
    padding: 0 13px;
    outline: 0;
}

.woo-draw-lobby-link button,
.woo-draw-lobby-actions button {
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-weight: 900;
}

.woo-draw-lobby-link button {
    background: #ec385a;
}

.woo-draw-lobby-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.woo-draw-lobby-actions button {
    min-height: 50px;
    padding: 0 18px;
}

.woo-draw-lobby-actions [data-join] {
    border: 1px solid #2b3a54;
    background: #111c2d;
    color: #d9e6f7;
}

.woo-draw-lobby-start {
    background: linear-gradient(135deg, #ec385a, #f97316);
    box-shadow: 0 16px 36px rgba(236, 56, 90, .24);
}

.woo-draw-lobby-actions button:disabled {
    opacity: .48;
    cursor: not-allowed;
    box-shadow: none;
}

.woo-draw-lobby-main small {
    margin-top: 14px;
    color: #7f94ae;
    font-size: 12px;
}

.woo-draw-lobby-card {
    padding: 16px;
}

.woo-draw-lobby-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.woo-draw-lobby-card header strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.woo-draw-lobby-card header span {
    display: grid;
    place-items: center;
    min-width: 34px;
    height: 30px;
    border-radius: 999px;
    color: #061716;
    background: #2dd4bf;
    font-weight: 900;
}

.woo-draw-lobby-players {
    display: grid;
    gap: 8px;
    min-height: 250px;
    align-content: start;
}

.woo-draw-lobby-players article {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #25344c;
    border-radius: 13px;
    background: #07101c;
}

.woo-draw-lobby-players article.is-waiting,
.woo-draw-players article.is-waiting {
    border-color: rgba(251, 191, 36, .48);
    background:
        linear-gradient(90deg, rgba(251, 191, 36, .12), transparent 64%),
        #0b1422;
}

.woo-draw-lobby-players article.is-waiting span,
.woo-draw-players article.is-waiting span {
    background: linear-gradient(135deg, #f59e0b, #ec385a);
}

.woo-draw-lobby-players article.is-waiting small,
.woo-draw-players article.is-waiting small {
    color: #fbbf24;
    font-weight: 900;
}

.woo-draw-lobby-players span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: linear-gradient(135deg, #ec385a, #2dd4bf);
    color: #fff;
    font-weight: 900;
}

.woo-draw-lobby-players strong,
.woo-draw-lobby-players small {
    display: block;
}

.woo-draw-lobby-players small {
    color: #8ea2ba;
    font-size: 11px;
}

.woo-draw-lobby-players b {
    color: #2dd4bf;
}

.woo-draw-lobby-tips {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.woo-draw-lobby-tips b {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 11px;
    border-radius: 12px;
    color: #cfe0f6;
    background: rgba(45, 212, 191, .08);
    font-size: 12px;
}

.woo-draw-back,
.woo-draw-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 850;
}

.woo-draw-back {
    margin-right: 8px;
    border: 1px solid #26344c;
    color: #c8d7eb;
    background: rgba(15, 23, 42, .74);
}

.woo-draw-kicker {
    border: 1px solid rgba(45, 212, 191, .32);
    color: #28d3c1;
    background: rgba(45, 212, 191, .08);
}

.woo-draw-top h1 {
    margin: 16px 0 8px;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 900;
}

.woo-draw-top p {
    max-width: 720px;
    margin: 0;
    color: #9fb0c6;
    line-height: 1.62;
}

.woo-draw-share {
    align-self: stretch;
    display: grid;
    align-content: center;
    gap: 9px;
    padding: 18px;
    border: 1px solid #223049;
    border-radius: 16px;
    background: rgba(10, 17, 29, .78);
}

.woo-draw-share small {
    color: #93a7bf;
    font-size: 11px;
    font-weight: 800;
}

.woo-draw-share div {
    display: grid;
    grid-template-columns: 1fr 44px;
    gap: 8px;
}

.woo-draw-share input,
.woo-draw-chat input {
    height: 44px;
    border: 1px solid #29364c;
    border-radius: 11px;
    background: #07101c;
    color: #e9f2ff;
    padding: 0 12px;
    outline: 0;
}

.woo-draw-share button,
.woo-draw-chat button,
.woo-draw-toolbar button,
.woo-draw-panel header button {
    border: 0;
    border-radius: 11px;
    background: #ec385a;
    color: #fff;
    font-weight: 850;
}

.woo-draw-share b {
    color: #2dd4bf;
    font-size: 12px;
}

.woo-draw-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
    padding: 18px;
}

.woo-draw-board,
.woo-draw-panel {
    border: 1px solid #202c42;
    border-radius: 17px;
    background: rgba(10, 16, 27, .88);
}

.woo-draw-board {
    min-width: 0;
    padding: 14px;
}

.woo-draw-roundbar {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 110px;
    gap: 10px;
    margin-bottom: 12px;
}

.woo-draw-roundbar div {
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #243149;
    border-radius: 13px;
    background: #0b1422;
}

.woo-draw-roundbar span {
    display: block;
    color: #8ea2ba;
    font-size: 11px;
    font-weight: 800;
}

.woo-draw-roundbar strong {
    display: block;
    overflow: hidden;
    color: #f8fbff;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.woo-draw-canvas-wrap {
    position: relative;
    aspect-ratio: 16 / 10;
    min-height: 430px;
    border: 1px solid #dbe7f5;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.woo-draw-canvas-wrap canvas {
    display: block;
    width: 100%;
    height: 100%;
    cursor: crosshair;
    touch-action: none;
}

.woo-draw-canvas-wrap canvas.is-disabled {
    cursor: default;
}

.woo-draw-empty {
    position: absolute;
    inset: 18px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 8px;
    border: 1px dashed rgba(15, 23, 42, .18);
    border-radius: 14px;
    color: #475569;
    pointer-events: none;
}

.woo-draw-empty[hidden] {
    display: none;
}

.woo-draw-empty i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #f1f5f9;
    color: #ec385a;
    font-size: 28px;
}

.woo-draw-empty strong {
    color: #111827;
    font-size: 20px;
}

.woo-draw-result {
    position: absolute;
    inset: 18px;
    display: grid;
    place-items: center;
    pointer-events: none;
}

.woo-draw-result[hidden] {
    display: none;
}

.woo-draw-result > div {
    width: min(420px, 92%);
    display: grid;
    justify-items: center;
    gap: 9px;
    padding: 24px;
    border: 1px solid rgba(45, 212, 191, .35);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 0%, rgba(45, 212, 191, .18), transparent 48%),
        rgba(7, 16, 28, .94);
    color: #eaf6ff;
    box-shadow: 0 24px 70px rgba(3, 8, 15, .34);
    text-align: center;
}

.woo-draw-result i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #2dd4bf, #ec385a);
    color: #fff;
    font-size: 28px;
}

.woo-draw-result strong {
    font-size: 25px;
    line-height: 1.15;
}

.woo-draw-result span {
    color: #a9bdd5;
    font-size: 14px;
}

.woo-draw-result b {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(45, 212, 191, .12);
    color: #5eead4;
    font-size: 12px;
}

.woo-draw-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.woo-draw-tools,
.woo-draw-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.woo-draw-tools button,
.woo-draw-tools input[type="color"],
.woo-draw-actions button {
    height: 44px;
}

.woo-draw-tools button {
    width: 44px;
    border: 1px solid #283750;
    background: #111c2d;
    color: #b8c8dc;
}

.woo-draw-tools button.is-active {
    border-color: #2dd4bf;
    color: #fff;
    background: rgba(45, 212, 191, .18);
}

.woo-draw-tools input[type="color"] {
    width: 48px;
    padding: 4px;
    border: 1px solid #283750;
    border-radius: 11px;
    background: #111c2d;
}

.woo-draw-tools input[type="range"] {
    width: 126px;
}

.woo-draw-actions button {
    padding: 0 14px;
}

.woo-draw-actions button:not(.woo-draw-start) {
    border: 1px solid #283750;
    background: #111c2d;
    color: #d9e6f7;
}

.woo-draw-actions [data-leave] {
    background: rgba(244, 63, 94, .11) !important;
    border-color: rgba(244, 63, 94, .32) !important;
    color: #fecdd3 !important;
}

.woo-draw-actions button:disabled,
.woo-draw-panel header button:disabled {
    opacity: .48;
    cursor: not-allowed;
}

.woo-draw-side {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.woo-draw-panel {
    min-height: 0;
    padding: 14px;
}

.woo-draw-panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.woo-draw-panel header strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f7fbff;
}

.woo-draw-panel header button {
    height: 36px;
    padding: 0 12px;
    font-size: 12px;
}

.woo-draw-players {
    display: grid;
    gap: 8px;
}

.woo-draw-players article {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #223049;
    border-radius: 13px;
    background: #0b1422;
}

.woo-draw-players article.is-drawer {
    border-color: rgba(45, 212, 191, .48);
    background: rgba(45, 212, 191, .08);
}

.woo-draw-players span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: linear-gradient(135deg, #ec385a, #2dd4bf);
    color: #fff;
    font-weight: 900;
}

.woo-draw-players strong,
.woo-draw-players small {
    display: block;
}

.woo-draw-players strong {
    color: #f8fbff;
    font-size: 13px;
}

.woo-draw-players small {
    color: #91a5bd;
    font-size: 11px;
}

.woo-draw-players b {
    min-width: 34px;
    text-align: right;
    color: #2dd4bf;
    font-size: 18px;
}

.woo-draw-chat {
    min-height: 370px;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
}

.woo-draw-voice p {
    margin: 0 0 12px;
    color: #93a7bf;
    font-size: 12px;
    line-height: 1.55;
}

.woo-draw-voice[hidden] {
    display: none;
}

.woo-draw-voice-actions {
    display: grid;
    grid-template-columns: 1fr 1fr 44px;
    gap: 8px;
}

.woo-draw-voice-actions button {
    min-height: 40px;
    border: 1px solid #283750;
    border-radius: 11px;
    background: #111c2d;
    color: #d9e6f7;
    font-size: 12px;
    font-weight: 850;
}

.woo-draw-voice-actions [data-voice-start] {
    border: 0;
    background: #14b8a6;
    color: #05221f;
}

.woo-draw-voice-actions [data-voice-stop] {
    color: #fecdd3;
    border-color: rgba(244, 63, 94, .32);
    background: rgba(244, 63, 94, .11);
}

.woo-draw-voice-actions button:disabled {
    opacity: .45;
}

.woo-draw-voice-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.woo-draw-voice-list span,
.woo-draw-voice-list small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 9px;
    border: 1px solid #283750;
    border-radius: 999px;
    color: #8ea2ba;
    background: #0b1422;
    font-size: 11px;
}

.woo-draw-voice-list span.is-on {
    border-color: rgba(45, 212, 191, .46);
    color: #ccfbf1;
    background: rgba(45, 212, 191, .1);
}

.woo-draw-guesses {
    min-height: 220px;
    max-height: 440px;
    overflow: auto;
    display: grid;
    align-content: start;
    gap: 8px;
    padding-right: 3px;
}

.woo-draw-guesses div {
    padding: 10px 12px;
    border-radius: 13px;
    background: #0b1422;
}

.woo-draw-guesses div.is-correct {
    background: rgba(45, 212, 191, .14);
    border: 1px solid rgba(45, 212, 191, .42);
}

.woo-draw-guesses strong {
    color: #dbeafe;
    font-size: 12px;
}

.woo-draw-guesses p {
    margin: 3px 0 0;
    color: #a8b8cd;
    font-size: 13px;
}

.woo-draw-chat form {
    display: grid;
    grid-template-columns: 1fr 46px;
    gap: 8px;
    margin-top: 12px;
}

.woo-draw-muted {
    margin: 0;
    color: #8ea2ba;
    font-size: 13px;
}

@media (max-width: 991.98px) {
    .woo-draw-hub-hero,
    .woo-draw-hub-grid {
        grid-template-columns: 1fr;
    }
    .woo-draw-top,
    .woo-draw-command,
    .woo-draw-lobby,
    .woo-draw-stage {
        grid-template-columns: 1fr;
    }
    .woo-draw-share {
        align-self: auto;
    }
}

@media (max-width: 640px) {
    .woo-draw-hub {
        padding-top: 84px;
    }
    .woo-draw-hub-hero {
        padding: 22px;
    }
    .woo-draw-hub-hero h1 {
        font-size: 32px;
    }
    .woo-draw-room-list article {
        grid-template-columns: 48px 1fr;
    }
    .woo-draw-room-list article a {
        grid-column: 1 / -1;
    }
    .woo-draw-form-row {
        grid-template-columns: 1fr;
    }
    .woo-draw-page {
        padding-top: 84px;
    }
    .woo-draw-top {
        padding: 18px;
    }
    .woo-draw-top h1 {
        font-size: 30px;
    }
    .woo-draw-lobby-main {
        min-height: auto;
        padding: 22px;
    }
    .woo-draw-lobby-main h2 {
        font-size: 30px;
    }
    .woo-draw-lobby-link div,
    .woo-draw-lobby-actions {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    .woo-draw-stage {
        padding: 10px;
    }
    .woo-draw-command {
        padding: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .woo-draw-roundbar {
        grid-template-columns: 1fr;
    }
    .woo-draw-canvas-wrap {
        min-height: 360px;
        aspect-ratio: 4 / 5;
    }
    .woo-draw-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .woo-draw-actions,
    .woo-draw-tools {
        flex-wrap: wrap;
    }
    .woo-draw-actions button {
        flex: 1;
    }
    .woo-draw-voice-actions {
        grid-template-columns: 1fr;
    }
}

/* Woo Games library */
.woo-city {
    font-family: inherit;
}

.woo-city-top {
    position: absolute;
    top: 20px;
    left: 22px;
    right: 22px;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.woo-city-back,
.woo-city-brand,
.woo-city-tools {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 15px;
    border: 1px solid rgba(151, 169, 194, .22);
    border-radius: 15px;
    background: rgba(6, 13, 24, .76);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .17);
    backdrop-filter: blur(15px);
    pointer-events: auto;
}

.woo-city-back {
    color: #e5edf9;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.woo-city-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.woo-city-brand img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.woo-city-brand div {
    display: grid;
}

.woo-city-brand strong {
    font-size: 15px;
}

.woo-city-brand small {
    color: #95a8bd;
    font-size: 11px;
}

.woo-city-tools {
    margin-left: auto;
    gap: 14px;
}

.woo-city-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #9cb0c5;
    font-size: 12px;
    font-weight: 700;
}

.woo-city-status i {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #22c6a7;
    box-shadow: 0 0 10px #22c6a7;
}

.woo-city-tools button {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(151,169,194,.15);
    border-radius: 11px;
    background: rgba(20, 30, 47, .9);
    color: #ffd15b;
}

.woo-city-launch {
    position: absolute;
    left: clamp(22px, 5.5vw, 72px);
    top: 50%;
    z-index: 7;
    width: min(465px, calc(100% - 40px));
    padding: 32px 34px;
    transform: translateY(-50%);
    border: 1px solid rgba(235, 55, 88, .33);
    border-radius: 22px;
    background: rgba(6, 13, 25, .88);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .38);
    backdrop-filter: blur(18px);
}

.woo-city-launch.is-hidden {
    display: none;
}

.woo-city-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border: 1px solid rgba(235, 55, 88, .33);
    border-radius: 30px;
    background: rgba(235, 55, 88, .1);
    color: #f55170;
    font-size: 12px;
    font-weight: 800;
}

.woo-city-launch h1 {
    margin: 19px 0 12px;
    color: #f7f9fd;
    font-size: clamp(34px, 3vw, 45px);
    line-height: 1.08;
    letter-spacing: 0;
}

.woo-city-launch p {
    margin: 0 0 22px;
    color: #a7b6c9;
    font-size: 14px;
    line-height: 1.7;
}

.woo-city-launch button {
    height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 24px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(110deg, #e93255, #f85a73);
    box-shadow: 0 12px 26px rgba(233, 50, 83, .26);
    color: #fff;
    font-weight: 800;
}

.woo-city-launch small {
    display: block;
    margin-top: 21px;
    color: #8193aa;
    font-size: 11px;
}

.woo-city-panel {
    position: absolute;
    z-index: 7;
    top: 96px;
    right: 22px;
    width: 270px;
    padding: 14px;
    border: 1px solid rgba(151, 169, 194, .22);
    border-radius: 18px;
    background: rgba(6, 13, 25, .80);
    box-shadow: 0 22px 46px rgba(0, 0, 0, .18);
    backdrop-filter: blur(17px);
}

.woo-city-location {
    display: grid;
    gap: 3px;
    padding: 3px 3px 13px;
}

.woo-city-location span {
    color: #22cfbd;
    font-size: 10px;
    font-weight: 800;
}

.woo-city-location strong {
    color: #f4f7fc;
    font-size: 18px;
}

.woo-city-location small {
    color: #8da1b8;
    font-size: 11px;
}

.woo-city-map {
    width: 100%;
    height: 136px;
    display: block;
    border: 1px solid rgba(131, 151, 176, .17);
    border-radius: 12px;
}

.woo-city-travel-toggle {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 0 12px;
    border: 1px solid rgba(36, 206, 185, .22);
    border-radius: 11px;
    background: rgba(36, 206, 185, .08);
    color: #e9f7fa;
    font-size: 12px;
    font-weight: 750;
}

.woo-city-travel-toggle i:first-child {
    color: #26d1bf;
}

.woo-city-travel-toggle i:last-child {
    margin-left: auto;
    transition: transform .18s ease;
}

.woo-city-travel-toggle.is-open i:last-child {
    transform: rotate(180deg);
}

.woo-city-travel-menu {
    display: grid;
    gap: 5px;
    margin-top: 7px;
    padding: 6px;
    border: 1px solid rgba(134, 154, 178, .18);
    border-radius: 11px;
    background: rgba(7, 13, 24, .7);
}

.woo-city-travel-menu[hidden] {
    display: none;
}

.woo-city-travel-menu button {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #a5b5c8;
    font-size: 11px;
    font-weight: 700;
}

.woo-city-travel-menu button:hover,
.woo-city-travel-menu button.is-active {
    background: rgba(36, 206, 185, .14);
    color: #eefcff;
}

.woo-city-travel-menu i {
    color: #26d1bf;
}

.woo-city-character {
    min-height: 55px;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 9px;
    margin-top: 11px;
    padding: 9px;
    border-radius: 12px;
    background: rgba(20, 31, 47, .82);
}

.woo-city-avatar {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #ed3658, #1bcabb);
    color: #fff;
}

.woo-city-character div:nth-child(2) {
    display: grid;
}

.woo-city-character small {
    color: #8fa2bb;
    font-size: 10px;
}

.woo-city-character b {
    padding: 5px 7px;
    border-radius: 20px;
    background: rgba(34, 199, 170, .12);
    color: #24ceb9;
    font-size: 10px;
}

.woo-city-avatar-pick {
    display: flex;
    margin-top: 7px;
}

.woo-city-avatar-pick span {
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 10px;
    border: 1px solid rgba(36, 206, 185, .3);
    border-radius: 9px;
    background: rgba(36, 206, 185, .1);
    color: #bcebe6;
    font-size: 11px;
    font-weight: 700;
}

.woo-city-next {
    display: flex;
    gap: 9px;
    margin-top: 11px;
    padding: 11px 10px;
    border: 1px solid rgba(36, 206, 185, .2);
    border-radius: 12px;
    background: rgba(20, 72, 72, .18);
}

.woo-city-next i {
    color: #26d1bf;
    margin-top: 2px;
}

.woo-city-next strong {
    display: block;
    color: #eaf5fa;
    font-size: 11px;
}

.woo-city-next small {
    display: block;
    margin-top: 3px;
    color: #8fa6ba;
    font-size: 10px;
    line-height: 1.45;
}

.woo-city-panel .woo-world-source {
    margin-top: 10px;
}

.woo-city-interact {
    position: absolute;
    left: 50%;
    bottom: 27px;
    z-index: 8;
    min-width: 278px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3px 16px;
    align-items: center;
    padding: 12px 13px 12px 16px;
    transform: translateX(-50%);
    border: 1px solid rgba(234, 53, 87, .38);
    border-radius: 15px;
    background: rgba(6, 13, 25, .88);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .3);
    backdrop-filter: blur(15px);
}

.woo-city-interact[hidden] {
    display: none;
}

.woo-city-interact span {
    color: #ed4364;
    font-size: 10px;
    font-weight: 800;
}

.woo-city-interact strong {
    grid-column: 1;
    color: #f2f7fd;
    font-size: 15px;
}

.woo-city-interact button {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 10px;
    background: #ed3658;
    color: #fff;
    font-size: 12px;
    font-weight: 750;
}

.woo-city-interact kbd {
    margin-right: 5px;
    padding: 4px 6px;
    border-radius: 5px;
    background: rgba(255,255,255,.18);
    color: #fff;
    font-size: 10px;
}

.woo-city-controls {
    position: absolute;
    bottom: 24px;
    left: 22px;
    z-index: 6;
    display: flex;
    gap: 8px;
}

.woo-city-controls div {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 9px;
    border-radius: 11px;
    background: rgba(6,13,25,.74);
    color: #94a7bb;
    font-size: 11px;
}

.woo-city-controls kbd {
    min-width: 20px;
    padding: 5px;
    border-radius: 5px;
    background: #182436;
    color: #eaf2ff;
    text-align: center;
    font-size: 10px;
}

.woo-city-mobile-pad {
    display: none;
}

.woo-city .woo-world-toast {
    bottom: 78px;
}

@media (max-width: 1100px) {
    .woo-city-panel {
        width: 235px;
    }
    .woo-city-launch {
        width: 405px;
        padding: 25px;
    }
}

@media (max-width: 760px) {
    .woo-city-top {
        top: 10px;
        left: 10px;
        right: 10px;
    }
    .woo-city-brand {
        left: auto;
        right: 56px;
        transform: none;
        min-height: 48px;
        padding: 0 10px;
    }
    .woo-city-brand img,
    .woo-city-brand small,
    .woo-city-status {
        display: none;
    }
    .woo-city-back,
    .woo-city-tools {
        min-height: 48px;
        padding: 0 10px;
    }
    .woo-city-launch {
        left: 12px;
        right: 12px;
        top: auto;
        bottom: 83px;
        width: auto;
        padding: 20px;
        transform: none;
    }
    .woo-city-launch h1 {
        margin: 13px 0 8px;
        font-size: 29px;
    }
    .woo-city-launch p {
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 1.55;
    }
    .woo-city-launch small {
        margin-top: 12px;
    }
    .woo-city-panel {
        top: 66px;
        right: 10px;
        width: 154px;
        padding: 8px;
    }
    .woo-city-map {
        display: none;
    }
    .woo-city-location {
        padding: 2px 2px 5px;
    }
    .woo-city-location strong {
        font-size: 14px;
    }
    .woo-city-location small {
        display: none;
    }
    .woo-city-travel-toggle {
        height: 36px;
        margin-top: 4px;
        padding: 0 9px;
    }
    .woo-city-character,
    .woo-city-avatar-pick,
    .woo-city-next,
    .woo-city-panel .woo-world-source {
        display: none;
    }
    .woo-city-controls {
        display: none;
    }
    .woo-city-mobile-pad {
        position: absolute;
        left: 14px;
        bottom: 70px;
        z-index: 8;
        display: grid;
        grid-template-columns: repeat(3, 45px);
        grid-template-rows: repeat(2, 45px);
        gap: 4px;
    }
    .woo-city-launch:not(.is-hidden) ~ .woo-city-mobile-pad {
        display: none;
    }
    .woo-city-mobile-pad button {
        border: 1px solid rgba(157,174,194,.2);
        border-radius: 12px;
        background: rgba(6,13,25,.74);
        color: #e8f2ff;
    }
    .woo-city-mobile-pad button:nth-child(1) { grid-column: 2; }
    .woo-city-mobile-pad button:nth-child(2) { grid-column: 1; grid-row: 2; }
    .woo-city-mobile-pad button:nth-child(3) { grid-column: 2; grid-row: 2; }
    .woo-city-mobile-pad button:nth-child(4) { grid-column: 3; grid-row: 2; }
    .woo-city .woo-world-toast {
        bottom: 176px;
        left: 12px;
        right: 12px;
    }
.woo-city-interact {
        bottom: 173px;
        min-width: 0;
        width: calc(100% - 24px);
    }
}

.woo-quiz-art {
    background: linear-gradient(135deg, #0f766e, #16a34a);
}

.woo-word-art {
    background: linear-gradient(135deg, #4f46e5, #0891b2);
}

.woo-vote-art {
    background: linear-gradient(135deg, #e11d48, #ea580c);
}

.woo-vote-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.woo-vote-options button {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #2a3a54;
    border-radius: 13px;
    background: #07101c;
    color: #e8f3ff;
    padding: 0 16px;
    font-weight: 950;
}

.woo-vote-options button:not(:disabled):hover {
    border-color: #fb7185;
}

.woo-vote-hub .woo-quiz-random button,
.woo-vote-hub .woo-quiz-create button,
.woo-vote-hub .woo-quiz-code button,
.woo-vote-page .woo-quiz-lobby button,
.woo-vote-page .woo-quiz-top aside button,
.woo-vote-hub .woo-quiz-room-list article a {
    background: linear-gradient(135deg, #fb7185, #f97316);
}

.woo-word-hub .woo-quiz-hero span,
.woo-word-page .woo-quiz-top span,
.woo-word-hub .woo-quiz-public header span,
.woo-word-hub .woo-quiz-create header span,
.woo-word-page .woo-quiz-question-head b,
.woo-word-page .woo-quiz-top aside b,
.woo-word-page .woo-quiz-statusbar i,
.woo-word-page .woo-quiz-players b,
.woo-word-page .woo-quiz-answers b {
    color: #67e8f9;
}

.woo-word-hub .woo-quiz-random button,
.woo-word-hub .woo-quiz-create button,
.woo-word-hub .woo-quiz-code button,
.woo-word-page .woo-quiz-lobby button,
.woo-word-page .woo-quiz-top aside button,
.woo-word-hub .woo-quiz-room-list article a {
    background: linear-gradient(135deg, #67e8f9, #a78bfa);
}

.woo-word-letters {
    letter-spacing: .12em;
    text-transform: uppercase;
}

.woo-word-hint {
    margin: 0;
    color: #9fb0c6;
    font-size: 15px;
}

.woo-word-form {
    display: grid;
    grid-template-columns: 1fr 130px;
    gap: 10px;
}

.woo-word-form input {
    min-height: 52px;
    border: 1px solid #2a3a54;
    border-radius: 12px;
    background: #07101c;
    color: #e8f3ff;
    padding: 0 14px;
}

.woo-word-form button {
    border: 0;
    border-radius: 12px;
    color: #04110c;
    background: linear-gradient(135deg, #67e8f9, #a78bfa);
    font-weight: 950;
}

.woo-quiz-hub,
.woo-quiz-page {
    padding: 82px 0 44px;
    color: #dceafe;
}

.woo-quiz-hero,
.woo-quiz-shell {
    border: 1px solid #223049;
    border-radius: 18px;
    background: radial-gradient(circle at 90% 0%, rgba(34,197,94,.18), transparent 30%), linear-gradient(135deg, rgba(15,23,42,.98), rgba(4,10,18,.98));
    box-shadow: 0 24px 80px rgba(0,0,0,.25);
}

.woo-quiz-hero {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 30px;
}

.woo-quiz-hero span,
.woo-quiz-public header span,
.woo-quiz-create header span,
.woo-quiz-top span {
    color: #34d399;
    font-weight: 950;
    font-size: 12px;
}

.woo-quiz-hero h1,
.woo-quiz-top h1 {
    margin: 10px 0;
    color: #f8fbff;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 950;
}

.woo-quiz-hero p,
.woo-quiz-top p {
    max-width: 760px;
    margin: 0;
    color: #9fb0c6;
    line-height: 1.65;
}

.woo-quiz-random button,
.woo-quiz-create button,
.woo-quiz-code button,
.woo-quiz-lobby button,
.woo-quiz-options button,
.woo-quiz-leave {
    border: 0;
    border-radius: 12px;
    font-weight: 900;
}

.woo-quiz-random button,
.woo-quiz-create button,
.woo-quiz-code button,
.woo-quiz-lobby button {
    min-height: 48px;
    padding: 0 18px;
    color: #04110c;
    background: linear-gradient(135deg, #34d399, #a3e635);
}

.woo-quiz-grid,
.woo-quiz-layout {
    display: grid;
    gap: 18px;
}

.woo-quiz-grid {
    grid-template-columns: minmax(0, 1fr) 380px;
    margin-top: 18px;
}

.woo-quiz-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
}

.woo-quiz-public,
.woo-quiz-create form,
.woo-quiz-top aside,
.woo-quiz-main,
.woo-quiz-side section {
    border: 1px solid #223049;
    border-radius: 16px;
    background: #0b1422;
}

.woo-quiz-public,
.woo-quiz-create form,
.woo-quiz-side section {
    padding: 18px;
}

.woo-quiz-room-list,
.woo-quiz-create,
.woo-quiz-side,
.woo-quiz-players,
.woo-quiz-answers {
    display: grid;
    gap: 10px;
}

.woo-quiz-room-list {
    margin-top: 14px;
}

.woo-quiz-room-list article {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 13px;
    border: 1px solid #26364f;
    border-radius: 14px;
    background: #07101c;
}

.woo-quiz-room-icon,
.woo-quiz-room-list article a {
    display: grid;
    place-items: center;
}

.woo-quiz-room-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    color: #34d399;
    background: rgba(52,211,153,.12);
    font-size: 26px;
}

.woo-quiz-room-list h3 {
    margin: 0 0 3px;
    color: #f8fbff;
    font-size: 17px;
}

.woo-quiz-room-list p {
    margin: 0 0 8px;
    color: #91a5bd;
    font-size: 12px;
}

.woo-quiz-room-list article div div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.woo-quiz-room-list span {
    padding: 6px 9px;
    border-radius: 999px;
    background: #111c2d;
    color: #bcd0e8;
    font-size: 12px;
}

.woo-quiz-room-list article a {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    color: #04110c;
    background: #34d399;
    font-weight: 950;
}

.woo-quiz-empty-list {
    min-height: 260px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 8px;
    color: #91a5bd;
}

.woo-quiz-empty-list i {
    font-size: 38px;
    color: #34d399;
}

.woo-quiz-create label,
.woo-quiz-code label {
    display: grid;
    gap: 7px;
    margin-top: 12px;
    color: #a8bad1;
    font-size: 12px;
    font-weight: 900;
}

.woo-quiz-create input,
.woo-quiz-create select,
.woo-quiz-code input,
.woo-quiz-top aside input,
.woo-quiz-lobby input {
    height: 44px;
    border: 1px solid #2a3a54;
    border-radius: 12px;
    background: #07101c;
    color: #e8f3ff;
    padding: 0 12px;
}

.woo-quiz-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.woo-quiz-create button,
.woo-quiz-code button {
    width: 100%;
    margin-top: 14px;
}

.woo-quiz-shell {
    padding: 18px;
}

.woo-quiz-top {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 18px;
    align-items: center;
}

.woo-quiz-back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #9fb0c6;
    font-size: 12px;
    font-weight: 900;
}

.woo-quiz-top aside {
    padding: 14px;
}

.woo-quiz-top aside small,
.woo-quiz-question-head span {
    color: #8ea2ba;
    font-size: 11px;
    font-weight: 900;
}

.woo-quiz-top aside div,
.woo-quiz-lobby div {
    display: grid;
    grid-template-columns: 1fr 46px;
    gap: 8px;
    margin: 8px 0;
}

.woo-quiz-lobby div {
    max-width: 680px;
    grid-template-columns: 1fr 130px;
}

.woo-quiz-top aside button {
    border: 0;
    border-radius: 12px;
    background: #34d399;
}

.woo-quiz-top aside b,
.woo-quiz-question-head b {
    color: #34d399;
}

.woo-quiz-statusbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 18px 0;
}

.woo-quiz-statusbar article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid #223049;
    border-radius: 14px;
    background: #0b1422;
}

.woo-quiz-statusbar i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: #34d399;
    background: rgba(52,211,153,.1);
    font-size: 23px;
}

.woo-quiz-statusbar span {
    color: #8ea2ba;
    font-size: 12px;
    font-weight: 900;
}

.woo-quiz-statusbar strong {
    color: #f8fbff;
    font-size: 18px;
}

.woo-quiz-main {
    min-height: 520px;
    padding: 18px;
}

.woo-quiz-page:not(.is-lobby) .woo-quiz-lobby {
    display: none;
}

.woo-quiz-page.is-lobby .woo-quiz-question {
    display: none;
}

.woo-quiz-lobby {
    min-height: 480px;
    display: grid;
    align-content: center;
    gap: 14px;
}

.woo-quiz-lobby span {
    width: max-content;
    padding: 8px 12px;
    border: 1px solid rgba(52,211,153,.35);
    border-radius: 999px;
    color: #34d399;
    background: rgba(52,211,153,.08);
    font-weight: 950;
    font-size: 12px;
}

.woo-quiz-lobby h2,
.woo-quiz-question h2 {
    margin: 0;
    color: #f8fbff;
    font-size: 36px;
    line-height: 1.14;
}

.woo-quiz-lobby p {
    max-width: 720px;
    margin: 0;
    color: #9fb0c6;
    line-height: 1.65;
}

.woo-quiz-lobby button[data-start] {
    width: max-content;
}

.woo-quiz-question {
    display: grid;
    gap: 18px;
}

.woo-quiz-question-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.woo-quiz-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.woo-quiz-options button {
    min-height: 84px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    border: 1px solid #2a3a54;
    background: #07101c;
    color: #e8f3ff;
    text-align: left;
    padding: 14px;
}

.woo-quiz-options button b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(52,211,153,.12);
    color: #34d399;
}

.woo-quiz-options button:not(:disabled):hover,
.woo-quiz-options button.is-correct {
    border-color: #34d399;
}

.woo-quiz-options button.is-correct {
    background: rgba(52,211,153,.13);
}

.woo-quiz-result {
    display: grid;
    place-items: center;
    padding: 18px;
    border: 1px solid rgba(52,211,153,.3);
    border-radius: 16px;
    background: rgba(52,211,153,.08);
}

.woo-quiz-result[hidden] {
    display: none;
}

.woo-quiz-result div {
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
}

.woo-quiz-result i {
    color: #34d399;
    font-size: 34px;
}

.woo-quiz-side header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.woo-quiz-side header strong {
    color: #f8fbff;
}

.woo-quiz-side header button {
    min-height: 34px;
    border: 1px solid #2a3a54;
    border-radius: 10px;
    background: #111c2d;
    color: #d9e6f7;
    font-weight: 900;
}

.woo-quiz-players article,
.woo-quiz-answers div {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #223049;
    border-radius: 13px;
    background: #07101c;
}

.woo-quiz-players article.is-waiting {
    border-color: rgba(251,191,36,.48);
    background: linear-gradient(90deg, rgba(251,191,36,.12), transparent 64%), #07101c;
}

.woo-quiz-players span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: linear-gradient(135deg, #34d399, #22c55e);
    color: #04110c;
    font-weight: 950;
}

.woo-quiz-players strong,
.woo-quiz-answers strong {
    color: #f8fbff;
    font-size: 13px;
}

.woo-quiz-players small,
.woo-quiz-answers span {
    display: block;
    color: #91a5bd;
    font-size: 11px;
}

.woo-quiz-players article.is-waiting small {
    color: #fbbf24;
    font-weight: 900;
}

.woo-quiz-players b,
.woo-quiz-answers b {
    color: #34d399;
}

.woo-quiz-answers div {
    grid-template-columns: 1fr auto auto;
}

.woo-quiz-answers div.is-correct {
    border-color: rgba(52,211,153,.44);
}

.woo-spy-art,
.woo-spy-hero,
.woo-spy-top {
    background:
        radial-gradient(circle at 18% 20%, rgba(244,63,94,.26), transparent 28%),
        radial-gradient(circle at 82% 15%, rgba(45,212,191,.18), transparent 30%),
        linear-gradient(135deg, #111827, #06121f 68%, #0d1f2b);
}

.woo-game-art.woo-spy-art {
    background:
        radial-gradient(circle at 18% 20%, rgba(244,63,94,.3), transparent 28%),
        radial-gradient(circle at 82% 15%, rgba(45,212,191,.2), transparent 30%),
        linear-gradient(135deg, #111827, #06121f 68%, #0d1f2b);
}

.woo-spy-hub .woo-quiz-hero span,
.woo-spy-page .woo-quiz-top span {
    border-color: rgba(244,63,94,.42);
    color: #fb7185;
}

.woo-spy-hub .woo-quiz-random button,
.woo-spy-page [data-start] {
    background: linear-gradient(135deg, #fb7185, #be123c);
}

.woo-spy-page .woo-quiz-shell {
    border-color: rgba(244,63,94,.25);
}

.woo-spy-board {
    display: grid;
    gap: 14px;
}

.woo-spy-role {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(244,63,94,.28);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(244,63,94,.12), rgba(45,212,191,.06)), #07101c;
}

.woo-spy-role small,
.woo-spy-phase span,
.woo-spy-targets button small {
    color: #91a5bd;
    font-size: 12px;
    font-weight: 900;
}

.woo-spy-role strong {
    color: #fff7fb;
    font-size: 30px;
    font-weight: 950;
}

.woo-spy-role span,
.woo-spy-phase p {
    color: #b9c8dc;
}

.woo-spy-phase {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid #223049;
    border-radius: 16px;
    background: #07101c;
}

.woo-spy-phase h2 {
    margin: 0;
    color: #f8fbff;
    font-size: 26px;
}

.woo-spy-phase p {
    margin: 0;
}

.woo-spy-targets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
}

.woo-spy-targets button {
    min-height: 72px;
    border: 1px solid #283a55;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(15,23,42,.98), rgba(13,27,42,.98));
    color: #edf6ff;
    text-align: left;
    padding: 13px;
}

.woo-spy-targets button:not(:disabled):hover {
    border-color: #fb7185;
    transform: translateY(-1px);
}

.woo-spy-targets button span {
    display: block;
    color: #f8fbff;
    font-weight: 950;
}

.woo-spy-empty-action {
    padding: 18px;
    border: 1px dashed #2a3a54;
    border-radius: 14px;
    color: #91a5bd;
    text-align: center;
}

.woo-spy-page .woo-quiz-players article.is-out {
    opacity: .58;
    background: #070b12;
}

.woo-spy-page .woo-quiz-players article.is-out span {
    background: linear-gradient(135deg, #64748b, #334155);
    color: #e2e8f0;
}

.woo-spy-page .woo-quiz-players b,
.woo-spy-page .woo-quiz-answers b {
    color: #fb7185;
}

.woo-quiz-leave {
    min-height: 44px;
    color: #fecdd3;
    border: 1px solid rgba(244,63,94,.32);
    background: rgba(244,63,94,.11);
}

.woo-quiz-muted {
    margin: 0;
    color: #8ca0b8;
    font-size: 12px;
}

.woo-games-control {
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid rgba(45,212,191,.22);
    border-radius: 18px;
    background:
        radial-gradient(circle at 12% 0%, rgba(244,63,94,.14), transparent 32%),
        radial-gradient(circle at 84% 8%, rgba(45,212,191,.16), transparent 34%),
        linear-gradient(135deg, rgba(8,15,28,.98), rgba(6,20,30,.98));
    box-shadow: 0 18px 60px rgba(0,0,0,.28);
}

.woo-games-control-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.woo-games-control-head span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #2dd4bf;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.woo-games-control-head h2 {
    margin: 8px 0 4px;
    color: #f8fbff;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.05;
}

.woo-games-control-head p {
    margin: 0;
    color: #a8bbd2;
    max-width: 680px;
}

.woo-games-control-head button {
    min-width: 128px;
    min-height: 42px;
    border: 1px solid rgba(45,212,191,.34);
    border-radius: 12px;
    background: rgba(45,212,191,.1);
    color: #dffef8;
    font-weight: 950;
}

.woo-games-control-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.woo-games-control-stats article {
    display: grid;
    gap: 3px;
    padding: 14px;
    border: 1px solid #21324d;
    border-radius: 14px;
    background: rgba(7,16,28,.72);
}

.woo-games-control-stats strong {
    color: #f8fbff;
    font-size: 28px;
    line-height: 1;
}

.woo-games-control-stats span {
    color: #91a5bd;
    font-size: 12px;
    font-weight: 900;
}

.woo-games-room-board {
    display: grid;
    gap: 10px;
}

.woo-games-command-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .8fr) minmax(240px, .8fr);
    gap: 12px;
    margin-bottom: 14px;
}

.woo-games-featured,
.woo-games-quick-card,
.woo-games-recent-card {
    display: grid;
    align-content: start;
    gap: 8px;
    min-height: 156px;
    padding: 16px;
    border: 1px solid #21324d;
    border-radius: 16px;
    background: rgba(7,16,28,.76);
}

.woo-games-featured {
    background:
        radial-gradient(circle at 8% 12%, rgba(52,211,153,.22), transparent 30%),
        linear-gradient(135deg, rgba(15,23,42,.96), rgba(9,28,38,.94));
}

.woo-games-featured > i,
.woo-games-quick-card > span,
.woo-games-recent-card > span {
    color: #2dd4bf;
    font-weight: 950;
    text-transform: uppercase;
    font-size: 12px;
}

.woo-games-featured > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: rgba(45,212,191,.13);
    font-size: 22px;
}

.woo-games-featured strong,
.woo-games-quick-card strong {
    color: #f8fbff;
    font-size: 22px;
    line-height: 1.1;
}

.woo-games-featured p,
.woo-games-quick-card p,
.woo-games-recent-card small {
    margin: 0;
    color: #9eb1c9;
    font-size: 13px;
}

.woo-games-featured a,
.woo-games-quick-card button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 11px;
    background: #f43f5e;
    color: #fff;
    font-weight: 950;
}

.woo-games-recent-card [data-lobby-recent] {
    display: grid;
    gap: 7px;
}

.woo-games-recent-card a {
    display: grid;
    gap: 2px;
    padding: 9px 10px;
    border: 1px solid #20304a;
    border-radius: 12px;
    background: rgba(9,16,28,.75);
    color: #f8fbff;
    font-weight: 950;
}

.woo-games-recent-card a span {
    color: #8fa4be;
    font-size: 11px;
    font-weight: 800;
}

.woo-games-control-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.woo-games-control-toolbar [data-lobby-filters] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.woo-games-control-toolbar button,
.woo-games-control-toolbar label {
    min-height: 38px;
    border: 1px solid #263854;
    border-radius: 999px;
    background: rgba(9,16,28,.82);
    color: #bcd0e8;
    font-weight: 950;
}

.woo-games-control-toolbar button {
    padding: 0 13px;
}

.woo-games-control-toolbar button.active {
    border-color: rgba(244,63,94,.58);
    background: #f43f5e;
    color: #fff;
}

.woo-games-control-toolbar label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: min(360px, 100%);
    padding: 0 13px;
}

.woo-games-control-toolbar input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #f8fbff;
}

.woo-games-room-card {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 13px;
    align-items: center;
    padding: 12px;
    border: 1px solid #223552;
    border-radius: 16px;
    background: rgba(8,15,28,.86);
}

.woo-games-room-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    color: #03110e;
    background: linear-gradient(135deg, #2dd4bf, #34d399);
    font-size: 24px;
}

.woo-games-room-main {
    min-width: 0;
}

.woo-games-room-main span {
    color: #2dd4bf;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.woo-games-room-main h3 {
    margin: 3px 0;
    color: #f8fbff;
    font-size: 17px;
    overflow-wrap: anywhere;
}

.woo-games-room-main p {
    margin: 0 0 8px;
    color: #91a5bd;
    font-size: 12px;
}

.woo-games-room-meter {
    height: 6px;
    border-radius: 999px;
    background: #101d30;
    overflow: hidden;
}

.woo-games-room-meter i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #34d399, #fb7185);
}

.woo-games-room-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.woo-games-room-meta b {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(15,23,42,.88);
    color: #cfe1f8;
    font-size: 12px;
}

.woo-games-room-meta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 11px;
    background: #f43f5e;
    color: #fff;
    font-weight: 950;
}

.woo-games-room-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 28px 16px;
    border: 1px dashed #2a3a54;
    border-radius: 16px;
    color: #91a5bd;
    text-align: center;
}

.woo-games-room-empty i {
    color: #2dd4bf;
    font-size: 30px;
}

.woo-games-room-empty strong {
    color: #f8fbff;
    font-size: 17px;
}

.woo-game-voice-panel {
    border-color: rgba(45,212,191,.25) !important;
    background:
        radial-gradient(circle at 0% 0%, rgba(45,212,191,.16), transparent 32%),
        rgba(7,16,28,.92) !important;
}

.woo-game-voice-panel header b {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(45,212,191,.13);
    color: #5eead4;
    font-size: 11px;
    font-weight: 950;
}

.woo-game-voice-panel p {
    margin: -4px 0 12px;
    color: #9eb1c9;
    font-size: 12px;
    line-height: 1.45;
}

.woo-game-voice-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.woo-game-voice-actions button {
    min-height: 38px;
    border: 1px solid #2a3a54;
    border-radius: 11px;
    background: #101b2b;
    color: #dce9fb;
    font-weight: 950;
}

.woo-game-voice-actions button:first-child {
    grid-column: 1 / -1;
    border-color: rgba(45,212,191,.42);
    background: linear-gradient(135deg, #14b8a6, #0f766e);
    color: #ecfffb;
}

.woo-game-voice-actions button:disabled {
    opacity: .48;
    cursor: not-allowed;
}

.woo-game-voice-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.woo-game-voice-list span,
.woo-game-voice-list small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #21324d;
    border-radius: 999px;
    background: rgba(9,16,28,.78);
    color: #a9bbd2;
    font-size: 11px;
    font-weight: 900;
}

.woo-game-voice-list span.is-on {
    border-color: rgba(45,212,191,.42);
    color: #dffef8;
}

.woo-game-invite-panel {
    border-color: rgba(244,63,94,.25) !important;
    background:
        radial-gradient(circle at 10% 0%, rgba(244,63,94,.16), transparent 34%),
        rgba(7,16,28,.92) !important;
}

.woo-game-invite-panel header b {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(244,63,94,.14);
    color: #fecdd3;
    font-size: 11px;
    letter-spacing: .06em;
}

.woo-game-invite-panel p,
.woo-game-invite-panel small {
    margin: -4px 0 12px;
    color: #9eb1c9;
    font-size: 12px;
    line-height: 1.45;
}

.woo-game-invite-link {
    display: grid;
    grid-template-columns: 1fr 42px;
    gap: 8px;
}

.woo-game-invite-link input {
    min-width: 0;
    min-height: 42px;
    border: 1px solid #263854;
    border-radius: 12px;
    background: #0a1422;
    color: #f8fbff;
    padding: 0 12px;
    font-weight: 850;
}

.woo-game-invite-link button,
.woo-game-invite-actions button,
.woo-game-invite-actions a {
    min-height: 42px;
    border: 1px solid #2a3a54;
    border-radius: 12px;
    background: #101b2b;
    color: #dce9fb;
    font-weight: 950;
}

.woo-game-invite-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
}

.woo-game-invite-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #22c55e, #0f766e);
    color: #ecfffb;
}

.woo-game-toasts {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    display: grid;
    gap: 10px;
    width: min(360px, calc(100vw - 28px));
    pointer-events: none;
}

.woo-game-toast {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid #263854;
    border-radius: 14px;
    background: rgba(8,15,28,.96);
    color: #e9f3ff;
    box-shadow: 0 18px 50px rgba(0,0,0,.36);
    transform: translateY(0);
    opacity: 1;
    transition: .24s ease;
}

.woo-game-toast i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(45,212,191,.12);
    color: #5eead4;
}

.woo-game-toast.good i {
    color: #34d399;
}

.woo-game-toast.warn i {
    color: #fbbf24;
}

.woo-game-toast.is-out {
    transform: translateY(10px);
    opacity: 0;
}

@media (max-width: 980px) {
    .woo-quiz-hero,
    .woo-quiz-top,
    .woo-quiz-grid,
    .woo-quiz-layout,
    .woo-quiz-statusbar,
    .woo-quiz-options {
        grid-template-columns: 1fr;
    }
    .woo-games-control-head,
    .woo-games-room-card {
        grid-template-columns: 1fr;
        display: grid;
    }
    .woo-games-control-stats {
        grid-template-columns: 1fr;
    }
    .woo-games-command-grid,
    .woo-games-control-toolbar {
        grid-template-columns: 1fr;
        display: grid;
    }
    .woo-games-control-toolbar label {
        min-width: 0;
    }
    .woo-games-room-meta {
        justify-content: flex-start;
    }
    .woo-quiz-hero {
        display: grid;
    }
    .woo-quiz-hero h1,
    .woo-quiz-top h1 {
        font-size: 31px;
    }
    .woo-quiz-room-list article {
        grid-template-columns: 1fr;
    }
    .woo-quiz-room-list article a {
        min-height: 44px;
    }
}
