.pokemon-page{--poke-red:#e65b55;--poke-blue:#5578bd}.pokemon-intro{padding:72px 20px 42px;text-align:center}.pokemon-intro h1{margin:16px 0 14px;font:800 clamp(48px,6vw,78px)/1 Manrope;letter-spacing:-4px}.pokemon-intro h1:after{content:".";color:var(--poke-red)}.pokemon-intro p{max-width:760px;margin:auto;color:var(--muted);font-size:16px;line-height:1.65}.pokemon-maker{width:min(1450px,calc(100% - 40px));margin:0 auto 90px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.pokemon-toolbar{min-height:92px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:5px solid var(--poke-red);border-bottom:1px solid var(--line)}.pokemon-editor{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(360px,.72fr);min-height:650px}.pokemon-board-wrap{padding:22px;background:#f5f2ea}.pokemon-board{border:1px solid var(--ink);border-radius:8px;overflow:hidden}.pokemon-tier{min-height:102px;display:grid;grid-template-columns:92px 1fr 34px;border-bottom:1px solid var(--ink)}.pokemon-tier:last-child{border-bottom:0}.pokemon-tier-label{border:0;border-right:1px solid var(--ink);background:var(--tier);font:800 30px Manrope}.pokemon-dropzone{padding:7px;display:flex;align-content:flex-start;align-items:center;flex-wrap:wrap;gap:6px;background:#fffdfa}.pokemon-row-menu{border:0;border-left:1px solid var(--line);background:#fff;color:#7b827e;font-weight:800}.pokemon-library{padding:24px;border-left:1px solid var(--line)}.pokemon-library-head>div{display:flex;align-items:center;gap:10px}.pokemon-library-head h2{margin:0;font:700 16px Manrope}.pokemon-library-head p{margin:2px 0 0;color:var(--muted);font-size:10px}.pokemon-search{height:46px;margin:20px 0 12px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px}.pokemon-search svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8}.pokemon-search input{width:100%;border:0;outline:0;font:500 13px DM Sans}.pokemon-filters{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.pokemon-filters button{padding:7px 10px;border:1px solid var(--line);border-radius:99px;background:#fff;font-size:10px;font-weight:700}.pokemon-filters button.active{border-color:var(--ink);background:var(--ink);color:#fff}.pokemon-pool-head{display:flex;justify-content:space-between;margin-bottom:9px;font-size:11px}.pokemon-pool-head span{color:var(--muted);font-size:9px}.pokemon-pool{height:378px;padding:7px;display:flex;align-content:flex-start;flex-wrap:wrap;gap:6px;overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fffdfa}.pokemon-card{width:72px;height:72px;padding:7px;display:grid;place-content:center;text-align:center;border:1px solid rgba(23,32,27,.18);border-radius:7px;background:#eef3ff;cursor:grab;font:700 10px/1.25 Manrope;box-shadow:0 2px 7px rgba(23,32,27,.06)}.pokemon-card:nth-child(4n+2){background:#fff1dc}.pokemon-card:nth-child(4n+3){background:#e7f4e9}.pokemon-card:nth-child(4n){background:#f0e8fa}.pokemon-card small{display:block;color:#69736d;font-size:8px}.pokemon-card.dragging{opacity:.3}.pokemon-dropzone.drag-over,.pokemon-pool.drag-over{outline:3px solid #8c73d5;outline-offset:-3px}.pokemon-load-more{width:100%;margin-top:8px;padding:10px;border:1px solid var(--line);border-radius:7px;background:#fff;font-weight:700}.pokemon-placeholder-note{margin:12px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.pokemon-section-heading{max-width:850px;margin:0 auto 40px;text-align:center}.pokemon-section-heading h2{margin:13px 0 9px;font:800 clamp(35px,4vw,52px)/1.08 Manrope;letter-spacing:-2.5px}.pokemon-section-heading p{color:var(--muted)}.pokemon-presets,.pokemon-guide{padding:90px max(20px,6vw);background:#f2eee4}.pokemon-preset-grid,.pokemon-guide-grid{max-width:1300px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.pokemon-preset-grid article,.pokemon-guide-grid article{padding:28px;border:1px solid var(--line);border-top:4px solid var(--poke-red);border-radius:12px;background:#fff}.pokemon-preset-grid article:nth-child(2){border-top-color:#8e75d1}.pokemon-preset-grid article:nth-child(3){border-top-color:#66b4bf}.pokemon-preset-grid article:nth-child(4){border-top-color:#d8ad55}.pokemon-preset-grid span{color:#765eb9;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.pokemon-preset-grid h3,.pokemon-guide-grid h3{font:700 19px Manrope}.pokemon-preset-grid p,.pokemon-guide-grid p{min-height:75px;color:var(--muted);font-size:13px;line-height:1.65}.pokemon-preset-grid button{width:100%;padding:13px;border:0;border-radius:7px;background:var(--lime);font-weight:800}.pokemon-guide{background:#fffaf1}.pokemon-guide-grid{grid-template-columns:repeat(3,1fr)}.pokemon-guide-grid article{border-top-color:#8e75d1}.pokemon-guide-grid b{color:#8e75d1;font-size:11px}.pokemon-faq{padding-top:90px}.pokemon-cta{margin-top:90px}@media(max-width:1000px){.pokemon-editor{grid-template-columns:1fr}.pokemon-library{border-left:0;border-top:1px solid var(--line)}.pokemon-preset-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.pokemon-intro h1{font-size:47px;letter-spacing:-2.8px}.pokemon-maker{width:calc(100% - 20px)}.pokemon-toolbar{align-items:stretch;flex-direction:column}.toolbar-actions{flex-wrap:wrap}.pokemon-board-wrap,.pokemon-library{padding:12px}.pokemon-tier{grid-template-columns:62px 1fr 28px;min-height:82px}.pokemon-card{width:60px;height:60px}.pokemon-preset-grid,.pokemon-guide-grid{grid-template-columns:1fr}.pokemon-preset-grid p{min-height:0}}
