:root{--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-page-top: var(--space-md);--space-titlebar-bottom: var(--space-md);--space-section-gap: var(--space-lg);--space-tab-stack-gap: 6px;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--elevation-1: 0 1px 2px rgba(0, 0, 0, .2);--elevation-2: 0 4px 12px rgba(0, 0, 0, .24);--elevation-3: 0 10px 24px rgba(0, 0, 0, .32);--color-primary: rgb(var(--v-theme-primary));--color-secondary: rgb(var(--v-theme-secondary));--color-surface: rgb(var(--v-theme-surface));--color-on-surface: rgb(var(--v-theme-on-surface));--color-on-surface-medium: rgb(var(--v-theme-on-surface-medium));--color-brand-discord: #5865f2;--color-brand-discord-hover: #4752c4;--color-brand-discord-active: #3c45a5;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.25rem}html,body,#app{min-height:100%}.app-main{min-height:100vh}.app-page{width:100%;padding:var(--space-md)}.app-page__content{width:100%;max-width:1600px;margin:0 auto}.app-section{margin-bottom:var(--space-lg)}.app-card{border-radius:var(--radius-lg)!important;box-shadow:var(--elevation-1)}.app-toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-md)}.app-grid{display:grid;gap:var(--space-md)}.app-list{display:grid;gap:var(--space-sm)}.p-sm{padding:var(--space-sm)!important}.p-md{padding:var(--space-md)!important}.p-lg{padding:var(--space-lg)!important}.m-sm{margin:var(--space-sm)!important}.m-md{margin:var(--space-md)!important}.m-lg{margin:var(--space-lg)!important}.gap-sm{gap:var(--space-sm)!important}.gap-md{gap:var(--space-md)!important}.gap-lg{gap:var(--space-lg)!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.w-full{width:100%!important}.h-full{height:100%!important}.max-w-screen-md{max-width:768px!important}.max-w-screen-lg{max-width:1024px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.overflow-visible{overflow:visible!important}.cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default!important}.reordering-enabled{cursor:move!important}.max-w-150{max-width:150px!important}.max-w-300{max-width:300px!important}.max-w-120{max-width:120px!important}.max-w-200{max-width:200px!important}.inline-block{display:inline-block!important}.max-w-220{max-width:220px!important}.max-w-260{max-width:260px!important}.max-w-280{max-width:280px!important}.text-white-bold{color:#fff!important;font-weight:700!important}.text-orange-bold{color:orange!important;font-weight:700!important}.pre-wrap-inherit{white-space:pre-wrap!important;font-family:inherit!important}.bg-success-10{background-color:#4caf501a!important}.min-w-120{min-width:120px!important}.min-w-140{min-width:140px!important}.min-w-160{min-width:160px!important}.min-w-180{min-width:180px!important}.min-w-200{min-width:200px!important}.min-w-250{min-width:250px!important}.abs-top-right-8{position:absolute!important;top:8px!important;right:8px!important}.h-300{height:300px!important}.h-400{height:400px!important}.min-w-60{min-width:60px!important}.min-h-200-center{min-height:200px!important;display:flex!important;align-items:center!important;justify-content:center!important}.min-h-180-center{min-height:180px!important;display:flex!important;align-items:center!important;justify-content:center!important}.max-h-70vh-scroll{max-height:70vh!important;overflow-y:auto!important}.hidden-input{display:none!important}.flex-grow-auto{flex:1 1 auto!important}.self-center{align-self:center!important}.ml-8{margin-left:8px!important}.m-0{margin:0!important}.my-05em{margin-top:.5em!important;margin-bottom:.5em!important}.ml-15em{margin-left:1.5em!important}.ml-1em{margin-left:1em!important}.ml-25em{margin-left:2.5em!important}.list-disc{list-style-type:disc!important}.text-on-surface-medium{color:rgb(var(--v-theme-on-surface-medium))!important}.text-muted-888{color:#888!important}.app-login-logo{width:100%;height:100%;object-fit:contain}.app-spinner-zone{min-height:200px}.app-login-actions{display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.app-btn-discord{background-color:var(--color-brand-discord)!important;color:#fff!important}.app-btn-discord:hover{background-color:var(--color-brand-discord-hover)!important}.app-btn-discord:active{background-color:var(--color-brand-discord-active)!important}.tool-page-shell{width:100%}.tracker-page-shell,.calculator-page-shell{padding-top:var(--space-page-top)}.tool-page-shell.py-0{padding-top:var(--space-page-top)!important}.tool-page-titlebar{margin-bottom:var(--space-titlebar-bottom)!important}.tool-page-titlebar>h1,.tool-page-titlebar>.text-h5,.tool-page-titlebar>.text-h6{margin:0;font-size:var(--font-size-lg)}.tool-page-shell>h1{margin:0 0 var(--space-titlebar-bottom) 0;font-size:var(--font-size-lg)}.tracker-page-shell>.v-card,.calculator-page-shell>.v-card{margin-bottom:var(--space-section-gap)!important;border-radius:var(--radius-lg)!important;box-shadow:var(--elevation-1)}.tracker-page-shell>.v-card:not(:has(>.v-tabs)),.calculator-page-shell>.v-card:not(:has(>.v-tabs)){margin-bottom:var(--space-section-gap)!important}.tracker-page-shell>.v-card:has(>.v-tabs),.calculator-page-shell>.v-card:has(>.v-tabs){margin-bottom:var(--space-tab-stack-gap)!important}.app-main :where(.app-tabs,.v-tabs){margin-bottom:0}.app-main :where(.v-card>.app-tabs,.v-card>.v-tabs){margin-bottom:0}.app-main :where(.app-tabs .v-slide-group__content,.v-tabs .v-slide-group__content){width:100%;align-items:stretch}.app-main :where(.app-tab,.v-tab){white-space:nowrap}.app-main :where(.app-tabs+.app-tabs,.v-tabs+.v-tabs){margin-top:var(--space-tab-stack-gap)}.app-main :where(.app-tabs+.v-window,.app-tabs+.v-tabs-window,.v-tabs+.v-window,.v-tabs+.v-tabs-window){margin-top:0}.app-main .v-card:has(>.v-tabs){margin-top:0!important;margin-bottom:var(--space-tab-stack-gap)!important}.app-main .v-card:has(>.v-tabs)+.v-card:has(>.v-tabs){margin-top:0!important}.app-main :where(.v-window-item>.v-card:not(:has(>.v-tabs))){margin-bottom:var(--space-section-gap)!important}.app-main :where(.v-window-item>.v-card:has(>.v-tabs)){margin-bottom:var(--space-tab-stack-gap)!important}.tool-page-shell :where(.v-window-item>.v-card[class*=mb-]:not(:has(>.v-tabs))){margin-bottom:var(--space-section-gap)!important}.tool-page-shell :where(.v-window-item>.v-card[class*=mb-]:has(>.v-tabs)){margin-bottom:var(--space-tab-stack-gap)!important}.tool-page-shell.tracker-page-shell .v-window-item--active>.v-card:not(:has(>.v-tabs)),.tool-page-shell.calculator-page-shell .v-window-item--active>.v-card:not(:has(>.v-tabs)){margin-bottom:var(--space-tab-stack-gap)!important}.tool-page-shell.tracker-page-shell .v-window-item--active>.v-card:has(>.v-tabs),.tool-page-shell.calculator-page-shell .v-window-item--active>.v-card:has(>.v-tabs){margin-bottom:var(--space-tab-stack-gap)!important}.tool-page-shell.tracker-page-shell .v-window-item--active>.v-expansion-panels,.tool-page-shell.calculator-page-shell .v-window-item--active>.v-expansion-panels{margin-bottom:var(--space-tab-stack-gap)!important}.tracker-page-shell :where(.v-col:has(>.v-card>.v-tabs)),.calculator-page-shell :where(.v-col:has(>.v-card>.v-tabs)){padding-top:0!important;padding-bottom:0!important}.tool-page-shell.tracker-page-shell .v-window-item--active>.calculator-page-shell{padding-top:0!important}.calc-minh-80{min-height:80px!important}.calc-divider-strong{background-color:rgb(var(--v-theme-on-surface))!important;height:2px!important}.calc-flex-quarter{flex:0 0 25%!important}.calc-tab-label-stack{display:flex;flex-direction:column;align-items:center}.calc-gap-md{gap:var(--space-md)!important}.calc-label-half{width:50%}.calc-w-100{width:100px!important}.flex-col-wide-280{flex:1 1 280px;min-width:220px}.flex-col-mid-220{flex:1 1 220px;min-width:160px;max-width:280px}.flex-fixed-56{flex:0 0 56px}.flex-fixed-auto{flex:0 0 auto}.flex-1{flex:1!important}.mb-neg-4{margin-bottom:-4px!important}.mt-18{margin-top:18px!important}.min-w-80{min-width:80px!important}.sticky-top-16{position:sticky!important;top:16px!important;align-self:start!important;z-index:2!important}.scroll-col-panel{max-height:70vh!important;overflow:auto!important;padding-left:12px!important}.h-screen-minus-160{height:calc(100vh - 160px)!important}.summary-textarea-scroll{max-height:400px!important;overflow-y:auto!important}.chart-400-center{width:400px!important;height:400px!important;display:block!important;margin:auto!important}.chart-500x400-center{width:500px!important;height:400px!important;display:block!important;margin:auto!important}.run-settings-btn{font-size:24px!important}.run-columns-list{max-height:350px!important;overflow-y:auto!important;min-width:250px!important}.line-color-btn{background-color:var(--line-color)!important}.coin-icon-sm{width:16px;height:16px;margin-right:4px}.coin-icon-xs{width:12px;height:12px;margin-right:2px}.dmg-breakdown-table{width:100%;border-collapse:collapse}.dmg-breakdown-th-left{text-align:left;padding:6px}.dmg-breakdown-th-center,.dmg-breakdown-td-center{text-align:center;padding:6px}.dmg-breakdown-td{padding:6px}.dmg-breakdown-row{border-top:1px solid var(--section-ring)}.mt-neg-12{margin-top:-12px!important}.text-meta-compact{font-size:10px!important;opacity:.8!important}.h-88{height:88px!important}.slot-artwork-column{width:102px;padding:0;border-radius:8px;flex-shrink:0;gap:0;height:fit-content}.slot-details-panel{border-radius:8px;position:relative;min-height:88px}.abs-top-right-4{position:absolute!important;top:4px!important;right:4px!important}.line-height-1{line-height:1!important}.line-height-12{line-height:1.2!important}.line-height-14{line-height:1.4!important}.h-56-w-full{height:56px!important;width:100%!important}.row-my-0{margin-top:0!important;margin-bottom:0!important}.h-56-flex-1-min-w-120{height:56px!important;flex:1!important;min-width:120px!important}.h-48{height:48px!important}.w-180{width:180px!important}.border-white-20{border-color:#fff3!important}
