:root{font-family:"Roboto Serif",serif;line-height:1.5;font-weight:400;color:#3e3333;background-color:#f7eaeb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f6f7fb}.auth-card{width:100%;max-width:360px;background:#fff;border:1px solid #e6e8ef;border-radius:12px;padding:20px;box-shadow:0 8px 30px #0000000f;display:grid;gap:12px}.auth-title{margin:0;font-size:20px}.auth-subtitle{margin:0;color:#555;font-size:14px}.auth-label{display:grid;gap:6px;font-size:14px}.auth-input{padding:10px 12px;border-radius:10px;border:1px solid #cfd5e3;font-size:16px}.auth-input:focus{outline:none;border-color:#8aa0ff;box-shadow:0 0 0 3px #8aa0ff40}.auth-error{background:#fff2f2;border:1px solid #ffd0d0;color:#8a1f1f;padding:10px 12px;border-radius:10px;font-size:14px}.auth-button{padding:10px 12px;border-radius:10px;border:0;cursor:pointer;background:#111827;color:#fff;font-size:16px}.auth-button:disabled{opacity:.6;cursor:not-allowed}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}#root{margin:0 auto;text-align:center;width:100%}header{position:sticky;padding:0 .5rem;background-color:#e6cece;top:0;display:flex;justify-content:space-between;align-items:center;width:100%}.header-title{font-family:Imperial Script,cursive;font-size:3rem;margin:.5rem;word-spacing:1rem;text-shadow:.5px 0 currentColor,-.5px 0 currentColor}nav>ul{display:flex;gap:1rem}ul>li{list-style:none}nav>ul>li>a{text-decoration:none;color:inherit}@media(min-width:600px){header{padding:0 1rem}}@media(min-width:768px){header{padding:0 4rem}}@media(min-width:992px){header{padding:0 8rem}}.location{padding:2rem;max-width:800px;margin:0 auto}.map-container{margin-top:2rem;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}
