:root{font-size:1.25em;--bg-color: #008080;--text-color: rgb(67, 22, 128);--header-bg: #002366;--header-text: white;--header-shadow: black;--header-hover-shadow: rgb(214, 157, 0);--ticker-text: yellow;--window-bg: #c0c0c0;--window-border: black;--window-shadow: black;--title-bar-bg: navy;--title-bar-text: white;--status-bar-bg: gray;--status-bar-border: black;--status-bar-active-bg: green;--status-bar-warning-bg: yellow}html[data-theme=dark]{--bg-color: #121212;--text-color: #e0e0e0;--header-bg: #1e1e1e;--header-shadow: #000;--header-hover-shadow: rgb(100, 100, 255);--header-text: #e0e0e0;--ticker-text: rgb(153, 0, 255);--window-bg: #2c2c2c;--window-border: #444;--window-shadow: #000;--title-bar-bg: #1e1e1e;--title-bar-text: #e0e0e0;--status-bar-bg: #555;--status-bar-border: #444;--status-bar-active-bg: #00e676;--status-bar-warning-bg: #ffeb3b}html,body{height:100%}body{font-family:Tahoma,sans-serif;background-color:var(--bg-color);color:var(--text-color);margin:0;display:flex;flex-direction:column;align-items:center;overflow-y:auto;min-height:100%}.window{background:var(--window-bg);border:2px solid var(--window-border);width:60%;max-width:40rem;padding:1rem;box-shadow:4px 4px var(--window-shadow);text-align:center;margin:5rem auto 2rem;animation:slide-down 1s ease}.title-bar{background:var(--title-bar-bg);color:var(--title-bar-text);padding:.5rem;font-size:1rem;text-align:center}.header{display:flex;justify-content:space-between;align-items:center;background:var(--header-bg);padding:.6rem;color:var(--header-text);width:70%;position:relative;top:1.3%;left:0;box-shadow:.4rem .4rem 0 var(--header-shadow);border:2px solid var(--header-shadow);z-index:10;animation:fade-in .8s ease}.header:hover{box-shadow:.2rem .2rem 0 var(--header-shadow),0 0 .7rem var(--header-hover-shadow) inset}.header .logo{display:flex;align-items:center}.header .logo img{width:5rem;height:auto}.header nav ul{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0}.header nav a{color:var(--header-text);text-decoration:none;font-size:1rem}.news-ticker-status{font-family:Tektur,sans-serif;font-size:1rem;white-space:nowrap;overflow:hidden;width:70%;box-sizing:border-box;color:var(--ticker-text);text-align:center}.news-ticker-status span{display:inline-block;padding-left:70%;animation:ticker 10s linear infinite}@keyframes ticker{0%{transform:translate(100%)}to{transform:translate(-100%)}}.content{padding:2rem;text-align:center}h1{font-size:1.5rem;margin-bottom:1.5rem}.status-block{width:100%}.status-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:.5rem 1rem;border-radius:.1rem;transition:background .4s ease,box-shadow .3s ease,transform .4s ease}.status-row:hover{background-color:#ffffff0d;box-shadow:0 2px 8px #00000026;transform:translateY(-2px)}html[data-theme=dark] .status-row:hover{background-color:#ffffff1a;box-shadow:0 2px 10px #00000080}.label{width:30%;text-align:left;font-size:1rem;font-weight:700}.status-bar{width:50%;height:1.5rem;background:var(--status-bar-bg);border:2px solid var(--status-bar-border);transition:background .3s ease}.status-bar.active{background:var(--status-bar-active-bg)}.status-bar.warning{background:var(--status-bar-warning-bg)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-down{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 84rem){:root{font-size:20px}.header{width:90%;flex-direction:column;align-items:center}.header .logo img{width:3.5rem}.header nav ul{flex-direction:column;gap:1rem}.window{width:90%;margin:2rem auto}.status-row{flex-direction:column;align-items:center}.label,.status-bar,.status-row p{width:100%;text-align:center}.status-row p{margin:.5rem 0}}
