@import"https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&family=Outfit:wght@300;400;500;600&display=swap";:root{--color-cream: #FAF7F2;--color-sand: #E8E0D5;--color-caramel: #C4A77D;--color-terracotta: #C67C5E;--color-forest: #2D4A3E;--color-charcoal: #2C2C2C;--color-moss: #6B8E6B;--color-sage: #9CAF9C;--font-display: "Noto Serif SC", serif;--font-body: "Outfit", sans-serif;--shadow-soft: 0 4px 20px rgba(45, 74, 62, .08);--shadow-hover: 0 8px 32px rgba(45, 74, 62, .15);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px}body{font-family:var(--font-body);font-size:14px;color:var(--color-charcoal);background:var(--color-cream);line-height:1.6;-webkit-font-smoothing:antialiased}#app{min-height:100vh;background:var(--color-cream)}.tab-bar{position:fixed;bottom:0;left:0;right:0;display:flex;background:#faf7f2eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(196,167,125,.2);padding:12px 0 max(12px,env(safe-area-inset-bottom));z-index:100}.tab-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:8px 0;text-decoration:none;color:var(--color-sage);transition:all .3s cubic-bezier(.4,0,.2,1)}.tab-item.router-link-active{color:var(--color-forest)}.tab-icon{width:24px;height:24px}.tab-icon svg{width:100%;height:100%}.tab-text{font-size:11px;font-weight:500;margin-top:6px;letter-spacing:.5px}.tab-item.router-link-active .tab-text{font-weight:600}.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)}@media (prefers-color-scheme: dark){:root{--color-cream: #1A1A1A;--color-sand: #2A2A2A;--color-charcoal: #E8E0D5}.tab-bar{background:#1a1a1aeb;border-top-color:#c4a77d1a}}:root{--color-cream: #FAF7F2;--color-sand: #E8E0D5;--color-caramel: #C4A77D;--color-terracotta: #C67C5E;--color-forest: #2D4A3E;--color-charcoal: #2C2C2C;--color-moss: #6B8E6B;--color-sage: #9CAF9C;--font-display: "Noto Serif SC", serif;--font-body: "Outfit", sans-serif;--shadow-soft: 0 4px 20px rgba(45, 74, 62, .08);--shadow-hover: 0 8px 32px rgba(45, 74, 62, .15);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--primary-color: var(--color-terracotta);--price-color: var(--color-terracotta)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);font-size:14px;color:var(--color-charcoal);background:var(--color-cream);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.price{color:var(--price-color);font-weight:700}a{text-decoration:none;color:inherit}input,button{outline:none;font-family:inherit}button{cursor:pointer}image{max-width:100%;display:block}img{max-width:100%;height:auto}.detail-content img{max-width:100%!important;width:auto!important;height:auto!important;display:block}view{box-sizing:border-box}text{word-break:break-word}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-sage);border-radius:2px}::selection{background:var(--color-caramel);color:#fff}@media (prefers-color-scheme: dark){:root{--color-cream: #1A1A1A;--color-sand: #2A2A2A;--color-charcoal: #E8E0D5;--shadow-soft: 0 4px 20px rgba(0, 0, 0, .2);--shadow-hover: 0 8px 32px rgba(0, 0, 0, .3)}}
