*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--shell-red: #B01030;--shell-red-light: #C41E3A;--shell-red-dark: #8a0c26;--shell-red-darker: #6a081e;--shell-edge: #5a0618;--teal-screen: #0a3d3d;--teal-screen-light: #1a5a5a;--teal-text: #5ce0d6;--teal-text-dim: #3aaa9e;--bezel-white: #e8e4de;--bezel-shadow: #c0b8ac;--screen-bg: #f0ece6;--cyan-btn: #5ce0d6;--cyan-btn-light: #7aeee6;--cyan-btn-dark: #3ab8ae;--green-bar: #4aba5a;--green-bar-dark: #2a8a3a;--green-text: #1a3a1a;--font: "Press Start 2P", monospace}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:#1a1a2e;color:#fff;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-x:hidden}.header{width:100%;max-width:920px;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;gap:12px}.header-left{display:flex;align-items:center;gap:10px}.header-title{font-family:var(--font);font-size:24px;color:#ffde00;text-shadow:2px 2px 0 #B01030,-1px -1px 0 #000;letter-spacing:2px}.header-right{display:flex;align-items:center;gap:10px}.skill-count{font-family:var(--font);font-size:9px;color:var(--teal-text);background:var(--teal-screen);padding:4px 8px;border-radius:4px;border:1px solid var(--teal-text-dim)}.mute-btn{background:none;border:none;cursor:pointer;font-size:22px;padding:6px}.pokedex-shell{display:flex;max-width:920px;width:100%;margin:0 auto;gap:0;padding:0 8px}.panel{background:var(--shell-red);position:relative;padding:16px;border:3px solid var(--shell-edge)}.panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit}.panel-left{flex:1;min-width:0;border-radius:16px 0 0 16px;display:flex;flex-direction:column;gap:10px;background:linear-gradient(135deg,var(--shell-red-light) 0%,var(--shell-red) 30%,var(--shell-red-dark) 100%);box-shadow:inset 2px 2px 4px #ffffff1f,inset -2px -2px 4px #0000004d,4px 4px 12px #00000080}.hinge{width:24px;flex-shrink:0;background:linear-gradient(90deg,var(--shell-red-darker) 0%,var(--shell-red-dark) 30%,var(--shell-red) 50%,var(--shell-red-dark) 70%,var(--shell-red-darker) 100%);display:flex;flex-direction:column;justify-content:center;gap:8px;align-items:center;border-top:3px solid var(--shell-edge);border-bottom:3px solid var(--shell-edge)}.hinge-groove{width:16px;height:3px;background:#00000040;border-radius:2px;box-shadow:0 1px #ffffff14}.panel-right{flex:1;min-width:0;border-radius:0 16px 16px 0;display:flex;flex-direction:column;gap:8px;background:linear-gradient(225deg,var(--shell-red-light) 0%,var(--shell-red) 30%,var(--shell-red-dark) 100%);box-shadow:inset 2px 2px 4px #ffffff14,inset -2px -2px 4px #0000004d,4px 4px 12px #00000080;clip-path:polygon(0 0,25% 0,35% 14px,55% 14px,65% 0,100% 0,100% 100%,0 100%);padding-top:24px}.left-top-bar{display:flex;align-items:center;gap:12px;padding:4px 0}.led-lens{width:48px;height:48px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#aef0ff,#38d5e6 40%,#0a8a96 70%,#064d54);border:3px solid #e8e8e8;box-shadow:0 0 8px #5adcdc80,inset 0 0 6px #ffffff4d,0 2px 4px #0006;position:relative;flex-shrink:0}.led-lens-inner{position:absolute;top:50%;left:50%;width:28px;height:28px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 40% 35%,#7aeee6,#2bc 50%,#0a7a86)}.led-lens-highlight{position:absolute;top:8px;left:10px;width:12px;height:10px;border-radius:50%;background:#ffffffa6;filter:blur(1px)}.indicator-dots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.3);box-shadow:inset 0 1px 2px #ffffff4d,0 1px 2px #0000004d}.dot-red{background:radial-gradient(circle at 40% 35%,#ff6060,#cc2020)}.dot-yellow{background:radial-gradient(circle at 40% 35%,#ffee60,#ccaa20)}.dot-green{background:radial-gradient(circle at 40% 35%,#60ff60,#20aa20)}.screen-bezel{background:var(--bezel-white);border-radius:8px;padding:8px 10px 6px;box-shadow:inset 1px 1px 3px #00000026,0 2px 4px #0000004d;position:relative}.screen-leds{display:flex;justify-content:center;gap:8px;margin-bottom:4px}.micro-led{width:6px;height:6px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#f55,#a11);box-shadow:0 0 3px #ff323266}.screen{background:var(--screen-bg);border-radius:4px;border:2px solid #c0b8aa;min-height:300px;max-height:380px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.scanlines{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);pointer-events:none;z-index:2}.screen-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:10px}.sprite{image-rendering:pixelated;width:280px;height:280px;max-width:280px;max-height:280px;object-fit:contain;filter:drop-shadow(2px 2px 0 rgba(0,0,0,.25));transition:transform .3s ease;animation:spriteFloat 3s ease-in-out infinite}@keyframes spriteFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.sprite:hover{transform:scale(1.15);animation-play-state:paused}.screen.flicker{animation:screenFlicker .2s}@keyframes screenFlicker{0%{opacity:1}25%{opacity:.4}50%{opacity:.9}75%{opacity:.3}to{opacity:1}}.screen.rejected{animation:rejectFlash .5s}@keyframes rejectFlash{0%{background:var(--screen-bg)}20%{background:#ff2020}40%{background:var(--screen-bg)}60%{background:#ff2020}80%{background:var(--screen-bg)}to{background:var(--screen-bg)}}.speaker-grill{display:flex;flex-direction:column;gap:2px;align-self:flex-end;margin-top:4px;width:50%;margin-left:auto}.speaker-line{height:2px;background:#a09888;border-radius:1px;opacity:.6}.controls-row{display:flex;align-items:center;gap:8px;padding:4px 0}.ctrl-big-circle{width:44px;height:44px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#555,#222);border:2px solid #111;cursor:pointer;box-shadow:0 2px 4px #0006,inset 0 1px 2px #ffffff1a;display:flex;align-items:center;justify-content:center;transition:transform .1s,box-shadow .1s;position:relative;flex-shrink:0}.ctrl-big-circle:active{transform:scale(.92);box-shadow:0 1px 2px #0006}.ctrl-big-circle.active{background:radial-gradient(circle at 40% 35%,gold,#ffa000);box-shadow:0 0 8px #ffd70099,0 2px 4px #0006}.shiny-star{color:#888;font-size:14px;line-height:1}.ctrl-big-circle.active .shiny-star{color:#fff}.ctrl-pill{width:44px;height:16px;border-radius:8px;border:1px solid rgba(0,0,0,.3);cursor:pointer;box-shadow:0 1px 2px #0000004d,inset 0 1px 1px #ffffff26;transition:transform .1s}.ctrl-pill:active{transform:scale(.9)}.ctrl-pill-red{background:linear-gradient(180deg,#d34,#a12)}.ctrl-pill-blue{background:linear-gradient(180deg,#38d,#15a)}.dpad{display:grid;grid-template-areas:". up ." "left center right" ". down .";grid-template-columns:24px 24px 24px;grid-template-rows:24px 24px 24px;gap:0;margin-left:auto;flex-shrink:0}.dpad-btn{background:#222;border:1px solid #111;color:#666;font-size:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0006;transition:background .1s}.dpad-btn:active{background:#444;color:#aaa}.dpad-up{grid-area:up;border-radius:3px 3px 0 0}.dpad-down{grid-area:down;border-radius:0 0 3px 3px}.dpad-left-dir{grid-area:left;border-radius:3px 0 0 3px}.dpad-right-dir{grid-area:right;border-radius:0 3px 3px 0}.dpad-center{grid-area:center;background:#222}.green-info-bar{background:linear-gradient(180deg,var(--green-bar),var(--green-bar-dark));border-radius:4px;padding:8px 10px;display:flex;justify-content:space-between;align-items:center;box-shadow:inset 0 1px 2px #fff3,0 2px 4px #0000004d;border:1px solid rgba(0,0,0,.2)}.skill-name-display{font-family:var(--font);font-size:10px;color:var(--green-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70%}.skill-level-display{font-family:var(--font);font-size:10px;color:var(--green-text);flex-shrink:0}.teal-screen{background:var(--teal-screen);border-radius:4px;border:2px solid rgba(0,0,0,.3);box-shadow:inset 0 1px 4px #0006,0 1px #ffffff0d;padding:8px;font-family:var(--font)}.stats-screen{min-height:100px}.screen-label{font-size:10px;color:var(--teal-text);margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-line{display:flex;align-items:center;gap:4px;font-size:8px;color:var(--teal-text-dim);margin-bottom:3px}.stat-line span:first-child{width:40px;flex-shrink:0;color:var(--teal-text)}.stat-val{width:30px;text-align:right;color:#fff;flex-shrink:0}.stat-bar-container{flex:1;height:8px;background:#00000059;border-radius:4px;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.stat-bar-fill{height:100%;border-radius:4px;transition:width .5s cubic-bezier(.16,1,.3,1);background:var(--teal-text)}.stat-bar-fill.low{background:#f55}.stat-bar-fill.mid{background:#fe5}.stat-bar-fill.high{background:#5e8}.blue-button-grid{display:flex;flex-wrap:wrap;gap:4px}.type-badge{font-family:var(--font);font-size:8px;padding:5px 10px;border-radius:3px;color:#fff;background:var(--cyan-btn);border:1px solid rgba(0,0,0,.2);box-shadow:0 1px 2px #0000004d,inset 0 1px #fff3;text-transform:uppercase;white-space:nowrap}.type-water{background:#6390f0}.type-fire{background:#ee8130}.type-electric{background:#f7d02c;color:#333}.type-grass{background:#7ac74c}.type-psychic{background:#f95587}.type-ghost{background:#735797}.type-fighting{background:#c22e28}.type-ice{background:#96d9d6;color:#333}.type-dragon{background:#6f35fc}.type-normal{background:#a8a77a}.type-poison{background:#a33ea1}.type-rock{background:#b6a136}.type-flying{background:#a98ff3}.type-bug{background:#a6b91a}.type-steel{background:#b7b7ce;color:#333}.type-fairy{background:#d685ad}.description-screen{min-height:48px}.description-text{font-family:var(--font);font-size:8px;color:var(--teal-text);line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}.moves-screen{display:flex;gap:6px;align-items:stretch}.move-display{flex:1}.move-name{font-size:10px;color:#fff;margin-bottom:4px}.move-meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:4px}.move-type-badge{font-size:7px;padding:3px 8px;border-radius:2px;background:var(--cyan-btn);color:#000}.move-learn{font-size:7px;color:var(--teal-text-dim)}.move-stats-row{display:flex;gap:8px;font-size:7px;color:var(--teal-text-dim)}.move-nav{display:flex;flex-direction:column;gap:4px;justify-content:center}.move-nav-btn{font-family:var(--font);font-size:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--teal-text);border-radius:3px;cursor:pointer;padding:3px 6px;transition:background .15s}.move-nav-btn:hover{background:#ffffff26}.move-nav-btn:active{background:#ffffff40}.white-action-buttons{display:flex;gap:8px;justify-content:center}.white-btn{font-family:var(--font);font-size:10px;padding:10px 18px;background:linear-gradient(180deg,#f0ece6,#d8d4cc);border:2px solid #bbb8b0;border-radius:4px;cursor:pointer;color:#333;box-shadow:0 2px 4px #0000004d,inset 0 1px #fff9;transition:transform .1s,box-shadow .1s;flex:1;text-align:center}.white-btn:active{transform:translateY(1px);box-shadow:0 1px 2px #0000004d}.gold-indicator-row{display:flex;align-items:center;gap:8px;padding:2px 0}.gold-circle{width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 35% 35%,gold,#b8860b);border:1px solid rgba(0,0,0,.3);box-shadow:0 1px 2px #0000004d;flex-shrink:0}.page-indicator{font-family:var(--font);font-size:9px;color:#fff9}.right-bottom-btns{display:flex;gap:8px}.dark-btn{font-family:var(--font);font-size:8px;padding:8px 14px;background:var(--teal-screen);border:2px solid rgba(0,0,0,.3);border-radius:3px;cursor:pointer;color:var(--teal-text);box-shadow:0 2px 4px #0000004d,inset 0 1px #ffffff0d;transition:transform .1s,background .15s;flex:1;text-align:center}.dark-btn:hover{background:var(--teal-screen-light)}.dark-btn:active{transform:translateY(1px)}.mobile-bottom-bar{display:none;width:100%;max-width:920px;padding:8px 16px;flex-direction:column;gap:6px}.name-input-area{width:100%}.name-input-box{background:var(--teal-screen);border:2px solid var(--teal-text-dim);border-radius:4px;padding:2px}.name-input{font-family:var(--font);font-size:8px;background:transparent;border:none;color:var(--teal-text);padding:8px;width:100%;outline:none}.name-input::placeholder{color:var(--teal-text-dim);opacity:.5}.mobile-actions{display:flex;gap:4px;flex-wrap:wrap}.mobile-action-btn{font-family:var(--font);font-size:6px;padding:6px 8px;background:var(--shell-red);border:2px solid var(--shell-red-dark);border-radius:4px;color:#fff;cursor:pointer;flex:1;min-width:50px;text-align:center;transition:background .15s}.mobile-action-btn:active{background:var(--shell-red-dark)}.mobile-add-btn{background:#2a8a3a;border-color:#1a6a2a}.mobile-share-btn{background:#36a;border-color:#248}.mobile-download-btn{background:#a63;border-color:#842}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:none;align-items:center;justify-content:center;z-index:100;padding:16px}.overlay.active{display:flex}.overlay-panel{background:var(--shell-red);border:3px solid var(--shell-edge);border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 32px #0009,inset 1px 1px 2px #ffffff1a}.add-panel{max-width:540px}.overlay-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--shell-red-dark);font-family:var(--font);font-size:9px;color:#ffde00;border-bottom:2px solid var(--shell-edge)}.overlay-close{font-family:var(--font);font-size:12px;background:none;border:none;color:#fff;cursor:pointer;padding:4px}.overlay-body{padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.overlay-input,.overlay-select{font-family:var(--font);font-size:8px;background:var(--teal-screen);border:2px solid var(--teal-text-dim);color:var(--teal-text);padding:8px;border-radius:4px;width:100%;outline:none}.overlay-input::placeholder{color:var(--teal-text-dim);opacity:.5}.overlay-input:focus,.overlay-select:focus{border-color:var(--teal-text);box-shadow:0 0 4px #5ce0d64d}.overlay-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.overlay-select option{background:#0a2d2d;color:var(--teal-text)}.overlay-textarea{font-family:var(--font);font-size:7px;background:var(--teal-screen);border:2px solid var(--teal-text-dim);color:var(--teal-text);padding:10px;border-radius:4px;width:100%;resize:vertical;outline:none;line-height:1.8}.overlay-textarea::placeholder{color:var(--teal-text-dim);opacity:.4}.overlay-textarea:focus{border-color:var(--teal-text);box-shadow:0 0 4px #5ce0d64d}.skill-md-textarea{min-height:200px}.char-count{font-family:var(--font);font-size:6px;color:var(--teal-text-dim);text-align:right}.add-tabs{display:flex;gap:2px;margin-bottom:4px}.add-tab{font-family:var(--font);font-size:7px;padding:6px 10px;background:var(--shell-red-dark);border:2px solid var(--shell-edge);border-bottom:none;border-radius:6px 6px 0 0;color:#ffffff80;cursor:pointer;flex:1;text-align:center;transition:background .15s,color .15s}.add-tab.active{background:var(--teal-screen);color:var(--teal-text);border-color:var(--teal-text-dim)}.add-section.hidden{display:none}.form-label{font-family:var(--font);font-size:7px;color:#ffffffb3;margin-top:4px}.form-error{font-family:var(--font);font-size:7px;color:#f44;min-height:16px;text-align:center}.submit-btn{font-family:var(--font);font-size:8px;padding:10px 16px;background:linear-gradient(180deg,var(--cyan-btn-light),var(--cyan-btn-dark));border:2px solid rgba(0,0,0,.2);border-radius:6px;color:#000;cursor:pointer;text-align:center;box-shadow:0 2px 4px #0000004d,inset 0 1px #ffffff4d;transition:transform .1s,box-shadow .1s}.submit-btn:active{transform:translateY(1px);box-shadow:0 1px 2px #0000004d}.submit-btn.secondary{background:linear-gradient(180deg,#e8e4de,#c8c4be);color:#333}.search-results{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#ffffff0d;border-radius:4px;font-family:var(--font);font-size:7px;color:var(--teal-text);cursor:pointer;transition:background .15s;gap:6px}.search-result-item:hover{background:#5ce0d61a}.share-body{align-items:center}.share-body canvas{width:100%;max-width:100%;height:auto;border-radius:4px;border:2px solid var(--teal-text-dim)}.share-actions{display:flex;gap:8px;width:100%}.share-actions .submit-btn{flex:1}.capture-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:none;align-items:center;justify-content:center;z-index:200;flex-direction:column}.capture-overlay.active{display:flex}.pokeball-anim{width:80px;display:none;flex-direction:column;align-items:center;animation:pokeWobble 1.2s ease-in-out}@keyframes pokeWobble{0%{transform:translateY(-100px) rotate(0)}30%{transform:translateY(0) rotate(0)}40%{transform:rotate(-15deg)}50%{transform:rotate(15deg)}60%{transform:rotate(-10deg)}70%{transform:rotate(10deg)}80%{transform:rotate(-5deg)}90%{transform:rotate(3deg)}to{transform:rotate(0)}}.pokeball-top{width:80px;height:40px;background:#e33;border-radius:80px 80px 0 0;border:3px solid #333;border-bottom:none}.pokeball-mid{width:80px;height:12px;background:#333;display:flex;align-items:center;justify-content:center}.pokeball-button{width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #333;z-index:1}.pokeball-bottom{width:80px;height:40px;background:#fff;border-radius:0 0 80px 80px;border:3px solid #333;border-top:none}.capture-flash{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;opacity:0;pointer-events:none}.capture-flash.flash{animation:captureFlash .4s}@keyframes captureFlash{0%{opacity:0}30%{opacity:1}to{opacity:0}}.capture-reveal{display:none;flex-direction:column;align-items:center;gap:16px}.capture-reveal.active{display:flex}.capture-reveal img{width:120px;height:120px;image-rendering:pixelated;animation:revealBounce .5s cubic-bezier(.16,1,.3,1)}@keyframes revealBounce{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.capture-name{font-family:var(--font);font-size:12px;color:#ffde00;text-shadow:2px 2px 0 #000}.footer{padding:16px;text-align:center;width:100%}.footer a{font-family:var(--font);font-size:7px;color:#ffffff4d;text-decoration:none;transition:color .2s}.footer a:hover{color:#fff9}@media(max-width:768px){.pokedex-shell{flex-direction:column;padding:0 4px}.panel-left{border-radius:16px 16px 0 0}.hinge{width:100%;height:20px;flex-direction:row;border-top:none;border-bottom:none;border-left:3px solid var(--shell-edge);border-right:3px solid var(--shell-edge)}.hinge-groove{width:3px;height:12px}.panel-right{border-radius:0 0 16px 16px;clip-path:none;padding-top:16px}.mobile-bottom-bar{display:flex}.header-title{font-size:14px}.skill-count{font-size:6px}.screen{min-height:180px;max-height:240px}.sprite{max-width:140px;max-height:140px}.white-action-buttons{gap:4px}.white-btn{font-size:6px;padding:6px 8px}}@media(max-width:480px){.header{padding:8px}.header-title{font-size:12px}.panel{padding:10px}.led-lens{width:36px;height:36px}.led-lens-inner{width:20px;height:20px}.led-lens-highlight{width:8px;height:7px;top:6px;left:7px}.dot{width:8px;height:8px}.screen{min-height:160px;max-height:220px}.sprite{max-width:120px;max-height:120px}.dpad{grid-template-columns:16px 16px 16px;grid-template-rows:16px 16px 16px}.dpad-btn{font-size:6px}.ctrl-big-circle{width:28px;height:28px}.shiny-star{font-size:11px}.ctrl-pill{width:28px;height:10px}}@media print{body{background:#fff}.mobile-bottom-bar,.footer,.header{display:none}}
