*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;max-width:100vw}html,body{width:100%;height:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#333;overflow-x:hidden;max-width:100vw}button{border:none;outline:none;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent}input{border:none;outline:none;background:none;font-family:inherit;font-size:inherit}input::placeholder{color:#c7c7cc}:root{--primary-color: #428BF4;--bg-color: #F6F6F6;--card-bg: #FFFFFF;--text-primary: #1B1A1F;--text-secondary: #737B98;--text-placeholder: #C7C7CC;--border-color: #E5E7EB;--success-color: #09BB07;--error-color: #E7000B}body{background:linear-gradient(180deg,#c2d5fd,#f6f6f6 62.99%) no-repeat;background-size:100% 100vh;background-color:#f6f6f6;min-height:100vh}.header{position:fixed;top:0;left:0;right:0;height:44px;background:transparent;display:flex;align-items:center;overflow:hidden;z-index:100}.header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;opacity:0;transition:opacity .2s ease;z-index:0}.header.scrolled{box-shadow:0 1px #e5e7ebe6}.header.scrolled:before{opacity:1}.header.scrolled .back-btn{background:#f7f8fa}.back-btn{position:relative;flex-shrink:0;margin-left:16px;width:36px;height:36px;background:#f7f6f933;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-primary);z-index:1}.back-btn svg{width:16px;height:16px}.title{position:relative;flex:1;margin-left:12px;margin-right:16px;font-size:17px;font-weight:700;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:1}.main{padding:56px 16px 120px}
