/*
Theme Name: Granny Punkbuster
Theme URI: https://example.com/
Author: GrannyPB
Author URI: https://example.com/
Description: Futuristic neon-glass WordPress theme inspired by Granny Punkbuster. Includes custom homepage, patterns, and rotating Granny mood sidebar.
Version: 0.1.2
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grannywp
Tags: custom-background, custom-logo, custom-menu, blog, one-column, two-columns, sticky-post

This theme is provided as-is.
*/

/* === Fancy horizontal menu patch === */
.granny-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  justify-content: center;
}

.granny-nav a{
  display:inline-block;
  padding:10px 16px;
  border-radius:18px;
  background:linear-gradient(135deg,#b46bff 0%,#2b0a3d 45%,#000 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-stroke:1px #fff;
  font-family:"Cinzel Decorative",system-ui,serif;
  font-weight:700;
  letter-spacing:.5px;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
  font-size: 1.15rem;

}

.granny-nav a:hover{
  filter:brightness(1.15);
  transform:translateY(-1px);
}

/* === v0.1.1: Header nav layout + fancy type === */
.granny-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  justify-content:center;
}

.granny-header-inner{
  display:flex;
  align-items:center;
}

.granny-nav{
  flex:1;
  display:flex;
  justify-content:center;
}

.granny-nav a{
  display:inline-block;
  padding:10px 16px;
  border-radius:18px;
  background:linear-gradient(135deg,#b46bff 0%,#2b0a3d 45%,#000 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-stroke:1px #fff;
  font-family:"Cinzel Decorative",system-ui,serif;
  font-weight:700;
  letter-spacing:.5px;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}

.granny-nav a:hover{
  filter:brightness(1.15);
  transform:translateY(-1px);
}
