*,: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:#5301a7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--dst-primary:#5301a7;--dst-primary-dark:#3d0080;--dst-primary-light:#7b2fce;--dst-green:#6abf4b;--dst-white:#ffffff;--dst-login-bg:#fefefe;--dst-text:#1a1a1a;--dst-text-secondary:#555555;--dst-text-muted:#999999;--dst-border:#e0e0e0;--dst-input-border:#c8b8e8;--dst-error:#cc0000;--dst-light-grey:#f2f2f2}#mydst-app{position:fixed;inset:0;align-items:center;justify-content:center}#mydst-app,.dst-frame{width:100%;height:100%;display:flex;background:var(--dst-primary)}.dst-frame{position:relative;max-width:430px;max-height:100dvh;overflow:hidden;box-shadow:0 0 60px rgba(0,0,0,.4);flex-direction:column}.dst-screen{position:absolute;inset:0;opacity:0;pointer-events:none;transform:translateX(40px);transition:opacity .32s ease,transform .32s ease;overflow:hidden}.dst-screen.active{opacity:1;pointer-events:all;transform:translateX(0)}.dst-splash{position:absolute;inset:0;background:var(--dst-primary);flex-direction:column;z-index:50}.dst-splash,.dst-splash-logo-wrap{display:flex;align-items:center;justify-content:center}.dst-splash-logo-wrap{flex-direction:row;gap:16px;animation:dst-logo-pop .65s cubic-bezier(.34,1.3,.64,1) both}.dst-splash-logo-img{width:200px;height:auto;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.dst-splash-tagline{position:absolute;bottom:max(48px,env(safe-area-inset-bottom,48px));font-size:17px;font-weight:700;color:rgba(255,255,255,.92);letter-spacing:.2px;animation:dst-tagline-fade .5s ease .5s both}.dst-splash-loading-row{display:flex;flex-direction:row;align-items:center;gap:0;margin-top:14px;animation:dst-tagline-fade .4s ease .3s both}.dst-splash-loading-text{font-size:14px;font-weight:400;font-style:italic;color:rgba(255,255,255,.8);letter-spacing:.2px}@keyframes dst-logo-pop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes dst-tagline-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dst-login-screen{position:absolute;top:max(56px,env(safe-area-inset-top,56px));left:0;right:0;bottom:0;background:var(--dst-login-bg);border-radius:28px 28px 0 0;display:flex;flex-direction:column;overflow:hidden}.dst-login-header{display:flex;flex-direction:row;align-items:center;gap:10px;padding:18px 20px 0;flex-shrink:0}.dst-login-header-logo{width:38px;height:38px;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.dst-login-header-tagline{font-size:15px;font-weight:700;color:var(--dst-primary);letter-spacing:.1px}.dst-login-title{font-size:30px;font-weight:800;color:var(--dst-primary);padding:10px 20px 0;flex-shrink:0;font-family:Inter,sans-serif}.dst-login-vshape-wrap{width:100%;flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-start;padding-top:16px;position:relative;z-index:0;pointer-events:none}.dst-login-vshape{width:clamp(52px,18vw,88px);height:auto;object-fit:contain;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.dst-login-form{width:100%;padding:24px 20px 0;display:flex;flex-direction:column;gap:18px;flex-shrink:0;position:relative;z-index:1}.dst-field-group{position:relative;padding-top:10px}.dst-field-label{position:absolute;left:16px;top:34px;transform:translateY(-50%);font-size:13px;font-weight:400;color:var(--dst-text-muted);transition:top .18s ease,font-size .18s ease,color .18s ease;pointer-events:none;z-index:2;background:transparent;white-space:nowrap}.dst-field-label--float{top:10px;transform:translateY(-50%);font-size:11px;font-weight:600;color:var(--dst-primary);background:var(--dst-login-bg);padding:0 4px;left:12px}.dst-field-wrap{position:relative;display:flex;align-items:center}.dst-input{width:100%;height:48px;border:1.5px solid #ddd6f0;border-radius:12px;background:transparent;color:var(--dst-text);font-size:14px;font-weight:400;font-family:Inter,sans-serif;padding:0 48px 0 16px;outline:none;transition:border-color .18s;caret-color:var(--dst-primary)}.dst-input::placeholder{color:transparent}.dst-input--active,.dst-input:focus{border-color:var(--dst-primary)}.dst-eye-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--dst-text-muted);display:flex;align-items:center;padding:4px}.dst-eye-btn:hover{color:var(--dst-text-secondary)}.dst-forgot-row{display:flex;justify-content:flex-end;padding:6px 20px 0;position:relative;z-index:1;flex-shrink:0}.dst-forgot-btn{background:none;border:none;cursor:pointer;font-size:13px;font-weight:700;color:var(--dst-primary);font-family:Inter,sans-serif}.dst-login-btn-wrap{padding:14px 20px 0;flex-shrink:0;position:relative;z-index:1}.dst-login-btn{width:100%;height:44px;border-radius:30px;border:none;cursor:pointer;font-size:15px;font-weight:600;font-family:Inter,sans-serif;background:#b8a0e0;color:#ffffff;transition:background .2s,transform .1s;letter-spacing:.3px}.dst-login-btn--active{background:var(--dst-primary)}.dst-login-btn:active{transform:scale(.98)}.dst-login-spacer{flex:1 1;min-height:0}.dst-login-actions{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 0 max(16px,env(safe-area-inset-bottom,16px));flex-shrink:0;background:var(--dst-login-bg);position:relative;z-index:1}.dst-login-actions-img{width:100%;max-width:430px;height:auto;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;display:block}.dst-loading-overlay{position:absolute;inset:0;z-index:40;background:var(--dst-login-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.dst-loading-gif{width:160px;height:160px;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dst-mpin-screen{width:100%;height:100%;background:var(--dst-login-bg);display:flex;flex-direction:column;overflow:hidden}.dst-mpin-header{background:var(--dst-primary);gap:12px;padding:max(18px,env(safe-area-inset-top,18px)) 16px 18px}.dst-mpin-back-btn,.dst-mpin-header{display:flex;align-items:center;flex-shrink:0}.dst-mpin-back-btn{width:36px;height:36px;background:rgba(255,255,255,.15);border:none;border-radius:50%;cursor:pointer;color:#ffffff;justify-content:center}.dst-mpin-header-title{font-size:17px;font-weight:700;color:#ffffff;letter-spacing:.1px;font-family:Inter,sans-serif}.dst-mpin-body{flex:1 1;display:flex;flex-direction:column;align-items:center;padding:36px 24px 20px;overflow-y:auto}.dst-mpin-title{font-size:22px;font-weight:800;color:var(--dst-text);margin-bottom:8px}.dst-mpin-subtitle,.dst-mpin-title{text-align:center;font-family:Inter,sans-serif}.dst-mpin-subtitle{font-size:14px;color:var(--dst-text-secondary);line-height:1.55;margin-bottom:36px}.dst-mpin-boxes{gap:12px;margin-bottom:24px}.dst-mpin-box,.dst-mpin-boxes{display:flex;justify-content:center}.dst-mpin-box{width:46px;height:52px;border-radius:10px;border:2px solid var(--dst-input-border);background:#f8f4ff;align-items:center;transition:border-color .15s,background .15s}.dst-mpin-box--filled{border-color:var(--dst-primary);background:#f0e8ff}.dst-mpin-box--filled+.dst-mpin-box{border-left-color:var(--dst-primary)}.dst-mpin-box--dot{width:14px;height:14px;border-radius:50%;background:var(--dst-primary)}.dst-numpad-wrap{flex-shrink:0;margin:0 16px;border:1px solid #ddd6f0;border-radius:14px;overflow:hidden;background:#ffffff}.dst-numpad{width:100%;display:grid;grid-template-columns:repeat(3,1fr);background:#ffffff}.dst-numpad-key{aspect-ratio:1/.65;min-height:52px;max-height:72px;background:#ffffff;border:1px solid #ede8f8;border-top:none;border-left:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:background .1s;font-family:Inter,sans-serif}.dst-numpad-key:nth-child(3n){border-right:none}.dst-numpad-key:nth-child(n+10){border-bottom:none}.dst-numpad-key:active{background:#f0e8ff}.dst-numpad-key--empty{background:#fafafa;cursor:default}.dst-numpad-key--empty:active{background:#fafafa}.dst-numpad-num{font-size:clamp(20px,5.5vw,26px);font-weight:400;color:var(--dst-text);line-height:1}.dst-numpad-alpha{font-size:clamp(8px,2vw,10px);font-weight:600;color:var(--dst-text-muted);letter-spacing:1px;text-transform:uppercase;line-height:1}.dst-mpin-continue-wrap{width:100%;padding:14px 16px max(20px,env(safe-area-inset-bottom,20px));background:var(--dst-login-bg);flex-shrink:0}.dst-mpin-continue-btn{width:100%;height:52px;border-radius:28px;border:none;cursor:pointer;font-size:16px;font-weight:700;font-family:Inter,sans-serif;background:#c8b8e8;color:#ffffff;transition:background .2s,transform .1s;pointer-events:none}.dst-mpin-continue-btn--active{background:var(--dst-primary);pointer-events:all;cursor:pointer}.dst-mpin-continue-btn--active:active{transform:scale(.98)}.dst-otp-screen{width:100%;height:100%;background:var(--dst-primary);display:flex;flex-direction:column;overflow:hidden}.dst-otp-header{gap:14px;padding:max(48px,env(safe-area-inset-top,48px)) 20px 18px}.dst-otp-back-btn,.dst-otp-header{display:flex;align-items:center;flex-shrink:0}.dst-otp-back-btn{width:36px;height:36px;background:transparent;border:2px solid rgba(255,255,255,.7);border-radius:50%;cursor:pointer;color:#ffffff;justify-content:center}.dst-otp-header-title{font-size:17px;font-weight:600;color:#ffffff;font-family:Inter,sans-serif;letter-spacing:.1px}.dst-otp-card{flex:1 1;background:var(--dst-login-bg);border-radius:28px 28px 0 0;display:flex;flex-direction:column;overflow:hidden;position:relative}.dst-otp-body{padding:28px 20px 0;flex-shrink:0}.dst-otp-title{font-size:22px;font-weight:800;color:var(--dst-primary);margin-bottom:10px;font-family:Inter,sans-serif;line-height:1.3}.dst-otp-subtitle{font-size:13.5px;color:var(--dst-text-secondary);line-height:1.6;font-family:Inter,sans-serif}.dst-otp-boxes{display:flex;gap:8px;justify-content:center;width:100%;padding:24px 20px 0;flex-shrink:0}.dst-otp-box{flex:1 1;min-width:0;aspect-ratio:1/1;border-radius:10px;border:none;background:#eeecf5;font-size:clamp(18px,5vw,24px);font-weight:700;color:var(--dst-text);text-align:center;outline:none;caret-color:var(--dst-primary);transition:background .15s,border .15s;font-family:Inter,sans-serif}.dst-otp-box::placeholder{color:#aaa;font-size:clamp(14px,4vw,18px);font-weight:400}.dst-otp-box:focus{background:#e4ddf5;outline:2px solid var(--dst-primary)}.dst-otp-box--filled{background:#e4ddf5}.dst-otp-box--error{background:#fff0f0;outline:2px solid var(--dst-error)}.dst-otp-error{color:var(--dst-error);font-weight:500;margin-top:10px;padding:0 20px;text-align:center}.dst-otp-error,.dst-otp-resend-row{font-size:13px;font-family:Inter,sans-serif}.dst-otp-resend-row{display:flex;flex-direction:row;align-items:center;gap:4px;padding:14px 20px 0;color:var(--dst-text-secondary);flex-shrink:0}.dst-otp-resend-link{background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--dst-primary);font-family:Inter,sans-serif;text-decoration:none;padding:0}.dst-otp-resend-link:disabled{opacity:.7;cursor:default}.dst-otp-spacer{flex:1 1;min-height:0}.dst-otp-vshape-wrap{position:absolute;right:0;bottom:88px;pointer-events:none;z-index:1}.dst-otp-vshape{width:clamp(64px,18vw,96px);height:auto;display:block;object-fit:contain;transform:scaleX(-1);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.dst-otp-continue-wrap{width:100%;padding:12px 20px max(24px,env(safe-area-inset-bottom,24px));flex-shrink:0;position:relative;z-index:2}.dst-otp-continue-btn{width:100%;height:44px;border-radius:30px;border:none;cursor:pointer;font-size:15px;font-weight:600;font-family:Inter,sans-serif;background:#b8a0e0;color:#ffffff;transition:background .2s,transform .1s;pointer-events:none}.dst-otp-continue-btn--active{background:var(--dst-primary);pointer-events:all;cursor:pointer}.dst-otp-continue-btn--active:active{transform:scale(.98)}.dst-login-popup-overlay{position:absolute;inset:0;z-index:20;background:rgba(180,175,195,.5)}.dst-login-popup-card,.dst-login-popup-overlay{display:flex;align-items:center;justify-content:center}.dst-login-popup-card{width:190px;height:190px;background:#ffffff;border-radius:20px;box-shadow:0 6px 32px rgba(0,0,0,.18);animation:dst-card-pop .22s cubic-bezier(.34,1.3,.64,1) both}.dst-login-popup-gif{width:130px;height:130px;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}@keyframes dst-card-pop{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}