*{box-sizing:border-box}html{scrollbar-gutter:stable}html,body,#root{margin:0;min-height:100%;background:#f5f5f5;overflow-x:hidden}.app-main-content{margin:24px;min-width:0;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.app-header{padding:0 16px;background:#f0f2f5;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0;height:56px;line-height:normal;flex-shrink:0}.app-header__left{display:flex;align-items:center;flex:1;min-width:0;gap:10px}.app-header__toggle{cursor:pointer;font-size:18px;flex-shrink:0;display:inline-flex;align-items:center}.app-header__module-title{margin:0!important;font-weight:600!important;font-size:15px!important;line-height:1.2!important;flex-shrink:0;white-space:nowrap}.app-header__module-sep{color:#0003;font-size:16px;font-weight:300;line-height:1;flex-shrink:0;-webkit-user-select:none;user-select:none}.app-header-module-tabs{flex:1;min-width:0}.app-header-module-tabs .ant-tabs-nav{margin:0}.app-header-module-tabs .ant-tabs-nav:before{border:none}.app-header-module-tabs .ant-tabs-tab{padding:6px 0;font-size:13px}.app-header-module-tabs .ant-tabs-tab+.ant-tabs-tab{margin-left:16px}.app-header-module-tabs .ant-tabs-ink-bar{height:2px}.dashboard-page{min-height:100%}.dashboard-shell{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.dashboard-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.dashboard-top__title{margin:0 0 8px!important;font-weight:600!important}.dashboard-top__meta{display:flex;flex-wrap:wrap;gap:6px}.dashboard-top__tenant{margin:0;background:#e6fffb;color:#2563eb}.dashboard-top__role{margin:0;background:#f5f5f5;color:#000000a6}.dashboard-actions{display:flex;flex-wrap:wrap;gap:10px}.dashboard-action{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:1px solid #e8e8e8;background:#fff;color:#000000e0;font-size:13px;font-weight:500;line-height:1;box-shadow:0 1px 2px #0000000a;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.dashboard-action:hover{color:#22c55e;border-color:#99f6e4;box-shadow:0 4px 12px #0d94881f;transform:translateY(-1px)}.dashboard-action--primary{background:#22c55e;border-color:#22c55e;color:#fff}.dashboard-action--primary:hover{background:#2563eb;border-color:#2563eb;color:#fff}.dashboard-action__icon{display:inline-flex;font-size:15px}.dashboard-hero{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;background:#fff;border:1px solid #ebebeb;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #0f172a0f}.dashboard-hero__stat{display:flex;flex-direction:column;gap:6px;padding:22px 24px;color:inherit;border-right:1px solid #f0f0f0;transition:background .15s ease}.dashboard-hero__stat:last-child{border-right:none}.dashboard-hero__stat:hover{background:#fafafa}.dashboard-hero__stat--featured{background:linear-gradient(135deg,#f0fdfa,#fff)}.dashboard-hero__stat--featured:hover{background:linear-gradient(135deg,#ccfbf1,#f0fdfa)}.dashboard-hero__label{font-size:13px;color:#00000073}.dashboard-hero__value{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.15;color:#000000e0;font-variant-numeric:tabular-nums}.dashboard-hero__stat--featured .dashboard-hero__value{color:#2563eb}.dashboard-hero__hint{font-size:12px;color:#00000073}.dashboard-alerts{background:#fff;border:1px solid #ebebeb;border-radius:14px;padding:16px 18px;box-shadow:0 4px 16px #0f172a0a}.dashboard-alerts--clear{display:flex;align-items:center;gap:10px;color:#389e0d;background:#f6ffed;border-color:#b7eb8f;font-size:13px}.dashboard-alerts__head{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;color:#000000e0}.dashboard-alerts__list{display:flex;flex-wrap:wrap;gap:8px}.dashboard-alert-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-size:13px;border:1px solid transparent;transition:transform .15s ease}.dashboard-alert-chip:hover{transform:translateY(-1px)}.dashboard-alert-chip strong{font-variant-numeric:tabular-nums}.dashboard-alert-chip--danger{background:#fff2f0;border-color:#ffccc7;color:#a8071a}.dashboard-alert-chip--warning{background:#fffbe6;border-color:#ffe58f;color:#ad6800}.dashboard-alert-chip--info{background:#e6f4ff;border-color:#bae0ff;color:#0958d9}.dashboard-grid-section__title{display:block;margin-bottom:10px;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.dashboard-tile{display:flex;align-items:center;gap:12px;min-height:88px;padding:14px 16px;background:#fff;border:1px solid #ebebeb;border-radius:12px;color:inherit;box-shadow:0 2px 8px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.dashboard-tile:hover{border-color:#99f6e4;box-shadow:0 6px 16px #0d94881a;transform:translateY(-1px)}.dashboard-tile__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#f5f5f5;color:#000000a6;font-size:18px;flex-shrink:0}.dashboard-tile__body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.dashboard-tile__label{font-size:12px;color:#00000073;line-height:1.3}.dashboard-tile__value{font-size:22px;font-weight:700;line-height:1.1;font-variant-numeric:tabular-nums;color:#000000e0}.dashboard-tile__hint{font-size:11px;color:#00000073;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-tile__arrow{color:#0003;font-size:11px;flex-shrink:0}.dashboard-tile--danger .dashboard-tile__icon{background:#fff2f0;color:#cf1322}.dashboard-tile--danger .dashboard-tile__value{color:#cf1322}.dashboard-tile--warning .dashboard-tile__icon{background:#fffbe6;color:#d48806}.dashboard-tile--warning .dashboard-tile__value{color:#d48806}.dashboard-tile--info .dashboard-tile__icon{background:#e6f4ff;color:#1677ff}.dashboard-tile--info .dashboard-tile__value{color:#1677ff}.content-desk{max-width:1100px;padding:0 0 24px}.content-queue-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px}.content-idea-rail{display:grid;grid-template-columns:1fr 1fr;gap:10px}.content-idea-card{display:block;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:inherit}.content-idea-card:hover{border-color:#93c5fd;background:#fff}.content-idea-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.content-brand-chip{display:inline-flex;align-items:center;padding:0 7px;height:22px;border:1px solid;border-radius:999px;font-size:11px;font-weight:600;background:#fff;text-transform:lowercase}.content-brand-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.content-week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.content-week-grid--page{align-items:start}.content-week-col{display:block;width:100%;min-height:132px;padding:8px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;text-align:left;cursor:pointer}.content-week-col:hover{border-color:#93c5fd}.content-week-col--today{border-color:#2563eb;background:#eff6ff}.content-week-col__head{display:flex;justify-content:space-between;margin-bottom:8px;font-size:12px;color:#64748b}.content-week-item{display:flex;align-items:flex-start;gap:4px;margin-bottom:6px;font-size:12px;line-height:1.35}.content-week-item__text{min-width:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.content-week-more{font-size:11px;color:#64748b}.content-video-lab-stats{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;margin-bottom:14px;font-size:13px;color:#334155}.content-video-lab-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;margin-bottom:16px}.content-video-lab-card{text-align:left;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;color:inherit}.content-video-lab-card:hover,.content-video-lab-card--on{border-color:#93c5fd;background:#f8fafc}.content-video-lab-card--dim{opacity:.55}.content-video-lab-card__head{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:6px}.content-video-lab-card__title{font-weight:600;font-size:13px;line-height:1.35;margin-bottom:4px}.content-cal-legend{display:flex;flex-wrap:wrap;gap:12px 16px;margin-top:16px;font-size:12px;color:#334155}@media(max-width:900px){.content-idea-rail,.content-week-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.dashboard-hero{grid-template-columns:1fr}.dashboard-hero__stat{border-right:none;border-bottom:1px solid #f0f0f0}.dashboard-hero__stat:last-child{border-bottom:none}.dashboard-revenue-chart__head{flex-direction:column;align-items:stretch}.dashboard-revenue-chart__controls{align-items:flex-start}}.dashboard-revenue-chart{background:#fff;border:1px solid #ebebeb;border-radius:14px;padding:18px 20px 16px;box-shadow:0 8px 24px #0f172a0f;height:100%}.dashboard-revenue-chart__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.dashboard-revenue-chart__eyebrow{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#00000073;margin-bottom:4px}.dashboard-revenue-chart__total{font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:700;color:#2563eb;font-variant-numeric:tabular-nums;line-height:1.2}.dashboard-revenue-chart__subtitle{display:block;margin-top:4px;font-size:12px}.dashboard-revenue-chart__controls{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.dashboard-revenue-chart__report-link{font-size:12px;color:#22c55e;white-space:nowrap;align-self:flex-start;margin-left:auto}.dashboard-revenue-chart__plot{display:grid;align-items:end;gap:8px;min-height:160px;padding-top:8px;border-top:1px solid #f0f0f0;overflow-x:auto;padding-bottom:4px}.dashboard-revenue-chart__bar-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;height:140px}.dashboard-revenue-chart__bar{width:100%;max-width:36px;min-height:2px;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,#60a5fa,#2563eb);transition:height .25s ease}.dashboard-revenue-chart__bar--empty{background:#e8e8e8;min-height:2px}.dashboard-revenue-chart__bar-wrap:hover .dashboard-revenue-chart__bar{background:linear-gradient(180deg,#86efac,#2563eb)}.dashboard-revenue-chart__bar-label{font-size:10px;color:#00000073;font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-analytics{margin-bottom:20px}.dashboard-analytics__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.dashboard-analytics__title{font-size:13px;font-weight:600;color:#000000a6}.dashboard-category-chart{background:#fff;border:1px solid #ebebeb;border-radius:14px;padding:18px 20px 16px;box-shadow:0 8px 24px #0f172a0f;height:100%}.dashboard-category-chart__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.dashboard-category-chart__eyebrow{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#00000073;margin-bottom:4px}.dashboard-category-chart__total{font-size:clamp(1.2rem,2vw,1.55rem);font-weight:700;color:#2563eb;font-variant-numeric:tabular-nums;line-height:1.2}.dashboard-category-chart__subtitle{display:block;margin-top:4px;font-size:12px}.dashboard-category-chart__report-link{font-size:12px;color:#22c55e;white-space:nowrap}.dashboard-category-chart__body{display:flex;align-items:center;gap:16px;padding-top:8px;border-top:1px solid #f0f0f0;min-height:160px}.dashboard-category-chart__donut-wrap{flex:0 0 auto}.dashboard-category-chart__donut{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center}.dashboard-category-chart__donut-hole{width:72px;height:72px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #f0f0f0}.dashboard-category-chart__donut-label{font-size:11px;font-weight:600;color:#00000073;text-transform:uppercase;letter-spacing:.03em}.dashboard-category-chart__legend{flex:1;min-width:0;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dashboard-category-chart__legend-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.dashboard-category-chart__legend-name{display:flex;align-items:center;gap:8px;min-width:0}.dashboard-category-chart__legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dashboard-category-chart__legend-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-category-chart__legend-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0;font-variant-numeric:tabular-nums;color:#000000a6}.dashboard-category-chart__legend-meta strong{color:#000000e0}.dashboard-category-chart__empty{margin:8px 0 0;padding:12px 0}@media(max-width:575px){.dashboard-category-chart__body{flex-direction:column;align-items:stretch}.dashboard-category-chart__donut-wrap{display:flex;justify-content:center}}.grn-lines-table .ant-table-cell{overflow:visible;vertical-align:top}.grn-lines-table .ant-table-summary>tr>td{background:#fafafa;border-top:1px solid #f0f0f0;vertical-align:top}.grn-lines-table .ant-table-cell-align-right{font-variant-numeric:tabular-nums}.procurement-qty-cell{display:block;text-align:right;font-variant-numeric:tabular-nums}.pharma-date-picker-wrap{min-width:120px}.money-input.ant-input-number .ant-input-number-input{text-align:right;font-variant-numeric:tabular-nums}.grn-lines-detail-panel{margin-top:4px;padding:12px 16px;background:#f0f5ff;border:1px solid #adc6ff;border-radius:8px}.grn-lines-detail-panel--compact{padding:8px 10px;margin-top:0}.grn-lines-detail-panel--compact .grn-lines-detail-panel__title{margin-bottom:6px}.grn-detail-view{display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden}.grn-detail-view .grn-lines-detail-panel--fill{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.grn-detail-view .grn-lines-detail-panel--fill .ant-table-wrapper{flex:1;min-height:0;overflow:auto}.grn-detail-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:8px;border:1px solid #f0f0f0;border-radius:6px;overflow:hidden;font-size:12px;line-height:1.35}.grn-detail-meta__cell{padding:4px 8px;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;min-width:0}.grn-detail-meta__cell:nth-child(4n){border-right:none}.grn-detail-meta__cell:nth-last-child(-n+4){border-bottom:none}.grn-detail-meta__label{color:#00000073;margin-right:4px;white-space:nowrap}.grn-detail-meta__value{color:#000000e0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grn-detail-meta__cell--note .grn-detail-meta__value{white-space:normal;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.grn-lines-table--detail .grn-discount-cell{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:100%}.grn-lines-table--detail .ant-table-thead>tr>th{padding:6px 8px!important;white-space:nowrap}.grn-lines-table--detail .ant-table-thead>tr>th.grn-col-nowrap,.grn-lines-table--detail .ant-table-tbody>tr>td.grn-col-nowrap{white-space:nowrap}.grn-lines-table--detail .ant-table-tbody>tr>td{padding:6px 8px!important}.grn-lines-detail-panel__title{margin:0 0 10px;font-size:13px;font-weight:600;color:#000000a6}.sales-layout--pos .sales-layout__outlet,.sales-layout__outlet{margin-top:0}.sales-list-table-wrap{min-height:320px}.pos-page-spin,.pos-page-spin>.ant-spin-container{display:block}.pos-page{display:flex;flex-direction:column;gap:0;max-width:100%;min-width:0}.pos-sales-subnav{display:flex;align-items:center;gap:2px;padding:0 8px;height:34px;flex-shrink:0;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable;background:#f0f2f5;border-bottom:1px solid #e8e8e8;scrollbar-width:thin}.pos-sales-subnav__item{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:none;border-radius:6px;background:transparent;color:#000000a6;font-size:12px;line-height:1.2;cursor:pointer;white-space:nowrap;flex-shrink:0}.pos-sales-subnav__item:hover{background:#0000000a;color:#000000e0}.pos-sales-subnav__item--active{background:#fff;color:#000000e0;font-weight:600;box-shadow:0 1px 2px #0000000f}.pos-page__alerts{flex-shrink:0;display:flex;flex-direction:column;gap:6px;margin-bottom:6px}.pos-page__alerts-row{display:flex;flex-wrap:wrap;gap:6px;align-items:stretch;min-width:0}.pos-page__alerts-row-item{flex:1 1 320px;min-width:0;display:flex}.pos-page__alerts-row-item--shift{flex:0 0 auto;width:max-content;max-width:min(100%,480px)}.pos-page__alerts-row-item--shift .ant-alert-description{white-space:nowrap}.pos-page__alerts-row-item--otp{flex:1 1 0;min-width:min(100%,360px)}.pos-page__alerts-row-item>.ant-alert,.pos-page__alerts-row-item>.ant-alert.ant-alert{flex:1;width:100%;margin-bottom:0!important}.pos-page__alerts .ant-alert{margin-bottom:0!important}.pos-page__toolbar{flex-shrink:0;display:flex;align-items:stretch;margin-bottom:10px;gap:0;min-width:0;max-width:100%}.pos-page__toolbar-cart{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px;padding:10px 12px;border:1px solid #f0f0f0;border-radius:8px;background:#fff;box-sizing:border-box}.pos-page__toolbar-aside{flex:0 0 300px;width:300px;box-sizing:border-box;padding:0 10px;display:flex}.pos-page__toolbar-actions{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:stretch;gap:10px;width:100%;padding:10px 12px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000a;box-sizing:border-box}.pos-page__toolbar-action-slot{display:block;width:100%}.pos-page__pay-btn{flex:1 1 auto;min-height:48px;font-size:15px;font-weight:600}.pos-page__draft-btn{flex:0 0 auto}.pos-page__toolbar-row{display:grid;grid-template-columns:180px minmax(160px,1fr) auto;gap:12px;align-items:center}.pos-page__app-draft-toggle{white-space:nowrap}.pos-page__app-draft-toggle-label{font-size:13px;line-height:1.2}.pos-page__toolbar-row--scan{display:flex;align-items:center;gap:10px}.pos-page__warehouse-select{width:100%}.pos-page__customer-select{min-width:0}.pos-consultation-chip{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:-2px 0 6px;min-height:24px;font-size:12px;line-height:1.3}.pos-consultation-chip__tag{margin:0;font-size:11px;line-height:18px;padding-inline:6px}.pos-consultation-chip__level{color:var(--ant-color-text-secondary);flex:1;min-width:0}.pos-consultation-chip__action{padding:0 4px;height:auto;font-size:12px}.pos-page__barcode-field{flex:1;min-width:0;width:auto}.pos-page__add-btn{flex:0 0 auto;width:auto;min-width:0;padding-inline:12px;white-space:nowrap}.pos-page__alerts:empty{display:none}.pos-page__body{display:flex;min-height:360px;gap:0;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;background:#fff;min-width:0;max-width:100%}.pos-page__cart .ant-table-content{overflow-x:auto}.pos-page__cart{flex:1;min-width:0;padding:0 8px 8px 12px}.pos-page__cart .ant-table-wrapper,.pos-page__cart .ant-spin-nested-loading,.pos-page__cart .ant-spin-container{height:auto}.pos-cart-table .ant-table{table-layout:fixed}.pos-cart-table .ant-table-cell{padding-top:6px!important;padding-bottom:6px!important}.pos-cart-table .pos-cart-col-uom{padding-left:4px!important;padding-right:4px!important}.pos-cart-table .pos-cart-col-qty,.pos-cart-table .pos-cart-col-money{font-variant-numeric:tabular-nums}.pos-cart-table .pos-cart-col-discount{padding-left:6px!important;padding-right:6px!important}.pos-cart-table .ant-table-thead>tr>th.pos-cart-col-uom,.pos-cart-table .ant-table-thead>tr>th.pos-cart-col-qty,.pos-cart-table .ant-table-thead>tr>th.pos-cart-col-money{white-space:nowrap}.pos-page__aside{flex:0 0 300px;width:300px;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;gap:10px;min-height:0;padding:0 10px 10px;border-left:1px solid #e8e8e8;background:#fafafa}.pos-page__aside-panel{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;box-sizing:border-box;padding:10px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000a}.pos-page__aside-summary-box{border:1px solid #e8e8e8;border-radius:6px;padding:10px 12px;background:#fafafa}.pos-summary-panel--sidebar{display:flex;flex-direction:column;gap:8px;width:100%}.pos-summary-panel--sidebar .pos-summary-money{min-width:108px}.pos-summary-row--total .ant-typography{font-size:15px}.pos-summary-money--total{font-size:20px!important;min-width:0;flex:1;padding:6px 10px!important;border-color:#91caff!important;background:#e6f4ff!important}@media(max-width:1280px){.pos-page__toolbar-aside,.pos-page__aside{flex-basis:272px;width:272px}.pos-page__toolbar-row{grid-template-columns:160px minmax(140px,1fr) auto}}@media(max-width:1100px){.pos-page__toolbar-aside,.pos-page__aside{flex-basis:248px;width:248px}.pos-summary-panel--sidebar .pos-summary-money{min-width:92px}}@media(max-width:1200px){.pos-page__toolbar-row{grid-template-columns:140px minmax(120px,1fr) auto}}.los-phone-shell .app-header{display:flex;align-items:center;justify-content:space-between}.los-phone-shell .app-main-content{margin:0}.los-phone{max-width:440px;margin:0 auto;padding:16px 16px 28px}.los-phone-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.los-phone-head p{margin:4px 0 0;color:#6b7280}.los-phone-card{background:#fff;border-radius:16px;padding:18px 16px;box-shadow:0 8px 24px #14241c0f}.los-phone-card h2{margin:10px 0 8px;font-size:1.2rem;line-height:1.35}.los-phone-card p{margin:0 0 6px;color:#4b5563}.los-phone-badge{display:inline-block;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;background:#e8f5ec;color:#155724}.los-phone-num{color:#155724;font-weight:700}.los-phone-warn{background:#fff7ed;color:#9a3412;border-radius:10px;padding:10px 12px;margin:10px 0!important}.los-phone-actions{display:grid;grid-template-columns:1fr 1.2fr;gap:10px;margin-top:16px}.los-phone-actions .ant-btn{min-height:48px}
