:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{--header-h: 64px;--footer-h: 52px;--surface: #ffffff;--text: #111111;--border: #e2e2e2;max-width:1280px;margin:0 auto;padding:2rem;text-align:center}@media (prefers-color-scheme: dark){:root{--surface: #111111;--text: #f5f5f5;--border: #2a2a2a}}html,body{height:100%}body{margin:0;color:var(--text);background:var(--surface);display:grid;grid-template-rows:auto 1fr auto;min-height:100dvh}header{position:sticky;top:0;z-index:100;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;background:var(--surface);border-bottom:1px solid var(--border)}footer{position:sticky;bottom:0;z-index:100;height:var(--footer-h);display:flex;align-items:center;background:var(--surface);border-top:1px solid var(--border)}main{overflow:auto;padding:16px}.maintenance-records-list,.vehicle-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.maintenance-record-card,.vehicle-card{border:1px solid var(--border);padding:2em}
