@font-face{font-family:SKODA Next;src:url(/fonts/SKODANext-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:SKODA Next;src:url(/fonts/SKODANext-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SKODA Next;src:url(/fonts/SKODANext-Bold.ttf) format("truetype");font-weight:700;font-style:normal}:root{--bg-dark:#1a3b35;--blob-blue:#6cb4ee;--blob-pink:#ff69b4;--blob-orange:#e67e22;--blob-yellow:#e5b93c;--btn-green:#78faae;--btn-green-hover:#5ce095;--text-white:#fff;--text-gray:#9ca3af;--card-bg:#e8e8e8}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;min-height:100dvh;overflow-x:hidden;font-family:SKODA Next,system-ui,-apple-system,sans-serif;background:var(--bg-dark);color:var(--text-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;border:none;background:var(--btn-green);color:#1a1a1a;padding:18px 32px;border-radius:100px;font-size:1rem;font-weight:700;font-family:SKODA Next,system-ui,sans-serif;transition:all .2s ease;width:100%;max-width:280px}button:hover{background:var(--btn-green-hover)}button:active{transform:scale(.98)}button:disabled{background:#4a5a56;color:#7a8a86;cursor:not-allowed}button.link{background:transparent;color:var(--text-white);font-weight:400;text-decoration:underline;padding:8px;width:auto}button.link:hover{opacity:.8}a{color:var(--btn-green);text-decoration:underline}input[type=checkbox]{width:20px;height:20px;accent-color:var(--btn-green);cursor:pointer;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fade-in{animation:fadeIn .4s ease-out}.gdpr-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.gdpr-modal{background:#fff;color:#1a1a1a;border-radius:16px;max-width:340px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.gdpr-modal-header{padding:20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.gdpr-modal-header h2{font-size:1.25rem;font-weight:700}.gdpr-modal-close{background:none!important;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:auto!important;padding:0!important}.gdpr-modal-body{padding:20px;overflow-y:auto;font-size:.875rem;line-height:1.6;color:#333}.gdpr-modal-body p{margin-bottom:1rem}