.xxx { font-family: courier; }
@font-face { font-family: 'Karla'; src: url('fonts/Karla-Medium.ttf') format('truetype'); }
* { font-family: 'Karla', sans-serif; box-sizing: border-box; }
html, body { margin: 0; padding: 0; height: 100%; min-height: 100vh; background-color: #000000; color: #ffffff; background-image: url('/bg.png'); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: cover; }
.inventory-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; padding: 20px; max-width: 1200px; margin: 0 auto; }
.gun-card { background: rgba(0, 0, 0, 0.85); border: 1px solid #444; border-radius: 8px; width: 31%; min-width: 300px; overflow: hidden; display: flex; flex-direction: column; }
.gun-image { width: 100%; height: 200px; background-color: #111; background-size: cover; background-position: center; border-bottom: 1px solid #333; }
.gun-info { padding: 20px; flex-grow: 1; }
.gun-info h3 { color: #ff0000; text-transform: uppercase; margin-top: 0; border-bottom: 1px solid #333; padding-bottom: 10px; font-size: 1.2rem; }
.gun-info p { color: #ccc; font-size: 0.9rem; line-height: 1.5; margin-bottom: 0; }
@media (max-width: 900px) { .gun-card { width: 45%; } }
@media (max-width: 600px) { .gun-card { width: 100%; } }
.video-card { background: rgba(0, 0, 0, 0.85); border: 1px solid #444; border-radius: 8px; overflow: hidden; padding: 15px; flex: 1; min-width: 300px; max-width: 380px; }
.video-card h3 { color: #ff0000; text-transform: uppercase; font-size: 1.1rem; margin-top: 15px; border-bottom: 1px solid #333; padding-bottom: 10px; }
.video-card p { color: #ccc; font-size: 0.9rem; line-height: 1.4; margin-top: 10px; }
.admin-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.square-btn { display: flex !important; align-items: center; justify-content: center; width: 90px !important; height: 44px !important; margin: 0 !important; padding: 5px !important; overflow-wrap: break-word; word-break: break-word; font-size: 12px; }
@media only screen and (pointer: coarse) { .square-btn { width: 20vw !important; height: 7vw !important; font-size: 2.4vw !important; } }
.small { font-size: 11px; }
h1.h { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(100%); white-space: nowrap; border: 0; }
h2 { color: #ee0000; }
b { color: #ffffff; }
td, th { color: #ffffff; }
th { font-weight: 900; padding: 10px; background-color: rgba(68, 0, 0, 0.53); }
a { color: #ffffff; text-decoration: none; }
a:hover { text-decoration: underline; color: #ff0000; }
#bottomBanner { position: fixed; bottom: 0; width: 100%; background-color: #000; z-index: 1000; display: flex; align-items: center; justify-content: center; font-family: courier, monospace; font-size: 18px; color: #999999; box-shadow: 0px -5px 10px rgba(255, 255, 255, 0.3); }
.bottomBanner { font-family: courier, monospace; font-size: 18px; color: #999999; }
#topBanner { padding: 0px; position: relative; top: 0; width: 100%; height: 125px; background-image: url('/headbg.png'); background-repeat: repeat; background-size: cover; box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5); display: flex; justify-content: space-between; align-items: flex-end; }
.logo { background-image: url('/logo.png'); background-size: contain; background-repeat: no-repeat; background-position: center; height: 105px; width: 105px; padding: 0px; text-align: left; margin: 10px 5px 10px 10px; transition: filter 0.3s ease; filter: grayscale(0%); }
.logo:hover { filter: grayscale(100%); }
.safe-logo { background-image: url('/safe-logo.png'); background-size: contain; background-repeat: no-repeat; background-position: center; height: 105px; width: 105px; padding: 0px; text-align: left; margin: 10px 5px 10px 10px; transition: filter 0.3s ease; filter: grayscale(0%); }
.safe-logo:hover { filter: grayscale(100%); }
#keepRight { text-align: left; vertical-align: bottom; flex-grow: 1; display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 10px; padding-left: 5px; padding-right: 10px; }
#keepRight a { display: block; margin-bottom: 5px; z-index: 2222; }
.button1 { display: block; width: 100%; box-sizing: border-box; background-color: #990000; color: #ffb300; border: 2px solid #bb0000; padding: 10px 20px; text-decoration: none; font-weight: bold; border-radius: 5px; margin: 5px 0; transition: background 0.3s, color 0.3s, border-color 0.3s; text-align: center; }
.button1:hover { background-color: #dd0000; color: #000000; border: 2px solid #ff0000; text-decoration: none; }
#adminBar { text-align: center; background-color: rgba(55, 0, 0, 0.8); width: 100%; border: 1px solid #aa0000; }
#leftImage { position: absolute; left: 0; top: 0; width: auto; height: 100%; }
.homepagetitle { font-family: courier, monospace; font-size: 38px; letter-spacing: 14px; word-spacing: 22px; }
.buttonlink { font-size: 24px; font-family: courier, monospace; color: #fff; text-decoration: none; padding: 10px 20px; border: 2px solid #fff; border-radius: 5px; transition: all 0.3s ease; }
button { padding: 10px; background-color: #333333; color: #fff; border: 1px solid #888; cursor: pointer; border-radius: 5px; transition: all 0.15s ease; width: auto; }
button:hover { background-color: #000; color: #fff; border: 1px solid #800; cursor: pointer; border-radius: 5px; }
.EditPage { margin-top: 100px; }
.noborderdiv { background-color: rgba(0, 0, 0, 0.8); margin: 10px auto 10px auto; width: 80vw; padding: 20px; max-width: 1100px; }
.dotteddiv { background-color: rgba(0, 0, 0, 0.8); margin: 10px auto 10px auto; width: 80vw; padding: 20px; border: 1px solid #444; border-radius: 8px; max-width: 1100px; }
.dotteddiv::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('/bg.png'); background-repeat: no-repeat; background-position: center; background-size: contain; filter: grayscale(100%); z-index: -1; opacity: 0; animation: fadeLoop 5.5s ease-in-out infinite; }
.dotteddiv2 { background-color: rgba(0, 0, 0, 0.8); margin: 5px auto 5px auto; width: 40vw; padding: 10px; border: 1px solid #444; border-radius: 8px; }
.header-container { display: flex; justify-content: space-between; align-items: center; }
.GreenButton, .RedButton, .BlackButton, .YellowButton { display: inline-block; padding: 5px 12px; margin: 3px; font-size: 12px !important; font-family: sans-serif; text-decoration: none; border-radius: 4px; transition: background-color 0.3s ease; border: 1px solid transparent; box-sizing: border-box; white-space: nowrap; }
.GreenButton { color: #ffffff; background-color: #4CAF50; border-color: #4CAF50; }
.GreenButton:hover { background-color: #ffffff; color: #4CAF50 !important; text-decoration: none; }
.RedButton { color: #ffffff; background-color: #d32f2f; border-color: #d32f2f; }
.RedButton:hover { background-color: #ffffff; color: #d32f2f !important; text-decoration: none; }
.BlackButton { color: #ffffff; background-color: #333333; border-color: #333333; }
.BlackButton:hover { background-color: #ffffff; color: #333333 !important; text-decoration: none; }
.YellowButton { color: #000000; background-color: #fdd835; border-color: #fdd835; }
.YellowButton:hover { background-color: #ffffff; color: #595605 !important; text-decoration: none; }
#pagediv { background-color: rgba(0,0,0, 0.5); }
.msg0 { border: 1px solid #444; border-radius: 8px; overflow: hidden; width: 100%; }
.msgH0 { font-size: 20px; font-family: courier; color: #ffffff; background-color: rgba(0,0,0,0.5); font-weight: 700; text-align: center; }
.msgB0 { font-size: 16px; font-family: courier; color: #cccccc; background-color: rgba(55,55,55,0.5); }
.msg1 { border: 1px solid #ff0000; border-radius: 5px; overflow: hidden; width: 100%; }
.msgH1 { font-size: 18px; font-family: courier; color: #ffff00; background-color: rgba(255,0,0,0.8); font-weight: 900; text-align: center; }
.msgB1 { font-size: 14px; font-family: courier; color: #000000; background-color: rgba(255,255,0,0.8); }
.msg2 { border: 1px solid #ff0000; border-radius: 5px; overflow: hidden; width: 100%; }
.msgH2 { font-size: 12px; font-family: courier; color: #ff0000; background-color: #ffff00; font-weight: 900; text-align: center; }
.msgB2 { font-size: 10px; font-family: courier; color: #ffff00; background-color: #ff0000; }
.pagetab { width: 80%; }
.nice-table { width: 80%; border-collapse: collapse; margin: 20px auto; font-family: Arial, sans-serif; border: 1px solid #777777; }
.nice-table th { background-color: #440000; color: #ffffff; padding: 12px; text-align: left; border: 1px solid #777777; cursor: pointer; }
.nice-table td { padding: 10px; border: 1px solid #777777; }
.nice-table tr:nth-child(even) { background-color: #222222; }
.nice-table tr:nth-child(odd) { background-color: #111111; }
.nice-table tr:first-child { background-color: #000000; }
.tabs-main-area { width: 90%; max-width: 1200px; margin: 30px auto; }
.tabs-nav-bar { display: flex; flex-wrap: nowrap; overflow-x: auto; background: #111; border-radius: 8px 8px 0 0; gap: 2px; }
.tab-link { flex: 0 0 auto; min-width: 120px; background: #222; color: #eee; padding: 14px 18px; border: none; border-bottom: 3px solid transparent; cursor: pointer; text-align: center; font-family: courier, monospace; font-size: 16px; font-weight: bold; white-space: nowrap; transition: all 0.15s ease; }
.tab-link:hover { background: #333; }
.tab-link.active-link { background: #800; color: white; border-bottom: 3px solid #ff4444; }
.tabs-content-box { background: #111; border: 1px solid #444; border-top: none; padding: 20px; border-radius: 0 0 8px 8px; min-height: 200px; }
.tab-panel-item { display: none !important; }
.tab-panel-item.show-now { display: block !important; }
.image-container { display: inline-block; margin: 20px; text-align: center; }
.image-container img { height: auto; }
.responsive-container { display: flex !important; flex-direction: row; width: 90%; max-width: 1100px; justify-content: center; align-items: stretch; gap: 10px; }
.column-box { flex: 1; display: flex; }
.column-box .dotteddiv2 { width: 100% !important; max-width: 100% !important; margin: 0 !important; }
@keyframes yellowBorderFade { 0%, 100% { border-color: rgba(255, 255, 0, 0); } 50% { border-color: rgba(255, 255, 0, 1); } }
.video-container { width: 90%; margin: 0 auto 20px auto; aspect-ratio: 16 / 9; }
.video-container iframe { width: 100%; height: 100%; }
.menu-dropdown { display: flex !important; flex-direction: column; background: #222222; padding: 15px; border: 1px solid #ff0000; border-radius: 5px; width: 100%; min-width: 200px; box-shadow: 0px 4px 15px rgba(0,0,0,0.8); box-sizing: border-box; }
.menu-header { color: #ff0000; font-weight: bold; margin-top: 10px; text-transform: uppercase; border-bottom: 1px solid #444; width: 100%; }
.menu-item { color: #ffffff !important; padding: 8px 12px; text-decoration: none; display: block; border-left: 2px solid transparent; width: 100%; background: #1a1a1a; margin: 2px 0; }
.menu-item:hover { background: #333333; border-left: 2px solid #ff0000; color: #ff0000 !important; text-decoration: none; }
.menu-sub-container { display: none; width: 100%; flex-direction: column; padding-left: 10px; }
.horizontal-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-central { width: 100%; justify-content: center; justify-items: center; text-align: center; }
.dropbtn { background-color: #333; color: white; padding: 10px; font-size: 16px; border: 1px solid #888; cursor: pointer; border-radius: 5px; transition: all 0.15s ease; }
.dropbtn:hover { background-color: #ff0000; color: white; border: 1px solid #800; }
.dropdown-content { display: none; position: absolute; background-color: #222; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5); z-index: 1; border: 1px solid #444; }
.dropdown-content a { color: white; padding: 12px 16px; text-decoration: none; display: block; }
.dropdown-content a:hover { background-color: #333; }
@media only screen and (pointer: coarse) { * { box-sizing: border-box; } body, b, html { font-size: 4vw !important; overflow-x: hidden; } td, th { font-size: 4vw !important; } input, textarea { font-size: 4vw !important; } submit, button { font-size: 4vw !important; } #topBanner { padding: 0px; position: relative; top: 0; width: 100%; height: 125px; display: flex; justify-content: space-between; align-items: flex-end; } .logo { background-image: url('/logo_mob.png'); background-size: contain; background-repeat: no-repeat; background-position: left; height: 105px; width: 105px; margin: 10px 5px 10px 10px; } .safe-logo { background-image: url('/safe-logo_mob.png'); background-size: contain; background-repeat: no-repeat; background-position: left; height: 105px; width: 105px; margin: 10px 5px 10px 10px; } .buttonlink { font-size: 70px; padding: 10px 20px; border: 2px solid #fff; border-radius: 5px; } .dotteddiv { padding: 10px; font-size: 35px; border: 1px solid #444; border-radius: 18px; width: 95vw !important; } .dotteddiv2 { padding: 10px; font-size: 35px; border: 1px solid #444; border-radius: 18px; width: 100% !important; } .homepagetitle { font-family: courier, monospace; font-size: 78px; letter-spacing: 14px; word-spacing: 22px; } #keepRight { text-align: left; vertical-align: bottom; flex-grow: 1; display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 10px; padding-left: 5px; padding-right: 10px; } #keepRight a { display: inline-block; margin: 5px; padding: 10px 15px; background-color: #444; color: #fff; border: 1px solid #ccc; border-radius: 5px; } .responsive-container { flex-direction: column !important; width: 100% !important; } .column-box { width: 100% !important; margin-bottom: 20px; } #bottomBanner { box-shadow: 0px -25px 30px rgba(255, 0, 0, 0.3); border-top: 1px solid red; } }
@media only screen and (orientation: landscape) and (pointer: coarse) { .msgH0 { font-size: 20px !important; background: #000; } .msgB0 { font-size: 16px !important; } table, tr, td, th { font-size: 11px; background: #333; } .loginform { font-size: 30px !important; } input { font-size: 30px !important; } .pagetab { width: 100%; } }
@media screen and (max-width: 550px) { * { font-size: 3vw; } .dotteddiv { padding: 10px; font-size: 35px; border: 1px solid #444; border-radius: 18px; width: 95vw !important; } .dotteddiv2 { padding: 10px; font-size: 35px; border: 1px solid #444; border-radius: 18px; width: 100% !important; } .buttonlink { font-size: 10vw; padding: 10px 20px; border: 2px solid #fff; border-radius: 5px; } .logo { background-image: url('/logo_mob.png'); background-repeat: no-repeat; background-position: left; height: 105px; width: 105px; margin: 10px 5px 10px 10px; } .safe-logo { background-image: url('/safe-logo_mob.png'); background-size: contain; background-repeat: no-repeat; background-position: left; height: 105px; width: 105px; margin: 10px 5px 10px 10px; } button { padding: 3px; background-color: #333333; color: #fff; border: 1px solid #888; cursor: pointer; border-radius: 5px; transition: all 0.15s ease; width: auto; } button:hover { background-color: #000; color: #fff; border: 1px solid #800; cursor: pointer; border-radius: 5px; } .homepagetitle { font-size: 10vw; letter-spacing: 4vw; word-spacing: 15vw; } h2 { font-size: 5vw; } table, tr, td { font-size: 3vw; } }