/* Minification failed. Returning unminified contents.
(722,1): run-time error CSS1019: Unexpected token, found '}'
(1231,1): run-time error CSS1019: Unexpected token, found '}'
(1628,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1629,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1939,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1940,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2354,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2355,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2945,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2946,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3468,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3469,10): run-time error CSS1035: Expected colon, found '{'
(4079,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4080,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* SITEMASTER */



/* Warrior Theme */
body.warrior-theme {
    background-color: #0e0e0e;
    color: #e4e4e4;
    font-family: 'Teko', sans-serif;
    border-radius: 10px;
}

    body.warrior-theme .reg-btn {
        background-color: #1f1f1f;
        color: #f4a261;
        border: 1px solid #f4a261;
        text-transform: uppercase;
    }

    body.warrior-theme h1,
    body.warrior-theme h2 {
        color: #f4a261;
        text-shadow: 0 0 3px #000;
    }

    body.warrior-theme a {
        color: #e76f51;
    }

    body.warrior-theme .reg-wrapper {
        border: 2px solid #2a2a2a;
        background: linear-gradient(to bottom, #1a1a1a, #0e0e0e);
        padding: 1em;
        border-radius: 8px;
    }


@media (max-width: 600px) {

    .grid-container {
        width: 100% !important;
        margin: 0 auto;
        background-color: transparent;
        border-radius: 10px;
    }

    #postConsole {
        font-size: 1.0rem;
        background: white;
        border-radius: 10px;
        padding: 20px;
        max-width: 300px;
        width: 70%;
        z-index: 1000;
        position: relative;
        box-sizing: border-box;
    }

    .console-content {
        max-width: 300px;
        margin: 0 auto;
        padding: 10px;
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.08);
        box-sizing: border-box;
    }

    .reaction-bar {
        flex-direction: row;
    }

    .reaction-btn {
        font-size: 14px;
        padding: 8px;
    }

    .user-img {
        width: 25px;
        height: 25px;
    }

    .flag-input-wrapper {
        position: relative;
        width: 100%;
    }

    .flag-icon {
        position: absolute;
        left: 10px;
        top: 50%;
        height: 20px;
        transform: translateY(-50%);
        animation: flagWaveFix 1.2s ease-in-out infinite;
        transform-origin: center;
        pointer-events: none;
        z-index: 1;
    }

    .flag-input {
        padding-left: 2.8em; /* if flag is wider */
        font-size: 1rem;
    }

    @keyframes flagWaveFix {
        0% {
            transform: translateY(-50%) rotate(0deg);
        }

        25% {
            transform: translateY(-50%) rotate(3deg);
        }

        50% {
            transform: translateY(-50%) rotate(0deg);
        }

        75% {
            transform: translateY(-50%) rotate(-3deg);
        }

        100% {
            transform: translateY(-50%) rotate(0deg);
        }
    }

    .left-column {
        width: 100% !important;
        flex: 1 1 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    .grid-left {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .grid-right {
        display: none !important;
    }

    .left-column2 {
        flex: 0 0 40%;
    }

    .right-column2 {
        flex: 0 0 40%;
        background-color: #fff;
    }

    .intel-box-facts {
        width: 150px;
        font-weight: bold !important;
    }

    .eagle-popup {
        font-size: 1.0rem !important;
        width: 70% !important;
        height: auto;
    }

    .popup-content {
        font-size: 1.0rem !important;
        width: 70% !important;
    }

    .reg-btn {
        font-size: 1.0rem !important;
    }

    .reg-wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 100vw; /* Use full viewport width */
        margin: 0 auto;
        padding: 0;
        gap: 10px;
        box-sizing: border-box;
    }

    .reg-image {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        text-align: center;
        box-sizing: border-box;
    }

        .reg-image img {
            width: 100% !important;
            height: auto !important;
            max-width: 100% !important;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            border-radius: 10px;
            box-sizing: border-box;
        }

    .reg-form {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 15px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .def-image {
        width: 250px !important;
        height: 250px !important;
    }

    .modal-content {
        background: white;
        padding: 1.0rem;
        border-radius: 12px;
        text-align: center;
        min-width: 300px;
        max-width: 350px;
        max-height: 90vh;
        box-shadow: 0 0 20px black;
        position: relative;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .image-wrapper {
        position: relative;
        z-index: 2; /* Ensure it's above the grid background */
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin: 0 auto;
    }

    .left-column {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 10px; /* optional space */
        box-sizing: border-box;
    }

    .fsTxtBox {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .scrolling-text {
        animation: scrollTextMobile 15s linear infinite !important;
    }

    @keyframes scrollTextMobile {
        0% {
            transform: translateX(40%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    a {
        font-size: 0.75rem !important;
    }

    .login-container {
        flex-direction: column-reverse; /* 💥 stacks form on top, image below */
        height: auto;
        box-sizing: border-box;
    }

    .login-form {
        max-width: 400px !important;
        width: 100%;
        height: auto;
        min-height: 600px;
    }

    .login-image {
        flex: 1;
        border-radius: 5px;
        overflow: hidden; /* 🔥 this is the magic */
        max-height: 450px;
        height: 450px;
        text-align: center;
        box-sizing: border-box;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .user-container {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .user-info {
        display: none; /* hide name + profile link on mobile */
    }

    .user-image {
        width: 100% !important;
        height: auto !important;
        border-radius: 10px;
    }

    h2 {
        margin-bottom: 5px;
        text-align: center;
    }

    label {
        font-size: 0.75rem;
        font-weight: bold;
        color: #003366;
    }

    .icon-preview {
        gap: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 0.75rem;
    }

        .icon-preview img {
            width: 24px;
            height: 24px;
            border-radius: 4px;
            border: 1px solid #ccc;
        }

    .btnPost2 {
        font-size: 0.75rem;
        padding: 5px;
        color: steelblue;
    }

        .btnPost2:hover {
            background-color: #4682b4;
        }

    .subtle-upload-link {
        font-size: 0.75rem;
    }

        .subtle-upload-link:hover {
            background-color: #f8f8f8;
            border-color: #999;
            color: #000;
        }

    .section-block {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        box-sizing: border-box;
        background-color: white;
    }

        .section-block table {
            width: 100%;
            table-layout: fixed;
            border-collapse: collapse;
            box-sizing: border-box;
        }

        .section-block td,
        .section-block th {
            box-sizing: border-box;
            word-wrap: break-word;
            overflow-wrap: break-word;
            max-width: 100%;
            box-sizing: border-box;
        }

    .quote {
        text-align: left;
        font-size: 1.0rem;
        font-style: italic;
        color: silver;
        padding: 0 6px;
        box-sizing: border-box;
    }

    .bio, .quote {
        max-width: 90%;
        box-sizing: border-box;
        padding: 0 10px; /* optional but gives breathing room */
        overflow-wrap: break-word;
        box-sizing: border-box;
    }

    .scroll-container {
        width: 300px;
        overflow-x: hidden;
        padding: 0 6px;
        box-sizing: border-box;
    }

    .scroll-track {
        display: inline-flex;
        min-width: 200%;
        animation: scrollLoop 30s linear infinite;
        box-sizing: border-box;
    }

    .scroll-text {
        white-space: nowrap;
        font-size: 1.0rem;
        color: steelblue;
        padding-right: 50px;
        box-sizing: border-box;
    }

    @keyframes scrollLoop {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .profile-image {
        opacity: 0.4;
        width: 100px !important;
        height: 100px !important;
        margin-left: 10px !important;
        margin-top: -95px !important;
    }

        .profile-image:hover {
            opacity: 1;
        }

    .medal-tooltip {
        display: none;
        position: absolute;
        bottom: 200% !important;
        left: 65% !important;
        transform: translateX(-50%) !important;
        background: #111;
        color: white;
        padding: 5px;
        border-radius: 10px;
        box-shadow: 0 0 8px rgba(0,0,0,0.3);
        z-index: 9999;
        width: 150px !important;
        pointer-events: auto;
        text-align: left;
        max-height: 90px !important;
        overflow-y: auto;
        overflow-wrap: break-word;
        word-break: break-all; /* 🔥 force word splitting */
        white-space: normal;
    }

    .medal-cell.active .medal-tooltip {
        display: block;
    }

    .nav-user-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        outline: none;
        border: none;
        user-select: none;
    }

    .nav-icons {
        display: flex;
        margin: 10px !important;
        align-items: center;
        gap: 5px;
        overflow-x: auto;
        white-space: nowrap;
        flex-grow: 1;
        scrollbar-width: none;
        box-sizing: border-box;
    }

    .cover-image {
        height: 125px !important; /* 💡 fixed crop height */
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }

        .cover-image img {
            width: 100%;
            height: auto;
            min-height: 100%; /* 👈 ensure it fills the height */
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%); /* 🎯 center vertically */
            object-fit: cover;
        }

    .badge-tooltip {
        position: absolute;
        bottom: 160% !important;
        left: 45%;
        transform: translateX(-50%);
        background: #111;
        color: white;
        border-radius: 10px;
        padding: 10px;
        white-space: nowrap;
        z-index: 9999;
        box-shadow: 0 0 8px rgba(0,0,0,0.3);
        display: none;
    }

    .invite-bar {
        height: auto;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 3px;
        font-size: 0.85rem;
    }

    .rise-badge-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* 🍎 smooth scroll for iOS */
    }

    .rise-badge-grid {
        flex-wrap: nowrap; /* 🔒 Keep badges in one row */
        min-width: max-content; /* 📏 Force overflow when needed */
    }

    .featured-tag {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* 🍎 smooth scroll for iOS */
    }

    .rise-tag {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* 🍎 smooth scroll for iOS */
    }

    .rise-popup .modal-content {
        max-width: 95%;
        padding: 20px;
        font-size: 0.95rem;
    }

    #friendlight img {
        width: 50px !important;
        height: 50px !important;
    }

    #friendlight a:nth-child(2) img {
        margin-left: -40px !important;
    }

    #friendlight div[style*="display:flex"],
    #friendlightIntel div[style*="display:flex"] {
        flex-wrap: wrap !important;
        gap: 0 !important;
        justify-content: center !important;
    }

    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(5, 5, 5, 0.8);
        display: flex;
        align-items: center;
        box-sizing: border-box;
        justify-content: center;
        z-index: 1000;
    }

    .modal-content {
        background: white;
        padding: 0.5rem;
        border-radius: 12px;
        text-align: center;
        min-width: 200px;
        max-width: 320px;
        max-height: 90vh;
        box-shadow: 0 0 20px black;
        position: relative;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .challenge-text {
        font-size: 1.0rem;
        font-weight: bold;
        color: steelblue;
        padding: 5px 6px;
        text-align: center;
        line-height: 1.6;
        word-wrap: break-word;
        hyphens: auto;
        letter-spacing: 0.2px;
    }

    .challenge-card {
        font-size: 1.0rem;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 3px;
        box-sizing: border-box;
        color: firebrick;
        font-weight: bold;
    }

    .topright-box {
        font-size: 2.0rem;
        font-weight: bold;
        background: white;
        color: steelblue;
        border-radius: 10px;
        padding: 5px;
        box-shadow: 0 0 12px rgba(70,130,180, 0.5); /* steelblue glow */
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }

    .topright-row {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }

    .topright-box a {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
        color: firebrick;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }

        .topright-box a:hover {
            color: steelblue;
            border-radius: 0;
        }

    .topright-weather {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center; /* 🛠️ Ensure items align vertically */
        gap: 10px; /* Optional spacing */
        line-height: 1; /* Avoid weird extra vertical height */
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }

        .topright-weather > * {
            margin: 0;
            padding: 0;
            line-height: 1;
        }

    .success-popup {
        position: fixed;
        top: 0 !important;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(5, 5, 5, 1.0) !important;
        height: 100% !important;
        width: 100% !important;
        z-index: 1001;
        text-align: center;
    }

        .success-popup img {
            margin-top: 50%;
            height: 450px;
            max-width: 90% !important;
            background: rgba(5, 5, 5, 1.0) !important;
            align-items: center;
            border-radius: 10px;
            z-index: 1002;
        }

    .intro-overlay {
        position: absolute;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
        background-color: black !important;
        color: white;
        font-size: 1.0rem;
        padding: 10px;
        border-radius: 10px;
        width: calc(100% - 2rem); /* fits within container minus margin */
        z-index: 5;
        text-align: center;
        box-sizing: border-box;
    }
}



/* End of Max-Width: 600 */



@media screen and (max-width: 600px) and (orientation: portrait) {

    .cover-image {
        height: 200px; /* 🔥 fixed height for consistency */
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
    }

        .cover-image img {
            width: 100%;
            height: 100%; /* 🔒 fill the container */
            object-fit: cover; /* 💅 make it pretty */
            display: block;
        }

    .profile-name {
        margin-left: 130px !important;
        margin-top: -45px !important;
        font-size: 1.0rem;
    }

    .record-scroll-row {
        height: 60px;
        overflow-x: auto !important;
        overflow-y: hidden;
        white-space: nowrap;
        display: block;
        box-sizing: border-box;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

        .record-scroll-row > * {
            display: inline-block;
            vertical-align: top;
            margin-right: 3px; /* spacing between items */
            white-space: normal; /* allows wrapping inside each item */
        }

    .invite-bar {
        height: auto;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 3px;
        font-size: 0.85rem;
    }

    .modal-content {
        width: 70%; /* 🔥 Responsive! */
        max-width: 300px; /* 🛑 Keeps it from stretching on larger phones */
        margin: auto;
        border-radius: 12px;
    }

    .popup-content {
        font-size: 1.0rem;
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
        text-align: center;
        max-width: 70%;
        min-width: 300px;
        height: auto;
        font-family: 'Merriweather', serif;
        color: steelblue;
    }

}


/* End 600 and Portrait */



@media (max-width: 768px) {

    .grid-wrapper {
        display: flex;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        padding: 0 !important;
    }

    .fsTxtBox {
        color: steelblue;
        font-size: 1.0rem;
        font-family: 'Roboto', sans-serif;
        width: 100%;
        height: 100px;
        overflow-y: auto;
        box-sizing: border-box;
        resize: none;
        border: none;
        text-decoration: none;
    }

    .left-column {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #e0e0e0;
    }

    .right-column {
    }

    .fsTxtBox {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .grid-container {
        display: flex;
        flex-direction: column;
    }

    .about-container {
        flex-direction: column;
    }

    .about-content {
        order: 1;
    }

    .about-row-wrapper {
        order: 2;
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-thumb {
        width: 90%;
        max-width: none;
        margin-bottom: 10px;
    }

    .two-column-container1 {
        flex-direction: column;
    }

    .left-column1, .right-column1 {
        flex: 0 0 100%;
        border: none;
    }

    .left-column1 {
        border-bottom: 1px solid #e0e0e0;
    }

    .section-block {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        box-sizing: border-box;
        background-color: white;
    }

        .section-block table {
            width: 100%;
            table-layout: fixed;
            border-collapse: collapse;
            box-sizing: border-box;
        }

        .section-block td,
        .section-block th {
            box-sizing: border-box;
            word-wrap: break-word;
            overflow-wrap: break-word;
            max-width: 100%;
            box-sizing: border-box;
        }

    .quote {
        text-align: left;
        font-size: 1.0rem;
        font-style: italic;
        color: silver;
        padding: 0 6px;
        box-sizing: border-box;
    }

    .bio, .quote {
        max-width: 90%;
        box-sizing: border-box;
        padding: 0 10px; /* optional but gives breathing room */
        overflow-wrap: break-word;
        box-sizing: border-box;
    }

    .scroll-container {
        width: 300px;
        overflow-x: hidden;
        padding: 0 6px;
        box-sizing: border-box;
    }

    .scroll-track {
        display: inline-flex;
        min-width: 200%;
        animation: scrollLoop 30s linear infinite;
        box-sizing: border-box;
    }

    .scroll-text {
        white-space: nowrap;
        font-size: 1.0rem;
        color: steelblue;
        padding-right: 50px;
        box-sizing: border-box;
    }

    .profile-image {
        opacity: 0.4;
        width: 100px !important;
        height: 100px !important;
        margin-left: 25px !important;
        margin-top: -65px !important;
    }

        .profile-image:hover {
            opacity: 1;
        }

    .nav-user-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        outline: none;
        border: none;
        user-select: none;
    }

    .reg-wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 100vw; /* Use full viewport width */
        margin: 0 auto;
        padding: 0;
        gap: 10px;
        box-sizing: border-box;
    }

    .reg-image {
        height: 75vh !important;
        min-height: 400px;
        max-height: none !important;
        width: 100% !important;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .reg-image img {
            height: 100% !important;
            width: auto !important; /* 💡 allow it to fill naturally without squashing */
            object-fit: cover;
            display: block;
            margin: 0 auto;
        }

    .reg-form {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 15px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .invite-bar {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }

    .invite-bar {
        height: auto;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 3px;
        font-size: 0.85rem;
    }

    #friendlight img {
        width: 100px !important;
        height: 100px !important;
    }

    #friendlight a:nth-child(2) img {
        margin-left: -40px !important;
    }

    #friendlight div[style*="display:flex"],
    #friendlightIntel div[style*="display:flex"] {
        flex-wrap: wrap !important;
        gap: 0 !important;
        justify-content: center !important;
    }

    }




/* End of 768 */




@media screen and (max-width: 800px) and (orientation: landscape) {

    .cover-image {
        height: 200px; /* 🔥 fixed height for consistency */
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
    }

        .cover-image img {
            width: 100%;
            height: 100%; /* 🔒 fill the container */
            object-fit: cover; /* 💅 make it pretty */
            display: block;
        }

    .grid-container,
    .grid-container2,
    .grid-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .profile-image {
        width: 150px !important;
        height: 150px !important;
        margin-left: 35px !important;
        margin-top: -120px !important;
    }

    .profile-name {
        margin-left: 125px;
        margin-top: -30px;
        font-size: 4vw;
    }

    .social-row {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap; /* ❌ no wrapping */
        gap: 12px;
        padding: 6px 0;
        overflow-x: auto; /* optional scroll on tiny viewports */
    }

    .social-icon a {
        font-size: 24px;
        display: inline-block;
        text-decoration: none;
        color: inherit;
    }

    /* 📱 Responsive tweak */


    .bio-block {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .scroll-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding: 10px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .scroll-track {
        display: inline-flex;
        min-width: 100%;
        animation: scrollLoop 30s linear infinite;
        box-sizing: border-box;
    }

    .scroll-text {
        white-space: nowrap;
        font-size: 1.0rem;
        color: steelblue;
        padding-right: 50px;
    }

    @keyframes scrollLoop {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

        .Pagers a, .Pagers span {
            margin: 0 5px;
            padding: 5px 10px;
            color: steelblue;
            text-decoration: none;
            font-size: medium;
        }

            .Pagers a:hover {
                background-color: lightgrey;
            }

        .Pagers .current {
            font-weight: bold;
            background-color: #f0f0f0;
        }

    .edit-bio-button {
        font-size: 2.0rem;
        background: linear-gradient(to bottom, #ffffff, #003366);
        border-radius: 5px;
        padding: 3px;
        border: thin solid steelblue;
        text-decoration: none;
        z-index: 100;
        line-height: 1;
        vertical-align: middle !important;
    }

    .edit-bio-button {
        font-size: 14px !Important;
        line-height: 1;
    }

    .nav-user-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        outline: none;
        border: none;
        user-select: none;
    }

    .reg-wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 100vw; /* Use full viewport width */
        margin: 0 auto;
        padding: 0;
        gap: 10px;
        box-sizing: border-box;
    }

    .reg-image {
        display: none !important;
        box-sizing: border-box;
    }

    .reg-form {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 15px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

}




/* End of Max-Width: 800 Landscape */




/* Global Styles */



a {
    
    text-decoration: none;
    font-size: 1.0rem !important;
}

    a:hover {
        transition: all 0.3s ease-in-out;
    }



h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem !important;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background-color: steelblue;
}

body {
    padding: 5px; /* 👈 Your cozy outside spacing lives here */
    color: steelblue;
    font-size: 1rem;
    box-sizing: border-box;
    height: 100%;
}

    /* Warrior Theme */
    body.warrior-theme {
        background-color: #0e0e0e;
        color: #e4e4e4 !important;
        font-family: 'Teko', sans-serif;
        border-radius: 10px;
    }

    html.warrior-theme {
        background-color: white !important;
        color: #e4e4e4;
    }

    body.warrior-theme .modal-content {
    background-color: black !important;
}

    body.warrior-theme .challenge-text {
    color: #e4e4e4 !important;
    }

body.warrior-theme .elistcta {
    text-align: center;
    background: linear-gradient(to bottom, #1a1a1a, #0e0e0e) !important;
    color: #f4a261;
    padding: 10px !important;
    border-radius: 6px;
    font-size: 1rem;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}


body.warrior-theme .reg-btn {
    background: linear-gradient(to bottom, #1a1a1a, #0e0e0e) !important;
    color: #f4a261;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif !important;
}

body.warrior-theme h1,
body.warrior-theme h2 {
    color: #1f1f1f;
    text-shadow: 0 0 3px #000;
}

        body.warrior-theme a {
            color: #e76f51;
            cursor: pointer !important;
        }

        body.warrior-theme .def-name {
            color: #f4a261;
            text-shadow: 0 0 3px #000;
        }

        body.warrior-theme .def-gender {
            color: #f4a261;
            text-shadow: 0 0 3px #000;
        }

        body.warrior-theme .reg-wrapper {
            border: 2px solid #2a2a2a;
            background: linear-gradient(to bottom, #1a1a1a, #0e0e0e);
            padding: 1em;
            border-radius: 8px;
        }

        body.warrior-theme .rise-tag {
        color: #f4a261;
         }


.container-fluid.body-content {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto !important;
}

blockquote, .quote, .quote-text {
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #555;
    font-size: 1.0rem;
}

.collapsing {
    -webkit-transition: height 0.75s ease;
    transition: height 0.75s ease;
}

.round-img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    margin: 0 10px;
}

    .round-img:hover {
        transform: scale(1.1);
    }

.custom-top-nav {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 800px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
    box-sizing: border-box;
}

.nav-user-img {
    margin-top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    outline: none;
    border: none;
    user-select: none;
}

.nav-icons {
    display: flex;
    margin: 10px !important;
    align-items: center;
    gap: 5px;
    overflow-x: auto;
    white-space: nowrap;
    flex-grow: 1;
    scrollbar-width: none;
    box-sizing: border-box;
}

    .nav-icons::-webkit-scrollbar {
        display: none;
    }

    .nav-icons a {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        color: steelblue;
        background-color: #f5f5f5;
        text-decoration: none;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s, transform 0.2s;
        flex: 0 0 auto;
    }

.nav-icon-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 4px; /* optional if you want to round it a little */
    display: block;
    border-radius: 10px;
}

        .nav-icons a:hover {
            background-color: rgba(255, 99, 71, 0.15);
            box-shadow: 0 0 8px rgba(255, 99, 71, 0.4);
            transform: scale(1.1);
        }

            .nav-icons a:hover i {
                color: #e63946 !important;
            }

.auth-icons {
    display: flex;
    gap: 12px;
}

.hidden {
    display: none;
}

footer {
    text-align: center;
    width: 100%;
    color: white;
    box-sizing: border-box;
    margin-top: 5px;
}

    footer a {
        text-align: center;
        width: 100%;
        color: white;
        box-sizing: border-box;
    }

.notification-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
}

.notification-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 12px;
    max-width: 70%;
    width: 600px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

    .close-btn:hover {
        color: #000;
    }

    .cta-slider-container {
    width: 100%;
    background: linear-gradient(to right, firebrick, #8B0000);
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    margin: 5px auto;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

.cta-slide {
    display: none;
    transition: opacity 1s ease-in-out;
}

    .cta-slide.active {
        display: block;
    }

.cta-link {
    color: gold;
    font-weight: bold;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer !important;
}






/* FREE SPEECH */





#publicContactMessages {
    background-color: #0d1b0d; /* CRT background */
    color: #00ff66; /* bright terminal green */
    font-family: 'Courier New', monospace;
    padding: 10px;
    border: 2px solid #00ff66;
    border-radius: 6px;
    box-shadow: inset 0 0 6px #00ff66;
    margin-top: 10px;
    max-height: 200px;
    overflow-y: auto;
}

    #publicContactMessages .public-scroll {
        margin-bottom: 1em;
        padding: 4px;
        border-left: 3px solid #00ff66;
        padding-left: 10px;
        background-color: rgba(0, 255, 102, 0.08);
    }

    #publicContactMessages strong {
        color: #00ff99;
    }

    #publicContactMessages em {
        display: block;
        color: #66ff99;
        font-style: normal;
        font-size: 0.95em;
        margin-top: 4px;
    }

/* Wrapper: Soft white bar with rounded corners and padding */
.rise-badge-wrapper {
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
    overflow-x: auto;
    -ms-overflow-style: none; /* IE/Edge */
    scrollbar-width: none; /* Firefox */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll-arrow-right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(calc(-50% + 40px)); /* perfect vertical nudge */
    pointer-events: none;
    z-index: 5;
}

.scroll-arrow-inner {
    font-size: 1.4rem;
    color: white;
    opacity: 0.8;
    text-shadow: 0 0 5px black;
    animation: nudgeRight 2.4s infinite ease-in-out;
    display: inline-block;
}

@keyframes nudgeRight {
    0%, 100% {
        transform: translateY(-50%) translateX(0);
    }

    50% {
        transform: translateY(-50%) translateX(4px);
    }
}

.scroll-line-hint {
    text-align: center;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    color: black;
    opacity: 0.5;
    margin-top: 6px;
    letter-spacing: 2px;
    pointer-events: none;
}

/* Hides horizontal scrollbar but keeps scroll functional */
.rise-badge-wrapper::-webkit-scrollbar {
    display: none;
}


.rise-badge-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
    max-width: 100%;
    position: relative;
    overflow: visible;
}

.rise-badge {
    width: 74px;
    height: 74px;
    border-radius: 12px;
    background-color: steelblue;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s;
    position: relative; /* 🔥 REQUIRED for ::after positioning */
    z-index: 10; /* 🔥 Lift badge slightly */
    transition: transform 0.3s ease;
}

    .rise-badge:hover {
        background-color: #4682b4;
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
        transform: scale(1.1);
        z-index: 9999; /* 🔥 Bring to the very top when hovering */
    }

    .rise-badge .emoji {
        transition: text-shadow 0.3s ease, filter 0.3s ease;
    }

    .rise-badge:hover .emoji {
        text-shadow: 0 0 6px #fff, 0 0 12px silver;
        filter: brightness(1.2) saturate(1.3);
    }

    /* Tooltip Card */
    .rise-badge::after {
        content: attr(data-title) "\A" attr(data-info);
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
        background-color: #000;
        color: white;
        font-size: 1.0rem;
        font-weight: normal;
        white-space: pre-line;
        text-align: center;
        border-radius: 10px;
        padding: 10px;
        width: 150px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.4);
        opacity: 0;
        pointer-events: none;
        z-index: 9999;
        transition: opacity 0.2s ease, transform 0.2s ease;
        line-height: 1.4;
    }

    .rise-badge:hover::after {
        opacity: 1;
        transform: translateX(-50%) translateY(-14px);
    }

