:root {
  --bg:#0c0610; --surface:#1a0f21; --surface-2:#25142e; --orange:#ffad00;
  --cream:#f8f1e8; --muted:#bdaec1; --line:rgba(248,241,232,.13);
  color-scheme:dark; font-family:"Segoe UI",Inter,system-ui,sans-serif;
}
*{box-sizing:border-box} html{min-width:320px;background:var(--bg);scroll-behavior:smooth}
body{margin:0;color:var(--cream);background:radial-gradient(circle at 75% 0,rgba(255,173,0,.08),transparent 34rem),var(--bg)}
a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit}
select{color-scheme:dark;cursor:pointer}select option{color:var(--cream);background:#170b1d}select option:checked{color:#160a19;background:var(--orange)}
@supports(appearance:base-select){select,::picker(select){appearance:base-select}::picker(select){margin-block-start:8px;padding:7px;color:var(--cream);background:radial-gradient(circle at 100% 0,rgba(255,173,0,.1),transparent 18rem),linear-gradient(145deg,#281331,#0e0612);border:1px solid rgba(255,173,0,.62);border-radius:15px;box-shadow:0 28px 80px rgba(0,0,0,.78)}select option{min-height:42px;padding:10px 12px;background:transparent;border-radius:9px}select option:hover,select option:focus-visible{background:rgba(255,173,0,.14)}select option:checked{color:#160a19;background:var(--orange);font-weight:850}}
.community-header{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:auto 1fr auto;min-height:86px;align-items:center;gap:24px;padding:14px max(24px,calc((100% - 1280px)/2));background:rgba(10,5,13,.91);border-bottom:1px solid rgba(248,241,232,.1);box-shadow:0 18px 55px rgba(0,0,0,.24);backdrop-filter:blur(22px) saturate(1.15)}
.community-brand{display:flex;align-items:center;gap:0;overflow:hidden;background:var(--orange);border:2px solid var(--orange);border-radius:11px;box-shadow:0 8px 24px rgba(0,0,0,.38)}.community-brand span{display:inline-grid;width:96px;height:43px;padding:0;place-items:center;color:var(--orange);background:#120818;border:0;border-radius:0;font-family:"Arial Black",sans-serif;font-size:1.45rem;letter-spacing:-.09em}.community-brand b{display:inline-grid;width:94px;height:37px;margin:3px;padding:0;place-items:center;color:#fff;background:var(--orange);border:0;border-radius:0;box-shadow:inset 0 0 0 3px #120818;font-family:"Arial Black",sans-serif;font-size:1.45rem;font-weight:900;letter-spacing:-.09em;text-transform:uppercase}
.community-nav{display:flex;align-items:center;justify-content:center;gap:8px}.community-nav>a{position:relative;display:inline-flex;width:138px;min-height:43px;align-items:center;justify-content:center;padding:0 14px;color:var(--cream);background:rgba(255,255,255,.022);border:1px solid rgba(255,173,0,.68);border-radius:10px;box-shadow:inset 0 1px rgba(255,255,255,.035),0 8px 18px rgba(0,0,0,.42),0 18px 42px rgba(0,0,0,.28);font-size:.76rem;font-weight:760;white-space:nowrap}.community-nav>a:hover,.community-nav>a.is-active{color:var(--cream);background:rgba(255,173,0,.1);border-color:rgba(255,173,0,.8)}.community-nav a.is-active:after{display:none}.community-actions{display:flex;align-items:center;gap:10px}.community-actions a,.community-actions button{display:inline-flex;min-height:43px;align-items:center;justify-content:center;padding:0 15px;color:var(--cream);background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:10px;cursor:pointer;font-size:.72rem;font-weight:800}.community-actions .account,.community-actions .plan-action{color:#fff;background:var(--orange);border:2px solid #0b0610}.community-actions .plan-action{background:transparent;color:var(--cream);border:1px solid var(--line)}
.community-menu-toggle{display:none!important;width:42px;min-width:42px;padding:9px!important;place-items:center;gap:4px;border-radius:12px!important}.community-menu-toggle span{display:block;width:19px;height:2px;background:var(--cream);border-radius:99px;transition:.2s}.community-menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.community-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.community-menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.community-mobile-auth{display:none}
main{width:min(1180px,calc(100% - 34px));margin:auto;padding:72px 0 110px}.eyebrow{margin:0 0 14px;color:var(--orange);font-size:.7rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.community-hero{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:70px;min-height:460px}.community-hero h1,.thread-hero h1{margin:0;font-family:"Arial Black",sans-serif;font-size:clamp(3.2rem,7vw,7rem);line-height:.88;letter-spacing:-.075em}.community-hero h1 em{color:var(--orange);font-style:normal}.community-hero>div>p:last-child{max-width:700px;margin:30px 0 0;color:var(--muted);font-size:1rem;line-height:1.7}
.community-pulse{position:relative;width:min(380px,80vw);aspect-ratio:1;margin:auto;border:1px solid rgba(255,173,0,.28);border-radius:50%;box-shadow:inset 0 0 70px rgba(255,173,0,.08)}.community-pulse:before,.community-pulse:after{position:absolute;inset:18%;border:1px solid rgba(255,173,0,.2);border-radius:50%;content:""}.community-pulse:after{inset:36%}.community-pulse strong{position:absolute;top:50%;left:50%;color:var(--orange);font-family:"Arial Black";font-size:1.7rem;transform:translate(-50%,-50%)}.community-pulse span{position:absolute;display:grid;width:46px;height:46px;place-items:center;background:var(--surface);border:1px solid var(--orange);border-radius:50%;animation:float 3s ease-in-out infinite}.community-pulse span:nth-child(1){top:14%;left:45%}.community-pulse span:nth-child(2){right:12%;bottom:25%;animation-delay:-1s}.community-pulse span:nth-child(3){bottom:20%;left:14%;animation-delay:-2s}@keyframes float{50%{transform:translateY(-8px)}}
.community-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:20px 0 18px}.community-section-head h2{margin:0;font-family:"Arial Black",sans-serif;font-size:clamp(2rem,4vw,3.7rem);line-height:.94;letter-spacing:-.06em}.community-section-head p:last-child{max-width:450px;margin:0;color:var(--muted);font-size:.78rem;line-height:1.6;text-align:right}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.category-grid>a{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;min-height:108px;padding:17px;background:linear-gradient(145deg,rgba(35,18,43,.88),rgba(17,8,22,.94));border:1px solid var(--line);border-radius:17px;box-shadow:0 18px 45px rgba(0,0,0,.16);transition:.2s}.category-grid>a:hover{border-color:var(--orange);box-shadow:0 24px 60px rgba(0,0,0,.34),0 0 28px rgba(255,173,0,.08);transform:translateY(-2px)}.category-grid i{display:grid;width:48px;height:48px;place-items:center;color:var(--orange);background:rgba(255,173,0,.08);border:1px solid rgba(255,173,0,.16);border-radius:12px;font-style:normal}.category-grid div{display:grid}.category-grid strong{font-size:.82rem}.category-grid span,.category-grid small{color:var(--muted);font-size:.63rem;line-height:1.4}.category-grid small{white-space:nowrap}
.community-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.65fr);gap:18px;margin-top:55px}.thread-list,.new-thread,.reply-card{background:var(--surface);border:1px solid var(--line);border-radius:22px}.thread-list{padding:26px}.thread-list h2,.new-thread h2,.reply-card h2{margin:0;font-size:1.7rem;letter-spacing:-.045em}.thread-row{display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:13px;padding:17px 0;border-bottom:1px solid var(--line)}.thread-row i{display:grid;width:43px;height:43px;place-items:center;color:var(--orange);background:rgba(255,173,0,.08);border-radius:11px;font-style:normal}.thread-row div{display:grid;min-width:0}.thread-row small{color:var(--orange);font-size:.56rem}.thread-row div strong{margin:4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thread-row span{color:var(--muted);font-size:.62rem}.thread-row p{display:grid;margin:0;text-align:center}.thread-row p strong{font-size:1.1rem}.thread-row p span{font-size:.55rem}.empty-community{display:grid;min-height:250px;place-items:center;align-content:center;text-align:center}.empty-community>span{color:var(--orange);font-size:2rem}.empty-community h3{margin:12px 0 5px}.empty-community p{margin:0;color:var(--muted);font-size:.75rem}
.new-thread{position:sticky;top:96px;align-self:start;padding:27px}.new-thread>p:not(.eyebrow),.reply-card>p{color:var(--muted);font-size:.82rem;line-height:1.55}.new-thread form,.reply-card form{display:grid;gap:13px;margin-top:22px}.new-thread label{display:grid;gap:6px}.new-thread label>span{font-size:.67rem;font-weight:750}.new-thread input,.new-thread select,.new-thread textarea,.reply-card textarea{width:100%;padding:12px;color:var(--cream);background:linear-gradient(145deg,rgba(20,9,26,.96),rgba(7,3,10,.98));border:1px solid var(--line);border-radius:11px;box-shadow:inset 0 1px rgba(255,255,255,.035),0 12px 32px rgba(0,0,0,.14);outline:0}.new-thread textarea,.reply-card textarea{min-height:130px;resize:vertical}.new-thread input:focus,.new-thread select:focus,.new-thread textarea:focus,.reply-card textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,173,0,.09),0 16px 38px rgba(0,0,0,.24)}form>p{min-height:18px;margin:0;color:#ffaaa4;font-size:.7rem}form button,.new-thread>a,.reply-card>a{display:flex;min-height:52px;align-items:center;justify-content:space-between;padding:0 16px;color:#180b1b;background:var(--orange);border:0;border-radius:12px;cursor:pointer;font-weight:850}.new-thread>a,.reply-card>a{display:inline-flex;margin-top:10px}
.back-link{display:inline-block;margin-bottom:35px;color:var(--muted);font-size:.75rem}.thread-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding-bottom:55px}.thread-hero h1{max-width:930px;font-size:clamp(2.7rem,5.6vw,5.8rem)}.thread-hero>span{color:var(--muted);font-size:.7rem;white-space:nowrap}.post-list{display:grid;gap:12px}.post{display:grid;grid-template-columns:185px 1fr;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:19px}.post>aside{display:grid;min-width:0;padding:22px;align-content:start;background:rgba(255,255,255,.018);border-right:1px solid var(--line)}.post>aside>span{display:grid;width:48px;height:48px;margin-bottom:12px;place-items:center;color:#180b1b;background:var(--orange);border-radius:12px;font-weight:900}.post>aside strong{overflow:hidden;text-overflow:ellipsis}.post>aside small{margin-top:4px;color:var(--orange);font-size:.62rem}.post>div{padding:22px}.post header{display:flex;justify-content:space-between;gap:20px;padding-bottom:14px;color:var(--muted);border-bottom:1px solid var(--line);font-size:.63rem}.post div>p{color:#e5dce7;line-height:1.75}.solution{display:inline-block;padding:7px 10px;color:#07170f;background:#72e6a0;border-radius:999px;font-size:.65rem}.reply-card{margin-top:18px;padding:27px}.reply-card textarea{min-height:160px}
.login-hint{position:fixed;right:18px;bottom:18px;z-index:30;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:11px;padding:12px 14px;background:#25142e;border:1px solid var(--orange);border-radius:14px;box-shadow:0 22px 70px #000}.login-hint p{margin:0;font-size:.75rem}.login-hint a{padding:8px 12px;color:#180b1b;background:var(--orange);border-radius:9px;font-size:.7rem;font-weight:850}.login-hint button{color:var(--cream);background:transparent;border:0;cursor:pointer;font-size:1.2rem}[hidden]{display:none!important}
@media(max-width:1050px){.community-nav{position:fixed;z-index:30;top:80px;right:16px;left:16px;display:none;max-height:calc(100svh - 96px);overflow-y:auto;padding:18px;background:linear-gradient(145deg,rgba(34,18,42,.98),rgba(10,5,14,.98));border:1px solid var(--line);border-radius:20px;box-shadow:0 30px 90px #000;backdrop-filter:blur(24px)}.community-nav.is-open{display:grid;gap:6px}.community-nav>a{padding:14px 12px;color:var(--cream);border:1px solid var(--line);border-radius:10px}.community-nav a.is-active:after{display:none}.community-mobile-auth{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.community-mobile-auth a{display:flex;min-height:44px;align-items:center;justify-content:center;padding:0 12px!important;color:var(--cream)!important;background:rgba(255,255,255,.04);border:1px solid var(--line)!important;border-radius:10px}.community-mobile-auth a:last-child{color:#fff!important;background:var(--orange);border:2px solid #0b0610!important}.community-menu-toggle{display:grid!important}.community-header{grid-template-columns:auto 1fr}.community-actions{justify-self:end}.community-hero{grid-template-columns:1fr;gap:25px}.community-pulse{width:min(270px,72vw)}.category-grid{grid-template-columns:1fr 1fr}.community-layout{grid-template-columns:1fr}.new-thread{position:relative;top:auto}.thread-hero{align-items:flex-start;flex-direction:column}.post{grid-template-columns:1fr}.post>aside{grid-template-columns:48px 1fr;gap:11px;border-right:0;border-bottom:1px solid var(--line)}.post>aside span{grid-row:1/3;margin:0}}
@media(max-width:600px){.community-header{min-height:70px;gap:6px;padding:10px 9px}.community-brand{gap:0}.community-brand span{width:62px;height:36px;padding:0;font-size:1rem}.community-brand b{width:56px;height:30px;margin:3px;padding:0;font-size:1rem}.community-actions{gap:4px}.community-actions a,.community-actions button{min-height:36px;padding-inline:8px;font-size:.61rem}.community-actions .plan-action{display:none}.community-menu-toggle{width:36px;min-width:36px;padding:7px!important}.community-nav{top:70px;right:10px;left:10px;max-height:calc(100svh - 82px)}main{width:calc(100% - 22px);padding-top:48px}.community-hero{min-height:0}.community-hero>div{min-width:0}.community-hero h1{max-width:100%;font-size:clamp(2.55rem,11.8vw,2.85rem);overflow-wrap:anywhere}.category-grid{grid-template-columns:1fr}.community-layout{margin-top:30px}.thread-list,.new-thread,.reply-card{padding:18px 15px}.thread-row{grid-template-columns:40px 1fr}.thread-row>p{display:none}.thread-hero h1{font-size:2.8rem}.post>div{padding:18px 15px}.login-hint{right:10px;bottom:10px;left:10px}}
@media(max-width:1050px){.community-section-head{align-items:flex-start;flex-direction:column;gap:8px}.community-section-head p:last-child{text-align:left}}
.community-brand b{text-shadow:0 2px 0 #5b2b00aa,0 4px 9px #0008}
.community-pulse{
  isolation:isolate;
  overflow:visible;
  background:radial-gradient(circle,rgba(255,173,0,.12),transparent 56%);
  box-shadow:inset 0 0 80px rgba(255,173,0,.08),0 28px 80px rgba(0,0,0,.32);
}
.community-radar-sweep{
  position:absolute;
  z-index:0;
  inset:50% 0 0 50%;
  background:conic-gradient(from 270deg,rgba(255,173,0,.34),transparent 34deg);
  transform-origin:0 0;
  clip-path:circle(100% at 0 0);
  animation:communitySweep 5.5s linear infinite;
}
.community-pulse>.community-person{
  position:absolute;
  z-index:1;
  inset:auto;
  display:block;
  width:58px;
  height:58px;
  background:linear-gradient(145deg,#291531,#110815);
  border:1px solid rgba(255,173,0,.75);
  border-radius:50%;
  box-shadow:0 10px 28px rgba(0,0,0,.58),0 0 20px rgba(255,173,0,.08);
  animation:communityPerson 4s ease-in-out infinite;
}
.community-person:before{
  position:absolute;
  top:10px;
  left:22px;
  width:14px;
  height:14px;
  background:#ffe2a0;
  border-radius:50%;
  box-shadow:0 2px 8px rgba(255,173,0,.38);
  content:"";
}
.community-person:after{
  position:absolute;
  top:27px;
  left:14px;
  width:30px;
  height:17px;
  background:linear-gradient(180deg,#ffd064,#b96b00);
  border-radius:18px 18px 8px 8px;
  content:"";
}
.community-person small{
  position:absolute;
  top:61px;
  left:50%;
  color:var(--muted);
  font-size:.55rem;
  font-weight:800;
  white-space:nowrap;
  transform:translateX(-50%);
}
.community-pulse>.person-one{top:10%;left:42%;animation-delay:-.4s}
.community-pulse>.person-two{top:27%;right:11%;animation-delay:-1.2s}
.community-pulse>.person-three{right:20%;bottom:18%;animation-delay:-2s}
.community-pulse>.person-four{bottom:19%;left:16%;animation-delay:-2.8s}
.community-pulse>.person-five{top:34%;left:9%;animation-delay:-3.5s}
.community-pulse>.person-three{
  animation:communityHit 5.5s ease-in-out infinite;
}
.community-pulse>.person-three:before{background:#eaffdf}
.community-pulse>.person-three:after{background:linear-gradient(180deg,#a7f17f,#43b956)}
.community-radar-status{
  position:absolute;
  z-index:2;
  right:50%;
  bottom:27%;
  padding:6px 10px;
  color:#ffd66f;
  background:rgba(15,7,19,.86);
  border:1px solid rgba(255,173,0,.35);
  border-radius:999px;
  font-size:.56rem;
  letter-spacing:.05em;
  text-transform:uppercase;
  transform:translateX(50%);
}
.community-pulse>strong{z-index:2}
@keyframes communitySweep{to{transform:rotate(360deg)}}
@keyframes communityPerson{50%{transform:translate3d(6px,-8px,0) scale(1.04)}}
@keyframes communityHit{
  0%,48%,100%{border-color:rgba(255,173,0,.75);box-shadow:0 10px 28px rgba(0,0,0,.58)}
  58%,76%{border-color:#7ce36e;box-shadow:0 0 0 6px rgba(124,227,110,.12),0 0 35px rgba(124,227,110,.48);transform:scale(1.12)}
}
@media(max-width:600px){
  .community-pulse>.community-person{width:48px;height:48px}
  .community-person:before{top:8px;left:18px;width:12px;height:12px}
  .community-person:after{top:23px;left:12px;width:24px;height:14px}
  .community-person small{top:51px}
}

/* Transparente, einfarbig goldene JUHU!-Kategoriesymbole */
.category-grid>a{grid-template-columns:78px 1fr auto;min-height:122px}
.category-grid i{width:72px;height:72px;background-color:transparent;background-image:url("/assets/community-icons-gold-sprite-v1.png");background-repeat:no-repeat;background-size:400% 300%;border:0;border-radius:0;filter:drop-shadow(0 9px 8px rgba(0,0,0,.65)) drop-shadow(0 0 10px rgba(255,173,0,.2));font-size:0;transition:.25s}
.category-grid>a:hover i{filter:drop-shadow(0 13px 11px rgba(0,0,0,.72)) drop-shadow(0 0 16px rgba(255,190,54,.4));transform:translateY(-3px) scale(1.05)}
.category-grid>a:nth-child(1) i{background-position:0 0}.category-grid>a:nth-child(2) i{background-position:33.333% 0}.category-grid>a:nth-child(3) i{background-position:66.667% 0}.category-grid>a:nth-child(4) i{background-position:100% 0}
.category-grid>a:nth-child(5) i{background-position:0 50%}.category-grid>a:nth-child(6) i{background-position:33.333% 50%}.category-grid>a:nth-child(7) i{background-position:66.667% 50%}.category-grid>a:nth-child(8) i{background-position:100% 50%}
.category-grid>a:nth-child(9) i{background-position:0 100%}.category-grid>a:nth-child(10) i{background-position:33.333% 100%}.category-grid>a:nth-child(11) i{background-position:66.667% 100%}.category-grid>a:nth-child(12) i{background-position:100% 100%}
@media(max-width:650px){.category-grid>a{grid-template-columns:60px 1fr;min-height:100px}.category-grid i{width:56px;height:56px}.category-grid small{grid-column:2}}
.thread-row{position:relative;grid-template-columns:62px 1fr auto}.thread-row>i{width:58px;height:58px;background-image:url("/assets/community-icons-gold-sprite-v1.png");background-position:0 0;background-size:400% 300%;background-color:transparent;border:0;border-radius:0;filter:drop-shadow(0 8px 7px rgba(0,0,0,.65));font-size:0}.thread-activity{position:absolute;top:12px;right:0;padding:5px 8px;color:#160a18;background:linear-gradient(180deg,#fff0a4,#ffa800);border-radius:999px;box-shadow:0 6px 18px rgba(0,0,0,.4);font-size:.52rem;letter-spacing:.08em}.thread-row>p{margin-right:4px}.thread-row:has(.thread-activity)>p{margin-top:24px}
@media(max-width:600px){.thread-row{grid-template-columns:54px 1fr}.thread-row>i{width:50px;height:50px}.thread-activity{right:2px}.thread-row>p{display:none}}
html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{width:0;height:0}
