/* BRILL CITY RP — REAL GTA5 RP MYBB TEMPLATE */

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    background: #05070b !important;
    color: #edf4ff !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 15px !important;
}

body {
    background:
        radial-gradient(circle at 12% 6%, rgba(0, 255, 208, .16), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(80, 120, 255, .18), transparent 30%),
        radial-gradient(circle at 50% 110%, rgba(0, 200, 255, .10), transparent 35%),
        linear-gradient(180deg, #04070d 0%, #08111d 52%, #05070b 100%) !important;
}

a {
    color: #00ffd0 !important;
    text-decoration: none !important;
}

a:hover {
    color: #7ffff0 !important;
}

#container.brill-root {
    width: min(1480px, calc(100% - 34px)) !important;
    margin: 24px auto 54px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.wrapper {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
}

/* TOP / HERO */

.brill-header {
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(0,255,208,.18);
    background:
        linear-gradient(135deg, rgba(0,255,208,.13), transparent 42%, rgba(80,120,255,.17)),
        linear-gradient(180deg, rgba(9,13,22,.98), rgba(5,8,14,.98));
    box-shadow: 0 26px 90px rgba(0,0,0,.50);
}

.brill-top {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 0 28px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    background: rgba(5,8,14,.66);
    backdrop-filter: blur(14px);
}

.brill-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 320px;
}

.brill-brand-mark {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    color: #061016;
    font-family: Arial Black, Arial, sans-serif;
    font-size: 31px;
    font-weight: 1000;
    background: linear-gradient(135deg, #00ffd0, #00c8ff);
    box-shadow: 0 0 30px rgba(0,255,208,.34);
}

.brill-brand-text strong {
    display: block;
    color: #fff;
    font-family: Arial Black, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .07em;
}

.brill-brand-text small {
    display: block;
    margin-top: 5px;
    color: #00ffd0;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .26em;
}

.brill-top-links {
    list-style: none !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
}

.brill-top-links li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.brill-top-links a {
    display: inline-flex !important;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    color: #cbd8eb !important;
    font-size: 13px;
    font-weight: 850;
}

.brill-top-links a:hover {
    color: #00ffd0 !important;
    background: rgba(0,255,208,.09);
}

.brill-hero {
    min-height: 330px;
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
    padding: 64px 24px;
}

.brill-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 120px),
        radial-gradient(circle at 50% 110%, rgba(0,255,208,.12), transparent 40%);
    pointer-events: none;
}

.brill-hero::after {
    content: "LOS SANTOS RP";
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    color: rgba(255,255,255,.045);
    font-family: Arial Black, Arial, sans-serif;
    font-size: clamp(58px, 8vw, 150px);
    white-space: nowrap;
    letter-spacing: .10em;
    pointer-events: none;
}

.brill-hero-inner {
    position: relative;
    z-index: 2;
}

.brill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(0,255,208,.24);
    background: rgba(0,255,208,.09);
    color: #00ffd0;
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .22em;
}

.brill-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-family: Arial Black, Arial, sans-serif;
    font-size: clamp(46px, 6vw, 86px);
    line-height: .92;
    font-weight: 1000;
    letter-spacing: .045em;
    text-transform: uppercase;
    text-shadow: 0 0 36px rgba(0,255,208,.18);
}

.brill-hero p {
    max-width: 860px;
    margin: 0 auto 26px;
    color: #dbe7f7;
    font-size: 19px;
    line-height: 1.65;
}

.brill-hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.brill-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 15px;
    color: #041014 !important;
    font-weight: 1000;
    background: linear-gradient(135deg, #00ffd0, #00c8ff);
    box-shadow: 0 0 24px rgba(0,255,208,.22), 0 12px 28px rgba(0,0,0,.32);
}

.brill-btn.secondary {
    color: #edf4ff !important;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(0,255,208,.16);
    box-shadow: none;
}

/* USER PANEL */

#panel.brill-user-panel {
    margin: 18px 0 26px !important;
    padding: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0,255,208,.15) !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
        rgba(16,20,32,.92) !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.34) !important;
}

#panel .upper,
#panel .lower {
    padding: 14px 18px !important;
    background: transparent !important;
    color: #d9e5f6 !important;
    border-color: rgba(255,255,255,.08) !important;
}

#panel ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 18px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
}

#panel li {
    list-style: none !important;
}

/* CONTENT */

.brill-content {
    margin-top: 0;
}

.brill-section {
    margin-top: 24px;
}

.brill-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 18px;
}

.brill-section-head h2 {
    margin: 0;
    color: #fff;
    font-family: Arial Black, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.brill-section-head p {
    margin: 7px 0 0;
    color: #98a7bd;
}

.brill-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 22px;
    align-items: start;
}

.brill-main,
.brill-sidebar {
    min-width: 0;
}

.brill-side-card {
    margin-bottom: 18px;
    padding: 20px;
    border-radius: 22px;
    border: 1px solid rgba(0,255,208,.16);
    background:
        linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
        rgba(16,20,32,.92);
    box-shadow: 0 18px 50px rgba(0,0,0,.34);
}

.brill-side-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 1000;
    text-transform: uppercase;
}

.brill-side-card p,
.brill-side-card li {
    color: #aab8ce;
    line-height: 1.55;
}

.brill-side-card ul {
    margin: 0;
    padding-left: 18px;
}

/* CATEGORIES */

.brill-category {
    margin-bottom: 22px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0,255,208,.16);
    background:
        linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
        rgba(16,20,32,.92);
    box-shadow: 0 20px 64px rgba(0,0,0,.38);
}

