/* CSS NỘI TUYẾN DÀNH CHO TRANG DK68 */.page-dk68 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-dk68__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-dk68__hero-section { background: linear-gradient(135deg, #2a0a5e, #0a0a2a); padding-top: 10px; padding-bottom: 60px; position: relative; overflow: hidden; } .page-dk68__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-dk68__hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 400px; padding: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-dk68__hero-title { font-size: 3.2em; color: #ffd700; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; } .page-dk68__hero-subtitle { font-size: 1.5em; color: #ffffff; margin-bottom: 30px; } .page-dk68__button { display: inline-block; background-color: #e60073; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; margin: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-dk68__button:hover { background-color: #ff3399; transform: translateY(-3px); } .page-dk68__section-title { font-size: 2.5em; color: #ffd700; margin-bottom: 30px; text-transform: uppercase; position: relative; padding-bottom: 10px; } .page-dk68__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e60073; border-radius: 2px; } .page-dk68__text-content { font-size: 1.1em; color: #cccccc; margin-bottom: 20px; } .page-dk68__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-dk68__card { background-color: #2c2c2c; border-radius: 15px; padding: 25px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 100%; } .page-dk68__card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6); } .page-dk68__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 10px; margin-bottom: 20px; max-width: 100%; box-sizing: border-box; } .page-dk68__card-title { font-size: 1.5em; color: #ffd700; margin-bottom: 15px; } .page-dk68__card-text { color: #cccccc; font-size: 1em; margin-bottom: 20px; flex-grow: 1; } .page-dk68__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-dk68__quick-access-item .page-dk68__button { margin: 0; padding: 12px 25px; font-size: 1em; } .page-dk68__game-item { background-color: #2c2c2c; border-radius: 15px; overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-dk68__game-item-image-container { width: 100%; height: 220px; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #1a1a1a; } .page-dk68__game-item-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; max-width: 100%; box-sizing: border-box; } .page-dk68__game-item:hover .page-dk68__game-item-image { transform: scale(1.05); } .page-dk68__game-item-content { padding: 20px; } .page-dk68__game-item-title { font-size: 1.6em; color: #ffd700; margin-bottom: 10px; } .page-dk68__game-item-description { color: #cccccc; font-size: 0.95em; margin-bottom: 15px; } .page-dk68__game-item .page-dk68__button { width: auto; padding: 10px 20px; font-size: 0.9em; margin: 0; } .page-dk68__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-dk68__promo-card { background-color: #2c2c2c; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; } .page-dk68__promo-card-image { width: 100%; height: 250px; object-fit: cover; max-width: 100%; box-sizing: border-box; } .page-dk68__promo-card-content { padding: 25px; } .page-dk68__promo-card-title { font-size: 1.8em; color: #ffd700; margin-bottom: 10px; } .page-dk68__promo-card-description { color: #cccccc; font-size: 1em; margin-bottom: 20px; } .page-dk68__promo-card .page-dk68__button { width: auto; padding: 12px 25px; font-size: 1em; margin: 0; } .page-dk68__security-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-dk68__security-item { background-color: #2c2c2c; border-radius: 15px; padding: 25px; text-align: center; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); } .page-dk68__security-item-title { font-size: 1.4em; color: #ffd700; margin-top: 15px; margin-bottom: 10px; } .page-dk68__security-item-text { color: #cccccc; font-size: 0.95em; } .page-dk68__faq-list { margin-top: 30px; text-align: left; } .page-dk68__faq-item { background-color: #2c2c2c; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); } .page-dk68__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a3a; border-bottom: 1px solid #4a4a4a; transition: background-color 0.3s ease; user-select: none; } .page-dk68__faq-question:hover { background-color: #4a4a4a; } .page-dk68__faq-question h3 { margin: 0; font-size: 1.3em; color: #ffd700; pointer-events: none; } .page-dk68__faq-toggle { font-size: 1.8em; color: #e60073; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-dk68__faq-item.active .page-dk68__faq-toggle { transform: rotate(45deg); } .page-dk68__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; background-color: #2c2c2c; color: #cccccc; } .page-dk68__faq-item.active .page-dk68__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-dk68__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-dk68__blog-card { background-color: #2c2c2c; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-dk68__blog-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; box-sizing: border-box; } .page-dk68__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-dk68__blog-card-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; line-height: 1.3; } .page-dk68__blog-card-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-dk68__blog-card-title a:hover { color: #e60073; } .page-dk68__blog-card-summary { color: #cccccc; font-size: 0.95em; margin-bottom: 15px; flex-grow: 1; } .page-dk68__blog-card-date { color: #999999; font-size: 0.85em; text-align: right; } .page-dk68__floating-buttons { position: fixed; right: 20px; bottom: 80px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-dk68__floating-button { background-color: #e60073; color: #ffffff; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; } .page-dk68__floating-button:hover { background-color: #ff3399; transform: scale(1.1); } /* Responsive Design */ @media (max-width: 1024px) { .page-dk68__hero-title { font-size: 2.8em; } .page-dk68__hero-subtitle { font-size: 1.3em; } .page-dk68__section-title { font-size: 2em; } .page-dk68__card-title { font-size: 1.3em; } .page-dk68__game-item-title { font-size: 1.4em; } .page-dk68__promo-card-title { font-size: 1.6em; } .page-dk68__faq-question h3 { font-size: 1.1em; } } @media (max-width: 768px) { .page-dk68__section { padding: 30px 15px; } .page-dk68__hero-title { font-size: 2.2em; } .page-dk68__hero-subtitle { font-size: 1.1em; } .page-dk68__button { padding: 12px 25px; font-size: 1em; } .page-dk68__section-title { font-size: 1.8em; } .page-dk68__text-content { font-size: 1em; } .page-dk68__grid, .page-dk68__promo-grid, .page-dk68__security-list, .page-dk68__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-dk68__card, .page-dk68__game-item, .page-dk68__promo-card, .page-dk68__security-item, .page-dk68__blog-card { padding: 20px; } .page-dk68__card-image, .page-dk68__game-item-image, .page-dk68__promo-card-image, .page-dk68__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-dk68__game-item-image-container { height: 180px; } .page-dk68__faq-question { padding: 15px 20px; } .page-dk68__faq-question h3 { font-size: 1em; } .page-dk68__faq-toggle { font-size: 1.5em; } .page-dk68__faq-answer { padding: 15px 20px !important; } .page-dk68__floating-buttons { right: 10px; bottom: 70px; } .page-dk68__floating-button { width: 45px; height: 45px; font-size: 0.85em; } .page-dk68__quick-access-list { flex-direction: column; gap: 10px; } .page-dk68__quick-access-item .page-dk68__button { width: 100%; box-sizing: border-box; } /* List item responsive adjustments */ .page-dk68__grid > *, .page-dk68__quick-access-list > *, .page-dk68__promo-grid > *, .page-dk68__security-list > *, .page-dk68__blog-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-dk68__grid, .page-dk68__promo-grid, .page-dk68__security-list, .page-dk68__blog-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-dk68__text-content, .page-dk68__card-text, .page-dk68__game-item-description, .page-dk68__promo-card-description, .page-dk68__security-item-text, .page-dk68__blog-card-summary { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-dk68__hero-title { font-size: 1.8em; } .page-dk68__hero-subtitle { font-size: 0.9em; } .page-dk68__button { padding: 10px 20px; font-size: 0.9em; } .page-dk68__section-title { font-size: 1.5em; } }