:root {
    --bg: #060606;
    --panel: #121212;
    --panel-2: #1c1c1c;
    --silver-1: #f3f3f3;
    --silver-2: #b7b7b7;
    --silver-3: #7d7d7d;
    --steel: #1d1d1d;
    --line: rgba(255,255,255,0.2);
    --glow: rgba(255,255,255,0.35);
    --soft-shadow: rgba(0, 0, 0, 0.7);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    cursor: inherit;
}

html {
    scroll-behavior: smooth;
}

body {
    direction: ltr;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    background: var(--bg);
    color: var(--silver-1);
    min-height: 100vh;
    overflow-x: hidden;
    cursor: url('/uploads/—Pngtree—3d%20render%20glossy%20jet-black%20mouse_23801626.png'), auto;
}

.server-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

img {
    max-width: 100%;
    display: block;
}

.page-bg {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 50% 40%, rgba(255,255,255,0.06), transparent 26%),
        radial-gradient(circle at 18% 20%, rgba(255,255,255,0.04), transparent 20%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 50%, #070707 100%);
    z-index: 0;
}

.topbar,
.page-shell,
.footer {
    position: relative;
    z-index: 1;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(0.8rem, 1.5vw, 1.2rem) clamp(1rem, 4vw, 4rem);
    background: rgba(11, 11, 11, 0.7);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
}

.brand-small {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.5rem;
    color: #ffffff;
}

.menu {
    display: flex;
    gap: clamp(0.7rem, 2vw, 1.6rem);
    align-items: center;
    flex-wrap: wrap;
}

.menu a {
    text-decoration: none;
    color: rgba(255,255,255,0.8);
    font-size: 0.98rem;
    transition: 0.25s ease;
}

.menu a:hover {
    color: white;
}

.panel-link {
    border: 1px solid rgba(255,255,255,0.25);
    padding: 0.5rem 1rem;
    border-radius: 999px;
}

