:root{--bg:#ffffff;--ink:#1f1f1f;--text:#6b6b6b;--muted:#9a9a9a;--line:#ececec;--soft:#f6f6f6;--accent:#e5504f;--accent-soft:#fdecec;--ok:#3c9a5f;--tab-h:62px;--r:14px;color-scheme:light}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-padding-top:70px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body),system-ui,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none}a,button{color:inherit}button{font:inherit;background:none;border:0;padding:0;cursor:pointer}dd,dl,h1,h2,h3,p,ul{margin:0}ul{padding:0;list-style:none}img{display:block;max-width:100%}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.shell{min-height:100dvh}.main{width:100%;max-width:640px;margin:0 auto;padding:0 16px calc(var(--tab-h) + 28px)}.main.full{max-width:none;padding:0 0 var(--tab-h)}.header{gap:14px;min-height:64px;padding:10px 0 4px}.header,.header .back{display:flex;align-items:center}.header .back{width:32px;height:32px;justify-content:center;margin-left:-4px;color:var(--ink)}.header .back svg{width:26px;height:26px}.header h1{font-size:22px;font-weight:400;flex:1 1;line-height:1.25}.header .back+h1{margin-left:14px}.header .sub{display:block;font-size:14px;font-weight:400;color:var(--muted)}.header .action{display:flex;width:40px;height:40px;align-items:center;justify-content:center;color:var(--ink)}.header .action svg{width:24px;height:24px}.lang{display:inline-flex;border:1px solid var(--line);padding:2px}.lang,.lang a{border-radius:999px}.lang a{padding:4px 10px;font-size:13px;font-weight:600;color:var(--muted)}.lang a[aria-current=true]{background:var(--accent);color:#fff}.tabbar{position:fixed;left:0;right:0;bottom:0;height:calc(var(--tab-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);z-index:50}.tabbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11.5px;font-weight:600;color:var(--muted)}.tabbar a svg{width:24px;height:24px}.tabbar a[aria-current=page]{color:var(--accent)}@media (min-width:900px){.shell{display:flex}.tabbar{position:-webkit-sticky;position:sticky;top:0;height:100dvh;width:200px;flex:none;grid-template-columns:1fr;grid-auto-rows:60px;align-content:start;padding-top:80px;border-top:0;border-right:1px solid var(--line)}.tabbar a{flex-direction:row;justify-content:flex-start;gap:12px;padding:0 24px;font-size:15px}.shell>.content{flex:1 1;min-width:0}.main{padding-bottom:40px}.main.full{padding-bottom:0}}.label{font-size:15px;color:var(--muted);font-weight:400;margin:18px 0 4px}.section{margin-top:22px}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.section-head h2{font-size:20px;font-weight:600}.section-head a{font-size:14px;font-weight:600;color:var(--accent)}.body{color:var(--text);font-size:17px;font-weight:300;line-height:1.55}.body+.body{margin-top:12px}.caps{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:600}.photo-card{position:relative;display:block;border-radius:6px;overflow:hidden;background:#2b2b2b;color:#fff;aspect-ratio:344/168}.photo-card img{width:100%;height:100%;object-fit:cover}.photo-card .shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 35%,rgba(0,0,0,.72))}.photo-card .text{position:absolute;left:16px;right:16px;bottom:14px}.photo-card h3{font-size:19px;font-weight:600;line-height:1.25;text-shadow:0 1px 2px rgba(0,0,0,.3)}.photo-card p{font-size:13.5px;font-weight:300;opacity:.85;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-card .fav{position:absolute;top:6px;right:6px}.photo-card.no-photo{background:linear-gradient(160deg,#3b3b3b,#1b1b1b)}.photo-card.no-photo:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(229,80,79,.5),transparent 55%)}.photo-list{display:grid;grid-gap:8px;gap:8px;margin:0 -8px}.photo-scroller{display:flex;gap:8px;overflow-x:auto;padding:2px 16px 6px;margin:0 -16px;scrollbar-width:none;scroll-snap-type:x mandatory}.photo-scroller::-webkit-scrollbar{display:none}.photo-scroller .photo-card{flex:none;width:262px;aspect-ratio:4/3;scroll-snap-align:start}.photo-scroller .photo-card h3{font-size:19px}.photo-scroller .photo-card p{font-size:13.5px}.fav{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.fav svg{width:26px;height:26px}.fav[aria-pressed=true]{color:var(--accent)}.fav.on-white{color:var(--ink);filter:none}.fav.on-white[aria-pressed=true]{color:var(--accent)}.irows>a,.irows>button,.irows>div{display:grid;grid-template-columns:42px 1fr auto;align-items:center;grid-gap:14px;gap:14px;min-height:56px;padding:8px 0;width:100%;text-align:left}.irows svg.ic{width:24px;height:24px;color:var(--ink);justify-self:start}.irows .t{font-size:17px;font-weight:400;line-height:1.25}.irows .s{display:block;font-weight:300;margin-top:1px}.irows .r,.irows .s{font-size:14px;color:var(--muted)}.irows .r svg{width:20px;height:20px}.irows .badge{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center}.irows .badge svg{width:22px;height:22px;color:#fff}.rows>*{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.rows>:last-child{border-bottom:0}.rows .t{font-size:17px;font-weight:400;line-height:1.3}.rows .s{display:block;font-weight:300;margin-top:1px}.rows .s,.rows .v{font-size:14px;color:var(--muted)}.rows .v{text-align:right;white-space:nowrap}.rows .v strong{display:block;color:var(--ink);font-weight:600;font-size:16px}.rows .thumb{display:grid;grid-template-columns:64px 1fr;grid-gap:12px;gap:12px;align-items:center}.rows .thumb img{width:64px;height:64px;border-radius:10px;object-fit:cover}.state{font-weight:600;font-size:14px}.state.open{color:var(--ok)}.state.soon{color:#d48b1e}.state.closed{color:var(--accent)}.state.always,.state.unknown{color:var(--muted);font-weight:400}.stars{color:var(--accent);font-weight:600}.chips{display:flex;gap:8px;overflow-x:auto;padding:4px 16px 10px;margin:0 -16px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex:none;padding:8px 14px;border-radius:10px;border:1px solid var(--line);background:#fff;font-size:14px;font-weight:400;color:var(--ink);white-space:nowrap}.chip[aria-current=true],.chip[aria-pressed=true]{border-color:var(--accent);color:var(--accent);font-weight:600}.amenities{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.amenities span{padding:6px 12px;border-radius:6px;border:1px solid var(--line);font-size:14px;color:var(--text)}.days{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.day{text-align:center;padding:10px 6px;border-radius:12px;border:1px solid var(--line);font-size:13px}.day strong{display:block;font-size:16px;font-weight:600}.day span{color:var(--muted)}.day svg{width:26px;height:26px;margin:4px auto;display:block;color:var(--text)}.hero{position:relative;margin:0 -16px;height:320px;background:#222;color:#fff;overflow:hidden}.hero img{width:100%;height:100%;object-fit:cover}.hero .shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,0) 30%,rgba(0,0,0,0) 45%,rgba(0,0,0,.78))}.hero .top{position:absolute;top:8px;left:8px;right:8px;justify-content:space-between}.hero .top,.hero .top .back{display:flex;align-items:center}.hero .top .back{width:40px;height:40px;justify-content:center;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}.hero .top .back svg{width:26px;height:26px}.hero .top .tools{display:flex}.hero .text{position:absolute;left:16px;right:16px;bottom:18px}.hero .price{color:var(--accent);font-weight:600;font-size:15px}.hero h1{font-size:27px;font-weight:600;line-height:1.15;text-shadow:0 1px 2px rgba(0,0,0,.35)}.hero .crumb{font-size:15px;font-weight:300;opacity:.92;margin-top:4px}.hero.no-photo{background:linear-gradient(160deg,#3a3a3a,#171717)}.hero.no-photo:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 15%,rgba(229,80,79,.55),transparent 55%)}.tabs{display:grid;grid-template-columns:repeat(3,1fr);margin:0 -16px;border-bottom:1px solid var(--line);background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:20}.tabs a{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 6px 10px;font-size:15px;color:var(--text);font-weight:400}.tabs a svg{width:24px;height:24px}.tabs a[aria-current=true]{color:var(--accent)}.tabs.two{grid-template-columns:repeat(2,1fr)}.about{padding-top:22px}.didyou{margin-top:18px}.didyou .k{color:var(--text);font-weight:600;font-size:16px}.didyou p{color:var(--text);font-weight:300;font-size:16.5px;line-height:1.5;margin-top:10px}.more-toggle{display:block;margin:14px auto 0;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}.stats{display:grid;grid-template-columns:repeat(3,1fr);margin:18px -16px 0;padding:16px 12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.stats .n{font-size:24px;font-weight:400;line-height:1.15}.stats .n small{font-size:15px;color:var(--muted);font-weight:300;margin-left:2px}.stats .n .hl{color:var(--accent)}.stats .l{margin-top:3px}.stats .linkish{color:var(--accent);font-weight:600;font-size:15px}.map-embed{margin:0 -16px;height:220px;position:relative}.map-embed .leaflet-container{height:100%;width:100%;font:inherit}.facts{margin-top:8px}.facts>div{display:grid;grid-template-columns:40px 1fr;grid-gap:16px;gap:16px;padding:14px 0;align-items:start}.facts dt svg{width:26px;height:26px;color:var(--ink)}.facts dd{font-size:17px;font-weight:300;color:var(--text);line-height:1.45;padding-top:2px}.facts dd a{color:var(--ink);font-weight:400}.facts dd a:after{content:" ↗";color:var(--accent);font-size:13px}.facts dd .strong{color:var(--ink);font-weight:400}.skyline{position:relative;margin:20px -16px 0;height:150px;color:#d9d9d9}.skyline svg{width:100%;height:100%;display:block}.fab-wrap{position:absolute;right:22px;bottom:26px}.fab{display:flex;width:66px;height:66px;align-items:center;justify-content:center;background:var(--accent);color:#fff;border-radius:12px;transform:rotate(45deg);box-shadow:0 8px 18px rgba(229,80,79,.35)}.fab svg{width:30px;height:30px;transform:rotate(-45deg)}.note{font-size:13px;margin-top:14px}.note,.verify{color:var(--muted);font-weight:300}.verify{font-size:13.5px;margin-top:10px}.events>a,.events>div{display:grid;grid-template-columns:54px 1fr;grid-gap:14px;gap:14px;padding:12px 0;border-bottom:1px solid var(--line);align-items:start}.events>:last-child{border-bottom:0}.events .date{text-align:center;line-height:1.05;padding-top:2px}.events .date strong{display:block;font-size:24px;font-weight:600;color:var(--accent)}.events .date span{font-size:12px;color:var(--muted);text-transform:lowercase}.events .t{display:block;font-size:17px;font-weight:400;line-height:1.3}.events .s{display:block;font-size:14px;color:var(--muted);font-weight:300;margin-top:2px}.events .c{display:inline-block;margin-top:4px;font-size:12px;color:var(--accent);font-weight:600}.emergency{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-radius:var(--r);background:var(--accent);color:#fff;margin-top:8px}.emergency .k{font-weight:600;font-size:17px}.emergency .s{font-size:13.5px;opacity:.9;font-weight:300}.emergency strong{font-size:30px;font-weight:700}.map-page{position:relative;height:calc(100dvh - var(--tab-h))}@media (min-width:900px){.map-page{height:100dvh}}.map-page .leaflet-container{height:100%;width:100%;font:inherit}.map-chips{position:absolute;top:10px;left:0;right:0;z-index:400;padding:0 12px}.map-chips .chips{margin:0;padding:0 0 2px}.map-chips .chip{box-shadow:0 1px 4px rgba(0,0,0,.14)}.sheet{position:absolute;left:12px;right:12px;bottom:12px;z-index:400;background:#fff;border-radius:var(--r);box-shadow:0 8px 30px rgba(0,0,0,.18);padding:14px 16px 12px}.sheet .close{position:absolute;top:8px;right:8px;padding:6px;color:var(--muted)}.sheet .close svg{width:20px;height:20px}.sheet .t{font-size:18px;font-weight:600;padding-right:32px}.sheet .s{color:var(--muted);font-size:14px;font-weight:300;margin-top:2px}.sheet .acts{display:flex;gap:8px;margin-top:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border-radius:10px;border:1px solid var(--line);background:#fff;font-weight:600;font-size:14px;color:var(--ink)}.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn.link{border:0;padding:0;color:var(--accent)}.pin-wrap{background:transparent;border:0}.pin{width:30px;height:30px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--accent);border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center}.pin:after{content:"";width:9px;height:9px;border-radius:50%;background:#fff}.pin.small{width:13px;height:13px;border-radius:50%;transform:none;background:#333}.pin.small:after{display:none}.cluster{width:36px;height:36px;border-radius:50%;background:var(--ink);color:#fff;font-weight:600;font-size:13px;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.25)}.cluster,.map-locate{display:flex;align-items:center;justify-content:center}.map-locate{position:absolute;right:12px;bottom:96px;z-index:400;width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.2)}.map-locate svg{width:22px;height:22px}.leaflet-bottom.leaflet-left .leaflet-control-zoom{margin-bottom:96px}.leaflet-popup-content-wrapper{border-radius:12px}.empty{padding:26px 8px;text-align:center;color:var(--muted);font-weight:300}.empty a{color:var(--accent);font-weight:600}.search{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--line);font:inherit;font-size:16px;margin:4px 0 10px}.offline-banner{display:none;margin:8px 0 0;padding:10px 14px;border-radius:10px;background:var(--accent-soft);color:var(--accent);font-size:14px;font-weight:600}html[data-offline=true] .offline-banner{display:block}.credit-hero{text-align:center;padding:28px 0 8px;color:var(--accent)}.credit-hero svg{width:130px;height:110px}.footer{margin-top:32px;color:var(--muted);font-size:12.5px;font-weight:300;line-height:1.5}.step{display:grid;grid-template-columns:36px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.step:last-child{border-bottom:0}.step .num{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--accent);color:var(--accent);font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center}.step .t{font-size:17px}.step .s{display:block;font-size:14px;color:var(--muted);font-weight:300;margin-top:2px}.step .v{color:var(--ink);font-weight:600;font-size:15px;white-space:nowrap}.home-hero{position:relative;margin:0 -16px;height:367px;background:#2b2b2b;color:#fff;overflow:hidden}.home-hero img{width:100%;height:100%;object-fit:cover}.home-hero .shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.15) 45%,rgba(0,0,0,.55))}.home-hero .city{position:absolute;left:16px;right:16px;top:110px;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.35)}.home-hero .country{font-size:16px;letter-spacing:.03em}.home-hero .name{font-size:50px;font-weight:300;line-height:1.15}.home-hero .tagline{font-size:14px;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-hero .bottom{position:absolute;left:16px;right:10px;bottom:16px;display:flex;justify-content:space-between;align-items:flex-end;text-shadow:0 1px 4px rgba(0,0,0,.35)}.home-hero .caps2{font-size:12.5px}.home-hero .big{font-size:36px;font-weight:300;line-height:1.2}.home-hero .small{font-size:14px;font-weight:300}.home-hero .right{text-align:right}.home-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:0 -16px;border-bottom:1px solid var(--line)}.home-grid a{height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-top:1px solid var(--line);font-size:13.5px;color:var(--ink)}.home-grid a:not(:nth-child(3n)){border-right:1px solid var(--line)}.home-grid a:active{background:var(--soft)}.home-grid svg{width:24px;height:24px}.tiles{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:0 -8px}.tiles .photo-card{aspect-ratio:1}.tiles .photo-card.wide{grid-column:1/-1;aspect-ratio:344/168}.photo-card.tile .shade{background:rgba(0,0,0,.32)}.photo-card.tile .text{top:0;bottom:0;display:flex;align-items:center;justify-content:center;text-align:center}.photo-card.tile h3{font-size:18px}.ppin{width:44px;height:44px;border-radius:50%;border:3px solid #fff;overflow:hidden;background:#555;box-shadow:0 1px 4px rgba(0,0,0,.3);position:relative}.ppin img{width:100%;height:100%;object-fit:cover}.ppin-wrap{background:transparent;border:0}.ppin-wrap:after{content:"";position:absolute;left:15px;top:41px;border:7px solid transparent;border-top:9px solid #fff}.ppin-wrap.on .ppin{border-color:var(--accent)}.ppin-wrap.on:after{border-top-color:var(--accent)}.map-card{position:absolute;left:8px;right:8px;bottom:26px;z-index:400}.map-page.attr{height:calc(100dvh - var(--tab-h) - 64px);margin:0 -16px}@media (min-width:900px){.map-page.attr{height:calc(100dvh - 64px)}}.pgrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px 12px;gap:18px 12px;margin:0 -10px}.pcard{display:block;position:relative;min-width:0}.pcard .img{aspect-ratio:1;border-radius:6px;background:#f3f1ef;display:flex;align-items:center;justify-content:center;color:#c9c4bf}.pcard .img svg{width:40px;height:40px;stroke-width:1.3}.pcard .fav{position:absolute;top:2px;right:2px}.pcard .rate{display:block;margin-top:8px;font-size:13px;font-weight:600;color:var(--accent)}.pcard .rate small{color:var(--muted);font-weight:300;font-size:13px}.pcard .t{font-size:16px;color:var(--ink);margin-top:2px}.pcard .s,.pcard .t{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pcard .s{font-size:13.5px;color:var(--muted);font-weight:300}.ghead{display:flex;justify-content:space-between;align-items:baseline;margin:22px 0 10px}.ghead .label{margin:0}.ghead a{color:var(--accent);font-size:15px}.rating-big{display:flex;justify-content:space-between;align-items:flex-end;padding-top:18px}.rating-big .n{font-size:44px;line-height:1.1}.rating-big .st{display:flex;gap:2px;color:var(--accent)}.rating-big .st svg{width:14px;height:14px}.rating-big .st svg.off{color:#bdbdbd}.rating-big a{color:var(--accent);font-size:14px;padding-bottom:26px}.stars-row{display:inline-flex;gap:2px;color:var(--accent);vertical-align:middle}.stars-row svg{width:17px;height:17px}.stars-row svg.off{color:#bdbdbd}.ev-h{font-size:18px;font-weight:400;margin:20px 0 10px}.ev-feat img,.ev-img-empty,.ev-mini img{width:100%;object-fit:cover;border-radius:6px;display:block;background:linear-gradient(160deg,#3b3b3b,#1b1b1b)}.ev-feat .ev-img-empty,.ev-feat img{aspect-ratio:344/190}.ev-mini .ev-img-empty,.ev-mini img{aspect-ratio:1/.62}.ev-date{margin-top:8px;font-size:12.5px;color:var(--accent)}.ev-date,.ev-feat .t{display:block;font-weight:600}.ev-feat .t{font-size:19px;line-height:1.25;margin-top:2px}.ev-mini .t{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:15px;line-height:1.33;margin-top:2px}.ev-feat .s{display:block;font-size:14px;color:var(--muted);font-weight:300;margin-top:2px}.ev-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px 8px;gap:18px 8px}.chips.wrap{flex-wrap:wrap;overflow:visible;margin:0;padding:0 0 4px}.dialog-page{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:20px 9px}.dialog-page .back-layer{position:absolute;inset:0}.dialog{position:relative;width:100%;max-width:480px;max-height:100%;overflow:auto;background:#fff;border-radius:8px}.dialog .img{position:relative;height:178px;background:#2b2b2b}.dialog .img img{width:100%;height:100%;object-fit:cover}.dialog .x{position:absolute;top:14px;right:14px;width:26px;height:26px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--ink)}.dialog .x svg{width:16px;height:16px;stroke-width:2}.dialog .head{padding:16px 16px 6px}.dialog .date{font-size:13px;font-weight:600;color:var(--accent)}.dialog h1{font-size:20px;font-weight:600;line-height:1.25;margin-top:4px}.dialog .sub{font-size:15px;color:var(--muted);font-weight:300;margin-top:2px}.dialog .row{display:grid;grid-template-columns:22px 1fr auto;grid-gap:20px;gap:20px;align-items:center;min-height:50px;padding:6px 16px}.dialog .row svg{width:22px;height:22px}.dialog .row span{font-size:15px;color:var(--text);font-weight:300;line-height:1.4}.dialog .row a{color:var(--accent);font-size:13.5px}.dialog .rule{height:1px;background:var(--line);margin:8px 16px 0}.dialog .details{padding:14px 16px 16px;display:grid;grid-gap:10px;gap:10px}.dialog .details h2{font-size:16px;font-weight:600}.dialog .cat{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:14px}.dialog .cat svg{width:16px;height:16px}.boxes{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:0 -8px}.boxes a{height:96px;border-radius:6px;background:#f3f1ef;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:15px;color:var(--ink);padding:0 8px;text-align:center}.boxes a svg{width:30px;height:30px;stroke-width:1.5}.boxes a.alert{background:var(--accent);color:#fff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Sans Fallback;src:local("Arial");ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.00%;size-adjust:101.39%}.__className_02cfe8{font-family:Nunito Sans,Nunito Sans Fallback;font-style:normal}.__variable_02cfe8{--font-body:"Nunito Sans","Nunito Sans Fallback"}