:root{--canvas: #fbfbfd;--surface: #ffffff;--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-muted: #86868b;--border: #e8e8ed;--brand: #2d5bff;--success: #34c759;--warning: #ff9500;--danger: #ff3b30;--card-radius: 20px;--button-radius: 12px;--input-radius: 10px;--card-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 12px rgba(15, 23, 42, .04), 0 16px 32px -8px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:var(--text-primary);background:var(--canvas);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,PingFang SC,Helvetica Neue,Arial,sans-serif;font-variant-numeric:tabular-nums}a{cursor:pointer}button,input,select,textarea{font:inherit}.ant-card{border-radius:20px}.ant-btn{border-radius:var(--button-radius)}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-picker,.ant-select-selector{border-radius:var(--input-radius)!important}.app-layout{min-height:100dvh;background:var(--canvas)}.app-sider{position:fixed;inset:0 auto 0 0;z-index:20;border-right:1px solid var(--border);background:#fffffff5!important}.app-sider .ant-layout-sider-children{display:flex;flex-direction:column}.app-brand{display:flex;align-items:center;gap:11px;min-height:76px;padding:14px 16px;color:var(--text-primary);border-bottom:1px solid var(--border)}.app-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;color:var(--surface);font-size:17px;font-weight:600;background:var(--brand);border-radius:12px;box-shadow:0 8px 20px #2d5bff2e}.app-brand-text{display:flex;min-width:0;flex-direction:column;line-height:1.35}.app-brand-title{overflow:hidden;color:var(--text-primary);font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.app-brand-sub{overflow:hidden;color:var(--text-muted);font-size:10px;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.app-menu{flex:1;padding:14px 10px;background:transparent;border-inline-end:0!important}.app-menu .ant-menu-item{height:44px;margin:3px 0;border-radius:12px;color:var(--text-secondary);font-size:14px}.app-menu .ant-menu-item .ant-menu-item-icon{color:var(--text-muted)}.app-menu .ant-menu-item-selected{color:var(--brand);font-weight:600;background:#2d5bff14}.app-menu .ant-menu-item-selected .ant-menu-item-icon{color:var(--brand)}.app-main{min-width:0;min-height:100dvh;margin-left:224px;background:var(--canvas)}.app-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 28px;background:#fbfbfdeb!important;border-bottom:1px solid rgba(232,232,237,.88)}.app-header-context,.app-account-trigger,.app-account-copy{display:flex;align-items:center}.app-header-context{min-width:0;gap:8px}.app-header-title{overflow:hidden;color:var(--text-primary);font-size:15px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.app-account-trigger{height:48px;gap:9px;padding-inline:10px}.app-account-copy{align-items:flex-start;flex-direction:column;line-height:1.2}.app-user-name{color:var(--text-primary);font-size:13px;font-weight:600}.app-user-role{color:var(--text-muted);font-size:11px;font-weight:400}.app-content{min-width:0;min-height:calc(100dvh - 68px);padding:28px}.app-content>*{width:min(100%,1500px);margin-inline:auto}.page-card{overflow:hidden;border:0;box-shadow:var(--card-shadow)}.page-card .ant-card-head{min-height:58px;border-bottom-color:var(--border)}.page-card .ant-card-body{padding:20px}.page-title{margin:0;text-wrap:balance}.page-subtitle{margin-top:4px;color:var(--text-secondary);font-size:13px;text-wrap:pretty}.table-toolbar{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.filter-control{width:160px}.filter-search{width:220px}.admin-table .ant-table{border-radius:12px}.admin-table .ant-table-thead>tr>th{color:var(--text-secondary);font-size:12px;font-weight:500}.admin-table .ant-table-tbody>tr{cursor:pointer}.admin-table .ant-pagination{margin-bottom:0}.action-space{row-gap:6px}.drawer-body{width:100%}.drawer-section-title{margin:0 0 14px;color:var(--text-primary)}.drawer-timeline{padding-top:2px}.timeline-status-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.muted-note{margin:0;color:var(--text-secondary);font-size:13px}.warning-note{margin-top:0;padding:10px 12px;color:#8a4b00;background:#ff95001f;border:1px solid rgba(255,149,0,.24);border-radius:10px}.status-pill{display:inline-flex;min-height:26px;align-items:center;gap:7px;padding:3px 10px 3px 7px;border-radius:999px;font-size:12px;font-weight:500;line-height:20px;white-space:nowrap}.status-pill__bar{width:3px;height:14px;flex:0 0 3px;border-radius:999px;background:currentColor}.status-pill--submitted{color:#2343a8;background:#2d5bff33}.status-pill--processing{color:#0f5f67;background:#5eead433}.status-pill--visiting{color:#8a4b00;background:#ff950033}.status-pill--done{color:#176b35;background:#34c75933}.status-pill--cancelled,.status-pill--danger{color:#a51f19;background:#ff3b3033}.auth-page{display:flex;min-height:100dvh;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(180deg,#1677ff0f,#f5f7fb00 42%),#f5f7fb}.auth-card{width:min(420px,100%);border:0;box-shadow:0 18px 48px #0f172a1f}.auth-card .ant-card-head{min-height:64px}.login-page{position:relative;justify-content:flex-end;padding:48px clamp(88px,12.5vw,240px) 76px 24px;background:linear-gradient(90deg,#ecf6ff08,#ecf6ff24 46%,#ecf6ff6b),url(/assets/login-bg-9Qg2QYFB.webp) center center / cover no-repeat}.login-card{width:min(500px,calc(100vw - 44px));overflow:hidden;padding:48px 42px 30px;border:1px solid rgba(255,255,255,.86);border-radius:20px;background:#f2f8ff8f;box-shadow:inset 0 1px #fffffff5,inset 0 0 0 1px #538bca17,0 28px 72px #20549133,0 8px 22px #2463a61f;backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%)}.login-heading{text-align:center}.login-heading h1{margin:0;color:#102a4c;font-size:28px;font-weight:700;line-height:1.35;letter-spacing:0}.login-subtitle{margin:12px 0 0;color:#1677ff;font-size:17px;font-weight:600;line-height:1.5;letter-spacing:0}.login-security-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:20px 0 0;color:#49688f;font-size:14px;line-height:1.5}.login-security-note svg{color:#1677ff}.login-form{margin-top:32px}.login-form .ant-form-item{margin-bottom:18px}.login-card .ant-input,.login-card .ant-input-affix-wrapper{background:#ffffffc2;border-color:#5b82ae57}.login-card .ant-input-affix-wrapper{min-height:56px;padding-inline:18px;border-radius:10px;box-shadow:inset 0 1px 2px #325f910a;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.login-card .ant-input-affix-wrapper:hover,.login-card .ant-input-affix-wrapper-focused{border-color:#1677ffb8;background:#ffffffe0;box-shadow:0 0 0 3px #1677ff1a}.login-card .ant-input-affix-wrapper .ant-input{padding-inline:10px;background:transparent;font-size:16px}.login-card .ant-input-prefix{color:#1677ff;font-size:20px}.login-remember{margin-top:2px;margin-bottom:24px!important}.login-remember .ant-checkbox-wrapper{color:#49617f;font-size:14px}.login-submit.ant-btn-primary{height:56px;border:0;border-radius:12px;font-size:18px;font-weight:600;background:linear-gradient(180deg,#579bff,#1677ff 70%);box-shadow:0 10px 24px #1677ff42;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.login-submit.ant-btn-primary:hover{background:linear-gradient(180deg,#6ca8ff,#2b83ff 70%);box-shadow:0 13px 28px #1677ff52;transform:translateY(-1px)}.login-submit.ant-btn-primary:active{transform:translateY(1px)}.login-footer{margin-top:30px;color:#58708e;font-size:13px;line-height:1.6;text-align:center}.site-compliance-footer{position:absolute;bottom:20px;left:50%;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px;width:max-content;max-width:calc(100% - 32px);color:#354e6dc2;font-size:13px;line-height:1.6;text-align:center;transform:translate(-50%)}.site-compliance-footer a{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.site-compliance-footer a:hover{color:#1677ff;border-bottom-color:currentColor}.site-compliance-footer a:focus-visible{color:#0958d9;outline:2px solid rgba(22,119,255,.34);outline-offset:4px}.mps-badge{display:block;width:18px;height:20px;flex:0 0 auto;object-fit:contain}.compliance-divider{color:#354e6d61}@media(max-width:768px){.login-page{justify-content:flex-end;padding:28px 20px 64px 36px;background-position:36% center}.login-card{width:min(460px,100%);margin-left:auto;margin-right:0;padding:38px 26px 26px}.login-heading h1{font-size:24px}.login-subtitle{font-size:16px}.login-security-note{align-items:flex-start;margin-top:18px;text-align:left}.login-form{margin-top:28px}.login-footer{margin-top:26px;font-size:12px}.site-compliance-footer{bottom:14px;flex-wrap:wrap;column-gap:8px;row-gap:2px;width:calc(100% - 32px);font-size:12px}}.dashboard-page{display:flex;flex-direction:column;gap:18px}.dashboard-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:4px 2px 8px}.dashboard-heading h1{margin:4px 0 0;color:var(--text-primary);font-size:30px;font-weight:500;line-height:1.18;letter-spacing:0;text-wrap:balance}.dashboard-eyebrow{color:var(--text-muted);font-size:12px;font-weight:500;letter-spacing:0}.dashboard-period-control{display:flex;align-items:center;gap:14px}.dashboard-updated-at{min-width:136px;color:var(--text-muted);font-size:11px;font-variant-numeric:tabular-nums;text-align:right}.dashboard-loading-grid{display:grid;grid-template-columns:5fr 3.5fr 3.5fr;gap:16px}.dashboard-loading-grid .dashboard-card{min-height:196px}.dashboard-loading-grid .dashboard-loading-hero{min-height:280px}.dashboard-bento{display:grid;grid-template-columns:minmax(0,5fr) repeat(2,minmax(0,3.5fr));grid-template-rows:200px 64px auto;gap:16px}.dashboard-card{overflow:hidden;border:0;background:var(--surface);box-shadow:var(--card-shadow)}.dashboard-card .ant-card-head{min-height:54px;padding-inline:22px;border-bottom-color:var(--border)}.dashboard-card .ant-card-head-title{color:var(--text-primary);font-size:14px;font-weight:500}.dashboard-card .ant-card-extra{color:var(--text-muted);font-size:11px}.dashboard-card .ant-card-body{height:100%;padding:22px}.dashboard-hero{grid-column:1;grid-row:1 / span 2;min-height:280px}.dashboard-medium{min-width:0}.dashboard-operations{grid-column:2 / -1;min-width:0}.dashboard-small-grid{display:grid;min-width:0;grid-column:1 / -1;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.dashboard-small{min-width:0;min-height:132px}.dashboard-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dashboard-card-heading h2{margin:5px 0 0;color:var(--text-primary);font-size:20px;font-weight:500;line-height:1.3;letter-spacing:0}.dashboard-metric-icon{display:inline-flex;width:36px;height:36px;flex:0 0 36px;align-items:center;justify-content:center;color:var(--brand);background:#2d5bff12;border-radius:10px}.dashboard-hero-number{display:block;margin-top:28px;color:#2d5bff;font-size:80px;font-weight:400;font-variant-numeric:tabular-nums;line-height:.95;letter-spacing:0}.dashboard-hero-breakdown{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:32px}.dashboard-hero-breakdown>span{display:inline-flex;align-items:center;gap:7px;color:var(--text-secondary);font-size:13px;font-variant-numeric:tabular-nums}.dashboard-metric-label{color:var(--text-secondary);font-size:13px;font-weight:500}.dashboard-medium-value{display:block;margin-top:16px;color:var(--text-primary);font-size:38px;font-weight:400;font-variant-numeric:tabular-nums;line-height:1;letter-spacing:0}.dashboard-sparkline{width:100%;height:28px;margin-top:22px}.dashboard-small .ant-card-body{display:grid;grid-template-columns:36px minmax(0,1fr);grid-template-rows:auto 1fr;column-gap:12px;row-gap:9px;padding:18px}.dashboard-small .dashboard-metric-label{align-self:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-small-value{grid-column:1 / -1;align-self:end;color:var(--text-primary);font-size:25px;font-weight:400;font-variant-numeric:tabular-nums;line-height:1.05;letter-spacing:0}.dashboard-small--cancelled .dashboard-metric-icon{color:#a51f19;background:#ff3b3014}.dashboard-small--visits .dashboard-metric-icon{color:#8a4b00;background:#ff950017}.dashboard-small--rated .dashboard-metric-icon{color:#176b35;background:#34c75914}.dashboard-small--good .dashboard-metric-icon{color:#0f5f67;background:#5eead41f}.dashboard-small--rating .dashboard-metric-icon{color:var(--brand);background:#2d5bff12}.dashboard-operations .ant-card-body{display:flex;align-items:center;gap:12px;padding:8px 14px}.dashboard-operations-list{display:grid;width:100%;min-width:0;grid-template-columns:auto repeat(3,minmax(0,1fr));align-items:center;gap:8px}.dashboard-operations-title{padding-inline:4px 8px;color:var(--text-primary);font-size:13px;font-weight:500;white-space:nowrap}.dashboard-operation-row{display:grid;min-width:0;height:44px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:7px;padding:5px 8px;color:var(--text-secondary);background:transparent;border:0;border-radius:10px;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.dashboard-operation-row:hover{background:var(--canvas)}.dashboard-operation-row:active{transform:translateY(1px)}.dashboard-operation-row:focus-visible{outline:2px solid rgba(45,91,255,.45);outline-offset:1px}.dashboard-operation-row>span:not(.status-pill){overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.dashboard-operation-row>strong{color:var(--text-primary);font-size:15px;font-weight:500;font-variant-numeric:tabular-nums}.dashboard-operation-row>svg{width:16px;height:16px}.dashboard-operation-row .status-pill{width:9px;min-height:24px;overflow:hidden;padding-inline:3px}.dashboard-operation-row .status-pill__bar{color:inherit}.dashboard-insights-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,1fr);gap:16px}.dashboard-trend,.dashboard-product{min-width:0;min-height:360px}.dashboard-trend .ant-card-body,.dashboard-product .ant-card-body{height:304px}.dashboard-trend-chart{width:100%;height:100%}.dashboard-product-visual{display:grid;height:100%;grid-template-columns:minmax(150px,.9fr) minmax(170px,1.1fr);align-items:center;gap:18px}.dashboard-donut-wrap{position:relative;min-width:0;height:220px}.dashboard-donut-chart{width:100%;height:100%}.dashboard-donut-center{position:absolute;inset:50% auto auto 50%;display:flex;align-items:center;flex-direction:column;color:var(--text-secondary);pointer-events:none;transform:translate(-50%,-50%)}.dashboard-donut-center span{font-size:11px}.dashboard-donut-center strong{margin-top:4px;color:var(--text-primary);font-size:25px;font-weight:400;font-variant-numeric:tabular-nums;line-height:1}.dashboard-product-legend{display:flex;flex-direction:column;gap:4px}.dashboard-product-legend-row{display:grid;min-height:38px;grid-template-columns:8px minmax(54px,1fr) auto 48px;align-items:center;gap:9px;color:var(--text-secondary);font-size:12px}.dashboard-product-legend-row strong{color:var(--text-primary);font-weight:500;font-variant-numeric:tabular-nums}.dashboard-product-legend-row>span:last-child{color:var(--text-muted);font-variant-numeric:tabular-nums;text-align:right}.dashboard-product-legend-dot{width:8px;height:8px;border:1px solid;border-radius:50%}.dashboard-recent .ant-card-body{padding-top:0}.link-text{color:var(--brand);font-weight:500}.account-role-select{width:104px}.full-width{width:100%}@media(max-width:1180px){.dashboard-bento{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.dashboard-hero{grid-column:1 / -1;grid-row:auto;min-height:244px}.dashboard-operations,.dashboard-small-grid{grid-column:1 / -1}.dashboard-insights-grid{grid-template-columns:1fr}.dashboard-product-visual{grid-template-columns:minmax(180px,.7fr) minmax(220px,1.3fr)}}@media(max-width:1080px){.dashboard-small-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.app-sider{position:static}.app-main{margin-left:0}.app-layout{flex-direction:column}.app-header{padding:0 16px}.app-content{padding:20px 16px}.filter-control,.filter-search{width:100%}.dashboard-small-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-hero-number{font-size:64px}}@media(max-width:700px){.dashboard-heading{align-items:flex-start;flex-direction:column;gap:14px}.dashboard-period-control{width:100%;justify-content:space-between}.dashboard-updated-at{min-width:0}.dashboard-operations-list{grid-template-columns:1fr}.dashboard-operations-title{padding:4px 6px 0}.dashboard-operation-row{grid-template-columns:auto minmax(0,1fr) auto auto}.dashboard-product-visual{grid-template-columns:1fr}.dashboard-product .ant-card-body{height:auto}}@media(max-width:640px){.app-account-copy{display:none}.dashboard-bento{grid-template-columns:1fr}.dashboard-hero,.dashboard-medium,.dashboard-operations,.dashboard-small-grid{grid-column:1;grid-row:auto}.dashboard-small-grid{grid-template-columns:1fr}.dashboard-hero{min-height:244px}.dashboard-hero-number{font-size:52px}.dashboard-small{min-height:116px}.dashboard-loading-grid{grid-template-columns:1fr}.dashboard-trend,.dashboard-product{min-height:330px}.dashboard-trend .ant-card-body{height:274px}}.attach-item{width:132px;padding:8px;text-align:center;background:#fafbfc;border:1px solid #edf0f5;border-radius:10px;transition:box-shadow .2s,border-color .2s}.attach-item:hover{border-color:#bcd6ff;box-shadow:0 6px 18px #1677ff1f}.attach-media{width:116px;height:116px;object-fit:cover;border-radius:8px;background:#f0f2f5}.attach-video-player{display:block;width:100%;max-height:70vh;object-fit:contain;background:#000;border-radius:8px}.attach-video-placeholder{width:116px;height:116px;border:0;border-radius:8px;background:#e5e7eb;color:#4b5563;cursor:pointer;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.attach-video-play{color:#fff;font-size:24px;line-height:1}.attach-caption{margin-top:6px;font-size:12px;font-weight:500;color:#4b5563}
