.protected-route-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.protected-route-loading .spinner{width:40px;height:40px;border:4px solid rgba(79,195,247,.1);border-top-color:#4fc3f7;border-radius:50%;animation:spin 1s linear infinite}.protected-route-loading p{color:#8e9297;font-size:14px}.user-menu{position:relative;display:inline-block}.user-menu-trigger{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:1px solid rgba(79,195,247,.3);border-radius:8px;color:#e8e6e3;cursor:pointer;font-size:14px;font-family:inherit;transition:all .3s ease}.user-menu-trigger:hover{background:#4fc3f71a;border-color:#4fc3f7}.user-menu-icon{font-size:18px}.user-menu-username{font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-arrow{font-size:10px;opacity:.7}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:linear-gradient(135deg,#1a1f2e,#0f1419);border:1px solid rgba(79,195,247,.3);border-radius:12px;box-shadow:0 8px 24px #0006;overflow:hidden;z-index:1000;animation:dropdownSlide .2s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-menu-header{padding:16px;background:#4fc3f70d;border-bottom:1px solid rgba(79,195,247,.1)}.user-menu-name{font-weight:600;color:#4fc3f7;margin-bottom:4px}.user-menu-email{font-size:12px;color:#8e9297}.user-menu-divider{height:1px;background:#4fc3f71a;margin:4px 0}.user-menu-item{display:block;width:100%;padding:12px 16px;background:transparent;border:none;color:#e8e6e3;text-align:left;text-decoration:none;font-size:14px;font-family:inherit;cursor:pointer;transition:all .2s ease}.user-menu-item:hover{background:#4fc3f71a;color:#4fc3f7}.user-menu-logout{color:#ff6b6b}.user-menu-logout:hover{background:#ff6b6b1a;color:#ff6b6b}.user-menu-admin{color:#4fc3f7;font-weight:600}.user-menu-admin:hover{background:#4fc3f726}.user-menu-auth{display:flex;align-items:center;gap:12px}.user-menu-link{padding:8px 16px;border-radius:8px;text-decoration:none;color:#e8e6e3;font-size:14px;font-weight:500;transition:all .3s ease}.user-menu-link:hover{color:#4fc3f7}.user-menu-register{background:transparent;border:1px solid rgba(79,195,247,.3)}.user-menu-register:hover{background:#4fc3f71a;border-color:#4fc3f7}@media (max-width: 768px){.user-menu-username{max-width:100px}.user-menu-dropdown{right:0;min-width:200px}}.rankings-loading-overlay{opacity:.6;pointer-events:none;position:relative;overflow:hidden}.rankings-loading-overlay:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(79,195,247,.2) 50%,transparent 100%);animation:shimmer 2s infinite;z-index:1}@keyframes shimmer{0%{left:-100%}to{left:100%}}.rankings-skeleton{padding:1.5rem}.rankings-skeleton-boss{margin-bottom:2rem}.rankings-skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.rankings-skeleton-title{height:24px;width:200px;background:linear-gradient(90deg,#4fc3f71a,#4fc3f733,#4fc3f71a);background-size:200% 100%;animation:skeleton-shimmer 4s infinite;border-radius:4px}.rankings-skeleton-stat{height:16px;width:120px;background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-shimmer 4s infinite;border-radius:4px}.rankings-skeleton-table{width:100%;border-spacing:0}.rankings-skeleton-row{height:48px;border-bottom:1px solid rgba(255,255,255,.05)}.rankings-skeleton-cell{padding:.75rem .5rem}.rankings-skeleton-cell-content{height:16px;background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-shimmer 4s infinite;border-radius:4px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rankings-zone-card{margin-bottom:3rem;background:linear-gradient(135deg,#1e273ae6,#121826f2);border:1px solid rgba(79,195,247,.3)}.rankings-zone-title{font-size:1.5rem;color:#4fc3f7}.rankings-boss-section{margin-bottom:.5rem;padding-bottom:0;border-bottom:1px solid rgba(255,255,255,.1)}.rankings-boss-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.rankings-boss-name{font-size:1.2rem;font-weight:600;color:#e8e6e3;margin-bottom:.25rem}.rankings-boss-location{color:#9e9e9e;font-size:.9rem;font-weight:400;margin-left:.5rem}.rankings-boss-stats{display:flex;align-items:center;gap:1.5rem}.rankings-kills-stat{font-size:.9rem;color:#9e9e9e}.rankings-kills-number{color:#4fc3f7;font-size:1rem;font-weight:700}.rankings-view-full-link{padding:.5rem 1rem;font-size:.85rem;text-decoration:none;color:#4fc3f7;border:1px solid rgba(79,195,247,.5);border-radius:4px;background:#4fc3f71a;transition:all .2s;font-weight:500}.rankings-view-full-link:hover{background:#4fc3f733;border-color:#4fc3f7}.rankings-table{width:100%;border-collapse:collapse;table-layout:fixed}.rankings-table thead tr{border-bottom:2px solid rgba(255,255,255,.1)}.rankings-table th{padding:.75rem .5rem;text-align:left;color:#4fc3f7;font-size:.9rem}.rankings-table th:nth-child(1){width:50px}.rankings-table th:nth-child(2){width:180px}.rankings-table th:nth-child(3){width:180px}.rankings-table th:nth-child(4){width:180px;text-align:center}.rankings-table th:nth-child(5){width:180px}.rankings-table th:nth-child(6){width:180px}.rankings-table th.align-right{text-align:right}.rankings-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;transition:background .2s}.rankings-table tbody tr:hover{background:#4fc3f70d}.rankings-table td{padding:.75rem .5rem;font-size:.9rem}.rankings-table-rank{color:#9e9e9e}.rankings-table-player{font-weight:500;font-size:.95rem}.rankings-table-metric{text-align:right;color:#e8e6e3;font-weight:600;font-size:.95rem}.rankings-table-secondary{text-align:right;color:#9e9e9e}.rankings-empty{text-align:center;color:#9e9e9e;font-style:italic;padding:2rem}.filter-type-menu-bar{display:flex;align-items:center;gap:1rem;padding:12px 16px;background:linear-gradient(to bottom,#1a2332,#0f1419);border-bottom:1px solid #2a3f5f;margin-bottom:16px}.filter-nav{display:flex;gap:.5rem}.filter-nav-link{padding:.5rem 1rem;border-radius:6px;color:#fff;text-decoration:none;fontSize:.9rem;font-weight:500;transition:all .2s ease;border:2px solid transparent;opacity:.7}.filter-nav-link:hover{opacity:1;transform:translateY(-1px)}.filter-nav-link{background:#0b3b53}.filter-nav-link.damage-done{background:#0b5340}.filter-nav-link.healing-done{background:#3b530b}.filter-nav-link.active{opacity:1;border-bottom:3px solid #4fc3f7;box-shadow:0 2px 8px #4fc3f74d}.filter-nav-link.damage-done.active{border-bottom-color:#4fc37f;box-shadow:0 2px 8px #4fc37f4d}.filter-nav-link.healing-done.active{border-bottom-color:#9fc34f;box-shadow:0 2px 8px #9fc34f4d}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(90deg,#2d3748,#374151,#2d3748);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:4px}.skeleton-panel{background-color:#1e273a;border-radius:8px;padding:1rem;border:1px solid #2d3748}.skeleton-panel-header{height:24px;width:150px;margin-bottom:1rem}.skeleton-panel-row{height:40px;margin-bottom:8px;border-radius:4px}.skeleton-panel-row:last-child{margin-bottom:0}.skeleton-grid-2x2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}.skeleton-card{background-color:#1e273a;border-radius:8px;padding:1.5rem;border:1px solid #2d3748;margin-bottom:1rem}.skeleton-card-header{height:28px;width:60%;margin-bottom:.75rem}.skeleton-card-subtitle{height:18px;width:40%;margin-bottom:.5rem}.skeleton-card-footer{height:16px;width:30%}.modal-overlay{position:relative;width:100%;z-index:10}.modal-content{background-color:#1e273a;border-radius:8px;width:100%;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000004d;border:1px solid #2d3748}.fight-selection-modal{max-width:100%}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #2d3748}.modal-header h2{margin:0;color:#e8e6e3;font-size:1.5rem;font-weight:600}.modal-close-button{background:none;border:none;color:#9e9e9e;font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s;line-height:1}.modal-close-button:hover{color:#e8e6e3}.modal-body{padding:24px;flex:1}.fight-selection-modal .modal-body>div{margin-bottom:16px}.fight-selection-modal .modal-body>div:last-child{margin-bottom:0}.fight-selection-modal .card{margin-bottom:16px}.fight-selection-modal .card:last-child{margin-bottom:0}.abilities-dropdown{position:relative;display:inline-block;flex-shrink:0}.abilities-toggle{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#ddd;font-size:14px;cursor:pointer;transition:all .2s;white-space:nowrap}.abilities-toggle:hover{background:#ffffff14;border-color:#fff3}.ability-spell-name{color:inherit;font-weight:500}.ability-placeholder{color:#999}.clear-ability-button{background:transparent;border:none;color:#999;cursor:pointer;font-size:16px;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s}.clear-ability-button:hover{color:#ff6b6b}.abilities-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;width:max-content;max-width:400px;background:#1a2332;border:1px solid #2a3f5f;border-radius:4px;box-shadow:0 4px 12px #0000004d;z-index:1000;max-height:400px;overflow-y:auto}.abilities-list{padding:4px 0}.ability-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;cursor:pointer;transition:background .2s}.ability-item:hover{background:#4fc3f71a}.ability-item.selected{background:#4fc3f733}.ability-name{font-size:14px;font-weight:500;flex:1}.ability-id{font-size:12px;color:#999;margin-left:12px}.abilities-menu::-webkit-scrollbar{width:8px}.abilities-menu::-webkit-scrollbar-track{background:#0003;border-radius:4px}.abilities-menu::-webkit-scrollbar-thumb{background:#4fc3f74d;border-radius:4px}.abilities-menu::-webkit-scrollbar-thumb:hover{background:#4fc3f780}.targets-dropdown{position:relative;display:inline-block;flex-shrink:0}.targets-toggle{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#ddd;font-size:14px;cursor:pointer;transition:all .2s;white-space:nowrap}.targets-toggle:hover{background:#ffffff14;border-color:#fff3}.target-name{color:inherit;font-weight:500}.target-placeholder{color:#999}.clear-target-button{background:transparent;border:none;color:#999;cursor:pointer;font-size:16px;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s}.clear-target-button:hover{color:#ff6b6b}.dropdown-arrow{color:#999;font-size:12px;transition:transform .2s;-webkit-user-select:none;user-select:none}.targets-toggle:hover .dropdown-arrow{color:#4fc3f7}.targets-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;width:max-content;max-width:400px;background:#1a2332;border:1px solid #2a3f5f;border-radius:4px;box-shadow:0 4px 12px #0000004d;z-index:1000;max-height:400px;overflow-y:auto}.targets-list{padding:4px 0}.target-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;cursor:pointer;transition:background .2s}.target-item.has-instances{cursor:default}.target-item .target-name{font-size:14px;font-weight:500}.target-item:hover{background:#4fc3f71a}.target-item.selected{background:#4fc3f733}.expand-arrow{color:#4fc3f7;font-size:10px;margin-left:8px}.instance-dropdown{background:#1a2332;border:1px solid #2a3f5f;border-radius:4px;box-shadow:0 4px 12px #0000004d;padding:4px 0;min-width:150px}.instance-item{padding:8px 12px;cursor:pointer;transition:background .2s}.instance-item:hover{background:#4fc3f71a}.instance-item.selected{background:#4fc3f733}.instance-name{font-size:13px;color:#ddd}.targets-enemy-group{position:relative}.target-item.has-instances{cursor:pointer}.targets-instance-expand,.expand-arrow{display:inline-block;margin-left:4px;font-size:10px;color:#888}.targets-instance-dropdown{position:absolute;left:100%;top:0;background:#2a2a2a;border:1px solid rgba(79,195,247,.3);border-radius:4px;min-width:120px;box-shadow:0 2px 8px #0000004d;z-index:1001;margin-left:4px}.targets-instance-item{padding:8px 12px;color:#ddd;cursor:pointer;transition:background-color .2s}.targets-instance-item:hover{background-color:#4fc3f726}.targets-menu::-webkit-scrollbar{width:8px}.targets-menu::-webkit-scrollbar-track{background:#0003;border-radius:4px}.targets-menu::-webkit-scrollbar-thumb{background:#4fc3f74d;border-radius:4px}.targets-menu::-webkit-scrollbar-thumb:hover{background:#4fc3f780}.timeline-container{max-width:1200px;margin:0 auto}.timeline-loading{min-height:400px;background:#0000004d;border-radius:4px;display:flex;flex-direction:column}.timeline-loading-content{display:flex;justify-content:center;align-items:center;flex:1;font-size:1.1rem;color:#9e9e9e}.timeline-loading-content:after{content:"";width:20px;height:20px;border:2px solid #4fc3f7;border-top:2px solid transparent;border-radius:50%;margin-left:1rem;animation:timeline-spin 1s linear infinite}@keyframes timeline-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.timeline-error{text-align:center;padding:2rem;color:#dc3545}.timeline-empty{text-align:center;padding:2rem;color:#aaa}.timeline-header{margin-bottom:1rem}.timeline-header h3{margin:0;color:#4fc3f7}.timeline-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.timeline-pagination-info{color:#aaa;font-size:.9rem}.timeline-events-list{max-height:none}.events-table{width:100%;border-collapse:collapse}.events-table thead tr{border-bottom:2px solid #444}.events-table th{padding:.5rem;text-align:left;color:#4fc3f7}.events-table th.time-column{width:100px}.events-table th.type-column{width:120px}.events-table th.amount-column{width:100px;text-align:right}.events-table td{padding:.4rem .5rem;color:#ddd;font-size:.9rem}.events-table td.time-column{color:#aaa;font-family:monospace}.events-table tbody tr{border-bottom:1px solid #333;transition:background-color .2s}.events-table tbody tr:hover{background-color:#4fc3f71a}.timeline-bottom-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.participant-dropdown{position:relative}.dropdown-toggle{background:#ffffff1a;border:1px solid #2a3f5f;border-radius:4px;padding:8px 16px;color:#e0e0e0;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.dropdown-toggle:hover{background:#ffffff26}.dropdown-arrow{font-size:10px;transition:transform .2s}.dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;background:#1a2332;border:1px solid #2a3f5f;border-radius:4px;box-shadow:0 4px 12px #00000080;z-index:1000;min-width:200px;overflow:visible;width:fit-content}.dropdown-grid{display:grid;grid-template-rows:repeat(15,auto);grid-auto-flow:column;grid-auto-columns:max-content;gap:0;width:fit-content}.dropdown-item{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:8px;white-space:nowrap;min-width:150px;transition:background .15s;border-bottom:1px solid rgba(255,255,255,.05);width:100%;box-sizing:border-box}.participant-name{font-size:14px;font-weight:500;flex:1}.expand-arrow{font-size:10px;color:#999;cursor:pointer;-webkit-user-select:none;user-select:none}.expand-arrow.expanded{color:#4fc3f7}.dropdown-item.pet-item{background:#0003}.participant-name.pet-name{font-size:13px;opacity:.9}.pet-dropdown-menu{position:fixed;background:#1a2332;border:1px solid #2a3f5f;border-radius:4px;box-shadow:0 4px 12px #00000080;z-index:1001;min-width:150px;max-height:300px;overflow-y:auto}.dropdown-item:hover{background:#4fc3f71a}.dropdown-item.selected{background:#4fc3f733}.dropdown-item.empty{color:#999;cursor:default;justify-content:center}.dropdown-item.empty:hover{background:transparent}.participant-name{font-size:14px;font-weight:500}.role-badge,.boss-badge{font-size:10px;padding:2px 6px;border-radius:3px;font-weight:600;text-transform:uppercase;white-space:nowrap}.role-badge.tank{background:#1976d2;color:#fff}.role-badge.healer{background:#388e3c;color:#fff}.role-badge.dps{background:#d32f2f;color:#fff}.boss-badge{background:#ff6b6b;color:#fff}.dropdown-menu::-webkit-scrollbar{width:8px;height:8px}.dropdown-menu::-webkit-scrollbar-track{background:#0f1419}.dropdown-menu::-webkit-scrollbar-thumb{background:#2a3f5f;border-radius:4px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:#3a5f8f}.view-mode-toggle{display:flex;gap:0;background:#ffffff0d;border-radius:4px;padding:2px}.toggle-button{padding:8px 20px;background:transparent;border:none;border-bottom:3px solid transparent;color:#999;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border-radius:2px}.toggle-button:hover:not(.active){color:#e0e0e0;background:#ffffff0d}.toggle-button.active{background:#0b3b53;border-bottom:3px solid #4fc3f7;color:#4fc3f7}.encounter-toolbar{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 16px;background:linear-gradient(to bottom,#1a2332,#0f1419);border-bottom:1px solid #2a3f5f;margin-bottom:16px;min-height:80px}.encounter-toolbar.loading,.encounter-toolbar.error{justify-content:center;align-items:center;color:#999;font-size:14px}.encounter-toolbar.error{color:#ff6b6b}.toolbar-left{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.participant-type-toggle{display:flex;gap:8px;align-items:center}.type-toggle-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#999;padding:6px 12px;border-radius:4px;font-size:13px;cursor:pointer;transition:all .2s}.type-toggle-button:hover{background:#ffffff1a;border-color:#fff3;color:#ccc}.type-toggle-button.active{background:#4fc3f733;border-color:#4fc3f7;color:#4fc3f7;font-weight:500}.toolbar-left-row{display:flex;gap:12px;align-items:center}.selected-participant-display{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#4fc3f726;border:1px solid #4fc3f7;border-radius:4px;min-width:200px;transition:background .2s}.selected-participant-display.clickable:hover{background:#4fc3f740}.display-text{color:#4fc3f7;font-size:14px;font-weight:500;flex:1}.clear-button{background:transparent;border:none;color:#999;cursor:pointer;font-size:16px;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s}.clear-button:hover{color:#ff6b6b}.dropdown-arrow{color:#999;font-size:12px;transition:transform .2s,color .2s;-webkit-user-select:none;user-select:none}.selected-participant-display:hover .dropdown-arrow{color:#4fc3f7}.dropdown-arrow.open{transform:rotate(180deg)}.toolbar-center{display:flex;align-items:center;justify-content:center;flex:1;padding:0 20px}.filter-disclaimer{color:#999;font-size:13px;font-style:italic;text-align:center}.toolbar-right{display:flex;align-items:center}.breakdown-popup{position:fixed;background:#383838;border:1px solid rgba(255,255,255,.1);box-shadow:0 6px 18px #0000001f;border-radius:12px;padding:10px;z-index:10000;pointer-events:auto}.breakdown-popup__table{width:100%;border-collapse:collapse;font-size:.9rem;margin:0}.breakdown-popup__table th{background:#4fc3f71a;color:#4fc3f7;font-weight:600;padding:.5rem;text-align:left;border-bottom:2px solid rgba(79,195,247,.3)}.breakdown-popup__table td{padding:.35rem .5rem;border-bottom:1px solid rgba(255,255,255,.05);color:#e0e0e0;background:#4fc3f705}.breakdown-popup__table tbody tr:hover{background:#4fc3f70d}.breakdown-popup__table tbody tr:last-child td{border-bottom:none}.breakdown-popup__name{font-size:.9rem;font-weight:500}.breakdown-popup__name--player{font-weight:600}.breakdown-popup__bar-container{display:flex;align-items:center;gap:8px}.breakdown-popup__bar-track{flex:1;height:12px;background:#ffffff05;border-radius:3px;overflow:hidden}.breakdown-popup__bar-fill{height:100%;transition:width .2s ease}.breakdown-popup__amount{text-align:right;font-weight:600;color:#e0e0e0}.breakdown-popup__percent{text-align:right;color:#9e9e9e;font-size:.85rem;min-width:50px}.filtered-panel,.filtered-panel__card{padding:0}.filtered-panel__table{width:100%;border-collapse:collapse}.filtered-panel__header-cell{padding:.75rem;font-weight:600}.filtered-panel__header-cell--left{text-align:left}.filtered-panel__header-cell--right{text-align:right}.filtered-panel__row{border-bottom:1px solid #263238}.filtered-panel__character-cell{padding:.75rem}.filtered-panel__character-content{display:flex;flex-direction:column}.filtered-panel__character-name{font-weight:600;cursor:pointer}.filtered-panel__character-spec{font-size:.8rem;color:#9e9e9e}.filtered-panel__bar-cell{position:relative;padding:.75rem}.filtered-panel__bar-container{display:flex;align-items:center;gap:8px}.filtered-panel__bar-wrapper{flex:1;background:transparent;height:14px;border-radius:2px;overflow:hidden}.filtered-panel__bar-inner{height:100%;display:flex;border-radius:2px;overflow:hidden}.filtered-panel__bar-segment{height:100%}.filtered-panel__bar-segment--player{border-radius:2px 0 0 2px}.filtered-panel__bar-segment--player-only{border-radius:2px}.filtered-panel__bar-segment--pet{background:#2fc088;border-radius:0 2px 2px 0}.filtered-panel__bar-segment--pet-only{background:#2fc088;border-radius:2px}.filtered-panel__number-cell{padding:.75rem;text-align:right}.filtered-panel__number-cell--amount{font-weight:500}.filtered-panel__number-cell--percent{color:#9e9e9e}.filtered-panel__number-cell--rate{color:#4fc3f7;font-weight:500}.filtered-panel__loading{padding:2rem;text-align:center;color:#9e9e9e}.filtered-panel__error{padding:2rem;text-align:center;color:#f44336}.filtered-panel__no-data{padding:2rem;text-align:center;color:#9e9e9e}.auth-container{min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f1419,#1a1f2e);padding:20px}.auth-card{background:#1e273af2;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 10px 40px #00000080;width:100%;max-width:450px;padding:40px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:30px}.auth-header h1{font-size:28px;color:#4fc3f7;margin-bottom:10px;font-weight:600}.auth-header p{color:#9e9e9e;font-size:14px}.success-icon,.error-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;margin:0 auto 20px}.success-icon{background:#4caf5033;color:#4caf50;border:2px solid rgba(76,175,80,.3)}.error-icon{background:#f4433633;color:#f44336;border:2px solid rgba(244,67,54,.3)}.auth-form,.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#e8e6e3;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px;background:#0f141980;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:14px;color:#e8e6e3;transition:all .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#4fc3f7;background:#0f1419b3;box-shadow:0 0 0 3px #4fc3f71a}.form-group input::placeholder{color:#666}.form-group small{display:block;margin-top:5px;color:#9e9e9e;font-size:12px}.form-footer{display:flex;justify-content:flex-end;margin-bottom:20px}.forgot-password-link{color:#4fc3f7;text-decoration:none;font-size:14px;transition:color .2s ease}.forgot-password-link:hover{color:#29b6f6;text-decoration:underline}.auth-button{width:100%;padding:14px;background:#4fc3f7;color:#0f1419;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.auth-button:hover:not(:disabled){background:#29b6f6;transform:translateY(-2px);box-shadow:0 4px 12px #4fc3f74d}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-link-button{display:block;width:100%;padding:12px;background:transparent;color:#4fc3f7;border:1px solid rgba(79,195,247,.3);border-radius:8px;font-size:14px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.auth-link-button:hover{background:#4fc3f71a;border-color:#4fc3f780}.auth-divider{text-align:center;margin:20px 0;position:relative}.auth-divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#ffffff1a}.auth-divider span{position:relative;background:#1e273af2;padding:0 15px;color:#9e9e9e;font-size:13px}.auth-error{background:#f443361a;border:1px solid rgba(244,67,54,.3);color:#ffcdd2;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px}.auth-success{background:#4caf501a;border:1px solid rgba(76,175,80,.3);color:#a5d6a7;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px}.auth-info{background:#4fc3f71a;border:1px solid rgba(79,195,247,.3);color:#4fc3f7;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;text-align:center}.auth-loading{display:flex;justify-content:center;padding:40px 0}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top:4px solid #4fc3f7;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 500px){.auth-card{padding:30px 10px}.auth-header h1{font-size:24px}}.main-content:has(.my-reports-page-container){max-width:1600px!important}.my-reports-page-container{max-width:1600px!important;width:100%;margin:0 auto;padding:0}.my-reports-table{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:auto}.my-reports-table th{background:#4fc3f71a;color:#4fc3f7;font-weight:600;padding:.75rem 1rem;text-align:left;border-bottom:2px solid rgba(79,195,247,.3);white-space:nowrap}.my-reports-table td{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);color:#e0e0e0;vertical-align:middle}.my-reports-table tbody tr:hover{background:#4fc3f70d}.my-reports-table tbody tr:last-child td{border-bottom:1px solid rgba(255,255,255,.05)}.my-reports-table .col-title{width:20%;min-width:180px}.my-reports-table .col-zone{width:8%;min-width:90px}.my-reports-table .col-date{width:auto;min-width:170px;white-space:nowrap;padding-right:1.5rem}.my-reports-table .col-encounters{width:6%;min-width:80px;text-align:center}.my-reports-table .col-guild,.my-reports-table .col-status{width:8%;min-width:90px}.my-reports-table .col-actions{width:150px;min-width:150px}.my-reports-table .clickable-cell{cursor:pointer}.my-reports-table .no-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-reports-table .actions-cell{white-space:nowrap}.my-reports-table .actions-cell button{font-size:12px;white-space:nowrap}.analytics-container{max-width:1400px;margin:0 auto;padding:2rem;background:#f8f9fa;min-height:100vh}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #3b82f6}.analytics-header h1{margin:0;color:#1e293b;font-size:2rem}.time-period-selector{display:flex;align-items:center;gap:1rem}.time-period-selector label{font-weight:600;color:#475569}.time-period-selector select{padding:.5rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;background:#fff;font-size:1rem;cursor:pointer;transition:border-color .2s}.time-period-selector select:hover{border-color:#3b82f6}.refresh-btn{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background .2s}.refresh-btn:hover{background:#2563eb}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;border-left:4px solid #3b82f6;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.metric-card h3{margin:0 0 .5rem;font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.metric-value{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.metric-subtitle{font-size:.875rem;color:#64748b}.metric-card.good{border-left-color:#22c55e}.metric-card.good .metric-value{color:#22c55e}.metric-card.warning{border-left-color:#f59e0b}.metric-card.warning .metric-value{color:#f59e0b}.metric-card.bad{border-left-color:#ef4444}.metric-card.bad .metric-value{color:#ef4444}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}.chart-card{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.chart-card h2{margin:0 0 1.5rem;font-size:1.25rem;color:#1e293b}.tables-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}.table-card{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.table-card h2{margin:0 0 1rem;font-size:1.25rem;color:#1e293b}.table-card table{width:100%;border-collapse:collapse}.table-card th{background:#f1f5f9;color:#475569;font-weight:600;text-align:left;padding:.75rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.table-card td{padding:.75rem;border-bottom:1px solid #e2e8f0;color:#334155}.table-card tbody tr:hover{background:#f8fafc}.table-card td code{background:#f1f5f9;padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem;color:#475569;font-family:Courier New,monospace}.table-card td a{color:#3b82f6;text-decoration:none;font-weight:600}.table-card td a:hover{text-decoration:underline}.table-card td.warning{color:#f59e0b;font-weight:600}.table-card td.bad{color:#ef4444;font-weight:600}.table-card td.good{color:#22c55e;font-weight:600}.analytics-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.error-card{background:#fff;border-left:4px solid #ef4444;border-radius:.5rem;padding:2rem;text-align:center;max-width:500px;margin:2rem auto;box-shadow:0 1px 3px #0000001a}.error-card h2{color:#ef4444;margin:0 0 1rem}.error-card p{color:#64748b;margin-bottom:1.5rem}.error-card button{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background .2s}.error-card button:hover{background:#2563eb}.analytics-footer{text-align:center;padding:2rem 0;color:#94a3b8;font-size:.875rem;border-top:1px solid #e2e8f0;margin-top:2rem}@media (max-width: 1024px){.charts-grid,.tables-grid{grid-template-columns:1fr}}@media (max-width: 768px){.analytics-container{padding:1rem}.analytics-header{flex-direction:column;align-items:flex-start;gap:1rem}.time-period-selector{flex-direction:column;align-items:flex-start;width:100%}.time-period-selector select,.refresh-btn{width:100%}.metrics-grid{grid-template-columns:1fr}.metric-value{font-size:1.5rem}}html{overflow-y:scroll}.app{min-height:100vh;background:linear-gradient(135deg,#0f1419,#1a1f2e);color:#e8e6e3}.main-content{padding:2rem;max-width:1200px;margin:0 auto}.navigation{background:#121826e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 2rem;position:sticky;top:0;z-index:100}.nav-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-size:1.5rem;font-weight:700;color:#4fc3f7;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-link{color:#e8e6e3;text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.nav-link:hover{background:#4fc3f71a;color:#4fc3f7}.nav-link.active{background:#4fc3f733;color:#4fc3f7}.card{background:#1e273acc;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.6rem;margin-bottom:.7rem;transition:all .2s ease}.card:hover{background:#1e273a;border-color:#4fc3f74d;transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.card-clickable{cursor:pointer}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0rem}.card-top{display:flex;justify-content:space-between;align-items:center}.card-header-content{flex:1}.card-footer-content{flex-shrink:0;margin-left:1rem}.card-title{font-size:1.25rem;font-weight:600;color:#4fc3f7;margin:0}.card-subtitle{color:#9e9e9e;font-size:.9rem}.card-content{color:#e8e6e3}.card-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1rem}.stat-item{text-align:center}.stat-value{font-size:1.5rem;font-weight:700;color:#4fc3f7;display:block}.stat-label{font-size:.8rem;color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.loading{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:1.1rem;color:#9e9e9e}.loading:after{content:"";width:20px;height:20px;border:2px solid #4fc3f7;border-top:2px solid transparent;border-radius:50%;margin-left:1rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error{background:#f443361a;border:1px solid rgba(244,67,54,.3);border-radius:8px;padding:1rem;color:#ffcdd2;text-align:center}.status{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.status-success{background:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.3)}.status-failure{background:#f4433633;color:#f44336;border:1px solid rgba(244,67,54,.3)}.status-processing{background:#ffc10733;color:#ffc107;border:1px solid rgba(255,193,7,.3)}.breadcrumbs{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#9e9e9e}.breadcrumb-item{color:#4fc3f7;text-decoration:none}.breadcrumb-item:hover{text-decoration:underline}.breadcrumb-separator{color:#666}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1rem}.page-header h1,.page-header h2{color:#4fc3f7;margin-bottom:.5rem}.page-subtitle{color:#9e9e9e;font-size:1rem;line-height:1.4}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#4fc3f7;color:#0f1419}.btn-primary:hover:not(:disabled){background:#29b6f6;transform:translateY(-1px)}.btn-secondary{background:#4fc3f71a;color:#4fc3f7;border:1px solid rgba(79,195,247,.3)}.btn-secondary:hover:not(:disabled){background:#4fc3f733;border-color:#4fc3f780}.table-container{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th{background:#4fc3f71a;color:#4fc3f7;font-weight:600;padding:.5rem;text-align:left;border-bottom:2px solid rgba(79,195,247,.3)}.data-table td{padding:.1rem;border-bottom:1px solid rgba(255,255,255,.05);color:#e0e0e0}.data-table-popup{width:100%;border-collapse:collapse;font-size:.9rem}.data-table-popup th{background:#4fc3f71a;color:#4fc3f7;font-weight:600;padding:.5rem;text-align:left;border-bottom:2px solid rgba(79,195,247,.3)}.data-table-popup td{padding:.35rem .5rem;border-bottom:1px solid rgba(255,255,255,.05);color:#e0e0e0;background:#4fc3f705}.data-table tbody tr:hover{background:#4fc3f70d}.data-table tbody tr:last-child td{border-bottom:none}.table-link{color:#4fc3f7;text-decoration:none;font-weight:500;transition:color .2s ease}.table-link:hover{color:#29b6f6;text-decoration:underline}.tab-navigation{display:flex;border-bottom:2px solid rgba(255,255,255,.1);gap:0}.tab-button{background:transparent;border:none;padding:1rem 2rem;font-size:1rem;font-weight:500;color:#9e9e9e;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;position:relative}.tab-button:hover{color:#4fc3f7;background:#4fc3f70d}.tab-button.active{color:#4fc3f7;border-bottom-color:#4fc3f7;background:#4fc3f71a}@media (max-width: 768px){.main-content{padding:1rem}.nav-content{flex-direction:column;gap:1rem}.card-stats{grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3{grid-template-columns:1fr}}.encounters-list{display:flex;flex-direction:column}.encounter-card{cursor:pointer}.encounter-header{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:2rem;width:100%}.encounter-details-section{display:flex;align-items:center;justify-content:left;gap:2rem}.encounter-duration-date{color:#e8e6e3;font-size:.9rem}.encounter-zone{color:#9e9e9e;font-size:.9rem;font-style:italic}.combat-grid-2x2{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;height:80vh;margin-top:2rem}.grid-cell{background:#1e273acc;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.5rem;overflow:hidden;display:flex;flex-direction:column}.grid-cell-scrollable{overflow-y:auto;max-height:100%}.grid-cell-placeholder{display:flex;align-items:center;justify-content:center;color:#9e9e9e;font-style:italic;background:#1e273a66;border:2px dashed rgba(255,255,255,.1)}.grid-cell-scrollable::-webkit-scrollbar{width:8px}.grid-cell-scrollable::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.grid-cell-scrollable::-webkit-scrollbar-thumb{background:#4fc3f780;border-radius:4px}.grid-cell-scrollable::-webkit-scrollbar-thumb:hover{background:#4fc3f7b3}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}.boss-dropdown{animation:slideDown .3s ease-out;overflow:hidden}.location-button,.boss-item{transition:all .2s ease!important}
