.mp{--mp-paper:#f7f9fe;--mp-ink:#142a4d;--mp-blue:#2455eb;--mp-pale:#dfe9ff;--mp-yellow:#f3ce56;min-height:100vh;background:var(--mp-paper);color:var(--mp-ink);font-family:Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.mp *{box-sizing:border-box}.mp h1,.mp h2,.mp h3{font-family:inherit;font-weight:750;color:inherit;letter-spacing:-.035em;line-height:1.12;text-wrap:balance}.mp h1{font-size:clamp(2.7rem,6vw,5.6rem);margin:.3em 0}.mp h2{font-size:clamp(1.35rem,2.2vw,2rem);margin:0 0 .65em}.mp p{max-width:65ch;margin:0 0 1.1em}.mp a{color:var(--mp-blue);text-underline-offset:.2em}.mp a:focus-visible,.mp button:focus-visible,.mp input:focus-visible,.mp textarea:focus-visible{outline:3px solid #927200;outline-offset:4px}.mp-header{max-width:1240px;margin:auto;padding:32px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #cdd8eb}.mp-brand{font-size:2.25rem;font-weight:900;letter-spacing:-.065em;text-decoration:none;color:var(--mp-ink)!important;line-height:1}.mp-brand span{color:var(--mp-blue)}.mp-header nav{display:flex;gap:28px;flex-wrap:wrap}.mp-header nav a{text-decoration:none;color:var(--mp-ink);font-weight:600}.mp-header nav a:hover{text-decoration:underline}.mp-main{max-width:1240px;padding:52px 40px 90px;margin:auto;min-height:65vh}.mp-kicker{font-size:.93rem;font-weight:650;margin-bottom:12px!important}.mp-hero{margin-bottom:48px}.mp-hero>p:last-child{font-size:1.2rem}.mp-login{max-width:650px;margin:35px auto 60px}.mp-login h1{font-size:clamp(2.6rem,5vw,4.2rem)}.mp button,.mp-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid var(--mp-blue);border-radius:7px;padding:12px 21px;background:var(--mp-blue);color:white;font:600 1rem inherit;font-family:inherit;font-size:1rem;font-weight:650;text-decoration:none;cursor:pointer}.mp button:hover{background:#1842c4}.mp button:disabled{opacity:.6;cursor:wait}.mp .mp-secondary{background:transparent;color:var(--mp-ink);border-color:#b9c7df}.mp-form{display:grid;gap:10px;margin:25px 0}.mp-form label{font-weight:650;font-size:.95rem}.mp-form input,.mp-form textarea{width:100%;font:inherit;background:white;color:var(--mp-ink);border:1px solid #acbdd8;border-radius:6px;padding:13px 15px;min-width:0}.mp-form textarea{resize:vertical}.mp-form button{justify-self:start;margin-top:8px}.mp-form p{margin:0}.mp-call{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,1fr);gap:40px;background:var(--mp-pale);border-radius:14px;padding:36px}.mp-call h2{font-size:clamp(1.8rem,3vw,2.8rem)}.mp-call-date{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-left:1px solid #b6c9ed;padding:25px}.mp-call-date strong{font-size:clamp(3rem,6vw,5rem);line-height:1.35;letter-spacing:-.05em}.mp-call-date span:last-child{max-width:180px}.mp-note{padding-left:15px;border-left:4px solid var(--mp-blue);font-weight:550}.mp-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px;margin:50px 0}.mp-links>a{color:var(--mp-ink);text-decoration:none;padding:8px 0 25px;border-bottom:2px solid #b9c7df}.mp-links>a:hover{border-color:var(--mp-blue)}.mp-links span{color:var(--mp-blue);font-weight:650}.mp-account{padding-top:25px}.mp-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.mp-notice{background:#fff2b9;padding:18px 20px;border-radius:7px}.mp-empty{padding:35px;background:var(--mp-pale);border-radius:10px}.mp-videos{display:grid;grid-template-columns:1fr 1fr;gap:35px}.mp-videos article{min-width:0;padding-bottom:20px}.mp-videos video{display:block;width:100%;aspect-ratio:16/9;background:var(--mp-ink);border-radius:8px}.mp-topic-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr);gap:50px;align-items:start}.mp-topic-compose{background:var(--mp-pale);padding:28px;border-radius:10px}.mp-topic-compose>p{font-size:.95rem}.mp-topic{display:grid;grid-template-columns:50px minmax(0,1fr);gap:22px;padding:25px 0;border-top:1px solid #bdcce1}.mp-topic h2{font-size:1.4rem;overflow-wrap:anywhere}.mp-topic .mp-kicker{font-size:.85rem}.mp-preserve{white-space:pre-wrap;overflow-wrap:anywhere}.mp-vote{display:flex;flex-direction:column;align-items:center;gap:3px;font-weight:700}.mp-vote button{min-height:36px;padding:0;width:38px;background:transparent;border-color:#b9c7df;color:var(--mp-ink);font-size:1.3rem}.mp-vote button[aria-pressed=true]{background:var(--mp-blue);color:white;border-color:var(--mp-blue)}.mp-footer{max-width:1240px;margin:auto;padding:25px 40px;display:flex;gap:25px;flex-wrap:wrap;border-top:1px solid #cdd8eb;font-size:.9rem}.mp-footer span{margin-right:auto}.mp-footer a{color:var(--mp-ink)}@media (max-width:750px){.mp-header{padding:22px;align-items:flex-start;flex-direction:column;gap:22px}.mp-header nav{gap:18px;font-size:.9rem}.mp-main{padding:32px 22px 60px}.mp-hero{margin-bottom:30px}.mp-call{grid-template-columns:1fr;padding:25px;gap:0}.mp-call-date{display:none}.mp-links,.mp-topic-layout,.mp-videos{grid-template-columns:1fr;gap:28px}.mp-topic-compose{padding:22px}.mp-footer{padding:25px 22px;gap:18px}.mp-footer span{width:100%}.mp-topic{gap:14px}.mp-empty{padding:25px}}.mg-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.mg-hero{margin-bottom:36px}.mg-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);gap:40px;align-items:start}.mg-feed{display:grid;gap:22px;min-width:0}.mg-feed-narrow{max-width:760px;margin-top:40px}.mg-side{display:grid;gap:22px;position:sticky;top:24px}.mg-side-card{background:white;border:1px solid #d5dff0;border-radius:12px;padding:24px}.mg-side-card h2{font-size:1.3rem}.mg-side-card p{font-size:.95rem}.mg-rules{margin:0 0 16px;padding-left:1.3em;display:grid;gap:12px;font-size:.93rem}.mg-rules strong{display:block}.mg-hint{font-size:.85rem!important;color:#4a5d7e}.mg-count{font-weight:650;font-size:.93rem;color:#4a5d7e}.mg-faces{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 18px}.mg-own-profile{display:inline-flex;align-items:center;gap:10px;font-weight:650;text-decoration:none}.mg-avatar{flex:none;display:inline-grid;place-items:center;border-radius:50%;overflow:hidden;background:var(--mp-pale);color:var(--mp-blue);font-weight:750;line-height:1}.mg-avatar img{width:100%;height:100%;object-fit:cover;display:block}.mg-avatar-host{box-shadow:0 0 0 2px var(--mp-paper),0 0 0 4px var(--mp-yellow)}.mg-badge{display:inline-block;margin-left:8px;padding:1px 8px;border-radius:999px;background:var(--mp-yellow);color:var(--mp-ink);font-size:.72rem;font-weight:700;vertical-align:2px}.mg-compose-closed.mg-compose-closed{width:100%;justify-content:flex-start;gap:14px;background:white;color:#4a5d7e;border:1px solid #d5dff0;border-radius:12px;padding:14px 18px;font-weight:500;min-height:68px}.mg-compose-closed.mg-compose-closed:hover{background:white;border-color:var(--mp-blue)}.mg-compose{background:white;border:1px solid var(--mp-blue);border-radius:12px;padding:20px;margin:0}.mg-compose-head{display:flex;align-items:center;gap:12px}.mg-chips{border:0;padding:0;margin:4px 0;display:flex;flex-wrap:wrap;gap:8px}.mg-chips legend{font-weight:650;font-size:.9rem;margin-bottom:8px}.mp-form .mg-chips label{font-weight:600;font-size:.88rem;border:1px solid #b9c7df;border-radius:999px;padding:6px 14px;cursor:pointer}.mg-chips label.is-active{background:var(--mp-ink);border-color:var(--mp-ink);color:white}.mg-chips input{position:absolute;opacity:0;pointer-events:none}.mg-chips label:has(input:focus-visible){outline:3px solid #927200;outline-offset:2px}.mg-compose-tools{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.mp-form .mg-compose-tools button{margin-top:0;min-height:42px;padding:8px 16px}.mg-spacer{flex:1}.mg-attachment{display:grid;gap:10px;justify-items:start}.mg-attachment img,.mg-attachment video{max-width:100%;max-height:320px;border-radius:8px;background:var(--mp-ink)}.mg-progress{position:relative;height:34px;border-radius:6px;background:var(--mp-pale);overflow:hidden}.mg-progress span{position:absolute;inset:0 auto 0 0;background:#b8cdfb;transition:width .2s}.mg-progress em{position:relative;display:block;padding:5px 12px;font-style:normal;font-weight:600;font-size:.9rem}.mg-filter{display:flex;flex-wrap:wrap;gap:6px 18px;font-size:.93rem;font-weight:600;padding:4px 0}.mg-filter a{color:#4a5d7e;text-decoration:none;padding-bottom:3px;border-bottom:2px solid transparent}.mg-filter a[aria-current=page]{color:var(--mp-ink);border-color:var(--mp-blue)}.mg-post{background:white;border:1px solid #d5dff0;border-radius:12px;padding:24px;min-width:0}.mg-post.is-pinned{border-color:var(--mp-yellow);box-shadow:inset 4px 0 0 var(--mp-yellow)}.mg-post h2{font-size:1.35rem;margin:16px 0 8px;overflow-wrap:anywhere}.mg-post-head{display:flex;gap:12px;align-items:center}.mg-post-head>div:nth-child(2){flex:1;min-width:0}.mg-post-head p{margin:0}.mg-post-author a{color:var(--mp-ink);font-weight:700;text-decoration:none}.mg-post-meta{font-size:.85rem;color:#4a5d7e}.mg-post-tools{display:flex;gap:12px;align-self:flex-start}.mg-post-body{margin-top:14px!important}.mg-post h2+.mg-post-body{margin-top:0!important}.mg-media{display:block;width:100%;max-height:560px;object-fit:contain;background:var(--mp-ink);border-radius:8px;margin:6px 0 4px}.mg-embed{position:relative;aspect-ratio:16/9;margin:6px 0 4px}.mg-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:8px;background:var(--mp-ink)}.mg-post-actions{display:flex;align-items:center;gap:16px;padding-top:14px;margin-top:10px;border-top:1px solid #e3eaf5}.mp .mg-action{min-height:36px;padding:4px 14px;gap:6px;background:transparent;color:var(--mp-ink);border-color:#b9c7df;border-radius:999px}.mp .mg-action:hover{background:var(--mp-pale)}.mp .mg-action.is-active{color:#c2334d;border-color:#e7a6b3;background:#fff1f3}.mp .mg-link-button{min-height:0;padding:0;border:0;background:none;color:#4a5d7e;font-size:.85rem;font-weight:600;text-decoration:underline;text-underline-offset:.2em}.mp .mg-link-button:hover{background:none;color:var(--mp-ink)}.mg-comments{margin-top:14px}.mg-comments ul{list-style:none;margin:0 0 12px;padding:0;display:grid;gap:12px}.mg-comment{display:flex;gap:10px}.mg-comment>div{background:var(--mp-paper);border-radius:10px;padding:8px 14px;min-width:0;flex:1}.mg-comment p{margin:0;font-size:.95rem}.mg-comment-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;font-size:.85rem!important}.mg-comment-meta a{color:var(--mp-ink);font-weight:700;text-decoration:none}.mg-comment-meta time{color:#4a5d7e}.mg-comment-meta .mg-badge{margin-left:0}.mg-comment-form{display:flex;gap:10px;align-items:flex-start;flex-wrap:wrap}.mg-comment-form textarea{flex:1;min-width:0;font:inherit;border:1px solid #acbdd8;border-radius:20px;padding:9px 16px;resize:vertical;min-height:42px;background:white;color:var(--mp-ink)}.mp .mg-comment-form button{min-height:42px;padding:8px 16px}.mg-comment-form p{flex-basis:100%;margin:0}.mg-profile{display:grid;grid-template-columns:auto minmax(0,1fr);gap:36px;align-items:start}.mg-profile h1{margin:0 0 .2em;font-size:clamp(2.3rem,5vw,3.8rem)}.mg-headline{font-size:1.2rem;font-weight:600}.mg-profile-form{max-width:560px}.mg-avatar-edit{display:flex;align-items:center;gap:20px;margin-bottom:8px}.mg-avatar-edit>div{display:grid;gap:10px;justify-items:start}.mp .mg-avatar-edit .mp-secondary{margin-top:0}.mg-welcome{background:white;border:1px solid var(--mp-yellow);border-radius:12px;box-shadow:inset 4px 0 0 var(--mp-yellow)}.mg-welcome>summary{display:flex;align-items:center;gap:12px;padding:14px 20px;cursor:pointer;list-style:none}.mg-welcome>summary::-webkit-details-marker{display:none}.mg-welcome-title{flex:1;min-width:0;display:grid;line-height:1.35}.mg-welcome-title span{font-size:.85rem;color:#4a5d7e}.mg-welcome-toggle:after{content:"Aufklappen";font-size:.85rem;font-weight:650;color:var(--mp-blue)}.mg-welcome[open] .mg-welcome-toggle:after{content:"Zuklappen"}.mg-welcome[open]>summary{border-bottom:1px solid #f1e3ae;padding-block:10px}.mg-welcome[open]>summary .mg-avatar,.mg-welcome[open]>summary strong{display:none}.mg-welcome .mg-post{border:0;box-shadow:none;background:transparent}.mg-confirm{background:var(--mp-pale);border:2px solid var(--mp-blue);border-radius:12px;padding:24px;display:grid;gap:12px;justify-items:start}.mg-confirm h2,.mg-confirm p{margin:0}.mg-confirm .mg-rules{background:white;border-radius:8px;padding:16px 16px 16px 2.2em;margin:4px 0;width:100%}.mg-check{display:flex;gap:10px;align-items:flex-start;font-weight:600;cursor:pointer}.mp-form .mg-check{font-weight:500}.mg-check input{width:20px!important;height:20px;margin:3px 0 0;flex:none;accent-color:var(--mp-blue)}.mg-single{margin-top:0}@media (max-width:900px){.mg-layout{grid-template-columns:1fr}.mg-side{position:static}}@media (max-width:750px){.mg-compose,.mg-post,.mg-side-card{padding:18px}.mg-profile{grid-template-columns:1fr;gap:18px}}