*,*::before,*::after{box-sizing:border-box}[hidden]{display:none !important}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#2b2c2e;background:linear-gradient(180deg, #f5f5f6 0%, #eceded 60%, #e4e5e6 100%);background-attachment:fixed;min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:clip}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.app{max-width:1080px;margin:0 auto;padding:clamp(16px,4vw,40px) clamp(16px,4vw,40px) 28px;padding-top:calc(env(safe-area-inset-top, 0px) + clamp(16px,4vw,40px));min-height:100vh;display:flex;flex-direction:column}.app__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:clamp(16px,3vw,28px)}.app__bayer{height:clamp(38px,5vw,48px);width:auto;display:block}.app__logo{height:clamp(34px,4.6vw,46px);width:auto;display:block}.layout{display:grid;gap:clamp(16px,3vw,28px);flex:1;grid-template-columns:minmax(0, 560px);justify-content:center;align-items:center}.layout.has-result{grid-template-columns:1fr 1fr;justify-content:stretch;align-items:stretch}.panel{background:#fff;border:1px solid #e2e2e4;border-radius:16px;padding:clamp(20px,3vw,34px);box-shadow:0 10px 30px rgba(20,22,24,.1);display:flex;flex-direction:column}.panel--input{position:relative}.deco-arrow{position:absolute;top:25px;left:0;transform:translateX(-70%);width:clamp(64px,7.4vw,104px);height:auto;pointer-events:none;user-select:none}.lead-title{margin:0 0 20px;font-size:clamp(1.25rem,2.6vw,1.7rem);font-style:italic;font-weight:800;color:#2b2c2e;letter-spacing:-0.01em;line-height:1.15}.lead-text{margin:0 0 34px;color:#54565a;font-size:1.02rem}.reg{font-size:.6em;vertical-align:super}.fn-sup{vertical-align:super;font-size:.7em;color:#8a8c90;white-space:nowrap}.fn-sup a{color:inherit;text-decoration:none}.field{display:flex;flex-direction:column}.field__label{font-size:.92rem;font-weight:600;color:#2b2c2e;margin-bottom:16px;line-height:1.6}.field__row{display:flex;align-items:center;gap:clamp(10px,1.6vw,18px)}.field__input{flex:0 0 50%;min-width:0;font-size:clamp(1.8rem,6vw,2.6rem);font-weight:800;color:#d2002e;padding:12px 18px;border:2px solid #e2e2e4;border-radius:12px;background:#f5f5f6;transition:border-color .15s,background .15s;width:100%}.field__input:focus{outline:none;border-color:#d2002e;background:#fff}.field__input.is-invalid{border-color:#d2002e;background:#fff5f6}.field__error{margin:8px 0 0;color:#d2002e;font-size:.85rem;font-weight:600}.layout--login{grid-template-columns:minmax(0, 420px);justify-content:center;align-items:center}.panel--login .lead-title{margin-bottom:22px}.field__input--auth{flex:none;font-size:1.05rem;font-weight:600;color:#2b2c2e;padding:13px 16px}.field__label--spaced{margin-top:16px}.btn--login{margin-top:24px}.btn{appearance:none;border:0;cursor:pointer;font-size:1.05rem;font-weight:700;padding:16px 20px;border-radius:12px;transition:transform .08s ease,background .18s}.btn:active{transform:translateY(1px)}.btn--primary{background:#d2002e;color:#fff;box-shadow:0 8px 20px rgba(210,0,46,.28)}.btn--primary:hover{background:#a4001f}.btn--image{flex:1 1 auto;padding:0;background:none;border-radius:0;line-height:0;transition:opacity .18s,transform .08s ease}.btn--image:hover{opacity:.88}.btn--image img{display:block;width:100%;max-width:260px;height:auto}.disclaimer--inline{margin:34px 0 0;font-size:.74rem;line-height:1.6;color:#8a8c90}.panel--result{gap:0}.panel--result.is-empty{display:none}.evidence{margin:0 0 18px;font-size:.8rem;line-height:1.15;color:#54565a;background:#f5f5f6;border:1px solid #e2e2e4;border-radius:12px;padding:12px 15px}.result__content{flex:1;display:flex;flex-direction:column}.result__leadin{margin:4px 0 12px;text-align:center;color:#54565a;font-size:.95rem}.viz{position:relative;flex:1;display:flex;align-items:center;justify-content:center;min-height:300px}.pictogram{display:grid;grid-template-columns:repeat(16, 1fr);gap:clamp(4px,.7vw,6px) clamp(2px,.4vw,3px);width:100%;max-width:390px}.picto-cell{aspect-ratio:13.1/23.9;display:flex;align-items:center;justify-content:center}.picto-cell svg{width:100%;height:100%;fill:none;stroke:#d9dadd;stroke-width:1.034;stroke-miterlimit:10;transition:fill .35s ease,stroke .35s ease}.picto-cell{opacity:0;transform:translateY(6px) scale(0.85)}.picto-cell.is-in{opacity:1;transform:none;transition:opacity .35s ease,transform .35s ease;transition-delay:calc(var(--i)*6ms)}.picto-cell.is-on svg{fill:#d2002e;stroke:#d2002e}.picto-cell.is-on{animation:pop .38s ease}@keyframes pop{0%{transform:scale(1)}45%{transform:scale(1.28)}100%{transform:scale(1)}}.badge{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:clamp(180px,52.8%,235px);aspect-ratio:1/1;border-radius:50%;background:#d2002e;box-shadow:0 12px 30px rgba(164,0,31,.4);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px}.panel--result:not(.is-empty) .badge{animation:badge-in .45s cubic-bezier(0.2, 0.9, 0.3, 1.2) both;animation-delay:.55s}@keyframes badge-in{0%{opacity:0;transform:translate(-50%, -50%) scale(0.5)}100%{opacity:1;transform:translate(-50%, -50%) scale(1)}}.badge__arrow{position:absolute;top:9%;right:9%;transform:translate(45%, -45%);width:70px;height:70px;border-radius:50%;background:#d2002e;border:4px solid #fff;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0,0,0,.3)}.badge__arrow svg{width:38px;height:38px;display:block}.badge__num{font-size:4.5rem;font-weight:800;line-height:1;margin:0 0 4px;letter-spacing:-0.02em;transform:translateX(-0.12em)}.badge__label{font-size:clamp(.66rem,1.5vw,1rem);font-weight:600;line-height:1.25;padding-left:20px;padding-right:20px}.app__footer{margin-top:clamp(20px,4vw,34px)}.refs{list-style:none;margin:0 0 8px;padding:0;max-width:900px}.refs li{font-size:.74rem;line-height:1.5;color:#8a8c90;margin-bottom:2px}.refs__num{vertical-align:super;font-size:.72em;color:#8a8c90;margin-right:.1em;font-variant-numeric:tabular-nums}.fn{color:inherit;text-decoration:none}.fn sup{color:#8a8c90}.abbr{margin:0 0 14px;font-size:.72rem;line-height:1.5;color:#8a8c90;max-width:900px}.pflicht{margin:0 0 18px;font-size:.62rem;line-height:1.45;color:#a6a8ab;text-align:justify;border-top:1px solid #e2e2e4;padding-top:12px}.footer-brand{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #e2e2e4;padding-top:16px;padding-bottom:env(safe-area-inset-bottom, 0px)}.footer-brand img{display:block;height:auto}.footer-brand img:first-child{height:30px;width:auto}.footer-brand img:last-child{height:26px;width:auto}@media(max-width: 820px){.layout,.layout.has-result{grid-template-columns:1fr;justify-content:stretch;align-items:start}.viz{min-height:340px}.deco-arrow{display:none}}@media(prefers-reduced-motion: reduce){.picto-cell,.picto-cell.is-in,.picto-cell.is-on,.badge{transition:none;animation:none;transform:none;opacity:1}.badge{transform:translate(-50%, -50%)}}
