@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;600&family=Outfit:wght@300;400;500;700&display=swap";html,body{margin:0;padding:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;background-color:#fffbeb}#meester-mout-root{--mm-primary: #F59E0B;--mm-primary-dark: #D97706;--mm-bg: #FFFBEB;--mm-text: #1E293B;--mm-text-light: #64748B;--mm-white: #ffffff;--mm-slate-900: #0F172A;--mm-danger: #EF4444;font-family:Outfit,sans-serif;color:var(--mm-text);line-height:1.5;text-align:left;box-sizing:border-box;isolation:isolate;width:100%;max-width:450px;height:100%;min-height:100vh;margin:0 auto;position:relative;background-color:var(--mm-bg);border-radius:24px;overflow-y:auto;border:4px solid var(--mm-slate-900);box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column}#meester-mout-root.mm-embedded{max-width:100%!important;height:100%!important;min-height:100%!important;max-height:100%!important;border:none!important;border-radius:0!important;box-shadow:none!important;margin:0!important;overflow-y:auto!important}#meester-mout-root *{box-sizing:border-box}#meester-mout-root h1,#meester-mout-root h2,#meester-mout-root h3{font-family:Fredoka,sans-serif;margin:0;font-weight:600;line-height:1.2}#meester-mout-root p{margin:0 0 1em}#meester-mout-root button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}#meester-mout-root .mm-title-xl{font-size:2.25rem;color:var(--mm-text);margin-bottom:.5rem}#meester-mout-root .mm-title-lg{font-size:1.5rem;color:var(--mm-text)}#meester-mout-root .mm-text-lead{font-size:1.125rem;color:var(--mm-text-light)}#meester-mout-root .mm-text-sm{font-size:.875rem}#meester-mout-root .mm-text-xs{font-size:.75rem}#meester-mout-root .mm-font-bold{font-weight:700}#meester-mout-root .mm-uppercase{text-transform:uppercase;letter-spacing:.05em}#meester-mout-root .mm-text-center{text-align:center}#meester-mout-root .mm-text-white{color:#fff}#meester-mout-root .mm-text-amber{color:var(--mm-primary-dark)}#meester-mout-root .mm-text-slate{color:var(--mm-slate-900)}#meester-mout-root .mm-w-full{width:100%}#meester-mout-root .mm-h-full{height:100%}#meester-mout-root .mm-flex-center{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100%;width:100%}#meester-mout-root .mm-flex-col{display:flex;flex-direction:column}#meester-mout-root .mm-flex-row{display:flex;align-items:center;gap:.5rem}#meester-mout-root .mm-flex-between{display:flex;justify-content:space-between;align-items:center}#meester-mout-root .mm-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}#meester-mout-root .mm-container{padding:1.5rem}#meester-mout-root .mm-scroll-container{height:100%;overflow-y:auto;padding-bottom:7rem;position:relative;-webkit-overflow-scrolling:touch}#meester-mout-root .mm-relative{position:relative}#meester-mout-root .mm-absolute{position:absolute}#meester-mout-root .mm-absolute-fill{position:absolute;top:0;right:0;bottom:0;left:0}#meester-mout-root .mm-hidden{display:none}#meester-mout-root .mm-block{display:block}#meester-mout-root .mm-btn-primary{background:linear-gradient(135deg,var(--mm-primary) 0%,var(--mm-primary-dark) 100%);color:#fff;font-weight:700;padding:1rem 1.5rem;border-radius:1rem;width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.125rem;transition:transform .1s;box-shadow:0 4px 6px -1px #0000001a}#meester-mout-root .mm-btn-primary:active{transform:scale(.98)}#meester-mout-root .mm-btn-secondary{background:#fff;color:var(--mm-text);border:1px solid #E2E8F0;font-weight:700;padding:1rem 1.5rem;border-radius:1rem;width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:transform .1s}#meester-mout-root .mm-btn-secondary:active{transform:scale(.98)}#meester-mout-root .mm-btn-dark{background-color:var(--mm-slate-900);color:#fff;font-weight:700;padding:1rem;border-radius:1rem;width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 15px -3px #0000001a}#meester-mout-root .mm-card{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #FEF3C7}#meester-mout-root .mm-passport{background-color:var(--mm-slate-900);color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a;position:relative;overflow:hidden}#meester-mout-root .mm-tag-card{background:#fff;padding:1.5rem;border-radius:.75rem;position:relative;border-left:8px solid var(--mm-danger);box-shadow:0 4px 6px -1px #0000001a;transform:rotate(1deg)}#meester-mout-root .mm-hero{position:relative;height:18rem;background-color:var(--mm-slate-900);border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a;z-index:0;flex-shrink:0}#meester-mout-root .mm-hero-content{position:absolute;bottom:2rem;left:1.5rem;right:1.5rem;color:#fff}#meester-mout-root .mm-badge{background-color:var(--mm-primary);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;text-transform:uppercase;display:inline-block}#meester-mout-root .mm-progress-bg{height:.5rem;background-color:#f1f5f9;border-radius:9999px;overflow:hidden;margin-top:.25rem}#meester-mout-root .mm-progress-fill{height:100%;border-radius:9999px}#meester-mout-root .mm-fill-amber{background-color:var(--mm-primary)}#meester-mout-root .mm-fill-yellow{background-color:#fbbf24}#meester-mout-root .mm-fill-slate{background-color:#475569}#meester-mout-root .mm-chip{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;border:1px solid #E2E8F0;background:#f8fafc;color:#475569;transition:all .2s;cursor:pointer}#meester-mout-root .mm-chip.active{background:var(--mm-primary);color:#fff;border-color:var(--mm-primary)}@keyframes mm-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes mm-shake{0%,to{transform:translate(0)}10%,90%{transform:translate(-5px)}20%,80%{transform:translate(5px)}}@keyframes mm-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes mm-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes mm-blink{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(.1)}}#meester-mout-root .mm-animate-float{animation:mm-float 4s ease-in-out infinite}#meester-mout-root .mm-animate-shake{animation:mm-shake .5s cubic-bezier(.36,.07,.19,.97) both}#meester-mout-root .mm-animate-pulse{animation:mm-pulse 2s cubic-bezier(.4,0,.6,1) infinite}#meester-mout-root .mm-animate-spin{animation:mm-spin 1s linear infinite}#meester-mout-root .mm-animate-blink{transform-origin:center;animation:mm-blink 4s infinite}#meester-mout-root .no-scrollbar::-webkit-scrollbar{display:none}#meester-mout-root .no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}#meester-mout-root .mm-camera-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:50;display:flex;flex-direction:column}#meester-mout-root .mm-camera-viewport{position:relative;flex:1;background-color:#000;overflow:hidden}#meester-mout-root .mm-camera-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}#meester-mout-root .mm-camera-controls{height:8rem;background-color:var(--mm-slate-900);display:flex;align-items:center;justify-content:space-around;padding-bottom:1rem}#meester-mout-root .mm-shutter{width:5rem;height:5rem;border-radius:50%;border:4px solid white;display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer}#meester-mout-root .mm-shutter:active{background-color:#fff3}#meester-mout-root .mm-shutter-inner{width:4rem;height:4rem;border-radius:50%;background-color:var(--mm-primary)}#meester-mout-root .mm-mascot-lg{width:12rem;height:12rem}#meester-mout-root .mm-mascot-md{width:6rem;height:6rem}#meester-mout-root .mm-mascot-sm{width:4rem;height:4rem}#meester-mout-root .mm-map-container{position:relative;width:100%;height:100%;background-color:#e0f2fe;border-radius:.75rem;overflow:hidden;border:2px solid #FEF3C7;box-shadow:inset 0 2px 4px #0000000f}#meester-mout-root .mm-glass-icon{color:var(--mm-primary-dark)}
