diff --git a/php/index.php b/php/index.php index e4eec4f..8681464 100644 --- a/php/index.php +++ b/php/index.php @@ -27,6 +27,20 @@ #solve-cancel.solve-found { background: #7CFF6B; color: #0a0a15; } #solve-cancel.solve-found:hover { background: #9dff8f; } + #top-btn { cursor: pointer; } + #top-btn:hover { background: rgba(233,69,96,0.25) !important; } + #top-overlay { position: fixed; inset: 0; background: rgba(10,10,21,0.75); display: flex; justify-content: center; align-items: center; z-index: 10; } + #top-box { background: #1a1a2e; border: 2px solid #e94560; border-radius: 12px; padding: 20px 28px; text-align: center; box-shadow: 0 0 30px rgba(233,69,96,0.5); min-width: 280px; } + #top-box p { color: #e94560; font-size: 16px; font-weight: bold; margin-bottom: 12px; } + #top-list { text-align: left; margin-bottom: 16px; } + #top-list .row { display: flex; justify-content: space-between; gap: 16px; padding: 5px 4px; color: #ccc; border-bottom: 1px solid rgba(233,69,96,0.15); } + #top-list .rank { color: #f0c27a; font-weight: bold; width: 1.5em; } + #top-list .name { flex: 1; color: #fff; } + #top-list .count { color: #48cae4; } + #top-list .empty { color: #777; padding: 8px 4px; } + #top-close { background: #e94560; color: #fff; border: none; border-radius: 8px; padding: 8px 20px; font: inherit; font-weight: bold; cursor: pointer; } + #top-close:hover { background: #ff6b8a; } + /* ============ ЭКРАНЫ (меню/старт/финал/настройки) ============ */ .screen { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #e94560; text-align: center; padding: 20px; } .screen.hidden { display: none; } @@ -126,6 +140,7 @@ Уровень 1 📦 0/0 👣 0 + 🏆 🏠
@@ -135,6 +150,7 @@ R — рестарт   F — автопоиск (Esc — отмена)   G — лучшее сохранённое решение   + T — топ-5 уровня   M — в меню
@@ -147,6 +163,14 @@ + +