section#domain.view-domain{opacity:1;left:50px;transform:scaleX(1)}section#domain{z-index:6;transform-origin:0;opacity:0;background:#222;flex-direction:column;width:590px;height:calc(100vh - 110px);transition:all .15s ease-out;display:flex;position:absolute;top:110px;left:0;overflow-y:scroll;transform:scaleX(0)}section#domain h1,section#domain h2,section#domain h3{line-height:1.15}section#domain h3{text-align:left;margin-bottom:3px;font-size:1.3em}section#domain p{font-size:.9em;line-height:1.4}section#domain header#domain-header{z-index:10;background-color:#222;flex-direction:column;gap:5px;padding-left:15px;display:flex;position:sticky;top:0}section#domain header#domain-header button.toggle-domain-interface{color:#999;background:0 0;border:none;align-items:center;height:40px;font-weight:600;transition:all .2s ease-out;display:flex;position:relative;left:-7px}section#domain header#domain-header button.toggle-domain-interface svg{font-size:2em}section#domain header#domain-header button.toggle-domain-interface:hover{color:#fff;cursor:pointer}section#domain header#domain-header h2{font-size:1.4em}section#domain div#stat-distribution{flex-direction:column;gap:20px;padding:15px;display:flex}section#domain div#stat-distribution div.graph-options{grid-template-columns:1fr 1fr;gap:20px;display:grid}section#domain div#stat-distribution div.graph-options button{color:var(--text-primary);text-align:left;background-color:#252525;border:none;border-bottom:1px solid #1d1d1d;border-radius:5px;grid-column:span 1;padding:8px 12px;transition:all .12s ease-out;box-shadow:1px 3px 5px #202020}section#domain div#stat-distribution div.graph-options button:hover{cursor:pointer;background-color:#313131}section#domain div#stat-distribution div.graph-options button.inactive{color:#777}section#domain div#stat-distribution div.graph-options button.inactive:hover{cursor:default;background-color:#252525}section#domain div#stat-distribution div.graphs-grid{-moz-column-count:2;column-count:2;-moz-column-gap:20px;column-gap:20px}section#domain div#stat-distribution div.graphs-grid>:last-child{margin-bottom:0}section#domain div#stat-distribution div.graph-container{-moz-column-break-inside:avoid;break-inside:avoid;flex-direction:column;align-self:flex-start;gap:0;margin-bottom:20px;display:flex;position:relative}section#domain div#stat-distribution div.graph-container button.show-more{z-index:0;color:#777;cursor:pointer;background-color:#252525;border:none;border-bottom:1px solid #1d1d1d;border-radius:5px;justify-content:center;align-items:center;width:100%;height:20px;transition:all .2s ease-out;display:none;bottom:-20px;box-shadow:1px 3px 5px #202020}section#domain div#stat-distribution div.graph-container button.show-more svg{height:22px}section#domain div#stat-distribution div.graph-container button.show-more:hover{color:#fff;background-color:#313131}section#domain div#stat-distribution div.graph-container div.graph-entry:hover,section#domain div#stat-distribution div.graph-container div.graph-entry.highlighted{background-color:#313131!important}section#domain div#stat-distribution div.graph-container div.graph-entry.highlighted div.graph-label,section#domain div#stat-distribution div.graph-container div.graph-entry.highlighted div.graph-count{color:var(--color-highlight)}section#domain div#stat-distribution div.graph-container div.graph-entry.highlighted div.graph-bar-color{background:var(--color-highlight)!important}section#domain div#stat-distribution div.graph-container div.graph-entry.zero{cursor:default}section#domain div#stat-distribution div.graph-container div.graph-entry.zero .graph-label{opacity:.3}section#domain div#stat-distribution div.graph-container div.graph-entry.zero .graph-count{display:none}section#domain div#stat-distribution div.graph-container div.graph-entry.zero:hover{background-color:#252525!important}section#domain div#stat-distribution div.graph-container div.graph-entry{cursor:pointer;background-color:#252525;border-bottom:1px solid #1d1d1d;border-radius:5px;height:36px;font-size:.95em;font-weight:500;transition:all .12s ease-out;position:relative;overflow:hidden;box-shadow:1px 3px 5px #202020}section#domain div#stat-distribution div.graph-container div.graph-entry div.graph-label{color:#ccc;z-index:1;align-items:center;height:100%;display:flex;position:absolute;top:0;left:5px}section#domain div#stat-distribution div.graph-container div.graph-entry div.graph-label img{width:24px;height:24px;margin-right:4px}section#domain div#stat-distribution div.graph-container div.graph-entry div.graph-bar{border-radius:5px;width:100%;height:3px;position:absolute;bottom:0}section#domain div#stat-distribution div.graph-container div.graph-entry div.graph-bar div.graph-bar-color{border-radius:5px;height:100%;position:absolute;bottom:0}section#domain div#stat-distribution div.graph-container div.graph-entry div.graph-count{align-items:center;height:100%;display:flex;position:absolute;top:0;right:10px}
section#screen-capture{z-index:6;transform-origin:0;opacity:0;background:#222;flex-direction:column;gap:15px;width:290px;height:calc(100vh - 110px);padding:15px;font-size:.95em;transition:all .15s ease-out;display:flex;position:absolute;top:110px;left:0;overflow-y:scroll;transform:scaleX(0)}section#screen-capture div#video-canvas{flex-direction:column;width:100%}section#screen-capture div#video-canvas video,section#screen-capture div#video-canvas canvas{border:1px solid #222;width:100%}section#screen-capture.active{opacity:1;left:50px;transform:scaleX(1)}div#ocr-feedback.active{opacity:1}div#ocr-feedback.hidden{opacity:0}div#ocr-feedback{pointer-events:none;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1118;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;font-size:1.2em;font-weight:600;transition:opacity .15s ease-out;display:flex;position:fixed;top:110px;left:50px}div#ocr-feedback div.spinner{opacity:1;z-index:10;transition:opacity .1s linear;animation:2s linear infinite spinner;position:relative;top:30px}div#ocr-feedback div.spinner:before{content:"";width:30px;height:30px;opacity:inherit;transform-origin:50%;will-change:transform;border:6px solid #444;border-bottom-color:#ef6565;border-radius:50%;position:absolute;transform:translate(-50%,-50%)rotate(0)}
div.weapons{gap:var(--character-card-gap);flex-direction:column;width:100%;margin-bottom:5px;display:flex;position:relative}div.weapons span.weapons-beta-notice{color:var(--text-secondary);margin-left:5px;font-size:.75em;font-weight:600}div.weapons div.top-picks.options-1 div.weapon,div.weapons div.top-picks.options-2 div.weapon{flex-direction:row;justify-content:start;align-items:center}div.weapons div.top-picks.options-1 div.weapon div.build-section-text,div.weapons div.top-picks.options-2 div.weapon div.build-section-text{line-height:1.25}div.weapons div.top-picks.options-1 div.weapon div.rarity,div.weapons div.top-picks.options-2 div.weapon div.rarity{letter-spacing:-1px;font-weight:700}div.weapons div.top-picks.options-1 div.weapon div.img-wrapper,div.weapons div.top-picks.options-2 div.weapon div.img-wrapper{position:relative}div.weapons div.top-picks.options-1 div.weapon div.additional-info,div.weapons div.top-picks.options-2 div.weapon div.additional-info{display:none;position:absolute}div.weapons div.top-picks.options-1 div.weapon.selected .build-section-text,div.weapons div.top-picks.options-2 div.weapon.selected .build-section-text{font-weight:570}div.weapons div.top-picks.options-1 div.weapon.selected,div.weapons div.top-picks.options-2 div.weapon.selected{background:var(--color-bright);color:var(--color-highlight);outline:none}div.weapons div.top-picks.options-2 div.weapon{width:50%}div.weapons div.top-picks{gap:var(--character-card-gap);display:flex}div.weapons div.top-picks div.weapon.r3 .rarity{color:var(--rarity-3)}div.weapons div.top-picks div.weapon.r4 .rarity{color:var(--rarity-4)}div.weapons div.top-picks div.weapon.r5 .rarity{color:var(--rarity-5)}div.weapons div.top-picks div.weapon.selected{outline:2px solid var(--color-highlight-bg);background:#2a2a2a;border:none}div.weapons div.top-picks div.weapon.selected .weapon-info{position:relative}div.weapons div.top-picks div.weapon.selected .weapon-info .selected-indicator{display:none}div.weapons div.top-picks div.weapon.selected:hover{background-color:var(--color-hover)}div.weapons div.top-picks div.weapon{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;transition:all .2s ease-out;display:flex;position:unset!important}div.weapons div.top-picks div.weapon div.img-wrapper{justify-content:center;align-items:center;width:50px;height:50px;display:flex}div.weapons div.top-picks div.weapon div.img-wrapper img.weapon-icon{width:50px;height:50px}div.weapons div.top-picks div.weapon div.additional-info{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative;top:5px}div.weapons div.top-picks div.weapon div.additional-info div.rarity{letter-spacing:-1px;justify-content:center;width:100%;font-size:.85em;font-weight:700;display:flex}div.weapons div.top-picks div.weapon div.additional-info div.source{display:none}div.weapons div.top-picks div.weapon div.additional-info div.source img{opacity:.56;width:32px;height:32px}div.weapons div.top-picks div.weapon div.tooltip{left:var(--character-card-gap);position:absolute}div.weapons div.top-picks div.weapon:hover{background:var(--color-hover);cursor:pointer}div.weapons div.all{flex-direction:column;gap:5px;background:0 0!important;padding:0!important}div.weapons div.all ul.select-rarity{gap:5px;display:flex}div.weapons div.all ul.select-rarity li{border-bottom:1px solid var(--color-border);box-shadow:1px 1px 4px var(--color-shadow);-webkit-user-select:none;user-select:none;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:10px;height:32px;font-size:.95em;transition:all .2s ease-out;display:flex;position:relative}div.weapons div.all ul.select-rarity li button{background:0 0;border:none;border-radius:5px;width:100%;height:100%;font-weight:700}div.weapons div.all ul.select-rarity li button.r3{color:var(--rarity-3)}div.weapons div.all ul.select-rarity li button.r4{color:var(--rarity-4)}div.weapons div.all ul.select-rarity li button.r5{color:var(--rarity-5)}div.weapons div.all ul.select-rarity li button.disabled{cursor:auto;opacity:.5;filter:grayscale()}div.weapons div.all ul.select-rarity li button.disabled:hover{background:var(--color-bright)}div.weapons div.all ul.select-rarity li button.selected{background-color:var(--color-bright)}div.weapons div.all ul.select-rarity li button.unselected{color:#777}div.weapons div.all ul.select-rarity li button:hover{background-color:var(--color-hover);cursor:pointer}div.weapons div.all ol.weapons-list{border-bottom:1px solid var(--color-border);width:100%;box-shadow:1px 1px 4px var(--color-shadow);background-color:var(--color-bright);border-radius:5px;flex-direction:column;gap:2px;padding:8px;display:flex}div.weapons div.all ol.weapons-list li.unhovered.rarity-3,div.weapons div.all ol.weapons-list li.unhovered.rarity-4,div.weapons div.all ol.weapons-list li.unhovered.rarity-5{opacity:.2}div.weapons div.all ol.weapons-list li.weapon{border-radius:5px;align-items:center;width:100%;height:28px;transition:all .2s ease-out;display:flex;position:relative;border-left-width:2px!important}div.weapons div.all ol.weapons-list li.weapon div.tooltip{width:100%;top:calc(100% + 2px);pointer-events:none!important}div.weapons div.all ol.weapons-list li.weapon span.rarity{z-index:10;opacity:.7;border-radius:5px;width:4px;height:4px;display:none;position:absolute;left:0}div.weapons div.all ol.weapons-list li.weapon span.rarity.r3{background:var(--rarity-3)}div.weapons div.all ol.weapons-list li.weapon span.rarity.r4{background:var(--rarity-4)}div.weapons div.all ol.weapons-list li.weapon span.rarity.r5{background:var(--rarity-5)}div.weapons div.all ol.weapons-list li.weapon div.graph-image-wrapper{z-index:1;border-radius:5px;justify-content:center;align-items:center;width:50px;height:100%;margin-right:2px;display:flex;overflow:hidden}div.weapons div.all ol.weapons-list li.weapon div.graph-image-wrapper img.graph-weapon{height:120%;position:relative;left:-3px}div.weapons div.all ol.weapons-list li.weapon p.weapon-name{z-index:1;align-items:center;max-width:340px;height:100%;display:flex;position:relative}div.weapons div.all ol.weapons-list li.weapon p.weapon-name span.text{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}div.weapons div.all ol.weapons-list li.weapon span.refinement{color:var(--text-secondary);margin-left:5px;font-size:.75em;display:flex}div.weapons div.all ol.weapons-list li.weapon span.bar{border-radius:5px;height:3px;position:absolute}div.weapons div.all ol.weapons-list li.weapon span.bar.highlighted{background:linear-gradient(90deg,#95eb8811,#0000);border-radius:3px;width:100%;height:100%!important}div.weapons div.all ol.weapons-list li.weapon span.percentage{font-size:.95em;display:flex;position:absolute;right:5px}div.weapons div.all ol.weapons-list li.weapon:hover{cursor:pointer;background-color:#313131}div.weapons div.all ol.weapons-list li.weapon-list-header{height:16px;text-shadow:1px 1px 1px var(--text-shadow);color:var(--text-secondary);margin-top:10px;margin-bottom:3px;padding-left:52px;font-size:.9em;font-weight:400}div.character-card.small div.weapons{margin-bottom:0}div.character-card.small div.weapons div.top-picks.options-1 div.weapon,div.character-card.small div.weapons div.top-picks.options-2 div.weapon{justify-content:center}div.character-card.small div.weapons div.top-picks{gap:1px}div.character-card.small div.weapons div.top-picks div.weapon.selected{background:#2a2a2a;outline:none}div.character-card.small div.weapons div.top-picks div.weapon.selected div.selected-indicator{background:var(--color-highlight);border-radius:3px;width:130%;height:1px;display:flex;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}div.character-card.small div.weapons div.top-picks div.weapon .img-wrapper,div.character-card.small div.weapons div.top-picks div.weapon .weapon-info,div.character-card.small div.weapons div.top-picks div.weapon img{width:35px;height:35px}div.character-card.small div.weapons div.top-picks div.weapon .build-section-text,div.character-card.small div.weapons div.top-picks div.weapon .rarity{display:none}@media screen and (max-width:800px){div.weapon .additional-info{top:0!important}div.weapon .rarity{font-size:.7em!important}}
