:root {
      --black: #0a0a0a;
      --charcoal: #151515;
      --ink: #1a1a1a;
      --gold: #d4af37;
      --gold-20: rgba(212,175,55,0.2);
      --champagne: #bfa181;
      --white: #ffffff;
      --muted: #9a9a9a;
      --pink: #ff3366;
      --radius: 10px;
      --shadow: 0 10px 24px rgba(0,0,0,.35);
      --gap: 14px;
      --speed: 220ms;
    }

html, body { height: 100%; background: radial-gradient(1200px 800px at 20% -10%, #202020 0%, #0a0a0a 40%, #000 100%); }
body { margin: 0; color: var(--white); font: 14px/1.55 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
   h1,h2,h3 { font-family: Georgia, "Times New Roman", Times, serif; letter-spacing: .3px; }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; height:100%; }
    button { font: inherit; color: inherit; }
    .wrap { max-width: 1200px; margin: 0 auto; padding: 10px 18px; }
    .site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(8px); background: rgba(10,10,10,.65); border-bottom: 1px solid rgba(255,255,255,.06); }
    .wrap { max-width: 1200px; margin: 0 auto; padding: 10px 18px; }
    .nav { display: flex; align-items: center; gap: 16px; align-items: baseline; }

    .brand { display:flex; align-items:center; gap:10px; font-weight: 700; letter-spacing: .6px; }
    .brand-mark { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--gold); box-shadow: inset 0 0 0 2px rgba(212,175,55,.25); }
    .brand b { font-weight: 800; background: linear-gradient(90deg, var(--gold), var(--champagne)); -webkit-background-clip: text; background-clip: text; color: transparent; }
     .nav-spacer { flex: 1; }
    .search { position: relative; width: min(460px, 50vw); }
    .search input { width: 100%; background: #0d0d0d; border: 1px solid rgba(255,255,255,.08); padding: 10px 36px 10px 12px; border-radius: 999px; color: var(--white); outline: none; transition: border var(--speed) ease; }
    .search input:focus { border-color: var(--gold); }
    .search svg { position: absolute; right: 10px; top: 50%; translate: 0 -50%; opacity: .8; }

    .menu { display: flex; gap: 6px; }
    .menu a, .menu button { padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02); transition: all var(--speed) ease; cursor: pointer; }
    .menu a:hover, .menu button:hover { border-color: var(--gold); box-shadow: 0 0 0 2px var(--gold-20); }

    #accept-cookies{
        background: #d4af37;
  color: #000;
  border-color: #d4af37;
   margin-left: 8px;
  border: 1px solid rgba(212,175,55,.25);
  background: rgba(212,175,55,.08);
  color: #fff;
  border-radius: 999px;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 13px;
  transition: all .25s ease;
    }

    #accept-cookies:hover{
        box-shadow: 0 0 16px rgba(212,175,55,.4);
    }

    @media(min-width:600px){
  .cookie-banner span { flex: 1; margin: 0; }
}

    iframe{
        width:100%;
        height:100%;
    }

     @media (max-width: 740px) {
        .search, .menu{
            display:none;
        }
    }

    #searchResults {
    position: absolute;
    border-radius: 12px;
    background: radial-gradient(1200px 800px at 20% -10%, #202020 0%, #0a0a0a 40%, #000 100%);
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
     list-style: none;
     scrollbar-width: thin;
     padding:5px;
     width:100%;
    scrollbar-color: #8B949E transparent;
    height:200px;
}

#search{
    border-radius: 12px;
}


#headerSearch{
    float:right;
    margin-top:-46px;
    width:14%;
    position:relative;
}

.search-item {
    padding: 8px;
    cursor: pointer;
    border-radius: 12px;
}

#searchResults a{
    text-decoration: none;
    color: #E6EDF3;
}

.search-item:hover {
    background: rgba(212, 175, 55, .12);
}

#headerSearchMobile{
    display:none;
}

#aboveHeader ul,
#menu{
	list-style-type: none;
    overflow: hidden;
}

#menuHeader{
    box-shadow: 1px 2px 3px #262626;
}
#header h1,
#menu a{
    color: #fff
}

#header {
     position: sticky; top: 0; z-index: 50; backdrop-filter: blur(8px); background: rgba(10,10,10,.65); border-bottom: 1px solid rgba(255,255,255,.06); 
}

#header h1 {
    margin: 10px 0 0;
    font-family: 'Itim', cursive;
    font-size:calc(16px + (34 - 16) * ((100vw - 300px) / (1600 - 300)));
    padding-top: auto;
}
#header h1 a{
    text-decoration: none;
    color: inherit;
}

#menuHeader {
    background-color: #262626
}

#menu a {
    text-decoration: none;
    display: block;
    padding: 14px 16px
}

#menu {
    padding: 0;
    margin: 0;
    font-size:calc(10px + (16 - 10) * ((100vw - 300px) / (1600 - 300)));
}

#menu li {
    display: inline
}

#menu a:hover {
    background-color: #111
}

#header h1,
#menu li,
#aboveHeader li{
    float: left;
}

#aboveHeader ul {
    margin: 0;
    color: #fff
}

#aboveHeader p {
    margin: 0 7px 0 0;
    color: #fff;
    float: left;
}
#aboveHeader p,
#aboveHeader ul{
    padding: 0;
    font-size: calc(6px + (12 - 6) * ((100vw - 300px) / (1600 - 300)));
}
#cam {
    padding: 0;
    display: block;
    margin: 0
}
#newAlert {
    font-size: 12px;
    margin-top: -9px;
    position: absolute
}

#aboveHeader li a{
    padding: 6px;
    text-decoration: none;
    color: inherit;
}
#headerAdMobile{
    display:none;
}

#headerAd {
    margin-top: 5px;
    float:right;
}

@media only screen and (max-width:728px) {
    iframe{
        width:100%;
        height:100%;
    }
    #menu {
      width:100%;
    }
    #header {
        height:39px;
    }
    #headerAd {
        display:none;
    }
    #headerAdMobile{
        display:none;
    }

    #searchResults {
        clear:both;
        width:88%;
    }
    
  }