*{box-sizing:border-box}body{background:#f5f5f5;color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:900px;padding:20px}h1{color:#444;font-size:1.2rem;margin-top:2rem}.game-field{display:grid;gap:4px;grid-template-columns:repeat(4,80px);grid-template-rows:repeat(4,80px);margin-bottom:20px}.game-cell{align-items:center;background:#fff;border:2px solid #aaa;display:flex;height:80px;justify-content:center;width:80px}.goblin{height:60px;object-fit:contain;width:60px}.sort-info{color:#666;font-size:.9rem;margin-bottom:8px}.movies-table{background:#fff;border-collapse:collapse;margin-bottom:20px;max-width:600px;width:100%}.movies-table td,.movies-table th{border:1px solid #ccc;padding:8px 12px;text-align:left}.movies-table thead th{background:#e8e8e8;font-weight:700}.movies-table thead th.active-asc:after{color:#007bff;content:" ↑"}.movies-table thead th.active-desc:after{color:#007bff;content:" ↓"}.movies-table tbody tr:nth-child(2n){background:#f9f9f9}