@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--fv-bg: #0e0f15;--fv-bg-2: #0b0c11;--fv-panel: rgba(20, 22, 30, .82);--fv-panel-2: #15171f;--fv-border: rgba(212, 175, 110, .22);--fv-border-2: rgba(212, 175, 110, .42);--fv-gold: #d4af6e;--fv-gold-dim: rgba(212, 175, 110, .55);--fv-gold-soft: rgba(212, 175, 110, .13);--fv-text: #e8e2d4;--fv-text-on: #f6f1e6;--fv-dim: #9aa0ad;--fv-good: #6fcf97;--fv-bad: #e06666;--fv-display: "Cinzel", Georgia, "Times New Roman", serif;--fv-drawer-w: min(560px, 46vw)}.fivee-shell{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:var(--fv-bg);color:var(--fv-text);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:13px}.fivee-topbar{position:relative;flex:0 0 auto;display:flex;align-items:center;gap:18px;height:50px;padding:0 16px;background:linear-gradient(180deg,#15161e,#0b0c11);border-bottom:1px solid var(--fv-border);-webkit-user-select:none;user-select:none}.fivee-brand{display:flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;font:inherit;text-align:left}.fivee-brand:hover .fivee-brand-title{filter:brightness(1.12)}.fivee-brand-title{font-family:var(--fv-display);font-weight:700;font-size:17px;letter-spacing:.14em;color:var(--fv-text-on);line-height:1}.fivee-brand-title em{color:var(--fv-gold);font-style:normal}.fivee-brand-ico{width:24px;height:24px;flex:0 0 auto;background:var(--fv-gold);-webkit-mask:url(/ui/icons/dragon.svg) center / contain no-repeat;mask:url(/ui/icons/dragon.svg) center / contain no-repeat}.fivee-brand-sub{font-size:10px;color:var(--fv-dim);letter-spacing:.16em;text-transform:uppercase}.fivee-topbar-spacer{flex:1 1 auto}.fivee-search{display:inline-flex;align-items:center;gap:6px;margin-left:12px;padding:5px 9px;border-radius:9px;border:1px solid var(--fv-border);background:#ffffff05;color:var(--fv-dim);cursor:pointer;font-size:12px;transition:border-color .14s ease,background .14s ease,color .14s ease}.fivee-search:hover{border-color:var(--fv-border-2);background:#ffffff0d;color:var(--fv-text)}.fivee-search:focus-visible{outline:none;border-color:var(--fv-gold);box-shadow:0 0 0 2px #14100a,0 0 0 3px var(--fv-gold)}.fivee-search-ico{font-size:14px;line-height:1}.fivee-search-kbd{font:inherit;font-size:10px;padding:1px 5px;border-radius:5px;border:1px solid var(--fv-border);background:#0000004d;color:var(--fv-gold-dim)}@media (max-width: 760px){.fivee-search-lbl{display:none}}.fivee-top-meta{display:flex;align-items:center;gap:14px;font-size:12px;color:var(--fv-dim)}.fivee-identity{display:inline-flex;align-items:center;gap:7px}.fivee-identity b{color:var(--fv-text);font-weight:600}.fivee-identity .fivee-role{color:var(--fv-gold-dim)}.fivee-conn{display:inline-flex;align-items:center;gap:6px}.fivee-conn-dot{width:8px;height:8px;border-radius:50%;background:var(--fv-dim);transition:background .3s ease,box-shadow .3s ease}.fivee-conn-dot.is-live{background:var(--fv-good);box-shadow:0 0 8px var(--fv-good);animation:fivee-dot-glow 2.6s ease-in-out infinite}.fivee-conn-dot.is-solo{background:var(--fv-gold-dim)}.fivee-conn-dot.is-connecting{background:var(--fv-gold);box-shadow:0 0 6px var(--fv-gold);animation:fivee-dot-pulse 1s ease-in-out infinite}@keyframes fivee-dot-glow{0%,to{box-shadow:0 0 5px var(--fv-good)}50%{box-shadow:0 0 10px var(--fv-good)}}@keyframes fivee-dot-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion: reduce){.fivee-conn-dot{animation:none}}.fivee-exit{font-size:12px;color:var(--fv-dim);border:1px solid var(--fv-border);border-radius:999px;padding:4px 12px;background:transparent;cursor:pointer}.fivee-exit:hover{color:var(--fv-text-on);border-color:var(--fv-border-2)}.fivee-topbar,.fivee-rail{position:relative}.fivee-topbar:before,.fivee-rail:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 3px)}.fivee-body{flex:1 1 auto;display:flex;min-height:0}.fivee-rail{flex:0 0 80px;display:flex;flex-direction:column;gap:3px;padding:10px 7px;background:var(--fv-bg-2);border-right:1px solid var(--fv-border);z-index:1}.fivee-rail-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:9px 4px;background:transparent;border:none;border-radius:9px;color:var(--fv-dim);font:inherit;cursor:pointer;transition:background .12s ease,color .12s ease}.fivee-rail-item:hover{color:var(--fv-text);background:#ffffff0a}.fivee-rail-item.is-active{color:var(--fv-gold);background:var(--fv-gold-soft)}.fivee-rail-item.is-active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:var(--fv-gold);border-radius:0 2px 2px 0}.fivee-rail-glyph{font-size:18px;line-height:1}.fivee-rail-ico{width:21px;height:21px;background:currentColor;-webkit-mask:var(--m) center / contain no-repeat;mask:var(--m) center / contain no-repeat}.fivee-rail-label{font-size:9.5px;font-weight:600;letter-spacing:.04em}.fivee-rail-count{position:absolute;top:5px;right:12px;min-width:15px;height:15px;padding:0 3px;border-radius:8px;background:var(--fv-gold-soft);color:var(--fv-gold);font-size:9px;font-weight:700;line-height:15px;text-align:center}.fivee-rail-sep{height:1px;margin:6px 8px;background:var(--fv-border);flex:0 0 auto}.fivee-rail-add{color:var(--fv-dim);opacity:.85}.fivee-rail-add:hover{color:var(--fv-gold);opacity:1}.fivee-rail-add .fivee-rail-glyph{font-weight:800}.fivee-rail-foot{margin-top:auto;display:flex;flex-direction:column;gap:3px;padding-top:7px;border-top:1px solid var(--fv-border)}.fivee-toolpop{filter:drop-shadow(0 10px 28px rgba(0,0,0,.5));animation:fv-toolpop-in .14s ease}@keyframes fv-toolpop-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.fivee-toolpop{animation:none}}.fivee-shell *::-webkit-scrollbar{width:10px;height:10px}.fivee-shell *::-webkit-scrollbar-track{background:transparent}.fivee-shell *::-webkit-scrollbar-thumb{background:var(--fv-gold-dim);border-radius:7px;border:2px solid transparent;background-clip:padding-box}.fivee-shell *::-webkit-scrollbar-thumb:hover{background:var(--fv-gold)}.fivee-shell *::-webkit-scrollbar-corner{background:transparent}.fivee-shell *{scrollbar-width:thin;scrollbar-color:var(--fv-gold-dim) transparent}.fivee-main{flex:1 1 auto;min-width:0;position:relative;overflow:hidden}.fivee-main canvas{touch-action:none}.fivee-shell{overscroll-behavior:none}.fv-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;overflow:hidden;background:radial-gradient(130% 120% at 50% 36%,#17222f,#0d141d 55%,#080d14);opacity:1;transition:opacity .55s ease}.fv-splash.is-hiding{opacity:0;pointer-events:none}.fv-splash-art-wrap{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.6s ease}.fv-splash-art-wrap.ready{opacity:1}.fv-splash-art-wrap.no-fade{transition:none}.fv-splash-art{position:absolute;top:-5%;right:-5%;bottom:-5%;left:-5%;background-position:center 30%;background-size:cover;background-repeat:no-repeat;animation:fv-splash-kenburns 30s ease-in-out infinite alternate}@keyframes fv-splash-kenburns{0%{transform:scale(1)}to{transform:scale(1.065)}}.fv-splash-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 110% at 50% 34%,transparent 0%,rgba(9,16,27,.34) 55%,rgba(5,10,18,.9) 100%),linear-gradient(180deg,rgba(5,10,18,.45) 0%,transparent 26%,transparent 55%,rgba(4,9,16,.9) 100%)}.fv-splash-breath{position:absolute;left:50%;top:50%;transform:translate(-50%,-46%);width:76vw;height:58vh;background:radial-gradient(closest-side,rgba(212,175,110,.13),rgba(212,175,110,.04) 55%,transparent 75%)}.fv-splash-motes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.fv-splash-motes i{position:absolute;width:3px;height:3px;border-radius:50%;background:#ffe2a4;box-shadow:0 0 6px 1px #ffd6968c;opacity:0;animation:fv-splash-drift 9s linear infinite}.fv-splash-motes i:nth-child(2n){width:2px;height:2px;animation-duration:12s}.fv-splash-motes i:nth-child(3n){animation-delay:3s}.fv-splash-motes i:nth-child(4n){animation-delay:6s;animation-duration:10s}.fv-splash-motes i:nth-child(5n){width:4px;animation-delay:1.5s}@keyframes fv-splash-drift{0%{opacity:0;transform:translateY(26px)}12%{opacity:.85}70%{opacity:.5}to{opacity:0;transform:translateY(-120px) translate(14px)}}.fv-splash-block{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:translateY(-4%)}.fv-splash-kick{font:600 clamp(11px,1.15vw,15px)/1 var(--fv-display);letter-spacing:.5em;text-indent:.5em;color:#d8c491;text-shadow:0 1px 3px #000,0 2px 12px rgba(0,0,0,.9);margin-bottom:18px}.fv-splash-wordmark{position:relative}.fv-splash-type{font:800 clamp(44px,8vw,104px)/.97 var(--fv-display);letter-spacing:.015em;white-space:pre}.fv-splash-edge{position:absolute;top:0;right:0;bottom:0;left:0;color:transparent;text-shadow:0 0 3px rgba(16,7,0,.85),1.5px 0 2px rgba(16,7,0,.7),-1.5px 0 2px rgba(16,7,0,.7),0 -1.5px 2px rgba(16,7,0,.7),0 2.5px 3px rgba(16,7,0,.8)}.fv-splash-bevel{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(2px);color:#231607;text-shadow:0 4px 14px rgba(0,0,0,.85),0 1px 0 rgba(0,0,0,.7),0 0 34px rgba(231,194,119,.38)}.fv-splash-hi{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(-1.5px);color:#fff7de80}.fv-splash-leaf{position:relative;background-image:linear-gradient(178deg,#f6e3a6 8%,#e8c98a 30%,#c9a35c 55%,#a87f33 78%,#8a6a2c 96%),url(/ui/rpg-gui/brass.png);background-size:cover;background-blend-mode:soft-light;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 rgba(255,244,214,.35)) drop-shadow(0 4px 6px rgba(0,0,0,.85)) drop-shadow(0 12px 28px rgba(0,0,0,.6))}.fv-splash-sheen{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(105deg,transparent 42%,rgba(255,250,230,.55) 50%,transparent 58%);background-size:320% 100%;background-repeat:no-repeat;background-position:120% 0;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:fv-splash-sheen 7s ease-in-out infinite}@keyframes fv-splash-sheen{0%,62%{background-position:120% 0}82%,to{background-position:-60% 0}}.fv-splash-rule{display:flex;align-items:center;gap:14px;width:min(560px,64vw);margin:22px auto 0}.fv-splash-rule .bar{height:1px;flex:1;background:linear-gradient(90deg,transparent,#b9985e)}.fv-splash-rule .bar.r{background:linear-gradient(90deg,#b9985e,transparent)}.fv-splash-rule svg{width:40px;height:40px;flex:none;color:#c9a25a;filter:drop-shadow(0 0 8px rgba(231,194,119,.4)) drop-shadow(0 2px 3px rgba(0,0,0,.8))}.fv-splash-progress{position:relative;width:min(380px,52vw);height:2px;margin-top:34px;border-radius:2px;background:#b9985e38;overflow:hidden}.fv-splash-progress:after{content:"";position:absolute;top:0;bottom:0;width:34%;border-radius:2px;background:linear-gradient(90deg,transparent,#e8c98a 45%,#f6e3a6 55%,transparent);animation:fv-splash-slide 1.8s ease-in-out infinite}@keyframes fv-splash-slide{0%{left:-34%}to{left:100%}}.fv-splash-status{margin-top:18px;font:italic 400 19px/1.4 EB Garamond,Georgia,serif;color:#cfc4a9;text-shadow:0 2px 10px rgba(0,0,0,.85);min-height:27px}.fv-splash-status span{display:inline-block;transition:opacity .45s ease}.fv-splash-status span.swap{opacity:0}.fv-splash-seal{position:absolute;right:40px;bottom:40px;width:118px;height:118px;transform:rotate(-8deg);opacity:.92;filter:drop-shadow(0 3px 5px rgba(0,0,0,.55)) drop-shadow(0 10px 18px rgba(0,0,0,.6))}.fv-splash-seal svg{width:100%;height:100%}.fv-splash-seal .ringText{font:700 12.5px var(--fv-display);letter-spacing:.18em}.fv-splash-seal .sealSub{font:700 10.5px var(--fv-display);letter-spacing:.3em}.fv-splash-seal .sealNum{font:700 13px var(--fv-display);letter-spacing:.02em}.fv-splash-corner{position:absolute;left:0;right:0;bottom:20px;text-align:center;font:italic 400 11px/1 EB Garamond,Georgia,serif;letter-spacing:.08em;color:#ece2cc6b;text-shadow:0 1px 2px #000}@media (max-width: 720px){.fv-splash-seal{display:none}}@media (prefers-reduced-motion: reduce){.fv-splash-art,.fv-splash-motes i,.fv-splash-sheen,.fv-splash-progress:after{animation:none!important}.fv-splash-art-wrap{transition:none}}@keyframes solo-pulse{0%,to{box-shadow:0 6px 20px #e8c56a26}50%{box-shadow:0 8px 28px #e8c56a5c}}.solo-turn--you{animation:solo-pulse 2.4s ease-in-out infinite}.solo-hero{transition:border-color .16s ease,transform .12s ease}.solo-hero:hover{border-color:var(--fv-gold, #d4af6e)!important}.solo-hero:active{transform:translateY(1px)}@media (prefers-reduced-motion: reduce){.solo-turn--you{animation:none}}.fivee-drawer-head{display:flex;align-items:center;justify-content:space-between;height:46px;padding:0 14px;background:linear-gradient(180deg,#d4af6e1a,#d4af6e05),var(--fv-bg-2);border-bottom:1px solid var(--fv-border);font-family:var(--fv-display);font-size:14px;font-weight:700;letter-spacing:.1em;color:var(--fv-text-on)}.fivee-drawer-close{background:transparent;border:none;color:var(--fv-dim);font-size:16px;line-height:1;cursor:pointer}.fivee-drawer-close:hover{color:var(--fv-text-on)}.fivee-drawer-close[data-testid=drawer-close]{width:30px;height:28px;padding:0;font-size:0;color:transparent;background:url(/ui/close_icon.png) center / contain no-repeat}.fivee-drawer-close[data-testid=drawer-close]:hover{background-image:url(/ui/close_icon_hover.png)}.fivee-drawer-close[data-testid=drawer-close]:active{background-image:url(/ui/close_icon_press.png)}.fivee-drawer-body{position:relative;min-height:0;overflow:hidden}.fivee-drawer-resizer{position:absolute;top:0;right:-3px;bottom:0;width:7px;cursor:ew-resize;z-index:22;touch-action:none}.fivee-drawer{position:absolute;left:0;top:0;bottom:0;width:var(--fv-drawer-w);z-index:40;pointer-events:auto;display:grid;grid-template-rows:auto 1fr;background:var(--fv-bg, #0e0f15);border:18px solid transparent;border-image:url(/ui/window_container.png) 22 fill / 18px / 0 stretch;box-shadow:14px 0 40px #0000008c}@media (max-width: 1023px){.fivee-rail{flex-basis:64px;padding:8px 5px}.fivee-rail-glyph{font-size:16px}.fivee-rail-ico{width:18px;height:18px}.fivee-rail-label{font-size:9px}.fivee-topbar{gap:12px;padding:0 12px}}@media (max-width: 639px){:root{--fv-drawer-w: 100vw}.fivee-topbar{height:46px}.fivee-brand-sub{display:none}}@media (max-width: 639px){.fivee-body{flex-direction:column}.fivee-main{order:0}.fivee-rail{order:1;flex:0 0 auto;width:100%;flex-direction:row;align-items:stretch;gap:2px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));border-right:0;border-top:1px solid var(--fv-border);overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.fivee-rail::-webkit-scrollbar{display:none}.fivee-rail-item{flex:1 1 0;min-width:0;min-height:52px;padding:6px 4px}.fivee-rail-item .fivee-rail-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fivee-rail-item.is-active:before{display:none}.fivee-rail-sep{width:1px;height:auto;margin:6px 4px}.fivee-rail-foot{display:none}.fivee-rail-count{top:2px;right:8px}.fivee-drawer{top:18%;bottom:0;left:0;right:0;width:100%;border:1px solid var(--fv-border);border-image:none;border-radius:16px 16px 0 0;box-shadow:0 -16px 44px #0009;overflow:hidden}.fivee-drawer-resizer{display:none}.fivee-drawer-head{position:relative}.fivee-drawer-head:before{content:"";position:absolute;top:5px;left:50%;transform:translate(-50%);width:38px;height:4px;border-radius:2px;background:var(--fv-gold-dim)}.fivee-top-meta{gap:9px}.fivee-identity{max-width:40vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.fivee-conn{gap:0;font-size:0}}.fivee-rail-more .fivee-rail-glyph{font-weight:700}.fivee-more{position:fixed;top:0;right:0;bottom:0;left:0;z-index:46;display:flex;flex-direction:column;justify-content:flex-end}.fivee-more-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#06050980;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default}.fivee-more-sheet{position:relative;background:var(--fv-panel-2);border-top:1px solid var(--fv-border-2);border-radius:16px 16px 0 0;box-shadow:0 -16px 44px #0009;padding:8px 14px calc(16px + env(safe-area-inset-bottom));animation:fv-more-in .18s ease}.fivee-more-grab{width:38px;height:4px;border-radius:2px;background:var(--fv-gold-dim);margin:2px auto 12px}.fivee-more-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.fivee-more-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:76px;padding:10px 6px;border-radius:12px;border:1px solid var(--fv-border);background:#ffffff05;color:var(--fv-dim);font:inherit;cursor:pointer;transition:color .12s ease,background .12s ease,border-color .12s ease}.fivee-more-tile .fivee-rail-ico{width:22px;height:22px;background:currentColor;-webkit-mask:var(--m) center / contain no-repeat;mask:var(--m) center / contain no-repeat}.fivee-more-tile .fivee-rail-glyph{font-size:21px;line-height:1}.fivee-more-lbl{font-size:11px;font-weight:600;letter-spacing:.02em;text-align:center;line-height:1.15}.fivee-more-tile:active{background:#ffffff0f}.fivee-more-tile.is-active{color:var(--fv-gold);border-color:var(--fv-gold-dim);background:var(--fv-gold-soft)}.fivee-more-tile .fivee-rail-count{top:6px;right:8px}@keyframes fv-more-in{0%{opacity:0;transform:translateY(16px)}}@media (prefers-reduced-motion: reduce){.fivee-more-sheet{animation:none}}.fivee-rail-item:focus-visible,.fivee-exit:focus-visible,.fivee-brand:focus-visible,.fivee-rail-add:focus-visible{outline:none;box-shadow:0 0 0 2px #14100a,0 0 0 3px var(--fv-gold)}.fivee-rail-item:focus-visible{color:var(--fv-text);background:#ffffff0a}.fivee-exit:focus-visible{color:var(--fv-text-on);border-color:var(--fv-gold)}.fivee-brand:focus-visible .fivee-brand-title{filter:brightness(1.12)}@media (pointer: coarse){.fivee-rail-item:active{background:#ffffff14;color:var(--fv-text)}.fivee-exit:active{border-color:var(--fv-border-2);color:var(--fv-text-on)}.fivee-search:active{background:#ffffff0f}.fivee-brand:active .fivee-brand-title{filter:brightness(1.18)}}.fv-dock{position:relative;display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center;padding:8px 12px;background:#080a0ef0;border:1px solid var(--fv-gold-dim);border-radius:11px;box-shadow:0 10px 34px #0000008c;color:var(--fv-text);font-size:11.5px}.fv-dock--active{border-color:color-mix(in srgb,var(--fv-gold) 55%,transparent)}.fv-dock--active:before{content:"";position:absolute;left:10px;right:10px;top:-1px;height:2px;border-radius:2px;background:var(--fv-gold);animation:fv-dockpulse 1.9s ease-in-out infinite}@keyframes fv-dockpulse{0%,to{opacity:.45}50%{opacity:1}}.fv-dock--waiting{opacity:.88}@media (prefers-reduced-motion: reduce){.fv-dock--active:before{animation:none;opacity:.9}}.fv-dock-id{display:flex;align-items:center;gap:9px;padding-right:12px;border-right:1px solid var(--fv-border)}.fv-dock-id--tap{cursor:pointer;border-radius:8px;-webkit-tap-highlight-color:transparent}.fv-dock-id--tap:hover{background:#ffffff09}.fv-dock-id--tap:active{background:#ffffff0d}.fv-dock-id--tap:focus-visible{outline:none;box-shadow:0 0 0 2px #0009,0 0 0 3px var(--fv-gold)}.fv-dock-expand{margin-left:5px;color:var(--fv-dim);opacity:.85;display:inline-flex;vertical-align:middle}.fv-dock-idcol{display:flex;flex-direction:column;gap:3px;min-width:128px}.fv-dock-name{font-weight:700;font-size:12.5px;color:var(--fv-text-on);white-space:nowrap}.fv-dock-class{margin-left:6px;font-weight:500;font-size:10px;color:var(--fv-dim);text-transform:capitalize}.fv-dock-vitals{display:flex;align-items:center;gap:7px}.fv-dock-hpbar{width:128px}.fv-dock-ac{font-size:10.5px;color:var(--fv-dim);white-space:nowrap;cursor:help}.fv-dock-sub{font-size:10px;color:var(--fv-dim);white-space:nowrap}.fv-dock-conc .fv-conc-dot{color:var(--gem-amethyst, #9a7bff)}.fv-dock-conc-end{margin-left:5px;padding:0 4px;border:1px solid var(--fv-border);border-radius:4px;background:transparent;color:var(--fv-dim);font-size:9px;cursor:pointer;line-height:1.5}.fv-dock-conc-end:hover{color:var(--fv-bad);border-color:var(--fv-bad)}.fv-dock-econ{display:flex;flex-direction:column;align-items:center;gap:4px;padding-right:12px;border-right:1px solid var(--fv-border)}.econ-pips{display:inline-flex;gap:3px}.econ-pip{width:14px;text-align:center;font-size:9px;font-weight:700;border-radius:3px;color:var(--fv-gold);border:1px solid var(--fv-gold-dim);background:var(--fv-gold-soft);cursor:help}.econ-pip.is-used{color:var(--fv-dim);border-color:transparent;background:transparent}.fv-dock-attacks{font-size:9.5px;color:var(--fv-dim);font-variant-numeric:tabular-nums}.fv-dock-attacks[data-left="0"]{color:var(--fv-bad)}.fv-dock-move{display:inline-flex;align-items:center;gap:4px;font:inherit;font-size:10px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.4;padding:1px 7px;border-radius:7px;cursor:pointer;border:1px solid color-mix(in srgb,#5a9bff 50%,transparent);background:transparent;color:#cfe0ff;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.fv-dock-move.is-lit{background:#5a9bff2e;border-color:#5a9bff;color:#eaf1ff;box-shadow:0 0 8px #5a9bff47}.fv-dock-move:disabled{opacity:.45;cursor:default;box-shadow:none}.fv-dock-move .fv-ico{opacity:.9}.fv-dock-group{display:flex;align-items:center;gap:6px}.fv-dock-group+.fv-dock-group,.fv-dock-spells{border-left:0}.fv-dock-spells{display:flex;align-items:center;gap:8px;min-width:0}.fv-dock-scroll{display:flex;align-items:center;gap:6px;max-width:480px;overflow-x:auto;scrollbar-width:thin;padding:8px 5px 2px;margin:-6px -5px 0}.fv-dock-chip{position:relative;display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:8px;border:1px solid var(--fv-border);background:#ffffff09;color:var(--fv-text);font-size:11.5px;cursor:pointer;white-space:nowrap;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.fv-dock-chip:hover{border-color:var(--fv-border-2);background:#ffffff0f}.fv-dock-chip:active{transform:translateY(.5px)}.fv-dock-chip:focus-visible{outline:none;box-shadow:0 0 0 2px #0009,0 0 0 3px var(--fv-gold)}.fv-dock-chip.is-armed{border-color:var(--chip-accent, var(--fv-gold));box-shadow:inset 0 0 10px color-mix(in srgb,var(--chip-accent, var(--fv-gold)) 30%,transparent),0 0 8px color-mix(in srgb,var(--chip-accent, var(--fv-gold)) 25%,transparent)}.fv-dock-chip.is-spent{opacity:.35;filter:grayscale(.7)}.fv-dock-chip.is-recharging{opacity:.38}.fv-dock-chip.is-disabled{opacity:.38;cursor:default}.fv-ctx-row{display:flex;align-items:center;gap:8px;width:100%;padding:5px 8px;border:none;border-radius:7px;background:transparent;cursor:pointer;font:inherit;font-size:11.5px;line-height:1.2}.fv-ctx-row:hover{background:#ffffff0f}.fv-ctx-row:active{background:#d4af6e1f}.fv-dock-out{color:var(--fv-gold-dim);font-size:10.5px;letter-spacing:.04em;margin-right:8px;align-self:center;white-space:nowrap}.fv-endturn-urge{animation:fv-endturn-pulse 1.6s ease-in-out infinite}@keyframes fv-endturn-pulse{0%,to{box-shadow:0 0 #d4af6e00}50%{box-shadow:0 0 0 1px var(--fv-gold),0 0 14px #d4af6e73}}.fv-chip-glyph{font-size:12px}.fv-chip-name{font-weight:700}.fv-chip-meta{color:var(--fv-dim);font-size:10px}.fv-chip-conc{color:var(--fv-gold-dim);font-size:9.5px}.fv-chip-dot{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.fv-kbd{position:absolute;top:-6px;left:-4px;min-width:12px;padding:0 2px;border-radius:3px;background:#0c0a07;border:1px solid var(--fv-border);color:var(--fv-dim);font-size:8px;font-family:inherit;line-height:1.5;text-align:center}.fv-dock-chipwrap{position:relative;display:inline-flex;align-items:center}.fv-dock-caret{margin-left:1px;padding:3px;border:1px solid var(--fv-border);border-radius:6px;background:transparent;color:var(--fv-dim);font-size:9px;cursor:pointer;line-height:1}.fv-dock-caret:hover,.fv-dock-caret[aria-expanded=true]{color:var(--fv-gold);border-color:var(--fv-gold-dim)}.fv-dock-pop{position:absolute;bottom:calc(100% + 6px);left:0;z-index:5;display:flex;flex-direction:column;gap:2px;padding:4px;border-radius:8px;background:#080a0ef7;border:1px solid var(--fv-gold-dim);box-shadow:0 8px 24px #0009}.fv-dock-pop-item{padding:4px 9px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--fv-text);font-size:11px;cursor:pointer;text-align:left;white-space:nowrap}.fv-dock-pop-item:hover{background:var(--surface-hover, rgba(255, 255, 255, .04));border-color:var(--fv-border)}.fv-dock-pop-item.is-spent{opacity:.5}.fv-dock-slots{display:inline-flex;gap:6px;align-items:center;flex:0 0 auto}.fv-slot-lv{display:inline-flex;flex-direction:column;align-items:center;gap:1px;font-size:8.5px;color:var(--fv-dim);cursor:help}.fv-slot-pips{display:inline-flex;gap:1.5px}.fv-slot-pips i{width:4px;height:4px;border-radius:50%;background:#ffffff1f}.fv-slot-pips i.lit{background:var(--fv-gold);box-shadow:0 0 3px #d4af6eb3}.fv-dock-end{padding-left:12px;border-left:1px solid var(--fv-border);display:flex;align-items:center}.fv-dock--down{gap:14px;border-color:var(--fv-bad)}.fv-dock-chip--minor{padding:3px 7px;font-size:10.5px}.fv-dock-chip--minor .fv-chip-name{font-weight:600;color:var(--fv-dim)}.fv-dock-chip--minor:hover .fv-chip-name{color:var(--fv-text)}@media (max-width: 639px){.fv-dock{gap:7px 9px;padding:8px 9px}.fv-dock-id{flex:1 1 auto;min-width:0;padding-right:9px}.fv-dock-idcol{flex:1 1 auto;min-width:0}.fv-dock-name{font-size:12px;overflow:hidden;text-overflow:ellipsis}.fv-dock-vitals{min-width:0}.fv-dock-hpbar{width:auto;flex:1 1 84px;min-width:76px}.fv-dock-econ{flex:0 0 auto}.fv-dock-move{min-height:26px;font-size:11px}.fv-dock-group{flex:1 1 100%;min-width:0;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;padding-bottom:2px}.fv-dock-commons{flex-wrap:wrap;overflow-x:visible}.fv-dock-scroll{max-width:none}.fv-dock-chip{padding:9px 12px;font-size:12.5px;min-height:44px}.fv-dock-chip--minor{min-height:44px}.fv-dock-caret{padding:8px;font-size:12px;min-height:44px}.fv-dock-pop-item{padding:10px 12px;font-size:12.5px;min-height:44px}.fv-dock-conc-end{padding:3px 7px;font-size:10.5px}.fv-dock-end{padding-left:9px}.fv-dock .fv-kbd{display:none}}.fv-move-ghost{position:absolute;pointer-events:none;z-index:12;display:grid;place-items:center}.fv-move-ghost-disc{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px dashed color-mix(in srgb,var(--fv-gold) 85%,transparent);background:#e8c56a21;animation:fv-dest-pulse 1.15s ease-in-out infinite}.fv-move-ghost-port{position:relative;opacity:.55;filter:saturate(.8)}@keyframes fv-dest-pulse{0%,to{transform:scale(.9);opacity:.72;box-shadow:0 0 6px #e8c56a40}50%{transform:scale(1.05);opacity:1;box-shadow:0 0 20px #e8c56a8c}}@media (prefers-reduced-motion: reduce){.fv-move-ghost-disc{animation:none}}.exit-signpost{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font:inherit;padding:5px 11px;border-radius:8px;cursor:pointer;font-weight:700;font-size:11.5px;color:#ecdfc2;background:#1a150ee6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid color-mix(in srgb,var(--fv-gold) 42%,transparent);box-shadow:0 3px 12px #00000073,0 0 10px #e8c56a2e}.exit-signpost:disabled{opacity:.75;cursor:default}.exit-signpost .fv-ico{color:var(--fv-gold)}.interact-marker{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;cursor:pointer;padding:0;border:1px solid rgba(0,0,0,.5);color:#1a1509;box-shadow:0 3px 10px #00000073;animation:interact-bob 1.8s ease-in-out infinite}.interact-marker--gold{background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--fv-gold) 92%,#fff),var(--fv-gold) 70%);box-shadow:0 3px 10px #00000073,0 0 12px #e8c56a80}.interact-marker--dim{background:radial-gradient(circle at 50% 35%,#cfd5e0,#9aa3b4);color:#1a1d24;opacity:.9;animation:none}.interact-marker .fv-ico{color:inherit}@keyframes interact-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (prefers-reduced-motion: reduce){.interact-marker{animation:none}}.dlg-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;flex-direction:column;justify-content:flex-end;background:#06070b80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding-bottom:env(safe-area-inset-bottom)}.dlg-panel{margin:0 8px 10px;border-radius:16px;background:#0c0e13fa;border:1px solid var(--fv-gold-dim);box-shadow:0 -12px 40px #0009;overflow:hidden;animation:fv-more-in .18s ease}.dlg-head{display:flex;align-items:center;gap:10px;padding:11px 14px;border-bottom:1px solid var(--fv-border);background:linear-gradient(180deg,var(--fv-gold-soft),transparent)}.dlg-portrait{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:radial-gradient(circle at 50% 34%,#20242e,#0c0e13);box-shadow:0 0 0 1.5px #0c0a07,0 0 0 2.5px var(--fv-gold-dim);color:var(--fv-gold);font-weight:800;font-size:15px}.dlg-speaker{font-family:var(--fv-display);font-size:15px;font-weight:700;color:var(--fv-text-on);letter-spacing:.02em}.dlg-body{padding:14px;font-size:14.5px;line-height:1.5;color:var(--fv-text)}.dlg-choices{display:flex;flex-direction:column;gap:7px;padding:0 12px 12px}.dlg-choice{display:flex;flex-direction:column;align-items:flex-start;gap:3px;text-align:left;font:inherit;font-size:13.5px;font-weight:600;color:var(--fv-text-on);padding:10px 14px;border-radius:10px;cursor:pointer;background:#ffffff0a;border:1px solid var(--fv-border);transition:background .12s ease,border-color .12s ease}.dlg-choice:hover,.dlg-choice:active{background:var(--fv-gold-soft);border-color:color-mix(in srgb,var(--fv-gold) 55%,transparent)}.dlg-check{font-size:9.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--fv-gold)}.dlg-choice[data-check]{border-color:color-mix(in srgb,var(--fv-gold) 32%,transparent)}.fv-ribbon{display:flex;align-items:center;gap:10px;padding:6px 10px;background:#080a0eeb;border:1px solid var(--fv-border);border-radius:12px;box-shadow:0 8px 26px #00000080}.fv-ribbon-round{flex:0 0 auto;min-width:30px;text-align:center;font-family:var(--fv-display);font-weight:700;font-size:12.5px;color:var(--fv-gold);cursor:help;padding:3px 5px;border:1px solid var(--fv-gold-dim);border-radius:7px;background:var(--fv-gold-soft)}.fv-ribbon-strip{display:flex;align-items:flex-end;gap:5px;overflow-x:auto;scrollbar-width:thin;padding:3px 2px;min-width:0}.fv-ribbon-tile{position:relative;flex:0 0 auto;width:38px;height:44px;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:1px solid var(--fv-border);background:#ffffff08;cursor:pointer;padding:3px 3px 4px;transition:width .14s ease,height .14s ease,border-color .14s ease,box-shadow .14s ease}.fv-ribbon-tile:hover{border-color:var(--fv-border-2);background:#ffffff0f}.fv-ribbon-tile:focus-visible{outline:none;box-shadow:0 0 0 2px #0009,0 0 0 3px var(--fv-gold)}.fv-ribbon-tile.is-selected{border-color:var(--fv-gold-dim)}.fv-ribbon-tile.is-active{width:46px;height:52px;border-color:color-mix(in srgb,var(--fv-gold) 60%,transparent);box-shadow:0 0 10px #d4af6e59,inset 0 0 6px #d4af6e1f}.fv-ribbon-tile.is-dead{opacity:.45}.fv-ribbon-tile.is-dead .fv-tile-port{color:var(--fv-bad)}.fv-tile-port{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--fv-display);font-weight:700;font-size:11px;color:var(--fv-text-on);background:#0b0905;box-shadow:0 0 0 2px var(--disp, var(--fv-border))}.fv-ribbon-tile.is-active .fv-tile-port{width:26px;height:26px;font-size:13px}.fv-tile-hp{width:100%;height:3.5px;border-radius:2px;background:#ffffff1a;overflow:hidden}.fv-tile-hp i{display:block;height:100%;border-radius:2px;transition:width .16s ease}.fv-tile-hp i[data-band=ok]{background:var(--fv-good)}.fv-tile-hp i[data-band=warn]{background:#e0a93a}.fv-tile-hp i[data-band=low]{background:var(--fv-bad)}.fv-tile-dots{position:absolute;top:-4px;right:-3px;display:inline-flex;gap:2px;align-items:center}.fv-tile-dots i{width:6px;height:6px;border-radius:50%;background:var(--gem-amethyst, #9a7bff);border:1px solid #0b0905}.fv-tile-dots em{font-style:normal;font-size:8px;color:var(--fv-dim)}.fv-ribbon-tile--ghost{border-style:dashed;color:var(--fv-dim);font-size:12px;font-weight:700;background:#ffffff04}.fv-ribbon-arrivals{position:relative;display:inline-flex}.fv-ribbon-pop{position:absolute;top:calc(100% + 8px);right:0;z-index:5;display:flex;flex-direction:column;gap:2px;min-width:180px;padding:5px;border-radius:9px;background:#080a0ef7;border:1px solid var(--fv-gold-dim);box-shadow:0 8px 24px #0009}.fv-ribbon-pop-row{display:flex;align-items:center;gap:7px;padding:2px 4px}.fv-pop-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.fv-pop-name{flex:1;text-align:left;background:none;border:0;color:var(--fv-text);font-size:12px;cursor:pointer;padding:3px 2px}.fv-pop-name:hover{color:var(--fv-gold)}.fv-ribbon-controls{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding-left:4px;border-left:1px solid var(--fv-border)}.fv-threat{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;cursor:help;padding:3px 7px;border:1px solid var(--fv-border);border-radius:7px}.fv-threat b{font-weight:700;text-transform:uppercase;letter-spacing:.4px;font-size:10px}.fv-threat-adj{color:var(--fv-gold-dim);font-size:9.5px}.fv-threat-xp{color:var(--fv-dim)}.fv-init-pill{display:flex;align-items:center;gap:9px;padding:6px 10px;background:#080a0eeb;border:1px solid var(--fv-border);border-radius:12px;box-shadow:0 8px 26px #00000080}@media (prefers-reduced-motion: reduce){.fv-ribbon-tile,.fv-tile-hp i{transition:none}}.fv-gi{width:15px;height:15px;flex:0 0 auto;display:inline-block;-webkit-mask:var(--gi-m) center / contain no-repeat;mask:var(--gi-m) center / contain no-repeat;background:linear-gradient(157deg,#f8e9c0,#e7c680 34%,#c99b4d 66%,#a67c33);filter:drop-shadow(0 1px .5px rgba(0,0,0,.6))}.fv-gi--tone{background:linear-gradient(157deg,color-mix(in srgb,var(--gi-tone) 42%,#fff3d6) 0%,var(--gi-tone) 60%,color-mix(in srgb,var(--gi-tone) 72%,#1c1200) 100%)}.fv-chip-ico{width:15px;height:15px}.fv-dock-chip:hover .fv-chip-ico{filter:drop-shadow(0 1px .5px rgba(0,0,0,.6)) brightness(1.08)}.fv-dock-chip.is-armed .fv-chip-ico{filter:drop-shadow(0 0 3px color-mix(in srgb,var(--chip-accent, var(--fv-gold)) 60%,transparent)) drop-shadow(0 1px .5px rgba(0,0,0,.5))}.fv-dock-chip--minor .fv-chip-ico{width:13px;height:13px;opacity:.82}.fv-tile-ico{width:14px;height:14px}.fv-ribbon-tile.is-active .fv-tile-ico{width:17px;height:17px}@media (prefers-reduced-motion: reduce){.fv-dock-chip:hover .fv-chip-ico{filter:drop-shadow(0 1px .5px rgba(0,0,0,.6))}}@keyframes fv-title-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fv-rule-draw{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes fv-title-sheen{0%,78%{background-position:130% 0}to{background-position:-130% 0}}.fv-title-enter{opacity:0;animation:fv-title-rise .7s cubic-bezier(.3,1,.4,1) forwards}.fv-title-rule{transform-origin:left center;animation:fv-rule-draw .9s cubic-bezier(.3,1,.4,1) .55s backwards}.fv-title-sheen{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;color:transparent;background-image:linear-gradient(105deg,transparent 42%,rgba(255,246,218,.55) 50%,transparent 58%);background-size:220% 100%;background-repeat:no-repeat;background-position:130% 0;-webkit-background-clip:text;background-clip:text;animation:fv-title-sheen 9s linear 2.4s infinite}@media (prefers-reduced-motion: reduce){.fv-title-enter{animation:none;opacity:1}.fv-title-rule{animation:none}.fv-title-sheen{display:none}}.cforge-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;justify-content:center;padding:max(18px,env(safe-area-inset-top)) 14px max(18px,env(safe-area-inset-bottom));overflow-y:auto;background:radial-gradient(120% 80% at 50% 0%,rgba(212,175,110,.1) 0%,transparent 55%),radial-gradient(140% 120% at 50% 42%,#14151d 0%,var(--fv-bg, #0e0f15) 58%,var(--fv-bg-2, #0b0c11) 100%);animation:cforge-in .26s ease-out both}.cforge{width:100%;max-width:460px;margin:auto 0;display:flex;flex-direction:column;gap:16px}.cforge-head{text-align:center;display:flex;flex-direction:column;gap:6px}.cforge-eyebrow{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.cforge-title{margin:0;font-family:var(--fv-display, "Cinzel", Georgia, serif);font-size:clamp(22px,6.4vw,28px);font-weight:600;line-height:1.12;text-wrap:balance;color:var(--fv-text-on, #f6f1e6)}.cforge-sub{margin:0;font-size:13px;color:var(--fv-dim, #9aa0ad)}.cforge-sub em{color:var(--fv-gold, #d4af6e);font-style:normal}.cforge-list{display:flex;flex-direction:column;gap:10px}.cplate{border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:14px;background:var(--fv-panel, rgba(20, 22, 30, .82));overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease}.cforge-list:has(.cplate.is-open) .cplate:not(.is-open){opacity:.5}.cplate.is-open{border-color:var(--fv-border-2, rgba(212, 175, 110, .42));box-shadow:0 0 0 1px var(--fv-gold-soft, rgba(212, 175, 110, .13)),0 14px 34px #00000073}.cplate-hd{width:100%;display:flex;align-items:center;gap:13px;padding:14px 15px;background:transparent;border:0;cursor:pointer;color:var(--fv-text, #e8e2d4);text-align:left;font:inherit}.cplate-hd:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--fv-gold, #d4af6e)}.cplate-emblem{flex:0 0 auto;width:46px;height:46px;border-radius:11px;display:grid;place-items:center;color:var(--fv-gold, #d4af6e);background:radial-gradient(120% 120% at 50% 20%,#d4af6e2e,#d4af6e0d);border:1px solid var(--fv-border, rgba(212, 175, 110, .22))}.cplate.is-open .cplate-emblem{border-color:var(--fv-border-2, rgba(212, 175, 110, .42))}.cplate-id{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.cplate-name{font-family:var(--fv-display, "Cinzel", Georgia, serif);font-size:17px;font-weight:600;letter-spacing:.04em;color:var(--fv-text-on, #f6f1e6)}.cplate-tag{font-size:12px;line-height:1.3;color:var(--fv-dim, #9aa0ad)}.cplate-mini{flex:0 0 auto;display:flex;flex-direction:column;gap:3px;align-items:flex-end;font-size:12px;color:var(--fv-gold-dim, rgba(212, 175, 110, .7));font-variant-numeric:tabular-nums}.cplate-mini span{display:inline-flex;align-items:center;gap:4px}.cplate.is-open .cplate-mini{display:none}.cplate-body{padding:2px 15px 16px;display:flex;flex-direction:column;gap:13px;animation:cforge-body .2s ease-out both}.cforge-abilities{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.cab{display:flex;flex-direction:column;align-items:center;gap:1px;padding:7px 2px 6px;border-radius:9px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#00000038;font-variant-numeric:tabular-nums}.cab.is-key{border-color:var(--fv-border-2, rgba(212, 175, 110, .42));background:var(--fv-gold-soft, rgba(212, 175, 110, .13))}.cab-k{font-size:9px;letter-spacing:.08em;color:var(--fv-dim, #9aa0ad)}.cab-v{font-size:16px;font-weight:600;color:var(--fv-text-on, #f6f1e6);line-height:1.1}.cab.is-key .cab-v{color:var(--fv-gold, #d4af6e)}.cab-m{font-size:10px;color:var(--fv-gold-dim, rgba(212, 175, 110, .7))}.cforge-vitals{display:flex;flex-wrap:wrap;gap:8px 14px;padding:9px 12px;border-radius:10px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#00000038;font-size:13px;color:var(--fv-dim, #9aa0ad)}.cvit{display:inline-flex;align-items:center;gap:6px}.cvit b{color:var(--fv-text-on, #f6f1e6);font-variant-numeric:tabular-nums;font-size:15px}.cforge-vitals .fv-ico{color:var(--fv-gold, #d4af6e)}.cforge-loadout{display:flex;flex-direction:column;gap:8px}.cforge-line{display:flex;align-items:flex-start;gap:9px;font-size:12.5px;line-height:1.4;color:var(--fv-text, #e8e2d4)}.cforge-line .fv-ico{flex:0 0 auto;margin-top:2px;color:var(--fv-gold-dim, rgba(212, 175, 110, .7))}.cforge-line b{color:var(--fv-text-on, #f6f1e6);font-weight:600}.cforge-line em{color:var(--fv-gold-dim, rgba(212, 175, 110, .7));font-style:normal}.cforge-line--sig .fv-ico{color:var(--fv-gold, #d4af6e)}.cforge-confirm{margin-top:2px;padding:13px;border-radius:11px;cursor:pointer;font-family:var(--fv-display, "Cinzel", Georgia, serif);font-size:15px;font-weight:600;letter-spacing:.04em;color:#14100a;border:1px solid var(--fv-gold, #d4af6e);background:linear-gradient(180deg,#e6c789,var(--fv-gold, #d4af6e));box-shadow:0 6px 18px #d4af6e38;transition:filter .14s ease,transform 80ms ease}.cforge-confirm:hover{filter:brightness(1.06)}.cforge-confirm:active{transform:translateY(1px)}.cforge-confirm:focus-visible{outline:none;box-shadow:0 0 0 2px var(--fv-bg, #0e0f15),0 0 0 4px var(--fv-gold, #d4af6e)}@keyframes cforge-in{0%{opacity:0}to{opacity:1}}@keyframes cforge-body{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.cforge-scrim,.cplate-body{animation:none}.cforge-confirm{transition:none}}.fv-lib{display:flex;height:100%;min-height:0}.fv-lib-side{width:320px;flex:0 0 320px;min-height:0;display:flex;flex-direction:column;border-right:1px solid var(--fv-border, rgba(212, 175, 110, .22))}.fv-lib-filters{display:flex;flex-direction:column;gap:7px;padding:10px 12px;border-bottom:1px solid var(--fv-border, rgba(212, 175, 110, .22))}.fv-lib-filters .tabs{display:flex;gap:6px;align-items:center}.fv-lib-filters .chips{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.fv-lib-count{margin-left:auto;color:var(--fv-muted, #9aa0ad);font-size:10px}.fv-lib-list{flex:1;min-height:0;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:1px}.fv-lib-read{flex:1;min-width:0;overflow-y:auto;padding:30px 40px}.fv-lib-page{max-width:68ch;margin:0 auto}.fv-lib-read-tools{display:flex;align-items:center;gap:6px;max-width:68ch;margin:0 auto 14px;padding-bottom:10px;border-bottom:1px solid var(--fv-border, rgba(212, 175, 110, .22))}.fv-lib-read-tools .sp{flex:1}.fv-lib-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--fv-muted, #9aa0ad);font-size:13px}.fv-lib-empty .glyph{font-size:30px;opacity:.45}.fv-read-title{font-family:var(--fv-display, inherit);font-size:16px;font-weight:700;color:var(--fv-text-on, #f2ecdd);line-height:1.2}.fv-read-sub{font-size:11.5px;font-style:italic;margin-top:2px}.fv-read-body{margin-top:11px;font-size:12px;line-height:1.55;color:var(--fv-text, #e8e2d4);white-space:pre-wrap}.fv-read-meta{margin-top:10px;display:grid;grid-template-columns:auto 1fr;gap:3px 10px;font-size:11.5px}.fv-lib-page .fv-read-title{font-size:23px}.fv-lib-page .fv-read-sub{font-size:13px}.fv-lib-page .fv-read-body{margin-top:14px;font-size:13.5px;line-height:1.62}.fv-lib-page .fv-read-meta{margin-top:12px;gap:4px 12px;font-size:12.5px}@media (max-width: 900px){.fv-lib-side{width:260px;flex-basis:260px}.fv-lib-read{padding:20px 22px}}@media (max-width: 639px){.fv-lib{flex-direction:column}.fv-lib-side{width:auto;flex:0 0 auto;max-height:40vh;border-right:none;border-bottom:1px solid var(--fv-border, rgba(212, 175, 110, .22))}.fv-lib-read{padding:16px 14px}.fv-lib-page .fv-read-title{font-size:19px}.fv-lib-page .fv-read-body{font-size:13px}}.fv-hub{position:fixed;top:0;right:0;bottom:0;left:0;z-index:48;display:flex;flex-direction:column;background:#070a10;color:var(--fv-text, #e8e2d4);pointer-events:auto}.fv-hub-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.fv-hub-head,.fv-hub-body{position:relative;z-index:1}.fv-hub-head{display:flex;align-items:center;gap:14px;padding:10px 18px;border-bottom:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0e1016a8}.fv-hub-brand{display:flex;flex-direction:column;gap:1px;background:none;border:none;color:inherit;cursor:pointer;text-align:left;padding:2px 6px 2px 0}.fv-hub-brand .kicker{font-size:9.5px;letter-spacing:.42em;text-transform:uppercase;color:var(--fv-gold, #d9b96c)}.fv-hub-brand .name{font-size:15px;font-weight:700;letter-spacing:.02em}.fv-hub-tabs{display:flex;align-items:center;gap:4px;margin-left:10px}.fv-hub-tab{padding:7px 13px;border-radius:8px;border:1px solid transparent;background:none;color:var(--fv-muted, #9aa0ad);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.fv-hub-tab:hover{color:var(--fv-text, #e8e2d4)}.fv-hub-tab.is-active{color:var(--fv-gold, #d9b96c);border-color:var(--fv-border, rgba(212, 175, 110, .22));background:#d4af6e14}.fv-hub-tab.is-gm{color:#caa24f}.fv-hub-tab.is-gm.is-active{color:#e8bf63;border-color:#e8bf6359;background:#e8bf6317}.fv-hub-tab.is-place{color:#6fcf97d9;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fv-hub-tab.is-place.is-active{color:#8fdcae;border-color:#6fcf9759;background:#6fcf9714}.fv-hub-head-spacer{flex:1}.fv-hub-menu{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:transparent;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));cursor:pointer;font-size:14px;line-height:1}.fv-hub-door{padding:8px 16px;border-radius:9px;border:1px solid rgba(212,175,110,.55);background:#d4af6e24;color:#f0e3c2;font-size:12.5px;font-weight:800;letter-spacing:.07em;cursor:pointer}.fv-hub-door:hover{background:#d4af6e38}.fv-hub-body{flex:1;min-height:0;display:flex}.fv-hub-crew{width:236px;flex:none;overflow-y:auto;border-right:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0d0f15b8;padding:12px 10px;display:flex;flex-direction:column;gap:8px}.fv-hub-crew-head{font-size:10px;letter-spacing:.34em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));padding:0 4px 2px}.fv-hub-crew-empty{font-size:12px;color:var(--fv-muted, #9aa0ad);line-height:1.5;padding:4px}.fv-hub-crew-actions{display:flex;gap:5px;padding:0 2px 4px}.fv-hub-crew-actions button{flex:1;padding:5px 6px;border-radius:7px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161eb3;color:var(--fv-muted, #9aa0ad);font-size:10.5px;font-weight:700;cursor:pointer;white-space:nowrap}.fv-hub-crew-actions button:hover{color:var(--fv-text, #e8e2d4);border-color:#d4af6e73}.fv-hub-crew-actions button.is-new{color:var(--fv-gold, #d9b96c)}.fv-hub-seat{border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:10px;background:#14161ebf;overflow:hidden}.fv-hub-seat.is-selected{border-color:#d4af6e8c}.fv-hub-seat-main{display:flex;align-items:center;gap:9px;width:100%;padding:8px 9px;background:none;border:none;color:inherit;cursor:pointer;text-align:left}.fv-hub-seat-main:hover{background:#d4af6e0f}.fv-hub-seat-id{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.fv-hub-seat-id .nm{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fv-hub-seat-id .cls{font-size:10.5px;color:var(--fv-muted, #9aa0ad)}.fv-hub-seat-badges{display:flex;gap:5px;align-items:center;flex:none}.fv-hub-seat-badges .b{font-size:11px;line-height:1}.fv-hub-seat-badges .acting{color:#6fcf97}.fv-hub-seat-badges .fielded{color:#7fb8e8}.fv-hub-seat-badges .lvl{color:var(--fv-gold, #d9b96c)}.fv-hub-seat-badges .vault{color:#9db8e8}.fv-tent-hero{display:flex;flex-direction:column;gap:10px;padding:clamp(18px,6vh,48px) clamp(14px,4vw,40px);max-width:560px}.fv-tent-hero .t{font-size:20px;font-weight:800}.fv-tent-hero .d{font-size:13px;color:var(--fv-muted, #9aa0ad);line-height:1.5}.fv-tent-hero .row{display:flex;flex-wrap:wrap;gap:9px;margin-top:6px}.fv-tent{display:flex;flex-direction:column;gap:14px;padding:8px 4px;max-width:1080px}.fv-tent-cols{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:14px 26px;align-items:start}.fv-tent-cols .main{display:flex;flex-direction:column;gap:14px;min-width:0}.fv-tent-cols .side{display:flex;flex-direction:column;gap:12px}@media (max-width: 899px){.fv-tent-cols{grid-template-columns:1fr}}.fv-tent-head{display:flex;align-items:center;gap:13px}.fv-tent-head .id{flex:1;min-width:0}.fv-tent-head .nm{font-size:19px;font-weight:800}.fv-tent-head .cls{font-size:12px;color:var(--fv-muted, #9aa0ad)}.fv-tent-head .own{font-size:11px;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));margin-top:2px}.fv-tent-head .acts{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.fv-tent-stats{display:flex;flex-wrap:wrap;gap:8px}.fv-tent-stats .stat{padding:6px 11px;border-radius:8px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161eb3;font-size:12px}.fv-tent-stats .stat b{color:var(--fv-gold, #d9b96c)}.fv-tent-stats .ab .k{font-size:9.5px;letter-spacing:.08em;color:var(--fv-muted, #9aa0ad);margin-right:4px}.fv-tent-gear .k{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));margin-bottom:3px}.fv-tent-gear .list{font-size:12.5px;line-height:1.5}.fv-tent-vault{display:flex;flex-direction:column;gap:7px;align-items:flex-start;padding:12px 14px;border-radius:10px;border:1px solid var(--fv-gold-dim, rgba(212, 175, 110, .55));background:linear-gradient(160deg,#262116b8,#16161cc7);box-shadow:inset 0 1px #d4af6e1f}.fv-tent-vault .k{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--fv-gold, #d9b96c)}.fv-tent-vault .st{font-size:12.5px;line-height:1.45}.fv-tent-vault .nudge{font-size:12px;color:var(--fv-gold, #d9b96c);font-style:italic}.fv-tent-danger{margin-top:8px;opacity:.75}.fv-tent-foot{margin-top:4px}.fv-tent-more{font-size:12px;color:var(--fv-muted, #9aa0ad);background:none;border:none;padding:4px 0;cursor:pointer;letter-spacing:.02em}.fv-tent-more:hover{color:var(--fv-gold, #d9b96c)}.fv-hub-seat-claim{padding:0 9px 7px}.fv-hub-seat-claim .claim{font-size:10px;letter-spacing:.05em;color:var(--fv-muted, #9aa0ad);background:none;border:none;padding:0}.fv-hub-seat-claim button.claim{cursor:pointer;text-decoration:underline;text-underline-offset:2px}.fv-hub-seat-claim .is-you{color:#6fcf97}.fv-hub-seat-claim .is-free{color:var(--fv-gold, #d9b96c)}.fv-hub-comms{width:308px;flex:none;overflow-y:auto;border-left:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0d0f15b8;padding:12px 10px;display:flex;flex-direction:column;gap:12px}.fv-hub-comms-chat{flex:none}.fv-hub-games{display:flex;flex-direction:column;gap:5px}.fv-hub-games-row{display:flex;flex-wrap:wrap;gap:6px}.fv-hub-game{padding:6px 11px;border-radius:8px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161eb3;color:var(--fv-text, #e8e2d4);font-size:11.5px;font-weight:700;cursor:pointer}.fv-hub-game:hover{border-color:#d4af6e80}.fv-hub-log{display:flex;flex-direction:column;gap:5px}.fv-hub-log-head{font-size:10px;letter-spacing:.34em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));padding:0 4px 2px}.fv-hub-log-empty{font-size:11.5px;color:var(--fv-muted, #9aa0ad);padding:0 4px}.fv-hub-log-line{font-size:11.5px;color:var(--fv-text, #e8e2d4);padding:5px 8px;border-left:2px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161e8c;border-radius:0 6px 6px 0;line-height:1.4}@media (max-width: 1023px){.fv-hub-comms{width:240px}}@media (max-width: 639px){.fv-hub-body{flex-direction:column;overflow-y:auto}.fv-hub-crew{width:auto;flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid var(--fv-border, rgba(212, 175, 110, .22))}.fv-hub-seat{min-width:200px}.fv-hub-comms{width:auto;border-left:none;border-top:1px solid var(--fv-border, rgba(212, 175, 110, .22))}}.fv-hub-home{flex:1;overflow:auto;padding:clamp(18px,4vh,44px) clamp(18px,5vw,64px);display:flex;flex-direction:column;gap:22px}.fv-hub-home-title{font-size:22px;font-weight:800;letter-spacing:.01em}.fv-hub-home-sub{font-size:12.5px;color:var(--fv-muted, #9aa0ad);margin-top:3px}.fv-hub-next{display:flex;align-items:center;gap:18px;max-width:1080px;padding:14px 18px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-left:3px solid var(--fv-gold-dim, rgba(212, 175, 110, .55));border-radius:12px;background:#14161ecc}.fv-hub-next-cursor{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.fv-hub-next-cursor .k{font-size:9.5px;letter-spacing:.34em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));margin-bottom:2px}.fv-hub-next-cursor .line{font-size:13px}.fv-hub-next-cursor .line.fight{color:#e88585;font-weight:700}.fv-hub-next-cursor .line.dim{color:var(--fv-muted, #9aa0ad);font-size:12px}.fv-hub-next-actions{display:flex;align-items:center;gap:10px;flex:none}.fv-hub-door.big{font-size:13.5px;padding:11px 20px}.fv-hub-door.big.is-fight{border-color:#e06666a6;background:#e0666629;color:#ffd9d9}.fv-hub-door.big.is-setting{border-color:var(--fv-border, rgba(212, 175, 110, .22));background:#14161e99;color:var(--fv-muted, #9aa0ad);cursor:default;font-weight:600;font-style:italic}.fv-hub-ready{padding:8px 14px;border-radius:9px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:transparent;color:var(--fv-muted, #9aa0ad);font-size:12px;font-weight:700;cursor:pointer}.fv-hub-ready.is-ready{border-color:#6fcf9799;color:#6fcf97;background:#6fcf9717}.fv-hub-ready-lights{font-size:11px;color:#6fcf97;max-width:220px}@media (max-width: 819px){.fv-hub-next{flex-direction:column;align-items:stretch}.fv-hub-next-actions{justify-content:flex-end}}.fv-prep{max-width:1080px;padding:14px 18px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-left:3px solid rgba(224,102,102,.5);border-radius:12px;background:#14161ecc;display:flex;flex-direction:column;gap:10px}.fv-prep-head{display:flex;align-items:baseline;gap:10px}.fv-prep-head .k{font-size:9.5px;letter-spacing:.34em;text-transform:uppercase;color:#e08585cc}.fv-prep-head .nm{font-size:15px;font-weight:800}.fv-prep-threats{display:flex;flex-wrap:wrap;gap:9px}.fv-threat{min-width:180px;max-width:260px;padding:9px 12px;border-radius:10px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0e1016cc;display:flex;flex-direction:column;gap:4px}.fv-threat .t{font-size:13px;font-weight:800}.fv-threat.is-rumor .t{color:var(--fv-muted, #9aa0ad);letter-spacing:.12em}.fv-threat.is-known{border-color:#e0666673}.fv-threat.is-peek{opacity:.45}.fv-threat .rumor{font-size:12px;font-style:italic;color:var(--fv-text, #e8e2d4);line-height:1.45}.fv-threat .known{display:flex;flex-direction:column;gap:2px;font-size:11.5px;color:var(--fv-muted, #9aa0ad)}.fv-threat .known .resist{color:#e8a1a1}.fv-prep-pins{display:flex;flex-direction:column;gap:3px}.fv-prep-pins .pin{font-size:12px;border-left:2px solid var(--fv-gold-dim, rgba(212, 175, 110, .55));padding:2px 8px}.fv-prep-pins .pin b{color:var(--fv-gold, #d9b96c);font-weight:700}.fv-prep-pin-row input{width:100%;padding:7px 10px;border-radius:8px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12b3;color:var(--fv-text, #e8e2d4);font-size:12px}.fv-workbench{max-width:1080px;padding:12px 16px;border:1px dashed rgba(212,175,110,.35);border-radius:12px;background:#101219d9;display:flex;flex-direction:column;gap:10px}.fv-workbench-head{display:flex;align-items:center;gap:8px}.fv-workbench-head .k{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-workbench-plans{display:flex;flex-direction:column;gap:5px}.fv-workbench-plans .empty{font-size:12px;color:var(--fv-muted, #9aa0ad)}.fv-workbench-plans .row{display:flex;align-items:center;gap:8px}.fv-workbench-plans .row .nm{background:none;border:none;color:var(--fv-text, #e8e2d4);font-size:13px;font-weight:700;cursor:pointer;text-align:left}.fv-workbench-plans .row.is-editing .nm{color:var(--fv-gold, #d9b96c)}.fv-workbench-plans .row .meta{font-size:11px;color:var(--fv-muted, #9aa0ad);flex:1}.fv-workbench-edit{display:flex;flex-direction:column;gap:7px;border-top:1px solid var(--fv-border, rgba(212, 175, 110, .22));padding-top:9px}.fv-workbench-edit input,.fv-workbench-edit textarea{padding:7px 10px;border-radius:8px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12b3;color:var(--fv-text, #e8e2d4);font-size:12.5px}.fv-workbench-edit .hits{display:flex;flex-wrap:wrap;gap:5px}.fv-workbench-edit .hits button{padding:5px 10px;border-radius:7px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161ecc;color:var(--fv-text, #e8e2d4);font-size:12px;cursor:pointer}.fv-workbench-edit .hits .cr{color:var(--fv-gold, #d9b96c);font-size:10.5px}.fv-workbench-edit .threat{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.fv-workbench-edit .threat .nm{font-size:13px;font-weight:700;min-width:110px}.fv-workbench-edit .threat .count{width:52px}.fv-workbench-edit .threat .tier{padding:4px 9px;border-radius:7px;font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:none;color:var(--fv-muted, #9aa0ad);cursor:pointer}.fv-workbench-edit .threat .tier.is-on{color:var(--fv-gold, #d9b96c);border-color:#d4af6e8c;background:#d4af6e14}.fv-workbench-edit .threat .rumor{flex:1;min-width:200px}.fv-inter{max-width:1080px;padding:14px 18px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-left:3px solid rgba(111,207,151,.5);border-radius:12px;background:#101219d9;display:flex;flex-direction:column;gap:10px}.fv-inter-head{display:flex;align-items:baseline;gap:10px}.fv-inter-head .k{font-size:9.5px;letter-spacing:.34em;text-transform:uppercase;color:#6fcf97cc}.fv-inter-head .nm{font-size:15px;font-weight:800}.fv-inter-blurb{font-size:12.5px;color:var(--fv-muted, #9aa0ad);line-height:1.5;font-style:italic}.fv-inter.is-room{max-width:none;border:none;background:none;padding:4px 6px}.fv-inter-door{display:flex;align-items:baseline;gap:12px;text-align:left;width:100%;max-width:1080px;padding:12px 16px;border-radius:12px;cursor:pointer;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-left:3px solid rgba(111,207,151,.5);background:#101219d9;color:var(--fv-text, #e8e2d4);transition:border-color .12s ease,background .12s ease}.fv-inter-door:hover{border-color:#6fcf9780;background:#141820eb}.fv-inter-door .k{font-size:9.5px;letter-spacing:.34em;text-transform:uppercase;color:#6fcf97cc;white-space:nowrap}.fv-inter-door .nm{font-size:14.5px;font-weight:800;white-space:nowrap}.fv-inter-door .blurb{flex:1;min-width:0;font-size:12px;color:var(--fv-muted, #9aa0ad);font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fv-inter-door .go{color:#6fcf97d9;font-size:12.5px;font-weight:700;white-space:nowrap}.fv-station{display:flex;flex-direction:column;gap:8px}.fv-station-head{display:flex;align-items:center;gap:12px}.fv-station-head .back{background:none;border:none;color:var(--fv-muted, #9aa0ad);cursor:pointer;font-size:12px;padding:2px 0}.fv-station-head .back:hover{color:var(--fv-gold, #d9b96c)}.fv-station-head .who b{font-size:15px}.fv-station-head .who .keeper{font-size:11.5px;color:var(--fv-muted, #9aa0ad);margin-left:8px}.fv-station-blurb{font-size:12px;color:var(--fv-muted, #9aa0ad)}.fv-station-line{font-size:12.5px;color:var(--fv-gold, #d9b96c);font-style:italic}.fv-station-dark{font-size:12.5px;color:var(--fv-muted, #9aa0ad);padding:14px 0}.fv-market{display:flex;flex-direction:column;gap:8px}.fv-market-bar{display:flex;align-items:center;gap:10px}.fv-market-bar .buyer{font-size:13px;font-weight:700}.fv-market-bar select{padding:5px 8px;border-radius:7px;font-size:12.5px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12b3;color:var(--fv-text, #e8e2d4)}.fv-market-bar .purse{font-size:12.5px;color:var(--fv-gold, #d9b96c);font-weight:700;flex:1}.fv-counter{display:flex;flex-wrap:wrap;gap:6px}.fv-counter-chip{display:inline-flex;align-items:center;gap:7px;padding:4px 12px 4px 4px;border-radius:999px;cursor:pointer;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0e1016b3;color:var(--fv-text, #e8e2d4);font-size:12.5px}.fv-counter-chip:hover{border-color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-counter-chip.is-on{border-color:var(--fv-gold, #d9b96c);background:#d4af6e1a;color:var(--fv-gold, #d9b96c)}.fv-counter-chip .port{width:26px;height:26px}.fv-counter-chip .port .mono{font-size:12px}.fv-counter-chip .nm{font-weight:700}.fv-market-bar .tabs{display:flex;gap:4px}.fv-market-bar .tabs button{padding:4px 12px;border-radius:7px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:none;color:var(--fv-muted, #9aa0ad);cursor:pointer}.fv-market-bar .tabs button.is-on{color:var(--fv-gold, #d9b96c);border-color:#d4af6e8c;background:#d4af6e14}.fv-market-wares{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:7px}.fv-ware,.fv-post{display:flex;align-items:center;gap:9px;padding:8px 11px;border-radius:9px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161ecc}.fv-ware .body,.fv-post .body{flex:1;min-width:0;display:flex;flex-direction:column}.fv-ware .body b,.fv-post .body b{font-size:12.5px}.fv-ware .body .meta,.fv-post .body .meta{font-size:10.5px;color:var(--fv-muted, #9aa0ad)}.fv-ware .price,.fv-post .price{padding:5px 10px;border-radius:7px;font-size:12px;font-weight:700;white-space:nowrap;border:1px solid rgba(212,175,110,.4);background:#d4af6e14;color:var(--fv-gold, #d9b96c);cursor:pointer}.fv-ware .price:hover:not(:disabled),.fv-post .price:hover:not(:disabled){background:#d4af6e29}.fv-ware .price:disabled,.fv-post .price:disabled{opacity:.4;cursor:default}.fv-ware .noprice,.fv-post .noprice{font-size:11px;color:var(--fv-muted, #9aa0ad);font-style:italic;white-space:nowrap}.fv-post.is-taken,.fv-post.is-settled{opacity:.62}.fv-tavern-rumors{display:flex;flex-direction:column;gap:6px}.fv-tavern-rumors .k{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-rumor{display:flex;align-items:center;gap:9px;padding:7px 11px;border-radius:9px;border:1px dashed var(--fv-border, rgba(212, 175, 110, .22));background:#14161e8c}.fv-rumor .txt{flex:1;font-size:12px;font-style:italic;color:var(--fv-muted, #c8c4b8)}.fv-rumor.is-heard{border-style:solid}.fv-rumor.is-heard .txt{color:var(--fv-text, #e8e2d4)}.fv-rumor button{border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:7px;background:#d4af6e1a;color:var(--fv-gold, #d9b96c);font-size:11px;padding:3px 9px;cursor:pointer;white-space:nowrap}.fv-rumor button:disabled{opacity:.45;cursor:default;background:none}.fv-act{display:flex;flex-direction:column;gap:6px;padding:9px 11px;border-radius:10px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161eb3}.fv-act .head{display:flex;align-items:baseline;gap:8px}.fv-act .head b{flex:1;font-size:12.5px}.fv-act .head .pot{font-size:11px;font-weight:700;color:var(--fv-gold, #d9b96c)}.fv-act .line{font-size:11px;color:var(--fv-muted, #9aa0ad);font-style:italic}.fv-act .row{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.fv-act .row .dark{font-size:11px;color:var(--fv-muted, #9aa0ad);font-style:italic}.fv-act .row button,.fv-act .row select{border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:7px;background:#d4af6e14;color:var(--fv-gold, #d9b96c);font-size:11px;padding:3px 9px;cursor:pointer}.fv-act .row select{background:#14161ecc;color:var(--fv-text, #e8e2d4)}.fv-act .row button:disabled{opacity:.4;cursor:default}.fv-act .row .go{font-weight:700}.fv-station-ask{display:flex;gap:7px;margin-top:4px}.fv-station-ask input{flex:1;font-size:12px;padding:6px 10px;border-radius:8px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0e1016b3;color:var(--fv-text, #e8e2d4);outline:none}.fv-station-ask button{border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:8px;background:none;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));font-size:11.5px;padding:5px 11px;cursor:pointer;white-space:nowrap}.fv-station-ask button:not(:disabled):hover{color:var(--fv-gold, #d9b96c)}.fv-station-ask button:disabled{opacity:.4;cursor:default}.fv-firenotes{display:flex;flex-direction:column;gap:6px;padding:11px 13px;border-radius:11px;border:1px solid rgba(232,191,99,.3);background:#e8bf630d}.fv-firenotes .k{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:#e8bf63}.fv-firenotes .note{display:flex;align-items:center;gap:9px}.fv-firenotes .note .txt{flex:1;font-size:12px;color:var(--fv-text, #e8e2d4)}.fv-firenotes .note button{border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:6px;background:none;color:#7fd8a8;font-size:11px;padding:1px 7px;cursor:pointer}.fv-hub-gmrow{display:flex;gap:9px;flex-wrap:wrap}.fv-wb-recipes{display:flex;flex-direction:column;gap:8px}.fv-wb-recipes .dial{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.fv-wb-recipes .dial .k{font-size:11px;color:var(--fv-muted, #9aa0ad)}.fv-wb-recipes .dial .tier{padding:4px 11px;border-radius:7px;font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:none;color:var(--fv-muted, #9aa0ad);cursor:pointer}.fv-wb-recipes .dial .tier.is-on{color:var(--fv-gold, #d9b96c);border-color:#d4af6e8c;background:#d4af6e14}.fv-wb-recipes .dial .who{font-size:10.5px;color:var(--fv-muted, #9aa0ad);font-style:italic;margin-left:4px}.fv-wb-recipes .row{display:flex;gap:8px;flex-wrap:wrap}.fv-wb-recipes .tpl{display:flex;flex-direction:column;gap:2px;text-align:left;max-width:250px;padding:9px 13px;border-radius:9px;cursor:pointer;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161ecc;color:var(--fv-text, #e8e2d4)}.fv-wb-recipes .tpl:hover{border-color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-wb-recipes .tpl b{font-size:12.5px}.fv-wb-recipes .tpl span{font-size:10.5px;color:var(--fv-muted, #9aa0ad)}.fv-wb-recipes .tpl.is-on{border-color:#d4af6e99;background:#d4af6e14}.fv-wb-back{align-self:flex-start;background:none;border:none;padding:2px 0;color:var(--fv-muted, #9aa0ad);font-size:12px;cursor:pointer}.fv-wb-back:hover{color:var(--fv-gold, #d9b96c)}.fv-wb-shelf{display:flex;flex-direction:column;gap:9px}.fv-wb-shelf .doors{display:flex;gap:8px}.fv-wb-diff{font-size:10px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;padding:2px 8px;border-radius:6px;border:1px solid rgba(212,175,110,.4);color:var(--fv-gold, #d9b96c)}.fv-wb-diff.big{font-size:11px}.fv-wb-preview{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:10px 13px;border-radius:9px;border:1px solid rgba(212,175,110,.4);background:#d4af6e0f}.fv-wb-preview .what{font-size:12.5px}.fv-wb-preview .what b{color:var(--fv-gold, #d9b96c)}.fv-wb-edit-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.fv-wb-edit-head input{flex:1;min-width:160px}.fv-workbench-edit .threat .knows{font-size:10.5px;color:var(--fv-muted, #9aa0ad);margin-left:4px}.fv-workbench-edit .threat .nm .cr{font-size:10px;color:var(--fv-muted, #9aa0ad);font-style:normal}.fv-workbench-edit .threat .cnt{display:inline-flex;align-items:center;gap:3px;font-size:12px;color:var(--fv-muted, #9aa0ad)}.fv-wb-notes{display:flex;flex-direction:column;gap:3px}.fv-wb-notes span{font-size:10.5px;color:var(--fv-muted, #9aa0ad)}.fv-wb-edit-foot{display:flex;align-items:center;gap:8px}.fv-hub-hat{display:inline-flex;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:7px;overflow:hidden}.fv-hub-hat button{padding:4px 10px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;background:none;border:none;color:var(--fv-muted, #9aa0ad);cursor:pointer}.fv-hub-hat button.is-on{color:#e0aa50;background:#e0aa501f}.fv-hub-me{font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;padding:4px 11px;border-radius:7px;border:1px solid;background:none}.fv-hub-me.is-gm{color:#e0aa50;border-color:#e0aa508c;background:#e0aa5014}.fv-hub-me.is-player{color:var(--fv-gold, #d9b96c);border-color:#d4af6e73;cursor:pointer}.fv-hub-me.is-player:hover{background:#d4af6e1a}.fv-hub-me.is-unseated{color:var(--fv-muted, #9aa0ad);border-color:var(--fv-border, rgba(212, 175, 110, .22));cursor:pointer}.fv-hub-me.is-unseated:hover{color:var(--fv-gold, #d9b96c)}.fv-gmscreen{display:flex;flex-direction:column;gap:14px;max-width:1080px;padding:4px 0}.fv-hub-bay.is-gm .fv-hub-bay-body{border-left:3px solid rgba(224,170,80,.45);padding-left:14px}.fv-gms-note{font-size:12.5px;color:var(--fv-muted, #9aa0ad);line-height:1.5;margin:0;max-width:640px}.fv-gms-sub{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));margin-top:6px}.fv-gms-sub.danger{color:#e08585bf}.fv-gms-field{display:flex;flex-direction:column;gap:3px;max-width:420px}.fv-gms-field span{font-size:10.5px;color:var(--fv-muted, #9aa0ad)}.fv-gms-field input{padding:7px 10px;border-radius:8px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12b3;color:var(--fv-text, #e8e2d4)}.fv-gms-xp{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fv-gms-xp input{max-width:120px;padding:6px 10px;border-radius:8px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12b3;color:var(--fv-text, #e8e2d4)}.fv-gms-xp .hint{font-size:10.5px;color:var(--fv-muted, #9aa0ad);font-style:italic}.fv-gms-lore{font-size:12.5px;line-height:1.5;max-width:640px;color:var(--fv-text, #e8e2d4)}.fv-threat .peek{font-size:10.5px;color:var(--fv-muted, #9aa0ad);font-style:italic}.fv-gms-wipe{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.fv-gms-wipe .warn{font-size:11.5px;color:#e0a5a5;line-height:1.4}.fv-hub-ready.is-danger{border-color:#e0666699;color:#e88585}.fv-places{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:9px}.fv-place{position:relative;display:flex;border-radius:11px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161ecc}.fv-place .body{flex:1;display:flex;flex-direction:column;gap:4px;text-align:left;padding:12px 14px;background:none;border:none;color:var(--fv-text, #e8e2d4);cursor:pointer}.fv-place:hover{border-color:#6fcf9780}.fv-place .body b{font-size:13.5px}.fv-place .body .icons{display:inline-flex;gap:6px;color:var(--fv-gold-dim, rgba(212, 175, 110, .7))}.fv-place .body .tag{font-size:11px;color:var(--fv-muted, #9aa0ad)}.fv-place .body .go{font-size:11px;color:#6fcf97d9;font-weight:700}.fv-place .body .live{font-size:11px;color:#6fcf97;font-weight:700}.fv-place.is-live{border-color:#6fcf9780;background:#6fcf970d}.fv-place.is-template,.fv-place.is-new{border-style:dashed;background:#10121999}.fv-place>.fv-hub-menu{position:absolute;top:6px;right:6px}.fv-place .verbs{display:flex;align-items:flex-end;padding:10px 10px 10px 0}.fv-editor-back{background:none;border:none;cursor:pointer;padding:2px 8px 2px 0;font-size:12px;color:var(--fv-muted, #9aa0ad);white-space:nowrap}.fv-editor-back:hover{color:var(--fv-text, #e8e2d4)}.fv-authoring{border-style:dashed;padding-top:9px}.fv-authoring>.k{font-size:9.5px;letter-spacing:.3em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-iwb-station{display:flex;flex-direction:column;gap:6px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:9px;padding:9px 11px;background:#0e101699}.fv-iwb-station .head{display:flex;align-items:center;gap:7px}.fv-iwb-station .head .kind{font-size:9.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-iwb-station .head input{flex:1;min-width:90px}.fv-iwb-station .stock{display:flex;flex-wrap:wrap;gap:5px}.fv-iwb-station .stock .empty{font-size:11px;color:var(--fv-muted, #9aa0ad)}.fv-iwb-station .stock .chip{display:inline-flex;align-items:center;gap:5px;font-size:11px;padding:3px 8px;border-radius:7px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161ecc}.fv-iwb-station .stock .chip button{background:none;border:none;color:var(--fv-muted, #9aa0ad);cursor:pointer;font-size:11px;padding:0}.fv-iwb-station .stock .chip button:hover{color:#e08585}.fv-iwb-station .stock .chip.is-off{opacity:.6}.fv-iwb-station .stock .chip.is-off i{font-style:normal;font-size:10px;color:var(--fv-muted, #9aa0ad)}.fv-iwb-station .stock .chip [data-testid=iwb-rite-toggle]{color:var(--fv-text, #e8e2d4)}.fv-iwb-station .stock .chip [data-testid=iwb-rite-toggle]:hover{color:var(--fv-gold, #d9b96c)}.fv-iwb-station .stock .chip input{width:52px;font-size:11px;padding:1px 4px}.fv-iwb-purse{display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--fv-border, rgba(212, 175, 110, .22));padding-top:9px}.fv-iwb-purse .k{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-iwb-purse .rows{display:flex;flex-direction:column;gap:4px}.fv-iwb-purse .row{display:flex;align-items:center;gap:9px}.fv-iwb-purse .row .nm{font-size:12.5px;font-weight:700;min-width:110px}.fv-iwb-purse .row .amt{font-size:12px;color:var(--fv-gold, #d9b96c);flex:1}.fv-iwb-purse .row button{padding:3px 10px;border-radius:7px;font-size:11px;cursor:pointer;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:none;color:var(--fv-muted, #9aa0ad)}.fv-iwb-purse .row button:disabled{opacity:.4;cursor:default}.fv-iwb-purse input{max-width:140px;padding:6px 10px;border-radius:8px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12b3;color:var(--fv-text, #e8e2d4)}.fv-hub-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;max-width:1080px}.fv-hub-card{text-align:left;padding:14px 16px;border-radius:12px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161ebf;color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:5px}.fv-hub-card:hover{border-color:#d4af6e80;background:#1a1c26d9}.fv-hub-card .t{font-size:13.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--fv-gold, #d9b96c)}.fv-hub-card .d{font-size:12px;color:var(--fv-muted, #9aa0ad);line-height:1.45}.fv-hub-card.is-gm .t{color:#e8bf63}.fv-hub-party{display:flex;flex-wrap:wrap;gap:8px}.fv-hub-party-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border-radius:999px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#14161eb3;font-size:12px}.fv-hub-party-chip .lvl{color:var(--fv-muted, #9aa0ad);font-size:11px}.fv-hub-bay{flex:1;min-height:0;display:flex;flex-direction:column}.fv-hub-subtabs{display:flex;gap:4px;padding:8px 18px 0}.fv-hub-subtab{padding:6px 12px;border-radius:8px 8px 0 0;border:1px solid transparent;border-bottom:none;background:none;color:var(--fv-muted, #9aa0ad);font-size:12px;font-weight:700;cursor:pointer}.fv-hub-subtab.is-active{color:var(--fv-gold, #d9b96c);border-color:var(--fv-border, rgba(212, 175, 110, .22));background:#14161ecc}.fv-hub-bay-body{position:relative;flex:1;min-height:0;overflow:auto;margin:0 18px 16px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:0 10px 10px;background:#101219cc;padding:14px}.fv-chron{flex:1;min-height:0;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.fv-chron .sp{flex:1}.fv-chron-bar{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.fv-chron-bar .t{font-weight:700;font-size:14px;color:var(--fv-text, #e8e2d4)}.fv-chron-bar .n{font-size:11.5px;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-chron-bar .d{font-size:11.5px;color:var(--fv-muted, #9aa0ad)}.fv-chron-empty{color:var(--fv-muted, #9aa0ad);font-size:12.5px;padding:18px 4px;font-style:italic}.fv-chron-add{display:flex;flex-direction:column;gap:7px;padding:12px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:10px;background:#d4af6e0d}.fv-chron-add .row{display:flex;gap:7px}.fv-chron-add .row>*{flex:1}.fv-chron-add .row.end{justify-content:flex-end}.fv-chron-add .row.end>*{flex:0 0 auto}.fv-chron-add select{border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:8px;background:#14161ecc;color:var(--fv-text, #e8e2d4);font-size:12px;padding:5px 8px}.fv-chron-donehead{margin-top:8px;font-size:10.5px;letter-spacing:.6px;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-chron-write{display:flex;flex-direction:column;gap:7px;padding:12px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:10px;background:#d4af6e0d}.fv-chron-write .row{display:flex;align-items:center;gap:8px}.fv-chron-write .where{font-size:11px;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));font-style:italic}.fv-chron-write .feed{display:flex;flex-direction:column;gap:4px}.fv-chron-write .feed .k{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-chron-write .picked{display:flex;flex-direction:column;gap:4px}.fv-chron-write .moment{display:inline-flex;align-items:center;gap:6px;text-align:left;font-size:11.5px;padding:4px 9px;border-radius:7px;cursor:pointer;border:1px dashed var(--fv-border, rgba(212, 175, 110, .22));background:none;color:var(--fv-muted, #9aa0ad)}.fv-chron-write .moment:hover{color:var(--fv-text, #e8e2d4)}.fv-chron-write .moment.is-picked{border-style:solid;color:var(--fv-text, #e8e2d4);background:#d4af6e14;cursor:default}.fv-chron-write .moment.is-picked button{background:none;border:none;color:var(--fv-muted, #9aa0ad);cursor:pointer;padding:0}.fv-chron-entry{display:flex;flex-direction:column;gap:6px;padding:12px 15px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-left:3px solid var(--fv-gold-dim, rgba(212, 175, 110, .55));border-radius:10px;background:#14161eb8;max-width:74ch}.fv-chron-entry .head{display:flex;align-items:center;gap:8px;min-height:14px}.fv-chron-entry .where{font-size:10.5px;letter-spacing:.5px;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-chron-entry .prose{font-size:13.5px;line-height:1.6;color:var(--fv-text, #e8e2d4)}.fv-chron-entry .moment-line{font-size:11.5px;color:var(--fv-muted, #9aa0ad);font-style:italic}.fv-thread{display:flex;flex-direction:column;gap:6px;padding:11px 13px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-left:3px solid var(--fv-gold, #d9b96c);border-radius:10px;background:#14161ebf;max-width:74ch}.fv-thread.is-closed{opacity:.65;border-left-color:#9aa0ad66}.fv-thread .head{display:flex;align-items:baseline;gap:8px}.fv-thread .title{flex:1;font-weight:700;font-size:13px;color:var(--fv-text, #e8e2d4)}.fv-thread .giver{font-size:10px;color:var(--fv-muted, #9aa0ad);border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:6px;padding:1px 6px;white-space:nowrap}.fv-thread .detail{font-size:12px;color:var(--fv-muted, #c8c4b8);line-height:1.45}.fv-thread .outcome{font-size:12px;color:var(--fv-muted, #9aa0ad);font-style:italic}.fv-thread .foot{display:flex;align-items:center;gap:8px}.fv-thread .foot .sp{flex:1}.fv-thread .reward{font-size:10.5px;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-thread .close-row{display:flex;gap:7px;align-items:center}.fv-thread .close-row>:first-child{flex:1}.fv-cast-group{display:flex;flex-direction:column;gap:7px}.fv-cast-group .k{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-cast-group .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:9px}.fv-cast-card{display:flex;flex-direction:column;gap:5px;padding:10px 12px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:10px;background:#14161ebf}.fv-cast-card .head{display:flex;align-items:center;gap:8px}.fv-cast-card .nm{flex:1;font-weight:700;font-size:13px;color:var(--fv-text, #e8e2d4)}.fv-cast-card .line{font-size:11.5px;color:var(--fv-muted, #c8c4b8);line-height:1.45}.fv-cast-card .line.dim{font-style:italic;color:var(--fv-muted, #9aa0ad)}.fv-cast-card .learn{display:flex;gap:5px;margin-top:3px}.fv-cast-card .learn input{flex:1;font-size:11.5px;padding:4px 8px;border-radius:7px;border:1px solid transparent;background:none;color:var(--fv-text, #e8e2d4);outline:none}.fv-cast-card .learn input:focus,.fv-cast-card .learn input:hover{border-color:var(--fv-border, rgba(212, 175, 110, .22));background:#0e101699}.fv-cast-card .learn button{border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:7px;background:none;color:var(--fv-gold, #d9b96c);font-size:11.5px;padding:2px 9px;cursor:pointer}.fv-hub-bay.is-forge{display:flex;flex-direction:column;min-height:0;padding:10px 12px 12px}.fv-forge{flex:1;min-height:0;display:flex;flex-direction:column;color:var(--fv-text, #e8e2d4);border:1px solid var(--fv-border, rgba(212, 175, 110, .22));border-radius:14px;overflow:hidden;background:#0c0e14e0}.fv-forge-head{display:flex;align-items:center;gap:14px;padding:12px 18px 11px;border-bottom:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12d1}.fv-forge-name{width:min(320px,30vw);font-size:17px;font-weight:700;padding:8px 13px;border-radius:10px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0e1018bf;color:var(--fv-text, #e8e2d4);outline:none}.fv-forge-name:focus{border-color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-forge-lvl{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--fv-muted, #9aa0ad)}.fv-forge-lvl input{width:46px;text-align:center;font-size:14px;font-weight:700;padding:6px 2px;border-radius:8px;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0e1018bf;color:var(--fv-text, #e8e2d4);outline:none}.fv-forge-lvl input::-webkit-outer-spin-button,.fv-forge-lvl input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.fv-forge-lvl button{width:26px;height:26px;border-radius:7px;font-size:14px;line-height:1;padding:0;cursor:pointer;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0e1018bf;color:var(--fv-gold, #d9b96c)}.fv-forge-head .spacer{flex:1}.fv-forge-door{padding:7px 14px;border-radius:9px;font-size:12.5px;cursor:pointer;white-space:nowrap;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0e101899;color:var(--fv-text, #e8e2d4)}.fv-forge-door:hover:not(:disabled){border-color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-forge-door:disabled{opacity:.4;cursor:default}.fv-forge-door.is-next{color:var(--fv-gold, #d9b96c);border-color:#d4af6e66;background:#d4af6e14}.fv-forge-main{flex:1;min-height:0;display:grid;grid-template-columns:190px minmax(0,1fr) 340px}.fv-forge-nav{display:flex;flex-direction:column;gap:3px;padding:16px 10px;border-right:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12a6;overflow-y:auto}.fv-forge-nav button{display:flex;align-items:center;gap:9px;text-align:left;padding:9px 11px;border-radius:9px;font-size:13px;cursor:pointer;border:1px solid transparent;background:none;color:var(--fv-text, #e8e2d4)}.fv-forge-nav button:hover{color:var(--fv-gold, #d9b96c)}.fv-forge-nav button.is-active{color:var(--fv-gold, #d9b96c);border-color:var(--fv-border, rgba(212, 175, 110, .22));background:#d4af6e14}.fv-forge-nav .dot{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:10.5px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));color:var(--fv-muted, #9aa0ad)}.fv-forge-nav button.is-done .dot{color:#6fcf97;border-color:#6fcf9780;background:#6fcf971a}.fv-forge-nav button .fv-ico{color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-forge-nav button.is-active .fv-ico{color:var(--fv-gold, #d9b96c)}.fv-forge-door .fv-ico{vertical-align:-.18em;margin-right:3px}.fv-forge-sheet .sheet-vitals .v .fv-ico{color:var(--fv-gold-dim, rgba(212, 175, 110, .7));margin-bottom:1px}.fv-forge-body{padding:20px 26px;overflow-y:auto;background:#0c0e148c}.fv-forge-stephead{margin-bottom:16px}.fv-forge-stephead .t{font-size:18px;font-weight:800;color:var(--fv-gold, #d9b96c)}.fv-forge-stephead .h{font-size:12.5px;color:var(--fv-muted, #9aa0ad);margin-top:3px}.fv-forge-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px;max-width:940px}.fv-forge-cards.is-classes{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.fv-forge-card{display:flex;flex-direction:column;gap:3px;text-align:left;padding:12px 14px;border-radius:11px;cursor:pointer;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#12141ccc;color:var(--fv-text, #e8e2d4);transition:border-color .12s ease,background .12s ease}.fv-forge-card:hover{border-color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-forge-card.is-on{border-color:var(--fv-gold, #d9b96c);background:#d4af6e1a}.fv-forge-card b{font-size:14px}.fv-forge-card .gold{font-size:11px;color:var(--fv-gold, #d9b96c)}.fv-forge-card .meta{font-size:11px;color:var(--fv-muted, #9aa0ad);line-height:1.45}.fv-forge-card.is-class{flex-direction:row;align-items:flex-start;gap:12px;border-left:3px solid color-mix(in srgb,var(--cls) 55%,transparent)}.fv-forge-card.is-class .glyph{width:46px;height:46px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;color:var(--cls);border:1px solid color-mix(in srgb,var(--cls) 45%,transparent);background:color-mix(in srgb,var(--cls) 12%,transparent)}.fv-forge-card.is-class .body{display:flex;flex-direction:column;gap:3px;min-width:0}.fv-forge-card.is-class.is-on{border-color:var(--cls);background:color-mix(in srgb,var(--cls) 10%,rgba(18,20,28,.85))}.fv-forge-card.is-class.is-on b{color:var(--cls)}.fv-forge-card.is-race .head{display:flex;align-items:center;gap:8px}.fv-forge-card.is-race .head .fv-gi{color:var(--fv-gold-dim, rgba(212, 175, 110, .7))}.fv-forge-detail{margin-top:16px;padding:13px 15px;border-radius:11px;max-width:940px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#101219b3;display:flex;flex-direction:column;gap:8px}.fv-forge-detail .row{display:flex;gap:12px;align-items:baseline}.fv-forge-detail .row .k,.fv-forge-equip .k{width:170px;flex-shrink:0;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-forge-detail .row span:last-child{font-size:12.5px;line-height:1.5}.fv-forge-detail .traits{display:flex;flex-direction:column;gap:6px}.fv-forge-detail .trait{font-size:12px;line-height:1.55;color:var(--fv-muted, #c8c4b8)}.fv-forge-detail .trait b{color:var(--fv-gold, #d9b96c);font-weight:700}.chips,.fv-forge-detail .chips{display:flex;flex-wrap:wrap;gap:6px}.fv-forge-chip{padding:6px 12px;border-radius:18px;font-size:12px;cursor:pointer;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:none;color:var(--fv-text, #e8e2d4)}.fv-forge-chip i{font-style:normal;color:var(--fv-muted, #9aa0ad);font-size:10.5px}.fv-forge-chip.is-on{color:var(--fv-gold, #d9b96c);border-color:#d4af6e8c;background:#d4af6e1a}.fv-forge-chip.is-locked{opacity:.65;cursor:default}.fv-forge-chip .fv-gi{vertical-align:-2px;margin-right:3px}.fv-forge-armorcard .head{display:flex;align-items:center;gap:7px}.fv-forge-arm{display:inline-flex;align-items:center;gap:5px;margin-right:12px}.fv-forge-list{display:flex;flex-direction:column;gap:8px;max-width:940px}.fv-forge-wide{display:block;text-align:left;width:100%;padding:11px 14px;border-radius:11px;cursor:pointer;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#12141ccc;color:var(--fv-text, #e8e2d4)}.fv-forge-wide:hover{border-color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-forge-wide.is-on{border-color:var(--fv-gold, #d9b96c);background:#d4af6e1a}.fv-forge-wide .head{display:flex;align-items:baseline;gap:9px}.fv-forge-wide .head b{font-size:13.5px}.fv-forge-wide .tick{font-size:11px;color:var(--fv-gold, #d9b96c)}.fv-forge-wide .feat{font-size:11.5px;color:var(--fv-muted, #9aa0ad);line-height:1.5;margin-top:4px}.fv-forge-wide .feat b{color:var(--fv-text, #e8e2d4)}.fv-forge-choice{margin-top:18px}.fv-forge-methods{display:flex;align-items:center;gap:7px;margin-bottom:14px;flex-wrap:wrap}.fv-forge-methods .note{font-size:11.5px;color:var(--fv-gold, #d9b96c)}.fv-forge-methods .note.is-bad{color:#e08585}.fv-forge-abils{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,150px));gap:10px;max-width:960px}.fv-forge-abils .cell{display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 6px;border-radius:10px;text-align:center;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#12141ccc}.fv-forge-abils .k{font-size:10px;letter-spacing:.18em;color:var(--fv-muted, #9aa0ad)}.fv-forge-abils select,.fv-forge-abils input{width:100%;text-align:center;font-size:14px;padding:4px;border-radius:7px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12b3;color:var(--fv-text, #e8e2d4);outline:none}.fv-forge-abils .steppers{display:flex;align-items:center;gap:6px}.fv-forge-abils .steppers b{min-width:20px;font-size:15px}.fv-forge-abils .steppers button{width:22px;height:22px;border-radius:6px;font-size:14px;line-height:1;padding:0;cursor:pointer;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12b3;color:var(--fv-gold, #d9b96c)}.fv-forge-abils .steppers button:disabled{opacity:.35;cursor:default}.fv-forge-abils .final{font-size:17px;font-weight:800;color:var(--fv-gold, #d9b96c)}.fv-forge-abils .mod{font-size:10.5px;color:var(--fv-muted, #9aa0ad)}.fv-forge-abils .k{display:inline-flex;align-items:center;gap:5px;color:var(--fv-gold-dim, rgba(212, 175, 110, .7))}.fv-forge-abils .drives{font-size:9.5px;color:var(--fv-muted, #9aa0ad);line-height:1.4;margin-top:3px}.fv-forge-teach{font-size:12px;color:var(--fv-muted, #c8c4b8);font-style:italic;margin:0 0 14px;max-width:720px;line-height:1.5}.fv-forge-warn{color:#e08585;font-size:12px;margin-top:10px}.fv-forge-teachbar{display:flex;align-items:flex-start;gap:11px;max-width:960px;margin-top:12px;padding:11px 14px;border-radius:11px;border:1px solid rgba(212,175,110,.35);background:#d4af6e12;font-size:12.5px;line-height:1.55;color:var(--fv-text, #e8e2d4)}.fv-forge-teachbar .fv-ico{color:var(--fv-gold, #d9b96c);flex-shrink:0;margin-top:1px}.fv-forge-abils .cell{cursor:pointer}.fv-forge-abils .cell.is-teach{border-color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-forge-count{font-size:12px;color:var(--fv-muted, #9aa0ad);margin-top:12px}.fv-forge-count.is-full{color:#6fcf97}.fv-forge-armor{display:flex;flex-direction:column;gap:14px;max-width:960px}.fv-forge-armor .grp .k{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));margin-bottom:6px}.fv-forge-armor .grp .k i{font-style:normal;letter-spacing:.04em;text-transform:none;color:var(--fv-muted, #9aa0ad)}.fv-forge-armor .cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px}.fv-forge-armorcard{display:flex;flex-direction:column;gap:2px;text-align:left;padding:10px 12px;border-radius:10px;cursor:pointer;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#12141ccc;color:var(--fv-text, #e8e2d4)}.fv-forge-armorcard:hover{border-color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-forge-armorcard.is-on{border-color:var(--fv-gold, #d9b96c);background:#d4af6e1a}.fv-forge-armorcard b{font-size:13px}.fv-forge-armorcard .ac{font-size:11px;color:var(--fv-gold, #d9b96c)}.fv-forge-armorcard .meta{font-size:10.5px;color:var(--fv-muted, #9aa0ad)}.fv-forge-shieldcard{display:flex;align-items:center;gap:12px;text-align:left;margin-top:14px;padding:12px 14px;border-radius:11px;cursor:pointer;max-width:460px;width:100%;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#12141ccc;color:var(--fv-text, #e8e2d4)}.fv-forge-shieldcard:hover{border-color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-forge-shieldcard.is-on{border-color:var(--fv-gold, #d9b96c);background:#d4af6e1a}.fv-forge-shieldcard .glyph{width:42px;height:42px;border-radius:11px;flex-shrink:0;display:grid;place-items:center;color:var(--fv-gold, #d9b96c);border:1px solid rgba(212,175,110,.4);background:#d4af6e14}.fv-forge-shieldcard .body{flex:1;display:flex;flex-direction:column;gap:2px}.fv-forge-shieldcard b{font-size:13.5px}.fv-forge-shieldcard .meta{font-size:11px;color:var(--fv-muted, #9aa0ad)}.fv-forge-shieldcard .tick{font-size:12px;font-weight:700;color:var(--fv-gold, #d9b96c);white-space:nowrap}.fv-forge-spelllvl{margin-bottom:12px}.fv-forge-spelllvl .k{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55));margin-bottom:6px}.fv-forge-spelllvl .k i{font-style:normal;letter-spacing:.05em;text-transform:none;color:var(--fv-muted, #9aa0ad)}.fv-forge-spelllvl.is-locked .chips{opacity:.55}.fv-forge-budget{display:flex;gap:14px;margin-bottom:12px;font-size:12.5px;font-weight:700;color:var(--fv-gold, #d9b96c)}.fv-forge-budget .is-full{color:#6fcf97}.fv-forge-budget .note{color:var(--fv-muted, #9aa0ad);font-weight:400;font-style:italic}.fv-forge-step-nav{display:flex;gap:9px;margin-top:22px}.fv-forge-sheet{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:18px 18px 16px;border-left:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#0a0c12d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.fv-forge-sheet .sheet-name{font-size:21px;font-weight:800;color:var(--fv-gold, #d9b96c);min-height:26px}.fv-forge-sheet .sheet-line{font-size:12.5px;color:var(--fv-text, #e8e2d4)}.fv-forge-sheet .sheet-bg{font-size:11.5px;color:var(--fv-muted, #9aa0ad);font-style:italic}.fv-forge-sheet .sheet-vitals{display:flex;gap:8px}.fv-forge-sheet .sheet-vitals .v{flex:1;display:flex;flex-direction:column;align-items:center;gap:1px;padding:9px 4px;border-radius:10px;border:1px solid rgba(212,175,110,.4);background:#d4af6e12}.fv-forge-sheet .sheet-vitals b{font-size:19px;color:var(--fv-gold, #d9b96c)}.fv-forge-sheet .sheet-vitals span{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--fv-muted, #9aa0ad)}.fv-forge-sheet .sheet-abils{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.fv-forge-sheet .sheet-abils .a{display:flex;flex-direction:column;align-items:center;gap:0;padding:6px 2px;border-radius:8px;border:1px solid var(--fv-border, rgba(212, 175, 110, .22));background:#12141cb3}.fv-forge-sheet .sheet-abils .k{font-size:9px;letter-spacing:.18em;color:var(--fv-muted, #9aa0ad)}.fv-forge-sheet .sheet-abils b{font-size:15px}.fv-forge-sheet .sheet-abils .m{font-size:10px;color:var(--fv-gold, #d9b96c)}.fv-forge-sheet .sheet-rows{display:flex;flex-direction:column;gap:7px}.fv-forge-sheet .sheet-rows .r{display:flex;gap:9px;align-items:baseline;font-size:11.5px;line-height:1.45}.fv-forge-sheet .sheet-rows .k{width:46px;flex-shrink:0;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--fv-gold-dim, rgba(212, 175, 110, .55))}.fv-forge-sheet .sheet-empty{font-size:12.5px;color:var(--fv-muted, #9aa0ad);font-style:italic;line-height:1.6;padding:14px 0}.fv-forge-sheet .sheet-vitals .v{cursor:pointer}.fv-forge-sheet .sheet-vitals .v.is-teach{border-color:var(--fv-gold, #d9b96c)}.fv-forge-sheet .sheet-teach{font-size:11px;line-height:1.5;color:var(--fv-muted, #c8c4b8);font-style:italic}.fv-forge-sheet .sheet-join{margin-top:auto;display:flex;flex-direction:column;gap:7px;padding-top:12px}.fv-forge-sheet .join{padding:12px 16px;border-radius:11px;font-size:14.5px;font-weight:800;cursor:pointer;border:1px solid rgba(212,175,110,.55);background:#d4af6e29;color:var(--fv-gold, #d9b96c)}.fv-forge-sheet .join:hover:not(:disabled){background:#d4af6e3d}.fv-forge-sheet .join:disabled{opacity:.4;cursor:default}.fv-forge-sheet .need{font-size:11px;color:var(--fv-muted, #9aa0ad);text-align:center}@media (max-width: 1023px){.fv-forge-main{grid-template-columns:150px minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto}.fv-forge-nav{grid-row:1 / 3}.fv-forge-sheet{grid-column:2;max-height:38vh;border-left:none;border-top:1px solid var(--fv-border, rgba(212, 175, 110, .22))}.fv-forge-sheet .sheet-join{position:sticky;bottom:0;background:#0a0c12f0}}@media (max-width: 639px){.fv-forge-head{flex-wrap:wrap;gap:8px;padding:10px 12px}.fv-forge-name{order:10;width:100%;font-size:15px}.fv-forge-door{padding:7px 10px;font-size:11.5px}.fv-forge-main{display:flex;flex-direction:column;grid-template-columns:none}.fv-forge-nav{flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:4px;padding:8px 10px;border-right:none;border-bottom:1px solid var(--fv-border, rgba(212, 175, 110, .22))}.fv-forge-nav button{white-space:nowrap;padding:8px 10px}.fv-forge-body{flex:1;min-height:0;padding:14px}.fv-forge-cards,.fv-forge-cards.is-classes{grid-template-columns:1fr}.fv-forge-abils{grid-template-columns:repeat(3,1fr)}.fv-forge-sheet{flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px;max-height:none;padding:10px 12px;border-left:none;border-top:1px solid var(--fv-border, rgba(212, 175, 110, .22))}.fv-forge-sheet .sheet-name{font-size:15px;min-height:0;flex-basis:100%}.fv-forge-sheet .sheet-line{font-size:11px;flex:1}.fv-forge-sheet .sheet-vitals{flex-basis:auto;gap:6px}.fv-forge-sheet .sheet-vitals .v{padding:5px 8px;flex:none}.fv-forge-sheet .sheet-vitals b{font-size:15px}.fv-forge-sheet .sheet-abils,.fv-forge-sheet .sheet-rows,.fv-forge-sheet .sheet-teach,.fv-forge-sheet .sheet-bg,.fv-forge-sheet .sheet-empty{display:none}.fv-forge-sheet .sheet-join{margin-top:0;padding-top:0;margin-left:auto;flex-direction:row;align-items:center;gap:8px}.fv-forge-sheet .join{padding:11px 16px;font-size:13.5px}.fv-forge-sheet .need{font-size:10px}}@media (max-width: 639px){.fv-hub-head{flex-wrap:wrap;gap:8px 10px;padding:8px 12px}.fv-hub-brand .name{font-size:13.5px}.fv-hub-brand .kicker{font-size:8.5px}.fv-hub-tabs{order:10;flex-basis:100%;margin-left:0;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.fv-hub-tabs::-webkit-scrollbar{display:none}.fv-hub-tab{white-space:nowrap;padding:8px 12px}.fv-hub-head-spacer{flex:1}.fv-hub-me{max-width:150px;overflow:hidden;text-overflow:ellipsis}.fv-hub-door{white-space:nowrap;padding:8px 11px;font-size:12px}.fv-hub-home{padding:16px;gap:16px}.fv-hub-bay-body{margin:0 8px 10px;padding:8px}.fv-hub-subtabs{overflow-x:auto;flex-wrap:nowrap;padding:8px 10px 0;scrollbar-width:none}.fv-hub-subtabs::-webkit-scrollbar{display:none}.fv-hub-subtab{white-space:nowrap;padding:8px 12px}.fv-cast-group .grid{grid-template-columns:1fr}.fv-market-bar,.fv-station-ask{flex-wrap:wrap}.fv-station-ask input{min-width:0;flex-basis:100%}.fv-places{grid-template-columns:1fr}.fv-forge-armor .cards{grid-template-columns:1fr 1fr}}.fv-ico{display:inline-block;flex:0 0 auto;vertical-align:-.15em;background:currentColor;-webkit-mask:var(--m) center/contain no-repeat;mask:var(--m) center/contain no-repeat}:root{--gold:var(--fv-gold);--gold-br:#e8c98a;--gold-dim:var(--fv-gold-dim);--ink:var(--fv-text);--ink-soft:var(--fv-dim);--ink-steel:var(--fv-text);--ink-bright:var(--fv-text-on);--line:var(--fv-border);--panel-1:var(--fv-panel-2);--panel-2:var(--fv-bg-2);--well:var(--fv-bg-2);--gem-ruby:#e2453a;--gem-sapph:#3f7fd0;--gem-emer:#3fae5a;--gem-jade:#3fae8a;--gem-amethyst:#9a5cd6;--gem-topaz:#e7a13a;--gem-diamond:#bfe2ff;--font-d:var(--fv-display);--ease:cubic-bezier(.3,1,.4,1);--e1:0 2px 8px rgba(0,0,0,.4);--e2:0 10px 26px rgba(0,0,0,.5);--e3:0 18px 44px rgba(0,0,0,.6);--r-common:#b8b8b8;--r-uncommon:#5fd35f;--r-rare:#4aa3ff;--r-epic:#b46bff;--r-legendary:#ff9f2e;--dmg-fire:#ff6a33;--dmg-cold:#5fc7ff;--dmg-lightning:#ffe14d;--dmg-acid:#9bd23a;--dmg-poison:#7ec850;--dmg-necrotic:#8a5cc0;--dmg-radiant:#ffe9a8;--dmg-psychic:#ff6ad5;--dmg-force:#b08bff;--dmg-thunder:#a0b8ff;--dmg-piercing:#b9c2cc;--dmg-slashing:#c9cdd3;--dmg-bludgeoning:#9aa3ad;--bad:var(--fv-bad);--ok:var(--fv-good,#6fae5a);--warn:#e0a93a;--font-b:"Inter", ui-sans-serif, system-ui, sans-serif;--panel-3:color-mix(in srgb, var(--well) 92%, #ffffff 8%);--fm-focus-bg:var(--panel-3);--fm-ring-gap:#14100a;--fm-ph:#6f6450;--surface-hover:rgba(255,255,255,.04);--select-bg:rgba(231,194,119,.14)}.orbs{display:flex;gap:5px;align-items:center;flex-wrap:wrap}.orb{position:relative;width:21px;height:21px;border-radius:50%;overflow:hidden;background:radial-gradient(circle at 36% 30%,#fff,var(--gc) 44%,color-mix(in srgb,var(--gc) 55%,#000) 100%);box-shadow:0 0 8px color-mix(in srgb,var(--gc) 65%,transparent),inset 0 -3px 5px #0000008c,inset 0 3px 4px #ffffff59}.orb:before{content:"";position:absolute;top:12%;left:22%;width:34%;height:26%;border-radius:50%;background:#ffffffe6;filter:blur(.6px)}.orb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:conic-gradient(from 200deg,transparent,rgba(255,255,255,.18) 18%,transparent 42%,rgba(0,0,0,.12) 72%,transparent);mix-blend-mode:screen}.orb.sm{width:14px;height:14px}.orb.spent{background:radial-gradient(circle at 36% 30%,#6a6258,#2a2620 60%,#15120e);box-shadow:inset 0 -2px 4px #000000b3,inset 0 1px 2px #ffffff14}.orb.spent:before,.orb.spent:after{opacity:.15}.orb.is-interactive{cursor:pointer}.rmeter{display:flex;align-items:center;gap:7px;--lc:#cf3b2c;--lc2:#6f1a13;--gc:var(--gem-ruby)}.rm-gem{position:relative;width:18px;height:18px;flex:0 0 auto;border-radius:50%;background:radial-gradient(circle at 50% 62%,#0b0e11,#1c2228 60%,#3e4750 86%,#1f252b);box-shadow:inset 0 1px 2px #000000d9,inset 0 -1px 1px #ffffff40,0 1px 1px #00000080}.rm-gem:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:radial-gradient(circle at 35% 27%,#fff 0,#fff0 9%),radial-gradient(circle at 66% 76%,color-mix(in srgb,var(--gc) 35%,#fff),transparent 36%),radial-gradient(circle at 50% 40%,color-mix(in srgb,var(--gc) 82%,#fff),var(--gc) 48%,color-mix(in srgb,var(--gc) 42%,#000));box-shadow:inset 0 0 0 1px #00000080,0 0 5px color-mix(in srgb,var(--gc) 40%,transparent)}.rm-track{position:relative;flex:1 1 auto;height:9px;border-radius:5px;overflow:hidden;background:linear-gradient(180deg,#0a0805,#15110b);box-shadow:inset 0 2px 4px #000000d9,inset 0 -1px #ffffff0d,inset 0 0 0 1px #0009,0 0 0 1px var(--gold-dim)}.rm-fill{position:absolute;inset:0 auto 0 0;width:var(--fill,70%);border-radius:5px 3px 3px 5px;background:linear-gradient(180deg,var(--lc),var(--lc2));transition:width .6s var(--ease)}.rm-fill:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/ui/rpg-gui/slate.png) center/cover;mix-blend-mode:overlay;opacity:.25}.rm-fill:after{content:"";position:absolute;top:0;left:0;right:0;height:46%;border-radius:7px 4px 0 0;background:linear-gradient(180deg,rgba(255,255,255,.32),transparent)}.rm-val{flex:0 0 auto;font-family:var(--font-d);font-weight:700;font-size:11px;color:var(--ink-steel);min-width:42px;text-align:right;text-shadow:0 1px 2px #000}.rm-val .tmp{color:#5fc7a0;margin-left:1px}.rmeter.hp{--lc:#cf3b2c;--lc2:#6f1a13;--gc:var(--gem-ruby)}.rmeter.mana{--lc:#3c63a4;--lc2:#16264f;--gc:var(--gem-sapph)}.rmeter.xp{--lc:#caa23e;--lc2:#6e571c;--gc:var(--gem-topaz)}.rmeter.shield{--lc:#7f8a96;--lc2:#3a424b;--gc:var(--gem-diamond)}.rm-temp{position:absolute;top:0;bottom:0;left:var(--fill,70%);width:var(--temp,0%);z-index:2;background:linear-gradient(180deg,#5fc7a0,#1f6f57);box-shadow:inset 0 1px #ffffff40;border-radius:0 3px 3px 0;transition:left .22s var(--ease),width .22s var(--ease)}.rmeter.charged .rm-fill{box-shadow:0 0 9px color-mix(in srgb,var(--lc) 75%,transparent),inset 0 0 6px #ffffff2e}.rmeter.charged .rm-gem{animation:emberpulse 2.6s ease-in-out infinite}.rm-trail{position:absolute;inset:0 auto 0 0;width:var(--trail,var(--fill,70%));z-index:0;border-radius:5px 3px 3px 5px;background:color-mix(in srgb,var(--lc) 50%,#fff);opacity:.42;transition:width .85s var(--ease) .35s}.rmeter.fl-trail .rm-fill{z-index:1;transition:width .22s var(--ease)}.rmeter.is-warn .rm-fill,.rmeter.is-warn .rm-trail{--lc:#e0a93a;--lc2:#7a5a17}.rmeter.is-warn .rm-gem:after{--gc:var(--gem-topaz)}.rmeter.is-low .rm-fill,.rmeter.is-low .rm-trail{--lc:#d24a36;--lc2:#6f1a13}.rmeter.is-low .rm-gem:after{--gc:var(--gem-ruby)}.rmeter.is-low .rm-fill{animation:rmpulse-low 1s ease-in-out infinite}@keyframes rmpulse-low{0%,to{filter:brightness(1)}50%{filter:brightness(1.35)}}@keyframes emberpulse{0%,to{filter:brightness(1) drop-shadow(0 0 1px color-mix(in srgb,var(--gc,#e2453a) 25%,transparent))}50%{filter:brightness(1.16) drop-shadow(0 0 7px color-mix(in srgb,var(--gc,#e2453a) 70%,transparent))}}@media (prefers-reduced-motion: reduce){.rmeter.is-low .rm-fill,.rmeter.charged .rm-gem{animation:none}.rm-fill,.rm-trail,.rm-temp{transition:none}}.stat-box{min-width:0;text-align:center;border-radius:5px;padding:4px 3px;background:linear-gradient(180deg,#2c3138,#15181c),url(/ui/rpg-gui/iron.png);background-size:cover;background-blend-mode:soft-light;box-shadow:inset 0 1px #ffffff14,inset 0 -1px 3px #00000080,0 0 0 1px var(--gold-dim)}.stat-box .l{display:block;font-size:8.5px;letter-spacing:.1em;color:var(--ink-soft);text-transform:uppercase}.stat-box .v{display:block;font-family:var(--font-d);font-weight:700;font-size:13px;color:var(--gold-br);line-height:1.2;margin-top:0;text-shadow:0 1px 1px rgba(0,0,0,.7)}.stat-box .m{font-size:8.5px;color:var(--gold-dim);font-weight:400;margin-left:1px}.charges{display:flex;align-items:center;gap:8px;margin:4px 0}.chlab{font-family:var(--font-d);font-weight:700;font-size:11px;color:var(--gold-dim);min-width:56px;letter-spacing:.03em}.ch-pips{display:flex;gap:4px;flex-wrap:wrap;flex:1 1 auto}.charge{position:relative;width:15px;height:15px;flex:0 0 auto;border-radius:50%;--gc:var(--gem-sapph);background:radial-gradient(circle at 50% 62%,#0a0d10,#191e24 62%,#363e46 88%,#1b2026);box-shadow:inset 0 1px 2px #000c,inset 0 -1px 1px #ffffff2e}.charge.up:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:radial-gradient(circle at 35% 27%,#fff 0,#fff0 11%),radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--gc) 82%,#fff),var(--gc) 50%,color-mix(in srgb,var(--gc) 40%,#000));box-shadow:inset 0 0 0 1px #00000080,0 0 5px color-mix(in srgb,var(--gc) 48%,transparent)}.charge.is-interactive{cursor:pointer}button.orb,button.charge{font:inherit;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;margin:0;cursor:pointer;vertical-align:middle}.ch-suf{font-size:10px;color:var(--ink-soft);font-variant:small-caps;letter-spacing:.03em;flex:0 0 auto}.ch-num{font-family:var(--font-d);font-size:11px;color:var(--ink-soft);flex:1 1 auto}.ch-num b{color:var(--gold-br);font-size:13px}.conds{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.cond{position:relative;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 auto;--gc:var(--gem-ruby);background:radial-gradient(circle at 50% 36%,#2b323b,#13171c 68%,#0a0d10);box-shadow:inset 0 1px 1px #ffffff29,inset 0 -2px 4px #000000b3,0 0 0 1.5px color-mix(in srgb,var(--gc) 80%,#000),0 0 8px color-mix(in srgb,var(--gc) 50%,transparent)}.cond .cond-abbr{font-family:var(--font-d);font-weight:700;font-size:8.5px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.7);letter-spacing:.02em}.cond .ico{width:16px;height:16px;background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--gc) 40%,#fff));-webkit-mask:var(--m) center/contain no-repeat;mask:var(--m) center/contain no-repeat;filter:drop-shadow(0 1px 1px rgba(0,0,0,.7))}.cond .ring{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;background:conic-gradient(rgba(255,255,255,.7) var(--p,60%),transparent 0);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 0);mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 0)}.tt{z-index:9999;pointer-events:none;max-width:248px;padding:7px 10px;border-radius:8px;background:linear-gradient(180deg,var(--fv-panel-2),var(--fv-bg-2));border:1px solid var(--fv-border-2);box-shadow:0 8px 26px #0009,inset 0 1px #fff3de12;color:var(--fv-text);font-size:11.5px;line-height:1.42;white-space:pre-line;text-align:left;animation:tt-in .11s ease}.tt:after{content:"";position:absolute;left:50%;margin-left:-5px;border:5px solid transparent}.tt.tt-top:after{top:100%;border-top-color:var(--fv-border-2)}.tt.tt-bottom:after{bottom:100%;border-bottom-color:var(--fv-border-2)}@keyframes tt-in{0%{opacity:0}}.tt-rich{z-index:9999;pointer-events:none;animation:tt-in .11s ease}.ac{position:relative;width:50px;height:60px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;--shape:url(/ui/ornaments/escutcheon-norman.svg);filter:drop-shadow(0 3px 5px rgba(0,0,0,.6))}.ac .edge,.ac .face{position:absolute;-webkit-mask:var(--shape) center/contain no-repeat;mask:var(--shape) center/contain no-repeat}.ac .edge{top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(180deg,var(--gold-br),var(--gold-dim) 55%,#6a4d18)}.ac .face{top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#3a4149,#181b20),url(/ui/rpg-gui/iron.png);background-size:cover;background-blend-mode:soft-light}.ac .num{position:relative;z-index:2;font-family:var(--font-d);font-weight:700;font-size:18px;color:#f3ece0;text-shadow:0 1px 2px rgba(0,0,0,.85);margin-top:-5px}.ac .lab{position:absolute;z-index:2;bottom:10px;font-size:7px;letter-spacing:.14em;color:#f3ece0b8}.port{position:relative;width:44px;height:44px;flex:0 0 auto;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#0b0905;background-size:cover;background-position:center top;box-shadow:0 0 0 1.5px #0c0a07,0 0 0 3px var(--gold-dim),0 0 0 4.5px #00000080,inset 0 0 8px #000000b3}.port:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;pointer-events:none;box-shadow:inset 0 1px 4px #ffffff29,inset 0 -6px 11px #0009}.port .mono{position:relative;z-index:1;font-family:var(--font-d);font-weight:700;font-size:18px;color:var(--gold-br);text-shadow:0 1px 2px rgba(0,0,0,.6);line-height:1}.port img{width:100%;height:100%;object-fit:cover}.abils{display:flex;gap:12px;flex-wrap:wrap}.abil{border-radius:9px;overflow:hidden;background:linear-gradient(180deg,var(--panel-1),var(--panel-2));border:1px solid var(--line);box-shadow:var(--e1),inset 0 1px #ffebb40f}.abil.prof{border-color:color-mix(in srgb,var(--gold) 30%,var(--line))}.abil .ab-top,.abil .ab-sv{width:100%;font-family:inherit;color:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none}.abil .ab-top{padding:9px 8px 11px;text-align:center}.abil .ab-nm{font-family:var(--font-d);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.abil .ab-mod{font-family:var(--font-d);font-weight:700;font-size:30px;color:var(--gold-br);line-height:1;margin:3px 0 8px;text-shadow:0 1px 2px rgba(0,0,0,.6)}.abil .ab-score{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-family:var(--font-d);font-weight:700;font-size:14px;color:var(--ink);background:var(--well);box-shadow:inset 0 2px 5px #000000b3,0 0 0 1px var(--line),inset 0 -1px #ffebb40d}.abil .ab-sv{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 8px;font-size:11px;color:var(--ink-soft);background:var(--well);border-top:1px solid var(--line);box-shadow:inset 0 2px 5px #00000080}.abil .ab-sv b{color:var(--ink);font-weight:600;font-family:var(--font-d);font-size:12px}.abil.prof .ab-sv b{color:var(--gold-br)}.prof-pip{display:inline-block;width:9px;height:9px;border-radius:50%;flex:0 0 auto;background:var(--well);box-shadow:inset 0 0 0 1px var(--gold-dim)}.prof-pip.is-prof{background:radial-gradient(circle at 35% 30%,#fff6d8,var(--gold) 55%,var(--gold-dim));box-shadow:0 0 6px color-mix(in srgb,var(--gold) 55%,transparent)}.prof-pip.is-expert{background:radial-gradient(circle at 35% 30%,#fff6d8,var(--gold) 55%,var(--gold-dim));box-shadow:0 0 0 2px color-mix(in srgb,var(--gold) 45%,transparent),0 0 7px color-mix(in srgb,var(--gold) 60%,transparent)}.btn{position:relative;overflow:hidden;font-family:var(--font-d);font-weight:600;font-size:13px;letter-spacing:.03em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;border-radius:8px;color:#2c1d08;border:1px solid #7e5f28;background:linear-gradient(180deg,#f3d68f,#cda24a 46%,#a87f33),url(/ui/rpg-gui/brass.png);background-size:cover;background-position:center;background-blend-mode:soft-light;box-shadow:inset 0 1px #fff8debf,inset 0 -3px 5px #5a3c1452,inset 0 0 0 1px #ffebb438,0 2px 5px #00000073;transition:filter .14s var(--ease),transform .08s var(--ease),box-shadow .14s}.btn:after{content:"";position:absolute;top:0;left:-72%;width:46%;height:100%;pointer-events:none;background:linear-gradient(105deg,transparent,rgba(255,255,255,.5),transparent);transform:skew(-18deg);transition:left .6s var(--ease)}.btn:hover{filter:brightness(1.07) saturate(1.04)}.btn:hover:after{left:142%}.btn:active{transform:translateY(1.5px);filter:brightness(.98);box-shadow:inset 0 2px 6px #462e0e99,inset 0 1px #fff8de66,0 1px 2px #0006}.btn:focus-visible{outline:none;box-shadow:inset 0 1px #fff8debf,0 0 0 2px #14100a,0 0 0 4px var(--gold),0 2px 6px #00000080}.btn .ico{width:17px;height:17px;background:linear-gradient(180deg,#4a3412,#241806);-webkit-mask:var(--m) center/contain no-repeat;mask:var(--m) center/contain no-repeat}.btn.ghost{color:var(--gold);border-color:var(--gold-dim);background:linear-gradient(180deg,#241c11,#15100a);background-blend-mode:normal;box-shadow:inset 0 1px #ffebb41a,inset 0 -2px 4px #00000080,0 2px 5px #0006}.btn.ghost .ico{background:linear-gradient(180deg,var(--gold-br),var(--gold-dim))}.btn.ghost:hover{filter:brightness(1.14);border-color:var(--gold)}.btn.plate{color:#eef3f8;border:0;background:linear-gradient(180deg,#3a4149,#191d22),url(/ui/rpg-gui/iron.png);background-size:cover;background-blend-mode:soft-light;box-shadow:inset 0 1px #fff3,inset 0 -2px 4px #0000008c,inset 0 0 0 1px #00000080,0 0 0 1px var(--gold-dim),0 2px 6px #00000080;text-shadow:0 1px 2px rgba(0,0,0,.75)}.btn.plate .ico{background:linear-gradient(180deg,#eef3f8,#9fb0c0)}.btn.plate:hover{filter:brightness(1.13)}.btn.plate:active{transform:translateY(1px);box-shadow:inset 0 2px 6px #000000bf,inset 0 0 0 1px #00000080,0 0 0 1px var(--gold-dim)}.btn.plate.gold{background:linear-gradient(180deg,#ecca7e,#a8801f),url(/ui/rpg-gui/brass.png);background-size:cover;background-blend-mode:soft-light;color:#2c1d08;text-shadow:0 1px 0 rgba(255,245,210,.5)}.btn.plate.gold .ico{background:linear-gradient(180deg,#3a2708,#6a4d18)}.btn.danger{color:#ffe7df;border-color:#5e1c12;background:linear-gradient(180deg,#e0705a,#a3301f 48%,#7a2316),url(/ui/rpg-gui/iron.png);background-size:cover;background-blend-mode:soft-light;box-shadow:inset 0 1px #ffd2c873,inset 0 -3px 5px #3c0c0680,0 2px 5px #00000073}.btn.danger .ico{background:linear-gradient(180deg,#ffd9cf,#c87a6a)}.btn.is-on{color:#2c1d08;border-color:var(--gold);background:linear-gradient(180deg,#ecca7e,#b8923f),url(/ui/rpg-gui/brass.png);background-size:cover;background-blend-mode:soft-light;box-shadow:inset 0 2px 5px #5a3c1473,inset 0 1px #fff8de80,0 0 0 1px var(--gold),0 0 8px color-mix(in srgb,var(--gold) 38%,transparent);text-shadow:0 1px 0 rgba(255,245,210,.4)}.btn.is-on .ico{background:linear-gradient(180deg,#3a2708,#6a4d18)}.btn.is-on:hover{filter:brightness(1.05)}.btn.sm{font-size:11.5px;padding:6px 12px;border-radius:6px;gap:6px}.btn.sm .ico{width:14px;height:14px}.btn.xs{font-size:11px;padding:3px 9px;border-radius:6px;gap:5px}.btn.xs .ico{width:13px;height:13px}.btn.lg{font-size:15px;padding:12px 24px;border-radius:9px;gap:10px}.btn.lg .ico{width:20px;height:20px}.btn.block{width:100%}.btn.icob{padding:9px;border-radius:8px}.btn.icob .ico{width:20px;height:20px}.btn.sm.icob{padding:6px}.btn.xs.icob{padding:4px}.btn:disabled{filter:grayscale(.65) brightness(.55);cursor:default;transform:none;box-shadow:inset 0 1px #ffffff0f,0 1px 2px #0006}.btn:disabled:after{display:none}.tip{position:relative;width:250px;border-radius:9px;overflow:hidden;--rc:var(--r-common);background:linear-gradient(180deg,#1b150d,#100c07);border:1px solid var(--line);box-shadow:var(--e3),inset 0 1px #ffebb412}.tip:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;z-index:1;background:linear-gradient(90deg,transparent,var(--rc),transparent);box-shadow:0 0 10px var(--rc)}.tip[data-rarity=legendary]{--rc:var(--r-legendary)}.tip[data-rarity=epic]{--rc:var(--r-epic)}.tip[data-rarity=rare]{--rc:var(--r-rare)}.tip[data-rarity=uncommon]{--rc:var(--r-uncommon)}.tip .th{padding:11px 13px 9px;display:flex;align-items:center;gap:9px;background:linear-gradient(180deg,color-mix(in srgb,var(--rc) 24%,#1b150d),transparent)}.tip .th .gem{width:13px;height:13px;flex:0 0 auto;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,var(--rc) 50%,color-mix(in srgb,var(--rc) 50%,#000));box-shadow:0 0 7px var(--rc)}.tip .th .ti{width:19px;height:19px;flex:0 0 auto;background:linear-gradient(160deg,color-mix(in srgb,var(--rc) 30%,#fff4d8),var(--rc));-webkit-mask:var(--m) center/contain no-repeat;mask:var(--m) center/contain no-repeat;filter:drop-shadow(0 1px 1px rgba(0,0,0,.5))}.tip .th .nm{font-family:var(--font-d);font-weight:600;font-size:15px;color:#fff;line-height:1.12;text-shadow:0 1px 2px rgba(0,0,0,.7)}.tip .tb{padding:2px 13px 12px;font-size:13px;color:var(--ink)}.tip .tl-{color:var(--rc);font-style:italic;font-size:12px;margin:0 0 8px}.tip .stat{display:flex;justify-content:space-between;gap:10px;padding:3px 0;border-bottom:1px dotted var(--line);font-size:12.5px}.tip .stat:last-of-type{border-bottom:0}.tip .stat .k{color:var(--ink-soft)}.tip .dtags{display:flex;gap:5px;flex-wrap:wrap;margin:8px 0 2px}.tip .dtag{font-size:10.5px;padding:1px 8px;border-radius:9px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.5);background:color-mix(in srgb,var(--dc,#9a8f70) 36%,#15110a);border:1px solid color-mix(in srgb,var(--dc,#9a8f70) 55%,transparent)}.tip .fl{margin-top:8px;padding-top:8px;border-top:1px solid var(--line);font-style:italic;color:#c9bd9e;font-size:12.5px;line-height:1.45;white-space:normal}.tip .ft{display:flex;justify-content:space-between;margin-top:9px;font-size:11px;color:var(--ink-soft)}.tip .ft span{display:inline-flex;align-items:center;gap:4px}.tip .ft .ico{width:12px;height:12px}.fm-field{display:flex;flex-direction:column;gap:6px;width:100%}.fm-field .fm-cap{display:flex;align-items:center;gap:6px;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft)}.fm-field .fm-req{color:var(--bad);font-style:normal}.fm-field .fm-hint{font-size:11px;color:var(--ink-soft);font-style:italic;letter-spacing:0;text-transform:none}.fm-field .fm-err{font-size:11px;color:var(--bad);font-style:italic;letter-spacing:0;text-transform:none;display:flex;align-items:center;gap:5px}.fm-field .fm-err:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--bad);box-shadow:0 0 5px var(--bad)}.fm-input,.fm-area,.fm-search input{width:100%;box-sizing:border-box;font-family:var(--font-b);font-size:13.5px;color:var(--ink);background:var(--well);border:1px solid var(--line);border-radius:7px;padding:8px 11px;box-shadow:inset 0 2px 6px #000c,inset 0 -1px #ffebb40d;transition:border-color .14s var(--ease),box-shadow .14s var(--ease),background .14s var(--ease);outline:none}.fm-input::placeholder,.fm-area::placeholder,.fm-search input::placeholder{color:var(--fm-ph);font-style:italic}.fm-input:hover,.fm-area:hover,.fm-search:hover input{border-color:var(--gold-dim)}.fm-input:focus,.fm-area:focus,.fm-search input:focus{border-color:var(--gold);background:var(--fm-focus-bg);box-shadow:inset 0 2px 6px #000c,0 0 0 2px var(--fm-ring-gap),0 0 0 4px var(--gold)}.fm-area{min-height:84px;resize:vertical;line-height:1.5}.fm-input.fm-bad,.fm-area.fm-bad{border-color:var(--bad);box-shadow:inset 0 2px 6px #000c,0 0 0 1px color-mix(in srgb,var(--bad) 40%,transparent)}.fm-input.fm-bad:focus,.fm-area.fm-bad:focus{box-shadow:inset 0 2px 6px #000c,0 0 0 2px var(--fm-ring-gap),0 0 0 4px var(--bad)}.fm-input:disabled,.fm-area:disabled,.fm-search.fm-dis input{color:var(--ink-soft);box-shadow:inset 0 1px 2px #00000080;border-color:color-mix(in srgb,var(--gold) 10%,transparent);cursor:not-allowed;opacity:.7}.fm-search{position:relative;display:flex;align-items:center;width:100%}.fm-search input{padding-left:32px;padding-right:30px}.fm-search .ico{position:absolute;left:9px;width:15px;height:15px;pointer-events:none;background:linear-gradient(180deg,var(--gold-dim),#7a6336);transition:background .14s var(--ease);-webkit-mask:var(--m) center/contain no-repeat;mask:var(--m) center/contain no-repeat}.fm-search input:focus~.ico{background:linear-gradient(180deg,var(--gold-br),var(--gold-dim))}.fm-search .fm-x{position:absolute;right:7px;width:18px;height:18px;border:0;border-radius:50%;cursor:pointer;background:#e7c2771a;color:var(--ink-soft);font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;transition:.12s var(--ease)}.fm-search .fm-x:hover{background:#e7c27738;color:var(--gold-br)}.row{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:9px;border:1px solid transparent;background:#ffffff05;cursor:pointer;color:inherit;transition:background .14s var(--ease),border-color .14s var(--ease),box-shadow .14s var(--ease)}.row:hover{background:var(--surface-hover)}.row.is-active{background:var(--select-bg);border-color:var(--gold-dim);color:var(--gold);box-shadow:0 0 0 1px color-mix(in srgb,var(--gold) 22%,transparent),0 0 11px color-mix(in srgb,var(--gold) 16%,transparent)}.row:focus-visible{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px var(--fm-ring-gap),0 0 0 3px var(--gold)}.row.is-disabled{opacity:.5;cursor:default}.row.is-disabled:hover{background:#ffffff05}:root{--z-hud:20;--z-overlay:30;--z-drawer:40;--z-modal:48;--z-modal-2:60;--z-menu:64;--z-toast:72;--z-tooltip:9999;--dur-fast:.12s;--dur-med:.17s;--dur-slow:.3s}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#06050994;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:var(--z-modal);animation:mbd-in var(--dur-med) var(--ease)}.modal-backdrop.tier-2{z-index:var(--z-modal-2)}.modal-card{position:relative;display:flex;flex-direction:column;min-height:0;border-radius:14px;border:1px solid var(--gold-dim);background:linear-gradient(180deg,rgba(255,243,222,.035),transparent 15%),#0e0d12fb;box-shadow:var(--e3),inset 0 1px #fff3de0f;overflow:hidden;animation:mcard-in var(--dur-med) var(--ease)}@keyframes mbd-in{0%{opacity:0}}@keyframes mcard-in{0%{opacity:0;transform:translateY(8px) scale(.985)}}.modal-head{display:flex;align-items:center;gap:9px;padding:12px 14px;border-bottom:1px solid var(--line)}.modal-head .t{font-family:var(--font-d);font-weight:700;font-size:15px;color:var(--ink-bright);letter-spacing:.01em}.modal-head .sub{color:var(--ink-soft);font-weight:400;font-size:12px}.modal-x{margin-left:auto;width:27px;height:27px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:7px;border:1px solid var(--line);background:transparent;color:var(--ink-soft);cursor:pointer;font-size:14px;transition:color var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),background var(--dur-fast) var(--ease)}.modal-x:hover{color:var(--ink);border-color:var(--gold-dim);background:var(--surface-hover)}.modal-x:focus-visible{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px var(--fm-ring-gap),0 0 0 3px var(--gold)}.fv-spinner{width:44px;height:44px;border-radius:50%;border:2px solid var(--fv-border);border-top-color:var(--fv-gold);animation:fvspin 1s linear infinite}@keyframes fvspin{to{transform:rotate(360deg)}}.drawer-in{animation:drawer-in var(--dur-med) var(--ease)}@keyframes drawer-in{0%{opacity:0;transform:translate(-16px)}}.toast-wrap{position:absolute;left:50%;bottom:calc(var(--fv-dock-clear,30px) + 48px);transform:translate(-50%);z-index:var(--z-toast);display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}.toast{pointer-events:auto;min-width:210px;max-width:min(440px,90vw);display:flex;align-items:center;gap:9px;padding:10px 13px;border-radius:11px;border:1px solid var(--gold-dim);background:linear-gradient(180deg,var(--panel-1),var(--panel-2));box-shadow:var(--e2);color:var(--ink);font-size:12.5px;line-height:1.35;animation:toast-in var(--dur-med) var(--ease)}.toast .ic{flex:0 0 auto;font-size:13px}.toast.ok{border-color:color-mix(in srgb,var(--ok) 52%,var(--gold-dim))}.toast.ok .ic{color:var(--ok)}.toast.err{border-color:color-mix(in srgb,var(--bad) 58%,var(--gold-dim))}.toast.err .ic{color:var(--bad)}.toast.leaving{animation:toast-out var(--dur-med) var(--ease) forwards}@keyframes toast-in{0%{opacity:0;transform:translateY(11px)}}@keyframes toast-out{to{opacity:0;transform:translateY(7px)}}.moment-banner{position:absolute;top:17%;left:50%;transform:translate(-50%);z-index:var(--z-overlay);pointer-events:none;text-align:center;animation:moment 1.7s var(--ease) forwards}.moment-banner .mb-t{font-family:var(--font-d);font-weight:800;letter-spacing:.07em;font-size:34px;color:var(--ink-bright);text-shadow:0 2px 18px rgba(0,0,0,.85),0 0 34px color-mix(in srgb,var(--gold) 45%,transparent)}.moment-banner .mb-s{margin-top:3px;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}@keyframes moment{0%{opacity:0;transform:translate(-50%,12px) scale(.92)}14%{opacity:1;transform:translate(-50%) scale(1)}84%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-8px) scale(1)}}.moment-flash{position:absolute;top:0;right:0;bottom:0;left:0;z-index:var(--z-overlay);pointer-events:none;background:radial-gradient(120% 90% at 50% 30%,color-mix(in srgb,var(--gold) 22%,transparent),transparent 60%);animation:mflash 1.1s var(--ease) forwards}@keyframes mflash{0%{opacity:0}30%{opacity:1}to{opacity:0}}.combat-row{position:relative;border-radius:9px;padding:7px 9px;cursor:pointer;border:1px solid transparent;background:#ffffff05;transition:background var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease)}.combat-row:hover{background:var(--surface-hover)}.combat-row:focus-visible{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px var(--fm-ring-gap),0 0 0 3px var(--gold)}.combat-row.is-selected{border-color:var(--gold-dim);background:var(--select-bg)}.combat-row.turn-active{border-color:color-mix(in srgb,var(--gold) 38%,transparent);background:linear-gradient(90deg,color-mix(in srgb,var(--gold) 12%,transparent),#ffffff05 42%)}.combat-row.turn-active:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:0 3px 3px 0;background:var(--gold);box-shadow:0 0 8px color-mix(in srgb,var(--gold) 55%,transparent);animation:turnpulse 1.9s ease-in-out infinite}@keyframes turnpulse{0%,to{opacity:.5}50%{opacity:1}}@media (prefers-reduced-motion: reduce){.modal-backdrop,.modal-card,.drawer-in,.toast,.toast.leaving{animation:none}.combat-row.turn-active:before{animation:none;opacity:.9}.fv-spinner{animation-duration:2.6s}.moment-banner{animation:moment-rm 1.5s steps(1) forwards}.moment-flash{animation:none;opacity:0}@keyframes moment-rm{0%,88%{opacity:1}to{opacity:0}}}@media (pointer: coarse){.btn,.btn.sm,.btn.xs{min-height:44px}.btn.icob,.btn.sm.icob,.btn.xs.icob{min-width:44px;min-height:44px}.row{min-height:44px}.modal-x{width:40px;height:40px}.fm-search .fm-x{width:30px;height:30px;right:6px;font-size:15px}.abil .ab-top{padding-top:12px;padding-bottom:14px}.abil .ab-sv{padding:11px 8px}}.fv-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:22px;background:transparent;cursor:pointer;min-width:0}.fv-range::-webkit-slider-runnable-track{height:3px;border-radius:2px;background:linear-gradient(to right,var(--gold-dim) 0,var(--gold-dim) var(--fill,50%),rgba(255,243,222,.14) var(--fill,50%))}.fv-range::-moz-range-track{height:3px;border-radius:2px;background:#fff3de24}.fv-range::-moz-range-progress{height:3px;border-radius:2px;background:var(--gold-dim)}.fv-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:13px;height:13px;border-radius:50%;margin-top:-5px;background:radial-gradient(circle at 35% 30%,#f0d9a8,var(--gold) 55%,#8a6f3e);border:1px solid rgba(0,0,0,.45);box-shadow:0 1px 3px #00000080}.fv-range::-moz-range-thumb{width:13px;height:13px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f0d9a8,var(--gold) 55%,#8a6f3e);border:1px solid rgba(0,0,0,.45);box-shadow:0 1px 3px #00000080}.fv-range:focus-visible{outline:none}.fv-range:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 2px var(--fm-ring-gap),0 0 0 3px var(--gold)}.fv-range:disabled{opacity:.4;cursor:default}.fv-switch{position:relative;width:34px;height:19px;flex:0 0 auto;border-radius:10px;cursor:pointer;padding:0;border:1px solid var(--fv-border);background:#fff3de0f;transition:background var(--dur-med) var(--ease),border-color var(--dur-med) var(--ease)}.fv-switch:after{content:"";position:absolute;top:2px;left:2px;width:13px;height:13px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#cfc7b4,#9aa0ad 60%,#5d6270);border:1px solid rgba(0,0,0,.4);transition:left var(--dur-med) var(--ease),background var(--dur-med) var(--ease)}.fv-switch[aria-checked=true]{background:color-mix(in srgb,var(--gold) 30%,rgba(255,243,222,.06));border-color:var(--gold-dim)}.fv-switch[aria-checked=true]:after{left:17px;background:radial-gradient(circle at 35% 30%,#f0d9a8,var(--gold) 55%,#8a6f3e)}.fv-switch:focus-visible{outline:none;box-shadow:0 0 0 2px var(--fm-ring-gap),0 0 0 3px var(--gold)}.fv-switch:disabled{opacity:.4;cursor:default}.snd-row{display:flex;align-items:center;gap:7px;width:100%;text-align:left;font-size:13px;color:var(--fv-text,#e8e2d4);padding:5px 7px;border-radius:8px;border:1px solid transparent;background:transparent;cursor:pointer;transition:background var(--dur-fast,.12s) var(--ease,ease)}.snd-row:hover{background:var(--surface-hover,rgba(255,243,222,.06))}.snd-row:focus-visible{outline:none;border-color:var(--gold)}.snd-row.is-on{border-color:var(--gold-dim);background:#d4af6e1a}.rpg-cursors-fantasy{--rpg-cursor-default: url(/ui/cursors/fantasy-arrow.png) 2 2, auto;--rpg-cursor-pointer: url(/ui/cursors/fantasy-point.png) 9 3, pointer;--rpg-cursor-active: url(/ui/cursors/fantasy-grab.png) 16 11, grabbing;--rpg-cursor-text: url(/ui/cursors/fantasy-text.png) 4 11, text}.rpg-cursors{cursor:var(--rpg-cursor-default, auto)}.rpg-cursors :is(a[href],button,[role=button],[role=tab],[role=link],[role=menuitem],summary,label[for],select,input[type=checkbox],input[type=radio],input[type=range],input[type=button],input[type=submit],input[type=reset]){cursor:var(--rpg-cursor-pointer, pointer)}.rpg-cursors :is(a[href],button,[role=button],summary,input[type=range]):active{cursor:var(--rpg-cursor-active, grabbing)}.rpg-cursors :is(input:not([type=button]):not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),textarea,[contenteditable=true]){cursor:var(--rpg-cursor-text, text)}.rpg-cursors :is(button,input,select,textarea):disabled,.rpg-cursors [aria-disabled=true]{cursor:not-allowed}@media (pointer: coarse),(hover: none){.rpg-cursors-fantasy{--rpg-cursor-default: auto;--rpg-cursor-pointer: pointer;--rpg-cursor-active: grabbing;--rpg-cursor-text: text}}
