*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,sans-serif;background:#191a1e;color:#e8e8e8;line-height:1.6;overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:#e8e8e8;}
.navigation-bar{background:#191a1e;position:sticky;top:0;z-index:1000;padding:10px;}
.nav-container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;}
.brand-mark{display:flex;align-items:center;}
.brand-mark img{width:150px;height:34px;}
.desktop-links{display:flex;align-items:center;}
.desktop-links a,.desktop-links span{font-size:15px;font-weight:500;margin-left:30px;transition:color 0.3s;}
.desktop-links a:hover{color:#ffd700;}
.desktop-links .active-page{color:#ffd700;font-weight:600;}
.account-access{display:flex;}
.login-btn{padding:10px 24px;background:transparent;color:#ffd700;font-weight:600;transition:all 0.3s;margin-left:12px;}
.login-btn:hover{color:#ffed4e;}
.register-btn{padding:10px 24px;background:#ffd700;color:#191a1e;font-weight:600;transition:all 0.3s;margin-left:12px;border-radius:4px;}
.register-btn:hover{background:#ffed4e;}
.menu-trigger{display:none;background:transparent;border:none;flex-direction:column;cursor:pointer;padding:5px;}
.menu-trigger span{width:25px;height:3px;background:#ffd700;display:block;transition:all 0.3s;margin-bottom:4px;}
.menu-trigger span:last-child{margin-bottom:0;}
.mobile-panel{position:fixed;top:0;left:0;width:100%;height:100vh;background:#191a1e;z-index:2000;transform:translateX(-100%);transition:transform 0.3s ease;}
.mobile-panel.active{transform:translateX(0);}
.panel-top{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;}
.panel-top img{width:150px;height:34px;}
.panel-close{background:transparent;border:none;color:#ffd700;font-size:32px;cursor:pointer;line-height:1;}
.mobile-links{display:flex;flex-direction:column;padding:20px;}
.mobile-links a,.mobile-links span{padding:15px 0;font-size:18px;}
.mobile-links .active-mobile{color:#ffd700;font-weight:600;}
.mobile-account{display:flex;flex-direction:column;padding:20px;}
.mobile-login,.mobile-register{padding:14px;text-align:center;font-weight:600;font-size:16px;border-radius:4px;}
.mobile-login{background:transparent;color:#ffd700;margin-bottom:12px;}
.mobile-register{background:#ffd700;color:#191a1e;}
.promo-banner{background:#191a1e;padding:80px 10px;position:relative;overflow:hidden;min-height:400px;display:flex;align-items:center;justify-content:center;}
.banner-shape{position:absolute;top:-50px;right:10%;width:400px;height:400px;background:linear-gradient(45deg,rgba(255,215,0,0.15),transparent);transform:rotate(45deg);border-radius:20%;}
.banner-shape-two{position:absolute;bottom:-80px;left:5%;width:500px;height:500px;background:repeating-linear-gradient(60deg,transparent,transparent 20px,rgba(255,215,0,0.08) 20px,rgba(255,215,0,0.08) 40px);transform:skewY(-15deg);}
.banner-text{position:relative;z-index:1;max-width:900px;text-align:center;}
.banner-text h1{font-size:42px;color:#ffd700;margin-bottom:24px;line-height:1.2;}
.banner-text p{font-size:18px;line-height:1.7;}
.article-space{max-width:1200px;margin:60px auto;padding:0 10px;}
.text-area{margin-bottom:60px;}
.text-area h2{font-size:32px;color:#ffd700;margin-bottom:20px;}
.text-area h3{font-size:24px;color:#e8e8e8;margin:25px 0 15px;}
.text-area p{margin-bottom:18px;font-size:16px;line-height:1.7;}
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:25px 0;}
.bonus-table,.vip-table{width:100%;border-collapse:collapse;background:#1f2024;min-width:600px;}
.bonus-table th,.bonus-table td,.vip-table th,.vip-table td{padding:14px;font-size:15px;text-align:left;}
.bonus-table thead,.vip-table thead{background:#2a2b2f;}
.bonus-table th,.vip-table th{font-weight:600;color:#ffd700;}
.bonus-table tbody tr:nth-child(even),.vip-table tbody tr:nth-child(even){background:#1a1b1f;}
.card-display{margin-bottom:60px;}
.card-display h2{font-size:32px;color:#ffd700;margin-bottom:30px;text-align:center;}
.display-grid{display:grid;grid-template-columns:repeat(3,1fr);}
.display-card{background:#1f2024;padding:25px;margin:12px;border-radius:8px;text-align:center;transition:transform 0.3s;}
.display-card:hover{transform:translateY(-5px);}
.card-symbol{font-size:48px;margin-bottom:15px;}
.display-card h3{font-size:20px;color:#ffd700;margin-bottom:12px;}
.display-card p{font-size:15px;line-height:1.6;}
.button-zone{text-align:center;margin:50px 0;}
.action-btn-outline{display:inline-block;padding:14px 36px;background:transparent;color:#ffd700;font-size:17px;font-weight:600;border-radius:6px;transition:all 0.3s;}
.action-btn-outline:hover{background:#ffd700;color:#191a1e;}
.question-block{margin-bottom:25px;background:#1f2024;padding:20px;border-radius:8px;}
.question-block h3{font-size:19px;color:#ffd700;margin-bottom:10px;}
.question-block p{font-size:15px;line-height:1.7;}
.site-base{background:#121214;padding:50px 10px 30px;margin-top:80px;}
.base-container{max-width:1200px;margin:0 auto;}
.payments-providers{margin-bottom:40px;}
.payment-strip,.provider-strip,.trust-strip{margin-bottom:30px;}
.strip-title{font-size:14px;color:#999;margin-bottom:12px;text-align:center;}
.logo-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:15px;}
.logo-row img{margin:10px;}
.base-links{display:flex;flex-wrap:wrap;justify-content:center;padding:30px 0;}
.base-links a{font-size:14px;color:#ccc;transition:color 0.3s;margin:8px 15px;}
.base-links a:hover{color:#ffd700;}
.legal-notice{margin-top:30px;text-align:center;}
.legal-notice p{font-size:13px;color:#888;line-height:1.8;margin-bottom:10px;max-width:900px;margin-left:auto;margin-right:auto;}
@media(max-width:1080px){
.desktop-links,.account-access{display:none;}
.menu-trigger{display:flex;}
.banner-text h1{font-size:32px;}
.banner-text p{font-size:16px;}
.display-grid{grid-template-columns:1fr;}
}
@media(max-width:768px){
.banner-text h1{font-size:28px;}
.promo-banner{min-height:350px;padding:60px 10px;}
.text-area h2{font-size:28px;}
.text-area h3{font-size:21px;}
.card-display h2{font-size:28px;}
.display-card h3{font-size:18px;}
.bonus-table th,.bonus-table td,.vip-table th,.vip-table td{padding:12px;font-size:14px;}
}
@media(max-width:480px){
.banner-text h1{font-size:24px;}
.banner-text p{font-size:15px;}
.promo-banner{min-height:300px;padding:40px 10px;}
.text-area h2{font-size:24px;}
.text-area h3{font-size:19px;}
.text-area p{font-size:15px;}
.card-display h2{font-size:24px;}
.card-symbol{font-size:40px;}
.bonus-table th,.bonus-table td,.vip-table th,.vip-table td{padding:10px;font-size:13px;}
.action-btn-outline{padding:12px 28px;font-size:16px;}
}
@media(max-width:320px){
.brand-mark img{width:120px;height:27px;}
.panel-top img{width:120px;height:27px;}
.banner-text h1{font-size:22px;}
.banner-text p{font-size:14px;}
.text-area h2{font-size:22px;}
.text-area h3{font-size:18px;}
.text-area p{font-size:14px;}
.card-display h2{font-size:22px;}
.display-card h3{font-size:17px;}
.display-card p{font-size:14px;}
.bonus-table th,.bonus-table td,.vip-table th,.vip-table td{padding:8px;font-size:12px;}
.legal-notice p{font-size:12px;}
}