@charset "UTF-8";

/*
Theme Name: Games
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */
.meta-badges {display: flex;justify-content: center;gap: 12px;flex-wrap: wrap;margin-top: 20px;}.badge {background: rgba(255,255,255,0.2);padding: 8px 15px;border-radius: 20px;font-size: 0.85em;backdrop-filter: blur(10px);}.containerw {max-width: 1200px;margin: 0 auto;}.content {padding: 25px 20px;}.intro-card {background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);padding: 25px;border-radius: 12px;margin-bottom: 30px;border-left: 4px solid #1e3c72;}.intro-card p {font-size: 1.05em;line-height: 1.8;color: #0f172a;}}.highlight-box {background: #fef3c7;border-left: 4px solid #f59e0b;padding: 20px;margin: 25px 0;border-radius: 8px;}.info-box {background: #dbeafe;border-left: 4px solid #3b82f6;padding: 20px;margin: 25px 0;border-radius: 8px;}.warning-box {background: #fee2e2;border-left: 4px solid #ef4444;padding: 20px;margin: 25px 0;border-radius: 8px;}.success-box {background: #dcfce7;border-left: 4px solid #22c55e;padding: 20px;margin: 25px 0;border-radius: 8px;}.feature-grid {display: grid;grid-template-columns: 1fr;gap: 15px;margin: 25px 0;}.feature-card {background: white;border: 2px solid #e2e8f0;padding: 20px;border-radius: 12px;box-shadow: 0 2px 8px rgba(0,0,0,0.05);}.feature-card h4 {color: #1e3c72;margin-bottom: 10px;font-size: 1.1em;display: flex;align-items: center;gap: 8px;}.feature-card p {font-size: 0.95em;color: #475569;margin: 0;}ul, ol {margin: 20px 0;padding-left: 25px;}li {margin: 12px 0;line-height: 1.7;}.table-wrapper {overflow-x: auto;margin: 25px 0;border-radius: 8px;box-shadow: 0 2px 8px rgba(0,0,0,0.1);}table {width: 100%;border-collapse: collapse;background: white;font-size: 0.9em;}th {background: #1e3c72;color: white;padding: 12px;text-align: left;font-weight: 600;}td {padding: 12px;border-bottom: 1px solid #e2e8f0;}tr:last-child td {border-bottom: none;}.faq-section {margin: 40px 0;}.faq-item {background: white;border: 1px solid #e2e8f0;margin: 12px 0;border-radius: 10px;overflow: hidden;}.faq-question {background: #f8fafc;padding: 18px;font-weight: 600;color: #1e3c72;font-size: 1.05em;display: flex;align-items: center;gap: 12px;}.faq-question:before {content: "Q:";background: #1e3c72;color: white;padding: 4px 10px;border-radius: 6px;font-size: 0.85em;}.faq-answer {padding: 18px;line-height: 1.7;color: #334155;}.cta-section {background: linear-gradient(135deg, #1e3c72 0%, #7e22ce 100%);color: white;padding: 40px 20px;text-align: center;margin: 50px 0 0 0;}.cta-section h3 {color: white;border: none;padding: 0;margin-bottom: 15px;}.pros-cons-grid {display: grid;grid-template-columns: 1fr;gap: 20px;margin: 25px 0;}.pros-card, .cons-card {padding: 20px;border-radius: 12px;}.pros-card {background: #dcfce7;border-left: 4px solid #22c55e;}.cons-card {background: #fee2e2;border-left: 4px solid #ef4444;}.pros-card h4, .cons-card h4 {margin-top: 0;margin-bottom: 15px;}strong {color: #1e3c72;font-weight: 600;}.payment-methods {display: grid;grid-template-columns: repeat(2, 1fr);gap: 12px;margin: 20px 0;}.payment-method {background: #f8fafc;padding: 15px;border-radius: 8px;border: 1px solid #e2e8f0;text-align: center;font-weight: 600;color: #1e3c72;}.steps-containerw {counter-reset: step-counter;}.step-item {position: relative;padding-left: 50px;margin: 25px 0;}.step-item:before {counter-increment: step-counter;content: counter(step-counter);position: absolute;left: 0;top: 0;background: #1e3c72;color: white;width: 35px;height: 35px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: bold;}.step-item h4 {color:#fff;margin-top: 0;margin-bottom: 8px;}.content-image {width: 100%;max-width: 100%;height: auto;margin: 25px auto;display: block;border-radius: 12px;box-shadow: 0 4px 12px rgba(0,0,0,0.15);object-fit: contain;object-position: center;}.image-wrapper {width: 100%;max-width: 800px;margin: 25px auto;display: block;overflow: hidden;border-radius: 12px;background: #f8fafc;}.image-wrapper img {width: 100%;height: auto;display: block;object-fit: contain;object-position: center;max-height: 600px;}.image-caption {text-align: center;font-size: 0.9em;color: #64748b;margin-top: 8px;padding: 0 10px;font-style: italic;}.image-placeholder {width: 100%;max-width: 800px;min-height: 250px;height: auto;margin: 25px auto;display: flex;align-items: center;justify-content: center;background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);border-radius: 12px;border: 2px dashed #94a3b8;font-size: 1.1em;color: #475569;text-align: center;padding: 20px;}/* Responsive image sizes for different screens */@media (max-width: 480px) {.image-wrapper {border-radius: 8px;}.image-wrapper img {max-height: 400px;}.image-placeholder {min-height: 200px;font-size: 0.95em;}}@media (min-width: 481px) and (max-width: 768px) {.image-wrapper img {max-height: 500px;}}@media (min-width: 1200px) {.image-wrapper {max-width: 900px;}.image-wrapper img {max-height: 700px;}}footer {background: #0f172a;color: white;padding: 30px 20px;text-align: center;font-size: 0.9em;}.back-to-top {position: fixed;bottom: 20px;right: 20px;background: #1e3c72;color: white;width: 50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 1.5em;box-shadow: 0 4px 12px rgba(0,0,0,0.3);text-decoration: none;z-index: 1000;}@media (min-width: 768px) {.content {padding: 40px 60px;}.hero-section {padding: 70px 40px 50px;}h2 {font-size: 2em;}h3 {font-size: 1.5em;}.feature-grid {grid-template-columns: repeat(2, 1fr);}.payment-methods {grid-template-columns: repeat(4, 1fr);}.pros-cons-grid {grid-template-columns: repeat(2, 1fr);}}@media (min-width: 1024px) {.feature-grid {grid-template-columns: repeat(4, 1fr);}}.pros-card li{color:#000000;}.cons-card li{color:#000000;}.warning-box p{color:#000000;}.warning-box li{color:#000000;}
