.market-login-page{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:40px 0;display:flex}@media (max-width:480px){.market-login-page{padding:20px 0}}.market-login{background:#fff;border:1px solid #e5e5ea;border-radius:12px;width:100%;max-width:380px;margin:0 auto;padding:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 4px 24px #0000000a}@media (max-width:480px){.market-login{border-radius:10px;max-width:92%;padding:24px}}.market-login-title{color:#1d1d1f;letter-spacing:-.5px;margin-bottom:20px;font-size:28px;font-weight:600;line-height:1.2}@media (max-width:480px){.market-login-title{margin-bottom:16px;font-size:24px}}.market-login-form{flex-direction:column;gap:14px;display:flex}.market-input{color:#1d1d1f;background:#fff;border:1px solid #e5e5ea;border-radius:8px;padding:12px 14px;font-size:15px;transition:border-color .15s,box-shadow .15s}.market-input::placeholder{color:#6e6e73}.market-input:focus{border-color:#1d1d1f;outline:none;box-shadow:0 0 0 3px #1d1d1f0f}.market-button-primary{color:#fff;cursor:pointer;background:#1d1d1f;border:none;border-radius:8px;padding:14px;font-size:15px;font-weight:500;transition:background .15s,transform .15s}.market-button-primary:hover:not(:disabled){background:#000;transform:translateY(-1px)}.market-button-primary:disabled{opacity:.5;cursor:not-allowed}.market-button-secondary{color:#1d1d1f;cursor:pointer;background:0 0;border:1px solid #e5e5ea;border-radius:8px;padding:12px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s}.market-button-secondary:hover{background:#00000008;border-color:#1d1d1f}.market-error{color:#ff3b30;background:#ff3b300f;border:1px solid #ff3b3026;border-radius:8px;margin-top:8px;padding:12px;font-size:14px;line-height:1.4}.market-back{color:#6e6e73;cursor:pointer;text-align:center;background:0 0;border:none;margin-top:16px;padding:0;font-size:13px;font-weight:500;transition:color .15s}.market-back:hover{color:#1d1d1f}
