.app-container{height:100%;width:100%;display:flex;flex-direction:column}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #C86841;--secondary-color: #F3E8DB;--background-color: #FAF6ED;--text-color: #5E6165;--light-text: #989898;--accent-color: #F9C74F;--chat-bg: #FFEDC4;--chat-ai-bg: rgba(237, 237, 237, .8)}html,body{font-family:PingFang SC,Lexend,sans-serif;background-color:var(--background-color);color:var(--text-color);height:100%;width:100%;overflow:hidden}#app{height:100%;width:100%;max-width:430px;margin:0 auto;position:relative}@media (min-width: 768px){#app{max-width:none}}.page-container{height:100%;display:flex;flex-direction:column;position:relative}.header{display:flex;justify-content:space-between;align-items:center;padding:10px 30px}.btn{background:white;border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center;box-shadow:2px 2px 4px #0000001a;border:none;cursor:pointer}.title{background:white;border-radius:20px;padding:8px 20px;font-weight:700;font-size:16px;box-shadow:4px 4px 4px #efe7d4}.main-content{flex:1;overflow:hidden;position:relative}.tab-bar{display:flex;justify-content:space-around;background:white;border-radius:20px;padding:10px;margin:10px 30px;box-shadow:4px 4px 4px #efe7d4}.tab-item{display:flex;flex-direction:column;align-items:center;color:var(--light-text);font-size:16px;font-weight:500;height:95px}.tab-item.active{color:var(--primary-color);font-weight:700}.tab-icon{width:70px;height:fit-content}
