*{box-sizing:border-box;-webkit-user-select:none;user-select:none;touch-action:none;margin:0;padding:0}body{color:#fff;background-color:#111;background-image:radial-gradient(circle,#2a2a2a,#000);height:100vh;font-family:Cinzel,serif;position:relative;overflow:hidden}#game-container{transform-origin:50%;background:url(/bg.png) 0 0/cover;border:4px solid #b8860b;border-radius:10px;flex-direction:column;align-items:center;display:flex;position:absolute;overflow:hidden;box-shadow:0 0 20px #b8860b80}#game-title{text-align:center;text-shadow:2px 2px 5px #000;margin-top:15px}#game-title h1{color:gold;text-transform:uppercase;font-size:32px}#game-title p{color:#ccc;font-family:sans-serif;font-size:14px}#header{color:gold;text-shadow:0 0 5px #b8860b;background:#00000080;border-bottom:2px solid #b8860b;justify-content:space-between;width:100%;padding:15px 20px;font-size:24px;font-weight:700;display:flex}.tutorial-btn{color:#fff;cursor:pointer;background:linear-gradient(#7f8c8d,#2c3e50);border:2px solid #1a252f;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin:0 10px;font-family:sans-serif;font-size:16px;display:flex;box-shadow:0 2px 4px #00000080}.tutorial-btn:active{transform:scale(.95)}@keyframes scoreFlash{0%{color:gold;text-shadow:0 0 5px #b8860b;transform:scale(1)}50%{color:#fff;text-shadow:0 0 20px #fff,0 0 30px #f1c40f;transform:scale(1.5)}to{color:gold;text-shadow:0 0 5px #b8860b;transform:scale(1)}}.score-flash{animation:.5s ease-out scoreFlash}#board-container{width:400px;height:400px;margin-top:20px;position:relative}.tile{color:#0000;text-shadow:none;cursor:grab;z-index:10;background:radial-gradient(circle,#7f8c8d,#34495e,#2c3e50);border:2px solid #1a252f;border-radius:5px;justify-content:center;align-items:center;width:60px;height:60px;font-size:36px;font-weight:700;transition:transform .1s,color 5s ease-out,background 5s ease-out,text-shadow 5s ease-out;display:flex;position:absolute;box-shadow:inset 0 0 15px #000c,3px 3px 6px #0009}.tile.revealed{color:#f1c40f;text-shadow:0 0 10px #f39c12;background:linear-gradient(135deg,#bdc3c7,#95a5a6);transition:transform .1s,color .1s,background .1s,text-shadow .1s}.tile.dragging{opacity:.9;z-index:100;cursor:grabbing;transition:none;transform:scale(1.1);box-shadow:5px 5px 15px #000000e6}#tray-container{background:#0006;border:2px dashed #b8860b;border-radius:10px;justify-content:center;align-items:center;gap:5px;width:400px;height:80px;margin-top:30px;display:flex;position:relative}.tray-slot{background:#0003;border:1px solid #b8860b4d;border-radius:5px;width:60px;height:60px}#controls{flex-direction:column;gap:15px;width:90%;margin-top:20px;margin-bottom:20px;display:flex}#lightning-button-wrapper{width:90%;margin-top:10px;display:flex}.controls-row{gap:10px;width:100%;display:flex}.greek-btn{color:#ecf0f1;cursor:pointer;text-shadow:1px 1px 2px #000;background:linear-gradient(#7f8c8d,#2c3e50);border:2px solid #1a252f;border-radius:5px;flex:1;padding:10px;font-family:Cinzel,serif;font-size:20px;font-weight:700;transition:all .2s;box-shadow:inset 0 0 10px #00000080,0 4px 6px #0009}.greek-btn:active{transform:translateY(2px);box-shadow:0 1px 2px #00000080}.greek-btn:disabled{filter:grayscale();cursor:not-allowed;opacity:.5}#btn-lightning{font-size:24px}#flash-overlay{opacity:0;pointer-events:none;z-index:999;background:#fff;width:100%;height:100%;transition:opacity .1s;position:absolute;top:0;left:0}.flash-active{opacity:1!important;transition:opacity 50ms!important}.hidden{display:none!important}.modal{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.modal.active{display:flex}.modal-content{text-align:center;color:#333;background:#ffffffe6;border:2px solid #fff;border-radius:30px;width:400px;max-width:90%;padding:40px;font-family:sans-serif;box-shadow:0 20px 40px #0000004d}.modal-btns{flex-direction:column;gap:15px;margin-top:20px;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:15px;padding:12px;font-size:1.1rem;font-weight:600}.btn-install{color:#fff;background:#4caf50}.btn-share{color:#fff;background:#2196f3}.btn-binge{color:#fff;background:#9c27b0}.btn-hub{color:#fff;background:#333}
