body {
    font-family: 'Courier New', monospace;
    background-color: #0a0a0a;
    color: #00ff00;
    text-align: center;
    margin: 0;
    padding: 20px;
    line-height: 1.4;
}

.header-content {
    text-align: center;
    margin-bottom: 30px;
}

.header-content h1 {
    font-size: 2.5em;
    margin: 0 0 10px 0;
    color: #00ff00;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #00ff00;
    padding-bottom: 10px;
}

.subtitle {
    font-size: 1.2em;
    color: #00cc00;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.author {
    font-size: 1em;
    color: #666;
    margin: 0;
    font-style: italic;
}

h1 {
    font-size: 2.2em;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #00ff00;
    padding-bottom: 10px;
}

h2 {
    font-size: 1.4em;
    margin: 15px 0;
    color: #00ff00;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #00ff00;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.1em;
    margin: 12px 0 8px 0;
    color: #00cc00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.page {
    display: none;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.page.active {
    display: block;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Military-style cards/sections */
.section {
    background-color: #0f0f0f;
    border: 2px solid #00ff00;
    border-radius: 8px;
    margin: 25px 0;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.15);
    position: relative;
    overflow: hidden;
}



.section-header {
    background: linear-gradient(135deg, #001100, #003300);
    border-bottom: 2px solid #00ff00;
    margin: -20px -20px 20px -20px;
    padding: 12px 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1em;
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
    position: relative;
}



/* Input styling */
.input-group {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    gap: 12px;
}

.input-row {
    display: flex;
    gap: 20px;
    margin: 10px 0;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 255, 0, 0.1);
}

.input-row:last-child {
    border-bottom: none;
}

.input-row label {
    min-width: 220px;
    text-align: right;
    font-weight: bold;
    color: #00cc00;
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.input-row input,
.input-row select {
    flex: 1;
    max-width: 180px;
    padding: 8px 12px;
    background-color: #001100;
    border: 2px solid #00ff00;
    border-radius: 4px;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    transition: all 0.3s ease;
}

.input-row input:focus,
.input-row select:focus {
    outline: none;
    border-color: #00cc00;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.3);
    background-color: #002200;
}

label {
    display: block;
    margin: 8px 0;
    font-weight: bold;
    text-align: left;
}

/* Section configuration styling */
.section-config {
    background-color: #001100;
    border: 1px solid #00ff00;
    border-radius: 6px;
    padding: 15px;
    margin: 10px 0;
    position: relative;
}



.section-config label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-weight: bold;
    color: #00cc00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-config select {
    padding: 6px 10px;
    background-color: #000000;
    border: 1px solid #00ff00;
    border-radius: 3px;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    min-width: 80px;
}

.section-config input {
    padding: 6px 10px;
    background-color: #000000;
    border: 1px solid #00ff00;
    border-radius: 3px;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    width: 120px;
}

input, select {
    font-family: 'Courier New', monospace;
    font-size: 1em;
    padding: 8px 12px;
    margin: 4px 0;
    background-color: #000000;
    color: #00ff00;
    border: 2px solid #00ff00;
    border-radius: 3px;
    outline: none;
    transition: all 0.2s ease;
}

/* Mortar coordinates styling */
.mortar-coord {
    background-color: #001100;
    border: 1px solid #00ff00;
    border-radius: 6px;
    padding: 15px;
    margin: 10px 0;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}



.mortar-coord label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    color: #00cc00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex: 1;
}

.mortar-coord input {
    padding: 6px 10px;
    background-color: #000000;
    border: 1px solid #00ff00;
    border-radius: 3px;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    width: 120px;
}

input:focus, select:focus {
    border-color: #00cc00;
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.3);
    background-color: #001100;
}

input:hover, select:hover {
    border-color: #00cc00;
    background-color: #001100;
}

/* Remove spin buttons from number inputs */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Button styling */
button {
    font-family: 'Courier New', monospace;
    font-size: 1em;
    font-weight: bold;
    padding: 12px 24px;
    margin: 10px;
    background-color: #000000;
    color: #00ff00;
    border: 2px solid #00ff00;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    min-width: 140px;
    position: relative;
    overflow: hidden;
}



