*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{color:#e2e8f0;background:#0f1117;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{flex-direction:column;align-items:center;width:100%;min-height:100vh;display:flex}.root-layout{flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.top-bar{background:#1e2333;border-bottom:1px solid #334155;flex-shrink:0;align-items:center;gap:12px;width:100%;height:8vh;padding:0 16px;display:flex}.top-bar-logo{height:80%}.lang-switcher{flex-shrink:0;align-items:center;gap:6px;margin-left:auto;margin-right:10px;display:flex}.lang-flag-btn{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:border-color .15s,opacity .15s;display:flex;overflow:hidden}.lang-flag-btn:hover{opacity:1;border-color:#ffffff73}.lang-flag-btn:not(.active){opacity:.45}.lang-flag-btn.active{opacity:1;border-color:#3b82f6}.lang-flag-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.discord-btn{-webkit-backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:10px;margin-left:0;margin-right:2rem;padding:5px 5px 5px 16px;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.discord-btn:hover{background:#ffffff21;border-color:#ffffff52}.discord-btn-icon{background:#ffffff26;border:1.5px solid #ffffff80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;overflow:visible}.discord-btn-icon img{width:120%;height:120%}.discord-btn-text{color:#ffffffd9;max-width:320px;font-size:.9rem;font-weight:500;line-height:1.3}.bottom-bar{background:#1e2333;border-top:1px solid #334155;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;width:100%;height:8vh;display:flex}.bottom-bar-credit{color:#fff;letter-spacing:.02em;font-size:1.3rem;font-weight:700}.bottom-bar-version{color:#64748b;letter-spacing:.03em;font-size:.65rem}.app{flex-direction:row;flex:1;justify-content:center;width:100%;padding:0 16px;display:flex;overflow:hidden}.left-panel{flex-direction:column;flex-shrink:0;width:30%;height:100%;margin-right:16px;display:flex;overflow:hidden}.side-panel{border:none;border-left:1px solid #334155;border-radius:0;flex-direction:column;flex-shrink:0;width:30%;height:100%;display:flex;overflow:hidden}.panel-top{border-bottom:1px solid #2d3554;flex-direction:column;flex-shrink:0;gap:10px;padding:16px;display:flex}.shop-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.btn-save-shop{color:#93c5fd;cursor:pointer;white-space:nowrap;background:#1e3a5f;border:1px solid #3b82f6;border-radius:6px;flex-shrink:0;padding:4px 12px;font-size:.8rem;font-weight:600}.btn-save-shop:hover:not(:disabled){color:#fff;background:#2563eb}.btn-save-shop:disabled{opacity:.4;cursor:default}.panel-title{color:#f1f5f9;font-size:1rem;font-weight:700}.panel-input{color:#f1f5f9;background:#111827;border:1px solid #334155;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-size:.88rem;transition:border-color .2s}.panel-input:focus{border-color:#6366f1}.panel-hint{text-align:center;color:#64748b;margin-top:32px;font-size:.88rem;list-style:none}.panel-current{flex-direction:column;display:flex;overflow:hidden}.current-list{flex-direction:column;flex:1;gap:6px;min-height:0;padding:12px;list-style:none;display:flex;overflow-y:auto}.current-list::-webkit-scrollbar{width:6px}.current-list::-webkit-scrollbar-track{background:#1e2333;border-radius:3px}.current-list::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.current-list::-webkit-scrollbar-thumb:hover{background:#6366f1}.current-item-wrapper{background:#1a1f2e;border:1px solid #2d3554;border-radius:8px;flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}.current-item{align-items:center;gap:8px;padding:6px 8px;display:flex}.btn-remove{color:#f87171;cursor:pointer;background:#3b1a1a;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-left:auto;font-size:1rem;transition:background .15s;display:flex}.btn-remove:hover{color:#fff;background:#7f1d1d}.save-header{border-bottom:2px solid #2d3554;flex-direction:row;flex-shrink:0;gap:10px;max-height:48%;padding:14px;display:flex;overflow:hidden}.save-header-left{flex-direction:column;flex-shrink:0;gap:8px;width:50%;display:flex}.save-header-right{border-left:1px solid #2d3554;flex-direction:column;flex:1;gap:6px;padding-left:10px;display:flex;overflow:hidden}.save-header-list{flex-direction:column;flex:1;gap:6px;max-height:148px;display:flex;overflow-y:auto}.save-header-list::-webkit-scrollbar{width:4px}.save-header-list::-webkit-scrollbar-track{background:#1e2333}.save-header-list::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.current-top{border-bottom:1px solid #2d3554;flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.panel-shop{flex-direction:column;display:flex;overflow:hidden}.save-form{gap:8px;display:flex}.load-form-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:.8rem;font-weight:700}.save-form .panel-input{flex:1}.btn-save{color:#fff;cursor:pointer;white-space:nowrap;background:#6366f1;border:none;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:.85rem;font-weight:700;transition:background .15s}.btn-save:hover:not(:disabled){background:#4f46e5}.btn-save:disabled{color:#64748b;cursor:not-allowed;background:#334155}.saved-body{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.saved-body::-webkit-scrollbar{width:6px}.saved-body::-webkit-scrollbar-track{background:#1e2333;border-radius:3px}.saved-body::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.saved-body::-webkit-scrollbar-thumb:hover{background:#6366f1}.saved-entry{background:#1a1f2e;border:1px solid #2d3554;border-radius:10px;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.saved-name{color:#f1f5f9;font-size:.9rem;font-weight:600}.saved-actions{gap:6px;display:flex}.btn-action{cursor:pointer;color:#93c5fd;background:#1e3a5f;border:none;border-radius:6px;padding:5px 12px;font-size:.78rem;font-weight:600;transition:background .15s,color .15s}.btn-action:hover{color:#fff;background:#1d4ed8}.btn-delete{color:#f87171;background:#3b1a1a}.btn-delete:hover{color:#fff;background:#7f1d1d}.multiplier-row{align-items:center;gap:10px;display:flex}.mult-label{color:#94a3b8;flex-shrink:0;font-size:.85rem}.mult-input{color:#f1f5f9;background:#111827;border:1px solid #334155;border-radius:8px;outline:none;width:80px;padding:6px 10px;font-size:.9rem;transition:border-color .2s}.mult-input:focus{border-color:#6366f1}.current-materials{border-top:1px solid #2d3554;flex-direction:column;gap:4px;padding:6px 8px;list-style:none;display:flex}.current-item .mat-name{flex:1}.qntd-label{color:#f1f5f9;white-space:nowrap;flex-shrink:0;font-size:.88rem;font-weight:700}.mult-unit{color:#6366f1;font-size:1rem;font-weight:700}.shop-list{flex-direction:column;flex:1;gap:4px;padding:12px;list-style:none;display:flex;overflow-y:auto}.shop-list::-webkit-scrollbar{width:6px}.shop-list::-webkit-scrollbar-track{background:#1e2333;border-radius:3px}.shop-list::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.shop-list::-webkit-scrollbar-thumb:hover{background:#6366f1}.shop-item{cursor:default;background:#1a1f2e;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;transition:background .15s,border-color .15s;display:flex}.shop-left{align-items:center;gap:6px;min-width:0;display:flex}.shop-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.shop-item:hover{background:#151d2e}.shop-item.have-enough{background:#1f1710;border-color:#c2610c}.shop-item.have-enough:hover{background:#261a0a}.shop-divider{color:#64748b;flex-shrink:0;font-size:1.15rem;font-weight:800;line-height:1}.shop-qty{text-align:right;color:#94a3b8;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;min-width:7ch;font-size:.88rem;display:inline-block}.have-input{color:#f1f5f9;font-variant-numeric:tabular-nums;text-align:right;background:#111827;border:1px solid #334155;border-radius:6px;flex-shrink:0;width:calc(7ch + 20px);padding:3px 6px;font-size:.8rem}.have-input:focus{border-color:#6366f1;outline:none}.shop-item.have-enough .have-input{border-color:#c2610c}.craft-checkbox{appearance:none;cursor:pointer;background:#111827;border:2px solid #334155;border-radius:5px;flex-shrink:0;width:20px;height:20px;margin-left:auto;margin-right:1rem;transition:border-color .15s,background .15s;position:relative}.craft-checkbox:checked{background:#6366f1;border-color:#6366f1}.craft-checkbox:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.craft-checkbox:hover{border-color:#6366f1}.header{text-align:center;flex-shrink:0;padding:32px 0 20px}.header h1{color:#f8fafc;margin-bottom:6px;font-size:2rem;font-weight:700}.subtitle{color:#94a3b8;margin-bottom:20px;font-size:.95rem}.mode-tabs{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.mode-tab{color:#94a3b8;cursor:pointer;background:#1e2333;border:1px solid #334155;border-radius:20px;padding:7px 20px;font-size:.88rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.mode-tab:hover{color:#e2e8f0;border-color:#6366f1}.mode-tab.active{color:#fff;background:#6366f1;border-color:#6366f1}.search{color:#f1f5f9;background:#1e2333;border:1px solid #334155;border-radius:10px;outline:none;width:100%;padding:12px 18px;font-size:1rem;transition:border-color .2s}.search:focus{border-color:#6366f1}.hint{text-align:center;color:#64748b;margin-top:48px}.count{color:#94a3b8;margin-bottom:16px;font-size:.85rem}.results{flex-direction:column;flex:1;gap:12px;padding-bottom:24px;padding-right:4px;display:flex;overflow-y:auto}.results::-webkit-scrollbar{width:6px}.results::-webkit-scrollbar-track{background:#1e2333;border-radius:3px}.results::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.results::-webkit-scrollbar-thumb:hover{background:#6366f1}.card{text-align:left;background:#1a1f2e;border:1px solid #2d3554;border-radius:12px;padding:16px}.card.checked{background:#1f1710;border-color:#c2610c}.card-header{cursor:default;text-align:left;align-items:center;gap:12px;width:100%;padding:0;display:flex}.chevron{color:#fff;letter-spacing:.04em;cursor:pointer;white-space:nowrap;background:#6366f1;border:none;border-radius:8px;flex-shrink:0;padding:8px 18px;font-size:.85rem;font-weight:700;transition:background .15s}.chevron:hover{background:#4f46e5}.card-header+.materials{margin-top:12px}.craft-img{object-fit:contain;flex-shrink:0;width:40px;height:40px}.card-info{flex-direction:column;gap:4px;display:flex}.craft-name{color:#f1f5f9;font-size:1rem;font-weight:600}.badges{flex-wrap:wrap;gap:6px;display:flex}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:2px 8px;font-size:.7rem;font-weight:600}.badge.rank{color:#a5b4fc;background:#312e81}.badge.prof{color:#86efac;background:#14532d}.badge.skill{color:#fcd34d;background:#3b2f00}.badge.time{color:#93c5fd;background:#1e3a5f}.materials{flex-direction:column;gap:4px;list-style:none;display:flex}.mat{background:#111827;border-radius:7px;align-items:center;gap:8px;padding:5px 8px;display:flex}.mat:hover{background:#151d2e}.card.checked .mat{background:#1c1208}.card.checked .mat:hover{background:#261a0a}.tooltip{z-index:1000;pointer-events:none;background:#0d1117;border:1px solid #334155;border-radius:10px;min-width:180px;max-width:300px;padding:10px 12px;position:fixed;box-shadow:0 8px 24px #00000080}.tooltip-title{color:#6366f1;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.72rem;font-weight:700;display:block}.tooltip-empty{color:#64748b;font-size:.8rem}.tooltip-hint{color:#94a3b8;font-size:.82rem;line-height:1.45}.tooltip-list{flex-direction:column;gap:5px;max-height:180px;padding-right:2px;list-style:none;display:flex;overflow-y:hidden}.tooltip-source{align-items:center;gap:7px;display:flex}.tooltip-creature-img{object-fit:contain;width:28px;height:28px;image-rendering:pixelated;flex-shrink:0}.tooltip-creature-name{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.mat.highlighted{background:#1c2d1a;border:1px solid #22c55e44}.mat-img{object-fit:contain;flex-shrink:0;width:24px;height:24px}.mat-qty{color:#94a3b8;min-width:36px;font-size:.82rem}.mat-name{color:#cbd5e1;font-size:.88rem}.mat.highlighted .mat-name{color:#86efac;font-weight:600}@media (width<=768px){.root-layout{height:100dvh;overflow:hidden}.mobile-panel-tabs{background:#1e2333;border-bottom:1px solid #334155;flex-direction:row;flex-shrink:0;width:100%;height:48px;display:flex}.mobile-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;justify-content:center;align-items:center;gap:6px;height:100%;padding:0 4px;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s;display:flex}.mobile-tab-btn.active{color:#fff;background:#6366f114;border-bottom-color:#6366f1}.mobile-tab-badge{color:#fff;background:#6366f1;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.mobile-hidden{display:none!important}.app{flex:none;width:100%;height:calc(100dvh - 16vh - 48px);padding:0;overflow:hidden}.left-panel{width:100%;height:100%;margin-right:0;overflow:hidden}.side-panel{border-left:none;width:100%;height:100%;overflow:hidden}.side-panel.panel-current{flex-direction:column;height:calc(100dvh - 16vh - 48px);display:flex;overflow:hidden}.discord-btn-text{display:none}.discord-btn{margin-right:0;padding:5px}.search,.panel-input,.have-input,.mult-input{font-size:16px}.header{padding:16px 12px 12px}.save-header{flex-direction:column;flex-shrink:0;max-height:45dvh;overflow:hidden auto}.save-header-left>.panel-title+.save-form+.panel-title{margin-top:.75rem!important}.save-header-left{width:100%}.save-header-right{border-top:1px solid #2d3554;border-left:none;width:100%;padding-top:10px;padding-left:0}.save-header-list{max-height:160px}.current-list{flex:1;min-height:0;overflow-y:auto}.current-item{flex-wrap:wrap}.tooltip{pointer-events:none;max-width:calc(100vw - 28px)}.bottom-bar-credit{font-size:1rem}}.top-bar-logo-link{align-items:center;height:100%;text-decoration:none;display:flex}.home-layout{background:radial-gradient(1200px 600px at 80% -10%,#6366f11a,#0000 60%),radial-gradient(900px 500px at -10% 20%,#3b82f614,#0000 60%),#0f1117;flex-direction:column;width:100%;min-height:100vh;display:flex}.home-main{flex-direction:column;flex:1;gap:36px;width:100%;max-width:1200px;margin:0 auto;padding:32px 24px 48px;display:flex}.home-hero{text-align:center;padding:24px 8px 8px}.home-hero-title{color:#f8fafc;letter-spacing:.01em;font-size:2.4rem;font-weight:800;line-height:1.15}.home-hero-accent{background:linear-gradient(90deg,#6366f1,#93c5fd);color:#0000;-webkit-background-clip:text;background-clip:text}.home-hero-subtitle{color:#94a3b8;max-width:640px;margin-top:12px;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.55}.home-section{flex-direction:column;gap:14px;display:flex}.home-section-header{justify-content:space-between;align-items:center;gap:12px;padding:0 4px;display:flex}.home-section-title{color:#f1f5f9;letter-spacing:.02em;font-size:1.1rem;font-weight:700}.home-section-tag{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;background:#1a1f2e;border:1px solid #2d3554;border-radius:20px;padding:4px 10px;font-size:.72rem;font-weight:700}.home-tools-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.home-tool-card{color:inherit;background:#1a1f2e;border:1px solid #2d3554;border-radius:12px;align-items:center;gap:14px;padding:16px;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:flex}.home-tool-card:hover{background:#1f2540;border-color:#6366f1}.home-tool-card-soon{cursor:not-allowed;opacity:.7}.home-tool-card-soon:hover{background:#1a1f2e;border-color:#2d3554}.home-tool-icon{background:#111827;border:1px solid #2d3554;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.home-tool-icon img{object-fit:contain;width:70%;height:70%}.home-tool-icon-soon{color:#64748b;font-size:1.4rem}.home-tool-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.home-tool-name{color:#f1f5f9;font-size:1rem;font-weight:700}.home-tool-desc{color:#94a3b8;font-size:.82rem;line-height:1.4}.home-tool-badge{flex-shrink:0;align-self:flex-start}.home-section-split{grid-template-columns:2fr 1fr;align-items:stretch;gap:14px;display:grid}.home-section-split>.home-news-panel,.home-section-split>.home-placeholder{min-height:0}.home-news-panel{background:#1a1f2e;border:1px solid #2d3554;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.home-news-panel .home-section-header{padding:0}.home-news-list{flex-direction:column;gap:10px;max-height:420px;padding-right:6px;list-style:none;display:flex;overflow-y:auto}.home-news-list::-webkit-scrollbar{width:6px}.home-news-list::-webkit-scrollbar-track{background:#1e2333;border-radius:3px}.home-news-list::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.home-news-list::-webkit-scrollbar-thumb:hover{background:#6366f1}.home-news-item{background:#111827;border:1px solid #2d3554;border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.home-news-latest{background:#161c33;border-color:#6366f1;box-shadow:inset 0 0 0 1px #6366f140}.home-news-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.home-news-version{color:#a5b4fc;letter-spacing:.05em;text-transform:uppercase;background:#312e81;border-radius:20px;padding:2px 8px;font-size:.72rem;font-weight:700}.home-news-date{color:#64748b;font-variant-numeric:tabular-nums;font-size:.78rem}.home-news-pill{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#6366f1;border-radius:20px;padding:2px 8px;font-size:.68rem;font-weight:700}.home-news-title{color:#f1f5f9;font-size:.95rem;font-weight:700}.home-news-text{color:#cbd5e1;font-size:.85rem;line-height:1.5}.home-news-bullets{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.home-news-bullets li{color:#cbd5e1;padding-left:14px;font-size:.85rem;line-height:1.5;position:relative}.home-news-bullets li:before{content:"";background:#6366f1;border-radius:50%;width:5px;height:5px;position:absolute;top:.6em;left:2px}.home-placeholder{background:repeating-linear-gradient(135deg,#6366f10a 0 12px,#0000 12px 24px),#1a1f2e;border:1px dashed #2d3554;border-radius:12px;justify-content:center;align-items:center;min-height:200px;padding:16px;display:flex}.home-placeholder-inner{text-align:center;flex-direction:column;align-items:center;gap:8px;max-width:280px;display:flex}.home-placeholder-tag{text-transform:uppercase;letter-spacing:.06em;color:#fcd34d;background:#3b2f00;border-radius:20px;padding:3px 10px;font-size:.7rem;font-weight:700}.home-placeholder-tag-live{color:#86efac;background:#14532d}.home-placeholder-cta{color:#fff;background:#6366f1;border-radius:8px;margin-top:4px;padding:7px 18px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-block}.home-placeholder-cta:hover{background:#4f46e5}.home-placeholder-title{color:#f1f5f9;font-size:1rem;font-weight:700}.home-placeholder-text{color:#94a3b8;font-size:.85rem;line-height:1.5}.home-section-quiet{opacity:.95}.home-roadmap{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.home-roadmap-slot{text-align:center;color:#64748b;letter-spacing:.05em;text-transform:uppercase;background:#1a1f2e;border:1px dashed #2d3554;border-radius:12px;justify-content:center;align-items:center;min-height:110px;padding:28px 16px;font-size:.85rem;font-weight:600;display:flex}.home-footer{background:#1e2333;border-top:1px solid #334155;width:100%;margin-top:auto}.home-footer-inner{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:1200px;margin:0 auto;padding:28px 24px 20px;display:grid}.home-footer-col{flex-direction:column;gap:8px;display:flex}.home-footer-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:700}.home-footer-text{color:#cbd5e1;font-size:.85rem;line-height:1.5}.home-footer-link{color:#93c5fd;font-size:.85rem;text-decoration:none;transition:color .15s}.home-footer-link:hover{color:#fff}.home-footer-version{color:#64748b;letter-spacing:.03em;font-size:.7rem}.home-footer-bottom{text-align:center;color:#64748b;letter-spacing:.02em;border-top:1px solid #2d3554;padding:12px 24px;font-size:.75rem}@media (width<=768px){.home-main{gap:24px;padding:20px 14px 32px}.home-hero{padding:8px 4px 4px}.home-hero-title{font-size:1.7rem}.home-hero-subtitle{font-size:.92rem}.home-section-split{grid-template-columns:1fr}.home-news-list{max-height:360px}.home-footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 18px 16px}.home-tool-card{padding:14px}.home-tool-badge{display:none}}.finder-section-title{text-transform:uppercase;letter-spacing:.08em;color:#6366f1;border-bottom:1px solid #2d3554;flex-shrink:0;padding-bottom:4px;font-size:.72rem;font-weight:700}.finder-left-summary{border-bottom:1px solid #2d3554;flex-direction:column;flex-shrink:0;gap:8px;padding:12px 16px 14px;display:flex}.finder-info-bar{flex-shrink:0;gap:6px;display:flex}.finder-info-chip{background:#1a1f2e;border:1px solid #2d3554;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-width:0;padding:8px 6px;display:flex}.finder-info-chip-primary{background:#6366f114;border-color:#6366f1}.finder-info-chip-wide{flex:2}.finder-info-value{color:#f1f5f9;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1rem;font-weight:800;line-height:1.1}.finder-info-value-time{color:#93c5fd}.finder-info-value-gold{color:#f1f5f9}.finder-info-value-stock{color:#fcd34d}.finder-info-label{color:#64748b;text-align:center;font-size:.68rem;line-height:1.2}.finder-info-sublabel{color:#475569;font-size:.62rem}.finder-table-wrap{flex:1;min-height:0;overflow-y:auto}.finder-table-wrap::-webkit-scrollbar{width:6px}.finder-table-wrap::-webkit-scrollbar-track{background:#1e2333;border-radius:3px}.finder-table-wrap::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.finder-table-wrap::-webkit-scrollbar-thumb:hover{background:#6366f1}.finder-mat-table{border-collapse:collapse;table-layout:fixed;width:100%}.finder-mat-table col.col-name{width:auto}.finder-mat-table col.col-qty{width:38px}.finder-mat-table col.col-have{width:76px}.finder-mat-table col.col-price{width:86px}.finder-mat-table col.col-rec{width:42px}.finder-mat-table thead tr{z-index:1;background:#1e2333;position:sticky;top:0}.finder-mat-table th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-bottom:1px solid #334155;padding:6px 8px;font-size:.7rem;font-weight:700}.fth-name{text-align:left}.fth-center{text-align:center}.fth-right{text-align:right}.finder-mat-table tbody tr{border-bottom:1px solid #1e2333;transition:background .1s}.finder-mat-table tbody tr:hover{background:#151d2e}.finder-mat-table tbody tr.ftrow-filled{background:#1a1f2e}.finder-mat-table tbody tr.ftrow-filled:hover{background:#1e2540}.finder-mat-table td{vertical-align:middle;padding:5px 8px;font-size:.85rem}.ftd-name{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:7px;display:flex;overflow:hidden}.ftd-center{text-align:center}.ftd-right{text-align:right}.ftd-muted{color:#64748b;font-size:.78rem}.ftd-input{padding:3px 4px}.ftd-possible{color:#64748b;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.82rem;font-weight:700}.ftd-possible.filled{color:#93c5fd}.finder-price-input{color:#fcd34d;font-variant-numeric:tabular-nums;text-align:right;background:#111827;border:1px solid #334155;border-radius:4px;outline:none;width:100%;padding:4px 6px;font-size:.82rem;transition:border-color .2s}.finder-price-input:focus{border-color:#fcd34d}.finder-price-fixed{text-align:right;color:#64748b;white-space:nowrap;font-size:.7rem;font-weight:600;display:block}@media (width<=768px){.finder-price-input{font-size:16px}}.finder-left{flex-shrink:0;width:45%}.finder-recipe-header{background:#1a1f2e;border-bottom:1px solid #2d3554;flex-shrink:0;align-items:center;gap:14px;padding:14px 16px 12px;display:flex}.finder-recipe-img{object-fit:contain;width:44px;height:44px;image-rendering:pixelated;flex-shrink:0}.finder-recipe-info{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.finder-recipe-actions{flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex}.finder-recipe-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:7px;align-items:center;gap:4px;font-size:.78rem;font-weight:700;transition:background .15s,color .15s;display:flex}.finder-recipe-btn-craft{color:#f87171;background:#3b1a1a;border:1px solid #7f1d1d;padding:5px 10px}.finder-recipe-btn-craft:hover{color:#fff;background:#7f1d1d}.finder-recipe-btn-history{color:#6366f1;background:#1a1f2e;border:1px solid #334155;padding:5px 9px;font-size:1rem}.finder-recipe-btn-history:hover{background:#6366f126;border-color:#6366f1}.stock-modal-craft{max-width:480px}.craft-modal-preview{flex-direction:column;gap:8px;display:flex}.craft-modal-preview-list{flex-direction:column;gap:3px;max-height:240px;display:flex;overflow-y:auto}.craft-modal-preview-list::-webkit-scrollbar{width:4px}.craft-modal-preview-list::-webkit-scrollbar-track{background:0 0}.craft-modal-preview-list::-webkit-scrollbar-thumb{background:#334155;border-radius:2px}.craft-preview-row{font-variant-numeric:tabular-nums;background:#111827;border:1px solid #1e2333;border-radius:6px;align-items:center;gap:7px;padding:5px 8px;font-size:.8rem;display:flex}.craft-preview-row-warn{background:#1a0d0d;border-color:#7f1d1d}.craft-preview-name{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.craft-preview-consume{color:#f87171;flex-shrink:0;font-weight:700}.craft-preview-remaining{color:#94a3b8;flex-shrink:0}.craft-preview-warn{color:#fca5a5;font-size:.72rem}.craft-modal-btn-confirm{background:#7f1d1d;border:1px solid #f87171}.craft-modal-btn-confirm:hover:not(:disabled){background:#b91c1c}.craft-modal-warn-text{text-align:center;color:#fca5a5;margin-top:-4px;font-size:.78rem}.finder-recipe-title{color:#f1f5f9;font-size:1rem;font-weight:700}.finder-have-input{color:#f1f5f9;font-variant-numeric:tabular-nums;text-align:right;background:#111827;border:1px solid #334155;border-radius:4px;outline:none;width:100%;padding:4px 6px;font-size:.85rem;transition:border-color .2s}.finder-have-input:focus{border-color:#6366f1}.finder-right{flex:1}.finder-tabs-bar{border-bottom:1px solid #334155;flex-shrink:0;display:flex}.finder-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:12px 8px;font-size:.88rem;font-weight:600;transition:color .15s,border-color .15s}.finder-tab:hover{color:#e2e8f0}.finder-tab.active{color:#f1f5f9;background:#6366f10f;border-bottom-color:#6366f1}.finder-panel-body{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.finder-panel-body::-webkit-scrollbar{width:6px}.finder-panel-body::-webkit-scrollbar-track{background:#1e2333;border-radius:3px}.finder-panel-body::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.finder-panel-body::-webkit-scrollbar-thumb:hover{background:#6366f1}.finder-stat-row{gap:10px;display:flex}.finder-stat-card{background:#1a1f2e;border:1px solid #2d3554;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:16px 12px;display:flex}.finder-stat-primary{background:#6366f114;border-color:#6366f1}.finder-stat-value{color:#f1f5f9;font-variant-numeric:tabular-nums;font-size:1.8rem;font-weight:800;line-height:1}.finder-stat-label{color:#94a3b8;text-align:center;font-size:.78rem}.finder-breakdown-title-row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.finder-breakdown-disclaimer{color:#64748b;flex-shrink:0;font-size:.75rem}.finder-bottleneck-row{flex-wrap:wrap;gap:4px;display:flex}.finder-bottleneck-chip{background:#1a1f2e;border:1px solid #2d3554;border-radius:6px;flex-direction:row;flex:1 1 0;justify-content:center;align-items:center;gap:5px;min-width:0;padding:5px 6px;display:flex}.finder-bottleneck-chip .mat-img{width:22px;height:22px}.finder-bottleneck-chip.first{background:#3b1a1a;border-color:#f87171}.finder-chip-possible{color:#94a3b8;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.88rem;font-weight:700}.finder-bottleneck-chip.first .finder-chip-possible{color:#f87171}.finder-breakdown-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:0 2px;font-size:.8rem;font-weight:700}.finder-breakdown-list{flex-direction:column;gap:3px;list-style:none;display:flex}.finder-breakdown-row{background:#111827;border:1px solid #0000;border-radius:7px;align-items:center;gap:8px;padding:5px 8px;display:flex}.finder-breakdown-row.bottleneck{background:#3b1a1a;border-color:#f87171}.finder-breakdown-row.surplus{background:#1c2d1a;border-color:#22c55e44}.finder-breakdown-possible{color:#94a3b8;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:.82rem}.finder-bottleneck-tag{color:#f87171;background:#f871711a;border:1px solid #f871714d;border-radius:20px;flex-shrink:0;padding:2px 8px;font-size:.7rem;font-weight:600}.finder-mode-row{gap:8px;display:flex}.finder-auto-hint{color:#94a3b8;background:#1a1f2e;border:1px solid #2d3554;border-radius:8px;padding:8px 12px;font-size:.85rem;line-height:1.45}.finder-auto-hint strong{color:#f1f5f9}.finder-manual-row{align-items:center;gap:10px;display:flex}.finder-manual-label{color:#94a3b8;white-space:nowrap;font-size:.85rem}.finder-buy-subtitle{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:0 2px;font-size:.8rem;font-weight:700}.finder-all-covered{color:#86efac;text-align:center;background:#1c2d1a;border:1px solid #22c55e44;border-radius:8px;padding:12px;font-size:.95rem;font-weight:700}.finder-buy-table{table-layout:auto}.finder-buy-table col.col-name{width:38%}.finder-buy-table col.col-need,.finder-buy-table col.col-have{width:14%}.finder-buy-table col.col-tobuy,.finder-buy-table col.col-cost{width:17%}.finder-mat-table tbody tr.ftrow-enough{opacity:.45}.fbt-ok{color:#4ade80;font-size:.88rem;font-weight:700}.fbt-tobuy{color:#f87171;font-variant-numeric:tabular-nums;font-size:.88rem;font-weight:700}.fbt-cost{color:#fcd34d;font-variant-numeric:tabular-nums;font-size:.82rem;font-weight:700}.fbt-cost-unknown{color:#64748b;font-size:.78rem}.finder-buy-total{background:#3b1a1a;border:1px solid #f87171;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-top:4px;padding:10px 14px;display:flex}.finder-buy-total-value{color:#f87171;font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.finder-empty-hint{text-align:center;color:#64748b;margin-top:32px;font-size:.88rem;line-height:1.5}@media (width<=768px){.finder-left,.finder-right{width:100%;height:100%}.finder-have-input{font-size:16px}}.finder-stock-cell{justify-content:flex-end;align-items:center;gap:4px;display:flex}.finder-stock-display{font-variant-numeric:tabular-nums;color:#64748b;text-align:right;min-width:4ch;font-size:.85rem}.finder-stock-display.has-stock{color:#f1f5f9;font-weight:600}.finder-avg-price{color:#fcd34d;font-variant-numeric:tabular-nums;font-size:.82rem;font-weight:600}.finder-add-btn{color:#6366f1;cursor:pointer;background:#1e2333;border:1px solid #334155;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:1rem;font-weight:700;line-height:1;transition:background .15s,border-color .15s,color .15s;display:flex}.finder-add-btn:hover{color:#fff;background:#6366f1;border-color:#6366f1}.stock-modal-overlay{-webkit-backdrop-filter:blur(3px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.stock-modal{background:#1a1f2e;border:1px solid #2d3554;border-radius:14px;flex-direction:column;width:100%;max-width:420px;display:flex;overflow:hidden;box-shadow:0 24px 48px #00000080}.stock-modal-full{max-width:600px;max-height:80vh}.stock-modal-header{background:#1e2333;border-bottom:1px solid #2d3554;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.stock-modal-title-row{align-items:center;gap:10px;min-width:0;display:flex}.stock-modal-title{color:#f1f5f9;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.stock-modal-item-img{object-fit:contain;width:28px;height:28px;image-rendering:pixelated;flex-shrink:0}.stock-modal-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.stock-modal-close{color:#64748b;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.1rem;transition:background .15s,color .15s;display:flex}.stock-modal-close:hover{color:#f87171;background:#3b1a1a;border-color:#f87171}.stock-modal-body{flex-direction:column;gap:16px;padding:16px;display:flex;overflow-y:auto}.stock-modal-body-full{gap:0;padding:0;overflow-y:auto}.stock-modal-body::-webkit-scrollbar{width:6px}.stock-modal-body::-webkit-scrollbar-track{background:#1a1f2e}.stock-modal-body::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.stock-modal-body::-webkit-scrollbar-thumb:hover{background:#6366f1}.stock-modal-stats{gap:10px;display:flex}.stock-modal-stat{background:#111827;border:1px solid #2d3554;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:3px;padding:10px 8px;display:flex}.stock-modal-stat-value{color:#f1f5f9;font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:800}.stock-modal-stat-label{color:#64748b;text-align:center;font-size:.68rem}.stock-modal-form{flex-direction:column;gap:10px;display:flex}.stock-modal-field{flex-direction:column;gap:5px;display:flex}.stock-modal-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:600}.stock-modal-input{color:#f1f5f9;font-variant-numeric:tabular-nums;background:#111827;border:1px solid #334155;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:.95rem;transition:border-color .2s}.stock-modal-input:focus{border-color:#6366f1}.stock-modal-input-price{color:#fcd34d}.stock-modal-input-price:focus{border-color:#fcd34d}.stock-modal-price-locked{color:#64748b;cursor:not-allowed;opacity:.6;-webkit-user-select:none;user-select:none;font-size:.88rem;font-weight:600}.stock-modal-btn-add{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;margin-top:2px;padding:10px 16px;font-size:.9rem;font-weight:700;transition:background .15s}.stock-modal-btn-add:hover:not(:disabled){background:#4f46e5}.stock-modal-btn-add:disabled{color:#475569;cursor:not-allowed;background:#2d3554}.stock-modal-history{border-top:1px solid #2d3554;flex-direction:column;gap:8px;padding-top:12px;display:flex}.stock-modal-history-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.stock-modal-history-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.stock-modal-see-all{color:#6366f1;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600;transition:color .15s}.stock-modal-see-all:hover{color:#818cf8}.stock-modal-history-list{flex-direction:column;gap:4px;display:flex}.stock-modal-history-row{font-variant-numeric:tabular-nums;background:#111827;border:1px solid #1e2333;border-radius:7px;align-items:center;gap:8px;padding:6px 10px;font-size:.8rem;display:flex}.smhr-date{color:#64748b;flex-shrink:0}.smhr-qty{color:#86efac;flex-shrink:0;font-weight:700}.smhr-price{color:#fcd34d;flex-shrink:0}.smhr-remaining{color:#94a3b8;flex-shrink:0;margin-left:auto;font-size:.75rem}.stock-modal-btn-export,.stock-modal-btn-import{cursor:pointer;white-space:nowrap;border-radius:7px;padding:5px 12px;font-size:.78rem;font-weight:600;transition:background .15s,color .15s}.stock-modal-btn-export{color:#93c5fd;background:#1e3a5f;border:1px solid #3b82f6}.stock-modal-btn-export:hover{color:#fff;background:#1d4ed8}.stock-modal-btn-import{color:#86efac;background:#14532d;border:1px solid #22c55e}.stock-modal-btn-import:hover{color:#fff;background:#15803d}.stock-modal-empty{text-align:center;color:#64748b;padding:32px 16px;font-size:.9rem}.stock-history-item{border-bottom:1px solid #2d3554;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.stock-history-item:last-child{border-bottom:none}.stock-history-item-header{align-items:center;gap:8px;display:flex}.stock-history-item-name{color:#f1f5f9;flex:1;min-width:0;font-size:.9rem;font-weight:700}.stock-history-item-stock{color:#94a3b8;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.8rem}.stock-history-avg{color:#fcd34d}.stock-history-entries{flex-direction:column;gap:3px;display:flex}.stock-history-entry{font-variant-numeric:tabular-nums;background:#111827;border:1px solid #1e2333;border-radius:7px;align-items:center;gap:8px;padding:5px 10px;font-size:.8rem;display:flex}.stock-history-entry.consumed{opacity:.4}.stock-history-entry.withdrawal{background:#1a0f0f;border-color:#3b1a1a}.she-qty-out{color:#f87171!important}.she-withdrawal-label{color:#f87171;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.stock-history-empty-item{color:#475569;padding:4px 2px 2px;font-size:.78rem;font-style:italic}.stock-history-entry.pending-delete{background:#3b1a1a;border-color:#f87171}.she-delete-pending{color:#f87171!important;background:#3b1a1a!important;border-color:#f87171!important}.she-date{color:#64748b;flex-shrink:0;min-width:8ch}.she-qty{color:#86efac;flex-shrink:0;font-weight:700}.she-price{color:#fcd34d;flex-shrink:0}.she-remaining{color:#94a3b8;flex-shrink:0;margin-left:auto;font-size:.75rem}.she-delete{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:.9rem;line-height:1;transition:background .15s,color .15s,border-color .15s;display:flex}.she-delete:hover{color:#f87171;background:#3b1a1a;border-color:#f87171}.shmb-tabs{background:#1a1f2e;border-bottom:1px solid #2d3554;flex-shrink:0;align-items:center;gap:2px;padding:6px 10px;display:flex;overflow:auto hidden}.shmb-tabs::-webkit-scrollbar{height:3px}.shmb-tabs::-webkit-scrollbar-track{background:0 0}.shmb-tabs::-webkit-scrollbar-thumb{background:#334155;border-radius:2px}.shmb-tab{cursor:pointer;opacity:.5;background:0 0;border:1px solid #0000;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:3px;transition:background .15s,border-color .15s;display:flex}.shmb-tab:hover{opacity:.8;background:#111827}.shmb-tab.active{opacity:1;background:#6366f11f;border-color:#6366f1}.shmb-tab-img{object-fit:contain;width:24px;height:24px;image-rendering:pixelated;display:block}.shmb-tab-all-icon{color:#94a3b8;font-size:1.15rem;font-weight:700;line-height:1}.shmb-tab.active .shmb-tab-all-icon{color:#818cf8}.shmb-tab-finder{opacity:.45;border-color:#334155;margin-left:auto}.shmb-tab-finder.active{opacity:1;background:#6366f11f;border-color:#6366f1}.shmb-confirm-bar{background:#3b1a1a;border-bottom:1px solid #f87171;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;display:flex}.shmb-confirm-text{color:#fca5a5;flex:100%;font-size:.82rem}.shmb-confirm-text strong{color:#f87171}.shmb-confirm-input{color:#f1f5f9;background:#1a0d0d;border:1px solid #f87171;border-radius:6px;outline:none;flex:1;min-width:120px;padding:6px 10px;font-size:.85rem}.shmb-confirm-input:focus{border-color:#fca5a5}.shmb-confirm-actions{flex-shrink:0;gap:6px;display:flex}.shmb-confirm-btn-ok{color:#fff;cursor:pointer;background:#7f1d1d;border:1px solid #f87171;border-radius:6px;padding:6px 14px;font-size:.82rem;font-weight:700;transition:background .15s}.shmb-confirm-btn-ok:hover:not(:disabled){background:#b91c1c}.shmb-confirm-btn-ok:disabled{opacity:.35;cursor:not-allowed}.shmb-confirm-btn-cancel{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:6px;padding:6px 12px;font-size:.82rem;font-weight:600;transition:background .15s,color .15s}.shmb-confirm-btn-cancel:hover{color:#f1f5f9;background:#1e2333}.shmb-finder-placeholder{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:48px 24px;display:flex}.shmb-finder-placeholder-img{object-fit:contain;width:52px;height:52px;image-rendering:pixelated;opacity:.4}.shmb-finder-placeholder-text{color:#475569;text-align:center;font-size:.9rem}.shmb-craft-log{flex-direction:column;display:flex}.shmb-craft-entry{border-bottom:1px solid #2d3554;flex-direction:column;display:flex}.shmb-craft-entry:last-child{border-bottom:none}.shmb-craft-entry-toggle{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:11px 16px;transition:background .12s;display:flex}.shmb-craft-entry-toggle:hover{background:#ffffff08}.shmb-craft-chevron{color:#475569;flex-shrink:0;margin-left:auto;font-size:.9rem;line-height:1;transition:transform .18s}.shmb-craft-chevron.open{color:#6366f1;transform:rotate(180deg)}.shmb-craft-entry-header{flex-wrap:wrap;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.shmb-craft-entry-date{color:#64748b;flex-shrink:0;font-size:.78rem}.shmb-craft-entry-recipes{color:#f1f5f9;flex-shrink:0;font-size:.88rem;font-weight:700}.shmb-craft-entry-finders{color:#86efac;flex-shrink:0;font-size:.88rem;font-weight:700}.shmb-craft-entry-costs{flex-wrap:wrap;flex:100%;gap:10px;margin-top:2px;display:flex}.shmb-craft-cost-total{color:#94a3b8;font-size:.78rem}.shmb-craft-cost-total strong{color:#fcd34d;font-variant-numeric:tabular-nums}.shmb-craft-cost-per{color:#94a3b8;font-size:.78rem}.shmb-craft-cost-per strong{color:#fcd34d;font-variant-numeric:tabular-nums}.shmb-craft-breakdown{background:#111827;border-top:1px solid #1e2333;flex-direction:column;gap:2px;padding:0 16px 10px;display:flex}.shmb-craft-breakdown-row{font-variant-numeric:tabular-nums;border-radius:5px;align-items:center;gap:8px;padding:4px 8px;font-size:.78rem;display:flex}.shmb-craft-breakdown-row:first-child{margin-top:6px}.shmb-cbd-name{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.shmb-cbd-qty{color:#f87171;flex-shrink:0;font-weight:600}.shmb-cbd-cost{color:#94a3b8;flex-shrink:0}.shmb-tab-finance{border-color:#3b2f00;margin-left:4px}.shmb-tab-finance.active{background:#fcd34d1a;border-color:#fcd34d}.finance-tab{flex-direction:column;flex:1;gap:12px;min-height:0;padding:14px 16px;display:flex;overflow-y:auto}.finance-tab::-webkit-scrollbar{width:6px}.finance-tab::-webkit-scrollbar-track{background:#1a1f2e}.finance-tab::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.finance-summary{gap:10px;display:flex}.finance-chip{background:#111827;border:1px solid #2d3554;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:3px;padding:10px 8px;display:flex}.finance-chip-gold{background:#fcd34d0d;border-color:#3b2f00}.finance-chip-value{color:#f1f5f9;font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:800}.finance-chip-gold .finance-chip-value{color:#fcd34d}.finance-chip-label{color:#64748b;text-align:center;font-size:.68rem}.finance-actions{gap:8px;display:flex}.finance-btn-in{color:#86efac;cursor:pointer;background:#14532d;border:1px solid #22c55e;border-radius:8px;flex:1;padding:8px 12px;font-size:.85rem;font-weight:700;transition:background .15s}.finance-btn-in:hover{color:#fff;background:#15803d}.finance-btn-out{color:#f87171;cursor:pointer;background:#3b1a1a;border:1px solid #f87171;border-radius:8px;flex:1;padding:8px 12px;font-size:.85rem;font-weight:700;transition:background .15s}.finance-btn-out:hover{color:#fff;background:#7f1d1d}.finance-form{background:#111827;border:1px solid #2d3554;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.finance-form-hint{color:#64748b;margin:0 0 2px;font-size:.73rem;font-style:italic;line-height:1.4}.finance-ledger{flex-direction:column;gap:3px;display:flex}.finance-entry{font-variant-numeric:tabular-nums;border:1px solid #0000;border-radius:7px;flex-direction:column;gap:4px;padding:8px 10px;font-size:.8rem;display:flex}.finance-entry-main{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.finance-entry-unit{color:#64748b;font-size:.7rem;font-weight:400}.finance-entry-breakdown{background:#0003;border-left:2px solid #2d3554;border-radius:5px;flex-direction:column;gap:2px;margin-top:2px;padding:6px 8px;display:flex}.feb-row{justify-content:space-between;align-items:center;gap:8px;font-size:.75rem;display:flex}.feb-result-row{border-top:1px solid #2d3554;margin-top:3px;padding-top:3px;font-weight:700}.feb-label{color:#64748b}.feb-value{font-variant-numeric:tabular-nums;font-weight:600}.feb-gold{color:#fcd34d}.feb-cost{color:#f87171}.feb-result.positive{color:#86efac}.feb-result.negative{color:#f87171}.finance-preview{background:#0d1117;border:1px solid #2d3554;border-radius:6px;flex-direction:column;gap:3px;padding:8px 10px;display:flex}.finance-preview-row{justify-content:space-between;align-items:center;gap:8px;font-size:.78rem;display:flex}.finance-preview-result-row{border-top:1px solid #2d3554;margin-top:3px;padding-top:4px;font-size:.85rem;font-weight:700}.finance-preview-label{color:#64748b}.finance-preview-value{font-variant-numeric:tabular-nums;font-weight:600}.finance-preview-gold{color:#fcd34d}.finance-preview-cost{color:#f87171}.finance-preview-result.positive{color:#86efac}.finance-preview-result.negative{color:#f87171}.finance-entry-in{background:#0e1f15;border-color:#14532d}.finance-entry-out{background:#0f0f1a;border-color:#1e2333}.finance-entry.pending-delete{background:#3b1a1a;border-color:#f87171}.finance-entry-date{color:#64748b;flex-shrink:0}.finance-entry-qty{color:#86efac;flex-shrink:0;font-weight:700}.finance-entry-qty-out{color:#f87171!important}.finance-entry-gold{color:#fcd34d;flex-shrink:0;font-weight:700}.finance-entry-ppu{color:#94a3b8;flex-shrink:0;font-size:.72rem}.finance-entry-note{color:#64748b;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.72rem;overflow:hidden}.finance-confirm-inline{color:#fca5a5;flex-wrap:wrap;flex:100%;align-items:center;gap:6px;font-size:.78rem;display:flex}@media (width<=768px){.stock-modal{border-radius:12px 12px 0 0;max-width:100%;max-height:90vh;position:fixed;bottom:0;left:0;right:0}.stock-modal-overlay{align-items:flex-end;padding:0}.stock-modal-full{max-height:90vh}.stock-modal-input{font-size:16px}}