.page-shell {
    width: min(1800px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1.5rem 0 3rem;
}

.hero {
    position: relative;
    min-height: clamp(620px, 72vw, 900px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(2.5rem, 7vw, 6rem);
    margin-top: 1rem;
    padding: clamp(2rem, 5vw, 4rem) 0 clamp(2.5rem, 6vw, 5rem);
    overflow: hidden;
}

.ring {
    position: absolute;
    border-radius: 50%;
    border: 20px solid rgba(31,31,31,0.95);
    box-shadow:
        0 0 0 4px rgba(255,255,255,0.08),
        inset 0 0 20px rgba(255,255,255,0.08),
        0 0 30px rgba(255,255,255,0.08);
}

.ring-one {
    width: min(86vw, 1400px);
    height: min(58vw, 820px);
    transform: rotate(-20deg) translateY(12px);
    background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(0,0,0,0));
}

.ring-two {
    width: min(76vw, 1200px);
    height: min(52vw, 740px);
    transform: rotate(18deg) translateY(8px);
    border-width: 18px;
    opacity: 0.78;
}

.brand-stack {
    position: relative;
    z-index: 2;
    background: transparent;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-logo {
    display: none;
}

.hero-text {
    position: relative;
    z-index: 3;
    color: #ffffff;
    font-size: clamp(4rem, 12vw, 7rem);
    font-weight: 900;
    text-align: center;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 30%, #a5a5a5 50%, #cccccc 70%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.3)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.2)) drop-shadow(0 12px 30px rgba(0, 0, 0, 0.95));
    margin: 0 auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hero-subtitle {
    color: #cccccc;
    font-size: clamp(1.2rem, 3vw, 2.5rem);
    font-weight: 700;
    letter-spacing: 16px;
    margin-top: 15px;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    text-align: center;
}

.brand-word {
    max-width: 94vw;
    font-size: clamp(4.5rem, 15vw, 18rem);
    line-height: 0.8;
    font-weight: 900;
    letter-spacing: -0.08em;
    background:
        linear-gradient(180deg, #f5f5f5 0%, #c3c3c3 16%, #f5f5f5 35%, #8f8f8f 52%, #f7f7f7 66%, #8c8c8c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
        0 0 0 rgba(255,255,255,0.8),
        0 18px 32px rgba(255,255,255,0.1),
        0 0 36px rgba(255,255,255,0.15);
    position: relative;
    filter: drop-shadow(0 0 20px rgba(255,255,255,0.18));
}

.brand-word::before,
.brand-word::after {
    content: "Vifty";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #ddd, #8c8c8c, #eee, #7b7b7b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    z-index: -1;
}

.brand-word::before {
    transform: translate(-10px, 8px);
    opacity: 0.28;
    filter: blur(6px);
}

.brand-word::after {
    transform: translate(12px, -8px);
    opacity: 0.2;
    filter: blur(10px);
}

.brand-sub {
    font-size: clamp(1.35rem, 4vw, 4.5rem);
    letter-spacing: 0.45em;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    margin-top: 1rem;
    text-transform: uppercase;
}

.discord-panel {
    position: relative;
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem 1.2rem;
    border-radius: 22px;
    background: rgba(15,15,15,0.82);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 20px 45px rgba(0,0,0,0.4);
    z-index: 3;
    flex-shrink: 0;
}

.discord-thumb {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(80,80,80,0.2));
    border: 1px solid rgba(255,255,255,0.12);
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.discord-thumb::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2b2d31, #101114 70%);
    box-shadow: inset 0 0 20px rgba(255,255,255,0.05);
}

.server-icon {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    background: transparent;
    display: grid;
    place-items: center;
    color: #111;
    font-size: 2rem;
    font-weight: 900;
    box-shadow: none;
    border: none;
    overflow: hidden;
}

.server-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    background: transparent;
    border: none;
}

.discord-body {
    flex: 1;
}

.discord-badge {
    color: #a7b0b8;
    font-size: 0.76rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.4rem;
}

.discord-body h2 {
    font-size: clamp(1.2rem, 2vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #f2f2f2;
}

.discord-btn {
    display: inline-block;
    text-decoration: none;
    color: #0a0a0a;
    background: linear-gradient(180deg, #f0f0f0, #bdbdbd);
    border: 1px solid rgba(255,255,255,0.35);
    padding: 0.9rem 1.5rem;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(255,255,255,0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.discord-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255,255,255,0.22);
}

.section-label,
.section-title {
    margin: 2rem 0 1.25rem;
    font-size: clamp(1.5rem, 2vw, 2.4rem);
    font-weight: 800;
    color: rgba(255,255,255,0.94);
    text-align: center;
    letter-spacing: 0.05em;
}

.founders-strip {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto 3rem;
    padding: 1.2rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    background: rgba(18,18,18,0.7);
}

.founder-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.founder-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 0.75rem;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.018));
    border: 1px solid rgba(255,255,255,0.08);
    color: white;
    font-weight: 700;
}

.founder-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #efefef, #a0a0a0);
    color: #101010;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
}

.founder-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-wrapper {
    position: relative;
    display: inline-flex;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
}

.avatar-img {
    width: 64px;
    height: 64px;
    border: 2px solid #121212;
    border-radius: 50%;
    object-fit: cover;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.status-badge {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #121212;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    color: white;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.status-badge.status-online {
    background: #39d98a;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.08);
}

.status-badge.status-idle {
    background: #f4c430;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.08);
}

.status-badge.status-idle::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: -3px;
    left: 4px;
    border-radius: 50%;
    background: #121212;
}

.status-badge.status-dnd {
    background: #ef4444;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.08);
}

.status-badge.status-dnd::after {
    content: '−';
    position: absolute;
    display: block;
    font-size: 13px;
    font-weight: 900;
    color: white;
    text-shadow: 0 0 2px rgba(0,0,0,0.3);
    line-height: 1;
}