button:hover {
    background-color: #00ff00;
    color: #000000;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.4);
}

button:active {
    transform: translateY(1px);
}

/* Navigation buttons */
.nav-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #001100;
    border: 1px solid #00ff00;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.1);
}

.nav-buttons button {
    min-width: 160px;
    margin: 5px;
}

/* Three Column Layout for Home Page */
.three-column-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.column {
    background-color: #001100;
    border: 1px solid #00ff00;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
}

.column h3 {
    color: #00ff00;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    border-bottom: 1px solid #00ff00;
    padding-bottom: 10px;
}

.column-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.column-buttons button {
    width: 100%;
    margin: 0;
}

/* Results display */
.results {
    background-color: #001100;
    border: 2px solid #00ff00;
    border-radius: 3px;
    padding: 15px;
    margin: 15px 0;
    margin-right: 180px; /* Slightly reduced right margin to decrease gap with floating buttons */
    font-family: 'Courier New', monospace;
    font-weight: bold;
}

/* Total guns display styling */
#total-guns-display {
    background-color: #001100;
    border: 2px solid #00ff00;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: bold;
    color: #00ff00;
    font-size: 1.1em;
    text-align: center;
    min-width: 60px;
    display: inline-block;
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.2);
}

.results h3 {
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid #00ff00;
    padding-bottom: 8px;
}

.result-item {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    padding: 5px 0;
    border-bottom: 1px solid #003300;
}

.result-label {
    font-weight: bold;
    color: #00cc00;
}

.result-value {
    font-weight: bold;
    color: #00ff00;
    text-align: right;
}

/* Gun solutions display */
.gun-solutions {
    background-color: #001100;
    border: 2px solid #00ff00;
    border-radius: 3px;
    padding: 15px;
    margin: 15px 0;
    margin-right: 180px; /* Slightly reduced right margin to decrease gap with floating buttons */
    font-family: 'Courier New', monospace;
    white-space: pre-wrap;
    max-height: 120px; /* Reduced height to show about 1 gun at a time */
    overflow-y: auto;
}

.gun-solutions::-webkit-scrollbar {
    width: 8px;
}

.gun-solutions::-webkit-scrollbar-track {
    background: #000000;
}

.gun-solutions::-webkit-scrollbar-thumb {
    background: #00ff00;
    border-radius: 4px;
}

/* Mortar coordinates */
.mortar-coord {
    background-color: #001100;
    border: 1px solid #00ff00;
    border-radius: 3px;
    padding: 10px;
    margin: 8px 0;
}

.mortar-coord label {
    display: inline-block;
    margin: 5px 15px 5px 0;
    min-width: 150px;
}

.mortar-coord input {
    width: 100px;
    display: inline-block;
}

/* Sheaf parameters */
.sheaf-params {
    background-color: #001100;
    border: 1px solid #00ff00;
    border-radius: 3px;
    padding: 15px;
    margin: 10px 0;
}

/* Status indicators */
.status {
    padding: 8px 15px;
    margin: 10px 0;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.status.success {
    background-color: #001100;
    border: 1px solid #00ff00;
    color: #00ff00;
}

.status.error {
    background-color: #110000;
    border: 1px solid #ff0000;
    color: #ff0000;
}

/* Responsive design */
@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    
    .input-row {
        flex-direction: column;
        align-items: stretch;
    }
    
    .input-row label {
        text-align: left;
        min-width: auto;
    }
    
    .input-row input,
    .input-row select {
        max-width: none;
    }
    
    .nav-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .nav-buttons button {
        width: 100%;
        max-width: 300px;
    }
}

/* Floating Home Button */
.floating-home-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
    background-color: #001100;
    color: #00ff00;
    border: 2px solid #00ff00;
    border-radius: 3px;
    padding: 10px 15px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 255, 0, 0.3);
    min-width: 80px;
}

.floating-home-btn:hover {
    background-color: #00ff00;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0, 255, 0, 0.5);
    transform: translateY(-2px);
}

.floating-home-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 255, 0, 0.3);
}

