@font-face{font-family:"IBM Plex Sans Local";src:url("../tools/promo/fonts/IBMPlexSans-SemiBold.ttf") format("truetype");font-weight:600 800;font-style:normal;font-display:swap}
:root{
  --green:#087a45; --green-dark:#075d37; --green-soft:#e8f4ed; --ink:#17211c;
  --muted:#66736c; --line:#dce4df; --line-2:#cbd5cf; --panel:#fff; --bg:#f5f7f5;
  --danger:#b42318; --amber-bg:#fff8e6; --amber-ink:#8a650a;
  --blue-bg:#eaf1ff; --blue-ink:#2455a6; --grey-bg:#eef1ef; --grey-ink:#5e6a64;
  --shadow:0 16px 45px rgba(18,51,35,.09); --radius:16px;
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink); background:var(--bg); font-synthesis:none;
}
*{box-sizing:border-box}
html,body{min-height:100%}
body{margin:0;background:var(--bg)}
#studygroups,#privacy{min-height:100vh;display:flex;flex-direction:column}
[v-cloak]{display:none!important}
::selection{background:#bce6cd;color:#063d25}
*{scrollbar-color:#9db4a7 #edf2ef;scrollbar-width:thin}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.5}
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #8bcdaa;outline-offset:3px}
a{color:var(--green);text-decoration:none}
a:hover{text-decoration:underline}
.muted{color:var(--muted);font-size:13px}

/* Kopfzeile */
.sb-topbar{min-height:72px;padding:0 max(20px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--panel);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}
.sb-lead{display:flex;align-items:center;gap:14px;min-width:0}
.sb-brand{display:flex;align-items:center;gap:12px;color:var(--ink)}
/* Beschrifteter Rueckweg zum Planer. Tippziel 44 px wie die uebrigen Knoepfe. */
.sb-back{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:10px;color:var(--muted);text-decoration:none;font-size:13px;font-weight:500;white-space:nowrap}
.sb-back:hover{border-color:var(--green);color:var(--green);text-decoration:none}
.sb-brand>span:last-child{display:flex;flex-direction:column;line-height:1.15}
.sb-brand b{font-family:"IBM Plex Sans Local",ui-sans-serif,sans-serif;font-size:18px}
.sb-brand small{color:var(--muted);font-size:11px;margin-top:3px}
.sb-mark{display:grid;place-items:center;width:40px;height:40px;flex:none}
.sb-mark svg{width:100%;height:100%;display:block}
.sb-top-actions{display:flex;align-items:center;gap:8px}
/* Tippziele: 44 px, auch beim Sprachumschalter und bei den leisen Knoepfen. */
.langsw{display:inline-flex;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.langsw button{border:0;border-radius:0;padding:12px 14px;min-height:44px;font-size:13px;background:var(--panel);color:var(--muted)}
.langsw button.active{background:var(--green-soft);color:var(--green);font-weight:600}

/* Knoepfe */
button{border:1px solid var(--line);background:var(--panel);color:var(--ink);border-radius:10px;padding:11px 16px;min-height:44px;font-weight:600;font-size:14px;transition:.15s ease}
button:hover:not(:disabled){border-color:#aebbb4}
.primary{background:var(--green);border-color:var(--green);color:#fff}
.primary:hover:not(:disabled){background:var(--green-dark);border-color:var(--green-dark)}
.quiet{background:transparent;font-weight:500;color:var(--muted)}
.danger{color:var(--danger);border-color:#f0b9b5;background:var(--panel)}

/* Flaechen */
.sb-shell{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:34px 20px 64px;display:flex;flex-direction:column;gap:20px}
.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:26px}
.panel h2{font-size:21px;font-weight:600;letter-spacing:-.015em;margin:0 0 8px}
.panel>p{color:var(--muted);line-height:1.6;margin:0 0 4px;font-size:15px}
.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}
.panel-head h2{margin:0}
.empty{padding:28px;text-align:center;color:var(--muted)}
.error-panel{border-color:#efb7b2}
.error-panel h2{color:var(--danger)}
.fineprint{margin:18px 0 0;padding-top:16px;border-top:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.55}
.hint{color:var(--muted);font-size:12px;line-height:1.5}
.eyebrow{font-family:"IBM Plex Mono",ui-monospace,monospace;font-size:12px;font-weight:600;color:var(--green);letter-spacing:.06em;text-transform:uppercase}

/* Einstieg: zwei Spalten statt einer halbleeren Seite */
.entry{display:grid;grid-template-columns:minmax(0,1.05fr) 380px;gap:60px;align-items:start;padding-top:18px}
.entry-lead{display:flex;flex-direction:column;gap:22px}
.entry-lead h1{font-family:"IBM Plex Sans Local",ui-sans-serif,sans-serif;margin:0;font-size:clamp(34px,4.4vw,52px);line-height:1.03;letter-spacing:-.035em;max-width:9.5em;text-wrap:pretty}
.entry-lead .lead{margin:0;font-size:17px;color:var(--muted);line-height:1.6;max-width:31em}
.signin-panel h2{margin-bottom:6px}
.signin-buttons{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.signin-buttons button{width:100%}

/* Der Pfad. Erklaert vor der Anmeldung, was kommt. */
.path{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:18px}
.path li{display:flex;gap:14px;align-items:flex-start}
.path li div{display:flex;flex-direction:column;gap:3px;padding-top:3px}
.path li b{font-size:15px;font-weight:600}
.path li small{font-size:13px;color:var(--muted);line-height:1.5}
.path-no{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700;background:var(--grey-bg);color:#8a938d;flex:none}

/* Belegband: was es schon gibt, statt einer leeren Versprechung */
.band{border-top:1px solid var(--line);padding-top:28px;margin-top:14px}
.band-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:16px;flex-wrap:wrap}
.band-head h2{margin:0;font-size:20px;font-weight:600;letter-spacing:-.015em}
.band-head span{font-size:13px;color:var(--muted)}
.band-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.band-grid article{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.band-grid b{font-size:14px;font-weight:600;line-height:1.35}
.band-note{margin:16px 0 0;font-size:13px;color:var(--muted)}

/* Angemeldet: derselbe Pfad, zusammengeschoben. Die Punkte tragen
   position:relative, sonst malt die Verbindungslinie quer durch sie hindurch. */
.rail{list-style:none;margin:0;padding:14px 6px 6px;display:flex;position:relative;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius)}
.rail::before{content:"";position:absolute;left:14%;right:14%;top:27px;height:2px;background:var(--line)}
.rail li{flex:1;display:flex;flex-direction:column;align-items:center;gap:7px}
.rail li span{position:relative;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700;background:var(--grey-bg);color:#8a938d}
.rail li small{font-size:11px;color:var(--muted);text-align:center}
.rail li.done span{background:var(--green);color:#fff}
.rail li.current span{background:var(--green-soft);color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}
.rail li.current small{color:var(--ink);font-weight:600}
.section-tabs,.admin-nav{display:flex;gap:6px;border-bottom:1px solid var(--line)}
.section-tabs button,.admin-nav button{border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--muted);padding:13px 14px;font-weight:500}
.section-tabs button.active,.admin-nav button.active{color:var(--green);border-bottom-color:var(--green);font-weight:600}
.section-tabs button span,.admin-nav button span{display:inline-grid;place-items:center;background:var(--grey-bg);color:var(--grey-ink);min-width:20px;height:19px;padding:0 6px;border-radius:999px;font-size:11px;font-weight:700;margin-left:5px}
.section-tabs button.active span,.admin-nav button.active span{background:var(--green-soft);color:var(--green)}
.pilot-note{padding:13px 16px;border:1px solid #f2cd7c;border-radius:12px;background:var(--amber-bg);color:#704f08;font-size:14px}

/* Zustandspillen. flex:none, sonst zieht ein Spalten-Flex sie auf volle Breite. */
.status{display:inline-flex;align-items:center;flex:none;align-self:flex-start;white-space:nowrap;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700;background:var(--grey-bg);color:var(--grey-ink)}
.status.available{background:var(--green-soft);color:var(--green)}
.status.awaiting_group{background:var(--amber-bg);color:var(--amber-ink)}
.status.link_released{background:var(--blue-bg);color:var(--blue-ink)}
.status.joined{background:var(--green-soft);color:var(--green)}
.status.rejected{background:#fff1f0;color:var(--danger)}
.course-num{font-family:"IBM Plex Mono",ui-monospace,monospace;font-size:12px;font-weight:600;color:var(--green)}

/* Formulare */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}
.form-grid .consent,.form-grid button{grid-column:1/-1}
.form-grid button{justify-self:start}
label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}
label small{color:var(--muted);font-weight:400;font-size:12px}
input,select,textarea{width:100%;border:1px solid var(--line-2);border-radius:10px;background:var(--panel);padding:12px 13px;min-height:46px;color:var(--ink);outline:none}
textarea{min-height:80px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}
.consent{flex-direction:row;align-items:flex-start;gap:12px;font-weight:400;color:var(--muted);line-height:1.5;font-size:13px;background:var(--bg);border-radius:10px;padding:14px;cursor:pointer}
.consent input{width:20px;height:20px;min-height:20px;margin:2px 0 0;flex:none;accent-color:var(--green)}
.code-form{margin-top:20px;display:flex;flex-direction:column;gap:14px;max-width:280px}
.code-form input{font:600 24px "IBM Plex Mono",ui-monospace,monospace;letter-spacing:.22em;text-align:center}
.code-actions{display:flex;gap:10px}

/* Nachweis hochladen */
.upload-panel .guide{margin:16px 0 4px;border:1px solid var(--line);border-radius:12px;background:#fbfcfb;overflow:hidden}
.upload-panel .guide summary{padding:14px 16px;cursor:pointer;font-size:14px;font-weight:600;list-style:none;display:flex;align-items:center;gap:8px;min-height:44px}
.upload-panel .guide summary::-webkit-details-marker{display:none}
.upload-panel .guide summary::before{content:"+";color:var(--green);font-weight:700;font-size:16px}
.upload-panel .guide[open] summary::before{content:"–"}
.guide-steps{list-style:none;margin:0;padding:0 16px 16px;display:flex;flex-direction:column;gap:16px}
.guide-steps li{display:flex;gap:12px;align-items:flex-start}
.guide-steps li>span{width:24px;height:24px;border-radius:50%;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-size:12px;font-weight:700;flex:none}
.guide-steps li>div{display:flex;flex-direction:column;gap:10px;min-width:0}
.guide-steps p{margin:0;font-size:13px;color:var(--muted);line-height:1.55;padding-top:3px}
.guide-steps figure{margin:0;width:100%;max-width:430px}
.guide-steps svg{display:block;width:100%;height:auto}
.upload-box{display:grid;grid-template-columns:230px 1fr auto;align-items:end;gap:15px;margin-top:18px}
.file-drop{min-height:92px;border:1.5px dashed #aebbb4;border-radius:12px;padding:16px;justify-content:center;align-items:center;text-align:center;position:relative;background:#fbfcfb;gap:5px;cursor:pointer}
.file-drop input{position:absolute;inset:0;opacity:0;cursor:pointer;min-height:0}
.file-drop b{font-size:15px}
.inline-error{margin-top:16px;color:var(--danger);background:#fff1f0;border-radius:10px;padding:13px;font-size:14px}

/* Warten */
.pending-panel{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.pending-panel h2{margin:0}
.pending-panel p{margin:0}
.pending-panel small{color:var(--muted);font-size:12px}
.pending-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--amber-bg)}
.pending-icon span{width:20px;height:20px;border:3px solid #ddc064;border-top-color:var(--green);border-radius:50%;animation:pending-spin 1.1s linear infinite}
@keyframes pending-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.pending-icon span{animation:none;border-top-color:#ddc064}}
.next-panel>b{font-size:14px;display:block;margin-bottom:14px}
.next-panel ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.next-panel li{display:flex;gap:10px;align-items:flex-start}
.next-panel li>span{color:var(--green);font-weight:700;line-height:1.4}
.next-panel li div{display:flex;flex-direction:column}
.next-panel li b{font-size:14px;font-weight:600}
.next-panel li small{font-size:12px;color:var(--muted)}

/* Kurse: Zeilen statt 260 px hoher Karten */
.course-section{display:flex;flex-direction:column;gap:14px}
.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap}
.section-head h2{margin:0;font-size:20px;font-weight:600;letter-spacing:-.015em}
.section-head span{font-size:13px;color:var(--muted)}
.course-list{display:flex;flex-direction:column;gap:10px}
.course-row{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main status" "text text" "action action";gap:10px 16px;align-items:start}
.course-main{grid-area:main;display:flex;flex-direction:column;gap:5px;min-width:0}
.course-main b{font-size:15px;font-weight:600;line-height:1.3}
.course-row>.status{grid-area:status}
.course-row p{grid-area:text;margin:0;font-size:13px;color:var(--muted);line-height:1.5}
.course-row button{grid-area:action;justify-self:start}
.course-row.joined{background:#fbfdfb}

/* Hinweise */
.notification-list{display:flex;flex-direction:column;gap:10px}
.notification{display:flex;justify-content:space-between;gap:18px;padding:15px 16px;border:1px solid var(--line);border-radius:12px}
.notification.unread{border-left:3px solid var(--green);background:#fbfdfb}
.notification b{font-size:14px}
.notification p{margin:4px 0 0;font-size:13px;color:var(--muted);line-height:1.5}
.notification time{white-space:nowrap;color:var(--muted);font-size:11px}

/* Adminbereich */
.admin-area{display:flex;flex-direction:column;gap:20px}
.admin-split{display:grid;grid-template-columns:270px minmax(0,1fr);gap:18px;align-items:start}
.queue{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:14px;height:max-content}
.queue h2{font-size:15px;margin:6px 8px 12px;display:flex;justify-content:space-between}
.queue h2 span{color:var(--green)}
.queue>button{display:flex;width:100%;text-align:left;flex-direction:column;align-items:flex-start;gap:3px;border:0;border-radius:10px;margin-bottom:3px;padding:11px 12px}
.queue>button b{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.queue>button small{color:var(--muted);font-size:11px;font-weight:400}
.queue>button.active{background:var(--green-soft);color:var(--green)}
.review{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}
.review-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid var(--line)}
.review-head div{display:flex;flex-direction:column;gap:3px;min-width:0}
.review-head b{font-size:16px}
.review-head small{font-size:12px;color:var(--muted)}
.review-body{display:grid;grid-template-columns:minmax(0,1fr) 340px}
.proof-preview{background:#252827;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:420px;overflow:auto}
.proof-preview img{max-width:100%;max-height:640px;background:#fff;border-radius:6px}
.proof-preview iframe{width:100%;height:620px;border:0;background:#fff;border-radius:6px}
.proof-preview>span{color:#fff;font-size:13px}
.proof-preview a{color:#bfe6d0;font-size:12px}
.course-picker{padding:20px;display:flex;flex-direction:column;gap:12px;border-left:1px solid var(--line)}
.suggestions{border:1px solid var(--line);border-radius:10px;max-height:220px;overflow:auto}
.suggestions button{display:block;border:0;border-radius:0;text-align:left;width:100%;font-weight:400;min-height:0;padding:10px 12px}
.suggestions button:hover{background:var(--green-soft)}
.selected-courses{display:flex;flex-direction:column;gap:6px}
.selected-courses button{display:flex;justify-content:flex-start;gap:8px;text-align:left;background:var(--green-soft);border-color:transparent;min-height:0;padding:10px 12px;font-weight:400;font-size:13px}
.selected-courses button b{font-family:"IBM Plex Mono",ui-monospace,monospace;font-size:12px;color:var(--green)}
.selected-courses button span{margin-left:auto;color:var(--muted)}
.review-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-top:1px solid var(--line);background:#fbfcfb}
.review-foot>span{font-size:13px;color:var(--muted)}
.review-foot div{display:flex;gap:10px}
.reject-form{margin:0;padding:16px 20px;background:#fff7f6;border-top:1px solid #f0b9b5}
.reject-form label span{color:var(--danger);font-size:13px}
.reject-form textarea,.reject-form input{border-color:#d8a6a2}
.reject-form>div{display:flex;gap:8px;margin-top:10px}

/* Gruppe im Voraus anlegen */
.new-group{display:flex;flex-direction:column;gap:12px;padding:18px;margin-bottom:18px;border:1px dashed #aebbb4;border-radius:12px;background:#fbfcfb}
.new-group>div:first-child{display:flex;flex-direction:column;gap:4px}
.new-group small{color:var(--muted);line-height:1.45;font-size:12px}
.new-group button.primary{align-self:flex-start}
.new-group .picked{margin:0;color:var(--green);font-size:14px}

/* Gruppenliste */
.group-rows{display:flex;flex-direction:column;gap:8px}
.group-rows article{display:grid;grid-template-columns:minmax(0,1fr) 150px 90px 300px;gap:16px;align-items:center;padding:13px 0;border-top:1px solid var(--line)}
.group-rows article:first-child{border-top:0}
.group-id{display:flex;flex-direction:column;gap:3px;min-width:0}
.group-id b{font-size:14px;font-weight:600}
.group-id small{font-size:11px;color:var(--muted)}
.group-waiting{font-size:13px;color:var(--muted)}
.group-rows form{display:flex;gap:8px}
.group-rows form input{font-size:13px;min-height:44px}
.group-rows form button{flex:none}

/* Beitritte: die Nummer ist die Arbeit, also steht sie gross */
.join-row{display:grid;grid-template-columns:minmax(0,1fr) 210px auto;gap:20px;align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px}
.join-course{display:flex;flex-direction:column;gap:5px;min-width:0}
.join-course b{font-size:15px;font-weight:600}
.join-course small{font-size:12px;color:var(--muted)}
.join-phone{display:flex;flex-direction:column;gap:3px}
.join-phone small{font-size:11px;color:var(--muted);font-weight:600;letter-spacing:.03em;text-transform:uppercase}
.join-phone strong{font-family:"IBM Plex Mono",ui-monospace,monospace;font-size:15px;font-weight:600}
.join-actions{display:flex;gap:9px}
.join-row .reject-form{grid-column:1/-1;margin-top:12px;border:1px solid #f0b9b5;border-radius:12px}
.join-hint{margin:6px 0 0;background:var(--green-soft);border-radius:12px;padding:15px 17px;font-size:13px;color:#0a5c36;line-height:1.55}
.admin-list{display:flex;flex-direction:column;gap:10px}

.sb-toast{position:fixed;right:20px;top:86px;z-index:60;background:#17211c;color:#fff;border-radius:11px;padding:12px 17px;box-shadow:var(--shadow);max-width:420px;font-size:14px}
footer{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:12px;padding:20px;border-top:1px solid var(--line);background:var(--panel);margin-top:auto}

/* Datenschutzseite */
.prose{max-width:760px;margin:0 auto}
.prose h1{font-family:"IBM Plex Sans Local",ui-sans-serif,sans-serif;font-size:30px;letter-spacing:-.03em;margin:8px 0 14px}
.prose h2{font-size:17px;margin:26px 0 6px}
.prose p{color:var(--muted);line-height:1.65;margin:0}

@media(max-width:980px){
  .entry{grid-template-columns:1fr;gap:32px}
  .entry-lead h1{max-width:none}
  .band-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-split{grid-template-columns:1fr}
  .queue{display:flex;overflow:auto;gap:6px}
  .queue h2{min-width:max-content}
  .queue>button{min-width:210px}
  .review-body{grid-template-columns:1fr}
  .course-picker{border-left:0;border-top:1px solid var(--line)}
  .upload-box{grid-template-columns:1fr}
  .group-rows article{grid-template-columns:1fr;gap:10px}
  .join-row{grid-template-columns:1fr;gap:12px}
  .join-actions{justify-content:flex-start}
}
@media(max-width:640px){
  .sb-topbar{padding:0 14px;gap:8px}
  .sb-brand small{display:none}
  .sb-lead{gap:8px}
  .sb-back{padding:0 11px}
  .sb-back-lbl{display:none}
  .sb-shell{padding:18px 14px 52px;gap:16px}
  .panel{padding:18px}
  .entry{padding-top:6px;gap:26px}
  .entry-lead{gap:16px}
  .entry-lead .lead{font-size:15px}
  .band-grid{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .code-form{max-width:none}
  .rail li small{font-size:10px}
  .notification{flex-direction:column;gap:6px}
  .sb-top-actions .quiet:first-of-type{display:none}
  .sb-toast{right:12px;left:12px;max-width:none}
}
.guide-link{display:inline-flex;align-items:center;min-height:44px;margin:0 16px 14px;padding:0 2px;font-size:13px;font-weight:600}

/* Nachbau der Compass-Oberflaeche fuer die Anleitung. Die Werte stammen aus der
   laufenden Seite, nicht aus der Erinnerung: Roboto, Ink #454545, Seitengrund
   #f6f6f9, HSG-Blau #1474b8, Knopf 36 px hoch mit 4 px Radius und 1.43 px
   Sperrung, Kopfzeile weiss mit 0.8 px Linie. Bewusst NICHT die Farben von
   StudyGroups -- das Bild soll aussehen wie die Seite, auf der man dann steht.
   Alles Persoenliche steht als grauer Balken: die Kurse, die Dozierenden, der
   Punktestand und das Profilbild sind hier nie eingezogen worden. */
.compass-shot{--cx:#454545;--cb:#1474b8;--cl:rgba(69,69,69,.25);
  font-family:Roboto,arial,sans-serif;color:var(--cx);background:#f6f6f9;
  border:1px solid var(--line);border-radius:8px;overflow:hidden;font-size:9px;line-height:1.3}
.compass-shot .cs-bar{background:#fff;border-bottom:.8px solid var(--cl);display:flex;align-items:center;gap:10px;padding:9px 12px}
.compass-shot .cs-logo{width:34px;height:12px;border-radius:2px;background:#0e7c3a}
.compass-shot .cs-nav{width:22px;height:8px;border-radius:2px;background:#e4e4e9;margin-left:auto}
.compass-shot .cs-nav+.cs-nav{margin-left:0}
.compass-shot .cs-avatar{width:14px;height:14px;border-radius:50%;background:#d5d5dc}
.compass-shot .cs-body{padding:12px}
.compass-shot .cs-h1{font-family:"Gill Sans MT","Gill Sans",Calibri,arial,sans-serif;font-weight:300;font-size:17px;margin-bottom:10px}
.compass-shot .cs-filters{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:12px}
.compass-shot .cs-filters i{height:16px;border-radius:3px;background:#ececf1}
.compass-shot .cs-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}
.compass-shot .cs-count{color:#6d6d75}
.compass-shot .cs-btn{border:.8px solid var(--cb);color:var(--cb);border-radius:4px;padding:0 10px;height:22px;display:inline-flex;align-items:center;letter-spacing:.09em;background:#fff;position:relative}
.compass-shot .cs-list i{display:block;height:15px;border-radius:3px;background:#fff;border:.8px solid var(--cl);margin-bottom:5px}
.compass-shot.dim{background:#dededf;padding:10px}
.compass-shot .cs-dialog{background:#fff;border-radius:5px;padding:12px;box-shadow:0 6px 18px rgba(0,0,0,.16)}
.compass-shot .cs-dh{font-family:"Gill Sans MT","Gill Sans",Calibri,arial,sans-serif;font-weight:300;font-size:15px;margin-bottom:9px}
.compass-shot .cs-th{display:grid;grid-template-columns:1fr 1.9fr 1.1fr .6fr;gap:8px;background:#f2f2f5;padding:5px 7px;color:#6d6d75;font-size:8px}
.compass-shot .cs-tr{display:grid;grid-template-columns:1fr 1.9fr 1.1fr .6fr;gap:8px;padding:6px 7px;border-bottom:.8px solid #edeef1}
.compass-shot .cs-tr i{height:7px;border-radius:2px;background:#e6e6ec}
.compass-shot .cs-df{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:11px}
.compass-shot .cs-ghost{border:.8px solid var(--cl);border-radius:4px;padding:0 10px;height:20px;display:inline-flex;align-items:center;color:#6d6d75}
.compass-shot .cs-link{color:var(--cb);display:inline-flex;align-items:center;gap:5px;position:relative}
.compass-shot .cs-link::before{content:"";width:8px;height:8px;border:1.2px solid var(--cb);border-top:0;border-left:0;transform:rotate(45deg) translate(-1px,-1px);flex:none}
/* Der Ring zeigt, was gemeint ist -- in Gruen, damit er nicht wie Teil von Compass wirkt. */
.compass-shot .cs-target::after{content:"";position:absolute;inset:-6px -8px;border:2px dashed var(--green);border-radius:8px;pointer-events:none}
@media(max-width:640px){.compass-shot{font-size:8px}.compass-shot .cs-h1{font-size:14px}}
