* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #222;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.container {
    width: 100%;
    max-width: 800px;
    background-color: #e6f0fa;
    /* PapayaWhip / Light orange background */
    border: 2px solid #00008b;
}

.box {
    border: 2px solid #00008b;
    margin: 4px;
    text-align: center;
    background-color: #e6f0fa;
}

.pink-text {
    color: #1e90ff;
    font-style: italic;
    font-size: 2.5rem;
}

.black-text {
    color: #000;
    font-size: 1.5rem;
}

.header-box {
    padding: 10px;
    background-color: #b3d4ff;
}

.marquee-box {
    padding: 5px;
    font-weight: bold;
    font-style: italic;
}

.intro-box {
    padding: 5px;
}

.intro-box h2 {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 5px;
}

.intro-box p {
    font-size: 0.75rem;
    font-weight: bold;
    font-style: italic;
}

.pink-header {
    background-color: #1e90ff;
    color: white;
    padding: 5px;
    border-bottom: 2px solid #00008b;
    border-radius: 10px 10px 0 0;
    margin: -2px -2px 0 -2px;
}

.pink-header h2 {
    font-style: italic;
    font-size: 1.2rem;
}

.lucky-number-box {
    border-radius: 10px;
}

.lucky-content {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.golden-ank h3,
.final-ank h3 {
    color: #0000cd;
    font-style: italic;
}

.golden-ank .number {
    color: #00008b;
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;
}

.final-ank p {
    color: #0000cd;
    font-weight: bold;
    font-style: italic;
    font-size: 0.9rem;
}

.notice-box {
    color: #0000cd;
    font-weight: bold;
    font-style: italic;
    padding: 5px;
}

.notice-box .star {
    color: #1e90ff;
}

.notice-box .#0055ff-text {
    color: #0055ff;
}

.app-download-box {
    background-color: #00008b;
    color: white;
    padding: 15px;
    font-weight: bold;
    font-style: italic;
}

.download-btn {
    background-color: #4169e1;
    color: white;
    border: 2px solid white;
    border-radius: 20px;
    padding: 5px 20px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}

.purple-btn {
    background-color: #0000cd;
}

.live-result-box {
    border-radius: 10px;
}

.live-content {
    padding: 10px;
}

.live-content h3 {
    font-style: italic;
}

.market-name {
    color: #000080;
    font-style: italic;
    font-size: 1.3rem;
    margin-top: 5px;
}

.result-number {
    color: #00008b;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: italic;
}

.refresh-btn {
    background-color: #6a5acd;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 0.8rem;
    cursor: pointer;
    margin: 5px 0;
}

.tagline {
    font-weight: bold;
}

.market-list {
    display: flex;
    flex-direction: column;
}

.market-item {
    border: 1px solid #00008b;
    border-left: 2px solid #00008b;
    border-right: 2px solid #00008b;
    padding: 10px;
    text-align: center;
    background-color: #e6f0fa;
}

.bottom-notice-box {
    padding: 10px;
    font-weight: bold;
    font-style: italic;
}

.seo-box {
    padding: 10px;
    color: #0000cd;
    font-weight: bold;
}

.seo-box h3 {
    font-style: italic;
    margin-top: 10px;
}

.seo-box p {
    font-size: 0.8rem;
}

.keywords-box {
    padding: 10px;
    color: #00008b;
    font-weight: bold;
    font-style: italic;
    font-size: 0.8rem;
}

.disclaimer-box {
    padding: 10px;
    color: #0000cd;
    font-weight: bold;
}

.disclaimer-box p {
    font-size: 0.8rem;
}

.footer-box {
    padding: 10px;
}

.footer-box h2 {
    color: #000;
}

.footer-box p {
    color: #00008b;
    font-size: 0.8rem;
    font-weight: bold;
}

.footer-links a {
    color: #0000cd;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
}

.footer-links a:hover {
    text-decoration: underline;
}

.dark-#0055ff-box {
    background-color: #00008b;
    color: white;
}

.white-btn {
    background-color: white;
    color: #4169e1;
    border: 2px solid white;
    border-radius: 20px;
    padding: 5px 20px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.second-notice-box {
    border: 2px solid #00008b;
    margin: 4px;
    text-align: center;
    background-color: #e6f0fa;
}

.#0055ff-header {
    background-color: #00008b;
    color: white;
    padding: 5px;
}

