@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");.rpg-page{--rpg-bg:#111e1c;--rpg-panel:#1b2d27;--rpg-line:#ffffff16;--rpg-cream:#f0e6ca;--rpg-gold:#ecd58e;--rpg-green:#a2cfa6;background:var(--rpg-bg);color:var(--rpg-cream);min-height:100dvh;font-family:DM Sans,Arial,sans-serif;padding-bottom:25px}.rpg-page *{box-sizing:border-box}.rpg-page h1,.rpg-page h2,.rpg-page h3,.rpg-title{font-family:Space Grotesk,Arial,sans-serif}.rpg-page a,.rpg-page button{touch-action:manipulation}.rpg-page button{cursor:pointer}.rpg-page button:disabled{cursor:not-allowed;opacity:.4}.rpg-page :is(button,a,input,select,summary):focus-visible{outline:2px solid #ecd58e;outline-offset:4px}.rpg-page :is(input,select){font:inherit;color:var(--rpg-cream);background:#13241e;border:1px solid #a2cfa63b;border-radius:9px;padding:13px 15px;width:100%;min-width:0}.rpg-page select option{background:#15241e}.rpg-page input[type=checkbox]{accent-color:#a2cfa6;width:18px;height:18px}.rpg-page input[type=range]{accent-color:#a2cfa6;padding:10px 0}.rpg-page h3{font-size:22px;font-weight:700;margin:22px 0 14px;letter-spacing:-.6px}.rpg-page h4{font-size:16px;font-weight:700;margin:22px 0 12px}.rpg-topbar{height:80px;width:min(1320px,calc(100% - 64px));margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rpg-line)}.rpg-header-actions{display:flex;gap:6px;flex-shrink:0}.rpg-back{display:flex;align-items:center;gap:8px;font-weight:700;font-size:12px;color:#c3cbb4}.rpg-title{font-size:17px;font-weight:700;letter-spacing:3px}.rpg-title span{color:#a2cfa6;font-size:10px;padding:6px 8px;background:#a2cfa612;border:1px solid #a2cfa62a;border-radius:5px;vertical-align:middle;margin-left:8px;letter-spacing:2px}.rpg-icon-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--rpg-line);border-radius:9px;background:#ffffff05;color:#c1cbb5}.rpg-primary,.rpg-secondary{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 18px;border-radius:9px;font-size:13px;font-weight:700;min-height:46px;transition:transform .2s,background .2s}.rpg-primary{background:#a2cfa6;color:#173126;border:1px solid #bedebb}.rpg-primary:hover:enabled{background:#bce3bf;transform:translateY(-2px)}.rpg-secondary{border:1px solid #a2cfa640;background:#a2cfa60b;color:#c6d6b8}.rpg-secondary:hover:enabled{background:#a2cfa61c}.rpg-eyebrow{display:flex;align-items:center;gap:9px;font-size:9px;letter-spacing:2px;font-weight:700;color:#94b095}.rpg-eyebrow>span{width:6px;height:6px;border-radius:50%;background:#a2cfa6}.rpg-welcome{max-width:1220px;width:calc(100% - 96px);margin:72px auto;display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.rpg-welcome-copy h1{font-size:clamp(45px,5vw,70px);font-weight:700;line-height:1.02;letter-spacing:-3px;margin:24px 0}.rpg-welcome-copy h1 em{font-style:normal;color:#a2cfa6}.rpg-welcome-copy>p:not(.rpg-eyebrow){font-size:15px;line-height:1.9;color:#adbfac;max-width:430px}.rpg-welcome-facts{display:flex;flex-wrap:wrap;gap:13px 20px;margin:28px 0;font-size:10px;color:#c6ceba}.rpg-welcome-facts span{display:flex;align-items:center;gap:6px}.rpg-welcome-facts svg{width:15px;height:15px;color:#a2cfa6}.rpg-region-art{max-width:435px;margin-top:32px;padding:22px;border-radius:14px;background:repeating-linear-gradient(0deg,transparent,transparent 19px,#ffffff04 20px),repeating-linear-gradient(90deg,transparent,transparent 19px,#ffffff04 20px),#1a302a;border:1px solid #a2cfa628;transform:rotate(-2deg)}.rpg-region-art>span{font-size:10px;letter-spacing:2px;color:#ced2b0;font-weight:700}.rpg-region-art svg{width:100%;height:auto;margin:12px 0}.rpg-region-art small{font-size:8px;letter-spacing:1.5px;color:#92ac91}.rpg-starter-section{padding:30px;border-radius:18px;background:linear-gradient(145deg,#20372e,#192820);border:1px solid #a2cfa62b;box-shadow:0 24px 80px #0002}.rpg-starter-heading{display:flex;align-items:center;justify-content:space-between;font-size:8px;letter-spacing:1.7px;font-weight:700;color:#a2cfa6}.rpg-starter-section h2{font-size:32px;font-weight:700;letter-spacing:-1px;margin:18px 0 5px}.rpg-starter-section>p{font-size:13px;color:#9eb79c}.rpg-starters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:25px 0}.rpg-starter{display:flex;flex-direction:column;align-items:center;padding:8px 5px 14px;border-radius:11px;border:1px solid #ffffff14;background:#0e211b;position:relative;transition:transform .2s,border .2s}.rpg-starter .rpg-pokemon-sprite{width:100%;max-width:115px;height:110px;-o-object-fit:contain;object-fit:contain}.rpg-starter strong{font-size:11px}.rpg-starter>span{font-size:9px;color:#99b59c;margin-top:5px}.rpg-starter[aria-pressed=true]{background:#a2cfa617;border-color:#a2cfa6;transform:translateY(-4px)}.rpg-starter-check{position:absolute;right:7px;top:7px;color:#a2cfa6}.rpg-starter-section>.rpg-primary{width:100%;margin-top:18px}.rpg-starter-section>small{display:block;text-align:center;font-size:9px;color:#8aa58b;line-height:1.6;margin-top:15px}.rpg-label{display:block;font-size:12px;font-weight:600;margin:18px 0 12px;color:#c5d1bb}.rpg-label>input,.rpg-label>select{display:block;margin-top:9px;font-size:13px}.rpg-label>span{display:flex;align-items:center;gap:9px}.rpg-avatar-picker{display:flex;gap:10px;margin-top:16px}.rpg-avatar-picker button{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:#fff9e7;border:2px solid transparent}.rpg-avatar-picker button[aria-pressed=true]{border-color:#f0e6ca;outline:3px solid #f0e6ca20}.rpg-loading{min-height:60vh;display:grid;place-content:center;text-align:center;padding:24px}.rpg-loading h1{font-size:27px;font-weight:700;margin:26px 0 12px}.rpg-loading p{color:#94af97;font-size:13px}.rpg-ball{width:48px;height:48px;border:4px solid #e8dfc3;background:linear-gradient(#ce7463 46%,#2a4237 0,#2a4237 54%,#e8dfc3 0);border-radius:50%;margin:auto;position:relative;animation:rpg-bob 1s ease-in-out 4}.rpg-ball:after{content:"";position:absolute;left:13px;top:13px;width:14px;height:14px;border:3px solid #2a4237;border-radius:50%;background:#e8dfc3}.rpg-alert{display:flex;gap:18px;align-items:center;justify-content:space-between;background:#6f3b322a;border:1px solid #cd897955;border-radius:10px;padding:14px 18px;margin:15px auto;max-width:1050px;width:calc(100% - 36px);color:#f1c5b6;font-size:13px;line-height:1.5}.rpg-alert button{font-weight:700;text-decoration:underline;flex-shrink:0}.rpg-adventure{width:min(1080px,calc(100% - 64px));margin:22px auto}.rpg-location-bar{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px;gap:12px}.rpg-location-bar h1{font-size:25px;font-weight:700;letter-spacing:-.8px;margin-top:4px}.rpg-room-pill{display:flex;align-items:center;gap:9px;font-size:12px;border:1px solid #a2cfa62a;padding:11px 14px;border-radius:8px;color:#baceaf;background:#1b3026}.rpg-room-pill>span{font-family:monospace;font-weight:700;letter-spacing:1px}.rpg-room-pill i,.rpg-statusline i{display:block;width:5px;height:5px;border-radius:50%;background:#94c69b}.rpg-stage{position:relative;overflow:hidden;border:7px solid #304738;border-radius:17px;box-shadow:0 0 0 1px #8bb28b33,0 24px 50px #0003;background:#254737}.rpg-canvas{height:min(59vh,570px);min-height:360px;width:100%;overflow:hidden;touch-action:none}.rpg-canvas canvas{display:block;image-rendering:pixelated}.rpg-world-loading{height:450px;display:flex;justify-content:center;align-items:center;gap:15px;color:#b6cbaa}.rpg-stage-hint{position:absolute;top:13px;left:13px;background:#17332bea;color:#e5e7c9;border:1px solid #c6d3ac50;padding:7px 11px;font-size:9px;letter-spacing:.6px;border-radius:5px;pointer-events:none}.rpg-stage-coordinates{position:absolute;right:12px;bottom:12px;display:flex;gap:12px;padding:6px 9px;background:#183629cc;color:#e3e6c3;border:1px solid #c6d3ac30;font-size:8px;letter-spacing:1px;border-radius:4px;pointer-events:none}.rpg-world-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0}.rpg-mini-team{display:flex;gap:9px;flex-wrap:wrap}.rpg-mini-team>button{position:relative;width:67px;padding:0 7px 7px;border-radius:9px;background:#1f3429;border:1px solid #7d9b7b25}.rpg-mini-team .rpg-pokemon-sprite{width:53px;height:53px;-o-object-fit:contain;object-fit:contain}.rpg-mini-team>button>span{position:absolute;right:5px;top:4px;font-size:8px;color:#d2d8b8;font-weight:700}.rpg-hp{height:5px;background:#0c1c1680;border-radius:3px;overflow:hidden;width:100%;margin:6px 0}.rpg-page .rpg-hp>span{display:block;margin:0;height:100%;border-radius:3px;transition:width .5s}.rpg-controls{display:flex;align-items:center;gap:25px}.rpg-dpad{grid-template-columns:repeat(3,32px);grid-template-rows:repeat(2,30px);gap:3px}.rpg-dpad,.rpg-dpad button{display:grid;touch-action:none}.rpg-dpad button{border-radius:6px;place-items:center;background:#2a4232;border:1px solid #6f8f6633;color:#c1cda6;-moz-user-select:none;user-select:none;-webkit-user-select:none}.rpg-dpad button:active{background:#779463;color:#102118}.rpg-direction-up{grid-column:2;grid-row:1}.rpg-direction-left{grid-column:1;grid-row:2}.rpg-direction-down{grid-column:2;grid-row:2}.rpg-direction-right{grid-column:3;grid-row:2}.rpg-interact{display:flex;flex-direction:column;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#d5be79;color:#253427;border:3px solid #a49159;box-shadow:0 4px 0 #675d40;font-size:20px;font-weight:700}.rpg-interact span{font-size:8px;font-weight:600}.rpg-dock{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;border:1px solid #a2cfa626;border-radius:12px;background:#1a2d24;padding:7px}.rpg-dock>button{display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;color:#b2c4a8;border-radius:8px;padding:12px 5px;position:relative}.rpg-dock>button:hover{background:#a2cfa610;color:#e4e9cf}.rpg-dock b{position:absolute;top:0;right:10px;border-radius:50%;background:#e0bd75;color:#243428;width:17px;height:17px;font-size:10px;display:grid;place-items:center}.rpg-statusline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px;color:#809e84;font-size:9px}.rpg-statusline>span:first-child{display:flex;align-items:center;gap:7px}.rpg-notice{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);z-index:90;width:min(560px,calc(100% - 30px));border:1px solid #c1d09a60;background:#273c2e;box-shadow:0 15px 45px #0006;padding:15px 17px;border-radius:11px;display:flex;align-items:center;gap:18px;font-size:13px;line-height:1.7}.rpg-notice p{flex:1}.rpg-notice button{flex-shrink:0}.rpg-dialog{margin:auto;padding:0;border:1px solid #abc69745;border-radius:18px;background:#172a21;color:#e9e5cb;width:min(760px,calc(100% - 32px));max-height:90dvh;box-shadow:0 30px 90px #0008;font-family:DM Sans,Arial,sans-serif}.rpg-dialog::backdrop{background:#091710c9;backdrop-filter:blur(5px)}.rpg-dialog-content{padding:27px}.rpg-dialog-content>header{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-bottom:20px;border-bottom:1px solid #ffffff14;margin-bottom:22px}.rpg-dialog-content h2{font-size:29px;font-weight:700;letter-spacing:-1px;line-height:1.15;margin-top:7px}.rpg-panel-intro{color:#a0b59a;font-size:13px;line-height:1.8;margin:12px 0 20px}.rpg-pokemon-sprite{image-rendering:pixelated;image-rendering:crisp-edges;-o-object-fit:contain;object-fit:contain}.rpg-enemy-preview{display:flex;justify-content:center;gap:24px;border:1px solid #a2cfa61c;background:radial-gradient(ellipse at center,#364d33,#203429);border-radius:12px;padding:15px}.rpg-enemy-preview>div{display:flex;flex-direction:column;align-items:center;font-size:14px}.rpg-enemy-preview .rpg-pokemon-sprite{width:120px;height:120px}.rpg-enemy-preview span{font-size:11px;color:#abbc95;margin-top:5px}.rpg-party-slots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}.rpg-friend-list>div,.rpg-party-slots>div{display:flex;align-items:center;gap:12px;background:#a2cfa608;border:1px solid #a2cfa625;padding:14px;border-radius:10px}.rpg-player-dot{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#a2cfa628;color:#d9dcae;font-size:15px;font-weight:700;flex-shrink:0}.rpg-party-slots>div>div{flex:1}.rpg-friend-list strong,.rpg-party-slots strong{font-size:12px;display:block}.rpg-friend-list small,.rpg-party-slots small{font-size:10px;color:#97b094;display:block;margin-top:5px}.rpg-wait-dot{width:6px;height:6px;background:#d8c78b;border-radius:50%}.rpg-toggle{display:flex;gap:10px;align-items:center;margin:22px 0;font-size:12px;color:#c4d0b7}.rpg-action-row,.rpg-invite-buttons{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.rpg-rule-note{font-size:11px;line-height:1.8;border-left:2px solid #cdb776;padding:9px 14px;margin:18px 0;background:#d5be7908;color:#b7bfa0}.rpg-muted{font-size:10px;color:#8ca78c}.rpg-battle-meta{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.8px;color:#b9ca9d;margin-bottom:15px}.rpg-battle-field{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:linear-gradient(#97b7a0,#c8d2ad 48%,#8dad79 49%,#5b885b);padding:22px;border:4px solid #364d35;border-radius:12px;gap:16px;min-height:260px;position:relative}.rpg-combatant{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-width:0}.rpg-combatant-stats{background:#f4edcfee;color:#283b2a;min-width:140px;border:2px solid #596a43;padding:9px 11px;border-radius:9px;z-index:1}.rpg-combatant-stats strong{display:flex;justify-content:space-between;gap:12px;font-size:11px}.rpg-combatant-stats strong>span{font-size:10px}.rpg-combatant-stats small{font-size:8px;display:block;margin-top:4px}.rpg-combatant .rpg-pokemon-sprite{width:115px;height:115px;filter:drop-shadow(0 9px 0 #2b57301c)}.rpg-combatant-ally{order:2}.rpg-combatant-foe{order:1}.rpg-battle-log{min-height:95px;padding:15px 17px;border:1px solid #a2cfa62d;border-radius:10px;background:#102219;margin:15px 0;font-size:12px;line-height:1.7;color:#c1d0af}.rpg-battle-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:15px 0}.rpg-battle-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;padding:12px 8px;border:1px solid #a2cfa633;border-radius:8px;font-size:11px;color:#c6d3b5}.rpg-battle-tabs button[aria-pressed=true]{background:#a2cfa6;color:#203829}.rpg-move-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rpg-move-grid button{display:flex;flex-direction:column;gap:7px;padding:16px;text-align:left;background:#294231;border:1px solid #a2cfa633;border-radius:9px}.rpg-move-grid strong{font-size:13px}.rpg-move-grid span{font-size:10px;color:#a1b68e}.rpg-waiting{display:flex;align-items:center;gap:12px;padding:20px;border-radius:10px;background:#a2cfa615;font-size:13px;color:#c0d5b1;line-height:1.7}.rpg-list{display:flex;flex-direction:column;gap:8px}.rpg-list>button,.rpg-list>div{padding:14px;border:1px solid #a2cfa620;background:#a2cfa606;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:15px;text-align:left;font-size:12px}.rpg-list>div>div{flex:1}.rpg-list strong{font-size:12px;display:block}.rpg-list small{font-size:10px;line-height:1.6;color:#96ad8f;display:block;margin-top:6px}.rpg-list span{display:flex;align-items:center;gap:9px;font-size:11px;color:#acbf9e}.rpg-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.rpg-team-grid>button,.rpg-team-grid>div{display:flex;align-items:center;gap:8px;background:#243b2b;border:1px solid #8aad7528;border-radius:10px;padding:12px;text-align:left;min-width:0}.rpg-team-grid .rpg-pokemon-sprite{width:65px;height:65px;flex-shrink:0}.rpg-team-grid>button>div{flex:1;min-width:0}.rpg-team-grid strong{font-size:12px;display:block;overflow-wrap:anywhere}.rpg-team-grid span{font-size:10px;color:#a2b795;display:block;margin-top:5px}.rpg-team-grid small{font-size:9px;color:#c7d0ae}.rpg-team-grid>div{flex-wrap:wrap}.rpg-team-grid>div>button{font-size:11px;color:#e5d491;border-bottom:1px solid #e5d49140}.rpg-empty-copy{padding:25px;text-align:center;border:1px dashed #a2cfa62a;border-radius:9px;color:#9db08e;font-size:12px;line-height:1.7}.rpg-text-button{display:inline-flex;align-items:center;gap:8px;color:#c6d99f;font-size:12px;margin:12px 0}.rpg-creature-hero{display:flex;align-items:center;gap:25px;padding:15px 0}.rpg-creature-hero>.rpg-pokemon-sprite{width:150px;height:150px;background:radial-gradient(ellipse,#809d6040,transparent 70%);flex-shrink:0}.rpg-creature-hero>div{flex:1}.rpg-creature-hero h3{margin:10px 0;font-size:29px}.rpg-creature-hero p{font-size:13px;color:#b2c1a1}.rpg-creature-hero small{font-size:10px;color:#acc196}.rpg-types{display:flex;gap:6px;margin:12px 0}.rpg-types span{font-size:9px;padding:5px 9px;border-radius:4px;background:#a2cfa624;color:#d1dab6;text-transform:uppercase;letter-spacing:1px}.rpg-detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.rpg-detail-facts>div{padding:15px;border-radius:9px;border:1px solid #a2cfa628}.rpg-detail-facts small{display:block;font-size:10px;color:#8fa785}.rpg-detail-facts strong{font-size:16px;display:block;margin:7px 0}.rpg-detail-facts p{font-size:11px;color:#a5b694;line-height:1.6}.rpg-stat-table{border-collapse:collapse;width:100%;font-size:12px;margin-top:20px}.rpg-stat-table td,.rpg-stat-table th{padding:10px;border-bottom:1px solid #a2cfa61e;text-align:right}.rpg-stat-table th:first-child{text-align:left}.rpg-stat-table thead th{font-size:9px;font-weight:500;text-transform:uppercase;color:#91a77f;letter-spacing:1px}.rpg-disclosure{border:1px solid #a2cfa630;border-radius:9px;padding:15px;margin:15px 0;font-size:12px}.rpg-disclosure summary{cursor:pointer;font-weight:700}.rpg-disclosure p{font-size:11px;line-height:1.7;color:#acbd9b;margin:15px 0}.rpg-disclosure .rpg-secondary{font-size:10px;padding:10px}.rpg-bag-header,.rpg-journal-title,.rpg-shop-intro{display:flex;align-items:center;gap:18px;background:#a2cfa60b;border:1px solid #a2cfa62a;border-radius:11px;padding:22px;margin-bottom:20px}.rpg-bag-header>svg,.rpg-journal-title>svg,.rpg-shop-intro>svg{width:37px;height:37px;stroke-width:1.4;color:#e1cf91;flex-shrink:0}.rpg-bag-header h3,.rpg-journal-title h3,.rpg-shop-intro h3{margin:0 0 7px;font-size:22px}.rpg-bag-header p,.rpg-journal-title p,.rpg-shop-intro p{font-size:12px;color:#a4b68f}.rpg-filter-row{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.rpg-filter-row button{font-size:11px;padding:8px 13px;border-radius:20px;border:1px solid #a2cfa62a;color:#adbf99}.rpg-filter-row button[aria-pressed=true]{background:#a2cfa6;color:#173320}.rpg-bag-list{display:flex;flex-direction:column;gap:11px}.rpg-bag-list>div{display:flex;gap:16px;padding:18px;border:1px solid #a2cfa620;border-radius:10px;background:#a2cfa607}.rpg-item-icon{width:40px;height:40px;background:#d4c37d18;border-radius:9px;display:grid;place-items:center;flex-shrink:0;font-size:23px;color:#dac986}.rpg-bag-list>div>div:last-child{flex:1}.rpg-bag-list strong{display:flex;justify-content:space-between;font-size:14px;gap:12px}.rpg-bag-list strong>span{color:#e0ce87}.rpg-bag-list p{font-size:11px;color:#a8b994;line-height:1.7;margin:7px 0}.rpg-item-targets{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.rpg-item-targets button{font-size:10px;padding:6px 10px;border:1px solid #a2cfa645;background:#a2cfa60a;border-radius:5px;color:#c7d6ae;min-height:32px}.rpg-dex-header{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:center;margin-bottom:25px}.rpg-dex-header>div{border-radius:10px;border:1px solid #a2cfa625;padding:20px 10px;background:#213829}.rpg-dex-header strong{display:block;font-size:30px;color:#d7d59c}.rpg-dex-header span{font-size:10px;color:#98ae86}.rpg-dex-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.rpg-dex-grid>details{background:#213629;border:1px solid #a2cfa627;border-radius:10px;padding:12px;align-self:start}.rpg-dex-grid summary{display:flex;flex-direction:column;cursor:pointer;align-items:center}.rpg-dex-grid summary>span{font-size:9px;align-self:flex-start;color:#9cb186}.rpg-dex-grid .rpg-pokemon-sprite{width:90px;height:90px}.rpg-dex-grid strong{font-size:12px}.rpg-dex-grid p{font-size:10px;line-height:1.7;color:#b6c3a0;margin-top:12px}.rpg-dex-grid small{font-size:9px;color:#b6c3a0}.rpg-dex-grid .rpg-types{flex-wrap:wrap}.rpg-region-map{display:grid;grid-template-columns:repeat(11,minmax(0,1fr));grid-template-rows:repeat(5,55px);gap:3px;background:repeating-linear-gradient(0deg,transparent,transparent 19px,#ffffff05 20px),repeating-linear-gradient(90deg,transparent,transparent 19px,#ffffff05 20px),#294d40;border:5px solid #3d5c44;padding:15px 10px;border-radius:13px;min-width:0}.rpg-region-map>div{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#709479;border-radius:6px;position:relative;background:#1c3b2e}.rpg-region-map .visited{color:#d9d3a0;background:#547849}.rpg-region-map .current{outline:2px solid #f5da8d;background:#8d994e;color:#fff8cc}.rpg-region-map small{font-size:6px;text-align:center;line-height:1.3}.rpg-region-map span{font-size:18px}.rpg-map-legend{display:flex;gap:20px;margin:14px 0 22px;font-size:10px;color:#b7c5a2}.rpg-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:25px 0}.rpg-badges>div{display:flex;flex-direction:column;align-items:center;padding:20px 8px;border:1px dashed #8397784d;border-radius:12px;color:#738c70}.rpg-badges svg{width:38px;height:38px;margin-bottom:13px;stroke-width:1.3}.rpg-badges strong{font-size:13px}.rpg-badges small{font-size:9px;margin-top:6px}.rpg-badges .earned{color:#e6d08c;border:1px solid #e6d08c50;background:#e6d08c0b}.rpg-quests{display:flex;flex-direction:column;gap:13px}.rpg-quests>div{display:flex;gap:14px;padding:16px;border:1px solid #a2cfa61c;border-radius:9px}.rpg-quests>div>span{width:30px;height:30px;display:grid;place-items:center;border:1px solid #a2cfa62a;border-radius:50%;flex-shrink:0;color:#89a47e}.rpg-quests>div>span.done{color:#d0dfa8;background:#a2cfa620}.rpg-quests strong{font-size:13px}.rpg-quests p{font-size:11px;line-height:1.6;color:#a1b58e;margin-top:5px}.rpg-share-code{text-align:center;padding:25px;border-radius:13px;background:repeating-linear-gradient(45deg,transparent,transparent 15px,#ffffff02 0,#ffffff02 30px),#263e2c;border:1px solid #a2cfa637}.rpg-share-code>span{font-size:9px;letter-spacing:2px;color:#9fb585}.rpg-share-code>strong{display:block;font-size:39px;letter-spacing:10px;color:#e6d69d;font-family:monospace;margin:15px 0 20px}.rpg-join{display:flex;gap:12px;margin-top:20px}.rpg-join input{flex:1;width:0;letter-spacing:2px}.rpg-friend-list{display:flex;flex-direction:column;gap:10px}.rpg-friend-list>div>div:nth-child(2){flex:1}.rpg-friend-actions{display:flex;gap:6px;flex-wrap:wrap}.rpg-friend-actions button{font-size:10px;border:1px solid #a2cfa640;border-radius:5px;padding:7px 9px;color:#cddaa8}.rpg-invitation,.rpg-trade{border:1px solid #d8c78050;border-radius:11px;background:#d8c78009;padding:20px;margin-top:15px}.rpg-invitation strong{font-size:14px}.rpg-invitation>span{display:block;font-size:11px;color:#b6c59c;margin-top:7px}.rpg-trade p{font-size:12px;line-height:1.7;color:#abbf97}.rpg-trade-offers{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:20px 0}.rpg-trade-offers>div{display:flex;align-items:center;flex-direction:column;gap:8px;background:#11291e;border-radius:9px;padding:15px;border:1px solid #a2cfa630;text-align:center}.rpg-trade-offers strong{font-size:13px}.rpg-trade-offers span{font-size:11px;color:#b5c59e}.rpg-trade-offers .rpg-pokemon-sprite{width:100px;height:100px}.rpg-settings-block{padding:18px 0;border-top:1px solid #a2cfa61d}.rpg-settings-block h3{font-size:18px}.rpg-settings-block p{font-size:12px;color:#a5b99a;line-height:1.8;margin:10px 0}.rpg-account-box{border:1px solid #a2cfa63a;border-radius:10px;padding:22px;background:#a2cfa60b;margin:20px 0}.rpg-account-box h3{margin-top:0}.rpg-account-box p{font-size:12px;line-height:1.7;margin-bottom:15px;color:#b2c1a1}.rpg-credits{font-size:10px;line-height:1.8;color:#829b7b;margin:25px 0 5px}.rpg-shop-list{display:flex;flex-direction:column;gap:12px}.rpg-shop-list>div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px;border:1px solid #a2cfa62a;border-radius:9px}.rpg-shop-list strong{font-size:14px}.rpg-shop-list p{font-size:11px;color:#a3b694;line-height:1.7;margin:6px 0}.rpg-shop-list small{font-size:10px;color:#c0cda6}.rpg-shop-list>div>div:last-child{display:flex;flex-direction:column;gap:7px;flex-shrink:0}.rpg-shop-list button{font-size:10px;border:1px solid #a2cfa64a;color:#c5d9aa;padding:8px 12px;border-radius:6px;min-height:33px}.rpg-shop-list button:first-child{background:#a2cfa618}.rpg-evolution{text-align:center}.rpg-evolution>div:first-child{display:flex;align-items:center;justify-content:center;gap:20px;background:radial-gradient(ellipse,#a2cfa626,transparent 70%);padding:20px 0}.rpg-evolution .rpg-pokemon-sprite{width:145px;height:145px}.rpg-evolution .rpg-action-row{justify-content:center}.rpg-result{text-align:center;padding:10px}.rpg-result>svg{width:45px;height:45px;color:#daca90;margin:auto}.rpg-result p{font-size:12px;color:#b9c8a7;line-height:1.8;margin:10px 0}.rpg-result>.rpg-primary{margin-top:22px}body:has(.rpg-page)>footer{display:none}@keyframes rpg-bob{50%{transform:translateY(-8px) rotate(10deg)}}@media (max-width:1100px){.rpg-welcome{gap:40px;width:calc(100% - 64px)}.rpg-starter-section{padding:23px}.rpg-starter .rpg-pokemon-sprite{height:90px}.rpg-welcome-copy h1{font-size:58px}.rpg-dock>button{gap:5px}}@media (max-width:800px){.rpg-welcome{grid-template-columns:1fr;max-width:550px;margin:45px auto}.rpg-region-art{display:none}.rpg-welcome-copy h1{font-size:56px}.rpg-welcome-copy>p:not(.rpg-eyebrow){max-width:100%}.rpg-welcome-facts{margin-bottom:0}.rpg-adventure,.rpg-topbar{width:calc(100% - 36px)}.rpg-topbar{height:68px}.rpg-dock>button{flex-direction:column;gap:6px;font-size:9px}.rpg-mini-team{gap:6px}.rpg-mini-team>button{width:49px;padding:0 4px 4px}.rpg-mini-team .rpg-pokemon-sprite{width:39px;height:39px}.rpg-controls{gap:16px}.rpg-world-bottom{gap:12px}.rpg-dex-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rpg-friend-list>div{flex-wrap:wrap}.rpg-friend-actions{width:100%;justify-content:flex-end}}@media (max-width:520px){.rpg-topbar{height:62px}.rpg-back span{font-size:11px}.rpg-title{font-size:13px;letter-spacing:1px}.rpg-title span{font-size:7px;letter-spacing:1px;padding:4px 5px;margin-left:4px}.rpg-icon-button{width:33px;height:33px}.rpg-welcome{width:calc(100% - 36px);margin:34px auto;gap:30px}.rpg-welcome-copy h1{font-size:49px;letter-spacing:-2.5px}.rpg-welcome-copy>p:not(.rpg-eyebrow){font-size:13px;line-height:1.8}.rpg-welcome-facts{gap:12px;font-size:9px}.rpg-welcome-facts svg{width:13px}.rpg-starter-section{padding:20px 17px}.rpg-starter-section h2{font-size:28px}.rpg-starter .rpg-pokemon-sprite{height:90px}.rpg-starter strong{font-size:10px}.rpg-starter>span{font-size:8px}.rpg-adventure{width:calc(100% - 20px);margin:17px auto}.rpg-location-bar{margin:0 6px 12px}.rpg-location-bar h1{font-size:20px}.rpg-location-bar .rpg-eyebrow{font-size:7px}.rpg-room-pill{padding:9px;gap:6px;font-size:10px}.rpg-stage{border-width:4px;border-radius:12px}.rpg-canvas{height:49dvh;min-height:330px}.rpg-stage-hint{top:8px;left:8px;font-size:7px;padding:6px 8px}.rpg-stage-coordinates{font-size:6px;bottom:7px;right:7px}.rpg-world-bottom{padding:12px 6px;align-items:center}.rpg-mini-team{max-width:157px;gap:5px}.rpg-mini-team>button{width:45px}.rpg-mini-team .rpg-pokemon-sprite{width:35px;height:35px}.rpg-mini-team>button>span{font-size:6px}.rpg-dpad{grid-template-columns:repeat(3,33px);grid-template-rows:repeat(2,30px)}.rpg-interact{width:49px;height:49px;font-size:18px}.rpg-interact span{font-size:7px}.rpg-controls{gap:11px}.rpg-dock{padding:5px;gap:2px}.rpg-dock>button{padding:10px 2px;font-size:8px}.rpg-dock svg{width:17px;height:17px}.rpg-statusline{font-size:7px;margin:10px 5px}.rpg-dialog{width:calc(100% - 20px);max-height:94dvh;border-radius:14px}.rpg-dialog-content{padding:20px 16px}.rpg-dialog-content>header{padding-bottom:17px;margin-bottom:18px}.rpg-dialog-content>header .rpg-eyebrow{font-size:7px;letter-spacing:1px}.rpg-dialog-content h2{font-size:25px}.rpg-panel-intro{font-size:12px;line-height:1.7}.rpg-party-slots{grid-template-columns:1fr;gap:8px}.rpg-enemy-preview .rpg-pokemon-sprite{width:100px;height:100px}.rpg-battle-field{padding:12px 8px;gap:9px;border-width:3px;min-height:230px}.rpg-combatant-stats{min-width:120px;padding:7px 8px}.rpg-combatant-stats strong{font-size:9px;gap:5px}.rpg-combatant-stats strong>span{font-size:8px}.rpg-combatant-stats small{font-size:7px}.rpg-combatant .rpg-pokemon-sprite{width:100px;height:100px}.rpg-battle-tabs{gap:5px}.rpg-battle-tabs button{font-size:9px;gap:4px;padding:11px 5px}.rpg-battle-tabs svg{width:13px}.rpg-move-grid button{padding:13px}.rpg-move-grid strong{font-size:12px}.rpg-battle-log{font-size:11px;padding:12px}.rpg-primary,.rpg-secondary{font-size:12px;padding:13px 15px}.rpg-team-grid{grid-template-columns:1fr}.rpg-team-grid .rpg-pokemon-sprite{width:64px;height:64px}.rpg-team-grid strong{font-size:14px}.rpg-creature-hero{gap:13px}.rpg-creature-hero>.rpg-pokemon-sprite{width:100px;height:115px}.rpg-creature-hero h3{font-size:23px}.rpg-creature-hero .rpg-eyebrow{font-size:7px;letter-spacing:1px}.rpg-creature-hero p{font-size:11px}.rpg-detail-facts{gap:9px}.rpg-detail-facts>div{padding:13px}.rpg-dex-header{gap:8px}.rpg-dex-header>div{padding:15px 5px}.rpg-dex-header strong{font-size:25px}.rpg-dex-header span{font-size:8px}.rpg-dex-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.rpg-dex-grid>details{padding:8px 5px}.rpg-dex-grid .rpg-pokemon-sprite{width:78px;height:78px;max-width:100%}.rpg-dex-grid strong{font-size:10px}.rpg-dex-grid p{font-size:9px}.rpg-bag-list>div{padding:14px 12px;gap:12px}.rpg-item-icon{width:32px;height:32px;font-size:20px}.rpg-bag-list strong{font-size:13px}.rpg-region-map{grid-template-columns:repeat(11,minmax(0,1fr));grid-template-rows:repeat(5,43px);padding:10px 5px;gap:2px;border-width:3px}.rpg-region-map small{font-size:5px}.rpg-region-map span{font-size:13px}.rpg-map-legend{gap:14px;font-size:9px}.rpg-badges{gap:7px}.rpg-badges>div{padding:15px 5px}.rpg-badges svg{width:30px;height:30px}.rpg-badges strong{font-size:11px}.rpg-badges small{font-size:8px}.rpg-bag-header,.rpg-journal-title,.rpg-shop-intro{padding:18px 14px;gap:13px}.rpg-bag-header h3,.rpg-journal-title h3,.rpg-shop-intro h3{font-size:20px}.rpg-bag-header p,.rpg-journal-title p,.rpg-shop-intro p{font-size:10px}.rpg-list>button,.rpg-list>div{padding:12px;gap:10px}.rpg-list span{font-size:9px;flex-shrink:0}.rpg-list strong{font-size:11px}.rpg-list small{font-size:9px}.rpg-shop-list>div{padding:14px;flex-direction:column;align-items:stretch}.rpg-shop-list>div>div:last-child{flex-direction:row}.rpg-shop-list button{flex:1}.rpg-share-code>strong{font-size:33px;letter-spacing:8px}.rpg-join{gap:8px}.rpg-join input{font-size:12px}.rpg-trade-offers{gap:10px}.rpg-trade-offers>div{padding:10px}.rpg-trade-offers .rpg-pokemon-sprite{width:85px;height:85px}.rpg-evolution .rpg-pokemon-sprite{width:110px;height:110px}.rpg-evolution>div:first-child{gap:10px}.rpg-alert{font-size:11px;padding:12px}.rpg-notice{font-size:12px;bottom:12px}.rpg-settings-block p{font-size:11px}}@media (max-width:360px){.rpg-controls{gap:7px}.rpg-dpad{grid-template-columns:repeat(3,29px);grid-template-rows:repeat(2,29px)}.rpg-interact{width:44px;height:44px}.rpg-mini-team{max-width:135px}.rpg-mini-team>button{width:39px}.rpg-mini-team .rpg-pokemon-sprite{width:29px;height:29px}.rpg-room-pill>svg{display:none}.rpg-dex-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rpg-welcome-copy h1{font-size:44px}}.rpg-joystick{display:none;width:88px;height:88px;border-radius:50%;position:relative;background:radial-gradient(circle,#172a20 28%,#304933 30%,#243a2b 70%);border:1px solid #7c9a6644;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rpg-joystick>span{left:25px;top:25px;width:36px;height:36px;border:2px solid #647e51;border-radius:50%;background:linear-gradient(#637d50,#425c39);box-shadow:0 4px 8px #0006}.rpg-joystick>span,.rpg-joystick>svg{position:absolute;pointer-events:none}.rpg-joystick>svg{width:11px;height:11px;color:#879c68}.rpg-joystick>.up{left:38px;top:5px}.rpg-joystick>.down{left:38px;bottom:5px}.rpg-joystick>.left{left:5px;top:38px}.rpg-joystick>.right{right:5px;top:38px}@media (pointer:coarse){.rpg-joystick{display:block}.rpg-dpad{display:none}}.rpg-dialog-error{padding:12px 15px;background:#9d55412a;border:1px solid #d18d7655;border-radius:8px;color:#f0c4ae;font-size:12px;line-height:1.7;margin:0 0 18px}.rpg-reduced *{animation:none!important;transition:none!important}@media (prefers-reduced-motion:reduce){.rpg-page *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.rpg-encounter-heading{text-align:center}.rpg-encounter-heading h3{font-family:var(--font-outfit),sans-serif;font-size:clamp(26px,5vw,38px);letter-spacing:-1px;margin:9px 0;color:#f4efd4}.rpg-encounter-heading p{color:#b0c1a4;font-size:13px}.rpg-encounter-lineup{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;padding:18px;margin:22px 0;border:1px solid #b3c59325;border-radius:20px;background:radial-gradient(ellipse at 50% 80%,#adc78a28,transparent 65%),#122b20}.rpg-encounter-lineup>div{display:grid;justify-items:center;gap:4px;min-width:0}.rpg-encounter-lineup .rpg-pokemon-sprite{width:108px;height:108px;filter:drop-shadow(0 10px 3px #0003);animation:rpg-arrive .5s ease-out both}.rpg-encounter-lineup strong{font-size:15px;color:#f2eccd}.rpg-encounter-lineup small,.rpg-encounter-lineup span{font-size:11px;color:#b6c5a6}.rpg-encounter-setup h4{font-size:12px;color:#dce7ca;margin:0 0 12px}.rpg-starter-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.rpg-starter-options button{display:flex;align-items:center;text-align:left;border:1px solid #a6bf9030;border-radius:12px;background:#193326;padding:7px 10px;gap:6px;min-width:0;transition:background .18s,border-color .18s}.rpg-starter-options button[aria-pressed=true]{border-color:#c7d893;background:#c1d89318;box-shadow:inset 0 0 0 1px #c7d893}.rpg-starter-options .rpg-pokemon-sprite{width:48px;height:48px;flex-shrink:0}.rpg-starter-options button>span{flex:1;min-width:0}.rpg-starter-options strong{font-size:11px;color:#ebeacf;display:block;overflow-wrap:anywhere}.rpg-starter-options small{font-size:9px;color:#afbf9f;display:block;margin-top:4px}.rpg-starter-options svg{flex-shrink:0;color:#d5e6a0}.rpg-encounter-actions{display:grid;justify-items:stretch;gap:12px;margin-top:24px;text-align:center}.rpg-encounter-actions .rpg-primary{justify-content:center;min-height:52px;font-size:14px}.rpg-encounter-actions small{color:#9cb294;font-size:10px;line-height:1.6}.rpg-coop-options{margin-top:20px;border-top:1px solid #a4c79c25;padding-top:14px}.rpg-coop-options summary{display:flex;align-items:center;gap:8px;color:#c6d6b6;font-size:12px;cursor:pointer}.rpg-coop-options p{font-size:11px;color:#9eb399;line-height:1.7}.rpg-ready-players{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;font-size:10px;color:#bacdab}.rpg-ready-players i{display:inline-block;width:7px;height:7px;background:#b7986c;border-radius:50%;margin-right:6px}.rpg-ready-players .is-ready{background:#99d4a0}.rpg-arena{--sky:#b9d4bb;--ground:#6e946b;position:relative;overflow:hidden;isolation:isolate;min-height:355px;border-radius:18px;border:1px solid #d4e0b14a;background:linear-gradient(var(--sky),#dce0b9 48%,var(--ground) 49%,#375b43)}.rpg-arena-cave{--sky:#485a6d;--ground:#707084;background:radial-gradient(ellipse at 80% 30%,#99bfbb55,transparent 45%),linear-gradient(#303a50,#586774 48%,#636a74 49%,#333d50)}.rpg-arena-interior{background:repeating-linear-gradient(0deg,transparent 0 34px,#d6d39e15 35px 36px),repeating-linear-gradient(90deg,#314e49 0 45px,#b8c9b523 46px 47px)}.rpg-arena-label{position:absolute;top:14px;left:16px;font-size:9px;text-transform:uppercase;letter-spacing:2px;color:#193d35a8}.rpg-arena-cave .rpg-arena-label,.rpg-arena-interior .rpg-arena-label{color:#d4e1cf9c}.rpg-arena-scenery{position:absolute;inset:0;z-index:-1;opacity:.4}.rpg-arena-scenery i{position:absolute;width:180px;height:95px;border-radius:50% 50% 0 0;background:#446e52;left:-45px;top:90px;transform:rotate(-15deg)}.rpg-arena-scenery i:nth-child(2){left:24%;top:105px;width:300px;background:#57835f}.rpg-arena-scenery i:nth-child(3){left:auto;right:-80px;top:55px;width:250px;height:130px}.rpg-arena-cave .rpg-arena-scenery i{border-radius:0;transform:rotate(30deg);background:#172b3f;top:-70px}.rpg-arena-interior .rpg-arena-scenery{display:none}.rpg-arena-actors{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:320px;padding:30px 16px 35px;gap:16px}.rpg-arena-side{display:flex;flex-direction:column;gap:8px;min-width:0}.rpg-arena-side.is-foe{grid-column:2;grid-row:1}.rpg-arena-side.is-ally{grid-column:1;grid-row:1;padding-top:78px}.rpg-fighter{position:relative;min-width:0;display:flex;flex-direction:column;align-items:center}.rpg-fighter-card{position:relative;z-index:3;width:100%;max-width:215px;background:#f4efd9f5;border:1px solid #3e63584d;border-radius:10px 10px 10px 3px;padding:9px 11px;color:#2e493e;box-shadow:0 3px 0 #2b4d3c24}.rpg-fighter-card strong{display:flex;justify-content:space-between;align-items:baseline;gap:5px;font-size:12px}.rpg-fighter-card strong small{white-space:nowrap;font-size:10px;font-weight:500}.rpg-fighter-card>small{display:block;font-size:9px;text-align:right;margin-top:4px}.rpg-fighter-card b{font-size:8px;background:#776b87;color:white;padding:2px 4px;border-radius:3px}.rpg-fighter-card .rpg-hp{height:6px;background:#d1d6b8}.rpg-fighter-card .rpg-hp>span{transition:width .4s ease-out,background .4s}.rpg-fighter-art{position:relative;z-index:2;width:120px;height:108px;transform-origin:center bottom}.rpg-fighter-art .rpg-pokemon-sprite{position:absolute;left:50%;margin-left:-78px;top:-15px;width:156px;height:156px;-o-object-fit:contain;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 6px 2px #183d4130)}.rpg-fighter-platform{position:absolute;bottom:0;width:135px;max-width:100%;height:27px;border-radius:50%;border:2px solid #a2ba86a6;background:#3d634d66;box-shadow:0 5px 0 #27463426}.rpg-fighter-art.fx-idle:not(.is-fainted){animation:rpg-breathe 2.8s ease-in-out infinite}.rpg-fighter-art.fx-move{animation:rpg-lunge .6s ease-in-out}.is-foe .rpg-fighter-art.fx-move{animation-name:rpg-lunge-reverse}.rpg-fighter-art.fx-damage{animation:rpg-hit .35s ease-in-out}.rpg-fighter-art.fx-heal img{animation:rpg-heal .4s ease-out}.rpg-fighter-art.fx-status img{animation:rpg-status .4s ease-out}.rpg-fighter-art.fx-switch{animation:rpg-arrive .4s ease-out}.rpg-fighter-art.is-fainted img{opacity:.18;transform:translateY(12px) scale(.85);transition:opacity .4s,transform .4s}.rpg-capture-ball{position:absolute;width:22px;height:22px;border:2px solid #293a36;border-radius:50%;background:linear-gradient(#d87566 0 45%,#314239 46% 55%,#fbf0d1 56%);left:50px;top:62px}.rpg-capture-ball:after{content:"";width:6px;height:6px;border-radius:50%;border:2px solid #354d43;background:#fff5cf;position:absolute;top:6px;left:6px}.rpg-fx-float{position:absolute;inset:30% -25% auto;text-align:center;color:#fffde1;font-weight:800;font-size:15px;text-shadow:0 2px 3px #213c31;animation:rpg-float .4s ease-out both}.rpg-projectile{position:absolute;width:22px;height:22px;left:25%;top:68%;z-index:5;pointer-events:none;border-radius:50%;background:radial-gradient(#fffce8,var(--fx) 55%,transparent 70%);box-shadow:0 0 20px var(--fx);animation:rpg-shot .65s ease-in both}.rpg-projectile.from-foe{left:auto;right:25%;top:38%;animation-name:rpg-shot-reverse}.rpg-projectile i{position:absolute;width:7px;height:7px;background:var(--fx);border-radius:50%;left:-12px;top:12px}.rpg-projectile i:nth-child(2){left:-23px;top:20px;width:4px;height:4px;opacity:.7}.rpg-projectile i:nth-child(3){left:-7px;top:27px;width:3px;height:3px;opacity:.4}.rpg-arena-caption{position:absolute;bottom:0;left:0;right:0;padding:11px 14px;min-height:37px;background:#153c36dc;color:#fbefd0;text-align:center;font-size:11px}.rpg-arena-caption:empty{background:transparent}.rpg-combat-history{margin:12px 0}.rpg-combat-history summary{cursor:pointer;color:#a8bd9e;font-size:10px;padding:7px 0}.rpg-combat-history .rpg-battle-log{max-height:180px;overflow:auto;min-height:0;margin:6px 0}.rpg-battle .rpg-move-grid button{min-height:87px;background:linear-gradient(120deg,#37513a,#223d2c);border-radius:12px;transition:background .15s,transform .15s}.rpg-battle .rpg-move-grid button:hover:not(:disabled){background:#405b3d;transform:translateY(-2px)}.rpg-battle .rpg-move-grid strong{color:#f2edce;font-size:14px}.rpg-battle .rpg-move-grid span{color:#bfd1ad}.rpg-battle .rpg-battle-tabs{border:1px solid #a5c79125;border-radius:12px;padding:5px;gap:3px;background:#122a1e}.rpg-battle .rpg-battle-tabs button{border:0;min-height:43px}.rpg-battle-result{padding:22px;margin:15px 0 0;text-align:center;border-radius:16px;background:radial-gradient(ellipse at top,#bbd28e25,transparent),#193226;border:1px solid #bbd28e40}.rpg-battle-result>svg{color:#e3d69c;margin:auto}.rpg-battle-result h3{font-size:25px;margin:12px 0;color:#f3ebc7}.rpg-battle-result p{font-size:12px;line-height:1.7;color:#c3d2ad}.rpg-battle-result button{margin:16px auto 0}@keyframes rpg-arrive{0%{transform:translateY(10px) scale(.85);opacity:0}to{transform:none;opacity:1}}@keyframes rpg-breathe{50%{transform:translateY(-3px)}}@keyframes rpg-lunge{35%{transform:translate(20px,-8px)}65%{transform:translate(6px,-2px)}}@keyframes rpg-lunge-reverse{35%{transform:translate(-20px,8px)}65%{transform:translate(-6px,2px)}}@keyframes rpg-hit{20%,60%{transform:translateX(-5px);opacity:.55}40%,80%{transform:translateX(5px)}}@keyframes rpg-heal{50%{filter:drop-shadow(0 0 12px #b8eb9b) brightness(1.3)}}@keyframes rpg-status{50%{filter:drop-shadow(0 0 12px #b694df) sepia(.6)}}@keyframes rpg-float{0%{transform:translateY(5px);opacity:0}30%{opacity:1}to{transform:translateY(-18px)}}@keyframes rpg-shot{0%{opacity:0}20%{opacity:1}90%,to{transform:translate(180px,-90px) scale(1.5);opacity:0}}@keyframes rpg-shot-reverse{0%{opacity:0}20%{opacity:1}90%,to{transform:translate(-180px,90px) scale(1.5);opacity:0}}@media (max-width:540px){.rpg-encounter-lineup{margin:16px 0;padding:10px}.rpg-encounter-lineup .rpg-pokemon-sprite{width:90px;height:90px}.rpg-starter-options{grid-template-columns:1fr}.rpg-starter-options button{padding:4px 10px}.rpg-arena{min-height:285px;border-radius:12px}.rpg-arena-actors{padding:32px 9px 34px;gap:9px;min-height:260px}.rpg-arena-side.is-ally{padding-top:65px}.rpg-fighter-card{padding:7px}.rpg-fighter-card strong{font-size:10px;flex-wrap:wrap}.rpg-fighter-card strong small{font-size:8px}.rpg-fighter-art{width:92px;height:88px}.rpg-fighter-art .rpg-pokemon-sprite{width:132px;height:132px;margin-left:-66px}.rpg-capture-ball{left:36px;top:52px}.rpg-battle .rpg-move-grid button{padding:12px;min-height:84px}.rpg-battle .rpg-move-grid strong{font-size:12px}.rpg-battle .rpg-battle-tabs button{font-size:10px;padding:8px 3px}.rpg-battle .rpg-battle-tabs svg{display:none}.rpg-arena-caption{font-size:10px}}.rpg-arena[data-motion=off] *,.rpg-page[data-animations=false] .rpg-encounter-lineup img{animation:none!important;transition:none!important}@media (prefers-reduced-motion:reduce){.rpg-arena *,.rpg-encounter-lineup img{animation:none!important;transition:none!important}}.rpg-skip-turn{position:absolute;top:10px;right:10px;z-index:12;padding:8px 11px;border:1px solid #dbe7bf66;border-radius:9px;background:#17372eea;color:#f0edce;font:inherit;font-size:11px;cursor:pointer}.rpg-skip-turn:focus-visible{outline:2px solid #e6d791;outline-offset:3px}.rpg-fighter-art.fx-capture img{animation:rpg-ball-absorb .45s ease-in .18s both}.rpg-fighter-art.capture-escaped img{animation:rpg-ball-release .42s ease-out both}.rpg-capture-flight{position:absolute;left:50%;top:62px;width:24px;height:24px;margin-left:-12px;animation:rpg-ball-throw .85s ease-out both;z-index:2}.rpg-capture-flight .rpg-capture-ball{inset:0;width:24px;height:24px;box-shadow:0 5px 5px #102c3540,inset -3px -3px 0 #0002;animation:rpg-ball-shake var(--capture-shake) var(--capture-settle) ease-in-out var(--capture-shakes);transform-origin:50% 90%}.rpg-capture-ball[data-ball=great-ball]{background:linear-gradient(100deg,transparent 20%,#de7967 21% 32%,transparent 33% 67%,#de7967 68% 79%,transparent 80%) top /100% 45% no-repeat,linear-gradient(#668ecb 0 45%,#314239 46% 55%,#fbf0d1 56%)}.rpg-capture-ball[data-ball=ultra-ball]{background:linear-gradient(90deg,#edc865 22%,#35403e 23% 77%,#edc865 78%) top /100% 45% no-repeat,linear-gradient(#35403e 0 45%,#314239 46% 55%,#fbf0d1 56%)}.capture-caught .rpg-capture-ball{box-shadow:0 0 20px #f5e1a466,inset -3px -3px 0 #0002}.capture-caught .rpg-capture-ball:after{background:#b5db9b}.capture-escaped .rpg-capture-ball{animation:rpg-ball-open .35s ease-out both}.rpg-capture-stars{position:absolute;inset:-24px -14px;color:#fff3ae;font-size:21px;text-shadow:0 0 10px #ffe9a7;animation:rpg-capture-confirm .8s ease-out both}.rpg-capture-stars b,.rpg-capture-stars i{position:absolute;font:inherit}.rpg-capture-stars i{left:35px;top:9px}.rpg-capture-stars b{left:18px;top:-12px}@keyframes rpg-ball-throw{0%{transform:translate(-120px,22px) rotate(-160deg);opacity:0}15%{opacity:1}40%{transform:translate(-25px,-66px) rotate(-50deg)}64%{transform:translateY(-30px)}78%{transform:translateY(0) scaleY(.85)}88%{transform:translateY(-9px)}to{transform:none;opacity:1}}@keyframes rpg-ball-shake{0%,65%,to{transform:none}18%{transform:translateX(-4px) rotate(-22deg)}38%{transform:translateX(4px) rotate(22deg)}52%{transform:translateX(-2px) rotate(-10deg)}}@keyframes rpg-ball-absorb{0%{opacity:1;transform:none}40%{filter:brightness(3) sepia(1)}to{opacity:0;transform:translateY(20px) scale(0)}}@keyframes rpg-ball-release{0%{opacity:0;transform:translateY(20px) scale(.15);filter:brightness(3)}to{opacity:1;transform:none;filter:none}}@keyframes rpg-ball-open{to{opacity:0;transform:scale(1.8);filter:brightness(3)}}@keyframes rpg-capture-confirm{0%{opacity:0;transform:translateY(10px) scale(.5)}30%,65%{opacity:1}to{opacity:0;transform:translateY(-18px) scale(1.15)}}@media (prefers-reduced-motion:reduce){.rpg-capture-flight,.rpg-capture-flight *,.rpg-fighter-art.fx-capture img{animation:none}}.rpg-combat-dialog{max-width:640px}.rpg-combat-dialog .rpg-dialog-content{padding:22px}.rpg-combat-dialog .rpg-dialog-content>header{margin-bottom:15px;padding-bottom:12px}.rpg-combat-dialog .rpg-dialog-content>header .rpg-eyebrow{display:none}.rpg-combat-dialog .rpg-dialog-content h2{font-size:18px;letter-spacing:-.3px}.rpg-combat-dialog .rpg-icon-button{width:32px;height:32px}.rpg-combat-dialog .rpg-icon-button svg{width:18px;height:18px}.rpg-battle{display:flex;flex-direction:column}.rpg-battle-meta{margin-bottom:10px;font-size:8px}.rpg-battle>.rpg-combat-history{order:5;margin:5px 0 0}.rpg-battle>.rpg-combat-history summary{font-size:9px;padding:6px 0}.rpg-battle .rpg-battle-tabs{margin:12px 0 9px;padding:3px;border-radius:10px}.rpg-battle .rpg-battle-tabs button{min-height:40px;padding:7px 5px;font-size:11px;border-radius:7px}.rpg-battle .rpg-move-grid{gap:7px}.rpg-battle .rpg-move-grid button{display:grid;grid-template-columns:1fr auto;gap:5px 6px;min-height:62px;padding:11px 12px;border-radius:10px;background:#a6c2940b}.rpg-battle .rpg-move-grid button:hover:not(:disabled){background:#a6c29418;transform:none}.rpg-battle .rpg-move-grid strong{font-size:12px;min-width:0;overflow-wrap:anywhere}.rpg-battle .rpg-move-grid button>span{font-size:9px;grid-column:1/-1;grid-row:2;color:#a8bd9f}.rpg-battle .rpg-move-grid .rpg-move-pp{font-size:9px;white-space:nowrap;color:#c5d5b5;grid-column:2;grid-row:1}.rpg-battle .rpg-waiting{padding:13px;margin:12px 0 0;font-size:11px;min-height:44px}.rpg-compact-roster{display:grid;grid-template-columns:1fr 1fr;gap:7px;max-height:212px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#739679 #173324}.rpg-compact-roster button{display:flex;align-items:center;gap:8px;min-width:0;min-height:55px;padding:6px 9px;border-radius:10px;border:1px solid #a9c99b25;background:#a6c2940b;text-align:left}.rpg-compact-items button:hover:not(:disabled),.rpg-compact-roster button:hover:not(:disabled){border-color:#a9c99b80;background:#a6c29418}.rpg-compact-roster .rpg-pokemon-sprite{width:42px;height:42px;flex-shrink:0}.rpg-compact-roster button>span{flex:1;min-width:0}.rpg-compact-roster strong{display:block;font-size:11px;color:#efeacf;overflow-wrap:anywhere}.rpg-compact-roster small{display:block;font-size:9px;margin-top:3px;color:#a7bd9c}.rpg-compact-roster .rpg-hp{height:3px;margin-top:5px}.rpg-compact-roster em{font-style:normal;color:#bdd0a9;font-size:8px;white-space:nowrap}.rpg-compact-roster svg{flex-shrink:0;color:#b6cba1}.rpg-compact-items{display:grid;grid-template-columns:1fr 1fr;gap:7px;max-height:212px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#739679 #173324}.rpg-compact-items button{display:flex;gap:8px;align-items:center;padding:10px;min-height:56px;min-width:0;background:#a6c2940b;border:1px solid #a9c99b25;border-radius:10px;text-align:left}.rpg-compact-items button>span:nth-child(2){flex:1;min-width:0}.rpg-compact-items strong{display:block;color:#eee9cf;font-size:11px}.rpg-compact-items small{display:block;color:#a6bb9c;font-size:9px;margin-top:3px}.rpg-compact-items em{font-style:normal;font-size:9px;color:#c5d6b7}.rpg-item-symbol{width:28px;height:28px;display:grid;place-items:center;flex-shrink:0;border-radius:8px}.rpg-item-symbol.is-ball{color:#e4b89b;background:#d9a38015}.rpg-item-symbol.is-care{color:#b7d7ab;background:#aad78c15}.rpg-bag-back{display:flex;align-items:center;gap:7px;min-height:36px;margin-bottom:7px;color:#d5e1bf;font-size:11px}.rpg-bag-back small{color:#9fb79a;font-size:10px;margin-left:auto}.rpg-action-hint{font-size:11px;line-height:1.6;color:#a9bd9f;padding:12px}.rpg-battle.is-settled>.rpg-arena,.rpg-battle.is-settled>.rpg-battle-meta,.rpg-battle.is-settled>.rpg-combat-history{display:none}.rpg-outcome{text-align:center;padding:5px 20px 0;width:100%;max-width:430px;margin:0 auto}.rpg-outcome-art{display:flex;justify-content:center;align-items:center;position:relative;height:132px;isolation:isolate;margin-bottom:10px}.rpg-outcome-ring{position:absolute;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#c1dba126,#9cc68508);border:1px solid #bad59a35;box-shadow:0 0 0 12px #bad59a05,0 0 0 13px #bad59a0a;z-index:-1}.rpg-outcome-art img{width:126px;height:126px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 3px #0b211c66);animation:rpg-arrive .4s ease-out both}.rpg-outcome-seal{display:grid;place-items:center;position:absolute;bottom:11px;left:calc(50% + 25px);width:29px;height:29px;border-radius:50%;color:#263f2a;background:#d3dfa0;border:4px solid #183326}.rpg-outcome-kicker{font-size:9px;letter-spacing:2px;color:#b7cc9c}.rpg-outcome h3{font-family:var(--font-outfit),sans-serif;font-size:clamp(27px,5vw,34px);line-height:1.15;letter-spacing:-1px;color:#f3efd9;margin:10px 0}.rpg-outcome>p{color:#b0c1a4;font-size:12px;line-height:1.7;margin:0 auto;max-width:320px}.rpg-outcome-facts{display:flex;align-items:center;justify-content:center;gap:10px;font-size:10px;color:#8fa885;margin:15px 0 23px}.rpg-outcome-facts i{width:3px;height:3px;background:#8fa885;border-radius:50%}.rpg-outcome .rpg-primary{width:100%;justify-content:center;min-height:46px;font-size:12px}.rpg-outcome-details{margin-top:12px;color:#8fa885;font-size:10px}.rpg-outcome-details summary{cursor:pointer;padding:9px}.rpg-outcome-details p{text-align:left;font-size:11px;line-height:1.7;padding:0 5px;color:#b3c4a5}.rpg-outcome.is-defeat .rpg-outcome-seal{background:#c8c4b7}.rpg-outcome.is-defeat .rpg-outcome-kicker{color:#c8c4b7}.rpg-outcome .rpg-outcome-pending{padding:16px 0 5px;font-size:11px}@media (max-width:540px){.rpg-combat-dialog .rpg-dialog-content{padding:15px}.rpg-combat-dialog .rpg-dialog-content>header{margin-bottom:12px;padding-bottom:10px}.rpg-combat-dialog .rpg-dialog-content h2{font-size:17px}.rpg-battle .rpg-battle-tabs button{font-size:10px}.rpg-battle .rpg-move-grid button{padding:10px}.rpg-battle .rpg-move-grid strong{font-size:11px}.rpg-compact-roster{grid-template-columns:1fr}.rpg-compact-items button{padding:8px;gap:6px}.rpg-compact-items strong{font-size:10px}.rpg-item-symbol{width:23px;height:25px}.rpg-outcome{padding:0 8px}}@media (max-width:359px){.rpg-compact-items{grid-template-columns:1fr}.rpg-battle .rpg-move-grid .rpg-move-pp{font-size:8px}}@media (prefers-reduced-motion:reduce){.rpg-outcome-art img{animation:none}}.rpg-move-effect{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:6}.rpg-invite-dialog{max-width:520px}.rpg-invite-hero{padding:20px;border:1px solid #acc99d40;border-radius:16px;background:linear-gradient(135deg,#a3cfa321,transparent);text-align:center}.rpg-invite-hero>svg{margin:0 auto 12px;color:#b4d7a5}.rpg-invite-hero h3{margin:0 0 10px;font-size:24px}.rpg-invite-hero p{font-size:14px;line-height:1.6}.rpg-invite-hero>span{display:inline-block;margin-top:8px;font-size:12px;color:#d8d4a4}.rpg-arena-caption.is-feedback{color:#fff1b8;font-weight:700;border-color:#e2cd784d}.rpg-fighter-art.fx-cast{animation:rpg-cast .85s ease-in-out}@keyframes rpg-cast{50%{filter:brightness(1.45);transform:translateY(-5px) scale(1.05)}}.rpg-experience{margin:12px 0;color:#a6c9de;font-size:11px;text-align:left}.rpg-experience>div:first-child{display:flex;justify-content:space-between;gap:8px;margin-bottom:5px}.rpg-experience>div:first-child>span:first-child{font-size:9px;font-weight:800;letter-spacing:.12em}.rpg-experience-track{height:5px;border-radius:8px;overflow:hidden;background:#a0c6e01c}.rpg-experience-track i{display:block;height:100%;background:linear-gradient(90deg,#6394c2,#b6e2f5);border-radius:inherit}.rpg-experience small{display:block;margin-top:4px;color:#929ca7}.rpg-experience.is-compact{margin:6px 0 0;font-size:9px}.rpg-fighter-card .rpg-experience-track{height:3px;background:#50728225}.rpg-fighter-card .rpg-experience{color:#426879}.rpg-fighter-card .rpg-experience-track i{background:linear-gradient(90deg,#5a87ad,#44859b)}.rpg-exp-rewards{width:100%;display:grid;gap:8px;margin:4px 0 18px;text-align:left}.rpg-exp-reward{display:grid;grid-template-columns:44px minmax(0,1fr);gap:8px;border:1px solid #a7c8dc22;background:linear-gradient(120deg,#a6c8e00c,transparent);border-radius:12px;padding:12px}.rpg-exp-reward>img{width:44px;height:44px;image-rendering:pixelated}.rpg-exp-reward header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px;font-size:12px}.rpg-exp-reward header b{color:#b3d9bc;font-size:11px}.rpg-exp-reward small{display:block;font-size:10px;color:#a8b2af;margin-top:5px;line-height:1.6}.rpg-level-gain{display:inline-block;color:#e2d391;background:#d8c87912;border-radius:5px;padding:3px 6px;font-size:10px;margin-top:8px}.rpg-exp-reward summary{cursor:pointer;font-size:10px;color:#9ca9a9;margin-top:7px}.rpg-outcome:has(.rpg-exp-reward){max-width:460px;margin:auto}.rpg-evolution-scene{text-align:center;max-width:420px;margin:auto;padding:16px 8px 8px}.rpg-evolution-scene h3{font-size:clamp(21px,5vw,29px);letter-spacing:-.04em;margin:0 0 10px}.rpg-evolution-scene>p{color:#a8b2ae;font-size:13px;line-height:1.7;margin:0 auto 22px;max-width:310px}.rpg-evolution-stage{height:210px;overflow:clip;position:relative;display:grid;place-items:center;isolation:isolate;background:radial-gradient(ellipse,#c4d5b418,transparent 65%)}.rpg-evolution-stage img{position:absolute;width:144px;height:144px;image-rendering:pixelated;-o-object-fit:contain;object-fit:contain;z-index:2}.rpg-evolution-after{opacity:0}.rpg-evolution-orbit{position:absolute;width:164px;height:164px;border:1px solid #c9d9a933;border-radius:50%;transform:rotateX(55deg) rotate(-20deg)}.rpg-evolution-orbit.second{width:205px;height:205px;transform:rotateX(55deg) rotate(35deg);opacity:.5}.rpg-evolution-stage>span{position:absolute;color:#d3dfab;font-size:21px;left:22%;top:28%}.rpg-evolution-stage>span:nth-last-child(2){left:auto;right:20%;top:45%;font-size:15px}.rpg-evolution-stage>span:last-child{left:34%;top:76%;font-size:11px}.rpg-evolution-actions{display:grid;gap:8px}.rpg-evolution-scene>.rpg-primary{width:100%}.phase-transform .rpg-evolution-before{animation:rpg-evolve-old 2.8s ease-in-out both}.phase-transform .rpg-evolution-after{animation:rpg-evolve-new 2.8s ease-in-out both}.phase-transform .rpg-evolution-orbit{animation:rpg-evolve-ring 2.8s ease-in-out both}.phase-revealed .rpg-evolution-before{opacity:0}.phase-revealed .rpg-evolution-after{opacity:1;animation:rpg-evolve-reveal .6s ease-out}.phase-revealed .rpg-evolution-stage{background:radial-gradient(ellipse,#d6dda42c,transparent 68%)}@keyframes rpg-evolve-old{0%{opacity:1}40%{opacity:1;filter:brightness(0) invert(1);transform:scale(.88)}65%,to{opacity:0;filter:brightness(0) invert(1);transform:scale(.6)}}@keyframes rpg-evolve-new{0%,40%{opacity:0;filter:brightness(0) invert(1);transform:scale(.65)}70%{opacity:1;filter:brightness(0) invert(1);transform:scale(1.12)}to{opacity:1;filter:none;transform:scale(1)}}@keyframes rpg-evolve-ring{50%{border-color:#e0edacaa;box-shadow:0 0 35px #d1e2aa33;transform:rotateX(0) scale(.7)}to{transform:rotateX(55deg) scale(1.2)}}@keyframes rpg-evolve-reveal{0%{transform:translateY(6px);opacity:.6}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion:reduce){.rpg-evolution-stage *,.rpg-fighter-art.fx-cast{animation:none!important}.phase-transform .rpg-evolution-before{opacity:0}.phase-transform .rpg-evolution-after{opacity:1}}@media (max-width:400px){.rpg-exp-reward{padding:9px;grid-template-columns:34px minmax(0,1fr)}.rpg-exp-reward>img{width:34px;height:34px}}.rpg-conversation-dialog{max-width:570px}.rpg-conversation-dialog .rpg-dialog-content>header{margin-bottom:20px}.rpg-conversation-dialog .rpg-dialog-content>header .rpg-eyebrow{display:none}.rpg-conversation-dialog .rpg-dialog-content>header h2{font-size:17px;margin:0;color:#acbdac}.rpg-npc-dialogue{display:grid;grid-template-columns:84px minmax(0,1fr);gap:22px;padding:8px 0}.rpg-npc-portrait{position:relative;height:104px;background:radial-gradient(ellipse at bottom,#b4c8a333,transparent),#a3c5a20a;border:1px solid #b5c4a929;border-radius:40px 40px 18px 18px;overflow:hidden;image-rendering:pixelated}.rpg-npc-portrait i{position:absolute;left:27px;top:25px;width:29px;height:33px;background:#eac39a;border-radius:8px 8px 12px 12px;box-shadow:0 -7px 0 #5c483b}.rpg-npc-portrait i:after{content:"";position:absolute;top:13px;left:6px;width:3px;height:3px;background:#353b32;box-shadow:13px 0 #353b32}.rpg-npc-portrait b{position:absolute;left:15px;top:60px;width:55px;height:50px;border-radius:18px 18px 0 0;background:#7798b5;border-top:5px solid #e6dfc7}.rpg-npc-portrait.npc-heal b{background:#eee5d2}.rpg-npc-portrait.npc-heal i{box-shadow:0 -7px 0 #c88187}.rpg-npc-portrait.npc-gym b,.rpg-npc-portrait.npc-trainer b{background:#a58b5f}.rpg-npc-conversation{min-width:0}.rpg-npc-conversation h3{font-size:24px;letter-spacing:-.03em;margin:7px 0 14px}.rpg-npc-conversation>p{min-height:90px;font-size:15px;line-height:1.8;color:#d0d7c5;margin:0 0 20px}.rpg-npc-conversation footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.rpg-npc-conversation footer small{font-size:10px;color:#91a38f;white-space:nowrap}.rpg-npc-conversation .rpg-primary{min-height:42px;font-size:12px;padding:10px 15px}.rpg-dialogue-caret{display:inline-block;width:4px;height:12px;background:#c1d9a4;margin-left:3px;opacity:.5}@media (max-width:450px){.rpg-npc-dialogue{grid-template-columns:50px minmax(0,1fr);gap:13px}.rpg-npc-portrait{height:74px}.rpg-npc-portrait i{left:13px;top:17px;width:24px;height:29px}.rpg-npc-portrait b{left:4px;top:49px;width:44px}.rpg-npc-conversation h3{font-size:21px}.rpg-npc-conversation>p{font-size:13px;min-height:100px}.rpg-npc-conversation footer{flex-wrap:wrap}.rpg-npc-conversation .rpg-primary{width:100%}}.rpg-exploration-guide{margin:18px 0;display:grid;gap:14px}.rpg-destinations{padding:16px 18px;border:1px solid #adcfb325;border-radius:14px;background:#92bfa306}.rpg-destinations>.rpg-outcome-kicker{display:flex;align-items:center;gap:8px;font-size:9px}.rpg-destinations>div{display:flex;flex-wrap:wrap;gap:8px;margin:13px 0}.rpg-destinations>div>span{display:flex;gap:7px;align-items:center;border:1px solid #b7d2bb26;border-radius:7px;padding:7px 10px;font-size:11px;color:#cedac8}.rpg-destinations b{color:#d9e8ac}.rpg-destinations em{font-size:8px;font-style:normal;color:#b8e4d8;background:#a0d2be18;border-radius:3px;padding:3px}.rpg-destinations .is-locked{opacity:.5}.rpg-destinations>button{display:flex;align-items:center;gap:6px;font-size:11px;color:#a7c9b8}.rpg-expedition{display:grid;grid-template-columns:180px 1fr;border:1px solid #a1d9c42e;border-radius:16px;overflow:hidden;background:linear-gradient(110deg,#20483f,#142b25)}.rpg-expedition-copy{padding:23px}.rpg-expedition h3{font-size:23px;letter-spacing:-.04em;margin:8px 0;color:#e1ebd4}.rpg-expedition p{font-size:12px;color:#aec2b9;line-height:1.8;max-width:540px}.rpg-expedition ul{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0;font-size:10px;color:#b3c4b7}.rpg-expedition li{display:flex;align-items:center;gap:6px}.rpg-expedition li>i{width:9px;height:9px;border:1px solid #a2bd9c55;border-radius:50%}.rpg-expedition li.done{color:#d4e7ab}.rpg-expedition footer{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #bdd6bb1c;padding-top:12px;font-size:10px;color:#bbcbb2}.rpg-expedition footer b{color:#d6e8b5}.rpg-expedition-art{position:relative;overflow:hidden;background:radial-gradient(ellipse at 50% 40%,#6cb7a536,transparent 65%),linear-gradient(160deg,#1f423c,#1d726f)}.rpg-expedition-art i{position:absolute;border:1px solid #a4e1c32a;border-radius:50%;width:200px;height:85px;left:-35px;bottom:12px;transform:rotate(-15deg)}.rpg-expedition-art i:nth-child(2){bottom:40px;left:20px;width:180px}.rpg-expedition-art i:nth-child(3){border-radius:2px;transform:rotate(-22deg);width:24px;height:140px;left:85px;bottom:-15px;background:repeating-linear-gradient(#ae9e73 0 9px,#7c7759 9px 11px);border:3px solid #cfbd84}.rpg-expedition-art span{position:absolute;left:40px;top:32%;color:#f0e6a6;font-size:24px;animation:rpg-lagoon-light 3s ease-in-out infinite alternate}.rpg-expedition-art span:last-child{left:120px;top:24%;font-size:13px;animation-delay:1s}@keyframes rpg-lagoon-light{to{opacity:.25;transform:translateY(-8px)}}@media (max-width:600px){.rpg-expedition{grid-template-columns:1fr}.rpg-expedition-art{height:92px}.rpg-expedition-copy{padding:18px}.rpg-expedition ul{display:grid;gap:9px}.rpg-expedition h3{font-size:22px}.rpg-expedition footer{flex-wrap:wrap}.rpg-destinations{padding:14px}.rpg-destinations>div>span{font-size:10px}}@media (prefers-reduced-motion:reduce){.rpg-expedition-art span{animation:none}}.rpg-zone-arrival{position:absolute;z-index:5;top:58px;left:50%;transform:translateX(-50%);width:-moz-max-content;width:max-content;max-width:calc(100% - 32px);pointer-events:none;text-align:center;padding:16px 26px;border:1px solid #c6d9b536;border-radius:12px;background:#173b2de8;box-shadow:0 12px 30px #10271e30;animation:rpg-arrival-reveal .5s ease-out}.rpg-zone-arrival>span{display:block;letter-spacing:.16em;font-size:8px;color:#b6ccb1}.rpg-zone-arrival strong{display:block;font-size:clamp(19px,4vw,27px);letter-spacing:-.04em;color:#eef0d5;margin:5px 0}.rpg-zone-arrival i{display:block;width:35px;height:1px;background:#d9daa9;margin:9px auto}.rpg-zone-arrival small{font-size:10px;color:#b0c6b6}.rpg-zone-arrival.is-lagoon{background:#184b48eb;border-color:#bde3be55}@keyframes rpg-arrival-reveal{0%{opacity:0;translate:0 6px}to{opacity:1;translate:0 0}}@media (prefers-reduced-motion:reduce){.rpg-zone-arrival{animation:none}}.rpg-collection-tabs{display:flex;gap:5px;padding:4px;border:1px solid #b5c7a92b;border-radius:10px;background:#11251d;margin-bottom:22px}.rpg-collection-tabs button{flex:1;padding:11px 8px;border-radius:7px;font-size:12px;color:#a6bba4}.rpg-collection-tabs button[aria-pressed=true]{background:#b6d2af;color:#213c30;font-weight:700}.rpg-collection-tabs button span{margin-left:5px;opacity:.7}.rpg-storage>header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.rpg-storage>header h3{font-size:22px;letter-spacing:-.04em;margin:6px 0}.rpg-storage>header>span{font-size:10px;color:#b3c8b0}.rpg-storage>p{font-size:12px;color:#a9bba5;line-height:1.8;margin:10px 0 18px}.rpg-storage-team{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.rpg-storage-team>div{text-align:center;min-width:0;border:1px solid #a8c59b30;border-radius:10px;background:#a5c09908;padding:9px 5px;display:flex;flex-direction:column;align-items:center}.rpg-storage img{image-rendering:pixelated;-o-object-fit:contain;object-fit:contain;width:56px;height:56px}.rpg-storage-team strong{font-size:10px;overflow-wrap:anywhere}.rpg-storage-team small{font-size:8px;color:#aabfa4;margin:4px 0}.rpg-storage-team button{display:flex;align-items:center;justify-content:center;gap:4px;font-size:9px;color:#b5cbb0;margin-top:6px;min-height:28px}.rpg-storage button:disabled{opacity:.35}.rpg-storage-team .empty{border-style:dashed;justify-content:center;min-height:145px;color:#77947e}.rpg-storage-heading{display:flex;gap:12px;align-items:center;justify-content:space-between;margin:24px 0 13px}.rpg-storage-heading h4{font-size:16px}.rpg-storage-heading h4 span{font-size:11px;color:#8eaa93;margin-left:7px}.rpg-storage-heading input{width:210px;max-width:55%;background:#10231c;border:1px solid #adcdad2e;border-radius:8px;padding:9px 10px;color:#d4dfcc;font-size:11px}.rpg-storage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.rpg-storage-grid article{border:1px solid #a8cba329;border-radius:12px;padding:12px;background:linear-gradient(130deg,#abcba50c,transparent);min-width:0}.rpg-storage-grid article>div:first-of-type{display:flex;gap:8px;align-items:center}.rpg-storage-grid article strong{font-size:13px}.rpg-storage-grid article small{display:block;font-size:10px;color:#a7bca2;margin-top:4px}.rpg-storage-grid footer{display:flex;gap:7px;margin-top:13px}.rpg-storage-grid footer button{display:flex;align-items:center;justify-content:center;gap:5px;flex:1;border:1px solid #abc9a43b;padding:9px 5px;border-radius:7px;font-size:10px;color:#c4d5b9;min-height:36px}.rpg-storage-grid footer .rpg-storage-add{background:#bed9af;color:#264331}.rpg-storage-replace{border:1px solid #c2d99266;background:#b0c8970b;padding:14px;border-radius:12px;margin-bottom:14px}.rpg-storage-replace>div:first-child{display:flex;justify-content:space-between;gap:8px;align-items:center}.rpg-storage-replace strong{font-size:13px}.rpg-storage-replace>div:first-child>button{font-size:11px;color:#bfcdac}.rpg-storage-replace p{font-size:11px;line-height:1.7;color:#aebe9f;margin:8px 0}.rpg-storage-replace>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.rpg-storage-replace>div:last-child>button{display:flex;gap:7px;align-items:center;text-align:left;border:1px solid #adca9c2c;border-radius:7px;padding:4px 8px;font-size:11px;background:#163225}.rpg-storage-replace img{width:36px;height:36px}.rpg-storage-replace button>span{flex:1;min-width:0;overflow-wrap:anywhere}.rpg-storage-replace small{display:block;font-size:9px;color:#a5ba99}.rpg-storage-empty{padding:28px 18px;border:1px dashed #a8b99936;border-radius:12px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;color:#aec1a2}.rpg-storage-empty strong{font-size:13px}.rpg-storage-empty p{font-size:12px;line-height:1.8;max-width:330px}.rpg-storage-link{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px;border:1px solid #bad4a347;border-radius:12px;background:#a7c1950d;width:100%;font-size:13px;margin-top:20px}.rpg-storage-link span{font-size:11px;color:#a8bc9d}.rpg-fighter-card{padding:11px 13px;border-radius:13px;background:linear-gradient(145deg,#faf5e4f7,#e9edddf7);border-color:#527b6666;box-shadow:0 5px 0 #2c523328,0 8px 20px #173c2520;max-width:235px}.rpg-fighter-heading{display:flex;align-items:center;justify-content:space-between;gap:5px;min-height:13px;margin-bottom:5px}.rpg-fighter-heading>span{font-size:7px;letter-spacing:.12em;font-weight:700;color:#668170}.rpg-fighter-card>strong{font-size:14px;gap:6px;flex-wrap:nowrap}.rpg-fighter-card>strong>span{overflow-wrap:anywhere;min-width:0}.rpg-fighter-card>strong>small{font-size:10px;background:#42624b0e;padding:3px 5px;border-radius:5px}.rpg-fighter-types{display:flex;flex-wrap:wrap;gap:7px;margin:5px 0}.rpg-fighter-types>span{display:flex;align-items:center;gap:4px;font-size:8px;color:#526955}.rpg-fighter-types i{width:5px;height:5px;border-radius:50%;border:1px solid #183d3620}.rpg-fighter-card .rpg-hp{height:7px;margin-top:7px;background:#456a4524;border:1px solid #3d613617}.rpg-fighter-vitals{display:flex;align-items:center;justify-content:space-between;margin:4px 0 0}.rpg-fighter-vitals>span:first-child{font-size:8px;letter-spacing:.12em;color:#59765e}.rpg-fighter-vitals strong{display:inline;font-size:11px;letter-spacing:0}.rpg-fighter-vitals small{font-size:9px;color:#74806a}.rpg-fighter-card .rpg-experience{padding-top:5px;border-top:1px solid #4e776c1d;margin-top:6px}.rpg-fighter-card.is-critical{border-color:#ad7464}.rpg-fighter-card.is-critical .rpg-fighter-vitals strong{color:#9e5344}.rpg-fighter-card.is-ko{filter:saturate(.35)}@media (max-width:600px){.rpg-storage-team{grid-template-columns:repeat(3,minmax(0,1fr))}.rpg-storage-grid{grid-template-columns:1fr}.rpg-storage>header h3{font-size:20px}.rpg-storage-team>div{padding:8px}.rpg-storage-team .empty{min-height:125px}.rpg-storage-team strong{font-size:11px}.rpg-storage-link{flex-wrap:wrap}.rpg-fighter-card{padding:8px;border-radius:10px}.rpg-fighter-card>strong{font-size:11px;flex-wrap:wrap;gap:2px}.rpg-fighter-card>strong>small{font-size:8px;padding:1px 3px}.rpg-fighter-heading>span{font-size:6px;letter-spacing:.08em}.rpg-fighter-types>span{font-size:7px}.rpg-fighter-types{gap:4px;margin:4px 0}.rpg-fighter-card .rpg-hp{height:6px}.rpg-fighter-card .rpg-experience{font-size:8px}.rpg-fighter-card .rpg-experience>div:first-child{flex-wrap:wrap;gap:2px}.rpg-fighter-card b{font-size:7px}.rpg-storage-replace>div:last-child{grid-template-columns:1fr}}.rpg-storage-team img{width:44px;height:44px}@media (max-width:600px){.rpg-arena:has(.is-ally .rpg-fighter:nth-child(2)) .is-ally{padding-top:25px}.rpg-arena:has(.is-ally .rpg-fighter:nth-child(2)) .rpg-fighter-art{width:70px;height:50px}.rpg-arena:has(.is-ally .rpg-fighter:nth-child(2)) .rpg-fighter-art .rpg-pokemon-sprite{width:94px;height:94px;margin-left:-47px}.rpg-arena:has(.is-ally .rpg-fighter:nth-child(2)) .rpg-fighter-card{padding:6px}.rpg-arena:has(.is-ally .rpg-fighter:nth-child(2)) .rpg-fighter-heading{min-height:8px;margin-bottom:3px}.rpg-arena:has(.is-ally .rpg-fighter:nth-child(2)) .rpg-fighter-heading>span{font-size:5px}.rpg-arena:has(.is-ally .rpg-fighter:nth-child(2)) .rpg-fighter-card>strong{font-size:9px}.rpg-arena:has(.is-ally .rpg-fighter:nth-child(2)) .rpg-fighter-types{margin:3px 0}.rpg-arena:has(.is-ally .rpg-fighter:nth-child(2)) .rpg-fighter-card .rpg-experience{margin-top:3px;padding-top:3px;font-size:7px}.rpg-arena:has(.is-ally .rpg-fighter:nth-child(2)) .rpg-fighter-card .rpg-hp{margin-top:3px;height:5px}}.rpg-collection-goal{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:16px;margin:16px 0;border:1px solid #dfcb8844;border-radius:14px;background:linear-gradient(130deg,#dfcb8811,#a2cfa60a)}.rpg-collection-goal>div{min-width:0}.rpg-collection-goal small{display:block;color:#d8cb94;font-size:9px;letter-spacing:1.5px;margin-bottom:6px}.rpg-collection-goal strong{font-size:16px}.rpg-collection-goal p{color:#afc2a6;font-size:11px;margin-top:5px;line-height:1.5}.rpg-collection-goal>div:last-child{display:grid;gap:6px;min-width:150px;text-align:right;font-size:11px}.rpg-collection-goal progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:4px;overflow:hidden;background:#10291e;width:100%;height:5px;accent-color:#d6ca8f}.rpg-collection-goal progress::-webkit-progress-bar{background:#10291e;border-radius:4px}.rpg-collection-goal progress::-webkit-progress-value{background:#d6ca8f;border-radius:4px}.rpg-collection-goal progress::-moz-progress-bar{background:#d6ca8f;border-radius:4px}.rpg-collection-goal button{border:1px solid #c8dba63b;padding:8px;border-radius:8px;color:#d7e4bf;min-height:36px}.rpg-collection-goal button:disabled{color:#8ba184}.rpg-collection-complete{color:#dfce8e;font-size:13px}@media (max-width:520px){.rpg-collection-goal{flex-direction:column;align-items:stretch;gap:10px}}.rpg-storage-filters{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}.rpg-storage-filters label{display:grid;gap:6px;color:#b4c5ac;font-size:11px}.rpg-storage-filters select{width:100%;min-width:0;background:#10251c;border:1px solid #abc9a433;padding:10px;border-radius:9px;color:#e4e7cc}.rpg-storage-grid article{position:relative}.rpg-storage-grid article>div:first-of-type{padding-right:22px}.rpg-favorite{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:32px;height:32px;border-radius:9px;color:#9db39c;background:#12271dcc}.rpg-favorite[aria-pressed=true]{color:#edd58d;background:#dec47e18}.rpg-storage-grid footer .rpg-sell-button{flex:0.85;color:#e0c994;border-color:#e0c99440}.rpg-storage-sale{background:linear-gradient(140deg,#39412b,#162e23);border:1px solid #ddc58b66;border-radius:16px;padding:18px;margin:16px 0}.rpg-sale-heading{display:flex;align-items:center;gap:12px}.rpg-sale-heading>div{flex:1;min-width:0}.rpg-sale-heading small{color:#dcc897;letter-spacing:1.5px;font-size:9px}.rpg-sale-heading h4{font-size:20px;margin:3px 0;overflow-wrap:anywhere}.rpg-sale-heading span{font-size:11px;color:#b9c8a7}.rpg-sale-heading>strong{font-size:22px;color:#ecdbab;white-space:nowrap}.rpg-storage-sale p{color:#c3cbb1;font-size:12px;line-height:1.65;margin:12px 0}.rpg-storage-sale .rpg-action-row{margin-top:12px}.rpg-sale-check{display:flex;gap:10px;align-items:center;font-size:12px}.rpg-sale-check input{width:18px;height:18px;flex-shrink:0;accent-color:#bdd6a7}.rpg-storage .rpg-storage-receipt{border-left:3px solid #b8d1a7;padding:9px 12px;background:#b8d1a70b}.rpg-lead-badge{font-size:8px;color:#dfd997;background:#dddb8712;padding:3px 6px;border-radius:4px;letter-spacing:.8px}.rpg-pagination{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #a2cfa626;padding-top:14px;margin-top:16px}.rpg-pagination button{min-height:40px;padding:8px 12px;border-radius:9px;border:1px solid #a2cfa636;color:#c8dab7;font-size:12px;background:#1c3327}.rpg-pagination button:disabled{opacity:.35}.rpg-pagination>span{text-align:center;font-size:13px;color:#e0e9cc}.rpg-pagination small{display:block;color:#9aaf94;font-size:10px;margin-top:2px}.rpg-favorite:focus-visible,.rpg-pagination button:focus-visible,.rpg-storage-sale:focus-visible{outline:2px solid #e8dbac;outline-offset:3px}@media (max-width:420px){.rpg-storage-sale{padding:12px}.rpg-sale-heading{gap:7px;flex-wrap:wrap}.rpg-sale-heading>strong{font-size:19px}.rpg-sale-heading h4{font-size:17px}.rpg-storage-sale .rpg-action-row{flex-direction:column}.rpg-pagination button{padding:8px;font-size:10px}.rpg-storage-filters{gap:8px}}.rpg-shiny-label{color:#ead799}.rpg-dex-variants{margin:12px 0;border:1px solid #a2cfa62b;border-radius:12px;padding:12px;background:#10251c88}.rpg-variant-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.rpg-variant-pair figure{display:grid;justify-items:center;margin:0;padding:6px;border-radius:9px;background:#a2cfa60a}.rpg-variant-pair .is-shiny{background:radial-gradient(ellipse at 50% 40%,#dfc37425,#dfc37408)}.rpg-variant-pair img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;image-rendering:pixelated}.rpg-variant-pair figcaption{font-size:10px;color:#b3c3a7}.rpg-variant-pair .is-shiny figcaption{color:#ead799}.rpg-dex-odds{display:grid;grid-template-columns:1fr auto;gap:4px 8px;border-top:1px solid #a2cfa622;padding:10px 0;align-items:center}.rpg-dex-odds small{color:#a8bc9c;font-size:8px;letter-spacing:.8px}.rpg-dex-odds strong{font-size:16px;color:#e3dbb2;white-space:nowrap}.rpg-dex-odds span{grid-column:1/-1;font-size:10px;color:#b6c4aa}.rpg-dex-variants p{font-size:10px;line-height:1.6;color:#a8bb9c;margin:7px 0 0}.rpg-item-sources{margin:16px 0;padding:14px;border:1px solid #a2cfa637;border-radius:12px;background:#10281e}.rpg-item-sources summary{font-size:13px;font-weight:600;color:#d5ddb7;cursor:pointer}.rpg-item-sources label{display:grid;gap:6px;margin-top:14px;font-size:11px;color:#aabe9e}.rpg-item-sources select{width:100%;padding:10px;border-radius:8px;border:1px solid #a2cfa633;color:#e3e4c9;background:#182f23}.rpg-item-sources p,.rpg-shop-progression{font-size:11px;color:#aabea1;line-height:1.7;margin:12px 0}.rpg-item-source-chips,.rpg-supply-rewards{display:flex;flex-wrap:wrap;gap:7px}.rpg-item-source-chips span,.rpg-supply-rewards span{background:#c9cf9212;border:1px solid #d4d69d24;color:#d5d7ad;padding:6px 9px;border-radius:7px;font-size:10px}.rpg-item-sources h4{font-size:12px;margin:16px 0 8px}.rpg-item-locations{display:grid;grid-template-columns:1fr 1fr;gap:7px}.rpg-item-locations>div{padding:10px;border:1px solid #a2cfa622;border-radius:8px}.rpg-item-locations strong{display:block;font-size:11px}.rpg-item-locations span{display:block;font-size:10px;color:#a3b695;margin-top:3px}.rpg-supply-rewards{justify-content:center;margin:14px 0}.rpg-supply-rewards small{flex-basis:100%;font-size:9px;color:#c5d29f;letter-spacing:1px}@media (max-width:420px){.rpg-item-locations{grid-template-columns:1fr}}.rpg-gym-trials{margin:12px 0;padding:14px 18px;border:1px solid #c8b87938;border-radius:16px;background:linear-gradient(120deg,#263d2c,#152b24);color:#efe9c8;display:flex;align-items:center;gap:20px;justify-content:space-between}.rpg-gym-trials strong{font-size:14px}.rpg-gym-trials small{display:block;font-size:11px;color:#a8ba9f;margin-top:4px}.rpg-gym-trials ol{display:flex;gap:20px;list-style:none;margin:0;padding:0}.rpg-gym-trials li{display:flex;align-items:center;gap:9px;font-size:12px}.rpg-gym-trials li>span{display:grid;place-items:center;width:28px;height:28px;border:1px solid #c8b87950;border-radius:50%;color:#d6c68d}.rpg-gym-trials li[data-done=true]>span{background:#a2cca5;color:#153025;border-color:transparent}@media (max-width:800px){.rpg-gym-trials{align-items:stretch;flex-direction:column;gap:12px}.rpg-gym-trials ol{flex-wrap:wrap;gap:12px}.rpg-gym-trials li{flex:1 1 130px}}