/* Separator */
.rise-separator {
    width: 24px;
    font-size: 1.4rem;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tooltip-host {
    position: absolute;
    display: none;
    background-color: black;
    color: white;
    padding: 10px;
    font-size: 0.9rem;
    border-radius: 8px;
    white-space: pre-line;
    z-index: 10000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    pointer-events: none;
}


.ad-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .ad-image:hover {
        transform: scale(1.03);
        box-shadow: 0 0 12px rgba(70,130,180,0.5);
    }

.ad-link {
    display: block;
    padding: 5px 5px;
    background-color: transparent;
    color: steelblue;
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .ad-link:hover {
        background-color: transparent;
        color: firebrick;
        text-shadow: 0 0 2px rgba(178, 34, 34, 0.3);
    }

.uName {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.0rem;
    color: steelblue;
    transition: color 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
    margin-top: 4px;
    text-decoration: none;
}

    .uName:hover {
        color: firebrick;
        text-shadow: 0 0 6px firebrick;
        cursor: pointer;
    }

#loadMore {
    color: white;
    width: 100%;
    background: transparent;
    border: 2px solid white;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease-in-out;
}

    #loadMore:hover {
        background: white;
        color: steelblue;
        box-shadow: 0 0 16px white;
        cursor: pointer;
    }

