.app-sider{background:#fff!important;border-right:1px solid #f0f0f0;display:flex;flex-direction:column}.app-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.app-sider__logo{display:flex;align-items:center;gap:10px;padding:20px 20px 12px}.app-sider__brand{font-size:18px;font-weight:700;color:#1677ff;margin:0;white-space:nowrap}.app-sider__menu{flex:1;border-inline-end:none!important;padding:0 8px;overflow-y:auto}.app-sider__menu .ant-menu-item{border-radius:8px;margin-inline:0;width:100%}.app-sider__menu .ant-menu-item-selected{background:#e8f3ff!important;color:#1677ff;font-weight:500}.app-sider__menu .ant-menu-submenu-title{border-radius:8px;margin-inline:0;width:100%}.app-sider__menu .ant-menu-sub .ant-menu-item{padding-left:40px!important;font-size:13px}.app-sider__promo{margin:12px;padding:16px;border-radius:12px;background:linear-gradient(135deg,#e8f3ff,#f0f7ff);border:1px solid #d6e8ff}.app-sider__promo-title{font-size:13px;font-weight:600;color:#1677ff;margin-bottom:4px}.app-sider__promo-desc{font-size:11px;color:#69b1ff;line-height:1.5}.app-sider__collapse{text-align:center;padding:8px;border-top:1px solid #f0f0f0;color:#bfbfbf;cursor:pointer}.app-sider__collapse:hover{color:#1677ff}.app-header{background:#fff!important;padding:0 24px!important;height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0;line-height:normal}.app-header__welcome{font-size:16px;font-weight:500;color:#1f1f1f}.app-header__date{font-size:12px;color:#8c8c8c;margin-top:2px}.app-header__balance{display:flex;align-items:center;gap:8px;padding:6px 14px;background:#f5f8ff;border-radius:20px;border:1px solid #e8f3ff;cursor:pointer}.app-header__balance-label{font-size:12px;color:#8c8c8c}.app-header__balance-value{font-size:14px;font-weight:600;color:#1677ff}.app-header__user{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:8px}.app-header__user:hover{background:#f5f5f5}.app-header__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#69b1ff,#1677ff);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.app-content{margin:20px 24px 24px;min-height:calc(100vh - 104px)}.app-layout-main{background:#f5f7fb}.login-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#eef6ff,#dceeff 45%,#c8e4ff);position:relative;overflow:hidden}.login-page:before,.login-page:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.login-page:before{width:520px;height:520px;background:radial-gradient(circle,rgba(255,255,255,.55) 0%,transparent 70%);top:-120px;left:-80px}.login-page:after{width:400px;height:400px;background:radial-gradient(circle,rgba(105,177,255,.2) 0%,transparent 70%);bottom:80px;right:20%}.login-page__wave{position:absolute;bottom:0;left:0;right:0;height:200px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200' preserveAspectRatio='none'%3E%3Cpath fill='rgba(255,255,255,0.35)' d='M0,80 C360,160 720,0 1080,80 C1260,120 1380,100 1440,90 L1440,200 L0,200 Z'/%3E%3C/svg%3E") no-repeat bottom;background-size:100% 100%;pointer-events:none}.login-page__body{flex:1;display:flex;align-items:center;justify-content:center;gap:48px;padding:40px 48px 24px;max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.login-page__brand{flex:1;max-width:520px;display:none}@media(min-width:992px){.login-page__brand{display:block}}.login-page__brand-head{display:flex;align-items:center;gap:12px;margin-bottom:32px}.login-page__brand-name{font-size:24px;font-weight:700;color:#1677ff;margin:0}.login-page__headline{font-size:32px;font-weight:700;color:#1f2937;line-height:1.35;margin:0 0 20px}.login-page__features{display:flex;gap:24px;margin-bottom:16px}.login-page__feature{display:flex;align-items:center;gap:6px;font-size:14px;color:#1677ff;font-weight:500}.login-page__tagline{font-size:14px;color:#8c8c8c;margin-bottom:40px;line-height:1.6}.login-page__illus{width:100%;max-width:460px}.login-page__card-wrap{flex:0 0 auto;width:100%;max-width:420px}.login-page__card{background:#fff;border-radius:16px;padding:32px 36px 28px;box-shadow:0 8px 32px #1677ff1a,0 2px 8px #0000000a}.login-page__card-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:24px}.login-page__card-logo span{font-size:20px;font-weight:700;color:#1677ff}.login-page__tabs{display:flex;border-bottom:1px solid #f0f0f0;margin-bottom:24px}.login-page__tab{flex:1;text-align:center;padding:10px 0 12px;font-size:15px;color:#8c8c8c;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s;background:none;border-top:none;border-left:none;border-right:none}.login-page__tab.active{color:#1677ff;font-weight:600;border-bottom-color:#1677ff}.login-page__form .ant-form-item-label>label{color:#595959;font-size:13px}.login-page__form .ant-input,.login-page__form .ant-input-affix-wrapper{border-radius:8px;padding:10px 12px}.login-page__options{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;margin-top:-8px}.login-page__forgot{font-size:13px;color:#1677ff;cursor:pointer}.login-page__forgot:hover{color:#4096ff}.login-page__submit{height:44px;border-radius:8px;font-size:15px;font-weight:500}.login-page__divider{display:flex;align-items:center;gap:12px;margin:24px 0 16px;color:#bfbfbf;font-size:12px}.login-page__divider:before,.login-page__divider:after{content:"";flex:1;height:1px;background:#f0f0f0}.login-page__apikey-btn{height:44px;border-radius:8px;font-size:14px;border-color:#d9d9d9;color:#595959}.login-page__help{text-align:center;margin-top:20px;font-size:13px;color:#8c8c8c}.login-page__help a{color:#1677ff;cursor:pointer}.login-page__footer{text-align:center;padding:16px 24px 24px;font-size:12px;color:#bfbfbf;position:relative;z-index:1;line-height:1.8}.login-page__footer a{color:#8c8c8c;margin:0 8px}.login-page__footer a:hover{color:#1677ff}.login-page__mobile-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:8px}@media(min-width:992px){.login-page__mobile-logo{display:none}}.dash-stat-card{background:#fff;border-radius:12px;padding:20px 22px;box-shadow:0 1px 4px #0f172a0f;border:1px solid #f0f0f0;height:100%}.dash-stat-card__body{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.dash-stat-card__title{font-size:13px;color:#8c8c8c;margin-bottom:8px}.dash-stat-card__value{font-size:26px;font-weight:600;color:#1f1f1f;line-height:1.2}.dash-stat-card__subtitle{font-size:12px;color:#bfbfbf;margin-top:4px}.dash-stat-card__compare{font-size:12px;margin-top:8px}.dash-stat-card__compare.up{color:#52c41a}.dash-stat-card__compare.down{color:#ff4d4f}.dash-stat-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#1677ff;flex-shrink:0}.dash-panel{background:#fff;border-radius:12px;padding:20px 22px;box-shadow:0 1px 4px #0f172a0f;border:1px solid #f0f0f0;height:100%}.dash-panel__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dash-panel__title{font-size:15px;font-weight:600;color:#1f1f1f}.dash-panel__link{font-size:13px;color:#8c8c8c;cursor:pointer;transition:color .2s}.dash-panel__link:hover{color:#1677ff}.dash-overview{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}@media(max-width:1200px){.dash-overview{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.dash-overview{grid-template-columns:repeat(2,1fr)}}.dash-overview__item{display:flex;align-items:center;gap:12px;padding:12px 8px}.dash-overview__icon{width:40px;height:40px;border-radius:10px;background:#f5f8ff;display:flex;align-items:center;justify-content:center;font-size:18px;color:#1677ff;flex-shrink:0}.dash-overview__label{font-size:12px;color:#8c8c8c;margin-bottom:2px}.dash-overview__value{font-size:18px;font-weight:600;color:#1f1f1f}.dash-model-legend{display:flex;flex-direction:column;gap:12px;justify-content:center}.dash-model-legend__item{display:flex;align-items:center;gap:8px;font-size:13px}.dash-model-legend__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dash-model-legend__name{flex:1;color:#595959;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-model-legend__meta{color:#8c8c8c;font-size:12px;white-space:nowrap}.dash-empty{color:#bfbfbf;text-align:center;padding:48px 16px;font-size:13px}.dashboard-page__title{font-size:18px;font-weight:600;color:#1f1f1f;margin:0 0 20px}.usage-page{position:relative}.usage-page__deco{position:absolute;pointer-events:none;opacity:.06;z-index:0}.usage-page__deco--tr{top:-20px;right:-10px;font-size:120px;color:#1677ff}.usage-page__deco--bl{bottom:40px;left:-20px;font-size:80px;color:#1677ff}.usage-page__content{position:relative;z-index:1}.usage-page__title{font-size:18px;font-weight:600;color:#1f1f1f;margin:0 0 16px}.usage-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:16px}@media(max-width:1400px){.usage-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.usage-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.usage-stats{grid-template-columns:1fr}}.usage-stat-card{background:#fff;border-radius:12px;padding:16px 18px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;min-height:108px;display:flex;flex-direction:column}.usage-stat-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:4px}.usage-stat-card__label{font-size:13px;color:#8c8c8c}.usage-stat-card__icon{font-size:18px;color:#91caff}.usage-stat-card__value{font-size:20px;font-weight:700;color:#1f1f1f;line-height:1.3;margin-bottom:4px}.usage-stat-card__trend{font-size:12px;margin-bottom:8px}.usage-stat-card__trend.up,.usage-stat-card__trend.down{color:#52c41a}.usage-stat-card__trend.warn{color:#ff4d4f}.usage-stat-card__spark{margin-top:auto;height:28px}.usage-filter{background:#fff;border-radius:12px;padding:16px 18px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;margin-bottom:16px}.usage-filter__row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.usage-filter__actions{display:flex;gap:8px;margin-left:auto}.usage-charts{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:16px}@media(max-width:1200px){.usage-charts{grid-template-columns:1fr}}.usage-chart-panel{background:#fff;border-radius:12px;padding:18px 20px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;min-height:280px}.usage-chart-panel__title{font-size:14px;font-weight:600;color:#1f1f1f;margin-bottom:12px}.usage-table-panel{background:#fff;border-radius:12px;padding:4px 0 0;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;overflow:hidden}.usage-table-panel .ant-table-thead>tr>th{background:#fafafa!important;font-weight:600;color:#595959;font-size:13px}.usage-table-panel .ant-table-tbody>tr>td{font-size:13px}.usage-status-tag{display:inline-block;padding:2px 10px;border-radius:4px;font-size:12px;font-weight:500;line-height:20px}.usage-status-tag.success{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.usage-status-tag.warning{background:#fff7e6;color:#fa8c16;border:1px solid #ffd591}.usage-status-tag.processing{background:#e6f4ff;color:#1677ff;border:1px solid #91caff}.usage-sparkline{display:block;width:100%;max-width:100px}.usage-empty{color:#bfbfbf;text-align:center;padding:48px 16px;font-size:13px}.usage-donut-legend{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.usage-donut-legend__item{display:flex;align-items:center;gap:8px;font-size:12px}.usage-donut-legend__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.usage-donut-legend__name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#595959}.usage-donut-legend__meta{color:#8c8c8c;flex-shrink:0}.usage-donut-wrap{display:flex;align-items:center;gap:12px}.recharge-page__title{font-size:18px;font-weight:600;color:#1f1f1f;margin:0 0 20px}.recharge-section{margin-bottom:20px}.recharge-section__label{font-size:14px;font-weight:600;color:#1f1f1f;margin-bottom:12px}.recharge-pay-methods{display:flex;flex-wrap:wrap;gap:12px}.recharge-pay-card{display:flex;align-items:center;gap:10px;padding:12px 18px;border:1px solid #e8e8e8;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s;min-width:140px}.recharge-pay-card:hover{border-color:#91caff}.recharge-pay-card.active{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1f;background:#f5f9ff}.recharge-pay-card__radio{width:16px;height:16px;border-radius:50%;border:2px solid #d9d9d9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.recharge-pay-card.active .recharge-pay-card__radio{border-color:#1677ff}.recharge-pay-card.active .recharge-pay-card__radio:after{content:"";width:8px;height:8px;border-radius:50%;background:#1677ff}.recharge-pay-card__logo{font-size:22px;color:#1677ff}.recharge-pay-card__name{font-size:14px;color:#1f1f1f;font-weight:500}.recharge-packages{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1200px){.recharge-packages{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.recharge-packages{grid-template-columns:1fr}}.recharge-pkg-card{position:relative;border-radius:12px;padding:20px 20px 16px;border:1px solid #f0f0f0;overflow:hidden;display:flex;flex-direction:column;min-height:200px;box-shadow:0 1px 4px #0f172a0d}.recharge-pkg-card--trial{background:linear-gradient(180deg,#f0f7ff,#fff 55%)}.recharge-pkg-card--basic{background:linear-gradient(180deg,#e8f9ff,#fff 55%)}.recharge-pkg-card--pro{background:linear-gradient(180deg,#eef3ff,#fff 55%)}.recharge-pkg-card--enterprise{background:linear-gradient(180deg,#fff8f0,#fff 55%)}.recharge-pkg-card--highlight{box-shadow:0 0 0 2px #1677ff,0 8px 24px #1677ff2e;transform:translateY(-2px)}.recharge-pkg-card__deco{position:absolute;top:12px;right:12px;font-size:36px;opacity:.35;color:#91caff}.recharge-pkg-card--enterprise .recharge-pkg-card__deco{color:#ffc069}.recharge-pkg-card__name{font-size:14px;color:#595959;margin-bottom:8px;font-weight:500}.recharge-pkg-card__price{font-size:32px;font-weight:700;color:#1677ff;line-height:1.1;margin-bottom:6px}.recharge-pkg-card__credit{font-size:13px;color:#8c8c8c;margin-bottom:8px}.recharge-pkg-card__bonus{display:inline-block;font-size:11px;color:#fa8c16;background:#fff7e6;border:1px solid #ffd591;border-radius:4px;padding:1px 6px;margin-bottom:12px}.recharge-pkg-card__btn{margin-top:auto;height:38px;border-radius:8px;font-weight:500}.recharge-dual{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:768px){.recharge-dual{grid-template-columns:1fr}}.recharge-panel{background:#fff;border-radius:12px;padding:20px 22px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d}.recharge-panel__head{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#1f1f1f;margin-bottom:16px}.recharge-panel__head .anticon{color:#1677ff;font-size:18px}.recharge-panel__hint{font-size:12px;color:#bfbfbf;margin-top:10px;line-height:1.5}.recharge-input-row{display:flex;gap:10px}.recharge-input-row .ant-input-affix-wrapper,.recharge-input-row .ant-input{flex:1;border-radius:8px;height:40px}.recharge-input-row .ant-btn{height:40px;border-radius:8px;min-width:72px}.recharge-records{background:#fff;border-radius:12px;padding:20px 22px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d}.recharge-records__title{font-size:15px;font-weight:600;color:#1f1f1f;margin-bottom:16px}.recharge-records .ant-table-thead>tr>th{background:#fafafa!important;font-size:13px;color:#8c8c8c;font-weight:500}.recharge-records .ant-table-tbody>tr>td{font-size:13px}.recharge-status{display:inline-block;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:500}.recharge-status--success{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.recharge-status--pending{background:#fff7e6;color:#fa8c16;border:1px solid #ffd591}.recharge-status--failed{background:#fff1f0;color:#ff4d4f;border:1px solid #ffa39e}.recharge-records__more{text-align:center;padding-top:12px;color:#8c8c8c;font-size:13px;cursor:pointer}.recharge-records__more:hover{color:#1677ff}.recharge-method-cell{display:flex;align-items:center;gap:6px}.recharge-detail-link{color:#1677ff;cursor:pointer;font-size:13px}.recharge-detail-link:hover{color:#4096ff}.referral-page__hero{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.referral-page__hero-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#e8f3ff,#d6ebff);display:flex;align-items:center;justify-content:center;font-size:24px;color:#1677ff;flex-shrink:0}.referral-page__hero-title{font-size:18px;font-weight:600;color:#1f1f1f;margin:0 0 4px}.referral-page__hero-desc{font-size:13px;color:#8c8c8c;margin:0}.referral-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}@media(max-width:768px){.referral-stats{grid-template-columns:1fr}}.referral-stat-card{position:relative;border-radius:12px;padding:20px 22px;border:1px solid #e8f3ff;background:linear-gradient(135deg,#f5f9ff,#fff 60%);overflow:hidden;min-height:100px}.referral-stat-card__label{font-size:13px;color:#8c8c8c;margin-bottom:8px}.referral-stat-card__value{font-size:28px;font-weight:700;color:#1f1f1f;line-height:1.2}.referral-stat-card__value--code{font-size:24px;letter-spacing:2px;color:#1677ff}.referral-stat-card__unit{font-size:14px;font-weight:500;color:#8c8c8c;margin-left:4px}.referral-stat-card__deco{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:48px;opacity:.2;color:#69b1ff}.referral-share{background:#fff;border-radius:12px;padding:22px 24px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;margin-bottom:16px}.referral-share__title{font-size:15px;font-weight:600;color:#1f1f1f;margin-bottom:20px}.referral-share__body{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start}@media(max-width:992px){.referral-share__body{grid-template-columns:1fr}}.referral-field{margin-bottom:16px}.referral-field__label{font-size:13px;color:#595959;margin-bottom:8px}.referral-field__row{display:flex;gap:10px}.referral-field__input{flex:1;height:40px;border-radius:8px}.referral-field__copy{height:40px;border-radius:8px;min-width:72px}.referral-share__hint{font-size:12px;color:#bfbfbf;line-height:1.6;margin-top:4px}.referral-qr-block{display:flex;gap:20px;align-items:center}.referral-qr-wrap{text-align:center;flex-shrink:0}.referral-qr-wrap .ant-qrcode{padding:8px;border-radius:12px;border:1px solid #f0f0f0;background:#fff}.referral-qr-label{font-size:12px;color:#8c8c8c;margin-top:8px}.referral-qr-tips{display:flex;flex-direction:column;gap:16px}.referral-qr-tip{display:flex;gap:10px;align-items:flex-start}.referral-qr-tip__icon{width:36px;height:36px;border-radius:8px;background:#f5f9ff;display:flex;align-items:center;justify-content:center;color:#1677ff;font-size:16px;flex-shrink:0}.referral-qr-tip__title{font-size:13px;font-weight:500;color:#1f1f1f;margin-bottom:2px}.referral-qr-tip__desc{font-size:12px;color:#bfbfbf}.referral-rules{background:#fff;border-radius:12px;padding:16px 24px;border:1px solid #f0f0f0;margin-bottom:16px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 32px}.referral-rules__title{font-size:14px;font-weight:600;color:#1f1f1f;margin-right:8px}.referral-rules__item{display:flex;align-items:center;gap:8px;font-size:13px;color:#595959}.referral-rules__item .anticon{color:#1677ff;font-size:16px}.referral-records{background:#fff;border-radius:12px;padding:20px 24px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d}.referral-records__title{font-size:15px;font-weight:600;color:#1f1f1f;margin-bottom:16px;display:flex;align-items:center;gap:8px}.referral-records .ant-table-thead>tr>th{background:#fafafa!important;font-size:13px;color:#8c8c8c;font-weight:500}.referral-status{display:inline-block;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:500;background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.referral-empty{text-align:center;padding:48px 16px 32px}.referral-empty__illus{width:120px;height:100px;margin:0 auto 16px;opacity:.85}.referral-empty__title{font-size:14px;color:#8c8c8c;margin-bottom:4px}.referral-empty__desc{font-size:13px;color:#bfbfbf}.logs-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.logs-page__title{font-size:18px;font-weight:600;color:#1f1f1f;margin:0}.logs-page__export-btn{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 16px;border-radius:8px;border:1px solid #d9d9d9;background:#fff;color:#1f1f1f;font-size:14px;cursor:pointer;transition:border-color .2s,color .2s}.logs-page__export-btn:hover{border-color:#1677ff;color:#1677ff}.logs-filter{background:#fff;border-radius:12px;padding:18px 20px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;margin-bottom:16px}.logs-filter__row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.logs-filter__field{display:flex;flex-direction:column;gap:6px;min-width:0}.logs-filter__label{font-size:13px;color:#595959;font-weight:500}.logs-filter__actions{display:flex;gap:8px;margin-left:auto}.logs-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:16px}@media(max-width:1200px){.logs-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.logs-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.logs-stats{grid-template-columns:1fr}}.logs-stat-card{background:#fff;border-radius:12px;padding:18px 20px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;min-height:88px;position:relative;overflow:hidden}.logs-stat-card__label{font-size:13px;color:#8c8c8c;margin-bottom:6px}.logs-stat-card__value{font-size:22px;font-weight:700;color:#1f1f1f;line-height:1.2}.logs-stat-card__value.success{color:#52c41a}.logs-stat-card__value.error{color:#ff4d4f}.logs-stat-card__icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:32px;opacity:.35}.logs-stat-card__icon.blue{color:#1677ff}.logs-stat-card__icon.green{color:#52c41a}.logs-stat-card__icon.red{color:#ff4d4f}.logs-table-panel{background:#fff;border-radius:12px;padding:4px 0 0;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;overflow:hidden}.logs-table-panel .ant-table{background:transparent}.logs-table-panel .ant-table-thead>tr>th{background:#fafafa!important;font-weight:600;color:#595959;font-size:13px}.logs-table-panel .ant-table-tbody>tr>td{font-size:13px;color:#1f1f1f}.logs-status-tag{display:inline-block;padding:2px 10px;border-radius:4px;font-size:12px;font-weight:500;line-height:20px}.logs-status-tag.success{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.logs-status-tag.error{background:#fff2f0;color:#ff4d4f;border:1px solid #ffccc7}.logs-detail-link{display:inline-flex;align-items:center;gap:4px;color:#1677ff;cursor:pointer;font-size:13px}.logs-detail-link:hover{color:#4096ff}.logs-request-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:#595959}.logs-detail-modal .ant-descriptions-item-label{color:#8c8c8c;font-weight:500}.logs-detail-modal .ant-descriptions-item-content{color:#1f1f1f}.routing-page__hero{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.routing-page__hero-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#e8f3ff,#d6ebff);display:flex;align-items:center;justify-content:center;font-size:24px;color:#1677ff;flex-shrink:0}.routing-page__hero-title{font-size:18px;font-weight:600;color:#1f1f1f;margin:0 0 4px}.routing-page__hero-desc{font-size:13px;color:#8c8c8c;margin:0}.routing-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px}@media(max-width:1200px){.routing-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.routing-stats{grid-template-columns:1fr}}.routing-stat-card{position:relative;background:#fff;border-radius:12px;padding:18px 20px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;overflow:hidden;min-height:96px}.routing-stat-card__label{font-size:13px;color:#8c8c8c;margin-bottom:6px}.routing-stat-card__value{font-size:22px;font-weight:700;color:#1f1f1f}.routing-stat-card__trend{font-size:12px;margin-top:6px}.routing-stat-card__trend.up,.routing-stat-card__trend.down{color:#52c41a}.routing-stat-card__trend.warn{color:#fa8c16}.routing-stat-card__icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:36px;color:#91caff;opacity:.45}.routing-dual{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media(max-width:992px){.routing-dual{grid-template-columns:1fr}}.routing-panel{background:#fff;border-radius:12px;padding:20px 22px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;height:100%}.routing-panel__title{font-size:15px;font-weight:600;color:#1f1f1f;margin-bottom:16px}.routing-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.routing-tab{padding:8px 16px;border-radius:8px;border:1px solid #e8e8e8;background:#fafafa;font-size:13px;color:#595959;cursor:pointer;transition:all .2s}.routing-tab.active{background:#1677ff;border-color:#1677ff;color:#fff;font-weight:500}.routing-tab-desc{font-size:12px;color:#8c8c8c;line-height:1.6;margin-bottom:20px;padding:10px 12px;background:#fafafa;border-radius:8px}.routing-slider-row{margin-bottom:16px}.routing-slider-row__head{display:flex;justify-content:space-between;font-size:13px;color:#595959;margin-bottom:6px}.routing-actions{display:flex;gap:10px;margin-top:8px}.routing-actions .ant-btn{border-radius:8px;height:38px}.routing-channel{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f5f5f5}.routing-channel:last-child{border-bottom:none}.routing-channel__icon{width:36px;height:36px;border-radius:8px;background:#f5f9ff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#1677ff;flex-shrink:0}.routing-channel__body{flex:1;min-width:0}.routing-channel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.routing-channel__name{font-size:13px;font-weight:500;color:#1f1f1f}.routing-channel__pct{font-size:12px;color:#8c8c8c}.routing-charts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media(max-width:992px){.routing-charts{grid-template-columns:1fr}}.routing-highlights{display:flex;flex-wrap:wrap;gap:24px;padding:14px 20px;background:#fff;border-radius:12px;border:1px solid #f0f0f0;margin-bottom:16px}.routing-highlight{display:flex;align-items:center;gap:8px;font-size:13px;color:#595959}.routing-highlight .anticon{color:#1677ff;font-size:16px}.routing-rules{background:#fff;border-radius:12px;padding:20px 22px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d}.routing-rules__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.routing-rules__title{font-size:15px;font-weight:600;color:#1f1f1f}.routing-rules__link{font-size:13px;color:#8c8c8c;cursor:pointer}.routing-rules__link:hover{color:#1677ff}.routing-tag{display:inline-block;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:500}.routing-tag--ok{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.routing-tag--warn{background:#fff7e6;color:#fa8c16;border:1px solid #ffd591}.routing-rules .ant-table-thead>tr>th{background:#fafafa!important;font-size:13px;color:#8c8c8c;font-weight:500}.routing-empty-channels{text-align:center;padding:24px;color:#bfbfbf;font-size:13px}.exp-journey{margin-bottom:16px;padding:12px 16px;background:linear-gradient(135deg,#f0f5ff,#fafafa);border:1px solid #e6f4ff;border-radius:10px}.exp-journey__label{font-size:11px;color:#8c8c8c;margin-bottom:8px;letter-spacing:.02em}.exp-journey__steps .ant-steps-item-title{font-size:12px!important}.exp-journey__steps .ant-steps-item{cursor:pointer}@media(max-width:992px){.exp-journey__steps .ant-steps-item-title{font-size:11px!important}}@media(max-width:768px){.exp-journey{overflow-x:auto}.exp-journey__steps{min-width:520px}}.api-guide-drawer .api-guide__section{margin-bottom:20px}.api-guide__section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.api-guide__code-wrap{display:flex;flex-direction:column;gap:8px}.api-guide__code{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:12px;font-size:12px;line-height:1.55;overflow:auto;max-height:320px;margin:0;white-space:pre-wrap;word-break:break-word}.api-guide__code--compact{max-height:200px}.api-guide__actions{display:flex;flex-wrap:wrap;gap:8px}.api-guide__packages{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;margin-top:10px}.api-guide__pkg-card{border:1px solid #f0f0f0;border-radius:10px;padding:12px;background:#fafafa}.api-guide__pkg-name{font-weight:600;margin-bottom:4px}.api-guide__pkg-price{color:#1677ff;font-size:13px;margin-bottom:6px}.api-guide__pkg-reason{font-size:12px;color:#8c8c8c;margin-bottom:8px;line-height:1.4}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.md-content{font-size:14px;line-height:1.65;color:inherit;word-break:break-word}.md-content>:first-child{margin-top:0}.md-content>:last-child{margin-bottom:0}.md-content p,.md-content ul,.md-content ol,.md-content pre,.md-content blockquote{margin:0 0 .75em}.md-content h1,.md-content h2,.md-content h3{margin:.8em 0 .4em;line-height:1.35}.md-content ul,.md-content ol{padding-left:1.25em}.md-content code{padding:.1em .35em;border-radius:4px;background:#0f172a0f;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.md-content pre{overflow-x:auto;border-radius:8px;background:#0f172a;padding:12px 14px}.md-content pre code{padding:0;background:transparent;color:#e2e8f0;font-size:12px}.md-content blockquote{border-left:3px solid #91caff;padding-left:12px;color:#595959}.md-content table{width:100%;border-collapse:collapse;font-size:13px}.md-content th,.md-content td{border:1px solid #f0f0f0;padding:6px 8px}.md-content th{background:#fafafa}.json-editor__label{font-size:12px;color:#8c8c8c;margin-bottom:6px}.json-editor__area{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.5}.json-editor__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.plaza-page__title{font-size:18px;font-weight:600;color:#1f1f1f;margin:0 0 4px}.plaza-page__subtitle{font-size:13px;color:#8c8c8c;margin:0 0 16px}.plaza-filter{background:#fff;border-radius:12px;padding:16px 18px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;margin-bottom:16px}.plaza-filter__row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.plaza-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1200px){.plaza-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.plaza-grid{grid-template-columns:1fr}}.plaza-card{background:#fff;border-radius:12px;padding:18px 20px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;cursor:pointer;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column;min-height:200px}.plaza-card:hover{border-color:#91caff;box-shadow:0 4px 12px #1677ff1f}.plaza-card.featured{border-color:#91caff;background:linear-gradient(180deg,#f5f9ff,#fff 40%)}.plaza-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.plaza-card__name{font-size:16px;font-weight:600;color:#1f1f1f;line-height:1.3}.plaza-card__vendor{font-size:12px;color:#8c8c8c;margin-bottom:10px}.plaza-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;min-height:24px}.plaza-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;background:#f0f5ff;color:#1677ff;border:1px solid #d6e4ff}.plaza-tag.cap{background:#f6ffed;color:#52c41a;border-color:#b7eb8f}.plaza-card__meta{font-size:12px;color:#595959;display:grid;gap:4px;margin-top:auto}.plaza-card__actions{margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.plaza-status{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}.plaza-status.normal{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.plaza-status.rate_limited{background:#fff7e6;color:#fa8c16;border:1px solid #ffd591}.plaza-status.maintenance{background:#e6f4ff;color:#1677ff;border:1px solid #91caff}.plaza-status.unavailable{background:#fff2f0;color:#ff4d4f;border:1px solid #ffccc7}.plaza-detail-panel{background:#fff;border-radius:12px;padding:22px 24px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;margin-bottom:16px}.plaza-detail-panel__title{font-size:15px;font-weight:600;color:#1f1f1f;margin-bottom:12px}.plaza-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:992px){.plaza-detail-grid{grid-template-columns:1fr}}.plaza-play{display:flex;flex-direction:column;height:calc(100vh - 180px);min-height:480px}.plaza-play__messages{flex:1;overflow-y:auto;background:#fff;border-radius:12px;border:1px solid #f0f0f0;padding:16px;margin-bottom:12px}.plaza-play__bubble{max-width:85%;margin-bottom:12px;padding:10px 14px;border-radius:10px;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.plaza-play__bubble.user{margin-left:auto;background:#e6f4ff;color:#1f1f1f}.plaza-play__bubble.assistant{background:#f5f5f5;color:#1f1f1f}.plaza-play__input{background:#fff;border-radius:12px;border:1px solid #f0f0f0;padding:12px}.plaza-empty{text-align:center;padding:48px;color:#bfbfbf}.st-wrap__title{font-size:18px;font-weight:600;margin:0 0 4px}.st-wrap__subtitle{font-size:13px;color:#8c8c8c;margin:0 0 16px}.st-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1100px){.st-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.st-grid{grid-template-columns:1fr}}.st-card{background:#fff;border-radius:12px;border:1px solid #f0f0f0;padding:18px 20px;box-shadow:0 1px 4px #0f172a0d;cursor:pointer;transition:border-color .2s,box-shadow .2s;min-height:160px;display:flex;flex-direction:column}.st-card:hover{border-color:#91caff;box-shadow:0 4px 12px #1677ff1f}.st-card.coming-soon{opacity:.92}.st-card__emoji{font-size:28px;margin-bottom:8px}.st-card__title{font-size:16px;font-weight:600;color:#1f1f1f;margin-bottom:6px}.st-card__desc{font-size:13px;color:#595959;line-height:1.55;flex:1}.st-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.st-drawer-examples{display:flex;flex-direction:column;gap:12px}.st-example{border:1px solid #f0f0f0;border-radius:10px;padding:12px 14px;background:#fafafa}.st-example__title{font-size:14px;font-weight:600;margin-bottom:6px;color:#1f1f1f}.st-example__prompt{font-size:12px;color:#595959;line-height:1.55;white-space:pre-wrap;max-height:120px;overflow:hidden;margin-bottom:10px}.st-example__actions{display:flex;gap:8px;flex-wrap:wrap}.st-empty{text-align:center;color:#bfbfbf;padding:48px}.st-system-preview{background:#fffbe6;border:1px dashed #ffe58f;border-radius:8px;padding:10px 12px;font-size:12px;color:#595959;line-height:1.55;margin-bottom:16px;white-space:pre-wrap;max-height:100px;overflow-y:auto}.pl-wrap__title{font-size:24px;font-weight:600;margin:0 0 4px}.pl-wrap__subtitle{color:#8c8c8c;margin:0 0 20px}.pl-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;align-items:center}.pl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.pl-card{border:1px solid #f0f0f0;border-radius:10px;padding:16px;background:#fff;cursor:pointer;transition:box-shadow .2s,border-color .2s}.pl-card:hover{border-color:#d6e4ff;box-shadow:0 4px 12px #1677ff14}.pl-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.pl-card__title{font-weight:600;font-size:15px;line-height:1.4}.pl-card__prompt{font-size:13px;color:#595959;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:58px;margin-bottom:10px}.pl-card__tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.pl-card__owner{font-size:12px;color:#8c8c8c;margin-bottom:8px}.pl-card__actions{display:flex;justify-content:flex-end}.pl-empty{text-align:center;padding:48px 16px;color:#8c8c8c}.pl-section-title{font-weight:600;margin:12px 0 6px;font-size:13px}.pl-code{background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;padding:10px 12px;font-size:12px;line-height:1.6;white-space:pre-wrap;word-break:break-word;margin:0 0 8px;max-height:160px;overflow:auto}.pl-version{font-size:13px}.pl-version__head{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline}.pl-version__meta{color:#8c8c8c;font-size:12px}.pl-version__preview{color:#595959;font-size:12px;margin:4px 0}.cost-panel__section-title{font-size:12px;font-weight:600;color:#595959;margin:10px 0 6px}.cost-panel__section-title:first-child{margin-top:0}.cost-panel__stats{margin:0}.cost-panel__row{display:flex;justify-content:space-between;font-size:13px;padding:4px 0;border-bottom:1px dashed #f5f5f5}.cost-panel__row dt{color:#8c8c8c;margin:0}.cost-panel__row dd{margin:0;font-weight:500;color:#262626}.cost-panel__row--highlight dd{color:#1677ff;font-weight:600}.cost-panel__hint{font-size:12px;color:#bfbfbf;padding:8px 0 4px}.cost-panel__price-ref{font-size:12px;color:#8c8c8c;line-height:1.5}.cost-panel__sim{display:flex;flex-direction:column;gap:8px}.cost-panel__sim-field{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#595959;gap:8px}.cost-panel__sim-result{background:#f6ffed;border:1px solid #b7eb8f;border-radius:8px;padding:10px 12px;font-size:12px;color:#389e0d;line-height:1.6}.cost-panel__monthly-total{font-size:14px;margin-top:4px}.cost-panel__actions{display:flex;flex-direction:column;gap:6px}.cost-compare{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:16px;margin-bottom:16px}.cost-compare__head{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:14px;flex-wrap:wrap}.cost-compare__bars{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.cost-compare__bar-row{font-size:12px}.cost-compare__bar-label{display:flex;justify-content:space-between;margin-bottom:4px;color:#595959}.cost-compare__bar-track{height:8px;background:#f5f5f5;border-radius:4px;overflow:hidden}.cost-compare__bar-fill{height:100%;background:#91caff;border-radius:4px;transition:width .3s}.cost-compare__bar-fill.cheapest{background:#52c41a}.cost-compare__bar-meta{margin-top:2px;color:#bfbfbf;font-size:11px}.cost-compare__table-wrap{overflow-x:auto;margin-bottom:12px}.cost-compare__table{width:100%;border-collapse:collapse;font-size:13px}.cost-compare__table th,.cost-compare__table td{padding:8px 10px;text-align:left;border-bottom:1px solid #f0f0f0}.cost-compare__table th{color:#8c8c8c;font-weight:500;background:#fafafa}.cost-compare__table tr.cheapest td{color:#389e0d}.cost-compare__monthly{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:#595959;padding-top:8px;border-top:1px solid #f0f0f0}.cost-compare__monthly-items{display:flex;flex-wrap:wrap;gap:12px;width:100%;margin-top:4px}.cost-compare__monthly-items .cheapest{color:#389e0d;font-weight:600}.pg-request-id{font-size:11px;color:#8c8c8c;word-break:break-all;margin-bottom:8px}.pg-layout{display:grid;grid-template-columns:280px 1fr 280px;gap:14px;height:calc(100vh - 120px);min-height:560px}@media(max-width:1200px){.pg-layout{grid-template-columns:1fr;height:auto;min-height:unset}}.pg-panel{background:#fff;border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;display:flex;flex-direction:column;overflow:hidden}.pg-panel__head{padding:12px 14px;border-bottom:1px solid #f0f0f0;font-size:14px;font-weight:600;color:#1f1f1f;flex-shrink:0}.pg-panel__body{padding:12px 14px;overflow-y:auto;flex:1}.pg-left .pg-panel__body{display:flex;flex-direction:column;gap:12px}.pg-field label{display:block;font-size:12px;color:#8c8c8c;margin-bottom:4px}.pg-field+.pg-field{margin-top:4px}.pg-param-row{display:grid;grid-template-columns:1fr 56px;gap:8px;align-items:center;margin-bottom:8px}.pg-param-row span{font-size:12px;color:#595959}.pg-chat{display:flex;flex-direction:column;min-height:0}.pg-chat__messages{flex:1;overflow-y:auto;padding:14px;min-height:320px}.pg-chat__bubble{max-width:88%;margin-bottom:12px;padding:10px 14px;border-radius:10px;font-size:14px;line-height:1.65;word-break:break-word}.pg-chat__bubble.user{margin-left:auto;background:#e6f4ff;white-space:pre-wrap}.pg-chat__bubble.assistant{background:#f5f5f5}.pg-chat__bubble.system{max-width:100%;background:#fffbe6;border:1px dashed #ffe58f;font-size:13px;color:#595959}.pg-chat__input{border-top:1px solid #f0f0f0;padding:12px 14px;flex-shrink:0}.pg-stat-row{display:flex;justify-content:space-between;font-size:12px;padding:6px 0;border-bottom:1px dashed #f0f0f0}.pg-stat-row:last-child{border-bottom:none}.pg-stat-row dt{color:#8c8c8c;margin:0}.pg-stat-row dd{margin:0;color:#1f1f1f;font-weight:500;text-align:right;max-width:58%;word-break:break-all}.pg-copy-group{display:flex;flex-direction:column;gap:6px;margin-top:12px}.pg-saved-item{padding:8px 10px;border-radius:8px;border:1px solid #f0f0f0;margin-bottom:8px;cursor:pointer;transition:border-color .2s}.pg-saved-item:hover{border-color:#91caff}.pg-saved-item__name{font-size:13px;font-weight:500;color:#1f1f1f}.pg-saved-item__meta{font-size:11px;color:#8c8c8c;margin-top:2px}.pg-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:8px}.pg-toolbar__title{font-size:16px;font-weight:600;color:#1f1f1f}.pg-empty-hint{text-align:center;color:#bfbfbf;padding:40px 16px;font-size:13px}.mc-page__title{font-size:18px;font-weight:600;margin:0 0 4px}.mc-page__subtitle{font-size:13px;color:#8c8c8c;margin:0 0 16px}.mc-config{background:#fff;border-radius:12px;border:1px solid #f0f0f0;padding:16px 18px;margin-bottom:16px;box-shadow:0 1px 4px #0f172a0d}.mc-config__row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.mc-recommend{background:linear-gradient(135deg,#f0f5ff,#e6f4ff);border:1px solid #91caff;border-radius:12px;padding:14px 18px;margin-bottom:16px}.mc-recommend__title{font-size:14px;font-weight:600;color:#1677ff;margin-bottom:4px}.mc-recommend__reasons{font-size:13px;color:#595959}.mc-recommend__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}} .mc-grid{display:grid;gap:14px}.mc-grid--2{grid-template-columns:repeat(2,1fr)}.mc-grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:1100px){.mc-grid--2,.mc-grid--3{grid-template-columns:1fr}}.mc-card{background:#fff;border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0f172a0d;display:flex;flex-direction:column;min-height:420px}.mc-card.recommended{border-color:#1677ff;box-shadow:0 4px 12px #1677ff26}.mc-card__head{padding:12px 14px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;gap:8px}.mc-card__name{font-size:14px;font-weight:600;color:#1f1f1f}.mc-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;padding:10px 14px;background:#fafafa;border-bottom:1px solid #f0f0f0;font-size:11px}.mc-card__stat dt{color:#8c8c8c;margin:0}.mc-card__stat dd{margin:0;color:#1f1f1f;font-weight:500;text-align:right}.mc-card__output{flex:1;padding:14px;overflow-y:auto;font-size:13px;line-height:1.65;word-break:break-word;min-height:160px;max-height:420px}.mc-card__error{flex:1;padding:14px;color:#ff4d4f;font-size:13px}.mc-card__ratings{padding:12px 14px;border-top:1px solid #f0f0f0}.mc-rating-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;font-size:12px;color:#595959}.mc-card__actions{padding:8px 14px 12px;border-top:1px solid #f0f0f0;display:flex;gap:8px;flex-wrap:wrap}.exp-logs-page{padding:4px 0}.exp-logs-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:12px;flex-wrap:wrap}.exp-logs-head h1{margin:0 0 4px;font-size:22px;font-weight:600;display:flex;align-items:center;gap:8px}.exp-logs-head p{margin:0;color:#8c8c8c;font-size:13px}.exp-logs-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:16px}.exp-logs-stat{background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:12px 14px}.exp-logs-stat span{display:block;font-size:12px;color:#8c8c8c;margin-bottom:4px}.exp-logs-stat strong{font-size:18px;color:#262626}.exp-logs-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;align-items:center}.exp-logs-settings{margin-bottom:16px}.exp-logs-settings__row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px}.exp-logs-settings__desc{font-size:12px;color:#8c8c8c;margin-top:2px}.exp-logs-section{font-weight:600;font-size:13px;margin:12px 0 6px;display:flex;align-items:center;gap:6px}.exp-logs-code{background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;padding:10px 12px;font-size:12px;line-height:1.6;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow:auto;margin:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;background:#f5f7fb}
