.calculator-container[data-astro-cid-hke4hnui]{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:2rem;margin:2rem 0;box-shadow:var(--shadow-md)}.calculator-section[data-astro-cid-hke4hnui]{margin-bottom:2rem}.calculator-section[data-astro-cid-hke4hnui] h3[data-astro-cid-hke4hnui]{color:var(--text-accent);margin-bottom:1rem;font-family:Rajdhani,sans-serif;font-size:1.2rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.float-inputs-grid[data-astro-cid-hke4hnui]{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.float-input-item[data-astro-cid-hke4hnui]{display:flex;flex-direction:column}.float-input-item[data-astro-cid-hke4hnui] label[data-astro-cid-hke4hnui]{font-size:.85rem;color:var(--text-muted);margin-bottom:.3rem}.float-input-item[data-astro-cid-hke4hnui] input[data-astro-cid-hke4hnui]{padding:.6rem .8rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.95rem;transition:var(--transition-fast)}.float-input-item[data-astro-cid-hke4hnui] input[data-astro-cid-hke4hnui]:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow)}.float-input-item[data-astro-cid-hke4hnui] input[data-astro-cid-hke4hnui].invalid{border-color:var(--danger)}.output-range-inputs[data-astro-cid-hke4hnui]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.range-input-group[data-astro-cid-hke4hnui]{display:flex;flex-direction:column}.range-input-group[data-astro-cid-hke4hnui] label[data-astro-cid-hke4hnui]{font-size:.9rem;color:var(--text-secondary);margin-bottom:.5rem;font-weight:500}.range-input-group[data-astro-cid-hke4hnui] input[data-astro-cid-hke4hnui]{padding:.75rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);font-size:1rem;transition:var(--transition-fast)}.range-input-group[data-astro-cid-hke4hnui] input[data-astro-cid-hke4hnui]:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow)}.preset-buttons[data-astro-cid-hke4hnui]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.preset-btn[data-astro-cid-hke4hnui]{padding:.4rem .8rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.85rem;cursor:pointer;transition:var(--transition-fast)}.preset-btn[data-astro-cid-hke4hnui]:hover{background:#00d4ff1a;border-color:var(--accent-primary);color:var(--accent-primary)}.calculator-button[data-astro-cid-hke4hnui]{width:100%;padding:1rem;background:var(--gradient-primary);border:none;border-radius:var(--radius-sm);color:var(--text-primary);font-size:1.1rem;font-weight:600;cursor:pointer;transition:var(--transition-normal);margin-top:1rem}.calculator-button[data-astro-cid-hke4hnui]:hover{transform:translateY(-2px);box-shadow:var(--shadow-glow)}.results-container[data-astro-cid-hke4hnui]{margin-top:2rem;padding:1.5rem;background:var(--bg-tertiary);border-radius:var(--radius-sm);border-left:4px solid var(--accent-primary)}.results-grid[data-astro-cid-hke4hnui]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.result-card[data-astro-cid-hke4hnui]{background:var(--bg-secondary);border-radius:var(--radius-sm);padding:1.2rem;text-align:center;border:1px solid var(--border-color)}.result-card[data-astro-cid-hke4hnui] .label[data-astro-cid-hke4hnui]{font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.result-card[data-astro-cid-hke4hnui] .value[data-astro-cid-hke4hnui]{font-size:1.4rem;font-weight:700;font-family:Rajdhani,sans-serif}.result-card[data-astro-cid-hke4hnui].min .value[data-astro-cid-hke4hnui]{color:var(--success)}.result-card[data-astro-cid-hke4hnui].avg .value[data-astro-cid-hke4hnui]{color:var(--accent-primary)}.result-card[data-astro-cid-hke4hnui].max .value[data-astro-cid-hke4hnui]{color:var(--warning)}.wear-prediction[data-astro-cid-hke4hnui]{background:var(--bg-secondary);border-radius:var(--radius-sm);padding:1rem;margin-top:1rem}.wear-bar[data-astro-cid-hke4hnui]{height:24px;background:linear-gradient(to right,#10b981 0% 7%,#22c55e 7% 15%,#84cc16 15% 38%,#f59e0b 38% 45%,#ef4444 45% 100%);border-radius:4px;position:relative;margin:1rem 0}.wear-marker[data-astro-cid-hke4hnui]{position:absolute;top:-8px;width:4px;height:40px;background:#fff;border-radius:2px;transform:translate(-50%);box-shadow:0 0 6px #ffffff80}.wear-marker[data-astro-cid-hke4hnui].min-marker{background:var(--success)}.wear-marker[data-astro-cid-hke4hnui].max-marker{background:var(--warning)}.wear-labels[data-astro-cid-hke4hnui]{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted)}.formula-box[data-astro-cid-hke4hnui]{background:#7c3aed1a;border:1px solid rgba(124,58,237,.3);border-radius:var(--radius-sm);padding:1.5rem;margin:1.5rem 0;font-family:Courier New,monospace}.formula-box[data-astro-cid-hke4hnui] h4[data-astro-cid-hke4hnui]{color:var(--accent-secondary);margin-bottom:.75rem;font-family:Rajdhani,sans-serif}.formula-box[data-astro-cid-hke4hnui] code[data-astro-cid-hke4hnui]{display:block;color:var(--text-primary);font-size:.95rem;line-height:1.8}.info-box[data-astro-cid-hke4hnui]{background:#06b6d41a;border-left:4px solid var(--info);padding:1.5rem;margin:1.5rem 0;border-radius:var(--radius-sm)}.warning-box[data-astro-cid-hke4hnui]{background:#f59e0b1a;border-left:4px solid var(--warning);padding:1.5rem;margin:1.5rem 0;border-radius:var(--radius-sm)}.collection-table[data-astro-cid-hke4hnui]{width:100%;border-collapse:collapse;margin:1.5rem 0;background:var(--bg-card);border-radius:var(--radius-md);overflow:hidden}.collection-table[data-astro-cid-hke4hnui] thead[data-astro-cid-hke4hnui]{background:var(--bg-tertiary)}.collection-table[data-astro-cid-hke4hnui] th[data-astro-cid-hke4hnui],.collection-table[data-astro-cid-hke4hnui] td[data-astro-cid-hke4hnui]{padding:1rem;text-align:left;border-bottom:1px solid var(--border-color)}.collection-table[data-astro-cid-hke4hnui] th[data-astro-cid-hke4hnui]{color:var(--text-accent);font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px}.collection-table[data-astro-cid-hke4hnui] td[data-astro-cid-hke4hnui]{color:var(--text-secondary)}.collection-table[data-astro-cid-hke4hnui] tbody[data-astro-cid-hke4hnui] tr[data-astro-cid-hke4hnui]:hover{background:#00d4ff0d}.quick-actions[data-astro-cid-hke4hnui]{display:flex;gap:.5rem;margin-top:.5rem}.action-btn[data-astro-cid-hke4hnui]{padding:.3rem .6rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.8rem;cursor:pointer;transition:var(--transition-fast)}.action-btn[data-astro-cid-hke4hnui]:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.input-stats[data-astro-cid-hke4hnui]{background:var(--bg-secondary);padding:1rem;border-radius:var(--radius-sm);margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;font-size:.9rem}.input-stat[data-astro-cid-hke4hnui]{text-align:center}.input-stat[data-astro-cid-hke4hnui] .stat-label[data-astro-cid-hke4hnui]{color:var(--text-muted);font-size:.8rem}.input-stat[data-astro-cid-hke4hnui] .stat-value[data-astro-cid-hke4hnui]{color:var(--text-primary);font-weight:600}@media(max-width:768px){.float-inputs-grid[data-astro-cid-hke4hnui]{grid-template-columns:repeat(2,1fr)}.output-range-inputs[data-astro-cid-hke4hnui],.results-grid[data-astro-cid-hke4hnui]{grid-template-columns:1fr}}
