*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #070710;--surface: #0d0d1a;--s2: #111120;--s3: #17172a;--border: rgba(255,255,255,.06);--border2: rgba(255,255,255,.1);--accent: #e8853a;--accent2: #f0a860;--accent3: #f5c890;--gold: #f5c842;--text: #f0f0f8;--muted: #6b6b8a;--soft: #9090b0;--green: #22c55e;--red: #ef4444;--blue: #3b82f6;--radius: 10px;--radius-lg:14px;--fire: #e8853a;--fire2: #f0a860;--fire3: #f5c890;--text-muted: #6b6b8a}html,body{height:100%;background:var(--bg);color:var(--text);font-family:DM Sans,Segoe UI,system-ui,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}#root{height:100%}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--s3);border-radius:99px}@keyframes ev-slidein{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes ev-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes ev-pulse{0%,to{opacity:1}50%{opacity:.6}}.app-shell{display:flex;height:100vh;overflow:hidden;background:var(--bg)}.main-content{flex:1;overflow-y:auto}.panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:16px}.panel-header{display:flex;align-items:center;justify-content:space-between}.panel-header h2,.panel-header h3{font-size:16px;font-weight:700;color:var(--text);letter-spacing:.2px}.eyebrow{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:1.8px;margin-bottom:6px;display:block}.sidebar-label{display:block;font-size:10px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:4px}.badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:3px 10px;border-radius:99px;white-space:nowrap}.badge.blue{background:#3b82f61f;color:#60a5fa;border:1px solid rgba(59,130,246,.22)}.badge.green{background:#22c55e1f;color:#4ade80;border:1px solid rgba(34,197,94,.22)}.badge.purple{background:#a855f71f;color:#c084fc;border:1px solid rgba(168,85,247,.22)}.badge.ember{background:#e8853a1f;color:var(--accent2);border:1px solid rgba(232,133,58,.22)}.primary-button{background:linear-gradient(135deg,var(--accent) 0%,#c76e28 100%);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;letter-spacing:.2px}.primary-button:hover{opacity:.88;transform:translateY(-1px)}.primary-button:active{transform:translateY(0)}.primary-button.small{padding:6px 12px;font-size:12px}.primary-button.large{padding:14px 28px;font-size:16px}.primary-button.firing{opacity:.65;cursor:not-allowed}.ghost-button{background:transparent;color:var(--muted);border:1px solid var(--border2);border-radius:8px;padding:8px 16px;font-size:13px;cursor:pointer;transition:all .12s;text-decoration:none;display:inline-block}.ghost-button:hover{border-color:#e8853a4d;color:var(--accent2)}.ghost-button.small{padding:5px 10px;font-size:11px}.heat-meter,.season-progress{height:6px;background:var(--s3);border-radius:99px;overflow:hidden}.heat-meter span,.season-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2));border-radius:99px;transition:width .5s ease;box-shadow:0 0 8px #e8853a66}.meter-header{display:flex;justify-content:space-between;align-items:flex-end}.meter-foot{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin-top:4px}.health-list{display:flex;flex-direction:column;gap:0;list-style:none}.health-list li,.health-list .item{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding:9px 0;border-bottom:1px solid var(--border);color:var(--soft);font-family:monospace}.health-list li:last-child,.health-list .item:last-child{border-bottom:none}.health-list strong{font-size:11px;color:var(--green);font-weight:600;font-family:sans-serif}.wallet-grid{display:flex;flex-direction:column;gap:10px}.wallet-card{background:var(--s2);border:1px solid var(--border);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:10px}.wallet-card h4{font-size:14px;font-weight:700;color:var(--text)}.wallet-state{display:flex;flex-direction:column;gap:4px}.wallet-state strong{font-size:12px;color:var(--text);word-break:break-all}.wallet-state p{font-size:11px;color:var(--muted)}.wallet-actions{display:flex;gap:8px}.wallet-note{background:var(--s2);border-radius:var(--radius);padding:12px}.wallet-note p{font-size:12px;color:var(--soft);margin-top:4px}.activity-list{display:flex;flex-direction:column;gap:10px}.activity-item{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);font-size:12px}.activity-item:last-child{border-bottom:none}.activity-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);margin-top:5px;flex-shrink:0;box-shadow:0 0 6px #e8853a4d}.activity-item h4{font-size:12px;font-weight:600;color:var(--text);margin-bottom:2px}.activity-item p{font-size:11px;color:var(--muted);line-height:1.4}.activity-item strong{font-size:11px;color:var(--muted);white-space:nowrap;margin-left:auto}.vault-items{display:flex;flex-direction:column;gap:8px}.vault-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;background:var(--s2);border:1px solid var(--border);border-radius:10px}.vault-item h4{font-size:12px;font-weight:600;color:var(--text);margin-bottom:2px}.vault-item p{font-size:11px;color:var(--muted)}.permissions-list{display:flex;flex-direction:column;gap:8px}.permission-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;background:var(--s2);border:1px solid var(--border);border-radius:10px;font-size:12px}.permission-item h4{font-size:12px;font-weight:600;color:var(--text)}.permission-item p{font-size:11px;color:var(--muted)}.season-list{list-style:none;display:flex;flex-direction:column;gap:8px}.season-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:12px;padding:12px 14px;background:var(--s2);border:1px solid var(--border);border-radius:10px}.season-item h4{font-size:12px;font-weight:600;color:var(--text);margin-bottom:2px}.season-item p{font-size:11px;color:var(--muted)}.season-item strong{font-size:11px;font-weight:700;color:var(--gold);white-space:nowrap}.ft-panel{gap:0;padding:0;overflow:hidden}.ft-warning-banner{display:flex;align-items:center;gap:10px;padding:10px 18px;font-size:13px;font-weight:500;background:#f59e0b14;color:#f59e0b;border-bottom:1px solid rgba(245,158,11,.15)}.ft-broken-banner{display:flex;align-items:center;gap:10px;padding:10px 18px;font-size:13px;font-weight:500;background:#ef444414;color:#ef4444;border-bottom:1px solid rgba(239,68,68,.15)}.ft-warning-icon{font-size:16px}.ft-grid{display:grid;grid-template-columns:1fr 1fr 1fr}.ft-cell{padding:20px 22px;border-right:1px solid var(--border)}.ft-cell:last-child{border-right:none}.ft-heat-display{display:flex;align-items:baseline;gap:2px;margin:10px 0 6px}.ft-heat-number{font-size:44px;font-weight:800;color:var(--text);line-height:1;font-variant-numeric:tabular-nums}.ft-heat-unit{font-size:20px;font-weight:700;color:var(--muted)}.ft-stage-name{font-size:13px;font-weight:600}.ft-decay-bar-wrap{height:6px;background:var(--s3);border-radius:99px;overflow:hidden;margin:12px 0 8px}.ft-decay-bar-fill{height:100%;border-radius:99px;transition:width .5s ease}.ft-decay-hint{font-size:11px;color:var(--muted)}.ft-countdown-number{font-size:32px;font-weight:800;margin:10px 0 14px;font-variant-numeric:tabular-nums;color:var(--text)}.ft-countdown-critical{animation:ev-pulse 1s ease infinite}.ft-arc-wrap{position:relative;width:80px;height:80px}.ft-arc-svg{transform:rotate(-90deg)}.ft-arc-bg{fill:none;stroke:var(--s3);stroke-width:5}.ft-arc-fill{fill:none;stroke-width:5;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.ft-arc-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ft-arc-combo{font-size:22px;font-weight:800;color:var(--text);line-height:1}.ft-arc-label{font-size:10px;color:var(--muted)}.ft-multiplier-row{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-top:10px}.ft-multiplier-value{font-weight:700;font-size:14px;color:var(--text)}.ft-idle-state{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 0}.ft-idle-icon{font-size:32px}.ft-idle-state p{font-size:13px;font-weight:600;color:var(--muted)}.ft-idle-hint{font-size:11px;color:var(--muted);text-align:center}.ft-stat-rows{display:flex;flex-direction:column;gap:0;margin:10px 0}.ft-stat-row{display:flex;justify-content:space-between;font-size:12px;padding:8px 0;border-bottom:1px solid var(--border);color:var(--muted)}.ft-stat-row:last-child{border-bottom:none}.ft-stat-row strong{color:var(--text);font-weight:600}.ft-combo-hint-text{font-size:11px;color:var(--muted);margin-top:10px}.hc-root{display:flex;flex-direction:column;gap:18px}.hc-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hc-meter-card{gap:14px}.hc-meter-header{display:flex;justify-content:space-between;align-items:flex-start}.hc-stage-label{font-size:20px;font-weight:800}.hc-heat-badge{padding:10px 16px;border-radius:var(--radius);border:1px solid;display:flex;align-items:baseline;gap:2px}.hc-heat-value{font-size:28px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;color:var(--text)}.hc-heat-pct{font-size:14px;font-weight:700;color:var(--muted)}.hc-bar-wrap{position:relative;height:8px;background:var(--s3);border-radius:99px;overflow:visible;margin:6px 0}.hc-bar-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:99px;height:8px;transition:width .5s ease}.hc-tick{position:absolute;top:-4px;width:2px;height:16px;background:var(--border2)}.hc-tick.reached{background:var(--tc)}.hc-tick-label{position:absolute;top:18px;left:50%;transform:translate(-50%);font-size:9px;color:var(--muted);white-space:nowrap}.hc-bar-foot{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin-top:22px}.hc-rank-badge{font-weight:700;color:var(--text)}.hc-combo-strip{background:var(--s2);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:12px}.hc-combo-pips{display:flex;flex-wrap:wrap;gap:4px}.hc-pip{width:8px;height:8px;border-radius:50%;transition:all .3s}.hc-pip.active{animation:ev-pulse 1.5s ease infinite}.hc-pip-overflow{font-size:11px;color:var(--muted);align-self:center}.hc-combo-info{display:flex;justify-content:space-between;align-items:flex-start}.hc-combo-info strong{font-size:14px;font-weight:700;color:var(--text)}.hc-multiplier{font-size:12px;font-weight:700;margin-left:6px}.hc-countdown{text-align:right}.hc-countdown-label{display:block;font-size:10px;color:var(--muted);letter-spacing:1px}.hc-countdown-value{font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text)}.hc-combo-hint{font-size:11px;color:var(--muted)}.hc-action-card{gap:14px}.hc-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hc-action-tile{background:var(--s2);border:1px solid var(--border);border-radius:10px;padding:12px;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:4px;transition:all .12s}.hc-action-tile:hover{border-color:var(--border2)}.hc-action-icon{font-size:18px}.hc-action-name{font-size:11px;font-weight:600;color:var(--text)}.hc-action-heat{font-size:10px;color:var(--muted)}.hc-input{width:100%;background:var(--s3);border:1px solid var(--border2);border-radius:10px;padding:12px 14px;font-size:13px;color:var(--text);outline:none}.hc-input::placeholder{color:var(--muted)}.hc-input:focus{border-color:var(--accent)}.hc-fire-btn{width:100%;padding:14px;font-size:15px}.hc-result{background:var(--s2);border-radius:10px;padding:14px}.hc-result.error{background:#ef44440f;color:#ef4444;font-size:12px}.hc-result-row{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);padding:5px 0}.hc-result-row.warn{color:#ef4444}.hc-hint-text{font-size:11px;color:var(--muted)}.hc-new-artifacts{margin-top:10px;display:flex;flex-direction:column;gap:6px}.hc-artifact-flash{background:#e8853a0f;border:1px solid rgba(232,133,58,.15);border-radius:8px;padding:10px 12px;font-size:12px;color:var(--text)}.hc-progress-card{gap:12px}.hc-progress-list{display:flex;flex-direction:column;gap:10px}.hc-progress-row{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center}.hc-progress-meta{display:flex;flex-direction:column;gap:3px}.hc-progress-tier{font-size:10px;font-weight:700;letter-spacing:.5px}.hc-progress-title{font-size:12px;font-weight:600;color:var(--soft)}.hc-progress-hint{font-size:11px;color:var(--muted)}.hc-progress-bar-wrap{width:80px;height:6px;background:var(--s3);border-radius:99px;overflow:hidden}.hc-progress-bar-fill{height:100%;border-radius:99px;transition:width .5s ease}.hc-progress-pct{font-size:11px;font-weight:700;color:var(--muted);font-variant-numeric:tabular-nums}.hc-trials-card{gap:12px}.hc-trials-list{display:flex;flex-direction:column;gap:10px}.hc-trial-row{background:var(--s2);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px;border:1px solid var(--border)}.hc-trial-row.eligible{border-color:#22c55e26}.hc-trial-row.locked{opacity:.7}.hc-trial-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.hc-trial-head h4{font-size:13px;font-weight:700;color:var(--text);margin-bottom:3px}.hc-trial-head p{font-size:11px;color:var(--muted)}.hc-trial-reward{font-size:11px;font-weight:700;color:var(--gold);white-space:nowrap}.hc-trial-bar-wrap{height:6px;background:var(--s3);border-radius:99px;overflow:hidden}.hc-trial-bar-fill{height:100%;border-radius:99px;transition:width .5s ease}.hc-trial-foot{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.hc-trial-gate{color:var(--muted)}.hc-trial-gate.met{color:var(--green)}.ap-root{gap:14px}.ap-collection-bar{height:4px;background:var(--s3);border-radius:99px;overflow:hidden}.ap-collection-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2));border-radius:99px}.ap-collection-label{font-size:11px;color:var(--muted)}.ap-tabs{display:flex;gap:6px}.ap-tab{background:none;border:1px solid var(--border);border-radius:99px;padding:5px 12px;font-size:12px;color:var(--muted);cursor:pointer;transition:all .12s}.ap-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.ap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.ap-card{border-radius:var(--radius);padding:14px;cursor:pointer;border:1px solid var(--border);display:flex;flex-direction:column;gap:6px;position:relative;transition:all .15s}.ap-card:hover{transform:translateY(-1px)}.ap-card-unlocked,.ap-card-progress{background:var(--s2)}.ap-card-locked{background:var(--s3);opacity:.6}.ap-card-top{display:flex;justify-content:space-between;align-items:center}.ap-card-tier{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.ap-card-title{font-size:13px;font-weight:700;color:var(--text)}.ap-card-desc{font-size:11px;color:var(--muted);line-height:1.4}.ap-card-hint{font-size:11px;color:var(--muted)}.ap-card-pb-track{height:4px;background:var(--s3);border-radius:99px;overflow:hidden}.ap-card-pb-fill{height:100%;border-radius:99px;transition:width .5s ease}.ap-card-foot{display:flex;justify-content:space-between;font-size:10px;color:var(--muted);margin-top:4px}.ap-card-stamp{font-size:10px;font-weight:700}.ap-new-badge{position:absolute;top:-6px;right:-6px;font-size:9px;font-weight:700;padding:2px 6px;border-radius:99px;color:#fff}.ap-card-new-unlock{animation:ev-slidein .4s ease}.ap-stars{display:flex;gap:2px}.ap-star:before{content:"★";font-size:10px;color:var(--s3)}.ap-star.lit:before{color:inherit}.ap-empty{padding:24px;text-align:center;font-size:13px;color:var(--muted)}.ap-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;display:flex;align-items:center;justify-content:center;padding:24px}.ap-modal{background:var(--s2);border-radius:var(--radius-lg);padding:28px;max-width:480px;width:100%;position:relative;border:1px solid}.ap-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:var(--muted);cursor:pointer;font-size:16px}.ap-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.ap-modal-tier{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.ap-modal-title{font-size:22px;font-weight:800;margin-bottom:8px}.ap-modal-forged-badge{padding:6px 12px;border-radius:var(--radius);border:1px solid;font-size:12px;font-weight:700}.ap-modal-desc{font-size:13px;color:var(--soft);line-height:1.6;margin-bottom:16px}.ap-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.ap-modal-field{background:var(--s3);border-radius:10px;padding:12px}.ap-modal-label{display:block;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.ap-modal-value{font-size:13px;font-weight:600;color:var(--text)}.ap-modal-progress{display:flex;flex-direction:column;gap:6px;margin-top:12px;font-size:12px;font-weight:700}.ap-modal-pb-track{height:6px;background:var(--s3);border-radius:99px;overflow:hidden}.ap-modal-pb-fill{height:100%;border-radius:99px;transition:width .5s ease}.ap-ring{overflow:visible}.ap-ring-bg{fill:none;stroke:var(--s3);stroke-width:4}.ap-ring-fill{fill:none;stroke-width:4;stroke-linecap:round;transform-origin:center;transform:rotate(-90deg)}.ap-ring-text{text-anchor:middle;font-size:10px;font-weight:700}.fcp-root{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fcp-selector{gap:14px}.fcp-action-list{display:flex;flex-direction:column;gap:4px}.fcp-action-row{display:flex;align-items:center;gap:10px;padding:12px;background:var(--s2);border:1px solid var(--border);border-radius:10px;cursor:pointer;text-align:left;transition:all .12s}.fcp-action-row:hover{border-color:var(--border2)}.fcp-action-icon{font-size:18px}.fcp-action-info{flex:1;display:flex;flex-direction:column;gap:2px}.fcp-action-name{font-size:12px;font-weight:600;color:var(--text)}.fcp-action-desc{font-size:11px;color:var(--muted)}.fcp-action-heat{font-size:12px;font-weight:700;color:var(--text)}.fcp-fire-zone{display:flex;flex-direction:column;gap:10px}.fcp-fire-btn{width:100%;padding:12px;font-size:14px}.fcp-history{gap:12px}.fcp-history-list{display:flex;flex-direction:column;gap:10px;max-height:460px;overflow-y:auto}.fcp-result-card{background:var(--s2);border-radius:10px;padding:14px}.fcp-result-header{display:flex;justify-content:space-between;font-size:11px;margin-bottom:12px}.fcp-result-action{font-weight:700;color:var(--text);text-transform:capitalize}.fcp-result-time{color:var(--muted)}.fcp-result-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.fcp-metric{background:var(--s3);border-radius:8px;padding:10px}.fcp-metric-label{display:block;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.fcp-metric-value{font-size:16px;font-weight:800;font-variant-numeric:tabular-nums;color:var(--text)}.fcp-result-alert{font-size:12px;padding:10px;border-radius:8px;margin-top:8px}.fcp-alert-broken{background:#ef444414;color:#ef4444}.fcp-result-artifacts{display:flex;flex-direction:column;gap:6px;margin-top:10px}.fcp-artifact-unlock{display:flex;align-items:center;gap:8px;background:#e8853a0f;border:1px solid;border-radius:8px;padding:10px 12px}.fcp-artifact-unlock-icon{font-size:16px}.fcp-artifact-unlock-tier{font-size:11px;color:var(--muted)}.fcp-trial-updates{margin-top:10px}.fcp-trial-row{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);padding:4px 0}.fcp-trial-row>span:first-child{flex:1}.fcp-trial-mini-bar{width:60px;height:4px;background:var(--s3);border-radius:99px;overflow:hidden}.fcp-trial-mini-fill{height:100%;border-radius:99px}.fcp-trial-pct{font-size:11px;font-weight:700;min-width:32px;text-align:right}.fcp-error-card{background:#ef444414;border:1px solid rgba(239,68,68,.15);border-radius:10px;padding:14px;font-size:13px;color:#ef4444}.fcp-empty{text-align:center;padding:24px}.fcp-empty p{font-size:13px;color:var(--muted);margin-bottom:4px}@media(max-width:900px){.ft-grid{grid-template-columns:1fr 1fr}.ft-stats-cell{display:none}.hc-row,.fcp-root{grid-template-columns:1fr}}@media(max-width:768px){.app-shell{flex-direction:column}}.ach-root{width:100%}.ach-level-card{background:#f0a8600a;border:1px solid rgba(240,168,96,.12);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.25rem}.ach-level-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.ach-level-num{font-size:22px;font-weight:700;color:var(--text);margin-right:10px}.ach-level-label{font-size:14px;color:#94a3b8;font-weight:500}.ach-xp-info{display:flex;align-items:baseline;gap:4px}.ach-xp-val{font-size:16px;font-weight:600;color:#f1f5f9}.ach-xp-next{font-size:12px;color:#64748b}.ach-level-track{width:100%;height:8px;background:#ffffff0d;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.ach-level-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2));border-radius:4px;transition:width .6s ease;box-shadow:0 0 8px #e8853a4d}.ach-level-foot{display:flex;justify-content:space-between;font-size:11px;color:#64748b}.ach-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:.75rem}.ach-tab{background:transparent;border:1px solid rgba(255,255,255,.06);border-radius:8px;color:#64748b;font-size:12px;font-weight:500;padding:5px 12px;cursor:pointer;transition:all .15s ease;font-family:inherit}.ach-tab:hover{border-color:#ffffff1f;color:#94a3b8}.ach-tab.active{background:#f0a8601a;border-color:#f0a8604d;color:var(--accent2)}.ach-tier-filters{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:1.25rem}.ach-tier-pill{background:transparent;border:1px solid rgba(255,255,255,.06);border-radius:99px;color:#475569;font-size:11px;font-weight:500;padding:3px 10px;cursor:pointer;transition:all .15s ease;font-family:inherit}.ach-tier-pill:hover{border-color:#ffffff1f;color:#64748b}.ach-tier-pill.active{font-weight:600}.ach-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.ach-card{position:relative;border-radius:12px;padding:.9rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;display:flex;flex-direction:column;gap:8px}.ach-card:hover{transform:translateY(-2px)}.ach-card-locked{background:#ffffff05;border:1px solid rgba(255,255,255,.05)}.ach-card-locked:hover{border-color:#ffffff14;box-shadow:0 4px 16px #0000004d}.ach-card-done{border:1px solid transparent}.ach-card-done:hover{box-shadow:0 4px 20px #0006}@keyframes achCardPop{0%{transform:scale(.92);opacity:0}60%{transform:scale(1.04)}to{transform:scale(1);opacity:1}}.ach-card-new{animation:achCardPop .5s ease forwards;outline:2px solid var(--accent2);outline-offset:2px}.ach-new-badge{position:absolute;top:-1px;right:-1px;font-size:9px;font-weight:700;letter-spacing:.06em;padding:2px 7px;border-radius:0 11px 0 6px;color:#000}.ach-card-icon-wrap{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.06);background:#ffffff08;flex-shrink:0}.ach-card-icon{font-size:18px;line-height:1}.ach-card-body{display:flex;flex-direction:column;gap:4px;flex:1}.ach-card-tier{font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ach-card-title{font-size:13px;font-weight:600;line-height:1.3;margin:0}.ach-card-xp{font-size:11px;font-weight:500}.ach-card-progress-wrap{display:flex;align-items:center;gap:6px}.ach-card-pb-track{flex:1;height:4px;background:#ffffff0d;border-radius:2px;overflow:hidden}.ach-card-pb-fill{height:100%;border-radius:2px;transition:width .4s ease}.ach-card-pct{font-size:10px;color:#475569;min-width:26px;text-align:right}.ach-card-check{font-size:14px;font-weight:700;align-self:flex-end;margin-top:auto}.ach-empty{padding:2rem;text-align:center;color:#475569;font-size:14px}.ach-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.ach-modal{background:#0e0e1c;border:1px solid transparent;border-radius:16px;padding:1.75rem;max-width:440px;width:100%;position:relative;animation:modalSlideIn .2s ease}@keyframes modalSlideIn{0%{transform:translateY(12px) scale(.97);opacity:0}to{transform:none;opacity:1}}.ach-modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);border-radius:6px;color:#64748b;font-size:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;font-family:inherit}.ach-modal-close:hover{background:#ffffff14;color:#94a3b8}.ach-modal-header{display:flex;gap:16px;align-items:flex-start;margin-bottom:1rem}.ach-modal-icon{font-size:36px;line-height:1;flex-shrink:0}.ach-modal-tier{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;display:block;margin-bottom:4px}.ach-modal-title{font-size:20px;font-weight:700;color:#f1f5f9;margin:0 0 4px}.ach-modal-cat{font-size:12px;color:#64748b;margin:0}.ach-modal-badge{margin-left:auto;flex-shrink:0;font-size:11px;font-weight:600;padding:5px 12px;border-radius:8px;border:1px solid transparent;display:flex;align-items:center;gap:5px}.ach-modal-xp{margin-left:auto;font-size:18px;font-weight:700;flex-shrink:0}.ach-modal-desc{font-size:14px;color:#94a3b8;line-height:1.6;margin-bottom:1rem}.ach-modal-progress-wrap{display:flex;align-items:center;gap:10px;margin-bottom:.5rem}.ach-modal-pb-track{flex:1;height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden}.ach-modal-pb-fill{height:100%;border-radius:3px;transition:width .5s ease}.ach-modal-hint{font-size:12px;color:#64748b;margin-bottom:.75rem}.ach-modal-date{font-size:12px;color:#475569;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.05)}.ach-toast-stack{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:8px;z-index:2000;pointer-events:none}.ach-toast{background:#0e0e1c;border:1px solid rgba(255,255,255,.08);border-left-width:3px;border-radius:12px;padding:.75rem 1rem;display:flex;align-items:center;gap:10px;min-width:280px;max-width:340px;box-shadow:0 8px 32px #00000080;animation:toastSlideIn .35s ease}@keyframes toastSlideIn{0%{transform:translate(110%);opacity:0}to{transform:none;opacity:1}}.ach-toast-icon{font-size:22px;flex-shrink:0}.ach-toast-body{display:flex;flex-direction:column;gap:2px;flex:1}.ach-toast-label{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.ach-toast-title{font-size:13px;font-weight:600;color:#f1f5f9}.ach-toast-xp{font-size:13px;font-weight:700;flex-shrink:0}.lb-root{width:100%}.lb-player-card{background:#f0a86008;border:1px solid rgba(240,168,96,.12);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.25rem}.lb-player-header{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.lb-player-name{font-size:15px;font-weight:600;color:#f1f5f9}.lb-player-sub{font-size:12px;color:#64748b;margin-top:2px}.lb-player-sparkline-wrap{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.lb-sparkline-label{font-size:10px;color:#475569;letter-spacing:.04em}.lb-sparkline{display:block}.lb-summary-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}@media(max-width:700px){.lb-summary-grid{grid-template-columns:repeat(3,1fr)}}.lb-summary-cell{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:8px 6px;display:flex;flex-direction:column;align-items:center;gap:3px}.lb-summary-icon{font-size:14px}.lb-summary-label{font-size:9px;color:#475569;letter-spacing:.05em;text-transform:uppercase}.lb-summary-rank{font-size:16px;font-weight:700;color:var(--text)}.lb-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:1rem}.lb-tab{background:transparent;border:1px solid rgba(255,255,255,.06);border-radius:8px;color:#64748b;font-size:12px;font-weight:500;padding:5px 12px;cursor:pointer;transition:all .15s ease;font-family:inherit;display:flex;align-items:center;gap:5px}.lb-tab:hover{border-color:#ffffff1f;color:#94a3b8}.lb-tab.active{background:#f0a86014;border-color:#f0a86040;color:var(--accent2)}.lb-list{display:flex;flex-direction:column;gap:6px}@keyframes lbRowIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:none}}.lb-row{display:grid;grid-template-columns:36px 40px 1fr 120px 70px;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.04);background:#ffffff04;animation:lbRowIn .3s ease both;transition:background .15s,border-color .15s}.lb-row:hover{background:#ffffff08;border-color:#ffffff12}.lb-row-player{border-width:1px}.lb-row-top{background:#ffffff06}.lb-row-rank{display:flex;align-items:center;justify-content:center}.lb-medal{font-size:18px;line-height:1}.lb-rank-num{font-size:12px;font-weight:600;color:#475569;min-width:24px;text-align:center}.lb-avatar{border-radius:10px;border:1px solid transparent;display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.02em;flex-shrink:0}.lb-row-info{min-width:0;display:flex;flex-direction:column;gap:1px}.lb-row-name{font-size:14px;font-weight:600;color:#f1f5f9;display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-you-tag{font-size:9px;font-weight:700;letter-spacing:.08em;background:#f0a86026;color:var(--accent2);border:1px solid rgba(240,168,96,.3);border-radius:4px;padding:1px 5px}.lb-row-role{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-row-level{font-size:10px;color:#475569}.lb-row-bar-wrap{display:flex;align-items:center}.lb-stat-bar-track{width:100%;height:5px;background:#ffffff0d;border-radius:3px;overflow:hidden}.lb-stat-bar-fill{height:100%;border-radius:3px;transition:width .5s ease;opacity:.85}.lb-row-stat{font-size:15px;font-weight:700;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:1px;color:var(--text)}.lb-row-stat-label{font-size:9px;font-weight:500;color:#475569;letter-spacing:.05em;text-transform:uppercase}.lb-footnote{font-size:11px;color:#334155;text-align:center;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.04)}@media(max-width:600px){.lb-row{grid-template-columns:32px 36px 1fr 60px}.lb-row-bar-wrap{display:none}}.q-root{width:100%}.q-countdowns{display:flex;gap:10px;margin-bottom:1rem}.q-countdown-chip{flex:1;display:flex;flex-direction:column;gap:3px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:10px 14px}.q-countdown-label{font-size:10px;color:#475569;letter-spacing:.05em;text-transform:uppercase}.q-countdown-val{font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text)}.q-summary-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:1.25rem}.q-summary-cell{display:flex;flex-direction:column;gap:5px}.q-summary-label{font-size:10px;color:#475569;letter-spacing:.05em;text-transform:uppercase}.q-summary-bar-wrap{flex:1}.q-summary-count{font-size:12px;font-weight:600;color:var(--text)}.q-tabs{display:flex;gap:8px;margin-bottom:1.25rem}.q-tab{flex:1;background:transparent;border:1px solid rgba(255,255,255,.06);border-radius:10px;color:#64748b;font-size:13px;font-weight:500;padding:8px 12px;cursor:pointer;transition:all .15s ease;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px}.q-tab:hover{border-color:#ffffff1f;color:#94a3b8}.q-tab-badge{font-size:10px;font-weight:600;background:#ffffff0d;border-radius:99px;padding:1px 7px}.q-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.q-card{border-radius:12px;padding:1rem;border:1px solid rgba(255,255,255,.06);background:#ffffff05;display:flex;flex-direction:column;gap:10px;transition:border-color .15s,transform .15s}.q-card:hover{transform:translateY(-2px);border-color:#ffffff1a}.q-card-done{opacity:.65}.q-card-top{display:flex;align-items:center;justify-content:space-between}.q-card-icon{font-size:22px;line-height:1}.q-diff-pill{font-size:10px;font-weight:600;letter-spacing:.04em;border-radius:99px;padding:2px 9px}.q-card-title{font-size:14px;font-weight:600;margin:0;line-height:1.3}.q-card-desc{font-size:12px;color:#64748b;line-height:1.5}.q-card-progress{display:flex;align-items:center;gap:8px}.q-pb-track{flex:1;background:#ffffff0d;border-radius:3px;overflow:hidden}.q-pb-fill{height:100%;border-radius:3px;transition:width .5s ease}.q-progress-pct{font-size:10px;color:var(--text);min-width:28px;text-align:right;font-weight:600}.q-card-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px}.q-reward-badge{font-size:11px;font-weight:500;border:1px solid transparent;border-radius:6px;padding:3px 8px}.q-done-label{font-size:11px;color:#10b981;font-weight:600}.sq-list{display:flex;flex-direction:column;gap:0}.sq-row{display:flex;gap:0;position:relative}.sq-timeline{width:32px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;padding-top:18px;position:relative}.sq-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;z-index:1;transition:box-shadow .3s}.sq-line{position:absolute;top:0;bottom:0;width:2px;left:15px;z-index:0}.sq-card{flex:1;border-radius:12px;border:1px solid transparent;padding:.9rem 1rem;margin-bottom:8px;cursor:pointer;transition:all .15s ease;background:#ffffff05}.sq-card:hover:not(.sq-locked){background:#ffffff08}.sq-done{opacity:.6}.sq-locked{cursor:default;opacity:.4}.sq-active{background:#f0a86008}.sq-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.sq-chapter-num{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sq-header-right{display:flex;align-items:center;gap:8px}.sq-card-icon{font-size:16px;line-height:1}.sq-expand-btn{font-size:10px;color:#475569}.sq-title{font-size:14px;font-weight:600;margin:0 0 8px}.sq-expanded{margin-top:10px;display:flex;flex-direction:column;gap:10px;animation:sqExpand .2s ease}@keyframes sqExpand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.sq-lore{background:#f0a86008;border-left:2px solid rgba(240,168,96,.3);border-radius:0 8px 8px 0;padding:10px 12px;margin:0;position:relative;font-size:13px;color:#94a3b8;font-style:italic;line-height:1.6}.sq-lore-mark{font-size:28px;color:#f0a86040;line-height:0;position:absolute;top:14px;left:-2px}.sq-desc{font-size:12px;color:#64748b;line-height:1.5;margin:0}.inv-root{width:100%}.inv-drop-feed{display:flex;flex-direction:column;gap:6px;margin-bottom:1rem}.inv-drop-toast{display:flex;align-items:center;gap:8px;background:#ffffff05;border:1px solid transparent;border-radius:10px;padding:8px 12px;font-size:13px;animation:dropIn .3s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.inv-drop-name{font-weight:600}.inv-drop-label{color:#64748b}.inv-loadout{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:.9rem 1rem;margin-bottom:1.25rem}.inv-loadout-title{font-size:10px;color:#475569;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.65rem}.inv-loadout-slots{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.inv-slot{border-radius:10px;border:1px dashed rgba(255,255,255,.08);padding:8px 6px;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:default;transition:all .15s;position:relative;min-height:62px;justify-content:center}.inv-slot-filled{border-style:solid;border-color:#ffffff14;background:#ffffff05;cursor:pointer}.inv-slot-filled:hover{background:#ffffff0a}.inv-slot-icon{font-size:18px;line-height:1}.inv-slot-label{font-size:10px;color:#64748b;text-align:center;line-height:1.2;max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inv-slot-filled .inv-slot-label{color:#94a3b8}.inv-slot-unequip{position:absolute;top:3px;right:5px;font-size:9px;color:#475569;opacity:0;transition:opacity .15s}.inv-slot-filled:hover .inv-slot-unequip{opacity:1}.inv-cat-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:1.25rem}.inv-cat-tab{background:transparent;border:1px solid rgba(255,255,255,.06);border-radius:8px;color:#64748b;font-size:12px;font-weight:500;padding:5px 10px;cursor:pointer;transition:all .15s;font-family:inherit;display:flex;align-items:center;gap:5px}.inv-cat-tab:hover{border-color:#ffffff1f;color:#94a3b8}.inv-cat-tab.active{background:#f0a86014;border-color:#f0a86040;color:var(--accent2)}.inv-cat-count{font-size:10px;background:#ffffff0d;border-radius:99px;padding:1px 6px}.inv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px}.inv-card{border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;padding:.75rem .6rem;cursor:pointer;transition:transform .15s,border-color .15s,background .15s;position:relative;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}.inv-card:hover{transform:translateY(-2px);border-color:#ffffff1a;background:#ffffff08}.inv-card-equipped{border-width:1px}.inv-equipped-ribbon{position:absolute;top:-1px;right:-1px;font-size:8px;font-weight:700;letter-spacing:.06em;padding:2px 6px;border-radius:0 11px 0 5px;color:#000}.inv-qty-badge{position:absolute;bottom:4px;right:4px;font-size:10px;font-weight:700;border-radius:99px;padding:1px 5px}.inv-card-icon-wrap{width:44px;height:44px;border-radius:10px;border:1px solid transparent;display:flex;align-items:center;justify-content:center}.inv-card-icon{font-size:20px;line-height:1}.inv-card-body{width:100%}.inv-card-rarity{font-size:9px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;display:block;margin-bottom:3px}.inv-card-name{font-size:11px;font-weight:500;color:#94a3b8;margin:0;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.inv-empty{padding:2.5rem;text-align:center;color:#475569;font-size:14px}.inv-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.inv-modal{background:#0e0e1c;border:1px solid transparent;border-radius:16px;padding:1.75rem;max-width:420px;width:100%;position:relative;animation:invModalIn .2s ease}@keyframes invModalIn{0%{transform:scale(.96) translateY(10px);opacity:0}to{transform:none;opacity:1}}.inv-modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);border-radius:6px;color:#64748b;font-size:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:inherit}.inv-modal-close:hover{background:#ffffff14;color:#94a3b8}.inv-modal-header{display:flex;gap:14px;align-items:flex-start;margin-bottom:1rem}.inv-modal-icon{font-size:40px;line-height:1;flex-shrink:0}.inv-modal-name{font-size:20px;font-weight:700;color:#f1f5f9;margin:4px 0 2px}.inv-modal-cat{font-size:12px;color:#64748b;margin:0}.inv-rarity-pill{font-size:10px;font-weight:600;letter-spacing:.05em;border:1px solid transparent;border-radius:99px;padding:2px 9px}.inv-modal-qty{margin-left:auto;font-size:22px;font-weight:700;flex-shrink:0;color:var(--text)}.inv-modal-desc{font-size:14px;color:#94a3b8;line-height:1.6;margin-bottom:1rem}.inv-modal-effect{border:1px solid transparent;border-radius:10px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.inv-effect-label{font-size:11px;color:#64748b}.inv-effect-val{font-size:14px;font-weight:600}.inv-modal-slot{font-size:12px;color:#64748b;margin-bottom:1rem}.inv-use-result{font-size:13px;font-weight:600;padding:8px 12px;background:#ffffff08;border-radius:8px;margin-bottom:.75rem}.inv-modal-actions{display:flex;gap:8px;margin-top:.5rem}@media(max-width:600px){.inv-loadout-slots{grid-template-columns:repeat(2,1fr)}.inv-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}}.prog-root{width:100%}.prog-claim-flash{display:flex;align-items:center;gap:10px;background:#f0a86014;border:1px solid rgba(240,168,96,.25);border-radius:10px;padding:10px 14px;margin-bottom:1rem;font-size:14px;font-weight:600;color:var(--accent2);animation:flashIn .25s ease}@keyframes flashIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.prog-flash-label{color:#f1f5f9}.prog-xpbar-wrap{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1rem;margin-bottom:1.25rem}.prog-xpbar-header{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.prog-tier-badge{display:flex;align-items:center;gap:6px;background:#f0a86014;border:1px solid rgba(240,168,96,.2);border-radius:8px;padding:4px 10px}.prog-tier-num{font-size:14px;font-weight:700;color:var(--text)}.prog-tier-max{font-size:10px;font-weight:700;color:#ef4444;background:#ef44441f;border-radius:4px;padding:1px 5px}.prog-xpbar-nums{font-size:13px;color:#64748b}.prog-xp-cur{color:#f1f5f9;font-weight:600}.prog-xp-sep{color:#334155}.prog-xp-max{color:#64748b}.prog-xp-next{color:#475569;font-size:11px}.prog-forge-badge{margin-left:auto;font-size:11px;font-weight:600;color:var(--accent2);background:#f0a86014;border:1px solid rgba(240,168,96,.18);border-radius:99px;padding:3px 9px}.prog-bar-track{width:100%;height:8px;background:#ffffff0d;border-radius:4px;overflow:hidden;margin-bottom:10px}.prog-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2));border-radius:4px;transition:width .6s ease;box-shadow:0 0 8px #e8853a4d}.prog-pass-row{display:flex;align-items:center;gap:8px}.prog-pass-label{font-size:10px;color:#475569;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.prog-pass-bar-track{flex:1;height:4px;background:#ffffff0a;border-radius:2px;overflow:hidden}.prog-pass-bar-fill{height:100%;background:#f0a86059;border-radius:2px;transition:width .6s ease}.prog-pass-pct{font-size:11px;color:var(--text);font-weight:600;min-width:30px}.prog-total-xp{font-size:11px;color:#334155}.prog-tabs{display:flex;gap:8px;margin-bottom:1.25rem}.prog-tab{flex:1;background:transparent;border:1px solid rgba(255,255,255,.06);border-radius:10px;color:#64748b;font-size:13px;font-weight:500;padding:8px 12px;cursor:pointer;transition:all .15s;font-family:inherit}.prog-tab:hover{color:#94a3b8;border-color:#ffffff1a}.prog-tab.active{background:#f0a8600f;border-color:#f0a86040;color:var(--accent2)}.prog-tiers-wrap{width:100%}.prog-track-header-row{display:grid;grid-template-columns:44px 1fr 1fr;gap:6px;padding:0 0 8px;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:4px}.prog-track-title{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#475569;display:block}.prog-track-hint{font-size:10px;color:#334155;display:block;margin-top:2px}.prog-tier-list{max-height:520px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.06) transparent;padding-right:4px}.prog-tier-row{display:grid;grid-template-columns:44px 1fr 1fr;gap:6px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.03);transition:background .1s}.prog-tier-row:hover{background:#ffffff03}.prog-tier-milestone{background:#f0a86005;border-bottom-color:#f0a86014}.prog-tier-num-col{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#334155;gap:1px}.prog-tier-star{font-size:10px;color:var(--accent2)}.prog-tier-unlocked .prog-tier-num-col{color:#64748b}.prog-track-col{display:flex;align-items:center}.prog-track-locked{opacity:.4;pointer-events:none}.prog-reward-chip{flex:1;display:flex;align-items:center;gap:6px;border:1px solid transparent;border-radius:8px;padding:5px 8px;font-size:11px;transition:all .15s;min-width:0;background:transparent}.prog-chip-claimable{cursor:pointer}.prog-chip-claimable:hover{filter:brightness(1.1);transform:translateY(-1px)}.prog-chip-claimed{opacity:.35}.prog-chip-locked{opacity:.25}.prog-chip-icon{font-size:14px;flex-shrink:0}.prog-chip-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.prog-chip-cta{font-size:9px;font-weight:700;letter-spacing:.05em;color:#000;background:currentColor;border-radius:3px;padding:2px 5px;flex-shrink:0;opacity:.85}.prog-milestones-view{display:flex;flex-direction:column;gap:8px}.prog-ms-card{display:flex;align-items:center;gap:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:12px 14px;transition:border-color .15s}.prog-ms-reached{border-color:#f0a86026;background:#f0a86005}.prog-ms-card-icon{font-size:28px}.prog-ms-card-body{flex:1}.prog-ms-card-name{font-size:14px;font-weight:600;margin:0 0 2px}.prog-ms-card-sub{font-size:11px;color:#475569;margin:0}.prog-ms-done{font-size:12px;font-weight:600;color:#10b981}.prog-ms-todo{font-size:11px;color:#334155;text-align:right;min-width:80px}.prog-log-list{display:flex;flex-direction:column;gap:4px}.prog-log-entry{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);font-size:12px}.prog-log-icon{font-size:14px}.prog-log-label{flex:1;color:#64748b;text-transform:capitalize}.prog-log-xp{font-weight:700;color:var(--text);min-width:55px;text-align:right}.prog-log-time{color:#334155;font-size:10px;min-width:38px;text-align:right}.prog-log-empty{font-size:13px;color:#475569;text-align:center;padding:2rem}.badge.orange{background:#f0a8601a;border-color:#f0a86038;color:var(--accent2)}
