.wcard-tel{box-sizing:border-box;width:100%;max-width:460px;background:#fff;border:1px solid var(--color-border-light);border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;font-feature-settings:"tnum" 1}.wcard-tel *,.wcard-tel *:before,.wcard-tel *:after{box-sizing:border-box}.wc-tel-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.wc-tel-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em;color:var(--color-text-muted)}.wc-tel-pill{position:relative;display:inline-flex;align-items:center;justify-content:center;height:1.5rem;padding:0 .7rem;border-radius:999px;border:1px solid var(--color-border-light);background:var(--color-smoke-white);font-size:.75rem;font-weight:600;line-height:1;color:var(--color-text-muted)}.wc-tel-pill-done{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap;opacity:0;color:var(--color-primary)}.wc-tel-pill-neu{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.wc-tel-pill-check{width:.8125rem;height:.8125rem}.wc-tel-head{margin-bottom:1.375rem}.wc-tel-title{margin:0 0 .3125rem;font-size:1.0625rem;font-weight:600;letter-spacing:-.01em;color:var(--color-primary)}.wc-tel-meta{margin:0;font-size:.8125rem;color:var(--color-text-muted)}.wc-tel-timeline{list-style:none;margin:0 0 auto;padding:0}.wc-tel-step{position:relative;display:flex;gap:.875rem;padding-bottom:1.125rem}.wc-tel-step:last-child{padding-bottom:0}.wc-tel-track{position:relative;display:flex;justify-content:center;width:1.125rem;flex:0 0 1.125rem}.wc-tel-step:not(:last-child) .wc-tel-track:before{content:"";position:absolute;top:1.125rem;bottom:-1.125rem;left:50%;width:1.5px;transform:translate(-50%);background:var(--color-border-light)}.wc-tel-dot{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border-radius:999px;border:1.5px solid var(--color-border-light);background:#fff;color:#fff}.wc-tel-dot-check{width:.6875rem;height:.6875rem;opacity:0}.wc-tel-steptext{display:flex;flex-direction:column;gap:.125rem;padding-top:.0625rem}.wc-tel-steplabel{font-size:.875rem;font-weight:500;line-height:1.35;color:var(--color-text-muted);opacity:.55}.wc-tel-stepsub{font-size:.75rem;line-height:1.35;color:var(--color-text-muted);opacity:.4}.wc-tel-footer{margin-top:1.25rem;padding-top:1.125rem;border-top:1px solid var(--color-border-light)}.wc-tel-chip{display:inline-flex;align-items:center;gap:.5rem;height:1.75rem;padding:0 .75rem;border-radius:999px;background:var(--color-smoke-white);border:1px solid var(--color-border-light);font-size:.8125rem;color:var(--color-text-muted);opacity:0;transform:translateY(4px)}.wc-tel-chip-icon{width:.875rem;height:.875rem;color:var(--color-primary-light)}.wc-tel-chip-text strong{font-weight:600;color:var(--color-primary)}.wcard-tel.is-live .wc-tel-dot{animation:wc-tel-dotfill .5s cubic-bezier(.34,1.3,.64,1) both}.wcard-tel.is-live .wc-tel-dot-check{animation:wc-tel-fadein .4s ease-out both}.wcard-tel.is-live .wc-tel-steplabel{animation:wc-tel-brighten .45s ease-out both}.wcard-tel.is-live .wc-tel-stepsub{animation:wc-tel-brightensub .45s ease-out both}.wcard-tel.is-live .wc-tel-step-1 .wc-tel-dot{animation-delay:.35s}.wcard-tel.is-live .wc-tel-step-1 .wc-tel-dot-check{animation-delay:.5s}.wcard-tel.is-live .wc-tel-step-1 .wc-tel-steplabel{animation-delay:.35s}.wcard-tel.is-live .wc-tel-step-2 .wc-tel-dot{animation-delay:1.15s}.wcard-tel.is-live .wc-tel-step-2 .wc-tel-dot-check{animation-delay:1.3s}.wcard-tel.is-live .wc-tel-step-2 .wc-tel-steplabel{animation-delay:1.15s}.wcard-tel.is-live .wc-tel-step-2 .wc-tel-stepsub{animation-delay:1.25s}.wcard-tel.is-live .wc-tel-step-3 .wc-tel-dot{animation-delay:1.95s}.wcard-tel.is-live .wc-tel-step-3 .wc-tel-dot-check{animation-delay:2.1s}.wcard-tel.is-live .wc-tel-step-3 .wc-tel-steplabel{animation-delay:1.95s}.wcard-tel.is-live .wc-tel-step-3 .wc-tel-stepsub{animation-delay:2.05s}.wcard-tel.is-live .wc-tel-pill{animation:wc-tel-pillbg .5s ease-out 2.75s both}.wcard-tel.is-live .wc-tel-pill-neu{animation:wc-tel-fadeout .35s ease-out 2.75s both}.wcard-tel.is-live .wc-tel-pill-done{animation:wc-tel-pillin .45s cubic-bezier(.34,1.3,.64,1) 2.9s both}.wcard-tel.is-live .wc-tel-chip{animation:wc-tel-chipin .55s cubic-bezier(.34,1.2,.64,1) 3.5s both}@keyframes wc-tel-dotfill{0%{border-color:var(--color-border-light);background:#fff;transform:scale(.9)}60%{transform:scale(1.12)}to{border-color:var(--color-primary);background:var(--color-primary);transform:scale(1)}}@keyframes wc-tel-fadein{0%{opacity:0}to{opacity:1}}@keyframes wc-tel-brighten{0%{color:var(--color-text-muted);opacity:.55}to{color:var(--color-primary);opacity:1}}@keyframes wc-tel-brightensub{0%{opacity:.4}to{opacity:.85}}@keyframes wc-tel-pillbg{0%{background:var(--color-smoke-white);border-color:var(--color-border-light)}to{background:var(--color-primary-light);border-color:var(--color-primary-light)}}@keyframes wc-tel-fadeout{0%{opacity:1}to{opacity:0}}@keyframes wc-tel-pillin{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes wc-tel-chipin{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.wcard-tel.is-live .wc-tel-dot,.wcard-tel.is-live .wc-tel-dot-check,.wcard-tel.is-live .wc-tel-steplabel,.wcard-tel.is-live .wc-tel-stepsub,.wcard-tel.is-live .wc-tel-pill,.wcard-tel.is-live .wc-tel-pill-neu,.wcard-tel.is-live .wc-tel-pill-done,.wcard-tel.is-live .wc-tel-chip{animation-duration:.01s;animation-delay:0s}}.wcard-mail{box-sizing:border-box;width:100%;max-width:460px;background:#fff;border:1px solid var(--color-border-light);border-radius:.75rem;padding:1.25rem 1.375rem 1.125rem;display:flex;flex-direction:column;gap:1rem;color:var(--color-primary);font-family:inherit;box-shadow:0 1px 2px #0d1d000a,0 8px 24px -18px #0d1d0059}.wcard-mail *,.wcard-mail *:before,.wcard-mail *:after{box-sizing:border-box}.wc-mail-top{display:flex;align-items:center;justify-content:space-between}.wc-mail-label{font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--color-text-muted)}.wc-mail-chip{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;line-height:1;padding:.3125rem .625rem;border-radius:999px;background:var(--color-smoke-white);border:1px solid var(--color-border-light);color:var(--color-primary);white-space:nowrap}.wc-mail-chip-ico{width:.875rem;height:.875rem;color:var(--color-text-muted)}.wc-mail-head{display:flex;flex-direction:column;gap:.4375rem;padding-bottom:.9375rem;border-bottom:1px solid var(--color-border-light)}.wc-mail-headrow{display:flex;align-items:baseline;gap:.625rem;font-size:.8125rem}.wc-mail-hk{flex:0 0 3rem;color:var(--color-text-muted);font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.wc-mail-hv{color:var(--color-primary);font-weight:500}.wc-mail-subj{font-weight:600}.wc-mail-body{display:flex;flex-direction:column;gap:.35rem;flex:1 1 auto}.wc-mail-line{margin:0;font-size:.875rem;line-height:1.5;color:var(--color-primary)}.wc-mail-l3,.wc-mail-l4{color:var(--color-text-muted)}.wc-mail-clip{display:inline-block;max-width:100%;position:relative}.wc-mail-caret{display:inline-block;width:1.5px;height:.95em;margin-left:1px;vertical-align:-.12em;background:var(--color-primary);opacity:0}.wc-mail-foot{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;padding-top:.875rem;border-top:1px solid var(--color-border-light);font-size:.8125rem;color:var(--color-text-muted)}.wc-mail-check{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:999px;background:var(--color-primary);color:var(--color-primary-light);flex:0 0 auto}.wc-mail-check svg{width:.8125rem;height:.8125rem}.wc-mail-check-path{stroke-dasharray:24;stroke-dashoffset:24}.wc-mail-foot-txt{font-weight:500}.wc-mail-head{opacity:0;transform:translateY(-4px)}.wc-mail-chip{opacity:0;transform:translateY(-3px) scale(.94)}.wc-mail-clip{width:0;overflow:hidden;white-space:nowrap}.wc-mail-foot{opacity:0;transform:translateY(4px)}.wcard-mail.is-live .wc-mail-head{animation:wc-mail-headin .55s cubic-bezier(.22,.61,.36,1) .15s both}.wcard-mail.is-live .wc-mail-chip{animation:wc-mail-chipin .5s cubic-bezier(.34,1.56,.64,1) .55s both}.wcard-mail.is-live .wc-mail-l1 .wc-mail-clip{animation:wc-mail-type .65s steps(26,end) .95s both}.wcard-mail.is-live .wc-mail-l2 .wc-mail-clip{animation:wc-mail-type .85s steps(37,end) 1.7s both}.wcard-mail.is-live .wc-mail-l3 .wc-mail-clip{animation:wc-mail-type .8s steps(34,end) 2.65s both}.wcard-mail.is-live .wc-mail-l4 .wc-mail-clip{animation:wc-mail-type .8s steps(34,end) 3.55s both}.wcard-mail.is-live .wc-mail-caret{animation:wc-mail-caret .8s steps(1,end) 3.55s 3,wc-mail-caretout .2s linear 4.35s both}.wcard-mail.is-live .wc-mail-foot{animation:wc-mail-footin .5s cubic-bezier(.22,.61,.36,1) 4.5s both}.wcard-mail.is-live .wc-mail-check-path{animation:wc-mail-draw .45s cubic-bezier(.65,0,.35,1) 4.75s both}@keyframes wc-mail-headin{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes wc-mail-chipin{0%{opacity:0;transform:translateY(-3px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes wc-mail-type{0%{width:0}to{width:100%}}@keyframes wc-mail-caret{0%,to{opacity:1}50%{opacity:0}}@keyframes wc-mail-caretout{0%{opacity:1}to{opacity:0}}@keyframes wc-mail-footin{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes wc-mail-draw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.wcard-mail.is-live .wc-mail-head,.wcard-mail.is-live .wc-mail-chip,.wcard-mail.is-live .wc-mail-clip,.wcard-mail.is-live .wc-mail-foot,.wcard-mail.is-live .wc-mail-check-path{animation-duration:.01s!important;animation-delay:0s!important}.wcard-mail.is-live .wc-mail-caret{animation:none;opacity:0}.wcard-mail .wc-mail-clip{width:100%}}.wcard-meeting{width:100%;max-width:460px;box-sizing:border-box;padding:1.4rem;border:1px solid var(--color-border-light);border-radius:.75rem;background:#fff;color:var(--color-primary)}.wcard-meeting *,.wcard-meeting *:before,.wcard-meeting *:after{box-sizing:border-box}.wc-meeting-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.05rem}.wc-meeting-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.11em;color:var(--color-text-muted)}.wc-meeting-status{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .58rem;border-radius:999px;background:color-mix(in srgb,var(--color-primary-light) 24%,#fff);font-size:.7rem;font-weight:600;color:var(--color-primary);opacity:0;transform:scale(.9)}.wc-meeting-status i{width:5px;height:5px;border-radius:50%;background:var(--color-primary-light)}.wc-meeting-head{display:flex;align-items:center;gap:.8rem;padding:.8rem;border:1px solid var(--color-border-light);border-radius:.65rem;background:var(--color-smoke-white);opacity:0;transform:translateY(6px)}.wc-meeting-head>span:last-child>strong,.wc-meeting-head>span:last-child>small{display:block}.wc-meeting-head>span:last-child>strong{font-size:.875rem;font-weight:600}.wc-meeting-head>span:last-child>small{margin-top:.18rem;font-size:.72rem;color:var(--color-text-muted)}.wc-meeting-date{flex:none;width:2.6rem;height:2.75rem;border-radius:.55rem;display:grid;place-content:center;text-align:center;background:var(--color-primary);color:#fff;line-height:.9}.wc-meeting-date strong{font-size:1rem}.wc-meeting-date small{margin-top:.25rem;font-size:.5rem;letter-spacing:.1em;color:var(--color-primary-light)}.wc-meeting-agenda{margin-top:1.15rem}.wc-meeting-caption{display:block;margin-bottom:.45rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.wc-meeting-item{display:grid;grid-template-columns:1.1rem 1fr;align-items:center;gap:.65rem;padding:.62rem 0;border-bottom:1px solid var(--color-border-light);font-size:.78rem;color:var(--color-text-muted);opacity:.35}.wc-meeting-item:last-child{border-bottom:0}.wc-meeting-item strong{margin-right:.4rem;font-size:.65rem;font-weight:500;color:color-mix(in srgb,var(--color-text-muted) 70%,transparent)}.wc-meeting-check{width:1.1rem;height:1.1rem;display:grid;place-items:center;border:1.5px solid var(--color-border-light);border-radius:50%;color:#fff}.wc-meeting-check svg{width:.65rem;height:.65rem;opacity:0}.wc-meeting-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.9rem;padding-top:.95rem;border-top:1px solid var(--color-border-light)}.wc-meeting-doc{display:inline-flex;align-items:center;gap:.45rem;font-size:.7rem;color:var(--color-text-muted)}.wc-meeting-doc svg{width:.9rem;height:.9rem}.wc-meeting-ready{font-size:.7rem;font-weight:600;color:var(--color-primary);opacity:0;transform:translate(-4px)}.wcard-meeting.is-live .wc-meeting-head{animation:wc-meeting-rise .5s .15s both}.wcard-meeting.is-live .wc-meeting-item-1{animation:wc-meeting-checkin .4s .8s both}.wcard-meeting.is-live .wc-meeting-item-2{animation:wc-meeting-checkin .4s 1.35s both}.wcard-meeting.is-live .wc-meeting-item-3{animation:wc-meeting-checkin .4s 1.9s both}.wcard-meeting.is-live .wc-meeting-item-1 .wc-meeting-check,.wcard-meeting.is-live .wc-meeting-item-2 .wc-meeting-check,.wcard-meeting.is-live .wc-meeting-item-3 .wc-meeting-check{animation:wc-meeting-dot .4s cubic-bezier(.34,1.3,.64,1) both}.wcard-meeting.is-live .wc-meeting-item-1 .wc-meeting-check{animation-delay:.8s}.wcard-meeting.is-live .wc-meeting-item-2 .wc-meeting-check{animation-delay:1.35s}.wcard-meeting.is-live .wc-meeting-item-3 .wc-meeting-check{animation-delay:1.9s}.wcard-meeting.is-live .wc-meeting-item-1 .wc-meeting-check svg{animation:wc-meeting-fade .25s .95s both}.wcard-meeting.is-live .wc-meeting-item-2 .wc-meeting-check svg{animation:wc-meeting-fade .25s 1.5s both}.wcard-meeting.is-live .wc-meeting-item-3 .wc-meeting-check svg{animation:wc-meeting-fade .25s 2.05s both}.wcard-meeting.is-live .wc-meeting-status{animation:wc-meeting-pop .45s 2.55s both}.wcard-meeting.is-live .wc-meeting-ready{animation:wc-meeting-slide .45s 2.8s both}@keyframes wc-meeting-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes wc-meeting-checkin{0%{opacity:.35;color:var(--color-text-muted)}to{opacity:1;color:var(--color-primary)}}@keyframes wc-meeting-dot{0%{background:#fff;border-color:var(--color-border-light);transform:scale(.85)}to{background:var(--color-primary);border-color:var(--color-primary);transform:scale(1)}}@keyframes wc-meeting-fade{0%{opacity:0}to{opacity:1}}@keyframes wc-meeting-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes wc-meeting-slide{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.wcard-meeting .wc-meeting-head,.wcard-meeting .wc-meeting-item,.wcard-meeting .wc-meeting-check svg,.wcard-meeting .wc-meeting-status,.wcard-meeting .wc-meeting-ready{opacity:1;transform:none;animation:none!important}.wcard-meeting .wc-meeting-check{background:var(--color-primary);border-color:var(--color-primary)}}.wcard-listing{box-sizing:border-box;width:100%;max-width:460px;background:#fff;border:1px solid var(--color-border-light);border-radius:.75rem;padding:1.375rem 1.375rem 1.5rem;color:var(--color-primary);display:flex;flex-direction:column;gap:1.125rem;box-shadow:0 1px 2px #0d1d000a,0 12px 32px -18px #0d1d002e}.wcard-listing *,.wcard-listing *:before,.wcard-listing *:after{box-sizing:border-box}.wc-listing-head{display:flex;align-items:center;justify-content:space-between}.wc-listing-label{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-primary)}.wc-listing-meta{font-size:.75rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums}.wc-listing-portals{display:flex;flex-direction:column;gap:.5rem}.wc-listing-portal{display:flex;align-items:center;justify-content:space-between;padding:.6875rem .875rem;border:1px solid var(--color-border-light);border-radius:.625rem;background:var(--color-smoke-white)}.wc-listing-portal-name{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--color-primary)}.wc-listing-globe{width:15px;height:15px;color:var(--color-text-muted);flex:none}.wc-listing-status{position:relative;display:inline-grid;min-width:128px;justify-items:end;align-items:center}.wc-listing-status>span{grid-area:1 / 1;display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap}.wc-listing-publishing{font-size:.75rem;color:var(--color-text-muted)}.wc-listing-dots{display:inline-flex;gap:3px;margin-left:1px}.wc-listing-dots i{width:3px;height:3px;border-radius:50%;background:var(--color-text-muted);opacity:.35}.wc-listing-live{font-size:.75rem;font-weight:600;color:var(--color-primary);opacity:0}.wc-listing-live svg{width:14px;height:14px;padding:2px;border-radius:50%;color:#fff;background:var(--color-primary);box-sizing:content-box}.wc-listing-count{display:flex;align-items:baseline;gap:.625rem;padding-top:.125rem}.wc-listing-count-num{font-size:1.75rem;font-weight:650;line-height:1;color:var(--color-primary);font-variant-numeric:tabular-nums}.wc-listing-reel{height:1.75rem;overflow:hidden}.wc-listing-reel-inner{display:flex;flex-direction:column}.wc-listing-reel-inner span{height:1.75rem;line-height:1.75rem;text-align:center}.wc-listing-count-label{font-size:.8125rem;color:var(--color-text-muted)}.wc-listing-cand{display:flex;flex-direction:column;gap:.5625rem;padding-top:.875rem;border-top:1px solid var(--color-border-light)}.wc-listing-cand-top{display:flex;align-items:center;justify-content:space-between}.wc-listing-cand-name{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--color-primary)}.wc-listing-avatar{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);font-size:.625rem;font-weight:600;letter-spacing:.02em;flex:none}.wc-listing-cand-score{font-size:.75rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums}.wc-listing-scoreval{color:var(--color-primary);font-weight:600;opacity:0}.wc-listing-bar-track{height:6px;border-radius:999px;background:var(--color-smoke-white);border:1px solid var(--color-border-light);overflow:hidden}.wc-listing-bar-fill{height:100%;width:0;border-radius:999px;background:var(--color-primary)}.wcard-listing.is-live .wc-listing-portal-1{animation:wc-listing-pop .45s cubic-bezier(.2,.7,.3,1) 1.1s both}.wcard-listing.is-live .wc-listing-portal-2{animation:wc-listing-pop .45s cubic-bezier(.2,.7,.3,1) 1.95s both}.wcard-listing.is-live .wc-listing-portal-1 .wc-listing-publishing{animation:wc-listing-fade-out .35s ease 1.1s both}.wcard-listing.is-live .wc-listing-portal-2 .wc-listing-publishing{animation:wc-listing-fade-out .35s ease 1.95s both}.wcard-listing.is-live .wc-listing-portal-1 .wc-listing-live{animation:wc-listing-fade-in .4s ease 1.2s both}.wcard-listing.is-live .wc-listing-portal-2 .wc-listing-live{animation:wc-listing-fade-in .4s ease 2.05s both}.wcard-listing.is-live .wc-listing-portal-1 .wc-listing-dots i{animation:wc-listing-blink 1s ease-in-out 3}.wcard-listing.is-live .wc-listing-portal-1 .wc-listing-dots i:nth-child(2){animation-delay:.2s}.wcard-listing.is-live .wc-listing-portal-1 .wc-listing-dots i:nth-child(3){animation-delay:.4s}.wcard-listing.is-live .wc-listing-portal-2 .wc-listing-dots i{animation:wc-listing-blink 1s ease-in-out 3}.wcard-listing.is-live .wc-listing-portal-2 .wc-listing-dots i:nth-child(2){animation-delay:.2s}.wcard-listing.is-live .wc-listing-portal-2 .wc-listing-dots i:nth-child(3){animation-delay:.4s}.wcard-listing.is-live .wc-listing-reel-inner{animation:wc-listing-reel 1.35s steps(6) 2.5s both}.wcard-listing.is-live .wc-listing-count-num{animation:wc-listing-emph .5s ease 3.75s both}.wcard-listing.is-live .wc-listing-bar-fill{animation:wc-listing-fill 1.15s cubic-bezier(.22,.7,.25,1) 4s both}.wcard-listing.is-live .wc-listing-scoreval{animation:wc-listing-fade-in .5s ease 4.85s both}@keyframes wc-listing-pop{0%{border-color:var(--color-border-light);background:var(--color-smoke-white)}45%{border-color:var(--color-primary-light);background:#fff}to{border-color:var(--color-border-light);background:#fff}}@keyframes wc-listing-fade-out{0%{opacity:1}to{opacity:0}}@keyframes wc-listing-fade-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes wc-listing-blink{0%,to{opacity:.3}50%{opacity:.9}}@keyframes wc-listing-reel{0%{transform:translateY(0)}to{transform:translateY(-10.5rem)}}@keyframes wc-listing-emph{0%{transform:translateY(0)}45%{transform:translateY(-2px)}to{transform:translateY(0)}}@keyframes wc-listing-fill{0%{width:0}to{width:92%}}@media(prefers-reduced-motion:reduce){.wcard-listing.is-live *{animation-duration:1ms!important;animation-delay:0s!important}}@property --wring{syntax: "<angle>"; inherits: false; initial-value: 0deg;}#walter-at-work[data-astro-cid-sgxjhw6i] .wtab[data-astro-cid-sgxjhw6i]{position:relative}#walter-at-work[data-astro-cid-sgxjhw6i] .wtab-active[data-astro-cid-sgxjhw6i]{background:var(--color-primary);color:#fff}#walter-at-work[data-astro-cid-sgxjhw6i] .tab-ring[data-astro-cid-sgxjhw6i]{position:absolute;inset:0;border-radius:9999px;padding:2px;pointer-events:none;background:conic-gradient(var(--color-primary) var(--wring, 0deg),transparent 0deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0}#walter-at-work[data-astro-cid-sgxjhw6i] .wtab[data-astro-cid-sgxjhw6i].counting .tab-ring[data-astro-cid-sgxjhw6i]{opacity:1;animation:wringfill 4s linear forwards}@keyframes wringfill{0%{--wring: 0deg}to{--wring: 360deg}}#walter-at-work[data-astro-cid-sgxjhw6i] .wlive[data-astro-cid-sgxjhw6i]{width:6px;height:6px;border-radius:9999px;background:var(--color-primary-light);box-shadow:0 0 color-mix(in srgb,var(--color-primary-light) 70%,transparent);animation:wlivepulse 2s ease-out infinite}@keyframes wlivepulse{0%{box-shadow:0 0 color-mix(in srgb,var(--color-primary-light) 60%,transparent)}70%{box-shadow:0 0 0 5px transparent}to{box-shadow:0 0 0 0 transparent}}#walter-at-work[data-astro-cid-sgxjhw6i] .wpresence[data-astro-cid-sgxjhw6i]{position:relative;width:2.6rem;height:2.6rem;border-radius:.8rem;background:var(--color-primary);display:flex;align-items:center;justify-content:center}#walter-at-work[data-astro-cid-sgxjhw6i] .wpresence[data-astro-cid-sgxjhw6i]:before{content:"";position:absolute;inset:-8px;border-radius:1.1rem;background:radial-gradient(circle,color-mix(in srgb,var(--color-primary-light) 60%,transparent) 0%,transparent 68%);opacity:0;transform:scale(.8);z-index:0}#walter-at-work[data-astro-cid-sgxjhw6i][data-av-state=think] .wpresence[data-astro-cid-sgxjhw6i]:before,#walter-at-work[data-astro-cid-sgxjhw6i][data-av-state=talk] .wpresence[data-astro-cid-sgxjhw6i]:before{animation:wpulse 1.7s ease-in-out infinite}@keyframes wpulse{0%,to{opacity:.12;transform:scale(.82)}50%{opacity:.6;transform:scale(1.18)}}#walter-at-work[data-astro-cid-sgxjhw6i] .wpanel[data-astro-cid-sgxjhw6i]{display:grid;grid-template-columns:1fr;gap:0}#walter-at-work[data-astro-cid-sgxjhw6i] .wpanel[data-astro-cid-sgxjhw6i].hidden{display:none}#walter-at-work[data-astro-cid-sgxjhw6i] .wchat[data-astro-cid-sgxjhw6i]{display:flex;flex-direction:column;gap:.9rem;min-width:0}#walter-at-work[data-astro-cid-sgxjhw6i] .wwork[data-astro-cid-sgxjhw6i]{position:relative;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--color-border-light);margin-top:1.5rem;padding-top:1.5rem;min-height:200px}@media(min-width:1024px){#walter-at-work[data-astro-cid-sgxjhw6i] .wpanel[data-astro-cid-sgxjhw6i]{grid-template-columns:minmax(0,1fr) 500px;align-items:stretch}#walter-at-work[data-astro-cid-sgxjhw6i] .wchat[data-astro-cid-sgxjhw6i]{padding-right:2.75rem}#walter-at-work[data-astro-cid-sgxjhw6i] .wwork[data-astro-cid-sgxjhw6i]{border-top:0;margin-top:0;padding-top:0;border-left:1px solid var(--color-border-light);padding-left:2.75rem}}#walter-at-work[data-astro-cid-sgxjhw6i] .wempty[data-astro-cid-sgxjhw6i]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity .55s ease;pointer-events:none}@media(min-width:1024px){#walter-at-work[data-astro-cid-sgxjhw6i] .wempty[data-astro-cid-sgxjhw6i]{left:2.75rem}}#walter-at-work[data-astro-cid-sgxjhw6i] .wwork[data-astro-cid-sgxjhw6i]:has(.beat.beat-in) .wempty[data-astro-cid-sgxjhw6i]{opacity:0}#walter-at-work[data-astro-cid-sgxjhw6i] .wempty-cloud[data-astro-cid-sgxjhw6i]{position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--color-primary-light) 58%,transparent) 0%,transparent 68%);filter:blur(22px);animation:wempty-drift 7s ease-in-out infinite}#walter-at-work[data-astro-cid-sgxjhw6i] .wempty-logo[data-astro-cid-sgxjhw6i]{position:relative;width:2.6rem;height:2.6rem;color:color-mix(in srgb,var(--color-primary) 52%,transparent);animation:wempty-float 4s ease-in-out infinite}@keyframes wempty-drift{0%,to{transform:translate(-10px,-6px) scale(1);opacity:.8}50%{transform:translate(10px,8px) scale(1.14);opacity:1}}@keyframes wempty-float{0%,to{transform:translateY(-3px)}50%{transform:translateY(3px)}}#walter-at-work[data-astro-cid-sgxjhw6i] .beat[data-astro-cid-sgxjhw6i]{opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1)}#walter-at-work[data-astro-cid-sgxjhw6i] .beat[data-astro-cid-sgxjhw6i].beat-in{opacity:1;transform:none}#walter-at-work[data-astro-cid-sgxjhw6i] .beat[data-astro-cid-sgxjhw6i].is-hidden{display:none}#walter-at-work[data-astro-cid-sgxjhw6i] .wrow-left[data-astro-cid-sgxjhw6i]{display:flex;gap:.75rem;align-items:flex-start;justify-content:flex-start}#walter-at-work[data-astro-cid-sgxjhw6i] .wrow-right[data-astro-cid-sgxjhw6i]{display:flex;justify-content:flex-end}#walter-at-work[data-astro-cid-sgxjhw6i] .wava[data-astro-cid-sgxjhw6i]{width:2rem;height:2rem;border-radius:9999px;background:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.15rem}#walter-at-work[data-astro-cid-sgxjhw6i] .wava[data-astro-cid-sgxjhw6i] svg[data-astro-cid-sgxjhw6i]{width:.95rem;height:.95rem;color:var(--color-primary-light)}#walter-at-work[data-astro-cid-sgxjhw6i] .wbubble[data-astro-cid-sgxjhw6i]{background:color-mix(in srgb,var(--color-primary-light) 14%,#fff);border:1px solid color-mix(in srgb,var(--color-primary-light) 30%,transparent);color:color-mix(in srgb,var(--color-primary) 92%,transparent);font-size:14.5px;line-height:1.55;padding:.7rem .95rem;border-radius:.15rem 1rem 1rem;max-width:84%}#walter-at-work[data-astro-cid-sgxjhw6i] .wbubble-note[data-astro-cid-sgxjhw6i]{background:var(--color-smoke-white);border-color:var(--color-border-light);color:var(--color-text-muted)}#walter-at-work[data-astro-cid-sgxjhw6i] .wbubble-ext[data-astro-cid-sgxjhw6i]{background:var(--color-smoke-white);color:var(--color-text-muted);font-size:14.5px;line-height:1.55;padding:.7rem .95rem;border-radius:1rem 1rem .15rem;max-width:84%}#walter-at-work[data-astro-cid-sgxjhw6i] .wext-tag[data-astro-cid-sgxjhw6i]{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:color-mix(in srgb,var(--color-text-muted) 65%,transparent);margin-bottom:.25rem}#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-bubble[data-astro-cid-sgxjhw6i]{width:min(100%,350px);padding:.8rem;background:var(--color-primary);color:#fff;box-shadow:0 10px 24px #0d1d001f}#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-head[data-astro-cid-sgxjhw6i]{display:grid;grid-template-columns:2.25rem 1fr auto;align-items:center;gap:.65rem}#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-icon[data-astro-cid-sgxjhw6i]{width:2.25rem;height:2.25rem;border-radius:999px;display:grid;place-items:center;background:var(--color-primary-light);color:var(--color-primary)}#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-icon[data-astro-cid-sgxjhw6i] svg[data-astro-cid-sgxjhw6i]{width:1.05rem;height:1.05rem}#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-person[data-astro-cid-sgxjhw6i] strong[data-astro-cid-sgxjhw6i],#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-person[data-astro-cid-sgxjhw6i] small[data-astro-cid-sgxjhw6i]{display:block}#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-person[data-astro-cid-sgxjhw6i] strong[data-astro-cid-sgxjhw6i]{font-size:13px;font-weight:500;line-height:1.2}#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-person[data-astro-cid-sgxjhw6i] small[data-astro-cid-sgxjhw6i]{font-size:9.5px;color:#ffffff80;margin-top:.16rem}#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-time[data-astro-cid-sgxjhw6i]{display:inline-flex;align-items:center;gap:.35rem;font-size:10px;font-variant-numeric:tabular-nums;color:#ffffffa6}#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-time[data-astro-cid-sgxjhw6i] i[data-astro-cid-sgxjhw6i]{width:5px;height:5px;border-radius:50%;background:#78c966;box-shadow:0 0 0 3px #78c96621}#walter-at-work[data-astro-cid-sgxjhw6i] .wcall-transcript[data-astro-cid-sgxjhw6i]{margin-top:.7rem;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.1);font-size:13px;line-height:1.45;color:#ffffffb8}#walter-at-work[data-astro-cid-sgxjhw6i] .wtyping[data-astro-cid-sgxjhw6i]{display:inline-flex;align-items:center;gap:.5rem;font-size:12px;color:var(--color-text-muted);background:var(--color-smoke-white);border-radius:9999px;padding:.45rem .8rem}#walter-at-work[data-astro-cid-sgxjhw6i] .wtyping[data-astro-cid-sgxjhw6i] i[data-astro-cid-sgxjhw6i]{width:5px;height:5px;border-radius:9999px;background:color-mix(in srgb,var(--color-primary) 45%,transparent);animation:wblink 1.2s infinite}#walter-at-work[data-astro-cid-sgxjhw6i] .wtyping[data-astro-cid-sgxjhw6i] i[data-astro-cid-sgxjhw6i]:nth-child(3){animation-delay:.2s}#walter-at-work[data-astro-cid-sgxjhw6i] .wtyping[data-astro-cid-sgxjhw6i] i[data-astro-cid-sgxjhw6i]:nth-child(4){animation-delay:.4s}@keyframes wblink{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}#walter-at-work[data-astro-cid-sgxjhw6i] .wactions[data-astro-cid-sgxjhw6i]{display:flex;flex-wrap:wrap;gap:.6rem;padding-top:.3rem;padding-left:2.75rem}#walter-at-work[data-astro-cid-sgxjhw6i] .wbtn-primary[data-astro-cid-sgxjhw6i],#walter-at-work[data-astro-cid-sgxjhw6i] .wbtn-ghost[data-astro-cid-sgxjhw6i]{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:.5rem;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none;transition:opacity .2s ease}#walter-at-work[data-astro-cid-sgxjhw6i] .wbtn-primary[data-astro-cid-sgxjhw6i]:hover,#walter-at-work[data-astro-cid-sgxjhw6i] .wbtn-ghost[data-astro-cid-sgxjhw6i]:hover{opacity:.85}#walter-at-work[data-astro-cid-sgxjhw6i] .wbtn-primary[data-astro-cid-sgxjhw6i]{background:var(--color-primary);color:#fff}#walter-at-work[data-astro-cid-sgxjhw6i] .wbtn-ghost[data-astro-cid-sgxjhw6i]{border:1px solid var(--color-border-light);color:var(--color-text-muted)}@media(max-width:768px){#walter-at-work[data-astro-cid-sgxjhw6i] .wbubble[data-astro-cid-sgxjhw6i],#walter-at-work[data-astro-cid-sgxjhw6i] .wbubble-ext[data-astro-cid-sgxjhw6i]{max-width:90%}#walter-at-work[data-astro-cid-sgxjhw6i] .wactions[data-astro-cid-sgxjhw6i]{padding-left:0}}@media(prefers-reduced-motion:reduce){#walter-at-work[data-astro-cid-sgxjhw6i] .beat[data-astro-cid-sgxjhw6i]{transition:none}#walter-at-work[data-astro-cid-sgxjhw6i] .wpresence[data-astro-cid-sgxjhw6i]:before,#walter-at-work[data-astro-cid-sgxjhw6i] .wtyping[data-astro-cid-sgxjhw6i] i[data-astro-cid-sgxjhw6i],#walter-at-work[data-astro-cid-sgxjhw6i] .wlive[data-astro-cid-sgxjhw6i],#walter-at-work[data-astro-cid-sgxjhw6i] .wtab[data-astro-cid-sgxjhw6i].counting .tab-ring[data-astro-cid-sgxjhw6i],#walter-at-work[data-astro-cid-sgxjhw6i] .wempty-cloud[data-astro-cid-sgxjhw6i],#walter-at-work[data-astro-cid-sgxjhw6i] .wempty-logo[data-astro-cid-sgxjhw6i]{animation:none!important}}.app-view-tabs[data-astro-cid-yu4mmccc]{display:grid;gap:.5rem}.app-view-tab[data-astro-cid-yu4mmccc]{position:relative;width:100%;display:grid;grid-template-columns:2rem minmax(0,1fr) 1.5rem;gap:.75rem;align-items:center;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:.85rem;color:#f7f7f785;text-align:left;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.app-tab-progress[data-astro-cid-yu4mmccc]{width:1.5rem;height:1.5rem;opacity:0;transition:opacity .25s ease}.app-tab-progress[data-astro-cid-yu4mmccc] svg[data-astro-cid-yu4mmccc]{display:block;width:100%;height:100%;overflow:visible;transform:rotate(-90deg)}.app-tab-progress[data-astro-cid-yu4mmccc] circle[data-astro-cid-yu4mmccc]{fill:none;stroke-width:2}.app-tab-progress-track[data-astro-cid-yu4mmccc]{stroke:#ffffff38}.app-tab-progress-value[data-astro-cid-yu4mmccc]{stroke:var(--color-primary-light);stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100}.app-view-tab[data-astro-cid-yu4mmccc].is-counting .app-tab-progress[data-astro-cid-yu4mmccc]{opacity:1}.app-view-tab[data-astro-cid-yu4mmccc].is-counting .app-tab-progress-value[data-astro-cid-yu4mmccc]{animation:app-tab-progress-fill 4.2s linear forwards}.app-view-tab[data-astro-cid-yu4mmccc]:hover{border-color:#b0cc9b4d}.app-view-tab[data-astro-cid-yu4mmccc].is-active{color:#fff;background:#ffffff0f;border-color:#b0cc9b73}.app-tab-index[data-astro-cid-yu4mmccc]{font-size:.68rem;letter-spacing:.08em;color:var(--color-primary-light);padding-top:.15rem}.app-tab-eyebrow[data-astro-cid-yu4mmccc],.app-tab-title[data-astro-cid-yu4mmccc],.app-tab-description[data-astro-cid-yu4mmccc]{display:block}.app-tab-eyebrow[data-astro-cid-yu4mmccc]{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem;color:var(--color-primary-light)}.app-tab-title[data-astro-cid-yu4mmccc]{font-size:1rem;font-weight:500;margin-bottom:.2rem}.app-tab-description[data-astro-cid-yu4mmccc]{font-size:.82rem;line-height:1.45;color:#f7f7f780;max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .35s ease}.app-view-tab[data-astro-cid-yu4mmccc].is-active .app-tab-description[data-astro-cid-yu4mmccc]{max-height:7rem;opacity:1}.app-phone-stage[data-astro-cid-yu4mmccc]{position:relative;min-height:680px;display:flex;justify-content:center;align-items:center}.app-phone-glow[data-astro-cid-yu4mmccc]{position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,#b0cc9b57,#b0cc9b00 68%);filter:blur(16px)}.app-phone[data-astro-cid-yu4mmccc]{position:relative;width:318px;height:650px;border:8px solid #071000;border-radius:3.2rem;padding:4px;background:#071000;box-shadow:0 36px 80px #0000006b,inset 0 0 0 1px #ffffff1f;transform:rotate(2deg)}.app-phone[data-astro-cid-yu4mmccc]:before,.app-phone[data-astro-cid-yu4mmccc]:after{content:"";position:absolute;left:-11px;width:3px;border-radius:3px 0 0 3px;background:#182311}.app-phone[data-astro-cid-yu4mmccc]:before{top:118px;height:64px}.app-phone[data-astro-cid-yu4mmccc]:after{top:198px;height:38px}.app-phone-island[data-astro-cid-yu4mmccc]{position:absolute;z-index:20;width:92px;height:25px;background:#071000;border-radius:999px;top:14px;left:50%;transform:translate(-50%)}.app-phone-screen[data-astro-cid-yu4mmccc]{position:relative;width:100%;height:100%;overflow:hidden;border-radius:2.65rem;background:#f6f7f3}.app-statusbar[data-astro-cid-yu4mmccc]{height:42px;padding:12px 22px 0;display:flex;align-items:flex-start;justify-content:space-between;font-size:10px;font-weight:600;color:var(--color-primary)}.app-status-icons[data-astro-cid-yu4mmccc]{display:flex;gap:5px;align-items:center}.app-status-icons[data-astro-cid-yu4mmccc] svg[data-astro-cid-yu4mmccc]{width:14px;height:10px}.app-mobile-head[data-astro-cid-yu4mmccc]{height:44px;padding:0 16px;display:flex;align-items:center;border-bottom:1px solid rgba(13,29,0,.07);background:#ffffffb8}.app-mobile-mark[data-astro-cid-yu4mmccc]{display:grid;place-items:center;width:23px;height:23px;border-radius:7px;background:var(--color-primary);color:var(--color-primary-light);font-size:12px;font-weight:600}.app-mobile-name[data-astro-cid-yu4mmccc]{margin-left:7px;font-size:12px;font-weight:600;color:var(--color-primary)}.app-mobile-avatar[data-astro-cid-yu4mmccc]{margin-left:auto;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#0d1d0014;color:var(--color-primary);font-size:8px;font-weight:600}.app-screen[data-astro-cid-yu4mmccc]{position:absolute;inset:86px 0 0;padding:21px 16px 72px;opacity:0;transform:translate(18px);pointer-events:none;transition:opacity .42s ease,transform .42s cubic-bezier(.22,1,.36,1)}.app-screen[data-astro-cid-yu4mmccc].is-active{opacity:1;transform:translate(0);pointer-events:auto}.app-screen-copy[data-astro-cid-yu4mmccc]{margin-bottom:18px}.app-kicker[data-astro-cid-yu4mmccc]{display:block;font-size:9px;letter-spacing:.055em;text-transform:uppercase;color:#76806e;margin-bottom:5px}.app-screen[data-astro-cid-yu4mmccc] h3[data-astro-cid-yu4mmccc]{margin:0;color:var(--color-primary);font-size:22px;line-height:1.12;font-weight:500}.app-primary-action[data-astro-cid-yu4mmccc],.app-confirm-button[data-astro-cid-yu4mmccc]{border:0;font:inherit;cursor:pointer}.app-primary-action[data-astro-cid-yu4mmccc]{width:100%;display:grid;grid-template-columns:39px 1fr 16px;gap:10px;align-items:center;padding:12px;text-align:left;background:var(--color-primary);color:#fff;border-radius:13px;margin-bottom:13px;box-shadow:0 10px 24px #0d1d0024}.app-action-icon[data-astro-cid-yu4mmccc]{width:39px;height:39px;border-radius:10px;display:grid;place-items:center;color:var(--color-primary);background:var(--color-primary-light)}.app-action-icon[data-astro-cid-yu4mmccc] svg[data-astro-cid-yu4mmccc]{width:19px;height:19px}.app-primary-action[data-astro-cid-yu4mmccc] strong[data-astro-cid-yu4mmccc],.app-primary-action[data-astro-cid-yu4mmccc] small[data-astro-cid-yu4mmccc]{display:block}.app-primary-action[data-astro-cid-yu4mmccc] strong[data-astro-cid-yu4mmccc]{font-size:12px;font-weight:500}.app-primary-action[data-astro-cid-yu4mmccc] small[data-astro-cid-yu4mmccc]{font-size:9px;color:#ffffff85;margin-top:2px}.app-chevron[data-astro-cid-yu4mmccc]{width:15px;height:15px;color:#ffffff8c}.app-card[data-astro-cid-yu4mmccc]{border:1px solid rgba(13,29,0,.08);border-radius:13px;background:#fff;padding:13px;color:var(--color-primary);box-shadow:0 8px 30px #0d1d000b}.app-card-top[data-astro-cid-yu4mmccc]{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#7c8477;font-size:8px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.app-badge[data-astro-cid-yu4mmccc]{padding:4px 6px;border-radius:999px;background:#b0cc9b4d;color:#455b34;font-size:7px;font-weight:600;letter-spacing:.03em}.app-badge-dark[data-astro-cid-yu4mmccc]{background:var(--color-primary);color:#fff}.app-damage-card[data-astro-cid-yu4mmccc]>strong[data-astro-cid-yu4mmccc],.app-damage-card[data-astro-cid-yu4mmccc]>small[data-astro-cid-yu4mmccc]{display:block}.app-damage-card[data-astro-cid-yu4mmccc]>strong[data-astro-cid-yu4mmccc]{font-size:12px;margin-bottom:4px}.app-damage-card[data-astro-cid-yu4mmccc]>small[data-astro-cid-yu4mmccc]{color:#858c80;font-size:9px}.app-progress[data-astro-cid-yu4mmccc]{height:4px;border-radius:999px;background:#edf0ea;margin:16px 0 6px;overflow:hidden}.app-progress[data-astro-cid-yu4mmccc] span[data-astro-cid-yu4mmccc]{display:block;height:100%;width:56%;border-radius:inherit;background:var(--color-primary-light);transform-origin:left}.app-screen[data-astro-cid-yu4mmccc].is-active .app-progress[data-astro-cid-yu4mmccc] span[data-astro-cid-yu4mmccc]{animation:app-progress-in .8s .25s both}.app-progress-labels[data-astro-cid-yu4mmccc]{display:flex;justify-content:space-between;font-size:7px;color:#92988e}.app-order-address[data-astro-cid-yu4mmccc]{display:flex;align-items:center;gap:9px;padding-bottom:12px;border-bottom:1px solid #edf0ea}.app-action-icon-small[data-astro-cid-yu4mmccc]{width:33px;height:33px;border-radius:9px}.app-action-icon-small[data-astro-cid-yu4mmccc] svg[data-astro-cid-yu4mmccc]{width:16px;height:16px}.app-order-address[data-astro-cid-yu4mmccc] strong[data-astro-cid-yu4mmccc],.app-order-address[data-astro-cid-yu4mmccc] small[data-astro-cid-yu4mmccc]{display:block}.app-order-address[data-astro-cid-yu4mmccc] strong[data-astro-cid-yu4mmccc]{font-size:11px}.app-order-address[data-astro-cid-yu4mmccc] small[data-astro-cid-yu4mmccc]{color:#8b9187;font-size:8px;margin-top:2px}.app-order-details[data-astro-cid-yu4mmccc]{display:flex;justify-content:space-between;gap:10px;padding-top:11px;font-size:9px}.app-order-details[data-astro-cid-yu4mmccc] span[data-astro-cid-yu4mmccc]{color:#92988e}.app-order-details[data-astro-cid-yu4mmccc] strong[data-astro-cid-yu4mmccc]{font-weight:500}.app-confirm-button[data-astro-cid-yu4mmccc]{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:var(--color-primary);padding:12px;border-radius:11px;margin-top:13px;font-size:11px;font-weight:500}.app-confirm-button[data-astro-cid-yu4mmccc] svg[data-astro-cid-yu4mmccc]{width:14px;height:14px}.app-inspection-head[data-astro-cid-yu4mmccc]{display:flex;justify-content:space-between;align-items:center;padding-bottom:11px;border-bottom:1px solid #edf0ea}.app-inspection-head[data-astro-cid-yu4mmccc] strong[data-astro-cid-yu4mmccc],.app-inspection-head[data-astro-cid-yu4mmccc] small[data-astro-cid-yu4mmccc]{display:block}.app-inspection-head[data-astro-cid-yu4mmccc] strong[data-astro-cid-yu4mmccc]{font-size:11px}.app-inspection-head[data-astro-cid-yu4mmccc] small[data-astro-cid-yu4mmccc]{color:#8b9187;font-size:8px;margin-top:2px}.app-ring[data-astro-cid-yu4mmccc]{width:35px;height:35px;border-radius:50%;border:3px solid var(--color-primary-light);display:grid;place-content:center;text-align:center;line-height:.8}.app-ring[data-astro-cid-yu4mmccc] b[data-astro-cid-yu4mmccc]{font-size:10px}.app-ring[data-astro-cid-yu4mmccc] small[data-astro-cid-yu4mmccc]{font-size:7px;color:#7f877a;margin:2px 0 0}.app-check-row[data-astro-cid-yu4mmccc]{display:grid;grid-template-columns:15px 1fr auto;gap:8px;align-items:center;min-height:39px;border-bottom:1px solid #f0f2ee;font-size:9px}.app-check-row[data-astro-cid-yu4mmccc]:last-child{border-bottom:0}.app-check-row[data-astro-cid-yu4mmccc]>span[data-astro-cid-yu4mmccc]{width:14px;height:14px;border-radius:50%;border:1px solid #cdd2c9}.app-check-row[data-astro-cid-yu4mmccc] strong[data-astro-cid-yu4mmccc]{font-weight:500}.app-check-row[data-astro-cid-yu4mmccc] small[data-astro-cid-yu4mmccc]{color:#92988e;font-size:8px}.app-check-row[data-astro-cid-yu4mmccc].is-done>span[data-astro-cid-yu4mmccc]{background:var(--color-primary);border-color:var(--color-primary);box-shadow:inset 0 0 0 4px var(--color-primary)}.app-check-row[data-astro-cid-yu4mmccc].is-current{color:var(--color-primary)}.app-check-row[data-astro-cid-yu4mmccc].is-current>span[data-astro-cid-yu4mmccc]{border:4px solid var(--color-primary-light)}.app-mobile-nav[data-astro-cid-yu4mmccc]{position:absolute;left:0;right:0;bottom:0;height:58px;display:grid;grid-template-columns:repeat(3,1fr);background:#ffffffed;border-top:1px solid rgba(13,29,0,.07);padding:8px 8px 6px}.app-mobile-nav[data-astro-cid-yu4mmccc] span[data-astro-cid-yu4mmccc]{display:flex;flex-direction:column;align-items:center;gap:4px;color:#9aa095;font-size:7px}.app-mobile-nav[data-astro-cid-yu4mmccc] i[data-astro-cid-yu4mmccc]{width:14px;height:14px;border:1.5px solid currentColor;border-radius:4px}.app-mobile-nav[data-astro-cid-yu4mmccc] span[data-astro-cid-yu4mmccc].is-active{color:var(--color-primary)}.app-phone-home[data-astro-cid-yu4mmccc]{position:absolute;z-index:20;left:50%;bottom:12px;width:92px;height:4px;border-radius:99px;background:#0d1d00b8;transform:translate(-50%)}@keyframes app-progress-in{0%{transform:scaleX(.08)}to{transform:scaleX(1)}}@keyframes app-tab-progress-fill{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@media(max-width:1023px){.app-phone-stage[data-astro-cid-yu4mmccc]{min-height:640px}.app-phone[data-astro-cid-yu4mmccc]{transform:none}}@media(max-width:420px){.app-phone-stage[data-astro-cid-yu4mmccc]{min-height:600px;margin-inline:-8px}.app-phone[data-astro-cid-yu4mmccc]{width:286px;height:586px;border-radius:2.9rem}.app-phone-screen[data-astro-cid-yu4mmccc]{border-radius:2.4rem}}@media(prefers-reduced-motion:reduce){.app-view-tab[data-astro-cid-yu4mmccc],.app-tab-description[data-astro-cid-yu4mmccc],.app-screen[data-astro-cid-yu4mmccc]{transition:none}.app-view-tab[data-astro-cid-yu4mmccc].is-counting .app-tab-progress[data-astro-cid-yu4mmccc]{opacity:0}.app-view-tab[data-astro-cid-yu4mmccc].is-counting .app-tab-progress-value[data-astro-cid-yu4mmccc],.app-screen[data-astro-cid-yu4mmccc].is-active .app-progress[data-astro-cid-yu4mmccc] span[data-astro-cid-yu4mmccc]{animation:none}}.step-number[data-astro-cid-kojs5727]{color:transparent;-webkit-text-stroke:1.5px rgba(13,29,0,.16);text-stroke:1.5px rgba(13,29,0,.16)}