.hidden {
    display: none !important;
}

#postBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* optional backdrop dim */
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#postConsole {
    font-size: 1.0rem;
    background: white;
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    width: 80%;
    z-index: 1000;
    position: relative;
}

.console-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.post-hint {
    font-size: 0.85rem;
    color: #999;
    font-style: italic;
    margin-bottom: 6px;
    padding-left: 4px;
    line-height: 1.4;
}


#loginBtn:hover {
    background: linear-gradient(to bottom, firebrick, steelblue);
    color: white;
    border: 1px solid firebrick;
    box-shadow: 0 0 8px rgba(178, 34, 34, 0.5); /* soft red glow */
}

.topright-box {
    font-size: 1.0rem;
    background: white;
    color: steelblue;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 12px rgba(70,130,180, 0.5); /* steelblue glow */
    max-width: 100%;
    line-height: 1.6;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.topright-row {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.topright-box a {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    color: firebrick;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

    .topright-box a:hover {
        color: steelblue;
        border-radius: 0;
    }

.topright-weather {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.topright-scroll-wrapper {
    overflow: hidden;
    white-space: nowrap;
    background: #222;
    border-radius: 12px;
    margin-top: 10px;
    box-sizing: border-box;
    /* 🔥 Fade edges */
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    /* Optional glow effect */
    box-shadow: inset 0 0 12px rgba(70,130,180,0.5);
}

.topright-scrolling-text {
    animation: scroll-left 15s linear infinite;
    color: #ccc;
    font-style: italic;
    box-sizing: border-box;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}



#intelStrip {
    display: flex;
    align-items: center;
    height: 110px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 10px;
    gap: 1em;
    padding: 5px;
    white-space: nowrap;
    box-sizing: border-box;
    background-color: white;
    scroll-behavior: smooth;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: rgba(0,0,0,0.2) transparent; /* Firefox */
    margin-bottom: 5px;
    z-index: 1;
}

    #intelStrip::-webkit-scrollbar {
        height: 6px;
    }

    #intelStrip::-webkit-scrollbar-track {
        background: transparent;
    }

    #intelStrip::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

    /* Optional: make thumb darker on hover */
    #intelStrip:hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
    }

