.lo-wheel-app{--lo-primary:#005a9c;--lo-accent:#f2b705;max-width:1100px;margin:2rem auto;padding:clamp(1rem,3vw,2rem);border-radius:24px;background:linear-gradient(145deg,#fff,#f3f7fa);box-shadow:0 18px 55px rgba(0,40,70,.13);color:#17212b;font-family:inherit;overflow:hidden}.lo-wheel-header{text-align:center;margin-bottom:1rem}.lo-wheel-header
h2{margin:0
0 .45rem;font-size:clamp(1.7rem,4vw,2.6rem);color:var(--lo-primary)}.lo-wheel-header
p{margin:0
auto;max-width:700px}.lo-wheel-layout{display:grid;grid-template-columns:minmax(280px,1.25fr) minmax(250px,.75fr);gap:clamp(1rem,4vw,3rem);align-items:center}.lo-wheel-stage{position:relative;display:grid;place-items:center;min-width:0}.lo-wheel-canvas{display:block;width:min(100%,620px);height:auto;border-radius:50%;filter:drop-shadow(0 12px 18px rgba(0,0,0,.2));transition:filter .2s}.lo-wheel-pointer{position:absolute;z-index:3;top:-2px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:22px solid transparent;border-right:22px solid transparent;border-top:48px solid var(--lo-accent);filter:drop-shadow(0 3px 2px rgba(0,0,0,.25))}.lo-wheel-spin{position:absolute;z-index:4;width:clamp(82px,18%,120px);aspect-ratio:1;border:7px
solid #fff;border-radius:50%;background:var(--lo-primary);color:#fff;font-weight:800;font-size:clamp(.75rem,1.7vw,1rem);line-height:1.1;cursor:pointer;box-shadow:0 5px 14px rgba(0,0,0,.28);padding:.4rem}.lo-wheel-spin:hover{transform:scale(1.04)}.lo-wheel-spin:focus-visible,.lo-wheel-profile:focus-visible{outline:4px
solid var(--lo-accent);outline-offset:3px}.lo-wheel-spin:disabled{cursor:wait;opacity:.75}.lo-wheel-status{position:absolute;bottom:-1.6rem;margin:0;font-size:.9rem}.lo-wheel-result{background:#fff;border:1px
solid rgba(0,0,0,.08);border-radius:20px;padding:clamp(1.2rem,3vw,2rem);text-align:center;box-shadow:0 10px 28px rgba(0,0,0,.08);animation:lo-result-in .45s ease both}.lo-wheel-kicker{text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--lo-primary);font-size:.82rem}.lo-wheel-avatar{display:block;width:140px;height:140px;object-fit:cover;border-radius:50%;margin:.7rem auto;border:6px
solid #fff;box-shadow:0 0 0 4px var(--lo-accent)}.lo-wheel-name{font-size:1.65rem;margin:.75rem 0 .3rem;color:#17212b}.lo-wheel-role,.lo-wheel-count{margin:.25rem 0;font-weight:650}.lo-wheel-bio{font-size:.94rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.lo-wheel-profile{display:inline-block;margin-top:.75rem;padding:.72rem 1.2rem;border-radius:999px;background:var(--lo-primary);color:#fff!important;text-decoration:none!important;font-weight:750}.lo-wheel-profile:hover{filter:brightness(.92)}.lo-wheel-notice{padding:1rem;border-left:4px solid #d63638;background:#fff}.lo-wheel-confetti{position:fixed;z-index:999999;top:-15px;width:10px;height:16px;pointer-events:none;animation:lo-confetti-fall var(--duration) linear forwards;transform:translate3d(0,0,0) rotate(0)}@keyframes lo-result-in{from{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:none}}@keyframes lo-confetti-fall{to{transform:translate3d(var(--drift),105vh,0) rotate(900deg);opacity:.9}}@media(max-width:760px){.lo-wheel-layout{grid-template-columns:1fr}.lo-wheel-result{margin-top:1.25rem}.lo-wheel-pointer{top:-4px;border-left-width:17px;border-right-width:17px;border-top-width:38px}}@media(prefers-reduced-motion:reduce){.lo-wheel-result,.lo-wheel-confetti{animation:none!important}}