/* Floating Back Button */
.floating-back-btn {
    position: fixed;
    top: 70px;
    left: 20px;
    z-index: 1000;
    background-color: #001100;
    color: #00ff00;
    border: 2px solid #00ff00;
    border-radius: 3px;
    padding: 10px 15px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 255, 0, 0.3);
    min-width: 80px;
}

.floating-back-btn:hover {
    background-color: #00ff00;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0, 255, 0, 0.5);
    transform: translateY(-2px);
}

.floating-back-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 255, 0, 0.3);
}

/* Hide floating back button on home page */
#home-page .floating-back-btn {
    display: none;
}

/* Floating Action Buttons */
.floating-action-buttons {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: rgba(0, 17, 0, 0.9);
    padding: 15px;
    border: 1px solid #00ff00;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.2);
}

.floating-action-btn {
    background-color: #001100;
    color: #00ff00;
    border: 2px solid #00ff00;
    border-radius: 3px;
    padding: 10px 15px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 255, 0, 0.3);
    min-width: 120px;
    white-space: nowrap;
}

.floating-action-btn:hover {
    background-color: #00ff00;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0, 255, 0, 0.5);
    transform: translateY(-2px);
}

.floating-action-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 255, 0, 0.3);
}

/* Two Column Layout */
.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
    margin-right: 180px; /* Slightly reduced right margin to decrease gap with floating buttons */
    align-items: start; /* Align columns to start, they will naturally end at same height */
}

.left-column,
.right-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .two-column-layout {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-right: 0; /* Remove right margin on mobile since buttons are static */
    }
    
    .results,
    .gun-solutions {
        margin-right: 0; /* Remove right margin on mobile since buttons are static */
    }
    
    .floating-action-buttons {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin: 20px 0;
        gap: 10px;
    }
    
    .floating-action-btn {
        min-width: auto;
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* Modal Styles */
.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: #0f0f0f;
    border: 2px solid #00ff00;
    border-radius: 5px;
    margin: 5% auto;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
    position: relative;
}

.close {
    color: #00ff00;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}

.close:hover {
    color: #00cc00;
}

.mto-item {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 8px 0;
    border-bottom: 1px solid #003300;
}

.mto-label {
    font-weight: bold;
    color: #00cc00;
}

.mto-value {
    color: #00ff00;
    font-weight: bold;
}

.modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.modal-buttons button {
    min-width: 120px;
}

/* NFA Warning Modal Styles */
.nfa-warning-details {
    background-color: #001100;
    border: 1px solid #ff4444;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
}

.nfa-warning-details div {
    margin: 8px 0;
    color: #ff6666;
}

.nfa-warning-details strong {
    color: #ff8888;
}

/* NFA Form Styles */
.nfa-form {
    margin: 20px 0;
}

.nfa-form .input-group {
    margin: 15px 0;
    text-align: left;
}

.nfa-form label {
    display: block;
    margin-bottom: 5px;
    color: #00cc00;
    font-weight: bold;
}

.nfa-form input {
    width: 100%;
    padding: 10px;
    background-color: #000000;
    color: #00ff00;
    border: 2px solid #00ff00;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
}

.nfa-form input:focus {
    border-color: #00cc00;
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.3);
    background-color: #001100;
}

.nfa-form input::placeholder {
    color: #666;
}

/* Known Point Form Styles */
.known-point-form {
    margin: 20px 0;
}

.known-point-form .input-group {
    margin: 15px 0;
    text-align: left;
}

.known-point-form label {
    display: block;
    margin-bottom: 5px;
    color: #00cc00;
    font-weight: bold;
}

.known-point-form input {
    width: 100%;
    padding: 10px;
    background-color: #000000;
    color: #00ff00;
    border: 2px solid #00ff00;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
}

.known-point-form input:focus {
    border-color: #00cc00;
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.3);
    background-color: #001100;
}

.known-point-form input::placeholder {
    color: #666;
}

/* Modal scrollbar styling */
.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #00ff00;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #00cc00;
}

/* Logged Missions Styles */
.logged-mission {
    background-color: #0f0f0f;
    border: 1px solid #00ff00;
    border-radius: 3px;
    margin: 15px 0;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.logged-mission:hover {
    background-color: #001100;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
}

.logged-mission-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #003300;
}

