html,body{height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f1f5f9;background:#1a1a2e;font-family:Segoe UI,system-ui,-apple-system,sans-serif}#root{flex-direction:column;height:100dvh;display:flex}.prof-oak{flex-shrink:0;transition:transform .3s;position:relative}.oak-image-container{justify-content:center;align-items:flex-end;width:140px;height:180px;display:flex;position:relative}.oak-image{object-fit:contain;filter:drop-shadow(0 4px 12px #00000080);width:130px;height:auto;max-height:175px;image-rendering:-webkit-optimize-contrast;transition:transform .4s}.prof-oak:not(.thinking):not(.pointing):not(.speaking) .oak-image{animation:4s ease-in-out infinite oakIdle}@keyframes oakIdle{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.prof-oak.thinking .oak-image{animation:2s ease-in-out infinite oakThink}@keyframes oakThink{0%,to{transform:rotate(0)translateY(0)}25%{transform:rotate(-1deg)translateY(-2px)}75%{transform:rotate(1deg)translateY(-2px)}}.prof-oak.speaking .oak-image{animation:1.5s ease-in-out infinite oakSpeak}@keyframes oakSpeak{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-2px)scale(1.01)}}.prof-oak.pointing .oak-image{transform:scaleX(-1)}.prof-oak.pointing.speaking .oak-image{animation:1.5s ease-in-out infinite oakPointSpeak}@keyframes oakPointSpeak{0%,to{transform:scaleX(-1)translateY(0)}50%{transform:scaleX(-1)translateY(-2px)}}.oak-speech-bubble{z-index:20;animation:.4s cubic-bezier(.34,1.56,.64,1) bubbleAppear;position:absolute;top:-10px;left:50%;transform:translate(-50%)}@keyframes bubbleAppear{0%{opacity:0;transform:translate(-50%)scale(.5)translateY(10px)}to{opacity:1;transform:translate(-50%)scale(1)translateY(0)}}.speech-bubble-content{color:#333;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:2px solid #e0e0e0;border-radius:14px;max-width:200px;padding:6px 12px;font-size:11px;font-weight:600;overflow:hidden;box-shadow:0 2px 8px #0003}.speech-bubble-tail{filter:drop-shadow(0 2px 2px #0000001a);border-top:10px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.pointer-overlay{z-index:5;transform-origin:100% 100%;animation:2.5s ease-in-out infinite pointerSwing;position:absolute;top:25%;right:-30px}.pointer-stick-real{background:linear-gradient(90deg,#ddd,#8b6914,#a67c1a,#c49520);border-radius:2px;width:60px;height:5px;transform:rotate(-35deg);box-shadow:0 2px 4px #0000004d}.pointer-stick-real:before{content:"";background:#eee;border:1px solid #ccc;border-radius:50%;width:10px;height:10px;position:absolute;top:-3px;left:-3px}@keyframes pointerSwing{0%,to{transform:rotate(0)}30%{transform:rotate(-8deg)}60%{transform:rotate(5deg)}}.oak-thinking-overlay{z-index:10;gap:4px;display:flex;position:absolute;top:5px;right:-5px}.think-dot{background:#ffffffe6;border-radius:50%;width:10px;height:10px;animation:1.2s ease-in-out infinite thinkBounce;box-shadow:0 1px 4px #0003}.think-dot.d1{width:8px;height:8px;animation-delay:0s}.think-dot.d2{animation-delay:.2s}.think-dot.d3{width:12px;height:12px;animation-delay:.4s}@keyframes thinkBounce{0%,to{opacity:.4;transform:translateY(0)scale(.8)}50%{opacity:1;transform:translateY(-8px)scale(1.1)}}@media (width<=768px){.oak-image-container{width:110px;height:150px}.oak-image{width:105px}.speech-bubble-content{max-width:160px;font-size:10px}}.board-wrapper{justify-content:center;width:100%;display:flex}.presentation-board{width:100%;max-width:560px;position:relative}.board-frame{background:#2d5a27;border:6px solid #8b6914;border-radius:6px;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #0000004d,0 4px 20px #0006,0 0 0 2px #6b4f10}.board-surface{scroll-behavior:smooth;max-height:60vh;padding:16px;overflow-y:auto}.board-surface::-webkit-scrollbar{width:5px}.board-surface::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.board-scroll-arrow{z-index:10;color:gold;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:2px solid #ffd70066;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;animation:2s ease-in-out infinite arrowPulse;display:flex;position:absolute;right:-38px}.board-scroll-arrow:hover{background:#ffd70033;border-color:gold;transform:scale(1.1)}.board-scroll-arrow.up{top:12px}.board-scroll-arrow.down{bottom:12px}@keyframes arrowPulse{0%,to{box-shadow:0 0 #ffd7004d}50%{box-shadow:0 0 8px 2px #ffd70026}}.board-easel{justify-content:center;height:40px;display:flex;position:relative}.easel-leg{background:linear-gradient(90deg,#8b6914,#a67c1a,#8b6914);border-radius:0 0 3px 3px;width:6px;height:40px;position:absolute;top:0}.easel-leg.left{left:30%;transform:rotate(-8deg)}.easel-leg.right{right:30%;transform:rotate(8deg)}.easel-shelf{background:linear-gradient(#a67c1a,#8b6914);border-radius:0 0 4px 4px;width:60%;height:8px;position:absolute;top:0;box-shadow:0 2px 4px #0000004d}.evo-full-view{flex-direction:column;gap:0;display:flex}.evo-title{text-align:center;color:gold;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #ffd70033;margin-bottom:12px;padding-bottom:10px;font-size:14px;font-weight:800}.evo-cards-list{flex-direction:column;gap:0;display:flex}.evo-arrow-divider{flex-direction:column;align-items:center;padding:6px 0;display:flex}.evo-arrow-line{background:linear-gradient(#ffd7001a,#ffd70080);width:2px;height:16px}.evo-arrow-icon{color:gold;filter:drop-shadow(0 0 4px #ffd70080);font-size:14px;line-height:1;animation:1.5s ease-in-out infinite arrowBounce}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.evo-arrow-text{color:#ffd700b3;margin-top:2px;font-size:10px;font-weight:600}.poke-full-card{background:#00000040;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:4px;padding:14px;animation:.5s both cardFadeIn}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pfc-header{align-items:flex-start;gap:14px;margin-bottom:10px;display:flex}.pfc-sprite{object-fit:contain;filter:drop-shadow(0 4px 12px #00000080);background:#ffffff0a;border-radius:8px;flex-shrink:0;width:120px;height:120px}.pfc-title{flex:1;min-width:0}.pfc-number{color:#fff6;font-size:11px;font-weight:600}.pfc-name{color:gold;text-shadow:0 1px 3px #00000080;font-size:20px;font-weight:800;line-height:1.2}.pfc-genus{color:#ffffff80;margin-top:1px;font-size:11px;font-style:italic}.pfc-types{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.pfc-type{color:#fff;text-shadow:0 1px 1px #0000004d;letter-spacing:.5px;border-radius:10px;padding:3px 10px;font-size:10px;font-weight:700}.pfc-trigger{color:#ffd70099;margin-top:4px;font-size:10px;font-weight:600}.pfc-section{border-top:1px solid #ffffff0f;padding:8px 0}.pfc-section-title{color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:11px;font-weight:700}.pfc-flavor{color:#ffffffb3;font-size:12px;font-style:italic;line-height:1.5}.pfc-row{flex-wrap:wrap;gap:6px;display:flex}.pfc-stat-box{background:#ffffff0d;border-radius:8px;flex-direction:column;flex:1;align-items:center;min-width:60px;padding:6px 12px;display:flex}.pfc-stat-label{color:#fff6;text-transform:uppercase;font-size:9px}.pfc-stat-value{color:#fff;font-size:14px;font-weight:700}.pfc-stats{flex-direction:column;gap:4px;display:flex}.pfc-stat-row{align-items:center;gap:6px;display:flex}.pfc-s-label{color:#fff9;text-align:right;flex-shrink:0;width:58px;font-size:10px;font-weight:600}.pfc-s-bar{background:#0000004d;border-radius:5px;flex:1;height:10px;overflow:hidden}.pfc-s-fill{border-radius:5px;height:100%;transition:width .8s}.pfc-s-val{color:#fff;text-align:right;flex-shrink:0;width:26px;font-size:11px;font-weight:700}.pfc-abilities{flex-wrap:wrap;gap:4px;display:flex}.pfc-ability{color:#fffc;background:#ffffff14;border-radius:8px;padding:3px 10px;font-size:11px;font-weight:600}.pfc-ability.hidden-ability{color:gold;border:1px dashed #ffd7004d}.pfc-details{gap:4px}.pfc-detail{background:#ffffff0a;border-radius:6px;flex-direction:column;min-width:70px;padding:4px 8px;display:flex}.pfc-d-label{color:#ffffff59;text-transform:uppercase;letter-spacing:.5px;font-size:8px}.pfc-d-value{color:#fffc;font-size:11px;font-weight:600}.pfc-moves{flex-wrap:wrap;gap:3px;display:flex}.pfc-move{color:#fff9;background:#ffffff0f;border-radius:6px;padding:2px 8px;font-size:9px;font-weight:500}.pfc-move.more{color:#ffd70080;font-style:italic}.pfc-tags{flex-wrap:wrap;gap:4px;padding-top:6px;display:flex}.pfc-tag{letter-spacing:.5px;border-radius:8px;padding:2px 10px;font-size:10px;font-weight:700}.pfc-tag.legendary{color:gold;background:#ffd70026;border:1px solid #ffd7004d}.pfc-tag.mythical{color:#c77dff;background:#c864ff26;border:1px solid #c864ff4d}.pfc-tag.held{color:#ffffff80;background:#64c8961a;font-weight:500}.board-type-badge{color:#fff;text-shadow:0 1px 1px #0000004d;letter-spacing:.5px;border-radius:8px;padding:2px 8px;font-size:9px;font-weight:700}.board-types-full{flex-direction:column;gap:10px;display:flex}.matchup-box{background:#0003;border-radius:10px;flex-direction:column;gap:8px;padding:10px;display:flex}.matchup-group{flex-direction:column;gap:4px;display:flex}.matchup-label{letter-spacing:1px;text-transform:uppercase;font-size:10px;font-weight:800}.matchup-label.weak{color:#ff6b6b}.matchup-label.resist{color:#69db7c}.matchup-label.immune{color:#74c0fc}.matchup-list{flex-wrap:wrap;gap:4px;display:flex}.form-section{opacity:0;width:100%;margin-top:12px;transition:all .5s;transform:translateY(15px)}.form-section.visible{opacity:1;transform:translateY(0)}.form-banner{text-align:center;letter-spacing:3px;border-top:1px solid;border-bottom:1px solid;padding:5px 0;font-size:11px;font-weight:800}.form-showcase{flex-wrap:wrap;justify-content:center;gap:10px;padding:10px 0;display:flex}.form-card{background:var(--card-bg);border:1px solid var(--card-border);opacity:0;border-radius:12px;flex-direction:column;align-items:center;min-width:110px;max-width:140px;padding:10px;transition:all .7s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;transform:scale(.4)}.form-card.revealed{opacity:1;transform:scale(1)}.form-card-glow{background:radial-gradient(circle, var(--card-glow), transparent);opacity:.15;pointer-events:none;animation:3s ease-in-out infinite formGlow;position:absolute;inset:-20px}@keyframes formGlow{0%,to{opacity:.1}50%{opacity:.25}}.form-card-sprite{object-fit:contain;width:100px;height:100px;filter:drop-shadow(0 2px 8px var(--card-glow));z-index:1;position:relative}.form-card.revealed .form-card-sprite{animation:.6s ease-out .2s both formSpriteIn}@keyframes formSpriteIn{0%{filter:brightness(3)saturate(0);transform:scale(.8)}to{filter:brightness(1) saturate(1) drop-shadow(0 2px 8px var(--card-glow));transform:scale(1)}}.form-card-name{text-align:center;z-index:1;margin-top:4px;font-size:11px;font-weight:700}.form-card-types{z-index:1;gap:3px;margin-top:3px;display:flex}.form-card-label{color:#ffffff80;z-index:1;margin-top:2px;font-size:9px}.form-item-row{z-index:1;background:#ffffff0f;border-radius:8px;align-items:center;gap:4px;margin-top:4px;padding:3px 8px;display:flex}.form-item-sprite{object-fit:contain;width:24px;height:24px;image-rendering:pixelated;filter:drop-shadow(0 1px 3px #0000004d)}.form-item-name{color:#ffffffa6;font-size:9px;font-weight:600}.form-mini-stats{z-index:1;border-top:1px solid #ffffff14;width:100%;margin-top:6px;padding-top:6px}.form-mini-row{color:#ffffff80;justify-content:space-between;padding:1px 0;font-size:9px;display:flex}.form-mini-row span:last-child{color:#ffffffb3;font-weight:700}.zmove-card{opacity:0;background:#ffa5000f;border:1px solid #ffa50033;border-radius:14px;align-items:center;gap:14px;max-width:420px;margin:10px auto 4px;padding:14px 18px;transition:all .6s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;transform:translateY(10px)scale(.9)}.zmove-card:before{content:"";pointer-events:none;background:radial-gradient(at 20%,#ffa5001a,#0000 70%);position:absolute;inset:0}.zmove-card.revealed{opacity:1;transform:translateY(0)scale(1)}.zmove-pokemon-img{flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:relative}.zmove-sprite{object-fit:contain;filter:drop-shadow(0 2px 10px #ffa50066);z-index:2;width:80px;height:80px;animation:2s ease-in-out infinite zmoveGlow;position:relative}@keyframes zmoveGlow{0%,to{filter:drop-shadow(0 2px 10px #ffa5004d)}50%{filter:drop-shadow(0 2px 18px #ffa50099)}}.zmove-crystal{clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);z-index:3;background:linear-gradient(135deg,gold,#ff8c00,gold);width:28px;height:28px;animation:4s linear infinite crystalSpin;position:absolute;bottom:-2px;right:-2px;box-shadow:0 0 12px #ffa50080}@keyframes crystalSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.zmove-info{z-index:1;flex-direction:column;gap:3px;display:flex}.zmove-name{letter-spacing:.5px;font-size:14px;font-weight:800}.zmove-detail{color:#fff9;font-size:11px}.zmove-detail strong{color:#ffffffd9}.zmove-note{color:#ffa500b3;font-size:10px;font-style:italic}.board-text-response{animation:.4s ease-out fadeSlideIn}.board-text-content{color:#e8e0c8;padding:8px 4px;font-size:14px;line-height:1.7}.board-text-content p{margin-bottom:.6em}.board-text-content strong{color:gold;font-weight:600}.board-text-content em{color:#a8d8a0;font-style:italic}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.board-frame{border-width:4px}.board-surface{padding:10px}.pfc-sprite{width:90px;height:90px}.pfc-name{font-size:16px}.form-card{min-width:90px}.form-card-sprite{width:80px;height:80px}}*{box-sizing:border-box;margin:0;padding:0}.app{color:#f1f5f9;flex-direction:column;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.outdoor-bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.sky{background:linear-gradient(#4a90d9 0%,#72b4e8 25%,#9dd4f5 45%,#b8e4f8 55%,#d4f0d4 70%,#8bc34a 78%,#6daa3c 82%,#5a9432 100%);position:absolute;inset:0}.cloud{filter:blur(1px);background:#ffffffd9;border-radius:50px;position:absolute}.cloud:before,.cloud:after{content:"";background:#ffffffd9;border-radius:50%;position:absolute}.cloud-1{width:120px;height:36px;animation:35s linear infinite cloudDrift;top:8%;left:10%}.cloud-1:before{width:50px;height:50px;top:-22px;left:20px}.cloud-1:after{width:40px;height:40px;top:-18px;left:55px}.cloud-2{opacity:.7;width:100px;height:30px;animation:42s linear 10s infinite cloudDrift;top:14%;right:15%}.cloud-2:before{width:45px;height:45px;top:-20px;left:15px}.cloud-2:after{width:35px;height:35px;top:-15px;left:45px}.cloud-3{opacity:.5;width:80px;height:24px;animation:50s linear 20s infinite cloudDrift;top:5%;left:55%}.cloud-3:before{width:35px;height:35px;top:-16px;left:12px}.cloud-3:after{width:28px;height:28px;top:-12px;left:38px}@keyframes cloudDrift{0%{transform:translate(0)}to{transform:translate(120vw)}}.sun{background:radial-gradient(circle,#fff9c4,#ffd54f,#ffb300);border-radius:50%;width:60px;height:60px;animation:4s ease-in-out infinite sunGlow;position:absolute;top:6%;right:8%;box-shadow:0 0 40px #ffd54f99,0 0 80px #ffb7004d}@keyframes sunGlow{0%,to{box-shadow:0 0 40px #ffd54f99,0 0 80px #ffb7004d}50%{box-shadow:0 0 50px #ffd54fcc,0 0 100px #ffb70066}}.hills{height:45%;position:absolute;bottom:0;left:0;right:0}.hill{border-radius:50%;position:absolute}.hill-1{background:linear-gradient(#6daa3c,#5a9432);width:140%;height:300px;bottom:-120px;left:-20%}.hill-2{background:linear-gradient(#7bc043,#63a835);width:100%;height:250px;bottom:-100px;right:-10%}.hill-3{background:linear-gradient(#8bc34a,#73b03e);width:120%;height:200px;bottom:-80px;left:-10%}.grass-tuft{width:0;height:0;position:absolute;bottom:0}.grass-tuft:before,.grass-tuft:after{content:"";background:#4a7a25;border-radius:3px 3px 0 0;width:4px;height:18px;position:absolute;bottom:0}.grass-tuft:before{left:-4px;transform:rotate(-12deg)}.grass-tuft:after{left:2px;transform:rotate(12deg)}.grass-1{bottom:18%;left:5%}.grass-2{bottom:15%;left:15%}.grass-3{bottom:20%;left:30%}.grass-4{bottom:17%;right:25%}.grass-5{bottom:19%;right:10%}.grass-6{bottom:16%;left:45%}.tall-grass{gap:2px;display:flex;position:absolute;bottom:12%}.tall-grass span{transform-origin:bottom;background:linear-gradient(#3d7a1c,#5a9e2e);border-radius:3px 3px 0 0;width:6px;height:20px;animation:3s ease-in-out infinite grassSway;display:block}.tall-grass span:nth-child(2){height:24px;animation-delay:.2s}.tall-grass span:nth-child(3){height:18px;animation-delay:.4s}.tall-grass span:nth-child(4){height:22px;animation-delay:.1s}.tall-grass span:nth-child(5){height:20px;animation-delay:.3s}.tall-grass-1{left:8%}.tall-grass-2{right:12%}.tall-grass-3{left:50%}@keyframes grassSway{0%,to{transform:rotate(0)}25%{transform:rotate(4deg)}75%{transform:rotate(-4deg)}}.tree{position:absolute;bottom:18%}.tree-trunk{background:linear-gradient(90deg,#6d4c2a,#8b6333,#6d4c2a);border-radius:3px;width:12px;height:30px;margin:0 auto}.tree-top{background:radial-gradient(circle at 40% 40%,#4caf50,#2e7d32);border-radius:50%;width:50px;height:50px;position:relative;left:-19px;box-shadow:inset -6px -6px 12px #00000026}.tree-top:before{content:"";background:radial-gradient(circle at 40% 40%,#66bb6a,#388e3c);border-radius:50%;width:38px;height:38px;position:absolute;top:-14px;left:6px}.tree-1{left:3%}.tree-2{bottom:20%;right:5%}.tree-3{bottom:22%;left:85%}.path{clip-path:polygon(35% 0%,65% 0%,80% 100%,20% 100%);opacity:.6;background:linear-gradient(#c4a26e,#b8956a);width:120px;height:22%;position:absolute;bottom:0;left:35%}.header{z-index:1;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(#00000059,#0000001a,#0000);padding:14px 20px 8px;position:relative}.header-pokeball{background:#fff;border:3px solid #555;border-radius:50%;width:34px;height:34px;margin:0 auto 6px;animation:4s linear infinite pokeSpin;position:relative;overflow:hidden;box-shadow:0 0 20px #ee151566}@keyframes pokeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-pokeball-top{background:#ee1515;width:100%;height:50%}.header-pokeball-line{background:#555;height:3px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.header-pokeball-btn{z-index:1;background:#fff;border:2px solid #555;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.title{letter-spacing:4px;margin:0;font-size:32px;font-weight:900;line-height:1}.title-poke{color:gold;text-shadow:0 0 20px #ffd70080,2px 2px #b8860b,-1px -1px #0000004d}.title-dash{color:#ee1515;text-shadow:0 0 10px #ee151580}.title-ai{color:#fff;text-shadow:0 0 20px #ffffff80,2px 2px #1d4ed8,-1px -1px #0000004d}.subtitle{color:#ffffffd9;text-shadow:0 1px 3px #00000080;margin-top:2px;font-size:12px;font-weight:400}.stage{z-index:1;flex:1;justify-content:center;align-items:center;min-height:0;padding:12px 20px;display:flex;position:relative;overflow-y:auto}.stage-content{flex-direction:column;align-items:center;gap:8px;width:100%;max-width:560px;display:flex}.board-area{opacity:0;width:100%;transition:all .5s;transform:translateY(20px)}.board-area.visible{opacity:1;transform:translateY(0)}.oak-area{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.oak-nameplate{color:gold;letter-spacing:.5px;text-shadow:0 1px 2px #00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border:1px solid #ffd7004d;border-radius:10px;padding:3px 14px;font-size:11px;font-weight:700}.welcome-text{text-align:center;padding:16px;animation:.6s fadeSlideIn}.welcome-main{color:gold;text-shadow:0 2px 6px #00000080;margin-bottom:6px;font-size:20px;font-weight:800}.welcome-sub{color:#fffc;text-shadow:0 1px 4px #00000080;max-width:360px;margin:0 auto;font-size:14px;line-height:1.4}.welcome-hint{color:#ffd700b3;text-shadow:0 1px 3px #00000080;margin-top:8px;font-size:12px}.loading-state{flex-direction:column;align-items:center;gap:10px;padding:16px;animation:.3s fadeSlideIn;display:flex}.loading-pokeball-spin{width:36px;height:36px;animation:.6s ease-in-out infinite pokeWobble}@keyframes pokeWobble{0%,to{transform:rotate(-15deg)}50%{transform:rotate(15deg)}}.lpb-inner{background:#fff;border:2.5px solid #555;border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden}.lpb-top{background:#ee1515;width:100%;height:50%}.lpb-line{background:#555;height:2.5px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.lpb-btn{z-index:1;background:#fff;border:2px solid #555;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-label{color:#ffffffb3;text-shadow:0 1px 3px #00000080;font-size:13px;font-style:italic}.input-area{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000059;border-top:1px solid #ffffff1a;padding:10px 20px 14px;position:relative}.input-container{gap:8px;max-width:600px;margin:0 auto;display:flex}.chat-input{color:#f1f5f9;background:#ffffff1f;border:2px solid #ffffff26;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .3s}.chat-input::placeholder{color:#fff6}.chat-input:focus{background:#ffd7001a;border-color:gold;box-shadow:0 0 16px #ffd70026}.chat-input:disabled{opacity:.5}.mic-btn{color:#fffc;cursor:pointer;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:relative}.mic-btn:hover{color:#ee1515;background:#ee151533;border-color:#ee1515}.mic-btn.listening{color:#ee1515;background:#ee151540;border-color:#ee1515;animation:1s ease-in-out infinite micPulse}@keyframes micPulse{0%,to{box-shadow:0 0 #ee151566}50%{box-shadow:0 0 0 10px #ee151500}}.mic-pulse{border:2px solid #ee1515;border-radius:50%;animation:1.5s ease-out infinite pulseRing;position:absolute;inset:-4px}@keyframes pulseRing{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.mic-btn:disabled{opacity:.4;cursor:not-allowed}.mic-btn.mic-unsupported{opacity:.25;cursor:not-allowed;border-style:dashed}.mic-wrapper{flex-shrink:0;position:relative}.mic-help-tooltip{color:#e0e0e0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141428f2;border:1px solid #ffd7004d;border-radius:12px;width:240px;padding:12px 14px;font-size:12px;animation:.2s tooltipIn;position:absolute;bottom:54px;right:0;box-shadow:0 4px 20px #00000080}.mic-help-tooltip:after{content:"";background:#141428f2;border-bottom:1px solid #ffd7004d;border-right:1px solid #ffd7004d;width:12px;height:12px;position:absolute;bottom:-7px;right:16px;transform:rotate(45deg)}@keyframes tooltipIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.mic-help-tooltip strong{color:gold;margin-bottom:6px;font-size:13px;display:block}.mic-help-tooltip ol{margin:0;padding-left:18px;line-height:1.7}.mic-help-tooltip li{color:#ccc}.mic-help-note{color:#fff6;margin-top:6px;font-size:10px;font-style:italic}.mic-error-banner{z-index:200;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#c81e1ee6;align-items:center;gap:8px;padding:10px 16px;font-size:13px;animation:.3s bannerSlide;display:flex;position:fixed;top:0;left:0;right:0}@keyframes bannerSlide{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.mic-error-banner svg{flex-shrink:0}.mic-error-banner span{flex:1}.mic-error-close{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:700}.mic-error-close:hover{background:#ffffff1a}.send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:2px solid #3b82f64d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 0 16px #3b82f666}.send-btn:disabled{opacity:.3;cursor:not-allowed}.input-hints{text-align:center;color:#fff6;text-shadow:0 1px 2px #0000004d;margin-top:6px;font-size:11px}@media (width<=768px){.title{font-size:26px}.header{padding:10px 16px 6px}.input-area{padding:8px 12px 12px}.stage{padding:8px 12px}.welcome-main{font-size:18px}.welcome-sub{font-size:13px}}
