html { font-size: 1rem; }
body {
color: lightgray;
background-color: #121212;
font-family: Arial, sans-serif;
font-size: 1rem;
padding-bottom: 120px !important;
}
h1 { font-size: 18px; }
@media screen and (min-width: 768px) { h1 { font-size: 20px; } }
@media screen and (min-width: 1024px) { h1 { font-size: 24px; } }
a { color: lightblue; text-decoration: none; }
a:hover { background: #fff; color: #000; }
img { border: 1px solid transparent; max-width: 100%; }
img:hover { border: 1px solid #fff; }
.navbar {
height: 25px;
background-color: #333333;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 20000 !important;
}
.dropdown, .navbar a { float: left; }
.dropdown .dropbtn, .navbar a {
color: #fff;
padding: 4px 8px;
transition: 0.5s;
text-align: center;
text-decoration: none;
}
.dropdown { overflow: hidden; }
.dropdown .dropbtn { background-color: inherit; border: 0; margin: 0; outline: 0; font-size: 16px; }
.dropdown:hover .dropbtn, .navbar a:hover { background-color: white; color: #000; }
.dropdown-content {
display: none;
position: fixed;
background-color: #121212;
min-width: 160px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
z-index: 20001 !important;
}
.dropdown-content a {
color: #fff;
display: block;
float: none;
padding: 3px;
text-align: left;
}
.dropdown-content a:hover { color: #000; background-color: #fff; }
.dropdown:hover .dropdown-content { display: block; }
table, td, th { border: 0; border-collapse: collapse; margin: 0; padding: 5px; }
table.bluetable { margin: 0 auto; }
table.bluetable tbody, tr, th, td { background-color: transparent; }
tr:hover, table.bluetable tr:hover { background: #5e5e5e; color: #ff0; }
tr:hover a { color: #fff; text-decoration: underline; }
.flex-container, .flex-menu-container { max-width: 1200px; display: flex; }
.flex-child, .flex-menu-child {
border: 1px solid #fff;
margin: 2px;
background-color: black;
flex: 1;
}
#popup {
position: fixed;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
display: none;
border: 1px solid #fff;
background: darkblue;
padding: 20px;
z-index: 30000;
}
.centered { margin: 0 auto; text-align: center; }
@media screen and (min-width: 767px) {
.centered { width: 75%; }
}
form {
display: flex;
align-items: center;
gap: 10px;
padding: 10px;
max-width: 600px;
margin: 10px auto;
border-radius: 5px;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
input[type="text"], input[type="submit"] {
border-radius: 8px;
transition: all 0.3s ease;
}
input[type="text"] {
flex-grow: 1;
padding: 6px 10px;
border: 1px solid #dcdcdc;
font-size: 12px;
color: #333;
outline: 0;
}
input[type="text"]:focus {
border-color: #007bff;
box-shadow: 0 0 0 3px rgba(0,123,255,0.25);
}
input[type="submit"] {
padding: 12px 25px;
background: #007bff;
color: #fff;
border: 0;
font-size: 16px;
font-weight: 600;
cursor: pointer;
box-shadow: 0 4px 10px rgba(0,123,255,0.3);
}
input[type="submit"]:hover { background: #0056b3; transform: translateY(-1px); }
input[type="submit"]:active { background: #004085; transform: translateY(0); }
@media (max-width: 767px) {
.flex-menu-container, .priority-1 { display: none; }
form {
flex-direction: column;
align-items: stretch;
margin: 20px;
}
input[type="text"], input[type="submit"] { width: 100%; }
}
.copy-url-container {
text-align: center;
padding: 10px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.copy-url-button {
background: #007bff;
color: #fff;
border: 0;
padding: 12px 25px;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
}
.copy-url-button:hover {
background: #0056b3;
transform: translateY(-2px);
}
.copy-url-button:active {
background: #004080;
transform: translateY(0);
}
.copy-url-button::before {
margin-right: 8px;
font-size: 18px;
}
.feedback-message {
margin-top: 15px;
color: #28a745;
font-weight: 700;
opacity: 0;
transition: opacity 0.5s ease;
}
.table-wrapper {
overflow-x: auto;
width: 100%;
margin: 20px 0;
}
.bluetablex {
width: 100%;
max-width: 1000px;
margin: 0 auto;
table-layout: auto;
border-collapse: collapse;
}
@media screen and (max-width: 768px) {
.bluetablex {
table-layout: fixed;
}
.bluetablex td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 125px;
}
}
.bluetablex td img {
display: block;
margin: 0 auto;
height: 40px;
width: 40px;
object-fit: contain;
}
.recipe-link,.qty-style { color: orange; font-weight: bold; }
.region-text { color: lightblue; font-size: 0.75em; }
.stat-label { color: white; }
.stat-value { color: orange; font-weight: bold; }
.bluetablex { contain: content; }
.highlight {
background-color: transparent;
color: yellow;
font-weight: bold;
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
}
#myList li a {
display: block;
padding: 10px;
border-bottom: 1px solid #444;
color: orange;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 90%;
}
@media (min-width: 768px) {
#myList li a {
max-width: 500px;
}
}
#myList li a:hover {
background-color: #333;
}
table.bluetable input,
table.bluetablex input {
background: #111;
color: #00ff00;
border: 1px solid #333;
font-family: monospace;
cursor: pointer;
text-align: center;
}
img {
display: block;
max-width: 1000px;
width: auto;
height: auto;
max-width: 100%;
margin: 20px auto;
border: 1px solid #332211;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}
.guide-img, .map-img {
width: 100%;
}
a img {
border: none;
}
@media screen and (max-width: 600px) {
img {
max-width: 100%;
margin: 10px auto;
}
}
#ezoic-pub-ad-placeholder-101 {
display: flex;
align-items: center;
justify-content: center;
min-height: 250px !important;
background: rgba(0,0,0,0.05);
margin-bottom: 10px;
overflow: hidden;
}
@media (max-width: 480px) {
#ezoic-pub-ad-placeholder-101 {
min-height: 250px !important;
}
}
#ezoic-pub-ad-placeholder-101 {
display: flex;
align-items: center;
justify-content: center;
background: rgba(0,0,0,0.05);
margin-top: 25px; /* Adjust for fixed navbar */
margin-bottom: 20px;
overflow: hidden;
min-height: 260px !important; /* Desktop Base */
}
@media (max-width: 768px) {
#ezoic-pub-ad-placeholder-101 {
min-height: 320px !important; /* Unified Mobile/Tablet buffer */
}
}
@media (min-width: 1280px) {
#ezoic-pub-ad-placeholder-108,
#ezoic-pub-ad-placeholder-107 {
display: block !important;
position: fixed !important;
top: 50px !important;
width: 160px !important;
height: 600px !important;
z-index: 10001 !important;
pointer-events: auto !important;
}
#ezoic-pub-ad-placeholder-107 { right: 0 !important; }
#ezoic-pub-ad-placeholder-108 { left: 0 !important; }
#ezoic-pub-ad-placeholder-108 iframe,
#ezoic-pub-ad-placeholder-107 iframe,
.ezoic-ad {
pointer-events: auto !important;
}
}
