* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}
.container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: none;
    position: relative;
}
.header {
    background-color: white;
    color: #0066cc;
    padding: 10px;
    position: relative;
    border: 2px solid #0066cc;* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}
.container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: none;
    position: relative;
}
.header {
    background-color: white;
    color: #0066cc;
    padding: 10px;
    position: relative;
    border: 2px solid #0066cc;
}
.lottery-tabs {
    background-color: white;
    color: #0066cc;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 30px;
    display: flex;
    gap: 10px;
    width: 100%;
    border: 1px solid #0066cc;
}
.header-top {
    background-color: #e6f9ff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}
.header-title {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0066cc;
}
.draw-info-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
}
.current-period {
    color: #333;
    font-weight: bold;
}
.countdown-text {
    color: #666;
}
.countdown-time {
    color: red;
    font-weight: bold;
}
.history-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 8px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    color: #333;
    z-index: 10;
}
.lottery-tab {
    flex: 1;
    padding: 10px;
    background-color: white;
    color: #0066cc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #0066cc;
    text-align: center;
    font-weight: bold;
}
.lottery-tab.active {
    background-color: red;
    color: white;
    font-weight: bold;
    border: 1px solid red;
}
.numbers {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 25px 5px 10px 5px;
    width: 100%;
    box-sizing: border-box;
}
.number-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    flex: 0 0 auto;
}
.plus-sign {
    font-size: clamp(18px, 5vw, 24px);
    color: #666;
    margin: 0 3px;
    flex-shrink: 0;
}
.number-circle {
    width: clamp(40px, 11vw, 52px);
    height: clamp(40px, 11vw, 52px);
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 2px solid #0066cc;
    font-size: clamp(16px, 4.5vw, 22px);
    padding: 0;
    flex-shrink: 0;
}
.plus-sign {
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    flex: 0 0 auto;
}
.number-circle.red {
    color: red;
    border-color: red;
}
.number-circle.blue {
    color: blue;
    border-color: blue;
}
.number-circle.green {
    color: green;
    border-color: green;
}
.zodiac-text {
    font-size: clamp(11px, 3.5vw, 14px);
    color: #333;
    text-align: center;
    white-space: nowrap;
}
.next-draw-info {
    text-align: center;
    padding: 8px;
    font-size: 14px;
    color: red;
    font-weight: bold;
}
.next-period {
    color: red;
}
.next-draw-date {
    color: red;
    margin-left: 5px;
}
.next-draw-time {
    color: red;
    margin-left: 5px;
}
.next-draw-weekday {
    color: red;
    margin-left: 5px;
}
.number-circle.green {
    color: green;
    border-color: green;
}
.zodiac-info-small {
    font-size: clamp(10px, 3vw, 14px);
    color: #0066cc;
    text-align: center;
    width: 100%;
    max-width: 40px;
    font-weight: bold;
}
.plus-sign {
    font-size: 20px;
    font-weight: bold;
    color: #0066cc;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 15px;
    min-width: 20px;
    flex: 0 0 auto;
}

.zodiac-info {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #0066cc;
}
.message-bar {
    background-color: #e6f3ff;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.message-icon {
    margin-right: 10px;
}
.message-text {
    font-size: 12px;
    color: #333;
}
.logo-section {
    background-color: #f0f8ff;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.logo-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border: 2px solid #0066cc;
    position: relative;
}
.logo-circle::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 1px dashed #0066cc;
}
.nav-links {
    background-color: #0066cc;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    flex-wrap: wrap;
    gap: 5px;
}
.nav-link {
    cursor: pointer;
}
.domain-section {
    background-color: #0066cc;
    color: white;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
}
.domain-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.domain-example {
    font-size: 12px;
    margin-top: 5px;
}
.backup-domains {
    margin-top: 10px;
    font-size: 12px;
}
.action-button {
    background-color: #0066cc;
    color: yellow;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}
.long-button-container {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid red;
    border-radius: 4px;
    background-color: white;
}
.long-button {
    background-color: white;
    color: green;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}
.forum-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
    border: 2px solid red;
    border-radius: 10px;
    background-color: white;
}
.forum-item {
    border: 1px solid red;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    background-color: white;
}
.forum-title {
    font-size: 14px;
    font-weight: bold;
    color: red;
    margin-bottom: 5px;
}
.fire-icon {
    color: red;
    margin-right: 5px;
}
.forum-domain {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}
.forum-desc {
    font-size: 12px;
    color: black;
    background-color: #e6f3ff;
    padding: 5px;
    border-radius: 3px;
}
.arrow {
    color: yellow;
    margin-right: 5px;
    font-weight: bold;
}
.domain-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
    border: 2px solid red;
    border-radius: 10px;
    background-color: white;
}
.domain-item {
    background-color: green;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}
