*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:DM Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#1c1c1c;background-color:#fafaf7;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,serif;font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit;transition:color .3s ease}img{max-width:100%;height:auto;display:block}button{border:none;background:none;cursor:pointer;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:1rem}ul,ol{list-style:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.container{padding:0 3rem}}.section{padding:6rem 0}@media(min-width:1024px){.section{padding:8rem 0}}.section-header{text-align:center;margin-bottom:4rem}@media(min-width:1024px){.section-header{margin-bottom:6rem}}.section-title{font-size:2rem;color:#1c1c1c;margin-bottom:.5rem}@media(min-width:1024px){.section-title{font-size:2.5rem}}.section-subtitle{font-size:1.125rem;color:#6b6b6b;max-width:500px;margin:0 auto}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.reveal-delay-6{transition-delay:.6s}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .3s ease}.navbar.scrolled{background-color:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 8px #0000000f;padding:1rem 0}.navbar .container{display:flex;align-items:center;justify-content:space-between}.navbar__logo{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em;transition:color .3s ease}.navbar__logo span{color:#d4754e}.scrolled .navbar__logo{color:#1c1c1c}.navbar__links{display:none;gap:2rem}@media(min-width:1024px){.navbar__links{display:flex;align-items:center}}.navbar__link{font-size:.875rem;font-weight:500;color:#ffffffd9;transition:color .3s ease;position:relative}.navbar__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#d4754e;transition:width .3s ease}.navbar__link:hover{color:#fff}.navbar__link:hover:after{width:100%}.scrolled .navbar__link{color:#6b6b6b}.scrolled .navbar__link:hover{color:#1c1c1c}.navbar__actions{display:none;align-items:center;gap:1rem}@media(min-width:1024px){.navbar__actions{display:flex}}.navbar__login{font-size:.875rem;font-weight:500;color:#ffffffd9;transition:color .3s ease}.scrolled .navbar__login{color:#1c1c1c}.navbar__login:hover{color:#d4754e}.navbar__cta{display:inline-flex;align-items:center;padding:.5rem 1.5rem;background-color:#d4754e;color:#fff;font-size:.875rem;font-weight:500;border-radius:999px;transition:all .3s ease}.navbar__cta:hover{background-color:#c06840;transform:translateY(-1px);box-shadow:0 4px 12px #d4754e4d}.navbar__user-menu{position:relative}.navbar__user-btn{display:flex;align-items:center;gap:8px;padding:6px 12px 6px 6px;border-radius:999px;background-color:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;transition:background-color .2s ease}.scrolled .navbar__user-btn{background-color:#f5f2ed}.navbar__user-btn:hover{background-color:#ffffff40}.scrolled .navbar__user-btn:hover{background-color:#e8e5e0}.navbar__user-avatar{width:30px;height:30px;border-radius:50%;background-color:#d4754e;color:#fff;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-transform:uppercase;flex-shrink:0}.navbar__user-name{font-size:.875rem;font-weight:500;color:#fff;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scrolled .navbar__user-name{color:#1c1c1c}.navbar__user-chevron{width:14px;height:14px;color:#ffffffb3;transition:transform .2s ease;flex-shrink:0}.scrolled .navbar__user-chevron{color:#6b6b6b}.navbar__user-btn[aria-expanded=true] .navbar__user-chevron{transform:rotate(180deg)}.navbar__dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;background-color:#fff;border:1px solid #F0EDE8;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:100}.navbar__dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.navbar__dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:10px 1rem;font-size:.875rem;font-weight:500;color:#1c1c1c;border-radius:8px;transition:background-color .2s ease,color .2s ease;cursor:pointer;text-align:left;font-family:DM Sans,Helvetica Neue,sans-serif}.navbar__dropdown-item svg{width:16px;height:16px;flex-shrink:0;color:#6b6b6b}.navbar__dropdown-item:hover{background-color:#f5f2ed;color:#1c1c1c}.navbar__dropdown-item:hover svg{color:#d4754e}.navbar__dropdown-item--logout{color:#c0392b}.navbar__dropdown-item--logout svg{color:#c0392b}.navbar__dropdown-item--logout:hover{background-color:#c0392b0f;color:#c0392b}.navbar__dropdown-divider{height:1px;background-color:#f0ede8;margin:.5rem 0}.navbar__mobile-toggle{display:flex;flex-direction:column;gap:5px;padding:.5rem;cursor:pointer}@media(min-width:1024px){.navbar__mobile-toggle{display:none}}.navbar__mobile-toggle span{display:block;width:24px;height:2px;background-color:#fff;border-radius:2px;transition:all .3s ease}.scrolled .navbar__mobile-toggle span{background-color:#1c1c1c}.navbar__mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__mobile-toggle.active span:nth-child(2){opacity:0}.navbar__mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar__mobile-menu{display:none;position:fixed;inset:0;background-color:#1c1c1cfa;z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.navbar__mobile-menu.active{display:flex}@media(min-width:1024px){.navbar__mobile-menu{display:none!important}}.navbar__mobile-menu a{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;color:#fff;transition:color .3s ease}.navbar__mobile-menu a:hover{color:#d4754e}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__background{position:absolute;inset:0;z-index:0}.hero__background img{width:100%;height:100%;object-fit:cover}.hero__background:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#1c1c1c66,#1c1c1c8c,#1c1c1ccc)}.hero:before{content:"";position:absolute;inset:0;z-index:1;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none}.hero__content{position:relative;z-index:2;text-align:center;padding:8rem 1.5rem 6rem;max-width:800px}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:6px 16px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:#ffffffe6;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero__badge svg{width:14px;height:14px}.hero__title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:600;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}@media(min-width:768px){.hero__title{font-size:3.5rem}}@media(min-width:1024px){.hero__title{font-size:4.5rem}}.hero__subtitle{font-size:1.125rem;color:#ffffffbf;max-width:540px;margin:0 auto 3rem;line-height:1.7}@media(min-width:1024px){.hero__subtitle{font-size:1.25rem}}.hero__search{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto}@media(min-width:768px){.hero__search{flex-direction:row;background-color:#fff;border-radius:16px;padding:6px;box-shadow:0 16px 48px #0000001f}}.hero__input-wrapper{position:relative;flex:1}.hero__input-wrapper svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9b9b9b}.hero__input{width:100%;padding:14px 16px 14px 44px;border:none;background-color:#fff;border-radius:12px;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#1c1c1c;outline:none;transition:box-shadow .3s ease}.hero__input::placeholder{color:#9b9b9b}.hero__input:focus{box-shadow:0 0 0 2px #d4754e}@media(min-width:768px){.hero__input{background-color:transparent;border-radius:16px;padding:12px 16px 12px 44px}.hero__input:focus{box-shadow:none}}.hero__search-divider{display:none}@media(min-width:768px){.hero__search-divider{display:block;width:1px;background-color:#e8e5e0;margin:8px 0}}.hero__search-btn{padding:14px 2rem;background-color:#d4754e;color:#fff;font-weight:500;font-family:DM Sans,Helvetica Neue,sans-serif;border-radius:12px;transition:all .3s ease;white-space:nowrap}@media(min-width:768px){.hero__search-btn{border-radius:16px;padding:12px 2rem}}.hero__search-btn:hover{background-color:#c06840;transform:translateY(-1px)}.hero__stats{display:flex;justify-content:center;gap:3rem;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.hero__stat{text-align:center}.hero__stat-value{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff}@media(min-width:1024px){.hero__stat-value{font-size:2rem}}.hero__stat-label{font-size:.75rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.how-it-works{background-color:#fff}.how-it-works__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.how-it-works__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1024px){.how-it-works__grid{gap:4rem}}.how-it-works__step{text-align:center;padding:3rem 1.5rem;position:relative}@media(min-width:768px){.how-it-works__step:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translate(50%);width:2rem;height:1px;background:linear-gradient(to right,#E8E5E0,transparent)}}.how-it-works__icon{width:72px;height:72px;border-radius:16px;background-color:#d4754e14;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.how-it-works__icon svg{width:28px;height:28px;color:#d4754e}.how-it-works__step:hover .how-it-works__icon{transform:translateY(-4px);box-shadow:0 8px 24px #d4754e26}.how-it-works__step-number{font-family:Cormorant Garamond,Georgia,serif;font-size:.75rem;font-weight:700;color:#d4754e;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem}.how-it-works__step-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1c1c1c;margin-bottom:.5rem}.how-it-works__step-desc{font-size:.875rem;color:#6b6b6b;line-height:1.7;max-width:280px;margin:0 auto}.featured-restaurants{background-color:#fafaf7}.featured-restaurants__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.featured-restaurants__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.featured-restaurants__grid{grid-template-columns:repeat(3,1fr)}}.featured-restaurants__cta{text-align:center;margin-top:4rem}.featured-restaurants__cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 3rem;border:2px solid #1C1C1C;color:#1c1c1c;font-weight:500;border-radius:999px;transition:all .3s ease}.featured-restaurants__cta-btn:hover{background-color:#1c1c1c;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.featured-restaurants__cta-btn svg{width:16px;height:16px;transition:transform .3s ease}.featured-restaurants__cta-btn:hover svg{transform:translate(4px)}.restaurant-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.restaurant-card:hover{transform:translateY(-6px);box-shadow:0 8px 32px #0000001a}.restaurant-card__image-wrapper{position:relative;height:220px;overflow:hidden}.restaurant-card__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.restaurant-card:hover .restaurant-card__image-wrapper img{transform:scale(1.05)}.restaurant-card__cuisine-tag{position:absolute;top:1rem;left:1rem;padding:4px 12px;background-color:#1c1c1cbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.75rem;font-weight:500;border-radius:999px;letter-spacing:.03em}.restaurant-card__favorite{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;border:none}.restaurant-card__favorite svg{width:16px;height:16px;color:#9b9b9b;transition:color .3s ease}.restaurant-card__favorite:hover{background-color:#fff;transform:scale(1.1)}.restaurant-card__favorite:hover svg{color:#e74c3c}.restaurant-card__body{padding:1.5rem}.restaurant-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.restaurant-card__name{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:600;color:#1c1c1c}.restaurant-card__rating{display:flex;align-items:center;gap:4px;font-size:.875rem;font-weight:500;color:#1c1c1c}.restaurant-card__rating svg{width:14px;height:14px;color:#e8b94e;fill:#e8b94e}.restaurant-card__location{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#6b6b6b;margin-bottom:1.5rem}.restaurant-card__location svg{width:14px;height:14px;flex-shrink:0}.restaurant-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #F0EDE8}.restaurant-card__price{font-size:.875rem;color:#6b6b6b}.restaurant-card__price span{color:#1c1c1c;font-weight:500}.restaurant-card__book-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background-color:#d4754e;color:#fff;font-size:.875rem;font-weight:500;border-radius:999px;transition:all .3s ease}.restaurant-card__book-btn:hover{background-color:#c06840;transform:translateY(-1px);box-shadow:0 4px 12px #d4754e40}.restaurant-show__hero{position:relative;height:50vh;min-height:400px;max-height:560px;overflow:hidden}@media(min-width:1024px){.restaurant-show__hero{height:60vh}}.restaurant-show__hero img{width:100%;height:100%;object-fit:cover}.restaurant-show__hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(28,28,28,.85) 0%,transparent 100%)}.restaurant-show__hero-content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:3rem 0}.restaurant-show__hero-inner{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.5rem}.restaurant-show__hero-info{flex:1}.restaurant-show__cuisine-badge{display:inline-flex;padding:4px 14px;background-color:#d4754e;color:#fff;font-size:.75rem;font-weight:500;border-radius:999px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem}.restaurant-show__name{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:600;color:#fff;margin-bottom:.5rem}@media(min-width:1024px){.restaurant-show__name{font-size:2.5rem}}.restaurant-show__meta{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.restaurant-show__meta-item{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#fffc}.restaurant-show__meta-item svg{width:16px;height:16px;flex-shrink:0}.restaurant-show__rating-stars{display:flex;gap:2px}.restaurant-show__rating-stars svg{width:14px;height:14px;color:#e8b94e;fill:#e8b94e}.restaurant-show__share-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background-color:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.875rem;font-weight:500;border-radius:999px;transition:all .3s ease;cursor:pointer}.restaurant-show__share-btn svg{width:16px;height:16px}.restaurant-show__share-btn:hover{background-color:#ffffff40}.restaurant-show__content{padding:4rem 0 6rem}.restaurant-show__layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(max-width:1023px){.restaurant-show__layout .restaurant-show__description{order:2;min-width:0}.restaurant-show__layout .reservation{order:1;min-width:0}}@media(min-width:1024px){.restaurant-show__layout{grid-template-columns:1fr 420px;gap:4rem}}.restaurant-show__layout>*{min-width:0}.restaurant-show__description h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1c1c1c}.restaurant-show__description p{font-size:1rem;color:#6b6b6b;line-height:1.8;margin-bottom:1.5rem}.restaurant-show__details{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;padding-top:3rem;border-top:1px solid #E8E5E0}@media(min-width:768px){.restaurant-show__details{grid-template-columns:1fr 1fr}}.restaurant-show__detail{display:flex;align-items:flex-start;gap:1rem}.restaurant-show__detail svg{width:20px;height:20px;color:#d4754e;flex-shrink:0;margin-top:2px}.restaurant-show__detail-label{font-size:.75rem;color:#9b9b9b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.restaurant-show__detail-value{font-size:.875rem;font-weight:500;color:#1c1c1c}.reservation{background-color:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;padding:1.5rem}@media(min-width:768px){.reservation{padding:2rem}}@media(min-width:1024px){.reservation{padding:3rem;position:sticky;top:100px}}.reservation__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1c1c1c;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #F0EDE8}.reservation__section{margin-bottom:2rem}.reservation__section:last-of-type{margin-bottom:3rem}.reservation__label{font-size:.875rem;font-weight:500;color:#1c1c1c;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.reservation__label svg{width:16px;height:16px;color:#d4754e}.calendar{background-color:#fafaf7;border-radius:12px;padding:.5rem 1rem}@media(min-width:768px){.calendar{padding:1rem 1.5rem}}.calendar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.calendar__month-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.125rem;font-weight:600;color:#1c1c1c;text-transform:capitalize}.calendar__nav{display:flex;gap:.5rem}.calendar__nav-btn{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#6b6b6b;background-color:#fff}.calendar__nav-btn svg{width:16px;height:16px}.calendar__nav-btn:hover:not(:disabled){background-color:#d4754e;color:#fff}.calendar__nav-btn:disabled{opacity:.3;cursor:not-allowed}.calendar__weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;margin-bottom:.5rem}.calendar__weekday{text-align:center;font-size:.75rem;font-weight:500;color:#9b9b9b;padding:.5rem 0;text-transform:uppercase;letter-spacing:.05em}.calendar__days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px}.calendar__day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#1c1c1c;position:relative}.calendar__day:hover:not(.calendar__day--disabled):not(.calendar__day--empty){background-color:#d4754e14;color:#d4754e}.calendar__day--today:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background-color:#d4754e}.calendar__day--selected{background-color:#d4754e!important;color:#fff!important;box-shadow:0 4px 12px #d4754e4d}.calendar__day--selected:after{background-color:#fff}.calendar__day--disabled{color:#9b9b9b;opacity:.35;cursor:not-allowed}.calendar__day--empty{cursor:default}.time-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.time-slots__slot{padding:10px 1rem;text-align:center;font-size:.875rem;font-weight:500;color:#1c1c1c;background-color:#fafaf7;border:1px solid #E8E5E0;border-radius:8px;cursor:pointer;transition:all .3s ease}.time-slots__slot:hover{border-color:#d4754e;color:#d4754e;background-color:#d4754e14}.time-slots__slot--active{background-color:#d4754e!important;color:#fff!important;border-color:#d4754e!important;box-shadow:0 4px 12px #d4754e40}.time-slots__empty{grid-column:1/-1;text-align:center;padding:2rem;color:#9b9b9b;font-size:.875rem;font-style:italic}.guest-selector{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;background-color:#fafaf7;border-radius:12px;padding:1rem}@media(min-width:768px){.guest-selector{padding:1rem 1.5rem}}.guest-selector__controls{display:flex;align-items:center;gap:1rem}@media(min-width:768px){.guest-selector__controls{gap:1.5rem}}.guest-selector__btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:500;transition:all .3s ease;color:#1c1c1c;background-color:#fff;box-shadow:0 1px 2px #0000000a}.guest-selector__btn:hover:not(:disabled){background-color:#d4754e;color:#fff;box-shadow:0 2px 8px #0000000f}.guest-selector__btn:disabled{opacity:.3;cursor:not-allowed}.guest-selector__count{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:700;color:#1c1c1c;min-width:32px;text-align:center}.guest-selector__text{font-size:.875rem;color:#6b6b6b}.reserve-btn{width:100%;padding:16px 2rem;background-color:#d4754e;color:#fff;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:1.125rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.reserve-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s ease}.reserve-btn:hover{background-color:#c06840;transform:translateY(-2px);box-shadow:0 8px 24px #d4754e4d}.reserve-btn:hover:before{left:100%}.reserve-btn:active{transform:translateY(0)}.reservation-confirmation{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.reservation-confirmation.active{opacity:1;pointer-events:all}.reservation-confirmation__overlay{position:absolute;inset:0;background-color:#1c1c1c80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.reservation-confirmation__modal{position:relative;background-color:#fff;border-radius:16px;padding:2rem 3rem;max-width:460px;max-height:90vh;overflow-y:auto;width:100%;text-align:center;box-shadow:0 16px 48px #0000001f;transform:translateY(20px) scale(.95);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.reservation-confirmation.active .reservation-confirmation__modal{transform:translateY(0) scale(1)}.reservation-confirmation__icon{width:52px;height:52px;border-radius:50%;background-color:#4a7c591a;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.reservation-confirmation__icon svg{width:24px;height:24px;color:#4a7c59}.reservation-confirmation__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1c1c1c;margin-bottom:4px}.reservation-confirmation__text{font-size:.875rem;color:#6b6b6b;line-height:1.6;margin-bottom:1.5rem}.reservation-confirmation__details{background-color:#fafaf7;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem;text-align:left}.reservation-confirmation__detail-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem}.reservation-confirmation__detail-row:not(:last-child){border-bottom:1px solid #F0EDE8}.reservation-confirmation__detail-row span:first-child{color:#6b6b6b}.reservation-confirmation__detail-row span:last-child{font-weight:500;color:#1c1c1c}.reservation-confirmation__close-btn{width:100%;padding:12px 2rem;background-color:#1c1c1c;color:#fff;font-weight:500;font-family:DM Sans,Helvetica Neue,sans-serif;border-radius:12px;transition:all .3s ease}.reservation-confirmation__close-btn:hover{opacity:.9}.footer{background-color:#1c1c1c;color:#ffffffb3;padding:6rem 0 2rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand{max-width:300px}.footer__logo{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer__logo span{color:#d4754e}.footer__tagline{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}.footer__social{display:flex;gap:1rem}.footer__social-link{width:40px;height:40px;border-radius:50%;background-color:#ffffff14;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer__social-link svg{width:18px;height:18px;color:#fff9}.footer__social-link:hover{background-color:#d4754e;transform:translateY(-2px)}.footer__social-link:hover svg{color:#fff}.footer__column-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{font-size:.875rem;color:#fff9;transition:color .3s ease}.footer__link:hover{color:#d4754e}.footer__bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);text-align:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{font-size:.75rem;color:#fff6}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a{font-size:.75rem;color:#fff6;transition:color .3s ease}.footer__bottom-links a:hover{color:#d4754e}.auth-body{min-height:100vh;background-color:#fafaf7}.auth-page{display:flex;min-height:100vh}.auth-page__visual{position:relative;display:none;flex:0 0 45%;background-image:url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1200&q=80);background-size:cover;background-position:center}@media(min-width:1024px){.auth-page__visual{display:flex;flex-direction:column;justify-content:flex-end}}.auth-page__visual-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#1c1c1c4d,#1c1c1cb3)}.auth-page__visual-content{position:relative;z-index:1;padding:4rem 3rem}.auth-page__logo{display:inline-block;font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:3rem}.auth-page__logo span{color:#d4754e}.auth-page__quote{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-style:italic;font-weight:400;color:#ffffffd9;line-height:1.5;border-left:3px solid #D4754E;padding-left:1.5rem;max-width:360px}.auth-page__form-side{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}@media(min-width:768px){.auth-page__form-side{padding:4rem 3rem}}.auth-card{width:100%;max-width:420px}.auth-card__back{margin-bottom:2rem}.auth-card__back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#6b6b6b;transition:color .2s ease}.auth-card__back-link svg{width:16px;height:16px}.auth-card__back-link:hover{color:#d4754e}.auth-card__header{margin-bottom:2rem}.auth-card__title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:600;color:#1c1c1c;line-height:1.1;margin-bottom:.5rem}.auth-card__subtitle{font-size:.875rem;color:#6b6b6b;line-height:1.6;max-width:340px}.auth-alert{display:flex;align-items:flex-start;gap:.5rem;padding:1rem 1.5rem;border-radius:8px;font-size:.875rem;margin-bottom:1.5rem;line-height:1.5}.auth-alert svg{flex-shrink:0;width:18px;height:18px;margin-top:1px}.auth-alert--success{background-color:#4a7c5914;border:1px solid rgba(74,124,89,.2);color:#4a7c59}.auth-alert--error{background-color:#c0392b0f;border:1px solid rgba(192,57,43,.2);color:#c0392b}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-form__group{display:flex;flex-direction:column;gap:6px}.auth-form__label-row{display:flex;align-items:center;justify-content:space-between}.auth-form__label{font-size:.875rem;font-weight:500;color:#1c1c1c}.auth-form__link{font-size:.75rem;color:#6b6b6b;transition:color .2s ease}.auth-form__link:hover{color:#d4754e}.auth-form__input-wrapper{position:relative}.auth-form__input{width:100%;height:48px;padding:0 1.5rem;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#1c1c1c;background-color:#fff;border:1.5px solid #E8E5E0;border-radius:8px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.auth-form__input::placeholder{color:#9b9b9b}.auth-form__input:focus{border-color:#d4754e;box-shadow:0 0 0 3px #d4754e1f}.auth-form__input--error{border-color:#c0392b}.auth-form__input-wrapper .auth-form__input{padding-right:48px}.auth-form__toggle-password{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#9b9b9b;cursor:pointer;transition:color .2s ease}.auth-form__toggle-password svg{width:18px;height:18px}.auth-form__toggle-password:hover{color:#6b6b6b}.auth-form__remember{margin-top:-.5rem}.auth-form__submit{height:50px;width:100%;background-color:#d4754e;color:#fff;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;margin-top:.5rem;letter-spacing:.01em}.auth-form__submit:hover{background-color:#c06840;box-shadow:0 4px 16px #d4754e4d}.auth-form__submit:active{transform:translateY(1px)}.auth-checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.auth-checkbox__box{flex-shrink:0;width:18px;height:18px;border:1.5px solid #E8E5E0;border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background-color .2s ease}.auth-checkbox__box:after{content:"";display:block;width:5px;height:9px;border:2px solid #FFFFFF;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px);opacity:0;transition:opacity .2s ease}input:checked+.auth-checkbox__box{background-color:#d4754e;border-color:#d4754e}input:checked+.auth-checkbox__box:after{opacity:1}.auth-checkbox__label{font-size:.875rem;color:#6b6b6b}.admin-body{background-color:#fafaf7;min-height:100vh}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;width:240px;background-color:#1c1c1c;z-index:1000;display:flex;flex-direction:column;transition:transform .3s ease}@media(max-width:1023px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.is-open{transform:translate(0)}}.admin-sidebar__inner{display:flex;flex-direction:column;height:100%;padding:2rem 0;overflow-y:auto}.admin-sidebar__logo{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.02em;padding:0 1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.admin-sidebar__logo span{color:#d4754e}.admin-sidebar__footer{margin-top:auto;padding:1.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:.5rem}.admin-sidebar__user{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.admin-sidebar__user-avatar{width:32px;height:32px;border-radius:50%;background-color:#d4754e;color:#fff;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center;text-transform:uppercase;flex-shrink:0}.admin-sidebar__user-info{display:flex;flex-direction:column;min-width:0}.admin-sidebar__user-name{font-size:.875rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar__user-role{font-size:.75rem;color:#ffffff80}.admin-sidebar__logout{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#ffffff80;border-radius:8px;cursor:pointer;transition:color .2s ease,background-color .2s ease;flex-shrink:0}.admin-sidebar__logout svg{width:16px;height:16px}.admin-sidebar__logout:hover{color:#fff;background-color:#ffffff14}.admin-nav{display:flex;flex-direction:column;padding:0 .5rem;flex:1}.admin-nav__section-label{font-size:.75rem;font-weight:600;color:#ffffff59;letter-spacing:.08em;text-transform:uppercase;padding:1rem 1rem .5rem;display:block}.admin-nav__item{display:flex;align-items:center;gap:10px;padding:10px 1rem;font-size:.875rem;font-weight:500;color:#fff9;border-radius:8px;transition:color .2s ease,background-color .2s ease;margin-bottom:2px}.admin-nav__item svg{width:18px;height:18px;flex-shrink:0}.admin-nav__item:hover{color:#fff;background-color:#ffffff0f}.admin-nav__item--active{color:#fff;background-color:#ffffff1a}.admin-nav__item--active svg{color:#d4754e}.admin-main{flex:1;min-width:0;display:flex;flex-direction:column}@media(min-width:1024px){.admin-main{margin-left:240px}}.admin-topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:#fafaf7e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #F0EDE8}@media(max-width:767px){.admin-topbar{padding:.5rem 1rem}}.admin-topbar__toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#6b6b6b;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.admin-topbar__toggle svg{width:20px;height:20px}.admin-topbar__toggle:hover{background-color:#f5f2ed}@media(min-width:1024px){.admin-topbar__toggle{display:none}}.admin-topbar__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1c1c1c;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:767px){.admin-topbar__title{font-size:1.25rem}}.admin-topbar__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}@media(max-width:767px){.admin-topbar__actions .admin-btn{padding:7px 10px;font-size:.75rem}.admin-topbar__actions .admin-btn svg{width:14px;height:14px}}.admin-flash{display:flex;align-items:center;gap:.5rem;margin:1.5rem 2rem 0;padding:1rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500}@media(max-width:767px){.admin-flash{margin:.5rem 1rem 0;font-size:.75rem}}.admin-flash svg{width:18px;height:18px;flex-shrink:0}.admin-flash__close{margin-left:auto;color:inherit;opacity:.6;cursor:pointer;font-size:.875rem;padding:2px 4px;border-radius:4px;transition:opacity .2s ease}.admin-flash__close:hover{opacity:1}.admin-flash--success{background-color:#4a7c5914;border:1px solid rgba(74,124,89,.2);color:#4a7c59}.admin-flash--error{background-color:#c0392b0f;border:1px solid rgba(192,57,43,.2);color:#c0392b}.admin-content{padding:2rem;display:flex;flex-direction:column;gap:2rem;flex:1}@media(max-width:767px){.admin-content{padding:1rem;gap:1rem}}.admin-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 1.5rem;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.admin-btn svg{width:16px;height:16px}.admin-btn--primary{background-color:#d4754e;color:#fff}.admin-btn--primary:hover{background-color:#c06840;box-shadow:0 4px 12px #d4754e4d}.admin-btn--ghost{background-color:transparent;color:#6b6b6b;border:1.5px solid #E8E5E0}.admin-btn--ghost:hover{background-color:#f5f2ed;color:#1c1c1c}.admin-btn--danger{background-color:transparent;color:#c0392b;border:1.5px solid rgba(192,57,43,.3)}.admin-btn--danger:hover{background-color:#c0392b0f;border-color:#c0392b}.admin-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:767px){.admin-stats{gap:.5rem}}@media(min-width:1024px){.admin-stats{grid-template-columns:repeat(4,1fr)}}.admin-stat-card{background-color:#fff;border:1px solid #F0EDE8;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem}@media(max-width:767px){.admin-stat-card{padding:1rem;gap:1rem;border-radius:12px}}.admin-stat-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:767px){.admin-stat-card__icon{width:38px;height:38px}}.admin-stat-card__icon svg{width:22px;height:22px}.admin-stat-card__icon--accent{background-color:#d4754e14;color:#d4754e}.admin-stat-card__icon--blue{background-color:#3b82f614;color:#3b82f6}.admin-stat-card__icon--green{background-color:#4a7c5914;color:#4a7c59}.admin-stat-card__icon--warm{background-color:#e8b94e1f;color:#cf981b}.admin-stat-card__body{display:flex;flex-direction:column}.admin-stat-card__value{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:700;color:#1c1c1c;line-height:1}@media(max-width:767px){.admin-stat-card__value{font-size:2rem}}.admin-stat-card__label{font-size:.75rem;color:#6b6b6b;margin-top:4px}@media(max-width:767px){.admin-stat-card__label{font-size:.68rem}}.admin-card{background-color:#fff;border:1px solid #F0EDE8;border-radius:16px;overflow:hidden}.admin-card__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #F0EDE8}@media(max-width:767px){.admin-card__header{padding:1rem}}.admin-card__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:600;color:#1c1c1c;display:flex;align-items:center;gap:.5rem}@media(max-width:767px){.admin-card__title{font-size:1.25rem}}.admin-card__count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background-color:#f5f2ed;color:#6b6b6b;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:.75rem;font-weight:600;border-radius:999px}.admin-card__link{font-size:.875rem;color:#d4754e;font-weight:500;transition:color .2s ease}.admin-card__link:hover{color:#c06840}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{text-align:left;font-size:.75rem;font-weight:600;color:#6b6b6b;letter-spacing:.04em;text-transform:uppercase;padding:1rem 2rem;border-bottom:1px solid #F0EDE8;white-space:nowrap}@media(max-width:767px){.admin-table th{padding:.5rem 1rem;font-size:.68rem}}.admin-table td{padding:1rem 2rem;border-bottom:1px solid #F0EDE8;color:#1c1c1c;vertical-align:middle}@media(max-width:767px){.admin-table td{padding:.5rem 1rem;font-size:.75rem}}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover td{background-color:#fafaf7}.admin-table__user{display:flex;align-items:center;gap:10px;white-space:nowrap}.admin-table__avatar{width:32px;height:32px;border-radius:50%;background-color:#d4754e14;color:#d4754e;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-transform:uppercase;flex-shrink:0}.admin-table__muted{color:#6b6b6b}.admin-table__restaurant{display:flex;align-items:center;gap:8px;white-space:nowrap}.admin-table__restaurant-img{width:28px;height:28px;border-radius:4px;object-fit:cover;flex-shrink:0}.admin-table__actions{display:flex;align-items:center;gap:4px;justify-content:flex-end}.admin-table__impersonate-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#9b9b9b;border-radius:8px;cursor:pointer;transition:color .2s ease,background-color .2s ease}.admin-table__impersonate-btn svg{width:16px;height:16px}.admin-table__impersonate-btn:hover{color:#d4754e;background-color:#d4754e14}.admin-table__delete-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#9b9b9b;border-radius:8px;cursor:pointer;transition:color .2s ease,background-color .2s ease}.admin-table__delete-btn svg{width:16px;height:16px}.admin-table__delete-btn:hover{color:#c0392b;background-color:#c0392b0f}.impersonate-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.5rem 2rem;background-color:#d4754e;color:#fff;font-size:.875rem;box-shadow:0 -2px 12px #00000026}.impersonate-banner__content{display:flex;align-items:center;gap:.5rem}.impersonate-banner__content svg{width:16px;height:16px;flex-shrink:0}.impersonate-banner__btn{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:.75rem;font-weight:600;color:#d4754e;background-color:#fff;border:none;border-radius:999px;cursor:pointer;white-space:nowrap;transition:background-color .2s ease}.impersonate-banner__btn svg{width:14px;height:14px}.impersonate-banner__btn:hover{background-color:#fafaf7}.admin-badge{display:inline-flex;align-items:center;padding:3px 10px;font-size:.75rem;font-weight:600;border-radius:999px;white-space:nowrap}.admin-badge--admin{background-color:#7c3aed14;color:#7c3aed}.admin-badge--restaurateur{background-color:#d4754e14;color:#d4754e}.admin-badge--client{background-color:#3b82f614;color:#3b82f6}.admin-badge--active{background-color:#4a7c5914;color:#4a7c59}.admin-badge--inactive{background-color:#9b9b9b1f;color:#9b9b9b}.admin-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:6rem 3rem;color:#6b6b6b;text-align:center}.admin-empty svg{width:48px;height:48px;color:#e8e5e0}.admin-empty p{font-size:1.125rem}.admin-pagination{padding:1.5rem 2rem;border-top:1px solid #F0EDE8}.admin-pagination nav{display:flex;justify-content:center}.admin-form-layout{max-width:860px}.admin-form{padding:2rem;display:flex;flex-direction:column;gap:3rem}@media(max-width:767px){.admin-form{padding:1rem;gap:1.5rem}}.admin-form__section{display:flex;flex-direction:column;gap:1.5rem}.admin-form__section-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:600;color:#1c1c1c;padding-bottom:.5rem;border-bottom:1px solid #F0EDE8}.admin-form__row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.admin-form__row{grid-template-columns:1fr 1fr}}.admin-form__group{display:flex;flex-direction:column;gap:6px}@media(min-width:768px){.admin-form__group--full{grid-column:1/-1}}.admin-form__label{font-size:.875rem;font-weight:500;color:#1c1c1c}.admin-form__required{color:#d4754e}.admin-form__input-wrapper{position:relative}.admin-form__input{width:100%;height:44px;padding:0 1.5rem;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:.875rem;color:#1c1c1c;background-color:#fafaf7;border:1.5px solid #E8E5E0;border-radius:8px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.admin-form__input::placeholder{color:#9b9b9b}.admin-form__input:focus{border-color:#d4754e;box-shadow:0 0 0 3px #d4754e1a;background-color:#fff}.admin-form__input--error{border-color:#c0392b}.admin-form__input-wrapper .admin-form__input{padding-right:44px}.admin-form__textarea{width:100%;padding:1rem 1.5rem;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:.875rem;color:#1c1c1c;background-color:#fafaf7;border:1.5px solid #E8E5E0;border-radius:8px;outline:none;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.admin-form__textarea::placeholder{color:#9b9b9b}.admin-form__textarea:focus{border-color:#d4754e;box-shadow:0 0 0 3px #d4754e1a;background-color:#fff}.admin-form__pwd-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9b9b9b;cursor:pointer;display:flex;align-items:center;transition:color .2s ease}.admin-form__pwd-toggle svg{width:18px;height:18px}.admin-form__pwd-toggle:hover{color:#6b6b6b}.admin-form__error{font-size:.75rem;color:#c0392b}.admin-form__actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:1px solid #F0EDE8}.admin-role-selector{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.admin-role-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#fafaf7;border:2px solid #E8E5E0;border-radius:12px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.admin-role-card__input{position:absolute;opacity:0;width:0;height:0}.admin-role-card__icon{width:40px;height:40px;border-radius:8px;background-color:#d4754e14;color:#d4754e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-role-card__icon svg{width:20px;height:20px}.admin-role-card__icon--admin{background-color:#7c3aed14;color:#7c3aed}.admin-role-card__body{display:flex;flex-direction:column;gap:4px}.admin-role-card__name{font-size:1rem;font-weight:600;color:#1c1c1c}.admin-role-card__desc{font-size:.75rem;color:#6b6b6b;line-height:1.5}.admin-role-card:hover{border-color:#e8e5e0;background-color:#f5f2ed}.admin-role-card--active{border-color:#d4754e;background-color:#d4754e14}.admin-upload{position:relative;border:2px dashed #E8E5E0;border-radius:12px;background-color:#fafaf7;transition:border-color .2s ease,background-color .2s ease;overflow:hidden;cursor:pointer}.admin-upload__input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.admin-upload__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:4rem 3rem;text-align:center;pointer-events:none}.admin-upload__placeholder svg{width:40px;height:40px;color:#e8e5e0}.admin-upload__label{font-size:.875rem;color:#6b6b6b}.admin-upload__label strong{color:#d4754e;cursor:pointer}.admin-upload__hint{font-size:.75rem;color:#9b9b9b}.admin-upload__preview{position:relative;aspect-ratio:16/9;max-height:280px}.admin-upload__preview img{width:100%;height:100%;object-fit:cover;display:block}.admin-upload__remove{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#1c1c1cb3;color:#fff;border-radius:50%;cursor:pointer;z-index:3;transition:background-color .2s ease}.admin-upload__remove svg{width:16px;height:16px}.admin-upload__remove:hover{background-color:#c0392bd9}.admin-upload:hover,.admin-upload--drag{border-color:#d4754e;background-color:#d4754e14}.admin-sidebar__brand{padding:0 1.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.admin-sidebar__restaurant-img{width:100%;height:80px;object-fit:cover;border-radius:8px;margin-top:.5rem}.admin-sidebar__restaurant-name{font-size:.875rem;font-weight:600;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-nav__badge{margin-left:auto;background-color:#d4754e;color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.resto-hero{position:relative;height:220px;border-radius:24px;overflow:hidden;background-color:#2d2d2d}@media(max-width:767px){.resto-hero{height:160px;border-radius:12px}}.resto-hero__img{width:100%;height:100%;object-fit:cover}.resto-hero__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2d2d2d,#1c1c1c)}.resto-hero__placeholder svg{width:48px;height:48px;color:#fff3}.resto-hero__overlay{position:absolute;inset:0;background:linear-gradient(to right,#1c1c1cbf,#1c1c1c33)}.resto-hero__content{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:space-between;padding:2rem}.resto-hero__info{display:flex;flex-direction:column;gap:.5rem}.resto-hero__tag{display:inline-block;font-size:.75rem;font-weight:600;color:#d4754e;background-color:#d4754e26;border:1px solid rgba(212,117,78,.3);padding:3px 10px;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.resto-hero__name{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:700;color:#fff;line-height:1.1}@media(max-width:767px){.resto-hero__name{font-size:1.5rem}}.resto-hero__location{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#ffffffb3}.resto-hero__location svg{width:14px;height:14px}.resto-hero__status{align-self:flex-start;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-card__subtitle{font-size:.875rem;color:#6b6b6b;margin-top:2px}.resto-badge--pending,.resto-count--pending{background-color:#e8b94e26;color:#b8891a}.hours-form{padding:2rem}@media(max-width:767px){.hours-form{padding:1rem}}.hours-form__actions{display:flex;justify-content:flex-end;padding-top:2rem;border-top:1px solid #F0EDE8;margin-top:1.5rem}.hours-grid{display:flex;flex-direction:column;gap:.5rem}.hours-day{border:1.5px solid #F0EDE8;border-radius:12px;overflow:hidden;transition:border-color .2s ease}.hours-day--open{border-color:#d4754e4d;background-color:#d4754e05}.hours-day__header{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;cursor:default}.hours-day__name{font-size:1rem;font-weight:600;color:#1c1c1c;min-width:90px}.hours-day__status{font-size:.75rem;color:#9b9b9b;margin-left:auto}.hours-day--open .hours-day__status{color:#4a7c59;font-weight:500}.hours-day__body{padding:0 1.5rem 1.5rem;border-top:1px solid #F0EDE8;display:flex;flex-direction:column;gap:1rem}.hours-day--open .hours-day__body{border-top-color:#d4754e26}.hours-toggle{position:relative;display:inline-flex;cursor:pointer}.hours-toggle__input{position:absolute;opacity:0;width:0;height:0}.hours-toggle__track{display:block;width:40px;height:22px;background-color:#e8e5e0;border-radius:999px;position:relative;transition:background-color .2s ease;flex-shrink:0}.hours-toggle__track:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;background-color:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #00000026}.hours-toggle__input:checked+.hours-toggle__track{background-color:#d4754e}.hours-toggle__input:checked+.hours-toggle__track:after{transform:translate(18px)}.hours-periods{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem}.hours-period{display:flex;align-items:center;gap:.5rem}.hours-period__fields{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;flex:1}.hours-period__time-group{display:flex;flex-direction:column;gap:3px}.hours-period__time-group label{font-size:.75rem;color:#9b9b9b;font-weight:500}.hours-period__time-input{height:38px;padding:0 1rem;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:.875rem;color:#1c1c1c;background-color:#fff;border:1.5px solid #E8E5E0;border-radius:8px;outline:none;min-width:100px;transition:border-color .2s ease}@media(max-width:767px){.hours-period__time-input{min-width:0;width:100%}}.hours-period__time-input:focus{border-color:#d4754e}.hours-period__sep{color:#9b9b9b;font-size:.875rem;padding-top:18px}.hours-period__interval-group{display:flex;flex-direction:column;gap:3px}.hours-period__interval-group label{font-size:.75rem;color:#9b9b9b;font-weight:500}.hours-period__select{height:38px;padding:0 1rem;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:.875rem;color:#1c1c1c;background-color:#fff;border:1.5px solid #E8E5E0;border-radius:8px;outline:none;cursor:pointer;transition:border-color .2s ease}.hours-period__select:focus{border-color:#d4754e}.hours-period__preview{display:flex;align-items:center;gap:5px;padding-top:18px;color:#9b9b9b;font-size:.75rem;max-width:260px}@media(max-width:767px){.hours-period__preview{padding-top:.5rem;max-width:100%;width:100%}}.hours-period__preview svg{width:14px;height:14px;flex-shrink:0;color:#d4754e}.hours-period__preview-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hours-period__remove{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#9b9b9b;border-radius:8px;cursor:pointer;transition:color .2s ease,background-color .2s ease;flex-shrink:0;margin-top:18px}.hours-period__remove svg{width:15px;height:15px}.hours-period__remove:hover{color:#c0392b;background-color:#c0392b0f}.hours-add-period{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:500;color:#d4754e;cursor:pointer;padding:6px 0;transition:color .2s ease}.hours-add-period svg{width:14px;height:14px}.hours-add-period:hover{color:#c06840}.closures-layout{display:grid;grid-template-columns:1fr;gap:3rem;padding:2rem}@media(max-width:767px){.closures-layout{padding:1rem;gap:1.5rem}}@media(min-width:1024px){.closures-layout{grid-template-columns:380px 1fr;align-items:start}}.closures-form{gap:1.5rem}.closures-partial{display:flex;flex-direction:column;gap:1rem}.closures-partial__times{padding-left:2rem;margin-top:.5rem}.closures-list{display:flex;flex-direction:column;gap:.5rem}.closures-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;background-color:#fafaf7;border:1.5px dashed #E8E5E0;border-radius:16px;color:#9b9b9b;text-align:center}.closures-empty svg{width:36px;height:36px;color:#e8e5e0}.closures-empty p{font-size:.875rem}.closure-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#fff;border:1px solid #F0EDE8;border-radius:12px;transition:box-shadow .2s ease}.closure-item:hover{box-shadow:0 2px 8px #0000000f}.closure-item__icon{width:36px;height:36px;border-radius:8px;background-color:#c0392b0f;color:#c0392b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.closure-item__icon svg{width:18px;height:18px}.closure-item__body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.closure-item__label{font-size:.875rem;font-weight:600;color:#1c1c1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.closure-item__period{font-size:.75rem;color:#6b6b6b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.closure-item__meta{font-size:.75rem;color:#9b9b9b;font-style:italic}.closure-item__delete{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#9b9b9b;border-radius:8px;cursor:pointer;transition:color .2s ease,background-color .2s ease;flex-shrink:0}.closure-item__delete svg{width:15px;height:15px}.closure-item__delete:hover{color:#c0392b;background-color:#c0392b0f}.closure-item__icon--opening{background-color:#4a7c5914;color:#4a7c59}.admin-checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.admin-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.admin-checkbox__box{flex-shrink:0;width:18px;height:18px;border:1.5px solid #E8E5E0;border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background-color .2s ease}.admin-checkbox__box:after{content:"";display:block;width:5px;height:9px;border:2px solid #FFFFFF;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px);opacity:0;transition:opacity .2s ease}input:checked+.admin-checkbox__box{background-color:#d4754e;border-color:#d4754e}input:checked+.admin-checkbox__box:after{opacity:1}.admin-checkbox__label{font-size:.875rem;color:#6b6b6b}.reservation-cards{display:none;flex-direction:column;gap:.5rem;padding:1rem}@media(max-width:767px){.reservation-cards{display:flex}}.reservation-card{background-color:#fff;border:1px solid #F0EDE8;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:1rem}.reservation-card__header{display:flex;align-items:center;gap:.5rem}.reservation-card__avatar{width:36px;height:36px;border-radius:50%;background-color:#d4754e14;color:#d4754e;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-transform:uppercase;flex-shrink:0}.reservation-card__client{display:flex;flex-direction:column;min-width:0;flex:1}.reservation-card__name{font-size:.875rem;font-weight:600;color:#1c1c1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reservation-card__contact{font-size:.75rem;color:#6b6b6b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reservation-card__badge{flex-shrink:0}.reservation-card__details{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.reservation-card__detail{display:flex;flex-direction:column;gap:2px}.reservation-card__detail-label{font-size:.68rem;color:#9b9b9b;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.reservation-card__detail-value{font-size:.875rem;font-weight:500;color:#1c1c1c}.reservation-card__notes{font-size:.75rem;color:#6b6b6b;font-style:italic;padding-top:.5rem;border-top:1px solid #F0EDE8}.reservation-card__actions{display:flex;gap:.5rem;padding-top:.5rem;border-top:1px solid #F0EDE8}.reservation-card__actions form{flex:1}.reservation-card__actions .admin-btn{width:100%;justify-content:center;padding:10px 1rem;font-size:.875rem}@media(max-width:767px){.admin-table-wrapper--has-cards{display:none}}.resto-hours-table{display:flex;flex-direction:column;gap:2px}.resto-hours-table__row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:8px;font-size:.875rem}.resto-hours-table__row--closed{color:#9b9b9b}.resto-hours-table__row:not(.resto-hours-table__row--closed){background-color:#d4754e0a}.resto-hours-table__day{font-weight:600;color:#1c1c1c;min-width:100px}.resto-hours-table__row--closed .resto-hours-table__day{color:#9b9b9b;font-weight:400}.resto-hours-table__times{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.resto-hours-table__times span{background-color:#d4754e1a;color:#1c1c1c;font-size:.75rem;font-weight:500;padding:2px 8px;border-radius:999px}.reservation-form{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;text-align:left}.reservation-form__field{display:flex;flex-direction:column;gap:4px}.reservation-form__field label{font-size:.75rem;font-weight:600;color:#1c1c1c}.reservation-form__field input,.reservation-form__field textarea{width:100%;padding:9px 12px;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:.875rem;color:#1c1c1c;background-color:#fafaf7;border:1.5px solid #E8E5E0;border-radius:8px;outline:none;transition:border-color .2s ease;box-sizing:border-box}.reservation-form__field input:focus,.reservation-form__field textarea:focus{border-color:#d4754e;background-color:#fff}.reservation-form__field textarea{resize:vertical;min-height:50px}.reservation-form__error{font-size:.75rem;color:#c0392b;min-height:14px}.reservation-form__global-error{background-color:#c0392b14;border:1px solid rgba(192,57,43,.2);color:#c0392b;font-size:.875rem;padding:10px 14px;border-radius:8px}.restaurant-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2d2d2d,#1c1c1c)}.restaurant-card__img-placeholder svg{width:40px;height:40px;color:#fff3}.restaurant-card__desc{font-size:.75rem;color:#9b9b9b;line-height:1.5;margin-top:4px;margin-bottom:4px}.restaurant-show__hero-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2d2d2d,#1c1c1c)}.restaurant-show__hero-placeholder svg{width:64px;height:64px;color:#fff3}.reservation__notice{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;background-color:#fafaf7;border:1.5px dashed #E8E5E0;border-radius:16px;text-align:center;color:#9b9b9b}.reservation__notice svg{width:32px;height:32px}.reservation__notice p{font-size:.875rem;margin:0}
