<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.switch-button{display:-ms-inline-flexbox;display:inline-flex;border:1px solid #ccc;border-radius:5px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);background-color:#f9f9f9;width:100%;max-width:300px;margin:0 auto}.switch-item{padding:10px;font-size:14px;color:#666;background:none;border:none;outline:none;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;-ms-flex:1 1;flex:1 1;text-align:center}.switch-item:not(.active):hover{background-color:#f2f2f2}.switch-item.active{background-color:#fff;color:#333;font-weight:800;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}@media (max-width:600px){.switch-button{-ms-flex-direction:column;flex-direction:column}.switch-item{padding:15px 10px;font-size:16px}}body.modal-open{overflow-y:scroll!important}.modal{background:none;border:none}.modal-content{z-index:100000}.modal-backdrop{z-index:10}.modal-header-custom{border-bottom:none;padding-bottom:0}.modal-title-custom{font-size:1.5rem;font-weight:700;color:#333;text-align:center;margin:0 auto}.modal-body-custom{padding:1.5rem;text-align:center}.instruction-text{font-size:1.1rem;color:#555;margin-bottom:1rem}.embed-textarea{width:100%;height:100px;padding:10px;border-radius:8px;border:1px solid #ddd;background-color:#f8f9fa;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.4;cursor:pointer;color:#333;-webkit-transition:border .3s ease;transition:border .3s ease}.embed-textarea:focus,.embed-textarea:hover{border:1px solid #007bff}.modal-footer-custom{border-top:none;-ms-flex-pack:center;justify-content:center}.custom-close-btn{background-color:#007bff;color:#fff;font-weight:700;border-radius:5px;padding:.5rem 1.5rem}.custom-close-btn:hover{background-color:#0056b3}@media (max-width:768px){.modal-content{width:90%;margin:auto}}.about-section{background-color:#000;color:#fff;border-radius:8px;font-family:Arial,sans-serif;line-height:1.6;font-size:14px;margin:0 auto}.about-section p{margin-bottom:12px}.about-section a{color:#1e90ff;text-decoration:none}.about-section a:hover{text-decoration:underline}.prepared-with{font-size:12px;color:#bbb}.prepared-with span{color:orange}.game-version{font-size:12px;color:#999;margin-top:16px}.modal-overlays{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:1000;-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out}.how-to-play-container{width:600px;background-color:#000;color:#fff;border:1px solid orange;border-radius:8px;padding:16px;font-family:Arial,sans-serif;position:relative;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.3);box-shadow:0 4px 10px rgba(0,0,0,.3);-webkit-animation:slideIn .5s ease-in-out;animation:slideIn .5s ease-in-out}.how-to-play-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:16px}.how-to-play-header h2{font-size:14px;font-weight:700;letter-spacing:2px;margin:0}.close-button{background:none;border:none;color:orange;font-size:18px;cursor:pointer}.close-button:hover{color:#fff}.instructions{list-style:none;padding:0;margin:0 0 16px}.instructions li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px;margin-bottom:12px}.instructions li .icon{font-size:20px;margin-right:8px}.play-button{width:100%;background-color:#00c853;color:#fff;border:none;padding:10px;border-radius:4px;font-size:16px;cursor:pointer;text-align:center;font-weight:700}.play-button:hover{background-color:#00b045}@-webkit-keyframes slideIn{0%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideIn{0%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}</pre></body></html>