:root{color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;background:#0b0e14;color:#e2e8f0}body{min-height:100vh}button,input,textarea{font:inherit}::-webkit-scrollbar{width:10px;background-color:#f1f1f1;border-radius:5px}::-webkit-scrollbar-thumb{background-color:#777;border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#555}.app-shell{position:relative;width:100%;height:100vh;box-sizing:border-box;padding:15px;overflow:hidden;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;gap:15px}.app-shell .hero-card,.app-shell .panel{position:relative;z-index:1;backdrop-filter:blur(20px);background:rgba(28,34,45,.9);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 24px 60px rgba(0,0,0,.2)}.app-shell .hero-card{display:flex;justify-content:flex-start;gap:15px;box-sizing:border-box;padding:15px;border-radius:20px;flex-shrink:0;align-items:center}.app-shell .hero-card .name-box{flex:1}.app-shell .hero-card h1{margin:0;font-size:34px;font-weight:700}.app-shell .hero-card .hero-tag{margin:0 0 10px;letter-spacing:.24em;font-size:12px;text-transform:uppercase;color:#38bdf8}.app-shell .hero-card .refresh-box{display:flex;justify-content:flex-end}.app-shell .hero-card .refresh-box .refresh-button{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;box-sizing:border-box;padding:0 20px;border-radius:14px;color:#e2e8f0;background:rgba(45,212,191,.15);border:1px solid rgba(45,212,191,.3);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s ease,border-color .2s ease,transform .2s ease;font-size:30px}.app-shell .hero-card .refresh-box .refresh-button:hover{background:rgba(45,212,191,.25);border-color:rgba(45,212,191,.5);transform:translateY(-1px)}.app-shell .hero-card .refresh-box .refresh-button:focus{outline:none;box-shadow:0 0 0 3px rgba(45,212,191,.2)}.app-shell .hero-card .hero-status-group{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;min-width:180px}.app-shell .hero-card .hero-status-group .status-chip{display:inline-flex;align-items:center;gap:8px;border-radius:999px;box-sizing:border-box;padding:10px 16px;font-size:13px;font-weight:600}.app-shell .hero-card .hero-status-group .status-chip .dot{width:8px;height:8px;border-radius:50%}.app-shell .hero-card .hero-status-group .status-chip.is-online{color:#2dd4bf;background:rgba(45,212,191,.15);border:1px solid rgba(45,212,191,.3)}.app-shell .hero-card .hero-status-group .status-chip.is-online .dot{background:#2dd4bf;box-shadow:0 0 12px #2dd4bf}.app-shell .hero-card .hero-status-group .status-chip.is-offline{color:#f87171;background:hsla(0,91%,71%,.15);border:1px solid hsla(0,91%,71%,.3)}.app-shell .hero-card .hero-status-group .status-chip.is-offline .dot{background:#f87171}.app-shell .hero-card .hero-status-group .hero-time-box{display:flex;margin-top:10px}.app-shell .hero-card .hero-status-group .hero-time-box .hero-time{color:#94a3b8;font-size:13px;padding:0 20px;border-right:1px dashed rgba(148,163,184,.3)}.app-shell .hero-card .hero-status-group .hero-time-box .hero-time:last-child{border-right:none}.app-shell .content-grid{display:grid;flex:1;grid-template-columns:360px minmax(0,1fr);gap:15px;min-height:calc(100vh - 150px)}.app-shell .panel{border-radius:20px;box-sizing:border-box;padding:15px}.app-shell .panel.panel-left{background:rgba(21,25,33,.9)}.app-shell .panel.panel-left,.app-shell .panel.panel-right{display:flex;flex-direction:column;min-height:0}.app-shell .panel .panel-header{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px;margin-bottom:18px}.app-shell .panel .panel-header h2{margin:0;font-size:24px}.app-shell .panel .panel-header .panel-kicker{margin:0 0 10px;letter-spacing:.24em;font-size:12px;text-transform:uppercase;color:#38bdf8}.app-shell .panel .panel-header .panel-box{display:flex;gap:8px;flex-direction:row;justify-content:flex-start;align-items:center}.app-shell .panel .panel-header .panel-header-actions{display:flex;align-items:center;gap:12px}.app-shell .phone-list,.app-shell .sms-list-container{min-height:0}.app-shell .phone-search-box{margin-bottom:15px}.app-shell .phone-search-box .el-input .el-input__inner{background:rgba(28,34,45,.9);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;color:#e2e8f0;font-size:14px;height:40px;line-height:40px;padding:0 15px;transition:border-color .2s ease,box-shadow .2s ease}.app-shell .phone-search-box .el-input .el-input__inner::-moz-placeholder{color:#94a3b8}.app-shell .phone-search-box .el-input .el-input__inner::placeholder{color:#94a3b8}.app-shell .phone-search-box .el-input .el-input__inner:focus{border-color:rgba(45,212,191,.5);box-shadow:0 0 0 3px rgba(45,212,191,.1);outline:none}.app-shell .phone-search-box .el-input .el-input__icon{color:#94a3b8;font-size:16px}.app-shell .phone-search-box .el-input .el-input__icon.el-icon-circle-close{color:#94a3b8}.app-shell .phone-search-box .el-input .el-input__icon.el-icon-circle-close:hover{color:#e2e8f0}.app-shell .phone-list{padding:4px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;box-sizing:border-box}.app-shell .phone-list .phone-item{border:1px solid hsla(0,0%,100%,.1);background:rgba(28,34,45,.9);color:#e2e8f0;border-radius:15px;box-sizing:border-box;padding:10px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.app-shell .phone-list .phone-item.active,.app-shell .phone-list .phone-item:hover{transform:translateY(-2px);border-color:rgba(45,212,191,.5);box-shadow:0 16px 34px rgba(0,0,0,.4)}.app-shell .phone-list .phone-item .phone-item-top{display:flex;align-items:center;justify-content:space-between}.app-shell .phone-list .phone-item .phone-meta{display:flex;align-items:center;gap:12px}.app-shell .phone-list .phone-item .phone-meta .flag-image{width:42px;height:42px;border-radius:14px;-o-object-fit:cover;object-fit:cover;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);flex-shrink:0}.app-shell .phone-list .phone-item .phone-meta .phone-number{font-size:17px;font-weight:700;margin-bottom:4px;display:flex;gap:8px;flex-direction:row;justify-content:flex-start;align-items:center}.app-shell .phone-list .phone-item .phone-meta .phone-country{color:#94a3b8;font-size:13px;text-align:left}.app-shell .phone-list .phone-item .phone-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.app-shell .phone-list .phone-item .phone-status .status-badge{box-sizing:border-box;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:700}.app-shell .phone-list .phone-item .phone-status .status-badge.status-preparing{background:rgba(251,191,36,.15);color:#fbbf24}.app-shell .phone-list .phone-item .phone-status .status-badge.status-registering{background:rgba(167,139,250,.15);color:#a78bfa}.app-shell .phone-list .phone-item .phone-status .status-badge.status-waiting{background:rgba(45,212,191,.15);color:#2dd4bf}.app-shell .phone-list .phone-item .phone-status .status-badge.status-unknown{background:hsla(0,0%,100%,.1);color:#94a3b8}.app-shell .phone-list .phone-item .phone-status .status-time{line-height:1;color:#89a2cf;font-size:13px}.app-shell .sms-list-container{flex:1;overflow-y:auto;box-sizing:border-box;padding-right:6px}.app-shell .sms-list-container .sms-list{display:flex;flex-direction:column;gap:14px}.app-shell .sms-list-container .sms-list .sms-item{border-radius:20px;box-sizing:border-box;padding:10px;background:#1c222d;color:#e2e8f0;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 12px 26px rgba(0,0,0,.3)}.app-shell .sms-list-container .sms-list .sms-item .sms-item-header{display:flex;align-items:center;justify-content:flex-start;gap:20px}.app-shell .sms-list-container .sms-list .sms-item .sms-item-header .sms-tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0;min-width:200px}.app-shell .sms-list-container .sms-list .sms-item .sms-item-header .sms-tags .sms-keyword,.app-shell .sms-list-container .sms-list .sms-item .sms-item-header .sms-tags .sms-phone{display:inline-flex;align-items:center;height:20px;box-sizing:border-box;padding:0 10px;border-radius:10px;font-size:12px;font-weight:700;cursor:pointer}.app-shell .sms-list-container .sms-list .sms-item .sms-item-header .sms-tags .sms-keyword{color:#38bdf8;background:rgba(56,189,248,.15)}.app-shell .sms-list-container .sms-list .sms-item .sms-item-header .sms-tags .sms-phone{color:#94a3b8;background:rgba(148,163,184,.15);gap:4px}.app-shell .sms-list-container .sms-list .sms-item .sms-item-header .sender-value{font-size:14px;font-weight:600;color:#cbd5e1;flex:1;cursor:pointer}.app-shell .sms-list-container .sms-list .sms-item .sms-item-header .sms-time{color:#64748b;font-size:13px}.app-shell .sms-list-container .sms-list .sms-item .sms-item-header .sms-actions-btn{min-width:80px;height:30px;line-height:26px;border-radius:15px;font-size:12px;font-weight:500;text-align:center;border:1px solid #0b3631;cursor:pointer;color:#6ae3f8;background:rgba(56,189,248,.15)}.app-shell .sms-list-container .sms-list .sms-item .sms-content{margin-top:10px;line-height:1.75;color:#e2e8f0;font-size:15px}.app-shell .sms-list-container .sms-list .sms-item .sms-content .highlighted-number{display:inline-block;margin:0 4px;box-sizing:border-box;padding:2px 8px;border-radius:10px;font-size:16px;font-weight:700;color:#38bdf8;background:rgba(56,189,248,.15);cursor:pointer}.app-shell .empty-state{flex:1;min-height:260px;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-sizing:border-box;padding:20px;background:hsla(0,0%,100%,.03);color:#94a3b8}.app-shell .empty-state.dark{background:hsla(0,0%,100%,.02)}.app-shell .empty-state strong{color:#e2e8f0;margin-bottom:10px;font-size:18px}.app-shell .empty-state p{margin:0;max-width:320px;line-height:1.7}.app-shell .pagination-wrap{margin-top:20px;display:flex;justify-content:flex-end}.el-button{border-radius:14px}.el-button--primary{background:linear-gradient(135deg,#2dd4bf,#38bdf8);border-color:transparent}.el-button--primary.is-plain{color:#e2e8f0;background:rgba(45,212,191,.15);border-color:rgba(45,212,191,.3)}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{background:hsla(0,0%,100%,.08);color:#e2e8f0}.el-pagination.is-background .el-pager li:not(.disabled).active{background:linear-gradient(135deg,#2dd4bf,#38bdf8)}