/* Plassen — clean Nordic, Inter, 8px grid */
*{box-sizing:border-box;}
html,body{margin:0;padding:0;height:100%;}
body{font-family:Inter,system-ui,sans-serif;background:#F6F7F8;color:#1A2126;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;}
a{color:#2A5972;text-decoration:none;}
a:hover{color:#1C3D52;text-decoration:underline;}
input[type=range]{accent-color:#2A5972;width:100%;}
::placeholder{color:#96A0A8;}
header.site{display:flex;align-items:center;gap:32px;height:64px;padding:0 24px;background:#fff;border-bottom:1px solid #E4E8EB;flex-shrink:0;}
.brand{display:flex;align-items:center;gap:8px;color:#1A2126;font-weight:700;font-size:17px;letter-spacing:-0.2px;}
.brand:hover{text-decoration:none;color:#1A2126;}
.brand .mark{width:24px;height:24px;border-radius:6px;background:#2A5972;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:800;}
nav.site{display:flex;gap:8px;height:100%;}
nav.site a{display:flex;align-items:center;padding:0 8px;border-bottom:2px solid transparent;color:#5B6770;font-weight:600;font-size:14px;}
nav.site a:hover{text-decoration:none;color:#1A2126;}
nav.site a.active{border-bottom-color:#2A5972;color:#1A2126;}
.spacer{flex:1;}
.langtoggle{display:flex;border:1px solid #D8DEE3;border-radius:8px;overflow:hidden;}
.langtoggle button{border:none;padding:6px 10px;font:600 12px Inter,sans-serif;cursor:pointer;background:#fff;color:#5B6770;}
.langtoggle button.active{background:#1A2126;color:#fff;}
.btn{background:#2A5972;color:#fff;border:none;border-radius:8px;padding:8px 16px;font:600 13px Inter,sans-serif;cursor:pointer;display:inline-block;}
.btn:hover{background:#1C3D52;color:#fff;text-decoration:none;}
.btn.dark{background:#1A2126;}
.btn.dark:hover{background:#000;}
.btn.big{padding:14px 24px;font-size:15px;border-radius:10px;}
.chip{border:1px solid #D8DEE3;background:#fff;color:#3A444C;border-radius:999px;padding:6px 12px;font:500 13px Inter,sans-serif;cursor:pointer;}
.chip.active{background:#1C3D52;border-color:#1C3D52;color:#fff;}
.card{background:#fff;border:1px solid #E4E8EB;border-radius:12px;}
.label{font-size:12px;font-weight:600;color:#5B6770;text-transform:uppercase;letter-spacing:0.4px;}
.muted{color:#5B6770;}
.photo{background:repeating-linear-gradient(45deg,#EEF1F4,#EEF1F4 10px,#E4E9EE 10px,#E4E9EE 20px);display:flex;align-items:center;justify-content:center;font:11px monospace;color:#8A949C;text-align:center;}
.badge{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block;}
.badge.type{background:#EEF3F6;color:#2A5972;}
.badge.ok{background:#E9F4EF;color:#2E7D5B;}
h1,h2,h3{margin:0;}
footer.site{padding:24px;text-align:center;color:#8A949C;font-size:12.5px;border-top:1px solid #E4E8EB;background:#fff;}
