.custom-tab-bar[data-v-c515f5bd]{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:flex-end;padding:0 24px calc(10px + env(safe-area-inset-bottom));background:transparent;pointer-events:none;z-index:100}.bottom-bar__pill[data-v-c515f5bd]{pointer-events:auto;width:100%;max-width:320px;box-sizing:border-box;display:flex;align-items:stretch;justify-content:space-between;gap:8px;padding:8px 12px;background:#fff;border-radius:999px;box-shadow:0 4px 24px #00000014,0 1px 3px #0000000f;border:1px solid rgba(0,0,0,.04)}.bottom-bar__item[data-v-c515f5bd]{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border-radius:999px;box-sizing:border-box;transition:background .2s ease}.bottom-bar__item--active[data-v-c515f5bd]{background:#2d865914}.bottom-bar__text[data-v-c515f5bd]{font-size:14px;font-weight:500;line-height:1.2;color:#6b7280;white-space:nowrap}.bottom-bar__item--active .bottom-bar__text[data-v-c515f5bd]{color:#2d8659;font-weight:600}.tab-icon[data-v-c515f5bd]{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tab-icon-phone[data-v-c515f5bd]{width:10px;height:16px;border:2px solid #9ca3af;border-radius:2px;position:relative;box-sizing:border-box}.tab-icon-phone[data-v-c515f5bd]:after{content:"";position:absolute;bottom:2px;left:50%;transform:translate(-50%);width:3px;height:3px;border-radius:50%;background:#9ca3af}.tab-icon-phone--active[data-v-c515f5bd]{border-color:#2d8659}.tab-icon-phone--active[data-v-c515f5bd]:after{background:#2d8659}.tab-icon-user[data-v-c515f5bd]{width:14px;height:14px;position:relative;box-sizing:border-box}.tab-icon-user[data-v-c515f5bd]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;border:2px solid #9ca3af;background:transparent}.tab-icon-user[data-v-c515f5bd]:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:12px;height:5px;border-radius:6px 6px 0 0;border:2px solid #9ca3af;border-bottom:0;background:transparent}.tab-icon-user--active[data-v-c515f5bd]:before{border-color:#2d8659}.tab-icon-user--active[data-v-c515f5bd]:after{border-color:#2d8659}.toast-wrap[data-v-d3b0ccd0]{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9999;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:none}.toast-item[data-v-d3b0ccd0]{display:flex;flex-direction:column;align-items:center;max-width:70vw;padding:12px 16px;background:#000000c7;border-radius:10px}.toast-icon[data-v-d3b0ccd0]{width:40px;height:40px;margin-bottom:6px}.toast-text[data-v-d3b0ccd0]{color:#fff;font-size:14px;line-height:1.4;text-align:center;word-break:break-word}.dialog-mask[data-v-60df727c]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9998;display:flex;align-items:center;justify-content:center}.dialog-box[data-v-60df727c]{width:80%;max-width:320px;background:#fff;border-radius:14px;overflow:hidden}.dialog-title[data-v-60df727c]{padding:20px 20px 8px;font-size:17px;font-weight:600;text-align:center;color:#111827}.dialog-content[data-v-60df727c]{padding:8px 20px 20px;font-size:15px;color:#4b5563;text-align:center;white-space:pre-wrap;line-height:1.5}.dialog-actions[data-v-60df727c]{display:flex;border-top:1px solid #f0f0f0}.dialog-btn[data-v-60df727c]{flex:1;text-align:center;padding:14px 0;font-size:16px}.dialog-btn--cancel[data-v-60df727c]{color:#6b7280;border-right:1px solid #f0f0f0}.dialog-btn--ok[data-v-60df727c]{color:#2d8659;font-weight:500}.loading-mask[data-v-fe9ec840]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:9997;display:flex;align-items:center;justify-content:center}.loading-box[data-v-fe9ec840]{display:flex;flex-direction:column;align-items:center;padding:20px 24px;background:#000000bf;border-radius:12px}.loading-spinner[data-v-fe9ec840]{width:32px;height:32px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:loading-spin-fe9ec840 .8s linear infinite}.loading-text[data-v-fe9ec840]{margin-top:10px;color:#fff;font-size:14px}@keyframes loading-spin-fe9ec840{to{transform:rotate(360deg)}}.app-root[data-v-6aaea297]{width:100%;height:100%;min-height:100%;position:relative}:root,body,#app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#111827;background:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{display:flex;justify-content:center;background:#e5e7eb;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}#app{width:100%;max-width:480px;height:100%;flex-shrink:0;background:#f5f5f5;position:relative;overflow:hidden;box-shadow:0 0 24px #0000001f;transform:translateZ(0)}.safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.btn{display:flex;align-items:center;justify-content:center;height:44px;border-radius:22px;font-size:15px;font-weight:500}.btn-primary{background:linear-gradient(135deg,#2d8659,#1a5c3d);color:#fff}.btn-outline{background:#fff;color:#111827;border:1px solid rgba(0,0,0,.08)}button{font-family:inherit}::-webkit-scrollbar{display:none;width:0;height:0}img{display:block}
