@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}#wrapper{flex-direction:column;min-height:100vh;display:flex}#content{flex:1 0 auto;width:100%}footer{flex-shrink:0}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}#extra-content{width:100%!important;padding-right:0!important;right:0!important;overflow-y:auto!important}body.no-scroll{overflow:hidden!important}#extra-content::-webkit-scrollbar{width:6px}#extra-content::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.booking-modal-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.booking-modal{background:#fff;border-radius:20px;width:100%;max-width:1000px;max-height:90vh;padding:30px 20px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.booking-modal-close{color:#333;cursor:pointer;z-index:10;background:0 0;border:none;font-size:32px;line-height:1;position:absolute;top:15px;right:20px}@media (max-width:768px){.booking-modal{max-height:95vh;padding:24px}.booking-modal-overlay{padding:10px}}
