@cache-version: `( new Date() ).getTime()` ;

/* Base styles - Mobile First Approach */
* {
    box-sizing: border-box;
}

/* Links */
a#whitelink {
    /* f ont-size: clamp(18px, 4vw, 24px); */
    font-size: clamp(11px, 4vw, 11px);
    font-family: sans-serif;
    text-decoration: none;
    color: white;
    border: 0;
}

a#whitelink:active,
a#whitelink:link,
a#whitelink:visited {
    /* font-size: clamp(18px, 4vw, 24px); */
    font-size: clamp(11px, 4vw, 11px);
    font-family: sans-serif;
    text-decoration: none;
    color: white;
    border: 0;
}

a#whitelink:hover {
    /* font-size: clamp(18px, 4vw, 24px); */
    font-size: clamp(11px, 4vw, 11px);
    font-family: sans-serif;
    text-decoration: none;
    color: yellow;
    border: 0;
}

/* Content sections */
.content {
    max-width: 90%;
    width: 100%;
    margin: 20px auto;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

h1 {
    color: #fff;
    margin-top: 0;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
}

p {
    line-height: 1.6;
    font-size: clamp(14px, 3vw, 16px);
}

.controls {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

button {
    padding: 12px 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    min-width: 120px;
    font-size: 14px;
}

button:hover {
    background-color: #45a049;
}

/* Body and HTML */
html {
    margin: 0;
    padding: 0;
    display: block;
    justify-content: left;
    align-items: left;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #1a1a1a;
    line-height: 1.6;
    border-radius: 6px;
    position: relative;
    z-index: 100;
    min-height: 100vh;
}

/* Header */
.header-placeholder {
    text-align: center;
    padding: 15px;
    background-color: #222;
}

.header-placeholder h1 {
    color: #DAA520;
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin: 0;
}

.content-placeholder {
    padding: 15px;
    text-align: center;
}

/* Navigation */
.network_sites {
    vertical-align: top;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000!important;
    transition: backdrop-filter 0.3s ease;
    border-radius: 8px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: auto;
    min-height: 60px;
    o verflow-x: auto;
    w hite-space: nowrap;
}

.network_sites li {
    display: inline-flex;
    height: auto !important;
    min-height: 60px;
    border: 0px solid white;
    margin: 5px 10px;
}

.network_sites li img {
    padding: 4px;
    vertical-align: middle;
    height: 50px;
    width: auto;
    margin: 4px;
    max-width: 100%;
}

.blurred-background {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
}

td {
    border-radius: 6px;
}

/* Background */
.background_image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    overflow: auto !important;
}

/* Layout containers */
.top_panel {
    margin: 10px 20px;
    padding: 4px;
    vertical-align: middle;
    z-index: 1000;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    border-radius: 6px;
    z-index: 1000;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
}

.center-panel,
.right-panel {
    position: relative;
    top: 0px;
    flex: 1;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
    max-width: 100%;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin-bottom: 15px;
}

.center-panel {
    font-size: clamp(24px, 6vw, 32px);
    font-weight: bold;
    border-radius: 6px;
}

.right-panel {
    font-size: clamp(14px, 3.5vw, 16px);
    font-style: italic;
    border-radius: 6px;
}

/* RSS items */
.rss-item {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.rss-item a {
    text-decoration: none;
    color: #333;
    font-size: clamp(14px, 3vw, 16px);
}

.rss-item a:hover {
    text-decoration: underline;
}

/* Page elements */
.page_body {
    border: 0px ;
    text-align: center;
    vertical-align: top;
    border-radius: 7px;
    border-spacing: 7px;
    padding: 15px;
    margin: 10px;
}

.page_title {
    text-align: center;
    color: white;
    margin: 4px;
    padding: 10px;
    border: 0px solid white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: clamp(28px, 8vw, 44px);
    opacity: 1;
}

.page_footer {
    position: relative;
    left: 1%;
    right: 1%;
    bottom: 5%;
    color: white;
    margin: 1px auto;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}

/* Sidebar */
.sidebar {
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px;
    margin: 4px auto;
    border-spacing: 8px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(5px);
    width: 100%;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar li {
    line-height: 1.5;
    padding: 8px;
    margin: 5px;
    border-bottom: 1px solid #ddd;
    border: 0px solid #bbb;
    border-radius: 4px;
    position: relative;
    font-weight: bold;
}

.s_idebar li:last-child {
    border-bottom: none;
}

.sidebar a {
    text-decoration: none;
    display: block;
    transition: color 0.5s ease;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    color: white;
    font-size: clamp(14px, 3vw, 16px);
}

.sidebar a:hover {
    color: lime;
}

/* RSS Container */
#rss-container {
    font-family: sans-serif;
}

#rss-container div {
    margin-bottom: 5px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#rss-container a {
    font-weight: bold;
    text-decoration: none;
    font-size: clamp(14px, 3vw, 16px);
}

#rss-container p {
    margin-top: 5px;
    font-size: clamp(13px, 2.8vw, 15px);
}

