body {
	background-color: #8A7F48;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
.container {
	background-color: #ffffff;
	margin: 20px auto;
	padding: 20px;
	border-radius: 10px;
	width: 90%;
	max-width: 350px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	text-align: center;
}
h2 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 20px;
}
.option-button {
	display: block;
	background-color: #FF5722;
	color: #ffffff;
	padding: 12px;
	margin: 10px auto;
	text-decoration: none;
	border-radius: 8px;
	width: 90%;
	font-size: 16px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}
.option-button:hover {
	background-color: #E64A19;
}
.nav-btn {
	display: inline-block;
	margin: 5px;
	padding: 8px 14px;
	font-size: 14px;
	color: white;
	background-color: #3333CC;
	border-radius: 5px;
	text-decoration: none;
}
.header-main {
  background-color: #3333CC;
  padding: 8px 0;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  position: sticky;   /* Sticky header on scroll */
  top: 0;
  z-index: 1000;
}

.header-main a.nav-btn {
  display: inline-block;
  margin: 0 8px;
  padding: 6px 12px;
  font-size: 12px;
  color: white;
  background-color: #5555EE;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}

.header-main a.nav-btn:hover {
  background-color: #222299;
}

</style>
<style>


.comment-gaming {
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    border: 2px solid #0ff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 0 0 15px #0ff, 0 0 25px #0ff inset;
    color: #fff;
    font-family: "Orbitron", sans-serif;
}

.comment-gaming .legend-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.comment-gaming .username {
    font-weight: bold;
    color: #0ff;
    text-shadow: 0 0 5px #0ff;
}

.comment-gaming .status {
    font-size: 12px;
    color: #ff0;
}

.comment-gaming .mno {
    font-size: 12px;
    color: #22e646;
}

.comment-gaming .time {
    font-size: 12px;
    color: #ccc;
}

.comment-gaming .content {
    background-color: rgba(0, 1, 0, 0.5);
    padding: 8px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.reply-btn, .back-link {
    background: linear-gradient(90deg, #ff0, #f0f);
    padding: 6px;
    text-align: center;
    margin: 5px 0;
    border-radius: 5px;
       font-weight: bold;
}

.reply-btn a, .back-link a {
    color: #000;
    text-decoration: none;
    font-family: "Orbitron", sans-serif;
}

.reply-btn a:hover, .back-link a:hover {
    color: #fff;
    text-shadow: 0 0 8px #0ff;
}
.gaming-banner-mixed {
  width: 100%;
  background: linear-gradient(90deg, #ffb300, #ff7700);
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-family: Arial, sans-serif;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.comment-gaming .legend-wrapper {
     width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.comment-gaming .user-info {
    display: flex;
    align-items: center;
}

.comment-gaming .username {
    font-weight: bold;
    color: #0ff;
    text-shadow: 0 0 5px #0ff;
}

.comment-wrapper {
     width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.comment-gaming {
    width: 100%;
    max-width: 100%;
    background: #111;
    border: 2px solid #0ff;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.legend-wrapper {
     width: 100%;
    display: flex;
    align-items: center;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #0ff;
    margin-right: 10px;
}

.username {
    font-weight: bold;
    color: #0ff;
    font-size: 14px;
}



.comment-content-wrapper {
     width: 100%;
     
    margin-top: 8px;
    position: relative;
}

.content {
     width: 95%;
    font-size: 0.95em;
    line-height: 1.3em;
    text-align: center;
}

.time {
    display: block;
    font-size: 0.75em;
    color: #999;
    text-align: center;
    margin-top: 5px;
}

.reply-button-wrapper {
    text-align: right;
    margin-top: 1px;
}

.reply-btn {
    font-size: 0.65em;
    padding: 4px 8px;
    color: #0ff;
    text-decoration: none;
    border: 1px solid #0ff;
    border-radius: 5px;
    transition: all 0.3s;
}

.reply-btn:hover {
    background: #0ff;
    color: #000;
}

.reply-btn.disabled {
    color: gray;
    border-color: gray;
    cursor: not-allowed;
}
.comment-quote {
    border-left: 4px solid #0ff;      /* Neon-like left border */
    background: #ffff99;               /* Yellow background */
    color: #000;                       /* Black text */
    padding: 8px 12px;                 /* Padding inside */
    margin: 10px 0;                    /* Space between comments */
    border-radius: 5px;                /* Rounded corners */
    font-style: italic;                /* Italic text for quote */
    position: relative;
    font-size: 0.95em;
}

.comment-quote::before {
    content: "\201C";                  /* Unicode left double quote */
    font-size: 2em;
    color: #0ff;                       /* Neon color for quote */
    position: absolute;
    left: 10px;
    top: -5px;
}

.comment-quote::after {
    content: "\201D";                  /* Unicode right double quote */
    font-size: 2em;
    color: #0ff;
    position: absolute;
    right: 10px;
    bottom: -10px;
}
.comment-box-wrapper {
    width: 100%;
    max-width: 600px;       /* Optional max width for readability */
    margin: 20px auto;      /* Center horizontally */
    padding: 15px;
    background: #ffff99;    /* Yellow background */
    border: 2px solid #0cc; /* Neon border */
    border-radius: 10px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.comment-box-wrapper label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #000;
}

.comment-box-wrapper textarea {
 width: 100%;
 height: 100px;
    padding: 10px;
    resize: vertical;
    border: 1px solid #0cc;
    border-radius: 5px;
    font-size: 1em;
    font-family: inherit;
    box-sizing: border-box;
}

.comment-box-wrapper textarea:focus {
    outline: none;
    border-color: #00ffcc;
    box-shadow: 0 0 5px #0cc;
}

.form-actions {
    text-align: right;
    margin-top: 10px;
}

.submit-btn {
    padding: 6px 15px;
    background: #0cc;
    color: #000;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover {
    background: #00ffcc;
    color: #000;
    box-shadow: 0 0 8px #0cc;
}
.rules-box {
    max-width: 700px;
    margin: 20px auto;
    padding: 20px;
    border: 2px solid #4CAF50;
    border-radius: 10px;
    background-color: #f4f9f4;
    font-family: Arial, sans-serif;
    color: #333;
}

.rules-title {
    color: #4CAF50;
    text-align: center;
    margin-bottom: 15px;
}

.rules-subtitle {
    color: #4CAF50;
    text-align: center;
    margin-bottom: 15px;
}

.rules-list {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.7;
}

.rules-warning {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

/* Draws Box */
.draws-box {
    border-radius: 12px;
    padding: 10px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.draws-box.active {
    background-color: #0D0D0D;
    border: 2px solid #FF8C00;
    color: #1E90FF;
    box-shadow: 0 0 12px #FF8C00, 0 0 18px #1E90FF inset;
}

.draws-box.inactive {
    background-color: #1a1a1a;
    border: 2px solid #555;
    color: #888;
    box-shadow: none;
    pointer-events: none;
    opacity: 0.5;
}

/* Footer */
.footer {
    text-align: center;
    padding: 12px 0;
    background-color: #111;
    color: #ffff00;
    font-weight: bold;
    border-top: 2px solid #00ff00;
    box-shadow: 0 -2px 10px rgba(255,255,0,0.5);
    font-family: Arial, sans-serif;
    margin-top: 20px;
    animation: neonGlow 1.5s infinite alternate;
}

.website-name {
    color: #00ff00;
    text-shadow: 0 0 5px #00ff00, 0 0 10px #ffff00;
}

@keyframes neonGlow {
    0% { text-shadow: 0 0 5px #00ff00, 0 0 10px #ffff00; }
    50% { text-shadow: 0 0 10px #00ff00, 0 0 20px #ffff00; }
    100% { text-shadow: 0 0 7px #00ff00, 0 0 14px #ffff00; }
}

/* Refresh Button */
.refresh-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-color: #1b1b1b;
    color: #ff00ff;
    border: 2px solid #ff00ff;
    border-radius: 50%;
    font-size: 16px;
    font-family: 'Verdana', sans-serif;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0 6px #ff00ff, 0 0 12px #00ffff inset;
    transition: all 0.25s ease;
    z-index: 9999;
}

.refresh-btn:hover {
    background-color: #ff00ff;
    color: #1b1b1b;
    box-shadow: 0 0 10px #ff00ff, 0 0 18px #00ffff inset;
    transform: scale(1.1) rotate(-8deg);
}

/* Today Game Wrapper */
.today-game-wrapper {
    background: linear-gradient(to bottom, #fffde7, #fff9c4);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(255, 235, 59, 0.3);
    max-width: 100%;
    margin: auto;
    font-family: 'Orbitron', sans-serif;
    color: #212121;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.today-game-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fffde7;
    border-left: 6px solid #fbc02d;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(255, 241, 118, 0.6);
    transition: all 0.3s ease;
}

.today-game-item:hover {
    background: #fff9c4;
}

.game-name {
    flex: 1;
    font-size: 18px;
    font-weight: 900;
    color: #f57f17;
}

.game-time {
    font-size: 12px;
    color: #666;
}

.game-last, .game-new {
    flex: 1;
    text-align: center;
    font-size: 14px;
}

.game-last span:last-child {
    font-size: 20px;
    font-weight: bold;
    color: #b71c1c;
}

.game-new span:last-child {
    font-size: 20px;
    font-weight: bold;
    color: #2e7d32;
}

.result-icon {
    height: 12px;
    vertical-align: middle;
    margin-left: 6px;
}

/* Top Banner */
.gaming-banner-mixed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #000;
    color: #ffeb3b;
    font-weight: bold;
    border-radius: 6px;
    margin-bottom: 15px;
}

.gaming-result-line .gaming-game-name {
    font-size: 16px;
}

.gaming-result-line .gaming-result-number {
    font-size: 18px;
    font-weight: bold;
}

/* Breaking Result Marquee */
.breaking-result {
    margin-top: 10px;
    background: #000;
    color: #ffeb3b;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0;
    border-radius: 6px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #000;
}

