.wwl-section{box-sizing:content-box;max-width:var(--ds-wrap-max);margin:0 auto;padding:clamp(56px,6vw,88px) clamp(20px,4vw,32px);position:relative}.wwl-card{background:linear-gradient(180deg, color-mix(in oklch, var(--ds-color-success) 6%, var(--ds-surface-50)), var(--ds-surface-50));border:1px solid color-mix(in oklch, var(--ds-color-success) 25%, var(--ds-color-border));box-shadow:0 12px 40px color-mix(in oklch, var(--ds-color-success) 10%, transparent);border-radius:18px;padding:clamp(32px,3.6vw,48px) clamp(28px,3.4vw,44px);position:relative;overflow:hidden}.wwl-card:before,.wwl-card:after{content:"";pointer-events:none;z-index:0;border-radius:50%;width:320px;height:320px;position:absolute}.wwl-card:before{background:radial-gradient(circle, color-mix(in oklch, var(--ds-color-success) 18%, transparent), transparent 60%);top:-180px;left:-120px}.wwl-card:after{background:radial-gradient(circle, color-mix(in oklch, var(--ds-color-brand-blue) 18%, transparent), transparent 60%);bottom:-180px;right:-120px}.wwl-head{z-index:1;border-bottom:1px dashed color-mix(in oklch, var(--ds-color-success) 30%, transparent);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;padding-bottom:24px;display:flex;position:relative}.wwl-eyebrow{font-family:var(--ds-font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--ds-color-success);align-items:center;gap:10px;font-size:11px;display:inline-flex}.wwl-eyebrow:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite wwl-pulse;box-shadow:0 0 8px}@keyframes wwl-pulse{0%,to{opacity:1;box-shadow:0 0 8px}50%{opacity:.45;box-shadow:0 0 3px}}.wwl-section h2{font-family:var(--ds-font-display-editorial);letter-spacing:-.022em;max-width:26ch;margin:6px 0 0;font-size:clamp(24px,3vw,38px);font-weight:500;line-height:1.06}.wwl-section h2 em{color:var(--ds-color-success);font-style:italic}.wwl-count{background:color-mix(in oklch, var(--ds-color-success) 14%, transparent);border:1px solid color-mix(in oklch, var(--ds-color-success) 40%, transparent);font-family:var(--ds-font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ds-color-success);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.wwl-count .n{font-family:var(--ds-font-display-editorial);letter-spacing:-.02em;font-size:15px;font-style:italic;line-height:1}.wwl-list{z-index:1;grid-template-columns:repeat(2,1fr);gap:12px;display:grid;position:relative}.wwl-item{background:var(--ds-surface-base);border:1px solid var(--ds-color-border);border-left:2px solid color-mix(in oklch, var(--ds-color-success) 60%, transparent);opacity:0;border-radius:10px;grid-template-columns:36px 1fr;align-items:center;gap:18px;padding:16px 20px 16px 16px;animation:.7s cubic-bezier(.22,1,.36,1) forwards wwl-slide;display:grid;position:relative;overflow:hidden;transform:translate(-10px)}.wwl-item:first-child{animation-delay:.15s}.wwl-item:nth-child(2){animation-delay:.3s}.wwl-item:nth-child(3){animation-delay:.45s}.wwl-item:nth-child(4){animation-delay:.6s}.wwl-item:nth-child(5){animation-delay:.75s}.wwl-item:nth-child(6){animation-delay:.9s}.wwl-item:nth-child(7){animation-delay:1.05s}.wwl-item:nth-child(8){animation-delay:1.2s}.wwl-item:nth-child(9){animation-delay:1.35s}.wwl-item:nth-child(10){animation-delay:1.5s}@keyframes wwl-slide{to{opacity:1;transform:translate(0)}}.wwl-check{background:color-mix(in oklch, var(--ds-color-success) 14%, transparent);border:1.6px solid var(--ds-color-success);width:30px;height:30px;box-shadow:0 0 0 0 color-mix(in oklch, var(--ds-color-success) 30%, transparent);border-radius:50%;justify-content:center;align-items:center;animation:.9s cubic-bezier(.22,1,.36,1) forwards wwl-ring;display:flex;position:relative}@keyframes wwl-ring{0%{box-shadow:0 0 0 0 color-mix(in oklch, var(--ds-color-success) 40%, transparent);transform:scale(.4)}60%{box-shadow:0 0 0 6px color-mix(in oklch, var(--ds-color-success) 20%, transparent);transform:scale(1.15)}to{box-shadow:0 0 0 0 color-mix(in oklch, var(--ds-color-success) 0%, transparent);transform:scale(1)}}.wwl-item:first-child .wwl-check{animation-delay:.3s}.wwl-item:nth-child(2) .wwl-check{animation-delay:.45s}.wwl-item:nth-child(3) .wwl-check{animation-delay:.6s}.wwl-item:nth-child(4) .wwl-check{animation-delay:.75s}.wwl-item:nth-child(5) .wwl-check{animation-delay:.9s}.wwl-item:nth-child(6) .wwl-check{animation-delay:1.05s}.wwl-item:nth-child(7) .wwl-check{animation-delay:1.2s}.wwl-item:nth-child(8) .wwl-check{animation-delay:1.35s}.wwl-item:nth-child(9) .wwl-check{animation-delay:1.5s}.wwl-item:nth-child(10).wwl-check{animation-delay:1.65s}.wwl-check svg{width:16px;height:16px;overflow:visible}.wwl-check svg path{fill:none;stroke:var(--ds-color-success);stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24px;animation:.6s cubic-bezier(.22,1,.36,1) forwards wwl-draw}@keyframes wwl-draw{to{stroke-dashoffset:0}}.wwl-item:first-child .wwl-check svg path{animation-delay:.55s}.wwl-item:nth-child(2) .wwl-check svg path{animation-delay:.7s}.wwl-item:nth-child(3) .wwl-check svg path{animation-delay:.85s}.wwl-item:nth-child(4) .wwl-check svg path{animation-delay:1s}.wwl-item:nth-child(5) .wwl-check svg path{animation-delay:1.15s}.wwl-item:nth-child(6) .wwl-check svg path{animation-delay:1.3s}.wwl-item:nth-child(7) .wwl-check svg path{animation-delay:1.45s}.wwl-item:nth-child(8) .wwl-check svg path{animation-delay:1.6s}.wwl-item:nth-child(9) .wwl-check svg path{animation-delay:1.75s}.wwl-item:nth-child(10) .wwl-check svg path{animation-delay:1.9s}.wwl-text{font-family:var(--ds-font-heading);color:var(--ds-color-ink-primary);letter-spacing:-.005em;font-size:15px;line-height:1.5}.wwl-item .scan{background:linear-gradient(90deg, transparent, color-mix(in oklch, var(--ds-color-success) 70%, transparent), transparent);opacity:0;pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}@keyframes wwl-scan{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.wwl-foot{z-index:1;border-top:1px dashed color-mix(in oklch, var(--ds-color-success) 24%, transparent);font-family:var(--ds-font-mono);letter-spacing:.06em;color:var(--ds-color-ink-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:22px;padding-top:18px;font-size:11px;display:flex;position:relative}.wwl-foot .meta:before{content:"● ";color:var(--ds-color-success)}.wwl-foot a{color:var(--ds-color-success);letter-spacing:.04em;text-decoration:none}.wwl-foot a:after{content:" →";transition:transform .22s;display:inline-block}.wwl-foot a:hover:after{transform:translate(3px)}@media (max-width:800px){.wwl-list{grid-template-columns:1fr}.wwl-head{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.wwl-eyebrow:before,.wwl-item,.wwl-check,.wwl-check svg path,.wwl-item .scan,.wwl-foot a:after{transition:none!important;animation:none!important}.wwl-item{opacity:1;transform:none}.wwl-check svg path{stroke-dashoffset:0}}
