/*
Theme Name: FSS Support Portal
Theme URI: https://firestationsolution.com
Author: Fire Station Solution
Description: Modern support portal theme for support.firestationsolution.com. Pairs with FSS Help Desk plugin.
Version: 0.1.2
License: MIT
Text Domain: fss-support-portal
*/

body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji";
  background: radial-gradient(1200px 600px at 15% 10%, rgba(239,68,68,.18), transparent 50%),
              radial-gradient(900px 500px at 85% 20%, rgba(59,130,246,.14), transparent 45%),
              #070b16;
  color:#e2e8f0;
  min-height:100vh;
}
a{color:inherit}
.site-shell{min-height:100vh;display:flex;flex-direction:column}
.topbar{
  position:sticky;top:0;z-index:20;
  backdrop-filter: blur(10px);
  background: rgba(7,11,22,.62);
  border-bottom: 1px solid rgba(148,163,184,.15);
}
.topbar-inner{max-width:1100px;margin:0 auto;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;}
.brand-badge{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#ef4444,#dc2626);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(239,68,68,.2);font-weight:900;}
.brand-title{display:flex;flex-direction:column;line-height:1.05}
.brand-title strong{font-size:14px;letter-spacing:.02em}
.brand-title span{font-size:12px;color:#94a3b8}
.nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.nav a{font-weight:700;text-decoration:none;font-size:13px;opacity:.9}
.nav a:hover{opacity:1}
.container{flex:1}
.footer{max-width:1100px;margin:0 auto;padding:22px 18px;color:#94a3b8;font-size:12px;}
.footer a{text-decoration:none}
