:root{color:#1f2937;background:#f3f5f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{min-width:320px;overflow:hidden;-webkit-tap-highlight-color:transparent}button{font:inherit}.app-shell{display:flex;width:100%;height:100%;min-height:100dvh;flex-direction:column;background:#f3f5f7}.app-header{z-index:2;display:flex;min-height:58px;flex:0 0 auto;align-items:center;justify-content:space-between;padding:calc(8px + env(safe-area-inset-top)) 14px 8px;border-bottom:1px solid #e2e8ee;background:#fff}.brand{display:flex;min-width:0;align-items:center;gap:10px}.brand-mark{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:8px;background:#e8f6ef;color:#087f4f;font-size:13px;font-weight:700;letter-spacing:0}.brand-copy{display:flex;min-width:0;flex-direction:column;gap:1px}.brand-copy strong{overflow:hidden;color:#111827;font-size:15px;font-weight:650;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.brand-copy span{color:#6b7280;font-size:11px;line-height:16px}.header-actions{display:flex;flex:0 0 auto;align-items:center;gap:6px}.icon-button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:1px solid #dce3ea;border-radius:8px;background:#fff;color:#374151;cursor:pointer}.icon-button:active{background:#eef2f5}.chat-frame-wrap{position:relative;min-height:0;flex:1;overflow:hidden;background:#fff}.chat-frame{display:block;width:100%;height:100%;border:0;background:#fff}.state-layer{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:24px;background:#fff;color:#5b6470;text-align:center}.state-layer-error{justify-content:center}.state-layer-error strong{color:#1f2937;font-size:16px}.state-layer-error p{max-width:300px;margin:-2px 0 4px;color:#6b7280;font-size:13px;line-height:20px}.spin{animation:spin .9s linear infinite}.error-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.primary-button,.secondary-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:0 14px;border-radius:7px;cursor:pointer}.primary-button{border:1px solid #087f4f;background:#087f4f;color:#fff}.secondary-button{border:1px solid #d6dde5;background:#fff;color:#374151}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 768px){body{background:#e9edf1}.app-shell{width:min(100%,960px);margin:0 auto;box-shadow:0 0 32px #19232d1f}}.app-shell-profile{background:#f3f5f7}.profile-shell{display:flex;min-height:0;flex:1;flex-direction:column;overflow-y:auto;background:#f3f5f7}.profile-nav{display:grid;min-height:54px;flex:0 0 auto;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;padding:calc(6px + env(safe-area-inset-top)) 8px 6px;border-bottom:1px solid #e5e8ec;background:#fff}.profile-nav-title{overflow:hidden;color:#171b21;font-size:16px;font-weight:650;text-align:center;text-overflow:ellipsis;white-space:nowrap}.profile-nav-spacer{width:44px;height:44px}.nav-back{display:grid;width:40px;height:40px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:#1e232a;cursor:pointer}.nav-back:active{background:#eef1f4}.profile-hero{display:flex;flex:0 0 auto;align-items:center;flex-direction:column;padding:30px 22px 24px;background:#fff}.profile-avatar{display:grid;width:78px;height:78px;place-items:center;border:1px solid #cfe0ff;border-radius:20px;background:#1769e0;color:#fff;box-shadow:0 8px 22px #1769e02e}.profile-name-line{display:flex;align-items:center;gap:6px;margin-top:16px}.profile-name-line h1{margin:0;color:#14181d;font-size:23px;font-weight:680;line-height:30px}.verified-icon{color:#1769e0;fill:#e8f1ff}.profile-handle{margin:4px 0 0;color:#7a8492;font-size:13px;line-height:20px}.profile-section{flex:0 0 auto;margin-top:10px;border-top:1px solid #e8ebef;border-bottom:1px solid #e8ebef;background:#fff}.profile-section-title{padding:13px 18px 8px;color:#8a929e;font-size:12px;line-height:18px}.info-row{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:20px;padding:0 18px;border-bottom:1px solid #f0f2f4}.info-row-last{border-bottom:0}.info-row span{flex:0 0 auto;color:#7c8490;font-size:14px}.info-row strong{overflow:hidden;color:#252b32;font-size:14px;font-weight:560;text-align:right;text-overflow:ellipsis;white-space:nowrap}.status-text{color:#0b7a46!important}.service-section{overflow:hidden}.service-row{display:grid;width:100%;min-height:66px;grid-template-columns:40px minmax(0,1fr) 22px;align-items:center;gap:12px;padding:10px 18px;border:0;border-bottom:1px solid #f0f2f4;background:#fff;color:inherit;text-align:left;cursor:pointer}.service-row:last-child{border-bottom:0}.service-row:active{background:#f7f9fc}.service-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:10px;background:#edf4ff;color:#1769e0}.service-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.service-copy strong{color:#20252b;font-size:15px;font-weight:620;line-height:21px}.service-copy small{overflow:hidden;color:#8a929e;font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.service-arrow{color:#b8c0ca}.enter-bar{position:sticky;bottom:0;z-index:2;margin-top:auto;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#f3f5f7f5;border-top:1px solid rgba(228,232,236,.9)}.enter-button{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:#1769e0;color:#fff;font-size:16px;font-weight:650;cursor:pointer}.enter-button:active{background:#1156bb}.chat-back{width:32px;height:32px;margin-right:2px}.landing-shell{display:flex;min-height:0;flex:1;flex-direction:column;overflow-y:auto;background:#f3f5f7}.hero-banner{position:relative;width:100%;max-height:280px;aspect-ratio:16 / 9;flex:0 0 auto;overflow:hidden;background:#0b2545}.hero-banner img{display:block;width:100%;height:100%;object-fit:cover}.hero-banner:after{position:absolute;top:42%;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#07142600,#071426c7);content:"";pointer-events:none}.hero-back{position:absolute;top:calc(12px + env(safe-area-inset-top));left:12px;z-index:2;display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:#0b192b94;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-copy{position:absolute;z-index:2;bottom:17px;left:18px;display:flex;flex-direction:column;gap:2px;color:#fff}.hero-copy strong{font-size:24px;font-weight:700;line-height:31px;letter-spacing:0}.hero-copy span{color:#ffffffc7;font-size:12px;line-height:18px}.module-section{flex:0 0 auto;margin-top:10px;border-top:1px solid #e8ebef;border-bottom:1px solid #e8ebef;background:#fff}.module-heading{padding:14px 18px 9px;color:#8a929e;font-size:12px;line-height:18px}.module-row{display:grid;width:100%;min-height:72px;grid-template-columns:46px minmax(0,1fr) 22px;align-items:center;gap:13px;padding:12px 18px;border:0;border-top:1px solid #f0f2f4;background:#fff;color:inherit;text-align:left;cursor:pointer}.module-row:active{background:#f7f9fc}.module-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:12px;background:#eaf2ff;color:#1769e0}.module-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.module-copy strong{color:#1d2229;font-size:16px;font-weight:640;line-height:22px}.module-copy small{overflow:hidden;color:#8a929e;font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.module-arrow{color:#b7c0ca}@media (min-width: 768px){.app-shell-profile{width:min(100%,560px);box-shadow:0 0 32px #19232d1f}}