.#0055ff-header h2 {
    font-style: italic;
    font-size: 1.2rem;
}

.notice-content {
    padding: 10px;
    font-weight: bold;
    font-style: italic;
    color: #000;
}

.notice-content a {
    color: #0000cd;
    text-decoration: none;
}

.uppercase-keywords-box {
    padding: 10px;
    color: #0000cd;
    font-weight: bold;
    font-style: italic;
    font-size: 0.8rem;
}

.fast-market-list {
    display: flex;
    flex-direction: column;
}

.fast-market-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e6f0fa;
    border: 1px solid #00008b;
    border-top: none;
    padding: 5px 10px;
}

.yellow-market {
    background-color: #add8e6;
}

.fast-market-item:first-child {
    border-top: 1px solid #00008b;
}

.jodi-btn,
.panel-btn {
    background-color: #6a5acd;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}

.fast-market-info {
    text-align: center;
    flex-grow: 1;
}

.fast-market-info h3 {
    color: #000080;
    font-style: italic;
    font-size: 1.1rem;
}

.fast-number {
    color: #00008b;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
}

.fast-time {
    font-size: 0.75rem;
    font-weight: bold;
    color: #000;
}

.inquiry-box {
    background-color: #f0f8ff;
    border: 2px solid #1e90ff !important;
    padding: 5px 10px;
    font-size: 1rem;
    font-style: italic;
    color: #000;
    margin: 10px 4px;
}

.inquiry-box strong {
    font-weight: 800;
}

.email-pill {
    background-color: #87cefa;
    color: #0000cd;
    border-radius: 15px;
    padding: 2px 10px;
    font-weight: bold;
    border: 1px solid #1e90ff;
    display: inline-block;
    margin-left: 5px;
}

.mobile-app-box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 15px auto;
    width: 95%;
    padding: 20px;
    text-align: center;
}

.mobile-app-box .#0055ff-text {
    color: #0055ff;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.app-desc {
    font-style: italic;
    color: #333;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.app-features {
    font-weight: bold;
    font-style: italic;
    font-size: 0.75rem;
    margin-bottom: 15px;
}

.app-download-btn {
    background-color: #0055ff;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}

.starline-box {
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 4px;
}

.yellow-header {
    background-color: #add8e6;
    color: #000;
    padding: 5px;
    border-bottom: 2px solid #00008b;
}

.yellow-header h2 {
    font-style: italic;
    font-size: 1.2rem;
}

.starline-table {
    width: 100%;
    border-collapse: collapse;
}

.starline-table th,
.starline-table td {
    border: 1px solid #1e90ff;
    padding: 5px;
    font-weight: bold;
    font-style: italic;
    font-size: 0.9rem;
}

.starline-table th {
    background-color: #e6f0fa;
    color: #000;
}

.starline-table td {
    background-color: #e6f0fa;
    color: #00008b;
}

.starline-table td:nth-child(odd) {
    color: #000;
}

.premium-download-bar {
    position: relative;
    background: linear-gradient(135deg, #0055ff 0%, #00ccff 100%);
    color: #ffffff;
    text-align: center;
    padding: 15px 20px;
    font-weight: 800;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 12px;
    margin: 15px auto;
    width: 95%;
    box-shadow: 0 10px 20px rgba(0, 85, 255, 0.4), inset 0 2px 3px rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.premium-download-bar:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 25px rgba(0, 85, 255, 0.5), inset 0 2px 3px rgba(255, 255, 255, 0.5);
}

.premium-download-bar .download-icon {
    font-size: 1.8rem;
    animation: bounce 2s infinite;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.premium-download-bar .download-text {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.premium-download-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: premiumShimmer 3s infinite;
}

@keyframes premiumShimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-3px);
    }
}

/* Starline Filter UI styles */
.starline-filter-box {
    margin: 10px 4px;
}
.date-input {
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #1e90ff;
    outline: none;
    font-weight: bold;
    color: #00008b;
    background-color: white;
}
.date-input:focus {
    border-color: #00008b;
    box-shadow: 0 0 5px rgba(30, 144, 255, 0.5);
}