/*
  Bin Weevils Private Server visual refresh.
  Site/admin presentation only. No game client, DB or server logic.
*/

html,
body {
    font-family: "Open Sans", Arial, sans-serif;
}

body {
    background-color: #64d8ff;
}

.navbar-bg,
.box.cta,
#login-play-form {
    box-shadow: 0 12px 24px rgba(0, 70, 90, .22), inset 0 2px 0 rgba(255, 255, 255, .45);
}

.navbar-bg {
    border: 3px solid #118c00;
    border-radius: 999px;
    background: linear-gradient(#baff57, #42c914 48%, #178e00);
}

.tabs.is-right a {
    color: #fff;
    font-weight: 800;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .28);
}

.tabs.is-right li.is-active a,
.tabs.is-right a:hover {
    background: rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
}

.login-container {
    filter: drop-shadow(0 18px 32px rgba(0, 90, 90, .25));
}

#login-play-form {
    border: 4px solid #29a1cc;
    border-radius: 18px;
    background: linear-gradient(180deg, #f2fbff, #d9f0f9);
}

#login-play-form .login-payment-input {
    box-shadow: inset 0 2px 5px rgba(0, 75, 120, .12);
}

.download-section {
    top: 188px !important;
}

.download-section h1 {
    font-size: 24px;
    line-height: 1.05;
    font-weight: 900;
    text-shadow: 0 2px 0 rgba(255,255,255,.8);
}

.bwps-home-copy {
    margin: 10px auto 0;
    max-width: 285px;
    color: #00528c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.download-buttons {
    top: 320px !important;
}

.bwps-yellow-btn,
.button {
    border: 3px solid #0c9ed3;
    border-radius: 999px;
    background: linear-gradient(#fff7b6, #ffd743);
    color: #00528c;
    font-weight: 900;
    box-shadow: 0 4px 0 rgba(176, 122, 0, .25);
}

.bwps-yellow-btn i {
    margin-right: 8px;
}

.box.cta {
    border: 3px solid #0c9ed3;
    border-radius: 22px;
    background: rgba(255, 255, 255, .9);
}

.footer {
    background: rgba(5, 78, 34, .82);
    color: #fff;
}

.footer p {
    margin-bottom: 4px;
}

.bwps-admin-note {
    margin-top: -8px;
    margin-bottom: 18px;
    color: #95d7ff;
    font-size: 13px;
}

.login-bg {
    background:
        radial-gradient(circle at top, rgba(255,255,255,.14), rgba(255,255,255,0) 35%),
        linear-gradient(180deg, #006fa8, #043c55) !important;
}

.auth .card {
    border: 3px solid #29a1cc;
    border-radius: 18px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .35);
}

.auth .btn-primary,
.enter-btn {
    border-radius: 999px !important;
    background: linear-gradient(#baff57, #29b908) !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 800;
}


/* Public page refresh */
.bwps-page {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.5), rgba(255,255,255,0) 18%),
        radial-gradient(circle at 86% 20%, rgba(255,255,255,.45), rgba(255,255,255,0) 15%),
        linear-gradient(180deg, #38bff2 0%, #75dd31 72%, #177c03 100%);
    color: #00528c;
}

.bwps-page-header {
    padding: 28px 16px 12px;
    text-align: center;
}

.bwps-nav-bar {
    display: inline-flex;
    gap: 8px;
    padding: 8px 18px;
    border: 3px solid #118c00;
    border-radius: 999px;
    background: linear-gradient(#baff57, #42c914 48%, #178e00);
    box-shadow: 0 10px 22px rgba(0, 70, 90, .22), inset 0 2px 0 rgba(255, 255, 255, .45);
}

.bwps-nav-link {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0,0,0,.28);
}

.bwps-nav-link:hover,
.bwps-nav-link.is-active {
    background: rgba(255,255,255,.2);
}

.bwps-page-shell {
    width: min(980px, calc(100% - 32px));
    margin: 24px auto 40px;
}

.bwps-page-card {
    border: 4px solid #20a8d8;
    border-radius: 28px;
    background: rgba(239, 251, 255, .94);
    box-shadow: 0 18px 38px rgba(0, 80, 110, .28), inset 0 2px 0 rgba(255,255,255,.8);
}

.bwps-page-hero {
    padding: 34px;
    text-align: center;
}

.bwps-page-hero h1 {
    margin: 0 0 12px;
    color: #004f88;
    font-size: clamp(34px, 5vw, 56px);
    line-height: .95;
    text-shadow: 0 3px 0 rgba(255,255,255,.9);
}

.bwps-page-hero p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.5;
}

.bwps-kicker {
    margin: 0 0 10px !important;
    color: #1b9700;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bwps-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.bwps-mini-card {
    padding: 22px;
    border: 3px solid #20a8d8;
    border-radius: 22px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 10px 22px rgba(0, 80, 110, .18);
}

.bwps-mini-card h2 {
    margin: 0 0 10px;
    color: #008b00;
    font-size: 24px;
    line-height: 1.05;
}

.bwps-mini-card p {
    margin: 0 0 12px;
    font-weight: 700;
    line-height: 1.45;
}

