html, body {margin: 0;height: 100%;background-color: #000;font-family: system-ui, sans-serif;cursor: none;overflow: hidden;}.scene {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;height: 100%;position: relative;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;transition: filter 0.3s ease;mask-image: radial-gradient(150px at 406px 387px, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 80%);opacity: 0;}.text-block {color: #fff;text-align: center;font-size: clamp(1rem, 3vw, 2.5rem);line-height: 1.4;z-index: 1;max-width: 90%;pointer-events: none;white-space: normal;word-wrap: break-word;}.flag {width: min(300px, 60vw);height: auto;margin: 1.5rem 0;pointer-events: none;z-index: 1;}.scene[style*="opacity: 0"] {filter: brightness(0.2);}@media (hover: none) and (pointer: coarse) {html, body {cursor: default;}.text-block {font-size: clamp(0.9rem, 5vw, 2rem);padding: 0 1rem;}.scene {filter: brightness(1);}}
