*{box-sizing:border-box}html,body{color:#fff;background:#101114;width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#app{width:100%;height:100%}.screen{justify-content:center;align-items:center;width:100%;min-height:100%;padding:24px;display:flex}.entry-screen{flex-direction:column;align-items:center;width:100%;max-width:420px;display:flex}.entry-screen.hidden{display:none}.brand{color:#b8963e;letter-spacing:.12em;font-size:30px;font-weight:800}h1{text-align:center;margin:10px 0 8px;font-size:34px}.subtitle{color:#9ca3af;text-align:center;margin:0 0 24px;font-size:16px}.otp-display{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:100%;margin-bottom:14px;display:grid}.otp-box{background:#1a1c22;border:2px solid #2f3138;border-radius:12px;justify-content:center;align-items:center;height:58px;font-size:30px;font-weight:700;display:flex}.otp-box.filled{border-color:#b8963e}.otp-box.active{border-color:#fff}.status{text-align:center;min-height:22px;margin-bottom:8px;font-size:14px}.status.error{color:#ff6b6b}.status.ok{color:#33d17a}.dialer{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;display:grid}.dialer-btn{color:#fff;cursor:pointer;background:#1a1c22;border:none;border-radius:14px;height:70px;font-size:30px;font-weight:600}.dialer-btn:active{background:#282b33;transform:scale(.98)}.dialer-btn.delete{font-size:22px}.dialer-btn.empty{cursor:default;background:0 0}.submit-btn{color:#fff;cursor:pointer;background:#b8963e;border:none;border-radius:14px;width:100%;height:58px;margin-top:14px;font-size:18px;font-weight:700}.submit-btn:disabled{opacity:.45;cursor:not-allowed}.success-screen{text-align:center;flex-direction:column;align-items:center;display:none}.success-screen.visible{display:flex}.success-icon{color:#111;background:#b8963e;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:18px;font-size:52px;font-weight:800;display:flex}.success-screen h2{margin:0 0 10px;font-size:34px}.success-screen p{color:#c8ceda;margin:0;font-size:17px}
