:root{--green-900:#14351f;--green-700:#1e5631;--green-500:#2e8b57;--green-300:#7fc99b;--green-100:#e6f4ec;--accent:#35c26b;--accent-orange:#f5872e;--ink:#1b2420;--muted:#5c6b62;--card:#ffffff;--bg:#f4f8f5;--border:#d8e5dc}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);min-height:100vh}.site-header{background:var(--green-900);color:#fff;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.site-header .logo{font-weight:700;font-size:1.15rem;letter-spacing:.3px;color:inherit;text-decoration:none}.site-header .logo span{color:var(--accent)}.site-header nav{display:flex;gap:22px;font-size:.95rem}.site-header nav a{color:#cfe5d6;text-decoration:none;padding:4px 2px}.site-header nav a.active{color:#fff;border-bottom:2px solid var(--accent)}.site-header nav a:hover{color:#fff}.hero{text-align:center;padding:34px 20px 6px}.hero h1{font-size:2rem;color:var(--green-900)}.hero p{color:var(--muted);margin-top:8px;max-width:640px;margin-inline:auto}.layout{display:grid;grid-template-columns:minmax(320px,420px) 1fr;grid-gap:28px;gap:28px;max-width:1200px;margin:24px auto 60px;padding:0 24px;align-items:start}@media (max-width:900px){.layout{grid-template-columns:1fr}}.form-card,.map-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:26px;box-shadow:0 4px 18px rgba(20,53,31,.06);position:relative}.form-card h2,.map-card h2{font-size:1.25rem;color:var(--green-900)}.form-card .sub{font-size:.88rem;color:var(--muted);margin:4px 0 18px}.field{margin-bottom:14px}.row2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}label{display:block;font-size:.84rem;font-weight:600;margin-bottom:5px;color:var(--green-700)}input,select,textarea{width:100%;padding:10px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;background:#fff;color:var(--ink);transition:border-color .15s}textarea{font-family:inherit;resize:vertical;min-height:74px;line-height:1.45}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--green-500)}.skills{border:1.5px solid var(--border);border-radius:10px;padding:10px 14px 12px;margin-bottom:14px}.skills legend{padding:0 6px;font-size:.84rem;font-weight:600;color:var(--green-700)}.check{display:flex;gap:9px;align-items:flex-start;margin:9px 0;font-size:.9rem;font-weight:400;color:var(--ink);cursor:pointer}.check input{width:auto;margin:2px 0 0;cursor:pointer}.skills-comment{margin-top:10px}.consent{display:flex;gap:9px;align-items:flex-start;margin:14px 0 18px}.consent input{width:auto;margin-top:2px}.consent label{font-weight:400;color:var(--muted);font-size:.8rem}button.submit{width:100%;background:var(--green-700);color:#fff;font-size:1rem;font-weight:600;padding:13px;border:none;border-radius:9px;cursor:pointer;transition:background .15s,transform .1s}button.submit:hover{background:var(--green-500)}button.submit:active{transform:scale(.98)}button.submit:disabled{opacity:.6;cursor:wait}.success{background:var(--green-100);border:1px solid var(--green-300);color:var(--green-700);border-radius:9px;padding:12px 14px;font-size:.9rem;margin-top:14px}.error{color:#b3341f;font-size:.85rem;margin-top:12px}.map-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;flex-wrap:wrap;gap:6px}.total{font-size:.95rem;color:var(--muted)}.total b{color:var(--green-700);font-size:1.3rem}svg.dkmap{width:100%;height:auto;display:block}.kommune{stroke:#fff;stroke-width:1.2;cursor:pointer;transition:fill .3s}.kommune:hover{stroke:var(--green-900);stroke-width:1.8}.count-label{font-family:inherit;font-weight:700;paint-order:stroke;stroke-width:4px;pointer-events:none;text-anchor:middle;dominant-baseline:middle}.map-tooltip{position:absolute;background:var(--green-900);color:#fff;font-size:.8rem;padding:6px 10px;border-radius:7px;pointer-events:none;white-space:nowrap;z-index:10;line-height:1.35}.map-tooltip .mt-name{font-weight:700}.map-tooltip .mt-date{color:var(--accent);font-size:.74rem}.map-tooltip .mt-count{font-size:.74rem;opacity:.9}.legend{display:flex;gap:14px;align-items:center;margin-top:10px;font-size:.78rem;color:var(--muted);flex-wrap:wrap}.legend .sw{display:inline-block;width:14px;height:14px;border-radius:3px;margin-right:5px;vertical-align:-2px;border:1px solid var(--border)}.res-row{max-width:1200px;margin:26px auto 0;padding:0 24px}.res-row:last-of-type{padding-bottom:60px}.res-row>h2{font-size:1.2rem;color:var(--green-900);margin-bottom:12px}.res-row-viewport{position:relative}.res-track{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 2px 10px;scrollbar-width:none;-ms-overflow-style:none}.res-track::-webkit-scrollbar{display:none}.res-track>.res-card{flex:0 0 clamp(210px,44vw,264px);scroll-snap-align:start}.res-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border-radius:50%;border:none;background:rgba(20,53,31,.85);color:#fff;font-size:1.7rem;line-height:1;display:flex;align-items:center;justify-content:center;padding-bottom:3px;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.28);transition:background .15s,transform .15s,opacity .15s}.res-arrow:hover{background:var(--green-900)}.res-arrow.left{left:-8px}.res-arrow.right{right:-8px}.res-arrow[hidden]{display:none}@media (hover:none){.res-arrow{display:none}}.res-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .15s,box-shadow .15s}a.res-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(20,53,31,.14)}a.res-card:hover .res-thumb img{transform:scale(1.04)}a.res-card:hover .res-play{opacity:1;transform:scale(1.08)}.res-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;display:flex;align-items:center;justify-content:center}.res-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.res-icon{font-size:3rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.res-thumb.poster,.res-thumb.poster:before{background-size:cover;background-position:50%}.res-thumb.poster:before{content:"";position:absolute;inset:0;background-image:inherit;filter:blur(16px) brightness(.6);transform:scale(1.2)}.res-thumb.poster img{position:relative;width:auto;max-width:74%;height:100%;object-fit:contain;padding:10px 0;filter:drop-shadow(0 4px 14px rgba(0,0,0,.45))}.res-badge{position:absolute;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:5px;line-height:1.3}.res-badge.featured{left:8px;top:8px;background:var(--accent);color:var(--green-900)}.res-play{position:absolute;width:52px;height:52px;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;padding-left:4px;opacity:.85;transition:opacity .15s,transform .15s}.res-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:4px}.res-body h3{font-size:.95rem;color:var(--green-900);line-height:1.35}.res-tag{font-size:.75rem;color:var(--muted);font-weight:600}.res-body p{font-size:.82rem;color:var(--muted);line-height:1.45}.front-hero{padding:0}.hero-inner{display:grid;grid-template-columns:1fr minmax(260px,400px);align-items:center;grid-gap:clamp(16px,3vw,40px);gap:clamp(16px,3vw,40px);padding:0 clamp(20px,4vw,56px) 0 0}.hero-map{height:clamp(400px,80vh,840px);-webkit-mask-image:linear-gradient(180deg,#000 78%,transparent);mask-image:linear-gradient(180deg,#000 78%,transparent)}.hero-map-svg{width:100%;height:100%;display:block}.rk{stroke:#ffffff;stroke-width:.7}.rk-visited{fill:var(--green-500)}.rk-current{fill:var(--accent-orange)}.rk-tomorrow{fill:#f2b705}.rk-upcoming{fill:#2e8b57;opacity:.12}.rk-dot,.rk-ring{fill:var(--accent)}.rk-ring{transform-box:fill-box;transform-origin:center;animation:rk-ping 2.4s cubic-bezier(0,.5,.4,1) infinite}@keyframes rk-ping{0%{r:6;opacity:.55}70%{opacity:0}to{r:46;opacity:0}}@media (prefers-reduced-motion:reduce){.rk-ring{animation:none;opacity:0}}.hero-stats{align-self:center}.hero-stats-head{margin-bottom:18px}.hero-stats-now{font-size:.9rem;font-weight:500;color:var(--muted)}.hero-stats-now b{color:var(--accent-orange);font-weight:700}.hero-stats-tomorrow{font-size:.9rem;font-weight:500;color:#b5710a;margin-top:3px}.hero-stats-tomorrow b{color:#b5710a;font-weight:700}.hero-stats-list{display:flex;flex-direction:column;gap:22px}.hstat{display:flex;align-items:center;justify-content:space-between;gap:14px}.hstat-main{display:flex;flex-direction:column}.hstat-value{font-size:clamp(1.9rem,3vw,2.7rem);font-weight:750;color:var(--green-900);line-height:1.05;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hstat-label{font-size:.92rem;font-weight:600;color:var(--muted);margin-top:3px}.social-icons{display:flex;gap:8px;flex-shrink:0}.social-link{display:inline-flex;text-decoration:none}.social-ico{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#333;transition:transform .15s,filter .15s}.social-ico svg{width:16px;height:16px}.social-ico.social-youtube{background:#ff0000}.social-ico.social-instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-ico.social-tiktok{background:#010101}.social-link:hover .social-ico{transform:translateY(-1px);filter:brightness(1.08)}.social-disabled{cursor:default}.social-disabled .social-ico{opacity:.6}.front-message{max-width:760px;margin:8px auto 84px;padding:0 24px}.front-message p{color:var(--ink);line-height:1.75;font-size:1.02rem;margin-bottom:18px}.fm-headline{text-align:center;font-size:clamp(1.9rem,5vw,3rem);color:var(--green-900);letter-spacing:-.01em;margin:10px 0 24px}.fm-lead{font-size:clamp(1.2rem,2.6vw,1.5rem)!important;font-weight:650;line-height:1.4!important;margin-bottom:26px!important}.fm-lead,.fm-rot{text-align:center;color:var(--green-900)!important}.fm-rot{font-size:1.2rem!important;font-weight:600}.fm-em{font-weight:650;color:var(--green-900)!important}.rot-word{display:inline-block;font-weight:800;color:var(--accent-orange);transition:opacity .28s ease,transform .28s ease}.rot-word.out{opacity:0;transform:translateY(-6px)}.rot-word.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.rot-word{transition:none}}.isms{margin:28px 0;display:flex;flex-direction:column;gap:10px}.ism-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:12px;gap:12px;padding:12px 16px;border:1px solid var(--border);border-radius:10px;background:var(--card);font-size:.95rem}.ism-neg{text-align:right;color:#a24a4a;font-weight:600}.ism-pos{text-align:left;color:var(--green-700);font-weight:700}.ism-arrow{color:var(--muted)}.ism-row-key{border-color:var(--accent);background:#eafaf0}.front-message h3{text-align:center;font-size:clamp(1.3rem,3vw,1.7rem);color:var(--green-900);margin:44px 0 14px}.fm-slogan{text-align:center;font-size:clamp(1.3rem,3vw,1.7rem)!important;font-weight:750;color:var(--green-700)!important;line-height:1.3!important;margin:4px 0!important}.fm-slogan.first{margin-top:32px!important}.fm-cta{display:block;width:max-content;margin:36px auto 0;background:var(--green-700);color:#fff;text-decoration:none;font-weight:650;padding:13px 32px;border-radius:999px;transition:background .15s}.fm-cta:hover{background:var(--green-500)}@media (max-width:520px){.ism-row{grid-template-columns:1fr;gap:4px}.ism-neg,.ism-pos,.ism-row{text-align:center}.ism-arrow{transform:rotate(90deg)}}@media (max-width:860px){.hero-inner{grid-template-columns:1fr;gap:8px;padding:0}.hero-map{height:clamp(320px,52vh,480px)}.hero-stats{padding:4px 20px 8px}.hero-stats-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}}@media (max-width:460px){.hero-stats-list{grid-template-columns:1fr}}.login-wrap{display:flex;justify-content:center;padding:60px 20px}.login-card{width:100%;max-width:360px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:28px 24px;box-shadow:0 8px 24px rgba(20,53,31,.08)}.login-card h1{font-size:1.3rem;color:var(--green-900);margin-bottom:18px;text-align:center}.legal{max-width:760px;margin:40px auto 80px;padding:0 24px}.legal h1{font-size:clamp(1.8rem,4vw,2.4rem);color:var(--green-900);margin-bottom:6px}.legal-meta{color:var(--muted);font-size:.85rem;margin-bottom:26px}.legal h2{font-size:1.2rem;color:var(--green-900);margin:30px 0 10px}.legal p{color:var(--ink);line-height:1.7;margin-bottom:14px}.legal ul{margin:0 0 14px 1.25rem}.legal li{color:var(--ink);line-height:1.6;margin-bottom:6px}.consent a,.legal a{color:var(--green-700)}.consent a{text-decoration:underline}.site-footer{background:var(--green-900);color:#cfe5d6;margin-top:48px}.footer-inner{max-width:1200px;margin:0 auto;padding:34px 24px;display:flex;flex-wrap:wrap;gap:28px 48px;justify-content:space-between}.footer-logo{font-weight:700;font-size:1.05rem;color:#fff}.footer-logo span{color:var(--accent)}.footer-brand p{font-size:.85rem;margin-top:6px;color:#cfe5d6}.footer-nav{display:flex;flex-direction:column;gap:8px}.footer-nav a{color:#cfe5d6;text-decoration:none;font-size:.9rem}.footer-nav a:hover{color:#fff}.footer-contact{display:flex;flex-direction:column;gap:8px;font-size:.9rem}.footer-contact a{color:#cfe5d6;text-decoration:none}.footer-contact a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:14px;font-size:.8rem;color:#9fbfad}@media (max-width:600px){.footer-inner{flex-direction:column;gap:20px}}