
.cr{--cr-chat:22px;--cr-label:13.5px;--cr-nav:224px;position:relative;border:1px solid var(--color-border);background:#fff;box-shadow:var(--shadow-sm);
  -webkit-text-size-adjust:100%;text-size-adjust:100%}
.cr .cr-frame{position:relative;display:flex;aspect-ratio:16/9;overflow:hidden}

.cr .cr-ov{position:absolute;inset:0;z-index:8;appearance:none;border:none;padding:0;margin:0;width:100%;height:100%;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .28s}
.cr .cr-ov::after{content:"";width:176px;height:108px;background:var(--color-brand) center/42px 42px no-repeat;transition:transform .2s,background-color .2s;
  background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M7 4l13 8-13 8z'/%3E%3C/svg%3E")}
.cr .cr-ov.replay::after{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M3 12a9 9 0 1 0 3-6.7'/%3E%3Cpath d='M3 4v5h5'/%3E%3C/svg%3E")}
.cr .cr-ov:hover::after{transform:scale(1.07);background-color:var(--color-brand-dark)}
.cr .cr-ov.off{opacity:0;pointer-events:none}

.cr .cr-nav{flex:none;width:var(--cr-nav);background:#071120;display:flex;flex-direction:column;padding:24px 0 18px}
.cr .cr-brand{display:flex;gap:13px;align-items:center;padding:0 18px 30px}
.cr .cr-mark{flex:none;width:34px;height:34px;display:block}
.cr .cr-bname{font-family:var(--font-display);font-size:15px;font-weight:800;letter-spacing:-.005em;color:#fff;line-height:1}
.cr .cr-bsub{font-family:var(--font-mono);font-size:8.5px;font-weight:500;letter-spacing:.17em;color:#5E8DB8;margin-top:3px}
.cr .cr-items{display:flex;flex-direction:column;gap:2px;padding:0 12px}
.cr .cr-item{display:flex;gap:10px;align-items:center;padding:9px 11px;font-size:13.5px;line-height:1.25;font-weight:500;white-space:nowrap;color:rgba(255,255,255,.62);position:relative;transition:color .3s,background .3s}
.cr .cr-item svg{width:15px;height:15px;flex:none;opacity:.7;transition:opacity .3s}
.cr .cr-item.on{background:#0E2338;color:#fff;font-weight:600}
.cr .cr-item.on svg{opacity:1}
.cr .cr-item::before{content:"";position:absolute;left:-12px;top:0;bottom:0;width:3px;background:var(--color-brand-bright);transform:scaleY(0);transition:transform .34s cubic-bezier(.2,.7,.3,1)}
.cr .cr-item.on::before{transform:scaleY(1)}
.cr .cr-user{margin-top:auto;padding:0 18px}
.cr .cr-ulab{font-family:var(--font-mono);font-size:8.5px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.42);margin-bottom:9px}
.cr .cr-urow{display:flex;gap:10px;align-items:center}
.cr .cr-uav{flex:none;width:27px;height:27px;border-radius:50%;background:#16324E;color:#fff;font-family:var(--font-mono);font-size:9.5px;font-weight:700;display:flex;align-items:center;justify-content:center}
.cr .cr-urole{font-size:12.5px;color:rgba(255,255,255,.8)}

.cr .cr-main{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;background:#fff}
.cr .cr-bar{position:absolute;z-index:6;top:0;left:0;right:0;height:2px;background:transparent;overflow:hidden}
.cr .cr-bar.on{background:var(--color-surface-sunken)}
.cr .cr-bar.on::after{content:"";position:absolute;top:0;bottom:0;left:-36%;width:36%;background:var(--color-brand);animation:crsweep 1s linear infinite}
@keyframes crsweep{from{left:-36%}to{left:100%}}

.cr .cr-canvas{flex:1;min-height:0;position:relative;padding:28px 26px 24px;overflow:hidden;display:flex;flex-direction:column}
.cr .cr-head{flex:none;font-family:var(--font-display);font-size:30px;font-weight:700;letter-spacing:-.035em;line-height:1.08;color:var(--color-text);transition:opacity .3s,transform .3s}
.cr .cr-head:not(:empty){margin-bottom:16px}
.cr .cr-sub{flex:none;font-size:17px;line-height:1.5;color:var(--color-text-faint);margin:-10px 0 18px;transition:opacity .3s,transform .3s}
.cr .cr-head.pre,.cr .cr-sub.pre{opacity:0;transform:translateY(7px)}
.cr .cr-sub:empty{display:none}
.cr .cr-head:empty{display:none}
.cr .cr-body{flex:1;min-height:0;display:flex;gap:22px;align-items:stretch}
.cr .cr-chat{flex:1 1 100%;min-width:0;display:flex;flex-direction:column;gap:11px;justify-content:flex-start;overflow:hidden;transition:flex-basis .55s cubic-bezier(.2,.7,.3,1),flex-grow .55s}
.cr .cr-panel{flex:0 1 0%;min-width:0;opacity:0;overflow:hidden;transform:translateX(18px);transition:flex-basis .55s cubic-bezier(.2,.7,.3,1),opacity .62s .1s,transform .78s .08s cubic-bezier(.2,.7,.3,1)}

.cr .cr-body[data-l="split"] .cr-chat{flex-basis:40%;flex-grow:0}
.cr .cr-body[data-l="split"] .cr-panel{flex-basis:60%;opacity:1;transform:none}
.cr .cr-body[data-l="rev"]{flex-direction:row-reverse}
.cr .cr-body[data-l="rev"] .cr-chat{flex-basis:36%;flex-grow:0}
.cr .cr-body[data-l="rev"] .cr-panel{flex-basis:64%;opacity:1;transform:none}
.cr .cr-body[data-l="stack"]{flex-direction:column;gap:18px}
.cr .cr-body[data-l="stack"] .cr-chat{flex:0 1 auto;flex-basis:auto;min-height:0}
.cr .cr-body[data-l="stackUp"]{flex-direction:column-reverse;justify-content:flex-end;gap:18px}
.cr .cr-body[data-l="stackUp"] .cr-chat{flex:0 1 auto;flex-basis:auto;min-height:0}
.cr .cr-body[data-l="stackUp"] .cr-panel{flex:0 0 auto;flex-basis:auto;opacity:1;min-height:0;transform:none}
.cr .cr-body[data-l="stackUp"] .pn{height:auto}
.cr .cr-body[data-l="stack"] .cr-panel{flex:1 1 auto;flex-basis:auto;opacity:1;min-height:0;transform:none}
.cr .cr-body[data-l="stack"] .pn{height:100%;justify-content:center}
.cr .cr-body[data-l="full"]{gap:0}
.cr .cr-body[data-l="full"] .cr-chat{flex-basis:0%;flex-grow:0;opacity:0}
.cr .cr-body[data-l="full"] .cr-panel{flex-basis:100%;flex-grow:1;opacity:1;transform:none}
.cr .cr-body[data-l="hero"] .cr-chat{max-width:820px}

.cr .cr-body[data-l="flow"] .cr-chat{flex:1 1 100%;flex-basis:100%;max-width:820px;overflow-y:auto;scrollbar-width:none;scroll-behavior:smooth;padding-bottom:96px}
.cr .cr-body[data-l="flow"] .cr-chat::-webkit-scrollbar{display:none}
.cr .cr-body[data-l="flow"] .cr-panel{flex-basis:0%;flex-grow:0;opacity:0}
.cr .cr-body[data-l="flow"] .cr-chat.more{-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 26px);mask-image:linear-gradient(180deg,transparent 0,#000 26px)}
.cr .cr-body[data-l] .cr-panel.hold{opacity:0;transform:translateY(22px)}

.cr .cm.cm-pan{margin-top:14px;transition:opacity .62s cubic-bezier(.2,.7,.3,1),transform .78s cubic-bezier(.2,.7,.3,1)}
.cr .cm.cm-pan.pre{transform:translateY(22px)}
.cr .cm-pan .pn{height:auto}

.cr .cm{transition:opacity .38s cubic-bezier(.2,.7,.3,1),transform .38s cubic-bezier(.2,.7,.3,1)}
.cr .cm.pre{opacity:0;transform:translateY(9px)}
.cr .cm-wa{border:1px solid rgba(0,110,183,.16);background:#F2F8FD;padding:12px 15px 14px}
.cr .cm-wa .cm-l{display:flex;gap:8px;align-items:center;font-family:var(--font-mono);font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-brand);margin-bottom:8px}
.cr .cm-wa .cm-l svg{width:12px;height:12px;flex:none}
.cr .cm-wa p{font-size:var(--cr-chat);line-height:1.48;color:var(--color-text-secondary)}
.cr .cm-jo{background:var(--color-brand);padding:12px 16px 15px;margin-left:auto;width:88%;box-sizing:border-box}
.cr .cm-jo .cm-l{font-family:var(--font-mono);font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.72);text-align:right;margin-bottom:7px}
.cr .cm-jo p{font-size:var(--cr-chat);line-height:1.48;color:#fff}
.cr .cm-jo p.typing::after{content:"";display:inline-block;width:2px;height:1em;background:#fff;margin-left:2px;vertical-align:-.14em;animation:crcaret 1s steps(1) infinite}
.cr .cm-wa p.typing::after{content:"";display:inline-block;width:2px;height:1em;background:var(--color-brand);margin-left:2px;vertical-align:-.14em;animation:crcaret 1s steps(1) infinite}
@keyframes crcaret{0%,49%{opacity:1}50%,100%{opacity:0}}
.cr .cm-wa.cm-type p{display:flex;gap:5px;align-items:center;min-height:24px}
.cr .cm-type i{width:5px;height:5px;border-radius:50%;background:var(--color-brand);opacity:.25;animation:crb 1.1s infinite}
.cr .cm-type i:nth-of-type(2){animation-delay:.15s}
.cr .cm-type i:nth-of-type(3){animation-delay:.3s}
.cr .cm-wa.cm-type .cm-w{font-size:var(--cr-chat);line-height:1.48;color:var(--color-text-faint)}
.cr .cm-wa.cm-type .cm-w + i{margin-left:3px}
.cr .cm-wa.cm-type .cm-w ~ i{position:relative;top:4px}
@keyframes crb{0%,62%,100%{opacity:.22;transform:none}30%{opacity:.9;transform:translateY(-2px)}}

.cr .pn{border:1px solid var(--color-border);background:#fff;height:100%;display:flex;flex-direction:column;padding:20px 24px 16px;overflow:hidden}
.cr .pn.dark{background:#071120;border-color:#071120}
.cr .pn.plain{border:none;padding:0}
.cr .pn-l{font-family:var(--font-mono);font-size:var(--cr-label);font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-brand);margin-bottom:12px;flex:none}
.cr .pn.dark .pn-l{color:#5E8DB8}
.cr .rv{transition:opacity .5s cubic-bezier(.2,.7,.3,1),transform .5s cubic-bezier(.2,.7,.3,1)}
.cr .rv.pre{opacity:0;transform:translateY(11px)}

.cr .fld{margin-bottom:14px}
.cr .fld-l{font-family:var(--font-mono);font-size:var(--cr-label);font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-faint);margin-bottom:7px}
.cr .fld-v{border:1px solid var(--color-border);padding:12px 16px;font-size:17.5px;font-weight:500;color:var(--color-text)}
.cr .fld-v b{font-weight:700}
.cr .fld-v i{font-style:normal}

.cr .cells{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;align-content:start}
.cr .cells.one{grid-template-columns:1fr}
.cr .cells.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.cr .cell{position:relative;display:flex;gap:12px;align-items:center;border:1px solid var(--color-border);padding:12px 15px;font-size:17.5px;color:var(--color-text-faint);transition:background .3s,border-color .3s,color .3s}
.cr .cell i{flex:none;width:15px;height:15px;border:1px solid var(--color-border);border-radius:50%;transition:all .3s}
.cr .cell b{margin-left:auto;font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--color-text-faint);transition:color .3s}
.cr .cell.on{background:linear-gradient(90deg,#F2F8FD,#fff);border-color:rgba(0,110,183,.3);color:var(--color-text)}
.cr .cell.on i{border-color:var(--color-brand);background:var(--color-brand);position:relative}
.cr .cell.on i::after{content:"";position:absolute;left:50%;top:47%;width:32%;height:58%;border:solid #fff;border-width:0 1.6px 1.6px 0;transform:translate(-50%,-50%) rotate(42deg)}
.cr .cell.on b{color:var(--color-brand)}
.cr .cell.warn{border-left:2px solid var(--color-digital-rule)}
.cr .cell.warn i{border-color:var(--color-digital-rule);background:transparent}
.cr .cell.warn i::after{content:"!";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:9px;font-weight:700;color:var(--color-digital);border:none;transform:none}
.cr .cell.soon{opacity:.55}
.cr .cell-ring{position:absolute;left:50%;top:50%;width:44px;height:44px;margin:-22px 0 0 -22px;border:1.5px solid var(--color-brand);border-radius:50%;opacity:0;pointer-events:none}
.cr .cell.click .cell-ring,
.cr .pn-cta.click .cell-ring{animation:ring .55s ease-out}
@keyframes ring{0%{opacity:.9;transform:scale(.35)}100%{opacity:0;transform:scale(1.15)}}

.cr .tally{flex:none;display:flex;align-items:center;gap:14px;margin-top:10px;border:1px solid var(--color-border);padding:11px 16px}
.cr .tally span{font-family:var(--font-mono);font-size:var(--cr-label);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-faint)}
.cr .tally b{margin-left:auto;font-size:19.5px;font-weight:700;color:var(--color-text)}
.cr .tally b em{font-style:normal;font-weight:500;font-size:16.5px;color:var(--color-text-faint)}  
.cr .tally b i{font-style:normal}

.cr .res{display:flex;gap:20px;align-items:baseline;margin-bottom:20px}
.cr .res-n{font-family:var(--font-display);font-size:48px;font-weight:800;letter-spacing:-.04em;line-height:.9;flex:none;width:74px;color:#fff}
.cr .res-n.amber{color:#E8A83A}
.cr .res-t{font-size:19px;line-height:1.4;color:var(--color-on-dark)}
.cr .pn.dark h3{font-family:var(--font-display);font-size:30px;font-weight:700;letter-spacing:-.03em;color:#fff;margin-bottom:20px}
.cr .pn-rule{height:1px;background:rgba(255,255,255,.16);margin:6px 0 18px}
.cr .pn-kl{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#5E8DB8;margin-bottom:8px}
.cr .pn-kv{font-family:var(--font-display);font-size:27px;font-weight:700;letter-spacing:-.03em;color:#fff}
.cr .pn-cta{position:relative;margin-top:auto;background:var(--color-brand);color:#fff;font-size:var(--cr-chat);font-weight:600;padding:16px 20px;display:flex;align-items:center;gap:9px;transition:background .18s,transform .12s}
.cr .pn-cta span{margin-left:auto;font-family:var(--font-mono)}
.cr .pn-cta .cell-ring{margin-left:0}
.cr .pn-cta.press{background:var(--color-brand-dark);transform:translateY(1px)}
.cr .cm-cta{margin-top:12px}
.cr .cm-cta .pn-cta{margin-top:0;display:inline-flex;width:auto;padding:14px 20px;gap:18px}
.cr .cm-cta .pn-cta span{margin-left:0}

.cr .pipe{display:flex;gap:16px;align-items:stretch}
.cr .pipe-b{flex:1;border:1px solid var(--color-border);padding:22px 24px;display:flex;flex-direction:column;justify-content:center}
.cr .pipe-b.mid{flex:1.25;background:#071120;border-color:#071120;padding:26px 28px}
.cr .pipe-l{font-family:var(--font-mono);font-size:var(--cr-label);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-faint);margin-bottom:10px}
.cr .pipe-b.mid .pipe-l{color:#5E8DB8}
.cr .pipe-h{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.028em;color:var(--color-text);line-height:1.15}
.cr .pipe-b.mid .pipe-h{font-size:30px;letter-spacing:-.035em;line-height:1.06;color:#fff}
.cr .pipe-s{font-size:16.5px;line-height:1.45;color:var(--color-text-faint);margin-top:8px}
.cr .pipe-b.mid .pipe-s{color:var(--color-on-dark)}
.cr .pipe-ar{flex:none;align-self:center;font-family:var(--font-mono);font-size:16px;color:var(--color-brand)}
.cr .chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.cr .scanwide{align-items:center;justify-content:center}
.cr .scan-mid{width:100%;text-align:center}
.cr .scan-mid .pn-l{margin-bottom:12px}
.cr .scan-h{font-family:var(--font-display);font-size:24px;font-weight:700;letter-spacing:-.03em;line-height:1.25;color:var(--color-text);margin-bottom:16px}
.cr .scan-track{height:14px;background:var(--color-surface-sunken);position:relative;overflow:hidden}
.cr .chks{display:grid;gap:6px;margin-top:16px;text-align:left}
.cr .chk{display:flex;gap:12px;align-items:center;border:1px solid var(--color-border);padding:11px 15px;font-size:17px;color:var(--color-text-faint);transition:background .3s,border-color .3s,color .3s}
.cr .chk i{flex:none;width:15px;height:15px;border:1px solid var(--color-border);border-radius:50%;position:relative;transition:all .3s}
.cr .chk.on{background:linear-gradient(90deg,#F2F8FD,#fff);border-color:rgba(0,110,183,.3);color:var(--color-text)}
.cr .chk.on i{border-color:var(--color-brand);background:var(--color-brand)}
.cr .chk.on i::after{content:"";position:absolute;left:50%;top:47%;width:32%;height:58%;border:solid #fff;border-width:0 1.6px 1.6px 0;transform:translate(-50%,-50%) rotate(42deg)}
.cr .scanbar{position:absolute;inset:0;background:var(--color-brand);transform-origin:left;animation:scanfill 1.5s linear .4s both}
@keyframes scanfill{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.cr .chip{font-family:var(--font-mono);font-size:13px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;padding:7px 11px;background:var(--color-brand-pale);color:var(--color-brand)}
.cr .chip.soon{background:var(--color-digital-pale);color:var(--color-digital);font-size:13px}
.cr .chip.ok{background:#E7F6F0;color:#0B6B4F}

.cr .cr-canvas.bleed{padding:0}
.cr .fin{height:100%;background:#071120;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}
.cr .fin-mark{width:54px;height:54px;display:block;margin:0 auto 18px}
.cr .fin h3{font-family:var(--font-display);font-size:31px;font-weight:700;letter-spacing:-.035em;color:#fff;line-height:1.1;max-width:20ch}
.cr .fin p{font-size:18.5px;line-height:1.5;color:var(--color-on-dark);margin-top:11px;max-width:62ch}
.cr .fin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:22px;width:100%;max-width:660px;text-align:left}
.cr .fin-c{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.03);padding:15px 18px}
.cr .fin-c b{display:block;font-family:var(--font-display);font-size:23px;font-weight:700;letter-spacing:-.03em;color:#fff}
.cr .fin-c span{font-family:var(--font-mono);font-size:var(--cr-label);letter-spacing:.12em;text-transform:uppercase;color:#5E8DB8}
.cr .fin-c.wide{grid-column:1/-1}

.cr .cr-ptr{position:absolute;left:0;top:0;width:27px;height:27px;pointer-events:none;opacity:0;transition:transform .42s cubic-bezier(.3,.8,.3,1),opacity .25s;z-index:5}
.cr .cr-ptr.on{opacity:1}
.cr .cr-ptr svg{display:block;width:100%;height:100%;transition:transform .16s cubic-bezier(.3,.8,.3,1);
  filter:drop-shadow(0 2px 5px rgba(8,21,35,.5)) drop-shadow(0 0 1px rgba(255,255,255,.85))}
.cr .cr-ptr path{stroke-width:1.7}
.cr .cr-ptr.tap svg{transform:scale(.8)}
.cr .cr-ptr.slow{transition:transform .85s cubic-bezier(.35,.85,.25,1),opacity .25s}

.cr .pl{border-top:1px solid var(--color-border);background:var(--color-surface-alt);display:flex;align-items:center;gap:16px;padding:12px 18px}
.cr .pl-b{appearance:none;border:1px solid var(--color-text);background:var(--color-text);color:#fff;font:inherit;width:38px;height:38px;flex:none;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:background .15s,border-color .15s}
.cr .pl-b:hover{background:var(--color-brand);border-color:var(--color-brand)}
.cr .pl-b::after{content:"";position:absolute;inset:-6px}
.cr .pl-b svg{width:13px;height:13px}
.cr .pl-g{appearance:none;border:1px solid var(--color-border);background:#fff;color:var(--color-text-muted);font:inherit;width:34px;height:34px;flex:none;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}
.cr .pl-g::after{content:"";position:absolute;inset:-6px}
.cr .pl-g:hover{border-color:var(--color-brand);color:var(--color-brand)}
.cr .pl-g svg{width:13px;height:13px}
.cr .pl-t{display:none}

.cr .sk{flex:1;min-width:120px;height:30px;position:relative;cursor:pointer;touch-action:none}
.cr .sk-track{position:absolute;left:0;right:0;top:14px;height:3px;background:#C9D8E6}
.cr .sk-fill{position:absolute;left:0;top:14px;height:3px;background:var(--color-brand);width:0}
.cr .sk-dot{position:absolute;top:12.5px;width:6px;height:6px;margin-left:-3px;border-radius:50%;background:#fff;border:1px solid #A9C0D4;box-sizing:border-box;transition:background .2s,border-color .2s,transform .2s}
.cr .sk-dot.seen{background:#7FB2DA;border-color:#7FB2DA}
.cr .sk-dot.now{background:var(--color-brand);border-color:var(--color-brand);transform:scale(1.25)}
.cr .sk-dot:hover{transform:scale(1.5)}
.cr .sk-knob{position:absolute;top:8px;width:15px;height:15px;margin-left:-7.5px;border-radius:50%;background:var(--color-brand);box-shadow:0 1px 4px rgba(8,21,35,.3);transition:transform .12s}
.cr .sk:hover .sk-knob,.cr .sk.drag .sk-knob{transform:scale(1.2)}
.cr .sk-tip{position:absolute;bottom:32px;transform:translateX(-50%);background:var(--color-text);color:#fff;font-family:var(--font-mono);font-size:9.5px;letter-spacing:.05em;padding:5px 8px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s}
.cr .sk.drag .sk-tip,.cr .sk:hover .sk-tip{opacity:1}

@media(max-width:999px){
  .cr .w{padding:0 16px}
  .cr .stage{padding-top:26px}
  .cr .foot{padding:18px 0 44px}
  .cr{--cr-nav:56px}
  .cr .cr-frame{aspect-ratio:9/16}
  .cr .cr-ov::after{width:128px;height:80px;background-size:31px 31px}
  .cr .cr-brand{padding:0 0 20px;justify-content:center}
  .cr .cr-btext,.cr .cr-item span,.cr .cr-ulab,.cr .cr-urole{display:none}
  .cr .cr-items{padding:0 8px;gap:4px}
  .cr .cr-item{justify-content:center;padding:11px 0}
  .cr .cr-item::before{left:-8px}
  .cr .cr-user{padding:0}
  .cr .cr-urow{justify-content:center}
  .cr .cr-canvas{padding:16px 14px}
  .cr .cr-head{font-size:21px}
  .cr .cr-head:not(:empty){margin-bottom:11px}
  .cr .cr-sub{font-size:13.5px;margin:-7px 0 12px}
  .cr .cr-body{flex-direction:column!important;gap:12px}
  .cr .cr-body .cr-chat{flex:0 1 auto!important;flex-basis:auto!important;max-width:none;max-height:44%;min-height:0;overflow-y:auto}
  .cr .cr-body .cr-chat > :first-child{margin-top:auto}
  .cr .cr-body[data-l="hero"] .cr-chat{max-height:100%}
  .cr .cr-body[data-l="flow"] .cr-chat{flex:1 1 100%!important;flex-basis:100%!important;max-height:100%}
  .cr .cr-body[data-l="flow"] .cr-chat > :first-child{margin-top:0}
  .cr .cr-body[data-l="flow"] .cr-panel{display:none}
  .cr .cr-body .cr-panel{flex:1 1 auto!important;flex-basis:auto!important;opacity:1;min-height:0;overflow-y:auto;margin-top:0!important}
  .cr .cr-body[data-l="hero"] .cr-panel,.cr .cr-body[data-l="full"] .cr-chat{display:none}
  .cr .pn{height:auto;overflow:visible}
  .cr .cr-body .cr-chat.more{-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 22px);mask-image:linear-gradient(180deg,transparent 0,#000 22px)}
  .cr .cr-body .cr-panel.more{-webkit-mask-image:linear-gradient(180deg,#000 calc(100% - 22px),transparent 100%);mask-image:linear-gradient(180deg,#000 calc(100% - 22px),transparent 100%)}
  .cr{--cr-chat:17px}
  .cr .cm-wa p,.cr .cm-jo p,.cr .cm-wa.cm-type .cm-w{line-height:1.45}
  .cr .cm-wa{padding:9px 12px 11px}
  .cr .cm-jo{padding:9px 13px 11px;border-radius:13px}
  .cr .cm-wa .cm-l,.cr .cm-jo .cm-l{margin-bottom:5px}

  .cr .cells{grid-template-columns:1fr;gap:4px}
  .cr .cells.loc{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}
  .cr .cells.three{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cr .cell{padding:8px 11px;font-size:14.5px;gap:9px}
  .cr .cell i{width:12px;height:12px}
  .cr .fld{margin-bottom:7px}
  .cr .fld-v{padding:8px 11px;font-size:15px}
  .cr .pipe{flex-direction:column;gap:7px}
  .cr .pipe-ar{transform:rotate(90deg)}
  .cr .res-n{font-size:30px;width:46px}
  .cr .res-t{font-size:15px}
  .cr .pn.dark h3{font-size:20.5px}
  .cr .fin h3{font-size:22.5px}
  .cr .fin p{font-size:15.5px}
  .cr .fin-c b{font-size:19px}
  .cr .fin-grid{grid-template-columns:1fr}
  .cr .pl{gap:10px;padding:10px 12px}
  .cr .pl-t{min-width:76px;font-size:11px}
  .cr .pn{padding:15px 15px 13px}
}
@media (prefers-reduced-motion: reduce){
  .cr .cm,.cr .rv,.cr .cr-chat,.cr .cr-panel,.cr .cr-ptr,.cr .cr-ptr svg,.cr .cr-head,.cr .cr-sub,.cr .cr-item::before,.cr .cr-ov,.cr .cr-ov::after{transition:none!important}
  .cr .cm-type i,.cr .cr-bar.on::after,.cr .cell.click .cell-ring,.cr .pn-cta.click .cell-ring,.cr .cm-jo p.typing::after,.cr .cm-wa p.typing::after{animation:none!important}
}

.cr .hero{flex:none;padding:6px 0 22px;border-bottom:1px solid var(--color-border);margin-bottom:22px}
.cr .hero-n{font-family:var(--font-display);font-size:56px;font-weight:800;letter-spacing:-.045em;line-height:.94;color:var(--color-text)}
.cr .hero-n i{font-style:normal}
.cr .hero-c{font-size:17.5px;line-height:1.45;color:var(--color-text-faint);margin-top:10px;max-width:44ch}
.cr .hero-c b{font-weight:700;color:var(--color-text-secondary)}

.cr .statgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--color-border);border:1px solid var(--color-border)}
.cr .stat{background:#fff;padding:15px 17px}
.cr .stat-l{font-family:var(--font-mono);font-size:var(--cr-label);font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-faint);margin-bottom:8px}
.cr .stat-v{font-size:18.5px;font-weight:600;line-height:1.35;color:var(--color-text)}
.cr .stat-v i{font-style:normal}

.cr .split{display:flex;height:10px;margin-bottom:24px;background:rgba(255,255,255,.08)}
.cr .split i{display:block;transition:width .8s cubic-bezier(.2,.7,.3,1)}
.cr .split .s1{width:63%;background:#fff}
.cr .split .s2{width:14.8%;background:#E8A83A}
.cr .split .s3{width:22.2%;background:#8A5A1B}

.cr .cells.loc{gap:6px}
.cr .cells.loc .cell{padding:10px 15px}
.cr .cells.loc .cell > span:first-of-type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cr .cus{flex:none;display:flex;gap:2px;margin-left:auto;order:2}
.cr .cus em.more{width:auto;padding:0 3px;letter-spacing:-.03em}
.cr .cells.loc .cell b{flex:none;margin-left:10px;order:3;display:none}
@media(max-width:599px){
  .cr .cus{display:none}
  .cr .cells.loc .cell b{display:block}
}
.cr .cus em{font-style:normal;font-family:var(--font-mono);font-size:9px;font-weight:600;line-height:1;
  width:15px;height:15px;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--color-border);color:var(--color-text-faint);transition:border-color .3s,background .3s,color .3s}
.cr .cell.on .cus em{border-color:rgba(0,110,183,.35);background:#EAF3FB;color:var(--color-brand)}

.cr .pipe-n{font-family:var(--font-display);font-size:44px;font-weight:800;letter-spacing:-.045em;line-height:.92;color:var(--color-text);margin-bottom:2px}

.cr .fan{display:flex;gap:22px;align-items:stretch;flex:1;min-width:0;min-height:0}
.cr .fan-src{flex:0 1 264px;min-width:0;background:#071120;padding:26px 28px;display:flex;flex-direction:column;justify-content:center}
.cr .fan-l{font-family:var(--font-mono);font-size:var(--cr-label);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#5E8DB8}
.cr .fan-n{font-family:var(--font-display);font-size:60px;font-weight:800;letter-spacing:-.045em;line-height:.94;color:#fff;margin:12px 0 8px}
.cr .fan-s{font-size:16.5px;line-height:1.45;color:var(--color-on-dark)}
.cr .fan-ar{flex:none;align-self:center;font-family:var(--font-mono);font-size:20px;color:var(--color-brand)}
.cr .fan .cells{flex:1;align-content:center}

@media(max-width:999px){
  .cr .fan{flex-direction:column;gap:12px}
  .cr .fan-src{flex:0 0 auto;padding:18px 20px}
  .cr .fan-n{font-size:42px;margin:8px 0 6px}
  .cr .fan-ar{transform:rotate(90deg);align-self:flex-start;margin-left:16px}
  .cr .pipe-b.mid .pipe-h{font-size:22px}
  .cr .pipe-n{font-size:32px}
}


.cr-note{font-size:var(--text-sm);line-height:1.6;color:var(--color-text-faint);max-width:820px;margin-top:16px}

.cr .okmark{display:flex;align-items:center;gap:9px;font-size:17.5px;font-weight:600;color:var(--color-text)}
.cr .okmark i{flex:none;width:15px;height:15px;border-radius:50%;background:var(--color-brand);position:relative}
.cr .okmark i::after{content:"";position:absolute;left:50%;top:47%;width:32%;height:58%;border:solid #fff;border-width:0 1.6px 1.6px 0;transform:translate(-50%,-50%) rotate(42deg)}


.cr{--cr-zw:1;--cr-zh:1}
.cr .cr-nav,.cr .cr-canvas{zoom:min(var(--cr-zw),var(--cr-zh))}

@media(min-width:1000px) and (max-width:1079px){ .cr{--cr-zw:.79} }
@media(min-width:1080px) and (max-width:1159px){ .cr{--cr-zw:.86} }
@media(min-width:1160px) and (max-width:1239px){ .cr{--cr-zw:.93} }

@media(min-width:1000px){
  @media(max-height:860px){ .crlb .cr{--cr-zh:.96} }
  @media(max-height:820px){ .crlb .cr{--cr-zh:.92} }
  @media(max-height:780px){ .crlb .cr{--cr-zh:.87} }
  @media(max-height:740px){ .crlb .cr{--cr-zh:.82} }
  @media(max-height:700px){ .crlb .cr{--cr-zh:.77} }
  @media(max-height:660px){ .crlb .cr{--cr-zh:.71} }
  @media(max-height:620px){ .crlb .cr{--cr-zh:.68} }
  @media(max-height:580px){ .crlb .cr{--cr-zh:.58} }
  @media(max-height:540px){ .crlb .cr{--cr-zh:.52} }
  @media(max-height:500px){ .crlb .cr{--cr-zh:.46} }
  @media(max-height:460px){ .crlb .cr{--cr-zh:.40} }
  @media(max-height:420px){ .crlb .cr{--cr-zh:.34} }
}

@media(min-width:480px) and (max-width:999px){
  @media(max-height:940px){ .crlb .cr{--cr-zh:.95} }
  @media(max-height:900px){ .crlb .cr{--cr-zh:.91} }
  @media(max-height:850px){ .crlb .cr{--cr-zh:.85} }
  @media(max-height:800px){ .crlb .cr{--cr-zh:.78} }
  @media(max-height:750px){ .crlb .cr{--cr-zh:.72} }
  @media(max-height:700px){ .crlb .cr{--cr-zh:.65} }
  @media(max-height:650px){ .crlb .cr{--cr-zh:.59} }
  @media(max-height:600px){ .crlb .cr{--cr-zh:.53} }
  @media(max-height:550px){ .crlb .cr{--cr-zh:.47} }
  @media(max-height:500px){ .crlb .cr{--cr-zh:.41} }
  @media(max-height:450px){ .crlb .cr{--cr-zh:.35} }
  @media(max-height:400px){ .crlb .cr{--cr-zh:.29} }
}

@media(min-width:480px) and (max-width:999px){
  .cr .cr-frame{aspect-ratio:auto;height:min(770px,calc(100vh - 190px))}
  .cr{--cr-nav:64px}
  .cr .cr-canvas{padding:22px 20px}
  .cr .cr-head{font-size:28px}
  .cr .cr-sub{font-size:17px}
  .cr .cr-body{gap:16px}
  .cr .cr-body .cr-chat{max-height:38%}
  .cr{--cr-chat:19px}
  .cr .cm-wa p,.cr .cm-jo p,.cr .cm-wa.cm-type .cm-w{line-height:1.45}
  .cr .cells{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .cr .cells.one{grid-template-columns:1fr}
  .cr .cells.three{grid-template-columns:repeat(3,minmax(0,1fr))}
  .cr .cell{padding:10px 14px;font-size:16px;gap:11px}
  .cr .cell i{width:14px;height:14px}
  .cr .fld{margin-bottom:11px}
  .cr .fld-v{padding:11px 15px;font-size:17px}
  .cr .hero-n{font-size:42px}
  .cr .hero{padding:2px 0 16px;margin-bottom:16px}
  .cr .hero-c{font-size:16.5px}
  .cr .stat{padding:12px 14px}
  .cr .stat-v{font-size:17px}
  .cr .res-n{font-size:36px;width:56px}
  .cr .res-t{font-size:17px}
  .cr .pn.dark h3{font-size:24px}
  .cr .fin h3{font-size:28px}
  .cr .fin p{font-size:17px}
  .cr .fin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cr .pl{gap:14px;padding:12px 15px}
  .cr .pl-t{min-width:90px;font-size:12px}
  .cr .fan{flex-direction:row}
  .cr .fan-ar{transform:none;align-self:center;margin-left:0}
  .cr .fan-n{font-size:48px}
  .cr .pipe{flex-direction:row}
  .cr .pipe-ar{transform:none}
  .cr .pipe-n{font-size:36px}
}


@media(max-width:479px){
  .cr .cr-body .cr-chat{max-height:50%}
  .cr .hero-n{font-size:34px}
  .cr .hero{padding:2px 0 13px;margin-bottom:13px}
  .cr .cells.loc{grid-template-columns:1fr;gap:5px}
  .cr .cells.loc .cell{padding:9px 12px;font-size:14.5px;gap:10px}
  .cr .cells.loc .cell b{margin-left:auto}
  .cr .hero-c{font-size:15px;margin-top:7px}
  .cr .stat{padding:10px 12px}
  .cr .stat-l{margin-bottom:5px}
  .cr .stat-v{font-size:15.5px}
  .cr .scan-h{font-size:18.5px;margin-bottom:12px}
  .cr .scan-mid .pn-l{margin-bottom:8px}
  .cr .fan-src{padding:13px 15px}
  .cr .fan-n{font-size:30px;margin:5px 0 4px}
  .cr .fan-s{font-size:14px;line-height:1.4}
  .cr .res-n{font-size:26px;width:40px}
  .cr .res-t{font-size:14.5px}
  .cr .pn.dark h3{font-size:18px}
  .cr .fin h3{font-size:20.5px}
  .cr .fin p{font-size:14.5px}
  .cr .okmark{font-size:15px}
  .cr .pipe{gap:6px}
  .cr .pipe-b{padding:11px 13px}
  .cr .pipe-b.mid{padding:13px 15px}
  .cr{--cr-label:12px}
  .cr .pipe-l{margin-bottom:5px}
  .cr .pipe-h{font-size:16.5px}
  .cr .pipe-b.mid .pipe-h{font-size:19.5px}
  .cr .pipe-s{font-size:14px;line-height:1.4;margin-top:5px}
  .cr .pipe-n{font-size:26px}
  .cr .pipe-ar{font-size:13px}
  .cr .tally{gap:3px 10px;padding:9px 12px;margin-top:8px;flex-wrap:wrap}
  .cr .tally b{font-size:16.5px}
  .cr .tally b em{font-size:13.5px;line-height:1.35}
}



.cr .cm-jo .cm-l{ text-align:left; }

.cr .cm-wa{ background:none; border:none; padding:0; margin-top:10px; }

.cr .cm-jo{ background:#F2F8FD; border:none; border-radius:16px; }
.cr .cm-jo .cm-l{ color:var(--color-brand); }
.cr .cm-jo p{ color:var(--color-text-secondary); }
.cr .cm-jo p.typing::after{ background:var(--color-brand); }

.cr .cm-wa + .cm-jo,
.cr .cm-jo + .cm-wa,
.cr .cm-cta + .cm-jo,
.cr .cm-pan + .cm-jo{ margin-top:22px; }
.cr .cm-wa.cm-type p{ min-height:22px; }

.cr .cm-jo p.stream .cw{ display:none; }
.cr .cm-jo p.stream .cw.in{ display:inline; animation:cwfade .24s ease-out both; }

.cr .cm-wa p.stream .cw{ visibility:hidden; }
.cr .cm-wa p.stream .cw.in{ visibility:visible; animation:cwfade .24s ease-out both; }
@keyframes cwfade{ from{ opacity:0 } to{ opacity:1 } }
.cr .cw.nm{ font-weight:700; color:var(--color-brand); }
@media (prefers-reduced-motion: reduce){
  .cr .cm-jo p.stream .cw{ display:inline; animation:none; }
  .cr .cm-wa p.stream .cw{ visibility:visible; animation:none; }
  .cr .cr-body[data-l="flow"] .cr-chat{ scroll-behavior:auto; }
}

:root{ --cr-straddle:110px; }

.phero--walk .lede{ margin-bottom:0; }
.cr-anchor{ display:block; position:relative; margin-top:40px; }
.cr-still{ display:none; }
.cr-anchor .cr.tile{ width:1180px; zoom:var(--cr-poster, .72); cursor:pointer; }

@media(min-width:1000px){
  .phero--walk{ overflow:visible; padding-bottom:0; }
  .cr-anchor{ width:max-content; margin-left:auto; margin-right:auto;
              margin-bottom:calc(var(--cr-straddle) * -1); }
  .cr-anchor .cr.tile{ box-shadow:0 18px 44px rgba(11,24,38,.13); }
  .phero--walk + .sec{ padding-top:calc(88px + var(--cr-straddle)); }
}
@media(max-width:999px){
  .cr-anchor .cr.tile{ display:none; }
  .cr-anchor .cr-still{
    display:block; position:relative; width:100%; padding:0; margin:0;
    border:1px solid var(--color-border); background:#fff; cursor:pointer;
    -webkit-tap-highlight-color:transparent;
  }
  .cr-anchor .cr-still img{ display:block; width:100%; height:auto; }
  .cr-anchor .cr-still::after{
    content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
    width:24%; aspect-ratio:16/10; background:var(--color-brand) center/22% auto no-repeat;
    background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M7 4l13 8-13 8z'/%3E%3C/svg%3E");
    transition:background-color .2s;
  }
  .cr-anchor .cr-still:active::after{ background-color:var(--color-brand-dark); }
}
.cr-anchor .cr.tile .pl{ display:none; }
.cr-anchor .cr.tile .cr-nav{ z-index:auto; }
.cr-anchor .cr.tile .cr-item[role="button"]{ cursor:pointer; }

.wgrid{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px; margin-top:40px; }
.wtile{
  display:flex; flex-direction:column; overflow:hidden; padding:0; text-align:left;
  background:var(--color-surface); border:1px solid var(--color-border);
  border-radius:var(--radius-md); box-shadow:var(--shadow-xs);
  font-family:var(--font-body); cursor:pointer;
  transition:box-shadow .18s, transform .18s, border-color .18s;
}
.wtile:hover{ box-shadow:var(--shadow-lg); transform:translateY(-2px); border-color:rgba(0,110,183,.18); }
.wthumb{ display:block; position:relative; background:var(--color-surface-sunken);
         container-type:inline-size; }
.wthumb img{ display:block; width:100%; height:auto; }
.wplay{
  position:absolute; left:3.2%; bottom:9%;   
  width:11%; aspect-ratio:16/10; border-radius:var(--radius-sm);
  background:rgba(0,110,183,.94); color:#fff;
  display:flex; align-items:center; justify-content:center;
  transition:background .18s;
}
.wplay svg{ width:38%; height:auto; margin-left:4%; }
.wdur{
  position:absolute;
  right:clamp(6px, 1.8cqw, 10px); bottom:clamp(6px, 1.9cqw, 11px);
  padding:clamp(2px, .5cqw, 3px) clamp(4px, 1.25cqw, 7px);
  background:rgba(8,21,35,.86); color:#fff; border-radius:var(--radius-sm);
  font-family:var(--font-mono); font-size:clamp(8px, 1.95cqw, var(--text-2xs));
  letter-spacing:.06em; line-height:1.45;
}
.wtile:hover .wplay{ background:var(--color-brand); }
.wbody{ display:flex; flex-direction:column; flex:1; padding:22px; }
.wmeta{
  display:flex; align-items:center; gap:8px; margin-bottom:10px;
  font-family:var(--font-mono); font-size:var(--text-2xs); font-weight:500;
  letter-spacing:.12em; text-transform:uppercase; color:var(--color-text-faint);
}
.wmeta b{ color:var(--color-brand); font-weight:500; }
.wtitle{
  display:block; font-size:var(--text-lg); font-weight:700;
  letter-spacing:-.022em; line-height:1.3; color:var(--color-text); margin-bottom:9px;
}
.wx{ display:block; font-size:var(--text-sm); line-height:1.6; color:var(--color-text-muted); margin-bottom:16px; }
.wfoot{ margin-top:auto; font-size:var(--text-sm); font-weight:600; color:var(--color-brand); }

@media(min-width:1000px){
  .phero--walk .wgrid{ margin-bottom:calc(var(--cr-straddle) * -1); }
}
@media(max-width:820px){
  .wgrid{ grid-template-columns:1fr; gap:18px; }
  .wbody{ padding:18px; }
  .phero--walk .wgrid{ margin-bottom:0; }
}

.cr-anchor--parked{ display:block; width:0; height:0; margin:0; overflow:hidden; }
.cr-anchor--parked .cr.tile{ display:none; }

.crlb{ position:fixed; inset:0; z-index:200; display:flex; align-items:center; justify-content:center; padding:24px; }
@media(max-height:620px){
  .crlb{ padding:12px; }
  .crlb-panel{ width:min(1180px, 100%, calc((100vh - 150px) * 16 / 9)); }
}
.crlb[hidden]{ display:none; }
.crlb-scrim{ position:absolute; inset:0; background:rgba(8,21,35,.93); border:0; }
.crlb-panel{
  position:relative;
  width:min(1180px, 100%, calc((100vh - 190px) * 16 / 9));
}
.crlb-bar{ display:flex; align-items:center; gap:16px; margin-bottom:10px; }
.crlb-x{
  position:relative; margin-left:auto; flex:none; width:38px; height:38px;
  display:flex; align-items:center; justify-content:center;
  background:none; color:#fff; border:1px solid rgba(255,255,255,.3);
  border-radius:var(--radius-sm); cursor:pointer; transition:background .15s,border-color .15s;
}
.crlb-x:hover{ background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.55); }
.crlb-x::after{ content:""; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:44px; height:44px; }
.crlb-stage .cr{ box-shadow:none; }
.crlb-note{
  display:flex; align-items:center; gap:10px;
  margin:0; max-width:none; flex:1 1 auto; min-width:0;
  font-size:11.5px; line-height:1.5; color:rgba(255,255,255,.8);
}
.crlb-tag{
  flex:none;
  font-family:var(--font-mono); font-size:9px; font-weight:700;
  letter-spacing:.14em; text-transform:uppercase;
  color:#fff;
  border:1px solid rgba(255,255,255,.5);
  padding:3px 7px;
}

@media(max-width:999px){
  .cr .cm-pan .fan{flex-direction:column;gap:12px}
  .cr .cm-pan .fan-ar{transform:rotate(90deg)}
  .cr .cm-pan .fan-src{flex:0 0 auto}
}
.cr-open, .cr-open body{ overflow:hidden; }
@media(max-width:720px){ .crlb{ padding:14px; } }

.cr .cr-nav{ position:relative; z-index:9; }
.cr .cr-item[role="button"]{ cursor:pointer; }
.cr .cr-item[role="button"]:hover{ background:rgba(255,255,255,.07); color:#fff; }
.cr .cr-item[role="button"]:hover svg{ opacity:1; }
.cr .cr-item[role="button"]:focus-visible{ outline:2px solid var(--color-brand-bright); outline-offset:-2px; }
.cr .cr-item[aria-disabled="true"]{ cursor:default; }

@media(max-width:999px){
  .cr.tile .cr-frame{ aspect-ratio:16/9; height:auto; }
  .cr.tile{ --cr-nav:224px; --cr-chat:22px; --cr-label:13.5px; }
  .cr.tile .cr-nav{ padding:24px 0 18px; }
  .cr.tile .cr-brand{ padding:0 18px 30px; justify-content:flex-start; }
  .cr.tile .cr-btext,.cr.tile .cr-ulab,.cr.tile .cr-urole{ display:block; }
  .cr.tile .cr-item span{ display:inline; }
  .cr.tile .cr-items{ padding:0 12px; gap:2px; }
  .cr.tile .cr-item{ justify-content:flex-start; padding:9px 11px; }
  .cr.tile .cr-item::before{ left:-12px; }
  .cr.tile .cr-user{ padding:0 18px; }
  .cr.tile .cr-urow{ justify-content:flex-start; }
  .cr.tile .cr-canvas{ padding:28px 26px 24px; }
  .cr.tile .cr-head{ font-size:30px; }
  .cr.tile .cr-head:not(:empty){ margin-bottom:16px; }
  .cr.tile .cr-sub{ font-size:17px; margin:-10px 0 18px; }
  .cr.tile .cr-body{ flex-direction:row!important; gap:22px; }
  .cr.tile .cr-body .cr-chat{ flex:1 1 100%!important; flex-basis:100%!important; max-height:100%!important; max-width:820px; }
  .cr.tile .cr-body .cr-chat > :first-child{ margin-top:0; }
}

.cr .pn,
.cr .cell,
.cr .chk,
.cr .tally,
.cr .fld-v,
.cr .pipe-b,
.cr .fan-src,
.cr .fin-c,
.cr .chip,
.cr .pn-cta,
.cr .scan-track{ border-radius:4px; }
.cr .statgrid{ border-radius:4px; overflow:hidden; }

@media(max-width:999px){
  .cr .pn,
  .cr .cell,
  .cr .chk,
  .cr .tally,
  .cr .fld-v,
  .cr .pipe-b,
  .cr .fan-src,
  .cr .fin-c,
  .cr .chip,
  .cr .pn-cta,
  .cr .scan-track,
  .cr .statgrid{ border-radius:2px; }
}


.cr .dx-cover{display:grid;grid-template-columns:repeat(12,1fr);gap:6px;margin:2px 0 20px;
  max-width:580px}
.cr .dx-cover span{position:relative;display:block;height:40px;border-radius:3px;
  background:rgba(255,255,255,.12);
  animation:dxfill .42s cubic-bezier(.2,.7,.3,1) both}
.cr .dx-cover span.has{background:#fff}
.cr .dx-cover span.non{background:transparent;border:1.5px solid #C98A2E}
.cr .dx-cover span.non::after{content:"!";position:absolute;inset:0;display:flex;
  align-items:center;justify-content:center;font-family:var(--font-mono);
  font-size:12px;font-weight:700;color:#E8A83A}
.cr .rv.pre .dx-cover span{animation:none;opacity:0}
@keyframes dxfill{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.cr .dx-cover span:nth-child(1){animation-delay:.05s}
.cr .dx-cover span:nth-child(2){animation-delay:.08s}
.cr .dx-cover span:nth-child(3){animation-delay:.11s}
.cr .dx-cover span:nth-child(4){animation-delay:.14s}
.cr .dx-cover span:nth-child(5){animation-delay:.17s}
.cr .dx-cover span:nth-child(6){animation-delay:.2s}
.cr .dx-cover span:nth-child(7){animation-delay:.23s}
.cr .dx-cover span:nth-child(8){animation-delay:.26s}
.cr .dx-cover span:nth-child(9){animation-delay:.29s}
.cr .dx-cover span:nth-child(10){animation-delay:.32s}
.cr .dx-cover span:nth-child(11){animation-delay:.35s}
.cr .dx-cover span:nth-child(12){animation-delay:.38s}
.cr .dx-cover span:nth-child(13){animation-delay:.41s}
.cr .dx-cover span:nth-child(14){animation-delay:.44s}
.cr .dx-cover span:nth-child(15){animation-delay:.47s}
.cr .dx-cover span:nth-child(16){animation-delay:.5s}
.cr .dx-cover span:nth-child(17){animation-delay:.53s}
.cr .dx-cover span:nth-child(18){animation-delay:.56s}
.cr .dx-cover span:nth-child(19){animation-delay:.59s}
.cr .dx-cover span:nth-child(20){animation-delay:.62s}
.cr .dx-cover span:nth-child(21){animation-delay:.65s}
.cr .dx-cover span:nth-child(22){animation-delay:.68s}
.cr .dx-cover span:nth-child(23){animation-delay:.98s}
.cr .dx-cover span:nth-child(24){animation-delay:1.08s}
.cr .dx-cover-k{display:flex;gap:22px;margin:-8px 0 18px}
.cr .dx-cover-k b{display:flex;gap:8px;align-items:center;font-family:var(--font-mono);
  font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8FA8BE}
.cr .dx-cover-k i{width:11px;height:11px;border-radius:2px;background:#fff;flex:none}
.cr .dx-cover-k b.non i{background:transparent;border:1.5px solid #C98A2E}

.cr .dx-inbox{display:flex;gap:16px;align-items:stretch;flex:1;min-height:0;overflow:hidden}
.cr .dx-inbox-src{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:7px;justify-content:center}
.cr .dx-inbox-arr{flex:none;align-self:center;position:relative;width:34px;height:1.5px;
  background:#9FC9E4}
.cr .dx-inbox-arr::after{content:"";position:absolute;right:0;top:50%;width:7px;height:7px;
  border:solid #9FC9E4;border-width:1.5px 1.5px 0 0;transform:translateY(-50%) rotate(45deg)}
.cr .dx-store{flex:0 0 186px;align-self:center;background:#071120;border-radius:6px;
  padding:26px 20px;display:flex;flex-direction:column;justify-content:center;
  text-align:center}
.cr .dx-store-l{font-family:var(--font-mono);font-size:var(--cr-label);font-weight:600;
  letter-spacing:.13em;text-transform:uppercase;color:#5E8DB8;line-height:1.35}
.cr .dx-store-n{font-family:var(--font-display);font-size:34px;font-weight:800;
  letter-spacing:-.04em;line-height:1;color:#fff;margin:12px 0 6px}
.cr .dx-store-n.nm{font-size:19px;letter-spacing:-.01em;line-height:1.25}
.cr .dx-store-n.nm i{font-style:normal}
.cr .dx-store-s{font-size:14px;line-height:1.4;color:var(--color-on-dark)}

.cr .dx-extract{display:flex;gap:0;align-items:center;flex:1;min-height:0;overflow:hidden}
.cr .dx-doc{flex:0 0 320px;align-self:center;background:#fff;border:1px solid var(--color-border);
  border-radius:5px;padding:18px 18px 14px;display:flex;flex-direction:column;
  box-shadow:0 1px 2px rgba(8,21,35,.05)}
.cr .dx-doc-t{display:flex;justify-content:space-between;align-items:baseline;
  padding-bottom:9px;border-bottom:1.5px solid #0B1826;margin-bottom:11px}
.cr .dx-doc-t span{font-family:var(--font-mono);font-size:10.5px;font-weight:600;
  letter-spacing:.1em;text-transform:uppercase;color:#0B1826}
.cr .dx-doc-t em{font-style:normal;font-family:var(--font-mono);font-size:10px;color:#8296AA}
.cr .dx-zone{position:relative;border-radius:3px;padding:6px 7px;margin:0 -7px 6px}
.cr .dx-zone::after{content:"";position:absolute;inset:0;border-radius:3px;
  border:1.5px solid var(--color-brand);background:rgba(0,110,183,.07);opacity:0;
  animation:dxzone 3.4s ease-out both}
.cr .rv.pre .dx-zone::after{animation:none}
@keyframes dxzone{0%{opacity:0}12%{opacity:1}62%{opacity:1}100%{opacity:.5}}
.cr .dx-zone:nth-of-type(1)::after{animation-delay:.35s}
.cr .dx-zone:nth-of-type(2)::after{animation-delay:1.15s}
.cr .dx-zone:nth-of-type(3)::after{animation-delay:1.95s}
.cr .dx-line{height:6px;border-radius:2px;background:#DCE5ED;margin-bottom:5px}
.cr .dx-line.w70{width:70%}
.cr .dx-line.w45{width:45%}
.cr .dx-line.w88{width:88%}
.cr .dx-tab{display:grid;grid-template-columns:1fr 34px 44px;gap:5px 8px}
.cr .dx-tab i{height:5px;border-radius:2px;background:#E3EAF1;display:block}
.cr .dx-tab i.hd{background:#C2D0DC}
.cr .dx-doc-sum{display:flex;justify-content:space-between;align-items:center;
  margin-top:8px;padding-top:10px;border-top:1px solid var(--color-border)}
.cr .dx-doc-sum span{font-family:var(--font-mono);font-size:10px;letter-spacing:.1em;
  text-transform:uppercase;color:#8296AA}
.cr .dx-doc-sum b{font-family:var(--font-display);font-size:15px;font-weight:700;color:#0B1826}
.cr .dx-bridge{flex:0 0 54px;align-self:stretch;position:relative}
.cr .dx-bridge i{position:absolute;left:0;right:0;height:1.5px;background:#9FC9E4;
  transform-origin:left;animation:dxgrow .5s ease-out both}
.cr .rv.pre .dx-bridge i{animation:none;transform:scaleX(0)}
@keyframes dxgrow{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.cr .dx-bridge i:nth-child(1){top:24%;animation-delay:.6s}
.cr .dx-bridge i:nth-child(2){top:50%;animation-delay:1.4s}
.cr .dx-bridge i:nth-child(3){top:76%;animation-delay:2.2s}
.cr .dx-out{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:8px}
.cr .dx-f{border:1px solid var(--color-border);border-left:2px solid var(--color-brand);
  border-radius:4px;background:#fff;padding:11px 14px}
.cr .dx-f-l{font-family:var(--font-mono);font-size:10.5px;font-weight:600;letter-spacing:.12em;
  text-transform:uppercase;color:var(--color-brand);margin-bottom:6px}
.cr .dx-kv{display:flex;flex-wrap:wrap;gap:5px 16px}
.cr .dx-kv span{font-size:14.5px;color:var(--color-text-faint)}
.cr .dx-kv span b{font-weight:700;color:var(--color-text);font-variant-numeric:tabular-nums}
.cr .dx-stamp{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}

.cr .dx-vs{display:grid;grid-template-columns:1fr 1fr;gap:14px;flex:1;min-height:0;
  align-content:center}
.cr .dx-vs-h{font-family:var(--font-mono);font-size:var(--cr-label);font-weight:600;
  letter-spacing:.13em;text-transform:uppercase;padding-bottom:11px;
  border-bottom:1.5px solid var(--color-border);color:var(--color-text-faint)}
.cr .dx-vs-h.on{color:var(--color-brand);border-bottom-color:var(--color-brand)}
.cr .dx-vs-r{display:flex;gap:11px;align-items:flex-start;font-size:16px;line-height:1.4;
  padding:11px 0;border-bottom:1px solid var(--color-border);color:var(--color-text-faint)}
.cr .dx-vs-r:last-child{border-bottom:0}
.cr .dx-vs-r i{flex:none;width:15px;height:15px;border-radius:50%;margin-top:2px;
  border:1.5px solid #C6D2DC;position:relative}
.cr .dx-vs-r i::after{content:"";position:absolute;left:50%;top:50%;width:7px;height:1.5px;
  background:#AFBDC8;transform:translate(-50%,-50%)}
.cr .dx-vs-c .dx-vs-r{color:var(--color-text)}
.cr .dx-vs-c .dx-vs-r i{border-color:var(--color-brand);background:var(--color-brand)}
.cr .dx-vs-c .dx-vs-r i::after{width:32%;height:58%;background:none;top:47%;
  border:solid #fff;border-width:0 1.6px 1.6px 0;transform:translate(-50%,-50%) rotate(42deg)}

.cr .dx-queue{display:flex;flex-direction:column;gap:6px}
.cr .dx-queue .cell{display:grid;grid-template-columns:15px 1fr auto;gap:12px;
  align-items:center;padding:11px 14px;font-size:15.5px}
.cr .dx-queue .cell .dx-q-n{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cr .dx-queue .cell .dx-q-s{font-family:var(--font-mono);font-size:11px;font-weight:600;
  letter-spacing:.1em;text-transform:uppercase;padding:5px 9px;border-radius:3px;
  background:var(--color-surface-sunken);color:var(--color-text-faint)}
.cr .dx-queue .cell.on .dx-q-s{background:var(--color-brand-pale);color:var(--color-brand)}
.cr .dx-queue .cell .dx-q-s b,
.cr .dx-queue .cell.on .dx-q-s em{display:none}
.cr .dx-queue .cell.on .dx-q-s b{display:inline}
.cr .dx-queue .cell .dx-q-s em{font-style:normal}
.cr .dx-queue .cell.flag{border-left:2px solid var(--color-digital-rule)}
.cr .dx-queue .cell.flag i{border-color:var(--color-digital-rule);background:transparent}
.cr .dx-queue .cell.flag i::after{content:"!";position:absolute;inset:0;
  width:auto;height:auto;border:none;transform:none;display:flex;align-items:center;justify-content:center;
  font-family:var(--font-mono);font-size:9px;font-weight:700;color:var(--color-digital)}
.cr .dx-queue .cell.flag .dx-q-s,
.cr .dx-queue .cell.flag.on .dx-q-s{background:var(--color-digital-pale);color:var(--color-digital)}
.cr .dx-q-why{font-size:13.5px;line-height:1.4;color:var(--color-digital);
  padding:9px 14px 0 41px}

.cr .dx-years{padding:6px 0 4px;margin-bottom:16px}
.cr .dx-yr{display:flex;align-items:flex-end;gap:3px}
.cr .dx-yr span{position:relative;flex:1 1 0;display:flex;flex-direction:column;
  align-items:center;gap:6px}
.cr .dx-yr span::before{content:"";display:block;width:100%;height:22px;border-radius:2px;
  background:repeating-linear-gradient(135deg,#E3EAF1 0 3px,#F2F6FA 3px 6px)}
.cr .dx-yr span em{font-style:normal;font-family:var(--font-mono);font-size:10.5px;
  color:#93A5B6}
.cr .dx-yr span.got::before{background:var(--color-brand);
  animation:dxyear .4s cubic-bezier(.2,.7,.3,1) both}
.cr .dx-yr span.got em{color:var(--color-brand);font-weight:600}
.cr .rv.pre .dx-yr span.got::before{animation:none;opacity:0}
@keyframes dxyear{from{opacity:0;transform:scaleY(.2)}to{opacity:1;transform:none}}
.cr .dx-yr span.got:nth-child(1)::before{animation-delay:.1s}
.cr .dx-yr span.got:nth-child(2)::before{animation-delay:.19s}
.cr .dx-yr span.got:nth-child(3)::before{animation-delay:.28s}
.cr .dx-yr span.got:nth-child(4)::before{animation-delay:.37s}
.cr .dx-yr span.got:nth-child(5)::before{animation-delay:.46s}
.cr .dx-yr span.got:nth-child(6)::before{animation-delay:.55s}
.cr .dx-yr span.got:nth-child(7)::before{animation-delay:.64s}
.cr .dx-yr span.got:nth-child(8)::before{animation-delay:.73s}
.cr .dx-yr span.got:nth-child(9)::before{animation-delay:.82s}
.cr .dx-yr span.got:nth-child(10)::before{animation-delay:.91s}
.cr .dx-yr span.got:nth-child(11)::before{animation-delay:1s}
.cr .dx-yr span.live::before{background:#9FC9E4}
.cr .dx-yr span.live em{color:#5E8DB8}
.cr .dx-mark{display:flex;justify-content:space-between;gap:16px;margin-top:12px;
  font-family:var(--font-mono);font-size:10.5px;font-weight:600;letter-spacing:.1em;
  text-transform:uppercase}
.cr .dx-mark span{color:var(--color-brand)}
.cr .dx-mark em{font-style:normal;color:#5E8DB8}


@media(max-width:1239px){
  .cr .dx-doc{flex:0 0 262px;padding:14px 14px 11px}
  .cr .dx-bridge{flex:0 0 40px}
  .cr .dx-kv span{font-size:13.5px}
  .cr .dx-store{flex:0 0 150px;padding:16px 14px}
  .cr .dx-store-n{font-size:28px}
  .cr .dx-vs-r{font-size:14.5px;padding:9px 0}
  .cr .dx-yr span::before{height:18px}
}
@media(max-width:999px){
  .cr .dx-extract{flex-direction:column;gap:12px}
  .cr .dx-doc{flex:0 0 auto}
  .cr .dx-bridge{display:none}
  .cr .dx-inbox{flex-direction:column;gap:10px}
  .cr .dx-inbox-arr{align-self:flex-start;margin-left:18px;flex-direction:row}
  .cr .dx-inbox-arr i{width:1.5px;height:16px}
  .cr .dx-store{flex:0 0 auto;text-align:left}
  .cr .dx-store-n{margin:8px 0 4px}
  .cr .dx-vs{grid-template-columns:1fr;gap:18px}
  .cr .dx-cover{grid-template-columns:repeat(8,1fr)}
  .cr .dx-yr span em{display:none}
  .cr .dx-yr span::before{height:15px}
  .cr .dx-doc,.cr .dx-f,.cr .dx-store,.cr .dx-zone,.cr .dx-line,
  .cr .dx-cover span,.cr .dx-queue .cell .dx-q-s{border-radius:2px}
}


.cr .ifr-lay{display:flex;flex-direction:column;gap:9px;flex:1;min-height:0;justify-content:center}
.cr .ifr-lay .cells{align-content:center}
.cr .ifr-lay-ar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;
  font-family:var(--font-mono);font-size:15px;line-height:1;color:var(--color-brand)}
.cr .ifr-lay-ar i{font-style:normal;text-align:center}
.cr .ifr-bar{background:#071120;padding:16px 20px;display:flex;gap:16px;align-items:baseline}
.cr .ifr-bar b{font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:-.03em;color:#fff}
.cr .ifr-bar span{margin-left:auto;text-align:right;font-family:var(--font-mono);font-size:var(--cr-label);
  font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#5E8DB8}
.cr .ifr-foot{border:1px solid var(--color-border);padding:12px 16px;display:flex;gap:14px;align-items:baseline}
.cr .ifr-foot span{font-family:var(--font-mono);font-size:var(--cr-label);font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-faint)}
.cr .ifr-foot b{margin-left:auto;font-size:17px;font-weight:600;color:var(--color-text)}

.cr .ifr-map{border:1px solid var(--color-border);padding:11px 15px 13px;margin-bottom:7px}
.cr .ifr-map-h{display:flex;gap:14px;align-items:baseline;margin-bottom:9px}
.cr .ifr-map-h span{font-family:var(--font-mono);font-size:var(--cr-label);font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand)}
.cr .ifr-map-h b{margin-left:auto;font-family:var(--font-display);font-size:21px;font-weight:700;
  letter-spacing:-.035em;color:var(--color-text)}
.cr .ifr-map-c{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 20px}
.cr .ifr-map-c i{display:flex;gap:10px;align-items:baseline;min-width:0;font-style:normal;
  font-size:15.5px;line-height:1.5;color:var(--color-text-faint);
  border-bottom:1px solid var(--color-surface-sunken)}
.cr .ifr-map-c i span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cr .ifr-map-c em{margin-left:auto;font-style:normal;font-family:var(--font-mono);font-size:12.5px;
  font-weight:600;color:var(--color-text)}

.cr .ifr-kg{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.16);margin-top:18px}
.cr .ifr-kg > div{background:#071120;padding:14px 16px}
.cr .ifr-kt{font-size:16px;line-height:1.4;color:var(--color-on-dark);margin-top:6px}

.cr .ifr-bar,.cr .ifr-foot,.cr .ifr-map{border-radius:4px}
.cr .ifr-kg{border-radius:4px;overflow:hidden}

@media(max-width:1239px){
  .cr .ifr-bar b{font-size:19px}
  .cr .ifr-map-c i{font-size:14.5px}
  .cr .ifr-kt{font-size:14.5px}
}
@media(max-width:999px){
  .cr .ifr-map-c{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 16px}
  .cr .ifr-kg{grid-template-columns:1fr}
  .cr .ifr-bar,.cr .ifr-foot,.cr .ifr-map{border-radius:2px}
  .cr .ifr-kg{border-radius:2px}
}
@media(max-width:479px){
  .cr .ifr-map-c{grid-template-columns:1fr}
  .cr .ifr-map{padding:9px 12px 11px}
  .cr .ifr-map-h b{font-size:17px}
  .cr .ifr-bar{padding:12px 14px;flex-direction:column;gap:6px;align-items:flex-start}
  .cr .ifr-bar b{font-size:17px}
  .cr .ifr-bar span{margin-left:0;text-align:left}
  .cr .ifr-foot{padding:10px 12px;flex-direction:column;gap:4px;align-items:flex-start}
  .cr .ifr-foot b{margin-left:0;font-size:15px}
  .cr .ifr-lay-ar{font-size:13px}
}

@media(max-width:479px){
  .cr .ifr-lay .cells.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
  .cr .ifr-lay .cells.three .cell{padding:8px 7px;font-size:12.5px;gap:6px}
  .cr .ifr-lay .cells.three .cell i{width:10px;height:10px}
  .cr .ifr-lay-ar{gap:5px}
}
