*,:after,:before{box-sizing:border-box;margin:0;padding:0}[role=button],a,button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}body,html{height:100%;width:100%;overflow:hidden}body{font-family:Inter,sans-serif;background:#f9f6f8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--tv-splash-bg:#f9f6f8;--tv-line-color:#a4a5a8;--tv-login-bg:#fffeff;--tv-login-btn:#dda705;--tv-icon-color:#2b6c6c;--tv-primary:#2b6c6c;--tv-primary-dark:#1e4e4e;--tv-primary-light:#3a8a8a;--tv-gold:#dda705;--tv-gold-dark:#b88a04;--tv-white:#ffffff;--tv-near-white:#fffeff;--tv-light-grey:#f0eeef;--tv-bg:#f5f3f4;--tv-text:#1a1a1a;--tv-text-secondary:#555555;--tv-text-muted:#999999;--tv-border:#e0dada;--tv-error:#c0392b;--tv-divider:#a4a5a8}#taibvx-app{position:fixed;inset:0;align-items:center;justify-content:center}#taibvx-app,.tv-frame{width:100%;height:100%;display:flex;background:var(--tv-splash-bg)}.tv-frame{position:relative;max-width:430px;max-height:100dvh;overflow:hidden;box-shadow:0 0 60px rgba(0,0,0,.18);flex-direction:column}.tv-screen{position:absolute;inset:0;opacity:0;pointer-events:none;transform:translateX(40px);transition:opacity .32s ease,transform .32s ease;overflow:hidden}.tv-screen.active{opacity:1;pointer-events:all;transform:translateX(0)}.tv-splash{position:absolute;inset:0;background:#f9f6f8;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:50;overflow:hidden}.tv-splash-line-wrap{display:flex;align-items:center;justify-content:flex-start;width:160px;position:relative}.tv-splash-line{height:2px;background:#cf9c87;border-radius:2px;width:0;animation:tv-line-sweep 2.4s cubic-bezier(.4,0,.6,1) infinite}@keyframes tv-line-sweep{0%{width:0;opacity:0}8%{opacity:1}25%{width:80px;opacity:1}50%{width:160px;opacity:1}75%{width:80px;opacity:1}92%{opacity:1}to{width:0;opacity:0}}.tv-offer-screen{width:100%;height:100%;flex-direction:column}.tv-offer-header,.tv-offer-screen{display:flex;background:#fffeff;position:relative}.tv-offer-header{align-items:center;padding:max(14px,env(safe-area-inset-top,14px)) 16px 12px;border-bottom:1.5px solid #a4a5a8;flex-shrink:0;gap:10px;z-index:2}.tv-offer-header-menu{width:36px;height:36px;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:4px;flex-shrink:0}.tv-offer-header-menu span{display:block;width:22px;height:2px;background:#2b6c6c;border-radius:2px}.tv-offer-header-logo{height:36px;width:auto;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.tv-offer-body{flex:1 1;position:relative;overflow:hidden}.tv-offer-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.tv-offer-close{position:absolute;top:12px;right:12px;z-index:5;width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.45);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:16px;font-weight:700;transition:background .15s;line-height:1}.tv-offer-close:hover{background:rgba(0,0,0,.65)}.tv-login-screen{width:100%;height:100%;flex-direction:column;align-items:stretch;overflow:hidden}.tv-login-header,.tv-login-screen{display:flex;background:#fffeff;position:relative}.tv-login-header{align-items:center;padding:max(14px,env(safe-area-inset-top,14px)) 16px 12px;border-bottom:1.5px solid #a4a5a8;flex-shrink:0;gap:10px;z-index:2}.tv-login-header-menu{width:36px;height:36px;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:4px;flex-shrink:0}.tv-login-header-menu span{display:block;width:22px;height:2px;background:#2b6c6c;border-radius:2px}.tv-login-header-logo{height:36px;width:auto;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.tv-login-body{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:32px 28px 0;position:relative;z-index:1}.tv-login-logo{width:clamp(140px,55vw,200px);height:auto;object-fit:contain;margin-bottom:32px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.tv-login-form{gap:4px}.tv-field,.tv-login-form{width:100%;display:flex;flex-direction:column}.tv-field{margin-bottom:20px}.tv-field-label{font-size:13px;font-weight:500;color:#318588;margin-bottom:6px;letter-spacing:.1px}.tv-field-input-wrap{position:relative;display:flex;align-items:center;border-bottom:1.5px solid #a4a5a8;transition:border-color .18s}.tv-field-input-wrap:focus-within{border-bottom-color:#318588}.tv-field-input{width:100%;height:44px;background:transparent;border:none;outline:none;font-size:15px;font-weight:400;font-family:Inter,sans-serif;color:#1a1a1a;caret-color:#2b6c6c;padding:0 36px 0 0}.tv-field-input::placeholder{color:#bbbbbb}.tv-eye-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#999999;display:flex;align-items:center;padding:4px}.tv-eye-btn:hover{color:#2b6c6c}.tv-login-btn{width:60%;height:50px;border-radius:2px;border:none;cursor:pointer;background:#dda705;color:#ffffff;font-size:16px;font-weight:700;font-family:Inter,sans-serif;letter-spacing:.3px;align-self:center;margin-top:8px;margin-bottom:20px;transition:opacity .18s,transform .1s}.tv-login-btn:hover{opacity:.92}.tv-login-btn:active{transform:scale(.98)}.tv-forgot-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px}.tv-forgot-link{font-size:13px;font-weight:500;color:#2b6c6c;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;text-decoration:none}.tv-forgot-sep{font-size:13px;color:#cccccc}.tv-alt-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:24px}.tv-alt-label{font-size:13px;color:#888888;font-family:Inter,sans-serif}.tv-toggle{position:relative;width:42px;height:24px;cursor:pointer}.tv-toggle input{opacity:0;width:0;height:0}.tv-toggle-track{position:absolute;inset:0;background:#d9d9d9;border-radius:24px;transition:background .2s}.tv-toggle input:checked~.tv-toggle-track{background:#2b6c6c}.tv-toggle-thumb{position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#ffffff;transition:transform .2s;box-shadow:0 1px 4px rgba(0,0,0,.2)}.tv-toggle input:checked~.tv-toggle-track .tv-toggle-thumb{transform:translateX(18px)}.tv-scan-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:28px}.tv-scan-icon{color:#2b6c6c}.tv-scan-label{font-size:13px;color:#555555;font-family:Inter,sans-serif}.tv-companies-img{width:100%;max-width:360px;height:auto;object-fit:contain;margin:0 auto 28px;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.tv-login-spacer{flex:1 1;min-height:8px}.tv-header-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#076ea7;animation:tv-progress-base 2.4s cubic-bezier(.4,0,.2,1) forwards;z-index:10;pointer-events:none;overflow:hidden}@keyframes tv-progress-base{0%{opacity:1}80%{opacity:1}to{opacity:0}}.tv-header-progress:after{content:"";position:absolute;top:0;bottom:0;left:50%;right:50%;background:#f28b5c;border-radius:2px;animation:tv-progress-wave 2.2s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes tv-progress-wave{0%{left:50%;right:50%;opacity:1}75%{left:0;right:0;opacity:1}90%{left:0;right:0;opacity:1}to{left:0;right:0;opacity:0}}.tv-otp-screen{width:100%;height:100%;flex-direction:column;overflow:hidden}.tv-otp-header,.tv-otp-screen{background:#fffeff;display:flex;position:relative}.tv-otp-header{justify-content:space-between;padding:max(14px,env(safe-area-inset-top,14px)) 16px 12px;border-bottom:1.5px solid #a4a5a8;z-index:2}.tv-otp-back-btn,.tv-otp-header{align-items:center;flex-shrink:0}.tv-otp-back-btn{width:36px;height:36px;background:none;border:none;cursor:pointer;display:flex;justify-content:center;color:#2b6c6c;padding:0}.tv-otp-header-logo{height:36px;width:auto;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.tv-otp-body{flex:1 1;overflow-y:auto;padding:36px 28px 24px;flex-direction:column}.tv-otp-body,.tv-otp-icon-wrap{display:flex;align-items:center}.tv-otp-icon-wrap{width:68px;height:68px;border-radius:50%;background:#edf5f5;justify-content:center;margin-bottom:20px}.tv-otp-title{font-size:21px;font-weight:800;color:#1a1a1a;margin-bottom:10px;line-height:1.3}.tv-otp-subtitle,.tv-otp-title{font-family:Inter,sans-serif;text-align:center}.tv-otp-subtitle{font-size:14px;color:#666666;line-height:1.6;margin-bottom:32px}.tv-otp-subtitle strong{color:#2b6c6c;font-weight:600}.tv-otp-input-wrap{width:100%;border:2px solid #a4a5a8;border-radius:12px;background:#fafafa;display:flex;align-items:center;padding:0;margin-bottom:12px;transition:border-color .18s;overflow:hidden}.tv-otp-input-wrap:focus-within{border-color:#318588;background:#f5fffe}.tv-otp-input-wrap.tv-otp-input-wrap--error{border-color:#c0392b;background:#fff5f5}.tv-otp-input{flex:1 1;height:56px;background:transparent;border:none;outline:none;font-size:20px;font-weight:700;font-family:Inter,sans-serif;color:#1a1a1a;caret-color:#2b6c6c;letter-spacing:normal;text-align:center;width:100%;direction:ltr;unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.tv-otp-input::placeholder{font-size:15px;font-weight:400;color:#bbbbbb;letter-spacing:0;text-align:center;opacity:1}.tv-otp-error{display:flex;align-items:center;gap:6px;color:#c0392b;font-weight:500;text-align:center;margin-bottom:16px;width:100%;justify-content:center}.tv-otp-error,.tv-otp-resend-btn{font-size:13px;font-family:Inter,sans-serif}.tv-otp-resend-btn{background:none;border:none;cursor:pointer;color:#2b6c6c;font-weight:600;margin-top:8px;margin-bottom:0;text-decoration:underline}.tv-otp-resend-btn:disabled{color:#aaaaaa;cursor:not-allowed;text-decoration:none}.tv-otp-spacer{flex:1 1;min-height:12px}.tv-otp-btn-wrap{width:100%;padding:12px 28px max(28px,env(safe-area-inset-bottom,28px));flex-shrink:0;background:#fffeff}.tv-otp-verify-btn{width:100%;height:52px;border-radius:26px;border:none;cursor:not-allowed;font-size:16px;font-weight:700;font-family:Inter,sans-serif;background:#d9d9d9;color:#999999;transition:background .18s,color .18s,transform .1s}.tv-otp-verify-btn--ready{background:#dda705;color:#ffffff;cursor:pointer}.tv-otp-verify-btn--ready:active{transform:scale(.98)}