:root{font:15px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#203044;background:#f3f6f9}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #8abaff;outline-offset:2px}.layout{display:grid;grid-template-columns:minmax(320px,400px) 1fr;min-height:100dvh;max-width:1700px;margin:auto;background:#fff}.side{padding:20px 18px 28px;overflow-y:auto;max-height:100dvh;border-right:1px solid #e2e8f0}.brand{display:flex;align-items:center;gap:10px}.logo{background:#ffd452;border-radius:13px;padding:10px;font-size:23px}.brand h1{font-size:23px;margin:0;letter-spacing:-.8px}.brand small,.muted{color:#66798e;font-size:12px}.intro{font-weight:800;font-size:23px;margin:20px 0 12px}.notice{font-size:12px;line-height:1.5;background:#eef7f0;border:1px solid #cfe4d4;border-radius:11px;padding:10px;margin:12px 0}.notice.warn{background:#fff6df;border-color:#edd9a4}.controls,.tabs,.chips,.actions{display:flex;gap:7px;flex-wrap:wrap}.controls{margin:12px 0}.btn,.tab,.chip{border:1px solid #dce4ec;background:#fff;color:#29425b;border-radius:10px;padding:10px 12px;font-weight:650}.btn.primary,.tab.active{background:#203e67;color:#fff;border-color:#203e67}.btn.secondary{background:#eef4fb}.btn:disabled{opacity:.55;cursor:not-allowed}.tab{flex:1}.chip{border-radius:20px;padding:7px 10px;font-size:12px}.chip.active{background:#fff0bc;border-color:#e7c45c}.search{width:100%;padding:12px;border:1px solid #d9e3ec;border-radius:11px;margin:10px 0}.filters{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0}.filters label,.form label{font-size:12px;color:#627285;display:grid;gap:4px}.filters select,.form input,.form select,.form textarea{padding:9px;border:1px solid #dce4eb;border-radius:9px;width:100%;background:#fff;color:#26394e}.check{display:flex!important;align-items:center;gap:6px!important}.check input{width:auto!important}.heading{display:flex;align-items:center;justify-content:space-between;margin:18px 0 9px}.heading strong{font-size:15px}.list{display:grid;gap:8px}.place{border:1px solid #e1e8f0;border-radius:12px;padding:12px;width:100%;text-align:left;background:#fff}.place:hover{border-color:#8db5dc}.place strong{display:block;margin-bottom:3px}.place small{color:#627489;font-size:12px;display:block;margin-top:4px}.badges{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px}.badge{background:#eaf1f7;border-radius:6px;padding:3px 6px;font-size:11px;color:#315470}.badge.good{background:#e7f5ea;color:#27623b}.mapwrap{position:relative;min-height:100dvh;background:#e5ede4}.map{height:100%;min-height:100dvh}.maptop{position:absolute;z-index:800;top:15px;left:15px;right:15px;display:flex;justify-content:space-between;gap:12px;pointer-events:none}.maptop>*{pointer-events:auto}.maptop .notice{margin:0;background:#fff;box-shadow:0 3px 18px #182b4020}.mapbottom{position:absolute;z-index:800;bottom:15px;right:15px;background:#fff;padding:7px 10px;border-radius:8px;font-size:11px;box-shadow:0 2px 12px #0002}.overlay{position:fixed;inset:0;background:#14243aa8;display:flex;align-items:center;justify-content:center;padding:14px;z-index:1500}.overlay.hidden{display:none}.modal{background:#fff;border-radius:15px;padding:22px;width:min(520px,100%);max-height:92dvh;overflow:auto}.modal header{display:flex;align-items:start;justify-content:space-between;gap:10px}.modal h2{margin:0 0 12px;font-size:21px}.modal p{font-size:13px;line-height:1.5;color:#54687a}.form{display:grid;gap:13px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:8px}.detail div{background:#f1f5f9;border-radius:9px;padding:10px;font-size:12px}.detail strong{display:block;margin-bottom:4px}.empty{border:1px dashed #cbd7e3;border-radius:10px;padding:14px;font-size:13px;color:#657789}.status{font-size:12px;color:#556d86;line-height:1.5;min-height:20px}.status.busy::before{content:"";display:inline-block;width:11px;height:11px;border:2px solid #a9b8c7;border-top-color:#203e67;border-radius:50%;margin-right:7px;vertical-align:-2px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.iconpin{display:block;border-radius:50%;background:#f6bb44;border:3px solid #fff;box-shadow:0 1px 7px #0006;width:20px;height:20px}.iconpin.wc{background:#3b88d2}.iconpin.mine{background:#48a883}.footer{margin-top:18px;font-size:11px;color:#61748b;line-height:1.5}.toast{position:fixed;z-index:1800;bottom:20px;left:50%;transform:translateX(-50%);background:#203e67;color:#fff;padding:12px 15px;border-radius:10px}.hidden{display:none!important}.speedline{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:9px;background:#f4f7fa;font-size:11px;color:#52677c}.search-here{display:none}.search-here.visible{display:inline-flex}.leaflet-container{font:inherit}.leaflet-control-attribution{font-size:10px!important}
@media(max-width:850px){.layout{display:flex;flex-direction:column}.side{max-height:none;overflow:visible;order:2;padding:15px 15px 35px}.mapwrap{order:1;min-height:48dvh;height:48dvh}.map{min-height:48dvh;height:48dvh}.intro{font-size:21px;margin:13px 0}.maptop{left:10px;right:10px;top:8px}.maptop .notice{max-width:78%;font-size:11px}.mapbottom{bottom:8px;right:8px}.modal{padding:17px}.brand{margin-top:4px}.filters{grid-template-columns:1fr 1fr}}
.brandrow{display:flex;align-items:center;justify-content:space-between;gap:10px}.profilebtn{width:42px;height:42px;border-radius:50%;border:0;background:#203e67;color:#fff;font-weight:800;cursor:pointer}.badge.community{background:#f2e9ff;color:#6e3ba5}.badge.statusbadge{background:#f7f2e7;color:#704d12}.currentstatus,.communitynote{margin:12px 0;padding:11px 12px;border-radius:10px;background:#f5f8fb;font-size:13px;line-height:1.45}.communitynote{background:#fff7df;border:1px solid #ecd89f}.sectiontitle{font-weight:800;margin:18px 0 9px;color:#243b55}.quickstatus{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:12px}.btn.mini{padding:8px 9px;font-size:12px}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.formsection{padding-top:4px;color:#243b55}.authgate{z-index:2500;background:linear-gradient(135deg,#203e67ed,#172b44ef)}.authcard{width:min(440px,100%)}.authbrand{display:flex;align-items:center;gap:12px;margin-bottom:18px}.authbrand h2{margin:0}.authbrand p{margin:3px 0 0;color:#6a7988;font-size:13px}.authswitch{display:grid;grid-template-columns:1fr 1fr;background:#edf2f7;padding:4px;border-radius:11px;margin-bottom:16px}.authmode{border:0;background:transparent;padding:10px;border-radius:8px;font-weight:700;color:#5c6f82}.authmode.active{background:#fff;color:#203e67;box-shadow:0 1px 6px #0001}
@media(max-width:560px){.formgrid{grid-template-columns:1fr}.quickstatus .btn{flex:1 1 45%}.detail{grid-template-columns:1fr}.authcard{padding:18px}}


/* Registrierung: Verfügbarkeit des Benutzernamens */
.username-status{display:block;min-height:18px;margin-top:6px;font-size:13px;line-height:18px;color:#6b7f96}
.username-status.ok{color:#18794e}
.username-status.error{color:#b42318}
.username-status.checking{color:#667085}

/* RastOK v0.7: Maskottchen und Auth-Helfer */
.logo.mascot-logo{padding:0;width:48px;height:48px;display:grid;place-items:center;overflow:hidden;background:#eef8f5;border:1px solid #d7eee7}
.logo.mascot-logo img{width:48px;height:48px;object-fit:contain;display:block}
.authmascot{text-align:center;margin:-8px 0 4px;min-height:116px}
.authmascot img{width:132px;height:132px;object-fit:contain;filter:drop-shadow(0 10px 16px #0f27451f)}
.authaux{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:-3px}
.linkbtn{border:0;background:transparent;color:#285887;padding:3px 0;font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:2px}
.linkbtn:hover{color:#173d66}
.empty.with-mascot{text-align:center;padding:18px 14px}
.empty.with-mascot img{width:92px;height:92px;object-fit:contain;display:block;margin:0 auto 5px}
.recovery-note{font-size:12px;color:#66798e;line-height:1.45;margin:-4px 0 4px}
@media(max-width:560px){.authmascot img{width:112px;height:112px}.authmascot{min-height:98px}.authaux{display:grid;grid-template-columns:1fr}.linkbtn{text-align:left}}
/* RastOK v0.7.1: Passwort anzeigen/verbergen */
.password-field{position:relative;display:flex;align-items:center}
.password-field input{padding-right:92px!important}
.password-toggle{position:absolute;right:5px;top:50%;transform:translateY(-50%);border:0;background:#eef4fb;color:#203e67;border-radius:7px;padding:6px 9px;font-size:11px;font-weight:800;line-height:1}
.password-toggle:hover{background:#e1ebf5}
.password-toggle:focus-visible{outline:3px solid #8abaff;outline-offset:1px}