/* Social media and images */
.social_media_buttons {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}

#slides-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.icon {
    font-size: clamp(20px, 5vw, 24px);
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
}

/* Image hover effects */
.m_image_off,
#mhome:hover .m_image_on {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 100%;
}

.m_image_on,
#mhome:hover .m_image_off {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 100%;
}

.image_off,
#home:hover .image_on {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 100%;
}

.image_on,
#home:hover .image_off {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 100%;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.background-cell img {
    background-image: url("images/file.gif");
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 10px auto;
    padding: 10px auto;
    width: 100%;
    max-width: 720px;
    height: auto;
}

/* Flex containers */
.t-flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    flex-wrap: wrap;
    padding: 15px;
}

.img-fade {
    transition: opacity 2s ease-in-out;
    opacity: 0;
    display: none;
}

.img-visible {
    opacity: 1;
    display: block;
}

/* Content boxes */
.content_box {
    padding: 12px;
    margin: 8px;
    color: white;
    font-family: arial, helvetica, sans-serif;
}

.row_content {
    border: 1px solid silver;
    border-radius: 4px;
    margin: 10px;
    padding: 12px;
    color: white;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    vertical-align: top;
}

.td_dark {
    border: 2px solid #afafaf;
    border-radius: 4px;
    margin: 4px;
    padding: 8px;
    background-image: linear-gradient(#000, #EEE);
}

/* Menu options */
.html_menu_option {
    font-family: arial, helvetica, sans-serif;
    font-size: clamp(18px, 4vw, 24px);
    font-weight: bold;
}

/* Cell styles */
.celltitle {
    font-family: arial, helvetica, sans-serif;
    font-size: clamp(11px, 2.5vw, 12px);
    font-weight: bold;
    background: linear-gradient(-180deg, #efefef, white);
    text-align: center;
    vertical-align: middle;
    border: 1px solid #afafaf;
    border-radius: 4px;
    padding: 6px;
    margin: 4px;
}

.cellsubtitle {
    font-family: arial, helvetica, sans-serif;
    font-size: clamp(11px, 2.5vw, 12px);
    font-weight: bold;
    background: linear-gradient(-180deg, #d3ccff, white);
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 6px;
    margin: 4px;
}

.celldata {
    font-family: arial, helvetica, sans-serif;
    font-size: clamp(10px, 2.2vw, 11px);
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #afafaf;
    border-radius: 4px;
    padding: 4px;
    margin: 2px;
    empty-cells: show;
    background: white;
}

.background-cell {
    background-repeat: no-repeat;
    background-position: center center;
}

/* Buttons */
.basicbutton {
    height: auto;
    min-height: 40px;
    width: 100%;
    max-width: 200px;
    background-color: transparent;
    background-origin: border-box;
    background-color: hsla(0.0, 0.0%, 87.6%, 1.00);
    zoom: 1;
    border: 1px solid hsla(0.0, 0.0%, 71.8%, 1.00);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    color: hsla(0.0, 0.0%, 20.7%, 0.95);
    font-family: "Helvetica", "Verdana", "Arial", "sans-serif";
    font-size: clamp(12px, 2.5vw, 14px);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.50);
    box-shadow: 0px 2px 2px hsla(0.0, 0.0%, 0.0%, 0.15);
    opacity: 1.000;
    padding: 8px 12px;
    cursor: pointer;
}

.basicbutton:hover {
    height: auto;
    min-height: 40px;
    width: 100%;
    max-width: 200px;
    background-color: transparent;
    background-origin: border-box;
    background-color: hsla(0.0, 0.0%, 93.7%, 1.00);
    zoom: 1;
    border: 1px solid hsla(0.0, 0.0%, 71.8%, 1.00);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    color: hsla(0.0, 0.0%, 20.7%, 0.95);
    font-family: "Helvetica", "Verdana", "Arial", "sans-serif";
    font-size: clamp(12px, 2.5vw, 14px);
    text-align: center;
    vertical-align: middle;
    text-shadow: 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.90);
    box-shadow: 0px 3px 3px hsla(0.0, 0.0%, 0.0%, 0.20);
    opacity: 1.000;
}

.basicbutton:active {
    height: auto;
    min-height: 40px;
    width: 100%;
    max-width: 200px;
    background-color: transparent;
    background-origin: border-box;
    background-color: hsla(0.0, 0.0%, 95.9%, 1.00);
    zoom: 1;
    border: 1px solid hsla(0.0, 0.0%, 71.8%, 1.00);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    color: hsla(0.0, 0.0%, 20.7%, 0.95);
    font-family: "Helvetica", "Verdana", "Arial", "sans-serif";
    font-size: clamp(12px, 2.5vw, 14px);
    text-align: center;
    vertical-align: middle;
    text-shadow: 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.90);
    box-shadow: 0px 1px 0px hsla(0.0, 0.0%, 0.0%, 0.00);
    opacity: 1.000;
}

