:root{--ad-ratio-banner:320/50;--ad-ratio-leaderboard:728/90;--ad-ratio-large-banner:320/100;--ad-ratio-rectangle:300/250;--ad-ratio-large-rectangle:336/280;--ad-ratio-compact-rectangle:300/150;--ad-ratio-wide-rectangle:300/120;--ad-ratio-square:300/300;--ad-ratio-skyscraper:160/600;--ad-ratio-wide-skyscraper:300/600;--ad-ratio-vertical-banner:240/400;--ad-ratio-narrow-skyscraper:120/600}.ad-container{width:100%;padding:0;margin:0;border:none;border-radius:.5rem;position:relative;overflow:hidden;background:transparent;transition:opacity .3s ease,background-color .3s ease}.ad-wide-skyscraper{aspect-ratio:var(--ad-ratio-compact-rectangle)}.ad-narrow-skyscraper,.ad-wide-skyscraper{display:block;min-height:100px;margin:0 auto}.ad-narrow-skyscraper{max-width:120px;aspect-ratio:var(--ad-ratio-narrow-skyscraper)}.game-loading-ad-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:90%;width:100%;padding:1rem}.ad-game-loading-overlay{max-width:300px;margin:0 auto}.ad-game-loading-ad{width:100%;aspect-ratio:var(--ad-ratio-rectangle)}.ad-auto-banner,.ad-game-loading-ad,.ad-page-top-banner{min-height:100px;margin:0 auto}.ad-page-top-banner{aspect-ratio:var(--ad-ratio-rectangle)}.ad-game-list-banner,.ad-page-middle-banner{aspect-ratio:var(--ad-ratio-rectangle);min-height:100px}.ad-content-rectangle{height:100%;width:100%}.ad-text-wrap{width:100%;aspect-ratio:var(--ad-ratio-rectangle);margin:1rem auto}.ad-page-bottom-banner,.ad-video-sidebar{aspect-ratio:var(--ad-ratio-wide-rectangle);min-height:100px;margin:0 auto}.ad-game-bottom-banner{min-height:100px}.ad-game-bottom-banner,.tetris-ad-game-side{aspect-ratio:var(--ad-ratio-compact-rectangle);margin:0 auto}.tetris-ad-game-side{width:100%;min-height:150px}.tetris-ad-sidebar-ad{background:hsl(var(--muted))}.tetris-ad-mobile-ad,.tetris-ad-sidebar-ad{min-height:100px;aspect-ratio:var(--ad-ratio-compact-rectangle)}.tetris-ad-mobile-ad{width:100%}@media (min-width:768px){.game-loading-ad-container{max-width:420px}.ad-game-loading-overlay{max-height:250px;max-width:350px}.ad-wide-skyscraper{display:block;min-height:100px;margin:0 auto}.ad-game-bottom-banner,.ad-game-list-banner,.ad-page-bottom-banner,.ad-page-middle-banner,.ad-page-top-banner,.ad-wide-skyscraper{aspect-ratio:var(--ad-ratio-large-banner)}.ad-text-wrap{width:336px;height:280px;aspect-ratio:var(--ad-ratio-large-rectangle);margin:0}.tetris-ad-sidebar-ad{aspect-ratio:var(--ad-ratio-wide-rectangle)}}@media (min-width:1024px){.game-loading-ad-container{max-width:480px}.ad-game-loading-overlay{max-height:300px;max-width:420px}.ad-game-list-banner,.ad-page-bottom-banner,.ad-page-middle-banner,.ad-page-top-banner{aspect-ratio:var(--ad-ratio-banner)}.ad-video-sidebar{aspect-ratio:var(--ad-ratio-rectangle)}.tetris-ad-sidebar-ad{aspect-ratio:var(--ad-ratio-large-rectangle)}}@media (min-width:1280px){.tetris-ad-game-side{aspect-ratio:var(--ad-ratio-large-rectangle);min-height:280px}.ad-wide-skyscraper{display:block;max-width:300px;min-height:100px;margin:0 auto;aspect-ratio:var(--ad-ratio-wide-skyscraper)}}.ad-loading{background:#f8f9fa;border:none;position:relative;overflow:hidden;animation:pulse 2s infinite}.ad-loading:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4) 50%,transparent);animation:ad-skeleton-shimmer 1.5s infinite}.ad-error{background:transparent;position:relative;border:2px dashed #ef4444;background:rgba(239,68,68,.1)}ins.adsbygoogle[data-ad-status=unfilled]{display:none!important}.ad-loaded{background:transparent;border:none}.ad-debug{border:2px dashed #10b981;background:linear-gradient(45deg,transparent 25%,rgba(16,185,129,.1) 0,rgba(16,185,129,.1) 75%,transparent 0),linear-gradient(45deg,transparent 25%,rgba(16,185,129,.1) 0,rgba(16,185,129,.1) 75%,transparent 0);background-size:20px 20px;background-position:0 0,10px 10px;position:relative}.select-text,.select-text *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.game-loading-ad-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,1);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.game-loading-title{margin-bottom:2rem}.game-loading-title h1{color:white;font-size:2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5);animation:domain-title-entrance 1.5s ease-out,domain-title-glow 3s ease-in-out 1.5s infinite;transform-origin:center}.game-loading-ad-banner{width:100%;min-height:150px;margin-bottom:.5rem;border-radius:.5rem;overflow:hidden}.game-loading-progress-container{width:100%;max-width:300px}.game-loading-progress-bar-wrapper{width:100%;height:4px;background:rgba(255,255,255,.2);border-radius:2px;overflow:hidden}.game-loading-progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:2px;transform-origin:left}@media (max-width:767px){.tetris-game-iframe-area .game-loading-title{display:none}.game-loading-title h1{font-size:1.5rem}}@media (min-width:768px){.game-loading-title h1{font-size:2.5rem;animation:domain-title-entrance 1.5s ease-out,domain-title-glow-enhanced 3s ease-in-out 1.5s infinite}.game-loading-progress-container{max-width:400px}}@keyframes ad-skeleton-shimmer{0%{left:-100%}to{left:100%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes domain-title-entrance{0%{opacity:0;transform:translateY(-20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes domain-title-glow{0%,to{text-shadow:0 2px 4px rgba(0,0,0,.5),0 0 15px rgba(59,130,246,.5),0 0 25px rgba(59,130,246,.3)}50%{text-shadow:0 2px 4px rgba(0,0,0,.5),0 0 25px rgba(59,130,246,.8),0 0 40px rgba(59,130,246,.6),0 0 60px rgba(16,185,129,.4)}}@keyframes domain-title-glow-enhanced{0%,to{text-shadow:0 2px 4px rgba(0,0,0,.5),0 0 20px rgba(59,130,246,.6),0 0 35px rgba(59,130,246,.4),0 0 50px rgba(59,130,246,.2)}50%{text-shadow:0 2px 4px rgba(0,0,0,.5),0 0 30px rgba(59,130,246,.9),0 0 50px rgba(59,130,246,.7),0 0 80px rgba(16,185,129,.6),0 0 100px rgba(59,130,246,.3)}}.suika-banner-ad{width:100%;aspect-ratio:var(--ad-ratio-compact-rectangle);margin:0 auto}.suika-sidebar-ad{width:100%;aspect-ratio:var(--ad-ratio-large-rectangle);min-height:280px;margin:0 auto}.suika-ad-game-side{width:100%;margin:0 auto;aspect-ratio:var(--ad-ratio-compact-rectangle);min-height:150px}@media (min-width:1280px){.suika-ad-game-side{aspect-ratio:var(--ad-ratio-large-rectangle);min-height:280px}}@media print{.ad-container{display:none!important}}