:root{--primary: #1a9e8a;--primary-light: #e8f6f3;--primary-dark: #158a78;--accent: #f0a030;--accent-light: #fef7ed;--text-primary: #1a2f2b;--text-secondary: #6b8a82;--bg-white: #f5faf8;--bg-gray: #e8f3f0;--border: #d8e8e4;--shadow: 0 2px 12px rgba(26, 158, 138, .06);--shadow-hover: 0 8px 24px rgba(26, 158, 138, .12)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:Noto Sans SC,sans-serif;background:#f5faf8;color:#1a2f2b;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:all .3s ease}.slide-enter-from{transform:translate(100%);opacity:0}.slide-leave-to{transform:translate(-100%);opacity:0}.page-container{min-height:100vh;padding-bottom:90px;background:#f5faf8}.home-header{background:linear-gradient(135deg,#1a9e8a 0%,#2da565 100%);padding:20px 16px 30px;position:relative}.header-top{display:flex;align-items:center;justify-content:space-between}.user-info{display:flex;align-items:center;gap:12px}.avatar{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;border:2px solid rgba(255,255,255,.3)}.user-name{font-family:"Noto Serif SC",serif;font-weight:900;font-size:18px;color:#fff}.user-level{display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,.2);color:#fff;padding:4px 10px;border-radius:20px;font-size:12px;margin-top:6px}.notify{width:40px;height:40px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.notify-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#e85d4a;border-radius:50%;border:2px solid #1a9e8a}.revenue-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #1a9e8a14}.revenue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.revenue-label{font-size:13px;color:#6b8a82}.revenue-amount{font-family:"Noto Serif SC",serif;font-weight:900;font-size:36px;color:#1a2f2b;margin-bottom:16px}.toggle-eye{width:36px;height:36px;background:rgba(0,0,0,.05);border:none;border-radius:10px;font-size:16px;color:#1a2f2b;cursor:pointer;display:flex;align-items:center;justify-content:center}.revenue-stats{display:flex;gap:20px;padding-top:16px;border-top:1px solid #e8f3f0}.revenue-stat{flex:1}.revenue-stat-label{font-size:12px;color:#6b8a82;margin-bottom:4px}.revenue-stat-value{font-size:18px;font-weight:700;color:#1a2f2b}.activity-banner{display:flex;align-items:center;gap:12px;background:#fff;border-radius:16px;padding:16px;margin:12px 16px 16px;cursor:pointer;box-shadow:0 2px 8px #1a9e8a0d}.activity-banner-icon{font-size:24px;flex-shrink:0;background:linear-gradient(135deg,#1a9e8a 0%,#2da565 100%);width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.activity-banner-content{flex:1;min-width:0}.activity-banner-text{font-size:14px;color:#1a2f2b;font-weight:700}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px}.quick-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #1a9e8a0d;cursor:pointer;transition:transform .2s}.quick-item:active{transform:scale(.95)}.quick-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px}.quick-icon.orange{background:linear-gradient(135deg,#fef7ed,#fff5f0)}.quick-icon.green{background:linear-gradient(135deg,#e8f6f3,#d4efe8)}.quick-icon.blue{background:linear-gradient(135deg,#e8f3ff,#d4e8ff)}.quick-icon.purple{background:linear-gradient(135deg,#f0e8ff,#e4d4ff)}.quick-label{font-size:12px;color:#1a2f2b;font-weight:500}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;border-top:1px solid #d8e8e4;display:flex;justify-content:space-between;align-items:center;padding:0;padding-bottom:env(safe-area-inset-bottom,8px);z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:1;height:100%;color:#6b8a82;font-size:11px;cursor:pointer;transition:all .2s;text-decoration:none;padding:4px 0}.nav-item .nav-icon{font-size:22px}.nav-item.router-link-active{color:#1a9e8a}.page-header-bar{padding:12px 16px;display:flex;align-items:center;gap:12px;background:#fff;border-bottom:1px solid #e8f3f0;position:sticky;top:0;z-index:50}.page-header-title{font-family:"Noto Serif SC",serif;font-weight:900;font-size:17px;flex:1;text-align:center;margin-right:44px;color:#1a2f2b}.back-btn{padding:16px;font-size:20px;color:#1a2f2b;cursor:pointer;display:flex;align-items:center;justify-content:center}.form-group{margin-bottom:16px}.form-label{display:block;font-size:13px;color:#6b8a82;margin-bottom:8px}.form-input{width:100%;padding:12px 16px;border:1.5px solid #d8e8e4;border-radius:10px;font-size:14px;font-family:inherit;background:#fff}.form-input:focus{outline:none;border-color:#1a9e8a}.form-select{width:100%;padding:12px 16px;border:1.5px solid #d8e8e4;border-radius:10px;font-size:14px;font-family:inherit;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video-container{background:#000}.video-player{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#1a2f2b,#0d1a17);display:flex;align-items:center;justify-content:center;position:relative}.video-placeholder-content{text-align:center;color:#fff}.video-play-icon{font-size:48px;cursor:pointer}.video-controls{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#1a2f2b}.video-btn{background:transparent;border:none;color:#fff;font-size:14px;cursor:pointer;padding:8px 12px}.like-btn{margin-left:auto}.video-btn.liked{color:#e85d4a}.event-hero{background:linear-gradient(135deg,#1a9e8a,#2da565);padding:40px 24px;text-align:center;color:#fff;position:relative;overflow:hidden}.event-hero-tag{display:inline-block;background:rgba(255,255,255,.2);padding:6px 16px;border-radius:20px;font-size:12px;margin-bottom:16px}.event-hero-title{font-size:26px;font-weight:800;margin-bottom:16px}.event-hero-meta{display:flex;justify-content:center;gap:24px;font-size:14px}.event-section{padding:24px 20px;background:#f5faf8}.event-section-title{font-size:18px;font-weight:700;margin-bottom:16px;color:#1a2f2b}.event-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 8px #1a9e8a0d}.mode-tabs{display:flex;gap:12px;margin-bottom:20px}.mode-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:#fff;border:2px solid #d8e8e4;border-radius:12px;cursor:pointer;transition:all .3s}.mode-tab.active{border-color:#1a9e8a;background:#e8f6f3}.mode-icon{font-size:28px}.mode-text{font-size:14px;font-weight:600;color:#1a2f2b}.self-info-card{background:#e8f6f3;border:1px solid rgba(26,158,138,.15);border-radius:12px;padding:20px;margin-bottom:20px}.self-info-row{display:flex;padding:10px 0;border-bottom:1px dashed rgba(26,158,138,.15)}.self-info-row:last-child{border-bottom:none}.self-info-label{font-size:13px;color:#6b8a82;width:70px}.self-info-value{font-size:15px;font-weight:600;flex:1;color:#1a2f2b}.submit-btn{width:100%;padding:14px;background:linear-gradient(135deg,#1a9e8a 0%,#2da565 100%);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer}.submit-btn.pay{background:linear-gradient(135deg,#1a9e8a 0%,#2da565 100%)}.form-tips{background:#e8f6f3;border-radius:10px;padding:16px;margin:20px 0;border:1px solid rgba(26,158,138,.1)}.form-tips p{font-size:13px;font-weight:600;color:#1a9e8a;margin-bottom:10px}.form-tips ul{list-style:none;padding:0;margin:0}.form-tips li{font-size:12px;color:#6b8a82;padding:4px 0 4px 16px;position:relative}.form-tips li:before{content:"•";position:absolute;left:4px;color:#1a9e8a}.login-page{min-height:100vh;background:linear-gradient(135deg,#1a9e8a 0%,#2da565 100%);position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-container{position:relative;z-index:1;padding:60px 24px 40px}.login-logo{text-align:center;margin-bottom:40px}.login-logo-icon{width:80px;height:80px;background:rgba(255,255,255,.2);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff}.login-logo h1{font-size:28px;color:#fff;font-weight:800;margin-bottom:8px}.login-logo p{color:#ffffffd9;font-size:14px}.login-box{background:#fff;border-radius:24px;padding:32px 24px;box-shadow:0 20px 60px #1a9e8a40}.login-tabs{display:flex;gap:8px;margin-bottom:24px;background:#f5faf8;border-radius:12px;padding:4px}.login-tab{flex:1;padding:12px;text-align:center;font-size:14px;font-weight:600;color:#6b8a82;cursor:pointer;border-radius:10px;transition:all .3s}.login-tab.active{background:#fff;color:#1a9e8a;box-shadow:0 2px 8px #1a9e8a1a}.login-input-group{margin-bottom:20px}.login-input-wrap{display:flex;align-items:center;background:#f5faf8;border-radius:12px;padding:4px 4px 4px 16px;margin-bottom:16px;border:1px solid #e8f3f0}.login-input-wrap input{flex:1;border:none;background:transparent;padding:12px 0;font-size:15px;outline:none}.login-input-wrap .input-icon{font-size:18px;margin-right:12px;color:#6b8a82}.login-code-btn{background:linear-gradient(135deg,#1a9e8a 0%,#2da565 100%);color:#fff;border:none;padding:10px 16px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.login-code-btn:disabled{background:#d8e8e4;cursor:not-allowed}.login-btn{width:100%;padding:14px;background:linear-gradient(135deg,#1a9e8a 0%,#2da565 100%);color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;margin-top:8px}.login-btn:active{transform:scale(.98)}.login-divider{display:flex;align-items:center;margin:24px 0;color:#6b8a82;font-size:13px}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#e8f3f0}.login-divider span{padding:0 16px}.wechat-login-btn{width:100%;padding:14px;background:#07c160;color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.login-agreement{text-align:center;font-size:12px;color:#6b8a82;margin-top:20px}.login-agreement a{color:#1a9e8a}@media print{body{background:#f5faf8!important}.page-container{padding-bottom:0!important}button,.bottom-nav,.back-btn{display:none!important}.page-header-bar{background:#fff!important;border-bottom:1px solid #e8f3f0!important}.page-header-title{color:#1a2f2b!important}}.identity-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:1000;display:flex;align-items:flex-end;justify-content:center}.identity-modal{background:#fff;border-radius:24px 24px 0 0;width:100%;max-height:80vh;overflow-y:auto;padding:24px}.identity-modal-header{text-align:center;margin-bottom:20px}.identity-modal-header h3{font-family:"Noto Serif SC",serif;font-size:20px;font-weight:900;margin-bottom:8px}.identity-modal-header p{font-size:13px;color:#6b8a82}.identity-list{margin-bottom:16px}.identity-item{display:flex;align-items:center;gap:16px;padding:16px;border:2px solid #e8f3f0;border-radius:16px;margin-bottom:12px;cursor:pointer;transition:all .2s}.identity-item:hover,.identity-item.selected{border-color:#1a9e8a;background:#e8f6f3}.identity-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}.identity-info{flex:1}.identity-name{font-weight:700;font-size:16px;margin-bottom:4px}.identity-type{font-size:13px;color:#1a9e8a;font-weight:600}.identity-phone{font-size:12px;color:#6b8a82}.identity-check{font-size:24px;color:#1a9e8a}.identity-confirm-btn{width:100%;padding:14px;background:linear-gradient(135deg,#1a9e8a,#2da565);color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer}.identity-cancel-btn{width:100%;padding:14px;background:#f5faf8;color:#6b8a82;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;margin-top:12px}.empty-list:not(.no-empty-img):before,.nm-empty:not(.no-empty-img):before,.empty:not(.no-empty-img):before,.empty-box:not(.no-empty-img):before,.empty-state:not(.no-empty-img):before,.empty-module:not(.no-empty-img):before,.empty-tip:not(.no-empty-img):before,.h5-empty-illus:not(.no-empty-img):before{content:"";display:block;width:140px;height:140px;margin:0 auto 8px;background:url(/images/empty-default.png) no-repeat center / contain}.empty-state.small:not(.no-empty-img):before,.h5-empty-illus.small:not(.no-empty-img):before{width:96px;height:96px;margin-bottom:6px}.empty-list:not(.no-empty-img),.nm-empty:not(.no-empty-img),.empty:not(.no-empty-img),.empty-box:not(.no-empty-img),.empty-state:not(.no-empty-img),.empty-module:not(.no-empty-img),.empty-tip:not(.no-empty-img),.h5-empty-illus:not(.no-empty-img){font-size:13px}