.countdown {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #0066cc;
    font-weight: bold;
}
.countdown-label {
    margin-right: 5px;
}
.countdown-time {
    color: red;
}

}
.lottery-tabs {
    background-color: white;
    color: #0066cc;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 30px;
    display: flex;
    gap: 10px;
    width: 100%;
    border: 1px solid #0066cc;
}
.header-top {
    background-color: #e6f9ff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}
.header-title {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0066cc;
}
.draw-info-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
}
.current-period {
    color: #333;
    font-weight: bold;
}
.countdown-text {
    color: #666;
}
.countdown-time {
    color: red;
    font-weight: bold;
}
.history-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 8px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    color: #333;
    z-index: 10;
}
.lottery-tab {
    flex: 1;
    padding: 10px;
    background-color: white;
    color: #0066cc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #0066cc;
    text-align: center;
    font-weight: bold;
}
.lottery-tab.active {
    background-color: red;
    color: white;
    font-weight: bold;
    border: 1px solid red;
}
.numbers {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 25px 5px 10px 5px;
    width: 100%;
    box-sizing: border-box;
}
.number-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    flex: 0 0 auto;
}
.plus-sign {
    font-size: clamp(18px, 5vw, 24px);
    color: #666;
    margin: 0 3px;
    flex-shrink: 0;
}
.number-circle {
    width: clamp(40px, 11vw, 52px);
    height: clamp(40px, 11vw, 52px);
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 2px solid #0066cc;
    font-size: clamp(16px, 4.5vw, 22px);
    padding: 0;
    flex-shrink: 0;
}
.plus-sign {
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    flex: 0 0 auto;
}
.number-circle.red {
    color: red;
    border-color: red;
}
.number-circle.blue {
    color: blue;
    border-color: blue;
}
.number-circle.green {
    color: green;
    border-color: green;
}
.zodiac-text {
    font-size: clamp(11px, 3.5vw, 14px);
    color: #333;
    text-align: center;
    white-space: nowrap;
}
.next-draw-info {
    text-align: center;
    padding: 8px;
    font-size: 14px;
    color: red;
    font-weight: bold;
}
.next-period {
    color: red;
}
.next-draw-date {
    color: red;
    margin-left: 5px;
}
.next-draw-time {
    color: red;
    margin-left: 5px;
}
.next-draw-weekday {
    color: red;
    margin-left: 5px;
}
.number-circle.green {
    color: green;
    border-color: green;
}
.zodiac-info-small {
    font-size: clamp(10px, 3vw, 14px);
    color: #0066cc;
    text-align: center;
    width: 100%;
    max-width: 40px;
    font-weight: bold;
}
.plus-sign {
    font-size: 20px;
    font-weight: bold;
    color: #0066cc;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 15px;
    min-width: 20px;
    flex: 0 0 auto;
}

.zodiac-info {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #0066cc;
}
.message-bar {
    background-color: #e6f3ff;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.message-icon {
    margin-right: 10px;
}
.message-text {
    font-size: 12px;
    color: #333;
}
.logo-section {
    background-color: #f0f8ff;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.logo-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border: 2px solid #0066cc;
    position: relative;
}
.logo-circle::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 1px dashed #0066cc;
}
.nav-links {
    background-color: #0066cc;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    flex-wrap: wrap;
    gap: 5px;
}
.nav-link {
    cursor: pointer;
}
.domain-section {
    background-color: #0066cc;
    color: white;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
}
.domain-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.domain-example {
    font-size: 12px;
    margin-top: 5px;
}
.backup-domains {
    margin-top: 10px;
    font-size: 12px;
}
.action-button {
    background-color: #0066cc;
    color: yellow;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}
.long-button-container {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid red;
    border-radius: 4px;
    background-color: white;
}
.long-button {
    background-color: white;
    color: green;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}
.forum-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
    border: 2px solid red;
    border-radius: 10px;
    background-color: white;
}
.forum-item {
    border: 1px solid red;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    background-color: white;
}
.forum-title {
    font-size: 14px;
    font-weight: bold;
    color: red;
    margin-bottom: 5px;
}
.fire-icon {
    color: red;
    margin-right: 5px;
}
.forum-domain {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}
.forum-desc {
    font-size: 12px;
    color: black;
    background-color: #e6f3ff;
    padding: 5px;
    border-radius: 3px;
}
.arrow {
    color: yellow;
    margin-right: 5px;
    font-weight: bold;
}
.domain-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
    border: 2px solid red;
    border-radius: 10px;
    background-color: white;
}
.domain-item {
    background-color: green;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}
.countdown {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #0066cc;
    font-weight: bold;
}
.countdown-label {
    margin-right: 5px;
}
.countdown-time {
    color: red;
}
