/* Hubbo Prime v38.5.10 "Unity" — navigation and community dashboard */
:root {
    --unity-green: #8edb32;
    --unity-green-2: #b7ff61;
    --unity-bg: #050906;
    --unity-panel: rgba(9, 17, 11, .88);
    --unity-border: rgba(255, 255, 255, .085);
    --unity-muted: #9eaa9b;
}

/* Navigation */
.hp-navbar .hp-container { width: min(100% - 32px, 1500px); }
.hp-navbar__inner {
    min-height: 78px;
    height: 78px;
    padding: 0 15px 0 20px;
    gap: 18px;
    overflow: visible;
    isolation: isolate;
    background-clip: padding-box;
}
/* Dropdowns dürfen überstehen, die grüne Lichtfläche muss jedoch der Rundung folgen. */
.hp-navbar__inner::before {
    border-radius: inherit;
    clip-path: inset(0 round 24px);
}
.hp-navbar__brand { flex: 0 0 122px; min-width: 122px; }
.hp-navbar__brand img { max-width: 116px; height: auto; }
.hp-navbar__links { justify-content: flex-start; gap: 4px; overflow: visible; }
.hp-nav-link {
    height: 43px;
    padding: 0 11px;
    gap: 7px;
    border-radius: 13px;
    font-size: 11px;
    letter-spacing: .045em;
}
.hp-nav-icon { display: grid; place-items: center; width: 17px; height: 17px; }
.hp-nav-icon svg, .hp-action__icon svg { width: 17px; height: 17px; fill: currentColor; }
.hp-nav-chevron { width: 12px; height: 12px; margin-left: 1px; fill: currentColor; opacity: .65; transition: transform .18s ease; }
.hp-nav-dropdown { position: relative; }
.hp-nav-dropdown > button.hp-nav-link {
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    color: #cbd5cc;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.hp-nav-dropdown > button.hp-nav-link:hover {
    color: #fff;
    border-color: rgba(255,255,255,.085);
    background: rgba(255,255,255,.065);
    box-shadow: 0 12px 24px rgba(0,0,0,.18);
}
.hp-nav-dropdown > button.hp-nav-link.is-active {
    color: #f7fff4;
    border-color: rgba(142,219,50,.22);
    background: rgba(142,219,50,.095);
    box-shadow: 0 0 34px rgba(142,219,50,.12), inset 0 1px rgba(255,255,255,.055);
}
.hp-nav-dropdown.is-open .hp-nav-chevron { transform: rotate(180deg); }
.hp-nav-dropdown__panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 260px;
    padding: 10px;
    display: grid;
    gap: 5px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;
    background: rgba(6, 11, 7, .97);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .58);
    backdrop-filter: blur(24px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.hp-nav-dropdown.is-open .hp-nav-dropdown__panel {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.hp-nav-dropdown__panel a {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 8px 10px;
    border-radius: 13px;
    color: #e8efe6;
}
.hp-nav-dropdown__panel a:hover { background: rgba(142, 219, 50, .09); }
.hp-nav-dropdown__panel i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--unity-green-2);
    font-style: normal;
    border: 1px solid rgba(142, 219, 50, .16);
    border-radius: 11px;
    background: rgba(142, 219, 50, .07);
}
.hp-nav-dropdown__panel strong { display: block; font-size: 12px; }
.hp-nav-dropdown__panel small { display: block; margin-top: 2px; color: #8d998a; font-size: 10px; font-weight: 700; }

.hp-navbar__actions { gap: 7px; flex-shrink: 0; }
.hp-action { height: 43px; padding: 0 12px; border-radius: 13px; font-size: 11px; }
.hp-action--discord { width: 43px; padding: 0; display: grid; place-items: center; line-height: 0; }
.hp-action--discord .hp-action__icon { width: 20px; height: 20px; display: grid; place-items: center; margin: 0; }
.hp-action--discord .hp-action__icon svg { display: block; width: 18px; height: 18px; margin: 0; }
.hp-action--discord span:last-child { display: none; }
.hp-action--live { padding-inline: 12px; }
.hp-action--staff { min-width: 124px; padding-inline: 16px; }
.hp-action--login { min-width: 80px; }
.hp-action--register { color: #071005; background: linear-gradient(135deg, rgba(142, 219, 50, .96), rgba(80, 175, 22, .96)); border-color: rgba(177, 255, 73, .48); }
.hp-action--register:hover { color: #071005; background: linear-gradient(135deg, var(--unity-green-2), #62c925); }

.hp-account-menu { position: relative; }
.hp-account-trigger {
    appearance: none;
    min-width: 134px;
    max-width: 178px;
    padding: 0 9px 0 6px;
    cursor: pointer;
    font-family: inherit;
    text-transform: none;
}
.hp-account-avatar {
    position: relative;
    flex: 0 0 auto;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(142,219,50,.24);
    background:
        radial-gradient(circle at 50% 28%, rgba(142,219,50,.20), transparent 49%),
        linear-gradient(180deg, rgba(18,34,20,.96), rgba(7,14,9,.96));
    box-shadow: inset 0 1px rgba(255,255,255,.07), 0 7px 18px rgba(0,0,0,.25);
}
.hp-account-avatar img {
    position: absolute;
    left: 50%;
    display: block;
    width: auto;
    max-width: none;
    object-fit: initial;
    image-rendering: pixelated;
    filter: drop-shadow(0 7px 7px rgba(0,0,0,.40));
    transform: translateX(-50%);
    transform-origin: top center;
}
/* Lesbarer Portrait-Crop: Gesicht, Haare und oberer Torso bleiben gemeinsam sichtbar. */
.hp-account-avatar--nav {
    width: 38px;
    height: 38px;
    border-radius: 12px;
}
.hp-account-avatar--nav img {
    top: -3px;
    left: 45%;
    height: 78px;
    transform: translateX(-50%);
}
.hp-account-trigger .hp-account-name { max-width: 82px; overflow: hidden; text-overflow: ellipsis; }
.hp-account-trigger > .hp-nav-chevron { flex: 0 0 auto; }
.hp-account-menu.is-open .hp-account-trigger {
    color: #fff;
    border-color: rgba(142,219,50,.25);
    background: rgba(142,219,50,.08);
    box-shadow: 0 0 28px rgba(142,219,50,.09);
}
.hp-account-menu.is-open .hp-account-trigger .hp-nav-chevron { transform: rotate(180deg); }
.hp-account-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 306px;
    padding: 9px;
    display: grid;
    gap: 7px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-7px) scale(.985);
    transform-origin: top right;
    border: 1px solid rgba(255,255,255,.095);
    border-radius: 20px;
    background:
        radial-gradient(circle at 12% 0%, rgba(142,219,50,.10), transparent 35%),
        linear-gradient(180deg, rgba(8,14,10,.985), rgba(5,9,7,.985));
    box-shadow: 0 30px 80px rgba(0,0,0,.62), inset 0 1px rgba(255,255,255,.045);
    backdrop-filter: blur(26px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.hp-account-menu.is-open .hp-account-panel { visibility: visible; opacity: 1; transform: translateY(0) scale(1); }
.hp-account-panel__profile {
    position: relative;
    min-height: 80px;
    display: grid;
    grid-template-columns: 58px minmax(0,1fr) 10px;
    align-items: center;
    gap: 12px;
    padding: 10px 11px;
    border: 1px solid rgba(142,219,50,.13);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(142,219,50,.075), rgba(255,255,255,.025));
}
.hp-account-avatar--panel { width: 56px; height: 56px; border-radius: 15px; }
.hp-account-avatar--panel img {
    top: -5px;
    left: 46%;
    height: 104px;
    transform: translateX(-50%);
}
.hp-account-panel__identity { min-width: 0; display: block; }
.hp-account-panel__identity small,
.hp-account-panel__identity strong,
.hp-account-panel__identity em { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hp-account-panel__identity small { color: #798576; font-size: 8px; font-weight: 950; letter-spacing: .105em; text-transform: uppercase; }
.hp-account-panel__identity strong { margin-top: 4px; color: #fff; font-size: 14px; font-weight: 950; }
.hp-account-panel__identity em { margin-top: 3px; color: var(--unity-green-2); font-size: 10px; font-style: normal; font-weight: 800; }
.hp-account-panel__status { width: 9px; height: 9px; border-radius: 50%; background: var(--unity-green); box-shadow: 0 0 13px rgba(142,219,50,.95); }
.hp-account-panel__links { display: grid; gap: 4px; }
.hp-account-item,
.hp-account-panel__logout button {
    width: 100%;
    min-height: 55px;
    display: grid;
    grid-template-columns: 36px minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 7px 9px;
    color: #dfe9dc;
    text-align: left;
    border: 1px solid transparent;
    border-radius: 13px;
    background: transparent;
    cursor: pointer;
    transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}
.hp-account-item:hover,
.hp-account-panel__logout button:hover {
    color: #fff;
    border-color: rgba(255,255,255,.065);
    background: rgba(255,255,255,.045);
    transform: translateX(2px);
}
.hp-account-item__icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--unity-green-2);
    border: 1px solid rgba(142,219,50,.13);
    border-radius: 10px;
    background: rgba(142,219,50,.065);
}
.hp-account-item__icon svg { width: 16px; height: 16px; fill: currentColor; }
.hp-account-item > span:nth-child(2),
.hp-account-panel__logout button > span:nth-child(2) { min-width: 0; }
.hp-account-item strong,
.hp-account-item small,
.hp-account-panel__logout strong,
.hp-account-panel__logout small { display: block; }
.hp-account-item strong,
.hp-account-panel__logout strong { color: inherit; font: 850 11px/1.15 Inter, sans-serif; }
.hp-account-item small,
.hp-account-panel__logout small { margin-top: 4px; color: #788576; font: 700 9px/1.2 Inter, sans-serif; }
.hp-account-item > i { color: #657062; font-size: 18px; font-style: normal; }
.hp-account-item--housekeeping {
    margin-top: 3px;
    border-color: rgba(142,219,50,.12);
    background: rgba(142,219,50,.045);
}
.hp-account-item--housekeeping:hover { border-color: rgba(142,219,50,.22); background: rgba(142,219,50,.085); }
.hp-account-item--housekeeping > b {
    padding: 4px 6px;
    color: #bfff73;
    font-size: 7px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: 1px solid rgba(142,219,50,.22);
    border-radius: 999px;
    background: rgba(142,219,50,.08);
}
.hp-account-panel__logout { margin: 0; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.07); }
.hp-account-panel__logout button { font-family: Inter, sans-serif; }
.hp-account-panel__logout .hp-account-item__icon { color: #ff9a9a; border-color: rgba(255,102,102,.13); background: rgba(255,102,102,.055); }
.hp-account-panel__logout button:hover { color: #ffdede; border-color: rgba(255,102,102,.10); background: rgba(255,102,102,.055); }

.hp-mobile-menu { top: 102px; max-height: calc(100vh - 122px); overflow-y: auto; }
.hp-mobile-menu__group { display: grid; gap: 7px; padding: 5px 0; }
.hp-mobile-menu__label { padding: 4px 5px 1px; color: #778374; font-size: 9px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.hp-mobile-menu form { margin: 0; }
.hp-mobile-menu button { width: 100%; min-height: 46px; padding: 0 14px; color: #eaf3e9; text-align: left; font: 850 13px/1 Inter, sans-serif; border: 0; border-radius: 14px; background: rgba(255, 255, 255, .045); }

/* Community dashboard */
.hp-unity-community-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 15% 14%, rgba(142, 219, 50, .13), transparent 29%),
        radial-gradient(circle at 86% 22%, rgba(74, 150, 255, .08), transparent 27%),
        linear-gradient(180deg, rgba(4, 8, 5, .56), rgba(3, 6, 4, .92)),
        url('/assets/images/dusk/background_image.png') center top / cover no-repeat;
    filter: saturate(.72);
}
.hp-unity-community-bg::after { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, .38); }
.hp-unity-community {
    position: relative;
    z-index: 2;
    width: min(100% - 36px, 1400px);
    margin: 0 auto;
    padding: 142px 0 150px;
    color: #f7fbf4;
}
.hp-unity-hero {
    position: relative;
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
    align-items: center;
    gap: 56px;
    padding: 58px 64px;
    overflow: hidden;
    border: 1px solid rgba(142, 219, 50, .15);
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(13, 27, 16, .92), rgba(5, 12, 7, .9));
    box-shadow: 0 38px 120px rgba(0, 0, 0, .48), inset 0 1px rgba(255, 255, 255, .035);
}
.hp-unity-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 76% 44%, rgba(142, 219, 50, .14), transparent 30%), linear-gradient(90deg, transparent 55%, rgba(255,255,255,.018));
}
.hp-unity-hero > * { position: relative; z-index: 1; }
.hp-unity-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--unity-green-2); font-size: 11px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.hp-unity-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--unity-green); box-shadow: 0 0 18px rgba(142, 219, 50, .85); }
.hp-unity-hero h1 { max-width: 720px; margin: 20px 0 18px; color: #fff; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.065em; font-weight: 950; }
.hp-unity-hero h1 strong { color: var(--unity-green-2); }
.hp-unity-hero__content > p { max-width: 660px; margin: 0; color: #b9c5b6; font-size: 17px; line-height: 1.72; font-weight: 620; }
.hp-unity-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.hp-unity-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .035em; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.hp-unity-button svg { width: 18px; height: 18px; fill: currentColor; }
.hp-unity-button:hover { transform: translateY(-2px); }
.hp-unity-button--primary { color: #071005; background: linear-gradient(135deg, var(--unity-green-2), var(--unity-green)); box-shadow: 0 18px 38px rgba(142,219,50,.22); }
.hp-unity-button--ghost { color: #edf5ea; background: rgba(255,255,255,.045); }
.hp-unity-button--ghost:hover { border-color: rgba(142,219,50,.25); background: rgba(142,219,50,.07); }
.hp-unity-stats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.hp-unity-stats div { min-width: 130px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.065); border-radius: 14px; background: rgba(0,0,0,.16); }
.hp-unity-stats strong { display: block; color: #fff; font-size: 20px; font-weight: 950; }
.hp-unity-stats span { display: block; margin-top: 3px; color: #82907f; font-size: 10px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }

.hp-unity-hero__visual { position: relative; min-height: 420px; }
.hp-unity-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(142,219,50,.16); border-radius: 50%; transform: translate(-50%,-50%); }
.hp-unity-orbit--outer { width: 390px; height: 390px; box-shadow: 0 0 90px rgba(142,219,50,.06); }
.hp-unity-orbit--inner { width: 245px; height: 245px; border-style: dashed; animation: hpUnitySpin 28s linear infinite; }
.hp-unity-community-core { position: absolute; left: 50%; top: 50%; width: 176px; height: 176px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(183,255,97,.34); border-radius: 50%; background: radial-gradient(circle at 42% 35%, rgba(183,255,97,.26), rgba(10,26,13,.92) 62%); box-shadow: 0 0 75px rgba(142,219,50,.17), inset 0 0 30px rgba(142,219,50,.09); transform: translate(-50%,-50%); }
.hp-unity-community-core span { color: var(--unity-green-2); font-size: 9px; font-weight: 950; letter-spacing: .19em; }
.hp-unity-community-core strong { margin-top: 5px; color: #fff; font-size: 22px; font-weight: 950; letter-spacing: -.035em; }
.hp-unity-community-core small { margin-top: 6px; color: #7f8d7c; font-size: 10px; font-weight: 850; }
.hp-unity-avatar { position: absolute; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: linear-gradient(180deg, rgba(22,43,26,.96), rgba(8,17,10,.96)); box-shadow: 0 18px 38px rgba(0,0,0,.36); transition: transform .18s ease, border-color .18s ease; }
.hp-unity-avatar:hover { transform: translateY(-4px); border-color: rgba(183,255,97,.45); }
.hp-unity-avatar img { width: 58px; height: 58px; object-fit: contain; image-rendering: pixelated; }
.hp-unity-avatar > span { font-size: 25px; font-weight: 950; color: var(--unity-green-2); }
.hp-unity-avatar small { position: absolute; left: 50%; top: calc(100% + 7px); max-width: 100px; padding: 4px 8px; overflow: hidden; color: #dce6d9; font-size: 9px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; border: 1px solid rgba(255,255,255,.07); border-radius: 999px; background: rgba(4,8,5,.88); transform: translateX(-50%); }
.hp-unity-avatar--1 { left: 3%; top: 15%; }
.hp-unity-avatar--2 { right: 3%; top: 8%; }
.hp-unity-avatar--3 { right: 0; bottom: 13%; }
.hp-unity-avatar--4 { left: 9%; bottom: 8%; }
@keyframes hpUnitySpin { to { transform: translate(-50%,-50%) rotate(360deg); } }

.hp-unity-shortcuts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 20px; }
.hp-unity-shortcuts > a { min-height: 96px; display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 17px; border: 1px solid var(--unity-border); border-radius: 18px; background: linear-gradient(180deg, rgba(12,23,14,.88), rgba(6,13,8,.9)); box-shadow: 0 18px 48px rgba(0,0,0,.22); transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.hp-unity-shortcuts > a:hover { transform: translateY(-3px); border-color: rgba(142,219,50,.25); background: linear-gradient(180deg, rgba(16,31,19,.94), rgba(7,16,9,.94)); }
.hp-unity-shortcut__icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--unity-green-2); font-size: 18px; font-weight: 950; border: 1px solid rgba(142,219,50,.15); border-radius: 14px; background: rgba(142,219,50,.07); }
.hp-unity-shortcuts strong { display: block; color: #fff; font-size: 14px; font-weight: 950; }
.hp-unity-shortcuts small { display: block; margin-top: 4px; color: #879483; font-size: 10px; font-weight: 700; }
.hp-unity-shortcuts i { color: #647060; font-style: normal; }

.hp-unity-activity { margin-top: 34px; padding: 26px; border: 1px solid var(--unity-border); border-radius: 24px; background: rgba(6,14,8,.84); box-shadow: 0 26px 70px rgba(0,0,0,.26); }
.hp-unity-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.hp-unity-section-heading span { color: var(--unity-green); font-size: 10px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.hp-unity-section-heading h2 { margin: 5px 0 0; color: #fff; font-size: 28px; font-weight: 950; letter-spacing: -.04em; }
.hp-unity-section-heading a { color: var(--unity-green-2); font-size: 11px; font-weight: 900; }
.hp-unity-activity__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.hp-unity-activity article { min-height: 76px; display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.055); border-radius: 15px; background: rgba(255,255,255,.028); }
.hp-unity-activity__symbol { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: rgba(142,219,50,.07); }
.hp-unity-activity strong { display: block; color: #fff; font-size: 12px; }
.hp-unity-activity p { margin: 4px 0 0; color: #8e9a8b; font-size: 11px; line-height: 1.4; }

@media (max-width: 1350px) {
    .hp-navbar__links { gap: 1px; }
    .hp-nav-link { padding-inline: 8px; font-size: 10px; }
    .hp-action--live { display: none; }
    .hp-account-trigger .hp-account-name, .hp-account-trigger > .hp-nav-chevron { display: none; }
    .hp-account-trigger { min-width: 43px; width: 43px; padding: 0 4px; }
}
@media (max-width: 1160px) {
    .hp-navbar__links, .hp-navbar__actions { display: none; }
    .hp-mobile-toggle { display: block; }
    .hp-unity-hero { grid-template-columns: 1fr; padding: 48px; }
    .hp-unity-hero__visual { min-height: 380px; }
    .hp-unity-shortcuts { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
    .hp-unity-community { width: min(100% - 22px, 1400px); padding-top: 112px; }
    .hp-unity-hero { min-height: 0; padding: 30px 22px; border-radius: 24px; }
    .hp-unity-hero h1 { font-size: 43px; }
    .hp-unity-hero__content > p { font-size: 15px; }
    .hp-unity-hero__actions, .hp-unity-button { width: 100%; }
    .hp-unity-stats { display: grid; grid-template-columns: 1fr; }
    .hp-unity-stats div { min-width: 0; }
    .hp-unity-hero__visual { min-height: 330px; transform: scale(.84); margin: -20px -30px; }
    .hp-unity-shortcuts, .hp-unity-activity__grid { grid-template-columns: 1fr; }
    .hp-unity-section-heading { align-items: flex-start; flex-direction: column; }
}

/* Hubbo Prime v38.5.10 "Unity" — Community dashboard expansion */
.hp-unity-community {
    padding-bottom: 96px;
}

.hp-unity-hero__visual {
    min-height: 470px;
}

.hp-unity-orbit--outer {
    width: 410px;
    height: 410px;
}

.hp-unity-orbit--inner {
    width: 260px;
    height: 260px;
}

.hp-unity-community-core {
    width: 184px;
    height: 184px;
}

.hp-unity-community-core small {
    color: #a4b39f;
    font-size: 9px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.hp-unity-avatar {
    width: 104px;
    height: 104px;
    overflow: visible;
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 20%, rgba(183,255,97,.14), transparent 48%),
        linear-gradient(180deg, rgba(23,45,28,.98), rgba(7,16,9,.98));
    box-shadow: 0 22px 52px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.045);
}

.hp-unity-avatar__portrait {
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: block;
    border-radius: inherit;
}

.hp-unity-avatar__portrait::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 30%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(4,10,6,.66));
}

.hp-unity-avatar__portrait img {
    position: absolute;
    left: 50%;
    bottom: -28px;
    width: 112px;
    height: auto;
    max-width: none;
    object-fit: contain;
    image-rendering: pixelated;
    transform: translateX(-50%);
}

.hp-unity-avatar__portrait b {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--unity-green-2);
    font-size: 34px;
    font-weight: 950;
}

.hp-unity-avatar small {
    top: calc(100% + 9px);
    max-width: 132px;
    padding: 5px 10px;
    font-size: 10px;
}

.hp-unity-avatar--1 { left: -1%; top: 13%; }
.hp-unity-avatar--2 { right: -1%; top: 6%; }
.hp-unity-avatar--3 { right: -3%; bottom: 10%; }
.hp-unity-avatar--4 { left: 5%; bottom: 5%; }

.hp-unity-shortcut__icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.hp-unity-activity {
    padding: 30px;
}

.hp-unity-activity__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hp-unity-activity article {
    min-height: 92px;
    padding: 15px;
    border-color: rgba(255,255,255,.06);
    background: linear-gradient(180deg, rgba(255,255,255,.032), rgba(255,255,255,.018));
}

.hp-unity-activity__symbol {
    position: relative;
    overflow: hidden;
}

.hp-unity-activity__symbol svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.hp-unity-activity__item--photo .hp-unity-activity__symbol {
    color: #49d7f0;
    background: rgba(73,215,240,.10);
}

.hp-unity-activity__item--news .hp-unity-activity__symbol {
    color: #b88bff;
    background: rgba(184,139,255,.10);
}

.hp-unity-activity__item--room .hp-unity-activity__symbol {
    color: #ffbf4f;
    background: rgba(255,191,79,.10);
}

.hp-unity-activity__item--badge .hp-unity-activity__symbol {
    color: #ffe36d;
    background: rgba(255,227,109,.10);
}

.hp-unity-activity__item--user .hp-unity-activity__symbol {
    color: var(--unity-green-2);
    background: rgba(142,219,50,.09);
}

.hp-unity-activity strong {
    font-size: 13px;
}

.hp-unity-activity p {
    font-size: 11px;
    line-height: 1.5;
}

.hp-unity-discover {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
    gap: 18px;
    margin-top: 34px;
}

.hp-unity-photos-panel,
.hp-unity-news-panel {
    min-width: 0;
    padding: 28px;
    border: 1px solid var(--unity-border);
    border-radius: 24px;
    background: rgba(6,14,8,.88);
    box-shadow: 0 26px 70px rgba(0,0,0,.28);
}

.hp-unity-photo-grid {
    min-height: 372px;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hp-unity-photo-card {
    position: relative;
    min-height: 112px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    background: #0a120c;
    box-shadow: 0 18px 36px rgba(0,0,0,.22);
}

.hp-unity-photo-card--featured {
    grid-row: 1 / 4;
    min-height: 372px;
}

.hp-unity-photo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
}

.hp-unity-photo-card:hover img {
    transform: scale(1.035);
    filter: saturate(1.08);
}

.hp-unity-photo-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(3,8,5,.9));
}

.hp-unity-photo-card__meta {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 13px;
}

.hp-unity-photo-card__meta strong,
.hp-unity-photo-card__meta small {
    display: block;
}

.hp-unity-photo-card__meta strong {
    color: #fff;
    font-size: 13px;
    font-weight: 950;
}

.hp-unity-photo-card__meta small {
    margin-top: 3px;
    color: #afbaac;
    font-size: 10px;
    font-weight: 700;
}

.hp-unity-section-heading--stacked {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.hp-unity-live-card {
    min-height: 78px;
    display: grid;
    grid-template-columns: 14px minmax(0,1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px;
    margin-bottom: 12px;
    border: 1px solid rgba(142,219,50,.18);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(142,219,50,.11), rgba(142,219,50,.035));
}

.hp-unity-live-card__pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--unity-green-2);
    box-shadow: 0 0 18px rgba(183,255,97,.8);
    animation: hpUnityPulse 1.8s ease-in-out infinite;
}

.hp-unity-live-card small,
.hp-unity-live-card strong {
    display: block;
}

.hp-unity-live-card small {
    color: #8fa08b;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.hp-unity-live-card strong {
    margin-top: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
}

.hp-unity-live-card a {
    padding: 8px 11px;
    color: #081005;
    font-size: 10px;
    font-weight: 950;
    border-radius: 10px;
    background: var(--unity-green-2);
}

.hp-unity-news-list {
    display: grid;
    gap: 10px;
}

.hp-unity-news-item {
    min-height: 98px;
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 15px;
    background: rgba(255,255,255,.025);
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.hp-unity-news-item:hover {
    transform: translateY(-2px);
    border-color: rgba(142,219,50,.2);
    background: rgba(142,219,50,.045);
}

.hp-unity-news-item__date {
    width: 48px;
    height: 54px;
    display: grid;
    place-content: center;
    text-align: center;
    border: 1px solid rgba(142,219,50,.14);
    border-radius: 13px;
    background: rgba(142,219,50,.06);
}

.hp-unity-news-item__date strong,
.hp-unity-news-item__date small {
    display: block;
}

.hp-unity-news-item__date strong {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.hp-unity-news-item__date small {
    margin-top: 4px;
    color: var(--unity-green);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.hp-unity-news-item > span:nth-child(2) > small {
    display: block;
    color: var(--unity-green);
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hp-unity-news-item > span:nth-child(2) > strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.hp-unity-news-item p {
    margin: 4px 0 0;
    color: #899687;
    font-size: 10px;
    line-height: 1.4;
}

.hp-unity-news-item i {
    color: var(--unity-green-2);
    font-style: normal;
}

.hp-unity-empty {
    min-height: 240px;
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 24px;
    text-align: center;
    border: 1px dashed rgba(142,219,50,.18);
    border-radius: 18px;
    background: rgba(142,219,50,.025);
}

.hp-unity-empty--photos {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.hp-unity-empty span {
    font-size: 28px;
}

.hp-unity-empty strong {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.hp-unity-empty p {
    max-width: 330px;
    margin: 7px 0 0;
    color: #899687;
    font-size: 11px;
    line-height: 1.55;
}

.hp-unity-empty a {
    margin-top: 14px;
    color: var(--unity-green-2);
    font-size: 10px;
    font-weight: 900;
}

.hp-unity-empty--news {
    min-height: 150px;
}

@keyframes hpUnityPulse {
    0%, 100% { transform: scale(.85); opacity: .72; }
    50% { transform: scale(1); opacity: 1; }
}

@media (max-width: 1280px) {
    .hp-unity-activity__grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .hp-unity-discover {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1160px) {
    .hp-unity-hero__visual {
        width: min(100%, 560px);
        margin-inline: auto;
    }
}

@media (max-width: 700px) {
    .hp-unity-avatar {
        width: 88px;
        height: 88px;
    }

    .hp-unity-avatar__portrait img {
        width: 98px;
        bottom: -25px;
    }

    .hp-unity-activity,
    .hp-unity-photos-panel,
    .hp-unity-news-panel {
        padding: 20px;
    }

    .hp-unity-activity__grid {
        grid-template-columns: 1fr;
    }

    .hp-unity-photo-grid {
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .hp-unity-photo-card,
    .hp-unity-photo-card--featured {
        grid-row: auto;
        min-height: 210px;
    }

    .hp-unity-live-card {
        grid-template-columns: 12px minmax(0,1fr);
    }

    .hp-unity-live-card a {
        grid-column: 2;
        justify-self: start;
    }
}

/* Hubbo Prime v38.5.11 "Unity" — Eventplan, beliebte Räume und übersetzte Aktivitäten */
.hp-unity-photo-card::after {
    content: '↗';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #071005;
    font-size: 13px;
    font-weight: 950;
    border-radius: 10px;
    background: rgba(183,255,97,.92);
    box-shadow: 0 10px 28px rgba(0,0,0,.28);
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .18s ease, transform .18s ease;
}

.hp-unity-photo-card:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.hp-unity-news-panel {
    display: flex;
    flex-direction: column;
}

.hp-unity-panel-block {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(255,255,255,.065);
}

.hp-unity-panel-block__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.hp-unity-panel-block__head > span {
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.hp-unity-panel-block__head > a,
.hp-unity-panel-block__head > small {
    color: var(--unity-green);
    font-size: 9px;
    font-weight: 900;
}

.hp-unity-event-preview-list,
.hp-unity-room-list {
    display: grid;
    gap: 8px;
}

.hp-unity-event-preview {
    min-height: 76px;
    display: grid;
    grid-template-columns: 46px minmax(0,1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
    background: rgba(255,255,255,.024);
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.hp-unity-event-preview:hover,
.hp-unity-event-preview.is-live {
    transform: translateY(-2px);
    border-color: rgba(142,219,50,.24);
    background: rgba(142,219,50,.05);
}

.hp-unity-event-preview__date {
    width: 46px;
    height: 52px;
    display: grid;
    place-content: center;
    text-align: center;
    border: 1px solid rgba(142,219,50,.14);
    border-radius: 13px;
    background: rgba(142,219,50,.07);
}

.hp-unity-event-preview__date strong {
    color: #fff;
    font-size: 17px;
    line-height: 1;
}

.hp-unity-event-preview__date small {
    margin-top: 3px;
    color: var(--unity-green);
    font-size: 8px;
    font-weight: 950;
    text-transform: uppercase;
}

.hp-unity-event-preview__body > small,
.hp-unity-event-preview__body > strong,
.hp-unity-event-preview__body > p {
    display: block;
}

.hp-unity-event-preview__body > small {
    color: var(--unity-green);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.hp-unity-event-preview__body > strong {
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: 950;
}

.hp-unity-event-preview__body > p {
    margin: 3px 0 0;
    color: #839080;
    font-size: 9px;
}

.hp-unity-event-preview > i {
    color: var(--unity-green-2);
    font-style: normal;
}

.hp-unity-room-item {
    min-height: 58px;
    display: grid;
    grid-template-columns: 36px minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 13px;
    background: rgba(255,255,255,.02);
    transition: border-color .18s ease, background .18s ease;
}

.hp-unity-room-item:hover {
    border-color: rgba(142,219,50,.2);
    background: rgba(142,219,50,.04);
}

.hp-unity-room-item__icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--unity-green-2);
    font-weight: 950;
    border-radius: 10px;
    background: rgba(142,219,50,.08);
}

.hp-unity-room-item strong,
.hp-unity-room-item small {
    display: block;
}

.hp-unity-room-item strong {
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.hp-unity-room-item small {
    margin-top: 2px;
    color: #7f8b7c;
    font-size: 8px;
}

.hp-unity-room-item b {
    color: #a7b3a3;
    font-size: 8px;
    font-weight: 900;
    white-space: nowrap;
}

.hp-unity-panel-empty {
    padding: 16px;
    text-align: center;
    border: 1px dashed rgba(142,219,50,.16);
    border-radius: 13px;
    background: rgba(142,219,50,.025);
}

.hp-unity-panel-empty strong {
    color: #fff;
    font-size: 11px;
}

.hp-unity-panel-empty p {
    margin: 4px 0 0;
    color: #82907f;
    font-size: 9px;
}

.hp-unity-panel-empty--compact {
    padding: 12px;
}

.hp-unity-news-list--compact .hp-unity-news-item {
    min-height: 72px;
    grid-template-columns: 42px minmax(0,1fr) auto;
    padding: 10px;
}

.hp-unity-news-list--compact .hp-unity-news-item__date {
    width: 42px;
    height: 46px;
}

.hp-unity-news-list--compact .hp-unity-news-item__date strong {
    font-size: 15px;
}

/* Hubbo Prime v38.5.12 "Unity" — redundante Community-Unterleiste entfernt */
/* Eventplan */
.hp-event-page {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 1400px);
    margin: 0 auto;
    padding: 118px 0 96px;
}

/* Die globale Prime-Navigation übernimmt die Community-Navigation vollständig. */
.hp-unity-button--manage {
    color: var(--unity-green-2);
    border-color: rgba(142,219,50,.22);
    background: rgba(142,219,50,.065);
}

.hp-unity-button--manage:hover {
    color: #071005;
    border-color: rgba(183,255,97,.48);
    background: linear-gradient(135deg, var(--unity-green-2), var(--unity-green));
    box-shadow: 0 16px 34px rgba(142,219,50,.18);
}

.hp-event-hero {
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(360px,.8fr);
    align-items: stretch;
    gap: 18px;
    padding: 30px;
    border: 1px solid rgba(142,219,50,.15);
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 30%, rgba(142,219,50,.13), transparent 36%),
        linear-gradient(135deg, rgba(9,24,12,.97), rgba(4,10,6,.97));
    box-shadow: 0 30px 90px rgba(0,0,0,.32);
}

.hp-event-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 24px;
}

.hp-event-hero h1 {
    margin: 18px 0 14px;
    color: #fff;
    font-size: clamp(48px, 5vw, 74px);
    line-height: .98;
    letter-spacing: -.065em;
    font-weight: 950;
}

.hp-event-hero h1 strong {
    color: var(--unity-green-2);
}

.hp-event-hero__copy > p {
    max-width: 650px;
    margin: 0;
    color: #aebaaa;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 620;
}

.hp-event-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hp-event-hero__next {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));
}

.hp-event-hero__next::before {
    content: '';
    position: absolute;
    width: 230px;
    height: 230px;
    right: -90px;
    top: -95px;
    border: 1px solid rgba(142,219,50,.14);
    border-radius: 50%;
    box-shadow: 0 0 70px rgba(142,219,50,.08);
}

.hp-event-hero__next.is-live {
    border-color: rgba(183,255,97,.28);
    background: linear-gradient(180deg, rgba(142,219,50,.09), rgba(255,255,255,.018));
}

.hp-event-hero__next > small {
    margin-top: 14px;
    color: #8c9989;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.hp-event-hero__next h2 {
    position: relative;
    margin: 8px 0 9px;
    color: #fff;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 950;
}

.hp-event-hero__next p {
    position: relative;
    margin: 0;
    color: #9aa697;
    font-size: 11px;
    line-height: 1.55;
}

.hp-event-hero__meta {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    margin-top: 18px;
}

.hp-event-hero__meta span {
    padding: 10px;
    color: #a9b4a6;
    font-size: 9px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 12px;
    background: rgba(0,0,0,.15);
}

.hp-event-hero__meta b {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 11px;
}

.hp-event-hero__next > a {
    position: relative;
    align-self: flex-start;
    margin-top: 18px;
    color: var(--unity-green-2);
    font-size: 10px;
    font-weight: 950;
}

.hp-event-status {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    padding: 0 9px;
    color: #dce7d8;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.04);
}

.hp-event-status--live {
    color: #071005;
    border-color: transparent;
    background: var(--unity-green-2);
    box-shadow: 0 0 22px rgba(183,255,97,.22);
}

.hp-event-status--planned { color: #b7ff61; border-color: rgba(183,255,97,.28); background: rgba(183,255,97,.07); }
.hp-event-status--ended { color: #a4afa1; }
.hp-event-status--cancelled { color: #ff8989; border-color: rgba(255,90,90,.28); background: rgba(255,90,90,.07); }
.hp-event-status--draft { color: #ffd16c; border-color: rgba(255,193,70,.28); background: rgba(255,193,70,.07); }

.hp-event-calendar-panel,
.hp-event-upcoming {
    margin-top: 22px;
    padding: 28px;
    border: 1px solid rgba(142,219,50,.13);
    border-radius: 24px;
    background: rgba(5,13,7,.9);
    box-shadow: 0 24px 70px rgba(0,0,0,.26);
}

.hp-event-calendar-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.hp-event-calendar-panel__head span {
    color: var(--unity-green);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hp-event-calendar-panel__head h2 {
    margin: 4px 0 0;
    color: #fff;
    font-size: 26px;
    font-weight: 950;
    letter-spacing: -.035em;
}

.hp-event-month-nav {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hp-event-month-nav a {
    min-width: 40px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: #dce5d9;
    font-size: 10px;
    font-weight: 900;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 11px;
    background: rgba(255,255,255,.025);
}

.hp-event-month-nav a:hover {
    color: var(--unity-green-2);
    border-color: rgba(142,219,50,.2);
}

.hp-event-calendar {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(7,minmax(0,1fr));
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
}

.hp-event-calendar__weekday {
    min-height: 38px;
    display: grid;
    place-items: center;
    color: #839080;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.025);
}

.hp-event-calendar__weekday:nth-child(7) { border-right: 0; }

.hp-event-calendar__day {
    min-height: 138px;
    padding: 10px;
    border-right: 1px solid rgba(255,255,255,.045);
    border-bottom: 1px solid rgba(255,255,255,.045);
    background: rgba(255,255,255,.012);
}

.hp-event-calendar__day:nth-child(7n) { border-right: 0; }
.hp-event-calendar__day.is-outside { opacity: .38; }
.hp-event-calendar__day.is-today { background: rgba(142,219,50,.045); box-shadow: inset 0 0 0 1px rgba(142,219,50,.14); }

.hp-event-calendar__date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.hp-event-calendar__date > span {
    color: #dfe8dc;
    font-size: 11px;
    font-weight: 900;
}

.hp-event-calendar__date > small {
    color: var(--unity-green);
    font-size: 7px;
    font-weight: 950;
    text-transform: uppercase;
}

.hp-event-calendar__entries {
    display: grid;
    gap: 5px;
}

.hp-event-chip {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 5px;
    padding: 6px 7px;
    color: #dfe8dc;
    border-left: 2px solid var(--unity-green);
    border-radius: 7px;
    background: rgba(142,219,50,.06);
}

.hp-event-chip time {
    color: var(--unity-green);
    font-size: 7px;
    font-weight: 950;
}

.hp-event-chip span {
    overflow: hidden;
    font-size: 8px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hp-event-chip--live { border-left-color: #b7ff61; background: rgba(183,255,97,.12); }
.hp-event-chip--cancelled { border-left-color: #ff7373; background: rgba(255,90,90,.06); }
.hp-event-chip--ended { border-left-color: #667064; background: rgba(255,255,255,.025); }

.hp-event-calendar__more {
    color: #7c8979;
    font-size: 7px;
    font-weight: 850;
}

.hp-event-upcoming__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
}

.hp-event-card {
    min-height: 154px;
    display: grid;
    grid-template-columns: 74px minmax(0,1fr) 34px;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 17px;
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.018));
}

.hp-event-card.is-featured {
    border-color: rgba(142,219,50,.2);
    background: linear-gradient(180deg, rgba(142,219,50,.065), rgba(255,255,255,.018));
}

.hp-event-card__date {
    width: 70px;
    height: 92px;
    display: grid;
    place-content: center;
    text-align: center;
    border: 1px solid rgba(142,219,50,.15);
    border-radius: 16px;
    background: rgba(142,219,50,.06);
}

.hp-event-card__date strong {
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.hp-event-card__date span {
    margin-top: 4px;
    color: var(--unity-green);
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
}

.hp-event-card__date small {
    margin-top: 7px;
    color: #a5b0a2;
    font-size: 8px;
    font-weight: 900;
}

.hp-event-card__body h3 {
    margin: 8px 0 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: -.02em;
}

.hp-event-card__body p {
    margin: 0;
    color: #899687;
    font-size: 10px;
    line-height: 1.5;
}

.hp-event-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 9px;
}

.hp-event-card__facts span {
    color: #a6b1a3;
    font-size: 8px;
    font-weight: 800;
}

.hp-event-card__link {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: var(--unity-green-2);
    border: 1px solid rgba(142,219,50,.15);
    border-radius: 10px;
    background: rgba(142,219,50,.06);
}

.hp-event-upcoming__empty {
    grid-column: 1 / -1;
    min-height: 180px;
}

/* Eventdetail */
.hp-event-detail-hero {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    display: flex;
    align-items: flex-end;
    padding: 42px;
    border: 1px solid rgba(142,219,50,.15);
    border-radius: 28px;
    background:
        radial-gradient(circle at 70% 30%, rgba(142,219,50,.16), transparent 38%),
        linear-gradient(135deg, rgba(9,24,12,.98), rgba(4,10,6,.98));
    box-shadow: 0 30px 90px rgba(0,0,0,.32);
}

.hp-event-detail-hero.has-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(3,9,5,.96) 0%, rgba(3,9,5,.72) 52%, rgba(3,9,5,.28)), var(--event-image);
    background-size: cover;
    background-position: center;
}

.hp-event-detail-hero__copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.hp-event-back {
    display: block;
    margin-bottom: 24px;
    color: #98a594;
    font-size: 10px;
    font-weight: 900;
}

.hp-event-detail-hero h1 {
    margin: 15px 0 12px;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -.055em;
    font-weight: 950;
}

.hp-event-detail-hero p {
    max-width: 670px;
    margin: 0;
    color: #b5c0b2;
    font-size: 15px;
    line-height: 1.65;
}

.hp-event-detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hp-event-detail-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 360px;
    align-items: start;
    gap: 18px;
    margin-top: 20px;
}

.hp-event-detail-content,
.hp-event-detail-sidebar section,
.hp-event-sidebar-link {
    border: 1px solid rgba(142,219,50,.13);
    border-radius: 22px;
    background: rgba(5,13,7,.91);
    box-shadow: 0 22px 65px rgba(0,0,0,.24);
}

.hp-event-detail-content {
    padding: 32px;
}

.hp-event-detail-content > span,
.hp-event-detail-sidebar section > span {
    color: var(--unity-green);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hp-event-detail-content h2 {
    margin: 6px 0 20px;
    color: #fff;
    font-size: 27px;
    font-weight: 950;
    letter-spacing: -.035em;
}

.hp-event-detail-text {
    color: #afbaac;
    font-size: 13px;
    line-height: 1.8;
}

.hp-event-join,
.hp-event-waiting {
    min-height: 78px;
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) auto;
    align-items: center;
    gap: 13px;
    padding: 14px;
    margin-top: 28px;
    border: 1px solid rgba(142,219,50,.2);
    border-radius: 16px;
    background: rgba(142,219,50,.07);
}

.hp-event-join > span,
.hp-event-waiting > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #071005;
    font-weight: 950;
    border-radius: 12px;
    background: var(--unity-green-2);
}

.hp-event-join small,
.hp-event-join strong,
.hp-event-waiting strong,
.hp-event-waiting p {
    display: block;
}

.hp-event-join small {
    color: var(--unity-green);
    font-size: 8px;
    font-weight: 950;
    text-transform: uppercase;
}

.hp-event-join strong,
.hp-event-waiting strong {
    margin-top: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
}

.hp-event-join i {
    color: var(--unity-green-2);
    font-style: normal;
}

.hp-event-waiting {
    border-color: rgba(255,255,255,.07);
    background: rgba(255,255,255,.025);
}

.hp-event-waiting > span {
    color: #ccd6c9;
    background: rgba(255,255,255,.07);
}

.hp-event-waiting p {
    margin: 4px 0 0;
    color: #849181;
    font-size: 9px;
}

.hp-event-detail-sidebar {
    display: grid;
    gap: 12px;
}

.hp-event-detail-sidebar section {
    padding: 22px;
}

.hp-event-detail-sidebar dl {
    margin: 13px 0 0;
}

.hp-event-detail-sidebar dl div {
    display: grid;
    grid-template-columns: 90px minmax(0,1fr);
    gap: 12px;
    padding: 11px 0;
    border-top: 1px solid rgba(255,255,255,.055);
}

.hp-event-detail-sidebar dt {
    color: #73806f;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.hp-event-detail-sidebar dd {
    margin: 0;
    color: #e5ece2;
    font-size: 10px;
    font-weight: 850;
    text-align: right;
}

.hp-event-sidebar-link {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--unity-green-2);
    font-size: 10px;
    font-weight: 950;
}

@media (max-width: 1160px) {
    .hp-event-hero,
    .hp-event-detail-layout {
        grid-template-columns: 1fr;
    }

    .hp-event-calendar__day {
        min-height: 118px;
    }

    .hp-event-upcoming__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .hp-event-page {
        width: min(100% - 22px, 1400px);
        padding-top: 110px;
    }

    .hp-event-hero {
        min-height: 0;
        padding: 20px;
        border-radius: 22px;
    }

    .hp-event-hero__copy {
        padding: 12px;
    }

    .hp-event-hero h1 {
        font-size: 46px;
    }

    .hp-event-calendar-panel,
    .hp-event-upcoming,
    .hp-event-detail-content {
        padding: 20px;
    }

    .hp-event-calendar-panel__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .hp-event-calendar {
        display: none;
    }

    .hp-event-calendar-panel::after {
        content: 'Auf kleinen Bildschirmen findest du alle kommenden Termine direkt in der Liste darunter.';
        display: block;
        padding: 18px;
        color: #899687;
        font-size: 11px;
        line-height: 1.55;
        text-align: center;
        border: 1px dashed rgba(142,219,50,.16);
        border-radius: 14px;
        background: rgba(142,219,50,.025);
    }

    .hp-event-card {
        grid-template-columns: 64px minmax(0,1fr);
    }

    .hp-event-card__link {
        display: none;
    }

    .hp-event-detail-hero {
        min-height: 300px;
        padding: 28px 22px;
        border-radius: 22px;
    }

    .hp-event-detail-hero h1 {
        font-size: 42px;
    }
}

@media (max-width: 560px) {
    .hp-event-hero__meta {
        grid-template-columns: 1fr;
    }

    .hp-event-month-nav {
        width: 100%;
    }

    .hp-event-month-nav a:nth-child(2) {
        flex: 1;
    }

    .hp-event-card {
        align-items: start;
        padding: 13px;
    }

    .hp-event-card__date {
        width: 58px;
        height: 82px;
    }

    .hp-event-card__body h3 {
        font-size: 14px;
    }
}

/* Hubbo Prime v38.5.13 "Unity" — große, pixelscharfe Community-Fotoansicht */
.hp-unity-gallery-open .fancybox__container {
    --fancybox-bg: rgba(5, 8, 6, .95);
}

.hp-unity-gallery-open .fancybox__slide.has-image .fancybox__content,
.hp-unity-gallery-open .fancybox__slide[data-image-fit] .fancybox__content {
    width: min(72vw, 860px) !important;
    height: min(72vh, 860px) !important;
    max-width: calc(100vw - 150px) !important;
    max-height: calc(100vh - 190px) !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(183, 255, 97, .24);
    border-radius: 8px;
    background: #071008;
    box-shadow: 0 34px 100px rgba(0, 0, 0, .58), 0 0 42px rgba(142, 219, 50, .08);
}

.hp-unity-gallery-open .fancybox__slide.has-image .fancybox__image,
.hp-unity-gallery-open .fancybox__slide[data-image-fit] .fancybox__image {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

.hp-unity-gallery-open .fancybox__caption {
    padding-top: 12px;
    color: #f3f8f1;
    font-weight: 800;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .72);
}

.hp-unity-gallery-open .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--unity-green-2, #b7ff61);
}

.hp-unity-gallery-open .fancybox__thumbs img {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

@media (max-width: 900px) {
    .hp-unity-gallery-open .fancybox__slide.has-image .fancybox__content,
    .hp-unity-gallery-open .fancybox__slide[data-image-fit] .fancybox__content {
        width: min(90vw, 720px) !important;
        height: min(66vh, 720px) !important;
        max-width: calc(100vw - 32px) !important;
        max-height: calc(100vh - 170px) !important;
    }
}

@media (max-width: 560px) {
    .hp-unity-gallery-open .fancybox__slide.has-image .fancybox__content,
    .hp-unity-gallery-open .fancybox__slide[data-image-fit] .fancybox__content {
        width: calc(100vw - 24px) !important;
        height: min(58vh, 560px) !important;
        max-height: calc(100vh - 155px) !important;
        border-radius: 6px;
    }
}

/* Hubbo Prime v39.4.4.1 — Origins Navigation Consolidation */
.hp-nav-dropdown__panel a.is-active{
    border:1px solid rgba(142,219,50,.2);
    background:rgba(142,219,50,.095);
    box-shadow:inset 0 1px rgba(255,255,255,.035);
}
.hp-nav-dropdown__panel a.is-active i{
    color:#071006;
    border-color:rgba(183,255,97,.5);
    background:var(--unity-green);
}
