:root{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,Arial,sans-serif;color:#172234;background:#f3f6fa;font-synthesis:none;text-rendering:optimizeLegibility;--wecom-blue: #1687ed;--wecom-blue-dark: #0875d7;--text: #172234;--muted: #747d8b;--quiet: #949ca8;--line: #dde3ea;--line-soft: #e8edf2;--surface: #ffffff;--page-gray: #f3f6fa;--success: #17966a;--success-bg: #e7f8ef;--warning: #a66b10;--warning-bg: #fff6df;--danger: #c64646}*{box-sizing:border-box}html{min-width:320px;background:var(--page-gray)}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:var(--page-gray);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font:inherit}button:focus-visible{outline:2px solid rgba(22,135,237,.45);outline-offset:2px}.bridge-app{width:100%;min-height:100vh;margin:0 auto;overflow-x:hidden;color:var(--text)}.bridge-app--desktop{max-width:420px;background:var(--surface);border-right:1px solid #d9dfe6;border-left:1px solid #d9dfe6}.bridge-app--mobile{min-height:100dvh;background:var(--page-gray)}.profile-header{height:43px;position:sticky;top:0;z-index:20;padding:0 14px;display:flex;align-items:center;gap:10px;background:#fffffffa;border-bottom:1px solid var(--line)}.profile-header h1{margin:0;color:#0f1724;font-size:16px;line-height:1;font-weight:700;white-space:nowrap}.match-badge{min-height:22px;padding:2px 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;font-size:11px;line-height:1;font-weight:600;white-space:nowrap}.match-badge.is-matched{color:var(--success);background:var(--success-bg)}.match-badge.is-unmatched{color:var(--warning);background:var(--warning-bg)}.match-badge.is-pending{color:#5e6b7c;background:#edf1f5}.updated-time{color:var(--muted);font-size:11px;line-height:1;white-space:nowrap}.refresh-button,.header-icon-button{padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--wecom-blue);background:transparent;border:0}.refresh-button{min-width:48px;height:31px;margin-left:1px;gap:4px;border-radius:5px;font-size:11px;font-weight:650;white-space:nowrap}.refresh-button:hover:not(:disabled){background:#eff7ff}.refresh-button:disabled{color:#8aa8c2;cursor:default}.window-actions{margin-left:auto;display:flex;align-items:center;gap:17px;color:#596473}.header-back{width:27px;height:32px;margin-left:-8px;color:#101926;border-radius:5px}.is-spinning{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.freshness-notice{min-height:31px;padding:7px 16px;display:flex;align-items:center;gap:8px;color:#7a8492;background:#f7f9fc;font-size:11px;line-height:1.45}.freshness-notice.is-stale{color:#8b5e17;background:var(--warning-bg);border-bottom:1px solid #f0deb1}.freshness-notice.is-error{color:#a44343;background:#fff0f0;border-bottom:1px solid #f1cdcd}.freshness-notice svg{flex:0 0 auto}.profile-content{width:100%}.profile-section{padding:13px 15px 15px;background:var(--surface);border-bottom:1px solid var(--line)}.section-title{min-height:22px;display:flex;align-items:center;gap:8px}.section-title svg{color:var(--wecom-blue)}.section-title h2{margin:0;color:#172132;font-size:14px;line-height:1.25;font-weight:700}.field-grid{margin:13px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:10px;row-gap:11px}.field-item{min-width:0;display:flex;align-items:baseline;color:#354052;font-size:10px;line-height:1.35}.field-item dt{flex:0 0 auto;color:#1d2939;font-weight:700;white-space:nowrap}.field-item dd{min-width:0;margin:0;overflow-wrap:anywhere}.field-item.span-2{grid-column:span 2}.field-item.span-3{grid-column:1 / -1}.membership-grid{margin-top:14px}.membership-grid .field-item{font-size:10.5px}.matchmaker-period{margin-top:13px;display:flex;align-items:center;gap:5px;color:#3b4657;font-size:10.5px}.matchmaker-period strong{color:#1d2939}.matchmaker-period svg{color:#8b95a3}.purchase-history{margin-top:15px}.purchase-history h3{margin:0 0 8px;color:#192435;font-size:10.5px;line-height:1.3;font-weight:700}.purchase-history h3 span{color:var(--quiet);font-weight:400}.purchase-table-wrap{width:100%}.purchase-table{width:100%;border-collapse:collapse;table-layout:fixed;color:#364153;font-size:8px}.purchase-table th,.purchase-table td{height:28px;padding:0 3px;overflow:hidden;border-bottom:1px solid var(--line-soft);text-align:left;text-overflow:ellipsis;white-space:nowrap}.purchase-table th{height:25px;color:#8a93a0;font-weight:400;border-top:1px solid var(--line);border-bottom-color:var(--line)}.purchase-table tr:last-child td{border-bottom:0}.purchase-table th:nth-child(1){width:20%}.purchase-table th:nth-child(2){width:12%}.purchase-table th:nth-child(3){width:21%}.purchase-table th:nth-child(4){width:29%}.purchase-table th:nth-child(5){width:12%}.purchase-table th:nth-child(6){width:6%}.purchase-list{overflow:hidden;border:1px solid #d7dde5;border-radius:5px}.purchase-item{min-height:49px;padding:9px 27px 9px 8px;position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr);gap:10px;color:#2d394b;border-bottom:1px solid var(--line);font-size:9.5px;line-height:1.45}.purchase-item:last-child{border-bottom:0}.purchase-item-main,.purchase-item-details{min-width:0;display:flex;flex-direction:column;gap:2px}.purchase-item-main>strong{overflow:hidden;color:#172132;font-size:10.5px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.purchase-item-main>b{position:absolute;top:9px;left:35%;color:#172132;font-size:10.5px;line-height:1.35}.purchase-item-main>span{margin-top:2px;white-space:nowrap}.purchase-item-details span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase-chevron{position:absolute;top:50%;right:8px;color:#203149;transform:translateY(-50%)}.inline-empty{margin:0;padding:16px;color:var(--quiet);background:#f7f9fb;border:1px dashed var(--line);border-radius:5px;font-size:10px;text-align:center}.activity-list{margin:12px 0 0;display:flex;flex-direction:column;gap:10px}.activity-list>div{display:flex;align-items:baseline;color:#354052;font-size:10px;line-height:1.35}.activity-list dt{flex:0 0 auto;color:#1d2939;font-weight:700}.activity-list dd{margin:0}.continue-hint{display:none}.state-panel{min-height:calc(100vh - 43px);padding:28px 24px;background:var(--surface)}.centered-state,.unmatched-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.state-icon{width:60px;height:60px;display:grid;place-items:center;color:var(--wecom-blue);background:#edf6ff;border-radius:50%}.state-icon.is-error{color:var(--danger);background:#fff0f0}.state-icon.is-unmatched{color:#a36a17;background:var(--warning-bg)}.centered-state h2,.unmatched-state h2{margin:18px 0 0;color:#182335;font-size:17px}.centered-state p,.unmatched-state>p{max-width:310px;margin:9px 0 0;color:var(--muted);font-size:11px;line-height:1.65}.state-action{min-height:36px;margin-top:20px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:var(--wecom-blue);border:0;border-radius:5px;font-size:11px;font-weight:650}.state-action:hover{background:var(--wecom-blue-dark)}.unmatched-state ol{width:100%;max-width:330px;margin:18px 0 0;padding:0 0 0 24px;color:#3c4758;text-align:left}.unmatched-state li{padding:8px 0 8px 4px;border-bottom:1px solid var(--line-soft);font-size:11px;line-height:1.5}.unmatched-state li::marker{color:var(--wecom-blue);font-weight:700}.loading-state{display:flex;flex-direction:column}.loading-state p{margin:28px 0 0;color:var(--quiet);font-size:11px;text-align:center}.loading-heading{margin-bottom:20px;display:flex;align-items:center;gap:10px}.skeleton{display:block;background:#e9edf2;border-radius:4px;animation:skeleton-pulse 1.3s ease-in-out infinite alternate}.skeleton-icon{width:22px;height:22px}.skeleton-title{width:112px;height:18px}.skeleton-line{height:13px;margin-bottom:14px}.skeleton-line.line-1{width:91%}.skeleton-line.line-2{width:72%}.skeleton-line.line-3{width:84%}@keyframes skeleton-pulse{to{opacity:.45}}.bridge-app--mobile .profile-header{height:40px;padding:0 16px;gap:10px}.bridge-app--mobile .profile-header h1{font-size:15px}.bridge-app--mobile .match-badge{min-height:21px;font-size:11px}.bridge-app--mobile .updated-time{font-size:10.5px}.bridge-app--mobile .refresh-button{margin-left:auto;font-size:10.5px}.bridge-app--mobile .profile-content{padding-top:5px;display:flex;flex-direction:column;gap:5px}.bridge-app--mobile .profile-section{padding:13px 16px 14px;border-bottom:0;border-radius:5px;box-shadow:0 1px 2px #1c2d450a}.bridge-app--mobile .section-title h2{font-size:14px}.bridge-app--mobile .field-grid{column-gap:13px;row-gap:10px}.bridge-app--mobile .field-item,.bridge-app--mobile .membership-grid .field-item,.bridge-app--mobile .matchmaker-period,.bridge-app--mobile .activity-list>div{font-size:10px}.bridge-app--mobile .purchase-history h3{font-size:10.5px}.bridge-app--mobile .state-panel{min-height:calc(100dvh - 40px)}.bridge-app--mobile .activity-section{padding-bottom:8px}.bridge-app--mobile .continue-hint{margin-top:13px;display:flex;align-items:center;justify-content:center;gap:10px;color:#7a8492;font-size:10px}@media(max-width:360px){.profile-header{gap:6px;padding-inline:10px}.profile-header h1{font-size:14px}.updated-time{font-size:9.5px}.window-actions{gap:9px}.profile-section{padding-inline:12px}.field-grid{column-gap:7px}.field-item,.bridge-app--mobile .field-item{font-size:9.3px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
