@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;900&family=Rubik+Mono+One&display=swap";:root{--color-bg:#0a0a0c;--color-surface:#1a1a1f;--color-primary:#00f2ff;--color-secondary:#f05;--color-accent:#ffdf00;--color-text:#fff;--color-text-muted:#a0a0ab;--shadow-urban:4px 4px 0px #000;--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:16px;--font-main:"Outfit", sans-serif;--font-display:"Outfit", sans-serif;--font-digital:"Rubik Mono One", monospace;--fs-title:7.5rem;--fs-subtitle:1.8rem;--sticker-width:110px;--sticker-height:150px;--sticker-gap-x:30px;--sticker-gap-y:30px}@media (width<=1024px){:root{--fs-title:6.5rem;--fs-subtitle:1.5rem}}@media (width<=768px){:root{--fs-title:4.5rem;--fs-subtitle:1.1rem;--sticker-width:92px;--sticker-height:125px;--sticker-gap-x:10px;--sticker-gap-y:24px}}*{box-sizing:border-box;margin:0;padding:0}html,body{touch-action:manipulation;-webkit-text-size-adjust:100%;width:100%;height:100%}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);background-image:linear-gradient(#000000b3,#000000b3),url(/background.png);background-position:50%;background-size:cover;background-attachment:fixed;line-height:1.5;overflow-x:hidden}button,[role=button]{touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-family:inherit}.text-display{text-transform:uppercase;letter-spacing:-.05em;font-style:italic;font-weight:900;font-size:var(--fs-title)}.text-digital{font-family:var(--font-digital);color:var(--color-accent);text-shadow:0 0 10px #ffdf0080}.desktop-only{display:none!important}@media (width>=768px){.desktop-only{display:inline!important}}.mobile-only{display:none!important}@media (width<=768px){.mobile-only{display:inline!important}}.mobile-hide{display:initial}@media (width<=768px){.mobile-hide{display:none!important}}.btn-urban{background:var(--color-primary);color:#000;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-urban);text-align:center;border:3px solid #000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-style:italic;font-weight:900;transition:all .1s;display:inline-flex}.btn-urban:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.btn-urban:disabled{opacity:.4;filter:grayscale();pointer-events:none;box-shadow:none}.btn-urban.secondary{background:var(--color-accent)}.btn-urban.white{background:#fff}.scoreboard{border-radius:var(--border-radius-md);background:#000;border:4px solid #222;justify-content:center;align-items:center;gap:2rem;padding:1rem 2rem;display:flex;position:relative;overflow:visible;box-shadow:inset 0 0 20px #000,0 0 30px #00f2ff1a}.scoreboard:after{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#00000026 0 1px,#0000 1px 2px);position:absolute;inset:0}.scoreboard-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.scoreboard-label{color:var(--color-text-muted);text-transform:uppercase;text-align:center;margin-bottom:.25rem;font-size:.7rem}.scoreboard-value{font-size:3rem;line-height:1}.sticker{width:var(--sticker-width);height:var(--sticker-height);background-image:url(/card-loading.png);background-position:50%;background-size:cover;background-color:var(--color-surface);z-index:1;border:4px solid #fff;border-radius:12px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 10px 20px #00000080}.sticker:hover{z-index:1000;transform:scale(1.08)rotate(2deg)}.sticker-glitter{pointer-events:none;background:linear-gradient(135deg,#0000 45%,#fff3 50%,#0000 55%) 0 0/200% 200%;width:100%;height:100%;animation:3s linear infinite shine;position:absolute;top:0;left:0}@keyframes shine{0%{background-position:200% 200%}to{background-position:-200% -200%}}.cpu-card-back{background-image:url(/card-back.png);background-position:50%;background-size:cover;border:1px solid #fff3;border-radius:4px;width:45px;height:60px;box-shadow:0 4px 10px #00000080}.card-silhouette{width:var(--sticker-width);height:var(--sticker-height);pointer-events:none;background:#ffffff05;border:2px dashed #fff6;border-radius:12px}@media (width<=768px){.sticker{border-width:2.5px!important;border-radius:8px!important}.game-actions .btn-urban,.pending-challenge .btn-urban{border-width:2px!important;max-width:120px!important;padding:.4rem .8rem!important;font-size:.75rem!important;box-shadow:2px 2px #000!important}.pending-challenge>div>.btn-urban{min-width:85px!important;max-width:100px!important}.pending-challenge>div:first-child>.btn-urban{white-space:normal!important;max-width:280px!important;font-size:.85rem!important}}.player-hand-container{min-height:280px}.game-actions-wrapper{justify-content:center;align-items:center;width:100%;min-height:80px;display:flex}@media (width<=768px){.game-actions-wrapper{min-height:120px}}@media (width<=1024px),(height<=700px){.game-scoreboard-wrapper{z-index:2500;width:fit-content;margin:0 auto;position:fixed;top:1rem;left:0;right:0;transform:none!important}.game-scoreboard-wrapper .scoreboard{border-width:2px;gap:1rem;padding:.5rem 1rem;flex-direction:row!important}.game-scoreboard-wrapper .scoreboard-value{font-size:1.5rem}.game-scoreboard-wrapper .scoreboard-label{font-size:.6rem}.game-scoreboard-wrapper .text-digital:nth-child(2){display:block!important}}@media (width>=1025px) and (height>=701px){.game-scoreboard-wrapper{z-index:2500;position:fixed;top:50%;right:2.25rem;transform:translateY(-50%)}.scoreboard{min-width:150px;flex-direction:column!important;gap:2rem!important;padding:2rem 1.5rem!important}.scoreboard>.text-digital:not(.scoreboard-value){display:none}.scoreboard-value{font-size:4rem!important}.scoreboard-label{letter-spacing:.1em;font-size:1rem!important}}.home-btn-fixed{z-index:2000;position:fixed;top:1.5rem;left:1.5rem}.points-indicator-fixed{z-index:2000;position:fixed;bottom:1.5rem;left:1.5rem}.twitch-btn{display:flex}.mobile-help-btn{z-index:2000;align-items:center;gap:.5rem;position:fixed;top:1.5rem;right:1.5rem;display:none!important}@media (width<=1024px),(height<=700px){.mobile-help-btn{justify-content:center;width:auto;height:40px;padding:0 1rem;top:1.5rem;right:1.75rem;display:flex!important}.twitch-btn{display:none!important}.points-indicator-fixed{bottom:1rem!important;left:1rem!important;right:auto!important}}@media (width<=768px){.home-btn-fixed{justify-content:center!important;width:46px!important;height:46px!important;padding:0!important;top:1rem!important;bottom:auto!important;left:1rem!important}.mobile-help-btn{justify-content:center!important;width:46px!important;height:46px!important;padding:0!important;top:1rem!important;right:1rem!important}.mobile-help-btn .rules-label{display:none!important}.turn-pill-sticky{z-index:200;margin-top:.5rem;margin-bottom:.5rem;position:relative;top:auto}.points-indicator-fixed{z-index:2000;bottom:.5rem!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.player-hand-container{min-height:120px}.game-mode-secondary-row{flex-direction:column!important}}@media (width<=480px){.player-hand-container{min-height:80px}}.sidebar-help{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ffffffd9;z-index:50;background:#00000080;border:1px solid #ffffff1a;border-radius:20px;width:280px;max-height:85vh;padding:1.25rem;position:fixed;top:50%;overflow-y:auto;transform:translateY(-50%);box-shadow:0 10px 30px #00000080}.sidebar-left{left:1.5rem}.sidebar-right{right:1.5rem}@media (width<=1300px){.sidebar-help{display:none!important}}.btn-hover-dark:hover{filter:brightness(.8)!important}*{-webkit-tap-highlight-color:transparent}
