/* Dragon Money - Exact Color Scheme */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-width: 320px;
    background: #0f1114; 
    color: #f3f3f3; 
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
    text-decoration: none;
    color: #f3f3f3;
}

/* Header */
.header {
    background: #1a1c22;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #292c35;
}

.header-wrapper {
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-navi {
    display: flex;
    align-items: center;
}
.bonus-text .bonus-code-line{
  margin-top:12px;
  text-align:center;
  font-size:16px;
  color:#f5f5f5;
  font-weight:600;
}

.bonus-text .bonus-code-line .link-plain{
  all: unset;  
  cursor: pointer;
  color:#ffcc00;  
  font-weight:700;
  line-height:1.3;
  display:inline;
}

.header-navi ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    min-width: 340px;
    margin-right: 10px;
}

.header-navi ul li {
    width: 49%;
}

.header-navi ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    height: 40px;
    width: 100%;
    transition: all 0.2s ease;
}

.dragonmoney-footer__text {
  margin-bottom: 10px;
  color: #999;
}

.dragonmoney-footer__links {
  font-size: 14px;
}

.dragonmoney-footer__link {
  color: #00f0ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.dragonmoney-footer__link:hover {
  color: #ffffff;
}
/* Кнопки */
.red-nav a {
    background: #ffc100;
    color: #000;
}

.red-nav a:hover {
    background: #f59e0b; 
    transform: translateY(-1px);
}

.grey-nav a {
    background: #22252c;
    color: #f3f3f3;
    border: 1px solid #292c35;
    margin-right: 15px;
}

.grey-nav a:hover {
    background: #2d3038;
}
dl {
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 40px;
}

dt {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  position: relative;
  color: #00f0ff;
}


dd {
  font-size: 17px;
  margin-top: 5px;
  padding-left: 10px;
  border-left: 2px solid #00f0ff;
  color: #e0e0e0;
}
/* Bonus Section */
.bonus {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
        background-image: url(/block-bg.jpg);
    border-radius: 8px;
}

.bonus-text {
    border-radius: 8px;
    min-height: 350px;
    width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #f3f3f3;
    text-align: center;
}

.bonus-text span:nth-child(2) {
    font-size: 30px;
    background: #ffc100; 
    color: #000;
    padding: 10px 30px;
    margin: 10px 0;
    border-radius: 3px;
    font-weight: 900;
}

.bonus-text a {
    padding: 10px 35px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    background: #ffc100; 
    border-radius: 35px;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.2s ease;
}

.bonus-text a:hover {
    background: #f59e0b; 
    transform: translateY(-2px);
}

/* Content */
.content {
    padding: 25px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1a1c22; 
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid #292c35;
}

.content h1 {
    color: #facc15; 
    margin-bottom: 35px;
    font-size: 2.5rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 2px solid #292c35;
    padding-bottom: 15px;
}

.content h2 {
    color: #ff9c00;
    margin-bottom: 28px;
    font-size: 2rem;
}

.content table {
    max-width: 98%;
    border-collapse: collapse;
    margin: 25px auto;
    background-color: #22252c; 
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #292c35;
}

.content table thead td {
    color: #facc15; 
    font-weight: 600;
    text-align: center;
    font-size: 1.1rem;
    background-color: #2d3038;
    padding: 12px;
}

.content table td {
    border: 1px solid #292c35;
    padding: 12px 8px;
    color: #e2e8f0; 
    background-color: #22252c; 
}

.content img {
    max-width: 90%;
    display: block;
    margin: 25px auto;
    border: 3px solid #ff9c00; 
    border-radius: 5px;
}

.content p {
    margin-bottom: 25px;
    color: #e2e8f0; 
    font-size: 1.1rem;
    line-height: 1.8;
}

.content ul,
.content ol {
    margin-bottom: 25px;
    list-style-position: inside;
    color: #facc15; 
    line-height: 36px;
    padding-left: 15px;
}
.content-wrapper{
	width: 95%; max-width: 1200px;
	margin: 0 auto;
}
.content blockquote {
    background: rgba(250, 204, 21, 0.1); 
    color: #facc15; 
    margin-bottom: 25px;
    padding: 25px;
    border-left: 5px solid #ff9c00; 
    font-style: italic;
}

/* Footer */
.bottom {
     background: #0f1114;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid #292c35;
}

.bottom-wrapper {
    width: 100%;
    max-width: 1280px;
    padding: 20px 0;
    text-align: center;
}
.bottom-wrapper a{
    margin: 10px 0;
    display: inline-block;
}

.botnav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.botnav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    min-width: 340px;
    margin-right: 10px;
}

.botnav ul li {
    width: 49%;
}
 th{
     padding: 15px;
 }
.botnav ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    height: 40px;
    width: 100%;
    background: #22252c; 
    color: #f3f3f3;
    border: 1px solid #292c35;
    transition: all 0.2s ease;
}
.botnav ul .red-nav a  {
       background: #ffc100;
    color: #000;
}
.botnav ul a:hover {
    background: #2d3038;
}

/* Game Specific Styles */
.game-sweet {
    border-top: 3px solid #f542c2;
}

.game-gates {
    background: linear-gradient(135deg, #a966f2 0%, #ef44ec 100%); 
}

/* Responsive */
@media (max-width: 640px) {
    .header-wrapper {
        flex-wrap: wrap;
        padding: 15px 0;
        justify-content: center;
        height: auto;
    }

    .header-navi {
        width: calc(100% - 10px);
        margin: 20px auto 0 auto;
        display: flex;
    }

    .header-navi ul {
        width: 100%;
        min-width: auto;
    }

    .bonus-text span:nth-child(2) {
        font-size: 28px;
    }

    .content h1,
    .content h2 {
        font-size: 1.5em;
    }
.content table{
    display: inline-block;
    overflow: auto;
}
    .content table,
    .content table thead td {
        font-size: 14px;
    }

    .content table td {
        padding: 11px 4px;
    }

    .content {
        padding: 20px 5px;
    }

    .botnav img {
        display: none;
    }

    .botnav ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 200px;
    }
    .botnav ul li {
        width: 90%;
        margin-bottom: 10px;
    }
    .bot-copy {
        font-size: 14px;
    }
    .botnav ul a {
        margin: 0px;
    }
}