.intel-box {
    flex: 0 0 auto;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.yt-label {
    font-size: 10px;
    line-height: 1;
    color: #444;
    margin: 0;
}

.intel-box-facts {
    margin-top: -20px;
    width: 150px;
    min-width: 150px;
    height: 80px;
    padding: 3px;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.4;
    color: steelblue;
    text-align: justify;
    text-justify: inter-character; /* or 'distribute' */

    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all; /* 🔥 this is the magic */

    hyphens: none; /* disables soft hyphens */
    overflow: hidden; /* optional */
}

    /* Show vertical scroll only on hover */
    .intel-box-facts:hover {
        overflow-y: auto;
    }

    /* Optional: hide scrollbar visuals (for WebKit browsers) */
    .intel-box-facts::-webkit-scrollbar {
        width: 6px;
    }

    .intel-box-facts::-webkit-scrollbar-thumb {
        background-color: #aaa;
        border-radius: 3px;
    }

    .intel-box-facts::-webkit-scrollbar-track {
        background: transparent;
    }

.con-fact-row {
    text-align: center;
    font-size: 1.0rem;
    font-family: 'Merriweather', serif;
    padding: 10px 0;
    margin: 0 auto;
    width: 90%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
}

con-fact-row::-webkit-scrollbar {
    display: none;
}

con-fact-row:hover {
    scrollbar-width: thin; /* Firefox */
}

    con-fact-row:hover::-webkit-scrollbar {
        display: block;
        width: 8px;
    }

    con-fact-row:hover::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.3);
        border-radius: 4px;
    }

