@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box}:root{--green:#02509b;--dark:#000;--muted:#666;--card-bg:#fff;--full-height:100dvh}@supports not (height:100dvh){:root{--full-height:100vh}}html{height:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body,html{overflow:hidden}body{height:var(--full-height);margin:0;font-family:Space Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:#fff;color:var(--dark);font-size:14px;-webkit-overflow-scrolling:touch;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root,body{height:100%}#root{overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.mt-5{margin-top:20px}.ft-page{height:var(--full-height);min-height:0;overflow:hidden;display:flex;flex-direction:column}button,h1,h2,h3,h4,h5,h6,li,p,ul{font-family:Space Grotesk;margin:0;padding:0}.ft-container{height:var(--full-height);min-height:0;display:flex;align-items:center;justify-content:center;max-width:280px;margin:0 auto;overflow:hidden}.ft-card{width:100%;max-width:520px;text-align:center;flex-shrink:0}.ft-logo{display:flex;gap:12px;margin-bottom:16px}.ft-logo,.ft-logo .badge{align-items:center;justify-content:center}.ft-logo .badge{width:56px;height:56px;border-radius:50%;background:var(--green);display:inline-flex;color:#fff;font-weight:700}.ft-title{font-size:18px;font-weight:700;margin:6px 0 4px;font-family:Space Grotesk;text-align:center}.ft-sub{color:var(--dark);margin-bottom:12px;font-size:13px;font-weight:400;text-align:center}.ft-checks{list-style:none;padding:0;margin:24px 0 28px 15px;text-align:left}.ft-checks li{margin:8px 0;padding-left:22px;position:relative;font-weight:500;font-size:13px}.ft-checks li:before{content:"";width:8px;height:8px;background:var(--green);border-radius:50%;position:absolute;left:0;top:4px}.ft-start-btn{display:inline-block;width:100%;max-width:238px;color:#fff;padding:14px 20px;border-radius:4px;border:none;font-weight:700;font-size:14px;cursor:pointer;height:48px;flex-shrink:0;transition:background .2s ease,transform .15s ease}.ft-start-btn,.ft-start-btn:active,.ft-start-btn:focus,.ft-start-btn:hover{background:var(--green)}.ft-info{margin-top:16px;margin-bottom:0;background:#f5f5f5;border-radius:4px;padding:10px 13px;text-align:left}.ft-info h4{margin:0 0 8px;font-size:13px;display:flex;gap:8px}.ft-info h4,.ft-info-icon{font-weight:700;align-items:center}.ft-info-icon{display:inline-flex;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--dark);color:#fff;font-size:12px;font-style:normal;line-height:1;flex-shrink:0}.ft-info ul{margin:8px 0 0 12px;padding-left:20px;color:var(--dark);font-size:12px}.ft-info ul li{margin-bottom:3px;position:relative}.ft-info ul li:last-child{margin-bottom:0}.ft-muted{color:var(--muted)}.center{display:flex;align-items:center;justify-content:center}@media (min-width:520px){.ft-container{padding:15px;max-width:320px}.ft-title{font-size:20px;margin:8px 0 6px}.ft-sub{font-size:14px;margin-bottom:22px}.ft-checks{margin:40px 0 44px 15px}.ft-checks li{margin:12px 0;font-size:14px}}.blur{filter:brightness(.5);transition:filter .2s ease-out}.ft-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ft-modal{background:#fff;width:90%;max-width:280px;border-radius:9px;padding:40px;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.2);animation:slideUp .25s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ft-modal h3{font-size:14px;margin-bottom:25px;text-align:left}.ft-modal-permission-required{font-size:12px;color:#c00;margin:0 0 16px;text-align:left;line-height:1.4}.ft-modal-buttons{display:flex;justify-content:center;gap:11px}.ft-modal-buttons button{padding:8px 5px;border-radius:4px;border:none;font-size:14px;cursor:pointer;height:36px;font-weight:700;width:93px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:opacity .15s ease-out}.ft-modal-buttons button:disabled{opacity:.5;cursor:not-allowed}.allow,.deny{background:var(--green);color:#fff}.cd-title{font-size:18px;margin-bottom:16px;font-weight:800}@media (min-width:520px){.cd-title{font-size:20px;margin-bottom:25px}}.app-loader{position:fixed;inset:0;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999}.loader-content{text-align:center}.spinner{width:52px;height:52px;border:4px solid #e6e6e6;border-top:4px solid var(--green);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.loader-text{font-size:14px;font-weight:500;color:#444}@keyframes spin{to{transform:rotate(1turn)}}.vf-flow-content.with-video{align-items:start!important}.ft-stop-btn,.ft-stop-btn:active,.ft-stop-btn:focus,.ft-stop-btn:hover{background:#b21616!important;color:#fff!important}