.dtour{--ink:var(--p-ink);--ink-soft:var(--p-ink-soft);--ink-faint:#1e2c25a8;--loss:var(--d-brick);--gain:var(--d-green);--line:var(--p-line);--surface:var(--p-surface);background:var(--surface);width:100%;max-width:560px;height:100dvh;color:var(--ink);flex-direction:column;margin:0 auto;display:flex;overflow:hidden}@media (min-width:600px){.dtour{border:1px solid var(--line);border-radius:24px;height:min(920px,96dvh);margin:2dvh auto;box-shadow:0 24px 60px -24px #3a2a1a47}}.dtour__bar{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.dtour__brand{font-family:var(--font-newsreader), Georgia, serif;align-items:center;gap:8px;font-size:18px;font-weight:600;display:flex}.dtour__skip{color:var(--ink-faint);cursor:pointer;background:0 0;border:0;padding:6px 2px;font-size:13px}.dtour__skip:hover{color:var(--ink-soft)}.dtour__strip{border-bottom:1px solid var(--line);color:var(--ink-soft);background:#a4503a0b;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:9px 16px;font-size:13.5px;display:flex}.dtour__strip strong{font-family:var(--font-newsreader), Georgia, serif;color:var(--loss);font-variant-numeric:tabular-nums;font-size:16px;font-weight:600}.dtour__strip--gain{background:#2e6b4f0e}.dtour__strip--gain strong{color:var(--gain)}.dtour__dots{gap:5px;display:flex}.dtour__dot{background:#1e2c2529;border-radius:50%;width:6px;height:6px;transition:background .22s,transform .22s cubic-bezier(.22,1,.36,1)}.dtour__dot--on{background:var(--ink-soft)}.dtour__dot--on:not(:has(~.dtour__dot--on)){background:var(--ink);transform:scale(1.4)}.dtour__stage{flex-direction:column;flex:1;justify-content:center;min-height:0;padding:16px;display:flex;position:relative;overflow:hidden}.dtour__scene{will-change:transform, opacity;flex-direction:column;flex:1;justify-content:center;min-height:0;animation:.28s cubic-bezier(.22,1,.36,1) both dtour-enter;display:flex}@keyframes dtour-enter{0%{opacity:.55;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dtour-fade{0%{opacity:.55}to{opacity:1}}.dtour__say{color:var(--ink);flex-shrink:0;margin:0 0 16px;font-size:17px;font-weight:500;line-height:1.45;animation:.34s cubic-bezier(.22,1,.36,1) 80ms backwards dtour-fade}.dtour__seam{color:var(--ink-faint);flex-shrink:0;margin:10px 0 0;font-size:12.5px;line-height:1.5}.dtour__foot{border-top:1px solid var(--line);flex-direction:column;flex-shrink:0;gap:8px;padding:12px 16px 16px;display:flex}.dtour__next{background:var(--ink);width:100%;min-height:52px;color:var(--p-surface);cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:600;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .22s;display:flex;box-shadow:inset 0 1px #ffffff24,0 10px 22px -12px #1e2c2580}.dtour__next:active{transform:scale(.985)}.dtour__next:disabled{opacity:.45;cursor:default}.dtour__next--ghost{color:var(--ink);border:1px solid var(--line);box-shadow:none;background:0 0;font-weight:500}.dtour__picks{gap:8px;display:flex}.dtour__pick{background:var(--p-surface-strong);min-height:52px;color:var(--ink);cursor:pointer;border:1px solid #1e2c252e;border-radius:14px;flex:1;padding:0 12px;font-size:15px;font-weight:600;transition:transform .12s,border-color .16s}.dtour__pick:active{transform:scale(.985)}.dtour__pick:hover{border-color:#1e2c2557}.dtour__pick:disabled{opacity:.5;cursor:default}.dtour__thread{flex-direction:column;flex:1;gap:18px;min-height:0;padding:20px 16px;display:flex;overflow-y:auto}.dtour__msg{gap:10px;max-width:92%;display:flex}.dtour__msg--me{align-self:flex-end;max-width:85%}.dtour__bubble{border-radius:16px;padding:12px 16px;font-size:16px;line-height:1.5}.dtour__msg--them .dtour__bubble{background:var(--p-surface-strong);border:1px solid var(--line);border-bottom-left-radius:5px}.dtour__msg--me .dtour__bubble{background:var(--ink);color:var(--p-surface);border-bottom-right-radius:5px}.dtour__chips{flex-wrap:wrap;gap:8px;display:flex}.dtour__chip{background:var(--p-surface-strong);min-height:46px;color:var(--ink);cursor:pointer;box-shadow:var(--sh-soft);border:1px solid #1e2c252e;border-radius:999px;padding:0 16px;font-size:15px;font-weight:500;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .22s;animation:.3s cubic-bezier(.22,1,.36,1) backwards dtour-fade}.dtour__chip:nth-child(2){animation-delay:50ms}.dtour__chip:nth-child(3){animation-delay:.1s}.dtour__chip:nth-child(4){animation-delay:.15s}.dtour__chip:nth-child(5){animation-delay:.2s}.dtour__chip:nth-child(n+6){animation-delay:.25s}.dtour__chip:active{transform:scale(.97)}.dtour__chip:hover{border-color:#1e2c2557}.dtour__think{color:var(--ink-faint);align-items:center;gap:8px;font-size:15px;display:flex}.dtour__think-dot{background:var(--ink-faint);border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite dtour-pulse}@keyframes dtour-pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}.dtour__punch{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;display:flex;position:relative}.dtour__punch:before{content:"";pointer-events:none;background:radial-gradient(70% 42% at 50% 46%,#a4503a12,#a4503a00);animation:.7s ease-out both dtour-bloom;position:absolute;inset:0}@keyframes dtour-bloom{0%{opacity:0}to{opacity:1}}.dtour__punch-illu{color:var(--ink-soft);margin-bottom:4px}.dtour__punch-illu path,.dtour__punch-illu ellipse{stroke-dasharray:1;stroke-dashoffset:1px;animation:.9s cubic-bezier(.22,1,.36,1) forwards dtour-draw}.dtour__punch-illu path:nth-of-type(2),.dtour__punch-illu ellipse:nth-of-type(2){animation-delay:.18s}.dtour__punch-illu path:nth-of-type(n+3){animation-delay:.36s}@keyframes dtour-draw{to{stroke-dashoffset:0}}.dtour__punch-lead{color:var(--ink-soft);max-width:22ch;font-size:16px;line-height:1.45}.dtour__punch-num{font-family:var(--font-newsreader), Georgia, serif;letter-spacing:-.02em;color:var(--loss);font-variant-numeric:tabular-nums;margin:6px 0 0;font-size:clamp(64px,20vw,84px);font-weight:600;line-height:1.05}.dtour__punch-num .sm{vertical-align:.08em;font-size:.6em}.dtour__punch-num{will-change:transform, opacity;animation:.5s cubic-bezier(.22,1,.36,1) both dtour-num-settle}@keyframes dtour-num-settle{0%{opacity:.6;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.dtour__punch-unit{color:var(--ink-soft);margin-top:2px;font-size:15px}.dtour__punch-math{color:var(--ink-soft);font-variant-numeric:tabular-nums;border:1px dashed #1e2c2533;border-radius:999px;margin-top:18px;padding:7px 14px;font-size:12.5px}.dtour__punch-anchor{max-width:30ch;color:var(--ink-soft);opacity:.82;text-wrap:balance;margin-top:14px;font-size:12px;line-height:1.5}.dtour__punch-anchor strong{color:var(--ink);font-weight:560}.dtour__punch-src{letter-spacing:.14em;text-transform:uppercase;opacity:.55;margin-top:5px;font-size:9.5px;display:block}.dtour__cta{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;display:flex}.dtour__cta-lead{color:var(--ink-soft);font-size:16px}.dtour__cta-num{font-family:var(--font-newsreader), Georgia, serif;letter-spacing:-.02em;color:var(--loss);font-variant-numeric:tabular-nums;margin:4px 0 0;font-size:clamp(56px,17vw,76px);font-weight:600;line-height:1.05}.dtour__cta-num .sm{vertical-align:.08em;font-size:.6em}.dtour__cta-num{animation:.5s cubic-bezier(.22,1,.36,1) both dtour-num-settle}.dtour__cta-mul{color:var(--ink-faint);font-variant-numeric:tabular-nums;font-size:14px}.dtour__cta-caps{flex-wrap:wrap;justify-content:center;gap:6px 12px;margin-top:16px;display:flex}.dtour__cap{color:var(--ink-soft);align-items:center;gap:5px;font-size:12.5px;font-weight:500;animation:.28s cubic-bezier(.22,1,.36,1) backwards dtour-fade;display:inline-flex}.dtour__cap:nth-child(2){animation-delay:90ms}.dtour__cap:nth-child(3){animation-delay:.18s}.dtour__cap svg{color:var(--gain);flex-shrink:0}.dtour__cta-btns{flex-direction:column;gap:10px;width:100%;display:flex}.dtour__cta-btn{background:var(--terracotta);min-height:54px;color:var(--p-surface);white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 10px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .22s cubic-bezier(.22,1,.36,1);display:flex;box-shadow:inset 0 1px #ffffff24,0 10px 22px -12px #1e2c2580}.dtour__cta-btn-txt{flex-direction:column;align-items:center;gap:2px;min-width:0;line-height:1.15;display:flex}.dtour__cta-sub{opacity:1;letter-spacing:.01em;font-size:12px;font-weight:500}.dtour__cta-btn:active{transform:scale(.985)}.dtour__cta-note{color:var(--ink-faint);text-align:center;font-size:13px}.dtour__ask{flex-direction:column;gap:10px;width:100%;margin-top:28px;display:flex}.dtour__ask-answer{border:1px solid var(--line);background:var(--p-surface-strong);text-align:left;color:var(--ink);border-radius:14px;padding:12px 14px;font-size:14.5px;line-height:1.5}.dtour__ask .ci{padding:0}.dtour__ask-done{color:var(--ink-soft);text-align:center;font-size:13.5px;line-height:1.5}.dtour__ask-remaining{color:var(--ink-faint);text-align:center;font-variant-numeric:tabular-nums;font-size:12px}.dtour__cta-share{color:var(--ink-faint);text-align:center;text-underline-offset:3px;font-size:13px;text-decoration:underline}.dtour__card{flex-shrink:0;padding:0}.dtour__card-head{justify-content:space-between;align-items:baseline;gap:10px;padding:14px 16px 10px;display:flex}.dtour__card-title{font-family:var(--font-newsreader), Georgia, serif;font-size:19px;font-weight:600}.dtour__card-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);font-size:11px;font-weight:600}.dtour__card-count{white-space:nowrap;color:var(--gain);font-variant-numeric:tabular-nums;align-items:center;gap:5px;font-size:12px;font-weight:600;animation:.3s cubic-bezier(.22,1,.36,1) .26s both dtour-assist-in;display:inline-flex}.dtour__tag-mark{vertical-align:-2px;width:12px;height:12px;margin-right:4px;display:inline}.dtour__row{border-top:1px solid var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:9px 16px;font-size:15px;transition:background .6s;animation:.28s cubic-bezier(.22,1,.36,1) backwards dtour-fade;display:grid}.dtour__row:nth-child(2),.dtour__mrow:nth-child(2),.dtour__stock:nth-child(2){animation-delay:45ms}.dtour__row:nth-child(3),.dtour__mrow:nth-child(3),.dtour__stock:nth-child(3){animation-delay:90ms}.dtour__row:nth-child(4),.dtour__mrow:nth-child(4),.dtour__stock:nth-child(4){animation-delay:.135s}.dtour__row:nth-child(5),.dtour__mrow:nth-child(5),.dtour__stock:nth-child(5){animation-delay:.18s}.dtour__row:nth-child(n+6),.dtour__mrow:nth-child(n+6),.dtour__stock:nth-child(n+6){animation-delay:.225s}.dtour__row-qty{color:var(--ink-faint);font-variant-numeric:tabular-nums;font-size:13px}.dtour__row-cost{font-variant-numeric:tabular-nums;text-align:right;min-width:62px;font-weight:600}.dtour__row--bleed{background:#a4503a17}.dtour__row--bleed .dtour__row-cost{color:var(--loss)}.dtour__odo{font-variant-numeric:tabular-nums;font-weight:600}.dtour__total{border-top:1px solid var(--ink);color:var(--ink-soft);justify-content:space-between;align-items:baseline;padding:13px 16px;font-size:14px;display:flex}.dtour__total strong{font-family:var(--font-newsreader), Georgia, serif;color:var(--ink);font-variant-numeric:tabular-nums;font-size:26px;font-weight:600}.dtour__stats{grid-template-columns:repeat(3,1fr);gap:8px;padding:6px 16px 2px;display:grid}.dtour__stats>div{border:1px solid var(--line);background:var(--p-surface-strong);box-shadow:var(--sh-soft);border-radius:12px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.dtour__stats span{letter-spacing:.05em;text-transform:uppercase;color:var(--ink-faint);font-size:11px;font-weight:600}.dtour__stats strong,.dtour__stats strong .dtour__odo{font-family:var(--font-newsreader), Georgia, serif;font-variant-numeric:tabular-nums;font-size:19px;font-weight:600}.dtour__stats-gain{color:var(--gain)}.dtour__bar-wrap{padding:16px}.dtour__bar-track{background:#1e2c2512;border-radius:10px;height:42px;position:relative;overflow:hidden}.dtour__bar-track--gap{background:#a4503a29}.dtour__bar-fill{background:var(--gain);border-radius:10px;transition:width .7s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 auto 0 0;overflow:hidden}.dtour__bar-fill--won:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff4d 50%,#fff0 100%);width:36%;animation:.8s cubic-bezier(.4,0,.6,1) .6s both dtour-beam;position:absolute;inset:0 auto 0 0}.dtour__bar-legend{color:var(--ink-soft);font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:8px;font-size:13px;display:flex}.dtour__mrow{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:10px;padding:13px 16px;font-size:15px;transition:transform .62s cubic-bezier(.22,1,.36,1);animation:.28s cubic-bezier(.22,1,.36,1) backwards dtour-fade;display:grid}.dtour__mrow-margin{font-variant-numeric:tabular-nums;font-size:15px;font-weight:600}.dtour__mrow-margin--bad{color:var(--loss)}.dtour__mrow-margin--good{color:var(--gain)}.dtour__mrow--pulse{animation:.7s ease-out dtour-flash}@keyframes dtour-flash{0%{background:#a4503a00}35%{background:#a4503a24}to{background:#a4503a00}}.dtour__card--focus .dtour__row:not(.dtour__row--key),.dtour__card--focus .dtour__mrow:not(.dtour__row--key),.dtour__card--focus .dtour__stock:not(.dtour__row--key),.dtour__card--focus .dtour__total{opacity:.42;transition:opacity .42s .2s}.dtour__card--focus .dtour__row--key{background:#2e6b4f0d}.dtour__assist{color:var(--ink);background:#2e6b4f0f;border:1px solid #2e6b4f38;border-radius:12px;align-items:flex-start;gap:8px;margin:0 12px 10px;padding:10px 12px;font-size:13.5px;line-height:1.45;animation:.3s cubic-bezier(.22,1,.36,1) .24s both dtour-assist-in;display:flex;position:relative}.dtour__assist-arrow{background:#f0f5f1;border-top:1px solid #2e6b4f38;border-left:1px solid #2e6b4f38;width:9px;height:9px;position:absolute;top:-5px;left:22px;transform:rotate(45deg)}.dtour__assist-mark{flex-shrink:0;width:15px;height:15px;margin-top:1px}@keyframes dtour-assist-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes dtour-beam{0%{transform:translate(-100%)}to{transform:translate(340%)}}.dtour__agent--cue .dtour__card{opacity:.45;transition:opacity .32s}.dtour__cue{z-index:2;background:var(--p-surface-strong);pointer-events:none;border:1px solid #2e6b4f47;border-radius:999px;align-items:center;gap:7px;padding:5px 8px 5px 11px;display:inline-flex;position:absolute;top:-12px;right:10px;box-shadow:0 8px 18px -10px #1e2c2573}.dtour__cue-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gain);font-size:11.5px;font-weight:700}.dtour__cue-dot{background:var(--gain);border-radius:50%;width:16px;height:16px;position:relative;box-shadow:0 0 0 4px #2e6b4f21}.dtour__cue-dot:before{content:"";border:1.5px solid var(--gain);border-radius:50%;animation:1.7s cubic-bezier(.22,1,.36,1) infinite dtour-cue;position:absolute;inset:-5px}@keyframes dtour-cue{0%{opacity:.6;transform:scale(.72)}70%,to{opacity:0;transform:scale(1.7)}}.dtour__doc{contain:layout;max-height:300px;transition:max-height .44s cubic-bezier(.5,0,.75,0) .22s,margin-bottom .44s cubic-bezier(.5,0,.75,0) .22s}.dtour__doc--empty{max-height:0;margin-bottom:-10px;overflow:hidden}.dtour__paper{cursor:pointer;filter:drop-shadow(0 6px 14px #1e2c2529);will-change:transform, opacity;background:0 0;border:0;width:100%;padding:0;transition:transform .44s cubic-bezier(.5,0,.75,0),opacity .44s;display:block;position:relative}.dtour__paper:disabled{cursor:default}.dtour__paper--gone{opacity:0;pointer-events:none;transform:translateY(70px)scale(.86)}.dtour__paper--cue:before,.dtour__paper--scan:before{content:"";pointer-events:none;border:2px solid #2e6b4f61;border-radius:14px;position:absolute;inset:-4px;box-shadow:0 16px 34px -22px #1e2c2580}.dtour__paper--scan:before{border-width:1px;border-color:#2e6b4f47}.dtour__rc{color:var(--ink);text-align:left;background:linear-gradient(#fefdfb 0%,#faf7ef 100%),#fdfcf9;border-radius:10px 10px 0 0;padding:10px 13px 14px;transition:box-shadow .32s;position:relative;overflow:hidden;transform:rotate(-.35deg);mask:conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) bottom/12px 6px repeat-x,linear-gradient(#000 0 0) top/100% calc(100% - 6px) no-repeat}.dtour__rc:before{content:"";mix-blend-mode:multiply;opacity:.07;pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' seed='11'/><feColorMatrix values='0 0 0 0 0.30 0 0 0 0 0.22 0 0 0 0 0.12 0 0 0 0.5 0'/></filter><rect width='240' height='240' filter='url(%23n)'/></svg>");position:absolute;inset:0}.dtour__rc-head{border-bottom:1px dashed #1e2c2538;justify-content:space-between;align-items:baseline;gap:8px;padding-bottom:8px;display:flex}.dtour__rc-supplier{font-family:var(--font-newsreader), Georgia, serif;font-size:15px;font-weight:600}.dtour__rc-meta{letter-spacing:.04em;color:var(--ink-faint);font-variant-numeric:tabular-nums;font-size:10.5px}.dtour__rc-line{border-bottom:1px dotted #1e2c251f;grid-template-columns:1fr auto auto;align-items:baseline;gap:10px;padding:5px 0;font-size:13px;display:grid}.dtour__rc-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.dtour__rc-qty{white-space:nowrap;color:var(--ink-faint);font-variant-numeric:tabular-nums;font-size:11.5px}.dtour__rc-sum{text-align:right;font-variant-numeric:tabular-nums;transform-origin:100%;min-width:62px;font-weight:600}.dtour__rc-line--key .dtour__rc-sum{color:var(--loss)}.dtour__rc-line--read{animation:.62s ease-out backwards dtour-read}@keyframes dtour-read{0%{background:#2e6b4f00}35%{background:#2e6b4f24}to{background:#2e6b4f00}}.dtour__rc-line--read .dtour__rc-sum{animation:.62s cubic-bezier(.2,0,0,1) backwards dtour-catch;animation-delay:inherit;will-change:transform}@keyframes dtour-catch{0%,25%{transform:scale(1)}45%{transform:scale(1.09)}to{transform:scale(1)}}.dtour__rc-total{letter-spacing:.05em;text-transform:uppercase;color:var(--ink-faint);justify-content:space-between;align-items:baseline;padding-top:7px;font-size:11.5px;display:flex}.dtour__rc-total strong{font-family:var(--font-newsreader), Georgia, serif;letter-spacing:0;text-transform:none;color:var(--ink);font-variant-numeric:tabular-nums;font-size:19px}.dtour__scanline{pointer-events:none;background:linear-gradient(#2e6b4f00 0%,#2e6b4f29 55%,#2e6b4f00 100%);border-bottom:1px solid #2e6b4f4d;height:34%;animation:1.1s cubic-bezier(.4,0,.6,1) both dtour-scan;position:absolute;inset:0 0 auto}@keyframes dtour-scan{0%{transform:translateY(-100%)}to{transform:translateY(320%)}}.dtour__paper-state{z-index:2;background:var(--p-surface-strong);color:var(--gain);border:1px solid #2e6b4f47;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:11.5px;font-weight:600;display:inline-flex;position:absolute;top:-12px;right:10px;box-shadow:0 8px 18px -10px #1e2c2573}.dtour__stock{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:10px;padding:12px 16px;font-size:15px;animation:.28s cubic-bezier(.22,1,.36,1) backwards dtour-fade;display:grid}.dtour__stock-qty{font-variant-numeric:tabular-nums;font-weight:600;transition:color .4s}.dtour__stock--low .dtour__stock-qty{color:var(--loss)}.dtour__stock--in .dtour__stock-qty{animation:.42s cubic-bezier(.22,1,.36,1) both dtour-settle}@keyframes dtour-settle{0%{opacity:.35;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.dtour__agent{flex-direction:column;gap:10px;display:flex}.dtour__srcs{flex-wrap:wrap;gap:6px;display:flex}.dtour__srcs-head{flex:0 0 100%;justify-content:flex-end;align-items:center;gap:10px;min-height:30px;display:flex}.dtour__doc>.dtour__srcs-head{margin:6px 0 4px}.dtour__srcs-head .dtour__cue{position:static}.dtour__poll-q{color:var(--ink-soft);flex:1;margin:0;font-size:13px;font-weight:500}.dtour__src{border:1px solid var(--line);background:var(--p-surface-strong);color:var(--ink-soft);cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:8px 12px;font-size:13px;font-weight:500;transition:border-color .24s,color .24s,box-shadow .24s;display:inline-flex}.dtour__src:disabled{cursor:default}.dtour__agent--cue .dtour__src{color:var(--ink);border-color:#2e6b4f52;box-shadow:0 10px 22px -18px #1e2c2599}.dtour__src--on{border-color:var(--gain);color:var(--gain);background:var(--d-green-tint)}.dtour__agent--cue .dtour__bw{opacity:.6}.dtour__bw{border:1px solid var(--line);background:var(--p-surface-strong);text-align:left;border-radius:12px;transition:box-shadow .32s;overflow:hidden}.dtour__bw-bar{border-bottom:1px solid var(--line);background:#1e2c250b;align-items:center;gap:10px;padding:8px 10px;display:flex}.dtour__bw-dots{flex-shrink:0;gap:4px;display:flex}.dtour__bw-dots i{background:#1e2c2529;border-radius:50%;width:7px;height:7px}.dtour__bw-url{background:var(--p-surface);border:1px solid var(--line);color:var(--ink-soft);border-radius:999px;flex:1;align-items:center;gap:5px;padding:4px 10px;font-size:11.5px;display:inline-flex}.dtour__bw-url svg{color:var(--gain);flex-shrink:0}.dtour__bw-load{background:linear-gradient(90deg, #2e6b4f00 0%, var(--gain) 50%, #2e6b4f00 100%);height:2px;animation:1.2s cubic-bezier(.4,0,.6,1) infinite dtour-beam;display:block}.dtour__bw-body{min-height:108px;padding:8px 10px}.dtour__bw-skel{flex-direction:column;gap:12px;padding:10px 2px;display:flex}.dtour__bw-skel span{background:#1e2c2514;border-radius:5px;height:10px}.dtour__bw-skel span:nth-child(2){width:78%}.dtour__bw-skel span:nth-child(3){width:56%}.dtour__bw--live .dtour__bw-skel span{animation:1.4s ease-in-out infinite dtour-skel}.dtour__bw-skel span:nth-child(2){animation-delay:.12s}.dtour__bw-skel span:nth-child(3){animation-delay:.24s}@keyframes dtour-skel{0%,to{opacity:1}50%{opacity:.45}}.dtour__bw-row{border-bottom:1px solid var(--line);grid-template-columns:18px minmax(0,1.25fr) minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 2px;font-size:13px;animation:.3s cubic-bezier(.22,1,.36,1) backwards dtour-fade;display:grid}.dtour__bw-row:last-child{border-bottom:0}.dtour__bw-tick{width:15px;height:15px;color:var(--p-surface-strong);border:1.5px solid #1e2c2533;border-radius:4px;justify-content:center;align-items:center;transition:background .26s,border-color .26s;display:inline-flex}.dtour__bw-row--filed .dtour__bw-tick{background:var(--gain);border-color:var(--gain)}.dtour__bw-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dtour__bw-date,.dtour__bw-sum{color:var(--ink-faint);font-variant-numeric:tabular-nums;font-size:11.5px}.dtour__bw-date{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dtour__bw-sum{white-space:nowrap}.dtour__bw-dest{color:var(--gain);white-space:nowrap;font-size:11px;font-weight:600}.dtour__bw-sum{text-align:right;min-width:58px;color:var(--ink);font-size:13px;font-weight:600}.dtour__bw-row--key .dtour__bw-sum{color:var(--loss)}.dtour__bw-foot{border-top:1px solid var(--line);background:#1e2c2508;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.dtour__bw-state{color:var(--ink-soft);font-variant-numeric:tabular-nums;font-size:12px}.dtour__bw-state--done{color:var(--gain);font-weight:600}.dtour__bw-badge{color:var(--gain);background:#2e6b4f17;border-radius:999px;flex-shrink:0;padding:4px 9px;font-size:11px;font-weight:600}.dtour__agent-final{font-family:var(--font-newsreader), Georgia, serif;color:var(--ink);margin:6px 2px 0;font-size:18px;font-weight:600;animation:.32s cubic-bezier(.22,1,.36,1) .18s both dtour-assist-in}@media (max-height:780px){.dtour__stage{padding:12px 12px 8px}.dtour__say{margin-bottom:8px;font-size:15.5px}.dtour__card-head{padding:10px 14px 7px}.dtour__card-title{font-size:17px}.dtour__row,.dtour__mrow{padding:6px 14px;font-size:14px}.dtour__total{padding:9px 14px}.dtour__total strong{font-size:21px}.dtour__assist{margin:0 10px 8px;padding:7px 10px;font-size:12.5px}.dtour__seam{margin-top:8px}.dtour__agent{gap:6px}.dtour__rc{padding:8px 12px 10px}.dtour__rc-line{padding:2px 0}.dtour__rc-total strong{font-size:18px}.dtour__stock{padding:5px 14px;font-size:14px}.dtour__srcs--poll{gap:5px;padding-top:0}.dtour__poll-q{font-size:11.5px}.dtour__src{padding:5px 10px;font-size:12px}.dtour__bw-body{min-height:92px}.dtour__bw-row{padding:7px 2px}}@media (max-width:360px){.dtour__agent{gap:8px}.dtour__stock{padding:9px 12px;font-size:14px}.dtour__rc{padding:8px 11px 11px}.dtour__rc-line{padding:4px 0}.dtour__rc-qty{font-size:11px}.dtour__rc-total strong{font-size:17px}.dtour__seam{margin-top:8px}}@media (prefers-reduced-motion:reduce){.dtour__row,.dtour__bar-fill,.dtour__mrow,.dtour__stock-qty,.dtour__src,.dtour__paper,.dtour__doc,.dtour__bw-tick,.dtour__dot{transition:none!important}.dtour__mrow--pulse,.dtour__stock--in .dtour__stock-qty,.dtour__cue-dot:before,.dtour__scanline,.dtour__rc-line--read,.dtour__rc-line--read .dtour__rc-sum,.dtour__bw-load,.dtour__bw-row,.dtour__bw--live .dtour__bw-skel span,.dtour__assist,.dtour__think-dot,.dtour__scene,.dtour__say,.dtour__strip,.dtour__punch-num,.dtour__punch:before,.dtour__cta-num,.dtour__agent-final,.dtour__card-count,.dtour__chip,.dtour__row,.dtour__mrow,.dtour__stock,.dtour__cap,.dtour__bar-fill--won:after{animation:none!important}.dtour__punch-illu path,.dtour__punch-illu ellipse{stroke-dashoffset:0;animation:none!important}}.dtour__strip{animation:.34s cubic-bezier(.22,1,.36,1) both dtour-strip-in}@keyframes dtour-strip-in{0%{opacity:.4;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
