.privacy-modal-overlay{align-items:center;background:rgba(44,36,26,.5);bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:9999}.privacy-modal{animation:privacy-modal-fade-in .25s ease;background:#fff;border-radius:.6rem;max-height:80vh;max-width:15rem;overflow-y:auto;width:100%}@keyframes privacy-modal-fade-in{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.privacy-modal__header{padding:1.2rem 1rem .6rem;text-align:center}.privacy-modal__icon{display:block;font-size:1.5rem;margin-bottom:.4rem}.privacy-modal__title{color:#2c241a;font-size:.85rem;font-weight:700}.privacy-modal__body{padding:0 1rem .8rem}.privacy-modal__desc{color:#7b6f65;display:block;font-size:.7rem;line-height:1.6;margin-bottom:.6rem}.privacy-modal__links{align-items:center;display:flex;flex-wrap:wrap;gap:.2rem;justify-content:center;margin-bottom:.6rem}.privacy-modal__link{color:#c8826a;display:inline;font-size:.7rem;padding:.1rem .2rem;text-decoration:underline}.privacy-modal__separator{color:#7b6f65;display:inline;font-size:.7rem}.privacy-modal__notice{color:#b8afa6;display:block;font-size:.65rem;line-height:1.6}.privacy-modal__loading{color:#7b6f65;display:block;font-size:.7rem;padding:1.5rem 0;text-align:center}.privacy-modal__footer{border-top:.05rem solid #ede6e1;display:flex;gap:.5rem;padding:.6rem 1rem}.privacy-modal__btn{border:none;border-radius:.4rem;flex:1;font-size:.75rem;font-weight:600;height:2.2rem;line-height:2.2rem;padding:0;text-align:center}.privacy-modal__btn::after{border:none}.privacy-modal__btn--agree{background:#c8826a;color:#fff}.privacy-modal__btn--agree:active{background:#b06a52}.privacy-modal__btn--disagree{background:#f7f4f2;border:.05rem solid #ede6e1;color:#7b6f65}.privacy-modal__btn--disagree:active{background:#ede6e1}:root,page{--color-primary:#c8826a;--color-primary-dark:#b06a52;--color-primary-light:#f0d9d0;--color-primary-bg:#fdf6f3;--color-success:#7baf8a;--color-success-light:#e8f5e9;--color-error:#cc6868;--color-error-light:#fdecea;--color-warning:#d4a373;--color-warning-light:#fef3e8;--color-text:#2c241a;--color-text-secondary:#7b6f65;--color-text-tertiary:#b8afa6;--color-text-inverse:#fff;--color-bg:#f7f4f2;--color-surface:#fff;--color-border:#ede6e1;--color-border-light:#f5f0ec;--radius-sm:0.2rem;--radius-md:0.4rem;--radius-lg:0.6rem;--radius-xl:0.8rem;--radius-full:249.975rem;--shadow-sm:0 0.05rem 0.2rem rgba(44,36,26,.05);--shadow-md:0 0.1rem 0.4rem rgba(44,36,26,.07);--shadow-lg:0 0.2rem 0.8rem rgba(44,36,26,.09);--shadow-primary:0 0.1rem 0.5rem hsla(15,46%,60%,.25);--font-size-xxs:0.55rem;--font-size-xs:0.55rem;--font-size-sm:0.65rem;--font-size-caption:0.7rem;--font-size-base:0.75rem;--font-size-md:0.8rem;--font-size-h4:0.8rem;--font-size-lg:0.85rem;--font-size-h3:0.9rem;--font-size-xl:1rem;--font-size-h2:1.1rem;--font-size-2xl:1.2rem;--font-size-h1:1.4rem;--font-size-3xl:1.6rem;--font-size-icon:2rem;--font-size-display:3rem;--line-height-tight:1.2;--line-height-snug:1.4;--line-height-base:1.6;--line-height-loose:2.0;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--space-xs:0.2rem;--space-sm:0.3rem;--space-md:0.4rem;--space-lg:0.6rem;--space-xl:0.8rem;--space-2xl:1.2rem;--space-3xl:1.6rem;--interactive-hover:hsla(15,46%,60%,.08);--interactive-press:hsla(15,46%,60%,.15)}page{background-color:var(--color-bg);box-sizing:border-box;color:var(--color-text);font-family:PingFang SC,Microsoft YaHei,-apple-system,sans-serif;font-size:var(--font-size-base);line-height:1.6}.page{display:flex;flex-direction:column;height:100vh;overflow:hidden}.page__top{flex-shrink:0;z-index:20}.page__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.page__bottom{background:var(--color-surface);flex-shrink:0;z-index:10}::-webkit-scrollbar{height:.1rem;width:.1rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:.1rem}