:root{--red:#e4002b;--red-dark:#b8001f;--gold:#c9a84c;--dark:#111113;--dark-2:#1c1c1e;--dark-3:#2c2c2e;--gray:#8e8e93;--border:#3a3a3c;--white:#fff;--cream:#faf8f5;--font-serif:Georgia, "Times New Roman", serif;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--tab-h:60px;--safe-bottom:env(safe-area-inset-bottom,0px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:var(--font-sans);color:var(--white);-webkit-font-smoothing:antialiased;background:radial-gradient(at 30% 20%,#78001459 0%,#0a0a0a 60%);justify-content:center;align-items:center;min-height:100dvh;display:flex}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-serif);line-height:1.2}#root{background:var(--dark);border-radius:44px;width:393px;height:852px;position:relative;overflow:hidden;box-shadow:0 0 0 10px #1a0a0c,0 0 0 12px #2a1014,0 40px 120px #000c,0 0 60px #e4002b1f}@media (width<=430px){body{background:var(--dark)}#root{width:100%;height:100dvh;box-shadow:none;border-radius:0}}.app-shell{background:var(--dark);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.app-body{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.app-body>*{flex:1 1 0;width:100%;min-height:0}.scroll-page{-webkit-overflow-scrolling:touch;scrollbar-width:none;height:100%;overflow-y:auto}.scroll-page::-webkit-scrollbar{display:none}.tag{letter-spacing:.04em;text-transform:uppercase;border-radius:12px;padding:3px 8px;font-size:.7rem;font-weight:700;display:inline-block}.tag-red{background:var(--red);color:#fff}.tag-gold{background:var(--gold);color:#fff}.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark)}.btn-outline{color:var(--white);background:0 0;border:1.5px solid #ffffff4d}.btn-outline:hover{border-color:#fff}.tab-bar{height:var(--tab-h);-webkit-backdrop-filter:blur(20px);padding-bottom:var(--safe-bottom);z-index:100;background:#121214f5;border-top:1px solid #ffffff14;flex-shrink:0;align-items:stretch;display:flex;position:relative}.tab-item{color:var(--gray);letter-spacing:.02em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:.58rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex;position:relative}.tab-item>span{letter-spacing:.02em;text-transform:uppercase;font-size:.58rem;font-weight:600}.tab-item--active{color:var(--white)}.tab-item--active:before{content:"";background:var(--red);border-radius:0 0 2px 2px;width:24px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.tab-item--main{flex:none;width:64px}.tab-main-btn{background:var(--red);color:#fff;border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 14px #e4002b80}.tab-item--main.tab-item--active .tab-main-btn,.tab-item--main:active .tab-main-btn{transform:scale(.92);box-shadow:0 2px 8px #e4002b59}.tab-item--avatar{flex:1}.tab-avatar-circle{color:#fff;border:1.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;font-weight:800;display:flex}.tab-menu-backdrop{z-index:150;position:absolute;inset:0}.tab-user-menu{bottom:calc(var(--tab-h) + 8px);z-index:200;background:#fff;border-radius:16px;width:240px;animation:.2s cubic-bezier(.32,.72,0,1) popUp;position:absolute;right:8px;overflow:hidden;box-shadow:0 8px 32px #0000002e,0 2px 8px #0000001a}@keyframes popUp{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.tab-user-info{align-items:center;gap:12px;padding:16px;display:flex}.tab-user-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:800;display:flex}.tab-user-name{color:#1c1c1e;font-size:.9rem;font-weight:700}.tab-user-email{color:#8e8e93;margin-top:1px;font-size:.75rem}.tab-menu-div{background:#f2f2f7;height:1px;margin:0 16px}.tab-menu-btn{color:#ff3b30;text-align:left;align-items:center;gap:10px;width:100%;padding:14px 16px;font-size:.9rem;font-weight:600;transition:background .15s;display:flex}.tab-menu-btn:hover{background:#fff5f5}.tab-menu-close{color:#8e8e93;text-align:center;border-top:1px solid #f2f2f7;width:100%;padding:12px 16px;font-size:.85rem;font-weight:600;transition:background .15s}.tab-menu-close:hover{background:#f9f9f9}.auth-screen{background:#000;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.auth-hero{flex:0 0 42%;position:relative;overflow:hidden}.auth-hero-img{object-fit:cover;width:100%;height:100%;animation:10s ease-in-out infinite alternate kenBurns}@keyframes kenBurns{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(-2%,-2%)}}.auth-hero-overlay{background:linear-gradient(#0000004d 0%,#00000026 50%,#000000b3 100%);position:absolute;inset:0}.auth-hero-logo{align-items:center;gap:10px;display:flex;position:absolute;top:28px;left:24px}.auth-logo-circle{background:var(--red);color:#fff;width:36px;height:36px;font-family:var(--font-serif);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.auth-logo-text{font-family:var(--font-serif);color:#fff;font-size:1.2rem;font-weight:600}.auth-hero-tagline{font-family:var(--font-serif);color:#fffc;font-size:1rem;font-style:italic;position:absolute;bottom:20px;left:24px}.auth-card{background:#fff;border-radius:24px 24px 0 0;flex:1;margin-top:-16px;padding:24px 24px 32px;overflow-y:auto}.auth-title{font-family:var(--font-serif);color:#1c1c1e;margin-bottom:16px;font-size:1.3rem}.auth-tabs{background:#f2f2f7;border-radius:10px;margin-bottom:20px;padding:3px;display:flex}.auth-tab{color:#8e8e93;border-radius:8px;flex:1;padding:9px;font-size:.88rem;font-weight:600;transition:all .2s}.auth-tab--active{color:#1c1c1e;background:#fff;box-shadow:0 1px 4px #0000001a}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field{flex-direction:column;gap:5px;display:flex}.auth-field label{text-transform:uppercase;letter-spacing:.05em;color:#8e8e93;font-size:.75rem;font-weight:700}.auth-field input{font-size:.95rem;font-family:var(--font-sans);color:#1c1c1e;background:#f9f9f9;border:1.5px solid #e5e5ea;border-radius:12px;outline:none;padding:13px 16px;transition:border-color .2s,background .2s}.auth-field input:focus{border-color:var(--red);background:#fff}.auth-field input::placeholder{color:#c7c7cc}.auth-error{color:var(--red);background:#e4002b14;border:1px solid #e4002b33;border-radius:10px;padding:10px 14px;font-size:.82rem}.auth-submit{background:var(--red);color:#fff;border-radius:14px;width:100%;margin-top:4px;padding:15px;font-size:.95rem;font-weight:700;transition:background .2s,transform .15s}.auth-submit:hover{background:var(--red-dark)}.auth-submit:active{transform:scale(.97)}.auth-submit:disabled{opacity:.6}.auth-divider{color:#c7c7cc;align-items:center;gap:12px;margin:18px 0 14px;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e5e5ea;flex:1;height:1px}.auth-guest{color:#636366;border:1.5px solid #e5e5ea;border-radius:14px;width:100%;padding:14px;font-size:.88rem;font-weight:600;transition:border-color .2s,color .2s}.auth-guest:hover{color:#1c1c1e;border-color:#aeaeb2}.home-hero{background:#0a0a0a;justify-content:center;align-items:center;width:100%;height:100%;min-height:100%;display:flex;position:relative;overflow:hidden}.home-hero-bg{object-fit:cover;object-position:center;width:100%;height:100%;animation:18s ease-in-out infinite alternate heroZoom;position:absolute;inset:0}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.06)}}.home-hero-overlay{background:linear-gradient(#00000073 0%,#0003 40%,#000000a6 100%);position:absolute;inset:0}.home-hero-red-tint{background:linear-gradient(135deg,#b4001459 0%,#64000a26 60%,#0000 100%);position:absolute;inset:0}.home-content{z-index:2;flex-direction:column;align-items:center;gap:0;width:100%;padding:0 32px;display:flex;position:relative}.home-logo-wrap{flex-direction:column;align-items:center;gap:8px;margin-bottom:28px;display:flex}.home-logo-emblem{filter:drop-shadow(0 4px 20px #e4002b80);justify-content:center;align-items:center;display:flex}.home-logo-text{font-family:var(--font-serif);color:#fff;letter-spacing:.04em;text-shadow:0 2px 20px #0009;font-size:2.4rem;font-weight:700}.home-logo-tagline{letter-spacing:.2em;text-transform:uppercase;color:#ffffffa6;font-size:.72rem;font-weight:600}.home-divider{background:linear-gradient(90deg,#0000,#e4002bcc,#0000);width:48px;height:1.5px;margin-bottom:28px}.home-menu{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.home-menu-btn{-webkit-backdrop-filter:blur(16px);color:#fff;text-align:center;letter-spacing:.01em;text-shadow:0 1px 4px #0000004d;background:#ffffff1f;border:1px solid #ffffff40;border-radius:14px;width:100%;max-width:300px;padding:15px 24px;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s,transform .15s}.home-menu-btn:hover{background:#e4002b59;border-color:#e4002b99;transform:translateY(-1px)}.home-menu-btn:active{transform:translateY(0)}.rp-wrap{position:relative}.rp-btn{color:#aeaeb2;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.25rem;transition:background .15s;display:flex}.rp-btn:hover{background:#1c1c1e}.rp-btn--dark{color:#ffffffb3}.rp-btn--dark:hover{background:#ffffff1f}.rp-dropdown{z-index:300;background:#1c1c1e;border:1px solid #3a3a3c;border-radius:14px;min-width:160px;animation:.15s rpFadeDown;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #00000080}.rp-dropdown--portal{z-index:12000;flex-direction:column;max-height:min(72vh,380px);animation:.15s rpFadeDown;display:flex;position:fixed;overflow:hidden}.rp-dropdown-scroll{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}@keyframes rpFadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.rp-dropdown--dark{background:#1c1c1e;border-color:#3a3a3c;box-shadow:0 8px 32px #00000080}.rp-dropdown-title{text-transform:uppercase;letter-spacing:.08em;color:#636366;padding:10px 14px 6px;font-size:.7rem;font-weight:700}.rp-option{text-align:left;align-items:center;gap:10px;width:100%;padding:10px 14px;transition:background .12s;display:flex}.rp-option:hover{background:#2c2c2e}.rp-option--active{background:#e4002b1f}.rp-option-flag{flex-shrink:0;font-size:1.1rem}.rp-option-label{color:#fff;flex:1;font-size:.88rem;font-weight:500}.rp-option-check{color:var(--red);font-size:.8rem;font-weight:700}.fs-backdrop{z-index:400;background:#00000073;animation:.2s fsBackdropIn;position:fixed;inset:0}@keyframes fsBackdropIn{0%{opacity:0}to{opacity:1}}.fs-sheet{z-index:401;background:#fff;border-radius:22px 22px 0 0;flex-direction:column;max-height:88vh;animation:.28s cubic-bezier(.32,.72,0,1) fsSlideUp;display:flex;position:fixed;bottom:0;left:0;right:0}@keyframes fsSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.fs-handle{background:#e5e5ea;border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:10px auto 0}.fs-header{border-bottom:1px solid #e5e5ea;flex-shrink:0;align-items:center;gap:8px;padding:14px 20px 12px;display:flex}.fs-header-icon{color:#8e8e93;align-items:center;display:flex}.fs-title{font-family:var(--font-serif);color:var(--dark);flex:1;font-size:1.05rem}.fs-close{color:#636366;background:#f2f2f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;transition:background .15s;display:flex}.fs-close:hover{background:#e5e5ea}.fs-body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:22px;padding:16px 20px 8px;display:flex;overflow-y:auto}.fs-label{text-transform:uppercase;letter-spacing:.08em;color:#8e8e93;margin-bottom:10px;font-size:.7rem;font-weight:700}.fs-pills{flex-wrap:wrap;gap:8px;display:flex}.fs-pill{color:var(--dark);white-space:nowrap;background:#f2f2f7;border:1.5px solid #e5e5ea;border-radius:20px;padding:8px 14px;font-size:.82rem;font-weight:500;transition:background-color .15s,border-color .15s,color .15s}.fs-pill:hover{background:#e5e5ea}.fs-pill.fs-pill--active,.fs-pill.fs-pill--active:hover{background:var(--red);border-color:var(--red);color:#fff;font-weight:600}.fs-input{width:100%;color:var(--dark);box-sizing:border-box;background:#f2f2f7;border:1.5px solid #e5e5ea;border-radius:12px;outline:none;padding:12px 14px;font-size:.9rem;transition:border-color .2s,background .2s}.fs-input:focus{border-color:var(--red);background:#fff}.fs-input::placeholder{color:#aeaeb2}.fs-footer{padding:12px 20px;padding-bottom:max(12px, env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e5ea;flex-shrink:0;gap:10px;display:flex}.fs-reset{color:var(--red);background:#e4002b14;border:1.5px solid #e4002b38;border-radius:14px;flex:1;padding:14px;font-size:.9rem;font-weight:700;transition:background .15s}.fs-reset:hover{background:#e4002b26}.fs-validate{background:var(--dark);color:#fff;border-radius:14px;flex:2;padding:14px;font-size:.9rem;font-weight:700;transition:background .15s}.fs-validate:hover{background:#2c2c2e}.rp{background:#f5f5f7}.rp-header{z-index:10;background:#fff;border-bottom:1px solid #e5e5ea;padding:14px 16px 10px;position:sticky;top:0}.rp-header-top{align-items:center;gap:8px;display:flex}.rp-back{width:36px;height:36px;color:var(--dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.rp-back:hover{background:#f2f2f7}.rp-title{font-family:var(--font-serif);color:#1c1c1e;flex:1;font-size:1.4rem}.rp-header-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.rp-filter-btn{width:38px;height:38px;color:var(--dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex;position:relative}.rp-filter-btn:hover{background:#f2f2f7}.rp-filter-btn--active:after{content:"";background:var(--red);border-radius:50%;width:8px;height:8px;position:absolute;top:3px;right:3px}.rp-filters-bar{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.rp-filter-tag{color:var(--dark);background:#f2f2f7;border:1px solid #e5e5ea;border-radius:20px;padding:4px 10px;font-size:.72rem;font-weight:600}.rp-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 20px;display:flex}.rp-empty-icon{font-size:2.5rem}.rp-empty-txt{color:#8e8e93;font-size:.9rem}.rp-list{flex-direction:column;gap:10px;padding:12px 16px 24px;display:flex}.rcard{text-align:left;background:#fff;border:1px solid #e5e5ea;border-radius:14px;align-items:center;gap:12px;width:100%;padding:12px;transition:transform .15s;display:flex}.rcard:active{transform:scale(.98)}.rcard-img-wrap{border-radius:10px;flex-shrink:0;width:72px;height:72px;overflow:hidden}.rcard-img{object-fit:cover;width:100%;height:100%}.rcard-body{flex:1;min-width:0}.rcard-top{align-items:center;gap:8px;margin-bottom:4px;display:flex}.rcard-type{text-transform:uppercase;letter-spacing:.05em;color:#8e8e93;font-size:.66rem;font-weight:700}.rcard-stars{color:var(--gold);letter-spacing:.05em;font-size:.8rem}.rcard-bib{background:var(--red);color:#fff;border-radius:6px;padding:2px 6px;font-size:.62rem;font-weight:700}.rcard-name{font-family:var(--font-serif);color:#1c1c1e;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:1rem;overflow:hidden}.rcard-location{color:#8e8e93;margin-bottom:2px;font-size:.75rem}.rcard-cuisine{color:#636366;font-size:.75rem;font-style:italic}.rcard-right{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.rcard-rating{color:#1c1c1e;align-items:center;gap:3px;font-size:.82rem;font-weight:700;display:flex}.rcard-rating-star{color:var(--gold)}.rd-back{z-index:10;-webkit-backdrop-filter:blur(10px);color:#fff;background:#0000006b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:18px;left:18px}.rd-back:hover{background:#0000009e}.rd-back:active{background:#000000c7}.rd-hero{flex-shrink:0;width:100%;height:300px;position:relative;overflow:hidden}.rd-hero-img{object-fit:cover;width:100%;height:100%;display:block}.rd-hero-overlay{background:linear-gradient(#00000038 0%,#0000 28% 42%,#000000d1 100%);position:absolute;inset:0}.rd-hero-caption{z-index:2;position:absolute;bottom:20px;left:20px;right:20px}.rd-stars{align-items:center;gap:6px;margin-bottom:5px;display:flex}.rd-stars-icons{color:var(--gold);letter-spacing:.05em;font-size:1rem}.rd-stars-label{color:#ffffffc7;font-size:.72rem;font-family:var(--font-sans)}.rd-bib{background:var(--red);color:#fff;font-size:.72rem;font-weight:700;font-family:var(--font-sans);border-radius:20px;margin-bottom:7px;padding:3px 10px;display:inline-block}.rd-hero-name{font-family:var(--font-serif);color:#fff;text-shadow:0 2px 12px #00000059;margin-bottom:6px;font-size:2rem;line-height:1.15}.rd-hero-location{color:#ffffffc7;font-size:.82rem;font-family:var(--font-sans)}.rd-body{background:#fff;padding-bottom:110px}.rd-meta{justify-content:space-between;align-items:center;gap:10px;padding:16px 20px 0;display:flex}.rd-meta-pills{flex-wrap:wrap;gap:6px;display:flex}.rd-meta-pill{color:#3a3a3c;font-size:.75rem;font-weight:500;font-family:var(--font-sans);background:#f2f2f7;border-radius:20px;padding:5px 12px}.rd-rating{color:#1c1c1e;font-size:.92rem;font-weight:700;font-family:var(--font-sans);flex-shrink:0;align-items:center;gap:3px;display:flex}.rd-rating-star{color:var(--gold)}.rd-desc{color:#636366;font-size:.88rem;line-height:1.65;font-family:var(--font-sans);padding:12px 20px 0}.rd-divider{background:#f2f2f7;height:8px;margin-top:20px}.rd-section{padding-top:22px}.rd-section-label{text-transform:uppercase;letter-spacing:.07em;color:#8e8e93;font-size:.72rem;font-weight:700;font-family:var(--font-sans);padding:0 20px 14px;display:block}.rd-toggle{background:#f2f2f7;border-radius:12px;gap:3px;margin:0 20px 22px;padding:3px;display:flex}.rd-toggle-btn{color:#8e8e93;font-size:.85rem;font-weight:600;font-family:var(--font-sans);border-radius:9px;flex:1;padding:9px 0;transition:all .2s}.rd-toggle-btn--active{color:#1c1c1e;background:#fff;box-shadow:0 1px 5px #00000021}.rd-carousel-wrap{padding-bottom:6px}.rd-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:12px;padding:0 20px;display:flex;overflow-x:auto}.rd-carousel::-webkit-scrollbar{display:none}.rd-carousel-card{scroll-snap-align:center;aspect-ratio:3/4;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:#f2f2f7;border-radius:16px;flex:0 0 78%;display:block;position:relative;overflow:hidden}.rd-carousel-card img{object-fit:cover;width:100%;height:100%;display:block}.rd-carousel-ov{background:linear-gradient(#0000 52%,#000000ad 100%);position:absolute;inset:0}.rd-carousel-caption{color:#fff;font-size:.84rem;font-weight:600;font-family:var(--font-sans);padding:20px 16px 16px;position:absolute;bottom:0;left:0;right:0}.rd-carousel-zoom{-webkit-backdrop-filter:blur(4px);opacity:.85;background:#00000061;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:12px;right:12px}.rd-carousel-dots{justify-content:center;gap:7px;margin-top:14px;display:flex}.rd-carousel-dot{background:#c7c7cc;border-radius:50%;width:6px;height:6px;transition:all .25s}.rd-carousel-dot--active{background:#1c1c1e;border-radius:3px;width:20px}.rd-video-scroll-wrap{position:relative}.rd-video-scroll-wrap:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000,#fff);height:52px;position:absolute;bottom:0;left:0;right:0}.rd-video-list{scrollbar-width:thin;scrollbar-color:#c7c7cc transparent;flex-direction:column;gap:18px;max-height:360px;padding:0 20px 24px;display:flex;overflow-y:auto}.rd-video-list::-webkit-scrollbar{width:3px}.rd-video-list::-webkit-scrollbar-track{background:0 0}.rd-video-list::-webkit-scrollbar-thumb{background:#c7c7cc;border-radius:2px}.rd-video-card{text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:flex-start;gap:13px;width:100%;transition:opacity .15s;display:flex}.rd-video-card:active{opacity:.7}.rd-video-thumb{background:#f2f2f7;border-radius:10px;flex:0 0 120px;height:80px;position:relative;overflow:hidden}.rd-video-thumb img{object-fit:cover;width:100%;height:100%;display:block}.rd-video-play-overlay{background:#00000038;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.rd-video-play-circle{background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding-left:2px;display:flex}.rd-video-dur{color:#fff;font-size:.65rem;font-weight:600;font-family:var(--font-sans);background:#000000a6;border-radius:4px;padding:2px 5px;position:absolute;bottom:5px;right:6px}.rd-video-info{flex:1;padding-top:2px}.rd-video-title{color:#1c1c1e;font-size:.87rem;font-weight:600;line-height:1.3;font-family:var(--font-sans);margin-bottom:5px}.rd-video-desc{color:#8e8e93;font-size:.77rem;line-height:1.45;font-family:var(--font-sans)}.rd-map{background:#e8f5e9;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:150px;display:flex;position:relative;overflow:hidden}.rd-map-grid{background-image:linear-gradient(#0000000d 1px,#0000 1px),linear-gradient(90deg,#0000000d 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.rd-map-pin{z-index:1;flex-direction:column;align-items:center;gap:6px;display:flex;position:relative}.rd-map-label{color:#636366;font-size:.72rem;font-family:var(--font-sans);background:#fff;border-radius:20px;padding:5px 14px;box-shadow:0 2px 10px #0000001a}.rd-rows{padding:0 20px}.rd-row{color:#1c1c1e;border-bottom:1px solid #f2f2f7;align-items:center;gap:12px;padding:13px 0;font-size:.9rem;display:flex}.rd-row:last-child{border-bottom:none}.rd-row--action{gap:10px}.rd-row-icon{text-align:center;flex-shrink:0;width:24px;font-size:1.1rem}.rd-row-txt{color:#3a3a3c;font-size:.88rem;font-family:var(--font-sans);flex:1;text-decoration:none}.rd-row-cta{color:#1c1c1e;white-space:nowrap;font-size:.78rem;font-weight:700;font-family:var(--font-sans);background:#f2f2f7;border-radius:8px;padding:7px 15px;text-decoration:none;transition:background .2s}.rd-row-cta:hover{background:#e5e5ea}.rd-row-cta--red{background:var(--red);color:#fff}.rd-row-cta--red:hover{background:var(--red-dark)}.rd-not-found{flex-direction:column;justify-content:center;align-items:center;gap:12px;height:60vh;display:flex}.rd-not-found-icon{font-size:2.5rem}.rd-not-found-txt{color:#636366;font-size:1rem;font-family:var(--font-sans)}.rd-not-found-back{color:#1c1c1e;font-size:.9rem;font-weight:600;font-family:var(--font-sans);background:#f2f2f7;border-radius:10px;margin-top:8px;padding:10px 24px}.rd-lightbox{z-index:1000;background:#000000f5;flex-direction:column;justify-content:center;align-items:center;padding:24px 16px 40px;animation:.22s rdLightboxIn;display:flex;position:fixed;inset:0}@keyframes rdLightboxIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.rd-lightbox-close{top:max(20px, env(safe-area-inset-top));-webkit-backdrop-filter:blur(8px);color:#fff;z-index:10;background:#ffffff24;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;right:20px}.rd-lightbox-close:hover{background:#ffffff3d}.rd-lightbox-close:active{background:#ffffff59}.rd-lightbox-video{background:#000;border-radius:12px;max-width:100%;max-height:75vh;display:block}.rd-lightbox-img{object-fit:contain;border-radius:12px;max-width:100%;max-height:78vh;display:block;box-shadow:0 8px 40px #0009}.rd-lightbox-caption{color:#ffffffad;text-align:center;font-size:.85rem;font-family:var(--font-sans);margin-top:18px;line-height:1.4}.rm-overlay{z-index:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;align-items:flex-end;animation:.2s fadeIn;display:flex;position:absolute;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.rm-sheet{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:88%;animation:.25s slideUp;display:flex;overflow:hidden}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.rm-handle{background:#c7c7cc;border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:10px auto 0}.rm-header{border-bottom:1px solid #f2f2f7;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:14px 20px 12px;display:flex}.rm-name{font-family:var(--font-serif);color:#1c1c1e;margin-bottom:4px;font-size:1.3rem}.rm-stars{color:var(--gold);align-items:center;gap:6px;font-size:.95rem;display:flex}.rm-stars-txt{color:#636366;font-size:.75rem;font-family:var(--font-sans)}.rm-close{color:#636366;background:#f2f2f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;transition:background .2s;display:flex}.rm-close:hover{background:#e5e5ea}.rm-body{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;overflow-y:auto}.rm-body::-webkit-scrollbar{display:none}.rm-map{background:#e8f5e9;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:140px;display:flex;position:relative;overflow:hidden}.rm-map-grid{background-image:linear-gradient(#0000000d 1px,#0000 1px),linear-gradient(90deg,#0000000d 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.rm-map-pin{z-index:1;flex-direction:column;align-items:center;gap:6px;display:flex;position:relative}.rm-map-label{color:#636366;background:#fff;border-radius:20px;padding:5px 12px;font-size:.72rem;box-shadow:0 2px 8px #0000001a}.rm-rows{border-bottom:1px solid #f2f2f7;padding:0 16px}.rm-row{color:#1c1c1e;border-bottom:1px solid #f2f2f7;align-items:center;gap:12px;padding:13px 0;font-size:.9rem;display:flex}.rm-row:last-child{border-bottom:none}.rm-row--action{gap:10px}.rm-row-icon{text-align:center;flex-shrink:0;width:24px;font-size:1.1rem}.rm-row-txt{color:#3a3a3c;flex:1;font-size:.88rem}.rm-row-cta{color:#1c1c1e;white-space:nowrap;background:#f2f2f7;border-radius:8px;padding:6px 14px;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .2s}.rm-row-cta:hover{background:#e5e5ea}.rm-row-cta--red{background:var(--red);color:#fff}.rm-row-cta--red:hover{background:var(--red-dark)}.rm-menu-section{padding:14px 16px 24px}.rm-menu-title{text-transform:uppercase;letter-spacing:.06em;color:#8e8e93;margin-bottom:10px;font-size:.78rem;font-weight:700}.rm-menu-row{color:#3a3a3c;justify-content:space-between;align-items:center;padding:4px 0;font-size:.88rem;display:flex}.rm-menu-price{color:var(--red);font-size:.85rem;font-weight:700}.rm-menu-desc{color:#8e8e93;padding:2px 0 6px 12px;font-size:.78rem;font-style:italic}.cs-overlay{z-index:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;align-items:flex-end;animation:.2s fadeIn;display:flex;position:absolute;inset:0}.cs-sheet{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:100%;height:75%;animation:.25s cubic-bezier(.32,.72,0,1) slideUp;display:flex;overflow:hidden}.cs-handle{background:#c7c7cc;border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:10px auto 0}.cs-header{border-bottom:1px solid #f2f2f7;flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}.cs-header-title{font-family:var(--font-serif);color:#1c1c1e;font-size:1rem;font-weight:600}.cs-header-count{color:#636366;background:#f2f2f7;border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:700}.cs-close{color:#636366;background:#f2f2f7;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;font-size:.8rem;transition:background .2s;display:flex}.cs-close:hover{background:#e5e5ea}.cs-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:column;flex:1;gap:16px;padding:12px 16px;display:flex;overflow-y:auto}.cs-list::-webkit-scrollbar{display:none}.cs-empty{color:#8e8e93;flex-direction:column;align-items:center;gap:8px;padding:40px 0;font-size:.9rem;display:flex}.cs-empty span{font-size:2rem}.cs-comment{align-items:flex-start;gap:10px;display:flex}.cs-comment-body{flex:1}.cs-comment-header,.cs-reply-header{align-items:center;gap:8px;margin-bottom:4px;display:flex}.cs-username{color:#1c1c1e;font-size:.85rem;font-weight:700}.cs-time{color:#aeaeb2;font-size:.72rem}.cs-text{color:#3a3a3c;margin-bottom:8px;font-size:.9rem;line-height:1.45}.cs-avatar{color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:flex}.cs-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cs-action-btn{color:#8e8e93;align-items:center;gap:4px;font-size:.78rem;font-weight:600;transition:color .2s;display:flex}.cs-action-btn:hover{color:#3a3a3c}.cs-action-btn--liked{color:var(--red)}.cs-action-btn--subtle{color:#aeaeb2;font-size:.74rem}.cs-replies{border-left:2px solid #f2f2f7;flex-direction:column;gap:12px;margin-top:12px;padding-left:10px;display:flex}.cs-reply{align-items:flex-start;gap:8px;display:flex}.cs-reply-body{flex:1}.cs-reply-to{color:var(--red);font-size:.82rem;font-weight:600}.cs-input-wrap{padding-bottom:max(16px, env(safe-area-inset-bottom));background:#fff;border-top:1px solid #f2f2f7;flex-shrink:0}.cs-reply-banner{color:#636366;background:#e4002b0f;border-bottom:1px solid #e4002b1f;justify-content:space-between;align-items:center;padding:8px 16px;font-size:.8rem;display:flex}.cs-reply-banner strong{color:var(--red)}.cs-reply-banner button{color:#8e8e93;font-size:.85rem}.cs-input-row{align-items:center;gap:10px;padding:12px 16px;display:flex}.cs-input{font-size:.9rem;font-family:var(--font-sans);color:#1c1c1e;background:#f9f9f9;border:1.5px solid #e5e5ea;border-radius:22px;outline:none;flex:1;padding:10px 14px;transition:border-color .2s,background .2s}.cs-input:focus{border-color:var(--red);background:#fff}.cs-input::placeholder{color:#c7c7cc}.cs-send{color:#aeaeb2;background:#e5e5ea;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;transition:background .2s,color .2s;display:flex}.cs-send--active{background:var(--red);color:#fff}.cs-guest-prompt{text-align:center;color:#8e8e93;padding:16px;font-size:.85rem}.cuistots-wrap{background:#000;flex-direction:column;flex:1;width:100%;min-height:0;display:flex;position:relative;overflow:hidden}.cuistots-header{z-index:20;pointer-events:none;align-items:center;gap:8px;padding:12px 12px 8px;display:flex;position:absolute;top:0;left:0;right:0}.cuistots-header-cats{scrollbar-width:none;-webkit-overflow-scrolling:touch;pointer-events:all;flex:1;gap:6px;padding:2px 0;display:flex;overflow-x:auto}.cuistots-header-cats::-webkit-scrollbar{display:none}.cuistots-cat{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffc;white-space:nowrap;background:#ffffff26;border:1px solid #fff3;border-radius:20px;flex-shrink:0;padding:6px 12px;font-size:.72rem;font-weight:600;transition:all .15s}.cuistots-cat--active{background:var(--red);border-color:var(--red);color:#fff}.cuistots-filter-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;pointer-events:all;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:flex;position:relative}.cuistots-filter-btn:hover{background:#ffffff40}.cuistots-filter-btn--active:after{content:"";background:var(--red);border:1.5px solid #000000b3;border-radius:50%;width:8px;height:8px;position:absolute;top:1px;right:1px}.cuistots-header .rp-wrap{pointer-events:all}.cuistots-empty{color:#fff9;z-index:12;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:.9rem;display:flex;position:absolute;inset:0}.cuistots-empty p:first-child{font-size:2.5rem}.cuistots-feed{z-index:0;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;min-height:0;position:relative;overflow-y:scroll}.cuistots-feed::-webkit-scrollbar{display:none}.vslide{scroll-snap-align:start;scroll-snap-stop:always;background:#111;flex-shrink:0;height:100%;position:relative;overflow:hidden}.vslide-media{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.vslide-poster{overflow:hidden}.vslide-poster-img{object-fit:cover;width:100%;height:100%;animation:8s ease-in-out infinite alternate kenBurns}.vslide-overlay{pointer-events:none;background:linear-gradient(#00000059 0%,#00000026 55%,#000000c7 100%);position:absolute;inset:0}.vslide-flash-icon{z-index:15;color:#ffffffe6;pointer-events:none;font-size:2.5rem;animation:.8s forwards flashFade;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes flashFade{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.6)}}.vslide-topbar{z-index:10;justify-content:space-between;align-items:center;display:flex;position:absolute;top:52px;left:14px;right:14px}.vslide-type-badge{color:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000073;border:1px solid #ffffff1f;border-radius:20px;padding:5px 10px;font-size:.7rem;font-weight:600}.vslide-duration{color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000073;border:1px solid #ffffff1f;border-radius:20px;padding:5px 10px;font-size:.7rem}.vslide-actions{z-index:10;flex-direction:column;align-items:center;gap:16px;display:flex;position:absolute;bottom:110px;right:10px}.vslide-action{flex-direction:column;align-items:center;gap:4px;display:flex}.vslide-avatar{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#fff3;border:2px solid #ffffffa6;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:.9rem;font-weight:800;display:flex}.vslide-action-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000059;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,transform .15s;display:flex}.vslide-action-btn:active{transform:scale(.88)}.vslide-action-btn--red{background:#e4002b80}.vslide-action-btn--gold{background:#c9a84c66}.vslide-action-label{color:#ffffffd9;text-align:center;text-shadow:0 1px 4px #000000e6;max-width:68px;font-size:.62rem;line-height:1.2}.vslide-info{z-index:10;position:absolute;bottom:20px;left:14px;right:68px}.vslide-username{color:#ffffffd9;margin-bottom:4px;font-size:.78rem;font-weight:700}.vslide-title{font-family:var(--font-serif);color:#fff;text-shadow:0 2px 8px #000000b3;margin-bottom:5px;font-size:1.05rem;line-height:1.25}.vslide-desc{color:#ffffffb8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.vslide-resto-btn{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#e4002be0;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:.78rem;font-weight:700;transition:background .2s;display:inline-flex}.vslide-resto-btn:hover{background:var(--red)}.parc-page{background:#f5f5f7}.parc-header{z-index:10;background:#fff;border-bottom:1px solid #e5e5ea;padding:14px 16px 10px;position:sticky;top:0}.parc-header-top{align-items:center;gap:8px;display:flex}.parc-back{width:36px;height:36px;color:var(--dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.parc-back:hover{background:#f2f2f7}.parc-header-titles{flex:1;min-width:0}.parc-title{font-family:var(--font-serif);color:#1c1c1e;font-size:1.4rem}.parc-sub{color:#8e8e93;margin-top:2px;font-size:.82rem}.parc-header-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.parc-filter-btn{width:38px;height:38px;color:var(--dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex;position:relative}.parc-filter-btn:hover{background:#f2f2f7}.parc-filter-btn--active:after{content:"";background:var(--red);border-radius:50%;width:8px;height:8px;position:absolute;top:3px;right:3px}.parc-filters-bar{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.parc-filter-tag{color:var(--dark);background:#f2f2f7;border:1px solid #e5e5ea;border-radius:20px;padding:4px 10px;font-size:.72rem;font-weight:600}.parc-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 20px;display:flex}.parc-empty-icon{font-size:2.5rem}.parc-empty-txt{color:#8e8e93;font-size:.9rem}.parc-list{flex-direction:column;gap:12px;padding:12px 16px 24px;display:flex}.parc-card{background:#fff;border:1px solid #e5e5ea;border-radius:16px;overflow:hidden}.parc-img-wrap{height:150px;position:relative;overflow:hidden}.parc-img-wrap img{object-fit:cover;width:100%;height:100%}.parc-img-ov{background:linear-gradient(#0000 40%,#0000008c 100%);position:absolute;inset:0}.parc-img-info{color:#fff;justify-content:space-between;font-size:.8rem;font-weight:600;display:flex;position:absolute;bottom:12px;left:14px;right:14px}.parc-dur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border-radius:10px;padding:3px 8px}.parc-type-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.04em;background:#e4002bd9;border-radius:10px;padding:3px 9px;font-size:.65rem;font-weight:700;position:absolute;top:10px;left:12px}.parc-body{padding:14px 16px 16px}.parc-body h3{font-family:var(--font-serif);color:#1c1c1e;margin-bottom:4px;font-size:1.05rem}.parc-steps-count{color:#8e8e93;margin-bottom:10px;font-size:.78rem}.parc-toggle{color:var(--red);font-size:.82rem;font-weight:700}.parc-steps{border-left:2px solid #e5e5ea;flex-direction:column;gap:14px;margin-top:14px;padding-left:14px;display:flex}.parc-step{gap:10px;display:flex;position:relative}.parc-dot{background:#fff;border:2px solid #e5e5ea;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.6rem;display:flex;position:absolute;top:0;left:-21px}.parc-dot--restaurant{border-color:var(--red)}.parc-dot--site{border-color:var(--gold)}.parc-step-num{color:#8e8e93;text-transform:uppercase;letter-spacing:.05em;font-size:.68rem}.parc-step-name{color:#1c1c1e;margin:2px 0;font-size:.88rem;font-weight:700}.parc-step-desc{color:#636366;font-size:.78rem;line-height:1.4}.michelin{color:#fff;background:#0a0a0a}.michelin-hero{flex-shrink:0;width:100%;height:260px;position:relative;overflow:hidden}.michelin-hero-img{object-fit:cover;object-position:center;filter:brightness(.55);width:100%;height:100%;animation:18s ease-in-out infinite alternate heroZoom}.michelin-hero-overlay{background:linear-gradient(#b4001433 0%,#0000001a 40%,#000000bf 100%);position:absolute;inset:0}.michelin-back{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0006;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex;position:absolute;top:14px;left:14px}.michelin-back:hover{background:#000000a6}.michelin-hero-content{z-index:5;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0 24px;display:flex;position:absolute;inset:0}.michelin-hero-title{font-family:var(--font-serif);color:#fff;text-align:center;text-shadow:0 2px 16px #0009;letter-spacing:.02em;font-size:1.5rem;font-weight:700}.michelin-hero-sub{text-transform:uppercase;letter-spacing:.2em;color:#ffffff8c;font-size:.72rem;font-weight:600}.michelin-hero:after{content:"";background:var(--red);z-index:10;width:60px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.michelin-menu{flex-direction:column;align-items:center;gap:14px;padding:36px 32px 32px;display:flex}.michelin-menu-btn{-webkit-backdrop-filter:blur(16px);color:#fff;text-align:center;letter-spacing:.01em;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;width:100%;max-width:300px;padding:16px 24px;font-size:.95rem;font-weight:600;line-height:1.3;transition:background .2s,border-color .2s,transform .15s}.michelin-menu-btn:hover{background:#e4002b40;border-color:#e4002b80;transform:translateY(-1px)}.info-overlay{z-index:500;background:#0000008c;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.info-sheet{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:85vh;animation:.25s slideUp;display:flex;position:relative;overflow:hidden}.info-handle{background:#d1d1d6;border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:10px auto 0}.info-img-wrap{border-radius:14px;flex-shrink:0;height:200px;margin:12px 16px 0;position:relative;overflow:hidden}.info-img{object-fit:cover;width:100%;height:100%}.info-img-overlay{background:linear-gradient(#0000 40%,#00000080);position:absolute;inset:0}.info-type-badge{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border-radius:20px;padding:4px 10px;font-size:.72rem;font-weight:700;position:absolute;bottom:10px;left:12px}.info-body{padding:16px 18px 24px;overflow-y:auto}.info-row-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.info-title{font-family:var(--font-serif);color:var(--dark);margin-bottom:6px;font-size:1.2rem}.info-meta{align-items:center;gap:7px;display:flex}.info-avatar{background:var(--red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.72rem;font-weight:700;display:flex}.info-user{color:#636366;font-size:.8rem}.info-stats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.info-stat{color:#636366;white-space:nowrap;font-size:.75rem}.info-desc{color:#3a3a3c;font-size:.88rem;line-height:1.5}.info-close{color:#636366;background:#0000000f;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;transition:background .15s;display:flex;position:absolute;top:14px;right:14px}.info-close:hover{background:#0000001f}.explore{color:#fff;background:#0a0a0a}.explore-header{z-index:20;background:#0a0a0a;border-bottom:1px solid #e4002b33;justify-content:space-between;align-items:center;gap:8px;padding:14px 18px 12px;display:flex;position:sticky;top:0}.explore-header-brand{align-items:center;gap:10px;display:flex}.explore-title{font-family:var(--font-serif);color:#fff;font-size:1.35rem;line-height:1}.explore-cat-badge{text-transform:uppercase;letter-spacing:.12em;color:var(--red);font-size:.6rem;font-weight:700;font-family:var(--font-sans);margin-top:2px;display:block}.explore-header-actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.explore-icon-btn{color:#636366;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,color .15s;display:flex;position:relative}.explore-icon-btn:hover{color:#fff;background:#1c1c1e}.explore-icon-btn--on{color:var(--red)}.explore-icon-btn--on:after{content:"";background:var(--red);border:1.5px solid #0a0a0a;border-radius:50%;width:6px;height:6px;position:absolute;top:5px;right:5px}.explore-search-wrap{background:#111;border-bottom:1px solid #1c1c1e;align-items:center;gap:10px;padding:10px 18px;display:flex}.explore-search-input{color:#fff;font-size:.9rem;font-family:var(--font-sans);background:0 0;border:none;outline:none;flex:1}.explore-search-input::placeholder{color:#3a3a3c}.explore-search-clear{color:#48484a;font-size:.8rem}.explore-search-clear:hover{color:#fff}.explore-filters-bar{background:#111;border-bottom:1px solid #1c1c1e;flex-wrap:wrap;gap:6px;padding:8px 18px;display:flex}.explore-filter-tag{color:#fff;background:#1c1c1e;border:1px solid #3a3a3c;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:600}.explore-empty{flex-direction:column;align-items:center;gap:16px;padding:80px 20px;display:flex}.explore-empty-txt{color:#3a3a3c;letter-spacing:.05em;text-transform:uppercase;font-size:.72rem}.explore-feed{flex-direction:column;gap:0;padding-bottom:24px;display:flex}.ex-card{border-bottom:1px solid #161616;flex-direction:column;display:flex}.ex-issue{align-items:center;gap:10px;padding:14px 18px 10px;display:flex}.ex-issue-line{background:linear-gradient(90deg,#1a1a1a,#2c2c2e);flex:1;height:1px}.ex-issue-num{letter-spacing:.18em;color:#3a3a3c;font-size:.62rem;font-weight:700;font-family:var(--font-sans);text-transform:uppercase;flex-shrink:0}.ex-img-wrap{background:#111;flex-shrink:0;width:100%;height:210px;display:block;position:relative;overflow:hidden}.ex-card--hero .ex-img-wrap{height:260px}.ex-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ex-img-wrap:hover .ex-img{transform:scale(1.04)}.ex-img-gradient{pointer-events:none;background:linear-gradient(#0000001a 0%,#0000 40%,#000000a6 100%);position:absolute;inset:0}.ex-type-badge{text-transform:uppercase;letter-spacing:.1em;color:#fff;background:var(--red);font-size:.65rem;font-weight:800;font-family:var(--font-sans);border-radius:4px;padding:4px 10px;position:absolute;top:12px;left:12px}.ex-dur{color:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:.7rem;font-family:var(--font-sans);background:#00000080;border-radius:20px;padding:4px 10px;position:absolute;top:12px;right:12px}.ex-play{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#e4002bd9;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #e4002b80}.ex-img-wrap:hover .ex-play{background:var(--red);transform:translate(-50%,-50%)scale(1.1)}.ex-info{flex-direction:column;gap:8px;padding:16px 18px 18px;display:flex}.ex-title{font-family:var(--font-serif);color:#fff;font-size:1.15rem;font-weight:700;line-height:1.3}.ex-card--hero .ex-title{font-size:1.35rem}.ex-desc{color:#636366;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ex-meta-row{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.ex-chef{align-items:center;gap:8px;display:flex}.ex-chef-avatar{background:var(--red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.72rem;font-weight:800;display:flex}.ex-chef-name{color:#8e8e93;font-size:.78rem}.ex-stars{align-items:center;gap:2px;display:flex}.ex-rating-num{color:var(--gold);font-size:.72rem;font-weight:700;font-family:var(--font-sans);margin-left:4px}.ex-actions{gap:8px;margin-top:4px;display:flex}.ex-btn-play{background:var(--red);color:#fff;font-size:.82rem;font-weight:700;font-family:var(--font-sans);letter-spacing:.02em;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:7px;padding:10px 18px;transition:background .15s,transform .15s;display:flex}.ex-btn-play:hover{background:var(--red-dark);transform:translateY(-1px)}.ex-btn-info{color:#8e8e93;font-size:.82rem;font-weight:600;font-family:var(--font-sans);background:0 0;border:1px solid #2c2c2e;border-radius:8px;align-items:center;gap:7px;padding:10px 16px;transition:border-color .15s,color .15s;display:flex}.ex-btn-info:hover{color:#fff;border-color:#636366}.explore-footer-mark{opacity:.2;justify-content:center;padding:24px 0 8px;display:flex}.placeholder{color:#fff;background:#0a0a0a}.placeholder-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0ae6;border-bottom:1px solid #e4002b33;align-items:center;gap:12px;padding:16px 20px 12px;display:flex}.placeholder-back{color:#aeaeb2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.placeholder-back:hover{color:#fff;background:#1c1c1e}.placeholder-title{font-family:var(--font-serif);color:#fff;font-size:1.2rem}.placeholder-body{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:calc(100vh - 130px);padding:32px;display:flex}.placeholder-icon{opacity:.4;font-size:2.8rem}.placeholder-label{color:#fff;font-size:1rem;font-weight:600}.placeholder-sub{color:#3a3a3c;font-size:.85rem}.tps-back{z-index:220;background:#0000008c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.tps-sheet{color:#f5f0e8;background:#141414;border-radius:22px 22px 0 0;flex-direction:column;width:100%;max-height:min(88vh,720px);animation:.35s tps-slide-up;display:flex;overflow:hidden}@keyframes tps-slide-up{0%{opacity:.6;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.tps-handle-wrap{flex-shrink:0;padding:10px 0 6px;position:relative}.tps-handle{background:#f5f0e840;border-radius:4px;width:40px;height:4px;margin:0 auto}.tps-close{color:#f5f0e8;background:#00000059;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex;position:absolute;top:6px;left:14px}.tps-fav{color:#f5f0e8a6;background:#00000059;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex;position:absolute;top:6px;right:14px}.tps-fav--on{color:#e4002b}.tps-hero{flex-shrink:0;height:180px;position:relative}.tps-hero-img{object-fit:cover;width:100%;height:100%}.tps-hero-grad{background:linear-gradient(#0000 45%,#141414 100%);position:absolute;inset:0}.tps-hero-title{font-family:var(--font-terroir,Georgia, serif);text-shadow:0 2px 12px #0009;font-size:1.35rem;font-weight:600;line-height:1.2;position:absolute;bottom:14px;left:18px;right:18px}.tps-body{flex:1;padding:0 18px 28px;overflow-y:auto}.tps-desc{color:#f5f0e8e0;margin-bottom:18px;font-size:.86rem;line-height:1.55}.tps-producer{background:#c9a84c1a;border:1px solid #c9a84c40;border-radius:14px;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;display:flex}.tps-producer-img{object-fit:cover;border-radius:50%;width:48px;height:48px}.tps-producer-label{text-transform:uppercase;letter-spacing:.08em;color:#c9a84c;font-size:.65rem;font-weight:700}.tps-producer-name{font-size:.95rem;font-weight:600}.tps-chef-row{align-items:center;gap:12px;margin-bottom:18px;display:flex}.tps-chef-av{object-fit:cover;border:2px solid #c9a84c66;border-radius:50%;width:44px;height:44px}.tps-chef-name{font-size:.88rem;font-weight:600}.tps-stars{gap:2px;margin-top:4px;display:flex}.tps-star{font-size:.72rem;line-height:1}.tps-h3{font-family:var(--font-terroir,Georgia, serif);color:#c9a84c;margin-bottom:8px;font-size:1rem}.tps-recipes{margin-bottom:20px;list-style:none}.tps-recipe-row{border-bottom:1px solid #f5f0e814;align-items:center;gap:12px;padding:10px 0;display:flex}.tps-recipe-row:last-child{border-bottom:none}.tps-recipe-img{object-fit:cover;border:1px solid #f5f0e81f;border-radius:10px;flex-shrink:0;width:56px;height:56px}.tps-recipe-title{color:#f5f0e8eb;font-size:.84rem;line-height:1.35}.tps-cta{color:#c9a84c;text-align:center;background:0 0;border:1px solid #c9a84c;border-radius:14px;width:100%;padding:14px 16px;font-size:.82rem;font-weight:600;line-height:1.35}.tps-cta:active{background:#c9a84c1f}.tvm-back{z-index:230;background:#0d0d0d;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tvm-close{top:calc(12px + env(safe-area-inset-top,0px));z-index:5;color:#f5f0e8;background:#ffffff1f;border-radius:50%;width:40px;height:40px;font-size:1.1rem;position:absolute;right:14px}.tvm-nav{z-index:5;color:#f5f0e880;justify-content:center;align-items:center;width:44px;height:88px;font-size:2rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.tvm-nav--prev{left:4px}.tvm-nav--next{right:4px}.tvm-stage{justify-content:center;align-items:center;width:100%;height:100%;max-height:100%;display:flex;position:relative}.tvm-video{object-fit:contain;background:#000;width:100%;height:100%;max-height:100dvh}.tvm-caption{pointer-events:none;background:linear-gradient(#0000,#000000d9);padding:48px 16px 20px;position:absolute;bottom:0;left:0;right:0}.tvm-cat{text-transform:uppercase;letter-spacing:.06em;color:#0d0d0d;background:#c9a84c;border-radius:8px;margin-bottom:8px;padding:4px 10px;font-size:.68rem;font-weight:700;display:inline-block}.tvm-title{font-family:var(--font-terroir,Georgia, serif);color:#f5f0e8;margin-bottom:6px;font-size:1.1rem;line-height:1.25}.tvm-recipe{color:#f5f0e8e0;max-height:3.2em;margin-bottom:8px;font-size:.78rem;line-height:1.35;overflow:hidden}.tvm-meta{color:#f5f0e8bf;font-size:.78rem}.tvm-hint{bottom:calc(8px + env(safe-area-inset-bottom,0px));text-align:center;color:#f5f0e859;font-size:.65rem;position:absolute;left:0;right:0}.terroir-immersive{--font-terroir:"Playfair Display", Georgia, "Times New Roman", serif;--terroir-bg:#0d0d0d;--terroir-cream:#f5f0e8;--terroir-gold:#c9a84c;background:var(--terroir-bg);color:var(--terroir-cream);padding-bottom:calc(var(--tab-h) + 20px + var(--safe-bottom));position:relative}.terroir-refresh{top:calc(8px + env(safe-area-inset-top,0px));z-index:50;pointer-events:none;opacity:0;transition:opacity .2s,transform .35s;position:fixed;left:50%;transform:translate(-50%)translateY(-48px)}.terroir-refresh--on{opacity:1;transform:translate(-50%)translateY(0)}.terroir-refresh-spin{border:3px solid #c9a84c40;border-top-color:var(--terroir-gold);border-radius:50%;width:32px;height:32px;animation:.75s linear infinite terroir-spin}@keyframes terroir-spin{to{transform:rotate(360deg)}}.terroir-hero{min-height:58vh;padding-bottom:20px;position:relative}.terroir-hero-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.terroir-hero-grad{background:linear-gradient(#0d0d0d73 0%,#0d0d0d8c 35%,#0d0d0d 100%);position:absolute;inset:0}.terroir-hero-top{z-index:2;justify-content:space-between;align-items:center;padding:12px 14px 0;display:flex;position:relative}.terroir-hero-top-right{gap:8px;display:flex}.terroir-icon-btn{width:40px;height:40px;color:var(--terroir-cream);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000059;border-radius:50%;justify-content:center;align-items:center;display:flex}.terroir-icon-btn--dot:after{content:"";background:#e4002b;border-radius:50%;width:8px;height:8px;margin:-18px 0 0 18px;position:absolute}.terroir-icon-btn{position:relative}.terroir-search-bar{z-index:2;align-items:center;gap:8px;margin:10px 14px 0;display:flex;position:relative}.terroir-search-input{color:var(--terroir-cream);background:#0006;border:1px solid #f5f0e833;border-radius:12px;flex:1;padding:10px 14px;font-size:.88rem}.terroir-search-input::placeholder{color:#f5f0e873}.terroir-search-clear{color:var(--terroir-gold);flex-shrink:0;padding:6px 8px;font-size:.72rem;font-weight:600}.terroir-hero-text{z-index:2;padding:22px 18px 16px;position:relative}.terroir-hero-title{font-family:var(--font-terroir);letter-spacing:-.02em;color:var(--terroir-cream);text-shadow:0 4px 24px #00000080;font-size:clamp(1.75rem,6.5vw,2.15rem);font-weight:700;line-height:1.12;animation:.9s both terroir-title-in}@keyframes terroir-title-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.terroir-hero-sub{color:#f5f0e8d1;max-width:22rem;margin-top:12px;font-size:.88rem;line-height:1.45;animation:.9s .12s both terroir-title-in}.terroir-season-badge{letter-spacing:.04em;text-transform:uppercase;color:var(--terroir-gold);background:#c9a84c1f;border:1px solid #c9a84c73;border-radius:999px;align-items:center;gap:8px;margin-top:16px;padding:8px 14px;font-size:.72rem;font-weight:600;animation:.9s .22s both terroir-title-in;display:inline-flex}.terroir-season-dot{background:var(--terroir-gold);border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite terroir-pulse}@keyframes terroir-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #c9a84c80}50%{opacity:.85;transform:scale(1.15);box-shadow:0 0 0 8px #c9a84c00}}.terroir-tags-wrap{z-index:2;margin-top:18px;padding-left:14px;position:relative;overflow:hidden}.terroir-tags{scrollbar-width:none;gap:8px;padding-bottom:6px;display:flex;overflow-x:auto}.terroir-tags::-webkit-scrollbar{display:none}.terroir-tag{letter-spacing:.03em;text-transform:uppercase;color:#f5f0e8bf;background:#00000040;border:1px solid #f5f0e82e;border-radius:999px;flex-shrink:0;padding:9px 16px;font-size:.72rem;font-weight:600}.terroir-tag--active{color:#0d0d0d;background:var(--terroir-gold);border-color:var(--terroir-gold)}.terroir-hero-foot{z-index:2;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 14px 0;display:flex;position:relative}.terroir-city-pill{background:#f5f0e81a;border:1px solid #f5f0e826;border-radius:10px;padding:6px 10px;font-size:.68rem;font-weight:600}.terroir-city-pill--muted{opacity:.75}.terroir-block{padding:8px 14px 28px}.terroir-block--video{padding-top:0}.terroir-block-head{margin-bottom:16px}.terroir-block-title{font-family:var(--font-terroir);color:var(--terroir-cream);margin-bottom:12px;font-size:1.2rem;font-weight:600;line-height:1.25}.terroir-block-lead{color:#f5f0e8a6;margin-top:-6px;margin-bottom:16px;font-size:.82rem}.terroir-scope{gap:8px;display:flex}.terroir-scope-btn{color:#f5f0e8a6;background:#ffffff0a;border:1px solid #f5f0e826;border-radius:12px;flex:1;padding:10px 12px;font-size:.72rem;font-weight:600}.terroir-scope-btn--on{color:#0d0d0d;background:var(--terroir-gold);border-color:var(--terroir-gold)}.terroir-scope-hint{color:#f5f0e8a6;max-width:22rem;margin-top:4px;font-size:.72rem;line-height:1.4}.terroir-empty{text-align:center;color:#f5f0e880;padding:24px 12px;font-size:.85rem}.terroir-p-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.terroir-p-card{background:#ffffff0a;border:1px solid #f5f0e814;border-radius:16px;overflow:hidden}.terroir-card-enter{animation:.55s backwards terroir-card-up}@keyframes terroir-card-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.terroir-p-media{aspect-ratio:1;cursor:pointer;width:100%;display:block;position:relative}.terroir-p-img{object-fit:cover;width:100%;height:100%}.terroir-p-grad{pointer-events:none;background:linear-gradient(#0000 50%,#0d0d0dd9 100%);position:absolute;inset:0}.terroir-p-heart{color:#f5f0e8d9;z-index:2;background:#00000073;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:flex;position:absolute;top:8px;right:8px}.terroir-p-heart--on{color:#e4002b}.terroir-p-origin{color:#f5f0e8eb;text-shadow:0 1px 4px #0009;font-size:.62rem;font-weight:600;line-height:1.25;position:absolute;bottom:8px;left:8px;right:8px}.terroir-p-body{padding:10px 10px 12px}.terroir-p-name{font-family:var(--font-terroir);color:var(--terroir-cream);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:.82rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.terroir-p-chef{align-items:center;gap:8px;margin-bottom:8px;display:flex}.terroir-p-av{object-fit:cover;border:1.5px solid #c9a84c59;border-radius:50%;width:32px;height:32px}.terroir-p-chef-name{color:#f5f0e8e0;font-size:.65rem;font-weight:600;line-height:1.2}.terroir-mich-row{gap:1px;margin-top:2px;display:flex}.terroir-mich-star{color:#f5f0e833;font-size:.55rem}.terroir-mich-star--on{color:var(--terroir-gold)}.terroir-p-ghost{width:100%;color:var(--terroir-gold);background:0 0;border:1px solid #c9a84c59;border-radius:10px;margin-top:4px;padding:8px 6px;font-size:.65rem;font-weight:600}.terroir-p-ghost:active{background:#c9a84c1a}.terroir-sentinel{height:1px;margin-top:8px}.terroir-v-stack{flex-direction:column;gap:16px;display:flex}.terroir-v-wrap{background:#ffffff08;border:1px solid #f5f0e81a;border-radius:18px;overflow:hidden}.terroir-v-card{text-align:left;width:100%;min-height:320px;color:var(--terroir-cream);border:none;border-radius:0;display:block;position:relative;overflow:hidden}.terroir-v-thumb{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.terroir-v-grad{pointer-events:none;background:linear-gradient(#0000 0%,#0d0d0d33 55%,#0d0d0df2 100%);position:absolute;inset:0}.terroir-v-cat{z-index:2;color:#0d0d0d;background:#c9a84ceb;border-radius:10px;padding:5px 10px;font-size:.65rem;font-weight:700;position:absolute;top:12px;left:12px}.terroir-v-play{width:56px;height:56px;color:var(--terroir-cream);background:#00000073;border:2px solid #f5f0e8d9;border-radius:50%;justify-content:center;align-items:center;padding-left:4px;font-size:1.1rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.terroir-v-caption{z-index:2;padding:16px 14px 14px;position:absolute;bottom:0;left:0;right:0}.terroir-v-title{font-family:var(--font-terroir);margin-bottom:6px;font-size:1rem;font-weight:600;line-height:1.25}.terroir-v-recipe{color:#f5f0e8e0;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.terroir-v-global-cta{color:#0d0d0d;background:var(--terroir-gold);text-align:center;border:1px solid #c9a84c80;border-radius:14px;width:100%;margin-top:4px;padding:12px 14px;font-size:.78rem;font-weight:700}.terroir-v-global-cta:active{filter:brightness(1.05)}.terroir-v-loc{color:#f5f0e8bf;margin-bottom:4px;font-size:.72rem}.terroir-v-prod{color:#f5f0e899;margin-bottom:8px;font-size:.72rem}.terroir-v-stats{color:#f5f0e88c;gap:14px;font-size:.68rem;display:flex}.terroir-bottom-spacer{height:8px}.chefs{color:#fff;background:#0a0a0a;min-height:100%}.chefs-header{z-index:20;background:#0a0a0a;border-bottom:1px solid #e4002b33;justify-content:space-between;align-items:center;padding:14px 18px 12px;display:flex;position:sticky;top:0}.chefs-header-brand{align-items:center;gap:10px;display:flex}.chefs-title{font-family:var(--font-serif);color:#fff;font-size:1.35rem;line-height:1}.chefs-subtitle{text-transform:uppercase;letter-spacing:.12em;color:var(--red);font-size:.6rem;font-weight:700;font-family:var(--font-sans);margin-top:2px;display:block}.chefs-count{color:#48484a;font-size:.72rem;font-family:var(--font-sans)}.chefs-intro{background:#111;border-bottom:1px solid #1c1c1e;padding:12px 18px}.chefs-intro p{color:#636366;font-size:.82rem;line-height:1.5}.chefs-feed{flex-direction:column;gap:0;padding-bottom:24px;display:flex}.chef-card{border-bottom:1px solid #161616;flex-direction:column;display:flex}.chef-hero{background:#111;flex-shrink:0;width:100%;height:220px;position:relative;overflow:hidden}.chef-hero-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.chef-card:hover .chef-hero-img{transform:scale(1.04)}.chef-hero-gradient{pointer-events:none;background:linear-gradient(#0000000d 0%,#0000 35%,#000c 100%);position:absolute;inset:0}.chef-type-badge{text-transform:uppercase;letter-spacing:.1em;color:#fff;background:var(--red);font-size:.65rem;font-weight:800;font-family:var(--font-sans);border-radius:4px;padding:4px 10px;position:absolute;top:12px;left:12px}.chef-dur{color:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:.7rem;font-family:var(--font-sans);background:#00000080;border-radius:20px;padding:4px 10px;position:absolute;top:12px;right:12px}.chef-identity{align-items:center;gap:10px;display:flex;position:absolute;bottom:14px;left:14px;right:14px}.chef-avatar-wrap{background:#1c1c1e;border:2px solid #fff6;border-radius:50%;flex-shrink:0;width:52px;height:52px;overflow:hidden}.chef-avatar{object-fit:cover;width:100%;height:100%}.chef-identity-text{flex-direction:column;gap:3px;display:flex}.chef-name{font-family:var(--font-serif);color:#fff;text-shadow:0 2px 8px #000c;font-size:1.15rem;font-weight:700;line-height:1.1}.chef-title-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--gold,#c9a84c);font-size:.64rem;font-weight:700;font-family:var(--font-sans)}.chef-body{background:#0e0e0e;flex-direction:column;gap:10px;padding:14px 18px 16px;display:flex}.chef-meta-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.chef-restaurant{color:#636366;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.78rem;overflow:hidden}.chef-rating{flex-shrink:0;align-items:center;gap:4px;display:flex}.chef-star{color:var(--gold,#c9a84c);align-items:center;display:flex}.chef-rating-num{color:var(--gold,#c9a84c);font-size:.72rem;font-weight:700;font-family:var(--font-sans)}.chef-followers{color:#48484a;font-size:.68rem;font-family:var(--font-sans);margin-left:4px}.chef-featured-row{background:#161616;border:1px solid #1c1c1e;border-radius:8px;align-items:baseline;gap:8px;padding:8px 12px;display:flex}.chef-featured-label{text-transform:uppercase;letter-spacing:.1em;color:var(--red);font-size:.62rem;font-weight:700;font-family:var(--font-sans);flex-shrink:0}.chef-featured-title{font-family:var(--font-serif);color:#fff;font-size:.92rem;line-height:1.3}.chef-quote{font-family:var(--font-serif);color:#8e8e93;border:none;margin:0;padding:0;font-size:.9rem;font-style:italic;line-height:1.55}.chef-quote-mark{color:var(--red);vertical-align:-.15em;margin:0 2px;font-size:1.3rem;font-style:normal;line-height:0}.chef-tips-wrap{border:1px solid #1c1c1e;border-radius:10px;overflow:hidden}.chef-tips-toggle{color:#aeaeb2;width:100%;font-size:.8rem;font-weight:600;font-family:var(--font-sans);background:#141414;justify-content:space-between;align-items:center;padding:10px 14px;transition:background .15s,color .15s;display:flex}.chef-tips-toggle:hover{color:#fff;background:#1c1c1e}.chef-toggle-icon{flex-shrink:0;transition:transform .25s}.chef-toggle-icon--open{transform:rotate(180deg)}.chef-tips-list{border-top:1px solid #1c1c1e;margin:0;padding:0;list-style:none}.chef-tip{border-bottom:1px solid #111;align-items:flex-start;gap:10px;padding:10px 14px;display:flex}.chef-tip:last-child{border-bottom:none}.chef-tip-icon{flex-shrink:0;margin-top:1px;font-size:1.1rem}.chef-tip-text{color:#aeaeb2;font-size:.8rem;line-height:1.45}.chef-footer{display:flex}.chef-specialty-tag{color:#636366;font-size:.68rem;font-weight:600;font-family:var(--font-sans);background:#161616;border:1px solid #2c2c2e;border-radius:20px;padding:4px 10px}.chefs-footer-mark{opacity:.2;justify-content:center;padding:24px 0 8px;display:flex}.cd{color:#fff;background:#0a0a0a}.cd-not-found{color:#636366;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;font-size:.9rem;display:flex}.cd-header{z-index:20;background:#0a0a0a;border-bottom:1px solid #e4002b33;justify-content:space-between;align-items:center;padding:14px 12px 12px;display:flex;position:sticky;top:0}.cd-back-btn{color:#aeaeb2;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,color .15s;display:flex}.cd-back-btn:hover{color:#fff;background:#1c1c1e}.cd-header-title{font-family:var(--font-serif);color:#fff;font-size:1rem;font-weight:700}.cd-hero{background:#111;flex-shrink:0;width:100%;height:240px;position:relative;overflow:hidden}.cd-hero-img{object-fit:cover;width:100%;height:100%}.cd-hero-gradient{background:linear-gradient(#0000001a 0%,#0000 30%,#000000d9 100%);position:absolute;inset:0}.cd-profile{align-items:flex-end;gap:12px;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.cd-avatar-ring{background:#1c1c1e;border:2.5px solid #ffffff80;border-radius:50%;flex-shrink:0;width:68px;height:68px;overflow:hidden;box-shadow:0 4px 16px #0009}.cd-avatar{object-fit:cover;width:100%;height:100%}.cd-profile-info{flex-direction:column;gap:3px;padding-bottom:2px;display:flex}.cd-name{font-family:var(--font-serif);color:#fff;text-shadow:0 2px 10px #000000e6;font-size:1.3rem;font-weight:700;line-height:1.1}.cd-chef-title{text-transform:uppercase;letter-spacing:.1em;color:var(--gold,#c9a84c);font-size:.65rem;font-weight:700;font-family:var(--font-sans)}.cd-restaurant{color:#ffffffb3;font-size:.75rem}.cd-stats-strip{background:#111;border-bottom:1px solid #1c1c1e;justify-content:space-around;align-items:center;padding:14px 18px;display:flex}.cd-stat{flex-direction:column;align-items:center;gap:3px;display:flex}.cd-stat-val{color:#fff;font-size:.95rem;font-weight:700;font-family:var(--font-sans);align-items:center;gap:4px;display:flex}.cd-stat-val--gold{color:var(--gold,#c9a84c)}.cd-stat-label{color:#48484a;text-transform:uppercase;letter-spacing:.08em;font-size:.62rem;font-family:var(--font-sans)}.cd-stat-divider{background:#2c2c2e;width:1px;height:28px}.cd-bio-section{border-bottom:1px solid #1c1c1e;flex-direction:column;gap:10px;padding:16px 18px;display:flex}.cd-bio{color:#8e8e93;font-size:.84rem;line-height:1.6}.cd-specialty-tag{color:#636366;font-size:.68rem;font-weight:600;font-family:var(--font-sans);background:#161616;border:1px solid #2c2c2e;border-radius:20px;align-self:flex-start;padding:4px 10px}.cd-quote-section{background:#0d0d0d;border-bottom:1px solid #1c1c1e;padding:16px 18px}.cd-quote{font-family:var(--font-serif);color:#636366;border:none;margin:0;padding:0;font-size:.92rem;font-style:italic;line-height:1.6}.cd-quote-mark{color:var(--red);vertical-align:-.15em;margin:0 3px;font-size:1.4rem;font-style:normal;line-height:0}.cd-masterclasses-section{padding:20px 0 4px}.cd-section-header{justify-content:space-between;align-items:baseline;padding:0 18px 12px;display:flex}.cd-section-title{font-family:var(--font-serif);color:#fff;font-size:1.1rem}.cd-section-count{color:#48484a;font-size:.72rem;font-family:var(--font-sans)}.cd-category-group{margin-bottom:8px}.cd-category-label{align-items:center;gap:10px;padding:6px 18px 10px;display:flex}.cd-category-label span{text-transform:uppercase;letter-spacing:.14em;color:#3a3a3c;white-space:nowrap;font-size:.65rem;font-weight:700;font-family:var(--font-sans)}.cd-category-line{background:#1c1c1e;flex:1;height:1px}.cd-mc-card{border-bottom:1px solid #111;gap:12px;padding:10px 18px;transition:background .15s;display:flex}.cd-mc-card:hover{background:#0e0e0e}.cd-mc-thumb-wrap{background:#1c1c1e;border-radius:8px;flex-shrink:0;width:110px;height:82px;position:relative;overflow:hidden}.cd-mc-thumb{object-fit:cover;width:100%;height:100%;transition:transform .4s}.cd-mc-card:hover .cd-mc-thumb{transform:scale(1.06)}.cd-mc-thumb-overlay{pointer-events:none;background:#0000004d;position:absolute;inset:0}.cd-mc-play{color:#fff;background:#e4002bd9;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:transform .2s,background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 12px #e4002b80}.cd-mc-card:hover .cd-mc-play{background:var(--red);transform:translate(-50%,-50%)scale(1.12)}.cd-mc-dur{color:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:.6rem;font-family:var(--font-sans);background:#0000008c;border-radius:10px;align-items:center;gap:3px;padding:2px 6px;display:flex;position:absolute;bottom:5px;right:6px}.cd-mc-info{flex-direction:column;flex:1;justify-content:center;gap:5px;min-width:0;display:flex}.cd-mc-title{font-family:var(--font-serif);color:#fff;font-size:.95rem;font-weight:700;line-height:1.25}.cd-mc-desc{color:#636366;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.74rem;line-height:1.4;display:-webkit-box;overflow:hidden}.cd-mc-footer{justify-content:space-between;align-items:center;gap:8px;margin-top:2px;display:flex}.cd-mc-level{font-size:.68rem;font-weight:600;font-family:var(--font-sans)}.cd-mc-watch-btn{background:var(--red);color:#fff;font-size:.7rem;font-weight:700;font-family:var(--font-sans);border-radius:20px;align-items:center;gap:5px;padding:5px 12px;transition:background .15s;display:flex}.cd-mc-watch-btn:hover{background:var(--red-dark)}.cd-tips-section{border-top:1px solid #1c1c1e;margin-top:8px;padding:20px 0 4px}.cd-tips-list{flex-direction:column;gap:2px;margin:0;padding:0 18px;list-style:none;display:flex}.cd-tip{background:#111;border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:6px;padding:12px 14px;display:flex}.cd-tip-icon{flex-shrink:0;margin-top:1px;font-size:1.2rem}.cd-tip-text{color:#aeaeb2;font-size:.82rem;line-height:1.5}.cd-bottom-spacer{height:32px}.profile{color:#fff;background:#0a0a0a}.profile-hero{padding:40px 24px 32px;position:relative;overflow:hidden}.profile-hero-bg{filter:blur(2px)brightness(.35);background:url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=800&auto=format&fit=crop) 50%/cover no-repeat;position:absolute;inset:0}.profile-hero-tint{background:linear-gradient(#b4001440 0%,#0009 60%,#0a0a0a 100%);position:absolute;inset:0}.profile-hero-content{z-index:1;flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.profile-avatar{color:#fff;border:3px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:4px;font-size:2rem;font-weight:800;display:flex;box-shadow:0 4px 24px #00000080}.profile-name{font-family:var(--font-serif);color:#fff;font-size:1.5rem}.profile-email{color:#ffffff80;font-size:.82rem}.profile-stats{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;gap:0;width:100%;max-width:300px;margin-top:16px;display:flex;overflow:hidden}.profile-stat{border-right:1px solid #ffffff14;flex-direction:column;flex:1;align-items:center;gap:3px;padding:14px 8px;display:flex}.profile-stat:last-child{border-right:none}.profile-stat-val{color:#fff;font-size:1.3rem;font-weight:800;font-family:var(--font-sans)}.profile-stat-lbl{color:#fff6;text-transform:uppercase;letter-spacing:.08em;font-size:.62rem}.profile-body{flex-direction:column;gap:8px;padding:8px 16px 32px;display:flex}.profile-section{margin-bottom:8px}.profile-section-title{text-transform:uppercase;letter-spacing:.12em;color:#3a3a3c;padding:0 4px 8px;font-size:.65rem;font-weight:700}.profile-section-list{background:#111;border:1px solid #1c1c1e;border-radius:14px;overflow:hidden}.profile-row{text-align:left;border-bottom:1px solid #1c1c1e;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:background .15s;display:flex}.profile-row:last-child{border-bottom:none}.profile-row:hover{background:#1a1a1a}.profile-row-icon{text-align:center;flex-shrink:0;width:22px;font-size:1.1rem}.profile-row-label{color:#e5e5ea;flex:1;font-size:.9rem;font-weight:500}.profile-row-chevron{color:#3a3a3c;flex-shrink:0}.profile-brand{opacity:.25;justify-content:center;align-items:center;gap:8px;padding:16px 0 4px;display:flex}.profile-brand-text{font-family:var(--font-serif);color:#fff;letter-spacing:.08em;font-size:.8rem}.profile-logout{width:100%;color:var(--red);letter-spacing:.02em;background:#e4002b14;border:1px solid #e4002b33;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin-top:4px;padding:15px;font-size:.9rem;font-weight:700;transition:background .2s,border-color .2s;display:flex}.profile-logout:hover{background:#e4002b2e;border-color:#e4002b73}.saved-page{color:#fff;background:#0a0a0a;min-height:100vh}.saved-header{border-bottom:1px solid #1c1c1e;align-items:center;gap:12px;padding:52px 20px 20px;display:flex}.saved-back{color:#fff;background:#1c1c1e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.saved-back:hover{background:#2c2c2e}.saved-title{font-family:var(--font-serif);color:#fff;flex:1;font-size:1.3rem}.saved-count{color:#8e8e93;background:#1c1c1e;border-radius:20px;padding:3px 10px;font-size:.8rem;font-weight:700}.saved-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:80px 32px;display:flex}.saved-empty-icon{margin-bottom:8px;font-size:3rem}.saved-empty p{color:#8e8e93;font-size:.9rem;line-height:1.5}.saved-grid{flex-direction:column;gap:0;display:flex}.saved-card{border-bottom:1px solid #1c1c1e;align-items:center;gap:14px;padding:12px 20px;transition:background .15s;display:flex}.saved-card:hover{background:#111}.saved-card-thumb{background:#1c1c1e;border-radius:10px;flex-shrink:0;width:68px;height:68px;position:relative;overflow:hidden}.saved-card-thumb img{object-fit:cover;width:100%;height:100%}.saved-card-type{background:#000000b3;border-radius:4px;padding:1px 4px;font-size:.75rem;position:absolute;bottom:4px;left:4px}.saved-card-info{flex:1;min-width:0}.saved-card-title{color:#e5e5ea;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.saved-card-user{color:#8e8e93;margin-top:3px;font-size:.78rem}.saved-card-remove{background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.saved-card-remove:hover{background:#ffffff1f}