.basicbutton[disabled] {
    height: auto;
    min-height: 40px;
    width: 100%;
    max-width: 200px;
    background-color: transparent;
    background-origin: border-box;
    background-color: hsla(0.0, 0.0%, 42.5%, 1.00);
    zoom: 1;
    border: 1px solid hsla(0.0, 0.0%, 37.0%, 1.00);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    color: hsla(0.0, 0.0%, 20.7%, 0.95);
    font-family: "Helvetica", "Verdana", "Arial", "sans-serif";
    font-size: clamp(12px, 2.5vw, 14px);
    text-align: center;
    vertical-align: middle;
    text-shadow: 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.90);
    box-shadow: 0px 1px 0px hsla(0.0, 0.0%, 0.0%, 0.30);
    opacity: 1.000;
}

/* Text wrapping utility */
.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Media Queries for larger screens */
@media (min-width: 768px) {
    .container {
        flex-direction: row;
        gap: 15px;
    }
    
    .center-panel,
    .right-panel {
        max-width: 75%;
        margin-bottom: 0;
    }
    
    .content {
        max-width: 800px;
        margin: 100px auto;
        padding: 30px;
    }
    
    .network_sites {
        height: 110px;
    }
    
    .network_sites li {
        height: 100px !important;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .network_sites li img {
        height: 100px;
        padding: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .top_panel {
        margin-left: 40px;
    }
    
    .controls {
        justify-content: flex-start;
    }
    
    .social_media_buttons {
        padding: 20px;
    }
}

@media (min-width: 1024px) {
    .sidebar {
        width: auto;
    }
    
    .content {
        padding: 40px;
    }
}

/* Print styles */
@media print {
    .network_sites,
    .sidebar,
    .social_media_buttons {
        display: none;
    }
    
    body {
        background-color: white;
        color: black;
    }
    
    .content {
        background-color: white;
        box-shadow: none;
        margin: 0;
        padding: 10px;
    }
}
