@import"https://fonts.googleapis.com/css2?family=Urbanist:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#1a1a1a;color:#e0e0e0}a{color:#4fc3f7;text-decoration:none;transition:all .2s ease}a:hover{color:#80d4f9;text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:Urbanist,sans-serif}#root{width:100vw;height:100vh;display:flex;flex-direction:column}.app-header{flex-shrink:0;background:#2c2c2c;padding:12px 24px;border-bottom:2px solid #444;box-shadow:0 2px 8px #0000004d;display:flex;align-items:center;justify-content:space-between;height:60px}.app-header h1{font-size:24px;font-weight:700;color:#e0e0e0;margin:0;letter-spacing:.5px;display:flex;align-items:center;gap:12px}.app-header .brand-name{font-weight:700;color:#e0e0e0}.app-header .separator,.app-header .app-name{font-weight:400;color:#888}.app-header .tool-switcher{background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#e0e0e0;padding:8px 12px;font-size:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.app-header .tool-switcher .tool-switcher-flag{font-size:1.05rem;line-height:1;display:inline-flex;align-items:center}.app-header .tool-switcher:hover{background:#4c4c4c;border-color:#777}.app-header .header-actions{display:flex;align-items:center;gap:8px}.app-header .header-dropdown{position:relative}.app-header .header-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#2c2c2c;border:1px solid #555;border-radius:4px;min-width:200px;box-shadow:0 4px 12px #0000004d;z-index:1000}.app-header .header-menu-item{display:block;width:100%;padding:12px 16px;background:transparent;border:none;color:#e0e0e0;text-align:left;cursor:pointer;font-size:12px;transition:all .2s ease;display:flex;align-items:center;gap:8px}.app-header .header-menu-item:hover{background:#3c3c3c}.app-header .header-menu-item--active{background:#3c3c3c;color:#4fc3f7}.app-header .header-menu-item-flag{width:28px;text-align:center;font-size:1.35rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.app-header .header-menu-item-language{font-size:12px;line-height:1.2}.app-footer{flex-shrink:0;background:#2c2c2c;padding:12px 24px;border-top:2px solid #444;box-shadow:0 -2px 8px #0000004d}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.footer-text{margin:0;font-size:12px;color:#888;flex:1;min-width:300px}.footer-text a{color:#4fc3f7;text-decoration:none;transition:all .2s ease}.footer-text a:hover{color:#80d4f9;text-decoration:underline}.footer-discord{display:flex;gap:12px;align-items:center}.discord-link{display:flex;align-items:center;gap:6px;padding:4px 12px;background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#5865f2;text-decoration:none;font-size:10px;transition:all .2s ease;white-space:nowrap}.discord-link svg{flex-shrink:0}.discord-link:hover{background:#4c4c4c;border-color:#5865f2;color:#8791f6;text-decoration:none}.dashboard-container{width:100%;height:100%}.content-container{padding:24px;width:100%;height:100%;box-sizing:border-box}.app-layout{flex:1;display:flex;overflow:hidden}.app-sidebar{width:280px;background:#2c2c2c;border-right:2px solid #444;display:flex;flex-direction:column;transition:width .3s ease;overflow:hidden}.app-sidebar.collapsed{width:60px}.app-sidebar.collapsed .sidebar-nav-text,.app-sidebar.collapsed .sidebar-toggle-text{display:none}.app-sidebar.collapsed .sidebar-header{padding:8px;justify-content:center}.app-sidebar.collapsed .sidebar-nav{padding:8px}.app-sidebar.collapsed .sidebar-nav-item a{padding:8px;justify-content:center;gap:0}.app-sidebar.collapsed .sidebar-nav-item a svg{width:18px;height:18px}.sidebar-header{padding:16px;border-bottom:1px solid #444;display:flex;justify-content:space-between;align-items:center}.sidebar-title{font-size:14px;font-weight:600;color:#b0bec5;margin:0}.sidebar-toggle{background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#e0e0e0;padding:4px 8px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .2s ease;font-size:10px}.sidebar-toggle:hover{background:#4c4c4c;border-color:#777}.sidebar-nav{flex:1;padding:12px;overflow-y:auto;display:flex;flex-direction:column}.sidebar-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.sidebar-nav-list--bottom{margin-top:auto;padding-top:12px;border-top:1px solid #444}.sidebar-nav-item a{display:flex;align-items:center;gap:12px;padding:12px;color:#e0e0e0;text-decoration:none;border-radius:4px;transition:all .2s ease;font-size:12px;white-space:nowrap}.sidebar-nav-item a svg{flex-shrink:0}.sidebar-nav-item a:hover{background:#3c3c3c}.sidebar-nav-item a.active{background:#3c3c3c;color:#4fc3f7;border-left:3px solid #4fc3f7}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#1a1a1a}.main-content{flex:1;overflow:auto;padding:0}.main-content.padded{padding:24px}.loading-container,.error-container{display:flex;justify-content:center;align-items:center;height:100%;flex-direction:column;gap:16px}.loading-spinner{width:48px;height:48px;border:4px solid #3c3c3c;border-top-color:#4fc3f7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text,.error-text{font-size:16px;color:#e0e0e0}.error-text{color:#e53935}.settings-page{max-width:600px}.settings-title{font-family:Urbanist,sans-serif;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;font-size:22px;color:#e0e0e0;margin-bottom:24px}.settings-section{background:#2c2c2c;border:1px solid #444;border-radius:8px;padding:24px;margin-bottom:24px}.settings-section-title{font-size:13px;font-weight:600;color:#b0bec5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.settings-info{margin-bottom:16px}.settings-info p{font-size:12px;color:#888;line-height:1.6}.settings-info a{color:#4fc3f7;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.settings-info a:hover{text-decoration:underline}.settings-steps{background:#3c3c3c;border-radius:4px;padding:16px;margin-bottom:24px}.settings-steps h4{font-size:12px;font-weight:600;color:#e0e0e0;margin-bottom:12px}.settings-steps ol{margin:0;padding-left:24px}.settings-steps ol li{font-size:12px;color:#888;margin-bottom:8px;line-height:1.5}.settings-steps ol li:last-child{margin-bottom:0}.settings-steps a{color:#4fc3f7;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.settings-steps a:hover{text-decoration:underline}.settings-form{display:flex;flex-direction:column;gap:12px}.settings-label{font-size:12px;font-weight:600;color:#e0e0e0}.token-input-wrapper{position:relative;display:flex;align-items:center}.token-input{flex:1;background:#3c3c3c;border:1px solid #555;border-radius:4px;padding:12px 48px 12px 16px;font-size:12px;font-family:Courier New,monospace;color:#e0e0e0;transition:all .2s ease}.token-input:focus{outline:none;border-color:#4fc3f7;box-shadow:0 0 0 2px #4fc3f733}.token-input:disabled{opacity:.6;cursor:not-allowed}.token-input::placeholder{color:#666}.token-toggle{position:absolute;right:12px;background:transparent;border:none;color:#888;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.token-toggle:hover{color:#e0e0e0}.settings-message{display:flex;align-items:center;gap:8px;padding:12px;border-radius:4px;font-size:12px}.settings-message--error{background:#f4433626;color:#f44336;border:1px solid rgba(244,67,54,.3)}.settings-message--success{background:#4caf5026;color:#4caf50;border:1px solid rgba(76,175,80,.3)}.settings-actions{display:flex;gap:12px;margin-top:8px}.settings-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.settings-button:disabled{opacity:.6;cursor:not-allowed}.settings-button--primary{background:#4fc3f7;color:#1a1a1a;border-color:#4fc3f7}.settings-button--primary:hover:not(:disabled){background:#80d4f9;border-color:#80d4f9}.settings-button--danger{background:transparent;color:#f44336;border-color:#f44336}.settings-button--danger:hover:not(:disabled){background:#f443361a}.settings-button--secondary{background:#3c3c3c;color:#e0e0e0;border-color:#555}.settings-button--secondary:hover:not(:disabled){background:#4c4c4c;border-color:#777}.settings-account-info{display:flex;flex-direction:column;gap:12px}.account-detail{display:flex;align-items:center;gap:12px}.account-label{font-size:12px;color:#888;min-width:100px}.account-value{font-size:12px;color:#e0e0e0;font-weight:600}.login-button{display:inline-flex;align-items:center;gap:4px;background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#e0e0e0;padding:8px 12px;font-size:12px;cursor:pointer;transition:all .2s ease}.login-button:hover:not(:disabled){background:#4c4c4c;border-color:#777}.login-button:disabled{cursor:not-allowed;opacity:.7}.login-button--authenticated{color:#4fc3f7;border-color:#4fc3f74d}.login-button--authenticated:hover:not(:disabled){border-color:#4fc3f7;background:#4fc3f71a}.login-button--loading{padding:8px 16px}.login-button__name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu{min-width:240px}.user-menu__identity{display:flex;align-items:center;gap:8px;padding:12px;border-bottom:1px solid #444;color:#e0e0e0}.user-menu__identity-text{display:flex;flex-direction:column;min-width:0}.user-menu__identity-line{display:flex;align-items:center;gap:4px;min-width:0}.user-menu__identity-label{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.5px}.user-menu__identity-value{font-size:12px;color:#e0e0e0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu__meta{font-size:10px;color:#888;margin-top:2px}.user-menu__meta--expired{color:#f44336}.user-menu__item-text{display:flex;flex-direction:column;gap:2px;min-width:0}.user-menu__item-meta{color:#888;font-size:10px;line-height:1.1}.connection-status,.connection-alert{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.connection-status--connected,.connection-alert--connected{color:#4caf50}.connection-status--warning,.connection-alert--warning{color:#ffc429;color:oklch(85% .22 85deg)}.connection-status--disconnected,.connection-alert--disconnected{color:#f44336}.connection-status--neutral,.connection-alert--neutral{color:#888}.connection-alert{margin-left:2px}.header-menu-item--danger{color:#f44336}.header-menu-item--danger:hover{background:#f443361f}.confirm-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:16px}.confirm-dialog{background:#2c2c2c;border:1px solid #444;border-radius:8px;padding:24px;max-width:420px;width:100%;box-shadow:0 8px 24px #00000080}.confirm-dialog__title{font-family:Urbanist,sans-serif;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;font-size:18px;color:#e0e0e0;margin-bottom:12px}.confirm-dialog__body{font-size:12px;color:#888;line-height:1.5;margin-bottom:24px}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:12px}.header-actions{display:flex;align-items:center;gap:12px}.embark-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.embark-section-header .settings-section-title{margin-bottom:4px}.embark-section-subtitle{color:#888;font-size:12px;line-height:1.5;margin:0}.embark-checklist{display:grid;gap:12px;margin-bottom:24px}.embark-checklist-item{border:1px solid #444;border-radius:8px;background:#3c3c3c59;overflow:hidden}.embark-checklist-item summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px;cursor:pointer;list-style:none}.embark-checklist-item summary::-webkit-details-marker{display:none}.embark-checklist-item[open] .embark-checklist-item__chevron{transform:rotate(180deg)}.embark-checklist-item--success{border-color:#4caf5059}.embark-checklist-item--success .embark-checklist-item__icon{color:#4caf50;background:#4caf501f}.embark-checklist-item--warning{border-color:#f59e0b66}.embark-checklist-item--warning .embark-checklist-item__icon{color:#f59e0b;background:#f59e0b1f}.embark-checklist-item--danger{border-color:#f4433666}.embark-checklist-item--danger .embark-checklist-item__icon{color:#f44336;background:#f443361f}.embark-checklist-item__icon,.embark-provider-button__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.embark-checklist-item__icon{width:34px;height:34px;border-radius:50%}.embark-checklist-item__content{display:grid;gap:4px;min-width:0}.embark-checklist-item__title{color:#e0e0e0;font-size:14px;font-weight:700}.embark-checklist-item__summary,.embark-checklist-item__details{color:#888;font-size:12px;line-height:1.5}.embark-checklist-item__summary{overflow-wrap:anywhere}.embark-connection-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.embark-checklist-item__chevron{color:#888;transition:transform .2s ease}.embark-checklist-item__details{border-top:1px solid rgba(85,85,85,.55);padding:12px}.embark-extension-download{margin-top:16px;padding-top:12px;border-top:1px solid rgba(85,85,85,.35);display:grid;gap:12px}.embark-extension-download__title{color:#e0e0e0;font-size:12px;font-weight:700;margin:0}.embark-extension-download__other-note{color:#888;font-size:10px;line-height:1.5;margin:0}.embark-extension-download__buttons{display:flex;flex-wrap:wrap;gap:8px}.embark-extension-download__link{text-decoration:none;justify-self:start}.settings-button--chrome{background:#373737;border-color:#60a5fa59;color:#fff}.settings-button--chrome:hover:not(:disabled){background:#4e4e4e;border-color:#60a5fa99;color:#fff}.settings-button--chrome .embark-provider-button__icon--chrome{background:#60a5fa33;color:#93c5fd}.settings-button--firefox{background:#373737;border-color:#fb923c59;color:#fff}.settings-button--firefox:hover:not(:disabled){background:#4e4e4e;border-color:#fb923c99;color:#fff}.settings-button--firefox .embark-provider-button__icon--firefox{background:#fb923c33;color:#fdba74}.embark-account-summary{display:grid;gap:12px}.embark-account-summary dl{display:grid;gap:8px;margin:0}.embark-account-summary dl>div{display:grid;grid-template-columns:minmax(110px,auto) 1fr;gap:12px;align-items:center}.embark-account-summary dt{color:#888;font-size:10px;text-transform:uppercase}.embark-account-summary dd{color:#e0e0e0;margin:0;overflow-wrap:anywhere}.embark-unlink-button{justify-self:start}.embark-status-pill{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:800}.embark-expiration-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:14px;font-weight:900;line-height:1;color:#e0e0e0;box-shadow:inset 0 0 0 1px #ffffff1f}.embark-expiration-badge--success{background:#4caf5033;color:#86efac}.embark-expiration-badge--warning{background:#f59e0b38;color:#fcd34d}.embark-expiration-badge--danger{background:#f4433638;color:#fca5a5}.embark-status-pill--success{background:#4caf5033;color:#86efac}.embark-status-pill--warning{background:#f59e0b38;color:#fcd34d}.embark-status-pill--danger{background:#f4433638;color:#fca5a5}.embark-loading{display:inline-flex;align-items:center;gap:8px;color:#888}.embark-access-gate{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}.embark-access-gate h3{color:#e0e0e0;font-size:16px;margin:0 0 8px}.embark-access-gate p{color:#888;font-size:12px;line-height:1.6;margin:0 0 12px}.embark-access-gate ul{display:grid;gap:8px;color:#b0bec5;font-size:12px;line-height:1.45;margin:0 0 16px;padding-left:16px}.embark-access-gate .settings-button{display:inline-flex;text-decoration:none}.embark-access-gate__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;color:#4fc3f7;background:#4fc3f71f}.embark-provider-section{border-top:1px solid #444;padding-top:16px}.embark-provider-section .settings-section-title{margin-bottom:4px}.embark-manual-note{color:#f59e0b;font-size:10px;line-height:1.5;margin:8px 0 12px}.embark-provider-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.embark-provider-button{justify-content:flex-start;gap:8px;min-width:148px;width:auto;background:#373737;border-color:#777c;color:#fff;font-weight:800}.embark-provider-button:hover:not(:disabled){background:#4e4e4e;border-color:#ffffff73;color:#fff}.embark-provider-button--active{border-color:#4fc3f7;box-shadow:inset 0 0 0 1px #4fc3f766}.embark-provider-button__icon{width:30px;height:30px;border-radius:50%;background:#b0bec51f;color:#b0bec5;font-weight:800}.embark-provider-button__icon svg{width:17px;height:17px}.embark-provider-button__active-check{color:#86efac;margin-left:auto}.embark-provider-button--steam .embark-provider-button__icon{background:#9ca3af29;color:#d1d5db}.embark-provider-button--epic .embark-provider-button__icon{background:#f5f5f51f;color:#f5f5f5}.embark-provider-button--playstation .embark-provider-button__icon{background:#3b82f62e;color:#60a5fa}.embark-provider-button--xbox .embark-provider-button__icon{background:#22c55e2e;color:#4ade80}@media(max-width:640px){.embark-section-header{align-items:stretch;flex-direction:column}.embark-provider-button{min-width:0;width:100%}.embark-account-summary dl>div{grid-template-columns:1fr;gap:4px}.embark-access-gate{grid-template-columns:1fr}}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-page{display:flex;flex-direction:column;gap:32px;overflow-y:auto}.dashboard-hero{max-width:900px}.dashboard-hero h2{font-family:Urbanist,sans-serif;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;font-size:28px;color:#e0e0e0;margin-bottom:12px}.dashboard-hero p{max-width:820px;font-size:14px;color:#888;line-height:1.6}.dashboard-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.dashboard-tool-card{display:flex;flex-direction:column;padding:24px;background:#2c2c2c;border:2px solid #444;border-radius:8px;text-decoration:none;color:#e0e0e0;transition:all .2s ease}.dashboard-tool-card svg{color:#4fc3f7;margin-bottom:16px}.dashboard-tool-card h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#e0e0e0}.dashboard-tool-card p{font-size:12px;color:#888;line-height:1.5}.dashboard-tool-card:hover,.dashboard-tool-card:focus-visible{border-color:#4fc3f7;background:#3c3c3c;transform:translateY(-4px)}.dashboard-tool-card:focus-visible{outline:2px solid rgb(118.0260869565,208.3043478261,248.7739130435);outline-offset:3px}.dashboard-changelog{max-width:980px;padding:24px;background:#2c2c2c;border:2px solid #444;border-radius:8px}.dashboard-section-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px}.dashboard-section-heading>svg{flex-shrink:0;color:#4fc3f7;margin-top:2px}.dashboard-section-heading h2{font-size:13px;font-weight:600;color:#b0bec5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.dashboard-section-heading p{color:#888;font-size:12px;line-height:1.5}.dashboard-changelog-list{display:flex;flex-direction:column;gap:16px;list-style:none}.dashboard-changelog-entry{display:grid;grid-template-columns:132px minmax(0,1fr);gap:16px;padding-top:16px;border-top:1px solid #444}.dashboard-changelog-entry:first-child{padding-top:0;border-top:0}.dashboard-changelog-entry time{color:#b0bec5;font-size:12px;font-weight:600;line-height:1.5}.dashboard-changelog-body{display:flex;flex-direction:column;gap:8px}.dashboard-changelog-body p{color:#e0e0e0;font-size:14px;line-height:1.55}.dashboard-changelog-body ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px 24px;margin-top:12px;padding-left:16px;color:#888;font-size:12px;line-height:1.45}.dashboard-changelog-body li::marker{color:#4fc3f7}.dashboard-changelog-apps{display:flex;flex-wrap:wrap;gap:8px}.dashboard-changelog-app{display:inline-flex;align-items:center;gap:4px;width:fit-content;min-height:26px;padding:4px 8px;background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#b0bec5;font-size:10px;font-weight:600;line-height:1;text-decoration:none;transition:all .2s ease}.dashboard-changelog-app svg{flex-shrink:0;color:#4fc3f7}.dashboard-changelog-app:hover,.dashboard-changelog-app:focus-visible{background:#4c4c4c;border-color:#4fc3f7;color:#e0e0e0}.dashboard-changelog-app:focus-visible{outline:2px solid rgb(118.0260869565,208.3043478261,248.7739130435);outline-offset:2px}.dashboard-changelog-app--all{color:#888;cursor:default}@media(max-width:640px){.dashboard-page{gap:24px}.dashboard-tools-grid{grid-template-columns:1fr}.dashboard-changelog{padding:16px}.dashboard-section-heading{gap:8px}.dashboard-changelog-entry{grid-template-columns:1fr;gap:4px}}.item-icon{display:flex;flex-direction:column;align-items:center;gap:4px}.item-icon__container{position:relative;border-radius:4px;border:2px solid #444;background-size:cover;background-position:center;overflow:hidden;width:var(--item-icon-size, 56px);height:var(--item-icon-size, 56px)}.item-icon__image{width:100%;height:100%;object-fit:contain;padding:var(--item-icon-padding, 4px)}.item-icon__name{font-size:10px;color:#e0e0e0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-icon__quantity{position:absolute;bottom:0;right:0;background:#000000bf;color:#e0e0e0;font-size:11px;font-weight:600;padding:1px 5px;border-radius:3px}.item-icon__quantity--unknown{color:#a6a6a6;font-weight:500}.item-icon--blueprint .item-icon__container{background-image:url(/images/rarities/blueprint_bg.png);border-color:#9e9e9e}.rarity-common .item-icon__container{border-color:#9e9e9e;background-image:url(/images/rarities/common_bg.png)}.rarity-uncommon .item-icon__container{border-color:#4caf50;background-image:url(/images/rarities/uncommon_bg.png)}.rarity-rare .item-icon__container{border-color:#2196f3;background-image:url(/images/rarities/rare_bg.png)}.rarity-epic .item-icon__container{border-color:#9c27b0;background-image:url(/images/rarities/epic_bg.png)}.rarity-legendary .item-icon__container{border-color:#ff9800;background-image:url(/images/rarities/legendary_bg.png)}.item-icon--clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.item-icon--clickable:hover .item-icon__container{border-color:#4fc3f7}.item-icon--clickable:focus-visible{outline:2px solid #4fc3f7;outline-offset:2px;border-radius:4px}.quest-tooltip{position:fixed;z-index:12000;width:min(420px,100vw - 24px);min-width:300px;background:#2c2c2c;border:1px solid #444;border-radius:8px;box-shadow:0 10px 30px #000000a6;overflow-y:auto;overflow-x:hidden;color:#e0e0e0;animation:quest-tooltip-fade-in .12s ease-out}@keyframes quest-tooltip-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.quest-tooltip__header{position:relative;padding:12px 12px 12px 24px;background-color:#1f1f1f;background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:1px solid #444;overflow:hidden}.quest-tooltip__header:before{content:"";position:absolute;top:0;bottom:0;left:0;width:6px;background:var(--map-accent, #777);box-shadow:0 0 6px 0 var(--map-accent, #777),inset -1px 0 #ffffff40;z-index:2}.quest-tooltip__header:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000000bf,#00000073 60%,#00000040);pointer-events:none}.quest-tooltip__header--multi-map,.quest-tooltip__header--no-map{background-image:none;background-color:#1f1f1f}.quest-tooltip__header--multi-map:after,.quest-tooltip__header--no-map:after{background:none}.quest-tooltip__header-content{position:relative;z-index:1}.quest-tooltip__title{font-family:Urbanist,sans-serif;font-size:18px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.85);line-height:1.25;word-break:break-word}.quest-tooltip__meta{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:4px;font-size:12px;color:#b0bec5;text-shadow:0 1px 2px rgba(0,0,0,.8)}.quest-tooltip__meta-trader{font-weight:600;color:#4fc3f7}.quest-tooltip__meta-sep{color:#888}.quest-tooltip__meta-location{font-weight:500}.quest-tooltip__body{padding:12px;display:flex;flex-direction:column;gap:12px}.quest-tooltip__description{color:#e0e0e0;line-height:1.45;font-size:12px;font-style:italic;white-space:pre-line}.quest-tooltip__section{display:flex;flex-direction:column;gap:8px}.quest-tooltip__section-title{margin:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:#888;display:flex;align-items:center;gap:6px}.quest-tooltip__badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;border-radius:999px}.quest-tooltip__badge--one-round{background:#ffd70033;color:gold}.quest-tooltip__requirements{margin:0;padding-left:16px;display:flex;flex-direction:column;gap:4px;color:#e0e0e0;font-size:12px;line-height:1.4}.quest-tooltip__requirements li::marker{color:#4fc3f7}.quest-tooltip__objectives{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;color:#e0e0e0;font-size:14px;line-height:1.45}.quest-tooltip__objectives li{position:relative;padding-left:26px;display:flex;align-items:center;justify-content:space-between;gap:8px}.quest-tooltip__objectives li:before{content:"";position:absolute;left:0;top:.15em;width:18px;height:18px;border:2px solid #777;border-radius:3px;background:#ffffff0a;box-sizing:border-box}.quest-tooltip__objectives li.is-completed:before{border-color:#4caf50e6;background:#4caf5033}.quest-tooltip__objective-progress{flex:0 0 auto;font-size:10px;color:#4fc3f7}.quest-tooltip__tiles{display:flex;flex-wrap:wrap;gap:8px}.quest-tooltip__tiles .item-icon{width:72px}.quest-tooltip__tiles .item-icon__name{max-width:72px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sync-error-banner{flex:0 0 auto;display:flex;align-items:flex-start;gap:12px;margin:0;padding:8px 16px;background:color-mix(in srgb,#ffd700 22%,#1f1f1f);border:0;border-bottom:2px solid #ffd700;border-radius:0;color:#e0e0e0;font-size:12px;line-height:1.4}.sync-error-banner__icon{flex-shrink:0;margin-top:2px;color:gold}.sync-error-banner__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.sync-error-banner__title{font-weight:600}.sync-error-banner__text{color:#e0e0e0}.sync-error-banner__details{color:#888;font-size:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.sync-error-banner__action{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#e0e0e0;text-decoration:none;font-size:12px;cursor:pointer;transition:all .2s ease}.sync-error-banner__action:hover:not(:disabled){background:#4c4c4c;border-color:#777}.sync-error-banner__action:disabled{opacity:.6;cursor:not-allowed}.sync-error-banner__action .spin{animation:sync-error-banner-spin .9s linear infinite}.sync-error-banner__action--primary{background:gold;color:#1a1a1a;border-color:gold}.sync-error-banner__action--primary:hover:not(:disabled){background:color-mix(in srgb,#ffd700 80%,white);border-color:color-mix(in srgb,#ffd700 80%,white)}@keyframes sync-error-banner-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
