@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap";:root{--bg:#1b1e27;--surface:#1e212b;--surface2:#252935;--border:#2c313d;--border2:#363c4a;--accent:#034694;--accent-dim:#03469429;--accent-bright:#3a6fc4;--text:#eceef3;--text2:#a4a9b8;--muted:#a4a9b8;--faint:#6b7180;--urgent:#ff5c7c;--urgent-dim:#ff5c7c24;--success:#3ddc91;--success-dim:#3ddc9124;--warn:#ffb547;--google:#4285f4;--yelp:#ff1a1a;--facebook:#1877f2;--tripadvisor:#00aa6c;--nav-h:52px;--radius:12px;--radius-sm:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:Sora,Helvetica Neue,sans-serif}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--faint);border-radius:2px}button{cursor:pointer;font-family:inherit;transition:all .15s}button:active{transform:scale(.97)}input,textarea{color:var(--text);font-family:inherit}input:focus,textarea:focus{outline:none;border-color:var(--accent)!important}textarea{resize:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.fade-up{animation:.35s both fadeUp}.fade-in{animation:.25s both fadeIn}.spin{animation:.8s linear infinite spin}.s1{animation-delay:50ms}.s2{animation-delay:.1s}.s3{animation-delay:.15s}.s4{animation-delay:.2s}@media (width<=768px){*{box-sizing:border-box;max-width:100%}html,body,#root{max-width:100vw;overflow-x:hidden}div,section,main,article,aside,header,footer,nav{max-width:100%}.stats-grid-4{grid-template-columns:repeat(2,1fr)!important}.desktop-only{display:none!important}[role=dialog],.modal-content{border-radius:16px 16px 0 0!important;width:100vw!important;max-width:100vw!important;max-height:92dvh!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow-y:auto!important}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}:root{--muted-readable:#999;--faint-readable:#666}body,div,span,p,h1,h2,h3,h4,h5,h6,section,main,nav,aside,header,footer,ul,li,table,tr,td,th{-webkit-user-select:none;user-select:none;cursor:default!important}button,a,[role=button]{cursor:pointer!important}input,textarea,select{cursor:text!important;-webkit-user-select:text!important;user-select:text!important}