.status-badge.status-offline {
    background: transparent;
    border-color: #9ea3a7;
    box-shadow: 0 0 0 1px rgba(18,18,18,0.9);
}

.status-badge.has-custom-status {
    display: grid;
    place-items: center;
    background: #121212;
    font-size: 10px;
    line-height: 1;
}
.status-badge.has-custom-status::after { display: none; }

.streamers-section,
.supporters-section {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.streamers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    gap: 1.5rem;
    width: 100%;
    justify-items: center;
}

.supporters-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    margin: 0 auto;
}

.streamer-card {
    display: block;
    color: inherit;
    text-decoration: none;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(145deg, #1a1a1a 0%, #111111 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 30px rgba(0,0,0,0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#streamers .streamers-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    align-items: stretch;
}

#streamers .streamer-card {
    width: 100%;
    min-width: 0;
}

#streamers .streamer-card .status-badge {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    padding: 0;
    margin: 0;
    border: 2px solid #121212;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 2;
}

.streamer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 45px rgba(0,0,0,0.35);
}

.streamer-visual,
.streamer-header {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #1a1a1a 0%, #111111 100%);
}

.streamer-header {
    top: auto;
    left: auto;
    width: 100%;
    position: static;
    transform: none;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    min-height: 180px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.streamer-header .avatar-wrapper {
    position: relative;
    z-index: 2;
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
}

.streamer-header .avatar-img {
    width: 78px;
    height: 78px;
    border: 3px solid rgba(255,255,255,0.4);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

.streamer-content {
    padding: 1.25rem 1rem 1.1rem;
    text-align: center;
    background: rgba(12,12,12,0.96);
}

.streamer-name {
    font-size: 1.7rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.35rem;
}

.streamer-title {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
}

.streamer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
}

.social-link,
.platform-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #101010;
    text-decoration: none;
    background: linear-gradient(180deg, #f3f3f3, #a1a1a1);
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    font-size: 0.72rem;
    font-weight: 700;
}

.platform-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
}

.streamer-visual {
    height: 220px;
    display: grid;
    place-items: center;
    font-size: 5rem;
    color: white;
    text-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.streamer-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.streamer-visual .avatar-img {
    width: 64px;
    height: 64px;
}

.streamer-info {
    padding: 1.4rem 1.2rem 1.2rem;
    text-align: center;
}

.streamer-info h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: white;
}

.streamer-info p {
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.socials {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
}

.socials a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    text-decoration: none;
    color: #0f0f0f;
    background: linear-gradient(180deg, #f3f3f3, #a1a1a1);
    font-weight: 900;
}

.supporters-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.supporter-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    text-align: center;
    padding: 1.2rem 0.8rem;
    color: white;
    text-decoration: none;
    display: block;
    width: min(100%, 220px);
    min-width: 0;
    height: auto;
    min-height: 0;
    box-sizing: border-box;
    position: relative;
    pointer-events: auto;
    flex: 1 1 180px;
}

.supporter-button-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9rem;
    padding: 0.75rem 0.9rem;
    min-height: 72px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

.supporter-button-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.2);
}

.supporter-button-name {
    font-weight: 700;
    font-size: 0.95rem;
    text-align: left;
    color: #ffffff;
}

.server-account-card {
    display: block;
    width: min(100%, 220px);
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.server-account-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 10px 25px rgba(0,0,0,0.22);
}

.supporter-platform-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 120px;
    max-width: 100%;
    margin: 0.7rem auto 0;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    color: #111111;
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.supporter-platform-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
}

.server-account-card .supporter-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 180px;
    padding: 1rem 0.75rem;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.18));
}

.server-account-card .supporter-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0,0,0,0.28);
    border: 1px solid rgba(255,255,255,0.12);
}

.server-account-card p {
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
}

.server-account-card small {
    color: rgba(255,255,255,0.75);
    font-size: 0.8rem;
}

