<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav {
  background:transparent;
  padding:10px 10px 0px 10px;
  margin-bottom:0px;
  width: 100%;
  display:block;
}
.navbrand {
  height:109px;
  display:flex;
  justify-content: space-between;
}

.navbrand .starwars {
  font-size:45px;
  padding-top:18px;
}

.navbrand #logo img {
  height:95px;
}
@media (max-width: 750px) {
  .nav { padding: 10px 3px 10px 3px; }
}
@media (max-width: 650px) {
  .navbrand .starwars { display: none }
}

.line-border.l0 { grid-area: l0; }
.line-border.l1 { grid-area: l1; }
.line-border.l2 { grid-area: l2; display: none; }

.navbar {
  margin-top:0px;
  display:grid;
  grid-template-areas: "starwars starwars starwars starwars" "l0 l0 l0 l0" "search news btns1 account" "l1 l1 l1 l1";
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.navbar .starBtn { margin-top: 10px; margin-bottom: 10px; }
.navbar .account {
  margin-top:5px; margin-bottom:5px;
  justify-content: flex-end;
  font-family: 'starjedi';
  min-width:255px;
}
.navbar .account .menuBtn {
  border-radius: 5px;
  padding:5px;
  border:2px solid rgba(255, 255, 255, 0.0);
  cursor:pointer;
}

.navbar .account:hover .menuBtn {
  background-color: rgba(255, 255, 255, 0.1);
  border:2px solid rgba(255, 255, 255, 0.2);
}

.navBtn1 {
  grid-area: btns1;
  display:flex;
  justify-content: center;
  position: relative;
}

.navBar img.profile {
  width: 30px;
}

.searchDiv .center { display:flex; }

.starwars.title { display:none; grid-area: starwars; display:none; justify-content: center; font-size:35px;}

.searchDiv {
  grid-area: search;
  display:flex;
  margin-left:15px;
  margin-right:15px;
}

.account {
  display:flex;
  align-items:center;
  margin-right:10px;
  grid-area:account;
}

.news { grid-area: news; display:flex; justify-content:center; }

#search {
  margin-left:10px;
  background:black;
  color:white;
  padding-right: 28px;
}

.searchDiv i {
  margin-left:-24px;
  font-size:20px;
  margin-top:8px;
}

.line-border {
  height:23px;
}

.line-border.top {
  background-image: url("/images/buttons/line-border.webp");
}

.line-border.bot {
  height: 6px;
  background-image: url("/images/buttons/line-border-bot.webp");
}

.navBtn1 .menu {
  left: 0x;
  top: 50px;
  width: 100%;
}
.account .menu {
  top: 66px;
  width: 100%;
  left: 0px;
}
.nddav { display:none;}

@media (max-width: 975px) {
  .navbar {
    grid-template-areas: "starwars starwars" "l0 l0" "search account" "l1 l1" "news btns1" "l2 l2" ;
    grid-template-columns: 1fr 1fr;
  }
  .line-border.l2 { display:block; }
  .navbrand { height:65px; }
  .navbrand #logo img { height: 60px; }
  .navbrand #planet { height: 65px; }
  .navbrand .starwars { padding-top: 1px; font-size: 35px; }
}

@media (max-width: 400px) {
  .navbrand #planet { position:absolute; right:3px; }
}

.smallOnly { display: none !important; }

.navbar .navBtn .center { width: 140px; }


.searchDiv .center {
  background-image:url("/images/buttons/blue/center.webp");
  background-repeat: repeat-x;
  height:50px;
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color:white;
}

.searchDiv .left {
  background-image: url("/images/buttons/blue/left.webp");
  width:23px;
  height:50px;
}
.searchDiv .right {
  background-image: url("/images/buttons/blue/right.webp");
  width:23px;
  height:50px;
}
.searchDiv .center i { margin-top: 9px; margin-right: 5px; }

@media (max-width: 650px) {
  .navbar {
    grid-template-areas: "l0 l0" "starwars account" "l1 l1" "search search" "l2 l2" ;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  #navName { display: none }
  .navbar .account { min-width:auto; }
  .navbar .starBtn { padding-bottom:0px; padding-top: 0px; }
  .starwars.title { display:flex; }
  .line-border.l2 { display:none; }
  .navBtn1 { display:none }
  .news { display:none; }
  .navbar .account { justify-content:center; }
  .searchDiv { padding-bottom: 10px; padding-top: 10px; margin-left: 0px; margin-right:0px; justify-content:center;}
  .searchDiv .starwars { font-size: 15px; padding-top:3px}
  .searchDiv .center i { margin-top: 4px; }
  .navbar .starBtn .center { min-width:auto;}
  .login .modal-content { width: 96% }
  .navbar .navBtn .center { width: auto; }
  .navbar .title.starwars { font-size: 25px; }
  

  .smallOnly { display: block !important; }

  .navbar .menu {
    left: -147px;
    min-width: 250px;
  }

  .menu .menuItem { font-size: 25px; }

  #results .cat0 { font-size: 20px; }
  #results .cat { font-size: 20px; }
}

.navbar {
  padding:0px;
}
</pre></body></html>