


@font-face {font-family: "Digital-7V1";
  src: url("digital-7/digital-7(italic).woff2") format("woff2"); /* chrome、firefox */
}

@font-face {font-family: "Roboto";
  src: url("digital-7/digital-7(italic).woff2") format("woff2"); /* chrome、firefox */
}

html {
    background-color: #16072b;
	overflow-x:hidden;
}

body {

	display: grid;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-size: 100% inherit;
    font-size: 1em;
    height: 100%;
    place-items: center;

}
#install-banner {
    width: 100%;
    height: 30px;
    background: #153468;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; /* ensures it's always on top */
}

/* Default (Mobile) - Uses a fixed div for the background */
.background-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('../images/gardur_mob.webp') center center no-repeat;
    background-size: cover;
    z-index: -1; /* Ensures it stays in the background */
}

.globe {
    width: 350px;
    padding: 0px;
    flex-direction: column;
    height: 350px;
    display: block;
    position: relative;
    margin: 30px -100px -200px 0px;
    border: 0px solid blue;
    z-index: 0;
    top: 0px;
    background: url(''); /*defined in index_template*/
    background-size: cover;
    background-position: center;
}

.gallery-image {
    width: 60px;
    height: 60px;
    padding: 0px;
    display: inline-block;
    position: absolute;
    margin: 0px;
    border: 0px solid blue;
    z-index: 0;
    top: 40px;
    right: 10px;
    z-index: 0;     /* Place it behind tab3's content */
}

.gallery-image img {
	width: 60px;
	height: auto;
}

.gallery-image a {
    z-index: 1000;     /* Place it behind tab3's content */
    position: relative;
    pointer-events:auto; /* Ensure clicks pass through to the anchor */
    cursor: auto;
    border:0px solid blue;
    height: 100%;
    width: 100%;
    display:inline-block;
}

.overlays {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    transition: opacity 0.5s;
}

p {
	font-size: 65%;
	font-weight: 100;
}

h1 {
	font-size: 105%;
	font-weight: 300;
	color: #ccc;
}

h2 {
	font-size: 80%;
	font-weight: 300;
	color: #ccc;
}

h3 {
	font-size: 70%;
	font-weight: 300;
	color: #ccc;
}

  .date { 
  	font-weight: 700;
  	padding-left:5px;
   
}
  .time { font-weight: 100; }
  
  .hidden {
	display:none;  	
}
  

/* Menu Header */

#menu-header {
	margin:10px 0px 10px 0px;
    padding: 0px;
    height: 50px;
    border-radius: 0px 0px 8px 8px;
}

/* LANGUAGE SELECTOR */
.language-selector {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    margin: 17px 0px 0px 155px;

}

.language-selector img {
    width: 18px;
    margin-top:-1px;
    height: auto;
	filter: drop-shadow(1px 1px 1px black);
}

.logo {
    width: 150px;
    height: 60px;
    margin-bottom: 20px;
    text-align: left;
	background-image:  url('../images/white_logo.svg');
	background-repeat: no-repeat;
	background-size: 150px auto;
	background-position: 0px 10px;
		filter: drop-shadow(1px 1px 1px black);
}

#logo {


}



.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 120px;
    font-size: 80%;
}

.dropdown a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-size: 80%;
    padding:5px;
    width: 100%;
}

.dropdown a img {
    margin-right: 10px;

}

.dropdown a:hover {.timestatus
    background-color: #f1f1f1;
}

.language-selector:hover .dropdown {
    display: block;
}

.fade-transition {
    transition: opacity 0.1s ease-in-out;
}




.page-container {
    width: 355px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    z-index:5;
    border: 0px solid green;
}

.header {
    width: 100%;
    height: 190px;
    position: relative;
    margin-bottom: 10px;
    margin-top:20px;
    border:0px solid red;
}

.tab-container {
    width: 100%;
    background-color: rgba(24, 8, 47, 0.75);
    height:50px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px;
	border:0px solid rgba(31, 18, 46, .1);
	border-bottom:0px;
	border-radius: 5px 5px 0px 0px;
    backdrop-filter: blur(3px); /* Frosted glass effect */
    -webkit-backdrop-filter: blur(3px); /* Safari support */
  	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  	font-size:80%;
}

.tab, .empty {
    flex: 1;
    color: #444;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 1px solid rgba(240, 240, 240, 0.15);
    border-right: 1px solid rgba(24, 8, 47, 0.15);
    padding: 18px 3px 10px 3px;
    text-align: center;
    cursor: pointer;

}

