:root{--hub-red:#e50914;--hub-red-2:#ff2732;--hub-bg:#07080a;--hub-panel:#101216;--hub-line:rgba(255,255,255,.09);--hub-muted:rgba(255,255,255,.62)}
*{box-sizing:border-box}
html{background:var(--hub-bg);scroll-behavior:smooth}
body.chat-hub-page{margin:0;min-height:100dvh;background:radial-gradient(circle at 15% -10%,rgba(229,9,20,.12),transparent 30%),#07080a;color:#fff;overflow:hidden}
.chat-hub-page a{color:inherit}
.hub-topbar{position:fixed;z-index:80;inset:0 0 auto 0;height:68px;display:flex;align-items:center;gap:28px;padding:0 24px;background:linear-gradient(180deg,rgba(7,8,10,.98),rgba(7,8,10,.84));border-bottom:1px solid var(--hub-line);backdrop-filter:blur(18px)}
.hub-brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex:0 0 auto}.hub-brand-mark{display:grid;place-items:center;width:37px;height:37px;border-radius:10px;background:linear-gradient(145deg,var(--hub-red-2),#a60008);box-shadow:0 10px 28px rgba(229,9,20,.28);font-size:23px;font-weight:950;letter-spacing:-.08em}.hub-brand-name{font-size:20px;font-weight:850;letter-spacing:-.04em}
.hub-nav{display:flex;align-items:center;gap:6px;min-width:0;overflow-x:auto;scrollbar-width:none}.hub-nav::-webkit-scrollbar{display:none}.hub-nav a{position:relative;padding:10px 11px;text-decoration:none;color:rgba(255,255,255,.66);font-size:14px;font-weight:750;white-space:nowrap;transition:.2s ease}.hub-nav a:hover,.hub-nav a.is-active{color:#fff}.hub-nav a.is-active:after{content:"";position:absolute;left:11px;right:11px;bottom:2px;height:2px;border-radius:9px;background:var(--hub-red)}
.hub-tools{margin-left:auto;display:flex;align-items:center;gap:10px}.hub-icon-button,.hub-account{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;border:1px solid var(--hub-line);background:rgba(255,255,255,.04);text-decoration:none;font-size:23px}.hub-account{border-radius:50%;background:linear-gradient(145deg,#323640,#17191e);font-size:14px;font-weight:900}.hub-icon-button:hover,.hub-account:hover{border-color:rgba(229,9,20,.55);background:rgba(229,9,20,.12)}
.hub-mobile-tabs{display:none}
.hub-layout{height:100dvh;padding-top:68px;display:grid;grid-template-columns:minmax(430px,45%) minmax(0,55%);overflow:hidden}
.hub-chat-column{min-width:0;height:calc(100dvh - 68px);padding:16px;border-right:1px solid var(--hub-line);background:linear-gradient(145deg,rgba(255,255,255,.018),transparent 45%)}
.hub-discover-column{min-width:0;height:calc(100dvh - 68px);overflow-y:auto;overscroll-behavior:contain;padding:16px 18px 32px;scrollbar-color:rgba(255,255,255,.16) transparent}

/* Der bestehende Vollfunktions-Chat wird vom Floating-Fenster zur Primärfläche. */
.chat-hub-page .chat-widget.is-embedded{position:relative!important;inset:auto!important;right:auto!important;bottom:auto!important;width:100%!important;height:100%!important;max-width:none!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:flex!important;border-radius:24px!important;border:1px solid rgba(255,255,255,.1)!important;background:linear-gradient(160deg,#15171c,#0d0f13 65%)!important;box-shadow:0 28px 80px rgba(0,0,0,.42)!important;overflow:hidden!important}
.chat-hub-page .chat-widget.is-embedded .chat-widget-head{flex:0 0 auto;padding:12px 14px;border-bottom:1px solid var(--hub-line);background:rgba(255,255,255,.025)}
.chat-hub-page .chat-widget.is-embedded .chat-widget-agent img{box-shadow:0 0 0 2px rgba(229,9,20,.42)}
.chat-hub-page .chat-widget.is-embedded .chat-widget-agent em:before{background:var(--hub-red)!important;box-shadow:0 0 0 4px rgba(229,9,20,.12),0 0 16px rgba(229,9,20,.34)!important}
.chat-hub-page .chat-widget.is-embedded .chat-widget-body{display:flex!important;flex:1 1 auto!important;min-height:0!important;height:auto!important;overflow:hidden!important}
.chat-hub-page .chat-widget.is-embedded .chat-messages{flex:1 1 auto;min-height:0;padding:18px 16px 10px;scroll-padding-bottom:20px}
.chat-hub-page .chat-widget.is-embedded .chat-form{flex:0 0 auto;margin:0;padding:10px 12px;border-top:1px solid var(--hub-line);background:#111318}
.chat-hub-page .chat-widget.is-embedded .chat-hints{flex:0 0 auto;padding:0 12px 12px;background:#111318;display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.chat-hub-page .chat-widget.is-embedded .chat-hints::-webkit-scrollbar{display:none}.chat-hub-page .chat-widget.is-embedded .chat-hints button{flex:0 0 auto;white-space:nowrap}
.chat-hub-page .chat-widget.is-embedded .chat-bubble{max-width:min(88%,620px)}
.chat-hub-page .chat-widget.is-embedded .chat-msg.user .chat-bubble{background:linear-gradient(145deg,var(--hub-red),#b3070e);border-color:rgba(255,255,255,.1)}
.chat-hub-page .chat-widget.is-embedded .btn{background:var(--hub-red);border-color:var(--hub-red)}
.chat-hub-page .chat-widget.is-embedded .btn:hover{background:var(--hub-red-2);border-color:var(--hub-red-2)}
.chat-hub-page .chat-widget.is-embedded.is-fullscreen{position:fixed!important;inset:0!important;z-index:200!important;width:100vw!important;height:100dvh!important;border-radius:0!important;padding-top:env(safe-area-inset-top)}

.hub-hero{position:relative;height:min(52vh,520px);min-height:390px;border-radius:25px;overflow:hidden;border:1px solid var(--hub-line);background:#121419;box-shadow:0 24px 70px rgba(0,0,0,.34)}.hub-hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .55s ease}.hub-hero-slide.is-active{opacity:1;pointer-events:auto}.hub-hero-slide>img{width:100%;height:100%;object-fit:cover}.hub-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,5,7,.96) 0%,rgba(4,5,7,.66) 40%,rgba(4,5,7,.06) 75%),linear-gradient(0deg,rgba(4,5,7,.9),transparent 55%)}.hub-hero-copy{position:absolute;z-index:2;left:clamp(22px,4vw,52px);bottom:clamp(36px,7vh,72px);width:min(500px,72%)}.hub-kicker{display:inline-flex;padding:6px 9px;border-radius:999px;background:var(--hub-red);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.hub-hero h1{margin:12px 0 6px;font-size:clamp(35px,5vw,66px);line-height:.95;letter-spacing:-.055em;text-wrap:balance}.hub-hero-copy>p{margin:10px 0;color:rgba(255,255,255,.78);line-height:1.55}.hub-hero-copy .hub-meta{color:#fff;font-size:13px;font-weight:800}.hub-hero-actions{display:flex;gap:9px;margin-top:18px}.hub-hero-actions .btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--hub-red);border-color:var(--hub-red)}.hub-hero-actions .btn.secondary{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.14);backdrop-filter:blur(12px)}.hub-hero-dots{position:absolute;z-index:4;right:20px;bottom:18px;display:flex;gap:7px}.hub-hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:20px;background:rgba(255,255,255,.35);cursor:pointer;transition:.2s}.hub-hero-dots button.is-active{width:23px;background:var(--hub-red)}
.hub-rail{margin-top:25px}.hub-rail>header{display:flex;align-items:end;justify-content:space-between;padding:0 2px 10px}.hub-rail h2{margin:0;font-size:19px;letter-spacing:-.025em}.hub-rail>header a{color:var(--hub-muted);font-size:12px;text-decoration:none}.hub-rail-track{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(126px,17vw,178px);gap:10px;overflow-x:auto;scroll-snap-type:x proximity;padding:0 2px 8px;scrollbar-width:none}.hub-rail-track::-webkit-scrollbar{display:none}.hub-media-card{position:relative;aspect-ratio:2/3;border-radius:14px;overflow:hidden;background:#17191e;border:1px solid rgba(255,255,255,.07);scroll-snap-align:start;isolation:isolate;transition:transform .22s ease,border-color .22s ease}.hub-media-card:hover{transform:translateY(-4px) scale(1.015);border-color:rgba(229,9,20,.5)}.hub-media-card>a{display:block;width:100%;height:100%}.hub-media-card img{width:100%;height:100%;object-fit:cover}.hub-card-overlay{position:absolute;z-index:2;inset:auto 0 0;padding:32px 10px 10px;background:linear-gradient(transparent,rgba(0,0,0,.96));display:grid;gap:2px;pointer-events:none}.hub-card-overlay strong{font-size:12px;line-height:1.15}.hub-card-overlay span{font-size:10px;color:rgba(255,255,255,.62)}.hub-card-chat{position:absolute;z-index:3;top:8px;right:8px;width:31px;height:31px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(5,6,8,.72);color:#fff;font-size:16px;cursor:pointer;backdrop-filter:blur(10px)}.hub-card-chat:hover{background:var(--hub-red)}.hub-rating{position:absolute;z-index:3;top:8px;left:8px;min-width:30px;padding:4px 6px;border-radius:8px;background:var(--hub-red);font-size:10px;font-weight:950;text-align:center}
.hub-shortcuts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:26px}.hub-shortcuts a{display:flex;align-items:center;gap:9px;min-height:68px;padding:12px;border:1px solid var(--hub-line);border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));text-decoration:none}.hub-shortcuts a:hover{border-color:rgba(229,9,20,.48);background:rgba(229,9,20,.1)}.hub-shortcuts span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(229,9,20,.16);color:#ff5a63}.hub-shortcuts strong{font-size:12px}
.hub-footer{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin:28px 0 0;padding:22px 10px 4px;border-top:1px solid var(--hub-line);color:rgba(255,255,255,.5);font-size:11px}.hub-footer a{text-decoration:none}.hub-footer a:hover{color:#fff}

@media(max-width:1180px){.hub-layout{grid-template-columns:minmax(390px,48%) minmax(0,52%)}.hub-nav a:nth-of-type(4),.hub-nav a:nth-of-type(6){display:none}.hub-shortcuts{grid-template-columns:repeat(3,1fr)}}
@media(max-width:840px){body.chat-hub-page{overflow:hidden}.hub-topbar{height:60px;padding:0 14px}.hub-brand-name{font-size:18px}.hub-brand-mark{width:34px;height:34px}.hub-nav{display:none}.hub-mobile-tabs{position:fixed;z-index:85;left:50%;top:10px;transform:translateX(-50%);display:grid;grid-template-columns:1fr 1fr;width:min(230px,52vw);padding:4px;border:1px solid var(--hub-line);border-radius:13px;background:#15171c}.hub-mobile-tabs button{border:0;border-radius:9px;padding:7px 10px;background:transparent;color:rgba(255,255,255,.55);font:inherit;font-size:12px;font-weight:850}.hub-mobile-tabs button.is-active{background:var(--hub-red);color:#fff}.hub-layout{display:block;height:100dvh;padding-top:60px}.hub-chat-column,.hub-discover-column{height:calc(100dvh - 60px);border:0;padding:8px}.hub-discover-column{display:none;padding:8px 8px calc(20px + env(safe-area-inset-bottom))}.chat-hub-page.hub-show-discover .hub-chat-column{display:none}.chat-hub-page.hub-show-discover .hub-discover-column{display:block}.hub-hero{min-height:360px;height:49vh;border-radius:20px}.hub-hero-copy{left:22px;bottom:38px;width:80%}.hub-hero h1{font-size:clamp(34px,10vw,58px)}.hub-shortcuts{grid-template-columns:1fr 1fr}.chat-hub-page .chat-widget.is-embedded{border-radius:19px!important}.chat-hub-page .chat-widget.is-embedded .chat-messages{padding:14px 10px 8px}.chat-hub-page .chat-widget.is-embedded .chat-bubble{max-width:92%}}
@media(max-width:520px){.hub-tools{gap:6px}.hub-icon-button{display:none}.hub-account{width:34px;height:34px}.hub-mobile-tabs{width:48vw}.hub-chat-column{padding:5px}.hub-discover-column{padding:5px}.hub-hero{height:46vh;min-height:330px}.hub-hero-copy{left:18px;bottom:34px;width:86%}.hub-hero-copy>p:not(.hub-meta){display:none}.hub-hero-actions{margin-top:12px}.hub-hero-actions .btn{padding:9px 12px}.hub-rail-track{grid-auto-columns:128px}.hub-shortcuts{gap:7px}.hub-shortcuts a{min-height:60px;padding:9px}.hub-shortcuts strong{font-size:11px}.chat-hub-page .chat-widget.is-embedded .chat-widget-head{padding:9px 10px}.chat-hub-page .chat-widget.is-embedded .chat-hints{padding:0 9px 9px}.chat-hub-page .chat-widget.is-embedded .chat-form{padding:9px}.chat-hub-page .chat-widget-actions button{width:32px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.hub-hero-slide,.hub-media-card{transition:none!important}}
