.pokemon-wheel-workspace{display:grid;grid-template-columns:245px minmax(430px,1fr) 420px;grid-template-areas:"heading heading heading" "filters wheel controls" "team team team" "recent recent recent";gap:10px 16px;margin-top:10px;padding:12px 18px;border:1px solid rgba(16,28,57,.16);border-radius:20px;background:#fffdf7;box-shadow:0 6px #101c391a,0 20px 40px #101c3914}.wheel-workspace-heading{grid-area:heading;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:54px}.wheel-workspace-title{display:flex;align-items:center;gap:16px}.wheel-workspace-title>img{width:44px;height:44px}.wheel-workspace-title h1{width:1px;height:1px;position:absolute;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.wheel-workspace-title h2{margin:0 0 3px;font-size:25px;line-height:1;letter-spacing:.035em}.wheel-workspace-title p{margin:0;color:var(--muted);font-size:14px;font-weight:750}.pokemon-wheel-filters-panel{grid-area:filters;align-self:start;padding:16px 14px;border:1px solid rgba(16,28,57,.16);border-radius:14px;background:#fff;box-shadow:0 3px #101c390f}.pokemon-wheel-filters-panel>.tool-eyebrow{color:var(--red);font-size:13px}.pokemon-wheel-filters{display:grid;gap:10px;margin-top:12px}.pokemon-wheel-filters>label{display:grid;gap:7px;color:#56647a;font-size:11px;font-weight:950;text-transform:uppercase}.pokemon-wheel-filters select{width:100%;min-height:40px;padding:8px 12px;border:1px solid #c7d0dc;border-radius:9px;color:var(--navy);background:#fff;font-size:13px;font-weight:850;text-transform:none}.wheel-advanced-filters{border:1px solid #c7d0dc;border-radius:9px;background:#fff}.wheel-advanced-filters summary{min-height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;font-weight:900;list-style:none}.wheel-advanced-filters summary:after{content:"☷";margin-left:9px;color:var(--blue);font-size:16px}.wheel-advanced-filters[open] summary{border-bottom:1px solid #d5dce6}.wheel-check{display:flex;align-items:center;gap:10px;padding:12px}.wheel-check input{width:20px;height:20px;flex:0 0 auto;accent-color:var(--blue)}.wheel-check>span{display:grid;gap:2px}.wheel-check b{color:var(--navy);font-size:11px}.wheel-check small{color:var(--muted);font-size:9px}.wheel-pool-summary{display:flex;align-items:center;gap:11px;margin-top:12px;padding:10px 12px;border:1px solid #eadcb4;border-radius:10px;background:#fff9e8}.wheel-pool-summary>span{color:#686041;font-size:22px}.wheel-pool-count{margin:0;color:#5e5847;font-size:12px;font-weight:850;line-height:1.45}.pokemon-wheel-center{grid-area:wheel;align-self:start;display:grid;justify-items:center;gap:8px}.pokemon-wheel-stage{width:min(460px,35vw);min-height:0;aspect-ratio:1;position:relative;display:grid;place-items:center;overflow:visible}.pokemon-wheel-disc{--wheel-rotation: 0deg;width:100%;aspect-ratio:1;position:relative;border:13px solid #142341;border-radius:50%;background:conic-gradient(from -30deg,#fecc28 0 60deg,#22ac5f 60deg 120deg,#9159d2 120deg 180deg,#f38a36 180deg 240deg,#e33c42 240deg 300deg,#236fd0 300deg);box-shadow:inset 0 0 0 6px #ffffffc7;transform:rotate(var(--wheel-rotation));transition:transform 1.45s cubic-bezier(.12,.72,.18,1)}.pokemon-wheel-slot{width:118px;position:absolute;z-index:2;top:50%;left:50%;display:grid;justify-items:center;gap:1px;color:#fff;text-align:center;text-shadow:0 2px 2px rgba(16,28,57,.58);transform:translate(-50%,-50%) rotate(calc(var(--slot) * 60deg)) translateY(-152px) rotate(calc(var(--slot) * -60deg - var(--wheel-rotation)));transition:transform 1.45s cubic-bezier(.12,.72,.18,1)}.pokemon-wheel-slot img{width:96px;height:96px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 4px 2px rgba(16,28,57,.35))}.pokemon-wheel-slot b{max-width:118px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.pokemon-wheel-slot small{font-size:9px;font-weight:850}.pokemon-wheel-hub{width:112px;aspect-ratio:1;position:absolute;z-index:4;display:grid;place-items:center;border:8px solid #a0adbd;border-radius:50%;background:#edf3f8;box-shadow:0 5px #647287,0 8px 16px #101c3940}.pokemon-wheel-hub img{width:78px}.pokemon-wheel-pointer{width:0;height:0;position:absolute;z-index:5;top:50%;right:-15px;border-top:21px solid transparent;border-right:42px solid #ffd23e;border-bottom:21px solid transparent;filter:drop-shadow(-3px 3px 0 #142341);transform:translateY(-50%)}.pokemon-wheel-button{min-width:360px;min-height:50px;display:flex;align-items:center;justify-content:center;gap:14px;padding:9px 28px;border:1px solid #c52e39;border-radius:9px;color:#fff;background:var(--red);box-shadow:0 5px #b52530,0 9px 18px #bf253033;font-size:17px;font-weight:950;letter-spacing:.035em}.pokemon-wheel-button img{width:35px;height:35px}.pokemon-wheel-button:disabled{cursor:not-allowed;opacity:.52}.pokemon-wheel-controls{grid-area:controls;align-self:start;padding:14px;border:1px solid rgba(16,28,57,.16);border-radius:14px;background:#fff;box-shadow:0 3px #101c390f}.pokemon-wheel-result>header{display:flex;align-items:center;justify-content:space-between}.pokemon-wheel-result>header>b{color:#647086;font:900 12px monospace}.wheel-result-identity{min-height:142px;display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:12px}.wheel-result-identity>img{width:150px;height:128px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 8px 5px rgba(16,28,57,.18))}.wheel-result-identity h2{margin:0 0 7px;overflow:hidden;font-size:clamp(27px,2.3vw,38px);line-height:1;text-overflow:ellipsis}.wheel-result-identity p{display:flex;flex-wrap:wrap;gap:5px;margin:0}.pokemon-wheel-result.is-empty .wheel-result-identity{opacity:.68}.pokemon-wheel-result.is-empty .wheel-result-identity>img{width:90px;height:90px;justify-self:center;filter:grayscale(1)}.pokemon-wheel-result.is-empty .wheel-result-identity h2{font-size:27px}.pokemon-wheel-result.is-empty .wheel-result-identity p{color:var(--muted);font-size:12px;line-height:1.5}.wheel-result-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:0;overflow:hidden;border:1px solid #b8cde7;border-radius:9px;background:#f7fbff}.wheel-result-facts>div{min-width:0;display:grid;gap:4px;padding:11px 6px;border-right:1px solid #cfdae7;text-align:center}.wheel-result-facts>div:last-child{border-right:0}.wheel-result-facts dt{color:#5f6c82;font-size:10px;font-weight:850}.wheel-result-facts dd{margin:0;color:var(--blue);font-size:13px;font-weight:900}.wheel-result-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.wheel-result-actions button{min-height:54px;display:grid;align-content:center;gap:3px;padding:9px 12px;border:1px solid #bfc9d6;border-radius:9px;color:var(--navy);background:#fff;text-align:left}.wheel-result-actions button b{font-size:13px}.wheel-result-actions button span{color:var(--muted);font-size:10px;font-weight:750}.wheel-result-actions button:disabled{cursor:not-allowed;opacity:.45}.wheel-result-actions .wheel-add-button:not(:disabled){border-color:#75bf8e;background:#f4fff7;color:#16713a}.wheel-result-actions .wheel-lock-button:not(:disabled){border-color:#6aa2e8;background:#f4f9ff;color:#155eaf}.wheel-result-actions .wheel-reroll-button:not(:disabled){border-color:#e2b94e;background:#fffaf0;color:#835e00}.wheel-result-actions .wheel-remove-button:not(:disabled){border-color:#e1979e;background:#fff6f6;color:#b32331}.wheel-result-note{min-height:48px;display:flex;align-items:center;margin:10px 0 0;padding:8px 10px;border:1px solid #d6dce5;border-radius:9px;color:#617087;background:#f8fafc;font-size:10px;font-weight:750;line-height:1.45}.wheel-team-bench{grid-area:team;padding:11px 14px;border:1px solid rgba(16,28,57,.15);border-radius:14px;background:#fff}.wheel-team-bench header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:8px}.wheel-team-bench header>div{display:flex;align-items:center;gap:14px}.wheel-team-bench header strong{color:var(--blue);font-size:12px}.wheel-builder-link,.wheel-team-bench header button{min-height:36px;display:inline-grid;place-items:center;padding:7px 12px;border:1px solid #c5cfdb;border-radius:8px;color:var(--navy);background:#f7faff;font-size:10px;font-weight:900;text-decoration:none}.wheel-builder-link.is-disabled,.wheel-team-bench header button:disabled{cursor:not-allowed;opacity:.42;pointer-events:none}.wheel-team-bench ol{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:0;padding:0;list-style:none}.wheel-team-slot{min-width:0;min-height:118px;position:relative;display:grid;grid-template-rows:54px auto auto auto;justify-items:center;align-content:center;gap:2px;padding:8px 7px 7px;overflow:hidden;border:1px solid #bdc8d7;border-radius:11px;background:#fff;text-align:center}.wheel-team-slot>span{position:absolute;top:8px;left:10px;color:#68778e;font:900 10px monospace}.wheel-team-slot>img{width:58px;height:58px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 4px 3px rgba(16,28,57,.16))}.wheel-team-slot:not(.is-empty)>img{position:relative;z-index:1;transform:scale(var(--team-sprite-scale, 1));transform-origin:center}.wheel-team-slot>b{max-width:100%;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.wheel-team-slot>small{color:var(--muted);font-size:9px;font-weight:800}.wheel-team-slot>div{min-height:21px;display:flex;justify-content:center;flex-wrap:wrap;gap:3px}.wheel-team-slot .type-badge{min-width:39px;padding:3px 4px;font-size:7px;font-style:normal}.wheel-team-slot>button{position:absolute;top:6px;right:6px;padding:4px 6px;border:0;border-radius:6px;color:#a71927;background:#fff0f1;font-size:8px;font-weight:900;opacity:0}.wheel-team-slot:hover>button,.wheel-team-slot>button:focus-visible{opacity:1}.wheel-team-slot.is-empty{border-style:dashed;background:#f8fafc;opacity:.7}.wheel-team-slot.is-empty>img{width:62px;opacity:.2;filter:grayscale(1)}.wheel-recent-results{grid-area:recent;display:grid;grid-template-columns:115px minmax(0,1fr);align-items:center;gap:14px;padding:4px 14px;border:1px solid rgba(16,28,57,.14);border-radius:12px;background:#fff}.wheel-recent-results ol{min-width:0;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px;margin:0;padding:0;list-style:none}.wheel-recent-results li{min-width:0;min-height:40px;display:flex;align-items:center;gap:5px;padding:5px 7px;border:1px solid rgba(16,28,57,.11);border-radius:8px;background:#fbfcfe}.wheel-recent-results li>img{width:34px;height:34px;object-fit:contain;image-rendering:pixelated}.wheel-recent-results li>span{min-width:0;display:grid}.wheel-recent-results li b{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.wheel-recent-results li small{color:var(--muted);font-size:8px;font-weight:800}.wheel-recent-results li.is-empty{grid-column:1 / -1;justify-content:center;color:var(--muted);font-size:11px;font-weight:800}.pokemon-wheel-guide{margin-top:16px}.wheel-content-section{display:grid;gap:24px;margin-top:16px;padding:34px 38px;border:1px solid rgba(16,28,57,.14);border-radius:20px;background:#fffdf6fa;box-shadow:0 6px #101c3917}.wheel-content-section header{max-width:850px}.wheel-content-section h2{margin:5px 0 9px;font-size:29px}.wheel-content-section p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.wheel-idea-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.wheel-idea-grid article{padding:18px;border:1px solid rgba(16,28,57,.13);border-radius:13px;background:#f5f9ff}.wheel-idea-grid span{color:var(--blue);font:950 9px monospace;letter-spacing:.08em}.wheel-idea-grid h3{margin:6px 0 7px;font-size:17px}.wheel-idea-grid p{font-size:12px}.wheel-filter-copy{grid-template-columns:1.25fr .75fr;gap:42px}.wheel-filter-copy>div p+p{margin-top:12px}.wheel-filter-copy aside{padding:22px;border-left:5px solid var(--red);border-radius:12px;background:#f5f9ff}.wheel-filter-copy aside h2{font-size:24px}.wheel-filter-copy aside p+p{margin-top:10px}.wheel-filter-copy a{color:var(--blue);font-weight:900}.pokemon-wheel-page .related-tools{margin-top:16px}.pokemon-wheel-page .tool-faq{margin-top:16px;border:1px solid rgba(16,28,57,.14);border-radius:20px;background:#fffdf6fa;box-shadow:0 6px #101c3917}.pokemon-wheel-page .tool-faq>div{grid-template-columns:repeat(3,1fr)}@media(min-width:1281px){.pokemon-wheel-center,.pokemon-wheel-controls{margin-top:-36px}.wheel-team-slot{min-height:148px;grid-template-rows:88px auto auto auto}.wheel-team-slot>img{width:90px;height:90px}}@media(max-width:1280px){.pokemon-wheel-workspace{grid-template-columns:220px minmax(390px,1fr) 360px;padding-inline:18px}.pokemon-wheel-stage{width:min(400px,33vw)}.pokemon-wheel-slot{transform:translate(-50%,-50%) rotate(calc(var(--slot) * 60deg)) translateY(-133px) rotate(calc(var(--slot) * -60deg - var(--wheel-rotation)))}.pokemon-wheel-slot img{width:61px;height:61px}.wheel-result-identity{grid-template-columns:145px minmax(0,1fr)}.wheel-result-identity>img{width:140px;height:138px}.wheel-team-slot{min-height:158px;grid-template-rows:80px auto auto auto}.wheel-team-slot>img{width:80px;height:80px}}@media(max-width:1050px){.pokemon-wheel-workspace{grid-template-columns:230px minmax(0,1fr);grid-template-areas:"heading heading" "filters wheel" "controls controls" "team team" "recent recent"}.wheel-workspace-heading{align-items:stretch;flex-direction:column}.wheel-mode-switcher{width:100%}.pokemon-wheel-stage{width:min(460px,60vw)}.pokemon-wheel-slot{transform:translate(-50%,-50%) rotate(calc(var(--slot) * 60deg)) translateY(-154px) rotate(calc(var(--slot) * -60deg - var(--wheel-rotation)))}.pokemon-wheel-controls{display:grid;grid-template-columns:1fr 1fr;gap:14px}.wheel-result-actions{margin-top:0}.wheel-result-note{grid-column:1 / -1;margin-top:0}.wheel-team-bench ol{grid-template-columns:repeat(3,1fr)}.wheel-idea-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.pokemon-wheel-workspace{grid-template-columns:1fr;grid-template-areas:"heading" "filters" "wheel" "controls" "team" "recent";margin-top:8px;padding:14px 12px}.wheel-workspace-title h2{font-size:23px}.wheel-workspace-title p{font-size:12px}.wheel-mode-switcher a{min-height:45px;font-size:11px}.pokemon-wheel-filters{grid-template-columns:1fr 1fr}.pokemon-wheel-filters>label:first-child,.wheel-advanced-filters{grid-column:1 / -1}.pokemon-wheel-stage{width:min(390px,88vw)}.pokemon-wheel-disc{border-width:11px}.pokemon-wheel-slot{width:82px;transform:translate(-50%,-50%) rotate(calc(var(--slot) * 60deg)) translateY(-129px) rotate(calc(var(--slot) * -60deg - var(--wheel-rotation)))}.pokemon-wheel-slot img{width:53px;height:53px}.pokemon-wheel-slot b{max-width:82px;font-size:10px}.pokemon-wheel-hub{width:88px;border-width:7px}.pokemon-wheel-hub img{width:55px}.pokemon-wheel-pointer{right:1px;border-top-width:21px;border-right-width:43px;border-bottom-width:21px}.pokemon-wheel-button{min-width:min(340px,88vw);font-size:14px}.pokemon-wheel-controls{display:block}.wheel-result-actions,.wheel-result-note{margin-top:14px}.wheel-team-bench header{align-items:flex-start;flex-direction:column}.wheel-team-bench ol{grid-template-columns:1fr 1fr}.wheel-recent-results{grid-template-columns:1fr}.wheel-recent-results ol{display:flex;overflow-x:auto;padding-bottom:4px}.wheel-recent-results li{min-width:132px}.wheel-recent-results li.is-empty{width:100%;min-width:100%}.wheel-idea-grid,.wheel-filter-copy,.pokemon-wheel-page .tool-faq>div{grid-template-columns:1fr}.wheel-filter-copy{gap:18px}}@media(max-width:430px){.wheel-workspace-title>img{width:42px;height:42px}.wheel-mode-switcher{grid-template-columns:1fr}.wheel-mode-switcher a{border-right:0;border-bottom:1px solid rgba(16,28,57,.14)}.wheel-mode-switcher a:last-child{border-bottom:0}.pokemon-wheel-filters{grid-template-columns:1fr}.pokemon-wheel-filters>label:first-child,.wheel-advanced-filters{grid-column:auto}.pokemon-wheel-stage{width:min(320px,88vw)}.pokemon-wheel-slot{width:68px;transform:translate(-50%,-50%) rotate(calc(var(--slot) * 60deg)) translateY(-104px) rotate(calc(var(--slot) * -60deg - var(--wheel-rotation)))}.pokemon-wheel-slot img{width:43px;height:43px}.pokemon-wheel-slot b{max-width:68px;font-size:8px}.pokemon-wheel-slot small{font-size:6px}.pokemon-wheel-hub{width:76px}.pokemon-wheel-hub img{width:47px}.wheel-result-identity{grid-template-columns:110px minmax(0,1fr);min-height:145px}.wheel-result-identity>img{width:105px;height:105px}.wheel-result-identity h2{font-size:26px}.wheel-result-actions{grid-template-columns:1fr}.wheel-team-bench{padding:13px 9px}.wheel-team-bench ol{gap:7px}.wheel-team-slot{min-height:150px;grid-template-rows:76px auto auto auto}.wheel-team-slot>img{width:76px;height:76px}.wheel-team-slot>b{font-size:12px}}