.brill-category-head {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: linear-gradient(135deg, rgba(0,255,208,.20), rgba(0,200,255,.10));
    border-bottom: 1px solid rgba(0,255,208,.13);
}

.brill-category-title a {
    color: #fff !important;
    font-size: 20px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.brill-category-title p {
    margin: 6px 0 0;
    color: #b8c6d8;
}

.brill-forum-list {
    display: grid;
    gap: 0;
}

.brill-forum-card {
    display: grid;
    grid-template-columns: 58px 1fr 150px 230px;
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
        rgba(22,28,42,.96);
    border-top: 1px solid rgba(255,255,255,.06);
    transition: .18s ease;
}

.brill-forum-card:hover {
    background:
        linear-gradient(135deg, rgba(0,255,208,.10), rgba(80,120,255,.055)),
        rgba(22,28,42,.98);
}

.brill-forum-icon {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    background: rgba(0,255,208,.08);
    border: 1px solid rgba(0,255,208,.16);
}

.brill-forum-icon::before {
    content: "◆";
    color: #00ffd0;
    font-size: 20px;
    filter: drop-shadow(0 0 10px rgba(0,255,208,.35));
}

.brill-forum-title {
    color: #fff !important;
    font-size: 18px;
    font-weight: 1000;
}

.brill-forum-description {
    margin-top: 6px;
    color: #a8b7cc;
    line-height: 1.45;
}

.brill-forum-sub {
    margin-top: 7px;
    color: #8fa0b8;
}

.brill-forum-stats {
    display: flex;
    gap: 8px;
}

.brill-forum-stats span {
    flex: 1;
    min-width: 68px;
    padding: 10px 8px;
    border-radius: 14px;
    background: rgba(255,255,255,.045);
    text-align: center;
    color: #9eadc3;
    font-size: 12px;
}

.brill-forum-stats b {
    display: block;
    color: #00ffd0;
    font-size: 18px;
}

.brill-lastpost {
    color: #aab8ce;
    font-size: 13px;
    line-height: 1.45;
}

.brill-lastpost a {
    color: #fff !important;
    font-weight: 800;
}

/* OLD TABLES / BOARDSTATS */

.tborder {
    width: 100% !important;
    margin: 0 0 26px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0,255,208,.16) !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
        rgba(16,20,32,.92) !important;
    box-shadow: 0 20px 64px rgba(0,0,0,.38) !important;
}

.thead {
    background: linear-gradient(135deg, rgba(0,255,208,.24), rgba(0,200,255,.12)) !important;
    color: #fff !important;
    font-weight: 900 !important;
    text-transform: uppercase;
}

.tcat {
    background: rgba(0,255,208,.10) !important;
    color: #dbe6f5 !important;
}

.trow1,
.trow2 {
    background:
        linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
        rgba(22,28,42,.96) !important;
    color: #e9edf5 !important;
}

.smalltext,
.smalltext a {
    color: #9da8bd !important;
}

/* POSTS / FORMS */

.post {
    margin-bottom: 20px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0,255,208,.12) !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
        rgba(22,28,42,.96) !important;
    box-shadow: 0 16px 48px rgba(0,0,0,.30) !important;
}

.post_author {
    background: rgba(8,12,20,.74) !important;
    border-color: rgba(0,255,208,.10) !important;
    color: #c7d4e8 !important;
}

.post_content {
    color: #eef3fb !important;
    line-height: 1.75 !important;
}

.button,
button,
input.button,
input[type="submit"],
input[type="button"],
a.button {
    min-height: 38px !important;
    border: 0 !important;
    border-radius: 13px !important;
    color: #041014 !important;
    font-weight: 900 !important;
    background: linear-gradient(135deg, #00ffd0, #00c8ff) !important;
    box-shadow: 0 0 22px rgba(0,255,208,.18), 0 10px 24px rgba(0,0,0,.25) !important;
    cursor: pointer !important;
}

input.textbox,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"] {
    background: rgba(255,255,255,.055) !important;
    border: 1px solid rgba(0,255,208,.16) !important;
    color: #ffffff !important;
    border-radius: 13px !important;
    padding: 10px 12px !important;
    outline: none !important;
}

.navigation {
    margin: 20px 0 !important;
    color: #9da8bd !important;
    font-weight: 800 !important;
}

.navigation a {
    color: #00ffd0 !important;
}

/* FOOTER */

.brill-footer {
    margin-top: 30px;
    padding: 26px 0 10px;
    border-top: 1px solid rgba(0,255,208,.12);
    color: #738098;
}

.brill-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.brill-footer strong {
    color: #fff;
}

/* MOBILE */

@media (max-width: 1050px) {
    .brill-layout {
        grid-template-columns: 1fr;
    }

    .brill-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .brill-forum-card {
        grid-template-columns: 52px 1fr;
    }

    .brill-forum-stats,
    .brill-lastpost {
        grid-column: 2;
    }
}

@media (max-width: 760px) {
    #container.brill-root {
        width: calc(100% - 20px) !important;
        margin-top: 12px !important;
    }

    .brill-top {
        height: auto;
        padding: 14px;
        flex-direction: column;
        align-items: stretch;
    }

    .brill-brand {
        min-width: 0;
    }

    .brill-top-links {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .brill-hero {
        min-height: 260px;
        padding: 44px 14px;
    }

    .brill-hero h1 {
        font-size: 36px;
    }

    .brill-hero p {
        font-size: 15px;
    }

    .brill-sidebar {
        grid-template-columns: 1fr;
    }

    .brill-forum-card {
        padding: 15px;
    }

    .brill-forum-stats {
        flex-wrap: wrap;
    }
}
