*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0f1419;--bg-secondary: #1a1f2e;--bg-tertiary: #242b3d;--text-primary: #e8eaed;--text-secondary: #9aa0a6;--border-color: #2d3748;--accent-color: #3b82f6;--accent-hover: #2563eb;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--focus-ring: rgba(59, 130, 246, .4)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;padding:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:680px;margin:0 auto;width:100%}.header{text-align:center;margin-bottom:2rem;padding:1.5rem 0}.header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.subtitle{font-size:1rem;color:var(--text-secondary);font-weight:400}.valuation-form{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group:last-of-type{margin-bottom:2rem}label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem;color:var(--text-primary)}input[type=text],select,textarea{width:100%;padding:.75rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}input[type=text]:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px var(--focus-ring)}input[type=text]::placeholder,textarea::placeholder{color:var(--text-secondary);opacity:.7}select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239aa0a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}textarea{resize:vertical;min-height:80px}.submit-btn{width:100%;padding:1rem 2rem;background:var(--accent-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{background:var(--accent-hover)}.submit-btn:active{transform:scale(.98)}.submit-btn:disabled{background:var(--bg-tertiary);cursor:not-allowed;opacity:.6}.loader{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.results{animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.result-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;margin-bottom:1rem}.result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.firearm-info h2{font-size:1.5rem;margin-bottom:.25rem;color:var(--text-primary)}.firearm-details{font-size:.9rem;color:var(--text-secondary)}.confidence-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.confidence-high{background:#10b98126;color:var(--success-color);border:1px solid rgba(16,185,129,.3)}.confidence-medium{background:#f59e0b26;color:var(--warning-color);border:1px solid rgba(245,158,11,.3)}.confidence-low{background:#ef444426;color:var(--danger-color);border:1px solid rgba(239,68,68,.3)}.value-section{margin-bottom:1.5rem}.value-section h3{font-size:.85rem;font-weight:600;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.75rem;letter-spacing:.5px}.value-range{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--bg-tertiary);border-radius:8px;margin-bottom:1rem}.value-range:last-child{margin-bottom:0}.value-label{font-size:.9rem;color:var(--text-secondary);min-width:100px}.value-amount{font-size:1.5rem;font-weight:700;color:var(--text-primary);flex:1}.explanation{padding:1.25rem;background:var(--bg-tertiary);border-radius:8px;border-left:3px solid var(--accent-color)}.explanation p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width: 640px){body{padding:.5rem}.header h1{font-size:1.5rem}.valuation-form,.result-card{padding:1.5rem}.result-header{flex-direction:column;align-items:flex-start;gap:1rem}.value-range{flex-direction:column;align-items:flex-start;gap:.5rem}.value-label{min-width:auto}.value-amount{font-size:1.25rem}}@media (prefers-color-scheme: light){:root{--bg-primary: #f8f9fa;--bg-secondary: #ffffff;--bg-tertiary: #f1f3f5;--text-primary: #1a1a1a;--text-secondary: #6b7280;--border-color: #e5e7eb}}
