/*
Theme Name: S57ZT RF
Theme URI: https://s57zt.si/
Author: S57ZT
Description: Minimalna celozaslonska tema samo za prikaz LoRa APRS RF dosega.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: s57zt-rf-theme
*/

:root {
  --s57zt-ink: #14362e;
  --s57zt-green: #143c32;
  --s57zt-paper: #f4f1e9;
  --s57zt-yellow: #f1b83b;
}

* { box-sizing: border-box; }
html { margin: 0 !important; background: var(--s57zt-paper); }
body { margin: 0; background: var(--s57zt-paper); color: var(--s57zt-ink); font-family: Arial, Helvetica, sans-serif; }
body.admin-bar .s57zt-sitebar { top: 32px; }

.s57zt-sitebar {
  align-items: center;
  background: rgba(10, 39, 31, .96);
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #fff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 58px;
  padding: 8px clamp(16px, 3vw, 46px);
  position: relative;
  z-index: 1000;
}

.s57zt-brand { align-items: center; color: #fff; display: flex; gap: 12px; text-decoration: none; }
.s57zt-brand:hover { color: #fff; }
.s57zt-brand-mark { align-items: center; background: var(--s57zt-yellow); border-radius: 9px; color: #14362e; display: inline-flex; font: 900 15px/1 monospace; height: 38px; justify-content: center; letter-spacing: -.04em; width: 54px; }
.s57zt-brand-copy { display: grid; gap: 2px; }
.s57zt-brand-copy strong { font-size: 14px; letter-spacing: .03em; }
.s57zt-brand-copy small { color: #bad0c6; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.s57zt-station-status { align-items: center; color: #c7d9d1; display: flex; font-size: 11px; gap: 8px; }
.s57zt-station-status i { background: #62d392; border-radius: 50%; box-shadow: 0 0 0 5px rgba(98,211,146,.12); height: 8px; width: 8px; }
.s57zt-dashboard { min-height: calc(100vh - 58px); }
.s57zt-missing { background: #fff; border: 1px solid #dce2dc; border-radius: 14px; margin: 60px auto; max-width: 760px; padding: 32px; }
.s57zt-missing h1 { margin-top: 0; }
.s57zt-missing code { background: #eef1ed; padding: 3px 6px; }
.s57zt-credit { color: #718078; font-size: 10px; padding: 0 16px 18px; text-align: center; }
.s57zt-credit a { color: inherit; }
.custom-logo { display: block; height: 38px; object-fit: contain; width: auto; }

@media (max-width: 782px) {
  body.admin-bar .s57zt-sitebar { top: 46px; }
}

@media (max-width: 620px) {
  .s57zt-sitebar { min-height: 52px; padding: 7px 14px; }
  .s57zt-brand-mark { height: 34px; width: 50px; }
  .s57zt-brand-copy small, .s57zt-station-status span { display: none; }
  .s57zt-dashboard { min-height: calc(100vh - 52px); }
}
