@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-bg-body:#f8fafc;--color-bg-card:#fff;--color-text-main:#0f172a;--color-text-muted:#64748b;--color-border:#e2e8f0;--color-error-bg:#fef2f2;--color-error-text:#b91c1c;--color-error-border:#fca5a5;--radius-md:.5rem;--radius-lg:.75rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--font-family:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg-body);color:var(--color-text-main);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3{color:var(--color-text-main);font-weight:600}.container{width:100%;max-width:800px;margin:0 auto;padding:2rem 1rem}.header{text-align:center;margin-bottom:2.5rem}.header h1{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.875rem;display:flex}.header p{color:var(--color-text-muted);font-size:.95rem}.card{background-color:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-border);margin-bottom:1.5rem;padding:1.5rem;transition:all .2s ease-in-out}.input-group{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.input-label{color:var(--color-text-main);font-size:.875rem;font-weight:500}.input-field{border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:1rem;font-family:var(--font-family);text-transform:uppercase;outline:none;padding:.75rem 1rem;transition:border-color .15s,box-shadow .15s}.input-field:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.button-group{gap:.75rem;display:flex}.btn{border-radius:var(--radius-md);cursor:pointer;font-size:.95rem;font-weight:500;font-family:var(--font-family);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:background-color .15s,opacity .15s;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--color-primary-hover)}.btn-secondary{color:var(--color-text-muted);border:1px solid var(--color-border);background-color:#0000}.btn-secondary:hover:not(:disabled){background-color:var(--color-bg-body);color:var(--color-text-main)}.btn:disabled{opacity:.6;cursor:not-allowed}.results-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}.result-item{flex-direction:column;gap:.25rem;display:flex}.result-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.result-value{color:var(--color-text-main);word-break:break-word;font-size:1rem;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s ease-out forwards fadeIn}@keyframes spin{to{transform:rotate(360deg)}}.spinner{animation:1s linear infinite spin}.empty-state,.error-message{text-align:center;border-radius:var(--radius-lg);flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.empty-state{background-color:var(--color-bg-card);border:1px dashed var(--color-border);color:var(--color-text-muted)}.empty-state svg{color:#cbd5e1;margin-bottom:1rem}.chilean-plate-container{background:linear-gradient(#fff 0%,#f4f4f4 100%);border:4px solid #111;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-width:160px;margin:0 auto;padding:.5rem 1rem .25rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 4px #0003,0 4px 8px #00000026}.screw-tl,.screw-tr,.screw-bl,.screw-br{pointer-events:none;background-color:#a3a3a3;border:1px solid #737373;border-radius:50%;width:6px;height:6px;position:absolute;box-shadow:inset -1px -1px 1px #00000080,inset 1px 1px 1px #fffc}.screw-tl{top:6px;left:10px}.screw-tr{top:6px;right:10px}.screw-bl{bottom:6px;left:10px}.screw-br{bottom:6px;right:10px}.chilean-plate-text{letter-spacing:4px;color:#111;text-align:center;text-transform:uppercase;text-shadow:1px 1px #ffffffb3,-1px -1px #0003;font-family:Impact,Arial Black,sans-serif;font-size:2.5rem;font-weight:900}.plate-input-wrapper.compact .chilean-plate-input{letter-spacing:2px;padding:.25rem 2rem;font-size:1.5rem}.plate-input-wrapper.compact .plate-input-label-bottom{font-size:.45rem;bottom:1px}.plate-input-wrapper.compact .screw-tl,.plate-input-wrapper.compact .screw-tr,.plate-input-wrapper.compact .screw-bl,.plate-input-wrapper.compact .screw-br{width:4px;height:4px}.plate-input-wrapper.compact .screw-tl{top:3px;left:6px}.plate-input-wrapper.compact .screw-tr{top:3px;right:6px}.plate-input-wrapper.compact .screw-bl{bottom:3px;left:6px}.plate-input-wrapper.compact .screw-br{bottom:3px;right:6px}.search-form-container.compact{align-items:stretch;gap:.5rem;margin:0;display:flex}.search-form-container.compact .btn{padding:0 1rem}.chilean-plate-footer{color:#111;text-transform:uppercase;letter-spacing:2px;margin-top:.25rem;font-family:Arial Black,sans-serif;font-size:.65rem;font-weight:900}.plate-input-wrapper{background:linear-gradient(#fff 0%,#f4f4f4 100%);border:4px solid #111;border-radius:8px;flex-direction:column;width:100%;max-width:280px;margin:0 auto;padding-bottom:1.25rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 4px #0003,0 4px 8px #00000026}.plate-input-wrapper.focus{border-color:var(--color-primary);box-shadow:inset 0 0 4px #0003,0 0 0 4px #2563eb33}.chilean-plate-input{color:#111;text-align:center;text-transform:uppercase;letter-spacing:4px;text-shadow:1px 1px #ffffff80;background:0 0;border:none;outline:none;width:100%;padding:.75rem .5rem 0;font-family:Arial Black,Impact,Segoe UI Black,sans-serif;font-size:2.5rem;font-weight:900}.chilean-plate-input::placeholder{color:#caced1;letter-spacing:2px;font-family:Arial Black,Impact,sans-serif;font-size:1.75rem}.plate-input-label-bottom{text-align:center;color:#111;pointer-events:none;text-transform:uppercase;letter-spacing:2px;font-family:Arial Black,sans-serif;font-size:.75rem;font-weight:900;position:absolute;bottom:2px;left:0;right:0}.error-message{background-color:var(--color-error-bg);border:1px solid var(--color-error-border);color:var(--color-error-text)}.error-message svg{margin-bottom:.5rem}.result-card-header{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.result-card-title-group{align-items:center;gap:.75rem;display:flex}@media (width<=768px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.container{padding:1.5rem 1rem}.header h1{font-size:1.5rem}.button-group{flex-direction:column}.btn{width:100%}.results-grid{grid-template-columns:1fr}.result-card-header{text-align:center;flex-direction:column;justify-content:center;gap:1.5rem}.result-card-title-group{justify-content:center}.chilean-plate-input,.chilean-plate-text{letter-spacing:2px;font-size:2rem}.plate-input-wrapper{max-width:100%}}