.tab.active {
    background:linear-gradient(to bottom, rgba(24, 8, 47, 0.15), rgba(24, 8, 47, 0.75));
    padding: 18px 3px 10px 3px;
    border-left: 1px solid rgba(240, 240, 240, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    color: #fff;
}

.tab.inactive, .empty {
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(17, 17, 17, 0.15));
    color: #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 1px solid rgba(240, 240, 240, 0.15);
    border-right: 1px solid rgba(24, 8, 47, 0.15);
    padding: 18px 3px 10px 3px;
}

#tab1 {
	border-radius: 5px 0px 0px 0px;
}
#tab3 {
	border-radius: 0px 5px 0px 0px;
}


.infobar {
	font-weight: 700;
    padding: 10px 20px;
    color: #f1f1f1;
    text-align: left;
    width: 100%;
    margin-top: -10px;

}
	
			
.sunrise-sunset {
	display:inline;
	font-weight: 300; 
	color: #c1c1c1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	margin:0px 0px 0px 5px;
}
			
.moon-darkness {
	display:inline;
	font-weight: 300; 
	color: #c1c1c1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	position:relative;
}
			
.sunrise, .sunset {
	width:12px;
	margin: 0px 0px -1px 5px;
}

.moon {
	width:15px;
	margin: -15px 0px -5px 114px;
	display: block;
}


.content {
    display: none;
    padding: 0px 0px 20px 0px;
    border:0px solid red;
}


.content.active {
    display: block;
}

table.summary {
    width: 100%;
    border-collapse: collapse;
}
td {
    border: 1px solid black;
    padding: 8px;
}
.col1 {
    width: 25%;
    text-align: center;
    vertical-align: top;
    padding-top: 15px;
    font-size:60%;
}

.summary_txt p, ul.summary_txt{
	color: #c1c1c1;
	text-align: left;
	font-weight: 300;
	line-height: 1.5em;
	
}

ul.summary_txt {
	font-size: 50%;
}


.section {
    padding: 20px;
    background-color: rgba(31, 18, 46, 0.8);
    margin-bottom: 10px;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(240, 240, 240, 0.15);
    backdrop-filter: blur(4px); /* Frosted glass effect */
    -webkit-backdrop-filter: blur(4px); /* Safari support */
}

.footer {
    text-align: center;
    padding: 10px;
    color: #ccc;
    border-top: 1px solid #ddd;
    font-size: 0.8em;
    margin-top: auto;
}

.footer a {
	color: #92b4ff;
	font-weight:700;
}

.icon {
     width: 15px;
     height: 15px;
     vertical-align: middle;
     margin-right: 8px;
}
.pixelfed_link {
	float:left;
	font-size: 60%;
}
.privacy_link {
	float:right;
	font-size: 60%;
}

.swpc-table {
  border-collapse: collapse; /* Adjusted for cleaner border appearance */
  width: 100%; /* Adjust width as needed */
  border-bottom: 0px solid #666;
  color:#fff;
  
}

.gauge { 
	min-width:25px; 
	max-width:45px;
}

.mag_table {
	font-size: 60%;
	width: 95%;
	margin:0 auto;
	table-layout: fixed;
	border-collapse: collapse;

}
.mag_table .labels {
	height: 30px; 
}
.mag_table .labels img {
	width:100px;
}
.mag_table td {
	border: 0px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

.nt {
	color: #666;
	text-align: center;
	vertical-align: middle;
}

.mag_table .status-container-free {
	width: 80%;
}


.swpc-table h1 {
	font-size:80%;
}
.swpc-table h2 {
	text-align: left;
	font-size:60%;
	padding-left:5px;
	color: #777;
	border:none;
}

.swpc-table td, .swpc-table th {
    padding: 5px; /* Adjust padding as needed */
    border: 0px solid #C1C1C1; /* Optional: add borders to cells */
    align-items: center;
    text-align: center;
}

.swpc-table td.labels {
  font-size:60%;
  font-weight:100;

}
.swpc-table td.values {
  font-size:80%;
  font-weight:700;
}
.swpc-table td.values span.unit {
  font-size:60%;
  font-weight:100;
  vertical-align: super;
}

#bz_chart_now, #bz_future_chart {
	width:75%;
	height: 150px;
	display:block;
	margin: 0 auto;
	font-size: 150%;
	color:#fff;
	padding: 0px 0px 0px 5px;
}