.bwps-big-button,
.bwps-small-button {
    display: inline-block;
    border: 3px solid #0c9ed3;
    border-radius: 999px;
    background: linear-gradient(#fff7b6, #ffd743);
    color: #00528c;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 4px 0 rgba(176, 122, 0, .25);
}

.bwps-big-button {
    padding: 14px 28px;
    font-size: 20px;
}

.bwps-small-button {
    padding: 10px 18px;
}

.bwps-page-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(6vw, 70px);
    padding: 22px;
    border-top: 3px solid #20a8d8;
    background: rgba(239, 251, 255, .9);
    color: #167800;
    font-weight: 900;
}

.bwps-page-footer a {
    color: #167800;
    text-decoration: none;
}

.bwps-page-footer a:hover {
    text-decoration: underline;
}

.bwps-footer-mark {
    font-size: 28px;
}

@media (max-width: 760px) {
    .bwps-nav-bar {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 24px;
    }

    .bwps-card-grid {
        grid-template-columns: 1fr;
    }

    .bwps-page-footer {
        flex-wrap: wrap;
        gap: 18px;
    }
}

/* Homepage-matched public shell pages */
html,
body {
    background: url("/assets/images/background.png") no-repeat center center fixed;
    background-size: cover;
}

.hero.is-info.is-bold {
    background: transparent;
}

.bwps-shell-page {
    height: 560px;
}

.bwps-shell-page .login-container {
    margin: 50px auto 0;
}

.bwps-shell-page .img-guys {
    position: absolute;
    top: 20px;
    left: 15px;
}

.bwps-shell-left {
    top: 188px !important;
}

.bwps-shell-left h1 {
    font-size: 24px;
    line-height: 1.05;
}

.bwps-shell-kicker {
    margin: 0 0 8px;
    color: #008b00;
    font-family: "Burbank Small Bold", "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.bwps-shell-button-wrap {
    margin-top: 18px;
}

.bwps-shell-main {
    position: absolute;
    top: 88px;
    left: 370px;
    width: 520px;
    height: 382px;
    padding: 24px 28px;
    overflow: hidden;
    color: #00528c;
    text-align: left;
}

.bwps-shell-main h1 {
    margin: 0 0 10px;
    color: #00528c;
    font-family: "Burbank Small Bold", "Open Sans", Arial, sans-serif;
    font-size: 34px;
    line-height: .95;
    text-shadow: 0 2px 0 rgba(255,255,255,.9);
}

.bwps-shell-intro {
    margin: 0 0 14px;
    max-width: 470px;
    color: #00528c;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.bwps-shell-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.bwps-shell-point {
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(229, 244, 250, .72);
}

.bwps-shell-point h2 {
    margin: 0 0 2px;
    color: #008b00;
    font-family: "Burbank Small Bold", "Open Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.05;
}

.bwps-shell-point p {
    margin: 0;
    color: #00528c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.bwps-shell-footer-nav {
    margin-top: 0 !important;
}

@media (max-width: 980px) {
    .central-container {
        transform: scale(.86);
        transform-origin: top center;
        margin-bottom: -70px;
    }
}

/* final shared page layout fix */
html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.bwps-page,
.site-page,
.page-wrap,
main {
  box-sizing: border-box;
}

.bwps-page,
.site-page {
  min-height: 960px;
}

.bwps-panel,
.bwps-home-panel,
.bwps-content-panel,
.site-panel,
.page-panel {
  box-sizing: border-box;
  max-width: 100%;
}

.bwps-footer,
.site-footer,
footer {
  clear: both;
}

.bwps-footer a,
.site-footer a,
footer a {
  white-space: nowrap;
}

.bwps-footer p,
.site-footer p,
footer p {
  overflow-wrap: normal;
}

.bwps-footer .level,
.site-footer .level,
footer .level {
  align-items: center;
}

@media (max-width: 900px) {
  .bwps-page,
  .site-page {
    min-height: auto;
  }

  .bwps-footer .level,
  .site-footer .level,
  footer .level {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
  }
}


/* Final layout polish: keep subpages aligned like the homepage */
.bwps-page-body {
  min-height: 100vh;
  background-position: center top;
  background-size: cover;
  overflow-x: hidden;
}

.bwps-page-wrap,
.bwps-content-wrap,
.bwps-main-wrap,
.bwps-page-main {
  width: 100%;
  max-width: 1060px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}

.bwps-page-hero,
.bwps-page-card,
.bwps-content-panel,
.bwps-panel,
.bwps-shell-panel {
  margin-left: auto !important;
  margin-right: auto !important;
}

.bwps-page-title,
.bwps-page-kicker {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.bwps-page-title,
.bwps-page-kicker,
.bwps-page-lede {
  text-align: center;
}

.bwps-page-card,
.bwps-content-panel,
.bwps-panel {
  max-width: 920px;
}

.bwps-footer-links,
.box.cta,
.cta {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bwps-page-extra,
.bwps-lower-feature,
.bwps-secondary-strip {
  display: none !important;
}

.footer {
  margin-top: 34px;
}

@media (max-width: 900px) {
  .bwps-page-wrap,
  .bwps-content-wrap,
  .bwps-main-wrap,
  .bwps-page-main {
    padding-left: 12px;
    padding-right: 12px;
  }
}


/* Homepage clone footer click fix */
.box.cta {
    position: relative !important;
    z-index: 9999 !important;
}

.box.cta a,
.box.cta .level,
.box.cta .level-item {
    position: relative !important;
    z-index: 10000 !important;
    pointer-events: auto !important;
}

.footer {
    position: relative !important;
    z-index: 9998 !important;
}
