@font-face{font-family:Joystix;src:url(../assets/joystix-monospace.otf) format("opentype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Joystix;src:url(../assets/joystix-monospace.otf) format("opentype");font-weight:700;font-style:normal;font-display:block}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background-color:#000;font-family:Joystix,monospace;color:#fff}.loader-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:gray;background-image:linear-gradient(135deg,#8c8c8c,gray,#737373);box-shadow:inset 0 0 80px #00000059;z-index:0;pointer-events:none}.readable-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.hidden{display:none!important}#game-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;touch-action:none}#game{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:transparent}canvas{display:block;image-rendering:pixelated;image-rendering:crisp-edges;background-color:transparent}#menu-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;overflow:hidden}.menu-screen{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:10px 0;gap:15px;background:transparent}.hub-frame{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:15px;padding:0}#village-menu .button-container{margin-top:auto;margin-bottom:0}#village-menu .back-button{width:100%;max-width:400px}.menu-title-image{width:100%;height:auto;margin-top:0;display:block}#forge-list-view,#forge-detail-view{width:100%;display:flex;flex-direction:column;align-items:center;gap:15px;flex:1;min-height:0}.character-select-message{max-width:700px;padding:0 16px;text-align:center;font-size:1rem;color:#eee;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.character-select-options{width:100%;max-width:700px;display:flex;justify-content:center;gap:16px;padding:0 12px;flex-wrap:nowrap}.character-choice{width:clamp(140px,42vw,240px);display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 12px;font-family:Joystix,monospace;color:#fff;background-color:#361f14;border:3px solid #EDB45B;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.character-choice:hover,.character-choice.selected{border-color:#4a90e2;box-shadow:0 0 12px #4a90e273;transform:translateY(-2px)}.character-choice-info{text-align:center;display:flex;flex-direction:column;gap:4px}.character-choice-name{font-size:1.3rem;color:#fff}.character-choice-class{font-size:.95rem;color:#edb45b}.button-container{display:flex;flex-direction:column;gap:20px;width:100%;max-width:400px;margin-top:auto;margin-bottom:0}.menu-button{padding:20px 40px;font-size:1.75rem;font-weight:400;font-family:Joystix,monospace;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);background-color:transparent;background-image:url(../assets/menu-button.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;border:none;cursor:pointer;transition:all .2s ease;touch-action:manipulation;min-height:60px}.menu-button-small{padding:16px 32px;font-size:1.4rem;min-height:48px}.menu-button-large{padding:20px 40px;font-size:1.75rem;min-height:60px}.menu-button:hover:not(.disabled){transform:translateY(-2px);filter:brightness(1.2)}.menu-button:active:not(.disabled){transform:translateY(0);filter:brightness(.9)}.menu-button.disabled{filter:grayscale(100%) brightness(.7);color:#888;cursor:not-allowed;opacity:.6}.scrollable-content{flex:1;width:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:0 10px;min-height:0}.level-list{display:flex;flex-direction:column;gap:20px;padding-bottom:20px;max-width:600px;margin:0 auto}.level-button{position:relative;padding:20px 25px;min-height:80px;border-radius:8px;border:3px solid #fff;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #0000004d;display:flex;flex-direction:column;gap:5px;touch-action:manipulation}.level-button:hover:not(.locked){transform:translateY(-2px);box-shadow:0 6px 8px #0006;border-color:#ff0}.level-button:active:not(.locked){transform:translateY(0);box-shadow:0 2px 4px #0000004d}.level-button.locked{opacity:.4;border-color:#ffffff4d;cursor:not-allowed}.level-header{display:flex;justify-content:space-between;align-items:center}.level-number{font-size:2rem;font-weight:700}.level-biome{font-size:1.25rem}.level-info{font-size:1rem;color:#ccc;align-self:flex-end}.category-buttons{display:flex;gap:10px;width:100%;max-width:700px;padding:0 10px;flex-wrap:wrap;justify-content:center}.category-buttons:empty{display:none}.inventory-filters,.shop-filters{display:flex;gap:10px;width:100%;max-width:700px;padding:0 10px;flex-wrap:wrap;justify-content:center}.inventory-gold{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:700px;padding:0 10px 8px;font-family:Joystix,monospace;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.menu-topbar{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:700px;padding:0 10px 8px;gap:12px}.menu-topbar .inventory-gold{width:auto;padding:0}.item-title-group{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.item-type-icon-container{width:42px;height:42px;background-image:url(../assets/button-normal.png);background-size:42px 42px;background-repeat:no-repeat;background-position:center;image-rendering:pixelated;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-type-icon{width:32px;height:32px;background-image:url(../assets/crl_items.png);background-size:1280px auto;background-repeat:no-repeat;image-rendering:pixelated}.item-grid-button{width:64px;height:64px;background-color:#361f14;border:3px solid #ffffff;border-radius:8px;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;image-rendering:pixelated;padding:0}.item-grid-button.rarity-magic{border-color:#6aa7ff;box-shadow:none}.item-grid-button.rarity-rare{border-color:#fa0;box-shadow:0 0 8px #ffaa0059}.item-grid-button.rarity-epic{border-color:#a0f;box-shadow:0 0 8px #aa00ff59}.item-grid-icon-container{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.item-grid-icon{width:32px;height:32px;background-image:url(../assets/crl_items.png);background-size:1280px auto;background-repeat:no-repeat;image-rendering:pixelated}.item-grid-badge{position:absolute;top:4px;font-size:.7rem;background:#0009;padding:2px 4px;border-radius:4px;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.item-grid-badge.favorite{left:4px;color:#f2d46b}.item-grid-badge.equipped{right:4px;color:#4a90e2}.item-grid-badge.equipped.other{color:#888}.item-grid-badge.level{left:4px;bottom:4px;top:auto;color:#f3d07a}.item-grid-skill-badge{position:absolute;right:4px;bottom:4px;width:32px;height:32px;max-width:50%;max-height:50%;background:#0009;border-radius:6px;display:flex;align-items:center;justify-content:center;image-rendering:pixelated;pointer-events:none}.item-grid-skill-icon{width:32px;height:32px;background-repeat:no-repeat;image-rendering:pixelated;transform:none}.item-detail-wrapper{display:flex;flex-direction:column;gap:12px}.gold-with-icon{display:inline-flex;align-items:center;gap:6px}.coin-icon{width:16px;height:16px;background-image:url(../assets/crl_items.png);background-repeat:no-repeat;background-size:640px auto;background-position:-304px 0;image-rendering:pixelated;display:inline-block;vertical-align:middle}.price-with-coin{display:inline-flex;align-items:center;gap:6px}.inventory-gold-count{font-size:.9rem}.inventory-filter-button{padding:8px 15px;font-size:.9rem;font-weight:400;font-family:Joystix,monospace;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8);background-color:transparent;background-image:url(../assets/button-left.png),url(../assets/button-right.png),url(../assets/button-center.png);background-size:4px 100%,4px 100%,calc(100% - 8px) calc(100% + -0px);background-position:left center,right center,4px center;background-repeat:no-repeat,no-repeat,no-repeat;image-rendering:pixelated;border:none;cursor:pointer;transition:background-image .1s ease,filter .1s ease;min-height:28px}.inventory-filter-button.filter-text-button{font-size:.8rem}.filter-icon-container{width:24px;height:24px;display:flex;align-items:center;justify-content:center;pointer-events:none}.filter-icon{width:16px;height:16px;background-image:url(../assets/crl_items.png);background-size:640px auto;background-repeat:no-repeat;image-rendering:pixelated;transform:scale(1.5);transform-origin:center}.inventory-filter-button:hover:not(.active){filter:brightness(1.2)}:is(.inventory-filter-button.active,.category-button.active,.btn.active,.btn-favorite.active,.character-tab.active,.character-switch-button:active){background-image:url(../assets/button-pushed-left.png),url(../assets/button-pushed-right.png),url(../assets/button-pushed-center.png);background-size:4px 100%,4px 100%,calc(100% - 8px) calc(100% + -0px);background-position:left center,right center,4px center;background-repeat:no-repeat,no-repeat,no-repeat;filter:brightness(1.3)}.category-button{padding:8px 15px;font-size:.9rem;font-weight:400;font-family:Joystix,monospace;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8);background-color:transparent;background-image:url(../assets/button-left.png),url(../assets/button-right.png),url(../assets/button-center.png);background-size:4px 100%,4px 100%,calc(100% - 8px) calc(100% + -0px);background-position:left center,right center,4px center;background-repeat:no-repeat,no-repeat,no-repeat;image-rendering:pixelated;border:none;cursor:pointer;transition:background-image .1s ease,filter .1s ease;min-height:28px}.category-button:hover:not(.disabled):not(.active){filter:brightness(1.2)}.category-button.disabled{filter:grayscale(100%) brightness(.7);color:#888;cursor:not-allowed}.bottom-buttons{display:flex;gap:15px;width:100%;justify-content:center;align-items:center;flex-wrap:wrap;padding:0 10px}.bottom-buttons .back-button{margin-bottom:0}.back-button{width:auto;max-width:250px;padding:15px 40px;font-size:1.5rem;font-weight:400;font-family:Joystix,monospace;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);background-color:transparent;background-image:url(../assets/menu-button.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;border:none;cursor:pointer;transition:all .2s ease;touch-action:manipulation;min-height:60px}.back-button:hover{transform:translateY(-2px);filter:brightness(1.2)}.back-button:active{transform:translateY(0);filter:brightness(.9)}.back-button.secondary-button{filter:brightness(.8)}.back-button.secondary-button:hover{filter:brightness(1)}.scrollable-content::-webkit-scrollbar{width:8px}.scrollable-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.scrollable-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.scrollable-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.empty-text{font-size:.9rem;color:#888;font-style:italic;text-align:center;padding:20px}.item-grid-list .empty-text{grid-column:1 / -1;justify-self:stretch}.inventory-container,.shop-container,.forge-container{width:100%;max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.item-section{width:100%}.item-list{display:flex;flex-direction:column;gap:12px}#inventory-menu .item-grid-list,#shop-menu .item-grid-list,#forge-menu .item-grid-list{display:grid;grid-template-columns:repeat(auto-fill,64px);gap:8px;justify-content:start;width:fit-content;max-width:100%;margin:0 auto}.item-card{background-color:#361f14;border:3px solid #EDB45B;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:4px;position:relative;transition:all .2s ease}.item-card.equipped{border-color:#4a90e2;box-shadow:0 0 15px #4a90e266}.item-card.rarity-common{border-color:#fff}.item-card.rarity-magic{border-color:#6aa7ff;box-shadow:none}.item-card.rarity-rare{border-color:#fa0;box-shadow:0 0 10px #ffaa004d}.item-card.rarity-epic{border-color:#a0f;box-shadow:0 0 10px #aa00ff4d}.item-title-row{display:flex;justify-content:space-between;align-items:center;gap:10px;min-height:42px}.item-name{font-size:1.5rem;font-weight:700;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-badges{display:flex;align-items:center;gap:8px;flex-shrink:0}.equipped-badge{font-size:.85rem;color:#4a90e2;white-space:nowrap}.equipped-badge.other{color:#888}.new-badge{font-size:.75rem;color:#1ccf6c;font-weight:700;letter-spacing:1px}.item-spell-row{display:flex;align-items:center;gap:10px}.item-icon-container{width:42px;height:42px;background-image:url(../assets/button-normal.png);background-size:42px 42px;background-repeat:no-repeat;background-position:center;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-icon{width:36px;height:36px;background-image:url(../assets/crl_effects.png);background-size:576px 612px;background-repeat:no-repeat;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;transform:none}.item-spell-name{font-size:1rem;color:#ddd;font-weight:500}.item-spell-dps{font-size:.9rem;color:#b9e3ff;margin-left:auto}.item-actions{display:flex;justify-content:space-between;align-items:center}.item-effects{display:flex;flex-direction:column;gap:8px;margin-top:0}.item-effects--mods{margin-top:6px}.item-effects--stats{margin-top:12px}.item-effects--stats-only{margin-top:6px}.item-effect{background:#ffffff0d;border-left:3px solid #4a90e2;padding:8px 12px;border-radius:4px;display:flex;align-items:center;gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.item-effect.forge-selectable{cursor:pointer;transition:background .15s ease,border-color .15s ease}.item-effect.forge-selectable:hover{background:#ffffff1f}.item-effect.forge-selected{border-left-color:#f3d07a;background:#f3d07a33}.item-effect.forge-locked{opacity:.6}.item-level-row{display:flex;align-items:center;gap:8px;margin-top:6px}.effect-range{margin-left:auto;font-size:.85rem;color:#aaa;white-space:nowrap}.forge-detail-actions{display:flex;flex-direction:column;gap:12px;padding:0 10px;width:100%;align-items:center;flex-shrink:0}.forge-detail-actions .menu-button,.forge-detail-actions .back-button{width:100%;max-width:400px}.forge-detail-content{display:flex;flex-direction:column;gap:12px;width:100%;max-width:700px;margin:0 auto}.item-effect.modifier{border-left-color:#e2904a}.effect-icon{font-size:1.2rem}.effect-text{font-size:.95rem;color:#ddd;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.stat-value{color:#4a90e2;font-weight:700}.btn{padding:8px 15px;font-size:.9rem;font-weight:400;font-family:Joystix,monospace;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8);background-color:transparent;background-image:url(../assets/button-left.png),url(../assets/button-right.png),url(../assets/button-center.png);background-size:4px 100%,4px 100%,calc(100% - 8px) calc(100% + -0px);background-position:left center,right center,4px center;background-repeat:no-repeat,no-repeat,no-repeat;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;border:none;cursor:pointer;transition:background-image .1s ease,transform .1s ease;touch-action:manipulation;min-height:28px}.btn:hover{filter:brightness(1.2)}.btn:active{transform:translateY(0);background-image:url(../assets/button-pushed-left.png),url(../assets/button-pushed-right.png),url(../assets/button-pushed-center.png);background-size:4px 100%,4px 100%,calc(100% - 8px) calc(100% + -0px);background-position:left center,right center,4px center;background-repeat:no-repeat,no-repeat,no-repeat}.btn:disabled,.btn.disabled{filter:grayscale(100%) brightness(.6);cursor:not-allowed;opacity:.5}.btn:disabled:hover,.btn.disabled:hover{filter:grayscale(100%) brightness(.6);transform:none}.btn-favorite{padding:8px 12px!important;min-width:45px}.btn-favorite .favorite-star{font-size:1.2rem;color:#999;transition:color .2s ease}.btn-favorite:hover .favorite-star{color:#ccc}.btn-favorite.active .favorite-star{color:gold;text-shadow:0 0 6px rgba(255,215,0,.8)}.btn-favorite.active:hover{filter:brightness(1.4)}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal.hidden{display:none}.modal-content{background-color:#361f14;border:3px solid #EDB45B;border-radius:8px;padding:25px;max-width:500px;width:100%;display:flex;flex-direction:column;gap:20px}.modal-title{font-size:2rem;color:#fff;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.8);margin:0}.modal-description{font-size:1rem;color:#ccc;text-align:center;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.rarity-checkboxes{display:flex;flex-direction:column;gap:15px}.rarity-checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px;background:#ffffff0d;border-radius:4px;transition:background .2s ease}.rarity-checkbox:hover{background:#ffffff1a}.rarity-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.rarity-label{font-size:1.2rem;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.modal-actions{display:flex;gap:10px;justify-content:center}.modal-actions .btn{flex:1;max-width:200px}.character-container{width:100%;max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.character-preview{display:flex;align-items:center;gap:20px;background-color:#361f14;border:3px solid #EDB45B;border-radius:8px;padding:15px}.character-switch{display:flex;align-items:center;gap:10px}.character-switch-button{width:42px;height:42px;image-rendering:pixelated;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;padding:0;min-width:42px;min-height:42px}.character-switch-icon{width:20px;height:20px;background-image:url(../assets/arrow-right.png);background-size:contain;background-repeat:no-repeat;background-position:center;image-rendering:pixelated}.character-switch-button.left .character-switch-icon{transform:scaleX(-1)}.character-tabs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.character-tab{padding:8px 15px;font-size:.9rem;font-weight:400;font-family:Joystix,monospace;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8);background-color:transparent;background-image:url(../assets/button-left.png),url(../assets/button-right.png),url(../assets/button-center.png);background-size:4px 100%,4px 100%,calc(100% - 8px) calc(100% + -0px);background-position:left center,right center,4px center;background-repeat:no-repeat,no-repeat,no-repeat;image-rendering:pixelated;border:none;cursor:pointer;transition:background-image .1s ease,filter .1s ease;min-height:28px}.character-tab:hover:not(.active){filter:brightness(1.2)}.character-equipment-list,.character-skills-list{display:flex;flex-direction:column;gap:12px}.character-debug{display:flex;flex-direction:column;gap:12px;background-color:#361f14;border:2px solid #EDB45B;border-radius:6px;padding:12px}.debug-info{color:#ddd;font-size:.95rem}.character-equipment-items{display:flex;flex-direction:column;gap:12px}.slot-badge{color:#bbb;font-size:.9rem}.skill-source{font-size:.9rem;color:#bbb;margin-top:4px}.skill-empty-mods{font-size:.9rem;color:#aaa;padding:6px 2px}.character-frame{width:96px;height:128px;background-image:url(../assets/character-frame.png);background-size:96px 128px;background-repeat:no-repeat;background-position:center;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;display:flex;align-items:center;justify-content:center;flex-shrink:0}.character-sprite{width:32px;height:32px;background-image:url(../assets/crl_chars.png);background-size:192px 192px;background-repeat:no-repeat;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;transform:scale(2)}.character-info{flex:1;display:flex;flex-direction:column;gap:5px}.character-name{font-size:2rem;font-weight:700;color:#fff}.character-class{font-size:1.2rem;color:#edb45b}.character-level{font-size:1rem;color:#aaa}.stats-tree{display:flex;flex-direction:column;gap:8px}.stat-node{background-color:#361f14;border:2px solid #EDB45B;border-radius:6px;overflow:hidden}.stat-header{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background-color .2s ease}.stat-header:hover{background-color:#edb45b1a}.stat-arrow{width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:center;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;flex-shrink:0;transition:transform .2s ease}.stat-arrow.expanded{background-image:url(../assets/arrow-down.png)}.stat-arrow.collapsed{background-image:url(../assets/arrow-right.png)}.stat-label{flex:1;font-size:1rem;color:#fff;font-weight:500}.stat-value{font-size:1.1rem;font-weight:700;color:#edb45b;min-width:50px;text-align:right}.stat-children{display:flex;flex-direction:column;gap:6px;padding:0 12px 10px 42px;max-height:1000px;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.stat-children.collapsed{max-height:0;padding:0 12px}.stat-leaf{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#ffffff0d;border-radius:4px}.stat-leaf .stat-label{font-size:.9rem;color:#ddd;font-weight:400}.stat-leaf .stat-value{font-size:1rem;color:#ccc}@media(max-width:480px){.menu-screen{gap:10px}.menu-button{font-size:1.5rem;padding:18px}.scrollable-content{padding:0 8px}.back-button{margin-bottom:8px}.level-number{font-size:1.75rem}.level-biome{font-size:1.1rem}.level-info{font-size:.9rem}.inventory-container{gap:15px}.item-list{gap:10px}.item-card{padding:10px}.item-name{font-size:1.3rem}.equipped-badge{font-size:.75rem}.item-spell-name{font-size:.9rem}.category-buttons,.inventory-filters{gap:8px;padding:0 8px}.bottom-buttons{flex-direction:column;gap:10px;padding:0 8px}.bottom-buttons .back-button{width:100%;max-width:none;margin-bottom:0}.menu-screen>.back-button{margin-bottom:0}.modal{padding:15px}.modal-content{padding:20px}.modal-title{font-size:1.5rem}.modal-actions{flex-direction:column}.modal-actions .btn{max-width:none}.btn-favorite{padding:6px 10px!important;min-width:40px}.btn-favorite .favorite-star{font-size:1rem}.character-preview{flex-direction:column;text-align:center}.character-frame{width:80px;height:107px;background-size:80px 107px}.character-sprite{width:32px;height:32px;background-size:192px 192px;transform:scale(1.5)}.character-name{font-size:1.5rem}.character-class{font-size:1rem}.stat-header{padding:8px 10px}.stat-arrow{width:16px;height:16px}.stat-label{font-size:.9rem}.stat-value{font-size:1rem}.stat-children{padding:0 10px 8px 32px}.stat-leaf{padding:6px 10px}.stat-leaf .stat-label{font-size:.85rem}.stat-leaf .stat-value{font-size:.9rem}}
