.panel-actions { display: grid; gap: 10px; margin-top: 4px; } .panel-actions button { width: 100%; } .panel-actions .secondary { background: rgba(255, 255, 255, 0.08); color: #eef1ff; } .substatus { margin: 0; color: #c7cee8; line-height: 1.6; } .section-label { margin: 8px 0 0; color: #7f6bff; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 12px; } #move-list { max-height: 300px; overflow: auto; padding-right: 4px; color: #d9def1; font-size: 14px; line-height: 1.7; } .move-row { display: grid; grid-template-columns: 28px 1fr 1fr; gap: 8px; padding: 5px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); } .promotion-overlay { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(2, 6, 20, 0.76); z-index: 60; } .promotion-overlay.open { display: flex; } .promotion-card { width: min(92vw, 420px); padding: 30px 28px; border: 1px solid rgba(107, 90, 255, 0.35); border-radius: 24px; background: #0f1530; box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35); text-align: center; } .promotion-card h2 { margin: 0 0 10px; font-size: 30px; } .promotion-card p { margin: 0; color: #bfc6de; line-height: 1.7; font-size: 17px; } .promotion-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 20px; } .promotion-choice { display: flex; align-items: center; justify-content: center; min-height: 82px; border-radius: 16px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.1); } .promotion-choice .piece, .promotion-choice .piece-glyph { position: static; width: 48px; height: 48px; } .promotion-choice .piece-glyph { font-size: 42px; } .last-move { box-shadow: inset 0 0 0 4px rgba(71, 85, 105, 0.32); } .in-check { box-shadow: inset 0 0 0 5px rgba(185, 28, 28, 0.75); } #board .square { border: none; padding: 0; } body.play-app-page.classic-page .play-main { padding-top: 8px; } body.play-app-page.classic-page .board-stage { gap: 8px 26px; } .classic-hero { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr); gap: 18px; padding: 12px 20px 18px; border-radius: 22px; background: linear-gradient(135deg, rgba(124, 207, 85, 0.18), rgba(255, 178, 29, 0.08)), rgba(0, 0, 0, 0.18); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18); } .classic-hero-copy .eyebrow { margin-bottom: 6px; } .classic-hero-copy h1 { font-size: clamp(34px, 5vw, 58px); } .classic-hero-copy p { margin: 12px 0 0; max-width: 720px; color: #d7ddf0; line-height: 1.7; font-size: 16px; } .classic-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; } .hero-chip { display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); color: #fff; font-weight: 700; border: 1px solid rgba(255, 255, 255, 0.1); } .classic-hero-stats { display: grid; gap: 12px; align-content: start; } .hero-stat-card { padding: 16px 18px; border-radius: 18px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); } .hero-stat-card strong, .mini-card strong { display: block; color: #fff; font-size: 24px; line-height: 1.1; } .hero-stat-card span, .mini-card span { display: block; margin-top: 6px; color: #c7cee8; font-size: 13px; line-height: 1.5; } .classic-dashboard { display: grid; grid-template-columns: 1.25fr 1fr; gap: 18px; margin-top: 8px; } .dashboard-column { display: grid; gap: 18px; align-content: start; } .dashboard-card { padding: 18px; border-radius: 20px; background: rgba(0, 0, 0, 0.16); border: 1px solid rgba(255, 255, 255, 0.06); box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12); } .dashboard-card h3 { margin: 0; font-size: 22px; } .dashboard-card > p { margin: 8px 0 0; color: #bcc4de; line-height: 1.6; } .mode-grid, .bot-grid, .mini-grid, .stats-grid { display: grid; gap: 12px; margin-top: 16px; } .mode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .bot-grid, .mini-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .mode-tile, .bot-tile, .mini-card { padding: 16px; border-radius: 18px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); } .mode-tile { text-align: left; color: inherit; cursor: pointer; } .bot-tile.is-disabled, .mode-tile.is-disabled { opacity: 0.52; cursor: not-allowed; filter: grayscale(0.15); } .mode-tile i, .bot-tile i { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; background: rgba(124, 207, 85, 0.14); color: #f7d777; font-size: 18px; } .mode-tile strong, .bot-tile strong { display: block; color: #fff; font-size: 16px; } .mode-tile span, .bot-tile span { display: block; margin-top: 7px; color: #bcc4de; font-size: 13px; line-height: 1.5; } .profile-shell { display: grid; gap: 14px; margin-top: 16px; } .profile-top { display: flex; gap: 14px; align-items: center; } .profile-avatar { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(180deg, #7ccf55, #4d7f32); color: #18230f; font-size: 24px; font-weight: 800; } .profile-copy strong { display: block; color: #fff; font-size: 20px; } .profile-copy span, .inline-note { color: #bcc4de; line-height: 1.5; } .profile-actions { display: flex; flex-wrap: wrap; gap: 10px; } .profile-actions button, .mode-tile, .bot-tile { border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.06); color: #eef1ff; font: inherit; } .profile-actions button { padding: 12px 14px; border-radius: 14px; font-weight: 700; cursor: pointer; } .profile-actions .primary-action { background: linear-gradient(180deg, #7ccf55, #5ea237); color: #12210b; border-color: transparent; } .rating-list, .match-list, .leaderboard-list { display: grid; gap: 10px; margin-top: 16px; } .rating-row, .match-entry, .leaderboard-entry { display: grid; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); } .rating-row { grid-template-columns: auto 1fr auto; } .match-entry { grid-template-columns: 1fr auto; } .leaderboard-entry { grid-template-columns: auto 1fr auto; } .live-badge { display: inline-flex; align-items: center; gap: 5px; padding: 2px 8px; border-radius: 999px; background: rgba(239, 68, 68, 0.18); color: #f87171; font-size: 11px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; vertical-align: middle; } .live-dot { width: 7px; height: 7px; border-radius: 50%; background: #f87171; animation: pulse-dot 1.2s infinite; } @keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.75); } } .result-win { color: #4ade80; font-weight: 800; } .result-draw { color: #fbbf24; font-weight: 800; } .result-loss { color: #f87171; font-weight: 800; } .clock-bar-wrap { height: 5px; border-radius: 3px; background: rgba(255,255,255,0.1); margin-top: 3px; overflow: hidden; } .clock-bar { height: 100%; border-radius: 3px; background: #7c3aed; transition: width 1s linear, background 0.4s; } .clock-bar.low { background: #ef4444; } .board-clock { margin-left: auto; text-align: right; min-width: 90px; opacity: 0.55; transition: opacity 0.3s; } .board-clock.active { opacity: 1; } .board-clock-time { font-size: 1.35rem; font-weight: 800; font-family: 'Orbitron', monospace, sans-serif; color: #fff; letter-spacing: 0.04em; } .board-clock.low .board-clock-time { color: #f87171; } .rating-badge, .rank-badge { width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, 0.08); color: #f7d777; font-size: 13px; font-weight: 800; } .rating-copy strong, .match-main strong, .leaderboard-copy strong { display: block; color: #fff; font-size: 15px; } .rating-copy span, .match-main span, .leaderboard-copy span, .match-score, .rating-value, .leaderboard-score { color: #bcc4de; font-size: 13px; line-height: 1.5; } .rating-value, .leaderboard-score { color: #fff; font-weight: 800; } .world-status { margin-top: 16px; padding: 16px; border-radius: 16px; background: rgba(124, 207, 85, 0.08); border: 1px solid rgba(124, 207, 85, 0.18); color: #dce7c6; line-height: 1.6; } .study-spotlight, .resource-spotlight { margin-top: 16px; padding: 16px 18px; border-radius: 18px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); } .study-spotlight strong, .resource-spotlight strong { display: block; color: #fff; font-size: 18px; } .study-spotlight span, .resource-spotlight span { display: block; margin-top: 8px; color: #bcc4de; line-height: 1.6; font-size: 14px; } .tool-row, .resource-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; } .tool-chip, .resource-chip { padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.06); color: #eef1ff; font: inherit; font-weight: 700; cursor: pointer; } .tool-chip.is-active, .resource-chip.is-active { background: rgba(124, 207, 85, 0.18); border-color: rgba(124, 207, 85, 0.28); color: #ffffff; } .study-meta { margin-top: 12px; color: #9ba7cc; font-size: 13px; line-height: 1.6; } .analysis-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 16px; } .analysis-card { padding: 14px; border-radius: 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); } .analysis-card strong { display: block; color: #fff; font-size: 18px; } .analysis-card span { display: block; margin-top: 6px; color: #bcc4de; font-size: 13px; } .compact-feed { display: grid; gap: 10px; margin-top: 16px; } .compact-entry { display: grid; gap: 6px; padding: 12px 14px; border-radius: 14px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); } .compact-entry strong { color: #fff; font-size: 15px; } .compact-entry span { color: #bcc4de; font-size: 13px; line-height: 1.55; } .community-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 16px; } .community-card { padding: 14px; border-radius: 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); } .community-card strong { display: block; color: #fff; font-size: 16px; } .community-card span { display: block; margin-top: 6px; color: #bcc4de; font-size: 13px; line-height: 1.55; } .preset-list, .result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; } .preset-chip, .result-chip { padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.06); color: #eef1ff; font: inherit; font-weight: 700; cursor: pointer; } .preset-chip.is-active, .result-chip.is-active { background: rgba(124, 207, 85, 0.18); border-color: rgba(124, 207, 85, 0.28); color: #f7ffec; } .timer-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 16px; } .timer-card { padding: 14px 16px; border-radius: 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); } .timer-card strong { display: block; color: #fff; font-size: 22px; } .timer-card span { display: block; margin-top: 6px; color: #bcc4de; font-size: 13px; } .queue-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; } .queue-actions button { padding: 12px 14px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.06); color: #eef1ff; font: inherit; font-weight: 700; cursor: pointer; } .queue-actions .primary-queue { background: linear-gradient(180deg, #7ccf55, #5ea237); color: #12210b; border-color: transparent; } @media (max-width: 1180px) { .classic-hero, .classic-dashboard { grid-template-columns: 1fr; } } @media (max-width: 920px) { .mode-grid, .bot-grid, .mini-grid, .stats-grid, .analysis-grid, .community-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 560px) { .mode-grid, .bot-grid, .mini-grid, .stats-grid, .analysis-grid, .community-grid { grid-template-columns: 1fr; } }
?
Opponent Classic rival
Y
Player Rating —