.deposit-sheet{display:flex;flex-direction:column;gap:12px;padding-bottom:4px}.deposit-sheet__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.deposit-sheet__tab{position:relative;min-height:40px;border:none;border-radius:999px;background:var(--bg-card);color:var(--muted);cursor:pointer;overflow:hidden;isolation:isolate;transition:color .2s ease}.deposit-sheet__tab.is-active{color:#fff;background:linear-gradient(180deg,#fff3,#ffffff0f);border:1px solid rgba(255,255,255,.16)}.deposit-sheet__tab-bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,#fff3,#ffffff0f);border:1px solid rgba(255,255,255,.16);box-shadow:0 0 18px #ffffff1f,inset 0 1px #ffffff38;z-index:0}.deposit-sheet__tab-inner{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;width:100%;padding:8px 6px}.deposit-sheet__tab-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0}.deposit-sheet__tab-icon--crypto{border-radius:5px}.deposit-sheet__tab-star{flex-shrink:0;color:#fff}.deposit-sheet__tab-label{font-size:12px;font-weight:800;white-space:nowrap;letter-spacing:-.01em}.deposit-sheet__panel{display:flex;flex-direction:column;gap:10px}.deposit-sheet__amount-box{border-radius:20px;background:var(--bg-card);border:1px solid rgba(255,255,255,.06);padding:28px 16px}.deposit-sheet__amount-input{width:100%;border:none;background:transparent;text-align:center;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(42px,12vw,56px);font-weight:800;letter-spacing:-.03em;color:#ffffff59;outline:none;caret-color:var(--blue-bright)}.deposit-sheet__amount-input:not(:placeholder-shown){color:#fff}.deposit-sheet__rate{margin:0;text-align:center;font-size:13px;font-weight:700;color:#ffd250e6;min-height:18px}.deposit-sheet__presets{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.deposit-sheet__preset{height:36px;border:none;border-radius:999px;background:var(--bg-card);border:1px solid rgba(255,255,255,.06);color:#fff;font-size:14px;font-weight:800;cursor:pointer;transition:background .15s ease,transform .12s ease}.deposit-sheet__preset:active:not(:disabled){transform:scale(.96)}.deposit-sheet__preset:disabled{opacity:.5;cursor:not-allowed}.deposit-sheet__hint{margin:0;text-align:center;font-size:12px;color:#f87171}.deposit-sheet__coupon{display:flex;flex-direction:column;gap:8px}.deposit-sheet__coupon-toggle{width:100%;height:44px;border:none;border-radius:14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.06);color:#fff;font-size:14px;font-weight:800;cursor:pointer}.deposit-sheet__coupon-row{display:flex;gap:8px}.deposit-sheet__coupon-input{flex:1;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:var(--bg-card);color:#fff;padding:0 14px;font:inherit;font-weight:700;outline:none}.deposit-sheet__coupon-input.is-valid{border-color:#4ade8080}.deposit-sheet__coupon-apply{width:52px;height:44px;border:none;border-radius:14px;background:var(--blue-soft);color:var(--blue-bright);font-size:14px;font-weight:800;cursor:pointer}.deposit-sheet__coupon-apply:disabled{opacity:.45;cursor:not-allowed}.deposit-sheet__pay{width:100%;height:52px;margin-top:4px;border:none;border-radius:16px;background:linear-gradient(180deg,var(--blue-bright) 0%,var(--blue) 100%);color:#fff;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 8px 24px var(--blue-glow);transition:transform .12s ease,opacity .15s ease}.deposit-sheet__pay:active:not(:disabled){transform:scale(.98)}.deposit-sheet__pay:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}
