.phone-auth-sheet__mask{align-items:flex-end;background:rgba(0,0,0,.42);display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.phone-auth-sheet{animation:phone-auth-sheet-rise .18s ease-out;background:#fff;border-radius:.6rem .6rem 0 0;box-sizing:border-box;padding:.6rem .6rem .7rem;width:100%}.phone-auth-sheet__handle{background:#e6dfd6;border-radius:24.975rem;height:.2rem;margin:0 auto .6rem;width:1.8rem}.phone-auth-sheet__title{color:#2a1f19;font-size:.8rem;font-weight:600;text-align:center}.phone-auth-sheet__desc{color:#7a6350;font-size:.65rem;line-height:1.6;margin-top:.3rem;text-align:center}.phone-auth-sheet__button,.phone-auth-sheet__close{border-radius:24.975rem;margin-top:.5rem}.phone-auth-sheet__button{background:#b5654a;color:#fff}.phone-auth-sheet__close{background:#f7f3ef;color:#7a6350}@keyframes phone-auth-sheet-rise{from{opacity:0;transform:translateY(.6rem)}to{opacity:1;transform:translateY(0)}}:root,page{--background:#f3efe8;--surface:#fbf9f5;--surface-strong:#fff;--foreground:#27231f;--ink-soft:#514a43;--primary:#9b4f3d;--primary-deep:#71382d;--primary-soft:#ead8cf;--terracotta:#9b4f3d;--primary-foreground:#fffaf4;--secondary:#e9e2d8;--cream-dark:#e9e2d8;--muted:#eee9e1;--muted-foreground:#817970;--earth:#73685e;--accent:#a98b5e;--gold:#a98b5e;--card:#fbf9f5;--border:#ded5ca;--wechat:#07c160;--radius-sm:0.2rem;--radius-md:0.35rem;--radius-lg:0.5rem;--radius-xl:0.7rem;--shadow-sm:0 0.15rem 0.5rem rgba(62,47,38,.05);--card-shadow:0 0.45rem 1.2rem rgba(62,47,38,.08)}page{background:var(--background);color:var(--foreground);font-family:Songti SC,"Noto Serif SC",PingFang SC,serif;letter-spacing:.025em;min-height:100%;-webkit-font-smoothing:antialiased}#app,body,html{min-width:100%;width:100%}body{margin:0}taro-button-core,taro-input-core,taro-text-core,taro-textarea-core,taro-view-core{box-sizing:border-box}taro-button-core::after{border:0}.ui-card{background:var(--card);border:.025rem solid rgba(169,139,94,.16);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.ui-eyebrow{color:var(--primary);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:.5rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.ui-button-primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-deep) 100%);border-radius:24.975rem;box-shadow:0 .25rem .6rem rgba(113,56,45,.18);color:var(--primary-foreground)}.ui-hairline{border-color:rgba(115,104,94,.16)}