@charset "UTF-8";[data-v-81c13c56]:root{--primary-color: #600000;--primary-gradient: linear-gradient(135deg, #600000 0%, #8b4513 100%);--warm-color: #8b4513;--bg-color: #ffffff;--surface-color: #ffffff;--surface-light: rgba(255, 255, 255, .95);--surface-dark: #1a1a1a;--surface-darker: #2d2d2d;--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-tertiary: #86868b;--text-disabled: #d2d2d7;--text-inverse: #ffffff;--success-color: #34c759;--warning-color: #ff9f0a;--error-color: #ff3b30;--info-color: #007aff;--wechat-green: #07c160;--wechat-green-rgb: 7, 193, 96;--border-color: #f0f0f0;--divider-color: #f5f5f5;--accent-gold: #e0c185;--primary-gold: #e0c185;--accent-gold-dark: #a08050;--accent-gold-rgb: 224, 193, 133;--primary-color-rgb: 96, 0, 0;--spacing-xs: 8px;--spacing-sm: 12px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-round: 999px;--shadow-sm: 0 2px 12px rgba(0, 0, 0, .02);--shadow-md: 0 8px 24px rgba(0, 0, 0, .04);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .06);--transition-fast: .15s ease;--transition-base: .25s ease;--font-size-xs: 11px;--font-size-sm: 13px;--font-size-md: 15px;--font-size-lg: 17px;--font-size-xl: 20px;--color-white-10: rgba(255, 255, 255, .1);--color-white-20: rgba(255, 255, 255, .2);--color-white-30: rgba(255, 255, 255, .3);--color-white-40: rgba(255, 255, 255, .4);--color-white-50: rgba(255, 255, 255, .5);--color-white-60: rgba(255, 255, 255, .6);--color-white-70: rgba(255, 255, 255, .7);--color-white-80: rgba(255, 255, 255, .8);--color-white-90: rgba(255, 255, 255, .9);--color-black-10: rgba(0, 0, 0, .1);--color-black-20: rgba(0, 0, 0, .2);--color-black-30: rgba(0, 0, 0, .3);--color-black-40: rgba(0, 0, 0, .4);--color-black-50: rgba(0, 0, 0, .5);--color-black-60: rgba(0, 0, 0, .6);--color-black-70: rgba(0, 0, 0, .7);--color-black-80: rgba(0, 0, 0, .8);--color-black-90: rgba(0, 0, 0, .9)}.tab-bar-container[data-v-81c13c56]{position:fixed;bottom:0;left:0;width:100%;z-index:50;padding-bottom:env(safe-area-inset-bottom);pointer-events:none}.tab-bar[data-v-81c13c56]{pointer-events:auto;display:flex;justify-content:space-around;align-items:center;height:64px;background:#ffffffd9;backdrop-filter:blur(25px) saturate(180%);-webkit-backdrop-filter:blur(25px) saturate(180%);border-top:1px solid rgba(255,255,255,.5);box-shadow:0 -8px 24px #6000000a}.tab-item[data-v-81c13c56]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-tertiary);text-decoration:none;flex:1;height:100%;transition:all .3s cubic-bezier(.25,.1,.25,1)}.tab-item[data-v-81c13c56]:active{transform:scale(.95)}.tab-item .icon-wrapper[data-v-81c13c56]{position:relative;margin-bottom:4px;height:24px;display:flex;align-items:center;justify-content:center}.tab-item .icon-wrapper .icon[data-v-81c13c56]{font-size:24px;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.tab-item .icon-wrapper .active-dot[data-v-81c13c56]{position:absolute;bottom:-8px;width:4px;height:4px;background-color:var(--primary-color);border-radius:50%;opacity:0;transform:scale(0);transition:all .3s ease}.tab-item .label[data-v-81c13c56]{font-size:10px;font-weight:500;transition:color .3s ease}.tab-item.active[data-v-81c13c56]{color:var(--primary-color)}.tab-item.active .icon-wrapper .icon[data-v-81c13c56]{transform:translateY(-2px);font-weight:600}.tab-item.active .icon-wrapper .active-dot[data-v-81c13c56]{opacity:1;transform:scale(1);bottom:-6px}.tab-item.active .label[data-v-81c13c56]{color:var(--primary-color);font-weight:600}.ambient-layer[data-v-ac1f04f9]{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none;overflow:hidden;background-color:#fff}.ambient-light[data-v-ac1f04f9]{position:absolute;border-radius:50%;will-change:transform}.ambient-light.primary[data-v-ac1f04f9]{top:-20%;left:-10%;width:80vw;height:80vw;background:radial-gradient(circle,var(--primary-color) 0%,transparent 70%);filter:blur(90px);opacity:.1;animation:float-primary-ac1f04f9 25s infinite ease-in-out alternate}.ambient-light.warm[data-v-ac1f04f9]{bottom:-10%;right:-20%;width:70vw;height:70vw;background:radial-gradient(circle,var(--warm-color) 0%,transparent 70%);filter:blur(100px);opacity:.07;animation:float-warm-ac1f04f9 20s infinite ease-in-out alternate-reverse}.noise-texture[data-v-ac1f04f9]{position:absolute;inset:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}@keyframes float-primary-ac1f04f9{0%{transform:translate(0) scale(1)}50%{transform:translate(20px,30px) scale(1.05)}to{transform:translate(-10px,10px) scale(.98)}}@keyframes float-warm-ac1f04f9{0%{transform:translate(0) scale(1)}50%{transform:translate(-30px,-15px) scale(1.1)}to{transform:translate(15px,-20px) scale(.95)}}:root{--primary-color: #600000;--primary-gradient: linear-gradient(135deg, #600000 0%, #8b4513 100%);--warm-color: #8b4513;--bg-color: #ffffff;--surface-color: #ffffff;--surface-light: rgba(255, 255, 255, .95);--surface-dark: #1a1a1a;--surface-darker: #2d2d2d;--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-tertiary: #86868b;--text-disabled: #d2d2d7;--text-inverse: #ffffff;--success-color: #34c759;--warning-color: #ff9f0a;--error-color: #ff3b30;--info-color: #007aff;--wechat-green: #07c160;--wechat-green-rgb: 7, 193, 96;--border-color: #f0f0f0;--divider-color: #f5f5f5;--accent-gold: #e0c185;--primary-gold: #e0c185;--accent-gold-dark: #a08050;--accent-gold-rgb: 224, 193, 133;--primary-color-rgb: 96, 0, 0;--spacing-xs: 8px;--spacing-sm: 12px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-round: 999px;--shadow-sm: 0 2px 12px rgba(0, 0, 0, .02);--shadow-md: 0 8px 24px rgba(0, 0, 0, .04);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .06);--transition-fast: .15s ease;--transition-base: .25s ease;--font-size-xs: 11px;--font-size-sm: 13px;--font-size-md: 15px;--font-size-lg: 17px;--font-size-xl: 20px;--color-white-10: rgba(255, 255, 255, .1);--color-white-20: rgba(255, 255, 255, .2);--color-white-30: rgba(255, 255, 255, .3);--color-white-40: rgba(255, 255, 255, .4);--color-white-50: rgba(255, 255, 255, .5);--color-white-60: rgba(255, 255, 255, .6);--color-white-70: rgba(255, 255, 255, .7);--color-white-80: rgba(255, 255, 255, .8);--color-white-90: rgba(255, 255, 255, .9);--color-black-10: rgba(0, 0, 0, .1);--color-black-20: rgba(0, 0, 0, .2);--color-black-30: rgba(0, 0, 0, .3);--color-black-40: rgba(0, 0, 0, .4);--color-black-50: rgba(0, 0, 0, .5);--color-black-60: rgba(0, 0, 0, .6);--color-black-70: rgba(0, 0, 0, .7);--color-black-80: rgba(0, 0, 0, .8);--color-black-90: rgba(0, 0, 0, .9)}:root{--van-primary-color: #600000;--van-primary-color-light: rgba(96, 0, 0, .1);--van-primary-color-dark: #4a0000;--van-text-color: #1d1d1f;--van-text-color-2: #6e6e73;--van-text-color-3: #86868b;--van-background: #f8f9fa;--van-background-2: #ffffff;--van-background-3: #f5f5f5;--van-border-color: #eeeeee;--van-success-color: #34c759;--van-warning-color: #ff9f0a;--van-danger-color: #ff3b30;--van-font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;--van-font-size-xs: 11px;--van-font-size-sm: 13px;--van-font-size-md: 15px;--van-font-size-lg: 17px;--van-radius-sm: 8px;--van-radius-md: 12px;--van-radius-lg: 16px;--van-radius-max: 999px;--van-duration-fast: .15s;--van-duration-base: .25s;--van-button-primary-background: linear-gradient(135deg, #600000 0%, #8b4513 100%);--van-button-primary-border-color: #600000;--van-button-default-height: 44px;--van-button-default-font-size: 15px;--van-button-border-radius: 22px;--van-field-input-text-color: #1d1d1f;--van-field-placeholder-text-color: #d2d2d7;--van-field-input-background: #ffffff;--van-cell-background: #ffffff;--van-cell-text-color: #1d1d1f;--van-cell-value-color: #6e6e73;--van-cell-border-color: #eeeeee;--van-cell-vertical-padding: 12px;--van-cell-horizontal-padding: 16px;--van-tab-text-color: #6e6e73;--van-tab-active-text-color: #600000;--van-tabs-line-height: 44px;--van-tabs-bottom-bar-color: #600000;--van-tabs-bottom-bar-height: 2px;--van-popup-background: #ffffff;--van-popup-round-radius: 24px;--van-toast-background: rgba(0, 0, 0, .7);--van-toast-border-radius: 12px;--van-toast-font-size: 14px;--van-dialog-background: #ffffff;--van-dialog-border-radius: 20px;--van-dialog-header-font-weight: 600;--van-dialog-message-font-size: 15px;--van-dialog-confirm-button-text-color: #600000;--van-action-sheet-item-height: 52px;--van-action-sheet-item-font-size: 16px;--van-action-sheet-cancel-padding-top: 8px;--van-loading-spinner-color: #600000;--van-loading-text-color: #6e6e73;--van-pull-refresh-loading-icon-size: 20px;--van-pull-refresh-text-color: #6e6e73;--van-empty-description-color: #6e6e73;--van-empty-description-font-size: 14px}:root .van-button.van-button--primary{background:linear-gradient(135deg,#600000,#8b4513);border:none}:root .van-button.van-button--primary:active{opacity:.9}.van-field__control:focus{caret-color:#600000}:root .van-checkbox__icon--checked .van-icon,:root .van-radio__icon--checked .van-icon{background-color:#600000;border-color:#600000}:root .van-switch.van-switch--on{background-color:#600000}:root .van-tag.van-tag--primary{background-color:#600000}:root .van-badge{background-color:#600000}:root .van-stepper__plus:active,:root .van-stepper__minus:active{background-color:#6000001a}.van-slider__button{box-shadow:0 2px 4px #6000004d}:root .van-slider .van-slider__bar{background:linear-gradient(135deg,#600000,#8b4513)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes slideOutDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.95)}}@keyframes wave{0%,to{height:12px}50%{height:20px}}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(20px,20px)}}@keyframes breathe{0%,to{opacity:.3}50%{opacity:.8}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes cardSlideUpFade{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.card-enter-anim{animation:cardSlideUpFade .6s cubic-bezier(.2,.8,.2,1) forwards;opacity:0}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.p-0{padding:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.p-1{padding:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.pt-1{padding-top:4px!important}.pr-1{padding-right:4px!important}.pb-1{padding-bottom:4px!important}.pl-1{padding-left:4px!important}.p-2{padding:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.pt-2{padding-top:8px!important}.pr-2{padding-right:8px!important}.pb-2{padding-bottom:8px!important}.pl-2{padding-left:8px!important}.p-3{padding:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.pt-3{padding-top:12px!important}.pr-3{padding-right:12px!important}.pb-3{padding-bottom:12px!important}.pl-3{padding-left:12px!important}.p-4{padding:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.pt-4{padding-top:16px!important}.pr-4{padding-right:16px!important}.pb-4{padding-bottom:16px!important}.pl-4{padding-left:16px!important}.p-5{padding:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.pt-5{padding-top:20px!important}.pr-5{padding-right:20px!important}.pb-5{padding-bottom:20px!important}.pl-5{padding-left:20px!important}.p-6{padding:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.pt-6{padding-top:24px!important}.pr-6{padding-right:24px!important}.pb-6{padding-bottom:24px!important}.pl-6{padding-left:24px!important}.p-8{padding:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.pt-8{padding-top:32px!important}.pr-8{padding-right:32px!important}.pb-8{padding-bottom:32px!important}.pl-8{padding-left:32px!important}.p-10{padding:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.pt-10{padding-top:40px!important}.pr-10{padding-right:40px!important}.pb-10{padding-bottom:40px!important}.pl-10{padding-left:40px!important}.p-12{padding:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.pt-12{padding-top:48px!important}.pr-12{padding-right:48px!important}.pb-12{padding-bottom:48px!important}.pl-12{padding-left:48px!important}.m-0{margin:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.m-1{margin:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.mt-1{margin-top:4px!important}.mr-1{margin-right:4px!important}.mb-1{margin-bottom:4px!important}.ml-1{margin-left:4px!important}.m-2{margin:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.mt-2{margin-top:8px!important}.mr-2{margin-right:8px!important}.mb-2{margin-bottom:8px!important}.ml-2{margin-left:8px!important}.m-3{margin:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.mt-3{margin-top:12px!important}.mr-3{margin-right:12px!important}.mb-3{margin-bottom:12px!important}.ml-3{margin-left:12px!important}.m-4{margin:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.mt-4{margin-top:16px!important}.mr-4{margin-right:16px!important}.mb-4{margin-bottom:16px!important}.ml-4{margin-left:16px!important}.m-5{margin:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.mt-5{margin-top:20px!important}.mr-5{margin-right:20px!important}.mb-5{margin-bottom:20px!important}.ml-5{margin-left:20px!important}.m-6{margin:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.mt-6{margin-top:24px!important}.mr-6{margin-right:24px!important}.mb-6{margin-bottom:24px!important}.ml-6{margin-left:24px!important}.m-8{margin:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.mt-8{margin-top:32px!important}.mr-8{margin-right:32px!important}.mb-8{margin-bottom:32px!important}.ml-8{margin-left:32px!important}.m-10{margin:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.mt-10{margin-top:40px!important}.mr-10{margin-right:40px!important}.mb-10{margin-bottom:40px!important}.ml-10{margin-left:40px!important}.m-12{margin:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.mt-12{margin-top:48px!important}.mr-12{margin-right:48px!important}.mb-12{margin-bottom:48px!important}.ml-12{margin-left:48px!important}.m-auto{margin:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.text-xs{font-size:11px!important}.text-sm{font-size:13px!important}.text-base{font-size:15px!important}.text-lg{font-size:17px!important}.text-xl{font-size:20px!important}.text-2xl{font-size:24px!important}.text-3xl{font-size:32px!important}.font-light{font-weight:300!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.text-primary{color:var(--text-primary)!important}.text-secondary{color:var(--text-secondary)!important}.text-tertiary{color:var(--text-tertiary)!important}.text-white{color:#fff!important}.text-brand{color:var(--primary-color)!important}.text-success{color:var(--success-color)!important}.text-warning{color:var(--warning-color)!important}.text-error{color:var(--error-color)!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.line-clamp-1,.line-clamp-2,.line-clamp-3{display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.line-clamp-1{-webkit-line-clamp:1!important}.line-clamp-2{-webkit-line-clamp:2!important}.line-clamp-3{-webkit-line-clamp:3!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.items-start{align-items:flex-start!important}.items-center{align-items:center!important}.items-end{align-items:flex-end!important}.items-stretch{align-items:stretch!important}.justify-start{justify-content:flex-start!important}.justify-center{justify-content:center!important}.justify-end{justify-content:flex-end!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.flex-1{flex:1 1 0%!important}.flex-auto{flex:1 1 auto!important}.flex-none{flex:none!important}.grow{flex-grow:1!important}.shrink{flex-shrink:1!important}.grid{display:grid!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.gap-1{gap:4px!important}.gap-2{gap:8px!important}.gap-3{gap:12px!important}.gap-4{gap:16px!important}.gap-6{gap:24px!important}.gap-8{gap:32px!important}.rounded-none{border-radius:0!important}.rounded-sm{border-radius:8px!important}.rounded,.rounded-md{border-radius:12px!important}.rounded-lg{border-radius:16px!important}.rounded-xl{border-radius:24px!important}.rounded-2xl{border-radius:32px!important}.rounded-full{border-radius:9999px!important}.shadow-none{box-shadow:none!important}.shadow-xs{box-shadow:0 1px 4px #00000008!important}.shadow-sm{box-shadow:0 2px 8px #0000000a!important}.shadow,.shadow-md{box-shadow:0 4px 16px #0000000f!important}.shadow-lg{box-shadow:0 8px 32px #00000014!important}.shadow-xl{box-shadow:0 16px 48px #0000001a!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-primary{background-color:var(--primary-color)!important}.bg-gradient{background:var(--primary-gradient)!important}.bg-white-10{background-color:#ffffff1a!important}.bg-white-20{background-color:#fff3!important}.bg-white-30{background-color:#ffffff4d!important}.bg-white-40{background-color:#fff6!important}.bg-white-50{background-color:#ffffff80!important}.bg-white-60{background-color:#fff9!important}.bg-white-70{background-color:#ffffffb3!important}.bg-white-80{background-color:#fffc!important}.bg-white-90{background-color:#ffffffe6!important}.bg-black-10{background-color:#0000001a!important}.bg-black-20{background-color:#0003!important}.bg-black-30{background-color:#0000004d!important}.bg-black-40{background-color:#0006!important}.bg-black-50{background-color:#00000080!important}.bg-black-60{background-color:#0009!important}.bg-black-70{background-color:#000000b3!important}.bg-black-80{background-color:#000c!important}.bg-black-90{background-color:#000000e6!important}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.w-full{width:100%!important}.h-full{height:100%!important}.w-auto{width:auto!important}.h-auto{height:auto!important}.w-screen{width:100vw!important}.h-screen{height:100vh!important}.overflow-hidden{overflow:hidden!important}.overflow-auto{overflow:auto!important}.overflow-scroll{overflow:scroll!important}.overflow-visible{overflow:visible!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-auto{overflow-y:auto!important}.cursor-pointer{cursor:pointer!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-default{cursor:default!important}.select-none{user-select:none!important}.select-text{user-select:text!important}.select-all{user-select:all!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.transition{transition:all .25s ease!important}.transition-none{transition:none!important}.transition-fast{transition:all .15s ease!important}.transition-slow{transition:all .4s ease!important}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{width:100%;height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5;color:#1d1d1f;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;min-height:100vh;min-height:100dvh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#0003}::selection{background:#60000033;color:#1d1d1f}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;vertical-align:middle}button{border:none;outline:none;background:transparent;cursor:pointer;font-family:inherit}input,textarea{border:none;outline:none;font-family:inherit;font-size:inherit;color:inherit}ul,ol{list-style:none}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-break{word-break:break-all;word-wrap:break-word}.haptic-light:active{transform:scale(.98)}.haptic-medium:active{transform:scale(.96)}.hidden{display:none!important}.invisible{visibility:hidden}.no-margin{margin:0!important}.no-padding{padding:0!important}.layout-safe-top{padding-top:env(safe-area-inset-top)}.layout-safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.layout-page{min-height:100vh;background:#fff}.layout-gutter{padding-left:16px;padding-right:16px}.ambient-layer{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.ambient-layer .light-spot{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;animation:float 20s ease-in-out infinite}.ambient-layer .light-spot.spot-red{width:300px;height:300px;background:radial-gradient(circle,#600000 0%,transparent 70%);top:-100px;right:-100px}.ambient-layer .light-spot.spot-warm{width:250px;height:250px;background:radial-gradient(circle,#8b4513 0%,transparent 70%);bottom:-50px;left:-50px;animation-delay:-10s}.ambient-layer .noise-texture{position:absolute;inset:0;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.glass-effect{background:#ffffffbf;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.3)}.glass-panel{background:#fff9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #00000014}.text-gradient{background:linear-gradient(135deg,#600000,#8b4513);-webkit-background-clip:text;background-clip:text;color:transparent}.card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 2px 8px #0000000a;transition:transform .2s cubic-bezier(.25,.1,.25,1),box-shadow .2s ease;border:1px solid rgba(240,240,240,.5)}.card:active{transform:scale(.99);box-shadow:0 1px 4px #00000008}.divider-line{height:1px;background:#f0f0f0;margin:16px 0}.divider-dashed{height:1px;background:linear-gradient(to right,#f0f0f0 50%,transparent 50%);background-size:8px 1px;margin:16px 0}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.page-fade-enter-active,.page-fade-leave-active{transition:opacity .25s ease,transform .25s ease}.page-fade-enter-from{opacity:0;transform:translateY(10px)}.page-fade-leave-to{opacity:0;transform:translateY(-10px)}.payment-success-overlay{background:#00000080!important;backdrop-filter:blur(4px)}
