:root{
  --ink:#161616;
  --muted:#6f6f6f;
  --line:#e4e2e2;
  --paper:#fff;
  --canvas:#f1f1f1;
  --soft:#f6f6f6;
  --green:#a9e87a;
  --red:#ed4230;
  --safe-bottom:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;background:#d7d7d5}
html,body{margin:0;min-height:100%;color:var(--ink)}
body{font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}
button,input,textarea{font:inherit;color:inherit}
button{cursor:pointer;-webkit-tap-highlight-color:transparent}
img{display:block;max-width:100%}

.preview-stage{min-height:100svh;display:grid;place-items:start center;padding:28px 16px;background:
  radial-gradient(circle at 20% 10%,#efefed 0,transparent 34rem),
  radial-gradient(circle at 82% 90%,#bbb9b4 0,transparent 36rem),#d7d7d5}
.phone-shell{position:relative;width:375px;height:min(812px,calc(100svh - 56px));min-height:680px;overflow:hidden;border-radius:27px;background:var(--canvas);box-shadow:0 30px 90px #0003,0 4px 18px #0002}
.app{position:relative;width:100%;height:100%;overflow:hidden;background:var(--canvas)}
.page{position:absolute;inset:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;background:var(--canvas);padding-bottom:calc(70px + var(--safe-bottom));animation:pageIn .38s cubic-bezier(.2,.8,.2,1) both}
.page::-webkit-scrollbar{display:none}
@keyframes pageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

.login-page{container-type:inline-size;padding:0;overflow:hidden;background:#050505;animation:loginIn .72s cubic-bezier(.2,.75,.2,1) both;transition:opacity .42s ease,transform .42s cubic-bezier(.4,0,.2,1)}
.login-page.is-leaving{opacity:0;transform:scale(1.008)}
.login-artwork{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover}
.login-logo-veil,.login-drawn-logo{position:absolute;z-index:1;pointer-events:none}
.login-logo-veil{
  left:21.75%;top:calc(50% - 38cqi);width:56.5%;aspect-ratio:284/95;
  background:rgba(0,0,0,.32);
  backdrop-filter:blur(12px) brightness(.35);-webkit-backdrop-filter:blur(12px) brightness(.35);
  -webkit-mask:url("./assets/kering-logo-mask.svg") center/100% 100% no-repeat;
  mask:url("./assets/kering-logo-mask.svg") center/100% 100% no-repeat;
  animation:logoVeilOut .4s 2.16s ease-out forwards
}
.login-drawn-logo{
  left:21.75%;top:calc(50% - 38cqi);width:56.5%;height:auto;
  animation:drawnLogoSettle .36s 2.48s ease-out forwards
}
.login-hotspot{position:absolute;z-index:2;left:5.35%;top:57.58%;width:89.3%;height:7.03%;padding:0;border:0;border-radius:4px;background:transparent}
.login-hotspot:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:3px}
.login-hotspot:active{background:rgba(0,0,0,.035)}
@keyframes loginIn{from{transform:scale(1.012);filter:brightness(.78)}to{transform:none;filter:none}}
@keyframes logoVeilOut{to{opacity:0;filter:blur(4px)}}
@keyframes drawnLogoSettle{to{opacity:0}}

.device-status{height:44px;padding:0 18px 0 22px;display:flex;align-items:center;justify-content:space-between;background:var(--canvas);font:600 14px/1 "SF Pro Text",sans-serif}
.device-icons{display:flex;align-items:center;gap:6px}
.signal{display:flex;align-items:flex-end;gap:2px;height:12px}
.signal i{width:3px;background:#111;border-radius:1px}
.signal i:nth-child(1){height:4px}.signal i:nth-child(2){height:7px}.signal i:nth-child(3){height:10px}.signal i:nth-child(4){height:12px}
.wifi{width:17px;height:12px;border:2px solid #111;border-width:2px 2px 0 0;transform:rotate(-45deg);border-radius:0 8px 0 0}
.battery{width:21px;height:10px;border:1.5px solid #111;border-radius:2px;padding:1px}.battery:after{content:"";display:block;width:14px;height:100%;background:#111}

.brand-head{height:76px;padding:12px 20px;background:var(--canvas);display:flex;align-items:flex-start;justify-content:space-between}
.brand-lockup h1{margin:0;font:400 24px/34px "Source Han Serif CN","Songti SC",serif;letter-spacing:0}
.brand-wordmark{width:120px;height:10px;margin-top:7px;object-fit:fill}
.avatar-btn{width:36px;height:36px;padding:0;border:1px solid #fff;border-radius:50%;overflow:hidden;background:#ddd}
.avatar-btn img{width:100%;height:100%;object-fit:cover}

.overview{height:160px;margin:20px;padding:16px;background:#fff;border-radius:4px}
.overview-head{height:43px;display:flex;align-items:center;justify-content:space-between}
.overview-title{font:600 18px/26px "Source Han Serif CN","Songti SC",serif;letter-spacing:0;text-transform:uppercase}
.overview strong{font:400 16px/43px "Playfair Display",Georgia,serif}
.overview .progress-count{display:flex;align-items:baseline;gap:3px;font-family:"Playfair Display",Georgia,serif;font-weight:400;line-height:1}
.progress-count b{font-size:28px;font-weight:400}
.progress-count span{font-size:16px}
.progress{height:2px;margin:16px 0;background:#c4c4c4}
.progress i{display:block;height:100%;background:#161616;transform-origin:left;animation:progressReveal .9s .15s cubic-bezier(.2,.8,.2,1) both}
@keyframes progressReveal{from{transform:scaleX(0)}}
.overview p{margin:0;color:#333;font-size:12px;line-height:17px}

.section-head{height:78px;padding:0 16px;background:var(--canvas)}
.section-head h2{margin:0 0 16px;font:600 22px/32px "Source Han Serif CN","Songti SC",serif}
.tabs{display:flex;gap:10px;justify-content:flex-start}
.tabs button{position:relative;height:30px;padding:0 10px;border:.5px solid #c1c1c1;background:transparent;color:var(--muted);font-size:12px;white-space:nowrap}
.tabs button.active{border-color:#161616;color:#fff;background:#161616}
.home-intro .section-head h2{animation:taskHeadingReveal .58s .16s cubic-bezier(.2,.78,.18,1) both}
.home-intro .tabs button{animation:taskTabReveal .52s cubic-bezier(.2,.78,.18,1) both}
.home-intro .tabs button:nth-child(1){animation-delay:.28s}
.home-intro .tabs button:nth-child(2){animation-delay:.34s}
.home-intro .tabs button:nth-child(3){animation-delay:.4s}
.home-intro .tabs button:nth-child(4){animation-delay:.46s}
@keyframes taskHeadingReveal{
  from{opacity:0;clip-path:inset(0 100% 0 0);transform:translateY(5px)}
  to{opacity:1;clip-path:inset(0);transform:none}
}
@keyframes taskTabReveal{
  from{opacity:0;transform:translateY(9px)}
  to{opacity:1;transform:none}
}

.task-wheel{position:relative;height:441px;margin-top:20px;overflow:hidden;background:var(--canvas);touch-action:pan-y;cursor:grab;transition:height .48s cubic-bezier(.2,.8,.2,1)}
.task-wheel-count-3{height:365px}
.task-wheel-count-2{height:317px}
.task-wheel-count-1{height:242px}
.task-wheel-count-0{height:280px;cursor:default}
.home-intro .task-wheel{transform-origin:50% 0;animation:taskWheelUnfold .92s .42s cubic-bezier(.2,.82,.18,1) both}
@keyframes taskWheelUnfold{
  0%{opacity:0;clip-path:inset(0 0 100% 0);transform:translateY(-12px) scaleY(.92)}
  42%{opacity:1}
  100%{opacity:1;clip-path:inset(0);transform:none}
}
.task-card{position:absolute;left:48px;top:146.97px;width:327px;height:222px;margin:0;background:#fff;border:0;border-radius:2px;overflow:hidden;box-shadow:0 18px 46px #00000012;transition:transform .68s cubic-bezier(.2,.85,.18,1),opacity .35s ease,filter .45s ease;transform-origin:50% 50%;opacity:0;cursor:pointer}
.task-wheel-count-3 .task-card{top:118px}
.task-wheel-count-2 .task-card{top:70px}
.task-wheel-count-1 .task-card{top:0}
.task-card:focus-visible{outline:1px solid #161616;outline-offset:-3px}
.task-card.active{z-index:5;opacity:1;transform:translate3d(0,0,0) rotate(0)}
.task-card.next{z-index:4;opacity:1;transform:translate3d(53.93px,-58.19px,0) rotate(8deg)}
.task-card.next2{z-index:3;opacity:1;transform:translate3d(93.88px,-106.21px,0) rotate(16deg)}
.task-card.prev{z-index:2;opacity:1;transform:translate3d(54px,27.73px,0) rotate(-8deg)}
.task-card.far{z-index:1;opacity:0;transform:translate3d(100px,-120px,0) rotate(20deg)}
.task-wheel.dragging{cursor:grabbing}
.task-wheel.dragging .task-card,.task-wheel.no-transition .task-card{transition:none}
.task-wheel.is-switching .task-card{transition-duration:.76s,.38s,.46s}
.task-wheel.is-switching .task-card.active:after{
  content:"";position:absolute;z-index:4;inset:-45%;pointer-events:none;
  background:linear-gradient(105deg,transparent 42%,rgba(255,255,255,.48) 49%,rgba(255,255,255,.08) 55%,transparent 62%);
  transform:translateX(-72%) rotate(7deg);animation:cardSheen .72s .12s cubic-bezier(.25,.7,.2,1) both
}
@keyframes cardSheen{to{transform:translateX(72%) rotate(7deg)}}
.task-copy{position:absolute;inset:0 131px 0 0;padding:16px;display:flex;flex-direction:column;background:#fff}
.task-title-row{height:23px;display:flex;align-items:center;justify-content:space-between;gap:6px}
.task-copy h3{min-width:0;margin:0;font:600 16px/23px "Source Han Serif CN","Songti SC",serif;white-space:nowrap}
.task-copy p{margin:12px 0 0;font-size:12px;line-height:17px}
.priority{flex:none;display:inline-flex;align-items:center;gap:5px;font-size:10px}
.priority i{width:5px;height:5px;border-radius:50%;background:currentColor}
.priority.urgent{color:var(--red)}
.task-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.task-tags span{height:22px;padding:4px 8px;border-radius:999px;background:#f6f6f6;color:#484848;font-size:10px;line-height:14px}
.task-action{margin-top:auto;align-self:flex-start;height:30px;padding:0 12px;border:1px solid #161616;background:#fff;font-size:12px}
.task-photo{position:absolute;right:0;top:0;width:131px;height:222px;object-fit:cover}
.wheel-dots{position:absolute;left:50%;bottom:0;display:flex;gap:4px;transform:translateX(-50%)}
.wheel-dots i{width:8px;height:2px;background:#c1c1c1}.wheel-dots i.on{width:20px;background:#161616}

.home-block{margin-top:20px;padding:0 0 0;background:transparent}
.home-block h2,.quick-section h2{margin:0 20px 16px;font:600 22px/32px "Source Han Serif CN","Songti SC",serif}
.team-block{height:176px}
.activity-strip{
  display:flex;gap:8px;width:calc(100% - 20px);margin-left:20px;padding-right:20px;
  overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:20px;
  scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain
}
.activity-strip::-webkit-scrollbar{display:none}
.activity{flex:0 0 128px;height:128px;padding:16px;background:#fff;scroll-snap-align:start}
.activity-person{height:32px;display:flex;align-items:center;gap:8px}
.activity img{width:32px;height:32px;border-radius:50%;object-fit:cover}
.activity strong{font-size:14px;font-weight:500}
.activity p{height:34px;margin:8px 0;color:#161616;font-size:12px;line-height:17px}
.activity time{display:block;color:#6f6f6f;font-size:10px;line-height:14px}
.quick-section{height:112px;padding-top:20px;background:transparent}
.quick-entries{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 20px}
.quick-entries button{height:44px;padding:0 12px;border:0;border-radius:4px;background:#fff;display:flex;align-items:center;gap:8px;font-size:12px}
.quick-entries svg,.quick-entries img{flex:none;width:20px;height:20px;object-fit:contain}

.bottom-nav{position:absolute;z-index:40;left:0;right:0;bottom:0;height:calc(60px + var(--safe-bottom));padding:0 0 var(--safe-bottom);display:grid;grid-template-columns:repeat(3,1fr);background:#161616}
.bottom-nav button{height:60px;padding:10px 0 7px;border:0;background:none;color:rgba(255,255,255,.5);font-size:12px;font-weight:500;line-height:17px}.bottom-nav button.active{color:#fff}
.bottom-nav svg,.bottom-nav img{display:block;width:18px;height:18px;margin:0 auto 3px;object-fit:contain;opacity:.42;transform:translateY(1px) scale(.94);transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1),filter .22s ease}
.bottom-nav button.active svg,.bottom-nav button.active img{opacity:1;transform:translateY(-1px) scale(1.06);filter:brightness(1.14)}
.bottom-nav span{display:block}
.ai-orb{position:absolute;z-index:41;right:8px;bottom:calc(69px + var(--safe-bottom));width:50px;height:50px;padding:0;border:0;border-radius:2px;background:#161616;color:#fff;box-shadow:0 9px 28px #0003}
.ai-orb svg,.ai-orb img{display:block;width:20px;height:20px;margin:auto;object-fit:contain}

.topbar{position:sticky;z-index:20;top:0;height:44px;padding:0 16px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;background:#fff;border-bottom:1px solid #e4e2e2}
.topbar h1{margin:0;text-align:center;font:600 16px/22px "Source Han Serif CN","Songti SC",serif}
.topbar button{height:44px;padding:0;border:0;background:none;font-size:13px}.topbar .back{text-align:left}.topbar .right{text-align:right}
.topbar svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.content{padding:16px 16px 100px}
.panel{margin-bottom:12px;padding:16px;background:#fff}
.eyebrow{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px;font-size:12px}
.eyebrow strong{font:500 16px/22px "Source Han Serif CN","Songti SC",serif}
.status-pill{padding:4px 8px;background:#f6f6f6;font-size:10px}
.desc{margin:0;font-size:12px;line-height:1.65}
.meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.meta-grid div{padding:10px 8px;border:1px solid #e4e2e2}.meta-grid span{display:block;color:#6f6f6f;font-size:10px}.meta-grid strong{display:block;margin-top:4px;font-size:12px}
.customer-mini{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;width:100%;padding:12px;border:0;background:#fff;text-align:left}
.customer-mini img{width:54px;height:64px;object-fit:cover}.customer-mini h3{margin:0 0 5px;font:500 18px/1.2 "Source Han Serif CN","Songti SC",serif}.customer-mini p{margin:2px 0;color:#6f6f6f;font-size:11px}.customer-mini b{font-size:20px}
.section-title{margin:18px 0 10px;font:500 16px/24px "Source Han Serif CN","Songti SC",serif}
.scripts{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.scripts::-webkit-scrollbar{display:none}
.script-card{flex:0 0 252px;min-height:166px;padding:14px;background:#fff;scroll-snap-align:center}
.script-card h4{margin:0 0 8px;font-size:12px}.script-card p{margin:0;font-size:12px;line-height:1.6}.script-card button{margin-top:12px;padding:5px 9px;border:1px solid #161616;background:#fff;font-size:10px}
.timeline{padding-left:14px;border-left:1px solid #161616}.timeline div{position:relative;margin:0 0 14px}.timeline div:before{content:"";position:absolute;left:-18px;top:4px;width:7px;height:7px;border-radius:50%;background:#161616}.timeline strong,.timeline span{display:block;font-size:11px}.timeline span{color:#6f6f6f;margin-top:2px}
.assets{display:grid;grid-template-columns:1fr 1fr;gap:8px}.asset{height:86px;padding:10px;display:flex;align-items:flex-end;background:#e9e9e9;font-size:11px}
.action-dock{position:absolute;z-index:25;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 16px calc(10px + var(--safe-bottom));background:#fff;border-top:1px solid #e4e2e2}
.action-dock button{height:44px;border:1px solid #161616;background:#fff;font-size:12px}.action-dock .primary{background:#161616;color:#fff}.action-dock .full{grid-column:1/-1}.abandon{grid-column:1/-1;border:0!important;height:28px!important;color:#6f6f6f!important}

.familiar-page{background:var(--canvas);padding-bottom:calc(86px + var(--safe-bottom))}
.familiar-topbar{background:var(--canvas);border-bottom:0}
.familiar-topbar .back img{display:block;width:24px;height:24px;object-fit:contain}
.familiar-content{padding:12px 20px 20px}
.familiar-intro{height:190px}
.familiar-heading-row{height:28px;display:flex;align-items:center;justify-content:space-between}
.familiar-heading{height:28px;margin:0;display:flex;align-items:center;gap:8px;font:600 18px/28px "Source Han Serif CN","Songti SC",serif}
.familiar-heading>img,.familiar-heading>svg{flex:none;width:24px;height:24px;object-fit:contain}
.familiar-heading>svg{fill:none;stroke:#161616;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.familiar-status{height:26px;padding:3px 8px;border:1px solid #c1c1c1;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:17px}
.familiar-description{height:60px;margin:16px 0 0;font-size:14px;line-height:20px}
.familiar-meta{height:70px;margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;background:#fff}
.familiar-meta>div{height:38px;margin-top:16px;padding-left:16px;display:flex;flex-direction:column;gap:4px}
.familiar-meta>div+div{border-left:1px solid #d6d6d6}
.familiar-meta span{color:#7b7b7b;font-size:12px;line-height:17px}
.familiar-meta strong{font-size:12px;font-weight:500;line-height:17px;white-space:nowrap}
.familiar-meta .urgent-value{display:flex;align-items:center;gap:6px;color:var(--red)}
.urgent-value i{width:5px;height:5px;border-radius:50%;background:currentColor}

.familiar-basic{height:188px;margin-top:20px}
.familiar-customer{width:100%;height:144px;margin-top:16px;padding:0;border:0;background:#fff;display:grid;grid-template-columns:117px minmax(0,1fr);text-align:left}
.familiar-customer-photo{width:117px;height:144px;object-fit:cover}
.familiar-customer-data{min-width:0;padding:16px;display:block}
.familiar-customer-head{height:20px;display:flex;align-items:center;justify-content:space-between;gap:8px}
.familiar-customer-head strong{font:500 14px/20px "Source Han Serif CN","Songti SC",serif}
.familiar-customer-head em{font-size:12px;font-style:normal;line-height:17px;white-space:nowrap}
.familiar-facts{margin-top:8px;display:grid;gap:4px}
.familiar-facts>span{display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:17px}
.familiar-facts b{color:#8a8a8a;font-weight:400}
.familiar-facts i{overflow:hidden;font-style:normal;white-space:nowrap;text-align:right;text-overflow:ellipsis}

.familiar-recommendations{height:675px;margin-top:20px}
.familiar-recommendations .familiar-heading>img,.familiar-recommendations .familiar-heading>svg{width:24px;height:24px}
.familiar-recommendations .familiar-heading>svg{padding:4px}
.familiar-scripts{height:422px;margin-top:16px;display:flex;flex-direction:column;gap:8px;overflow:visible}
.familiar-script{position:relative;width:100%;padding:16px;border:0;border-radius:2px;background:#fff;text-align:left}
.familiar-script:nth-child(1),.familiar-script:nth-child(2){height:142px}
.familiar-script:nth-child(3){height:122px}
.familiar-script-top{height:22px;display:flex;align-items:center;justify-content:space-between}
.familiar-script-tags{display:flex;gap:8px}
.familiar-script-tags i{height:22px;padding:4px 8px;background:#f6f6f6;font-size:10px;font-style:normal;line-height:14px}
.script-radio{width:22px;height:22px;border:1.5px solid #161616;border-radius:50%;background:#fff}
.familiar-script.selected .script-radio{border:6px solid #161616}
.familiar-script-copy{display:block;margin-top:8px;font-size:14px;line-height:20px}
.more-scripts{height:33px;margin-top:16px;padding:0 12px;border:.5px solid #c1c1c1;background:transparent;display:flex;align-items:center;gap:4px;font-size:12px}
.more-scripts img{width:16px;height:16px;object-fit:contain}
.send-content{height:144px;margin-top:16px}
.send-content-head{height:20px;display:flex;align-items:center;justify-content:space-between}
.send-content-head h3{margin:0;font-size:14px;font-weight:500;line-height:20px}
.send-content-head button{height:20px;padding:0;border:0;background:transparent;display:flex;align-items:center;gap:8px;font-size:12px}
.send-content-head img{width:12px;height:12px;object-fit:contain}
.send-content p{height:112px;margin:12px 0 0;padding:16px;background:#fff;font-size:14px;line-height:20px}

.familiar-materials{height:207px;margin-top:20px}
.familiar-material-grid{height:163px;margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.familiar-material-grid button{height:163px;padding:0;border:0;background:transparent;overflow:hidden}
.familiar-material-grid img{width:100%;height:100%;object-fit:cover;object-position:center top}
.familiar-ai{bottom:calc(94px + var(--safe-bottom))}
.familiar-dock{height:calc(86px + var(--safe-bottom));padding:20px 20px calc(20px + var(--safe-bottom));grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;background:#fff}
.familiar-dock button{height:46px;padding:0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;white-space:nowrap}
.familiar-dock img{width:16px;height:16px;object-fit:contain}
.familiar-dock .abandon-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}

.complaint-page{padding-bottom:calc(86px + var(--safe-bottom));background:var(--canvas)}
.complaint-topbar{background:var(--canvas);border-bottom:0}
.complaint-topbar .back img{width:24px;height:24px;object-fit:contain}
.complaint-content{padding:12px 20px 20px}
.complaint-heading{height:28px;margin:0;display:flex;align-items:center;gap:8px;font:600 18px/26px "Source Han Serif CN","Songti SC",serif}
.complaint-heading>img{width:24px;height:24px;object-fit:contain;flex:none}
.complaint-intro{height:190px}
.complaint-description{height:60px;margin:16px 0 0;font-size:14px;line-height:20px}
.complaint-meta{height:70px;margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;background:#fff}
.complaint-meta>div{height:38px;margin-top:16px;padding-left:16px;display:flex;flex-direction:column;gap:4px}
.complaint-meta>div+div{border-left:1px solid #d6d6d6}
.complaint-meta span{color:#8a8a8a;font-size:12px;line-height:17px}
.complaint-meta strong{font-size:12px;font-weight:500;line-height:17px;white-space:nowrap}
.complaint-priority{display:flex;align-items:center;gap:6px}.complaint-priority i{width:5px;height:5px;border-radius:50%;background:#161616}

.complaint-basic{height:188px;margin-top:20px}
.complaint-customer{width:100%;min-width:100%;max-width:none;height:144px;margin-top:16px;padding:0;border:0;background:#fff;display:grid;grid-template-columns:117px minmax(0,1fr);text-align:left}
.complaint-customer-photo{width:117px;height:144px;object-fit:cover}
.complaint-customer-data{min-width:0;padding:16px;display:block}
.complaint-customer-head{height:20px;display:flex;align-items:center;justify-content:space-between;gap:8px}
.complaint-customer-head strong{font:600 14px/20px "Source Han Serif CN","Songti SC",serif}
.complaint-customer-head em{font-size:12px;font-style:normal;line-height:17px;white-space:nowrap}
.complaint-facts{margin-top:8px;display:grid;gap:4px}
.complaint-facts>span{height:17px;display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:17px}
.complaint-facts b{color:#8a8a8a;font-weight:400}.complaint-facts i{overflow:hidden;font-style:normal;white-space:nowrap;text-align:right;text-overflow:ellipsis}

.complaint-treatment{height:278.429px;margin-top:20px}
.complaint-treatment-card{height:234.429px;margin-top:16px;padding:16px;background:#fff}
.complaint-channel{display:inline-block;height:22px;padding:4px 8px;background:#f6f6f6;font-size:10px;line-height:14px}
.complaint-treatment-card>p{height:22px;margin:8px 0 0;font-size:12.5px;line-height:22px;white-space:nowrap}
.complaint-timeline{margin-top:8px}
.complaint-timeline>div{position:relative;height:53.714px;padding-left:28.571px}
.complaint-timeline>div:last-child{height:35px}
.complaint-step-dot{position:absolute;left:0;top:0;width:18px;height:18px;border:1.5px solid #161616;border-radius:50%;background:#fff;display:grid;place-items:center}
.complaint-step-dot svg{width:13px;height:13px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.complaint-timeline .done .complaint-step-dot{background:#161616}
.complaint-timeline .done .complaint-step-dot:after{content:"";position:absolute;left:8px;top:18px;width:1px;height:26px;background:#161616}
.complaint-timeline strong,.complaint-timeline time{display:block;font-style:normal}
.complaint-timeline strong{font-size:11.607px;font-weight:500;line-height:18px}
.complaint-timeline time{color:#8a8a8a;font-size:10.714px;line-height:17px}

.complaint-recommendations{height:735px;margin-top:20px}
.complaint-scripts{height:462px;margin-top:16px;display:flex;flex-direction:column;gap:8px}
.complaint-script{width:100%;padding:16px;border:0;border-radius:2px;background:#fff;text-align:left}
.complaint-script:nth-child(1),.complaint-script:nth-child(3){height:142px}.complaint-script:nth-child(2){height:162px}
.complaint-script-top{height:22px;display:flex;align-items:center;justify-content:space-between}
.complaint-script-top>i{height:22px;padding:4px 8px;background:#f6f6f6;font-size:10px;font-style:normal;line-height:14px}
.complaint-script-copy{display:block;margin-top:8px;font-size:14px;line-height:20px}
.complaint-script.selected .script-radio{border:6px solid #161616}
.complaint-more-scripts{width:116px;height:33px;margin-top:16px;padding:0 11px;border:.5px solid #c1c1c1;background:transparent;display:flex;align-items:center;gap:4px;font-size:12px;white-space:nowrap}
.complaint-more-scripts img{width:16px;height:16px;object-fit:contain}
.complaint-send-content{height:164px;margin-top:16px}
.complaint-send-head{height:20px;display:flex;align-items:center;justify-content:space-between}
.complaint-send-head h3{margin:0;font-size:14px;font-weight:500;line-height:20px}
.complaint-send-head button{height:20px;padding:0;border:0;background:transparent;display:flex;align-items:center;gap:8px;font-size:12px}
.complaint-send-head img{width:12px;height:12px;object-fit:contain}
.complaint-send-content p{height:132px;margin:12px 0 0;padding:16px;background:#fff;font-size:14px;line-height:20px}

.complaint-materials{height:204px;margin-top:20px}
.complaint-material-grid{height:162.5px;margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.complaint-material-grid button{position:relative;height:162.5px;padding:0;overflow:hidden;border:0;background:#ddd;text-align:left}
.complaint-material-grid button:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.48))}
.complaint-material-grid img{width:100%;height:100%;object-fit:cover}
.complaint-material-grid span{position:absolute;z-index:2;left:9px;right:8px;bottom:10px;color:#fff;font-size:12px;font-weight:500;line-height:17px}
.complaint-material-grid i{position:absolute;z-index:2;right:10px;top:10px;width:20px;height:20px;border:1px solid #161616;border-radius:2px;background:rgba(255,255,255,.82)}
.complaint-ai{bottom:calc(94px + var(--safe-bottom))}
.complaint-dock{position:absolute;z-index:42;left:0;right:0;bottom:0;height:calc(86px + var(--safe-bottom));padding:20px 20px calc(20px + var(--safe-bottom));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;background:#fff}
.complaint-dock button{height:46px;padding:0;border:1px solid #161616;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;white-space:nowrap}
.complaint-dock img{width:16px;height:16px;object-fit:contain}
.complaint-dock .abandon-icon{width:16px;height:16px;flex:none;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.complaint-call{background:#161616!important;color:#fff}

.lead-page{padding-bottom:calc(86px + var(--safe-bottom));background:var(--canvas)}
.lead-topbar{background:var(--canvas);border-bottom:0}.lead-topbar .back img{width:24px;height:24px;object-fit:contain}
.lead-content{padding:12px 20px 20px}
.lead-heading-row{height:28px;display:flex;align-items:center;justify-content:space-between}
.lead-heading{height:28px;margin:0;display:flex;align-items:center;gap:8px;font:600 18px/26px "Source Han Serif CN","Songti SC",serif}
.lead-heading>img{width:24px;height:24px;object-fit:contain;flex:none}
.lead-intro .lead-heading>img{width:15px;height:18px}
.lead-recommendations .lead-heading>img{width:36px;height:24px}
.lead-status{height:26px;padding:3px 8px;border:1px solid #c1c1c1;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:17px}
.lead-intro{height:170px}
.lead-description{height:40px;margin:16px 0 0;font-size:14px;line-height:20px}
.lead-meta{height:70px;margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;background:#fff}
.lead-meta>div{height:38px;margin-top:16px;padding-left:16px;display:flex;flex-direction:column;gap:4px}.lead-meta>div+div{border-left:1px solid #d6d6d6}
.lead-meta span{color:#8a8a8a;font-size:12px;line-height:17px}.lead-meta strong{font-size:12px;font-weight:500;line-height:17px;white-space:nowrap}
.lead-priority{display:flex;align-items:center;gap:6px}.lead-priority i{width:5px;height:5px;border-radius:50%;background:#161616}

.lead-basic{height:188px;margin-top:20px}
.lead-customer{width:100%;min-width:100%;max-width:none;height:144px;margin-top:16px;padding:0;border:0;background:#fff;display:grid;grid-template-columns:117px minmax(0,1fr);text-align:left}
.lead-customer-photo{width:117px;height:144px;object-fit:cover}.lead-customer-data{min-width:0;padding:16px;display:block}
.lead-customer-head{height:20px;display:flex;align-items:center;justify-content:space-between;gap:8px}.lead-customer-head strong{font:600 14px/20px "Source Han Serif CN","Songti SC",serif}.lead-customer-head em{font-size:12px;font-style:normal;line-height:17px;white-space:nowrap}
.lead-facts{margin-top:8px;display:grid;gap:4px}.lead-facts>span{height:17px;display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:17px}.lead-facts b{color:#8a8a8a;font-weight:400}.lead-facts i{overflow:hidden;font-style:normal;white-space:nowrap;text-align:right;text-overflow:ellipsis}

.lead-follow-up{height:144px;margin-top:20px}
.lead-follow-up ul{height:100px;margin:16px 0 0;padding:16px 16px 16px 32px;background:#fff}
.lead-follow-up li{height:24px;padding-left:0;font-size:14px;line-height:20px}.lead-follow-up li::marker{font-size:10px}

.lead-recommendations{min-height:755px;margin-top:20px}
.lead-scripts{height:522px;margin-top:16px;display:flex;flex-direction:column;gap:8px}
.lead-script{width:100%;padding:16px;border:0;border-radius:2px;background:#fff;text-align:left}
.lead-script:nth-child(1){height:122px}.lead-script:nth-child(2){height:202px}.lead-script:nth-child(3){height:182px}
.lead-script-top{height:22px;display:flex;align-items:center;justify-content:space-between}.lead-script-top>i{height:22px;padding:4px 8px;background:#f6f6f6;font-size:10px;font-style:normal;line-height:14px}
.lead-script-copy{display:block;margin-top:8px;font-size:14px;line-height:20px}.lead-script.selected .script-radio{border:6px solid #161616}
.lead-more-scripts{width:116px;height:33px;margin-top:16px;padding:0 11px;border:.5px solid #c1c1c1;background:transparent;display:flex;align-items:center;gap:4px;font-size:12px;white-space:nowrap}.lead-more-scripts img{width:16px;height:16px;object-fit:contain}
.lead-send-content{min-height:124px;margin-top:16px}.lead-send-head{height:20px;display:flex;align-items:center;justify-content:space-between}.lead-send-head h3{margin:0;font-size:14px;font-weight:500;line-height:20px}.lead-send-head button{height:20px;padding:0;border:0;background:transparent;display:flex;align-items:center;gap:8px;font-size:12px}.lead-send-head img{width:12px;height:12px;object-fit:contain}
.lead-send-content p{min-height:92px;margin:12px 0 0;padding:16px;background:#fff;font-size:14px;line-height:20px}
.lead-send-content p.is-updating{animation:sendContentSwap .32s cubic-bezier(.2,.78,.18,1) both}
@keyframes sendContentSwap{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.lead-ai{bottom:calc(94px + var(--safe-bottom))}
.lead-dock{position:absolute;z-index:42;left:0;right:0;bottom:0;height:calc(86px + var(--safe-bottom));padding:20px 20px calc(20px + var(--safe-bottom));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;background:#fff}
.lead-dock button{height:46px;padding:0;border:1px solid #161616;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;white-space:nowrap}.lead-dock img{width:16px;height:16px;object-fit:contain}.lead-dock .abandon-icon{width:16px;height:16px;flex:none;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.lead-call{background:#161616!important;color:#fff}

.customer360-page{padding-bottom:calc(78px + var(--safe-bottom));background:var(--canvas)}
.customer360-topbar{background:var(--canvas);border-bottom:0}
.customer360-topbar .back img{width:24px;height:24px;object-fit:contain}
.customer360-topbar .right img{width:40px;height:40px;object-fit:contain}
.customer360-content{padding:12px 20px 8px}
.c360-section{width:100%}
.c360-section+.c360-section{margin-top:20px}
.c360-heading{height:28px;margin:0 0 16px;display:flex;align-items:center;gap:8px;font:600 18px/26px "Source Han Serif CN","Songti SC",serif}
.c360-heading>img{flex:none;width:24px;height:24px;object-fit:contain}
.c360-heading>b{margin-left:auto;font-family:Arial,sans-serif;font-size:22px;font-weight:400;line-height:24px}

.c360-basic{height:188px}
.c360-profile-card{height:144px;display:grid;grid-template-columns:117px minmax(0,1fr);background:#fff}
.c360-profile-card>img{width:117px;height:144px;object-fit:cover}
.c360-profile-data{padding:16px}
.c360-profile-head{height:20px;display:flex;align-items:center}
.c360-profile-head strong{font:500 14px/20px "Source Han Serif CN","Songti SC",serif}
.c360-profile-data dl{margin:8px 0 0;padding:2px;display:grid;gap:4px}
.c360-profile-data dl>div{height:17px;display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:17px}
.c360-profile-data dt{color:#8a8a8a}
.c360-profile-data dd{margin:0;text-align:right}

.c360-contact{height:109px}
.c360-contact-grid{height:65px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.c360-contact-grid button{height:65px;padding:10px 0 6px;border:0;background:#fff;font-size:12px}
.c360-contact-grid img{display:block;width:18px;height:18px;margin:0 auto 6px;object-fit:contain}
.c360-contact-grid span{display:block;line-height:17px}

.c360-tags{height:147px}
.c360-tag-list{height:103px;display:flex;align-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:8px}
.c360-tag-list span,.c360-tag-list button{height:29px;padding:6px 12px;border:0;background:#fff;font-size:12px;line-height:17px;white-space:nowrap}
.c360-tag-list button{color:#8a8a8a}

.c360-tier{height:122px}
.c360-tier .c360-heading,.c360-sales .c360-heading{height:26px}
.c360-tier-grid{height:80px;display:grid;grid-template-columns:repeat(3,1fr);background:#fff}
.c360-tier-grid div{height:48px;margin-top:16px;padding:0 16px;display:flex;flex-direction:column;gap:8px}
.c360-tier-grid div+div{border-left:1px solid #9c9c9c}
.c360-tier-grid span{color:#8a8a8a;font-size:14px;line-height:20px}
.c360-tier-grid strong{font-size:14px;font-weight:400;line-height:20px;white-space:nowrap}

.c360-sales{height:170px}
.c360-sales-card{height:128px;padding:16px;background:#fff}
.c360-store{height:20px;margin:0;display:flex;align-items:center;gap:6px;font-size:14px;line-height:20px}
.c360-store img{width:14px;height:14px;object-fit:contain}
.c360-sales-grid{height:64px;margin-top:16px;display:grid;grid-template-columns:1fr 1fr}
.c360-sales-grid>div{display:flex;flex-direction:column;gap:6px}
.c360-sales-grid>div+div{padding-left:24px;border-left:1px solid #8a8a8a}
.c360-sales-grid span{color:#8a8a8a;font-size:14px;line-height:20px}
.c360-sales-grid strong{font:500 20px/29px "Playfair Display",Georgia,serif}
.c360-sales-grid>div+div strong{color:#858585}

.c360-products{height:179px}
.c360-products .c360-heading{height:26px;margin-bottom:8px}
.c360-product-grid{height:145px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;overflow:visible}
.c360-product-grid figure{position:relative;height:145px;margin:0}
.c360-product-grid img{width:106.33px;height:132px;object-fit:cover;background:#fff}
.c360-product-grid figcaption{position:absolute;left:0;top:140px;width:106.33px;height:17px;overflow:hidden;font-size:12px;font-weight:500;line-height:17px;white-space:nowrap}

.c360-history{height:323px}
.c360-products+.c360-history{margin-top:28px}
.c360-history .c360-heading{height:28px;margin-bottom:8px}
.c360-timeline{height:287px;padding:18px;background:#fff}
.c360-timeline article{position:relative;height:69px;padding-left:24px;display:grid;grid-template-columns:1fr auto}
.c360-timeline article:last-child{height:44px}
.c360-timeline article:not(:last-child):before{content:"";position:absolute;left:5.5px;top:32px;width:1px;height:36px;background:#8a8a8a}
.c360-timeline .timeline-node{position:absolute;left:0;top:8px;width:12px;height:12px;border:1px solid #fff;border-radius:50%;background:#161616;box-shadow:0 0 0 1px #d4c5a0}
.c360-timeline strong{font-size:16px;font-weight:400;line-height:22px}
.c360-timeline p{margin:4px 0 0;color:#8a8a8a;font-size:14px;line-height:20px}
.c360-timeline article>span{align-self:start;margin-top:0;padding:6px 12px;background:#f6f6f6;color:#6f6f6f;font-size:12px;line-height:17px}

.c360-records{height:324px}
.c360-records .c360-heading>img{width:22px;height:22px}
.c360-record-tabs{height:30px;display:flex;gap:8px}
.c360-record-tabs button{height:30px;padding:6px 10px;border:.5px solid #c1c1c1;background:transparent;font-size:12px;line-height:17px}
.c360-record-tabs button.active{border-color:#161616;background:#161616;color:#fff}
.c360-record-list{height:234px;margin-top:16px;padding:0;background:#fff}
.c360-record-list article{position:relative;height:78px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}
.c360-record-list div{display:flex;flex-direction:column;gap:4px}
.c360-record-list strong{font-size:16px;font-weight:400;line-height:22px}
.c360-record-list span{color:#8a8a8a;font-size:14px;line-height:20px}
.c360-record-list em{padding:4px 8px;background:#f6f6f6;font-size:12px;font-style:normal;line-height:17px}

.customer360-dock{position:absolute;z-index:42;left:0;right:0;bottom:0;height:calc(78px + var(--safe-bottom));padding:16px 16px calc(16px + var(--safe-bottom));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:#fff}
.customer360-dock button{height:46px;padding:0;border:1px solid #161616;background:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;white-space:nowrap}
.customer360-dock button.primary{background:#161616;color:#fff}
.customer360-dock img{width:16px;height:16px;object-fit:contain}
.customer360-ai{bottom:calc(93px + var(--safe-bottom))}

.profile-hero{padding:20px;background:#fff}.profile-main{display:grid;grid-template-columns:82px 1fr;gap:16px}.profile-main img{width:82px;height:104px;object-fit:cover}.profile-main h2{margin:0 0 4px;font:500 24px/1.2 "Source Han Serif CN","Songti SC",serif}.profile-main p{margin:3px 0;font-size:12px}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px}.contact-grid button{height:58px;border:0;background:#f6f6f6;font-size:10px}.contact-grid svg{display:block;width:19px;height:19px;margin:0 auto 5px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.contact-grid span{display:block}
.tag-list{display:flex;flex-wrap:wrap;gap:7px}.tag-list span{padding:6px 9px;background:#f6f6f6;font-size:11px}
.data-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px}.data-pair div{padding:12px;background:#f6f6f6}.data-pair span{display:block;color:#6f6f6f;font-size:10px}.data-pair strong{display:block;margin-top:6px;font:500 18px/1.2 "Playfair Display",serif}
.product-row{display:flex;gap:8px;overflow:hidden}.product-row img{width:100px;height:126px;object-fit:cover}

.chat-page{padding-bottom:0;background:#f2f2f2}.chat-page .device-status,.chat-page .topbar{background:#f2f2f2}.chat-page .topbar{border-bottom-color:#dedede}.chat-body{min-height:calc(100% - 88px);padding:18px 16px calc(72px + var(--safe-bottom));background:#f7f7f7}.message{display:flex;gap:8px;margin-bottom:18px}.message.me{justify-content:flex-end}.message img{width:34px;height:34px;border-radius:50%;object-fit:cover}.bubble{max-width:265px;padding:11px 12px;background:#fff;font-size:12px;line-height:1.6}.me .bubble{background:#a9e87a}.chat-time{text-align:center;color:#8a8a8a;font-size:10px;margin:12px}
.chat-compose{position:absolute;z-index:20;left:0;right:0;bottom:0;height:calc(56px + var(--safe-bottom));padding:8px 16px calc(8px + var(--safe-bottom));display:grid;grid-template-columns:40px minmax(0,1fr) 32px 32px;align-items:center;gap:8px;background:#f7f7f7;border-top:1px solid #ececec}.chat-compose input{min-width:0;width:100%;height:40px;padding:0 12px;border:0;border-radius:6px;outline:0;background:#fff;font-size:13px}.chat-tool{width:32px;height:32px;padding:0;border:0;background:transparent;display:grid;place-items:center}.chat-tool:first-child{width:40px;height:40px}.chat-tool svg{width:28px;height:28px;fill:none;stroke:#161616;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}

.call-page{padding:0;background:#071a43}.call-page>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.caller-overlay{position:absolute;z-index:2;left:0;right:0;top:82px;padding:30px 0 38px;text-align:center;color:#fff;background:linear-gradient(90deg,rgba(14,34,74,.2),rgba(14,34,74,.98) 22%,rgba(14,34,74,.98) 78%,rgba(14,34,74,.2))}.caller-overlay h1{margin:0;font:400 40px/1.2 "SF Pro Text",sans-serif}.caller-overlay p{margin:10px 0 0}.end-call{position:absolute;z-index:3;left:50%;bottom:54px;width:104px;height:104px;margin-left:-52px;border:0;border-radius:50%;background:transparent;color:transparent;font-size:0}

.toast{position:absolute;z-index:70;left:8px;right:8px;top:10px;min-height:62px;padding:12px 16px;display:flex;align-items:center;gap:12px;overflow:hidden;border:1px solid #ededed;border-radius:12px;background:#fff;color:#111;box-shadow:0 9px 28px rgba(0,0,0,.16);animation:toastIn .42s cubic-bezier(.2,.82,.2,1) both}
.toast-check{width:20px;height:20px;flex:0 0 20px;border-radius:50%;background:#111;display:grid;place-items:center}.toast-check svg{width:14px;height:14px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.toast-message{min-width:0;overflow:hidden;color:#111;font-size:14px;line-height:20px;white-space:nowrap;text-overflow:ellipsis}
@keyframes toastIn{from{opacity:0;transform:translateY(-14px) scale(.985)}to{opacity:1;transform:none}}
.overlay{position:absolute;z-index:50;inset:0;background:#0007;display:flex;align-items:flex-end;animation:fadeIn .25s both}@keyframes fadeIn{from{opacity:0}}
.sheet{width:100%;max-height:82%;overflow:auto;padding:20px 16px calc(24px + var(--safe-bottom));background:#fff;border-radius:16px 16px 0 0;animation:sheetIn .38s cubic-bezier(.2,.8,.2,1) both}@keyframes sheetIn{from{transform:translateY(100%)}}
.sheet-head{display:flex;align-items:center;justify-content:space-between}.sheet-head h2{margin:0;font:500 20px/28px "Source Han Serif CN","Songti SC",serif}.sheet-head button{border:0;background:none;font-size:24px}
.form-row{margin-top:16px}.form-row label{display:block;margin-bottom:7px;font-size:11px}.form-row input,.form-row textarea{width:100%;padding:11px;border:1px solid #e4e2e2;background:#fff}.form-row textarea{min-height:72px;resize:none}.choice-row{display:flex;flex-wrap:wrap;gap:8px}.choice-row button{padding:8px 10px;border:1px solid #e4e2e2;background:#fff;font-size:11px}.choice-row button.on{border-color:#161616;background:#161616;color:#fff}.submit{width:100%;height:44px;margin-top:18px;border:0;background:#161616;color:#fff}
.create-overlay{align-items:flex-end;background:rgba(22,22,22,.42)}
.create-sheet{width:100%;height:calc(100% - 96px);display:grid;grid-template-rows:57.478px minmax(0,1fr) 80px;overflow:hidden;border-radius:4px 4px 0 0;background:#fff;animation:sheetIn .42s cubic-bezier(.2,.78,.18,1) both}
.create-head{height:57.478px;padding:20px 17.847px 0 20px;display:flex;align-items:flex-start;justify-content:space-between}.create-head h2{margin:0;font:600 18px/26px "Source Han Serif CN","Songti SC",serif}.create-head button{width:18px;height:18px;margin:9.6px 0 0;padding:0;border:0;background:transparent;display:grid;place-items:center}.create-head button img{width:14.278px;height:14.278px;object-fit:contain}
.create-scroll{min-height:0;padding:0 17.847px;overflow-y:auto;scrollbar-width:none}.create-scroll::-webkit-scrollbar{display:none}.create-block{margin:0}.create-block h3{margin:0;font:600 14px/20px "Source Han Sans CN","PingFang SC",sans-serif}.task-type-block{position:relative;height:266px;margin-top:20px}.create-block-title{display:flex;align-items:center;justify-content:space-between}.create-block-title>button,.collapse-type{height:20px;padding:0;border:0;background:transparent;color:#777;display:flex;align-items:center;gap:5px;font-size:12px;line-height:20px}.collapse-type img{width:9px;height:5px;object-fit:contain}.create-type-group{position:absolute;left:0;width:100%}.customer-type-group{top:32px;height:98px}.service-type-group{top:142px;height:56px}.learning-type-group{top:210px;height:56px}.create-group-label{height:14px;margin:0 0 8px;color:#888;font-size:10px;line-height:14px}.create-type-row{height:34px;display:flex;align-items:center;gap:8px}.create-type-row.second-row{margin-top:7px}.create-type-row button{height:34px;padding:0 10px;border:.5px solid #c1c1c1;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;gap:5px;color:#191919;font:400 12px/17px "Source Han Sans CN","PingFang SC",sans-serif;white-space:nowrap}.create-type-row button img,.create-type-row button .create-gift-icon{width:14px;height:14px;object-fit:contain;flex:0 0 auto}.create-gift-icon{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.create-type-row button[data-kind=familiar]{width:91px}.create-type-row button[data-kind=birthday],.create-type-row button[data-kind=learning]{width:113.493px}.create-type-row button[data-kind=lead],.create-type-row button[data-kind=store],.create-type-row button[data-kind=event],.create-type-row button[data-kind=callback],.create-type-row button[data-kind=training],.create-type-row button[data-kind=performance]{width:89.493px}.create-type-row button[data-kind=gift]{width:90.437px}.create-type-row button[data-kind=complaint],.create-type-row button[data-kind=inventory]{width:92.159px}.create-type-row button.selected{border-color:#161616;background:#161616;color:#fff}.create-type-row button.selected img{filter:brightness(0) invert(1)}
.create-customer{height:143.033px;padding-top:20px}.customer-picker{height:91.033px;margin-top:12px;border:.5px solid #c1c1c1}.customer-search{height:44.617px;padding:0 14.277px;display:flex;align-items:center;gap:8px;border-bottom:.5px solid #c1c1c1;color:#999;font-size:12px;line-height:17px}.customer-search img{width:15.17px;height:15.17px;object-fit:contain}.customer-selected{width:100%;height:45.416px;padding:0 14.277px;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:12px;line-height:17px}.customer-selected i{width:24px;height:24px;border:7px solid #161616;border-radius:50%;background:#fff;box-shadow:none}
.create-description{height:117px;padding-top:20px}.create-note-block{height:97px;padding-top:20px}.create-description .create-block-title,.create-note-block .create-block-title{height:20px}.create-description .create-block-title>button,.create-note-block .create-block-title>button{color:#777}.create-block-title>button img{width:11.607px;height:11.607px;object-fit:contain}.create-textbox{height:65px;margin-top:12px;padding:12px 14px;border:.5px solid #c1c1c1;font-size:14px;line-height:20px}.create-note{height:45px;min-height:0;padding-top:12px}
.create-date{height:73px;padding-top:20px;display:flex;align-items:flex-start;justify-content:space-between}.create-date h3{padding-top:7px}.create-date>button{width:120.278px;height:34px;padding:0 12px;border:.5px solid #c1c1c1;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;line-height:17px}.create-date>button img{width:14.278px;height:14.278px;object-fit:contain}.create-priority{height:86px;padding-top:20px}.create-priority>div{margin-top:12px;display:grid;grid-template-columns:repeat(3,107.769px);gap:8px}.create-priority button{height:34px;border:.5px solid #c1c1c1;border-radius:999px;background:#fff;font-size:12px;line-height:17px}.create-priority button i{display:inline-block;width:5px;height:5px;margin-right:7px;border-radius:50%;background:#161616;vertical-align:1px}.create-priority button.selected{border-color:#161616;background:#161616;color:#fff}.create-priority button.selected i{background:#fff}.create-footer{height:80px;padding:17px 19.5px;border-top:.5px solid #e4e2e2;background:#fff}.create-footer button{width:336px;height:46px;border:0;border-radius:3px;background:#161616;color:#fff;font-size:14px;line-height:20px}
.create-footer button{display:block;width:100%;margin:0 auto}
.ai-overlay{background:rgba(22,22,22,.45)}
.ai-dialog{
  width:100%;height:520px;max-height:calc(100% - 80px);overflow:hidden;
  display:grid;grid-template-rows:48px 358px 50px 64px;
  border-radius:4px 4px 27px 27px;background:#fff;color:#161616;
  animation:aiDialogIn .46s cubic-bezier(.2,.78,.18,1) both
}
@keyframes aiDialogIn{from{transform:translateY(36px);opacity:.25}to{transform:none;opacity:1}}
.ai-dialog-head{height:48px;padding:20px 18px 0 20px;display:flex;align-items:flex-start;justify-content:space-between}
.ai-dialog-title{height:28px;display:flex;align-items:center;gap:12px}
.ai-dialog-title img{width:28px;height:28px;object-fit:contain}
.ai-dialog-title h2{margin:0;font:600 18px/26px "Source Han Serif CN","Songti SC",serif}
.ai-dialog-close{width:28px;height:28px;padding:6.86px;border:0;background:transparent}
.ai-dialog-close img{width:14.28px;height:14.28px;object-fit:contain}
.ai-conversation{height:358px;padding:16px 20px 0;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}
.ai-conversation::-webkit-scrollbar{display:none}
.ai-welcome,.ai-response{width:335px;background:#f6f6f6;border-radius:16px 16px 16px 2px;font-size:14px;line-height:20px}
.ai-welcome{padding:8px 16px;white-space:pre-line;font-size:12px}
.ai-question{width:220px;margin:12px 0;padding:8px 12px;background:#161616;color:#fff;border-radius:16px 16px 2px 16px;font-size:14px;line-height:20px;margin-left:auto}
.ai-response{padding:8px 16px}
.is-typing:after{content:"";display:inline-block;width:1px;height:1em;margin-left:2px;background:#161616;vertical-align:-.12em;animation:aiCaret .72s steps(1,end) infinite}
@keyframes aiCaret{50%{opacity:0}}
.ai-message-enter{animation:aiMessageIn .38s cubic-bezier(.2,.78,.18,1) both}
@keyframes aiMessageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.ai-loading{width:64px;height:42px;padding:0 16px;display:flex;align-items:center;gap:5px;border-radius:16px 16px 16px 2px;background:#f6f6f6}
.ai-loading i{width:5px;height:5px;border-radius:50%;background:#8a8a8a;animation:aiThinking 1s ease-in-out infinite}
.ai-loading i:nth-child(2){animation-delay:.16s}.ai-loading i:nth-child(3){animation-delay:.32s}
@keyframes aiThinking{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}
.ai-quick-strip{
  height:50px;padding:10px 0 10px 20px;display:flex;align-items:center;gap:8px;
  overflow-x:auto;overflow-y:hidden;scrollbar-width:none;white-space:nowrap;
  opacity:1;transform:none;transition:opacity .35s ease,transform .35s cubic-bezier(.2,.78,.18,1)
}
.ai-quick-strip.is-pending{opacity:0;transform:translateY(5px);pointer-events:none}
.ai-quick-strip::-webkit-scrollbar{display:none}
.ai-quick-strip>span{flex:none;width:36px;color:#8a8a8a;font-size:12px;line-height:30px}
.ai-quick-strip button{flex:none;height:30px;padding:0 12px;border:.5px solid #c1c1c1;border-radius:999px;background:#fff;font-size:12px;line-height:29px}
.ai-composer{height:64px;padding:12px 16px;display:grid;grid-template-columns:40px 1fr 48px;align-items:center;gap:8px;border-top:1px solid #c1c1c1;background:#fff}
.ai-voice{width:40px;height:40px;padding:11px;border:0;border-radius:50%;background:#f6f6f6}
.ai-voice img{width:18px;height:18px;object-fit:contain}
.ai-composer input{min-width:0;height:40px;padding:0;border:0;outline:0;background:#fff;font-size:14px;line-height:20px}
.ai-composer input::placeholder{color:#8a8a8a;opacity:1}
.ai-send{width:48px;height:36px;padding:10px 16px;border:0;border-radius:999px;background:#161616;transition:background .2s ease,transform .2s ease}
.ai-send:active:not(:disabled){transform:scale(.96)}
.ai-send:disabled{background:rgba(22,22,22,.35);cursor:default}
.ai-send img{width:16px;height:16px;object-fit:contain}

/* 14 · 查看全部任务 */
.all-tasks-page{padding-bottom:calc(80px + var(--safe-bottom));background:#f1f1f1}
.all-tasks-page .device-status{background:#f1f1f1}
.all-tasks-content{padding:20px 20px 26px}
.all-search{height:44px;padding:0 16px;display:grid;grid-template-columns:20px minmax(0,1fr) 20px;align-items:center;gap:12px;background:#fff;border-radius:3px}
.all-search>svg{width:20px;height:20px;fill:none;stroke:#161616;stroke-width:1.7;stroke-linecap:round}
.all-search input{min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;font-size:12px;line-height:17px}
.all-search input::placeholder{color:#999;opacity:1}
.all-mic{position:relative;width:18px;height:21px;display:block}
.all-mic i{position:absolute;left:5px;top:1px;width:8px;height:13px;border:1.6px solid #777;border-radius:8px}
.all-mic b{position:absolute;left:3px;top:8px;width:12px;height:9px;border:1.6px solid #777;border-top:0;border-radius:0 0 8px 8px}
.all-mic:after{content:"";position:absolute;left:8px;top:17px;width:1.6px;height:4px;background:#777}
.period-row{height:54px;padding-top:18px;display:flex;align-items:flex-start;justify-content:space-between}
.period-tabs{width:168px;height:34px;padding:2px;display:grid;grid-template-columns:repeat(3,1fr);border-radius:20px;background:#fff}
.period-tabs button{height:30px;padding:0;border:0;border-radius:17px;background:transparent;color:#777;font-size:12px}
.period-tabs button.active{background:#161616;color:#fff}
.date-select{width:130px;height:34px;padding:0 14px;border:0;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:space-between;font-size:12px}
.date-select span{color:#777;font-size:15px;transform:translateY(-2px)}
.insight-section,.completion-section,.trend-section,.all-list-section{margin-top:22px}
.insight-section>header,.completion-section>header,.trend-section>header,.all-list-section>header{height:32px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}
.insight-section h1,.completion-section h2,.trend-section h2,.all-list-section h2{margin:0;font:600 22px/32px "Source Han Serif CN","Songti SC",serif}
.insight-section h1{display:flex;align-items:flex-end;gap:6px}
.insight-section h1 strong,.insight-section h1 span{font:inherit;line-height:32px}
.insight-section h1 strong{transform:translateY(1px)}
.insight-section>header button{padding:0;border:0;background:transparent;color:#777;font-size:10px}
.insight-section>header button span{display:inline-block;margin-left:2px;font-size:12px;transition:transform .25s ease}
.insight-section.collapsed>header button span{transform:rotate(180deg)}
.insight-section.collapsed .insight-card{display:none}
.insight-card{min-height:184px;padding:16px;background:#fff;animation:insightOpen .32s cubic-bezier(.2,.8,.2,1) both}
@keyframes insightOpen{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.insight-card>p{margin:0 0 9px;font-size:13px;font-weight:500;line-height:19px}
.insight-card ul{margin:0;padding:0;list-style:none}
.insight-card li{min-height:36px;padding:5px 0;display:grid;grid-template-columns:18px 1fr;gap:5px;align-items:start;color:#666;font-size:10px;line-height:15px}
.insight-card li svg{width:14px;height:16px;margin-top:0;fill:none;stroke:#161616;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.completion-section>header time,.trend-section>header time,.all-list-section>header time{color:#888;font-size:11px}
.completion-card{height:174px;padding:20px;background:#fff}
.metric-row{height:66px;display:grid;grid-template-columns:repeat(5,1fr);gap:7px}
.metric-row>div{padding:10px 7px;background:#f6f6f6}
.metric-row span{display:block;color:#777;font-size:10px;white-space:nowrap}
.metric-row strong{display:block;margin-top:6px;font:500 20px/24px "Playfair Display",Georgia,serif}
.completion-score{height:58px;padding-top:18px;display:flex;align-items:flex-start;justify-content:space-between}
.completion-score strong{font:400 35px/33px "Playfair Display",Georgia,serif}
.completion-score small{margin-left:3px;font-size:15px;font-weight:400}
.completion-score span{padding-top:12px;color:#666;font-size:10px}
.completion-line{height:2px;background:#ddd}
.completion-line i{display:block;width:43%;height:100%;background:#161616}
.trend-card{height:146px;padding:18px 18px 12px;display:grid;grid-template-columns:repeat(7,1fr);gap:12px;background:#fff}
.trend-card>div{height:116px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px}
.trend-card i{width:17px;height:calc(var(--bar) * 12px);max-height:84px;border-radius:2px 2px 0 0;background:#777}
.trend-card i.today{background:#161616}
.trend-card span{color:#888;font-size:9px;white-space:nowrap}
.all-list-section{margin-bottom:0}
.all-filter-tabs{width:calc(100% + 20px);height:32px;margin:0 0 12px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
.all-filter-tabs::-webkit-scrollbar{display:none}
.all-filter-tabs button{flex:none;height:30px;padding:0 10px;border:.5px solid #c1c1c1;background:transparent;font-size:11px;white-space:nowrap}
.all-filter-tabs button.active{border-color:#161616;background:#161616;color:#fff}
.all-task-list{background:#fff}
.all-task-row{position:relative;min-height:116px;padding:14px 14px 12px;background:#fff;cursor:pointer}
.all-task-row:not([data-open-task]){cursor:default}
.all-task-row[hidden]{display:none}
.all-task-row:not(:last-of-type):after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:1px;background:#f0f0f0}
.all-task-row:focus-visible{outline:1px solid #161616;outline-offset:-3px}
.all-task-row-head{height:30px;display:grid;grid-template-columns:30px minmax(0,1fr) auto auto;align-items:center;gap:8px}
.all-task-row-head img{width:30px;height:30px;border-radius:50%;object-fit:cover}
.all-task-row h3{min-width:0;margin:0;overflow:hidden;font:500 14px/20px "Source Han Serif CN","Songti SC",serif;white-space:nowrap;text-overflow:ellipsis}
.all-task-meta{display:flex;align-items:center;gap:4px;font-size:9px;white-space:nowrap}
.all-task-meta i{width:5px;height:5px;border-radius:50%;background:#161616}
.all-task-meta.urgent{color:#ed4230}.all-task-meta.urgent i{background:#ed4230}
.all-task-row em{color:#666;font-size:9px;font-style:normal;white-space:nowrap}
.all-task-tags{height:24px;margin-top:7px;display:flex;gap:6px;overflow:hidden}
.all-task-tags span{flex:none;height:20px;padding:3px 7px;background:#f6f6f6;color:#666;font-size:9px;line-height:14px;white-space:nowrap}
.all-task-row>p{margin:5px 0 0;overflow:hidden;font-size:10px;line-height:15px;white-space:nowrap;text-overflow:ellipsis}
.all-task-empty{height:110px;margin:0;display:grid;place-items:center;color:#888;font-size:12px}.all-task-empty[hidden]{display:none}
.load-more{width:100%;height:54px;padding:0;border:0;background:transparent;color:#777;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;line-height:17px}
.load-more span{display:block;line-height:17px}
.load-more svg{display:block;width:10px;height:7px;overflow:visible;fill:none;stroke:#b69d61;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}
.all-ai-orb{bottom:calc(69px + var(--safe-bottom))}

.desktop-qr{display:none}
@media(min-width:1000px){
  .desktop-qr{position:fixed;right:clamp(24px,4vw,64px);top:50%;display:block;width:238px;padding:24px;text-align:center;border:1px solid #fff9;border-radius:24px;background:#fffc;box-shadow:0 20px 60px #0002;transform:translateY(-50%);backdrop-filter:blur(18px)}
  .desktop-qr>p{margin:0 0 8px;color:#6f6f6f;font:600 9px/1.2 Inter,sans-serif;letter-spacing:.16em}.desktop-qr h2{margin:0;font-size:16px}.desktop-qr>div{width:174px;height:174px;margin:18px auto 12px;padding:9px;border:1px solid #e4e2e2;border-radius:18px;background:#fff}.desktop-qr img{width:100%;height:100%;border-radius:10px}.desktop-qr small{color:#6f6f6f}
}
@media(max-width:430px){
  html,body,.preview-stage{width:100%;height:100%;overflow:hidden;background:#f1f1f1}
  .preview-stage{padding:0;display:block}
  .phone-shell{width:100%;height:100dvh;min-height:0;border-radius:0;box-shadow:none}
  .device-status{display:none}
  .brand-head{height:76px;padding-top:14px}
  .topbar{height:44px}
  .ai-orb{position:absolute}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