.bz-chart-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Adjust spacing between icons and chart */
}

.bz-icon {
    position: absolute;
    height: 30px; /* Adjust size as needed */
    width: auto;
    transform: translateY(calc(100% - 60%)); /* Align with 0 nT */
}

.left-icon {
    left: 5px; /* Place to the left of the SVG */
    margin-top:-30px;
}

.right-icon {
    right: 8px; /* Place to the right of the SVG */
    margin-top:-30px;
}

#statusWrap, #statusWrapFuture {
	visibility: visible;
    transition: background-color 0.5s ease-in-out;
    margin-top: 20px;
}

#statusWrapFuture {
	display:none;
}

/****************************************************
  _____   ____   ____  _   _ 
 |_   _| / ___| / __ \| \ | |
   | |  | |     || 	|||  \| |
   | |  | |     || 	||| . ` |
  _| |_ | |____ ||__||| |\  |
 |_____| \____/ \____/|_| \_|
 
****************************************************/


       .kp-container {
            color: #fff;
            text-align: center;
            padding: 10px 6px;
            border: 1px solid rgba(0, 0, 0, 0.3); /* faintly thin dark border */
            border-radius: 5px;
            box-shadow: 0 0 0 3px #fff; /* thick white border */
            width: 100px;
            position: relative;
            font-size:60%;
        }



        .kp-container .title {
            font-weight: 400;
            font-style: italic;
            margin-bottom: 10px;
            font-size:110%;
        }

		.kp-value {
			background-color: none;
			border-radius: 5px;
			padding: 5px 7px;
			box-shadow: 0 0 0 1px #fff; /* thick white border */
			margin: 0 auto;
			position: relative;
			display: inline-block;
			line-height: 80%;
			transition: max-width 0.3s; /* Add transition for smooth resizing */
		}
		
		.kp-value.kp1, 
		.kp-value.kp2, 
		.kp-value.kp3, 
		.kp-value.kp4, 
		.kp-value.kp5, 
		.kp-value.kp6, 
		.kp-value.kp7, 
		.kp-value.kp8, 
		.kp-value.kp9 {
			font-size: 190%;
			width: 37%;
		}

		.kp-value.kp0-1, 
		.kp-value.kp1-2, 
		.kp-value.kp2-3, 
		.kp-value.kp3-4, 
		.kp-value.kp4-5, 
		.kp-value.kp5-6, 
		.kp-value.kp6-7, 
		.kp-value.kp7-8, 
		.kp-value.kp8-9 {
			font-size: 170%;
			width: 60%;
		}
		
		.kp_txt {
			font-weight: 300;
			font-style: italic;
			vertical-align: super;
			font-size: smaller;
			margin-left: -1px;
		}
		
		.kp_num {
			font-weight: 700;
			font-style: italic;
			font-size: 140%;
			transition: font-size 0.3s, max-width 0.3s; /* Add transition for smooth resizing */
		}


        .kp-container .time {
            font-size: 1.5em;
            margin-top: 10px;
            position: relative;
        }

		#kp_now {
			transition: max-width 0.3s; /* Add transition for smooth resizing */
		}
	
		#kp_future{
			display:none;
			transition: max-width 0.3s; /* Add transition for smooth resizing */
		}
		#kp_now_small, #kp_future_small {
			font-size:110%;
		}
				

		
		/* Styling for kp4-5 (yellow tile) */
		.kp-container.kp4, .kp-container.kp4-5, .kp4, .kp4-5 {
			background: linear-gradient(150deg, #ffeb3b, #ffa726); /* Light yellow to orange */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer yellow glow */
				inset 0 -4px 6px rgba(255, 165, 0, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(255, 204, 0, 0.8); /* Glowing yellow border */
			color: #000; /* Black text */
		}
		

		/* Specific gradient and styling for kp0-1 (blue tile) */
		.kp-container.kp0-1, .kp0-1 {
			background: linear-gradient(150deg, #0044ff, #0033cc); /* Bright blue to darker blue */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer lime glow */
				inset 0 -4px 6px rgba(0, 51, 204, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(0, 51, 255, 0.8); /* Glowing blue border */
			color: #fff; /* White text */
		}
		
		/* Specific gradient and styling for kp1 (blue tile) */
		.kp-container.kp1, .kp1 {
			background: linear-gradient(150deg, #0077ff, #0055cc); /* Light blue to medium blue */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer lime glow */
				inset 0 -4px 6px rgba(0, 102, 255, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(0, 102, 255, 0.8); /* Glowing blue border */
			color: #fff; /* White text */
		}
		
		/* Specific gradient and styling for kp1-2 (cyan tile) */
		.kp-container.kp1-2, .kp1-2 {
			background: linear-gradient(150deg, #00a3cc, #008099); /* Light cyan to darker cyan */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer lime glow */
				inset 0 -4px 6px rgba(0, 128, 153, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(0, 153, 204, 0.8); /* Glowing cyan border */
			color: #fff; /* White text */
		}
		
		/* Specific gradient and styling for kp2 (green tile) */
		.kp-container.kp2, .kp2 {
			background: linear-gradient(150deg, #27db91, #00995a); /* Light green to dark green */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer lime glow */
				inset 0 -4px 6px rgba(0, 102, 51, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(15, 169, 106, 0.8); /* Glowing green border */
			color: #fff; /* White text */
		}
		
		/* Specific gradient and styling for kp2-3 (lime tile) */
		.kp-container.kp2-3, .kp2-3 {
			background: linear-gradient(150deg, #27db27, #009900); /* Lime green gradient */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer lime glow */
				inset 0 -4px 6px rgba(51, 153, 26, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(102, 204, 51, 0.8); /* Glowing lime border */
			color: #fff; /* White text */
		}
		
		
		/* Specific gradient and styling for kp3-4 (green tile) */
		 .kp-container.kp3, .kp3{
			background: linear-gradient(150deg, #cae675, #84c900); /* Light green to vibrant green */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer green glow */
				inset 0 -4px 6px rgba(102, 153, 0, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(153, 204, 0, 0.8); /* Glowing green border */
			color: #000; /* Black text */
		}
		
		/* Specific gradient and styling for kp3 (green tile) */
		.kp-container.kp3-4, .kp3-4 {
			background: linear-gradient(150deg, #cae675, #c2c900); /* Light green to vibrant green */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer green glow */
				inset 0 -4px 6px rgba(102, 153, 0, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(153, 204, 0, 0.8); /* Glowing green border */
			color: #000; /* Black text */
		}
		
		/* Specific gradient and styling for kp5 (orange tile) */
		.kp-container.kp5, .kp5 {
			background: linear-gradient(150deg, #fc9b4c, #ff6c00); /* Light orange to dark orange */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer lime glow */
				inset 0 -4px 6px rgba(255, 153, 0, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(255, 153, 0, 0.8); /* Glowing orange border */
			color: #fff; /* White text */
		}
		
		/* Specific gradient and styling for kp5-6 (red-orange tile) */
		.kp-container.kp5-6, .kp5-6 {
			background: linear-gradient(150deg, #ff6633, #d44313); /* Light red-orange to darker red-orange */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer lime glow */
				inset 0 -4px 6px rgba(230, 77, 26, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(255, 77, 51, 0.8); /* Glowing red-orange border */
			color: #fff; /* White text */
		}
		
		/* Specific gradient and styling for kp6+ (red tile) */
		.kp-container.kp6, .kp-container.kp6-7, .kp-container.kp7, .kp-container.kp7-8,
		.kp-container.kp8, .kp-container.kp8-9, .kp-container.kp9,
		.kp6, .kp6-7, .kp7, .kp7-8,
		.kp8, .kp8-9, .kp9 {
			background: linear-gradient(150deg, #c63933, #9d0604); /* Bright red to dark red */
			box-shadow: 
				0 0 5px rgba(0, 0, 0, 0.8), /* Outer lime glow */
				inset 0 -4px 6px rgba(153, 0, 26, 0.6); /* Inner shadow for depth */
			border: 1px solid rgba(204, 0, 51, 0.8); /* Glowing red border */
			color: #fff; /* White text */
		}

		/* Ensure specific box-shadow for kp-value */
		.kp0-1, .kp1, .kp1-2, .kp2, .kp2-3, .kp5, .kp5-6, .kp6, .kp6-7, .kp7, .kp7-8, .kp8, .kp8-9, .kp9  {
			box-shadow: 0 0 0 1px #fff; /* Light box-shadow */
		}
		
		/* Ensure specific box-shadow for kp-value */
		.kp3, .kp3-4, .kp4, .kp4-5 {
			box-shadow: 0 0 0 1px #000; /* Dark box-shadow */
		}

		
		#timestatus, #timefuture {
			font-weight: 300;
			font-size: 90%;
			border: none;
			box-shadow: none;
		}
		
		#timestatus {
			padding-left: 20px
		}
		
		.timestatus_kp0-1,
		.timestatus_kp1,
		.timestatus_kp1-2,
		.timestatus_kp2,
		.timestatus_kp2-3,
		.timestatus_kp5,
		.timestatus_kp5-6,
		.timestatus_kp6,
		.timestatus_kp6-7,
		.timestatus_kp7,
		.timestatus_kp7-8,
		.timestatus_kp8,
		.timestatus_kp8-9,
		.timestatus_kp9   {
			background-image: 
				url('../images/white_plane_arriving.svg'); /* Black plane for these Kp values */
			background-size: 
				17px 15px; /* Plane icon size */
			background-repeat: no-repeat;
			background-position: 0px 0px; /* Position the plane */
		}
		
		.timestatus_arrived_kp0-1,
		.timestatus_arrived_kp1,
		.timestatus_arrived_kp1-2,
		.timestatus_arrived_kp2,
		.timestatus_arrived_kp2-3,
		.timestatus_arrived_kp5,
		.timestatus_arrived_kp5-6,
		.timestatus_arrived_kp6,
		.timestatus_arrived_kp6-7,
		.timestatus_arrived_kp7,
		.timestatus_arrived_kp7-8,
		.timestatus_arrived_kp8,
		.timestatus_arrived_kp8-9,
		.timestatus_arrived_kp9 {
			background-image: 
				url('../images/white_plane_arriving.svg'); /* Black plane for these Kp values */
			background-size: 
				17px 15px; /* Plane icon size */
			background-repeat: no-repeat;
			background-position: 0px 0px; /* Position the plane */
		}
		
		/* kp_now-specific plane icon */
		.timestatus_kp3,
		.timestatus_kp3-4,
		.timestatus_kp4,
		.timestatus_kp4-5 {
			background-image: 
				url('../images/black_plane_arriving.svg'); /* Black plane for these Kp values */
			background-size: 
				17px 15px; /* Plane icon size */
			background-repeat: no-repeat;
			background-position: 0px 0px; /* Position the plane */
		}
		
		/* kp_now-specific plane icon */

		.timestatus_arrived_kp3,
		.timestatus_arrived_kp3-4,
		.timestatus_arrived_kp4,
		.timestatus_arrived_kp4-5 {
			background-image: 
				url('../images/black_plane_arriving.svg'); /* Black plane for these Kp values */
			background-size: 
				17px 15px; /* Plane icon size */
			background-repeat: no-repeat;
			background-position: 0px 0px; /* Position the plane */
		}
        
        .gx-modifier {
   	 	  font-weight: normal; /* Remove bold */
  		  letter-spacing: -0.05em; /* Adjust kerning */
         }
		

	   .UTC { vertical-align: super; font-size:50%; font-weight:400; }
	   
         .strength-container {
            font-weight: 300;
            font-style: italic;
            font-size:110%;
            width: 100px;
            /*border: 1px solid rgba(0, 0, 0, 0.3);  faintly thin dark border */
            /*box-shadow: 0 0 0 3px #fff;  thick white border */
			border-radius: 5px 5px 0px 0px;
            padding: 2px 7px;
            background: #fff;
			background-image: 
				url('../images/transparency_s_top.png'); /* Layer multiple images */
			background-size: 
				100% 100%; /* Size of the transparent background */
			background-repeat: 
				no-repeat;
			background-position: 
				center; /* Center the transparent background */
            margin-top:20px;

        }
        .status-container, .status-container-free {
            font-weight: 400;
            font-style: italic;
            font-size:70%;
            width: 100px;
            /*border: 1px solid rgba(0, 0, 0, 0.3); /* faintly thin dark border */
            border-top:0px solid #fff;
            /*box-shadow: 0 0 0 3px orange; /* thick white border */
			border-radius: 0px 0px 5px 5px;
            padding: 3px 7px;
            color: #fff;
            text-align: center;

        }
		.status-container-free {
            /*box-shadow: 0 0 0 2px orange;  thick white border */
			border-radius: 4px;
			max-width:50px;
			margin: auto 0;
			display: inline-block;
			/*border: 0px solid rgba(0, 0, 0, 0.3); /* faintly thin dark border */
			font-size:90%;
		}
		
		#TGO_status { 
			background-image: 
				url('../images/transparency_s_bot.png'); /* Layer multiple images */
			background-size: 
				100% 100%; /* Size of the transparent background */
			background-repeat: 
				no-repeat;
			background-position: 
				center; /* Center the transparent background */
		}
		
		.nt_val {
			font-weight:400;
		}
		
				.nt_inactive {
					/*box-shadow: 0 0 0 3px #0066cc; /* thick white border */
					background: #0066cc;
					
				}
		
			   .nt_charging {
					/*box-shadow: 0 0 0 3px #00cc00; /* thick white border */
					background: #00cc00;
				}
				
			   .nt_active,.nt_activating {
					/*box-shadow: 0 0 0 3px #ff9900; /* thick white border */
					background: #ff9900;
				}
			   .nt_light_activity {
					/*box-shadow: 0 0 0 3px #cc0000; /* thick white border */
					background: #008aff;
				}
			   .nt_very_active {
					/*box-shadow: 0 0 0 3px #cc0000; /* thick white border */
					background: #cc0000;
				}
				
			   .nt_weakening {
					/*box-shadow: 0 0 0 3px #6600cc;  thick white border */
					background: #6600cc;
				}
        
		
	   
        table.strength {
            border-collapse: collapse;
            width: inherit;
            border-radius: 10px;

        }
        th, td {
            padding: 2px;
            text-align: center;
            border:none;
        }
        #n66 {
        	font-size: 0.3em;
        	font-style: italic;
        }
        #up, #down {
        	font-size: 0.3em;
        	font-style: normal;
        }
        #up.active, #down.active {
        	font-size: 0.3em;
        	font-style: normal;
        	color:orange;
        }

    
    .weatherIcon {
    	font-size:1.5em;
    }
    
    .mag_charts {
    	width:310px;
    	height: 300px;
    	margin:auto 0;
    }

        .collapsible {
        	background:rgba(255,255,255,0.1);
            color: #ccc;
            cursor: pointer;
            padding: 10px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 75%;
            transition: 0.4s;
            position: relative;
        }

        .collapsible:after {
            content: '\25BC'; /* Downward arrow */
            font-size: 75%;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }

        .mag_active:after {
            content: '\25B2'; /* Upward arrow */
        }

		.mag_content {
		background: rgba(204,204,204,0.75);
		padding: 10px;
        display: none;
        overflow: hidden;
		}
        .mag_content p {

			font-weight:300;
			line-height:1.5em;
        }
        .mag_content p, 
        .mag_content h1,
        .mag_content h2,
        .mag_content h3 {
			color:#111;
        }

/* Add transitions to images */
#bz_chart_now, #TGO_combo_graph, #bz_future_chart {
    transition: opacity 0.5s ease-in-out;
}

/* Add transitions to other elements if needed */
.kp_num, .kp-value, .status-container, .nt_val {
    /*transition: all 0.5s ease-in-out;*/
}


.NOAA3d_table_styles {
	font-size:60%; 
	color:#ccc;
	width:100%;
  	border-collapse: collapse;
  	padding:3px 0px;
}
.NOAA3d_table_styles tr {

	padding: 3px 0px;
	height: 28px;

}

.NOAA3d_kp_D1 {
	background-color: rgba(255,255,255,0.15);
}


.NOAA3d_timeslots {
	width:26%;
	background-color: rgba(255,255,255,0.15);
}
.NOAA3d_actual {
	width:16%;
	background-color: rgba(255,255,255,0.15);
	font-size:40%;
}
.NOAA3d_conditionmet {
	width:10%;
	background-color: rgba(255,255,255,0.15);
}
.NOAA3d_labels {
	width:16%;
}
#day_1{
	background-color: rgba(255,255,255,0.15);
}
.NOAA3d_kp_D1,
.NOAA3d_kp_D2, 
.NOAA3d_kp_D3 {
	font-size:40%;
}
#actual_kp {
	font-size:100%;
}

.NOAA3d_kp-value {
	background-color: none;
	border-radius: 3px;
	padding: 4px 5px;
	box-shadow: 0 0 0 1px #fff; /* thick white border */
	margin: 0 auto;
	position: relative;
	display: inline-block;
	min-width:25px;
	max-width:60px;
	line-height: 80%;
	transition: max-width 0.3s; /* Add transition for smooth resizing */
	font-size:200%;
}

.NOAA3d_kp_txt {
	font-weight: 300;
	font-style: italic;
	vertical-align: super;
	font-size: 70%;
	margin-left: -2px;
}

.NOAA3d_kp_num {
	font-weight: 700;
	font-style: italic;
	transition: font-size 0.3s, max-width 0.3s; /* Add transition for smooth resizing */
}

.NOAA3d_today {
	background-color: rgba(255,255,255,0.15);
}

.NOAA3d_rationale {
	padding:5px;
}

.NOAA3d_source {
	font-size:70%;
	height:20px;
	text-align:left;
}
.NOAA3d_source a:link {
	color: lightblue;
}
.NOAA3d_source a:visited {
	color: orange;
}
.NOAA3d_source a:hover {
	color: violet;
	font-style: italic;
}
.NOAA3d_source a:active {
	color: pink;
}

.noaa_green_check {
	color: green;
}
.noaa_red_cross {
	color: red;
}
.noaa_gold_star {
	color: gold;
}

#timezoneSelector {
	width:80%;
}

.insights-box {
    background-color: #2f2140; /* Deep purple background */
    border-left: 5px solid #CE93D8; /* Light purple border */
    padding: 10px;
    margin: 0px 0 20px 0;
    border-radius: 5px;
    color: #aea1c5; /* Very light purple text */
}

.insights-box h2 {
    margin-top: 0;
    color: #EDE7F6; /* Lighter purple for the heading */
}

.insights-box p {
    margin: 10px 0 0;
	text-align: left;
	font-weight: 300;
	line-height: 1.5em;
}

/* Ensure any focusable elements inside the info box are accessible */
.insights-box a, .insights-box button {
    color: #CE93D8; /* Light purple for links/buttons */
    text-decoration: none;
}

.insights-box a:focus, .insights-box button:focus {
    outline: 3px solid #EDE7F6; /* Focus outline for keyboard navigation */
    outline-offset: 2px;
}

/* DARKNESS INDICATOR BOX */

.dark-box {
    background-color: #2f2140; /* Deep purple background */
    border-left: 5px solid #959ed4; /* Light purple border */
    padding: 10px;
    margin: 0px 0 20px 0;
    border-radius: 5px;
    color: #a1b1c5; /* Very light purple text */
}

.dark-box h2 {
    margin-top: 0;
    color: #e7e9f6; /* Lighter purple for the heading */
}

.dark-box p {
    margin: 10px 0 0;
	text-align: left;
	font-weight: 300;
	line-height: 1.5em;
}

/* Ensure any focusable elements inside the info box are accessible */
.dark-box a, .dark-box button {
    color: #939bd8; /* Light purple for links/buttons */
    text-decoration: none;
}

.dark-box a:focus, .dark-box button:focus {
    outline: 3px solid #e7e9f6; /* Focus outline for keyboard navigation */
    outline-offset: 2px;
}




.time-range-selector {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
}
.timeRangeLabel {color: #fff; font-size: 80%; padding: 5px 5px 0px 0px; }
.time-range-button {
	height: 25px;
	width: 25px;
    padding: 5px 8px;
    font-size: 60%;
    border: none;
    border-radius: 5px;
    background-color: #322840;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s;
}

.time-range-button.active {
    background-color: #7535f6;
    color: white;
    border-color: #4e0ad7;
}

.time-range-button:hover {
    background-color: #8e58b0;
}

.time-range-button:active {
    background-color: #003f7f;
}


/* Darkness time piece - added April 18th 2025*/

    /* container for everything */
    .time-container {
      display: flex;
      gap: 2px;              /* space between items */
      justify-content: center;
      align-items: center;
      padding: 5px 0;
    }

    /* common style for the four digit boxes */
    .time-box {
      position: relative;
      flex: none;            /* fixed width */
      width: 30px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 70%;
      line-height: 1;
      background: linear-gradient(
        to bottom,
        rgba(0,153,255,0.70) 0%,
        rgba(0,153,255,0.70) 50%,
        rgba(0,153,255,0.45) 50%,
        rgba(0,153,255,0.45) 100%
      );
      border-radius: 4px;
      overflow: hidden;
      box-sizing: border-box;
    }
    .time-box::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #fff;
      transform: translateY(-0.5px);
    }

    /* separator colon */
    .time-sep {
      flex: none;
      width: 16px;           /* just wide enough for the colon */
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 70%;
      line-height: 1;
    }
    
/*SOLAR WIND QUALITY INDICATOR* Added May 5th 2025*/
    .svg-shadow {
      filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.5));
    }
    
.SW_status, .SW_status_full {
  /* change these to taste */

  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  float:left;
  margin:0px 10px 0px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  border-radius: 5px;
  overflow: hidden;
  padding:0;
}

.SW_status {
  width: 70px;
  height: 55px;
}

.NT_status, .SW_status_full {
  /* change these to taste */
  width: 114px;
  height: 55px;

  /* round the outer corners & clip children */
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  float:left; 

}

.SW_status_full {
  margin:0px 10px 0px 0px;
}

.SW_score {
    font-family:"Digital-7V1" !important;
	font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 100%;
    position: relative; 
    top:-5px;
    left: 23px;
    margin:5px;
}

.SW_score .SW_score_total {
    font-size:60%;
}

/* make the table fill its container, fix the cells */
.status-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* no padding so backgrounds fill 100% */
.status-table td {
  padding: 0;
}

/* horizontal divider between top/bottom */
.status-table .top-row td {
  border-bottom: 0px solid #ddd;
}

/* Top-left light panel */
.SW_top {
  background-image:
    url('../images/sw_icon.svg');
  background-repeat: no-repeat;
  background-position: 15px 10px;
  background-size: 20px auto;
  box-sizing: border-box;
  padding:0;
}

/* Top-right slightly darker panel */
.top_right {

  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 12px center, center, top left;
  background-size: 23px auto, cover, auto;

  box-sizing: border-box;
  padding:0;
}

.bottom_left {
  box-sizing: border-box;  /* ensure the border doesn’t grow the cell */
  font-size: 60%; 
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  padding: 10px;
  height: 20px;
}

.bottom_right {

  box-sizing: border-box;
  font-size: 60%; 
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  padding: 10px;
  height: 20px;
}

/* Digital-7 readout styling */
.digital-readout {
    font-family:"Digital-7V1" !important;
	font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  font-size: 120%;                     /* match your layout */
  line-height: 1.5em;
  color: #000;                         /* or whatever fits */
  white-space: nowrap;
  text-align: right;
  border: 0px solid red;
  float:right;
  margin-right: 10px;
}

/* Superscript nT using a more standard font for legibility */
.digital-readout .unit {
  font-family: "Roboto", sans-serif;
  font-size: 55%;
  margin: -5px 3px 5px 2px;
  display:inline-block;
}





@media only screen and (max-width: 400px) {
		html {
       		background-color: #16072b;
		}

		}
		body {
			overflow-x:hidden;
		}
		
		p {
			font-size: 65%;
			font-weight: 400;
		}
		
		h1 {
			font-size: 90%;
			font-weight: 400;
			color: #fff;
		}
			   .darkness p {
				padding:2px 0px 3px 4px;
				margin: 3px 0px 0px 0px;
				border:0px solid rgba(24, 8, 47, 1);
				display: inline-block;
				font-size:50%;
		}
		.NOAA3d_kp-value {
			font-size:220%;
		}

	}
	
@media only screen and (min-width: 768px) {

		.background-mobile {
			display: none;
		}

		body {
			transform-origin: top center;
			transform: scale(1.1);
		}
		html {
			background: url('../images/gardur.webp') top center no-repeat;
        	background-size: cover; /* Ensures the image stretches */
       		background-attachment: fixed; /* Keeps the image static while scrolling */
       		background-color: #16072b;
		}
		
		p {
			font-size: 60%;
			font-weight: 100;
		}
		
		h1 {
			font-size: 90%;
			font-weight: 300;
			color: #ccc;
		}
			   .darkness p {
				padding:2px 0px 3px 4px;
				margin: 3px 0px 0px 0px;
				border:0px solid rgba(24, 8, 47, 1);
				display: inline-block;
				font-size:60%;
		}

	}

@media only screen and (min-width: 1024px) {

		.background-mobile {
			display: none;
		}
	
		p {
			font-size: 60%;
			font-weight: 100;
		}
		
		h1 {
			font-size: 90%;
			font-weight: 300;
			color: #ccc;
		}
		
		body {
	
			transform-origin: top center;
			transform: scale(1.5);
		}
		html {
			background: url('../images/gardur.webp') top center no-repeat;
        	background-size: cover; /* Ensures the image stretches */
       		background-attachment: fixed; /* Keeps the image static while scrolling */
       		background-color: #16072b;
		}


	
	}

    
    