.active-member-card small {
    display: block;
    color: var(--silver-3);
    margin-top: 0.35rem;
}

.supporter-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.supporter-card span {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f2f2f2, #bababa);
    color: #0a0a0a;
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}

.supporter-card .status-badge {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin: 0;
    border: 2px solid #121212;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    box-sizing: border-box;
    z-index: 2;
}

.supporter-card p {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    min-height: 1.2em;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.supporter-card small {
    display: block;
    margin-top: 0.35rem;
    color: var(--silver-3);
    overflow-wrap: anywhere;
    line-height: 1.2;
    min-height: 1.2em;
}

.supporter-platforms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.75rem;
}

.admin-card {
    background: linear-gradient(145deg, #1a1a1a 0%, #111111 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    text-align: center;
    padding: 1.2rem 0.8rem;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 180px;
    min-width: 180px;
    height: 220px;
    min-height: 220px;
    box-sizing: border-box;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.admin-card:hover {
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.admin-card p {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    min-height: 1.2em;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer {
    width: min(1800px, calc(100% - 2rem));
    margin: 0 auto 2rem;
    text-align: center;
    color: rgba(255,255,255,0.76);
    padding: 1.2rem 1rem 3rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.server-accounts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.server-accounts-section {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto 3rem;
    padding: 1.2rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    background: rgba(18,18,18,0.7);
}

.server-accounts-section .server-accounts {
    margin-bottom: 0;
}

.server-accounts-grid {
    width: 100%;
}

.server-accounts-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}

@media (max-width: 980px) {
    .hero {
        min-height: clamp(560px, 90vw, 700px);
    }

    .ring-one {
        width: 92vw;
        height: 62vw;
    }

    .ring-two {
        width: 82vw;
        height: 56vw;
    }

    .streamers-grid {
        grid-template-columns: 1fr;
    }

    .brand-sub {
        letter-spacing: 0.22em;
    }
}

@media (max-width: 720px) {
    .topbar {
        padding: 1rem 1rem;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .brand-small {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    .menu {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .menu a {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }

    .hero {
        min-height: 560px;
        gap: 2.5rem;
        padding-inline: 0.5rem;
    }

    .brand-word {
        font-size: clamp(2.5rem, 8vw, 4.5rem);
    }

    .brand-sub {
        font-size: 1.4rem;
        letter-spacing: 0.22em;
    }

    .discord-panel {
        width: min(100%, 500px);
        margin: 0 auto;
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .founder-list {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }

    .discord-thumb {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 768px) {
    .topbar {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
    }

    .brand-small {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .menu {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .menu a {
        font-size: 0.85rem;
        padding: 0.4rem 0.7rem;
        border-radius: 6px;
    }

    .supporters-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.8rem;
    }

    .admin-card {
        padding: 1rem 0.6rem;
    }

    .supporter-card {
        padding: 1rem 0.6rem;
    }

    .hero {
        padding: 1.5rem 0;
    }
}

@media (max-width: 480px) {
    .topbar {
        padding: 0.75rem 0.5rem;
    }

    .brand-small {
        font-size: 1.1rem;
    }

    .menu {
        gap: 0.3rem;
    }

    .menu a {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }

    .hero {
        min-height: 450px;
        gap: 1.5rem;
        padding: 1rem 0.5rem;
    }

    .hero-text {
        font-size: clamp(2rem, 7vw, 3rem);
    }

    .brand-word {
        font-size: clamp(2rem, 7vw, 3rem);
    }

    .discord-panel {
        width: calc(100% - 1rem);
        padding: 0.75rem;
        gap: 0.8rem;
    }

    .discord-thumb {
        width: 70px;
        height: 70px;
    }

    .server-icon {
        width: 80px;
        height: 80px;
    }

    .supporters-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }

    .admin-card,
    .supporter-card {
        padding: 0.8rem 0.5rem;
        border-radius: 12px;
    }

    .founder-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
