.page-rich9-ney { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-rich9-ney__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-rich9-ney__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-rich9-ney__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-rich9-ney__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; }.page-rich9-ney__section--dark .page-rich9-ney__section-title { color: #ecf0f1; }.page-rich9-ney__hero-section { position: relative; overflow: hidden; color: #fff; text-align: center; padding: 10px 0 60px 0; display: flex; align-items: center; justify-content: center; min-height: 500px; background-color: #0a0a0a; background-size: cover; background-position: center; }.page-rich9-ney__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }.page-rich9-ney__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; }.page-rich9-ney__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }.page-rich9-ney__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }.page-rich9-ney__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-rich9-ney__btn { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; cursor: pointer; }.page-rich9-ney__btn--primary { background-color: #e74c3c; color: #fff; border: 2px solid #e74c3c; }.page-rich9-ney__btn--primary:hover { background-color: #c0392b; transform: translateY(-2px); }.page-rich9-ney__btn--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; }.page-rich9-ney__btn--secondary:hover { background-color: rgba(255,255,255,0.2); transform: translateY(-2px); }.page-rich9-ney__intro-content { text-align: center; max-width: 800px; margin: 0 auto; }.page-rich9-ney__intro-content p { margin-bottom: 15px; font-size: 1.1em; }.page-rich9-ney__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-rich9-ney__quick-link-item { text-align: center; background-color: #f3f9ff; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-rich9-ney__quick-link-item:hover { transform: translateY(-5px); }.page-rich9-ney__quick-link-item .page-rich9-ney__btn { width: 100%; }.page-rich9-ney__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-rich9-ney__game-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-rich9-ney__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.15); }.page-rich9-ney__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-rich9-ney__game-card-content { padding: 20px; }.page-rich9-ney__game-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-rich9-ney__game-card-text { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-rich9-ney__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-rich9-ney__promo-card { background-color: #e8f5e9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; }.page-rich9-ney__promo-card:hover { transform: translateY(-5px); }.page-rich9-ney__promo-card-image { width: 100%; height: 220px; object-fit: cover; }.page-rich9-ney__promo-card-content { padding: 20px; }.page-rich9-ney__promo-card-title { font-size: 1.5em; margin-bottom: 10px; color: #28a745; }.page-rich9-ney__promo-card-text { font-size: 1em; color: #333; margin-bottom: 15px; }.page-rich9-ney__security-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; text-align: center; }.page-rich9-ney__security-item { flex: 1 1 300px; max-width: 350px; padding: 25px; background-color: #ecf0f1; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-rich9-ney__security-item-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-rich9-ney__security-item-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-rich9-ney__security-item-description { font-size: 0.95em; color: #555; }.page-rich9-ney__faq-list { margin-top: 30px; }.page-rich9-ney__faq-item { background-color: #fdfdfd; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); overflow: hidden; }.page-rich9-ney__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #f5f5f5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-rich9-ney__faq-question:hover { background-color: #eaeaea; }.page-rich9-ney__faq-question h3 { margin: 0; font-size: 1.15em; color: #34495e; pointer-events: none; }.page-rich9-ney__faq-toggle { font-size: 1.5em; font-weight: bold; color: #34495e; transition: transform 0.3s ease; pointer-events: none; }.page-rich9-ney__faq-item.active .page-rich9-ney__faq-toggle { transform: rotate(45deg); }.page-rich9-ney__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-rich9-ney__faq-item.active .page-rich9-ney__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-rich9-ney__faq-answer p { margin-bottom: 10px; color: #555; }.page-rich9-ney__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-rich9-ney__blog-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-rich9-ney__blog-card:hover { transform: translateY(-5px); }.page-rich9-ney__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-rich9-ney__blog-card-content { padding: 20px; }.page-rich9-ney__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; }.page-rich9-ney__blog-card-date { font-size: 0.85em; color: #777; margin-bottom: 10px; }.page-rich9-ney__blog-card-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-rich9-ney__blog-card-link { display: inline-block; color: #e74c3c; text-decoration: none; font-weight: bold; }.page-rich9-ney__blog-card-link:hover { text-decoration: underline; }.page-rich9-ney__center-text { text-align: center; }.page-rich9-ney__app-download-section { text-align: center; padding: 50px 20px; background-color: #2c3e50; color: #fff; border-radius: 8px; margin-top: 40px; }.page-rich9-ney__app-download-title { font-size: 2.2em; margin-bottom: 20px; }.page-rich9-ney__app-download-description { font-size: 1.2em; margin-bottom: 30px; }.page-rich9-ney__app-download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-rich9-ney__app-download-btn { background-color: #27ae60; color: #fff; border: none; }.page-rich9-ney__app-download-btn:hover { background-color: #229954; }.page-rich9-ney__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-rich9-ney__floating-btn { padding: 12px 20px; border-radius: 30px; background-color: #e74c3c; color: #fff; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-rich9-ney__floating-btn:hover { background-color: #c0392b; transform: translateY(-2px); }@media (max-width: 768px) { .page-rich9-ney__hero-title { font-size: 2.5em; }.page-rich9-ney__hero-subtitle { font-size: 1.2em; }.page-rich9-ney__hero-buttons { flex-direction: column; gap: 15px; }.page-rich9-ney__btn { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-rich9-ney__section-title { font-size: 2em; }.page-rich9-ney__quick-links-grid, .page-rich9-ney__games-grid, .page-rich9-ney__promo-grid, .page-rich9-ney__blog-grid { grid-template-columns: 1fr; }.page-rich9-ney__security-grid { flex-direction: column; align-items: center; }.page-rich9-ney__security-item { max-width: 100%; }.page-rich9-ney__faq-question { padding: 15px 20px; }.page-rich9-ney__faq-question h3 { font-size: 1em; }.page-rich9-ney__faq-answer { padding: 0 20px; }.page-rich9-ney__faq-item.active .page-rich9-ney__faq-answer { padding: 15px 20px !important; }.page-rich9-ney__app-download-title { font-size: 1.8em; }.page-rich9-ney__app-download-description { font-size: 1em; }.page-rich9-ney__app-download-buttons { flex-direction: column; }.page-rich9-ney__floating-buttons { right: 10px; bottom: 10px; }.page-rich9-ney__game-card-image, .page-rich9-ney__promo-card-image, .page-rich9-ney__blog-card-image { max-width: 100%; height: auto; box-sizing: border-box; overflow: hidden; }.page-rich9-ney__container { padding: 10px; }.page-rich9-ney__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-rich9-ney__faq-item { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }}