*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}.production-body{background:#eef1f7;color:#333}.production-page{width:100%;max-width:480px;min-height:100vh;margin:0 auto;background:#fff;box-shadow:0 0 26px rgba(46,54,86,.1);overflow:hidden}.production-hero{position:relative;width:100%}.production-hero-image{display:block;width:100%;height:auto}.form-error{margin-top:10px;padding:10px 12px;border-radius:9px;background:#fff0f0;color:#b42318;font-size:13px}
.access-card{position:relative;margin:-58px 28px 34px;padding:24px;background:rgba(255,255,255,.97);border-radius:18px;box-shadow:0 10px 30px rgba(129,102,18,.18);z-index:2}.access-card-heading{display:flex;align-items:center;gap:13px;margin-bottom:20px}.heart-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#ffe566;color:#e95343;font-size:22px;font-weight:800}.access-card h1{margin:0 0 4px;font-size:23px}.access-card p{margin:0;color:#8b8163;font-size:13px}.access-card label{display:block;margin-bottom:8px;font-size:14px;font-weight:600}.access-card input:not([type=hidden]){width:100%;height:48px;border:1px solid #eadb94;border-radius:11px;padding:0 14px;background:#fffdf5;font-size:16px;outline:none}.access-card input:not([type=hidden]):focus{border-color:#f0c92b;box-shadow:0 0 0 4px rgba(255,229,102,.3)}.yellow-button{width:100%;height:49px;margin-top:15px;border:0;border-radius:12px;background:#ffe566;color:#333;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 3px 10px rgba(218,183,28,.22)}.yellow-button:active{transform:scale(.985)}.access-tip{margin-top:15px!important;text-align:center;line-height:1.6}.login-production-page{padding-bottom:1px}
.production-downloads{position:absolute;left:32px;right:32px;top:72%;display:flex;flex-direction:column;gap:8px}.production-download-row{display:flex;gap:12px}.production-download-button{display:flex;flex:1;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:12px 16px;border-radius:12px;background:#ffe566;color:#333;font-size:16px;font-weight:650;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.08);-webkit-tap-highlight-color:transparent}.production-download-button:active{transform:scale(.98)}.production-download-button img{width:22px;height:22px;object-fit:contain}.production-footer{position:absolute;left:20px;right:20px;top:91%;text-align:center}.production-stores{display:flex;justify-content:center;align-items:flex-start;gap:10px;margin-bottom:12px}.production-store{display:flex;min-width:78px;flex-direction:column;align-items:center;gap:6px;color:#888;font-size:11px;line-height:1.2;text-decoration:none}.production-store img{width:36px;height:36px;object-fit:contain}.production-security{display:inline-flex;align-items:center;gap:6px;color:#e85d04;font-size:13px;font-weight:500}.production-security img{width:18px;height:18px}.production-logout{margin-top:9px}.production-logout button{border:0;background:transparent;color:#aaa;font-size:11px;cursor:pointer}.download-production-page{padding-bottom:0}
@media(min-width:700px){.production-page{margin-top:22px;margin-bottom:22px;min-height:0;border-radius:4px}.production-body{padding:1px 0}}@media(max-width:380px){.access-card{margin-left:18px;margin-right:18px;padding:20px}.production-downloads{left:24px;right:24px}.production-download-button{font-size:14px;min-height:47px}.production-download-row{gap:8px}}
.login-production-page .access-card{margin-top:-230px}
@media(max-width:380px){.login-production-page .access-card{margin-top:-190px}}

/* 登录页移动端首屏适配：宣传图只占首屏上部，验证卡片提前覆盖上来。
   使用 svh 避免移动浏览器地址栏变化导致卡片被推到屏幕外。 */
@media(max-width:699px){
  .login-production-page .production-hero{height:68svh;min-height:360px;max-height:600px;overflow:hidden}
  .login-production-page .production-hero-image{width:100%;height:auto}
  .login-production-page .access-card{margin-top:-7svh;margin-bottom:18px;padding:20px 22px}
  .login-production-page .access-card-heading{margin-bottom:14px}
  .login-production-page .yellow-button{margin-top:12px}
  .login-production-page .access-tip{margin-top:10px!important}
}

/* 矮屏手机进一步压缩非必要间距，保证验证码输入框和按钮同屏可见。 */
@media(max-width:699px) and (max-height:700px){
  .login-production-page .production-hero{height:62svh;min-height:320px}
  .login-production-page .access-card{margin-top:-9svh;padding:16px 20px}
  .login-production-page .access-card-heading{margin-bottom:10px}
  .login-production-page .heart-mark{width:42px;height:42px;border-radius:12px;font-size:20px}
  .login-production-page .access-card h1{font-size:21px}
  .login-production-page .access-card input:not([type=hidden]){height:44px}
  .login-production-page .yellow-button{height:45px;margin-top:10px}
  .login-production-page .access-tip{display:none}
}
