:root{--bg-primary:#0a0e17;--bg-secondary:#141b2a;--bg-tertiary:#1f293d;--bg-hover:#ffffff14;--border-color:#ffffff29;--border-glow:#ef444466;--border-nightmare:#8b5cf666;--text-primary:#fff;--text-secondary:#e2e8f0;--text-muted:#94a3b8;--color-red-energy:#f87171;--color-red-energy-rgb:248, 113, 113;--color-nightmare:#c4b5fd;--color-nightmare-rgb:196, 181, 253;--color-gold:#fbbf24;--color-success:#34d399;--color-danger:#f87171;--color-info:#60a5fa;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-gaming:"Oxanium", "Inter", var(--font-sans);--transition-fast:.15s ease;--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--radius-sm:4px;--radius-md:6px;--radius-lg:8px}*{box-sizing:border-box;font-family:var(--font-sans);margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app-container{height:100vh;display:flex;position:relative;overflow:hidden}@media (width<=768px){.app-container{flex-direction:row}}.sidebar{background-color:var(--bg-secondary);border-right:1px solid var(--border-color);flex-direction:column;flex-shrink:0;gap:1.25rem;width:220px;height:100vh;padding:1.25rem .9rem;transition:width .25s,padding .25s,border-color .25s;display:flex;position:sticky;top:0;overflow:hidden}.sidebar.collapsed{border-right-color:#0000;width:0;padding:0}.sidebar-open-inline-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:6px 9px;display:inline-flex}.sidebar-open-inline-btn:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--color-red-energy)}@media (width<=768px){.sidebar{z-index:1000;border-right:1px solid var(--border-color);width:240px;height:100vh;transition:transform .25s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;transform:translate(0);box-shadow:10px 0 30px #00000080}.sidebar.collapsed{border-right-color:#0000;transform:translate(-100%);width:240px!important;padding:1.25rem .9rem!important}}.logo-container{align-items:center;gap:.6rem;display:flex}.logo-text{font-family:var(--font-gaming);letter-spacing:.5px;background:linear-gradient(135deg, var(--color-red-energy) 0%, var(--color-nightmare) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.15rem;font-weight:700}.sidebar-nav{flex-direction:column;gap:.35rem;display:flex}.nav-item{color:var(--text-secondary);cursor:pointer;text-align:left;transition:var(--transition-fast);background:0 0;border:none;border-radius:6px;align-items:center;gap:.6rem;padding:.55rem .75rem;font-size:.86rem;font-weight:500;text-decoration:none;display:flex}.nav-item:hover{color:var(--text-primary);background-color:#ffffff08}.nav-item.active{color:var(--text-primary);border-left:3px solid var(--color-red-energy);background-color:#ffffff0f}.nav-item.active.nightmare-nav{border-left-color:var(--color-nightmare)}.main-content{background-color:var(--bg-primary);flex-grow:1;min-width:0;height:100vh;padding:1.5rem 2rem;overflow-y:auto}@media (width<=1350px){.main-content{padding:1.25rem 1rem}}@media (width<=768px){.main-content{padding:1rem .75rem}}.screen-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.screen-title{font-family:var(--font-gaming);color:var(--text-primary);align-items:center;gap:.75rem;font-size:1.8rem;font-weight:600;display:flex}.btn{cursor:pointer;transition:var(--transition-fast);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--color-red-energy);color:#fff}.btn-primary:hover{background-color:#dc2626;box-shadow:0 0 12px #ef444466}.btn-secondary{background-color:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-color)}.btn-secondary:hover{background-color:#ffffff0d}.btn-danger{color:var(--color-danger);background-color:#ef44441a;border-color:#ef444433}.btn-danger:hover{background-color:var(--color-danger);color:#fff}.btn-success{color:var(--color-success);background-color:#10b9811a;border-color:#10b98133}.btn-success:hover{background-color:var(--color-success);color:#fff}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.stat-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}.stat-icon{background-color:#ffffff08;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon.red{color:var(--color-red-energy);background-color:#ef44441a}.stat-icon.violet{color:var(--color-nightmare);background-color:#a78bfa1a}.stat-icon.gold{color:var(--color-gold);background-color:#fbbf241a}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.stat-value{font-family:var(--font-gaming);color:var(--text-primary);margin-top:.25rem;font-size:1.5rem;font-weight:700}.characters-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.char-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);transition:var(--transition-normal);border-radius:14px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;position:relative}.char-card:hover{border-color:#ffffff26;transform:translateY(-2px)}.char-card.alert-energy{border-color:#ef444480;box-shadow:0 0 15px #ef44441a}.char-header{justify-content:space-between;align-items:flex-start;display:flex}.char-info{flex-direction:column;display:flex}.char-name{font-family:var(--font-gaming);color:var(--text-primary);font-size:1.2rem;font-weight:600}.char-badge{border-radius:4px;width:fit-content;margin-top:.25rem;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.badge-vip{color:#60a5fa;background-color:#3b82f626}.badge-free{color:#9ca3af;background-color:#6b728026}.energy-alert-badge{color:var(--color-red-energy);background-color:#ef444426;border:1px solid #ef44444d;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:700;animation:2s infinite pulse-border}@keyframes pulse-border{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.energy-section{flex-direction:column;gap:.4rem;display:flex}.energy-label-row{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.energy-name{color:var(--text-secondary);align-items:center;gap:.25rem;display:flex}.energy-val{font-family:var(--font-gaming);color:var(--text-primary);font-weight:600}.energy-progress-container{background-color:var(--bg-primary);border:1px solid #ffffff0d;border-radius:6px;height:12px;overflow:hidden}.energy-progress-bar{background:linear-gradient(90deg,#b91c1c 0%,#ef4444 100%);border-radius:6px;height:100%;transition:width .3s;box-shadow:0 0 8px #ef444499}.energy-eta{color:var(--text-muted);margin-top:.1rem;font-size:.75rem}.char-stats-summary{border-top:1px solid var(--border-color);color:var(--text-secondary);grid-template-columns:1fr 1fr;gap:.75rem;padding-top:.75rem;font-size:.8rem;display:grid}.char-actions{gap:.5rem;margin-top:.25rem;display:flex}.char-actions .btn{flex:1;padding:.45rem;font-size:.8rem}.mobile-only-inline{display:none}.desktop-only-inline{display:inline}@media (width<=768px){.mobile-only-inline{display:inline}.desktop-only-inline{display:none}}.char-selector-bar{background-color:var(--bg-secondary);border:1px solid var(--border-color);-webkit-overflow-scrolling:touch;border-radius:10px;align-items:center;gap:.65rem;margin-bottom:.75rem;padding:.6rem .85rem;display:flex;overflow-x:auto}.char-selector-label{color:var(--text-secondary);white-space:nowrap;font-size:.88rem}.char-pill{background-color:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:var(--transition-fast);text-align:center;border-radius:10px;flex-direction:column;flex-shrink:0;align-items:center;gap:.15rem;min-width:130px;padding:.45rem .75rem;font-size:.82rem;display:flex}.char-pill:hover{color:var(--text-primary);background-color:#ffffff0f;border-color:#fff3}.char-pill.selected{border-color:var(--color-red-energy);color:var(--text-primary);background-color:#ef44441a;box-shadow:0 0 10px #ef444426}.char-pill.selected.nightmare-select{border-color:var(--color-nightmare);background-color:#a78bfa1a;box-shadow:0 0 10px #a78bfa26}.dungeons-filters-bar{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;gap:.65rem 1.5rem;margin-top:.75rem;padding:.75rem 1rem;display:grid}.dungeons-filter-category-group{grid-area:1/1;align-items:center;gap:.5rem;display:flex}.dungeons-filter-label{color:var(--text-secondary);white-space:nowrap;font-size:.85rem}.dungeons-filter-category-buttons{gap:.4rem;display:flex}.dungeons-filter-category-buttons .btn{height:30px;padding:.35rem .75rem;font-size:.8rem}.dungeons-filter-top-right{grid-area:1/2;justify-content:flex-end;display:flex}.dungeons-filter-favorites-row{grid-area:2/1;align-items:center;gap:.4rem;display:flex}.dungeons-filter-bottom-right{grid-area:2/2;justify-content:flex-end;display:flex}@media (width<=768px){.dungeons-filters-bar{grid-template-rows:auto auto auto;grid-template-columns:1fr 1fr;gap:.65rem .4rem;padding:.65rem .75rem}.dungeons-filter-category-group{flex-direction:column;grid-area:1/1/auto/-1;align-items:stretch;gap:.35rem;width:100%;display:flex}.dungeons-filter-category-group .dungeons-filter-label{text-align:left;font-size:.8rem}.dungeons-filter-category-buttons{flex-wrap:nowrap;gap:.25rem;width:100%;display:flex}.dungeons-filter-category-buttons .btn{text-align:center;white-space:nowrap;flex:1;justify-content:center;align-items:center;min-width:0;height:32px;display:flex;padding:.35rem .2rem!important;font-size:.75rem!important}.dungeons-filter-favorites-row{grid-area:2/1/auto/-1;justify-content:flex-start;align-items:center;gap:.4rem;width:100%;display:flex}.dungeons-filter-top-right{grid-area:3/1;width:100%;display:flex}.dungeons-filter-bottom-right{grid-area:3/2;width:100%;display:flex}.dungeons-filter-top-right .btn,.dungeons-filter-bottom-right .btn{text-align:center;white-space:nowrap;justify-content:center;align-items:center;width:100%;height:32px;display:flex;padding:.35rem .3rem!important;font-size:.75rem!important}}.boss-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.boss-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);transition:var(--transition-normal);border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex;position:relative}.boss-card:hover{transform:translateY(-2px)}.boss-card.guardian{border-left:4px solid var(--color-red-energy)}.boss-card.nightmare{border-left:4px solid var(--color-nightmare)}.boss-card.completed{border-color:var(--color-success);background-color:#10b98105}.boss-card.completed:after{content:"✓ Concluído";color:var(--color-success);background-color:#10b98126;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1rem}.boss-title{font-family:var(--font-gaming);color:var(--text-primary);max-width:75%;font-size:1.1rem;font-weight:600}.boss-details{color:var(--text-secondary);flex-direction:column;gap:.25rem;font-size:.8rem;display:flex}.boss-loot-preview{flex-wrap:wrap;gap:.3rem;margin-top:.5rem;display:flex}.loot-tag{background-color:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);text-transform:capitalize;border-radius:4px;padding:.15rem .4rem;font-size:.7rem}.boss-card-footer{border-top:1px solid var(--border-color);gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.boss-card-footer .btn{flex:1;padding:.5rem;font-size:.8rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;-webkit-overflow-scrolling:touch;background-color:#000000bf;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.modal-content{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;width:100%;max-width:580px;max-height:min(92vh,100vh - 2rem);margin:auto;animation:.2s cubic-bezier(.16,1,.3,1) modal-enter;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #00000080}.modal-content.modal-large{max-width:870px}.modal-content>form{flex-direction:column;flex:auto;min-height:0;max-height:100%;display:flex;overflow:hidden}@keyframes modal-enter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1.5rem;display:flex}.modal-title{font-family:var(--font-gaming);font-size:1.25rem;font-weight:600}.modal-close{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;font-size:1.5rem}.modal-close:hover{color:var(--text-primary)}.modal-body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;gap:1.15rem;min-height:0;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.form-group{flex-direction:column;flex-shrink:0;gap:.45rem;display:flex}.form-label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.form-input,.form-textarea,.form-select{background-color:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);width:100%;transition:var(--transition-fast);border-radius:8px;outline:none;padding:.65rem .9rem;font-size:.9rem}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--color-red-energy);box-shadow:0 0 0 2px #ef444426}.form-textarea{resize:vertical;min-height:120px;font-family:var(--font-sans)}.modal-footer{border-top:1px solid var(--border-color);background-color:#00000026;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:.85rem 1.5rem;display:flex}@media (height<=700px){.modal-overlay{align-items:flex-start;padding:.5rem}.modal-content{border-radius:12px}.modal-header,.modal-footer{padding:.65rem 1rem}.modal-body{gap:.85rem;padding:.85rem 1rem}.form-group{gap:.3rem}.form-input,.form-select{padding:.5rem .75rem;font-size:.85rem}}@media (width<=600px){.modal-overlay{align-items:flex-start;padding:.5rem}.modal-content{border-radius:12px;max-width:100%}.modal-header,.modal-footer{padding:.75rem 1rem}.modal-body{gap:.9rem;padding:1rem}.modal-footer{flex-wrap:wrap}.modal-footer .btn{flex:auto}}.loot-preview-panel{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.loot-preview-header{color:var(--text-secondary);text-transform:uppercase;border-bottom:1px solid var(--border-color);justify-content:space-between;padding-bottom:.4rem;font-size:.8rem;font-weight:600;display:flex}.loot-preview-list{flex-direction:column;gap:.4rem;max-height:230px;display:flex;overflow-y:auto}.loot-preview-item{justify-content:space-between;font-size:.85rem;display:flex}.loot-preview-name{color:var(--text-primary);text-transform:capitalize}.loot-preview-qty{color:var(--text-secondary)}.loot-preview-val{font-family:var(--font-gaming);color:var(--color-gold)}.loot-preview-total{border-top:1px solid var(--border-color);justify-content:space-between;padding-top:.5rem;font-size:.9rem;font-weight:600;display:flex}.table-container{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;margin-top:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.data-table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.data-table th{color:var(--text-secondary);border-bottom:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.5px;background-color:#ffffff05;padding:1rem 1.25rem;font-size:.75rem;font-weight:600}.data-table td{border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:1rem 1.25rem}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background-color:#ffffff03}.inline-edit-input{background-color:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-gaming);border-radius:6px;outline:none;max-width:120px;padding:.35rem .6rem}.inline-edit-input:focus{border-color:var(--color-gold)}.global-notification-bar{color:var(--color-gold);background-color:#fbbf241a;border:1px solid #fbbf244d;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;font-size:.9rem;display:flex}.global-notification-bar.danger{color:var(--color-red-energy);background-color:#ef44441a;border-color:#ef44444d}.text-gold{color:var(--color-gold)!important}.text-red{color:var(--color-red-energy)!important}.text-violet{color:var(--color-nightmare)!important}.empty-state{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.empty-state-icon{color:var(--text-muted)}.boss-banner-container{border:1px solid var(--border-color);background-color:var(--bg-primary);border-radius:8px;width:100%;height:100px;margin-bottom:.5rem;overflow:hidden}.boss-banner-img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.boss-card:hover .boss-banner-img{transform:scale(1.05)}.boss-sprite-container{justify-content:center;align-items:center;width:100%;height:90px;margin-bottom:.5rem;display:flex;position:relative}.boss-sprite-img{object-fit:contain;filter:drop-shadow(0 4px 6px #0006);max-width:100%;max-height:100%;transition:transform var(--transition-normal), filter var(--transition-normal)}.boss-card:hover .boss-sprite-img{filter:drop-shadow(0 8px 12px #a78bfa66);transform:translateY(-4px)scale(1.08)}.boss-row-list{flex-direction:column;gap:.75rem;display:flex}.boss-row{background-color:var(--bg-secondary);border:1px solid var(--border-color);transition:var(--transition-fast);border-radius:10px;align-items:center;gap:1.5rem;padding:.75rem 1.25rem .75rem 1.5rem;display:flex;position:relative;overflow:hidden}.boss-row:before{content:"";width:5px;transition:var(--transition-fast);background-color:#0000;position:absolute;top:0;bottom:0;left:0}.boss-row:hover{background-color:#ffffff03;border-color:#ffffff26}.boss-row.completed{border-color:var(--color-success);background-color:#10b98114!important}.boss-row.completed:before{display:none}.boss-row-img-container{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:52px;display:flex;overflow:hidden}.boss-row-img{object-fit:contain;max-width:100%;max-height:100%;transition:transform var(--transition-fast)}.boss-row:hover .boss-row-img{transform:scale(1.08)}.boss-row-info{flex-direction:column;flex-grow:1;gap:.15rem;display:flex}.boss-row-name{font-family:var(--font-gaming);color:var(--text-primary);font-size:1.05rem;font-weight:600}.boss-row-desc{color:var(--text-muted);font-size:.75rem}.boss-row-type{flex-shrink:0;justify-content:center;width:90px;display:flex}.boss-row-cost{width:100px;font-family:var(--font-gaming);text-align:center;flex-shrink:0;font-size:.9rem;font-weight:600}.boss-row-actions{flex-shrink:0;justify-content:flex-end;width:170px;display:flex}.boss-row-actions .btn{width:100%}.search-dropdown{background-color:var(--bg-secondary);border:1px solid var(--border-color);z-index:100;border-radius:8px;width:100%;max-height:250px;margin-top:.25rem;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 20px -5px #000000b3}.search-dropdown-item{cursor:pointer;transition:var(--transition-fast);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:.65rem 1rem;font-size:.9rem;display:flex}.search-dropdown-item:hover{color:var(--text-primary);background-color:#ffffff0d}.search-dropdown-item.empty{color:var(--text-muted);cursor:default;justify-content:center;padding:1rem}.characters-list-container{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.char-row{background-color:var(--bg-secondary);border:1px solid var(--border-color);transition:var(--transition-fast);border-radius:12px;align-items:center;gap:1.5rem;padding:.6rem 1.25rem;display:flex}.char-row:hover{background-color:var(--bg-tertiary);border-color:#ffffff26}.char-row.alert-energy{border-color:#ef444466;box-shadow:0 0 12px #ef44440d}.char-row.full-energy{background-color:#b91c1c1f;border-color:#ef444459}.char-row-identity{flex-direction:column;flex-shrink:0;min-width:220px;max-width:250px;display:flex}.char-row-name{font-family:var(--font-gaming);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:600;overflow:hidden}.char-row-badge{color:var(--text-muted);white-space:nowrap;margin-top:.15rem;font-size:.7rem}.char-row-energy{flex-direction:column;flex:200px;gap:.3rem;display:flex}.char-row-energy-header{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.char-row-energy-bar-bg{background-color:var(--bg-primary);border:1px solid #ffffff0d;border-radius:5px;height:10px;overflow:hidden}.char-row-energy-bar-fill{border-radius:5px;height:100%;transition:width .3s}.char-row-stats{display:contents}.char-row-etas{color:var(--text-muted);flex-direction:column;flex-shrink:0;gap:.1rem;width:130px;font-size:.75rem;display:flex}.char-row-completions{flex-direction:column;flex-shrink:0;gap:.15rem;width:110px;font-size:.8rem;display:flex}.char-row-actions{flex-shrink:0;justify-content:flex-end;gap:.4rem;width:auto;min-width:175px;display:flex}.char-row-actions .btn{flex:1;padding:.35rem .6rem;font-size:.75rem}@media (width<=1180px){.char-row{flex-direction:column;align-items:stretch;gap:.65rem;padding:.85rem 1rem}.char-row-identity,.char-row-energy{flex:100%;width:100%}.char-row-stats{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.75rem;width:100%;padding-top:.1rem;display:flex}.char-row-etas{text-align:left;flex-direction:column;flex:1;gap:.15rem;width:auto;font-size:.78rem;display:flex}.char-row-completions{text-align:right;flex-direction:column;flex:1;align-items:flex-end;gap:.15rem;width:auto;font-size:.78rem;display:flex}.char-row-actions{flex-direction:row;justify-content:space-between;gap:.35rem;width:100%;margin-top:.2rem;display:flex}.char-row-actions .btn{flex:1;justify-content:center;align-items:center;padding:.45rem .25rem;font-size:.8rem;display:flex}}.char-row-wrapper{border:1px solid var(--border-color);background-color:var(--bg-secondary);border-radius:12px;flex-direction:column;display:flex;overflow:visible;box-shadow:0 4px 18px #00000047}.char-row-wrapper .char-row{border:none;border-radius:11px}.char-row-wrapper .char-row.expanded{background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-color);border-bottom-right-radius:0;border-bottom-left-radius:0}.char-drawer{background-color:#161c2d59;border-bottom-right-radius:11px;border-bottom-left-radius:11px;flex-direction:column;gap:.75rem;padding:1rem 1.25rem 1.25rem;animation:.18s ease-out slideDown;display:flex}.char-drawer-title{font-family:var(--font-gaming);text-transform:uppercase;letter-spacing:.5px;color:var(--color-red-energy);margin-bottom:.4rem;font-size:.8rem}.char-drawer-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.4rem;display:grid}.char-drawer-item{background-color:var(--bg-primary);transition:var(--transition-fast);text-align:left;cursor:pointer;border:1px solid #ffffff08;border-radius:6px;outline:none;align-items:center;width:100%;min-width:0;padding:.35rem .6rem;font-family:inherit;font-size:.75rem;display:flex;overflow:hidden}.char-drawer-item span{min-width:0}.char-drawer-item:hover{background-color:var(--bg-tertiary);border-color:#ffffff1a;transform:translateY(-1px)}.char-drawer-item:active{transform:translateY(0)}.char-drawer-item.completed{color:var(--text-primary);background-color:#10b9810a;border-color:#10b98126}.char-drawer-item.available{color:var(--text-muted)}@media (width<=768px){.char-drawer{padding:.75rem .6rem .9rem}.char-drawer-grid{grid-template-columns:repeat(2,1fr);gap:.35rem}.char-drawer-item{padding:.35rem .45rem;font-size:.72rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.prices-search-container{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;margin-top:1rem;box-shadow:0 4px 6px -1px #0000001a}.text-orange{color:#f97316!important}.loot-tag.text-orange{color:#f97316!important;border-color:#f973164d!important}.boss-row.guardian:before{background-color:var(--color-red-energy)}.boss-row.nightmare:before{background-color:var(--color-nightmare)}.boss-row.legendaryDog:before{background-color:#f97316}.boss-row.special:before{background-color:var(--color-gold)}.boss-row-img.crop-red-boss{object-fit:cover;object-position:22% center;border:1px solid #ffffff14;border-radius:50%;width:52px;height:52px}.calendar-popover{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex;position:absolute;top:100%;left:auto;right:0;background-color:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;z-index:1000!important;border-radius:12px!important;width:300px!important;max-width:calc(100vw - 2rem)!important;padding:1rem!important;box-shadow:0 10px 25px #0009!important}.calendar-day-cell{cursor:pointer;width:34px;height:34px;color:var(--text-primary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;transition:background-color .15s,color .15s;display:flex}.calendar-day-cell.grayed{color:var(--text-muted)!important;opacity:.3!important}.calendar-day-cell:hover:not(.grayed){background-color:#ffffff1a!important}.calendar-day-cell.selected-day{font-weight:700;color:#fff!important;background-color:#22c55e!important}.calendar-day-cell.selected-week{color:#22c55e!important;background-color:#22c55e26!important;border-radius:6px!important}.sidebar-backdrop{display:none}@media (width<=768px){.sidebar-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;background-color:#0009;display:block;position:fixed;inset:0}}.boss-row{transition:transform .25s cubic-bezier(.34,1.56,.64,1),border-color .15s,background-color .15s,box-shadow .15s;position:relative}.boss-row.drag-over-top{transform:translateY(70px);box-shadow:0 -8px 20px #fbbf2426;border-top:2px solid var(--color-gold)!important}.boss-row.drag-over-bottom+.boss-row{transform:translateY(70px)}.boss-row.drag-over-bottom{box-shadow:0 8px 20px #fbbf2426;border-bottom:2px solid var(--color-gold)!important}.boss-row.dragging{opacity:.15;pointer-events:none;transform:scale(.98);border:1px dashed var(--text-muted)!important;background-color:#ffffff05!important}.boss-row-drag-handle{cursor:grab;transition:color .15s}.boss-row-drag-handle:active{cursor:grabbing;color:var(--color-gold)!important}@media (width<=768px){.boss-row{flex-wrap:wrap;gap:.75rem!important;padding:1rem!important}.boss-row-drag-handle{order:-2}.favorite-btn{order:-1}.boss-row-img-container{order:0;width:60px;height:40px}.boss-row-info{flex-grow:unset;order:1;width:calc(100% - 150px)}.boss-row-type{order:2;width:60px!important}.boss-row-cost{order:3;text-align:left!important;width:70px!important}.boss-row-actions{order:4;margin-top:.5rem;width:100%!important}.table-container{overflow-x:auto}.responsive-grid-notifications{grid-template-columns:1fr!important}}.history-quick-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.history-action-pill{color:#fff;cursor:pointer;transition:var(--transition-fast);background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.82rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #10b98133}.history-action-pill:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #10b98159}.history-category-tabs{background-color:var(--bg-secondary);border:1px solid var(--border-color);-webkit-overflow-scrolling:touch;border-radius:10px;gap:.4rem;margin-bottom:1.25rem;padding:.45rem .6rem;display:flex;overflow-x:auto}.history-category-pill{color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;transition:var(--transition-fast);background:0 0;border:1px solid #0000;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.82rem;font-weight:600;display:inline-flex}.history-category-pill:hover{color:var(--text-primary);background-color:#ffffff0a}.history-category-pill.active{color:var(--text-primary);background-color:#ffffff14;border-color:#ffffff26;box-shadow:0 2px 8px #0000004d}.history-category-pill.active.pill-mystery{color:#38bdf8;background-color:#38bdf81a;border-color:#38bdf8}.history-category-pill.active.pill-terror{border-color:var(--color-nightmare);color:var(--color-nightmare);background-color:#a78bfa1a}.history-category-pill.active.pill-dog{color:#f59e0b;background-color:#f59e0b1a;border-color:#f59e0b}.history-category-pill.active.pill-red{color:#ef4444;background-color:#ef44441a;border-color:#ef4444}.history-category-pill.active.pill-special{color:#ec4899;background-color:#ec48991a;border-color:#ec4899}.history-boss-cell{align-items:center;gap:.75rem;min-width:170px;display:flex}.history-boss-avatar{object-fit:cover;background-color:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:50%;flex-shrink:0;width:40px;height:40px}.history-boss-avatar.border-mystery{border-color:#38bdf8;box-shadow:0 0 8px #38bdf840}.history-boss-avatar.border-terror{border-color:var(--color-nightmare);box-shadow:0 0 8px #a78bfa40}.history-boss-avatar.border-dog{border-color:#f59e0b;box-shadow:0 0 8px #f59e0b40}.history-boss-avatar.border-red{border-color:#ef4444;box-shadow:0 0 8px #ef444440}.history-boss-avatar.border-special{border-color:#ec4899;box-shadow:0 0 8px #ec489940}.history-boss-info{flex-direction:column;gap:.1rem;display:flex}.history-boss-name{font-family:var(--font-gaming);color:var(--text-primary);font-size:.92rem;font-weight:700;line-height:1.2}.history-boss-type-label{font-size:.73rem;font-weight:600;line-height:1.2}.history-boss-type-label.type-mystery{color:#38bdf8}.history-boss-type-label.type-terror{color:var(--color-nightmare)}.history-boss-type-label.type-dog{color:#f59e0b}.history-boss-type-label.type-red{color:#ef4444}.history-boss-type-label.type-special{color:#ec4899}.history-diff-badge{border-radius:var(--radius-md);white-space:nowrap;color:#f8fafc;background-color:#ffffff0f;border:1px solid #ffffff24;flex-direction:column;justify-content:center;align-items:center;padding:.32rem .65rem;font-size:.78rem;font-weight:700;line-height:1.15;display:inline-flex}.history-diff-badge.diff-grand-master{color:#e0e7ff;background-color:#4338ca47;border:1px solid #818cf8}.history-diff-badge.diff-master{color:#fee2e2;background-color:#dc262640;border:1px solid #f87171}.history-diff-badge.diff-hyper{color:#f3e8ff;background-color:#9333ea47;border:1px solid #c084fc}.history-diff-badge.diff-ultra{color:#e0f2fe;background-color:#0284c747;border:1px solid #38bdf8}.history-diff-badge.diff-platinum{color:#f8fafc;background-color:#47556959;border:1px solid #94a3b8}.history-diff-badge.diff-gold{color:#fef3c7;background-color:#d9770640;border:1px solid #fbbf24}.history-diff-badge.diff-ace{color:#d1fae5;background-color:#05966940;border:1px solid #34d399}.history-diff-badge.diff-nightmare{color:#f3e8ff;background-color:#7e22ce47;border:1px solid #a855f7}.history-diff-badge.diff-hard{color:#fef3c7;background-color:#d9770640;border:1px solid #fbbf24}.history-diff-badge.diff-legend{color:#fff;background-color:#dc262659;border:1.5px solid #ef4444;box-shadow:0 0 10px #ef444466}.history-diff-sub{opacity:.9;font-size:.65rem;font-weight:600}.history-exp-chip{border-radius:var(--radius-md);font-family:var(--font-gaming);color:#fde68a;white-space:nowrap;background-color:#f59e0b2e;border:1px solid #fbbf24;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.84rem;font-weight:700;display:inline-flex}.history-exp-chip.improved{color:#fca5a5;background-color:#ef444426;border-color:#f87171}.history-loot-container{flex-wrap:wrap;align-items:center;gap:.35rem;width:100%;display:flex}.history-loot-chip{box-sizing:border-box;border-radius:var(--radius-md);color:#f8fafc;height:30px;transition:var(--transition-fast);cursor:default;white-space:nowrap;background-color:#ffffff0d;border:1px solid #ffffff1f;justify-content:center;align-items:center;gap:.35rem;padding:0 .5rem;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex}.history-loot-chip:hover{background-color:#ffffff1a;border-color:#ffffff40;transform:translateY(-1px)}.history-loot-chip.rare-item{color:#fef08a;background-color:#ffd7002e;border:1.5px solid #fbbf24;font-weight:800;box-shadow:0 0 10px #fbbf2459}.history-loot-chip.rare-item:hover{background-color:#ffd70047;border-color:#fff275;box-shadow:0 0 14px #ffd70099}.history-loot-img{object-fit:contain;width:auto;max-width:24px;height:auto;max-height:24px;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;flex-shrink:0}.history-npc-value{font-family:var(--font-gaming);color:var(--color-gold);white-space:nowrap;align-items:center;gap:.35rem;font-size:.9rem;font-weight:700;display:inline-flex}.history-gold-dot{background-color:var(--color-gold);width:7px;height:7px;box-shadow:0 0 6px var(--color-gold);border-radius:50%;display:inline-block}.history-row-actions{align-items:center;gap:.35rem;display:flex}.history-action-icon-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;display:inline-flex}.history-action-icon-btn:hover{color:var(--color-red-energy);background-color:#ef44441a}.weekly-summary-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;gap:.85rem;margin-bottom:1.5rem;padding:1.15rem 1.35rem;display:flex;box-shadow:0 4px 20px #00000040}.weekly-summary-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.weekly-summary-title{font-family:var(--font-gaming);color:var(--text-primary);letter-spacing:.5px;align-items:center;gap:.5rem;margin:0;font-size:1.05rem;font-weight:700;display:flex}.weekly-summary-single-row{grid-template-columns:repeat(auto-fit,minmax(115px,1fr));gap:.6rem;display:grid}.weekly-summary-card{border-radius:var(--radius-md);min-height:72px;transition:var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1f;flex-direction:column;justify-content:space-between;gap:.35rem;padding:.65rem .85rem;display:flex}.weekly-summary-card:hover{background:#ffffff17;border-color:#ffffff38;transform:translateY(-1px)}.weekly-summary-card-header{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.45rem;font-size:.8rem;font-weight:700;display:flex;overflow:hidden}.weekly-summary-card-header img{object-fit:contain;width:auto;max-width:22px;height:auto;max-height:22px;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;flex-shrink:0}.weekly-summary-card-value{font-family:var(--font-gaming);color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-top:auto;font-size:1.25rem;font-weight:700;overflow:hidden}.weekly-summary-card-value.text-gold{color:#fbbf24}.weekly-summary-card-value.text-success{color:#34d399}.weekly-summary-card-value.text-rare{color:#f59e0b}.weekly-summary-card-value.text-tank{color:#38bdf8}.weekly-summary-card-value.text-otdd{color:#c084fc}.weekly-summary-items-section{border-top:1px solid #ffffff14;flex-direction:column;gap:.4rem;margin-top:.2rem;padding-top:.6rem;display:flex}.weekly-summary-items-label{color:#94a3b8;font-size:.8rem;font-weight:700}.weekly-summary-items-grid{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.weekly-summary-item-badge{box-sizing:border-box;border-radius:var(--radius-md);color:#fff;height:30px;transition:var(--transition-fast);cursor:default;white-space:nowrap;background-color:#ffffff0d;border:1px solid #ffffff1f;justify-content:center;align-items:center;gap:.35rem;padding:0 .5rem;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex}.weekly-summary-item-badge:hover{background-color:#ffffff1a;border-color:#ffffff40;transform:translateY(-1px)}.weekly-summary-item-badge.rare-item{color:#fef08a;background-color:#ffd7002e;border:1.5px solid #fbbf24;font-weight:800;box-shadow:0 0 10px #fbbf2459}.weekly-summary-item-badge.rare-item:hover{background-color:#ffd70047;border-color:#fff275;box-shadow:0 0 14px #ffd70099}.weekly-summary-item-img{object-fit:contain;width:auto;max-width:24px;height:auto;max-height:24px;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;flex-shrink:0;display:block}.weekly-summary-item-qty{font-family:var(--font-gaming);font-size:.78rem}.weekly-summary-empty-items{color:var(--text-muted);font-size:.82rem;font-style:italic}.boss-row.weekly:before{background:#38bdf8}.weekly-full-divider{background:#ffffff38;border:none;width:100%;height:1px;margin:3.5rem 0 1.75rem;box-shadow:0 1px #00000080}.weekly-section-header-bar{align-items:center;gap:1.25rem;width:100%;margin:0 0 1.5rem;display:flex}.weekly-section-line{background:linear-gradient(90deg,#0000,#ffffff40,#0000);flex:1;height:2px}.weekly-section-badge{font-family:var(--font-gaming);color:#38bdf8;letter-spacing:.6px;text-transform:uppercase;background:#38bdf814;border:1.5px solid #38bdf859;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 0 14px #38bdf833}.dashboard-section-divider-line{background:linear-gradient(90deg,#0000,#ffffff26,#0000);flex:1;height:1px}.dashboard-section-divider-badge{font-family:var(--font-gaming);color:var(--text-primary);letter-spacing:.5px;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex}.weekly-activities-container{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem;margin-bottom:2.5rem;display:grid}.weekly-activity-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition-fast);justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex;position:relative;overflow:hidden}.weekly-activity-card:hover{border-color:#ffffff2e;transform:translateY(-1px);box-shadow:0 4px 14px #0000004d}.weekly-activity-card.completed{background:#10b9810d;border-color:#10b9814d}.weekly-activity-card.completed:before{content:"";background:#10b981;width:3px;position:absolute;top:0;bottom:0;left:0}.weekly-activity-info{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.weekly-activity-avatar{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.weekly-activity-avatar img{object-fit:contain;width:auto;max-width:32px;height:auto;max-height:32px;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.weekly-activity-details{flex-direction:column;gap:.2rem;min-width:0;display:flex}.weekly-activity-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;overflow:hidden}.weekly-activity-badge{border-radius:4px;width:fit-content;padding:1px 6px;font-size:.68rem;font-weight:600}.weekly-activity-badge.weekly{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf840}.weekly-activity-badge.monthly{color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf2440}.weekly-activity-btn{cursor:pointer;white-space:nowrap;transition:var(--transition-fast);border-radius:6px;flex-shrink:0;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.history-view-mode-toggle{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);gap:4px;padding:3px;display:inline-flex}.history-view-mode-toggle .btn{border-radius:var(--radius-sm);border:none;padding:.45rem .9rem;font-size:.85rem;font-weight:600}.history-unified-filter-panel{border-radius:var(--radius-lg);background:#1e2638;border:1px solid #334155;border-top:3px solid #3b82f6;flex-direction:column;gap:.9rem;margin-bottom:1.5rem;padding:1.1rem 1.25rem;display:flex;box-shadow:0 6px 24px #00000073}.history-filter-top-bar{border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.85rem;display:flex}.history-filter-categories-bar{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.history-filter-characters-section{border-top:1px solid #ffffff0d;flex-direction:column;gap:.65rem;padding-top:.85rem;display:flex}.history-char-selector-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.history-char-selector-label{color:var(--text-primary);align-items:center;gap:.45rem;font-size:.88rem;font-weight:700;display:flex}.history-char-selector-hint{color:var(--text-muted);font-size:.76rem;font-weight:400}.history-char-cards-list{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.65rem;display:grid}.history-char-card{border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;background:#ffffff08;align-items:center;gap:.65rem;min-width:0;padding:.55rem .8rem;transition:all .18s;display:flex;position:relative}.history-char-card:hover{color:var(--text-primary);background:#ffffff12;border-color:#ffffff38;transform:translateY(-1px)}.history-char-card.active{color:var(--text-primary);background:#3b82f624;border-color:#3b82f6;box-shadow:0 0 12px #3b82f638}.history-char-card-avatar{border-radius:var(--radius-sm);background:var(--bg-tertiary);width:32px;height:32px;color:var(--color-gold);border:1px solid #ffffff14;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex}.history-char-card.active .history-char-card-avatar{color:#60a5fa;background:#3b82f640;border-color:#3b82f680}.history-char-card-info{flex-direction:column;flex-grow:1;min-width:0;display:flex;overflow:hidden}.history-char-card-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.history-char-card-meta{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:.72rem;overflow:hidden}.history-char-card-badge{border-radius:var(--radius-sm);color:var(--text-muted);white-space:nowrap;background:#ffffff0f;flex-shrink:0;padding:2px 6px;font-size:.7rem;font-weight:600}.history-char-card.active .history-char-card-badge{color:#93c5fd;background:#3b82f640;border:1px solid #3b82f666}.history-category-pill.pill-rare.active{color:#fbbf24;background:#f59e0b33;border-color:#f59e0b}.char-summary-card{border-radius:var(--radius-lg);transition:var(--transition-fast);background:#141b2a;border:1px solid #ffffff1f;flex-direction:column;gap:.85rem;margin-bottom:1.75rem;padding:1.1rem 1.25rem;display:flex;position:relative;overflow:visible;box-shadow:0 4px 20px #00000059}.char-summary-card:hover{border-color:#60a5fa59;box-shadow:0 6px 24px #00000073,0 0 12px #3b82f61a}.char-summary-main-row{border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;padding-bottom:.75rem;display:flex}.char-summary-identity{align-items:center;gap:.75rem;display:flex}.char-summary-avatar{border-radius:var(--radius-md);color:#93c5fd;background:#3b82f62e;border:1px solid #3b82f673;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex}.char-header-info-group{align-items:center;gap:.85rem;display:flex}.char-header-v-divider{background:#ffffff2e;border-radius:1px;width:1.5px;height:22px}.char-header-stat-col{flex-direction:column;justify-content:center;display:flex}.char-header-stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:.62rem;font-weight:700;line-height:1}.char-header-stat-val{font-family:var(--font-gaming);color:#fff;font-size:.96rem;font-weight:700;line-height:1.2}.char-summary-name{font-family:var(--font-gaming);color:#fff;letter-spacing:.3px;margin:0;font-size:1.1rem;font-weight:700}.char-summary-dones-badge{color:#34d399;border-radius:var(--radius-sm);background:#10b98129;border:1px solid #10b98166;align-items:center;gap:.35rem;width:fit-content;padding:.15rem .55rem;font-size:.75rem;font-weight:700;display:inline-flex}.char-summary-compact-metrics{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.char-metric-chip{border-radius:var(--radius-md);min-width:90px;transition:var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1f;align-items:center;gap:.45rem;padding:.3rem .6rem;display:flex}.char-metric-chip:hover{background:#ffffff17;border-color:#ffffff40}.char-metric-chip img{object-fit:contain;width:18px;height:18px;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;flex-shrink:0}.char-metric-chip-data{flex-direction:column;min-width:0;display:flex}.char-metric-chip-label{color:#94a3b8;text-transform:uppercase;font-size:.62rem;font-weight:700;line-height:1}.char-metric-chip-val{font-family:var(--font-gaming);color:#fff;font-size:.88rem;font-weight:700;line-height:1.2}.char-inactive-section{border-radius:var(--radius-lg);background:#ffffff08;border:1px dashed #ffffff24;flex-direction:column;gap:.65rem;margin-top:.5rem;padding:1.1rem 1.25rem;display:flex}.char-inactive-header{color:#cbd5e1;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;display:flex}.char-inactive-grid{flex-wrap:wrap;gap:.5rem;display:flex}.char-inactive-item{border-radius:var(--radius-md);transition:var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:.5rem;padding:.35rem .65rem;display:inline-flex}.char-inactive-item:hover{background:#ffffff14;border-color:#ffffff38;transform:translateY(-1px)}.char-inactive-avatar{border-radius:var(--radius-sm);color:#93c5fd;background:#3b82f629;border:1px solid #3b82f659;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.68rem;font-weight:700;display:flex}.char-inactive-name{color:#fff;white-space:nowrap;font-size:.82rem;font-weight:700}.char-inactive-level{color:#fcd34d;border-radius:var(--radius-sm);white-space:nowrap;background:#eab3082e;border:1px solid #eab30859;padding:1px 6px;font-size:.7rem;font-weight:800;line-height:1.2}.char-inactive-server{color:#93c5fd;border-radius:var(--radius-sm);white-space:nowrap;background:#3b82f62e;border:1px solid #3b82f659;padding:1px 6px;font-size:.7rem;font-weight:700;line-height:1.2}.char-mockup-row{align-items:center;gap:.85rem;min-height:34px;display:flex}.char-mockup-icon-col{flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.char-mockup-v-divider{background:#ffffff26;border-radius:1px;flex-shrink:0;width:1.5px;height:24px}.char-mockup-content-col{flex-wrap:wrap;flex-grow:1;align-items:center;gap:.5rem;min-width:0;display:flex}.char-mockup-h-divider{background:#ffffff14;width:100%;height:1px;margin:.1rem 0}.item-fallback-badge{font-size:.65rem;font-weight:800;font-family:var(--font-gaming);color:var(--color-gold);background:#eab30826;border:1px solid #eab3084d;border-radius:4px;justify-content:center;align-items:center;margin-right:2px;padding:1px 5px;display:inline-flex}.char-card-expand-bar{z-index:20;pointer-events:none;justify-content:center;display:flex;position:absolute;bottom:-13px;left:0;right:0}.char-expand-edge-btn{pointer-events:auto;color:#cbd5e1;cursor:pointer;background:#141b2a;border:1px solid #ffffff2e;border-radius:20px;align-items:center;gap:.4rem;padding:.24rem .95rem;font-size:.76rem;font-weight:600;transition:all .15s;display:inline-flex;box-shadow:0 4px 14px #000000b3}.char-expand-edge-btn:hover{color:#fff;background:#1c263c;border-color:#60a5fa;transform:translateY(-1px);box-shadow:0 4px 16px #3b82f64d}.char-summary-bosses-grid{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.char-summary-boss-badge{border-radius:var(--radius-md);color:#fff;transition:var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1f;align-items:center;gap:.5rem;padding:.28rem .6rem;font-size:.82rem;display:inline-flex}.char-summary-boss-badge:hover{background:#ffffff17;border-color:#ffffff40;transform:translateY(-1px)}.char-summary-boss-badge.boss-badge-rare{background:#f59e0b1f;border-color:#f59e0ba6;box-shadow:0 0 10px #f59e0b40}.char-summary-boss-badge img{object-fit:cover;border-radius:4px;width:22px;height:22px}.char-summary-boss-badge .boss-name{color:#f8fafc;font-size:.84rem;font-weight:700}.char-summary-boss-badge .boss-count{font-family:var(--font-gaming);color:#fef08a;border-radius:var(--radius-sm);background:#eab3082e;border:1px solid #eab30866;padding:1px 5px;font-size:.74rem;font-weight:800;line-height:1}.boss-diff-container{align-items:center;gap:.25rem;display:flex}.boss-diff-container .difficulty-badge{padding:1px 6px;font-size:.68rem;font-weight:700}.boss-rare-star-icon{align-items:center;margin-left:2px;display:inline-flex}.btn-xs{padding:.2rem .5rem;font-size:.75rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.pokemon-finder-wrapper{border:1px solid var(--border-color);background:#080910;border-radius:12px;width:100%;height:calc(100vh - 70px);min-height:500px;position:relative;overflow:hidden}.pokemon-finder-map{background:#040508;outline:none;width:100%;height:100%}.finder-coords-badge{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-family:var(--font-gaming);pointer-events:none;background:#0c0e16f2;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:700;display:flex;position:absolute;top:15px;left:15px;box-shadow:0 4px 14px #0009}.finder-left-unified-dock{z-index:1000;pointer-events:none;flex-direction:column;gap:8px;width:225px;display:flex;position:absolute;top:55px;bottom:20px;left:15px}.finder-left-unified-dock>*{pointer-events:auto}.finder-list-box{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0c0e16f5;border:1px solid #ffffff26;border-radius:10px;flex-direction:column;flex:1;min-height:140px;display:flex;overflow:hidden;box-shadow:0 8px 24px #000000bf}.finder-box-title{font-size:.76rem;font-weight:800;font-family:var(--font-gaming);color:#fff}.finder-list-header{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:6px 8px;display:flex}.finder-btn-clear-all{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:5px;justify-content:center;align-items:center;padding:3px;transition:all .2s;display:flex}.finder-btn-clear-all:hover{color:#fff;background:#ef44444d}.finder-toggle-mini-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;display:flex}.finder-toggle-mini-btn:hover{color:#fff}.finder-expand-history-btn{color:var(--text-secondary);cursor:pointer;background:#0c0e16f2;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-size:.72rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0009}.finder-list-body{flex-direction:column;flex:1;gap:4px;padding:5px;display:flex;overflow-y:auto}.finder-list-empty{color:var(--text-muted);text-align:center;padding:10px 4px;font-size:.68rem;line-height:1.3}.finder-list-item{color:#fff;border-style:solid;border-width:1px;border-radius:5px;justify-content:space-between;align-items:center;padding:3px 5px;font-size:.68rem;display:flex}.finder-item-coords{font-family:var(--font-gaming);flex:1;font-weight:600}.finder-item-dir-icon{object-fit:contain;width:15px;height:15px;margin:0 3px}.finder-item-del-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;transition:color .2s;display:flex}.finder-item-del-btn:hover{color:#ef4444}.finder-radar-control-box{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0c0e16f5;border:1px solid #ffffff26;border-radius:10px;flex-direction:column;gap:8px;padding:8px;display:flex;box-shadow:0 8px 24px #000c}.finder-radar-header{justify-content:space-between;align-items:center;gap:4px;display:flex}.finder-select-region-compact{color:#f8fafc;cursor:pointer;background:#1e293bf2;border:1px solid #fff3;border-radius:6px;outline:none;width:72px;padding:3px 5px;font-size:.7rem;font-weight:700}.finder-btn-paste-dock{color:#f8fafc;cursor:pointer;background:#1e293be6;border:1px solid #fff3;border-radius:6px;justify-content:center;align-items:center;gap:5px;width:100%;padding:6px 8px;font-size:.74rem;font-weight:700;transition:all .2s;display:flex}.finder-btn-paste-dock:hover{color:var(--color-gold);border-color:var(--color-gold);background:#334155}.finder-btn-paste-dock.status-success{color:#fff!important;background:#10b981!important;border-color:#10b981!important}.finder-btn-paste-dock.status-error{color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.finder-distance-selector-dock{background:#0006;border-radius:6px;justify-content:space-between;gap:3px;padding:2px;display:flex}.finder-dist-btn{cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:5px;flex:1;justify-content:center;align-items:center;height:28px;padding:0;transition:all .2s;display:flex}.finder-dist-btn img{object-fit:contain;filter:grayscale(40%)brightness(.7);width:20px;height:20px}.finder-dist-btn:hover img{filter:grayscale(0%)brightness()}.finder-dist-btn.active{background:#ffffff1a;border-color:#fff;box-shadow:0 0 6px #ffffff4d}.finder-dist-btn.active img{filter:grayscale(0%)brightness(1.2)}.finder-compass-grid-dock{grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.finder-dir-btn{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:5px;justify-content:center;align-items:center;height:30px;padding:0;transition:all .2s;display:flex}.finder-dir-btn img{object-fit:contain;filter:brightness(.7);width:18px;height:18px}.finder-dir-btn:hover{background:#ffffff26;border-color:#ffffff4d}.finder-dir-btn:hover img{filter:brightness(1.2)}.finder-dir-btn:active{border-color:var(--color-gold);transform:scale(.95)}.finder-dir-btn.center-dir img{width:16px;height:16px}.finder-floor-info-dock{color:var(--text-muted);text-align:center;border-top:1px solid #ffffff14;padding-top:4px;font-size:.68rem}.finder-floor-info-dock b{color:var(--color-gold)}.finder-bottom-bar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c0e16f2;border:1px solid #ffffff26;border-radius:12px;gap:8px;padding:6px 12px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #000000b3}.finder-nav-btn{background:var(--bg-card);border:1px solid var(--border-color);width:32px;height:32px;color:var(--text-primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.finder-nav-btn:hover{background:var(--bg-hover);color:var(--color-gold);border-color:#fbbf244d}.finder-context-menu{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);background:#0c0e16fa;border-radius:8px;flex-direction:column;gap:4px;padding:6px;display:flex;position:fixed;box-shadow:0 8px 24px #000c}.finder-context-coord{font-family:var(--font-gaming);color:var(--color-gold);padding:2px 6px;font-size:.74rem;font-weight:700}.finder-context-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:6px;padding:5px 8px;font-size:.72rem;transition:all .2s;display:flex}.finder-context-btn:hover{color:var(--color-gold);background:#fbbf2426;border-color:#fbbf2466}.leaflet-tile{image-rendering:pixelated!important;image-rendering:crisp-edges!important}.pxg-interactive-map-container{border:1px solid var(--border-color);background:#080910;border-radius:12px;flex-direction:row;width:100%;height:calc(100vh - 65px);min-height:550px;display:flex;position:relative;overflow:hidden}.pokedex-vertical-sidebar{border-right:1px solid var(--border-color);z-index:10;background:#0c0e16fa;flex-direction:column;flex-shrink:0;width:270px;display:flex}.pokedex-sidebar-header{background:#ffffff05;border-bottom:1px solid #ffffff14;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.pokedex-title-bar{align-items:center;gap:6px;display:flex}.pokedex-badge-icon{background:var(--color-gold);color:#000;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.72rem;font-weight:900;display:flex}.pokedex-title{font-family:var(--font-gaming);color:#fff;font-size:.86rem;font-weight:800}.pokedex-search-box{align-items:center;width:100%;display:flex;position:relative}.pokedex-search-icon{color:var(--text-muted);pointer-events:none;position:absolute;left:10px}.pokedex-search-input{color:#f8fafc;background:#1e293bd9;border:1px solid #ffffff26;border-radius:8px;outline:none;width:100%;padding:6px 28px 6px 30px;font-family:inherit;font-size:.78rem;transition:all .2s}.pokedex-search-input:focus{border-color:var(--color-gold);box-shadow:0 0 10px #fbbf2433}.pokedex-clear-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;display:flex;position:absolute;right:8px}.pokedex-list-scroll{flex-direction:column;flex:1;gap:3px;padding:6px;display:flex;overflow-y:auto}.pokedex-list-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:8px;padding:5px 8px;transition:all .15s;display:flex}.pokedex-list-card:hover{background:#ffffff17;border-color:#ffffff2e;transform:translate(2px)}.pokedex-list-card.selected{border-color:var(--color-gold);background:#fbbf2426;box-shadow:0 0 10px #fbbf2440}.pokedex-id-pill{font-family:var(--font-gaming);color:var(--color-gold);min-width:30px;font-size:.66rem;font-weight:800}.pokedex-card-avatar{background:#1e293bcc;border:1px solid #ffffff1a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.pokedex-card-img{object-fit:contain;width:22px;height:22px}.pokedex-card-info{flex-direction:column;flex:1;gap:1px;display:flex;overflow:hidden}.pokedex-card-name{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;font-weight:700;overflow:hidden}.pokedex-spawns-count{color:var(--text-muted);align-items:center;gap:3px;font-size:.64rem;display:flex}.map-viewport-wrapper{flex:1;width:100%;height:100%;position:relative;overflow:hidden}.leaflet-map-canvas{background:#040508;outline:none;width:100%;height:100%}.map-top-dock{z-index:1000;align-items:center;gap:10px;display:flex;position:absolute;top:15px;left:15px}.map-coords-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-family:var(--font-gaming);pointer-events:none;background:#0c0e16f2;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:700;display:flex;box-shadow:0 4px 14px #0009}.copied-toast{color:#4ade80;align-items:center;gap:4px;margin-left:6px;font-size:.75rem;font-weight:700;display:flex}.map-region-toggle{background:#0c0e16f2;border:1px solid #ffffff26;border-radius:8px;padding:3px;display:flex;box-shadow:0 4px 14px #0009}.region-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 12px;font-size:.76rem;font-weight:700;transition:all .2s}.region-btn.active{background:var(--bg-hover);color:var(--color-gold);box-shadow:0 2px 6px #0006}.interactive-spawn-pin{justify-content:center;align-items:center;width:100%;height:100%;transition:all .2s;display:flex;position:relative}.interactive-spawn-pin.active-floor{opacity:1;filter:drop-shadow(0 0 8px #3b82f6e6)}.interactive-spawn-pin.faded-floor{opacity:.72}.interactive-spawn-pin:hover{z-index:999;transform:scale(1.15);opacity:1!important}.spawn-avatar-wrapper{box-sizing:border-box;cursor:pointer;background-color:#0f172aeb;border:2px solid #3b82f6;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;box-shadow:0 2px 6px #000c}.spawn-avatar-img{object-fit:contain;width:75%;height:75%}.spawn-floor-arrow{border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.68rem;font-weight:900;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 5px #000c}.spawn-floor-arrow.up{color:#fff;background:#2563eb;border:1px solid #60a5fa}.spawn-floor-arrow.down{color:#fff;background:#dc2626;border:1px solid #f87171}.map-floating-nav{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c0e16f2;border:1px solid #ffffff26;border-radius:12px;gap:8px;padding:6px 12px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #000000b3}.nav-ctrl-btn{background:var(--bg-card);border:1px solid var(--border-color);width:32px;height:32px;color:var(--text-primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.nav-ctrl-btn:hover{background:var(--bg-hover);color:var(--color-gold);border-color:#fbbf244d}.map-pokemon-details-drawer{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0c0e16f5;border:1px solid #ffffff26;border-radius:12px;flex-direction:column;width:250px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:15px;bottom:15px;right:15px;overflow:hidden;box-shadow:0 10px 40px #000000d9}.map-pokemon-details-drawer.closed{border-radius:8px;width:36px;height:36px;bottom:auto}.drawer-toggle-btn{width:24px;height:24px;color:var(--text-secondary);cursor:pointer;z-index:5;background:#ffffff14;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:6px;right:6px}.drawer-toggle-btn:hover{color:#fff;background:#fff3}.drawer-content{flex-direction:column;gap:10px;height:100%;padding:10px;display:flex;overflow-y:auto}.drawer-pokemon-header{border-bottom:1px solid #ffffff14;align-items:center;gap:8px;padding-bottom:8px;display:flex}.poke-avatar-box{background:#1e293bcc;border:2px solid #3b82f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 12px #00000080}.poke-avatar-img{object-fit:contain;width:30px;height:30px}.poke-meta-info{flex-direction:column;gap:1px;display:flex;overflow:hidden}.poke-pokedex-badge{color:var(--color-gold);font-size:.65rem;font-weight:800;font-family:var(--font-gaming)}.poke-title{color:#fff;font-size:.95rem;font-weight:800;font-family:var(--font-gaming);white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.poke-spawns-summary{color:var(--text-muted);align-items:center;gap:4px;font-size:.65rem;display:flex}.drops-section{flex-direction:column;flex:1;gap:6px;display:flex;overflow:hidden}.drops-section-header{color:#fff;font-size:.76rem;font-weight:800;font-family:var(--font-gaming);align-items:center;gap:5px;display:flex}.drops-cat-tabs{gap:3px;padding-bottom:2px;display:flex;overflow-x:auto}.drops-cat-tab{color:var(--text-secondary);cursor:pointer;text-transform:capitalize;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:5px;padding:2px 6px;font-size:.65rem;font-weight:700;transition:all .2s}.drops-cat-tab.active{color:#93c5fd;background:#3b82f633;border-color:#3b82f6}.drops-list{flex-direction:column;flex:1;gap:4px;padding-right:2px;display:flex;overflow-y:auto}.no-drops-msg{color:var(--text-muted);text-align:center;padding:12px 0;font-size:.7rem}.drop-card-compact{background:#1e293b80;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:6px;padding:4px 6px;transition:all .15s;display:flex}.drop-card-compact:hover{background:#1e293bd9;border-color:#fff3}.drop-card-icon-box{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.drop-card-img{object-fit:contain;width:20px;height:20px}.drop-card-info{flex-direction:column;flex:1;gap:1px;display:flex;overflow:hidden}.drop-item-name{color:#f1f5f9;text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:700;overflow:hidden}.drop-item-row{justify-content:space-between;align-items:center;gap:4px;display:flex}.drop-qty-pill{color:#94a3b8;white-space:nowrap;background:#ffffff0f;border-radius:3px;padding:1px 4px;font-size:.62rem;font-weight:700}.drop-chance-pill{color:#4ade80;white-space:nowrap;background:#4ade801f;border-radius:3px;align-items:center;gap:2px;padding:1px 4px;font-size:.62rem;font-weight:700;display:flex}.pokedex-tier-badge{color:#38bdf8;background:#38bdf826;border:1px solid #38bdf84d;border-radius:3px;padding:0 4px;font-size:.6rem;font-weight:800}.poke-tier-tag{color:#38bdf8;background:#38bdf826;border:1px solid #38bdf84d;border-radius:4px;padding:1px 5px;font-size:.6rem;font-weight:800}.drawer-main-tabs{background:#0006;border:1px solid #ffffff14;border-radius:6px;gap:4px;padding:3px;display:flex}.drawer-tab-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:4px;padding:5px;font-size:.68rem;font-weight:700;transition:all .15s;display:flex}.drawer-tab-btn:hover{color:#fff}.drawer-tab-btn.active{color:var(--color-gold);background:#fbbf2426;border:1px solid #fbbf244d}.moves-section{flex-direction:column;flex:1;gap:6px;display:flex;overflow:hidden}.moves-list{flex-direction:column;flex:1;gap:4px;padding-right:2px;display:flex;overflow-y:auto}.move-card-compact{background:#1e293b80;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:8px;padding:4px 8px;transition:all .15s;display:flex}.move-card-compact:hover{background:#1e293bd9;border-color:#fff3}.move-trigger-badge{font-family:var(--font-gaming);color:var(--color-gold);text-align:center;background:#fbbf241f;border:1px solid #fbbf244d;border-radius:4px;min-width:26px;padding:2px 5px;font-size:.62rem;font-weight:900}.move-card-details{flex-direction:column;flex:1;gap:2px;display:flex;overflow:hidden}.move-card-top-row{justify-content:space-between;align-items:center;gap:4px;display:flex}.move-name{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;font-weight:700;overflow:hidden}.move-lvl{color:#94a3b8;font-size:.62rem;font-weight:700}.move-card-bottom-row{align-items:center;gap:6px;display:flex}.move-cd-pill{color:#38bdf8;background:#38bdf81a;border-radius:3px;align-items:center;gap:2px;padding:1px 4px;font-size:.62rem;font-weight:700;display:flex}.move-dmg-pill{color:#f87171;background:#ef44441a;border-radius:3px;align-items:center;gap:2px;padding:1px 4px;font-size:.62rem;font-weight:700;display:flex}.avatar-fallback-x{color:#94a3b8;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}
