#app{width:100vw;height:100vh;overflow:hidden}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;overflow:hidden;transition:background-color .3s ease,color .3s ease}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}input,button,textarea,select{font:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}.dark ::-webkit-scrollbar-thumb{background:#ffffff26}.dark ::-webkit-scrollbar-thumb:hover{background:#ffffff40}.fade-enter-active,.fade-leave-active{transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-fade-enter-active{transition:all .25s ease-out}.slide-fade-leave-active{transition:all .2s ease-in}.slide-fade-enter-from{opacity:0;transform:translate(-10px)}.slide-fade-leave-to{opacity:0;transform:translate(10px)}.page-enter-active{transition:opacity .3s ease,transform .3s ease}.page-leave-active{transition:opacity .2s ease}.page-enter-from{opacity:0;transform:translateY(8px)}.page-leave-to{opacity:0}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}:root{--page-tip-panel-bg: radial-gradient(circle at top right, rgba(59, 130, 246, .12), transparent 34%), linear-gradient(145deg, rgba(248, 250, 252, .98), rgba(241, 245, 249, .94));--page-tip-panel-border: rgba(148, 163, 184, .2);--page-tip-panel-shadow: 0 22px 46px -34px rgba(15, 23, 42, .42), inset 0 1px 0 rgba(255, 255, 255, .8);--page-tip-panel-accent: linear-gradient(180deg, #38bdf8, #2563eb);--page-tip-item-bg: rgba(255, 255, 255, .76);--page-tip-item-border: rgba(255, 255, 255, .82);--page-tip-item-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);--page-tip-text: #475569;--page-tip-title: #0f172a;--page-tip-warning-bg: linear-gradient(145deg, rgba(255, 251, 235, .92), rgba(255, 247, 237, .82));--page-tip-warning-border: rgba(245, 158, 11, .18)}body .n-alert{overflow:hidden;border-radius:max(16px,var(--n-border-radius));box-shadow:0 18px 40px -34px #0f172a5c,inset 0 1px #ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body .n-alert:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.24),transparent 48%)}body .n-alert .n-alert-body{position:relative;z-index:1}.page-tips-panel,.page-tips-alert-stack{position:relative;overflow:hidden;border:1px solid var(--page-tip-panel-border);border-radius:20px;background:var(--page-tip-panel-bg);box-shadow:var(--page-tip-panel-shadow)}.page-tips-panel:before,.page-tips-alert-stack:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--page-tip-panel-accent)}.page-tips-panel:after,.page-tips-alert-stack:after{content:"";position:absolute;inset:auto -38px -56px auto;width:144px;height:144px;border-radius:999px;background:#ffffff52;filter:blur(10px);pointer-events:none}.page-tips-panel{margin:12px 0 16px;padding:18px}.page-tips-panel__list{display:flex;flex-direction:column;gap:12px}.page-tips-panel__row{position:relative;z-index:1;display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid var(--page-tip-item-border);border-radius:16px;background:var(--page-tip-item-bg);box-shadow:var(--page-tip-item-shadow)}.page-tips-panel__row--warning{background:var(--page-tip-warning-bg);border-color:var(--page-tip-warning-border)}.page-tips-panel__icon{flex:none;margin-top:2px;font-size:18px;color:#2563eb}.page-tips-panel__row--warning .page-tips-panel__icon{color:#d97706}.page-tips-panel__content{min-width:0}.page-tips-panel__title{color:var(--page-tip-title);font-size:14px;font-weight:600;line-height:1.4}.page-tips-panel__text{color:var(--page-tip-text);font-size:13px;line-height:1.75}.page-tips-panel__row--warning .page-tips-panel__text{color:#92400e}.page-tips-alert-stack{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;padding:16px 18px}.page-tips-alert-stack--compact{margin-bottom:16px;padding:14px 16px;border-radius:18px}.page-tips-alert-stack>.n-alert{position:relative;z-index:1;margin:0;border-radius:16px}.sms-table-action-btn{min-width:56px;border-radius:6px;border:1px solid currentColor;padding:0 9px;margin:0;white-space:nowrap;font-weight:500;background-clip:padding-box;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.sms-table-action-btn:hover{box-shadow:0 2px 8px #0f172a1f}.sms-table-action-btn.n-button--disabled{border-color:#94a3b88c;color:#94a3b8;background:#f8fafc;box-shadow:none}.sms-table-action-btn .n-button__icon{margin-right:4px}.sms-table-action-btn.is-wide{min-width:76px}.sms-table-action-btn.is-extra-wide{min-width:92px}.n-data-table .n-tag{display:inline-flex;align-items:center;max-width:100%;margin:3px 5px 3px 0;padding:0 8px;vertical-align:middle;white-space:normal;line-height:1.35;min-height:24px}.n-data-table .n-tag:last-child{margin-right:0}.n-data-table .n-tag__content{overflow-wrap:anywhere;word-break:break-word}.n-data-table .variable-group,.n-data-table .status-tags-container,.n-data-table .link-real-name-status,.n-data-table .single-operator-status,.n-data-table .carrier-tag-wrap{display:flex;flex-wrap:wrap;gap:7px;row-gap:7px;align-items:flex-start}.n-data-table .variable-item{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-bottom:5px}.n-data-table .variable-item:last-child{margin-bottom:0}.n-data-table .table-actions,.n-data-table .link-real-name-status,.n-data-table .status-tags-container,.n-data-table .msgid-cell,.n-data-table .phone-action-cell,.n-data-table .copy-cell{display:flex;align-items:center;flex-wrap:wrap;gap:7px;line-height:1.4}.n-data-table .table-actions,.n-data-table .msgid-cell,.n-data-table .phone-action-cell,.n-data-table .copy-cell{justify-content:center}.n-data-table .msgid-cell,.n-data-table .phone-action-cell{flex-wrap:nowrap}.n-data-table .msgid-text,.n-data-table .phone-text,.n-data-table .cell-ellipsis{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-data-table .table-actions>span,.n-data-table .table-actions>div{min-width:0}.sms-carrier-header{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;white-space:nowrap;font-weight:600}.sms-carrier-icon{display:inline-flex;flex:none;line-height:1}.sms-carrier-icon-row{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:24px;white-space:nowrap}.sms-carrier-status-block{display:inline-flex;min-width:54px;flex-direction:column;align-items:center;justify-content:center;gap:5px;line-height:1.2}.sms-carrier-status-title{display:inline-flex;align-items:center;justify-content:center;gap:4px;color:#475569;font-size:12px;font-weight:600;white-space:nowrap}.sms-carrier-status-body{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px}.n-data-table .sms-carrier-status-tag{min-width:58px;justify-content:center;margin:0}@media(max-width:768px){.page-tips-panel,.page-tips-alert-stack{border-radius:18px}.page-tips-panel{padding:16px}.page-tips-panel__row{padding:12px 14px}.page-tips-alert-stack{padding:14px}}@font-face{font-family:iconfont;src:url(/assets/iconfont-CnFkxFUg.woff2?t=1767510972633) format("woff2"),url(/assets/iconfont-DhtUEzb5.woff?t=1767510972633) format("woff"),url(/assets/iconfont-DCWCR3IF.ttf?t=1767510972633) format("truetype")}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-yuyinfuhao:before{content:""}.icon-konghaojiance:before{content:""}.icon-ip:before{content:""}.icon-zhichisanwang:before{content:""}.icon-gonggao:before{content:""}.icon-jibenxinxi:before{content:""}.icon-shanchu1:before{content:""}.icon-fuzhi:before{content:""}.icon-xiaolian:before{content:""}.icon-a:before{content:""}.icon-M:before{content:""}.icon-shou:before{content:""}.icon-icon:before{content:""}.icon-shoudong:before{content:""}.icon-zidongmoshi:before{content:""}.icon-heimingdan:before{content:""}.icon-baimingdan:before{content:""}.icon-yunyingshang:before{content:""}.icon-yuefen:before{content:""}.icon-Z_guanting:before{content:""}.icon-yue:before{content:""}.icon-huiyuan:before{content:""}.icon-shanyanrenzheng1:before{content:""}.icon-yueguanli:before{content:""}.icon-liantong:before{content:""}.icon-dianxin:before{content:""}.icon-yidong:before{content:""}.icon-bianliang-bianliangming:before{content:""}.icon-jiansuo:before{content:""}.icon-mima1:before{content:""}.icon-bufa:before{content:""}.icon-wojiechu:before{content:""}.icon-fasong1:before{content:""}.icon-jiarubaimingdan:before{content:""}.icon-zonghezhenduan:before{content:""}.icon-tianjiabaimingdan:before{content:""}.icon-renzhengyonghu:before{content:""}.icon-yirenzheng1:before{content:""}.icon-renzhengzhong:before{content:""}.icon-yirenzheng:before{content:""}.icon-jisuanqi:before{content:""}.icon-stock:before{content:""}.icon-zhong:before{content:""}.icon-guan:before{content:""}.icon-xianshang:before{content:""}.icon-zimaliu:before{content:""}.icon-download-1-copy:before{content:""}.icon-xiazai:before{content:""}.icon-compress-video:before{content:""}.icon-jiance1:before{content:""}.icon-anquan:before{content:""}.icon-buanquanshijian:before{content:""}.icon-zhinengjiance1:before{content:""}.icon-zhinengjiance:before{content:""}.icon-weixian1:before{content:""}.icon-weixian:before{content:""}.icon-gongsi:before{content:""}.icon-shengchengshipin:before{content:""}.icon-lianjie1:before{content:""}.icon-2:before{content:""}.icon-shuzi2:before{content:""}.icon-lianjie:before{content:""}.icon-guanbi-:before{content:""}.icon-error:before{content:""}.icon-kongzhuangtai:before{content:""}.icon-bianji:before{content:""}.icon-5g:before{content:""}.icon-jianpan:before{content:""}.icon-tuwenzixun:before{content:""}.icon-wenzi:before{content:""}.icon-duomeiti:before{content:""}.icon-yuyinhuiyiline:before{content:""}.icon-bangzhuzhongxin2:before{content:""}.icon-caixinfuwu:before{content:""}.icon-guojiduanxin:before{content:""}.icon-shipinduanxin:before{content:""}.icon-lujing1458:before{content:""}.icon-bangzhuzhongxin1:before{content:""}.icon-feiyong:before{content:""}.icon-shanchu:before{content:""}.icon-shijian:before{content:""}.icon-tupian:before{content:""}.icon-yinpin:before{content:""}.icon-icon-test:before{content:""}.icon-fasong:before{content:""}.icon-shoujilianxiren:before{content:""}.icon-spread:before{content:""}.icon-recovery:before{content:""}.icon-xitongshezhi:before{content:""}.icon-xitongshezhi1:before{content:""}.icon-shouye1-copy:before{content:""}.icon-bangzhuzhongxin:before{content:""}.icon-xitongguanli:before{content:""}.icon-lianjie-tianchong:before{content:""}.icon-duanxinguanli:before{content:""}.icon-zhanghuguanli:before{content:""}.icon-tongji1:before{content:""}.icon-jianceshujuguanli:before{content:""}.icon-tongji2:before{content:""}.icon-tongji3:before{content:""}.icon-yanzhengma:before{content:""}.icon-shezhi:before{content:""}.icon-dashujukeshihuaico-:before{content:""}.icon-xiaoxitongzhitixinglingshenglingdang:before{content:""}.icon-biaoqian:before{content:""}.icon-dunpai:before{content:""}.icon-huojian:before{content:""}.icon-yunduan:before{content:""}.icon-tongji:before{content:""}.icon-fptj:before{content:""}.icon-duanxin:before{content:""}.icon-zhanghaoguanli:before{content:""}.icon-yunyingguanli:before{content:""}.icon-tongjifenxi:before{content:""}.icon-tongzhi:before{content:""}.icon-nenghaoshuju:before{content:""}.icon-jiaoseguanli:before{content:""}.icon-zhanghucaozuo:before{content:""}.icon-wangguanzhuangtai:before{content:""}.icon-gaojingshijian:before{content:""}.icon-yonghuming:before{content:""}.icon-fangjian:before{content:""}.icon-mima:before{content:""}.icon-calc:before{content:""}.icon-fanghu:before{content:""}.icon-shujuku:before{content:""}.icon-yunwei:before{content:""}.icon-yunzhuji:before{content:""}.icon-tongyongjisuanfuwuqi:before{content:""}.icon-rongqijiqun:before{content:""}.icon-fuzaijunheng:before{content:""}.icon-vpnwangguan:before{content:""}.icon-yunyingpan:before{content:""}.icon-rizhifuwu:before{content:""}.icon-jiankongfuwu:before{content:""}.icon-api:before{content:""}.icon-zhujianquan:before{content:""}.icon-yingyong:before{content:""}.icon-fenxi:before{content:""}.icon-huiyiguanli-:before{content:""}.icon-wangluo:before{content:""}.icon-jiance:before{content:""}.icon-fuwuxinxijiaohuguanli:before{content:""}.icon-quanqudaofuwujiankong:before{content:""}.icon-zhutifenxi:before{content:""}.icon-Power:before{content:""}.icon-Volume:before{content:""}.icon-Settings:before{content:""}.icon-Alert:before{content:""}.icon-Home:before{content:""}.icon-Info:before{content:""}.icon-Keyboard:before{content:""}.icon-Award:before{content:""}.icon-Contacts:before{content:""}.icon-Lockwithkey:before{content:""}.icon-Bell:before{content:""}.icon-Safe:before{content:""}.icon-Speed:before{content:""}.icon--user:before{content:""}.icon--businessman:before{content:""}.icon--home:before{content:""}.icon--settings:before{content:""}.icon--shield:before{content:""}.icon--equalizer:before{content:""}.icon-zhengpinbaozhangduigou:before{content:""}.icon-zhanghumingxi:before{content:""}.icon-sousuo1:before{content:""}.icon-wendang:before{content:""}.icon-yonghu:before{content:""}.icon-bangzhu:before{content:""}
