.fab-calc{width:100%;max-width:100%;margin:0 auto}.fc-panel{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.fab-calc.collapsed .fc-panel{display:none}.fc-toggle-btn{width:100%;margin-bottom:1rem;padding:.75rem 1rem;background-color:transparent;border:2px solid #22282f;color:#fff;font-size:1.1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;gap:.6rem;transition:background-color .25s linear}.fc-toggle-btn:hover{background-color:#22282f}.fc-toggle-btn i{font-size:1.3rem}.fab-calc .toggle-kbd{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:.85rem;font-weight:700;line-height:1;background:#ffffff14;border:1px solid rgba(255,255,255,.25);padding:.3em .55em;color:#fff}.fc-section{background:#14181d;border:1px solid #22282f;padding:1rem}.fc-panel>.fc-section:first-child{flex:0 1 300px}.fc-panel>.fc-section:last-child{flex:1 1 520px}.fc-section-title{color:#fff;font-size:1.05rem;font-weight:600;margin:0 0 .75rem}.fc-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.fc-section-head .fc-section-title{margin:0}.fc-optional{color:#6b7280;font-size:.8rem;font-weight:400}.fc-hint{color:#8b94a0;font-size:.82rem;margin:.25rem 0 0;line-height:1.4}.fc-range-readout{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#cbd2da;font-size:.9rem;margin-bottom:1rem}.fc-range-readout strong{color:#fff;font-weight:700}.fc-slider{position:relative;height:28px}.fc-slider-rail,.fc-slider-fill{position:absolute;top:50%;transform:translateY(-50%);height:6px;border-radius:3px}.fc-slider-rail{left:0;right:0;background:#0f1419;border:1px solid #22282f}.fc-slider-fill{background:#5a6b86}.fc-slider input[type=range]{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;background:none;pointer-events:none;-webkit-appearance:none;appearance:none}.fc-slider input[type=range]:focus{outline:none}.fc-thumb-min{z-index:4}.fc-thumb-max{z-index:5}.fc-slider input[type=range]::-webkit-slider-thumb{pointer-events:auto;-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#cbd2da;border:3px solid #14181d;box-shadow:0 0 0 1px #22282f;cursor:grab;transition:background .15s}.fc-slider input[type=range]::-webkit-slider-thumb:active{cursor:grabbing;background:#fff}.fc-slider input[type=range]::-moz-range-thumb{pointer-events:auto;width:22px;height:22px;border-radius:50%;background:#cbd2da;border:3px solid #14181d;box-shadow:0 0 0 1px #22282f;cursor:grab}.fc-slider-ends{display:flex;align-items:center;justify-content:space-between;color:#6b7280;font-size:.75rem;margin-top:.5rem}.fc-mini-btn{background:transparent;border:1px solid #22282f;color:#cbd2da;padding:.25rem .6rem;font-size:.8rem;cursor:pointer;transition:border-color .2s,color .2s}.fc-mini-btn:hover{border-color:#3a4250;color:#fff}.fc-inv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.5rem;margin-top:.75rem}.fc-inv-item{display:flex;align-items:center;gap:.6rem;background:#0f1419;border:1px solid #22282f;padding:.4rem .6rem}.fc-inv-icon{width:34px;height:34px;object-fit:contain;flex-shrink:0}.fc-inv-body{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex:1;min-width:0}.fc-inv-name{color:#cbd2da;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-inv-input{width:72px;flex-shrink:0;background:#14181d;border:1px solid #22282f;color:#fff;padding:.3rem .5rem;font-size:.9rem;text-align:left}.fc-inv-input:focus{outline:none;border-color:#ebed63}.fc-results-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.fc-results-head h2{color:#fff;margin:0;font-size:1.5rem}.fc-results-subtitle{display:flex;align-items:center;gap:.5rem;color:#cbd2da;font-size:1.05rem;font-weight:600;margin:1.5rem 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #22282f}.fc-results-subtitle i{color:#ebed63}.fc-result-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.fc-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.3rem;background:#14181d;border:1px solid #22282f;padding:.85rem .5rem;transition:border-color .2s,transform .15s}.fc-card:hover{border-color:#3a4250;transform:translateY(-2px)}.fc-card-zero{opacity:.4}.fc-card-icon{width:56px;height:56px;object-fit:contain}.fc-card-qty{color:#ebed63;font-size:1.25rem;font-weight:700;line-height:1}.fc-card-name{color:#cbd2da;font-size:.8rem;line-height:1.2}.fc-empty{color:#8b94a0;font-style:italic;padding:2rem 1rem;text-align:center;border:2px dashed #22282f;margin-top:1rem}@media (max-width: 768px){.fc-panel{flex-direction:column}.fc-panel>.fc-section:first-child,.fc-panel>.fc-section:last-child{flex:1 1 auto;width:100%}}@media (max-width: 600px){.fc-result-grid{grid-template-columns:repeat(auto-fill,minmax(95px,1fr))}.fc-card-icon{width:46px;height:46px}}