.logged-mission-title {
    font-weight: bold;
    color: #00ff00;
    font-size: 1.1em;
}

.logged-mission-timestamp {
    color: #00cc00;
    font-size: 0.9em;
}

.logged-mission-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 10px 0;
}

.logged-mission-detail {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.logged-mission-detail-label {
    color: #00cc00;
    font-weight: bold;
}

.logged-mission-detail-value {
    color: #00ff00;
}

.logged-mission-solutions {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #003300;
}

.logged-mission-solutions h4 {
    color: #00cc00;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.logged-mission-gun-solution {
    background-color: #001100;
    border: 1px solid #003300;
    border-radius: 2px;
    padding: 8px;
    margin: 5px 0;
}

.logged-mission-gun-solution-header {
    font-weight: bold;
    color: #00ff00;
    margin-bottom: 5px;
}

.logged-mission-gun-solution-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    font-size: 0.9em;
}

.delete-mission-btn {
    background-color: #110000;
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 60px;
}

.delete-mission-btn:hover {
    background-color: #ff0000;
    color: #000000;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.4);
}

/* Responsive design for desktop */
@media (min-width: 1200px) {
    .page {
        max-width: 1000px;
        margin: 0 auto;
    }
}

/* Section Configuration */
.section-config {
    background-color: #001100;
    border: 1px solid #00ff00;
    border-radius: 3px;
    padding: 10px;
    margin: 8px 0;
}

.section-config label {
    display: inline-block;
    margin: 5px 15px 5px 0;
    min-width: 150px;
}

.section-config select {
    width: 100px;
    display: inline-block;
}

/* Section Selection */
.section-selection {
    background-color: #001100;
    border: 1px solid #00ff00;
    border-radius: 3px;
    padding: 2px;
    margin: 1px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.section-selection label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    font-size: 0.75em;
    padding: 2px 4px;
    font-weight: bold;
    color: #00cc00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #000000;
    border: 1px solid #00ff00;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.section-selection label:hover {
    background-color: #001100;
    border-color: #00cc00;
}

/* Section Selection within input-group */
.input-group .input-row label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    font-size: 0.75em;
    padding: 2px 4px;
    font-weight: bold;
    color: #00cc00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #000000;
    border: 1px solid #00ff00;
    border-radius: 2px;
    transition: all 0.2s ease;
    min-width: auto;
    text-align: left;
}

.input-group .input-row label:hover {
    background-color: #001100;
    border-color: #00cc00;
}

/* Compact section selection container */
#section-selection-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 2px;
}

#section-selection-grid .input-row {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.section-selection input[type="checkbox"] {
    margin-right: 4px;
    appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #00ff00;
    border-radius: 1px;
    background-color: #000000;
    cursor: pointer;
    position: relative;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.section-selection input[type="checkbox"]:checked {
    background-color: #00ff00;
    border-color: #00cc00;
}

.section-selection input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 1px;
}

.section-selection input[type="checkbox"]:hover {
    border-color: #00cc00;
    box-shadow: 0 0 3px rgba(0, 255, 0, 0.4);
    background-color: #001100;
}

.section-selection input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 4px rgba(0, 255, 0, 0.5);
    border-color: #00cc00;
}

/* Apply same checkbox styling to input-group checkboxes */
.input-group input[type="checkbox"] {
    margin-right: 4px;
    appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #00ff00;
    border-radius: 1px;
    background-color: #000000;
    cursor: pointer;
    position: relative;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.input-group input[type="checkbox"]:checked {
    background-color: #00ff00;
    border-color: #00cc00;
}

.input-group input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 1px;
}

.input-group input[type="checkbox"]:hover {
    border-color: #00cc00;
    box-shadow: 0 0 3px rgba(0, 255, 0, 0.4);
    background-color: #001100;
}

.input-group input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 4px rgba(0, 255, 0, 0.5);
    border-color: #00cc00;
}

/* Total Guns Display */
#total-guns-display {
    color: #00ff00;
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px 10px;
    background-color: #001100;
    border: 1px solid #00ff00;
    border-radius: 3px;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}
