*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;background:#0f1923;color:#e0e6ed;min-height:100vh;font-size:16px;-webkit-font-smoothing:antialiased}#app-root{max-width:640px;margin:0 auto;position:relative;min-height:100vh}.topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1a2736;border-bottom:1px solid #2a3a4a;gap:8px;flex-wrap:wrap}.topbar-logo{font-size:20px;font-weight:700;flex-shrink:0}.topbar-banner{background:#854d0e;color:#fef08a;text-align:center;padding:4px 10px;font-size:11px;line-height:1.4;border-radius:4px;flex:1;min-width:200px}.topbar-user{font-size:14px;color:#8892a4;display:flex;align-items:center;gap:8px;flex-shrink:0}.topbar-name{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trial-badge{font-size:11px;color:#f59e0b}.change-name{color:#f59e0b;cursor:pointer;font-size:12px}.page-content{padding-bottom:16px}.page-content.has-tabbar{padding-bottom:72px}.card{background:#1a2736;border-radius:16px;padding:24px;margin:16px;border:1px solid #2a3a4a}.card-title{font-size:16px;font-weight:600;margin-bottom:16px}.label{font-size:14px;color:#8892a4;margin-bottom:8px;display:block}textarea,input,select{width:100%;background:#0f1923;border:1px solid #2a3a4a;border-radius:12px;padding:14px 16px;color:#e0e6ed;font-size:15px;font-family:inherit;outline:none;transition:border .2s}textarea:focus,input:focus,select:focus{border-color:#f59e0b}textarea{min-height:120px;resize:vertical;line-height:1.6}.btn{display:block;width:100%;padding:16px;border:none;border-radius:12px;font-size:17px;font-weight:600;cursor:pointer;text-align:center;transition:opacity .2s}.btn-primary{background:#f59e0b;color:#000;font-weight:700}.btn-primary:disabled{opacity:.4;cursor:not-allowed;background:#92400e}.btn-ghost{background:transparent;color:#8892a4;font-size:14px;margin-top:8px;border:none;cursor:pointer;width:100%;padding:12px}.btn-sm{padding:10px 16px;font-size:14px;display:inline-block;width:auto}.examples{display:flex;gap:8px;flex-wrap:wrap;margin:0 16px 16px}.example-tag{background:#451a03;color:#fbbf24;padding:8px 16px;border-radius:20px;font-size:13px;cursor:pointer;border:1px solid #b45309;white-space:nowrap}.stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.stat-item{background:#0f1923;border-radius:12px;padding:16px;text-align:center}.stat-value{font-size:28px;font-weight:700;display:block}.stat-label{font-size:12px;color:#8892a4;margin-top:4px}.stat-full{grid-column:1 / -1;display:flex;justify-content:space-around;padding:12px}.positive{color:#f59e0b}.negative{color:#f87171}.trade-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #2a3a4a;font-size:14px}.loading{text-align:center;padding:60px 20px}.spinner{width:40px;height:40px;border:3px solid #2a3a4a;border-top-color:#f59e0b;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#8892a4;font-size:15px;margin-bottom:20px}.stock-tip{background:#1a2736;border-radius:12px;padding:16px;margin:24px 16px 0;font-size:13px;color:#8892a4}.profile-header{text-align:center;padding:32px 16px}.profile-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:28px;color:#000;font-weight:700}.profile-name{font-size:20px;font-weight:600}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#1a2736;border-radius:16px;padding:32px;width:90%;max-width:360px;text-align:center;border:1px solid #2a3a4a}.modal h3{font-size:18px;margin-bottom:8px}.modal p{font-size:14px;color:#8892a4;margin-bottom:20px}.modal-input{text-align:center;font-size:18px;margin-bottom:16px}.modal .btn{margin-top:8px}.register-benefits{background:#0f1923;border-radius:12px;padding:16px;margin-bottom:16px;text-align:left;font-size:13px;line-height:2}.register-benefits b{color:#f59e0b}.register-msg{font-size:12px;color:#8892a4;margin-top:8px}.tabbar{display:flex;background:#1a2736;border-top:1px solid #2a3a4a;position:fixed;bottom:0;left:0;right:0;max-width:640px;margin:0 auto;z-index:50}.tab-item{flex:1;text-align:center;padding:8px 0;cursor:pointer;color:#4a5568;font-size:11px;transition:color .2s}.tab-item.active{color:#f59e0b}.tab-icon{font-size:18px;display:block;margin-bottom:2px}.tab-label{display:block}.kb-tabs{display:flex;overflow-x:auto;gap:6px;margin:0 16px 16px;padding-bottom:8px}.kb-tab{padding:6px 14px;border-radius:16px;font-size:13px;white-space:nowrap;cursor:pointer;background:#0f1923;color:#8892a4;border:1px solid #2a3a4a;flex-shrink:0}.kb-tab.active{background:#451a03;color:#fbbf24;border-color:#f59e0b}.cond-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#0f1923;border-radius:8px;margin:0 16px 8px}.cond-item .cond-name{font-size:14px}.cond-item .cond-desc{font-size:12px;color:#8892a4;margin-top:2px}.cond-item .add-btn{background:#451a03;color:#fbbf24;border:1px solid #b45309;padding:4px 12px;border-radius:12px;font-size:12px;cursor:pointer;white-space:nowrap}.cond-item .add-btn.added{background:#78350f;color:#fcd34d;border-color:#f59e0b}.combo-bar{position:sticky;bottom:72px;background:#1a2736;border:1px solid #f59e0b;border-radius:12px;padding:12px 16px;margin:16px;display:flex;justify-content:space-between;align-items:center}.combo-bar .btn-sm{background:#f59e0b;color:#000;border:none;padding:8px 16px;border-radius:8px;font-weight:600;cursor:pointer}.points-card{background:linear-gradient(135deg,#1a2736,#451a03);border-radius:16px;padding:20px;text-align:center;border:1px solid #78350f;cursor:pointer}.points-card .price{font-size:32px;font-weight:700;color:#f59e0b}.points-card .original{font-size:14px;color:#4a5568;text-decoration:line-through}.points-card .tag{display:inline-block;background:#78350f;color:#fcd34d;padding:2px 10px;border-radius:10px;font-size:11px;margin-top:6px}.tier-progress{margin:16px 0}.tier-bar{height:8px;background:#0f1923;border-radius:4px;overflow:hidden;margin-top:8px}.tier-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#dc2626);border-radius:4px;transition:width .5s}.tier-labels{display:flex;justify-content:space-between;font-size:12px;color:#4a5568;margin-top:4px}.tier-labels .active{color:#f59e0b;font-weight:600}.disclaimer{font-size:12px;color:#4a5568;text-align:center;padding:16px;line-height:1.6}.strategy-card{background:#0f1923;border-radius:12px;padding:20px;line-height:1.8}.strategy-tag{background:#1e3a5f;color:#93c5fd;padding:2px 10px;border-radius:6px;font-size:12px}.ref-link{font-size:13px;color:#f59e0b;word-break:break-all;background:#0f1923;padding:12px;border-radius:8px;border:1px dashed #f59e0b;cursor:pointer}
