body {
    margin: 0;
    background: #0f1117;
    color: #f2f4f8;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 960px;
    margin: 60px auto;
    padding: 0 20px;
}

.card {
    background: #171b24;
    border: 1px solid #242b38;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

h1, h2 {
    margin-top: 0;
}

p {
    color: #c6ccda;
}

.actions, .topbar {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    background: #5865f2;
    color: #fff;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
}

.btn-secondary {
    background: #2c3444;
}

.guild-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.guild-list li {
    padding: 14px 16px;
    border: 1px solid #242b38;
    border-radius: 12px;
    background: #11161f;
    margin-bottom: 12px;
}

.guild-name {
    font-weight: 700;
    margin-bottom: 4px;
}

.guild-meta {
    color: #9aa3b5;
    font-size: 14px;
}
