:root{font-family:Lato,sans-serif;--primary-color: #C3B8C7;--secondary-color: #fdfaf6;--text-color: #4a4a4a;--accent-color: #A99EAF;--border-color: #e0e0e0}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--secondary-color);color:var(--text-color)}#root{width:100%;text-align:center}#root_inner{max-width:600px;margin:0 auto;padding:2rem}h1{font-size:2.5em;font-weight:700;color:var(--text-color)}h2{font-weight:400;border-bottom:1px solid var(--border-color);padding-bottom:10px;margin-top:2rem}h3{font-weight:400;color:var(--primary-color);margin-top:1.5rem}.search-form,.confirmation-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000000d}.form-group{display:flex;flex-direction:column;text-align:left}.form-group label{margin-bottom:.5rem;font-weight:700}select,input[type=date],input[type=text],input[type=email],input[type=tel]{padding:.8rem;border-radius:6px;border:1px solid var(--border-color);font-size:1em;font-family:Lato,sans-serif}button{border-radius:8px;border:1px solid transparent;padding:.8em 1.5em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary-color);color:#fff;cursor:pointer;transition:background-color .25s}button:hover{background-color:var(--accent-color)}.slots-container{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.slot{background-color:#fff;color:var(--primary-color);border:1px solid var(--primary-color)}.slot:hover{background-color:var(--primary-color);color:#fff}.slot.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color);font-weight:700}footer{margin-top:60px;font-size:80%;line-height:24px;padding:30px;background-color:var(--primary-color);color:#000}footer a{color:#000;text-decoration:underline;font-weight:700}
