From c0c26539282d49c0d50089d9c4b45d41fc9561fa Mon Sep 17 00:00:00 2001 From: Idle <651462+reonZ@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:25:08 +0100 Subject: [PATCH] 1.21.0 --- CHANGELOG.md | 11 +++++++++++ module.json | 4 ++-- styles/pf2e-hud.css | 2 +- styles/pf2e-hud.css.map | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e698de..627dc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.21.0 + +- `Combat Tracker`: + - add new defeated image over the combatant image + - fix dead anonymous combatant name color +- `Persistent HUD`: + - change shortcuts methods to be public for third party use, noteworthy mentions are: + - `getShortcut` + - `getShortcutFromElement` + - `shortcutsAreEmpty` + # 1.20.0 - move the `Health Status` world setting outside the `Token Tooltip` context diff --git a/module.json b/module.json index 0399da5..1fcbbb0 100644 --- a/module.json +++ b/module.json @@ -16,11 +16,11 @@ "verified": "12.331", "maximum": "12" }, - "version": "1.20.0", + "version": "1.21.0", "url": "https://github.com/reonZ/pf2e-hud", "readme": "https://github.com/reonZ/pf2e-hud/blob/master/README.md", "manifest": "https://raw.githubusercontent.com/reonZ/pf2e-hud/master/module.json", - "download": "https://github.com/reonZ/pf2e-hud/releases/download/1.20.0/module.zip", + "download": "https://github.com/reonZ/pf2e-hud/releases/download/1.21.0/module.zip", "changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md", "bugs": "https://github.com/reonZ/pf2e-hud/issues", "styles": [ diff --git a/styles/pf2e-hud.css b/styles/pf2e-hud.css index 1ce1000..1273f38 100644 --- a/styles/pf2e-hud.css +++ b/styles/pf2e-hud.css @@ -1 +1 @@ -:root{--pf2e-hud-panel-gap: 5px}.pf2e-hud{--icon-width: 1.4em;--icon-color: #d4d7de;--inline-gap: 0.2em;--section-gap: 0.1em 0.4em;--interface-margin: var(--pf2e-hud-panel-gap);--outer-background: url("../../../ui/denim075.png") repeat #4d4d4d;--outer-box-shadow: 0 0 20px var(--color-shadow-dark);--outer-border-width: 1px;--outer-border: var(--outer-border-width) solid var(--color-border-dark);--outer-border-radius: 4px;--panel-padding-block: 0.2em;--panel-padding-inline: 0.3em;--hr-color: #ffffff4a;--hr-margin: 0.2em;--hr-spacing: 0;--input-width: 2.4em;--input-width-small: 1.8em;--input-equivalent-width: 2.2em;--input-background: rgb(255 255 255 / 8%);--color: #efe6d8;--color-alt: #cbcbc3;--color-darker: #999;--color-accent: #c54c4c;--color-highlight: #ffffff;--color-active: #db2828;--color-reversed: black;--color-disabled: var(--color-text-dark-5);color:var(--color);font-family:"Signika",sans-serif}.pf2e-hud.app,.pf2e-hud .app{box-shadow:0 0 10px var(--color-shadow-dark);border:1px solid var(--color-border-dark);pointer-events:all;margin:0;padding:var(--panel-padding-block) var(--panel-padding-inline);color:var(--color)}.pf2e-hud input,.pf2e-hud select{color:var(--color)}.pf2e-hud select{flex:1;padding:0;border:none;background:var(--input-background)}.pf2e-hud select option{color:fieldtext;background:revert}.pf2e-hud input[type=number]{text-align:center;border:none;padding:0;height:1.1em;width:var(--input-width)}.pf2e-hud input[type=number]:not(:disabled){background-color:var(--input-background)}.pf2e-hud input[type=number]:disabled{background:rgba(0,0,0,0)}.pf2e-hud input[type=number].small{width:var(--input-width-small)}.pf2e-hud a.disabled{pointer-events:none}.pf2e-hud a.disabled:hover{text-shadow:none}.pf2e-hud a.greyed{color:var(--color-disabled)}.pf2e-hud i{width:var(--icon-width);text-align:center}.pf2e-hud hr{margin:var(--hr-spacing);border-bottom:0;border-color:var(--hr-color)}.pf2e-hud .panel{pointer-events:all;line-height:1.4;display:grid;gap:var(--section-gap)}.pf2e-hud .panel.stats-header{grid-template-columns:repeat(3, auto)}.pf2e-hud .panel.stats-header .double{grid-column:2/span 2}.pf2e-hud .panel.stats-header .double.extras{display:grid;grid-template-columns:min-content 1fr;justify-items:center}.pf2e-hud .panel.stats-header .double.npc{grid-template-columns:repeat(4, 1fr)}.pf2e-hud [data-section]{display:grid;grid-template-columns:auto auto;align-items:center;gap:var(--inline-gap)}.pf2e-hud [data-section] i{color:var(--icon-color)}.pf2e-hud [data-section] span+span:not(.separator){min-width:1.5em;text-align:center}.pf2e-hud [data-section] span:has(i){display:flex;align-items:center}.pf2e-hud [data-section] .numbers{display:inline-grid;grid-template-columns:var(--input-width) auto var(--input-equivalent-width);align-items:center;justify-items:center}.pf2e-hud [data-section] .numbers input+.separator{margin-left:.2em}.pf2e-hud [data-section].info:not(.active) i{color:var(--color-disabled)}.pf2e-hud [data-section].info.active{cursor:help}.pf2e-hud [data-section].info,.pf2e-hud [data-section][data-section=sidebar]{grid-template-columns:auto}.pf2e-hud [data-section][data-section=sidebar].active i{color:var(--color-active);text-shadow:none}.pf2e-hud [data-section][data-section=sidebar].disabled{pointer-events:none}.pf2e-hud [data-section][data-section=sidebar].disabled i{color:var(--color-disabled)}.pf2e-hud [data-section][data-statistic]{justify-content:space-between}.pf2e-hud [data-section][data-statistic] span+span{text-align:end}.pf2e-hud [data-section][data-section=shield]{grid-template-columns:auto 1fr}.pf2e-hud [data-section][data-section=shield] a{display:flex;align-items:center;gap:var(--inline-gap)}.pf2e-hud [data-section][data-section=shield] input{width:90%}.pf2e-hud [data-section][data-section=shield] span{text-align:center;margin-right:.5em}.pf2e-hud .slider{justify-self:center;display:flex;align-items:center;gap:.1em}.pf2e-hud .slider i.carret{width:unset;font-size:.6em;margin-top:1px}.pf2e-hud .slider i.carret.disabled{color:var(--color-disabled)}.pf2e-hud .slider i.icon{width:unset}.pf2e-hud .slider i.icon.fa-face-angry-horns{font-size:.92em}.pf2e-hud .slider.disabled i.carret{color:var(--color-disabled)}.pf2e-hud .slider.three-steps i.icon{color:var(--color)}.pf2e-hud-colors{--color-rarity-uncommon: #cb8470;--color-rarity-rare: #5996f7;--color-rarity-unique: #d05fff;--color-rank-0: #787878;--color-rank-1: #6070ff;--color-rank-2: #b739ff;--color-rank-3: #bc7f05;--color-rank-4: #db2020}.pf2e-hud-colors .rank.\30 {color:var(--color-rank-0)}.pf2e-hud-colors .rank.\31 {color:var(--color-rank-1)}.pf2e-hud-colors .rank.\32 {color:var(--color-rank-2)}.pf2e-hud-colors .rank.\33 {color:var(--color-rank-3)}.pf2e-hud-colors .rank.\34 {color:var(--color-rank-4)}.pf2e-hud-colors .rarity-uncommon{color:var(--color-rarity-uncommon)}.pf2e-hud-colors .rarity-rare{color:var(--color-rarity-rare)}.pf2e-hud-colors .rarity-unique{color:var(--color-rarity-unique)}#interface.has-hud-persistent{--panel-gap: var(--pf2e-hud-panel-gap)}#interface.has-hud-tracker #fps{--panel-gap: var(--pf2e-hud-panel-gap);margin:0 18em var(--panel-gap) 0}#tooltip.pf2e-hud-iconed-list,aside.locked-tooltip.pf2e-hud-iconed-list{display:grid;grid-template-columns:1.4em 2em;align-items:center;row-gap:.3em}#tooltip.pf2e-hud-iconed-list span,aside.locked-tooltip.pf2e-hud-iconed-list span{text-align:end}#tooltip.pf2e-hud-left,aside.locked-tooltip.pf2e-hud-left{text-align:start}#tooltip.pf2e-hud-width,aside.locked-tooltip.pf2e-hud-width{max-width:unset}#tooltip.pf2e-carry-type,aside.locked-tooltip.pf2e-carry-type{border:none}#tooltip.pf2e-carry-type ul,aside.locked-tooltip.pf2e-carry-type ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:.3em}#tooltip.pf2e-carry-type ul li a,aside.locked-tooltip.pf2e-carry-type ul li a{display:grid;grid-template-columns:1.5em 1fr}#tooltip.pf2e-carry-type ul li a.selected,aside.locked-tooltip.pf2e-carry-type ul li a.selected{color:#616bed}#tooltip.pf2e-carry-type ul li a.selected:hover,aside.locked-tooltip.pf2e-carry-type ul li a.selected:hover{cursor:default;text-shadow:none}.pf2e-hud-fadeout{opacity:.1;transition:opacity 250ms}.pf2e-hud-fadeout#pf2e-hud-token-main .panel,.pf2e-hud-fadeout#pf2e-hud-tracker,.pf2e-hud-fadeout #pf2e-hud-persistent-menu,.pf2e-hud-fadeout #pf2e-hud-persistent-portrait,.pf2e-hud-fadeout #pf2e-hud-persistent-portrait .panel,.pf2e-hud-fadeout #pf2e-hud-persistent-main .app,.pf2e-hud-fadeout #hotbar #action-bar,.pf2e-hud-fadeout #hotbar #hotbar-directory-controls,.pf2e-hud-fadeout #hotbar #hotbar-page-controls{pointer-events:none}.pf2e-hud-fadeout.pf2e-hud-fadeout-forced.pf2e-hud-popup{pointer-events:none}.pf2e-hud-draggable{width:32px;height:32px;position:absolute;left:-10000px;border-radius:4px}.pf2e-hud-draggable img{width:100%;height:100%}#pf2e-hud-avatar-editor .window-content hr{margin-block:1em}#pf2e-hud-avatar-editor .window-content .form-group{margin:0}#pf2e-hud-avatar-editor .window-content .form-group>label{flex:1.2}#pf2e-hud-avatar-editor .window-content .form-group .form-fields button{margin:0;padding:0;flex:0 0 36px;line-height:var(--form-field-height)}#pf2e-hud-avatar-editor .window-content .buttons{margin-top:1em;display:flex;gap:4px}#pf2e-hud-avatar-editor .window-content .buttons .spacer{flex:3}#pf2e-hud-avatar-editor .window-content .buttons button{margin:0;flex:3}#pf2e-hud-avatar-editor .window-content .viewport{flex:1 0 512px;position:relative;width:512px;height:512px;margin:auto}#pf2e-hud-avatar-editor .window-content .viewport .border,#pf2e-hud-avatar-editor .window-content .viewport .image{position:absolute;inset:0;background-repeat:no-repeat}#pf2e-hud-avatar-editor .window-content .viewport .border{opacity:.3;pointer-events:none;background-image:url("../images/avatar-border-white.webp");background-size:100%}.chat-message.message .pf2e-hud-rk .rk{--nb-rows: 1;--row-height: 1.8em;position:relative;padding-inline:8px;display:grid;-moz-column-gap:6px;column-gap:6px;font-size:1.1em;align-items:center;background:repeating-linear-gradient(#ddd 0 var(--row-height), transparent var(--row-height) calc(var(--row-height) * 2));grid-template-columns:repeat(4, auto);grid-template-rows:repeat(var(--nb-rows), var(--row-height))}.chat-message.message .pf2e-hud-rk .rk .header{z-index:1;color:var(--text-dark);font-weight:bold}.chat-message.message .pf2e-hud-rk .rk :not(:nth-child(4n+1)){text-align:center}.chat-message.message .pf2e-hud-rk .rk .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-message.message .pf2e-hud-rk .rk::before{content:"";position:absolute;background:rgba(0,0,0,.1803921569);top:0;left:0;right:0;height:var(--row-height)}.chat-message.message .pf2e-hud-rk .rk-skills{--nb-rows: 1;--row-height: 1.8em;position:relative;padding-inline:8px;display:grid;-moz-column-gap:6px;column-gap:6px;font-size:1.1em;align-items:center;background:repeating-linear-gradient(#ddd 0 var(--row-height), transparent var(--row-height) calc(var(--row-height) * 2));grid-template-columns:repeat(6, auto);grid-template-rows:repeat(var(--nb-rows), var(--row-height))}.chat-message.message .pf2e-hud-rk .rk-skills .header{z-index:1;color:var(--text-dark);font-weight:bold}.chat-message.message .pf2e-hud-rk .rk-skills :not(:nth-child(6n+1)){text-align:center}.chat-message.message .pf2e-hud-rk .rk-skills .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-message.message .pf2e-hud-rk .rk-skills sup{padding-left:2px}.chat-message.message .pf2e-hud-rk .rk-lores{--nb-rows: 1;--row-height: 1.8em;position:relative;padding-inline:8px;display:grid;-moz-column-gap:6px;column-gap:6px;font-size:1.1em;align-items:center;background:repeating-linear-gradient(#ddd 0 var(--row-height), transparent var(--row-height) calc(var(--row-height) * 2));grid-template-columns:repeat(7, auto);grid-template-rows:repeat(var(--nb-rows), var(--row-height))}.chat-message.message .pf2e-hud-rk .rk-lores .header{z-index:1;color:var(--text-dark);font-weight:bold}.chat-message.message .pf2e-hud-rk .rk-lores :not(:nth-child(7n+1)){text-align:center}.chat-message.message .pf2e-hud-rk .rk-lores .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-message.message .pf2e-hud-rk .rk-lores-rolls{--nb-rows: 1;--row-height: 1.8em;position:relative;padding-inline:8px;display:grid;-moz-column-gap:6px;column-gap:6px;font-size:1.1em;align-items:center;background:repeating-linear-gradient(#ddd 0 var(--row-height), transparent var(--row-height) calc(var(--row-height) * 2));grid-template-columns:repeat(4, auto);grid-template-rows:repeat(var(--nb-rows), var(--row-height))}.chat-message.message .pf2e-hud-rk .rk-lores-rolls .header{z-index:1;color:var(--text-dark);font-weight:bold}.chat-message.message .pf2e-hud-rk .rk-lores-rolls :not(:nth-child(4n+1)){text-align:center}.chat-message.message .pf2e-hud-rk .rk-lores-rolls .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-message.message .pf2e-hud-rk .success.\30 {color:red}.chat-message.message .pf2e-hud-rk .success.\33 {color:green}:root{--pf2e-hud-hotbar-width: 542px}#pf2e-hud-persistent{--hud-height: 8em;display:flex;align-items:flex-start;font-size:var(--font-size);gap:var(--pf2e-hud-panel-gap);width:var(--players-width);height:calc(var(--hotbar-height) + var(--hud-height));margin:0 var(--pf2e-hud-panel-gap) var(--interface-margin) 15px;padding:0;z-index:var(--z-index-app)}#pf2e-hud-persistent span,#pf2e-hud-persistent input,#pf2e-hud-persistent [data-section] i{text-shadow:0 0 3px #000}#pf2e-hud-persistent #hotbar-directory-controls,#pf2e-hud-persistent #hotbar-lock{display:none}#pf2e-hud-persistent #hotbar{position:absolute;top:100%;left:0;width:var(--pf2e-hud-hotbar-width);margin-left:-2px;margin-bottom:var(--pf2e-hud-panel-gap);font-size:var(--font-size-14)}#pf2e-hud-persistent #hotbar #macro-list,#pf2e-hud-persistent #hotbar #hotbar-page-controls{box-shadow:0 0 10px var(--color-shadow-dark);background:url("../../../ui/denim075.png") repeat;border-radius:5px}#pf2e-hud-persistent #hotbar #macro-list>li{border:0;background:none;box-shadow:none}#pf2e-hud-persistent #hotbar #macro-list>li img{height:var(--macro-size);width:calc(var(--macro-size) - 1px)}#pf2e-hud-persistent #hotbar #macro-list>li:not(:last-child){border-right:1px solid var(--color-border-dark)}#pf2e-hud-persistent:not(.show-effects) #pf2e-hud-persistent-main .effects-toggle i{color:var(--color-disabled)}#pf2e-hud-persistent.cleaned #pf2e-hud-persistent-portrait:not(:hover) .top{opacity:.5}#pf2e-hud-persistent.cleaned #pf2e-hud-persistent-portrait:not(:hover) .bottom{opacity:0}#interface.has-hud-persistent #players #context-menu.expand-down{bottom:calc(100% + 2px);top:auto}#interface.has-hud-persistent:not(.show-users) #players{display:none}#pf2e-hud-persistent-menu{flex:0;display:grid;grid-auto-flow:row;justify-items:center;gap:.3em}#pf2e-hud-persistent-menu i{color:var(--icon-color)}#pf2e-hud-persistent-menu .set-actor:not(.active) i{color:var(--color-disabled)}#pf2e-hud-persistent-portrait{--flash-color: 255, 255, 0;--flash-outset-blur: 20px;--flash-outset-color: rgb(var(--flash-color));--flash-inset-blur: 30px;--flash-inset-color: rgba(var(--flash-color), 0.55);position:relative;height:100%;padding:0;aspect-ratio:1/1}#pf2e-hud-persistent-portrait>*{position:absolute}#pf2e-hud-persistent-portrait .avatar{margin:2px;inset:0;cursor:pointer;background-position:center top;background-repeat:no-repeat;background-size:cover}#pf2e-hud-persistent-portrait .top{top:0;inset-inline:0}#pf2e-hud-persistent-portrait .top .name{text-align:center;background:linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.3) 100%)}#pf2e-hud-persistent-portrait .bottom{bottom:0;inset-inline:0;display:grid;gap:var(--section-gap);background:rgba(33,33,33,.7019607843);padding:.2em .1em .1em;grid-template-columns:repeat(3, 1fr)}#pf2e-hud-persistent-portrait .flash{inset:0;pointer-events:none}#pf2e-hud-persistent-main{--info-width: 2.24em;--primary-width: 7.6em;--one-three-rows: 1.1fr 3fr 0;--attack-background: #171f6999;--attack-border-color: #2e3a9c;--damage-background: #6d101078;--damage-border-color: #a41414;--variant-background: #4f4732;--variant-border-color: #9f916e;--shortcut-title-border-color: #999999;--shortcut-title-background: #121212;position:relative;display:flex;width:-moz-fit-content;width:fit-content;height:var(--hud-height);gap:var(--pf2e-hud-panel-gap)}#pf2e-hud-persistent-main .group{display:grid;grid-template-rows:var(--one-three-rows);gap:var(--pf2e-hud-panel-gap)}#pf2e-hud-persistent-main .group .panel{padding:var(--panel-padding-block) calc(var(--panel-padding-inline) + .1em) var(--panel-padding-block) var(--panel-padding-inline)}#pf2e-hud-persistent-main .group.infos{width:var(--info-width)}#pf2e-hud-persistent-main .group.infos .panel{grid-row:1/span 2}#pf2e-hud-persistent-main .group.primary{width:var(--primary-width);grid-template-columns:1fr 1fr}#pf2e-hud-persistent-main .group.primary .header{grid-template-columns:repeat(2, 1fr);grid-column:1/span 2}#pf2e-hud-persistent-main .group.primary .saves{grid-template-rows:repeat(3, 1fr);gap:.2em .5em;grid-column:1/span 2;grid-auto-flow:column}#pf2e-hud-persistent-main .group.stretch{flex:1}#pf2e-hud-persistent-main .group.stretch .top{display:flex;gap:var(--pf2e-hud-panel-gap)}#pf2e-hud-persistent-main .group.stretch .top .sidebars,#pf2e-hud-persistent-main .group.stretch .top .shortcut-menus{grid-auto-flow:column;justify-content:start;width:-moz-fit-content;width:fit-content}#pf2e-hud-persistent-main .group.stretch .top .sidebars{min-width:11.708em}#pf2e-hud-persistent-main .group.stretch .top .sidebars hr{height:calc(100% - 1px);border:0;margin:0;border-right:1px solid var(--hr-color)}#pf2e-hud-persistent-main .group.stretch .top .sidebars .effects-toggle{display:grid;align-items:center}#pf2e-hud-persistent-main .group.stretch .top .sidebars .three-steps{width:2.1em}#pf2e-hud-persistent-main .group.stretch .top .shortcut-menus>*{grid-template-columns:auto}#pf2e-hud-persistent-main .group.stretch .top .shortcut-menus>a.disabled i{color:var(--color-disabled)}#pf2e-hud-persistent-main .group.stretch .top .shortcut-menus .shortcuts-navigation{margin-left:.3em}#pf2e-hud-persistent-main .group.stretch .bottom{grid-row:2/3;display:flex;gap:var(--pf2e-hud-panel-gap)}#pf2e-hud-persistent-shortcuts{flex:1;display:grid;gap:var(--pf2e-hud-panel-gap);justify-content:start;grid-auto-rows:1fr;grid-auto-flow:column;grid-auto-columns:5.332em}#pf2e-hud-persistent-shortcuts .shortcut-group{--split-gap: 3px}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut{--offset: calc(var(--split-gap) * -1);--name-offset: 0.35em;--subtitle-offset: calc(var(--name-offset) + 2.1em);position:relative;height:100%}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut>*{position:absolute}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut>:not(.variants,[data-action],.controls){pointer-events:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut img{border:0;background:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut>img{height:100%;inset:0;border-radius:4px}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .category img{filter:brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(129%) hue-rotate(21deg) brightness(110%) contrast(88%)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .range{top:var(--offset);left:var(--offset);font-size:.9em;max-width:100%;flex-wrap:wrap-reverse}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .range .category{height:1.15em;display:flex;align-items:center}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .range .category i{font-size:.9em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .range .category img{height:100%;aspect-ratio:1.1}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .check{inset:0}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .check i{position:absolute;font-size:1.7em;left:50%;top:calc(50% + .02em);transform:translate(-50%, -50%)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .check i:last-child{opacity:.7;color:#000}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .name,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .subtitle{white-space:nowrap;left:50%;transform:translateX(-50%);padding:.4em .5em;background:var(--shortcut-title-background);border-color:var(--shortcut-title-border-color)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .name{bottom:calc(100% + var(--name-offset))}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .subtitle{bottom:calc(100% + var(--subtitle-offset))}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .boxed{background:rgba(0,0,0,.6392156863);padding:0 .2em;border-radius:4px;display:flex}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .broken,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .equip{inset:0}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .broken i,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .equip i{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .broken i:first-child,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .equip i:first-child{font-size:1.1em;text-shadow:0 0 6px #fff}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .broken i:nth-child(2),#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .equip i:nth-child(2){color:#000}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .versatile{bottom:var(--offset);left:var(--offset);padding-block:.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .broken{font-size:1.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .equip{font-size:1.5em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .quantity{bottom:var(--offset);right:var(--offset)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .quantity span{font-size:.9em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .prepared{bottom:var(--offset);right:var(--offset)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .prepared span{width:1ch;display:flex;justify-content:center}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .cost{top:var(--offset);left:var(--offset);white-space:nowrap;overflow:hidden}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .cost>span{font-size:.8em;margin-top:-0.1em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .effect{bottom:var(--offset);left:var(--offset);padding:.1em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .effect i{font-size:.7em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .category-icon{bottom:var(--offset);left:var(--offset)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .category-icon i{text-shadow:0 0 0px #fff;color:#000;font-size:.9em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .rank{top:var(--offset);right:var(--offset)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .rank span{font-size:.7em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .generic{top:-0.35em;left:-0.35em;color:#000;text-shadow:0 0 3px #fff}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .generic i{font-size:.9em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .background{inset:0;background:rgba(0,0,0,.568627451)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .controls{top:.2em;left:0;display:flex}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .controls .type-toggle{margin-top:.05em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .controls .extras~.type-toggle{margin-left:-0.1em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .controls .type-toggle:first-child{margin-left:.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .controls .type-toggle:first-child+.type-toggle{margin-left:.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants{inset:0;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:all;overflow:hidden}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants>.category{flex:1;position:relative}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants>.category img,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants>.category i{position:absolute;position:absolute;right:.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants>.category img{top:.1em;height:1.3em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants>.category i{top:.25em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant{cursor:pointer;text-align:center;border-width:1px 0 0;border-style:solid;text-transform:uppercase;font-size:.85em;background:var(--variant-background);border-color:var(--variant-border-color);padding-block:.05em;padding-inline:.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant .action-glyph{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant:not(.wrap){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant.attack{background:var(--attack-background);border-color:var(--attack-border-color)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant.damage{background:var(--damage-background);border-color:var(--damage-border-color)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant:nth-child(4),#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant:last-child{border-radius:0 0 4px 4px}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant:hover{filter:brightness(1.5)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant[data-disabled]{pointer-events:none;cursor:default;color:var(--color-disabled);filter:grayscale(1)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant:has(select){display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants.versatiles{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.has-variants .variants>.category i,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.has-variants .variants>.category img{cursor:pointer}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.has-variants .variants>.category i:hover{text-shadow:0 0 8px var(--color-shadow-primary)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.has-variants .variants>.category img:hover{filter:invert(89%) sepia(30%) saturate(3986%) hue-rotate(300deg) brightness(104%) contrast(106%)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(:hover) .name,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(:hover) .subtitle{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(:hover).attack>:not(img,.quantity,.range,.versatile){display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:hover.attack .quantity{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:hover .range,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:hover .versatile{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.empty{border-style:dashed;background:rgba(0,0,0,.37)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(.empty,.disabled,.attack){cursor:pointer}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(.empty,.disabled,.attack,.faded-out):hover img{filter:brightness(1.5)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.faded-out>img{filter:grayscale(1)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(.show-damage) .variant.damage,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(.show-damage) .type-toggle.attack{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.show-damage .variant.attack,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.show-damage .type-toggle.damage{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(.use-variant) .variants:not(.versatiles)~.variants:not(.versatiles){display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.use-variant .variants:not(.versatiles):has(~.variants:not(.versatiles)){display:none}#pf2e-hud-persistent-shortcuts .shortcut-group.split{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:var(--split-gap);grid-auto-flow:column}#pf2e-hud-persistent-shortcuts .shortcut-group.split .shortcut:nth-child(2) .name,#pf2e-hud-persistent-shortcuts .shortcut-group.split .shortcut:nth-child(4) .name{bottom:calc(200% + var(--name-offset) + var(--split-gap)*2)}#pf2e-hud-persistent-shortcuts .shortcut-group.split .shortcut:nth-child(2) .subtitle,#pf2e-hud-persistent-shortcuts .shortcut-group.split .shortcut:nth-child(4) .subtitle{bottom:calc(200% + var(--subtitle-offset) + var(--split-gap)*2)}#pf2e-hud-persistent-effects{--icon-size: 2.2em;--border-color: #141414;position:absolute;left:0;bottom:100%;display:flex;pointer-events:auto;justify-content:unset;align-items:end;max-width:calc(var(--pf2e-hud-hotbar-width) + 3px);margin-bottom:var(--pf2e-hud-panel-gap);gap:.2em;flex-wrap:wrap-reverse}#pf2e-hud-persistent-effects hr{border-left:1px solid var(--border-color);margin-inline:.1em;height:var(--icon-size)}#pf2e-hud-persistent-effects .effect-item{display:flex;justify-content:end;width:var(--icon-size);flex-direction:column}#pf2e-hud-persistent-effects .effect-item>.icon{--offset: -0.1em;position:relative;background-repeat:no-repeat;background-size:contain;position:relative;width:var(--icon-size);aspect-ratio:1/1;border-radius:4px;box-shadow:inset 0 0 0px 1px var(--border-color)}#pf2e-hud-persistent-effects .effect-item>.icon>*{position:absolute}#pf2e-hud-persistent-effects .effect-item>.icon .expired{inset:0;display:flex;color:#000;align-items:center;justify-content:center;font-size:1.4em;text-shadow:0 0 2px #fff}#pf2e-hud-persistent-effects .effect-item>.icon .value-wrapper{color:var(--color);background:rgba(0,0,0,.6392156863);padding-inline:.2em;border-radius:4px;left:var(--offset);bottom:var(--offset);font-size:.9em}#pf2e-hud-persistent-effects .effect-item>.icon.expired{filter:grayscale(1)}#pf2e-hud-persistent-effects .effect-item .effect-info{background-color:rgba(0,0,0,.75);color:var(--color-text-light-2);display:none;gap:3px;margin-bottom:.5em;padding:.25em .5rem;width:-moz-max-content;width:max-content;max-width:350px;z-index:1;transform:translateX(-50%);margin-left:50%}#pf2e-hud-persistent-effects .effect-item .effect-info h1{margin:0;padding:0;border:none;display:flex;font-size:var(--font-size-14);padding-top:.25em;text-align:right}#pf2e-hud-persistent-effects .effect-item .effect-info h1 [data-action=send-to-chat] i{font-size:var(--font-size-13);margin-left:2px}#pf2e-hud-persistent-effects .effect-item .effect-info .instructions,#pf2e-hud-persistent-effects .effect-item .effect-info .description{font-size:var(--font-size-12)}#pf2e-hud-persistent-effects .effect-item .effect-info .instructions{display:flex;flex-direction:column;gap:2px;text-align:right}#pf2e-hud-persistent-effects .effect-item .effect-info .description{background:rgba(0,0,0,.7);max-height:16em;overflow-y:auto;padding:0 .5em;text-align:left}#pf2e-hud-persistent-effects .effect-item .effect-info .description a,#pf2e-hud-persistent-effects .effect-item .effect-info .description span[data-pf2-effect-area]{color:var(--color-text-dark-primary)}#pf2e-hud-persistent-effects .effect-item:hover .effect-info{display:flex;align-items:end;flex-direction:column}#pf2e-hud-persistent-effects .effect-item[data-badge-type=formula] .icon{cursor:pointer}#pf2e-hud-persistent-effects .effect-item[data-badge-type=formula] .icon:hover .value-wrapper{display:none}#pf2e-hud-persistent-effects .effect-item[data-badge-type=formula] .icon:hover::before{content:"";background:rgba(0,0,0,.5);font-family:"Font Awesome 5 Free";font-weight:900;font-size:var(--font-size-26);color:var(--text-light);position:absolute;inset:0;font-size:1.4em;display:flex;align-items:center;justify-content:center;padding-bottom:.1em}#ui-bottom>div:not(:has(#hotbar)){justify-content:flex-end}.application.dialog .pf2e-hud-persistent-automation fieldset{gap:.3em;display:grid;grid-template-columns:1fr auto;border:0;padding:.5em 0}.application.dialog .pf2e-hud-persistent-automation fieldset input{pointer-events:none}.application.dialog .pf2e-hud-persistent-automation fieldset .reset i{margin:0}.application.dialog .pf2e-hud-persistent-automation fieldset .hint{grid-column:1/-1}.application.pf2e-hud-popup{--header-height: 2em;--link-background: #161616;--color-text-dark-improved: #11d393;position:absolute;background:var(--outer-background);border-radius:var(--outer-border-radius);box-shadow:var(--outer-box-shadow)}.application.pf2e-hud-popup .window-header{font-size:revert}.application.pf2e-hud-popup .window-content{padding:0;color:var(--color);overflow-y:auto;font-size:var(--font-size);max-width:40em}.application.pf2e-hud-popup .window-content hr{margin:revert;height:1px}.application.pf2e-hud-popup .item-summary{padding:0 .5em .5em}.application.pf2e-hud-popup .item-summary .level{display:none}.application.pf2e-hud-popup .item-summary .tags{padding:0}.application.pf2e-hud-popup .item-summary .tags>.tag.light{--tag-color: var(--color-text-dark-2);background:rgba(255,255,255,.8196078431);font-variant:unset;height:auto}.application.pf2e-hud-popup .item-summary .tags .tag{font-size:.72em}.application.pf2e-hud-popup .item-summary .button-group{align-items:start;display:flex;gap:var(--space-6);justify-content:center;flex-direction:column}.application.pf2e-hud-popup .item-summary .button-group button{color:var(--color)}.application.pf2e-hud-popup .item-summary [data-visibility=gm]{border-radius:0;background:none;outline:1px dotted rgba(255,255,255,.4392156863);line-height:1.1}.application.pf2e-hud-popup .item-summary a.content-link,.application.pf2e-hud-popup .item-summary a.inline-roll,.application.pf2e-hud-popup .item-summary a.inline-check,.application.pf2e-hud-popup .item-summary span[data-pf2-effect-area]{--inline-padding: 0.2em;padding:0 var(--inline-padding);background:var(--link-background)}.application.pf2e-hud-popup .item-summary a.content-link i,.application.pf2e-hud-popup .item-summary a.inline-roll i,.application.pf2e-hud-popup .item-summary a.inline-check i,.application.pf2e-hud-popup .item-summary span[data-pf2-effect-area] i{background:unset;width:unset;color:unset}.application.pf2e-hud-popup .item-summary a.content-link i[data-pf2-repost],.application.pf2e-hud-popup .item-summary a.inline-roll i[data-pf2-repost],.application.pf2e-hud-popup .item-summary a.inline-check i[data-pf2-repost],.application.pf2e-hud-popup .item-summary span[data-pf2-effect-area] i[data-pf2-repost]{margin-right:calc(var(--inline-padding)*-1);font-size:.85em}.application.pf2e-hud-popup .item-summary a.inline-check,.application.pf2e-hud-popup .item-summary span[data-pf2-effect-area]{color:var(--color)}.application.pf2e-hud-popup .item-summary span[data-pf2-effect-area]::before{color:unset}.application.pf2e-hud-popup .item-summary p:last-of-type:empty{min-height:0}.application.pf2e-hud-popup .text-content{padding-inline:.5em}#pf2e-hud-resources{--stats-background: #00000045;--filler-background: #00000059;background:none;border:0;min-width:0;box-shadow:none;border-radius:unset;font-size:var(--font-size)}#pf2e-hud-resources .window-header{pointer-events:none;background:none;border:0;padding:0;flex:0;font-size:inherit}#pf2e-hud-resources .window-header>*{pointer-events:all;box-shadow:none}#pf2e-hud-resources .window-header .drag-hand{font-size:1.8em;padding:0 .1em}#pf2e-hud-resources .window-header .header-control{cursor:pointer;margin-inline:.1em;font-size:1.1em;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:0}#pf2e-hud-resources .window-header .header-control:hover{color:var(--color-highlight);box-shadow:0 0 5px var(--color-shadow-primary)}#pf2e-hud-resources .window-content{padding:0;-webkit-backdrop-filter:none;backdrop-filter:none;gap:.3em;padding-top:.3em}#pf2e-hud-resources .window-content .resource{--ratio: 1;position:relative;display:flex;flex-direction:column;width:14em;gap:.1em}#pf2e-hud-resources .window-content .resource .name{background:linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);padding:0 .2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pf2e-hud-resources .window-content .resource .name i{font-size:.86em;margin-inline:-0.1em}#pf2e-hud-resources .window-content .resource .name i:not(.visible){color:var(--color-disabled)}#pf2e-hud-resources .window-content .resource .stats{position:relative;height:1em;background:var(--stats-background);border-radius:4px}#pf2e-hud-resources .window-content .resource .stats>*{position:absolute;top:0;height:100%;display:flex;align-items:center}#pf2e-hud-resources .window-content .resource .stats .filler{left:0;width:calc(var(--ratio)*100%);background:var(--filler-background);border-radius:4px}#pf2e-hud-resources .window-content .resource .stats .min{left:.2em}#pf2e-hud-resources .window-content .resource .stats .max{right:.2em}#pf2e-hud-resources .window-content .resource .stats .value{left:50%;transform:translateX(-50%)}#pf2e-hud-resources .window-content .resource .decrease,#pf2e-hud-resources .window-content .resource .increase{position:absolute;height:100%;width:50%;top:0;display:flex;align-items:flex-end}#pf2e-hud-resources .window-content .resource .decrease{left:0;justify-content:flex-start}#pf2e-hud-resources .window-content .resource .increase{right:0;justify-content:flex-end}#pf2e-hud-resources .window-content .resource:not(:hover) .increase,#pf2e-hud-resources .window-content .resource:not(:hover) .decrease{display:none}#pf2e-hud-resources .window-content .resource:hover .stats .min,#pf2e-hud-resources .window-content .resource:hover .stats .max{display:none}.application.dialog .pf2e-hud-resource-menu .dialog-content{gap:.6em}.application.dialog .pf2e-hud-resource-menu .dialog-content label{white-space:nowrap}.application.dialog .pf2e-hud-resource-menu .dialog-content input[type=number]{flex:0 0 7ch;text-align:center;padding:0}.application.dialog .pf2e-hud-resource-menu .dialog-content .delete{display:flex;align-items:center;justify-content:flex-end}#tooltip[role=tooltip].pf2e-hud-resources-tooltip{text-align:left;font-size:.94em}#pf2e-hud-sidebar{--outer-padding: 2.2vh;--max-column-width: 17em;--image-border-color: rgb(118 118 118);--inner-padding: 0.3em;--header-border: 1px solid #ffffff1f;--header-background: rgba(0, 0, 0, 0.239);--name-background: rgba(255, 255, 255, 0.09);--temporary-color: 255, 143, 0;--toggle-margin-left: 0.5em;--chat-icon-size: 1.6em;--arrow-color: rgb(47 47 47);--item-gap: 0.2em;--item-spacing: 0.3em;--variant-background: #ffffff09;--variant-background-selected: #e7e2e2;--variant-background-reversed: #ffffffad;--variant-border: 1px solid #ffffff24;--variant-color: var(--color);--variant-color-selected: #424242;--variant-box-shadow-selected: inset 0 0 3px 1px black;--variant-gap: 0.1em;--action-img-background: #ffffff7a;--action-highlight: rgb(255 255 255 / 7%);position:absolute;padding:var(--outer-padding);max-height:100vh;max-width:100vw;z-index:calc(var(--z-index-app) + 30);font-size:var(--font-size);pointer-events:none}#pf2e-hud-sidebar select{height:1.4em}#pf2e-hud-sidebar a.disabled{color:var(--color-disabled)}#pf2e-hud-sidebar .inner,#pf2e-hud-sidebar .sidebars{pointer-events:all;background:var(--outer-background);box-shadow:var(--outer-box-shadow);border-radius:var(--outer-border-radius)}#pf2e-hud-sidebar .inner{min-width:12em;min-height:4em;max-width:calc(100vw - var(--outer-padding)*2);max-height:calc(min(100vh,var(--max-height)) - var(--outer-padding)*2);display:flex;flex-direction:column;position:relative;border:var(--outer-border)}#pf2e-hud-sidebar .inner:has(.filtered) [data-filter-value]:not(.filtered){filter:grayscale(1) opacity(0.2)}#pf2e-hud-sidebar .inner.persistent{--arrow-width: calc(var(--outer-padding) * 0.9)}#pf2e-hud-sidebar .inner.persistent.actions{--icon-offset: -2}#pf2e-hud-sidebar .inner.persistent.items{--icon-offset: -1}#pf2e-hud-sidebar .inner.persistent.spells{--icon-offset: 0}#pf2e-hud-sidebar .inner.persistent.skills{--icon-offset: 1}#pf2e-hud-sidebar .inner.persistent.extras{--icon-offset: 2}#pf2e-hud-sidebar .sidebars{z-index:-1;position:absolute;display:grid;justify-items:center;gap:.6em .4em;border-top-right-radius:0}#pf2e-hud-sidebar .sidebars.bottom{left:50%;top:100%;transform:translateX(-50%);grid-auto-flow:column;height:calc(var(--outer-padding) + .1vh);padding-inline:.4em;border-top-left-radius:0}#pf2e-hud-sidebar .sidebars:not(.bottom){right:100%;top:50%;transform:translateY(-50%);width:calc(var(--outer-padding) + .1vh);padding-block:.5em;border-bottom-right-radius:0}#pf2e-hud-sidebar .item-list{--color-active: #616bed;white-space:nowrap;-moz-column-gap:.5em;column-gap:.5em;-moz-columns:var(--nb-columns);columns:var(--nb-columns);overflow:auto;padding:4px var(--inner-padding)}#pf2e-hud-sidebar .item-list>*{-moz-column-break-inside:avoid;break-inside:avoid}#pf2e-hud-sidebar .option-toggle{display:flex;flex-wrap:wrap;width:100%}#pf2e-hud-sidebar .option-toggle label{display:flex;align-items:center;gap:.3em}#pf2e-hud-sidebar .option-toggle label input[type=checkbox]{height:1.1em;margin:0;padding:0}#pf2e-hud-sidebar .option-toggle label .name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#pf2e-hud-sidebar .option-toggle label .name.unchecked-disabled{color:var(--color-disabled)}#pf2e-hud-sidebar .option-toggle select{margin-left:var(--toggle-margin-left);max-width:calc(100% - var(--toggle-margin-left))}#pf2e-hud-sidebar header{position:relative;background:var(--header-background);border:var(--header-border);border-left:0;border-right:0;padding-block:.2em}#pf2e-hud-sidebar header .name{text-align:center}#pf2e-hud-sidebar header .controls{position:absolute;inset:0 .2em 0 auto;display:flex;align-items:center;gap:.3em}#pf2e-hud-sidebar header:not(:first-child){margin-top:.6em}#pf2e-hud-sidebar .drag-img{display:none}#pf2e-hud-sidebar .item{display:flex;max-width:var(--max-column-width)}#pf2e-hud-sidebar .item:not(:first-child){margin-top:var(--item-spacing)}#pf2e-hud-sidebar .item:has(.image){height:2.5em;gap:var(--item-gap)}#pf2e-hud-sidebar .item.action,#pf2e-hud-sidebar .item.option-toggle{--name-background: transparent}#pf2e-hud-sidebar .item.action{--image-border-color: transparent;--chat-icon-size: 1em;height:1.5em;align-items:center}#pf2e-hud-sidebar .item.action .image img{background:var(--action-img-background)}#pf2e-hud-sidebar .item.action .name{flex:1}#pf2e-hud-sidebar .item.action .controls{display:flex;align-items:center;gap:.2em}#pf2e-hud-sidebar .item.action:hover{background:var(--action-highlight)}#pf2e-hud-sidebar .item.statistic{flex-direction:column;height:unset}#pf2e-hud-sidebar .item.statistic .skill{flex:0 0 1.5em;display:flex;align-items:center;justify-content:space-between}#pf2e-hud-sidebar .item.statistic .skill .name{background:none}#pf2e-hud-sidebar .item.statistic .skill .name .action-glyph{font-size:.9em}#pf2e-hud-sidebar .item.statistic .skill .controls [data-action=roll-statistic-action]{font-size:.9em}#pf2e-hud-sidebar .item.statistic .skill .controls [data-action=send-action-to-chat]{font-size:.85em;margin-bottom:-1px}#pf2e-hud-sidebar .item.statistic:hover .skill{background:var(--action-highlight)}#pf2e-hud-sidebar .item.statistic:not(:hover) .controls{visibility:hidden}#pf2e-hud-sidebar .item.statistic:not(.proficient) .name{color:var(--color-disabled)}#pf2e-hud-sidebar .item .image{position:relative;height:100%;aspect-ratio:1/1;border:1px solid var(--image-border-color);border-radius:4px;cursor:pointer}#pf2e-hud-sidebar .item .image img{height:100%;aspect-ratio:1/1;border-radius:4px;border:none}#pf2e-hud-sidebar .item .image i{position:absolute}#pf2e-hud-sidebar .item .image i.chat{font-size:var(--chat-icon-size);display:flex;align-items:center;justify-content:center;inset:0;width:unset}#pf2e-hud-sidebar .item .image i.temporary{bottom:.1em;right:-0.1em;color:rgb(var(--temporary-color));text-shadow:.05em 0 #000,0 .05em #000,-0.05em 0 #000,0 -0.05em #000,-0.05em -0.05em #000,-0.05em .05em #000,.05em -0.05em #000,.05em .05em #000}#pf2e-hud-sidebar .item .image:not(:hover) i.chat{display:none}#pf2e-hud-sidebar .item .image:hover img,#pf2e-hud-sidebar .item .image:hover i.temporary{opacity:0}#pf2e-hud-sidebar .item .details{flex:1;display:flex;flex-direction:column;justify-content:space-between}#pf2e-hud-sidebar .item .details .extras{display:flex;justify-content:space-between;gap:1em;color:var(--color-text-light-4);font-size:.9em}#pf2e-hud-sidebar .item .name{background-color:var(--name-background);padding-inline:.2em}#pf2e-hud-sidebar .variants{display:flex;align-items:center;flex-wrap:wrap;gap:var(--variant-gap);color:var(--variant-color)}#pf2e-hud-sidebar .variants .variant{font-size:.78em;height:calc(var(--font-size)*1.2);border-radius:2px;border:var(--variant-border);background:var(--variant-background);padding-inline:.1em;text-transform:uppercase;display:flex;align-items:center;gap:.2em}#pf2e-hud-sidebar .variants .variant:not(:empty){margin-top:var(--item-gap)}#pf2e-hud-sidebar .variants .variant[data-action]{cursor:pointer}#pf2e-hud-sidebar .variants .variant[data-action]:hover{color:var(--color-highlight)}#pf2e-hud-sidebar .variants .variant[data-disabled]{pointer-events:none;cursor:default;color:var(--color-disabled);filter:grayscale(1)}#pf2e-hud-sidebar *:has(>.name){overflow:hidden}#pf2e-hud-sidebar *:has(>.name) .name{overflow:hidden;text-overflow:ellipsis}#pf2e-hud-sidebar .inner.actions{--max-column-width: 19em;--attack-background: #171f693d;--attack-border-color: #353d83;--damage-background: #5e000052;--damage-border-color: #5d3232;--category-width: 1.2em}#pf2e-hud-sidebar .inner.actions header.hero-actions .controls a{font-size:.9em}#pf2e-hud-sidebar .inner.actions header.blasts .controls>*{width:2ch;text-align:center}#pf2e-hud-sidebar .inner.actions header.blasts .controls a{background:var(--variant-background)}#pf2e-hud-sidebar .inner.actions header.blasts .controls span{cursor:default;background:var(--variant-background-selected);color:var(--variant-color-selected);box-shadow:var(--variant-box-shadow-selected);border:0}#pf2e-hud-sidebar .inner.actions header.blasts .controls span i{margin-bottom:-0.05em}#pf2e-hud-sidebar .inner.actions .item .category{display:flex;width:var(--category-width);justify-content:center}#pf2e-hud-sidebar .inner.actions .item .category img{filter:invert(0.8);border:none;height:1.35em;margin-bottom:-0.2em}#pf2e-hud-sidebar .inner.actions .item .category i{font-size:.95em}#pf2e-hud-sidebar .inner.actions .item .hands-occupied{font-style:italic;font-size:.9em;padding-left:.3em;color:var(--color-disabled)}#pf2e-hud-sidebar .inner.actions .item .variants.controls,#pf2e-hud-sidebar .inner.actions .item .variants.versatiles{margin-left:calc(var(--category-width) + var(--variant-gap))}#pf2e-hud-sidebar .inner.actions .item .variant select{color:inherit;border:0;height:100%;background:none}#pf2e-hud-sidebar .inner.actions .item .variant select:focus{outline:none;box-shadow:none}#pf2e-hud-sidebar .inner.actions .item .variant .magazine{font-family:var(--sans-serif);font-weight:600;display:flex;line-height:1.4;gap:var(--variant-gap)}#pf2e-hud-sidebar .inner.actions .item .variant .magazine .icon{display:inline-block;width:1.6em;height:100%;background-image:url("../../../systems/pf2e/assets/icons/heavy-bullets.svg");background-size:80%;filter:invert(0.8);background-repeat:no-repeat;background-position-x:center;font-size:.8em;margin-left:-0.4em}#pf2e-hud-sidebar .inner.actions .item .variant.attack{background:var(--attack-background);border-color:var(--attack-border-color)}#pf2e-hud-sidebar .inner.actions .item .variant.attack:nth-child(4){flex:1}#pf2e-hud-sidebar .inner.actions .item .variant.damage{background:var(--damage-background);border-color:var(--damage-border-color)}#pf2e-hud-sidebar .inner.actions .item .variant.ammo{display:flex}#pf2e-hud-sidebar .inner.actions .item .variant.extra{background:var(--variant-background-reversed);color:var(--color-reversed);box-shadow:inset 0 0 2px 0px #5f5d5d;padding-inline-start:.2em}#pf2e-hud-sidebar .inner.actions .item .variant.info{cursor:help}#pf2e-hud-sidebar .inner.actions .item .versatiles{display:flex;gap:var(--variant-gap)}#pf2e-hud-sidebar .inner.actions .item .versatiles .variant{display:flex;align-items:center;justify-content:center}#pf2e-hud-sidebar .inner.actions .item .versatiles .variant.selected{cursor:default;background:var(--variant-background-selected);color:var(--variant-color-selected);box-shadow:var(--variant-box-shadow-selected);border:0}#pf2e-hud-sidebar .inner.actions .item .versatiles .variant.selected i{margin-bottom:-0.05em}#pf2e-hud-sidebar .inner.actions .item .controls a.active{color:var(--color-active)}#pf2e-hud-sidebar .inner.actions .item .controls [data-action=toggle-stance]{font-size:1.1em}#pf2e-hud-sidebar .inner.actions .item .controls [data-action=toggle-stance].disabled{cursor:default;pointer-events:all}#pf2e-hud-sidebar .inner.actions .item .controls>a:not([data-action=toggle-stance]){margin-bottom:-0.1em;font-size:.9em}#pf2e-hud-sidebar .inner.actions .item.attack{flex-direction:column}#pf2e-hud-sidebar .inner.actions .item.hidden{display:none}#pf2e-hud-sidebar .inner.extras{--hr-spacing: 0.5em 0}#pf2e-hud-sidebar .inner.extras .row{min-height:1.8em;display:flex;align-items:center;justify-content:space-between}#pf2e-hud-sidebar .inner.extras .row.dailies>span{color:var(--color-disabled)}#pf2e-hud-sidebar .inner.extras .initiative{display:flex;align-items:center;justify-content:space-between;gap:1em}#pf2e-hud-sidebar .inner.extras .no-macro{padding-block:.3em;text-align:center;color:var(--color-darker);border:1px dashed var(--color-text-dark-6)}#pf2e-hud-sidebar .inner.extras .item .image{cursor:default}#pf2e-hud-sidebar .inner.extras .item .image:hover img{opacity:1}#pf2e-hud-sidebar .inner.extras .item .details .extras{justify-content:flex-end}#pf2e-hud-sidebar-filter{position:absolute;z-index:999999;left:50%;top:50%;transform:translate(-50%, -50%);background:var(--outer-background);box-shadow:var(--outer-box-shadow);border:var(--outer-border);border-radius:4px;padding:.5em;font-size:1.6em}#pf2e-hud-sidebar-filter input{height:unset;margin-top:.1em}#pf2e-hud-sidebar-filter input:focus{box-shadow:none}#pf2e-hud-sidebar .inner.items{--spacer-width: 0.4em;--spacer-color: var(--image-border-color)}#pf2e-hud-sidebar .inner.items .inventory-wealth,#pf2e-hud-sidebar .inner.items .inventory-bulk{max-width:var(--max-column-width);display:flex;align-items:center}#pf2e-hud-sidebar .inner.items .inventory-wealth{justify-content:space-between;margin-right:.2em}#pf2e-hud-sidebar .inner.items .inventory-wealth>*{display:flex;align-items:center;gap:.2em}#pf2e-hud-sidebar .inner.items .inventory-wealth:not(:first-child){margin-top:var(--item-spacing)}#pf2e-hud-sidebar .inner.items .inventory-bulk{margin-top:.5em}#pf2e-hud-sidebar .inner.items .inventory-bulk .encumbrance{flex:1;position:relative;display:flex;padding-inline:.3em;justify-content:space-between;background:var(--input-background)}#pf2e-hud-sidebar .inner.items .inventory-bulk .encumbrance .encumbrance-bar{position:absolute;height:100%;background:var(--color-pf-secondary);top:0;left:0}#pf2e-hud-sidebar .inner.items .inventory-bulk .encumbrance .left,#pf2e-hud-sidebar .inner.items .inventory-bulk .encumbrance .right{z-index:1;font-size:.86em;white-space:nowrap}#pf2e-hud-sidebar .inner.items .inventory-bulk.encumbered .encumbrance-bar{background:var(--color-pf-tertiary-darkest)}#pf2e-hud-sidebar .inner.items .inventory-bulk.encumbered.over-limit .encumbrance-bar{background:var(--color-pf-primary)}#pf2e-hud-sidebar .inner.items .item .sub-spacer{position:relative;width:var(--spacer-width)}#pf2e-hud-sidebar .inner.items .item .sub-spacer::before,#pf2e-hud-sidebar .inner.items .item .sub-spacer::after{border-left:1px solid var(--spacer-color);content:"";height:calc(50% + var(--item-spacing));position:absolute;width:calc(var(--spacer-width) + var(--item-gap))}#pf2e-hud-sidebar .inner.items .item .sub-spacer:not(.straight)::before{border-bottom:1px solid var(--spacer-color)}#pf2e-hud-sidebar .inner.items .item .sub-spacer::before{top:calc(-1*var(--item-spacing) - .15em)}#pf2e-hud-sidebar .inner.items .item .sub-spacer::after{top:calc(50% - var(--item-spacing))}#pf2e-hud-sidebar .inner.items .item .details .name [data-action=toggle-container]{font-size:.9em}#pf2e-hud-sidebar .inner.items .item .details .extras{display:flex;gap:1.5em}#pf2e-hud-sidebar .inner.items .item .details .extras>*{display:flex;align-items:center}#pf2e-hud-sidebar .inner.items .item .details .extras .stats{gap:.3em}#pf2e-hud-sidebar .inner.items .item .details .extras .stats .bulk{font-size:.95em;margin-top:-0.05em}#pf2e-hud-sidebar .inner.items .item .details .extras .stats .temporary{font-size:.86em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls{gap:.1em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls span.use{color:var(--color-disabled)}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a{height:1em;margin-top:-0.3em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.active{color:var(--color-active)}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.toggle-invested{font-size:1.1em;margin-bottom:-0.1em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.item-carry-type{text-align:right}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.worn.held{font-size:1.1em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.worn .fa-stack{margin-top:-0.7em;margin-left:-0.5em;margin-right:-0.1em;padding-top:.4em;height:2em;overflow:hidden}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.worn .fa-1,#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.worn .fa-2{position:relative;left:.25em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.detach{font-size:.8em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.detach .fa-stack{margin-right:.2em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.delete{font-size:.925em}#pf2e-hud-sidebar .inner.items .item:not(:is([data-parent-id],[data-item-type])):has(+:is([data-parent-id],[data-item-type])) .image{border-bottom-left-radius:0}#pf2e-hud-sidebar .inner.items .item:is([data-parent-id],[data-item-type]):not(:has(+:is([data-parent-id],[data-item-type]))) .sub-spacer::after{display:none}#pf2e-hud-sidebar .inner.skills{--max-column-width: 15em}#pf2e-hud-sidebar .inner.skills .variants{max-width:var(--max-column-width)}#pf2e-hud-sidebar .inner.skills header,#pf2e-hud-sidebar .inner.skills .lore{display:flex;align-items:center;padding-inline:.2em;justify-content:space-between}#pf2e-hud-sidebar .inner.skills header a span,#pf2e-hud-sidebar .inner.skills .lore a span{color:var(--color-accent);margin-right:.1em;display:inline-block}#pf2e-hud-sidebar .inner.skills header .rank,#pf2e-hud-sidebar .inner.skills .lore .rank{font-size:.9em}#pf2e-hud-sidebar .inner.skills .lore .name{background:none}.application.dialog .pf2e-hud-skills input[type=number]{flex:0 0 2em;text-align:center;padding:0}.application.dialog .pf2e-hud-skills .form-footer .drag-img{height:calc(1.25*var(--input-height));border-color:var(--color-light-5);border-radius:4px;cursor:pointer}#pf2e-hud-sidebar .inner.spells{--virtual-color: #31ff0012}#pf2e-hud-sidebar .inner.spells .item .details .name i.signature{font-size:.9em;width:unset}#pf2e-hud-sidebar .inner.spells .item .details .extras a:has(i){line-height:1;margin-top:2px}#pf2e-hud-sidebar .inner.spells .item .details .extras .category{display:flex;padding-left:.2em;gap:.2em}#pf2e-hud-sidebar .inner.spells .item .details .extras .category .action-glyph{font-size:.8em;margin-top:1px}#pf2e-hud-sidebar .inner.spells .item .details .extras .actions{display:flex;align-items:center}#pf2e-hud-sidebar .inner.spells .item .details .extras .actions .numbers{--input-width: 2em;--input-equivalent-width: 1.8em;margin-right:-0.2em}#pf2e-hud-sidebar .inner.spells .item[data-slot-expended] .image{filter:grayscale(1)}#pf2e-hud-sidebar .inner.spells .item[data-slot-expended] .details .name{color:var(--color-disabled);text-decoration:line-through}#pf2e-hud-sidebar .inner.spells .item.virtual{background:var(--virtual-color)}#pf2e-hud-token,#pf2e-hud-token-main{--anchor-margin: 4px;font-size:var(--font-size)}#pf2e-hud-token{position:absolute;pointer-events:none;transform-origin:left top}#pf2e-hud-token-main{position:absolute;container:pf2e-hud-token-main/size}#pf2e-hud-token-main .panel.top .name,#pf2e-hud-token-main .panel.top hr{grid-column:1/span 3}#pf2e-hud-token-main .panel.top .name{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-inline:.3em;margin-bottom:-0.2em}#pf2e-hud-token-main .panel.top hr{margin-block:.1em}#pf2e-hud-token-main .panel.top .triple{grid-column:1/-1;display:grid;grid-template-columns:repeat(3, 1fr);margin-right:.3em;gap:var(--section-gap)}#pf2e-hud-token-main .panel.bottom{grid-template-columns:repeat(5, 1fr);-moz-column-gap:.4em;column-gap:.4em}#pf2e-hud-token-main .panel.bottom hr{grid-column:1/-1;margin-block:var(--hr-margin)}#pf2e-hud-token-main.sidebar-opened{visibility:hidden}#pf2e-hud-token-main.exploded{--outer-padding-right: 0.3rem}#pf2e-hud-token-main.exploded .panel{position:absolute;background:var(--outer-background);box-shadow:var(--outer-box-shadow);border-radius:var(--outer-border-radius);padding:.2rem var(--outer-padding-right) .2rem .3rem;border:var(--outer-border)}#pf2e-hud-token-main.exploded .panel.left,#pf2e-hud-token-main.exploded .panel.right{grid-template-rows:repeat(3, 1fr);grid-auto-flow:column}#pf2e-hud-token-main.exploded .panel.top{left:0;bottom:calc(100% + var(--anchor-margin));padding-right:calc(var(--outer-padding-right) - .2rem)}#pf2e-hud-token-main.exploded .panel.left{bottom:0;right:calc(100% + var(--anchor-margin))}#pf2e-hud-token-main.exploded .panel.right{top:0;left:calc(100% + var(--anchor-margin))}#pf2e-hud-token-main.exploded .panel.bottom{right:0;top:calc(100% + var(--anchor-margin));padding:.4em}@container pf2e-hud-token-main (min-height: 5em){#pf2e-hud-token-main.exploded .panel.right,#pf2e-hud-token-main.exploded .panel.left{bottom:auto;top:50%;transform:translateY(-50%)}#pf2e-hud-token-main.exploded .panel.bottom,#pf2e-hud-token-main.exploded .panel.top{right:auto;left:50%;transform:translateX(-50%)}}@container pf2e-hud-token-main (min-height: 9em){#pf2e-hud-token-main.exploded .panel.right,#pf2e-hud-token-main.exploded .panel.left{grid-template-rows:none;grid-auto-flow:row}}#pf2e-hud-token-main.exploded .panel.left+.panel.bottom,#pf2e-hud-token-main.exploded .panel.top+.panel.bottom{right:auto;left:50%;transform:translateX(-50%)}#pf2e-hud-token-main.exploded .panel.top:only-child,#pf2e-hud-token-main.exploded .panel.top:has(+.panel.right),#pf2e-hud-token-main.exploded .panel.top:has(+.panel.bottom){right:auto;left:50%;transform:translateX(-50%)}#pf2e-hud-token-main:not(.exploded){--panel-margin-block: 0.2em;--panel-spacer-gap: calc(var(--panel-margin-block) + var(--hr-margin))}#pf2e-hud-token-main:not(.exploded) .joined{position:absolute;top:50%;transform:translateY(-50%);background:var(--outer-background);box-shadow:var(--outer-box-shadow);border-radius:var(--outer-border-radius);border:var(--outer-border);display:flex;flex-direction:column;padding:.1rem .4rem .4rem}#pf2e-hud-token-main:not(.exploded) .joined.left{left:auto;right:calc(100% + var(--anchor-margin))}#pf2e-hud-token-main:not(.exploded) .joined:not(.left){right:auto;left:calc(100% + var(--anchor-margin))}#pf2e-hud-token-main:not(.exploded) .joined .panel.left,#pf2e-hud-token-main:not(.exploded) .joined .panel.right{grid-template-columns:repeat(3, 1fr)}#pf2e-hud-token-main:not(.exploded) .joined .panel.bottom [data-section]{justify-items:center}#pf2e-hud-token-main:not(.exploded) .joined .panel:not(:last-child){border-bottom:1px solid var(--hr-color);margin-bottom:var(--panel-spacer-gap);padding-bottom:var(--panel-spacer-gap)}#pf2e-hud-tooltip{--color-weak: #cc3311;--color-elite: #009988;--outer-padding: 4px;--inner-padding: 0.5em;--inner-gap: 0.6em;--span-width: 1.7em;--section-gap: 0.1em;--section-width: calc(var(--icon-width) + var(--span-width) + var(--section-gap));z-index:9999;position:absolute;font-size:var(--font-size);padding:var(--outer-padding);pointer-events:none}#pf2e-hud-tooltip .distance,#pf2e-hud-tooltip .status,#pf2e-hud-tooltip .inner{background:var(--outer-background);border-radius:var(--outer-border-radius);box-shadow:var(--outer-box-shadow);padding:.2em var(--inner-padding)}#pf2e-hud-tooltip .distance,#pf2e-hud-tooltip .status{display:flex;align-items:center;justify-content:center}#pf2e-hud-tooltip .distance{gap:6px;z-index:-1;width:-moz-fit-content;width:fit-content;margin:auto;padding-left:calc(var(--inner-padding) - .1em)}#pf2e-hud-tooltip .distance .fa-user{font-size:.92em}#pf2e-hud-tooltip .distance:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}#pf2e-hud-tooltip .status{color:hsl(var(--hue), 75%, 40%);font-weight:bold;letter-spacing:.5px;min-width:7em}#pf2e-hud-tooltip .inner{min-width:8em;max-width:calc(var(--inner-padding)*2 + var(--inner-gap)*2 + var(--section-width)*3 + var(--outer-border-width)*2);display:flex;flex-wrap:wrap;justify-content:center;gap:.3em var(--inner-gap);border:var(--outer-border);margin:auto}#pf2e-hud-tooltip .inner header,#pf2e-hud-tooltip .inner hr{flex:1 0 100%}#pf2e-hud-tooltip .inner header{flex:1 0 100%;text-align:center;font-size:.92em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-inline:.3em;margin-bottom:-0.2em}#pf2e-hud-tooltip .inner hr{margin:0;padding:0;border-bottom:0;border-color:rgba(255,255,255,.2901960784)}#pf2e-hud-tooltip .inner section{display:flex;align-items:center;-moz-column-gap:var(--section-gap);column-gap:var(--section-gap)}#pf2e-hud-tooltip .inner section i{width:var(--icon-width);text-align:center}#pf2e-hud-tooltip .inner section i+span{text-align:end}#pf2e-hud-tooltip .inner section span{width:var(--span-width);color:hsl(var(--hue), 75%, 40%)}#pf2e-hud-tooltip .inner section.hint{font-size:.9em;line-height:.8;text-wrap:wrap;text-align:justify}#pf2e-hud-tooltip .inner section.iwr{width:var(--section-width);justify-content:center;-moz-column-gap:.3em;column-gap:.3em}#pf2e-hud-tooltip .inner section.iwr i{width:unset;text-align:unset}#pf2e-hud-tooltip .inner section.iwr .disabled{color:var(--color-disabled)}#pf2e-hud-tooltip .inner section.level.weak span{color:var(--color-weak)}#pf2e-hud-tooltip .inner section.level.elite span{color:var(--color-elite)}#pf2e-hud-tooltip .inner+.status{width:-moz-fit-content;width:fit-content;margin:auto;margin-top:-2px;z-index:-1;position:relative}:root{--pf2e-hud-threat-trivial: aqua;--pf2e-hud-threat-low: lime;--pf2e-hud-threat-moderate: yellow;--pf2e-hud-threat-severe: orange;--pf2e-hud-threat-extreme: red}#pf2e-hud-tracker{--border-top: 1px solid rgba(255, 255, 255, 0.06);--border-bottom: 1px solid rgb(0 0 0 / 30%);position:absolute;right:0;bottom:var(--interface-margin);width:17em;max-height:51%;padding:0;text-shadow:1px 1px 4px var(--color-shadow-dark);display:flex;flex-direction:column;font-size:var(--font-size)}#pf2e-hud-tracker a.disabled{color:var(--color-disabled)}#pf2e-hud-tracker header,#pf2e-hud-tracker footer{position:relative;display:grid;align-items:center;justify-items:center;gap:.3em;padding:.3em}#pf2e-hud-tracker header{border-bottom:2px groove #000;grid-template-columns:repeat(2, auto) 1fr repeat(2, auto)}@supports(-moz-appearance: none){#pf2e-hud-tracker header{border-bottom:1px solid #000}}#pf2e-hud-tracker header .title{grid-column:3}#pf2e-hud-tracker .combatants{overflow:hidden auto;display:flex;flex-direction:column;margin:0;padding:0;list-style:none}#pf2e-hud-tracker .combatants .combatant,#pf2e-hud-tracker .combatants .fake{display:flex;align-items:center;gap:.2em;height:var(--combatant-height);padding-inline:var(--panel-padding-inline)}#pf2e-hud-tracker .combatants .fake{justify-content:center}#pf2e-hud-tracker .combatants .fake:first-of-type{border-bottom:var(--border-bottom)}#pf2e-hud-tracker .combatants .fake:last-of-type{border-top:var(--border-top)}#pf2e-hud-tracker .combatants .combatant{border-top:var(--border-top);border-bottom:var(--border-bottom)}#pf2e-hud-tracker .combatants .combatant .avatar{position:relative;height:calc(100% - .1em);aspect-ratio:1/1;display:flex;overflow:hidden}#pf2e-hud-tracker .combatants .combatant .avatar img{position:absolute;border:none;pointer-events:none;transform:scale(var(--scaleX), var(--scaleY));-webkit-mask-image:var(--mask);mask-image:var(--mask)}#pf2e-hud-tracker .combatants .combatant .avatar .alt{display:flex;font-size:1.8em;align-items:center;z-index:1}#pf2e-hud-tracker .combatants .combatant .avatar .targets{position:absolute;display:flex;justify-content:center;gap:1px}#pf2e-hud-tracker .combatants .combatant .avatar .targets .target{height:.58em;aspect-ratio:1/1;border-radius:50%;border:1px solid var(--color-border-dark-2);background-color:var(--user-color)}#pf2e-hud-tracker .combatants .combatant .details{flex:1;display:grid;grid-template-rows:repeat(2, 1fr);align-items:center;z-index:1}#pf2e-hud-tracker .combatants .combatant .details .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pf2e-hud-tracker .combatants .combatant .details .name.gm-only{filter:invert(1);text-shadow:0 0 3px #000}#pf2e-hud-tracker .combatants .combatant .details .controls [data-control],#pf2e-hud-tracker .combatants .combatant .details .controls .combatant-control-alt{flex:0 0 20px;height:20px;float:left}#pf2e-hud-tracker .combatants .combatant .details .controls [data-control]:not(.active),#pf2e-hud-tracker .combatants .combatant .details .controls .combatant-control-alt:not(.active){color:var(--color-disabled)}#pf2e-hud-tracker .combatants .combatant .extras{width:3em;display:flex;flex-direction:column;align-items:flex-end;z-index:1}#pf2e-hud-tracker .combatants .combatant .extras .group{display:flex;gap:.5em}#pf2e-hud-tracker .combatants .combatant .extras .group .entry{display:flex;gap:.1em;align-items:center}#pf2e-hud-tracker .combatants .combatant .extras .group .entry span{text-align:end;color:hsl(var(--hue), 75%, 40%)}#pf2e-hud-tracker .combatants .combatant .extras .group .initiative a{display:flex;align-items:center;justify-content:center}#pf2e-hud-tracker .combatants .combatant .extras .roll{display:block;background-size:32px;width:100%;aspect-ratio:1/1;margin-right:-0.2em;background-position:center;background-repeat:no-repeat;background-image:url("../../../icons/svg/d20.svg")}#pf2e-hud-tracker .combatants .combatant .extras a.roll:hover{background-image:url("../../../icons/svg/d20-highlight.svg")}#pf2e-hud-tracker .combatants .combatant .extras span.roll{opacity:.2}#pf2e-hud-tracker .combatants .combatant.ghost{visibility:hidden}#pf2e-hud-tracker .combatants .combatant.not-visible{display:none}#pf2e-hud-tracker .combatants .combatant.hidden .avatar img,#pf2e-hud-tracker .combatants .combatant.hidden .details .name,#pf2e-hud-tracker .combatants .combatant.hidden .extras{opacity:.3}#pf2e-hud-tracker .combatants .combatant.defeated .details .name{color:#b32019}#pf2e-hud-tracker .combatants .combatant.active{background:rgba(var(--disposition-color), 0.1);border-color:rgb(var(--disposition-color))}#pf2e-hud-tracker .combatants .combatant.hovered:not(:hover),#pf2e-hud-tracker .combatants .combatant.drag{background:rgba(var(--disposition-color), 0.2)}#pf2e-hud-tracker footer{color:var(--color-darker);border-top:2px groove #000;grid-template-columns:repeat(3, min-content) 1fr repeat(3, min-content)}@supports(-moz-appearance: none){#pf2e-hud-tracker footer{border-top:1px solid #000}}#pf2e-hud-tracker footer .title{position:absolute;inset:0;pointer-events:none;display:flex;align-items:center;justify-content:center;color:var(--color-alt)}#pf2e-hud-tracker footer .metrics,#pf2e-hud-tracker footer .linked{grid-column:-3}#pf2e-hud-tracker footer .metrics{font-size:.9em}#pf2e-hud-tracker footer .metrics .threat{text-shadow:1px 1px 4px var(--color-shadow-dark)}#pf2e-hud-tracker footer .metrics .threat.trivial{color:var(--pf2e-hud-threat-trivial)}#pf2e-hud-tracker footer .metrics .threat.low{color:var(--pf2e-hud-threat-low)}#pf2e-hud-tracker footer .metrics .threat.moderate{color:var(--pf2e-hud-threat-moderate)}#pf2e-hud-tracker footer .metrics .threat.severe{color:var(--pf2e-hud-threat-severe)}#pf2e-hud-tracker footer .metrics .threat.extreme{color:var(--pf2e-hud-threat-extreme)}#pf2e-hud-tracker footer .settings,#pf2e-hud-tracker footer .end-turn{grid-column:-2}#pf2e-hud-tracker footer .expand{grid-column:-1}#pf2e-hud-tracker:not(:has(header)){padding-top:2px}#pf2e-hud-tracker:not(:has(header)) .combatants{border-top:none}#pf2e-hud-tracker.collapsed .combatants{min-height:calc(var(--combatant-height)*2)}#pf2e-hud-tracker.collapsed .combatant:not(.active):not(.can-roll):not(.next){display:none}#pf2e-hud-tracker.collapsed:has(.combatant.can-roll) .fake{display:none}#pf2e-hud-tracker:not(.toggle-menu) .combatant .avatar .alt,#pf2e-hud-tracker:not(.toggle-menu) .combatant .details .controls.alt{display:none}#pf2e-hud-tracker:not(.toggle-menu) .linked{display:none}#pf2e-hud-tracker.toggle-menu .combatant .controls:not(.alt),#pf2e-hud-tracker.toggle-menu .combatant .extras{display:none}#pf2e-hud-tracker.toggle-menu .combatant .avatar img{opacity:.4}#pf2e-hud-tracker.toggle-menu .metrics{display:none}#interface.has-hud-tracker{--combatant-height: 3.2em}#interface.has-hud-tracker #sidebar{box-shadow:0 0 10px var(--color-shadow-dark)}#interface.has-hud-tracker #navigation{max-width:calc(100% - 144px)}#interface.has-hud-tracker #effects-panel{--cell-width: 52px;top:var(--pf2e-hud-panel-gap);right:calc(var(--pf2e-hud-panel-gap)*-1);max-height:calc(100% - var(--combatant-height)*2 - 4em)}#interface.has-hud-tracker #effects-panel .effects-list hr{width:calc(var(--cell-width) - 6px);margin-inline:auto}#interface.has-hud-tracker #effects-panel .effects-list .effect-item{direction:ltr;position:relative}#interface.has-hud-tracker #effects-panel .effects-list .effect-item .effect-info{background-color:#000;z-index:1;position:absolute;right:100%;width:-moz-max-content;width:max-content;margin-right:0}#interface.has-hud-tracker.hud-tracker-tall #effects-panel{--cell-width: 44px}#interface.has-hud-tracker.hud-tracker-tall #effects-panel .effects-list hr{margin-block:.3em}#interface.has-hud-tracker.hud-tracker-tall #effects-panel .effects-list .effect-item{height:var(--cell-width)}#interface.has-hud-tracker.hud-tracker-tall #effects-panel .effects-list .effect-item .icon{height:calc(var(--cell-width) - 4px);width:calc(var(--cell-width) - 4px)}#tooltip.pf2e-hud-metrics,aside.locked-tooltip.pf2e-hud-metrics{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;gap:.2em}#tooltip.pf2e-hud-metrics .threat.trivial,aside.locked-tooltip.pf2e-hud-metrics .threat.trivial{color:var(--pf2e-hud-threat-trivial)}#tooltip.pf2e-hud-metrics .threat.low,aside.locked-tooltip.pf2e-hud-metrics .threat.low{color:var(--pf2e-hud-threat-low)}#tooltip.pf2e-hud-metrics .threat.moderate,aside.locked-tooltip.pf2e-hud-metrics .threat.moderate{color:var(--pf2e-hud-threat-moderate)}#tooltip.pf2e-hud-metrics .threat.severe,aside.locked-tooltip.pf2e-hud-metrics .threat.severe{color:var(--pf2e-hud-threat-severe)}#tooltip.pf2e-hud-metrics .threat.extreme,aside.locked-tooltip.pf2e-hud-metrics .threat.extreme{color:var(--pf2e-hud-threat-extreme)}#tooltip.pf2e-hud-metrics .small,aside.locked-tooltip.pf2e-hud-metrics .small{align-self:end;font-size:.9em;font-style:italic}/*# sourceMappingURL=pf2e-hud.css.map */ \ No newline at end of file +:root{--pf2e-hud-panel-gap: 5px}.pf2e-hud{--icon-width: 1.4em;--icon-color: #d4d7de;--inline-gap: 0.2em;--section-gap: 0.1em 0.4em;--interface-margin: var(--pf2e-hud-panel-gap);--outer-background: url("../../../ui/denim075.png") repeat #4d4d4d;--outer-box-shadow: 0 0 20px var(--color-shadow-dark);--outer-border-width: 1px;--outer-border: var(--outer-border-width) solid var(--color-border-dark);--outer-border-radius: 4px;--panel-padding-block: 0.2em;--panel-padding-inline: 0.3em;--hr-color: #ffffff4a;--hr-margin: 0.2em;--hr-spacing: 0;--input-width: 2.4em;--input-width-small: 1.8em;--input-equivalent-width: 2.2em;--input-background: rgb(255 255 255 / 8%);--color: #efe6d8;--color-alt: #cbcbc3;--color-darker: #999;--color-accent: #c54c4c;--color-highlight: #ffffff;--color-active: #db2828;--color-reversed: black;--color-disabled: var(--color-text-dark-5);color:var(--color);font-family:"Signika",sans-serif}.pf2e-hud.app,.pf2e-hud .app{box-shadow:0 0 10px var(--color-shadow-dark);border:1px solid var(--color-border-dark);pointer-events:all;margin:0;padding:var(--panel-padding-block) var(--panel-padding-inline);color:var(--color)}.pf2e-hud input,.pf2e-hud select{color:var(--color)}.pf2e-hud select{flex:1;padding:0;border:none;background:var(--input-background)}.pf2e-hud select option{color:fieldtext;background:revert}.pf2e-hud input[type=number]{text-align:center;border:none;padding:0;height:1.1em;width:var(--input-width)}.pf2e-hud input[type=number]:not(:disabled){background-color:var(--input-background)}.pf2e-hud input[type=number]:disabled{background:rgba(0,0,0,0)}.pf2e-hud input[type=number].small{width:var(--input-width-small)}.pf2e-hud a.disabled{pointer-events:none}.pf2e-hud a.disabled:hover{text-shadow:none}.pf2e-hud a.greyed{color:var(--color-disabled)}.pf2e-hud i{width:var(--icon-width);text-align:center}.pf2e-hud hr{margin:var(--hr-spacing);border-bottom:0;border-color:var(--hr-color)}.pf2e-hud .panel{pointer-events:all;line-height:1.4;display:grid;gap:var(--section-gap)}.pf2e-hud .panel.stats-header{grid-template-columns:repeat(3, auto)}.pf2e-hud .panel.stats-header .double{grid-column:2/span 2}.pf2e-hud .panel.stats-header .double.extras{display:grid;grid-template-columns:min-content 1fr;justify-items:center}.pf2e-hud .panel.stats-header .double.npc{grid-template-columns:repeat(4, 1fr)}.pf2e-hud [data-section]{display:grid;grid-template-columns:auto auto;align-items:center;gap:var(--inline-gap)}.pf2e-hud [data-section] i{color:var(--icon-color)}.pf2e-hud [data-section] span+span:not(.separator){min-width:1.5em;text-align:center}.pf2e-hud [data-section] span:has(i){display:flex;align-items:center}.pf2e-hud [data-section] .numbers{display:inline-grid;grid-template-columns:var(--input-width) auto var(--input-equivalent-width);align-items:center;justify-items:center}.pf2e-hud [data-section] .numbers input+.separator{margin-left:.2em}.pf2e-hud [data-section].info:not(.active) i{color:var(--color-disabled)}.pf2e-hud [data-section].info.active{cursor:help}.pf2e-hud [data-section].info,.pf2e-hud [data-section][data-section=sidebar]{grid-template-columns:auto}.pf2e-hud [data-section][data-section=sidebar].active i{color:var(--color-active);text-shadow:none}.pf2e-hud [data-section][data-section=sidebar].disabled{pointer-events:none}.pf2e-hud [data-section][data-section=sidebar].disabled i{color:var(--color-disabled)}.pf2e-hud [data-section][data-statistic]{justify-content:space-between}.pf2e-hud [data-section][data-statistic] span+span{text-align:end}.pf2e-hud [data-section][data-section=shield]{grid-template-columns:auto 1fr}.pf2e-hud [data-section][data-section=shield] a{display:flex;align-items:center;gap:var(--inline-gap)}.pf2e-hud [data-section][data-section=shield] input{width:90%}.pf2e-hud [data-section][data-section=shield] span{text-align:center;margin-right:.5em}.pf2e-hud .slider{justify-self:center;display:flex;align-items:center;gap:.1em}.pf2e-hud .slider i.carret{width:unset;font-size:.6em;margin-top:1px}.pf2e-hud .slider i.carret.disabled{color:var(--color-disabled)}.pf2e-hud .slider i.icon{width:unset}.pf2e-hud .slider i.icon.fa-face-angry-horns{font-size:.92em}.pf2e-hud .slider.disabled i.carret{color:var(--color-disabled)}.pf2e-hud .slider.three-steps i.icon{color:var(--color)}.pf2e-hud-colors{--color-rarity-uncommon: #cb8470;--color-rarity-rare: #5996f7;--color-rarity-unique: #d05fff;--color-rank-0: #787878;--color-rank-1: #6070ff;--color-rank-2: #b739ff;--color-rank-3: #bc7f05;--color-rank-4: #db2020}.pf2e-hud-colors .rank.\30 {color:var(--color-rank-0)}.pf2e-hud-colors .rank.\31 {color:var(--color-rank-1)}.pf2e-hud-colors .rank.\32 {color:var(--color-rank-2)}.pf2e-hud-colors .rank.\33 {color:var(--color-rank-3)}.pf2e-hud-colors .rank.\34 {color:var(--color-rank-4)}.pf2e-hud-colors .rarity-uncommon{color:var(--color-rarity-uncommon)}.pf2e-hud-colors .rarity-rare{color:var(--color-rarity-rare)}.pf2e-hud-colors .rarity-unique{color:var(--color-rarity-unique)}#interface.has-hud-persistent{--panel-gap: var(--pf2e-hud-panel-gap)}#interface.has-hud-tracker #fps{--panel-gap: var(--pf2e-hud-panel-gap);margin:0 18em var(--panel-gap) 0}#tooltip.pf2e-hud-iconed-list,aside.locked-tooltip.pf2e-hud-iconed-list{display:grid;grid-template-columns:1.4em 2em;align-items:center;row-gap:.3em}#tooltip.pf2e-hud-iconed-list span,aside.locked-tooltip.pf2e-hud-iconed-list span{text-align:end}#tooltip.pf2e-hud-left,aside.locked-tooltip.pf2e-hud-left{text-align:start}#tooltip.pf2e-hud-width,aside.locked-tooltip.pf2e-hud-width{max-width:unset}#tooltip.pf2e-carry-type,aside.locked-tooltip.pf2e-carry-type{border:none}#tooltip.pf2e-carry-type ul,aside.locked-tooltip.pf2e-carry-type ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:.3em}#tooltip.pf2e-carry-type ul li a,aside.locked-tooltip.pf2e-carry-type ul li a{display:grid;grid-template-columns:1.5em 1fr}#tooltip.pf2e-carry-type ul li a.selected,aside.locked-tooltip.pf2e-carry-type ul li a.selected{color:#616bed}#tooltip.pf2e-carry-type ul li a.selected:hover,aside.locked-tooltip.pf2e-carry-type ul li a.selected:hover{cursor:default;text-shadow:none}.pf2e-hud-fadeout{opacity:.1;transition:opacity 250ms}.pf2e-hud-fadeout#pf2e-hud-token-main .panel,.pf2e-hud-fadeout#pf2e-hud-tracker,.pf2e-hud-fadeout #pf2e-hud-persistent-menu,.pf2e-hud-fadeout #pf2e-hud-persistent-portrait,.pf2e-hud-fadeout #pf2e-hud-persistent-portrait .panel,.pf2e-hud-fadeout #pf2e-hud-persistent-main .app,.pf2e-hud-fadeout #hotbar #action-bar,.pf2e-hud-fadeout #hotbar #hotbar-directory-controls,.pf2e-hud-fadeout #hotbar #hotbar-page-controls{pointer-events:none}.pf2e-hud-fadeout.pf2e-hud-fadeout-forced.pf2e-hud-popup{pointer-events:none}.pf2e-hud-draggable{width:32px;height:32px;position:absolute;left:-10000px;border-radius:4px}.pf2e-hud-draggable img{width:100%;height:100%}#pf2e-hud-avatar-editor .window-content hr{margin-block:1em}#pf2e-hud-avatar-editor .window-content .form-group{margin:0}#pf2e-hud-avatar-editor .window-content .form-group>label{flex:1.2}#pf2e-hud-avatar-editor .window-content .form-group .form-fields button{margin:0;padding:0;flex:0 0 36px;line-height:var(--form-field-height)}#pf2e-hud-avatar-editor .window-content .buttons{margin-top:1em;display:flex;gap:4px}#pf2e-hud-avatar-editor .window-content .buttons .spacer{flex:3}#pf2e-hud-avatar-editor .window-content .buttons button{margin:0;flex:3}#pf2e-hud-avatar-editor .window-content .viewport{flex:1 0 512px;position:relative;width:512px;height:512px;margin:auto}#pf2e-hud-avatar-editor .window-content .viewport .border,#pf2e-hud-avatar-editor .window-content .viewport .image{position:absolute;inset:0;background-repeat:no-repeat}#pf2e-hud-avatar-editor .window-content .viewport .border{opacity:.3;pointer-events:none;background-image:url("../images/avatar-border-white.webp");background-size:100%}.chat-message.message .pf2e-hud-rk .rk{--nb-rows: 1;--row-height: 1.8em;position:relative;padding-inline:8px;display:grid;-moz-column-gap:6px;column-gap:6px;font-size:1.1em;align-items:center;background:repeating-linear-gradient(#ddd 0 var(--row-height), transparent var(--row-height) calc(var(--row-height) * 2));grid-template-columns:repeat(4, auto);grid-template-rows:repeat(var(--nb-rows), var(--row-height))}.chat-message.message .pf2e-hud-rk .rk .header{z-index:1;color:var(--text-dark);font-weight:bold}.chat-message.message .pf2e-hud-rk .rk :not(:nth-child(4n+1)){text-align:center}.chat-message.message .pf2e-hud-rk .rk .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-message.message .pf2e-hud-rk .rk::before{content:"";position:absolute;background:rgba(0,0,0,.1803921569);top:0;left:0;right:0;height:var(--row-height)}.chat-message.message .pf2e-hud-rk .rk-skills{--nb-rows: 1;--row-height: 1.8em;position:relative;padding-inline:8px;display:grid;-moz-column-gap:6px;column-gap:6px;font-size:1.1em;align-items:center;background:repeating-linear-gradient(#ddd 0 var(--row-height), transparent var(--row-height) calc(var(--row-height) * 2));grid-template-columns:repeat(6, auto);grid-template-rows:repeat(var(--nb-rows), var(--row-height))}.chat-message.message .pf2e-hud-rk .rk-skills .header{z-index:1;color:var(--text-dark);font-weight:bold}.chat-message.message .pf2e-hud-rk .rk-skills :not(:nth-child(6n+1)){text-align:center}.chat-message.message .pf2e-hud-rk .rk-skills .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-message.message .pf2e-hud-rk .rk-skills sup{padding-left:2px}.chat-message.message .pf2e-hud-rk .rk-lores{--nb-rows: 1;--row-height: 1.8em;position:relative;padding-inline:8px;display:grid;-moz-column-gap:6px;column-gap:6px;font-size:1.1em;align-items:center;background:repeating-linear-gradient(#ddd 0 var(--row-height), transparent var(--row-height) calc(var(--row-height) * 2));grid-template-columns:repeat(7, auto);grid-template-rows:repeat(var(--nb-rows), var(--row-height))}.chat-message.message .pf2e-hud-rk .rk-lores .header{z-index:1;color:var(--text-dark);font-weight:bold}.chat-message.message .pf2e-hud-rk .rk-lores :not(:nth-child(7n+1)){text-align:center}.chat-message.message .pf2e-hud-rk .rk-lores .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-message.message .pf2e-hud-rk .rk-lores-rolls{--nb-rows: 1;--row-height: 1.8em;position:relative;padding-inline:8px;display:grid;-moz-column-gap:6px;column-gap:6px;font-size:1.1em;align-items:center;background:repeating-linear-gradient(#ddd 0 var(--row-height), transparent var(--row-height) calc(var(--row-height) * 2));grid-template-columns:repeat(4, auto);grid-template-rows:repeat(var(--nb-rows), var(--row-height))}.chat-message.message .pf2e-hud-rk .rk-lores-rolls .header{z-index:1;color:var(--text-dark);font-weight:bold}.chat-message.message .pf2e-hud-rk .rk-lores-rolls :not(:nth-child(4n+1)){text-align:center}.chat-message.message .pf2e-hud-rk .rk-lores-rolls .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-message.message .pf2e-hud-rk .success.\30 {color:red}.chat-message.message .pf2e-hud-rk .success.\33 {color:green}:root{--pf2e-hud-hotbar-width: 542px}#pf2e-hud-persistent{--hud-height: 8em;display:flex;align-items:flex-start;font-size:var(--font-size);gap:var(--pf2e-hud-panel-gap);width:var(--players-width);height:calc(var(--hotbar-height) + var(--hud-height));margin:0 var(--pf2e-hud-panel-gap) var(--interface-margin) 15px;padding:0;z-index:var(--z-index-app)}#pf2e-hud-persistent span,#pf2e-hud-persistent input,#pf2e-hud-persistent [data-section] i{text-shadow:0 0 3px #000}#pf2e-hud-persistent #hotbar-directory-controls,#pf2e-hud-persistent #hotbar-lock{display:none}#pf2e-hud-persistent #hotbar{position:absolute;top:100%;left:0;width:var(--pf2e-hud-hotbar-width);margin-left:-2px;margin-bottom:var(--pf2e-hud-panel-gap);font-size:var(--font-size-14)}#pf2e-hud-persistent #hotbar #macro-list,#pf2e-hud-persistent #hotbar #hotbar-page-controls{box-shadow:0 0 10px var(--color-shadow-dark);background:url("../../../ui/denim075.png") repeat;border-radius:5px}#pf2e-hud-persistent #hotbar #macro-list>li{border:0;background:none;box-shadow:none}#pf2e-hud-persistent #hotbar #macro-list>li img{height:var(--macro-size);width:calc(var(--macro-size) - 1px)}#pf2e-hud-persistent #hotbar #macro-list>li:not(:last-child){border-right:1px solid var(--color-border-dark)}#pf2e-hud-persistent:not(.show-effects) #pf2e-hud-persistent-main .effects-toggle i{color:var(--color-disabled)}#pf2e-hud-persistent.cleaned #pf2e-hud-persistent-portrait:not(:hover) .top{opacity:.5}#pf2e-hud-persistent.cleaned #pf2e-hud-persistent-portrait:not(:hover) .bottom{opacity:0}#interface.has-hud-persistent #players #context-menu.expand-down{bottom:calc(100% + 2px);top:auto}#interface.has-hud-persistent:not(.show-users) #players{display:none}#pf2e-hud-persistent-menu{flex:0;display:grid;grid-auto-flow:row;justify-items:center;gap:.3em}#pf2e-hud-persistent-menu i{color:var(--icon-color)}#pf2e-hud-persistent-menu .set-actor:not(.active) i{color:var(--color-disabled)}#pf2e-hud-persistent-portrait{--flash-color: 255, 255, 0;--flash-outset-blur: 20px;--flash-outset-color: rgb(var(--flash-color));--flash-inset-blur: 30px;--flash-inset-color: rgba(var(--flash-color), 0.55);position:relative;height:100%;padding:0;aspect-ratio:1/1}#pf2e-hud-persistent-portrait>*{position:absolute}#pf2e-hud-persistent-portrait .avatar{margin:2px;inset:0;cursor:pointer;background-position:center top;background-repeat:no-repeat;background-size:cover}#pf2e-hud-persistent-portrait .top{top:0;inset-inline:0}#pf2e-hud-persistent-portrait .top .name{text-align:center;background:linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.3) 100%)}#pf2e-hud-persistent-portrait .bottom{bottom:0;inset-inline:0;display:grid;gap:var(--section-gap);background:rgba(33,33,33,.7019607843);padding:.2em .1em .1em;grid-template-columns:repeat(3, 1fr)}#pf2e-hud-persistent-portrait .flash{inset:0;pointer-events:none}#pf2e-hud-persistent-main{--info-width: 2.24em;--primary-width: 7.6em;--one-three-rows: 1.1fr 3fr 0;--attack-background: #171f6999;--attack-border-color: #2e3a9c;--damage-background: #6d101078;--damage-border-color: #a41414;--variant-background: #4f4732;--variant-border-color: #9f916e;--shortcut-title-border-color: #999999;--shortcut-title-background: #121212;position:relative;display:flex;width:-moz-fit-content;width:fit-content;height:var(--hud-height);gap:var(--pf2e-hud-panel-gap)}#pf2e-hud-persistent-main .group{display:grid;grid-template-rows:var(--one-three-rows);gap:var(--pf2e-hud-panel-gap)}#pf2e-hud-persistent-main .group .panel{padding:var(--panel-padding-block) calc(var(--panel-padding-inline) + .1em) var(--panel-padding-block) var(--panel-padding-inline)}#pf2e-hud-persistent-main .group.infos{width:var(--info-width)}#pf2e-hud-persistent-main .group.infos .panel{grid-row:1/span 2}#pf2e-hud-persistent-main .group.primary{width:var(--primary-width);grid-template-columns:1fr 1fr}#pf2e-hud-persistent-main .group.primary .header{grid-template-columns:repeat(2, 1fr);grid-column:1/span 2}#pf2e-hud-persistent-main .group.primary .saves{grid-template-rows:repeat(3, 1fr);gap:.2em .5em;grid-column:1/span 2;grid-auto-flow:column}#pf2e-hud-persistent-main .group.stretch{flex:1}#pf2e-hud-persistent-main .group.stretch .top{display:flex;gap:var(--pf2e-hud-panel-gap)}#pf2e-hud-persistent-main .group.stretch .top .sidebars,#pf2e-hud-persistent-main .group.stretch .top .shortcut-menus{grid-auto-flow:column;justify-content:start;width:-moz-fit-content;width:fit-content}#pf2e-hud-persistent-main .group.stretch .top .sidebars{min-width:11.708em}#pf2e-hud-persistent-main .group.stretch .top .sidebars hr{height:calc(100% - 1px);border:0;margin:0;border-right:1px solid var(--hr-color)}#pf2e-hud-persistent-main .group.stretch .top .sidebars .effects-toggle{display:grid;align-items:center}#pf2e-hud-persistent-main .group.stretch .top .sidebars .three-steps{width:2.1em}#pf2e-hud-persistent-main .group.stretch .top .shortcut-menus>*{grid-template-columns:auto}#pf2e-hud-persistent-main .group.stretch .top .shortcut-menus>a.disabled i{color:var(--color-disabled)}#pf2e-hud-persistent-main .group.stretch .top .shortcut-menus .shortcuts-navigation{margin-left:.3em}#pf2e-hud-persistent-main .group.stretch .bottom{grid-row:2/3;display:flex;gap:var(--pf2e-hud-panel-gap)}#pf2e-hud-persistent-shortcuts{flex:1;display:grid;gap:var(--pf2e-hud-panel-gap);justify-content:start;grid-auto-rows:1fr;grid-auto-flow:column;grid-auto-columns:5.332em}#pf2e-hud-persistent-shortcuts .shortcut-group{--split-gap: 3px}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut{--offset: calc(var(--split-gap) * -1);--name-offset: 0.35em;--subtitle-offset: calc(var(--name-offset) + 2.1em);position:relative;height:100%}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut>*{position:absolute}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut>:not(.variants,[data-action],.controls){pointer-events:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut img{border:0;background:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut>img{height:100%;inset:0;border-radius:4px}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .category img{filter:brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(129%) hue-rotate(21deg) brightness(110%) contrast(88%)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .range{top:var(--offset);left:var(--offset);font-size:.9em;max-width:100%;flex-wrap:wrap-reverse}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .range .category{height:1.15em;display:flex;align-items:center}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .range .category i{font-size:.9em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .range .category img{height:100%;aspect-ratio:1.1}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .check{inset:0}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .check i{position:absolute;font-size:1.7em;left:50%;top:calc(50% + .02em);transform:translate(-50%, -50%)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .check i:last-child{opacity:.7;color:#000}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .name,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .subtitle{white-space:nowrap;left:50%;transform:translateX(-50%);padding:.4em .5em;background:var(--shortcut-title-background);border-color:var(--shortcut-title-border-color)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .name{bottom:calc(100% + var(--name-offset))}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .subtitle{bottom:calc(100% + var(--subtitle-offset))}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .boxed{background:rgba(0,0,0,.6392156863);padding:0 .2em;border-radius:4px;display:flex}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .broken,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .equip{inset:0}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .broken i,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .equip i{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .broken i:first-child,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .equip i:first-child{font-size:1.1em;text-shadow:0 0 6px #fff}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .broken i:nth-child(2),#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .equip i:nth-child(2){color:#000}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .versatile{bottom:var(--offset);left:var(--offset);padding-block:.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .broken{font-size:1.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .equip{font-size:1.5em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .quantity{bottom:var(--offset);right:var(--offset)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .quantity span{font-size:.9em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .prepared{bottom:var(--offset);right:var(--offset)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .prepared span{width:1ch;display:flex;justify-content:center}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .cost{top:var(--offset);left:var(--offset);white-space:nowrap;overflow:hidden}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .cost>span{font-size:.8em;margin-top:-0.1em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .effect{bottom:var(--offset);left:var(--offset);padding:.1em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .effect i{font-size:.7em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .category-icon{bottom:var(--offset);left:var(--offset)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .category-icon i{text-shadow:0 0 0px #fff;color:#000;font-size:.9em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .rank{top:var(--offset);right:var(--offset)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .rank span{font-size:.7em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .generic{top:-0.35em;left:-0.35em;color:#000;text-shadow:0 0 3px #fff}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .generic i{font-size:.9em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .background{inset:0;background:rgba(0,0,0,.568627451)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .controls{top:.2em;left:0;display:flex}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .controls .type-toggle{margin-top:.05em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .controls .extras~.type-toggle{margin-left:-0.1em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .controls .type-toggle:first-child{margin-left:.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .controls .type-toggle:first-child+.type-toggle{margin-left:.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants{inset:0;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:all;overflow:hidden}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants>.category{flex:1;position:relative}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants>.category img,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants>.category i{position:absolute;position:absolute;right:.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants>.category img{top:.1em;height:1.3em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants>.category i{top:.25em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant{cursor:pointer;text-align:center;border-width:1px 0 0;border-style:solid;text-transform:uppercase;font-size:.85em;background:var(--variant-background);border-color:var(--variant-border-color);padding-block:.05em;padding-inline:.2em}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant .action-glyph{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant:not(.wrap){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant.attack{background:var(--attack-background);border-color:var(--attack-border-color)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant.damage{background:var(--damage-background);border-color:var(--damage-border-color)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant:nth-child(4),#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant:last-child{border-radius:0 0 4px 4px}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant:hover{filter:brightness(1.5)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant[data-disabled]{pointer-events:none;cursor:default;color:var(--color-disabled);filter:grayscale(1)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants .variant:has(select){display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut .variants.versatiles{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.has-variants .variants>.category i,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.has-variants .variants>.category img{cursor:pointer}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.has-variants .variants>.category i:hover{text-shadow:0 0 8px var(--color-shadow-primary)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.has-variants .variants>.category img:hover{filter:invert(89%) sepia(30%) saturate(3986%) hue-rotate(300deg) brightness(104%) contrast(106%)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(:hover) .name,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(:hover) .subtitle{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(:hover).attack>:not(img,.quantity,.range,.versatile){display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:hover.attack .quantity{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:hover .range,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:hover .versatile{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.empty{border-style:dashed;background:rgba(0,0,0,.37)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(.empty,.disabled,.attack){cursor:pointer}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(.empty,.disabled,.attack,.faded-out):hover img{filter:brightness(1.5)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.faded-out>img{filter:grayscale(1)}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(.show-damage) .variant.damage,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(.show-damage) .type-toggle.attack{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.show-damage .variant.attack,#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.show-damage .type-toggle.damage{display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut:not(.use-variant) .variants:not(.versatiles)~.variants:not(.versatiles){display:none}#pf2e-hud-persistent-shortcuts .shortcut-group .shortcut.use-variant .variants:not(.versatiles):has(~.variants:not(.versatiles)){display:none}#pf2e-hud-persistent-shortcuts .shortcut-group.split{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:var(--split-gap);grid-auto-flow:column}#pf2e-hud-persistent-shortcuts .shortcut-group.split .shortcut:nth-child(2) .name,#pf2e-hud-persistent-shortcuts .shortcut-group.split .shortcut:nth-child(4) .name{bottom:calc(200% + var(--name-offset) + var(--split-gap)*2)}#pf2e-hud-persistent-shortcuts .shortcut-group.split .shortcut:nth-child(2) .subtitle,#pf2e-hud-persistent-shortcuts .shortcut-group.split .shortcut:nth-child(4) .subtitle{bottom:calc(200% + var(--subtitle-offset) + var(--split-gap)*2)}#pf2e-hud-persistent-effects{--icon-size: 2.2em;--border-color: #141414;position:absolute;left:0;bottom:100%;display:flex;pointer-events:auto;justify-content:unset;align-items:end;max-width:calc(var(--pf2e-hud-hotbar-width) + 3px);margin-bottom:var(--pf2e-hud-panel-gap);gap:.2em;flex-wrap:wrap-reverse}#pf2e-hud-persistent-effects hr{border-left:1px solid var(--border-color);margin-inline:.1em;height:var(--icon-size)}#pf2e-hud-persistent-effects .effect-item{display:flex;justify-content:end;width:var(--icon-size);flex-direction:column}#pf2e-hud-persistent-effects .effect-item>.icon{--offset: -0.1em;position:relative;background-repeat:no-repeat;background-size:contain;position:relative;width:var(--icon-size);aspect-ratio:1/1;border-radius:4px;box-shadow:inset 0 0 0px 1px var(--border-color)}#pf2e-hud-persistent-effects .effect-item>.icon>*{position:absolute}#pf2e-hud-persistent-effects .effect-item>.icon .expired{inset:0;display:flex;color:#000;align-items:center;justify-content:center;font-size:1.4em;text-shadow:0 0 2px #fff}#pf2e-hud-persistent-effects .effect-item>.icon .value-wrapper{color:var(--color);background:rgba(0,0,0,.6392156863);padding-inline:.2em;border-radius:4px;left:var(--offset);bottom:var(--offset);font-size:.9em}#pf2e-hud-persistent-effects .effect-item>.icon.expired{filter:grayscale(1)}#pf2e-hud-persistent-effects .effect-item .effect-info{background-color:rgba(0,0,0,.75);color:var(--color-text-light-2);display:none;gap:3px;margin-bottom:.5em;padding:.25em .5rem;width:-moz-max-content;width:max-content;max-width:350px;z-index:1;transform:translateX(-50%);margin-left:50%}#pf2e-hud-persistent-effects .effect-item .effect-info h1{margin:0;padding:0;border:none;display:flex;font-size:var(--font-size-14);padding-top:.25em;text-align:right}#pf2e-hud-persistent-effects .effect-item .effect-info h1 [data-action=send-to-chat] i{font-size:var(--font-size-13);margin-left:2px}#pf2e-hud-persistent-effects .effect-item .effect-info .instructions,#pf2e-hud-persistent-effects .effect-item .effect-info .description{font-size:var(--font-size-12)}#pf2e-hud-persistent-effects .effect-item .effect-info .instructions{display:flex;flex-direction:column;gap:2px;text-align:right}#pf2e-hud-persistent-effects .effect-item .effect-info .description{background:rgba(0,0,0,.7);max-height:16em;overflow-y:auto;padding:0 .5em;text-align:left}#pf2e-hud-persistent-effects .effect-item .effect-info .description a,#pf2e-hud-persistent-effects .effect-item .effect-info .description span[data-pf2-effect-area]{color:var(--color-text-dark-primary)}#pf2e-hud-persistent-effects .effect-item:hover .effect-info{display:flex;align-items:end;flex-direction:column}#pf2e-hud-persistent-effects .effect-item[data-badge-type=formula] .icon{cursor:pointer}#pf2e-hud-persistent-effects .effect-item[data-badge-type=formula] .icon:hover .value-wrapper{display:none}#pf2e-hud-persistent-effects .effect-item[data-badge-type=formula] .icon:hover::before{content:"";background:rgba(0,0,0,.5);font-family:"Font Awesome 5 Free";font-weight:900;font-size:var(--font-size-26);color:var(--text-light);position:absolute;inset:0;font-size:1.4em;display:flex;align-items:center;justify-content:center;padding-bottom:.1em}#ui-bottom>div:not(:has(#hotbar)){justify-content:flex-end}.application.dialog .pf2e-hud-persistent-automation fieldset{gap:.3em;display:grid;grid-template-columns:1fr auto;border:0;padding:.5em 0}.application.dialog .pf2e-hud-persistent-automation fieldset input{pointer-events:none}.application.dialog .pf2e-hud-persistent-automation fieldset .reset i{margin:0}.application.dialog .pf2e-hud-persistent-automation fieldset .hint{grid-column:1/-1}.application.pf2e-hud-popup{--header-height: 2em;--link-background: #161616;--color-text-dark-improved: #11d393;position:absolute;background:var(--outer-background);border-radius:var(--outer-border-radius);box-shadow:var(--outer-box-shadow)}.application.pf2e-hud-popup .window-header{font-size:revert}.application.pf2e-hud-popup .window-content{padding:0;color:var(--color);overflow-y:auto;font-size:var(--font-size);max-width:40em}.application.pf2e-hud-popup .window-content hr{margin:revert;height:1px}.application.pf2e-hud-popup .item-summary{padding:0 .5em .5em}.application.pf2e-hud-popup .item-summary .level{display:none}.application.pf2e-hud-popup .item-summary .tags{padding:0}.application.pf2e-hud-popup .item-summary .tags>.tag.light{--tag-color: var(--color-text-dark-2);background:rgba(255,255,255,.8196078431);font-variant:unset;height:auto}.application.pf2e-hud-popup .item-summary .tags .tag{font-size:.72em}.application.pf2e-hud-popup .item-summary .button-group{align-items:start;display:flex;gap:var(--space-6);justify-content:center;flex-direction:column}.application.pf2e-hud-popup .item-summary .button-group button{color:var(--color)}.application.pf2e-hud-popup .item-summary [data-visibility=gm]{border-radius:0;background:none;outline:1px dotted rgba(255,255,255,.4392156863);line-height:1.1}.application.pf2e-hud-popup .item-summary a.content-link,.application.pf2e-hud-popup .item-summary a.inline-roll,.application.pf2e-hud-popup .item-summary a.inline-check,.application.pf2e-hud-popup .item-summary span[data-pf2-effect-area]{--inline-padding: 0.2em;padding:0 var(--inline-padding);background:var(--link-background)}.application.pf2e-hud-popup .item-summary a.content-link i,.application.pf2e-hud-popup .item-summary a.inline-roll i,.application.pf2e-hud-popup .item-summary a.inline-check i,.application.pf2e-hud-popup .item-summary span[data-pf2-effect-area] i{background:unset;width:unset;color:unset}.application.pf2e-hud-popup .item-summary a.content-link i[data-pf2-repost],.application.pf2e-hud-popup .item-summary a.inline-roll i[data-pf2-repost],.application.pf2e-hud-popup .item-summary a.inline-check i[data-pf2-repost],.application.pf2e-hud-popup .item-summary span[data-pf2-effect-area] i[data-pf2-repost]{margin-right:calc(var(--inline-padding)*-1);font-size:.85em}.application.pf2e-hud-popup .item-summary a.inline-check,.application.pf2e-hud-popup .item-summary span[data-pf2-effect-area]{color:var(--color)}.application.pf2e-hud-popup .item-summary span[data-pf2-effect-area]::before{color:unset}.application.pf2e-hud-popup .item-summary p:last-of-type:empty{min-height:0}.application.pf2e-hud-popup .text-content{padding-inline:.5em}#pf2e-hud-resources{--stats-background: #00000045;--filler-background: #00000059;background:none;border:0;min-width:0;box-shadow:none;border-radius:unset;font-size:var(--font-size)}#pf2e-hud-resources .window-header{pointer-events:none;background:none;border:0;padding:0;flex:0;font-size:inherit}#pf2e-hud-resources .window-header>*{pointer-events:all;box-shadow:none}#pf2e-hud-resources .window-header .drag-hand{font-size:1.8em;padding:0 .1em}#pf2e-hud-resources .window-header .header-control{cursor:pointer;margin-inline:.1em;font-size:1.1em;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:0}#pf2e-hud-resources .window-header .header-control:hover{color:var(--color-highlight);box-shadow:0 0 5px var(--color-shadow-primary)}#pf2e-hud-resources .window-content{padding:0;-webkit-backdrop-filter:none;backdrop-filter:none;gap:.3em;padding-top:.3em}#pf2e-hud-resources .window-content .resource{--ratio: 1;position:relative;display:flex;flex-direction:column;width:14em;gap:.1em}#pf2e-hud-resources .window-content .resource .name{background:linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);padding:0 .2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pf2e-hud-resources .window-content .resource .name i{font-size:.86em;margin-inline:-0.1em}#pf2e-hud-resources .window-content .resource .name i:not(.visible){color:var(--color-disabled)}#pf2e-hud-resources .window-content .resource .stats{position:relative;height:1em;background:var(--stats-background);border-radius:4px}#pf2e-hud-resources .window-content .resource .stats>*{position:absolute;top:0;height:100%;display:flex;align-items:center}#pf2e-hud-resources .window-content .resource .stats .filler{left:0;width:calc(var(--ratio)*100%);background:var(--filler-background);border-radius:4px}#pf2e-hud-resources .window-content .resource .stats .min{left:.2em}#pf2e-hud-resources .window-content .resource .stats .max{right:.2em}#pf2e-hud-resources .window-content .resource .stats .value{left:50%;transform:translateX(-50%)}#pf2e-hud-resources .window-content .resource .decrease,#pf2e-hud-resources .window-content .resource .increase{position:absolute;height:100%;width:50%;top:0;display:flex;align-items:flex-end}#pf2e-hud-resources .window-content .resource .decrease{left:0;justify-content:flex-start}#pf2e-hud-resources .window-content .resource .increase{right:0;justify-content:flex-end}#pf2e-hud-resources .window-content .resource:not(:hover) .increase,#pf2e-hud-resources .window-content .resource:not(:hover) .decrease{display:none}#pf2e-hud-resources .window-content .resource:hover .stats .min,#pf2e-hud-resources .window-content .resource:hover .stats .max{display:none}.application.dialog .pf2e-hud-resource-menu .dialog-content{gap:.6em}.application.dialog .pf2e-hud-resource-menu .dialog-content label{white-space:nowrap}.application.dialog .pf2e-hud-resource-menu .dialog-content input[type=number]{flex:0 0 7ch;text-align:center;padding:0}.application.dialog .pf2e-hud-resource-menu .dialog-content .delete{display:flex;align-items:center;justify-content:flex-end}#tooltip[role=tooltip].pf2e-hud-resources-tooltip{text-align:left;font-size:.94em}#pf2e-hud-sidebar{--outer-padding: 2.2vh;--max-column-width: 17em;--image-border-color: rgb(118 118 118);--inner-padding: 0.3em;--header-border: 1px solid #ffffff1f;--header-background: rgba(0, 0, 0, 0.239);--name-background: rgba(255, 255, 255, 0.09);--temporary-color: 255, 143, 0;--toggle-margin-left: 0.5em;--chat-icon-size: 1.6em;--arrow-color: rgb(47 47 47);--item-gap: 0.2em;--item-spacing: 0.3em;--variant-background: #ffffff09;--variant-background-selected: #e7e2e2;--variant-background-reversed: #ffffffad;--variant-border: 1px solid #ffffff24;--variant-color: var(--color);--variant-color-selected: #424242;--variant-box-shadow-selected: inset 0 0 3px 1px black;--variant-gap: 0.1em;--action-img-background: #ffffff7a;--action-highlight: rgb(255 255 255 / 7%);position:absolute;padding:var(--outer-padding);max-height:100vh;max-width:100vw;z-index:calc(var(--z-index-app) + 30);font-size:var(--font-size);pointer-events:none}#pf2e-hud-sidebar select{height:1.4em}#pf2e-hud-sidebar a.disabled{color:var(--color-disabled)}#pf2e-hud-sidebar .inner,#pf2e-hud-sidebar .sidebars{pointer-events:all;background:var(--outer-background);box-shadow:var(--outer-box-shadow);border-radius:var(--outer-border-radius)}#pf2e-hud-sidebar .inner{min-width:12em;min-height:4em;max-width:calc(100vw - var(--outer-padding)*2);max-height:calc(min(100vh,var(--max-height)) - var(--outer-padding)*2);display:flex;flex-direction:column;position:relative;border:var(--outer-border)}#pf2e-hud-sidebar .inner:has(.filtered) [data-filter-value]:not(.filtered){filter:grayscale(1) opacity(0.2)}#pf2e-hud-sidebar .inner.persistent{--arrow-width: calc(var(--outer-padding) * 0.9)}#pf2e-hud-sidebar .inner.persistent.actions{--icon-offset: -2}#pf2e-hud-sidebar .inner.persistent.items{--icon-offset: -1}#pf2e-hud-sidebar .inner.persistent.spells{--icon-offset: 0}#pf2e-hud-sidebar .inner.persistent.skills{--icon-offset: 1}#pf2e-hud-sidebar .inner.persistent.extras{--icon-offset: 2}#pf2e-hud-sidebar .sidebars{z-index:-1;position:absolute;display:grid;justify-items:center;gap:.6em .4em;border-top-right-radius:0}#pf2e-hud-sidebar .sidebars.bottom{left:50%;top:100%;transform:translateX(-50%);grid-auto-flow:column;height:calc(var(--outer-padding) + .1vh);padding-inline:.4em;border-top-left-radius:0}#pf2e-hud-sidebar .sidebars:not(.bottom){right:100%;top:50%;transform:translateY(-50%);width:calc(var(--outer-padding) + .1vh);padding-block:.5em;border-bottom-right-radius:0}#pf2e-hud-sidebar .item-list{--color-active: #616bed;white-space:nowrap;-moz-column-gap:.5em;column-gap:.5em;-moz-columns:var(--nb-columns);columns:var(--nb-columns);overflow:auto;padding:4px var(--inner-padding)}#pf2e-hud-sidebar .item-list>*{-moz-column-break-inside:avoid;break-inside:avoid}#pf2e-hud-sidebar .option-toggle{display:flex;flex-wrap:wrap;width:100%}#pf2e-hud-sidebar .option-toggle label{display:flex;align-items:center;gap:.3em}#pf2e-hud-sidebar .option-toggle label input[type=checkbox]{height:1.1em;margin:0;padding:0}#pf2e-hud-sidebar .option-toggle label .name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#pf2e-hud-sidebar .option-toggle label .name.unchecked-disabled{color:var(--color-disabled)}#pf2e-hud-sidebar .option-toggle select{margin-left:var(--toggle-margin-left);max-width:calc(100% - var(--toggle-margin-left))}#pf2e-hud-sidebar header{position:relative;background:var(--header-background);border:var(--header-border);border-left:0;border-right:0;padding-block:.2em}#pf2e-hud-sidebar header .name{text-align:center}#pf2e-hud-sidebar header .controls{position:absolute;inset:0 .2em 0 auto;display:flex;align-items:center;gap:.3em}#pf2e-hud-sidebar header:not(:first-child){margin-top:.6em}#pf2e-hud-sidebar .drag-img{display:none}#pf2e-hud-sidebar .item{display:flex;max-width:var(--max-column-width)}#pf2e-hud-sidebar .item:not(:first-child){margin-top:var(--item-spacing)}#pf2e-hud-sidebar .item:has(.image){height:2.5em;gap:var(--item-gap)}#pf2e-hud-sidebar .item.action,#pf2e-hud-sidebar .item.option-toggle{--name-background: transparent}#pf2e-hud-sidebar .item.action{--image-border-color: transparent;--chat-icon-size: 1em;height:1.5em;align-items:center}#pf2e-hud-sidebar .item.action .image img{background:var(--action-img-background)}#pf2e-hud-sidebar .item.action .name{flex:1}#pf2e-hud-sidebar .item.action .controls{display:flex;align-items:center;gap:.2em}#pf2e-hud-sidebar .item.action:hover{background:var(--action-highlight)}#pf2e-hud-sidebar .item.statistic{flex-direction:column;height:unset}#pf2e-hud-sidebar .item.statistic .skill{flex:0 0 1.5em;display:flex;align-items:center;justify-content:space-between}#pf2e-hud-sidebar .item.statistic .skill .name{background:none}#pf2e-hud-sidebar .item.statistic .skill .name .action-glyph{font-size:.9em}#pf2e-hud-sidebar .item.statistic .skill .controls [data-action=roll-statistic-action]{font-size:.9em}#pf2e-hud-sidebar .item.statistic .skill .controls [data-action=send-action-to-chat]{font-size:.85em;margin-bottom:-1px}#pf2e-hud-sidebar .item.statistic:hover .skill{background:var(--action-highlight)}#pf2e-hud-sidebar .item.statistic:not(:hover) .controls{visibility:hidden}#pf2e-hud-sidebar .item.statistic:not(.proficient) .name{color:var(--color-disabled)}#pf2e-hud-sidebar .item .image{position:relative;height:100%;aspect-ratio:1/1;border:1px solid var(--image-border-color);border-radius:4px;cursor:pointer}#pf2e-hud-sidebar .item .image img{height:100%;aspect-ratio:1/1;border-radius:4px;border:none}#pf2e-hud-sidebar .item .image i{position:absolute}#pf2e-hud-sidebar .item .image i.chat{font-size:var(--chat-icon-size);display:flex;align-items:center;justify-content:center;inset:0;width:unset}#pf2e-hud-sidebar .item .image i.temporary{bottom:.1em;right:-0.1em;color:rgb(var(--temporary-color));text-shadow:.05em 0 #000,0 .05em #000,-0.05em 0 #000,0 -0.05em #000,-0.05em -0.05em #000,-0.05em .05em #000,.05em -0.05em #000,.05em .05em #000}#pf2e-hud-sidebar .item .image:not(:hover) i.chat{display:none}#pf2e-hud-sidebar .item .image:hover img,#pf2e-hud-sidebar .item .image:hover i.temporary{opacity:0}#pf2e-hud-sidebar .item .details{flex:1;display:flex;flex-direction:column;justify-content:space-between}#pf2e-hud-sidebar .item .details .extras{display:flex;justify-content:space-between;gap:1em;color:var(--color-text-light-4);font-size:.9em}#pf2e-hud-sidebar .item .name{background-color:var(--name-background);padding-inline:.2em}#pf2e-hud-sidebar .variants{display:flex;align-items:center;flex-wrap:wrap;gap:var(--variant-gap);color:var(--variant-color)}#pf2e-hud-sidebar .variants .variant{font-size:.78em;height:calc(var(--font-size)*1.2);border-radius:2px;border:var(--variant-border);background:var(--variant-background);padding-inline:.1em;text-transform:uppercase;display:flex;align-items:center;gap:.2em}#pf2e-hud-sidebar .variants .variant:not(:empty){margin-top:var(--item-gap)}#pf2e-hud-sidebar .variants .variant[data-action]{cursor:pointer}#pf2e-hud-sidebar .variants .variant[data-action]:hover{color:var(--color-highlight)}#pf2e-hud-sidebar .variants .variant[data-disabled]{pointer-events:none;cursor:default;color:var(--color-disabled);filter:grayscale(1)}#pf2e-hud-sidebar *:has(>.name){overflow:hidden}#pf2e-hud-sidebar *:has(>.name) .name{overflow:hidden;text-overflow:ellipsis}#pf2e-hud-sidebar .inner.actions{--max-column-width: 19em;--attack-background: #171f693d;--attack-border-color: #353d83;--damage-background: #5e000052;--damage-border-color: #5d3232;--category-width: 1.2em}#pf2e-hud-sidebar .inner.actions header.hero-actions .controls a{font-size:.9em}#pf2e-hud-sidebar .inner.actions header.blasts .controls>*{width:2ch;text-align:center}#pf2e-hud-sidebar .inner.actions header.blasts .controls a{background:var(--variant-background)}#pf2e-hud-sidebar .inner.actions header.blasts .controls span{cursor:default;background:var(--variant-background-selected);color:var(--variant-color-selected);box-shadow:var(--variant-box-shadow-selected);border:0}#pf2e-hud-sidebar .inner.actions header.blasts .controls span i{margin-bottom:-0.05em}#pf2e-hud-sidebar .inner.actions .item .category{display:flex;width:var(--category-width);justify-content:center}#pf2e-hud-sidebar .inner.actions .item .category img{filter:invert(0.8);border:none;height:1.35em;margin-bottom:-0.2em}#pf2e-hud-sidebar .inner.actions .item .category i{font-size:.95em}#pf2e-hud-sidebar .inner.actions .item .hands-occupied{font-style:italic;font-size:.9em;padding-left:.3em;color:var(--color-disabled)}#pf2e-hud-sidebar .inner.actions .item .variants.controls,#pf2e-hud-sidebar .inner.actions .item .variants.versatiles{margin-left:calc(var(--category-width) + var(--variant-gap))}#pf2e-hud-sidebar .inner.actions .item .variant select{color:inherit;border:0;height:100%;background:none}#pf2e-hud-sidebar .inner.actions .item .variant select:focus{outline:none;box-shadow:none}#pf2e-hud-sidebar .inner.actions .item .variant .magazine{font-family:var(--sans-serif);font-weight:600;display:flex;line-height:1.4;gap:var(--variant-gap)}#pf2e-hud-sidebar .inner.actions .item .variant .magazine .icon{display:inline-block;width:1.6em;height:100%;background-image:url("../../../systems/pf2e/assets/icons/heavy-bullets.svg");background-size:80%;filter:invert(0.8);background-repeat:no-repeat;background-position-x:center;font-size:.8em;margin-left:-0.4em}#pf2e-hud-sidebar .inner.actions .item .variant.attack{background:var(--attack-background);border-color:var(--attack-border-color)}#pf2e-hud-sidebar .inner.actions .item .variant.attack:nth-child(4){flex:1}#pf2e-hud-sidebar .inner.actions .item .variant.damage{background:var(--damage-background);border-color:var(--damage-border-color)}#pf2e-hud-sidebar .inner.actions .item .variant.ammo{display:flex}#pf2e-hud-sidebar .inner.actions .item .variant.extra{background:var(--variant-background-reversed);color:var(--color-reversed);box-shadow:inset 0 0 2px 0px #5f5d5d;padding-inline-start:.2em}#pf2e-hud-sidebar .inner.actions .item .variant.info{cursor:help}#pf2e-hud-sidebar .inner.actions .item .versatiles{display:flex;gap:var(--variant-gap)}#pf2e-hud-sidebar .inner.actions .item .versatiles .variant{display:flex;align-items:center;justify-content:center}#pf2e-hud-sidebar .inner.actions .item .versatiles .variant.selected{cursor:default;background:var(--variant-background-selected);color:var(--variant-color-selected);box-shadow:var(--variant-box-shadow-selected);border:0}#pf2e-hud-sidebar .inner.actions .item .versatiles .variant.selected i{margin-bottom:-0.05em}#pf2e-hud-sidebar .inner.actions .item .controls a.active{color:var(--color-active)}#pf2e-hud-sidebar .inner.actions .item .controls [data-action=toggle-stance]{font-size:1.1em}#pf2e-hud-sidebar .inner.actions .item .controls [data-action=toggle-stance].disabled{cursor:default;pointer-events:all}#pf2e-hud-sidebar .inner.actions .item .controls>a:not([data-action=toggle-stance]){margin-bottom:-0.1em;font-size:.9em}#pf2e-hud-sidebar .inner.actions .item.attack{flex-direction:column}#pf2e-hud-sidebar .inner.actions .item.hidden{display:none}#pf2e-hud-sidebar .inner.extras{--hr-spacing: 0.5em 0}#pf2e-hud-sidebar .inner.extras .row{min-height:1.8em;display:flex;align-items:center;justify-content:space-between}#pf2e-hud-sidebar .inner.extras .row.dailies>span{color:var(--color-disabled)}#pf2e-hud-sidebar .inner.extras .initiative{display:flex;align-items:center;justify-content:space-between;gap:1em}#pf2e-hud-sidebar .inner.extras .no-macro{padding-block:.3em;text-align:center;color:var(--color-darker);border:1px dashed var(--color-text-dark-6)}#pf2e-hud-sidebar .inner.extras .item .image{cursor:default}#pf2e-hud-sidebar .inner.extras .item .image:hover img{opacity:1}#pf2e-hud-sidebar .inner.extras .item .details .extras{justify-content:flex-end}#pf2e-hud-sidebar-filter{position:absolute;z-index:999999;left:50%;top:50%;transform:translate(-50%, -50%);background:var(--outer-background);box-shadow:var(--outer-box-shadow);border:var(--outer-border);border-radius:4px;padding:.5em;font-size:1.6em}#pf2e-hud-sidebar-filter input{height:unset;margin-top:.1em}#pf2e-hud-sidebar-filter input:focus{box-shadow:none}#pf2e-hud-sidebar .inner.items{--spacer-width: 0.4em;--spacer-color: var(--image-border-color)}#pf2e-hud-sidebar .inner.items .inventory-wealth,#pf2e-hud-sidebar .inner.items .inventory-bulk{max-width:var(--max-column-width);display:flex;align-items:center}#pf2e-hud-sidebar .inner.items .inventory-wealth{justify-content:space-between;margin-right:.2em}#pf2e-hud-sidebar .inner.items .inventory-wealth>*{display:flex;align-items:center;gap:.2em}#pf2e-hud-sidebar .inner.items .inventory-wealth:not(:first-child){margin-top:var(--item-spacing)}#pf2e-hud-sidebar .inner.items .inventory-bulk{margin-top:.5em}#pf2e-hud-sidebar .inner.items .inventory-bulk .encumbrance{flex:1;position:relative;display:flex;padding-inline:.3em;justify-content:space-between;background:var(--input-background)}#pf2e-hud-sidebar .inner.items .inventory-bulk .encumbrance .encumbrance-bar{position:absolute;height:100%;background:var(--color-pf-secondary);top:0;left:0}#pf2e-hud-sidebar .inner.items .inventory-bulk .encumbrance .left,#pf2e-hud-sidebar .inner.items .inventory-bulk .encumbrance .right{z-index:1;font-size:.86em;white-space:nowrap}#pf2e-hud-sidebar .inner.items .inventory-bulk.encumbered .encumbrance-bar{background:var(--color-pf-tertiary-darkest)}#pf2e-hud-sidebar .inner.items .inventory-bulk.encumbered.over-limit .encumbrance-bar{background:var(--color-pf-primary)}#pf2e-hud-sidebar .inner.items .item .sub-spacer{position:relative;width:var(--spacer-width)}#pf2e-hud-sidebar .inner.items .item .sub-spacer::before,#pf2e-hud-sidebar .inner.items .item .sub-spacer::after{border-left:1px solid var(--spacer-color);content:"";height:calc(50% + var(--item-spacing));position:absolute;width:calc(var(--spacer-width) + var(--item-gap))}#pf2e-hud-sidebar .inner.items .item .sub-spacer:not(.straight)::before{border-bottom:1px solid var(--spacer-color)}#pf2e-hud-sidebar .inner.items .item .sub-spacer::before{top:calc(-1*var(--item-spacing) - .15em)}#pf2e-hud-sidebar .inner.items .item .sub-spacer::after{top:calc(50% - var(--item-spacing))}#pf2e-hud-sidebar .inner.items .item .details .name [data-action=toggle-container]{font-size:.9em}#pf2e-hud-sidebar .inner.items .item .details .extras{display:flex;gap:1.5em}#pf2e-hud-sidebar .inner.items .item .details .extras>*{display:flex;align-items:center}#pf2e-hud-sidebar .inner.items .item .details .extras .stats{gap:.3em}#pf2e-hud-sidebar .inner.items .item .details .extras .stats .bulk{font-size:.95em;margin-top:-0.05em}#pf2e-hud-sidebar .inner.items .item .details .extras .stats .temporary{font-size:.86em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls{gap:.1em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls span.use{color:var(--color-disabled)}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a{height:1em;margin-top:-0.3em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.active{color:var(--color-active)}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.toggle-invested{font-size:1.1em;margin-bottom:-0.1em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.item-carry-type{text-align:right}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.worn.held{font-size:1.1em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.worn .fa-stack{margin-top:-0.7em;margin-left:-0.5em;margin-right:-0.1em;padding-top:.4em;height:2em;overflow:hidden}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.worn .fa-1,#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.worn .fa-2{position:relative;left:.25em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.detach{font-size:.8em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.detach .fa-stack{margin-right:.2em}#pf2e-hud-sidebar .inner.items .item .details .extras .item-controls>a.delete{font-size:.925em}#pf2e-hud-sidebar .inner.items .item:not(:is([data-parent-id],[data-item-type])):has(+:is([data-parent-id],[data-item-type])) .image{border-bottom-left-radius:0}#pf2e-hud-sidebar .inner.items .item:is([data-parent-id],[data-item-type]):not(:has(+:is([data-parent-id],[data-item-type]))) .sub-spacer::after{display:none}#pf2e-hud-sidebar .inner.skills{--max-column-width: 15em}#pf2e-hud-sidebar .inner.skills .variants{max-width:var(--max-column-width)}#pf2e-hud-sidebar .inner.skills header,#pf2e-hud-sidebar .inner.skills .lore{display:flex;align-items:center;padding-inline:.2em;justify-content:space-between}#pf2e-hud-sidebar .inner.skills header a span,#pf2e-hud-sidebar .inner.skills .lore a span{color:var(--color-accent);margin-right:.1em;display:inline-block}#pf2e-hud-sidebar .inner.skills header .rank,#pf2e-hud-sidebar .inner.skills .lore .rank{font-size:.9em}#pf2e-hud-sidebar .inner.skills .lore .name{background:none}.application.dialog .pf2e-hud-skills input[type=number]{flex:0 0 2em;text-align:center;padding:0}.application.dialog .pf2e-hud-skills .form-footer .drag-img{height:calc(1.25*var(--input-height));border-color:var(--color-light-5);border-radius:4px;cursor:pointer}#pf2e-hud-sidebar .inner.spells{--virtual-color: #31ff0012}#pf2e-hud-sidebar .inner.spells .item .details .name i.signature{font-size:.9em;width:unset}#pf2e-hud-sidebar .inner.spells .item .details .extras a:has(i){line-height:1;margin-top:2px}#pf2e-hud-sidebar .inner.spells .item .details .extras .category{display:flex;padding-left:.2em;gap:.2em}#pf2e-hud-sidebar .inner.spells .item .details .extras .category .action-glyph{font-size:.8em;margin-top:1px}#pf2e-hud-sidebar .inner.spells .item .details .extras .actions{display:flex;align-items:center}#pf2e-hud-sidebar .inner.spells .item .details .extras .actions .numbers{--input-width: 2em;--input-equivalent-width: 1.8em;margin-right:-0.2em}#pf2e-hud-sidebar .inner.spells .item[data-slot-expended] .image{filter:grayscale(1)}#pf2e-hud-sidebar .inner.spells .item[data-slot-expended] .details .name{color:var(--color-disabled);text-decoration:line-through}#pf2e-hud-sidebar .inner.spells .item.virtual{background:var(--virtual-color)}#pf2e-hud-token,#pf2e-hud-token-main{--anchor-margin: 4px;font-size:var(--font-size)}#pf2e-hud-token{position:absolute;pointer-events:none;transform-origin:left top}#pf2e-hud-token-main{position:absolute;container:pf2e-hud-token-main/size}#pf2e-hud-token-main .panel.top .name,#pf2e-hud-token-main .panel.top hr{grid-column:1/span 3}#pf2e-hud-token-main .panel.top .name{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-inline:.3em;margin-bottom:-0.2em}#pf2e-hud-token-main .panel.top hr{margin-block:.1em}#pf2e-hud-token-main .panel.top .triple{grid-column:1/-1;display:grid;grid-template-columns:repeat(3, 1fr);margin-right:.3em;gap:var(--section-gap)}#pf2e-hud-token-main .panel.bottom{grid-template-columns:repeat(5, 1fr);-moz-column-gap:.4em;column-gap:.4em}#pf2e-hud-token-main .panel.bottom hr{grid-column:1/-1;margin-block:var(--hr-margin)}#pf2e-hud-token-main.sidebar-opened{visibility:hidden}#pf2e-hud-token-main.exploded{--outer-padding-right: 0.3rem}#pf2e-hud-token-main.exploded .panel{position:absolute;background:var(--outer-background);box-shadow:var(--outer-box-shadow);border-radius:var(--outer-border-radius);padding:.2rem var(--outer-padding-right) .2rem .3rem;border:var(--outer-border)}#pf2e-hud-token-main.exploded .panel.left,#pf2e-hud-token-main.exploded .panel.right{grid-template-rows:repeat(3, 1fr);grid-auto-flow:column}#pf2e-hud-token-main.exploded .panel.top{left:0;bottom:calc(100% + var(--anchor-margin));padding-right:calc(var(--outer-padding-right) - .2rem)}#pf2e-hud-token-main.exploded .panel.left{bottom:0;right:calc(100% + var(--anchor-margin))}#pf2e-hud-token-main.exploded .panel.right{top:0;left:calc(100% + var(--anchor-margin))}#pf2e-hud-token-main.exploded .panel.bottom{right:0;top:calc(100% + var(--anchor-margin));padding:.4em}@container pf2e-hud-token-main (min-height: 5em){#pf2e-hud-token-main.exploded .panel.right,#pf2e-hud-token-main.exploded .panel.left{bottom:auto;top:50%;transform:translateY(-50%)}#pf2e-hud-token-main.exploded .panel.bottom,#pf2e-hud-token-main.exploded .panel.top{right:auto;left:50%;transform:translateX(-50%)}}@container pf2e-hud-token-main (min-height: 9em){#pf2e-hud-token-main.exploded .panel.right,#pf2e-hud-token-main.exploded .panel.left{grid-template-rows:none;grid-auto-flow:row}}#pf2e-hud-token-main.exploded .panel.left+.panel.bottom,#pf2e-hud-token-main.exploded .panel.top+.panel.bottom{right:auto;left:50%;transform:translateX(-50%)}#pf2e-hud-token-main.exploded .panel.top:only-child,#pf2e-hud-token-main.exploded .panel.top:has(+.panel.right),#pf2e-hud-token-main.exploded .panel.top:has(+.panel.bottom){right:auto;left:50%;transform:translateX(-50%)}#pf2e-hud-token-main:not(.exploded){--panel-margin-block: 0.2em;--panel-spacer-gap: calc(var(--panel-margin-block) + var(--hr-margin))}#pf2e-hud-token-main:not(.exploded) .joined{position:absolute;top:50%;transform:translateY(-50%);background:var(--outer-background);box-shadow:var(--outer-box-shadow);border-radius:var(--outer-border-radius);border:var(--outer-border);display:flex;flex-direction:column;padding:.1rem .4rem .4rem}#pf2e-hud-token-main:not(.exploded) .joined.left{left:auto;right:calc(100% + var(--anchor-margin))}#pf2e-hud-token-main:not(.exploded) .joined:not(.left){right:auto;left:calc(100% + var(--anchor-margin))}#pf2e-hud-token-main:not(.exploded) .joined .panel.left,#pf2e-hud-token-main:not(.exploded) .joined .panel.right{grid-template-columns:repeat(3, 1fr)}#pf2e-hud-token-main:not(.exploded) .joined .panel.bottom [data-section]{justify-items:center}#pf2e-hud-token-main:not(.exploded) .joined .panel:not(:last-child){border-bottom:1px solid var(--hr-color);margin-bottom:var(--panel-spacer-gap);padding-bottom:var(--panel-spacer-gap)}#pf2e-hud-tooltip{--color-weak: #cc3311;--color-elite: #009988;--outer-padding: 4px;--inner-padding: 0.5em;--inner-gap: 0.6em;--span-width: 1.7em;--section-gap: 0.1em;--section-width: calc(var(--icon-width) + var(--span-width) + var(--section-gap));z-index:9999;position:absolute;font-size:var(--font-size);padding:var(--outer-padding);pointer-events:none}#pf2e-hud-tooltip .distance,#pf2e-hud-tooltip .status,#pf2e-hud-tooltip .inner{background:var(--outer-background);border-radius:var(--outer-border-radius);box-shadow:var(--outer-box-shadow);padding:.2em var(--inner-padding)}#pf2e-hud-tooltip .distance,#pf2e-hud-tooltip .status{display:flex;align-items:center;justify-content:center}#pf2e-hud-tooltip .distance{gap:6px;z-index:-1;width:-moz-fit-content;width:fit-content;margin:auto;padding-left:calc(var(--inner-padding) - .1em)}#pf2e-hud-tooltip .distance .fa-user{font-size:.92em}#pf2e-hud-tooltip .distance:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}#pf2e-hud-tooltip .status{color:hsl(var(--hue), 75%, 40%);font-weight:bold;letter-spacing:.5px;min-width:7em}#pf2e-hud-tooltip .inner{min-width:8em;max-width:calc(var(--inner-padding)*2 + var(--inner-gap)*2 + var(--section-width)*3 + var(--outer-border-width)*2);display:flex;flex-wrap:wrap;justify-content:center;gap:.3em var(--inner-gap);border:var(--outer-border);margin:auto}#pf2e-hud-tooltip .inner header,#pf2e-hud-tooltip .inner hr{flex:1 0 100%}#pf2e-hud-tooltip .inner header{flex:1 0 100%;text-align:center;font-size:.92em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-inline:.3em;margin-bottom:-0.2em}#pf2e-hud-tooltip .inner hr{margin:0;padding:0;border-bottom:0;border-color:rgba(255,255,255,.2901960784)}#pf2e-hud-tooltip .inner section{display:flex;align-items:center;-moz-column-gap:var(--section-gap);column-gap:var(--section-gap)}#pf2e-hud-tooltip .inner section i{width:var(--icon-width);text-align:center}#pf2e-hud-tooltip .inner section i+span{text-align:end}#pf2e-hud-tooltip .inner section span{width:var(--span-width);color:hsl(var(--hue), 75%, 40%)}#pf2e-hud-tooltip .inner section.hint{font-size:.9em;line-height:.8;text-wrap:wrap;text-align:justify}#pf2e-hud-tooltip .inner section.iwr{width:var(--section-width);justify-content:center;-moz-column-gap:.3em;column-gap:.3em}#pf2e-hud-tooltip .inner section.iwr i{width:unset;text-align:unset}#pf2e-hud-tooltip .inner section.iwr .disabled{color:var(--color-disabled)}#pf2e-hud-tooltip .inner section.level.weak span{color:var(--color-weak)}#pf2e-hud-tooltip .inner section.level.elite span{color:var(--color-elite)}#pf2e-hud-tooltip .inner+.status{width:-moz-fit-content;width:fit-content;margin:auto;margin-top:-2px;z-index:-1;position:relative}:root{--pf2e-hud-threat-trivial: aqua;--pf2e-hud-threat-low: lime;--pf2e-hud-threat-moderate: yellow;--pf2e-hud-threat-severe: orange;--pf2e-hud-threat-extreme: red}#pf2e-hud-tracker{--border-top: 1px solid rgba(255, 255, 255, 0.06);--border-bottom: 1px solid rgb(0 0 0 / 30%);position:absolute;right:0;bottom:var(--interface-margin);width:17em;max-height:51%;padding:0;text-shadow:1px 1px 4px var(--color-shadow-dark);display:flex;flex-direction:column;font-size:var(--font-size)}#pf2e-hud-tracker a.disabled{color:var(--color-disabled)}#pf2e-hud-tracker header,#pf2e-hud-tracker footer{position:relative;display:grid;align-items:center;justify-items:center;gap:.3em;padding:.3em}#pf2e-hud-tracker header{border-bottom:2px groove #000;grid-template-columns:repeat(2, auto) 1fr repeat(2, auto)}@supports(-moz-appearance: none){#pf2e-hud-tracker header{border-bottom:1px solid #000}}#pf2e-hud-tracker header .title{grid-column:3}#pf2e-hud-tracker .combatants{overflow:hidden auto;display:flex;flex-direction:column;margin:0;padding:0;list-style:none}#pf2e-hud-tracker .combatants .combatant,#pf2e-hud-tracker .combatants .fake{display:flex;align-items:center;gap:.2em;height:var(--combatant-height);padding-inline:var(--panel-padding-inline)}#pf2e-hud-tracker .combatants .fake{justify-content:center}#pf2e-hud-tracker .combatants .fake:first-of-type{border-bottom:var(--border-bottom)}#pf2e-hud-tracker .combatants .fake:last-of-type{border-top:var(--border-top)}#pf2e-hud-tracker .combatants .combatant{border-top:var(--border-top);border-bottom:var(--border-bottom)}#pf2e-hud-tracker .combatants .combatant .avatar{position:relative;height:calc(100% - .1em);aspect-ratio:1/1;display:flex;overflow:hidden}#pf2e-hud-tracker .combatants .combatant .avatar>*{position:absolute;display:flex}#pf2e-hud-tracker .combatants .combatant .avatar img{inset:0;border:none;pointer-events:none}#pf2e-hud-tracker .combatants .combatant .avatar img.token-img{z-index:0;transform:scale(var(--scaleX), var(--scaleY));-webkit-mask-image:var(--mask);mask-image:var(--mask)}#pf2e-hud-tracker .combatants .combatant .avatar img.defeated-img{z-index:1;filter:invert(19%) sepia(93%) saturate(6259%) hue-rotate(357deg) brightness(70%) contrast(130%) drop-shadow(0px 0px 2px black)}#pf2e-hud-tracker .combatants .combatant .avatar .alt{inset:0;z-index:2;font-size:1.8em;align-items:center}#pf2e-hud-tracker .combatants .combatant .avatar .targets{z-index:3;justify-content:center;gap:1px}#pf2e-hud-tracker .combatants .combatant .avatar .targets .target{height:.58em;aspect-ratio:1/1;border-radius:50%;border:1px solid var(--color-border-dark-2);background-color:var(--user-color)}#pf2e-hud-tracker .combatants .combatant .details{flex:1;display:grid;grid-template-rows:repeat(2, 1fr);align-items:center;z-index:1}#pf2e-hud-tracker .combatants .combatant .details .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pf2e-hud-tracker .combatants .combatant .details .name.gm-only{filter:invert(1);text-shadow:0 0 3px #000}#pf2e-hud-tracker .combatants .combatant .details .controls [data-control],#pf2e-hud-tracker .combatants .combatant .details .controls .combatant-control-alt{flex:0 0 20px;height:20px;float:left}#pf2e-hud-tracker .combatants .combatant .details .controls [data-control]:not(.active),#pf2e-hud-tracker .combatants .combatant .details .controls .combatant-control-alt:not(.active){color:var(--color-disabled)}#pf2e-hud-tracker .combatants .combatant .extras{width:3em;display:flex;flex-direction:column;align-items:flex-end;z-index:1}#pf2e-hud-tracker .combatants .combatant .extras .group{display:flex;gap:.5em}#pf2e-hud-tracker .combatants .combatant .extras .group .entry{display:flex;gap:.1em;align-items:center}#pf2e-hud-tracker .combatants .combatant .extras .group .entry span{text-align:end;color:hsl(var(--hue), 75%, 40%)}#pf2e-hud-tracker .combatants .combatant .extras .group .initiative a{display:flex;align-items:center;justify-content:center}#pf2e-hud-tracker .combatants .combatant .extras .roll{display:block;background-size:32px;width:100%;aspect-ratio:1/1;margin-right:-0.2em;background-position:center;background-repeat:no-repeat;background-image:url("../../../icons/svg/d20.svg")}#pf2e-hud-tracker .combatants .combatant .extras a.roll:hover{background-image:url("../../../icons/svg/d20-highlight.svg")}#pf2e-hud-tracker .combatants .combatant .extras span.roll{opacity:.2}#pf2e-hud-tracker .combatants .combatant.ghost{visibility:hidden}#pf2e-hud-tracker .combatants .combatant.not-visible{display:none}#pf2e-hud-tracker .combatants .combatant.hidden .avatar img,#pf2e-hud-tracker .combatants .combatant.hidden .details .name,#pf2e-hud-tracker .combatants .combatant.hidden .extras{opacity:.3}#pf2e-hud-tracker .combatants .combatant.defeated .details .name{color:#d91b12}#pf2e-hud-tracker .combatants .combatant.defeated .details .name.gm-only{color:#9afaff}#pf2e-hud-tracker .combatants .combatant.active{background:rgba(var(--disposition-color), 0.1);border-color:rgb(var(--disposition-color))}#pf2e-hud-tracker .combatants .combatant.hovered:not(:hover),#pf2e-hud-tracker .combatants .combatant.drag{background:rgba(var(--disposition-color), 0.2)}#pf2e-hud-tracker footer{color:var(--color-darker);border-top:2px groove #000;grid-template-columns:repeat(3, min-content) 1fr repeat(3, min-content)}@supports(-moz-appearance: none){#pf2e-hud-tracker footer{border-top:1px solid #000}}#pf2e-hud-tracker footer .title{position:absolute;inset:0;pointer-events:none;display:flex;align-items:center;justify-content:center;color:var(--color-alt)}#pf2e-hud-tracker footer .metrics,#pf2e-hud-tracker footer .linked{grid-column:-3}#pf2e-hud-tracker footer .metrics{font-size:.9em}#pf2e-hud-tracker footer .metrics .threat{text-shadow:1px 1px 4px var(--color-shadow-dark)}#pf2e-hud-tracker footer .metrics .threat.trivial{color:var(--pf2e-hud-threat-trivial)}#pf2e-hud-tracker footer .metrics .threat.low{color:var(--pf2e-hud-threat-low)}#pf2e-hud-tracker footer .metrics .threat.moderate{color:var(--pf2e-hud-threat-moderate)}#pf2e-hud-tracker footer .metrics .threat.severe{color:var(--pf2e-hud-threat-severe)}#pf2e-hud-tracker footer .metrics .threat.extreme{color:var(--pf2e-hud-threat-extreme)}#pf2e-hud-tracker footer .settings,#pf2e-hud-tracker footer .end-turn{grid-column:-2}#pf2e-hud-tracker footer .expand{grid-column:-1}#pf2e-hud-tracker:not(:has(header)){padding-top:2px}#pf2e-hud-tracker:not(:has(header)) .combatants{border-top:none}#pf2e-hud-tracker.collapsed .combatants{min-height:calc(var(--combatant-height)*2)}#pf2e-hud-tracker.collapsed .combatant:not(.active):not(.can-roll):not(.next){display:none}#pf2e-hud-tracker.collapsed:has(.combatant.can-roll) .fake{display:none}#pf2e-hud-tracker:not(.toggle-menu) .combatant .avatar .alt,#pf2e-hud-tracker:not(.toggle-menu) .combatant .details .controls.alt{display:none}#pf2e-hud-tracker:not(.toggle-menu) .linked{display:none}#pf2e-hud-tracker.toggle-menu .combatant .controls:not(.alt),#pf2e-hud-tracker.toggle-menu .combatant .extras{display:none}#pf2e-hud-tracker.toggle-menu .combatant .avatar img{opacity:.4}#pf2e-hud-tracker.toggle-menu .metrics{display:none}#interface.has-hud-tracker{--combatant-height: 3.2em}#interface.has-hud-tracker #sidebar{box-shadow:0 0 10px var(--color-shadow-dark)}#interface.has-hud-tracker #navigation{max-width:calc(100% - 144px)}#interface.has-hud-tracker #effects-panel{--cell-width: 52px;top:var(--pf2e-hud-panel-gap);right:calc(var(--pf2e-hud-panel-gap)*-1);max-height:calc(100% - var(--combatant-height)*2 - 4em)}#interface.has-hud-tracker #effects-panel .effects-list hr{width:calc(var(--cell-width) - 6px);margin-inline:auto}#interface.has-hud-tracker #effects-panel .effects-list .effect-item{direction:ltr;position:relative}#interface.has-hud-tracker #effects-panel .effects-list .effect-item .effect-info{background-color:#000;z-index:1;position:absolute;right:100%;width:-moz-max-content;width:max-content;margin-right:0}#interface.has-hud-tracker.hud-tracker-tall #effects-panel{--cell-width: 44px}#interface.has-hud-tracker.hud-tracker-tall #effects-panel .effects-list hr{margin-block:.3em}#interface.has-hud-tracker.hud-tracker-tall #effects-panel .effects-list .effect-item{height:var(--cell-width)}#interface.has-hud-tracker.hud-tracker-tall #effects-panel .effects-list .effect-item .icon{height:calc(var(--cell-width) - 4px);width:calc(var(--cell-width) - 4px)}#tooltip.pf2e-hud-metrics,aside.locked-tooltip.pf2e-hud-metrics{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;gap:.2em}#tooltip.pf2e-hud-metrics .threat.trivial,aside.locked-tooltip.pf2e-hud-metrics .threat.trivial{color:var(--pf2e-hud-threat-trivial)}#tooltip.pf2e-hud-metrics .threat.low,aside.locked-tooltip.pf2e-hud-metrics .threat.low{color:var(--pf2e-hud-threat-low)}#tooltip.pf2e-hud-metrics .threat.moderate,aside.locked-tooltip.pf2e-hud-metrics .threat.moderate{color:var(--pf2e-hud-threat-moderate)}#tooltip.pf2e-hud-metrics .threat.severe,aside.locked-tooltip.pf2e-hud-metrics .threat.severe{color:var(--pf2e-hud-threat-severe)}#tooltip.pf2e-hud-metrics .threat.extreme,aside.locked-tooltip.pf2e-hud-metrics .threat.extreme{color:var(--pf2e-hud-threat-extreme)}#tooltip.pf2e-hud-metrics .small,aside.locked-tooltip.pf2e-hud-metrics .small{align-self:end;font-size:.9em;font-style:italic}/*# sourceMappingURL=pf2e-hud.css.map */ \ No newline at end of file diff --git a/styles/pf2e-hud.css.map b/styles/pf2e-hud.css.map index cf1c042..b086519 100644 --- a/styles/pf2e-hud.css.map +++ b/styles/pf2e-hud.css.map @@ -1 +1 @@ -{"version":3,"sources":["pf2e-hud.css","_shared.scss","_avatar.scss","_chat.scss","_persistent.scss","_popup.scss","_resources.scss","sidebars/_base.scss","sidebars/_actions.scss","sidebars/_extras.scss","sidebars/_filter.scss","sidebars/_items.scss","sidebars/_skills.scss","sidebars/_spells.scss","_token.scss","_tooltip.scss","_tracker.scss"],"names":[],"mappings":"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","file":"pf2e-hud.css"} \ No newline at end of file +{"version":3,"sources":["pf2e-hud.css","_shared.scss","_avatar.scss","_chat.scss","_persistent.scss","_popup.scss","_resources.scss","sidebars/_base.scss","sidebars/_actions.scss","sidebars/_extras.scss","sidebars/_filter.scss","sidebars/_items.scss","sidebars/_skills.scss","sidebars/_spells.scss","_token.scss","_tooltip.scss","_tracker.scss"],"names":[],"mappings":"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","file":"pf2e-hud.css"} \ No newline at end of file