:root{color-scheme:light;--swm-red:#ed0016;--swm-black:#080808;--swm-stone:#6f6259;--swm-line:#d8d3cf;font-family:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}
html,body{min-height:100%;margin:0}
body.swm-kasse-access{background:radial-gradient(circle at top,#3b3b3b 0,#171717 42%,#050505 100%);color:#111}
.swm-access-shell{display:grid;min-height:100vh;place-items:center;padding:22px}
.swm-access-card{width:min(100%,680px);overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:34px;background:#fff;box-shadow:0 25px 80px rgba(0,0,0,.48)}
.swm-access-brand{padding:42px 32px 36px;background:var(--swm-black);color:#fff;text-align:center}
.swm-access-brand img{width:132px;height:132px;padding:5px;background:#fff;object-fit:contain}
.swm-access-brand p{margin:26px 0 10px;color:#b5aba4;font-size:17px;font-weight:800;letter-spacing:.25em;text-transform:uppercase}
.swm-access-brand h1{margin:0;font-size:clamp(32px,7vw,52px);font-weight:950;letter-spacing:-.035em;text-transform:uppercase}
.swm-access-body{padding:44px 48px}
.swm-access-body h2{margin:0 0 14px;font-size:30px;font-weight:950}
.swm-access-body p{margin:0 0 28px;color:#5f5148;font-size:17px;line-height:1.65}
.swm-access-body form{display:grid;gap:11px}
.swm-access-body label{font-size:16px;font-weight:800}
.swm-access-body input[type=text],.swm-access-body input[type=password]{width:100%;height:54px;margin-bottom:8px;padding:0 16px;border:1px solid var(--swm-line);border-radius:12px;background:#fafafa;font-size:18px;outline:none;box-shadow:0 2px 5px rgba(0,0,0,.05)}
.swm-access-body input[type=text]:focus,.swm-access-body input[type=password]:focus{border-color:#222;box-shadow:0 0 0 3px rgba(0,0,0,.12)}
.swm-access-remember{display:flex;align-items:center;gap:9px;margin:4px 0 10px;color:#554b45;font-size:14px!important}
.swm-access-remember input{width:18px;height:18px;accent-color:var(--swm-red)}
.swm-access-body button,.swm-access-button{display:flex;width:100%;min-height:58px;align-items:center;justify-content:center;border:0;border-radius:12px;background:var(--swm-red);color:#fff;font-size:18px;font-weight:900;text-decoration:none;cursor:pointer}
.swm-access-body button:hover,.swm-access-button:hover{background:#ca0013;color:#fff}
.swm-access-message{margin:0 0 22px;padding:15px 17px;border-radius:12px;font-weight:700;line-height:1.45}
.swm-access-message.error{border:1px solid #ffc1c7;background:#fff0f2;color:#a60012}
.swm-access-message.success{border:1px solid #9ddfc8;background:#ecfff8;color:#087554}
.swm-access-card footer{display:flex;align-items:center;justify-content:center;gap:10px;padding:0 20px 30px;color:#756960;font-size:14px;font-weight:800}
.swm-access-card footer span{width:11px;height:11px;border-radius:50%;background:#10ba82}
@media(max-width:600px){.swm-access-shell{padding:0}.swm-access-card{min-height:100vh;border:0;border-radius:0}.swm-access-brand{padding:28px 18px 26px}.swm-access-brand img{width:96px;height:96px}.swm-access-brand p{margin-top:18px;font-size:12px}.swm-access-body{padding:32px 24px}.swm-access-body h2{font-size:26px}}
