.aw-card{background:var(--color-surface);border:1px solid color-mix(in srgb, var(--color-hairline) 85%, transparent);box-shadow:var(--shadow-card);border-radius:1.75rem;padding:1.25rem}@media (width>=640px){.aw-card{padding:2rem}}.aw-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;display:flex}.aw-playpause{background:var(--color-navy);color:#fff;cursor:pointer;min-height:2.5rem;transition:background-color .2s var(--ease-out-soft);border:0;border-radius:9999px;align-items:center;gap:.5rem;padding:0 1.1rem;font-size:.9375rem;font-weight:500;display:inline-flex}.aw-playpause:hover{background:var(--color-navy-deep)}.aw-playpause svg{width:.85rem;height:.85rem}.aw-tabs{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.aw-tab{background:var(--color-paper);min-height:2.25rem;color:var(--color-slate);cursor:pointer;transition:color .2s var(--ease-out-soft), background-color .2s var(--ease-out-soft), border-color .2s var(--ease-out-soft);border:1px solid #0000;border-radius:9999px;align-items:center;gap:.45rem;padding:0 .85rem;font-size:.8125rem;font-weight:500;display:inline-flex}.aw-tab:hover{color:var(--color-navy)}.aw-tab-num{font-variant-numeric:tabular-nums;color:var(--color-slate);font-size:.75rem}.aw-tab.is-active{background:var(--color-surface);color:var(--color-navy);border-color:color-mix(in srgb, var(--color-gold) 55%, transparent);box-shadow:var(--shadow-card)}.aw-tab.is-active .aw-tab-num{color:var(--color-gold)}.aw-progress{background:color-mix(in srgb, var(--color-hairline) 80%, transparent);border-radius:9999px;height:3px;margin-top:1.1rem;overflow:hidden}.aw-progress-fill{border-radius:inherit;transform-origin:0;background:linear-gradient(90deg, color-mix(in srgb, var(--color-gold) 65%, transparent), var(--color-gold));height:100%;animation-name:aw-progress;animation-timing-function:linear;animation-fill-mode:forwards;transform:scaleX(0)}@keyframes aw-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.aw-panel{align-items:center;gap:1.25rem;margin-top:1.5rem;display:grid}@media (width>=640px){.aw-panel{grid-template-columns:1fr 1fr;gap:2rem}}.aw-visual{aspect-ratio:11/7;border:1px solid color-mix(in srgb, var(--color-hairline) 70%, transparent);background:radial-gradient(120% 120% at 28% 0%, color-mix(in srgb, var(--color-gold) 9%, transparent), transparent 60%), color-mix(in srgb, var(--color-navy) 4%, var(--color-surface));border-radius:1.25rem;place-items:center;padding:1rem;display:grid}.aw-svg{width:100%;height:100%;max-height:12.5rem}.aw-step{letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold);font-size:.8125rem;font-weight:600}.aw-label{letter-spacing:-.015em;color:var(--color-navy);margin-top:.5rem;font-size:1.5rem;font-weight:600;line-height:1.1}.aw-line{max-width:40ch;color:var(--color-slate);margin-top:.55rem}.aw-sr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.aw-tab:focus-visible,.aw-playpause:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}.aw-static{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.aw-static-step{border-top:1px solid var(--color-hairline);grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding-top:1rem;display:grid}.aw-static-step:first-child{border-top:0;padding-top:0}.aw-static-num{background:var(--color-navy);color:#fff;border-radius:9999px;place-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:600;display:grid}.aw-static-label{color:var(--color-navy);font-weight:600}.aw-static-line{color:var(--color-slate);margin-top:.15rem;font-size:.9375rem}.aw-static-visual{width:5.5rem}.aw-static-visual .aw-svg{max-height:4rem}.aw-svg .sheet{fill:var(--color-surface);stroke:color-mix(in srgb, var(--color-navy) 16%, transparent);stroke-width:1.5px}.aw-svg .track{fill:color-mix(in srgb, var(--color-navy) 10%, transparent)}.aw-svg .row{fill:color-mix(in srgb, var(--color-navy) 13%, transparent)}.aw-svg .navy{fill:var(--color-navy)}.aw-svg .accent{fill:var(--color-gold)}.aw-svg .accent-stroke{fill:none;stroke:var(--color-gold);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.aw-visual .grow-x,.aw-visual .grow-y,.aw-visual .pop{transform-box:fill-box}.aw-visual .grow-x{transform-origin:0;animation:aw-gx .6s var(--ease-out-soft) both}.aw-visual .grow-y{transform-origin:bottom;animation:aw-gy .6s var(--ease-out-soft) both}.aw-visual .pop{transform-origin:50%;animation:aw-pop .5s var(--ease-out-soft) both}.aw-visual .fade-up{animation:aw-fu .55s var(--ease-out-soft) both}.aw-visual .draw{stroke-dasharray:64;stroke-dashoffset:64px;animation:aw-draw .7s var(--ease-out-soft) .3s forwards}.aw-visual .d1{animation-delay:60ms}.aw-visual .d2{animation-delay:.2s}.aw-visual .d3{animation-delay:.34s}.aw-visual .d4{animation-delay:.48s}@keyframes aw-gx{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes aw-gy{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes aw-pop{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@keyframes aw-fu{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes aw-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.aw-progress-fill,.aw-visual .grow-x,.aw-visual .grow-y,.aw-visual .pop,.aw-visual .fade-up,.aw-visual .draw{stroke-dashoffset:0!important;animation:none!important;transform:none!important}}
