body {
    outline: 6px solid red !important;
}

/* ============================================================
   FEMMEZ – FAN DASHBOARD
============================================================ */

body {
    background: #fafafa !important;
}

/* Wrapper */
#fd-wrapper {
    max-width: 880px;
    margin: 0 auto;
    padding: 20px 14px 120px;
}

/* ------------------------------------------------------------
   HEADER
------------------------------------------------------------ */
#fd-header {
    text-align: center;
    margin-bottom: 22px;
}

#fd-header h1 {
    font-size: 2.3rem;
    font-family: 'Alice', serif;
    color: #2D3748;
    margin: 0;
}

#fd-header p {
    margin-top: 8px;
    font-size: 1.1rem;
    color: #444;
}

/* ------------------------------------------------------------
   PROFILBOX
------------------------------------------------------------ */
#fd-profilebox {
    background: #ffffff;
    padding: 28px 20px 32px;
    border-radius: 22px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.06);
    text-align: center;
    margin-bottom: 42px;
}

/* Stats */
#fd-stats {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 14px;
}

#fd-stats span {
    padding: 0 6px;
}

/* Hauptbutton */
.fd-main-btn {
    background: #9878E2;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    margin-top: 14px;
}

/* Secondary Buttons */
.fd-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 18px;
}

.fd-icon-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #E2D8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #6B46C1;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.1s ease;
}

.fd-icon-btn:active {
    transform: scale(0.95);
}

/* ------------------------------------------------------------
   SECTION TITLES
------------------------------------------------------------ */
.fd-section-title {
    font-family: 'Alice', serif;
    font-size: 1.9rem;
    color: #2D3748;
    text-align: center;
    margin: 2.6rem 0 1.6rem;
    position: relative;
}

.fd-section-title::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
    height: 2px;
    background: rgba(152,120,226,0.25);
}

/* ------------------------------------------------------------
   GRID (Buttons / Aktionen)
------------------------------------------------------------ */
.fd-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    padding: 0 0.6rem;
}

.fd-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px 12px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    text-decoration: none;
    color: #2D3748;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.fd-card:active {
    transform: scale(0.97);
}

.fd-card-emoji {
    font-size: 2.4rem;
}

.fd-card-title {
    font-size: 1.05rem;
    font-weight: 600;
}

/* ------------------------------------------------------------
   NEWSFEED
------------------------------------------------------------ */
#fd-feed {
    margin-top: 1.6rem;
}

/* ------------------------------------------------------------
   STICKY BAR (reuse existing)
------------------------------------------------------------ */
.ss-sticky-bar {
    z-index: 999;
}
