@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";:root{--max-section-w:1200px;--BGBackground:#1c1e1f;--BGCard:#121213;--SectionOff:#252729;--Stroke:#252729;--Divider:#252729;--WhiteAshes:#e5e2e3;--WhitePink:#c7c4d7;--TextMuted:#aaa;--TextFaint:#6b6b6b;--Obsidian:#7b61ff;--ObsidianFaded:#9b87ff;--ObsidianSoft:#c0c1ff}.playfair-display{font-optical-sizing:auto;font-family:Playfair Display,serif;font-style:normal;font-weight:700}html{overflow-x:hidden}html,body{background-color:var(--BGBackground);color:var(--WhiteAshes);scroll-behavior:smooth;scroll-padding-top:95px}body:before{content:"";pointer-events:none;z-index:9999;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='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;position:fixed;inset:0}html,body,h1,h2,h3,h4,h5{margin:0;padding:0;font-family:Inter;font-size:16px}h1,h2,h3,h4,h5{font-family:Geist}main{margin-top:100px}main .section{margin-top:48px;padding:0 2rem}p{color:var(--WhitePink);letter-spacing:normal;font-size:20px}.uppercase{text-transform:uppercase}.gradient-text{color:var(--Obsidian);background:linear-gradient(135deg, var(--Obsidian), var(--ObsidianFaded));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-violet{background-color:var(--Obsidian);color:var(--WhiteAshes);border:none;padding:1rem 2rem;font-family:Geist;text-decoration:none}a:not(.btn){color:var(--Obsidian);text-transform:capitalize;font-family:Geist,sans-serif;text-decoration:none;transition:color .2s;position:relative}a:not(.btn):hover{cursor:pointer;color:var(--ObsidianFaded)}a:not(.btn):hover.underline:after{content:"";background-color:var(--ObsidianFaded);width:100%;height:1px;transition:all .2s;position:absolute;bottom:-2px;left:0}hr{width:100%;height:1px;max-width:var(--max-section-w);background-color:var(--Stroke);border:none}.p-card{width:100%}.p-card img{width:100%}.capitalize{text-transform:capitalize}.desktop-only{display:none}footer{border-top:1px solid var(--Stroke)}footer .footer-wrapper{flex-direction:column-reverse;gap:12px;padding:24px;display:flex}footer .footer-wrapper span{color:var(--Obsidian);margin-bottom:5px;font-size:18px}footer .footer-wrapper p{opacity:.5;margin-bottom:0;font-size:14px;display:block}footer .footer-wrapper .links{flex-direction:column;display:flex}footer .footer-wrapper .links a{width:max-content;margin-bottom:12px}footer .footer-wrapper .links a:last-of-type{margin-bottom:24px}@media (width>=768px){.mobile-only{display:none}.desktop-only{display:unset}.main .section{max-width:var(--max-section-w);margin-left:auto;margin-right:auto;padding:0}footer .footer-wrapper{flex-direction:row;justify-content:space-between;padding:24px}footer .footer-wrapper p{margin:5px 0 0}footer .footer-wrapper .links{flex-direction:row-reverse;column-gap:24px}footer .footer-wrapper .links a{height:max-content;margin:0;font-size:.8rem}footer .footer-wrapper .links a:first-of-type{margin:0}}html body header{z-index:999;width:100%;transition:all .3s;position:fixed;top:0}html body header.scrolled .navbar{padding:.4rem 5rem}html body header.scrolled .navbar .blog-title{font-size:28px}html body header.scrolled .navbar .blog-logo{width:33px;height:33px}html body header .navbar{background-color:var(--BGBackground);border:none;border-bottom:1px solid #222227;border-radius:0;justify-content:space-between;width:100%;padding:.8rem 1rem;transition:all .3s}html body header .navbar .blog-brand{align-items:center;gap:10px;display:flex}html body header .navbar .blog-logo{flex-shrink:0;width:33px;height:33px;transition:height .3s,width .3s}html body header .navbar .blog-title{color:var(--WhiteAshes);font-size:28px;text-decoration:none;transition:font-size .3s}html body header .navbar.p-menubar-mobile svg{color:var(--Obsidian);width:24px;height:24px}html body header .navbar.p-menubar-mobile.p-menubar-mobile-active .p-menubar-root-list{clip-path:circle(150% at 100% 0);pointer-events:all}html body header .navbar ul.p-menubar-root-list{clip-path:circle(0% at 100% 0);pointer-events:none;background-color:#222227;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:calc(100vh - 45px);padding-top:24px;transition:clip-path .5s ease-in-out;display:flex;position:fixed;top:70px}html body header .navbar ul.p-menubar-root-list li{padding:1rem 1.5rem}html body header .navbar ul.p-menubar-root-list li a{color:var(--WhiteAshes);width:100%;font-family:Geist;font-size:1.6rem;text-decoration:none;transition:color .2s;display:flex;position:relative}html body header .navbar ul.p-menubar-root-list li a.router-link-exact-active{color:var(--Obsidian)}html body header .navbar ul.p-menubar-root-list li a.router-link-exact-active:after{content:"";background-color:var(--Obsidian);width:100%;height:1px;position:absolute;bottom:-2px;left:0}@media (width>=768px){html body header .navbar{padding:1rem 5rem}html body header .navbar .blog-title{font-size:38px;text-decoration:none}html body header .navbar .blog-logo{width:43px;height:43px}html body header .navbar ul.p-menubar-root-list{clip-path:none;background-color:unset;pointer-events:all;flex-direction:row;width:auto;height:auto;margin:0 1.5rem;padding:0;display:flex;position:relative;top:0}html body header .navbar ul.p-menubar-root-list li a{font-size:1.1rem}html body header .navbar ul.p-menubar-root-list li a:hover{color:var(--Obsidian)}}.restaurant-card{background-color:var(--BGCard);border:1px solid var(--Divider);cursor:pointer;width:320px;transition:box-shadow .3s,transform .3s;overflow:hidden;border-radius:4px!important}.restaurant-card:hover{box-shadow:0 8px 24px color-mix(in srgb, var(--Obsidian) 25%, transparent);transform:translateY(-4px)}.restaurant-card:focus-visible{outline:2px solid var(--Obsidian);outline-offset:2px}.restaurant-card .p-card-header .card-image-wrapper{position:relative}.restaurant-card .p-card-header .card-image-wrapper .card-image{aspect-ratio:1;object-fit:cover;object-position:center;width:100%;height:250px;display:block}.restaurant-card .p-card-header .card-image-wrapper .card-score{color:var(--Obsidian);background-color:var(--BGCard);border:1px solid var(--Stroke);border-radius:6px;padding:6px 12px;font-family:Geist,sans-serif;font-size:1.2rem;font-weight:700;position:absolute;top:12px;right:12px}.restaurant-card .p-card-body{background-color:var(--BGCard);flex-direction:column;height:100%;padding:18px;display:flex}.restaurant-card .p-card-body .card-cuisine{text-transform:uppercase;letter-spacing:2px;color:var(--Obsidian);margin-bottom:4px;font-family:Geist,Inter,sans-serif;font-size:.75rem;display:block}.restaurant-card .p-card-body .p-card-title{color:var(--WhiteAshes);margin-bottom:12px;font-family:Playfair Display;font-size:1.8rem;font-weight:700}.restaurant-card .p-card-body .p-card-content{flex-direction:column;flex:1;display:flex}.restaurant-card .p-card-body .p-card-content .card-description{color:var(--TextMuted);flex:1;margin:0 0 16px;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.3}.restaurant-card .p-card-body .p-card-content .card-divider{border:none;border-top:1px solid var(--Stroke);margin:16px 0}.restaurant-card .p-card-body .p-card-content .card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.restaurant-card .p-card-body .p-card-content .card-footer .card-city{color:var(--TextMuted);letter-spacing:2px;font-family:Geist,Inter,sans-serif;font-size:.85rem}.restaurant-card .p-card-body .p-card-content .card-footer .card-price{color:var(--TextMuted);font-family:Geist,Inter,sans-serif;font-weight:600}@media (width<=768px){.restaurant-card{width:100%}.restaurant-card .card-image{height:100%}}.score-scale{flex-direction:column;display:flex}.score-scale .header{justify-content:space-between;align-items:center;display:flex}.score-scale .title{color:var(--WhiteAshes);font-family:Geist,Inter,sans-serif;font-size:12px}.score-scale .score{font-family:Geist,sans-serif;font-size:20px;font-weight:500}.score-scale .blocks{gap:3px;display:flex}.score-scale .blocks .block{border-radius:2px;flex:1;width:10%;height:28px}#home #hero-section{padding:140px 0 128px;position:relative;overflow-x:hidden}#home #hero-section .hero-gradient{background:radial-gradient(ellipse at center, color-mix(in srgb, var(--Obsidian) 15%, transparent) 10%, transparent 70%);z-index:0;width:500px;height:500px;position:absolute;bottom:0;right:-150px}#home #hero-section .welcome{z-index:1;width:320px;margin:0 auto;position:relative}#home #hero-section .welcome .hero-eyebrow,#home #hero-section .welcome .hero-title,#home #hero-section .welcome .hero-subtitle{will-change:transform}#home #hero-section .welcome .hero-eyebrow{color:var(--Obsidian);text-align:center;text-transform:uppercase;letter-spacing:3px;z-index:0;opacity:.6;margin-bottom:5px;font-family:Geist,sans-serif;font-size:.7rem;display:block}#home #hero-section .welcome .hero-title{text-align:center;text-shadow:0 0 1px #000;font-size:42px}#home #hero-section .welcome .hero-subtitle{text-align:center;margin:24px 0}#home #latest-dispatches .wrapper .titles{justify-content:space-between;display:flex}#home #latest-dispatches .wrapper .titles h3{letter-spacing:1.5px;font-size:14px}#home #latest-dispatches .wrapper .cards-wrapper{flex-direction:column;gap:32px;display:flex}#home #latest-dispatches .wrapper .empty-state{color:var(--TextMuted);padding:24px 0}#home #latest-dispatches .wrapper .skeleton-card{background-color:var(--BGCard);border:1px solid var(--Divider);border-radius:4px;width:320px;overflow:hidden}#home #latest-dispatches .wrapper .skeleton-card .skeleton-card-body{padding:18px}#home #latest-dispatches .wrapper .skeleton-card .skeleton-card-footer{justify-content:space-between;display:flex}#home .mb-2{margin-bottom:8px;display:block}#home .mb-3{margin-bottom:12px;display:block}#home .mb-4{margin-bottom:16px;display:block}#home #how-rating{background-color:var(--SectionOff);padding:0}#home #how-rating .wrapper .sub-section-wrapper{flex-direction:column;gap:24px;padding:32px;display:flex}#home #how-rating .wrapper .sub-section-wrapper .text-section h3{font-size:48px;font-weight:700}#home #how-rating .wrapper .sub-section-wrapper .text-section h4{margin-top:15px;font-family:Geist,sans-serif;font-size:28px;font-weight:300}#home #how-rating .wrapper .sub-section-wrapper .text-section p{max-width:430px;line-height:28px}#home #how-rating .wrapper .sub-section-wrapper .text-section p:last-of-type{background-color:var(--BGBackground);border-left:3px solid var(--Obsidian);border-radius:4px;padding:24px}#home #how-rating .wrapper .sub-section-wrapper .scale-section{justify-content:center;align-items:center;display:flex}#home #how-rating .wrapper .sub-section-wrapper .scale-section .scale-wrapper{background-color:var(--BGBackground);border-radius:4px;flex-direction:column;row-gap:20px;width:100%;padding:24px;display:flex}@media (width>=768px){#home #hero-section{margin-top:95px;overflow:visible}#home #hero-section .hero-gradient{width:750px;height:750px;position:absolute;top:-20px;right:-300px}#home #hero-section .welcome{width:unset}#home #hero-section .welcome span.subtitle{letter-spacing:7px;font-size:.8rem}#home #hero-section .welcome .hero-title{text-align:center;font-size:48px}#home #latest-dispatches .wrapper .cards-wrapper{flex-direction:row;justify-content:space-between;margin-top:32px}#home #latest-dispatches .wrapper .cards-wrapper .restaurant-card,#home #latest-dispatches .wrapper .cards-wrapper .skeleton-card{width:33.3333vw}#home #how-rating{max-width:none}#home #how-rating .wrapper{max-width:var(--max-section-w);margin:0 auto}#home #how-rating .wrapper .sub-section-wrapper{flex-direction:row;padding:48px 0}#home #how-rating .wrapper .sub-section-wrapper>div{flex:1}#home #how-rating .wrapper .sub-section-wrapper .text-section h4{margin-top:0}}#phylo #whyeat{position:relative}#phylo #whyeat .gradient{background:radial-gradient(ellipse at center, color-mix(in srgb, var(--Obsidian) 8%, transparent) 10%, transparent 70%);z-index:0;width:800px;height:800px;position:absolute;top:-100px;left:-550px}#phylo #whyeat{padding:0}#phylo #whyeat .wrapper{flex-direction:column;padding:32px;display:flex}#phylo #whyeat .wrapper .text-section{flex:1}#phylo #whyeat .wrapper .text-section h2{text-transform:capitalize;font-size:42px}#phylo #whyeat .wrapper .text-section h2 span{color:var(--Obsidian);font-style:italic}#phylo #whyeat .wrapper .img-section{flex:1}#phylo #whyeat .wrapper .img-section img{border-radius:4px;width:100%;box-shadow:0 0 35px 3px #5f5f5f1a}#phylo #lookfor{margin-bottom:48px}#phylo #lookfor .wrapper .text-section h3{text-align:center;text-transform:capitalize;font-size:32px}#phylo #lookfor .wrapper .text-section p{text-align:center}#phylo #lookfor .wrapper .four-elements{flex-direction:column;gap:12px;margin-top:48px;display:flex}#phylo #lookfor .wrapper .four-elements .element{background-color:var(--SectionOff);border:1px solid var(--Stroke);border-radius:4px;flex:1 0 50%;padding:24px}#phylo #lookfor .wrapper .four-elements .element .title{flex-direction:row;align-items:center;column-gap:12px;display:flex}#phylo #lookfor .wrapper .four-elements .element .title .icon{width:24px;height:24px;fill:var(--Obsidian);display:inline-block}#phylo #lookfor .wrapper .four-elements .element .title span{font-size:24px;font-weight:600}#phylo #lookfor .wrapper .four-elements .element p{font-size:16px}@media (width>=768px){#phylo #whyeat{padding:80px 0 48px}#phylo #whyeat .wrapper{flex-direction:row;align-items:center;gap:48px;padding:0}#phylo #whyeat .wrapper .text-section h2{font-size:48px}#phylo #lookfor .wrapper .text-section h3{font-size:32px}#phylo #lookfor .wrapper .four-elements{flex-flow:wrap}#phylo #lookfor .wrapper .four-elements .element{flex:calc(50% - 12px)}}#archives .section .wrapper .titles-filters{flex-direction:column;row-gap:48px;margin-bottom:24px;display:flex}#archives .section .wrapper .titles-filters .titles h2{font-size:28px}#archives .section .wrapper .titles-filters .titles p{margin:5px 0}#archives .section .wrapper .titles-filters .filters{flex-direction:column;row-gap:24px;display:flex}#archives .section .wrapper .titles-filters .filters input,#archives .section .wrapper .titles-filters .filters .p-multiselect{border-color:#000;width:100%}:is(#archives .section .wrapper .titles-filters .filters input,#archives .section .wrapper .titles-filters .filters .p-multiselect):focus{border-color:var(--Obsidian)}#archives .section .wrapper .titles-filters .filters .p-focus{border-color:var(--Obsidian)}#archives .section .wrapper .card-archive{padding:24px 0}#archives .section .wrapper .card-archive .wrapper{flex-direction:column;row-gap:24px;display:flex}#archives .section .wrapper .card-archive .empty-state{color:var(--TextMuted);padding:24px 0}#archives .section .wrapper .card-archive .skeleton-card{background-color:var(--BGCard);border:1px solid var(--Divider);border-radius:4px;width:320px;overflow:hidden}#archives .section .wrapper .card-archive .skeleton-card .skeleton-card-body{padding:18px}#archives .section .wrapper .card-archive .skeleton-card .skeleton-card-footer{justify-content:space-between;display:flex}.mb-2{margin-bottom:8px;display:block}.mb-3{margin-bottom:12px;display:block}.mb-4{margin-bottom:16px;display:block}@media (width>=768px){#archives{padding:10px 0 48px}#archives .section .wrapper .titles-filters{flex-direction:column;align-items:flex-start;row-gap:24px}#archives .section .wrapper .titles-filters .titles h2{font-size:48px}#archives .section .wrapper .titles-filters .filters{flex-flow:row;column-gap:24px;width:100%;display:flex}#archives .section .wrapper .titles-filters .filters .p-autocomplete,#archives .section .wrapper .titles-filters .filters .p-multiselect{width:max-content}#archives .section .wrapper .card-archive{padding:24px 0}#archives .section .wrapper .card-archive .wrapper{flex-flow:wrap;flex:0 0 calc(25% - 24px);column-gap:24px}#archives .section .wrapper .card-archive .wrapper .restaurant-card,#archives .section .wrapper .card-archive .wrapper .skeleton-card{flex:0 0 calc(25% - 18px)}}#about .section .wrapper{max-width:900px;margin:0 auto;padding-top:32px;padding-bottom:64px}#about .section .wrapper .about-hero{text-align:center;margin-bottom:48px}#about .section .wrapper .about-hero .eyebrow{color:var(--Obsidian);text-transform:uppercase;letter-spacing:3px;margin-bottom:12px;font-family:Geist,sans-serif;font-size:.75rem;display:block}#about .section .wrapper .about-hero h2{color:var(--WhiteAshes);font-size:2.5rem}#about .section .wrapper .about-sections{flex-direction:column;gap:24px;display:flex}#about .section .wrapper .about-sections .about-block{background-color:var(--SectionOff);border-left:3px solid var(--Obsidian);border-top:1px solid var(--Stroke);border-right:1px solid var(--Stroke);border-bottom:1px solid var(--Stroke);border-radius:4px;padding:32px}#about .section .wrapper .about-sections .about-block h3{color:var(--Obsidian);margin-bottom:16px;font-size:1.4rem}#about .section .wrapper .about-sections .about-block p{color:var(--WhitePink);margin-bottom:16px;font-size:1rem;line-height:1.7}#about .section .wrapper .about-sections .about-block p:last-child{margin-bottom:0}#about .section .wrapper .about-sections .contact-block{flex-direction:column;display:flex}#about .section .wrapper .about-sections .contact-block .contact-label{color:var(--Obsidian);text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;font-family:Geist,sans-serif;font-size:.75rem;display:block}#about .section .wrapper .about-sections .contact-block .captcha-checkbox{background-color:var(--BGBackground);border:1px solid var(--Stroke);cursor:pointer;border-radius:4px;align-items:center;gap:12px;padding:12px 16px;transition:border-color .2s;display:flex}#about .section .wrapper .about-sections .contact-block .captcha-checkbox:hover:not(:disabled){border-color:var(--Obsidian)}#about .section .wrapper .about-sections .contact-block .captcha-checkbox:disabled{cursor:default}#about .section .wrapper .about-sections .contact-block .captcha-checkbox .checkbox-box{border:1px solid var(--Stroke);background-color:var(--BGCard);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}#about .section .wrapper .about-sections .contact-block .captcha-checkbox .checkbox-spinner{border:2px solid var(--Stroke);border-top-color:var(--Obsidian);border-radius:50%;width:12px;height:12px;animation:.6s linear infinite contact-spin}#about .section .wrapper .about-sections .contact-block .captcha-checkbox .checkbox-label{color:var(--WhitePink);font-size:.9rem}#about .section .wrapper .about-sections .contact-block .email-reveal{color:var(--Obsidian);word-break:break-all;text-transform:lowercase;margin-top:10px;font-size:1.1rem;font-weight:600;text-decoration:none}#about .section .wrapper .about-sections .contact-block .email-reveal:hover{text-decoration:underline}@keyframes contact-spin{to{transform:rotate(360deg)}}@media (width>=768px){#about .section .wrapper .about-hero h2{font-size:3rem}#about .section .wrapper .about-sections{grid-template-columns:1fr 1fr;align-items:stretch;display:grid}#about .section .wrapper .about-sections .about-block{padding:40px}}#faq .section .wrapper{max-width:900px;margin:0 auto;padding-top:32px;padding-bottom:64px}#faq .section .wrapper .faq-hero{text-align:center;margin-bottom:48px}#faq .section .wrapper .faq-hero .eyebrow{color:var(--Obsidian);text-transform:uppercase;letter-spacing:3px;margin-bottom:12px;font-family:Geist,sans-serif;font-size:.75rem;display:block}#faq .section .wrapper .faq-hero h2{color:var(--WhiteAshes);margin-bottom:16px;font-size:2.5rem}#faq .section .wrapper .faq-hero p{color:var(--TextMuted);font-size:1rem}#faq .section .wrapper .faq-featured{background-color:var(--SectionOff);border:1px solid var(--Stroke);border-radius:4px;flex-direction:column;gap:16px;margin-bottom:24px;padding:32px;display:flex}#faq .section .wrapper .faq-featured .faq-icon{width:44px;height:44px;color:var(--Obsidian);background-color:var(--BGCard);border:1px solid var(--Stroke);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}#faq .section .wrapper .faq-featured h3{color:var(--WhiteAshes);margin-bottom:12px;font-size:1.6rem}#faq .section .wrapper .faq-featured p{color:var(--TextMuted);font-size:1rem;line-height:1.6}#faq .section .wrapper .faq-grid{flex-direction:column;gap:24px;display:flex}#faq .section .wrapper .faq-grid .faq-item{background-color:var(--SectionOff);border:1px solid var(--Stroke);border-radius:4px;padding:32px}#faq .section .wrapper .faq-grid .faq-item h3{color:var(--WhiteAshes);margin-bottom:12px;font-size:1.2rem}#faq .section .wrapper .faq-grid .faq-item p{color:var(--TextMuted);font-size:1rem;line-height:1.6}@media (width>=768px){#faq .section .wrapper .faq-hero h2{font-size:3rem}#faq .section .wrapper .faq-featured{flex-direction:row;align-items:flex-start}#faq .section .wrapper .faq-grid{flex-flow:wrap}#faq .section .wrapper .faq-grid .faq-item{flex:calc(50% - 12px)}}