.meme-post {
    width: 100%;
    height: 500px;
    margin: 15px auto;
    background: linear-gradient(135deg, #111, #222);
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.meme-text {
    width: 100%;
}

.featured-tag,
.rise-tag {
    color: steelblue;
    display: flex;
    flex-wrap: nowrap; /* 🔒 Prevent wrapping */
    align-items: center;
    gap: 8px;
    height: 50px;
    padding: 0 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    overflow-x: auto; /* 🧼 Horizontal scroll */
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; /* 🔥 Keep text on one line */
}

.intel-box img,
.intel-box iframe {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.hfactsbx {
    color: steelblue;
    text-align: center;
    margin-top: 15px;
    background: linear-gradient(white, lightgrey) padding-box, linear-gradient(to bottom, #C0C0C0, #FF1493) border-box;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 1px;
    font-size: 14px;
}

.chat-feed-box {
    background-color: lightyellow;
    padding: 10px;
    border: thin solid silver;
    border-radius: 10px;
    margin-top: 10px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 1.0rem;
    color: steelblue;
    text-align: left; /* <- This ensures left alignment */
    overflow-y: hidden;
}

    .chat-feed-box span.chatuser {
        font-weight: bold;
        color: firebrick;
    }

    .chat-feed-box span.timestamp {
        font-size: 0.75rem;
        color: silver;
    }

/* You can reuse your sidebar-box styles OR tweak them */
.sidebar-box2, .sidebar-box3, .sidebar-box4 {
    width: 100%;
    flex: 0 0 auto;
    color: steelblue;
    scroll-snap-align: start;
    min-width: 200px;
    width: 100%;
    box-sizing: border-box;
    background: white;
    border-radius: 10px;
    text-align: center;
}

.sidebar-filler {
    flex-grow: 1;
    background: white;
    border: none;
    box-shadow: none;
    margin-top: auto; /* pushes it to bottom if needed */
}

.two-column-container {
    display: flex;
    width: 100%;
    padding: 15px;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
}

.fsTxtBox {
    color: steelblue;
    font-size: 1.0rem;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100px;
    max-width: 600px;
    overflow-y: auto;
    box-sizing: border-box;
    resize: none;
    border:none;
    text-decoration: none;
    outline: none;
}

    .fsTxtBox::placeholder {
        color: steelblue;
        font-style: italic;
        font-size: 1.0rem;
        opacity: 1;
    }

.fsTxtBox1 {
    color: steelblue;
    font-size: 1.0rem;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    resize: none;
    border: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
}

    .fsTxtBox1::placeholder {
        color: steelblue;
        font-style: italic;
        font-size: 1.0rem;
        opacity: 1;
    }

.txtBox3 {
    overflow-y: auto;
}

    .txtBox::placeholder, .txtBox3::placeholder {
        color: steelblue;
        font-style: italic;
        font-size: 16px;
        opacity: 1;
    }

.left-column {
    flex: 0 0 70%;
    padding: 10px;
    margin: 0 auto;
}

.right-column {
    flex: 0 0 200px; /* Fixed width */
    height: 200px; /* Fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

    .right-column img {
        width: 120px; /* control image size */
        height: 120px;
        border-radius: 50%;
        object-fit: cover; /* optional now */
        display: block;
        border: 2px solid #ccc; /* optional border */
    }

        .right-column img:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* sexy hover glow */
        }

.two-column3 {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 5px;
    box-sizing: border-box !important;
}

.left-column3 {
    flex: 0 0 50%;
    box-sizing: border-box !important;
}

.right-column3 {
    flex: 0 0 50%;
    background-color: #fff;
    box-sizing: border-box !important;
}

.pDate {
    display: inline-block;
    font-size: 1.0rem;
    color: silver;
    float: right;
    margin-top: 10px;
    margin-right: 25px;
    font-family: 'Merriweather', serif;
}

/* Responsive styles                                                               */


.insert {
    text-align: left;
    width: 100%;
    height: auto;
}

.post-img, .post-img-alt {
    border-radius: 10px;
    position: relative;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 8px auto;
    object-fit: cover;
    display: inline-block;
}

.post-img-alt {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin-left: 20px;
}

.flag-input-wrapper {
    position: relative;
    width: 100%;
}

.flag-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    height: 20px;
    transform: translateY(50%);
    animation: flagWaveFix 1.2s ease-in-out infinite;
    transform-origin: center;
    pointer-events: none;
    z-index: 1;
}

.flag-input {
    padding-left: 2.5em;
}

@keyframes flagWaveFix {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    25% {
        transform: translateY(-50%) rotate(3deg);
    }

    50% {
        transform: translateY(-50%) rotate(0deg);
    }

    75% {
        transform: translateY(-50%) rotate(-3deg);
    }

    100% {
        transform: translateY(-50%) rotate(0deg);
    }
}

.pfuPanel {
    width: 300px !important;
    height: 100px !important;
    background-color: lightgrey !important;
    border: 2px dashed gray !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.fileUpload {
    width: 100%;
    display: inline-block;
    color: steelblue;
    font-size: 1.0rem;
    background: white;
    border: none;
}

.fuBox {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.btnPost, .btnPost2, .btnPost3, .btnPost4 {
    width: 100%;
    font-size: 1.0rem;
    text-align: center;
    padding: 10px;
    border: none;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent !important;
}

.btnPost {
    width: 100%;
    font-size: 1.0rem !important;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: none;
    text-decoration: none !important;
    cursor: pointer;
    background-color: transparent;
    color: steelblue !important;
}

.btnPost2 {
    background-color: steelblue;
    color: white;
    transition: background-color 0.2s ease;
}

.btnPost3, .btnPost4 {
    background-color: transparent !important;
    color: steelblue !important;
}

.btnPost2:focus, .btnPost2:active {
    outline: none !important;
    box-shadow: none !important;
}

.btnPost:hover, .btnPost3:hover, .btnPost4:hover {
    background-color: #f0f8ff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.gridview {
    width: 800px;
    border-collapse: collapse;
    border: none;
    text-decoration: none;
}

    .gridview td {
        text-align: left;
    }

.gdPanel {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 10px;
}

.stripPanel {
    position: relative;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 5px;
}

.rise-user-img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 6px;
    vertical-align: middle;
}

.post-wrap {
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    position: relative;
    margin-bottom: 10px;
}

.username {
    position: absolute;
    top: 50%;
    left: 50px; /* or however far right of the image */
    transform: translateY(-80%);
    font-size: 1.0rem;
    color: white !important;
    text-shadow: 1px 1px 1px black;
    margin-left: 5px;
    text-overflow: ellipsis; /* 👈 adds the "..." */
    max-width: 150px;
    white-space: nowrap;
}

.chatuser {
    color: firebrick !important;
    white-space: nowrap; /* ✅ keeps it on one line */
    overflow: hidden; /* ✅ hides the overflow */
    text-overflow: ellipsis; /* ✅ adds the "..." */
    display: block; /* ✅ or inline-block/flex — not just inline */
    max-width: 150px; /* ✅ or any width > 0 */
}

.post-content {
    font-size: 1.0rem;
    color: #333;
    padding: 10px 12px;
    text-align: justify;
    line-height: 1.6;
    word-wrap: break-word;
    hyphens: auto;
    letter-spacing: 0.4px;
    max-width: 100%;
    border-radius: 5px;
    height: 100px;
    overflow-x: auto;
    font-family: 'Merriweather', serif;
}

    .post-content a {
        color: #007bff;
        font-weight: bold;
        text-decoration: none;
    }

        .post-content a:hover {
            text-decoration: underline;
        }

    .post-content p {
        margin-bottom: 12px;
    }

.post-date {
    font-size: 1rem;
    color: #444;
    padding: 5px;
    float: right;
    display: inline-block;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: black;
    border-radius: 5px;
    height: 0;
    overflow: hidden;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* 🧾 Reply container item */
.reply-item {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
}

.reply-collapse {
    display: none;
}

    .reply-collapse.full {
        display: block;
        max-height: none;
        overflow-y: visible;
    }

    .reply-collapse.reply-expanded {
        display: block;
        max-height: 200px; /* ← You can adjust this */
        overflow-y: auto;
        padding-right: 5px;
        transition: max-height 0.3s ease-in-out;
    }

        .reply-collapse.reply-expanded.full {
            max-height: none; /* ← This removes the limit when expanded */
            overflow-y: visible;
        }

.rise-score {
    position: relative;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.5rem;
}

.rise-score[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -30px;
    left: 0;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(0,0,0,0.6);
    font-size: 1.0rem;
    white-space: nowrap;
    z-index: 999;
}

.vibe-tooltip {
    position: relative;
    cursor: pointer;
}

    .vibe-tooltip::after {
        content: attr(data-tip);
        position: absolute;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        background: #222;
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease-in-out;
        z-index: 10;
    }

    .vibe-tooltip:hover::after,
    .vibe-tooltip.show-tip::after {
        opacity: 1;
    }


.reaction-bar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.reaction-btn {
    position: relative;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.5rem;
}

    .reaction-btn[data-tooltip]:hover::after {
        content: attr(data-tooltip);
        position: absolute;
        top: -30px;
        left: 0;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        background: rgba(0,0,0,0.6);
        font-size: 1.0rem;
        white-space: nowrap;
        z-index: 999;
    }

    .reaction-btn:focus,
    .reaction-btn:active {
        outline: none;
        box-shadow: none;
    }

    .reaction-btn i {
        font-size: 18px;
    }

    .reaction-btn:hover {
        transform: scale(1.1);
    }

.signIn {
    font-size: 1.5rem;
    color: silver;
    margin-left: auto;
    margin-right: auto;
}

.grid-wrapper {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 5px;
}

.grid-left {
    margin-top: 0 !important;
    flex: 0 0 100%;
    max-width: 68.5%;
    box-sizing: border-box;
    position: relative;
}

.grid-right {
    border-radius: 10px;
    flex: 0 0 100%;
    max-width: 31%;
    box-sizing: border-box;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sidebar-box1, .sidebar-box2, .sidebar-box3, .sidebar-box4 {
    color: steelblue;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    background-color: white;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.sidebar-filler {
    flex-grow: 1;
    padding:80px;
    font-size: 2.0rem;
    background: white;
    border: none;
    box-shadow: none;
    margin-top: auto; /* pushes it to bottom if needed */
}

/* .sidebar-box1 {
    background: linear-gradient(white, silver) padding-box, linear-gradient(to bottom, #C0C0C0, #FF1493) border-box;
    margin-top: 70px;
}

.sidebar-box2 {
    background: linear-gradient(white, silver) padding-box, linear-gradient(to bottom, #C0C0C0, #FF1493) border-box;padding-top: 10px;
}

.sidebar-box3 {
    background: linear-gradient(white, silver) padding-box, linear-gradient(to bottom, #C0C0C0, #FF1493) border-box;
}

.sidebar-box4 {
    background: linear-gradient(white, silver) padding-box, linear-gradient(to bottom, #C0C0C0, #FF1493) border-box;
}*/





/* DEFAULT */



.success-popup {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(5, 5, 5, 0.8);
    padding: 5px;
    z-index: 1001;
    text-align: center;
    max-width: 100%;
    z-index: 1001;
}

    .success-popup img {
        max-width: 90%;
        height: auto;
        border-radius: 10px;
    }

.rise-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    display: none;
    padding: 20px; /* helps prevent modal clipping on small screens */
}

    .rise-popup .modal-content {
        background: #fff;
        color: #111;
        max-width: 500px;
        width: 100%; /* ← ensures it can scale down */
        margin: 10% auto;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-sizing: border-box;
    }

.join-btn {
    background: #c00;
    color: white;
    padding: 12px 24px;
    font-size: 1.1em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
}

.image-overlay-button {
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
    height: 300px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.def-container {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: white;
}

.def-name {
    font-weight: bold;
    color: steelblue;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 1.0rem;
    z-index: 3;
}

.image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.def-image {
    margin: 0 auto;
    border-radius: 100%;
    height: 300px;
    width: 300px;
    padding-top:0 !important;
    transition: opacity 1.2s ease-in-out;
}

.def-gender {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 1.0rem;
}

.Pagers a:hover {
    background-color: lightgrey;
}

.Pagers .current {
    font-weight: bold;
    background-color: #f0f0f0;
    font-size: 2vw;
}

.scroll-wrapper {
    background: transparent;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 20s linear infinite;
    font-size: 1.5rem;
    color: steelblue;
}

    .scrolling-text::before,
    .scrolling-text::after {
        content: " ";
        display: inline-block;
        width: 1rem; /* or try 1.5rem for more breathing room */
    }


.scroll-register {
    color: #2b6cb0;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 1.5rem;
    white-space: nowrap;
}

    .scroll-register:hover {
        background-color: #eef;
    }

@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, 1.0);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    z-index: 1000;
    padding: 0.5rem;
}

.modal-content {
    background: white;
    padding: 1.0rem;
    border-radius: 12px;
    text-align: center;
    min-width: 300px;
    max-width: 420px;
    max-height: 90vh;
    box-shadow: 0 0 20px black;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-container {
    padding: 10px;
}

.challenge-text {
    font-size: 1.0rem;
    font-weight: bold;
    color: steelblue;
    padding: 5px 6px;
    text-align: center;
    line-height: 1.6;
    word-wrap: break-word;
    hyphens: auto;
    letter-spacing: 0.2px;
}

.challenge-card {
    font-size: 1.0rem;
    font-weight: bold;
    padding: 10px;
    color: firebrick;
    font-weight: bold;
    margin: 3px;
}

.hatchling-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-items: center;
    align-items: center;
    margin-top: 15px;
}

.hatchling-grid .challenge-card {
    width: 80px;
    height: 80px;
    font-size: 2rem;
    border-radius: 10px;
    border: 2px solid firebrick;
    background: #fff;
    cursor: pointer;
    transition: transform 0.2s;
}

    .hatchling-grid .challenge-card:hover {
        transform: scale(1.1);
    }

.modal-image {
    max-width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.enlist-btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.6rem 1.4rem;
    font-size: 1.1rem;
    background-color: navy;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s;
}

    .enlist-btn:hover {
        background-color: #001f5c;
    }

.close-btn {
    top: 10px;
    right: 12px;
    background: transparent;
    color: steelblue;
    border: none;
    font-size: 1.0rem;
    cursor: pointer;
}



/* Register */




.elistcta {
    text-align: center;
    background-color: #f4a261;
    color: white;
    padding: 10px !important;
    border-radius: 6px;
    font-size: 1rem;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.input-wrapper {
    position: relative;
    margin-bottom: 1.5em; /* gives breathing room for the notes */
}

.validator-absolute {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2px;
    font-size: 0.8rem;
    color: firebrick;
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 10;
    white-space: nowrap;
}

.text-danger {
    font-size: 0.8rem;
    color: firebrick;
    display: block;
    margin-top: 4px;
    text-align: left;
    line-height: 1.2;
}

.text-danger:empty {
    display: none;
}

.intro-overlay {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: ThreeDDarkShadow;
    color: white;
    font-size: 1.0rem;
    padding: 10px;
    border-radius: 10px;
    width: calc(100% - 2rem); /* fits within container minus margin */
    z-index: 5;
    text-align: center;
    box-sizing: border-box;
}

.reg-image {
    position: relative;
    box-sizing: border-box;
}

.captcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}

.reg-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    gap: 10px;
    box-sizing: border-box !important;
}

.reg-image,
.reg-form {
    flex: 1;
    min-width: 0;
    max-width: 400px;
    box-sizing: border-box !important;
}

.reg-image {
    text-align: center;
}

    .reg-image img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

.reg-form {
    font-size: 1.0rem !important;
    text-align: center;
    color: steelblue;
    border-radius: 10px;
    background-color: #fff;
    padding: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .reg-form label {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
        color: steelblue;
        font-size: 1.0rem;
    }

/* Improve spacing around the gender options */
.gender-selection {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 2px solid steelblue;
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.0rem;
    box-sizing: border-box;
}

    .gender-selection label {
        display: flex;
        align-items: center;
        font-weight: 500;
        color: steelblue;
        font-size: 1.0rem;
        cursor: pointer;
    }

    .gender-selection input[type="radio"] {
        margin-right: 6px;
        transform: scale(1.2);
        accent-color: steelblue;
        cursor: pointer;
    }

.input-field {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-bottom: 2px solid steelblue;
    background: transparent;
    box-sizing: border-box;
    font-size: 1.0rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.floating-note {
    position: absolute;
    top: 100%; /* 💡 Place it directly below the input */
    left: 0;
    margin-top: -80px; /* 💅 Small space below the input */
    background: #fff;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #444;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    display: none;
    z-index: 10;
    white-space: nowrap;
}

    .input-field:focus {
        border-bottom: 2px solid #007bff;
    }

    .input-field::placeholder {
        font-size: 1.0rem;
        color: #888;
        font-style: italic;
        opacity: 1;
    }

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup-content {
    font-size: 1.0rem;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    text-align: center;
    max-width: 90%;
    width: 400px;
    height: auto;
    font-family: 'Merriweather', serif;
    color: steelblue;
}

.reg-btn {
    font-size: 1.0rem;
    border: none;
    background-color: transparent;
    color: steelblue;
    padding: 10px 10px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 3px steelblue, 0 0 5px steelblue; /* 🔥 brighter glow on hover */
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    outline: none !important;
}

    .reg-btn:hover {
        border-color: steelblue;
        color: steelblue;
        box-shadow: 0 0 8px steelblue, 0 0 15px steelblue; /* 🔥 brighter glow on hover */
        background-color: rgba(70, 130, 180, 0.05); /* soft mist */
    }

.patriot-badge {
    background-color: white;
    border-radius: 2px; /* fully rounded */
    font-size: 1.0rem;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

    .patriot-badge:hover {
        background-color: #f5f5f5;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
        cursor: pointer;
    }

.eagle-btn {
    background-color: steelblue;
    color: white !important;
    padding: 10px 15px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: background-color 0.3s ease;
}

    .eagle-btn:hover {
        background-color: #4682b4;
    }

.form-actions {
    margin-top: 15px;
    width: 100%;
}

.note {
    font-size: 1.0rem;
    color: #666;
    display: block;
}

/* Container for the Eagle info popup */
.eagle-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 10px;
}

/* Button styling */
.eagle-popup-btn {
    font-weight: bold;
    background: none;
    border: none;
    color: #003366;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.0rem;
    text-align: center;
    padding: 5px 10px;
}

/* Popup box */
.eagle-popup {
    font-size: 1.0rem !important;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 400px;
    height: 400px;
    text-align: center;
    color: steelblue;
    box-sizing: border-box;
    overflow-y: auto;
    display: none;
}

.eagle {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
    display: block;
    max-height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.patriot-welcome-popup {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #002244, #000);
    color: white;
    border: 3px solid gold;
    padding: 2em;
    border-radius: 12px;
    z-index: 9999;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
    text-align: center;
    animation: popin 0.4s ease;
}

.popup-content h2 {
    margin: 0 0 10px;
    font-size: 1.6rem;
}

.popup-content p {
    margin: 10px 0;
    font-size: 1.1rem;
}

.popup-content button {
    margin-top: 12px;
    padding: 8px 18px;
    font-size: 1rem;
    background: gold;
    color: #111;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

@keyframes popin {
    from {
        transform: translateX(-50%) scale(0.8);
        opacity: 0;
    }

    to {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
}






/* Login */





.login-container {
    display: flex;
    max-width: 800px;
    height: 500px; /* 💥 gives vertical space to flex items */
    margin: auto;
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .login-container a {
        font-size: 1.0rem;
    }

    .login-container h1 {
        font-weight: bold;
        font-size: 2.0rem;
        color: steelblue;
    }

/* Image Section */
.login-image {
    flex: 1;
    border-radius: 5px;
    overflow: hidden; /* 🔥 this is the magic */
    max-height: 450px;
    height: 450px;
    text-align: center;
    box-sizing: border-box;
    background: url(/Images/Egllgn.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.login-form {
    flex: 1;
    margin-top:  -18px;
    min-width: 300px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* aligns items to the top */
}

    .login-form h1 {
        margin: 0; /* 🔥 removes default top & bottom spacing */
        padding: 0;
    }

   
    /* Inputs */
    .login-form input {
        width: 100%;
        padding: 10px;
        margin: 5px 0;
        border: none;
        border-bottom: 2px solid steelblue;
        background: transparent;
        box-sizing: border-box;
        font-size: 1.0rem;
        outline: none;
        transition: border-color 0.3s ease;
    }

        .login-form input::placeholder {
            font-style: italic; /* or any other styles you prefer */
            font-size: 16px; /* example color for placeholder text */
        }

.patriot-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #fdfdfd;
    border: 2px solid #ccc;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
    font-family: 'Merriweather', serif;
}

.respect-confirm label {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    color: steelblue;
    gap: 6px;
    margin: 0;
}

.respect-confirm input[type="radio"] {
    margin: 0;
}

.respect-label {
    color: #333;
}

.liberty-badge {
    background-color: white;
    border-radius: 2px; /* fully rounded */
    font-size: 1.5rem;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

    .liberty-badge:hover {
        background-color: #f5f5f5;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
        cursor: pointer;
    }

/* Responsive */


/* PROFILE — CLEANED UP */



.section-block {
    width: 100%;
    border-radius: 10px;
    padding: 1rem;
    box-sizing: border-box;
    background-color: white;
    margin-bottom: 5px;
}

    .section-block table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

        .section-block table tr:first-child,
        .section-block table tr.emoji-links {
            display: flex;
            justify-content: flex-end;
            flex-wrap: wrap;
            gap: 6px;
        }

    .section-block td.emoji-td,
    .section-block td.badge-cell,
    .section-block td.emoji-links{
        display: inline-block;
        text-align: right;
        padding: 4px 6px;
        min-width: 28px;
    }

    .section-block td.bio,
    .section-block td.quote {
        text-align: left;
        padding: 8px 10px;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

.profile-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    padding: 1em 0;
}

.pager-arrow {
    font-size: 2em;
    background: none;
    border: none;
    color: steelblue;
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .pager-arrow:hover {
        transform: scale(1.2);
        color: gold;
    }

.image-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.def-name, .def-gender {
    text-align: center;
    display: block;
    margin-top: 0.5em;
}

.cover-image {
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    overflow: hidden; 
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

    .cover-image img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        border-radius: 10px;
    }

.prf-user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    margin: 0 auto 4px;
    object-fit: cover;
    display: block;
}

.prf-post-wrap {
    position: relative; /* 🔥 anchoring .user-row inside this post */
}

.prf-user-row {
    position: absolute;
    top: 35px; /* move down over wall image */
    left: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
    height: 60px;
}

.prf-username {
    position: absolute;
    top: 50%;
    left: 50px; /* or however far right of the image */
    transform: translateY(-80%);
    font-size: 2.0rem;
    color: white !important;
    text-shadow: 1px 1px 1px black;
    margin-left: 5px;
    text-overflow: ellipsis; /* 👈 adds the "..." */
    max-width: 150px;
    white-space: nowrap;
}

.medal-cell {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.medal-icon {
    font-size: 1.0rem;
}

.medal-tooltip {
    display: none;
    position: absolute;
    bottom: 270%;
    left: 45%;
    transform: translateX(-75%);
    background: #111;
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    z-index: 9999;
    width: 200px;
    pointer-events: auto;
    text-align: left;
    max-height: 250px;
    overflow-y: auto;
    overflow-wrap: break-word;
    word-break: break-all; /* 🔥 force word splitting */
    white-space: normal;
}

.medal-cell.active .medal-tooltip {
    display: block;
}

.medal-entry {
    margin-bottom: 6px;
    line-height: 1.3em;
    text-align: left;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.medal-emoji {
    font-size: 1.0rem;
    margin-right: 6px;
    cursor: help;
}

.medal-tooltip-title {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 6px;
    text-align: center;
    color: gold;
    text-shadow: 0 0 2px black;
    border-bottom: 1px dashed #555;
    padding-bottom: 4px;
}

.emoji-links td a {
    font-size: 1.0rem;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

    .emoji-links td a:hover {
        transform: scale(1.3);
        filter: drop-shadow(0 0 3px gold);
    }

.disabled-social {
    pointer-events: none;
    opacity: 0.4;
    cursor: default;
    filter: grayscale(100%);
}

.badge-cell {
    position: relative;
    overflow: visible;
    z-index: 5;
}

.badge-icon {
    cursor: pointer;
}

.badge-tooltip {
    position: absolute;
    bottom: 190%;
    left: 45%;
    transform: translateX(-75%);
    background: #111;
    color: white;
    border-radius: 10px;
    padding: 10px;
    white-space: nowrap;
    z-index: 9999;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    display: none;
}

.badge-cell.active .badge-tooltip {
    display: block;
}

.badge-level {
    font-size: 20px;
    font-weight: bold;
}

.badge-bar {
    background: #444;
    height: 10px;
    width: 100%;
    border-radius: 5px;
    margin: 8px 0;
}

.badge-fill {
    height: 100%;
    background: linear-gradient(to right, gold, orange);
    border-radius: 5px;
    transition: width 0.4s ease;
}

.badge-rank {
    font-size: 14px;
    margin-top: 4px;
}

.badge-next {
    font-size: 12px;
    color: #ccc;
}

.profile-image {
    z-index: 10;
    opacity: 0.4;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 35px;
    margin-top: -150px;
    background-color: transparent !important;
}

    .profile-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: transparent !important;
    }

.founder-emoji-td {
    position: relative;
    cursor: pointer;
    font-size: 1.3rem !important;
}

    .founder-emoji-td::after {
        content: attr(data-title);
        position: absolute;
        bottom: 170%;
        left: 50%;
        transform: translateX(-50%);
        background: #111;
        color: #fff;
        padding: 4px 8px;
        font-size: 12px;
        border-radius: 4px;
        white-space: nowrap;
        display: none;
        z-index: 999;
    }

    .founder-emoji-td:hover::after {
        display: block;
    }

.profile-name {
    position: absolute;
    margin-left: 250px;
    margin-top: -55px;
    font-size: 3vw;
    font-weight: bold;
    color: white;
    line-height: 1;
    text-shadow: 2px 2px 5px black;
}

.profile-image:hover {
    opacity: 1;
}

.grid-container2 {
    width: 100%;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
    display: block;
}

.grid-container3 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow-x: auto;
    white-space: nowrap;
    background: linear-gradient(to right, white, #003366);
    display: flex;
    align-items: center;
    gap: 10px;
}

    .grid-container3 h3 {
        flex: 0 0 auto;
        margin-right: 20px;
        white-space: normal;
    }

.friend-card {
    display: inline-block;
    width: 60px; /* or adjust for a tighter fit */
    text-align: center;
    padding: 0;
    margin: 0;
}

.friend-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;
}

.rowLinks {
    font-size: 35px;
    display: inline-block;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    top: -7px; /* tweak as needed */
}

.bio-block {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.emoji-td {
    font-size: 1.0rem;
    padding: 2px 2px;
    text-align: center;
    background-color: transparent;
    color: inherit;
    border-radius: 0;
    box-shadow: none;
    text-shadow: 0 0 3px steelblue;
}

.quote {
    padding-top: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    font-style: italic;
    color: silver;
    text-align: left;
    font-size: 1.0rem !important;
}

.bio {
    margin-top: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    color: #fff;
    white-space: pre-line;
    text-align: left;
    line-height: 1.5;
    font-size: 1.0rem !important;
}

.scroll-container {
    max-width: 750px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.scroll-track {
    display: inline-flex;
    animation: scrollLoop 30s linear infinite;
    min-width: 100%; /* 💥 ensures it scrolls across */
}

.scroll-text {
    white-space: nowrap;
    font-size: 1.0rem;
    color: steelblue;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}





/* Forgot */




.text-success {
    font-size: 1.0rem !important;
    text-align: center;
}

.reset-container {
    font-size: 1.0rem;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    color: steelblue;
}

.form-box {
    width: 100%;
    max-width: 400px; /* 👈 Controlled max width */
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
    box-sizing: border-box;
}

    .form-box h3 {
        margin-bottom: 20px;
        text-align: center;
        font-weight: bold;
        color: steelblue;
    }

    .form-box label {
        font-weight: 600;
        margin-top: 10px;
        display: block;
        text-align: left;
    }

    .form-box input[type="text"],
    .form-box input[type="email"],
    .form-box input[type="password"] {
        width: 100%;
        padding: 12px;
        margin-top: 8px;
        margin-bottom: 15px;
        border: none;
        border-bottom: 2px solid #ccc;
        background-color: transparent;
        box-sizing: border-box;
        transition: border-color 0.3s ease-in-out;
    }

    .form-box input:focus {
        outline: none;
        border-bottom: 2px solid steelblue;
    }

.btn {
    background-color: steelblue;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    margin-top: 10px;
    transition: background-color 0.3s ease-in-out;
}

    .btn:hover {
        background-color: #4682b4;
    }

.text-info {
    font-size: 0.9rem;
    color: #444;
    text-align: center;
    margin-top: 15px;
}

.success-msg {
    color: forestgreen;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
    padding: 1.2em;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5fff5;
    border: 1px solid #c4eac4;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 128, 0, 0.1);
}




/* Photos */



.txtBox {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 1.0rem;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    border: none;
    color: #333;
    overflow-y: auto;
}

.txtBox::placeholder {
    color: #aaa;
    font-style: italic;
    font-size: 1.0rem;
    opacity: 1;
}

.fileUpload, .btnPost {
    width: 100%;
    padding: 10px;
    font-size: 1.0rem;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.grid-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 10px;
}

.gridview {
    width: 100%;
    border-collapse: collapse;
}

    .gridview td {
        background-color: transparent;
        text-align: left;
    }

.user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    margin-bottom: 4px;
}

.pusername {
    position: absolute;
    margin-top: 15px;
    font-size: 1.0rem;
    font-weight: bold;
    color: #333;
    color: white !important;
    text-shadow: 1px 1px 1px black;
    margin-left: -5px;
    text-overflow: ellipsis; /* 👈 adds the "..." */
    max-width: 150px;
    white-space: nowrap;
}

.post-img {
    max-width: 100%;
    border-radius: 10px;
    margin: 8px 0;
    object-fit: cover;
    box-sizing: border-box;
}

.post-date {
    display: inline-block;
    font-size: 14px;
    color: #444;
    padding: 8px;
    float: right;
}



/* Video */






.user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.vusername {
    position: absolute;
    margin-top: 15px;
    font-size: 1.0rem;
    font-weight: bold;
    color: #333;
    color: white !important;
    text-shadow: 1px 1px 1px black;
    margin-left: -5px;
    text-overflow: ellipsis; /* 👈 adds the "..." */
    max-width: 150px;
    white-space: nowrap;
}

.post-date {
    font-size: 13px;
    color: #888;
    float: right;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: black;
    margin: 10px 0;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.video-thumb {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

    .video-thumb img {
        width: 100%;
        display: block;
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    background: rgba(0,0,0,0.6);
    padding: 10px 20px;
    border-radius: 50%;
}



/* Men */




.user-list-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-container {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .user-container:hover {
        transform: scale(1.02);
    }

.user-image {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.user-info {
    margin-left: 20px;
    flex-grow: 1;
}

.user-name {
    font-size: 1.4em;
    font-weight: bold;
    color: steelblue;
    margin: 0;
}

.profile-link {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    background: white;
    color: steelblue;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
}

    .profile-link:hover {
        background: #0056b3;
        color: #fff;
    }

.load-more-btn {
    background: steelblue;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 20px 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}



/* About */




.about-container {
    width: 100%;
    border-radius: 10px;
    max-width: 800px;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    background-color: white;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-content {
    order: 1;
}

.about-title {
    margin-top: 0.5em;
    font-size: 1rem;
}

.about-description {
    font-size: 1.0em;
    margin: 1em auto;
    max-width: 700px;
    text-align: left;
    line-height: 1.6;
    color: steelblue; /* optional: set this to match your theme */
    padding: 0 1em; /* adds side breathing room */
}

.about-closer {
    font-size: 1.2em;
    font-weight: 500;
}

.about-row-wrapper {
    display: flex;
    justify-content: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin: 20px auto;
    overflow-x: auto;
    max-width: 100%;
    padding: 0 10px;
    order: 0;
}

.about-thumb {
    width: 75%;
    max-width: 150px;
    aspect-ratio: 1 / 1; /* ✅ Ensures square shape */
    object-fit: cover; /* ✅ Ensures the image fills the shape */
    border-radius: 50%; /* ✅ Perfect circle */
    transition: none;
    flex-shrink: 0;
}

    .about-thumb:hover {
    }

.glow-thumb {
    box-shadow: 0 0 10px rgba(70, 130, 180, 0.6); /* steelblue glow */
}

.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    flex-direction: column;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-content {
    position: relative;
    background: #fff;
    padding: 1em;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    text-align: center;
}

    .popup-content img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 0 10px steelblue;
    }

.popup-caption {
    margin-top: 0.5em;
    font-weight: bold;
    color: #333;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 3rem;
    cursor: pointer;
    color: white;
    text-shadow: 2px 2px 5px steelblue;
}




/* EditBio */




.ebio-cont {
    width: 100%;
    border-radius: 10px;
    max-width: 800px;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    background-color: white;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.trbio {
    font-size: 1rem;
color: white;
background-color: steelblue;
padding: 10px;
box-sizing: border-box;
border-radius: 10px;
margin: 0 auto;
box-sizing: border-box;
}

label {
    display: inline-block;
    text-align: left !important;
    font-size: 1.0rem;
}

.icon-preview {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

    .icon-preview img {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

.btnPost2 {
    width: 100%;
    font-size: 1.0rem;
    text-align: center;
    padding: 10px;
    color: steelblue;
    background-color: white !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .btnPost2:hover {
        background-color: steelblue;
    }

.subtle-upload-link {
    font-size: 1.0rem;
    text-decoration: none;
    color: white;
    border: 1px solid #ccc;
    padding: 4px 5px;
    border-radius: 5px;
    transition: 0.3s ease;
}

    .subtle-upload-link:hover {
        background-color: white;
        border-color: #999;
        color: steelblue;
    }




    /* ConfirmPhoneToken */



.confirm-container {
    max-width: 600px;
    margin: 60px auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: steelblue;
    font-family: Arial, sans-serif;
}

.error-msg {
    background: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}



/* UpdateProfileImages */







.two-column-container1 {
    display: flex;
    width: 100%;
    margin: 20px auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.left-column1 {
    flex: 0 0 30%;
    height: 300px;
    padding: 10px;
    text-align: left;
    background-color: #f9f9f9;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
    object-position: center;
}

.right-column1 {
    flex: 0 0 70%;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
}

    .right-column1 img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        transition: transform 0.3s ease;
        display: block;
    }

.right-column1 img:hover {
    transform: scale(1.03);
}

.right-column2 {
    flex: 0 0 70%;
    height: 300px;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.right-column2 img {
    width: 90%;
    height: 100%;
    border-radius: 6px;
    transition: transform 0.3s ease;
    display: block;
}
        .right-column1 img:hover {
            transform: scale(1.03);
        }




/* Chat */




.chat-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Merriweather', serif;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    box-sizing: border-box;
    height: calc(100vh - 140px); /* adjust based on your actual header/footer height */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* or space-between if you have bottom content */
}

.chat-title {
    font-size: 1.0rem;
    text-align: center;
    color: white;
}

.textBox,
.chat-display,
.post,
.refresh {
    width: 100%;
    font-size: 1.2rem;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
    outline: none;
}

.chat-display {
    height: 200px;
    resize: none;
    background-color: #fdfdfd;
    color: #333;
    box-sizing: border-box;
}

.textBox::placeholder {
    color: darkgray;
}

.post,
.refresh {
    background-color: steelblue;
    color: white;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

    .post:hover,
    .refresh:hover {
        background-color: #4682b4;
    }



    /* Women */


.user-list-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-container {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .user-container:hover {
        transform: scale(1.02);
    }

.user-image {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.user-info {
    margin-left: 20px;
    flex-grow: 1;
}

.user-name {
    font-size: 1.4em;
    font-weight: bold;
    color: steelblue;
    margin: 0;
}

.profile-link {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    background: white;
    color: steelblue;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
}

    .profile-link:hover {
        background: #0056b3;
        color: #fff;
    }

.load-more-btn {
    background: steelblue;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 20px 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}





/* PostImage */



.post-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.post-media img, .post-media iframe {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

    .reactions ul, .replies ul {
        list-style: none;
        padding: 0;
    }

    .reactions li, .replies li {
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }

        .replies li small {
            color: #888;
        }




        /* Contact */






/* 🛡️ Contact Page Scroll Theme */
.contact-scroll {
    background-color: white;
    background-size: cover;
    padding: 2em;
    border: 5px double #996633;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    max-width: 800px;
    margin: auto;
}

.scroll-title {
    font-family: 'Merriweather', serif;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1em;
    color: #4b2e11;
    text-shadow: 1px 1px #fff9e6;
}

.scroll-panel {
    background-color: rgba(255, 250, 240, 0.9);
    padding: 1.5em;
    border-radius: 10px;
    border: 3px solid #c1a162;
    text-align: center;
}

.scroll-field {
    margin-bottom: 1.5em;
}

.scroll-input, .scroll-textarea {
    width: 90%;
    padding: 10px;
    font-family: 'Merriweather', serif;
    background: #fffdf4;
    border: 2px solid #b89e72;
    border-radius: 8px;
    box-sizing: border-box;
}

.scroll-button {
    background-color: #735f3d;
    border: none;
    color: #fff5e6;
    padding: 10px 20px;
    font-family: 'Teko', sans-serif;
    font-size: 1.2em;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .scroll-button:hover {
        background-color: #4b2e11;
    }

.scroll-result {
    display: block;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.1em;
}




/* Heroes */






.fallen-heroes-page {
    max-width: 800px;
    margin: auto;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    border: 2px solid steelblue;
    box-shadow: 0px 0px 10px firebrick;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.form-input, .form-textarea {
    padding: 10px;
    border: 1px solid steelblue;
    border-radius: 10px;
    width: 100%;
    font-size: 1rem;
    box-sizing: border-box;
}

.form-textarea {
    min-height: 100px;
}

.form-button {
    background-color: firebrick;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
}

    .form-button:hover {
        background: steelblue;
    }

#heroesFeed {
    margin-top: 1rem;
}

.fallen-hero {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid steelblue;
    margin-bottom: 1rem;
}

.fallen-hero-image {
    border-radius: 10px;
    max-width: 100%;
}

.fallen-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid firebrick;
    background: white;
    box-sizing: border-box;
}

/* Sidebar Hero Feed */
.fallen-heroes {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border: 2px solid steelblue;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
}

.fallen-heroes-image {
    margin-bottom: 10px;
}

.fallen-heroes-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid firebrick;
    background: white;
}

.fallen-heroes-details h3 {
    font-size: 1.1rem;
    color: firebrick;
    margin-bottom: 5px;
}

.fallen-heroes-details p {
    margin: 2px 0;
    font-size: 0.85rem;
    color: #333;
}

.fallen-heroes-bio {
    font-style: italic;
    font-size: 0.8rem;
    color: #555;
    margin-top: 5px;
}







