.app-shell{width:100%;max-width:480px;min-height:100%;height:100%;margin:0 auto;background:#ededed;position:relative;box-shadow:0 0 40px #0000001f;overflow-x:hidden;overflow-y:auto}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden;background:#ccc}body{font-family:-apple-system,PingFang SC,Helvetica Neue,sans-serif;font-size:14px;color:#191919;background:#ededed;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}#app{height:100%;display:flex;flex-direction:column}input,textarea,button{font-family:inherit;outline:none;border:none;background:none}button{cursor:pointer}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}:root{--green: #07c160;--green-dark: #05a34f;--green-light: #e8f5e9;--green-pale: #f0faf4;--red: #fa5151;--blue: #1565c0;--orange: #e6820e;--bg: #ededed;--bg-card: #ffffff;--text-primary: #191919;--text-secondary: #555;--text-muted: #999;--text-hint: #bbb;--border: #f0f0f0;--border-mid: #e0e0e0;--shadow: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 20px rgba(0,0,0,.1);--radius: 8px;--radius-lg: 16px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px);--nav-h: 56px;--tab-h: 56px}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.flex-1{flex:1;min-width:0;min-height:0}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.text-sm{font-size:12px}.text-base{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:18px}.font-medium{font-weight:500}.font-bold{font-weight:700}.text-green{color:var(--green)}.text-muted{color:var(--text-muted)}.text-red{color:var(--red)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden}.avatar{border-radius:8px;background:var(--border-mid);flex-shrink:0;object-fit:cover}.avatar-40{width:40px;height:40px}.avatar-48{width:48px;height:48px;border-radius:10px}.avatar-60{width:60px;height:60px;border-radius:12px}.avatar-80{width:80px;height:80px;border-radius:16px}.avatar-round{border-radius:50%}.badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:10px;font-size:11px;font-weight:600;white-space:nowrap}.badge-owner{background:#fff3e0;color:#e6820e}.badge-admin{background:var(--green-light);color:var(--green)}.badge-member{background:#f5f5f5;color:var(--text-muted)}.badge-partner{background:#e3f2fd;color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;transition:opacity .15s;white-space:nowrap}.btn:active{opacity:.75}.btn-primary{background:var(--green);color:#fff}.btn-outline{background:#fff;color:var(--green);border:1.5px solid var(--green)}.btn-ghost{background:#f5f5f5;color:var(--text-secondary)}.btn-danger{background:var(--red);color:#fff}.btn-block{width:100%}.btn-round{border-radius:24px}.input{width:100%;padding:11px 14px;background:#f7f7f7;border-radius:8px;font-size:14px;color:var(--text-primary);transition:background .15s}.input:focus{background:#efefef}.input::placeholder{color:var(--text-hint)}.divider-block{height:8px;background:var(--bg)}.divider-line{height:1px;background:var(--border)}.list-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-bottom:1px solid var(--border);transition:background .1s}.list-item:active{background:#f9f9f9}.list-item:last-child{border-bottom:none}.empty-state{display:flex;flex-direction:column;align-items:center;padding:60px 30px;gap:12px;color:var(--text-muted)}.empty-state .icon{font-size:52px;margin-bottom:4px}.switch-wrap{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.switch-wrap input{opacity:0;width:0;height:0}.switch-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:var(--border-mid);cursor:pointer;transition:background .2s}.switch-track:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 3px #0003}.switch-wrap input:checked+.switch-track{background:var(--green)}.switch-wrap input:checked+.switch-track:after{transform:translate(20px)}.loading-dots{display:flex;gap:4px;align-items:center}.loading-dots span{width:6px;height:6px;border-radius:50%;background:var(--text-hint);animation:ldot 1.2s infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes ldot{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b8;color:#fff;padding:10px 20px;border-radius:8px;font-size:14px;z-index:9999;pointer-events:none;white-space:nowrap}.sheet-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:400}.sheet-panel{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;padding-bottom:calc(16px + var(--safe-bottom));z-index:401;animation:slideUp .25s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}}.sheet-title{text-align:center;padding:16px;font-size:13px;color:var(--text-muted);border-bottom:1px solid var(--border)}::-webkit-scrollbar{display:none}*{scrollbar-width:none}.fade-enter-active,.fade-leave-active{transition:opacity .15s}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:transform .25s ease}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(100%)}
