.item-container{position:relative;width:400px;min-height:120px;transition:all .2s ease;margin:8px}.item-blur{position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1}.item-background{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:2}.item-rarity-glow{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center top -50px;background-repeat:no-repeat;opacity:.7;z-index:3;mix-blend-mode:screen}.item-border{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border:1px solid rgba(89,87,84,.6);z-index:5;pointer-events:none}.item-content{display:flex;flex-direction:column;position:relative;z-index:4;padding:12px;color:#fff}.item-content .flex-grow{flex-grow:1}.item-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px}.item-icon{width:128px;height:128px;overflow:hidden;flex-shrink:0}.item-icon img{width:100%;height:100%;object-fit:cover}.item-info{font-family:item-info,serif;flex:1;min-width:0}.item-name{font-family:font-cw,serif;font-size:22px;margin:0 0 6px;color:var(--rarity-color, #ffffff);text-shadow:1px 1px 2px rgba(0,0,0,.8);line-height:1.2}.item-type-rarity{font-size:14px;font-weight:500;letter-spacing:.5px}.item-section{padding-top:8px;margin-top:8px}.item-description{font-family:item-description,serif;font-size:16px;line-height:1.4;color:#eeedee}.item-effect{font-family:item-description,serif;font-size:16px;line-height:1.4}.item-flavor{font-family:vanity-cw,serif;font-size:14px;letter-spacing:.8px;color:#fff9;text-align:right;margin-top:auto}.item-rarity-common .item-name,.item-rarity-uncommon .item-name,.item-rarity-rare .item-name,.item-rarity-epic .item-name,.item-rarity-legendary .item-name,.item-rarity-artifact .item-name{color:#fff}[class^=item-slot-]{position:relative;aspect-ratio:1;background-size:contain;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center;padding:6px}.item-slot-common{background-image:url(/images/slot_Common.webp)}.item-slot-uncommon{background-image:url(/images/slot_Uncommon.webp)}.item-slot-rare{background-image:url(/images/slot_Rare.webp)}.item-slot-epic{background-image:url(/images/slot_Epic.webp)}.item-slot-legendary{background-image:url(/images/slot_Legendary.webp)}.item-slot-mythical{background-image:url(/images/slot_Myth.webp)}.item-slot-icon{width:100%;height:100%;display:block}.item-slot-icon img{width:100%;height:100%;object-fit:contain}
