@font-face{font-family:RuiZi;src:url(/assets/ShanHaiJiangNanLi75W-2-ChDM7iKu.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-hover: #f1f5f9;--color-border: #e2e8f0;--color-text: #1e293b;--color-text-muted: #64748b;--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-primary-light: #dbeafe;--color-danger: #ef4444;--color-success: #22c55e;--color-warning: #f59e0b;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--spacing-xs: 4px;--spacing-sm: 6px;--spacing-md: 12px;--spacing-lg: 18px;--spacing-xl: 24px;--font-family: "RuiZi", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width: 480px }html{font-size:15px;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);line-height:1.45;min-height:100vh;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;min-height:100dvh}.page-wrapper{width:100%;max-width:var(--max-width);margin:0 auto;padding:var(--spacing-md)}@media (min-width: 768px){.page-wrapper{padding:var(--spacing-lg) var(--spacing-xl)}}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.3}h2{font-size:1.35rem;margin-bottom:var(--spacing-sm);color:var(--color-text)}p{margin-bottom:var(--spacing-sm)}button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-xs);font-family:var(--font-family);font-size:.88rem;padding:7px 12px;border:none;border-radius:var(--radius-md);cursor:pointer;transition:background .15s,opacity .15s;line-height:1.25;min-height:34px}button:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover:not(:disabled){background:var(--color-surface-hover)}.btn-danger{background:var(--color-danger);color:#fff}.btn-block{width:100%}input,textarea,select{font-family:var(--font-family);font-size:.92rem;padding:7px 10px;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none;transition:border-color .15s;width:100%;min-height:34px}input:focus,textarea:focus,select:focus{border-color:var(--color-primary)}label{display:block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:var(--spacing-xs)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-sm)}.list-item{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--spacing-sm);gap:var(--spacing-md)}.list-item-content{flex:1;min-width:0}.list-item-title{font-size:1rem;color:var(--color-text)}.list-item-subtitle{font-size:.8rem;color:var(--color-text-muted);margin-top:2px}.menu-button{background-color:#0000;padding:0}.inline-meta{display:inline;font-size:.58rem;color:var(--color-text-muted)}.inline-meta+.inline-meta:before{content:" · ";color:var(--color-text-muted)}.text-success{color:var(--color-success)}.text-warning,.text-gold{color:var(--color-warning)}.icon{display:inline-block;width:1em;height:1em;vertical-align:-.125em;fill:currentColor}.icon-sm{width:16px;height:16px}.icon-md{width:20px;height:20px}.icon-lg{width:24px;height:24px}.progress-bar{width:100%;height:8px;background:var(--color-surface-hover);border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:999px;transition:width .3s ease}.progress-bar-fill--primary{background:var(--color-primary)}.progress-bar-fill--success{background:var(--color-success)}.progress-bar-fill--danger{background:var(--color-danger)}.progress-bar-fill--warning{background:var(--color-warning)}.alert{padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);margin-bottom:var(--spacing-sm);font-size:.82rem}.alert-error{background:#e74c5e1a;border:1px solid rgba(231,76,94,.3);color:var(--color-danger)}.alert-success{background:#34c77b1a;border:1px solid rgba(52,199,123,.3);color:var(--color-success)}.alert-warning{background:#f0b4291a;border:1px solid rgba(240,180,41,.3);color:var(--color-warning)}.nav-bar{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md);background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10}.nav-bar-title{flex:1;font-size:1.1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:var(--color-text-muted)}.text-sm{font-size:.85rem}.text-xs{font-size:.75rem}.w-full{width:100%}.flex-1{flex:1}.items-start{align-items:flex-start}.nav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-md)}@media (min-width: 768px){.nav-grid{grid-template-columns:repeat(5,1fr)}}.nav-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:var(--spacing-lg) var(--spacing-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text);font-family:var(--font-family);font-size:.9rem;cursor:pointer;transition:all .15s ease;min-height:100px}.nav-card:hover{background:var(--color-surface-hover);border-color:var(--color-primary);transform:translateY(-2px)}.nav-card:active{transform:translateY(0)}.scroll-row{display:flex;gap:var(--spacing-sm);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.scroll-row::-webkit-scrollbar{display:none}.tab{padding:4px 10px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);font-family:var(--font-family);font-size:.78rem;white-space:nowrap;cursor:pointer;transition:all .15s ease}.tab-active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.card-list{display:flex;flex-direction:column;gap:var(--spacing-xs)}.compact-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:var(--spacing-sm)}.item-card{padding:var(--spacing-sm);border-radius:var(--radius-md);background-color:var(--color-bg);border:1.5px solid rgba(148,163,184,.35)}.square-item-card{position:relative;min-width:0;overflow:hidden;cursor:pointer}.square-item-card-content{height:100%;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.inventory-square-item-card-content{font-size:.78rem}.inventory-square-item-card-content .item-icon{width:24px;height:24px;margin-bottom:2px}.inventory-square-item-card-content .item-name{font-size:.78rem;line-height:1.15}.inventory-square-item-card-content .item-quantity{font-size:.72rem}.square-card-checkbox{position:absolute;top:-5px;right:8px;width:12px;height:12px}.square-item-card .item-name{padding-right:18px}.item-icon{width:32px;height:32px;border-radius:var(--radius-md);background:var(--color-primary-light);display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0}.inventory-appearance-icon{width:100%;height:100%;object-fit:contain}.item-name{font-size:.88rem;color:var(--color-text);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-name--multiline{white-space:normal;text-overflow:initial;overflow:visible;overflow-wrap:anywhere}.page-search-row{display:flex;align-items:center;gap:8px}.page-search-row svg{flex-shrink:0;color:var(--color-text-muted)}.page-search-input{flex:1;min-width:0;border:0;padding:0;background:transparent}.page-search-input:focus{box-shadow:none}.region-weather-row{display:flex;flex-wrap:wrap;gap:4px 10px;font-size:.72rem;color:var(--color-text-muted)}.region-weather-row span{display:inline-flex;align-items:center;gap:3px}.region-fish-card{text-align:left}.shop-grid-card{cursor:pointer}.shop-grid-card-owned{background:#effcf2;border-color:#4ade8073}.shop-card-meta{display:flex;flex-direction:column;gap:1px;font-size:.72rem;color:var(--color-text-muted)}.shop-card-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-appearance-preview,.shop-appearance-detail-preview{display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(148,163,184,.35);border-radius:var(--radius-sm);background:#fff;color:var(--color-text-muted)}.shop-appearance-preview{width:42px;height:42px;margin-bottom:4px}.shop-appearance-detail-preview{width:min(100%,180px);aspect-ratio:1;margin:0 auto var(--spacing-sm)}.shop-appearance-preview img,.shop-appearance-detail-preview img{width:100%;height:100%;object-fit:contain}.item-quantity{font-size:.8rem;color:var(--color-text-muted);font-weight:500}.item-stats{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);font-size:.6rem}.item-price{font-size:1rem;font-weight:500;color:var(--color-primary)}.fish-card{padding:var(--spacing-md)}.fish-card.locked{opacity:.6}.fish-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--color-primary-light);display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0}.fish-icon.locked{background:var(--color-surface-hover);color:var(--color-text-muted)}.fish-name{font-size:1rem;color:var(--color-text)}.license-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md)}.license-card.locked{opacity:.82}.license-card-main{display:flex;align-items:flex-start;gap:var(--spacing-md);min-width:0}.license-content{min-width:0;flex:1}.license-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-sm);min-width:0}.license-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.license-icon.unlocked{background:#22c55e26;color:var(--color-success)}.license-icon.available{background:var(--color-primary-light);color:var(--color-primary)}.license-icon.locked{background:var(--color-surface-hover);color:var(--color-text-muted)}.license-name{font-size:.98rem;font-weight:700;color:var(--color-text);overflow-wrap:anywhere}.license-desc{margin-top:2px;font-size:.82rem;line-height:1.35;color:var(--color-text-muted);overflow-wrap:anywhere}.license-owned{flex-shrink:0;font-size:.72rem;color:var(--color-success);background:#22c55e1f;border-radius:999px;padding:2px 8px}.license-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 10px;margin-top:var(--spacing-sm);font-size:.78rem;color:var(--color-text-muted)}.license-meta-grid span{min-width:0;overflow-wrap:anywhere}.license-region-list{display:grid;gap:2px;margin-top:var(--spacing-sm);font-size:.78rem;line-height:1.35;color:var(--color-text);overflow-wrap:anywhere}.license-buy-btn{min-width:84px}@media (max-width: 560px){.license-card{grid-template-columns:1fr}.license-buy-btn{width:100%}}.achievement-card{padding:var(--spacing-md)}.achievement-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.achievement-icon.completed{background:#f59e0b26;color:var(--color-warning)}.achievement-name{font-size:1rem;color:var(--color-text)}.avatar{width:48px;height:48px;border-radius:50%;background:var(--color-primary-light);display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0}.player-name{font-size:1.1rem;color:var(--color-text)}.status-dot{width:8px;height:8px;border-radius:50%}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 18px;text-align:center}.icon-muted{color:var(--color-text-muted);opacity:.5}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:all .15s ease}.btn-icon:hover{background:var(--color-surface-hover)}.section-title{font-size:1rem;color:var(--color-text);margin-bottom:var(--spacing-sm)}.app-layout{display:flex;min-height:100vh;min-height:100dvh}.sidebar{width:220px;background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;transition:width .2s ease;flex-shrink:0;position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden;z-index:20}.sidebar.collapsed{width:40px}.sidebar-header{display:flex;align-items:center;justify-content:center;padding:var(--spacing-md);border-bottom:1px solid var(--color-border);min-height:56px}.sidebar-title{font-size:1.1rem;font-weight:600;color:var(--color-primary);white-space:nowrap}.sidebar-nav{display:flex;flex-direction:column;align-items:center;overflow-y:auto;gap:5px;height:90%}.sidebar-item{display:flex;align-items:center;gap:var(--spacing-sm);width:70%;aspect-ratio:1;padding:5px;border:none;background:transparent;color:var(--color-text-muted);font-family:var(--font-family);font-size:.9rem;cursor:pointer;transition:all .15s ease;text-align:left;white-space:nowrap}.sidebar-item:hover{background:var(--color-surface-hover);color:var(--color-text)}.sidebar-item.active{background:var(--color-primary-light);color:var(--color-primary);font-weight:500}.sidebar-footer{padding:var(--spacing-md);border-top:1px solid var(--color-border)}.sidebar-immersive-toggle{width:100%;margin-top:var(--spacing-sm);border:none;padding:0}.player-info{display:flex;flex-direction:column;gap:2px}.player-level{font-size:.8rem;color:var(--color-text-muted)}.main-content{flex:1;min-width:0;padding:var(--spacing-sm);overflow-y:auto;position:relative;background:linear-gradient(180deg,#eaf7ff,#f6fbff 58%,#eef8ff)}.main-content>*:not(.main-fish-background){position:relative}.main-fish-background{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.main-bg-fish{position:absolute;width:22px;height:22px;color:#ffffffb8;animation:swimDrift 16s ease-in-out infinite alternate}@keyframes swimDrift{0%{transform:translateZ(0) rotate(0)}50%{transform:translate3d(26px,-18px,0) rotate(8deg)}to{transform:translate3d(-18px,22px,0) rotate(-7deg)}}.fish-1{left:12%;top:14%;animation-duration:17s}.fish-2{left:34%;top:9%;animation-duration:21s;animation-delay:-4s}.fish-3{left:68%;top:16%;animation-duration:18s;animation-delay:-9s}.fish-4{left:88%;top:28%;animation-duration:24s;animation-delay:-2s}.fish-5{left:20%;top:38%;animation-duration:19s;animation-delay:-7s}.fish-6{left:53%;top:44%;animation-duration:23s;animation-delay:-12s}.fish-7{left:79%;top:52%;animation-duration:20s;animation-delay:-5s}.fish-8{left:8%;top:65%;animation-duration:26s;animation-delay:-10s}.fish-9{left:42%;top:72%;animation-duration:18s;animation-delay:-3s}.fish-10{left:71%;top:80%;animation-duration:22s;animation-delay:-14s}.fish-11{left:92%;top:88%;animation-duration:25s;animation-delay:-8s}.fish-12{left:27%;top:86%;animation-duration:20s;animation-delay:-15s}.fish-13{left:58%;top:25%;animation-duration:27s;animation-delay:-6s}.fish-14{left:4%;top:24%;animation-duration:21s;animation-delay:-11s}.app-status-banner{position:sticky;top:0;z-index:20;margin-bottom:var(--spacing-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (min-width: 768px){.main-content{padding:var(--spacing-lg) var(--spacing-xl);max-width:calc(100vw - 220px)}}@media (max-width: 767px){.sidebar{position:fixed;left:0;top:0;z-index:100;box-shadow:2px 0 12px #00000014}.sidebar.collapsed{width:40px}.main-content{width:100%;max-width:100%;padding-left:calc(35px + var(--spacing-sm))}}.loadout-summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-md);margin-bottom:var(--spacing-md)}.stat-row{display:flex;gap:var(--spacing-lg)}.stat-item{display:flex;flex-direction:column;gap:2px}.stat-label{font-size:.8rem;color:var(--color-text-muted)}.stat-value{font-size:1.2rem;font-weight:500;color:var(--color-text)}.fish-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--spacing-sm)}.fish-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-xs);margin-bottom:var(--spacing-sm)}.fish-stat{display:flex;align-items:center;gap:4px;font-size:.8rem;color:var(--color-text-muted)}.fish-proficiency{display:flex;align-items:center;gap:var(--spacing-sm);font-size:.8rem;color:var(--color-text-muted)}.fish-proficiency .progress-bar{flex:1}.fish-proficiency .progress-bar.small{height:6px}.dex-progress{margin-bottom:var(--spacing-md)}.dex-progress .progress-text{display:block;font-size:.8rem;color:var(--color-text-muted);margin-top:var(--spacing-xs);text-align:right}.profile-card{display:flex;align-items:center;gap:var(--spacing-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-md);margin-bottom:var(--spacing-md)}.profile-info h3{margin:0 0 var(--spacing-xs);font-size:1.1rem}.profile-stats{display:flex;gap:var(--spacing-sm);flex-wrap:wrap}.settings-list{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:var(--spacing-md)}.settings-item{display:flex;align-items:center;gap:var(--spacing-md);width:100%;padding:var(--spacing-md);border:none;border-bottom:1px solid var(--color-border);background:transparent;color:var(--color-text);font-family:var(--font-family);font-size:.95rem;cursor:pointer;text-align:left;min-height:48px}.settings-item:last-child{border-bottom:none}.settings-item:hover{background:var(--color-surface-hover)}.settings-form{padding:var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-sm);border-bottom:1px solid var(--color-border)}.ranking-list{display:flex;flex-direction:column;gap:var(--spacing-sm)}.ranking-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.ranking-item.rank-1{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.ranking-item.rank-2{border-color:#94a3b8;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.ranking-item.rank-3{border-color:#d97706;background:linear-gradient(135deg,#fff7ed,#ffedd5)}.ranking-item-actionable{cursor:pointer}.ranking-item-actionable:hover,.ranking-item-actionable:focus-visible{border-color:color-mix(in srgb,var(--color-primary) 52%,var(--color-border));transform:translateY(-1px)}.ranking-item-self{border-color:var(--color-primary);box-shadow:0 0 0 1px color-mix(in srgb,var(--color-primary) 26%,transparent);background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 10%,white),var(--color-surface))}.ranking-rank{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--color-text-muted);flex-shrink:0}.ranking-info{flex:1;display:flex;flex-direction:column;gap:2px}.ranking-name{font-size:.95rem;color:var(--color-text)}.ranking-self-note{margin-left:var(--spacing-xs);font-size:.72rem;color:var(--color-primary)}.ranking-detail{font-size:.8rem;color:var(--color-text-muted)}.ranking-separator{text-align:center;color:var(--color-text-muted);font-size:.8rem;letter-spacing:.2em}.page-actions{margin-top:var(--spacing-lg);display:flex;gap:var(--spacing-sm)}.notice{padding:var(--spacing-md);border-radius:var(--radius-md);margin-bottom:var(--spacing-md);font-size:.9rem}.notice.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:var(--color-success)}.notice.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:var(--color-danger)}.item-card.selected{border-color:var(--color-primary);background:var(--color-primary-light)}.shop-item-stats{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);margin-top:var(--spacing-sm)}.shop-item-stat{font-size:.75rem;color:var(--color-text-muted);background:var(--color-surface-hover);padding:2px 6px;border-radius:var(--radius-sm)}.guild-section{margin-bottom:var(--spacing-lg)}.guild-section-title{font-size:1rem;color:var(--color-text);margin-bottom:var(--spacing-sm)}.help-content h3{font-size:1.05rem;font-weight:700;color:var(--color-text);margin:16px 0 8px}.help-content h4{font-size:.95rem;font-weight:600;color:var(--color-text);margin:12px 0 6px}.help-content p{margin:6px 0;line-height:1.6;color:var(--color-text)}.help-content ul,.help-content ol{margin:6px 0;padding-left:24px}.help-content li{margin:4px 0;line-height:1.6;color:var(--color-text)}.help-content table{width:100%;border-collapse:collapse;margin:10px 0;font-size:.88rem}.help-content thead{background:var(--color-surface-hover)}.help-content th,.help-content td{padding:6px 10px;border:1px solid var(--color-border);text-align:left}.help-content th{font-weight:600;color:var(--color-text)}.help-content td{color:var(--color-text-muted)}.help-content strong{font-weight:600;color:var(--color-text)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:flex-end;justify-content:center;background:#00000073;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content{background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:480px;max-height:80vh;display:flex;flex-direction:column;animation:slideUp .2s ease-out}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border);flex-shrink:0}.modal-title{font-size:1.05rem;font-weight:700;color:var(--color-text);margin:0}.modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:background .15s}.modal-close:hover{background:var(--color-surface-hover)}.modal-body{padding:16px 20px 24px;overflow-y:auto;-webkit-overflow-scrolling:touch}.loadout-bar{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;padding:10px 12px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--spacing-md)}@media (max-width: 360px){.loadout-bar{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.loadout-slot{display:flex;flex-direction:column;align-items:stretch;gap:4px;padding:10px 8px;border-radius:var(--radius-sm);background:var(--color-surface-hover);cursor:pointer;transition:background .15s;min-width:0;min-height:132px}.loadout-slot:hover{background:var(--color-primary-light)}.loadout-slot.active{background:var(--color-primary-light);border:1px solid var(--color-primary)}.loadout-slot-required{box-shadow:inset 0 0 0 1px #3b82f626}.loadout-slot-missing{background:#f0b4291f;border:1px solid rgba(240,180,41,.5)}.loadout-slot-broken{background:#fee2e2;border:1px solid rgba(239,68,68,.45);box-shadow:inset 0 0 0 1px #ef44441f}.loadout-slot-broken .loadout-slot-hint{color:var(--color-danger);font-weight:700}.loadout-slot-low-durability{background:#fef2f2;border:1px solid rgba(248,113,113,.35)}.loadout-slot-low-durability .loadout-slot-hint{color:#b91c1c;font-weight:700}.loadout-slot-inactive{opacity:.65}.loadout-slot-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:3px}.loadout-slot-title{display:inline-flex;align-items:center;gap:4px;min-width:0}.loadout-slot-action{border:0;background:transparent;color:var(--color-primary);padding:0;font-size:.68rem;line-height:1.2;cursor:pointer;flex-shrink:0;min-height:0}.loadout-slot-action:hover{text-decoration:underline}.loadout-slot-label{font-size:.72rem;color:var(--color-text-muted);white-space:normal;text-align:left;line-height:1.2}.loadout-slot-name{font-size:.74rem;font-weight:600;color:var(--color-text);white-space:normal;overflow:hidden;max-width:100%;text-align:left;line-height:1.2}.loadout-slot-empty{font-size:.68rem;color:var(--color-text-muted);font-style:italic;text-align:left}.loadout-slot-meta{display:flex;flex-wrap:wrap;gap:2px 8px;font-size:.58rem;color:var(--color-text-muted)}.loadout-slot-hint{font-size:.68rem;color:var(--color-text-muted);white-space:normal;text-align:left;line-height:1.2}.loadout-summary-stats{margin-top:2px;display:flex;flex-wrap:wrap;gap:2px 12px;font-size:.52rem;color:var(--color-text-muted)}.loadout-control-summary{margin-top:2px;display:flex;flex-wrap:wrap;gap:2px 8px;font-size:.7rem;color:var(--color-text-muted)}.loadout-slot-stats{margin-top:0}.fishing-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.fishing-overview-item{display:flex;flex-direction:column;gap:1px;padding:5px 7px;border-radius:var(--radius-md);background:var(--color-surface-hover);min-width:0;line-height:1.2}.fishing-overview-item strong{display:flex;font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fishing-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.fishing-metric-card{padding:6px 7px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-hover)}.fishing-metric-header{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-xs);margin-bottom:3px}.fishing-metric-label{display:inline-flex;align-items:center;gap:4px;min-width:0;font-size:.72rem;color:var(--color-text-muted)}.fishing-metric-value{font-size:.82rem;font-weight:600;color:var(--color-text);white-space:nowrap}.fishing-metric-progress{height:4px;margin-top:3px}.fishing-compact-card{padding:var(--spacing-xs)}.fishing-log-list{display:flex;flex-direction:column;gap:var(--spacing-sm);max-height:320px;overflow-y:auto;padding-right:2px}.fishing-log-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:var(--radius-md);background:var(--color-surface-hover);border:1px solid transparent}.fishing-log-item--info{border-color:#3b82f61f}.fishing-log-item--warn{background:#f59e0b14;border-color:#f59e0b3d}.fishing-log-item--success{background:#22c55e14;border-color:#22c55e3d}.fishing-log-time{flex-shrink:0;width:64px;font-size:.72rem;color:var(--color-text-muted)}.fishing-log-message{flex:1;min-width:0;font-size:.86rem;color:var(--color-text)}.fishing-log-empty{padding:12px;border-radius:var(--radius-md);background:var(--color-surface-hover)}.keep-toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm);flex-wrap:wrap}.keep-toolbar-stat{display:flex;flex-direction:column;gap:2px;min-width:72px;font-size:.86rem}.keep-action-row{display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}.keep-card-meta,.inventory-card-meta{min-width:0;font-size:.72rem;color:var(--color-text-muted);line-height:1.25}.keep-card-meta span,.inventory-card-meta span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.square-card-meta-line{display:flex;flex-wrap:wrap;gap:3px}.achievement-card-unlocked{border-color:#22c55e52}.achievement-card-locked{opacity:.78}.message-card{border-left:4px solid var(--color-border)}.message-card--catch{border-left-color:var(--color-primary)}.message-card--achievement{border-left-color:var(--color-warning)}.message-card--trade{border-left-color:var(--color-success)}.message-card--system{border-left-color:var(--color-text-muted)}.message-title{font-size:.95rem;color:var(--color-text)}@media (max-width: 480px){.fishing-overview-grid,.fishing-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.skill-card{position:relative;overflow:hidden;min-height:48px}.skill-card-content{position:relative;z-index:1}.skill-card-progress{position:absolute;left:0;right:0;bottom:0;height:8px;background:var(--color-surface-hover)}.skill-card-progress>div{height:100%;background:var(--color-primary)}.skill-card-progress-text{position:absolute;right:8px;bottom:8px;font-size:.68rem;color:var(--color-text-muted)}.fish-card-photo{width:100%;height:54px;object-fit:contain;border-radius:var(--radius-sm);background:#fff}.fish-card-photo--wide{height:96px;margin-bottom:var(--spacing-sm)}.fish-thumb{width:100%;height:100%;object-fit:contain}.fish-detail-photo{width:100%;height:180px;object-fit:contain;border-radius:var(--radius-md);background:#fff;margin-bottom:var(--spacing-md)}.catch-rating-bar{display:flex;position:relative;width:100%;height:10px;border-radius:999px;overflow:hidden;background:var(--color-surface-hover)}.catch-rating-bar>div{flex:0 0 auto;opacity:.52}.catch-rating-bar>div.active{opacity:1;box-shadow:inset 0 0 0 2px #ffffffbf}.catch-rating-marker{position:absolute;top:50%;width:12px;height:12px;border:2px solid #fff;border-radius:999px;background:var(--color-text);box-shadow:0 1px 5px #0f172a59;transform:translate(-50%,-50%);pointer-events:none}.detail-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.detail-stat{display:flex;flex-direction:column;padding:8px 10px;background:var(--color-surface-hover);border-radius:var(--radius-sm)}.detail-stat-label{font-size:.75rem;color:var(--color-text-muted);margin-bottom:2px}.detail-stat-label-row{display:inline-flex;align-items:center;gap:4px}.detail-stat-help{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text-muted);min-height:16px}.detail-stat-help:hover{background:var(--color-primary-light);color:var(--color-primary)}.detail-stat-value{font-size:.9rem;font-weight:600;color:var(--color-text)}.detail-stat.full-width{grid-column:1 / -1}.detail-stat-clickable{border:1px solid var(--color-border);cursor:pointer;text-align:left}.detail-stat-clickable:hover{background:var(--color-primary-light)}.fish-detail-section{margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border)}.fish-detail-section-title{font-size:.8rem;font-weight:600;color:var(--color-text-muted);margin-bottom:8px}.fish-stat-bar-group{display:flex;flex-direction:column;gap:6px}.fish-stat-bar-row{display:flex;align-items:center;gap:8px}.fish-stat-bar-label{font-size:.8rem;color:var(--color-text);width:36px;flex-shrink:0}.fish-stat-bar-track{flex:1;height:6px;background:var(--color-border);border-radius:3px;overflow:hidden}.fish-stat-bar-fill{height:100%;border-radius:3px;background:var(--color-primary);transition:width .3s ease}.fish-stat-bar-value{font-size:.75rem;color:var(--color-text-muted);width:24px;text-align:right;flex-shrink:0}.inventory-card-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:6px}.inventory-card-grid .item-card{padding:6px;border-radius:var(--radius-sm)}.inventory-card-grid .inventory-card-meta{font-size:.66rem}.currency-display{display:inline-flex;align-items:center;gap:6px}.currency-item{display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.currency-item svg:first-child{color:var(--color-warning)}.currency-item+.currency-item svg:first-child{color:#38bdf8}.weather-icon-row,.weather-icon-row span{display:inline-flex;align-items:center;gap:3px}.weather-icon-row{gap:8px}.main-content{background:linear-gradient(180deg,#ddf4ff,#eef9ff 58%,#e2f5ff)}.main-bg-fish{color:#fffffff2}.sidebar-fishing-timer{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:8px;color:var(--color-primary);font-size:.78rem}.sidebar-fishing-timer svg{width:20px;height:20px;transform:rotate(0)}.timer-ring-bg,.timer-ring-fill{fill:none;stroke-width:8}.timer-ring-bg{stroke:var(--color-border)}.timer-ring-fill{stroke:var(--color-primary);stroke-linecap:round}.sidebar-item-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.sidebar-item-dot{position:absolute;top:-3px;right:-4px;width:8px;height:8px;border-radius:999px;background:var(--color-danger);box-shadow:0 0 0 2px var(--color-surface)}.sidebar-stamina{padding:0 10px 10px;color:var(--color-text-muted);font-size:.72rem}.sidebar-stamina-track{height:5px;overflow:hidden;border-radius:999px;background:var(--color-border)}.sidebar-stamina-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-primary),var(--color-success))}.sidebar-stamina span{display:block;margin-top:4px;text-align:center}.app-announcement-banner{position:relative;overflow:hidden;min-height:38px;margin-bottom:12px;border:1px solid rgba(19,94,160,.16);border-radius:999px;background:linear-gradient(90deg,#fff7d6fa,#ffefadfa);box-shadow:0 8px 24px #135ea014}.app-announcement-track{position:absolute;inset:0 auto 0 0;display:flex;align-items:center;white-space:nowrap;padding-inline:20px;color:#7a4b00;font-weight:700;animation-name:app-announcement-scroll;animation-timing-function:linear;animation-fill-mode:forwards}.app-announcement-track span{padding-right:24px}@keyframes app-announcement-scroll{0%{transform:translate(100%)}to{transform:translate(calc(-100% - 24px))}}.region-list-item{transition:opacity .18s ease,background-color .18s ease,border-color .18s ease}.region-list-item-locked{background:#94a3b814;border-color:#94a3b847;opacity:.72}.region-list-item-locked .list-item-title{color:var(--color-text-muted)}.region-list-collected-tag{margin-left:6px;color:var(--color-success);font-size:.72rem}.region-list-item-locked .region-weather-row{opacity:.78}.region-locked-reason{display:inline-flex;align-items:center;gap:4px;margin-top:6px;font-size:.72rem;color:var(--color-warning)}.region-list-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.region-list-title-meta{flex:0 1 52%;font-size:.68rem;color:var(--color-text-muted);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.region-list-title-meta--completed{color:var(--color-success)}.region-fish-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.region-fish-card{text-align:center;padding:5px}.region-fish-card-content{width:100%;height:100%;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:0;border:0;background:none;color:inherit;font:inherit;cursor:pointer}.region-fish-card-content:hover .item-name,.region-fish-card-content:focus-visible .item-name{color:var(--color-primary)}.region-fish-card-content--collected,.region-fish-card-content--collected .item-name{color:var(--color-success)}.region-fish-card .item-name{width:100%;padding-right:0;font-size:.7rem}.region-fish-card-hint{font-size:.62rem;color:var(--color-success)}.boat-extension-pledge{display:flex;align-items:baseline;gap:8px;padding:7px 9px;border-radius:var(--radius-md);background:#3b82f614;border:1px solid rgba(59,130,246,.18);font-size:.72rem}.boat-extension-pledge--empty{background:#94a3b814;border-color:#94a3b833}.boat-extension-pledge__label{color:var(--color-text-muted)}.boat-extension-pledge__value{font-size:.86rem;color:var(--color-text)}.boat-extension-pledge__status{margin-left:auto;color:var(--color-text-muted)}.boat-extension-pledge__status--active{color:var(--color-primary)}.pond-scene-section{margin-inline:-2px}.pond-window{position:relative;width:100%;min-height:210px;aspect-ratio:960 / 520;overflow:hidden;border-radius:8px;background-color:#dff2e8;background-repeat:no-repeat;background-position:center;background-size:cover;cursor:crosshair}.pond-window--dragging{cursor:grabbing}.pond-window:before,.pond-window:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.pond-window:before{z-index:0;opacity:.1;background:linear-gradient(180deg,#ffffff2e,#136e7a00)}.pond-window:after{z-index:0;opacity:0}.pond-window--predawn:before{opacity:.82;background:linear-gradient(180deg,#5874b58a,#a892cd2e 48%,#fcd1a00f)}.pond-window--predawn:after{opacity:.86;background:radial-gradient(circle at 24% 18%,#fff8d86b 0,#fff8d800 16%),linear-gradient(180deg,#19295947,#fff0 62%)}.pond-window--dawn:before{opacity:.7;background:linear-gradient(180deg,#ffd0948f,#ffefbf29 45%,#fff0)}.pond-window--dawn:after{opacity:.8;background:radial-gradient(circle at 18% 20%,#fff5d3b8 0,#fff5d300 18%),linear-gradient(180deg,#ffad6814,#fff0 62%)}.pond-window--dusk:before{opacity:.82;background:linear-gradient(180deg,#ff986b99,#7b60b02e 48%,#13395814)}.pond-window--dusk:after{opacity:.78;background:radial-gradient(circle at 78% 22%,#ffd6a68f 0,#ffd6a600 18%),linear-gradient(180deg,#5131762e,#fff0 65%)}.pond-window--evening:before{opacity:.9;background:linear-gradient(180deg,#34457085,#7054843d 42%,#22365c2e)}.pond-window--evening:after{opacity:.84;background:radial-gradient(circle at 74% 18%,#ffd2b04d 0,#ffd2b000 16%),linear-gradient(180deg,#21294938,#fff0 68%)}.pond-window--night:before{opacity:.96;background:linear-gradient(180deg,#0a163ab8,#0e28556b 45%,#071024b8)}.pond-window--night:after{opacity:.95;background:radial-gradient(circle at 13% 14%,rgba(255,255,255,.9) 0,rgba(255,255,255,.9) 1px,transparent 1.8px),radial-gradient(circle at 28% 9%,rgba(255,255,255,.72) 0,rgba(255,255,255,.72) 1.1px,transparent 2px),radial-gradient(circle at 42% 18%,rgba(255,255,255,.76) 0,rgba(255,255,255,.76) 1px,transparent 1.8px),radial-gradient(circle at 63% 12%,rgba(255,255,255,.9) 0,rgba(255,255,255,.9) 1.2px,transparent 2px),radial-gradient(circle at 79% 18%,rgba(255,255,255,.74) 0,rgba(255,255,255,.74) 1px,transparent 1.8px),radial-gradient(circle at 91% 9%,rgba(255,255,255,.82) 0,rgba(255,255,255,.82) 1.1px,transparent 2px),linear-gradient(180deg,#7b9bff1f,#fff0 55%)}.pond-avatar-shell{position:absolute;z-index:1;width:76px;min-width:76px;transform:translate(-50%,-50%)}.pond-weather-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;width:100%;height:100%;pointer-events:none}.pond-avatar-meta{position:absolute;left:50%;top:-10px;z-index:3;display:grid;justify-items:center;gap:2px;border:none;width:100px;background-color:#0000}.pond-avatar-id{border:0;border-radius:999px;background:#fff0;color:#2d4c57;font-size:.58rem;font-weight:800;cursor:pointer;padding:0;min-height:0;line-height:1}.pond-avatar-hitbox{position:absolute;left:50%;top:50%;z-index:2;width:25px;height:50px;padding:0;border:0;background:transparent;cursor:pointer;transform:translate(-50%,-50%)}.pond-avatar-visual{display:grid;justify-items:center;gap:0px;width:76px;min-width:76px;color:inherit;transition:transform .16s ease,filter .16s ease;pointer-events:none}.pond-avatar-hitbox:hover+.pond-avatar-visual,.pond-avatar-hitbox:focus-visible+.pond-avatar-visual{filter:drop-shadow(0 8px 10px rgba(35,99,120,.2));transform:translateY(-3%)}.pond-avatar-hitbox:focus-visible{outline:2px solid rgba(41,150,170,.7);outline-offset:3px;border-radius:8px}.pond-avatar-image{display:flex;align-items:center;justify-content:center;width:60px;height:40px;overflow:hidden;border-radius:8px;background:#fff0;transform:scale(1.5);color:var(--color-text-muted)}.pond-avatar-image img{width:100%;height:100%;object-fit:contain}.pond-avatar-achievement,.pond-avatar-label,.pond-avatar-status{max-width:76px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.pond-avatar-achievement{color:#557483;font-size:.42rem;margin-top:-3px;font-weight:700}.pond-avatar-label{color:var(--color-text);font-size:.66rem;font-weight:700;margin-top:4px}.pond-avatar-status{color:#4c7f90;font-size:.62rem}.pond-catch-strip{display:flex;gap:6px;margin-top:8px;overflow-x:auto;white-space:nowrap;color:var(--color-text-muted);font-size:.72rem}.pond-catch-strip span{flex:0 0 auto;border-radius:999px;padding:3px 7px;background:#ffffffb8}.pond-player-modal{display:grid;gap:12px}.pond-window-hint{margin-top:6px;font-size:.48rem}.pond-player-modal-avatar{display:flex;align-items:center;justify-content:center;min-height:150px;border-radius:8px;background:linear-gradient(180deg,#e8f7faeb,#ffffffd1);color:var(--color-text-muted)}.pond-player-modal-avatar img{width:min(76%,220px);max-height:220px;object-fit:contain}.pond-player-showcase{display:grid;gap:8px}.pond-player-showcase-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--color-text-muted);font-size:.72rem}.pond-player-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pond-player-showcase-card{display:grid;gap:4px;min-width:0;padding:6px;border:1px solid rgba(148,163,184,.3);border-radius:var(--radius-sm);background:#ffffffc7}.pond-player-showcase-card strong{font-size:.68rem;line-height:1.2}.pond-player-showcase-card span{color:var(--color-text-muted);font-size:.6rem;line-height:1.2}.pond-player-showcase-thumb{display:flex;align-items:center;justify-content:center;aspect-ratio:1.7 / 1;overflow:hidden;border-radius:var(--radius-sm);background:#fffffff5}.pond-player-showcase-thumb img{width:100%;height:100%;object-fit:contain}@media (max-width: 420px){.pond-window{min-height:190px}.pond-avatar-shell,.pond-avatar-visual{width:64px;min-width:64px}.pond-avatar-label,.pond-avatar-achievement,.pond-avatar-status{max-width:64px}}.pond-window--predawn .pond-avatar-achievement,.pond-window--predawn .pond-avatar-label,.pond-window--predawn .pond-avatar-id,.pond-window--evening .pond-avatar-achievement,.pond-window--evening .pond-avatar-label,.pond-window--evening .pond-avatar-id,.pond-window--night .pond-avatar-achievement,.pond-window--night .pond-avatar-label,.pond-window--night .pond-avatar-id{color:#fff}.keep-card-flags{display:flex;flex-wrap:wrap;gap:4px}.keep-flag{display:inline-flex;align-items:center;gap:3px;color:var(--color-text-muted);font-size:.58rem}.keep-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:var(--spacing-md)}.sim-round-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--color-text-muted)}.catch-replay-section-title{margin-bottom:8px;font-size:13px;color:var(--color-text)}.catch-replay-loadout-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:8px}.catch-replay-loadout-item{min-width:0;padding:8px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-hover)}.catch-replay-loadout-slot,.catch-replay-loadout-name{display:block;min-width:0;overflow-wrap:anywhere}.catch-replay-loadout-slot{margin-bottom:2px;font-size:11px;color:var(--color-text-muted)}.catch-replay-loadout-name{font-size:13px;color:var(--color-text)}.equipment-tension-summary{display:flex;flex-direction:column;gap:4px}.equipment-tension-summary-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.equipment-tension-summary-row>:last-child{min-width:0;max-width:64%;text-align:right;line-height:1.4;overflow-wrap:anywhere}.equipment-tension-value--warning{color:var(--color-warning)}.equipment-tension-value--danger{color:var(--color-danger)}.equipment-tension-note{font-size:.75rem;color:var(--color-text-muted);line-height:1.5}.equipment-tension-note--warning{color:var(--color-warning)}.equipment-tension-note--danger{color:var(--color-danger)}.equipment-loadout-tab{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.equipment-loadout-tab-title{width:100%;text-align:left;overflow-wrap:anywhere}.equipment-loadout-tab-meta{font-size:.5rem;line-height:1.3;color:var(--color-text-muted)}.equipment-loadout-tab-applied{box-shadow:inset 0 0 0 1px #4caf5073}.equipment-loadout-status{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.equipment-loadout-note{font-size:.75rem;line-height:1.6;color:var(--color-warning)}.loadout-slot-runtime-name{display:block;font-size:.7rem;line-height:1.4;color:var(--color-warning)}.profile-level-progress{display:grid;gap:6px;margin-top:var(--spacing-sm)}.profile-level-progress-bar{width:100%;height:8px;overflow:hidden;border-radius:999px;background:#94a3b838}.profile-level-progress-bar>div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#1d9a8c,#f6b73c)}.profile-level-progress-text{display:flex;flex-wrap:wrap;gap:4px 12px;color:var(--color-text-muted);font-size:.72rem}.avatar-art-preview{display:flex;align-items:center;justify-content:center;width:min(100%,240px);aspect-ratio:1;margin:0 auto var(--spacing-sm);overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:linear-gradient(45deg,rgba(226,232,240,.45) 25%,transparent 25%),linear-gradient(-45deg,rgba(226,232,240,.45) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(226,232,240,.45) 75%),linear-gradient(-45deg,transparent 75%,rgba(226,232,240,.45) 75%),#fff;background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.avatar-art-preview img,.avatar-art-thumb img{width:100%;height:100%;object-fit:contain}.avatar-art-preview--result{width:min(40%,200px)}.avatar-art-heading{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.avatar-art-toggle{display:flex;flex:1;align-items:center;justify-content:space-between;gap:var(--spacing-sm);min-width:0;min-height:34px;padding:0;border:0;background:transparent;color:var(--color-text);font:inherit;text-align:left}.avatar-art-toggle-meta{display:inline-flex;flex-shrink:0;align-items:center;gap:4px;color:var(--color-text-muted);font-size:.7rem}.avatar-art-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 10px;margin-bottom:var(--spacing-sm);color:var(--color-text-muted);font-size:.72rem}.avatar-art-form{display:grid;gap:var(--spacing-sm)}.avatar-save-grid{display:flex;overflow-x:auto;scroll-snap-type:x proximity;gap:6px;margin-bottom:var(--spacing-sm);padding-bottom:2px}.avatar-save-slot{display:grid;gap:5px;min-width:0;flex:0 0 calc((100% - 12px) / 3);scroll-snap-align:start;padding:5px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-hover)}.avatar-save-slot.active{border-color:var(--color-primary);box-shadow:0 0 0 1px #3b82f633}.avatar-save-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.avatar-save-actions--single{grid-template-columns:minmax(0,1fr)}.avatar-save-actions .btn{min-height:28px;padding:4px 2px;font-size:.66rem}.avatar-save-slot--purchase{align-content:space-between}.avatar-save-purchase-body{display:grid;gap:4px;align-content:start;min-height:0}.avatar-save-purchase-title{font-size:.72rem;line-height:1.2}.avatar-equipment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.avatar-equipment-picker{display:grid;gap:4px;min-width:0;padding:5px;margin-bottom:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-hover)}.avatar-equipment-picker>span{color:var(--color-text-muted);font-size:.66rem;line-height:1.1}.avatar-equipment-picker select{min-height:28px;padding:3px 5px;font-size:.66rem}.avatar-art-thumb{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:2px;min-width:0;aspect-ratio:1 / 1.06;padding:3px;overflow:hidden;border:1px solid rgba(148,163,184,.35);border-radius:var(--radius-sm);background:linear-gradient(45deg,rgba(226,232,240,.45) 25%,transparent 25%),linear-gradient(-45deg,rgba(226,232,240,.45) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(226,232,240,.45) 75%),linear-gradient(-45deg,transparent 75%,rgba(226,232,240,.45) 75%),#fff;background-position:0 0,0 7px,7px -7px,-7px 0;background-size:14px 14px}.avatar-art-thumb--clickable{cursor:zoom-in}.avatar-art-thumb--clickable:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.avatar-art-thumb span{min-width:0;overflow:hidden;color:var(--color-text);font-size:.6rem;line-height:1.15;text-align:center;text-overflow:ellipsis;white-space:nowrap}.avatar-art-thumb-fallback{display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);background:#ffffffb8}.avatar-generation-pending{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--color-text-muted);font-size:.72rem}.avatar-generation-pending svg{animation:spin 1s linear infinite}.avatar-showcase-picker{display:grid;gap:6px;padding:8px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-hover)}.avatar-showcase-picker-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--color-text-muted);font-size:.7rem}.avatar-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.avatar-showcase-option{display:grid;gap:4px;min-width:0;padding:6px;border:1px solid rgba(148,163,184,.35);border-radius:var(--radius-sm);background:#ffffffd1;color:var(--color-text);text-align:left}.avatar-showcase-option.active{border-color:var(--color-primary);box-shadow:0 0 0 1px #3b82f633}.avatar-showcase-option strong{font-size:.7rem;line-height:1.2}.avatar-showcase-option span{color:var(--color-text-muted);font-size:.62rem;line-height:1.2}.avatar-showcase-option-thumb,.avatar-showcase-option-empty{display:flex;align-items:center;justify-content:center;aspect-ratio:1.7 / 1;overflow:hidden;border:1px solid rgba(148,163,184,.25);border-radius:var(--radius-sm);background:#fffffff2}.avatar-showcase-option-thumb img{width:100%;height:100%;object-fit:contain}.avatar-showcase-option-empty{color:var(--color-text-muted)}.avatar-art-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--spacing-md);background:#0f172a94}.avatar-art-lightbox-panel{position:relative;display:grid;gap:var(--spacing-sm);width:min(92vw,420px);padding:var(--spacing-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:0 20px 50px #0f172a3d}.avatar-art-lightbox-close{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#ffffffe6;color:var(--color-text-muted)}.avatar-art-lightbox-image{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;overflow:hidden;border:1px solid rgba(148,163,184,.35);border-radius:var(--radius-sm);background:linear-gradient(45deg,rgba(226,232,240,.45) 25%,transparent 25%),linear-gradient(-45deg,rgba(226,232,240,.45) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(226,232,240,.45) 75%),linear-gradient(-45deg,transparent 75%,rgba(226,232,240,.45) 75%),#fff;background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}.avatar-art-lightbox-image img{width:100%;height:100%;object-fit:contain}.avatar-art-lightbox-title{color:var(--color-text);font-size:.82rem;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.45"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.help-page-wrapper{max-width:none}.help-tabs{margin-bottom:var(--spacing-md)}.help-tabs .tab{flex:0 0 auto}.help-content h1{font-size:1.2rem;font-weight:700;color:var(--color-text);margin:4px 0 12px}.help-content h2{font-size:1.08rem;font-weight:700;color:var(--color-text);margin:18px 0 8px}.help-content pre{margin:10px 0;padding:10px 12px;border-radius:var(--radius-md);background:var(--color-surface-hover);overflow-x:auto}.help-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.84em;background:var(--color-surface-hover);padding:1px 4px;border-radius:var(--radius-sm)}.help-content pre code{padding:0;background:transparent}.help-content a{color:var(--color-primary)}.help-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.help-table-wrap table{min-width:100%}.help-content .katex-display{margin:12px 0;overflow-x:auto;overflow-y:hidden;padding-bottom:6px}.admin-stat-columns{display:flex;gap:var(--spacing-sm);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.admin-stat-columns::-webkit-scrollbar{display:none}.admin-stat-column{flex:0 0 200px;min-width:200px;align-self:stretch}.admin-stat-fish-list{display:flex;flex-direction:column;gap:var(--spacing-xs);margin-top:var(--spacing-sm)}.admin-stat-fish-toggle{width:100%;margin-top:var(--spacing-sm);padding:var(--spacing-sm) 0 0;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm);border:0;border-top:1px solid rgba(148,163,184,.2);background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.admin-stat-fish-toggle-meta{display:inline-flex;align-items:center;gap:4px;color:var(--text-muted);font-size:12px}.admin-stat-fish-row{padding-top:var(--spacing-sm);border-top:1px solid rgba(148,163,184,.2)}.admin-stat-empty{padding-top:var(--spacing-sm)}.admin-search-row{display:flex;gap:var(--spacing-sm)}.admin-search-input{width:100%}.admin-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-sm)}.admin-filter-field{display:flex;flex-direction:column;gap:6px}.admin-pagination-row{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm);flex-wrap:wrap}.admin-pagination-actions{display:flex;gap:var(--spacing-sm)}.sim-page-wrapper{max-width:none}.sim-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;align-items:start}.sim-card{margin-bottom:0}.sim-toolbar{display:flex;justify-content:flex-end}.sim-card-span-full{grid-column:1 / -1}.sim-config-grid{display:grid;gap:12px}.sim-config-grid--two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.sim-config-grid label{display:grid;gap:6px}.sim-config-grid span{font-size:12px;color:var(--color-text-muted)}.sim-section-title{margin-bottom:12px;font-weight:700}.sim-playback-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.sim-round-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--color-text-muted)}.sim-action-row,.sim-recent-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.sim-recent-list{display:grid;gap:10px}.sim-recent-item{display:grid;gap:8px;width:100%;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);text-align:left;cursor:pointer}.sim-recent-item:hover{border-color:var(--color-primary)}.sim-recent-item-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.sim-recent-item-meta{display:flex;flex-wrap:wrap;gap:8px 12px;font-size:.82rem;color:var(--color-text-muted)}.sim-mode-toggle{display:inline-flex;align-items:center;gap:8px;font-size:.92rem;color:var(--color-text)}.sim-mode-toggle input{width:18px;height:18px}.sim-bite-stats-list{display:grid;gap:10px}.sim-bite-stats-row{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:start;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.sim-bite-stats-rank{font-weight:700;color:var(--color-primary)}.sim-bite-stats-name{font-weight:700}.sim-bite-stats-body{display:grid;gap:8px;min-width:0}.sim-bite-stats-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px 10px}.sim-bite-stats-metric{font-size:.85rem;color:var(--color-text-muted)}@media (max-width: 720px){.sim-card-grid,.sim-config-grid--two-columns{grid-template-columns:minmax(0,1fr)}.sim-recent-head,.sim-recent-item-top,.sim-action-row{flex-direction:column;align-items:flex-start}}.llm-help-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-sm)}.llm-help-suggestion-row{display:flex;flex-wrap:wrap;gap:8px}.llm-help-chat-card{min-height:320px;max-height:500px;overflow:scroll}.llm-help-chat-list{display:grid;gap:10px}.llm-help-bubble{display:grid;gap:4px;max-width:92%;padding:10px 12px;border-radius:var(--radius-md)}.llm-help-bubble--user{margin-left:auto;background:#3b82f61f;border:1px solid rgba(59,130,246,.16)}.llm-help-bubble--assistant{margin-right:auto;background:#f1f5f9e6;border:1px solid rgba(148,163,184,.18)}.llm-help-bubble-role{font-size:.68rem;color:var(--color-text-muted)}.llm-help-bubble-text{white-space:pre-wrap;word-break:break-word;line-height:1.6;font-size:.56rem}.llm-help-markdown p:last-child{margin-bottom:0}.llm-help-markdown ul,.llm-help-markdown ol{margin:0 0 0 1.1rem;padding:0}.llm-help-markdown li+li{margin-top:4px}.llm-help-markdown code{padding:1px 4px;border-radius:4px;background:#94a3b829;font-size:.84em}.llm-help-bubble--pending{opacity:.92}.llm-help-bubble-text--pending{display:flex;align-items:center;gap:8px}.llm-help-pending-icon{flex-shrink:0;color:var(--color-primary)}.global-error-screen{position:relative;min-height:100vh;min-height:100dvh;overflow:hidden;background:radial-gradient(circle at top,rgba(255,255,255,.78),transparent 42%),linear-gradient(180deg,#ddf4ff,#eef9ff 58%,#e2f5ff)}.global-error-screen:after{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(180deg,#7dd3fc00,#7dd3fc33)}.global-error-wrapper{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}.global-error-card{width:min(100%,560px);padding:18px;border:1px solid rgba(19,94,160,.16);border-radius:24px;background:#ffffffeb;box-shadow:0 24px 50px #135ea01f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.global-error-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#dbeafeeb;color:var(--color-primary);font-size:.76rem;border:1px solid rgba(59,130,246,.14)}.global-error-hero{margin-top:16px;text-align:center}.global-error-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;margin-bottom:14px;border-radius:50%;background:linear-gradient(180deg,#dbeafef5,#bfdbfee6);color:var(--color-primary);border:1px solid rgba(59,130,246,.14);box-shadow:inset 0 1px #ffffffe6}.global-error-hero h1{margin-bottom:8px;font-size:1.5rem;color:var(--color-text)}.global-error-hero p{margin-bottom:0;color:var(--color-text-muted);font-size:.92rem}.global-error-reason{margin-top:18px;padding:14px 16px;border-radius:18px;background:#f8fafceb;border:1px solid rgba(148,163,184,.2)}.global-error-reason-label{display:inline-block;margin-bottom:8px;color:var(--color-primary);font-size:.8rem}.global-error-reason p{margin-bottom:0;word-break:break-word;color:var(--color-text);line-height:1.55}.global-error-fish-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.global-error-fish{position:absolute;color:#ffffffe6;opacity:.88;animation:global-error-fish-drift 12s ease-in-out infinite}.global-error-fish.fish-1{top:9%;left:10%;width:54px;height:54px;--fish-rotation: -14deg}.global-error-fish.fish-2{top:18%;right:11%;width:38px;height:38px;--fish-rotation: 18deg;animation-delay:-3s}.global-error-fish.fish-3{top:52%;left:6%;width:42px;height:42px;--fish-rotation: -24deg;animation-delay:-6s}.global-error-fish.fish-4{right:7%;bottom:24%;width:64px;height:64px;--fish-rotation: 12deg;animation-delay:-4s}.global-error-fish.fish-5{bottom:12%;left:16%;width:30px;height:30px;--fish-rotation: -10deg;animation-delay:-8s}.global-error-fish.fish-6{top:38%;right:22%;width:28px;height:28px;--fish-rotation: 22deg;animation-delay:-5s}@keyframes global-error-fish-drift{0%,to{transform:translateZ(0) rotate(var(--fish-rotation))}50%{transform:translate3d(6px,-12px,0) rotate(calc(var(--fish-rotation) + 4deg))}}@media (max-width: 767px){.global-error-card{padding:16px;border-radius:20px}.global-error-hero h1{font-size:1.3rem}.global-error-fish.fish-2,.global-error-fish.fish-6{display:none}}
