:root{--yellow:#ffd400;--yellow2:#ffe75c;--ink:#202124;--dark:#151618;--muted:#6b6e73;--line:#e6e6e3;--white:#fff;--bg:#f6f6f2}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.topbar{height:82px;background:#fff;display:flex;align-items:center;padding:0 4vw;gap:3vw;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.logo{display:grid;grid-template-columns:42px auto;grid-template-rows:22px 14px;align-items:center;font-weight:950;letter-spacing:.08em}.logo>span{grid-row:1/3;width:36px;height:36px;background:var(--yellow);display:grid;place-items:center;border-radius:12px;transform:rotate(-5deg)}.logo small{font-size:8px;letter-spacing:.19em;color:var(--muted)}nav{display:flex;gap:25px;font-weight:750;font-size:14px}.usernav{margin-left:auto;display:flex;align-items:center;gap:12px;font-size:14px}.pill,.cta,button{background:var(--yellow);border:0;border-radius:13px;padding:13px 18px;font-weight:900;cursor:pointer}.ghost{background:transparent;border:1px solid var(--line)}.adminlink{background:var(--dark);color:#fff;padding:9px 12px;border-radius:10px}.hero{min-height:610px;background:var(--dark);color:white;padding:75px 7vw;display:grid;grid-template-columns:1.25fr .75fr;gap:7vw;align-items:center;overflow:hidden}.signal,.eyebrow{font-size:12px;font-weight:900;letter-spacing:.15em}.signal{color:var(--yellow)}.hero h1{font-size:clamp(52px,7vw,104px);line-height:.88;margin:28px 0;letter-spacing:-.07em}.hero h1 em{color:var(--yellow);font-style:normal}.hero p{font-size:20px;max-width:650px;color:#cfd0d1;line-height:1.6}.hero-actions{display:flex;gap:22px;align-items:center;margin-top:35px}.hero-panel{position:relative;background:#25272a;border:1px solid #3b3d41;border-radius:28px;padding:32px;min-height:360px;box-shadow:0 30px 80px #0008}.pulse{width:180px;height:180px;margin:0 auto 25px;border-radius:50%;background:radial-gradient(circle,var(--yellow) 0 8%,#ffd40055 9% 20%,transparent 21% 100%);box-shadow:0 0 0 25px #ffd40010,0 0 0 55px #ffd40008}.hero-panel strong{display:block;font-size:29px;margin:8px 0 25px}.metric{display:flex;align-items:end;gap:10px}.metric b{font-size:54px;color:var(--yellow)}.metric span{padding-bottom:10px;color:#aaa}.mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:20px}.mini-grid span{background:#111;padding:10px;border-radius:9px;text-align:center;font-size:12px}.searchband{background:var(--yellow);padding:26px 7vw}.searchband form,.inline-search{display:flex;max-width:900px}.searchband input,.inline-search input{flex:1;border:0;padding:20px;border-radius:15px 0 0 15px}.searchband button,.inline-search button{background:var(--dark);color:#fff;border-radius:0 15px 15px 0}.section,.list,.providergrid,.reviews,.formpage,.score-explain,.forumgrid{padding:70px 7vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section h2,.section-head h2{font-size:42px;margin:8px 0}.cards,.providergrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card,.provider,.review,.score-explain{background:white;border:1px solid var(--line);border-radius:22px;padding:25px}.tag{display:inline-block;background:#fff4ae;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900}.card h3,.listrow h3{font-size:22px;margin:16px 0 8px}.card p,.provider p,.listrow p{color:var(--muted);line-height:1.55}.pagehero{background:#fff;padding:72px 7vw;border-bottom:1px solid var(--line)}.pagehero.fiber{background:linear-gradient(120deg,#fff 0 68%,var(--yellow) 68%)}.pagehero h1{font-size:clamp(45px,6vw,82px);line-height:.95;letter-spacing:-.055em;margin:15px 0 25px;max-width:900px}.pagehero p{font-size:19px;color:var(--muted);max-width:700px}.list{display:grid;gap:12px}.listrow{background:#fff;padding:22px;border-radius:18px;display:grid;grid-template-columns:90px 1fr;gap:20px}.vote{border-right:1px solid var(--line);display:grid;place-content:center;text-align:center}.vote b{font-size:28px}.vote span{font-size:11px}.providergrid{grid-template-columns:repeat(2,1fr)}.provider-top{display:flex;justify-content:space-between}.provider-logo{width:54px;height:54px;border-radius:15px;background:var(--dark);color:var(--yellow);display:grid;place-items:center;font-weight:950}.provider-logo.big{width:90px;height:90px;font-size:25px}.score{background:var(--yellow);height:max-content;padding:8px 10px;border-radius:10px;font-weight:900}.facts{display:flex;gap:8px;flex-wrap:wrap}.facts span{background:#f1f1ed;padding:8px 10px;border-radius:8px;font-size:12px}.ratingbar{margin:22px 0}.ratingbar>div{height:9px;background:#eee;border-radius:99px;overflow:hidden}.ratingbar i,.distribution i{display:block;height:100%;background:var(--yellow)}.ratingbar small{color:var(--muted)}.small{padding:10px 13px;display:inline-block}.providerhero{padding:65px 7vw;background:var(--dark);color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center}.providerhero h1{font-size:60px;margin:5px 0}.scorebox{background:var(--yellow);color:var(--dark);padding:25px;border-radius:22px;text-align:center}.scorebox strong{display:block;font-size:55px}.scorebox span,.scorebox small{display:block}.score-explain{margin:45px 7vw;padding:35px;display:grid;grid-template-columns:1fr 1fr;gap:45px}.distribution>div{display:grid;grid-template-columns:70px 1fr 25px;gap:10px;align-items:center;margin:9px}.distribution b{height:10px;background:#eee;border-radius:99px;overflow:hidden}.reviews{padding-top:15px}.review{margin-bottom:14px}.review>div{display:flex;justify-content:space-between}.review>div span{color:#d5a900;font-size:19px}.report{margin-top:18px}.report form{display:grid;gap:8px;margin-top:10px}.report textarea{min-height:80px}.editor{max-width:850px;background:#fff;border-radius:24px;padding:30px;display:grid;gap:18px}.editor label,.stack label{display:grid;gap:8px;font-weight:800}.editor input,.editor textarea,.editor select,.stack input,.report select,.report textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px;background:#fbfbf9}.rating-input{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.mapmock{margin:50px 7vw;height:500px;border-radius:26px;overflow:hidden;position:relative;background:#dfdfd8}.mapgrid{position:absolute;inset:0;background-image:linear-gradient(#bbb5 1px,transparent 1px),linear-gradient(90deg,#bbb5 1px,transparent 1px);background-size:42px 42px;transform:rotate(-4deg) scale(1.2)}.mapcard{position:absolute;left:35px;bottom:35px;background:white;padding:27px;border-radius:20px;max-width:390px}.forumgrid{display:grid;gap:12px}.forumgrid article{background:#fff;border-radius:18px;padding:22px;display:grid;grid-template-columns:50px 1fr auto;align-items:center}.forumgrid article>span{color:#c2a000;font-weight:900}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;background:var(--dark)}.auth-visual{color:#fff;padding:8vw;display:flex;flex-direction:column;justify-content:center}.auth-visual h1{font-size:64px;line-height:1;max-width:700px}.fiber-orbit{width:200px;height:200px;position:relative;display:grid;place-items:center}.fiber-orbit b{width:80px;height:80px;background:var(--yellow);color:#111;border-radius:24px;display:grid;place-items:center;font-size:45px;transform:rotate(-8deg)}.fiber-orbit i{position:absolute;border:1px solid #ffd40066;border-radius:50%;inset:0}.fiber-orbit i:nth-child(2){inset:25px}.fiber-orbit i:nth-child(3){inset:50px}.auth-points{display:flex;gap:10px}.auth-points span{border:1px solid #555;padding:8px 12px;border-radius:99px}.auth-card{background:#fff;margin:3vw;border-radius:30px;padding:7vw;display:flex;flex-direction:column;justify-content:center}.auth-card h1,.auth-card h2{font-size:45px;margin:10px 0 25px}.stack{display:grid;gap:16px}.switch{margin-top:25px}.switch a{font-weight:900;text-decoration:underline}.back{position:absolute;top:6vw}.flash{position:fixed;top:95px;right:20px;background:var(--yellow);padding:15px 18px;border-radius:12px;z-index:50;font-weight:800}.control{display:grid;grid-template-columns:260px 1fr;min-height:780px;background:#ecece7}.control aside{background:var(--dark);color:#ddd;padding:22px;display:flex;flex-direction:column;gap:7px}.control aside a{padding:12px;border-radius:10px}.control aside a.active,.control aside a:hover{background:#2b2d30;color:var(--yellow)}.controlbrand{display:flex;gap:12px;align-items:center;margin-bottom:20px}.controlbrand span{background:var(--yellow);color:#111;padding:10px;border-radius:10px}.controlmain{padding:45px}.controlmain h1{font-size:55px;margin:8px 0 30px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stats article{background:#fff;padding:22px;border-radius:18px}.stats strong{display:block;font-size:40px}.stats span{color:var(--muted);font-size:12px}.adminpanels{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:20px}.adminpanels section{background:#fff;padding:25px;border-radius:20px}footer{background:#111;color:#ddd;padding:50px 7vw;display:flex;justify-content:space-between}footer a{display:block;margin:7px}@media(max-width:900px){.topbar nav{display:none}.hero,.auth-shell,.score-explain,.providerhero{grid-template-columns:1fr}.cards,.providergrid,.stats,.adminpanels{grid-template-columns:1fr}.hero{padding-top:45px}.hero h1{font-size:55px}.auth-visual{display:none}.auth-card{margin:0;border-radius:0}.control{grid-template-columns:1fr}.control aside{display:none}.rating-input{grid-template-columns:1fr 1fr}.usernav>a:first-child{display:none}.pagehero.fiber{background:#fff}.providerhero h1{font-size:42px}}

/* FASERO Creative UI v0.2 */
body{background:linear-gradient(180deg,#f7f7f2 0,#fff 45%,#f3f3ee 100%)}
.community-ribbon{height:34px;background:var(--yellow);color:#111;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.community-ribbon b{background:#111;color:var(--yellow);padding:4px 7px;border-radius:999px;margin-right:8px}.community-ribbon a{font-weight:950}
.topbar{top:34px;height:88px;padding:0 4vw;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);box-shadow:0 12px 35px rgba(25,25,25,.04)}.logo{grid-template-columns:46px auto;grid-template-rows:25px 14px}.logo>span{position:relative;overflow:hidden}.logo>span i{position:absolute;width:22px;height:3px;background:#111;transform:rotate(-38deg);top:8px;right:-5px}.logo>strong{font-size:17px;letter-spacing:.12em}.topbar nav a{position:relative}.topbar nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:3px;background:var(--yellow);transition:.25s}.topbar nav a:hover:after{right:0}
.hero{min-height:690px;position:relative;isolation:isolate;padding:82px 7vw 96px;grid-template-columns:1.12fr .88fr;background:radial-gradient(circle at 84% 16%,#373a3e 0,transparent 30%),linear-gradient(145deg,#121315,#1c1e21 68%,#111)}.hero:before{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,212,0,.15);border-radius:50%;left:-260px;bottom:-220px;box-shadow:0 0 0 65px rgba(255,212,0,.03),0 0 0 130px rgba(255,212,0,.025);z-index:-1}.hero-noise{position:absolute;inset:0;opacity:.22;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to right,#000,transparent 82%)}.hero-copy{position:relative;z-index:2}.hero h1{margin:30px 0 28px;font-size:clamp(58px,7.2vw,112px)}.hero h1 span{color:#fff}.hero h1 em{display:inline-block;position:relative}.hero h1 em:after{content:"";position:absolute;left:0;right:0;height:13px;bottom:-12px;background:repeating-linear-gradient(90deg,var(--yellow) 0 18px,transparent 18px 25px)}.hero p{max-width:720px}.hero-cta{display:inline-flex;align-items:center;gap:26px;padding:17px 21px;border-radius:16px;box-shadow:0 15px 45px rgba(255,212,0,.18)}.hero-cta b{width:29px;height:29px;background:#111;color:#fff;border-radius:9px;display:grid;place-items:center}.text-link{font-weight:850}.text-link span{display:inline-block;margin-left:8px;transition:.2s}.text-link:hover span{transform:translateX(5px)}.hero-proof{display:flex;gap:12px;margin-top:42px;flex-wrap:wrap}.hero-proof span{border:1px solid #37393d;background:#202225;padding:10px 13px;border-radius:12px;color:#aaa;font-size:12px}.hero-proof b{color:#fff;margin-right:4px}.hero-stage{position:relative;min-height:480px;display:grid;place-items:center}.hero-panel{width:min(100%,410px);min-height:410px;z-index:3;background:linear-gradient(145deg,#2b2e32,#1d1f22);border:1px solid rgba(255,255,255,.12);box-shadow:0 40px 100px rgba(0,0,0,.55);transform:rotate(2deg)}.hero-panel:after{content:"";position:absolute;inset:10px;border:1px dashed rgba(255,212,0,.17);border-radius:21px;pointer-events:none}.live-chip{display:inline-flex;align-items:center;gap:8px;background:#111;padding:8px 11px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.12em}.live-chip i{width:7px;height:7px;background:#4cff77;border-radius:50%;box-shadow:0 0 0 5px rgba(76,255,119,.1)}.pulse{position:relative;display:grid;place-items:center}.pulse span{font-size:64px;color:#111;font-weight:1000;transform:rotate(-8deg)}.fiber-lines{position:absolute;inset:0;z-index:1}.fiber-lines i{position:absolute;width:170px;height:170px;border:1px dashed rgba(255,212,0,.25);border-radius:50%;animation:spin 18s linear infinite}.fiber-lines i:nth-child(1){left:0;top:10px}.fiber-lines i:nth-child(2){right:0;bottom:20px;width:230px;height:230px;animation-direction:reverse}.fiber-lines i:nth-child(3){left:65px;bottom:0;width:80px;height:80px}.fiber-lines i:nth-child(4){right:40px;top:0;width:100px;height:100px}@keyframes spin{to{transform:rotate(360deg)}}.floating-card{position:absolute;z-index:5;background:#fff;color:#151515;border-radius:15px;padding:14px 16px;display:grid;grid-template-columns:auto 1fr;column-gap:10px;box-shadow:0 25px 60px rgba(0,0,0,.35);min-width:190px}.floating-card span{grid-row:1/3;width:34px;height:34px;background:var(--yellow);border-radius:10px;display:grid;place-items:center;font-weight:950}.floating-card b{font-size:12px}.floating-card small{color:#777}.fc-one{left:-20px;bottom:55px;transform:rotate(-4deg)}.fc-two{right:-18px;top:50px;transform:rotate(4deg)}
.portal-switch{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-bottom:1px solid var(--line)}.portal-switch>a{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:26px 4vw;border-right:1px solid var(--line);transition:.25s}.portal-switch>a:hover{background:var(--yellow);transform:translateY(-4px);box-shadow:0 16px 40px rgba(20,20,20,.08)}.portal-switch span{font-size:11px;font-weight:950;color:#999}.portal-switch b{display:block;font-size:16px}.portal-switch small{color:#777}.portal-switch i{font-style:normal;font-size:22px}
.searchband{padding:32px 7vw;position:relative}.searchband:before{content:"SUCHEN · VERGLEICHEN · HELFEN";position:absolute;right:3vw;top:50%;transform:translateY(-50%);font-weight:1000;font-size:clamp(24px,4vw,64px);letter-spacing:-.05em;color:rgba(0,0,0,.08);white-space:nowrap}.searchband form{position:relative;z-index:2}.searchband input{box-shadow:0 14px 40px rgba(0,0,0,.12)}
.card,.provider,.review,.forumgrid article,.adminpanels section,.stats article{transition:transform .25s,box-shadow .25s,border-color .25s}.card:hover,.provider:hover,.forumgrid article:hover{transform:translateY(-6px);box-shadow:0 25px 65px rgba(20,20,20,.09);border-color:#d4d4ca}.card:before,.provider:before{content:"";display:block;width:34px;height:5px;background:var(--yellow);border-radius:999px;margin-bottom:18px}.provider{position:relative;overflow:hidden}.provider:after{content:"FIBERLIST";position:absolute;right:-22px;bottom:28px;transform:rotate(-90deg);font-size:9px;font-weight:950;letter-spacing:.18em;color:#bbb}
.auth-shell{background:linear-gradient(145deg,#101113,#22252a)}.auth-visual{position:relative;overflow:hidden}.auth-visual:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,212,0,.12);border-radius:50%;right:-300px;top:-150px;box-shadow:0 0 0 80px rgba(255,212,0,.025),0 0 0 160px rgba(255,212,0,.018)}.auth-brand{display:flex;align-items:center;gap:24px}.auth-brand>span{font-size:12px;font-weight:950;letter-spacing:.22em}.auth-kicker{margin-top:45px;color:var(--yellow);font-weight:950;letter-spacing:.16em;font-size:11px}.auth-visual h1 em{color:var(--yellow);font-style:normal}.auth-quote{margin-top:55px;border-left:4px solid var(--yellow);padding-left:18px;display:grid;gap:6px}.auth-quote small{color:#777;letter-spacing:.14em}.auth-card{position:relative;box-shadow:-30px 0 90px rgba(0,0,0,.25)}.auth-card:before{content:"";position:absolute;top:0;left:12%;right:12%;height:8px;background:var(--yellow);border-radius:0 0 12px 12px}.stack input{transition:.2s}.stack input:focus{outline:none;border-color:var(--yellow);box-shadow:0 0 0 4px rgba(255,212,0,.18);transform:translateY(-2px)}
.control aside{background:linear-gradient(180deg,#111315,#1e2023)}.controlmain{background-image:radial-gradient(circle at 100% 0,rgba(255,212,0,.16),transparent 28%)}.stats article:nth-child(2){background:var(--yellow)}.stats article:hover,.adminpanels section:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(20,20,20,.08)}
@media(max-width:900px){.community-ribbon span:nth-child(2),.community-ribbon a{display:none}.topbar{top:34px}.portal-switch{grid-template-columns:1fr}.portal-switch>a{border-right:0;border-bottom:1px solid var(--line)}.hero-stage{min-height:430px}.fc-one{left:0}.fc-two{right:0}.searchband:before{display:none}.hero-proof{gap:7px}}
@media(max-width:560px){.community-ribbon{justify-content:center}.hero{padding-left:24px;padding-right:24px}.hero h1{font-size:50px}.hero-stage{min-height:390px}.hero-panel{transform:none;padding:24px}.floating-card{display:none}.hero-actions{align-items:flex-start;flex-direction:column}.hero-proof span{font-size:10px}.searchband{padding:22px}.section,.list,.providergrid,.reviews,.formpage,.score-explain,.forumgrid{padding-left:22px;padding-right:22px}}

/* v0.3 Community Core */
a{color:inherit}.listrow h3 a:hover{background:linear-gradient(transparent 70%,var(--yellow,#ffd400) 0)}
.wysiwyg{border:1px solid #c9c9c9;border-radius:18px;overflow:hidden;background:#fff}.wysiwyg-toolbar{display:flex;gap:6px;flex-wrap:wrap;padding:9px;background:#252525;border-bottom:1px solid #444}.wysiwyg-toolbar button{width:auto;margin:0;padding:8px 11px;border-radius:9px;background:#fff;color:#222;font-size:.82rem}.wysiwyg-surface{min-height:220px;padding:18px;outline:0;line-height:1.65}.wysiwyg-surface:empty:before{content:'Schreibe verständlich, konkret und freundlich …';color:#8c8c8c}.wysiwyg.preview .wysiwyg-toolbar{background:#ffd400}.wysiwyg.preview .wysiwyg-surface{background:#faf8ef}.rich-content{line-height:1.75}.rich-content blockquote{border-left:5px solid #ffd400;margin:20px 0;padding:12px 18px;background:#f7f4e8}.rich-content pre,.rich-content code{background:#202020;color:#fff;border-radius:8px;padding:3px 7px}.rich-content pre{padding:16px;overflow:auto}
.question-detail{max-width:1180px;margin:45px auto 0;padding:0 24px;display:grid;grid-template-columns:1fr auto;gap:30px}.question-main{background:#fff;border-radius:26px;padding:34px;box-shadow:0 20px 60px #0000000d}.question-main h1{font-size:clamp(2rem,4vw,4rem);margin:12px 0 24px}.content-meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px;padding-top:18px;border-top:1px solid #eee;color:#666}.content-meta b{color:#087b47}.vote-button button,.answer-actions button{width:auto;margin:0}.answer-section{max-width:980px;margin:35px auto;padding:0 24px 70px}.answer-card{position:relative;background:#fff;border:1px solid #e7e7e7;border-radius:22px;padding:26px;margin:18px 0}.answer-card.solution{border:2px solid #ffd400;box-shadow:0 15px 45px #ffd40022}.solution-badge{display:inline-block;background:#ffd400;border-radius:999px;padding:7px 12px;font-weight:800;margin-bottom:15px}.answer-head{display:flex;justify-content:space-between;margin-bottom:18px}.answer-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;border-top:1px solid #eee;padding-top:16px;margin-top:20px}.answer-actions form{display:inline}.comments{margin-top:18px;background:#f5f5f5;border-radius:15px;padding:14px}.comments>div{padding:9px;border-bottom:1px solid #ddd}.comments>div b{margin-right:10px}.comments form{display:flex;gap:8px;margin-top:10px}.comments input{margin:0}.comments button{width:auto;margin:0}.answer-compose{background:#ffdc21;border-radius:24px;padding:26px;margin-top:30px}.login-nudge{text-align:center;padding:35px;background:#252525;color:#fff;border-radius:24px}
.message-page{max-width:1050px;margin:45px auto;padding:0 24px 70px}.message-intro{text-align:center;max-width:750px;margin:auto}.message-intro h1{font-size:clamp(2.4rem,5vw,5rem);margin:10px}.message-form{margin:32px auto;background:#fff;padding:28px;border-radius:25px;box-shadow:0 20px 70px #0001}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.success-animation{text-align:center;background:#fff;border-radius:30px;padding:50px 25px;box-shadow:0 24px 80px #0002}.fiber-animation{position:relative;width:260px;height:170px;margin:auto}.fiber-animation i{position:absolute;height:5px;background:#ffd400;left:50%;top:82px;width:0;transform-origin:left center;border-radius:9px}.fiber-animation i:nth-child(1){transform:rotate(0)}.fiber-animation i:nth-child(2){transform:rotate(45deg)}.fiber-animation i:nth-child(3){transform:rotate(135deg)}.fiber-animation i:nth-child(4){transform:rotate(180deg)}.fiber-animation b{position:absolute;inset:45px auto auto 95px;width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#252525;color:#ffd400;font-size:2rem;opacity:0;transform:scale(.3)}.success-animation.play i{animation:fiber-grow .7s forwards}.success-animation.play i:nth-child(2){animation-delay:.15s}.success-animation.play i:nth-child(3){animation-delay:.3s}.success-animation.play i:nth-child(4){animation-delay:.45s}.success-animation.play b{animation:check-pop .55s .8s forwards}@keyframes fiber-grow{to{width:100px}}@keyframes check-pop{to{opacity:1;transform:scale(1)}}.reference{display:inline-flex;gap:10px;background:#f2f2f2;border-radius:999px;padding:12px 18px;margin:14px}.reference strong{font-family:monospace}
.admin-table,.admin-inbox>div{background:#fff;border-radius:22px;padding:22px;margin-top:22px}.admin-table article{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid #eee}.admin-table article form{display:flex;gap:8px;align-items:center}.admin-table button{width:auto;margin:0}.danger{background:#711;color:#fff}.admin-inbox{display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin-inbox article{border-top:1px solid #eee;padding:14px 0}.admin-inbox article span{display:block;color:#666;font-size:.85rem}.empty{color:#777;padding:20px 0}
@media(max-width:800px){.question-detail{grid-template-columns:1fr}.two-col,.admin-inbox{grid-template-columns:1fr}.admin-table article{display:block}.admin-table article form{margin-top:12px}.wysiwyg-toolbar{overflow-x:auto;flex-wrap:nowrap}.comments form{display:block}.comments button{margin-top:8px;width:100%}}

/* v0.3.1 Q&A Experience */
.qa-hero{position:relative;overflow:hidden;max-width:1320px;margin:30px auto 0;padding:72px 72px;min-height:530px;border-radius:34px;background:linear-gradient(135deg,#202020 0%,#2d2d2d 62%,#171717 100%);color:#fff;display:grid;grid-template-columns:1.08fr .92fr;gap:55px;align-items:center;box-shadow:0 35px 90px #0003}.qa-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 22%,#ffd40025,transparent 25%),linear-gradient(120deg,transparent 0 67%,#ffd40009 67% 68%,transparent 68%)}.qa-hero-copy{position:relative;z-index:2}.qa-hero .eyebrow{color:#ffd400}.qa-hero h1{font-size:clamp(3rem,5.2vw,5.7rem);line-height:.92;letter-spacing:-.065em;margin:18px 0 26px}.qa-hero h1 span{color:#ffd400}.qa-hero p{font-size:1.12rem;line-height:1.75;color:#d4d4d4;max-width:680px}.qa-actions{display:flex;gap:14px;align-items:center;margin-top:30px}.qa-actions .cta{margin:0}.qa-secondary{padding:15px 20px;border:1px solid #ffffff30;border-radius:14px;color:#fff;font-weight:800}.qa-secondary:hover{border-color:#ffd400;color:#ffd400}.qa-people{display:flex;gap:16px;align-items:center;margin-top:34px}.qa-people>div{display:flex}.qa-people i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#222;border:3px solid #242424;margin-left:-8px;font-style:normal;font-weight:900}.qa-people i:first-child{margin-left:0;background:#ffd400}.qa-people span{display:grid}.qa-people small{color:#aaa}.qa-network{position:relative;z-index:2;height:360px}.qa-core{position:absolute;left:50%;top:50%;translate:-50% -50%;width:180px;height:180px;border-radius:50%;background:#ffd400;color:#222;display:grid;place-items:center;text-align:center;box-shadow:0 0 0 18px #ffd40012,0 0 0 38px #ffd40008;animation:qaPulse 3s ease-in-out infinite}.qa-core span{font-size:3.2rem;line-height:1;font-weight:950}.qa-core b{margin-top:-30px}.qa-node{position:absolute;width:150px;padding:17px 18px;border:1px solid #ffffff24;background:#ffffff0e;backdrop-filter:blur(8px);border-radius:18px;display:grid}.qa-node b{color:#ffd400;font-size:1.05rem}.qa-node span{font-size:.8rem;color:#aaa}.qa-node.n1{left:0;top:18px}.qa-node.n2{right:0;top:74px}.qa-node.n3{left:34px;bottom:16px}.qa-line{position:absolute;height:2px;background:linear-gradient(90deg,#ffd400,transparent);transform-origin:left center}.qa-line.l1{width:155px;left:126px;top:105px;rotate:26deg}.qa-line.l2{width:135px;left:270px;top:170px;rotate:-18deg}.qa-line.l3{width:130px;left:140px;top:275px;rotate:-37deg}@keyframes qaPulse{50%{transform:scale(1.04);box-shadow:0 0 0 26px #ffd40010,0 0 0 52px #ffd40005}}
.qa-stats{max-width:1180px;margin:-38px auto 30px;position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:22px;box-shadow:0 22px 55px #00000016;overflow:hidden}.qa-stats article{padding:25px 28px;border-right:1px solid #eee;display:grid}.qa-stats article:last-child{border:0}.qa-stats strong{font-size:2.15rem;line-height:1}.qa-stats span{color:#747474;font-size:.85rem;margin-top:7px}.qa-search{max-width:1180px;margin:28px auto;padding:0 4px}.qa-search form{display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:#fff;border:2px solid #ececec;border-radius:18px;padding:7px 7px 7px 20px;box-shadow:0 12px 35px #00000009}.qa-search form>span{font-size:1.7rem}.qa-search input{border:0;box-shadow:none;margin:0;font-size:1.05rem}.qa-search button{width:auto;margin:0;padding:13px 25px}.qa-filters{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.qa-filters a{padding:9px 15px;border-radius:999px;background:#ececec;color:#444;font-weight:800;font-size:.84rem}.qa-filters a:hover,.qa-filters a.active{background:#222;color:#ffd400}.qa-layout{max-width:1180px;margin:35px auto 90px;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px}.qa-feed-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px}.qa-feed-head h2{margin:5px 0 0;font-size:2rem}.qa-feed-head>a{font-weight:900;color:#222}.qa-card{display:grid;grid-template-columns:105px 1fr;background:#fff;border:1px solid #e8e8e8;border-radius:22px;margin-bottom:16px;overflow:hidden;transition:.25s;box-shadow:0 8px 25px #00000007}.qa-card:hover{translate:0 -4px;border-color:#ffd400;box-shadow:0 20px 45px #00000010}.qa-score{background:#f2f2f2;padding:24px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.qa-score b{font-size:2rem}.qa-score span{font-size:.76rem;font-weight:900;text-transform:uppercase}.qa-score small{margin-top:10px;color:#777}.qa-card-main{padding:24px 25px}.qa-card-top{display:flex;justify-content:space-between;align-items:center}.qa-solved,.qa-open{font-size:.72rem;font-weight:950;letter-spacing:.06em}.qa-solved{color:#087b47}.qa-open{color:#a87500}.qa-card h3{font-size:1.35rem;margin:13px 0 8px;line-height:1.25}.qa-card h3 a{color:#222}.qa-card p{color:#666;line-height:1.6}.qa-meta{display:flex;align-items:center;gap:10px;margin-top:18px;padding-top:15px;border-top:1px solid #eee}.qa-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#ffd400;font-weight:950}.qa-meta>span:nth-child(2){display:grid}.qa-meta small{color:#888}.qa-views{margin-left:auto;color:#777;font-size:.82rem}.qa-meta>a{font-weight:900;font-size:.82rem}.qa-sidebar{display:flex;flex-direction:column;gap:18px}.qa-side-card{background:#fff;border:1px solid #e8e8e8;border-radius:22px;padding:23px;box-shadow:0 10px 28px #00000008}.qa-help{background:#ffd400;border:0}.qa-help h3{font-size:1.45rem;line-height:1.15}.qa-help p{line-height:1.55}.qa-help a{font-weight:950;color:#222}.qa-side-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.qa-side-head h3{margin:0}.qa-side-head>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#222;color:#ffd400;font-weight:950}.qa-tags{display:grid;gap:8px}.qa-tags a{display:flex;justify-content:space-between;padding:11px 12px;border-radius:12px;background:#f4f4f4;color:#222}.qa-tags a:hover{background:#222;color:#ffd400}.qa-tags small{color:#888}.qa-top{display:grid;gap:12px}.qa-top>div{display:grid;grid-template-columns:20px 38px 1fr;align-items:center;gap:9px}.qa-top>div>strong{color:#999}.qa-top i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#222;color:#ffd400;font-style:normal;font-weight:900}.qa-top span{display:grid}.qa-top small{color:#888}.qa-empty{text-align:center;padding:60px 25px;background:#fff;border:2px dashed #ddd;border-radius:24px}.qa-empty>span{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;margin:auto;background:#ffd400;font-size:2rem;font-weight:950}
@media(max-width:1000px){.qa-hero{grid-template-columns:1fr;padding:55px 40px}.qa-network{display:none}.qa-layout{grid-template-columns:1fr}.qa-sidebar{display:grid;grid-template-columns:repeat(2,1fr)}.qa-help{grid-column:1/-1}}
@media(max-width:700px){.qa-hero{margin-top:14px;border-radius:20px;padding:40px 23px;min-height:auto}.qa-hero h1{font-size:2.75rem}.qa-actions{align-items:stretch;flex-direction:column}.qa-actions a{text-align:center}.qa-stats{margin:-18px 16px 25px;grid-template-columns:1fr 1fr}.qa-stats article:nth-child(2){border-right:0}.qa-stats article:nth-child(-n+2){border-bottom:1px solid #eee}.qa-search,.qa-layout{margin-left:16px;margin-right:16px}.qa-search form{grid-template-columns:auto 1fr}.qa-search button{grid-column:1/-1;width:100%;margin-top:5px}.qa-card{grid-template-columns:1fr}.qa-score{flex-direction:row;gap:8px;padding:12px}.qa-score small{margin:0}.qa-meta{flex-wrap:wrap}.qa-views{margin-left:0}.qa-meta>a{width:100%;margin-top:5px}.qa-sidebar{grid-template-columns:1fr}.qa-feed-head{align-items:flex-start}.qa-feed-head>a{display:none}}

/* FASERO v0.5 – regional community */
.local-hero{margin:2rem auto 0;max-width:1240px;padding:4rem;border-radius:34px;background:radial-gradient(circle at 80% 30%,rgba(255,215,0,.22),transparent 25%),#181a1d;color:#fff;display:grid;grid-template-columns:1.4fr .6fr;gap:3rem;align-items:center;overflow:hidden}.local-hero h1{font-size:clamp(2.6rem,6vw,5.4rem);line-height:.93;margin:.5rem 0 1.25rem}.local-hero p{color:#c7c9cc;max-width:720px}.follow-region{margin-top:1rem}.follow-region button{background:transparent;border:1px solid #f5d000;color:#f5d000}.radar-orb{width:270px;aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,215,0,.45);display:grid;place-items:center;position:relative;margin:auto;box-shadow:0 0 80px rgba(255,215,0,.12)}.radar-orb:before,.radar-orb:after,.radar-orb i{content:"";position:absolute;border:1px solid rgba(255,215,0,.22);border-radius:50%;inset:20px}.radar-orb:after{inset:55px}.radar-orb i:nth-child(2){inset:88px;background:#f5d000;box-shadow:0 0 35px #f5d000}.radar-orb b{font-size:2.5rem;z-index:2;color:#181a1d}.radar-orb span{position:absolute;bottom:22px;font-size:.7rem;letter-spacing:.16em}.regional-grid,.diary-layout{max-width:1240px;margin:2rem auto 5rem;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:2rem}.regional-card{background:#fff;border:1px solid #e7e7e7;border-radius:22px;padding:1.4rem;margin-bottom:1rem;display:grid;grid-template-columns:170px 1fr;gap:1.25rem;box-shadow:0 12px 35px rgba(0,0,0,.04);transition:.2s}.regional-card:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(0,0,0,.08)}.regional-card .stage,.diary-stage{align-self:start;background:#181a1d;color:#f5d000;padding:.7rem .9rem;border-radius:999px;font-size:.72rem;font-weight:800;text-align:center}.submit-card{background:#f6d800;border-radius:26px;padding:2rem;align-self:start;position:sticky;top:1rem}.submit-card input,.submit-card select,.submit-card textarea{background:rgba(255,255,255,.88)}.split{display:grid;grid-template-columns:110px 1fr;gap:.6rem}.radar-head{background:linear-gradient(135deg,#181a1d,#262a2f);color:#fff;border-radius:0 0 34px 34px}.stage-legend{max-width:1240px;margin:2rem auto;display:flex;gap:.7rem;overflow:auto;padding-bottom:.5rem}.stage-legend span{white-space:nowrap;background:#fff;border:1px solid #ddd;border-radius:999px;padding:.65rem .9rem}.stage-legend b{background:#f5d000;border-radius:50%;padding:.22rem .38rem;margin-right:.45rem}.radar-feed{max-width:1080px;margin:2rem auto 5rem;position:relative}.radar-feed:before{content:"";position:absolute;left:22px;top:0;bottom:0;width:2px;background:linear-gradient(#f5d000,#ddd)}.radar-feed article{display:grid;grid-template-columns:46px 1fr auto;gap:1.25rem;align-items:start;margin:0 0 1rem;padding:1.5rem;background:#fff;border-radius:20px;border:1px solid #e7e7e7}.radar-pin{width:16px;height:16px;border-radius:50%;background:#f5d000;box-shadow:0 0 0 8px rgba(245,216,0,.2);margin:8px 0 0 15px;z-index:1}.radar-feed article>strong{background:#181a1d;color:#f5d000;padding:.55rem .75rem;border-radius:999px;font-size:.75rem}.diary-feed article{background:#fff;border:1px solid #e6e6e6;border-radius:24px;padding:1.8rem;margin-bottom:1rem}.diary-feed article footer{display:flex;justify-content:space-between;color:#777;font-size:.8rem;border:0;padding:1rem 0 0;margin-top:1rem}.admin-tool{margin:1.5rem 0;background:#fff;border:1px solid #ddd;border-radius:22px;padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.admin-tool form{display:grid;gap:.7rem}.admin-tool textarea{width:100%}.admin-tool.scheduler{background:#181a1d;color:#fff}.admin-tool.scheduler code{display:block;padding:1rem;background:#0c0d0e;border-radius:10px;color:#f5d000;overflow:auto;margin:1rem 0}.admin-tool.scheduler p{color:#bfc2c5}.control aside{max-height:100vh;overflow:auto}
@media(max-width:900px){.local-hero,.regional-grid,.diary-layout,.admin-tool{grid-template-columns:1fr}.local-hero{padding:2rem}.radar-orb{width:210px}.submit-card{position:static}.regional-card{grid-template-columns:1fr}.radar-feed article{grid-template-columns:42px 1fr}.radar-feed article>strong{grid-column:2}.stage-legend{padding-inline:1rem}}

/* FASERO v0.5.1 – Anschluss-Steckbrief */
.profile-hero{max-width:1240px;margin:2rem auto 0;padding:3rem;border-radius:32px;background:radial-gradient(circle at 85% 15%,rgba(255,216,0,.28),transparent 28%),#181a1d;color:#fff;display:grid;grid-template-columns:1fr 230px;gap:2rem;align-items:center}.profile-hero h1{font-size:clamp(2.6rem,5vw,4.8rem);margin:.35rem 0}.profile-hero p{max-width:760px;color:#c9cbcf;line-height:1.65}.profile-stats{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.5rem}.profile-stats span{background:#282b2f;border:1px solid #383b40;border-radius:14px;padding:.75rem 1rem;display:grid;font-size:.74rem;color:#aaa}.profile-stats b{font-size:1.25rem;color:#f5d800}.profile-completion{text-align:center}.profile-completion strong{font-size:3.5rem;color:#f5d800;display:block}.profile-completion span{font-size:.8rem;color:#bbb}.profile-completion>div{height:8px;border-radius:999px;background:#303338;margin-top:1rem;overflow:hidden}.profile-completion i{display:block;height:100%;background:#f5d800;border-radius:inherit}.profile-layout{max-width:1240px;margin:2rem auto 5rem;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2rem}.profile-main{background:#fff;border:1px solid #e5e5e5;border-radius:28px;padding:2rem}.connection-form{display:grid;gap:1.3rem}.connection-form fieldset{border:1px solid #e5e5e5;border-radius:20px;padding:1.4rem;margin:0}.connection-form legend{padding:0 .65rem;font-weight:900}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.speed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.connection-form label{display:grid;gap:.4rem;font-weight:800;font-size:.84rem}.connection-form input,.connection-form select,.connection-form textarea{width:100%;box-sizing:border-box}.check-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.check-row label,.privacy-box label{display:flex;grid-template-columns:none;align-items:center;gap:.55rem;font-weight:700}.check-row input,.privacy-box input{width:auto}.privacy-box{background:#fff9cf!important;border-color:#f2db38!important}.privacy-box p{font-size:.82rem;color:#6d642b;margin-bottom:0}.profile-save{padding:1rem 1.3rem;font-size:1rem}.profile-aside{display:grid;gap:1rem;align-content:start}.fiber-card{background:#181a1d;color:#fff;border-radius:26px;padding:1.6rem;position:sticky;top:1rem}.fiber-card h3{font-size:1.7rem;margin:.55rem 0}.fiber-card>strong{color:#f5d800}.fiber-specs{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-top:1.4rem}.fiber-specs span{padding:.8rem;background:#26292d;border-radius:14px;display:grid}.fiber-specs small{color:#999}.fiber-specs b{font-size:.86rem;margin-top:.25rem;overflow-wrap:anywhere}.profile-tip{background:#f5d800;border-radius:22px;padding:1.4rem}.profile-tip p{line-height:1.55;margin-bottom:0}.member-hero{max-width:1080px;margin:2rem auto;padding:2.5rem;background:#181a1d;color:#fff;border-radius:30px;display:flex;align-items:center;gap:1.4rem}.member-avatar{width:92px;height:92px;border-radius:28px;background:#f5d800;color:#181a1d;display:grid;place-items:center;font-size:2.6rem;font-weight:950}.member-hero h1{font-size:3rem;margin:.2rem 0}.member-hero p{color:#bbb}.public-connection{max-width:1080px;margin:1.5rem auto 5rem;background:#fff;border:1px solid #e5e5e5;border-radius:28px;padding:2rem}.public-title{border-bottom:1px solid #eee;padding-bottom:1.2rem;margin-bottom:1.2rem}.public-title h2{font-size:2rem;margin:.3rem 0}.public-spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.public-spec-grid article{background:#f4f4f4;border-radius:16px;padding:1rem;display:grid}.public-spec-grid small{color:#777}.public-spec-grid strong{margin-top:.35rem;overflow-wrap:anywhere}.connection-notes{margin-top:1.2rem;padding:1.3rem;border-left:4px solid #f5d800;background:#fffbea;border-radius:0 14px 14px 0}.pagehero.compact{min-height:0}
@media(max-width:900px){.profile-hero,.profile-layout{grid-template-columns:1fr}.profile-completion{text-align:left}.profile-completion>div{max-width:300px}.fiber-card{position:static}.public-spec-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.profile-hero,.profile-main,.member-hero,.public-connection{margin-left:1rem;margin-right:1rem;padding:1.35rem;border-radius:22px}.form-grid,.speed-grid,.public-spec-grid{grid-template-columns:1fr}.profile-layout{margin-left:1rem;margin-right:1rem}.profile-main{margin:0}.section-head{align-items:flex-start;gap:1rem}.member-hero{align-items:flex-start}.member-avatar{width:66px;height:66px;border-radius:20px;font-size:2rem}.member-hero h1{font-size:2rem}}

/* FASERO v0.5.2 – Community-Formulare */
.report-form-card,.diary-form-card{background:#f5d800;padding:0;overflow:hidden;border:1px solid rgba(24,26,29,.12);box-shadow:0 22px 60px rgba(24,26,29,.12)}
.form-card-head{padding:1.7rem 1.7rem 1.25rem;display:flex;gap:1rem;align-items:flex-start;border-bottom:1px solid rgba(24,26,29,.13)}
.form-card-head h2{margin:.2rem 0 .35rem;font-size:1.75rem;line-height:1.05}.form-card-head p{margin:0;color:#4b471f;font-size:.86rem;line-height:1.5}
.form-card-icon{width:48px;height:48px;border-radius:15px;background:#181a1d;color:#f5d800;display:grid;place-items:center;font-size:1.4rem;flex:0 0 auto;box-shadow:0 8px 20px rgba(24,26,29,.18)}
.community-form{background:#fff;padding:1rem;display:grid;gap:.85rem}.form-section{display:grid;grid-template-columns:38px minmax(0,1fr);gap:.65rem;padding:1rem;border:1px solid #e7e7e7;border-radius:19px;background:#fbfbfb}
.form-step{width:32px;height:32px;border-radius:11px;background:#181a1d;color:#f5d800;display:grid;place-items:center;font-size:.7rem;font-weight:950;letter-spacing:.04em}.form-section-body{min-width:0;display:grid;gap:.85rem}.form-section-body h3{margin:.25rem 0 .05rem;font-size:.95rem}
.form-row{display:grid;gap:.75rem}.form-row.two{grid-template-columns:repeat(2,minmax(0,1fr))}.community-form label{display:grid;gap:.42rem;font-size:.78rem;font-weight:850;color:#303236}.community-form label>span{display:flex;justify-content:space-between;gap:.5rem}.community-form label em{font-style:normal;color:#8b8d91;font-weight:600}
.community-form input,.community-form select,.community-form textarea{width:100%;box-sizing:border-box;border:1px solid #d7d9dc;border-radius:13px;background:#fff;padding:.82rem .9rem;color:#181a1d;font:inherit;font-size:.9rem;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.community-form textarea{min-height:132px;resize:vertical;line-height:1.55}.community-form input::placeholder,.community-form textarea::placeholder{color:#a1a3a7}.community-form input:focus,.community-form select:focus,.community-form textarea:focus{border-color:#b79f00;box-shadow:0 0 0 4px rgba(245,216,0,.22);background:#fffef4}
.field-help{display:block;color:#777b80;font-size:.72rem;font-weight:600;line-height:1.45}.form-submit{width:100%;border:0;border-radius:15px;background:#181a1d;color:#fff;padding:1rem 1.1rem;display:flex;align-items:center;justify-content:space-between;font-weight:900;font-size:.9rem;cursor:pointer;transition:transform .18s,box-shadow .18s}.form-submit b{width:30px;height:30px;border-radius:10px;background:#f5d800;color:#181a1d;display:grid;place-items:center}.form-submit:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(24,26,29,.18)}.login-prompt{background:#fff;padding:1.2rem 1.7rem 1.7rem}.login-prompt p{margin-top:0;color:#555}
.diary-form-card .form-card-icon{font-size:1.2rem}
@media(max-width:520px){.form-card-head{padding:1.35rem}.community-form{padding:.75rem}.form-section{grid-template-columns:1fr;padding:.85rem}.form-step{width:30px;height:30px}.form-row.two{grid-template-columns:1fr}.form-card-head h2{font-size:1.45rem}.community-form input,.community-form select,.community-form textarea{font-size:16px}}

/* FASERO v0.6.0 – Community Forum */
.forum-hero{max-width:1240px;margin:2rem auto;padding:3.5rem;border-radius:34px;background:radial-gradient(circle at 88% 18%,rgba(245,216,0,.3),transparent 27%),#181a1d;color:#fff;display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:end}.forum-hero h1{font-size:clamp(2.8rem,5vw,5rem);line-height:.95;margin:.5rem 0 1rem}.forum-hero h1 span{color:#f5d800}.forum-hero p{max-width:720px;color:#c6c8cb;line-height:1.65}.forum-hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.forum-secondary{padding:.95rem 1.15rem;border:1px solid #45484d;border-radius:14px;color:#fff}.forum-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.forum-metrics article{background:#26292d;border:1px solid #383b40;border-radius:18px;padding:1.2rem;display:grid}.forum-metrics strong{font-size:2rem;color:#f5d800}.forum-metrics span{font-size:.78rem;color:#aaa}.forum-shell{max-width:1240px;margin:2rem auto 5rem;display:grid;grid-template-columns:310px minmax(0,1fr);gap:1.5rem}.forum-categories{align-self:start;position:sticky;top:1rem;background:#fff;border:1px solid #e5e5e5;border-radius:24px;padding:1rem}.forum-categories h2{padding:.4rem .55rem}.forum-categories>a{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:1rem;border-radius:15px;color:#25272a}.forum-categories>a:hover,.forum-categories>a.active{background:#fff8c6}.forum-categories a span{display:grid;gap:.2rem}.forum-categories small{font-size:.72rem;color:#777;line-height:1.35}.forum-categories>a>b{background:#181a1d;color:#f5d800;border-radius:999px;min-width:28px;height:28px;display:grid;place-items:center;font-size:.72rem}.forum-main{min-width:0}.forum-search{display:grid;grid-template-columns:1fr auto;gap:.7rem;margin-bottom:1rem}.forum-search input{border:1px solid #ddd;border-radius:15px;padding:1rem}.forum-search button{border:0;border-radius:15px;background:#181a1d;color:#fff;padding:0 1.3rem;font-weight:800}.topic-list{display:grid;gap:.75rem}.topic-row{background:#fff;border:1px solid #e5e5e5;border-radius:21px;padding:1.25rem;display:grid;grid-template-columns:46px minmax(0,1fr) 165px;gap:1rem;align-items:center;color:#181a1d;transition:.18s}.topic-row:hover{border-color:#c6af00;transform:translateY(-2px)}.topic-state{width:42px;height:42px;border-radius:14px;background:#eceef0;display:grid;place-items:center;font-weight:900}.topic-state.solved{background:#f5d800}.topic-meta{display:flex;align-items:center;gap:.5rem}.topic-meta span{font-size:.7rem;font-weight:900;color:#756900;text-transform:uppercase}.topic-meta b{font-size:.62rem;background:#181a1d;color:#f5d800;border-radius:999px;padding:.3rem .48rem}.topic-row h3{margin:.3rem 0;font-size:1.15rem}.topic-row p{margin:.25rem 0;color:#606368}.topic-row small{color:#8a8c90}.topic-counts{display:grid;gap:.45rem;border-left:1px solid #eee;padding-left:1rem}.topic-counts span{display:flex;justify-content:space-between;font-size:.75rem;color:#777}.topic-counts b{color:#181a1d}.forum-empty{background:#fff;border:1px dashed #ccc;border-radius:20px;padding:2rem;text-align:center}.forum-compose{max-width:1020px;margin:2rem auto 5rem;display:grid;grid-template-columns:340px 1fr;gap:2rem}.compose-intro{background:#181a1d;color:#fff;border-radius:28px;padding:2rem;align-self:start;position:sticky;top:1rem}.compose-intro h1{font-size:2.4rem}.compose-intro p{color:#bbb;line-height:1.6}.forum-form,.reply-box{background:#fff;border:1px solid #e5e5e5;border-radius:26px;padding:1.6rem;display:grid;gap:1rem}.forum-form label{display:grid;gap:.45rem;font-weight:800}.forum-form input,.forum-form select{width:100%;box-sizing:border-box;border:1px solid #d7d9dc;border-radius:14px;padding:.9rem;font:inherit}.wysiwyg{border:1px solid #d7d9dc;border-radius:16px;overflow:hidden;background:#fff}.wysiwyg-toolbar{display:flex;gap:.35rem;padding:.55rem;background:#f1f2f3;border-bottom:1px solid #ddd}.wysiwyg-toolbar button{border:1px solid #d2d4d6;background:#fff;border-radius:8px;padding:.45rem .65rem;cursor:pointer}.wysiwyg-surface{min-height:180px;padding:1rem;outline:none;line-height:1.65}.wysiwyg-surface:empty:before{content:attr(data-placeholder);color:#999}.topic-hero{max-width:1120px;margin:2rem auto;padding:2.4rem;border-radius:28px;background:#181a1d;color:#fff;display:flex;justify-content:space-between;gap:2rem}.topic-hero h1{font-size:clamp(2rem,4vw,3.5rem);margin:.5rem 0}.topic-hero p{color:#aaa}.topic-links{display:flex;gap:.6rem;flex-wrap:wrap}.topic-links span{background:#292c30;border-radius:999px;padding:.5rem .75rem;font-size:.75rem}.topic-links .solved{background:#f5d800;color:#181a1d}.topic-actions form{display:grid;gap:.55rem}.topic-actions button{border:1px solid #46494e;background:#25282c;color:#fff;border-radius:12px;padding:.75rem;cursor:pointer}.thread{max-width:1120px;margin:1rem auto;display:grid;gap:1rem}.forum-post{display:grid;grid-template-columns:190px minmax(0,1fr);background:#fff;border:1px solid #e3e3e3;border-radius:24px;overflow:hidden}.forum-post.solution{border:2px solid #d3bc00}.forum-post>aside{padding:1.4rem;background:#f4f5f5;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem}.post-avatar{width:64px;height:64px;border-radius:20px;background:#181a1d;color:#f5d800;display:grid;place-items:center;font-size:1.8rem;font-weight:900}.forum-post aside small{color:#777}.mini-connection{margin-top:.8rem;width:100%;display:grid;gap:.3rem;background:#fff;border-radius:13px;padding:.7rem;box-sizing:border-box}.mini-connection span{font-weight:900}.post-body{padding:1.6rem;line-height:1.7;min-width:0}.post-label{display:inline-block;background:#181a1d;color:#f5d800;border-radius:999px;padding:.35rem .6rem;font-size:.66rem;font-weight:900;margin-bottom:1rem}.solution-banner{background:#fff5a8;border-radius:13px;padding:.8rem 1rem;font-weight:900;margin-bottom:1rem}.post-footer{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1rem;display:flex;justify-content:space-between;align-items:center}.post-footer>div{display:flex;gap:.45rem;align-items:center;flex-wrap:wrap}.post-footer form{display:inline}.post-footer button,.post-footer summary{border:1px solid #ddd;background:#fff;border-radius:9px;padding:.5rem .7rem;font-size:.72rem;cursor:pointer}.post-footer details{position:relative}.report-popover{position:absolute;right:0;top:2rem;z-index:3;width:260px;background:#fff;border:1px solid #ddd;border-radius:14px;padding:.8rem;display:grid;gap:.5rem;box-shadow:0 15px 40px rgba(0,0,0,.12)}.report-popover select,.report-popover textarea{width:100%;box-sizing:border-box;padding:.65rem;border:1px solid #ddd;border-radius:9px}.reply-box{max-width:900px;margin:2rem auto 5rem}.reply-box h2{margin-top:.2rem}
@media(max-width:900px){.forum-hero,.forum-shell,.forum-compose{grid-template-columns:1fr}.forum-metrics{max-width:420px}.forum-categories,.compose-intro{position:static}.topic-row{grid-template-columns:42px 1fr}.topic-counts{grid-column:2;border-left:0;border-top:1px solid #eee;padding:1rem 0 0;display:flex;gap:1rem}.forum-post{grid-template-columns:1fr}.forum-post>aside{align-items:flex-start;text-align:left;display:grid;grid-template-columns:54px 1fr}.post-avatar{grid-row:1/4;width:50px;height:50px}.mini-connection{grid-column:1/-1}.topic-hero{margin-inline:1rem;display:grid}.topic-actions form{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.forum-hero,.forum-shell,.forum-compose,.thread,.reply-box{margin-left:1rem;margin-right:1rem}.forum-hero{padding:1.6rem}.forum-metrics{grid-template-columns:1fr 1fr}.forum-shell{display:block}.forum-categories{margin-bottom:1rem}.topic-row{padding:1rem}.topic-counts{flex-wrap:wrap}.forum-form,.reply-box{padding:1rem}.forum-post{border-radius:18px}.post-body{padding:1rem}.forum-search{grid-template-columns:1fr}.forum-search button{padding:.9rem}}
