:root{--phone-bg: #ffffff;--card-title: #000000;--card-text: #9ea7a9;--card-bg: #0e50ed;--nav-bar: #ffffff;--list-bg: #f7f8fc;--page-pad: clamp(12px, 3.2vw, 16px);--safe-t: env(safe-area-inset-top, 0px);--safe-b: env(safe-area-inset-bottom, 0px);--tab-h: 88px;--phone-max: 430px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;width:100%;height:100%;height:100dvh;overflow:hidden;overscroll-behavior:none}html,body{margin:0;overflow:hidden}body{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none;background:#1c2433;font-family:Noto Sans SC,Source Han Sans SC,PingFang SC,sans-serif;font-weight:500;color:var(--card-title);-webkit-font-smoothing:antialiased}#app{width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:stretch}.phone{width:100%;max-width:var(--phone-max);height:100%;margin:0 auto;background:var(--phone-bg);position:relative;overflow:hidden;display:flex;flex-direction:column;touch-action:manipulation}.phone>*{flex:1;min-width:0;min-height:0;overflow:hidden}.phone,.phone *{scrollbar-width:none;-ms-overflow-style:none}.phone::-webkit-scrollbar,.phone *::-webkit-scrollbar{display:none;width:0;height:0}.h-scroll{overflow-x:auto;overflow-y:hidden;touch-action:pan-x;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;cursor:grab}.h-scroll:active{cursor:grabbing}.h-scroll img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;padding:0;font:inherit;color:inherit;cursor:pointer}img{display:block;max-width:100%}p{margin:0}a{color:inherit;text-decoration:none}.toast{position:fixed;left:50%;bottom:calc(var(--tab-h) + var(--safe-b) + 16px);transform:translate(-50%);background:#000000b8;color:#fff;font-size:13px;padding:8px 14px;border-radius:10px;z-index:50;max-width:min(calc(var(--phone-max) - 32px),calc(100vw - 32px))}
