*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Manrope,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit}.noscroll::-webkit-scrollbar{display:none}.noscroll{scrollbar-width:none}.depo-page{min-height:100vh;min-height:100dvh;background:#e7e5df;display:flex;align-items:center;justify-content:center;padding:32px}.depo-phone{width:390px;height:844px;max-height:100%;background:#fafaf9;border-radius:46px;border:1px solid #d8d5cc;box-shadow:0 30px 80px #00000038;position:relative;overflow:hidden;display:flex;flex-direction:column}.depo-top{flex:none;height:24px}@media(max-width:480px){.depo-page{padding:0;background:#fafaf9}.depo-phone{width:100%;height:100vh;height:100dvh;max-height:none;border-radius:0;border:none;box-shadow:none}.depo-top{height:calc(12px + env(safe-area-inset-top,0px))}}.font-mono{font-family:JetBrains Mono,monospace}.depo-card{background:#fff;border:1px solid #ECEAE4;border-radius:18px;padding:14px}.depo-btn-primary{background:#1a1a17;color:#fff;border:none;border-radius:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .15s ease}.depo-btn-primary:active{opacity:.85}.depo-btn-secondary{background:#fff;color:#1a1a17;border:1px solid #D8D4CB;border-radius:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.depo-btn-secondary:hover{background:#f4f2ec}.depo-btn-danger{background:none;color:#c4122e;border:1px solid #C4122E;border-radius:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.depo-btn-danger:hover{background:#fbe8e9}.depo-input{width:100%;box-sizing:border-box;height:42px;border:1px solid #D8D4CB;border-radius:10px;padding:0 12px;font-size:14px;outline:none;background:#fff;color:#1a1a17;font-family:inherit;transition:border-color .15s ease}.depo-input:focus{border-color:#1a1a17}.depo-toast{position:absolute;bottom:98px;left:50%;transform:translate(-50%);background:#1a1a17;color:#fff;font-size:13px;font-weight:700;padding:11px 18px;border-radius:12px;z-index:40;box-shadow:0 10px 26px #0000004d;pointer-events:none;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}
