:root { --ink: #3b2616; --paper: #fff8e7; --tomato: #e85d2a; --lime: #f4d64f; --line: rgba(59, 38, 22, .16); --muted: #796854; --wheel-muted: #e0d5bf; }
[data-theme="dark"] { --ink: #fff1cf; --paper: #2a1a12; --tomato: #ff7a3d; --lime: #f6d956; --line: rgba(255, 241, 207, .18); --muted: #d5c3a7; --wheel-muted: #6f5741; }
* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--paper); background-image: radial-gradient(rgba(232, 93, 42, .09) .8px, transparent .8px); background-size: 13px 13px; font-family: Manrope, sans-serif; }
button, select { font: inherit; }.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }.page-shell { width: min(1160px, calc(100% - 48px)); margin: auto; padding: 26px 0 58px; }.site-header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 22px; }.wordmark { color: var(--ink); font: 800 1.45rem/1 Manrope, sans-serif; text-decoration: none; }.wordmark span { color: var(--tomato); }.site-header p, .eyebrow, .selection-heading, .selection-note, .wheel-caption, .ad-slot, footer { font-family: "DM Mono", monospace; }.site-header p { margin: 0; font-size: .66rem; letter-spacing: .08em; }.site-tools { display: flex; align-items: center; gap: 8px; }.language-control select, .theme-toggle { height: 34px; border: 1px solid var(--line); color: var(--ink); background: transparent; cursor: pointer; }.language-control select { min-width: 58px; padding: 0 6px; border-radius: 3px; font: 700 .69rem "DM Mono", monospace; }.theme-toggle { position: relative; width: 38px; padding: 0; border-radius: 50%; transition: transform .18s ease, background-color .18s ease; }.theme-toggle:hover { transform: translateY(-2px); background: var(--lime); }.theme-toggle span { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; color: transparent; font-size: 0; }.theme-sun::before { width: 12px; height: 12px; border: 2px solid var(--ink); border-radius: 50%; box-shadow: 0 -7px 0 -5px var(--ink), 0 7px 0 -5px var(--ink), 7px 0 0 -5px var(--ink), -7px 0 0 -5px var(--ink); content: ""; }.theme-moon { display: none !important; }.theme-moon::before { width: 13px; height: 13px; border-radius: 50%; background: var(--ink); box-shadow: 5px -3px 0 var(--paper); content: ""; }[data-theme="dark"] .theme-sun { display: none !important; }[data-theme="dark"] .theme-moon { display: grid !important; }
button, select { font: inherit; }.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }.page-shell { width: min(1160px, calc(100% - 48px)); margin: auto; padding: 26px 0 58px; }.site-header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 22px; }.wordmark { color: var(--ink); font: 800 1.45rem/1 Manrope, sans-serif; text-decoration: none; }.wordmark span { color: var(--tomato); }.site-header p, .eyebrow, .selection-heading, .selection-note, .wheel-caption, .ad-slot, footer { font-family: "DM Mono", monospace; }.site-header p { margin: 0; font-size: .66rem; letter-spacing: .08em; }.site-tools { display: flex; align-items: center; gap: 8px; }.language-control select, .theme-toggle { height: 34px; border: 1px solid var(--line); color: var(--ink); background: transparent; cursor: pointer; }.language-control select { min-width: 58px; padding: 0 6px; border-radius: 3px; font: 700 .69rem "DM Mono", monospace; }.theme-toggle { display: grid; width: 38px; place-items: center; padding: 0; border-radius: 50%; transition: transform .18s ease, background-color .18s ease; }.theme-toggle:hover { transform: translateY(-2px); background: var(--lime); }.theme-icon { grid-area: 1 / 1; width: 17px; height: 17px; }.theme-moon { display: none; }[data-theme="dark"] .theme-sun { display: none; }[data-theme="dark"] .theme-moon { display: block; }
.hero { container-type: inline-size; display: grid; grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr); align-items: center; gap: clamp(40px, 7vw, 100px); padding: clamp(58px, 9vw, 110px) 4.5vw 44px; }.hero-copy { max-width: 460px; }.eyebrow { margin: 0 0 13px; color: var(--tomato); font-size: .68rem; letter-spacing: .1em; }.hero h1, .legal-page h1 { margin: 0; font: 700 clamp(3rem, 5.7vw, 5.5rem)/.92 Fraunces, Georgia, serif; letter-spacing: 0; }.hero-copy > p:not(.eyebrow) { margin: 24px 0 0; font-size: 1rem; line-height: 1.7; }.selection { margin-top: 36px; border-top: 1px solid var(--line); padding-top: 17px; }.selection-heading { display: flex; justify-content: space-between; gap: 10px; font-size: .69rem; }.selection-heading span:last-child { color: var(--muted); }.skip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }.skip-chip { min-height: 31px; border: 1px solid var(--ink); border-radius: 99px; padding: 4px 11px; color: var(--ink); background: transparent; cursor: pointer; font-size: .7rem; font-weight: 700; transition: background-color .18s ease, color .18s ease, transform .18s ease; }.skip-chip:hover:not(:disabled) { transform: translateY(-2px); background: var(--lime); }.skip-chip.is-skipped { color: var(--muted); border-color: var(--line); text-decoration: line-through; }.skip-chip:disabled { cursor: not-allowed; opacity: .65; }.selection-note { margin: 13px 0 0; color: var(--muted); font-size: .62rem; }
.wheel-stage { position: relative; width: clamp(360px, 42vw, 520px); max-width: 100%; justify-self: center; padding-top: 19px; }.wheel-wrap { position: relative; padding: 16px; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); box-shadow: 9px 10px 0 var(--lime); transition: box-shadow .3s ease; }.wheel { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--ink); border-radius: 50%; transition: transform 5s cubic-bezier(.11, .78, .12, 1); }.wheel::after { position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.46); content: ""; }.wheel-labels { position: absolute; inset: 0; z-index: 1; }.wheel-labels span { position: absolute; top: 50%; left: 50%; width: 112px; transform-origin: 50% 50%; color: var(--ink); font-size: clamp(.55rem, 1.2vw, .78rem); font-weight: 800; line-height: 1.15; text-align: center; transition: color .2s ease; }.wheel-labels span.is-skipped { color: color-mix(in srgb, var(--ink) 33%, transparent); text-decoration: line-through; }.wheel-center { position: absolute; z-index: 2; top: 50%; left: 50%; width: 42%; aspect-ratio: 1; overflow: hidden; border: 5px solid var(--paper); border-radius: 50%; transform: translate(-50%, -50%); background: var(--ink); box-shadow: 0 2px 0 rgba(23,53,45,.3); transition: border-color .25s ease, box-shadow .25s ease; }.wheel-center img { width: 100%; height: 100%; object-fit: cover; transition: opacity .16s ease; }.wheel-center img.is-changing { opacity: .25; }.center-wash { position: absolute; inset: 0; background: linear-gradient(transparent 20%, rgba(10, 20, 16, .75)); }.center-copy { position: absolute; right: 9%; bottom: 11%; left: 9%; color: white; text-align: center; }.center-copy p { margin: 0; font: 700 clamp(.85rem, 1.8vw, 1.35rem)/1 Fraunces, Georgia, serif; }.center-copy span { display: block; margin-top: 4px; font-size: clamp(.42rem, .85vw, .62rem); line-height: 1.25; }.pin { position: absolute; z-index: 4; top: 1px; left: 50%; width: 42px; height: 55px; transform: translateX(-50%); filter: drop-shadow(0 3px 0 rgba(59,38,22,.24)); }.pin::before { display: block; width: 0; height: 0; margin: auto; border-top: 52px solid var(--tomato); border-right: 20px solid transparent; border-left: 20px solid transparent; content: ""; }.pin span { position: absolute; top: 6px; left: 14px; width: 13px; height: 13px; border: 2px solid var(--paper); border-radius: 50%; }.wheel.is-spinning + * { pointer-events: none; }.wheel-stage:has(.wheel.is-spinning) .pin { animation: pin-bounce .28s ease-in-out infinite alternate; }.wheel-stage.is-result .wheel-wrap { box-shadow: 12px 13px 0 var(--lime); }.wheel-stage.is-result .wheel-center { border-color: var(--lime); box-shadow: 0 0 0 5px var(--paper), 0 0 0 7px var(--tomato); }.wheel-caption { margin: 26px 0 0; min-height: 18px; font-size: .68rem; text-align: center; }
.actions { display: flex; justify-content: center; gap: 12px; padding: 8px 0 0; }.spin-button, .map-button { min-height: 55px; border: 1px solid var(--ink); padding: 0 21px; cursor: pointer; font-size: .88rem; font-weight: 800; transition: transform .18s ease, background-color .18s ease, color .18s ease; }.spin-button { color: var(--ink); background: var(--lime); }.spin-button span { display: inline-block; margin-right: 6px; font-size: 1.2rem; }.spin-button:hover:not(:disabled), .map-button:hover:not(:disabled) { transform: translateY(-3px); }.spin-button:disabled { cursor: wait; }.map-button { color: var(--ink); background: transparent; }.map-button:hover:not(:disabled) { color: var(--paper); background: var(--ink); }.map-button:disabled { cursor: not-allowed; opacity: .42; }.ad-slot { display: grid; width: min(728px, 100%); min-height: 92px; place-items: center; margin: 48px auto 0; border: 1px dashed #bcb3a4; color: #8d897f; font-size: .62rem; }.ad-slot span { align-self: end; letter-spacing: .12em; }.ad-slot div { align-self: start; margin-top: 5px; }footer { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 22px max(24px, calc((100% - 1160px) / 2)); color: #667b70; font-size: .65rem; }footer nav { display: flex; gap: 18px; }footer a { color: inherit; text-decoration: none; }footer a:hover { color: var(--tomato); }
.legal-page article { max-width: 720px; padding: clamp(60px, 10vw, 120px) 0 70px; }.legal-page h1 { margin-bottom: 30px; }.legal-page h2 { margin: 34px 0 9px; font: 700 1.35rem/1.1 Fraunces, Georgia, serif; }.legal-page article p { font-size: 1rem; line-height: 1.72; }.legal-page article strong { font-size: .8rem; }
.wheel { pointer-events: none; transition: none !important; }
.wheel-wrap { overflow: hidden; }
.share-button { display: grid; width: 55px; min-height: 55px; place-items: center; border: 0; border-radius: 7px; padding: 0; color: #fff; background: #2196e1; cursor: pointer; transition: transform .18s ease, background-color .18s ease; }.share-button svg { width: 28px; height: 28px; fill: currentColor; stroke: currentColor; stroke-width: 1.7; }.share-button:hover:not(:disabled) { transform: translateY(-3px); background: #0879c4; }.share-button:disabled { cursor: not-allowed; opacity: .42; }
.map-provider-control select { min-height: 55px; border: 1px solid var(--ink); border-radius: 2px; padding: 0 8px; color: var(--ink); background: var(--paper); cursor: pointer; font: 700 .72rem "DM Mono", monospace; }
.wheel-labels { z-index: 5; inset: 16px; overflow: hidden; border-radius: 50%; pointer-events: none; }
.wheel-label-sector { position: absolute; inset: 0; }
.wheel-labels span { width: clamp(124px, 27%, 152px); opacity: 1; font-size: clamp(.88rem, 1.9vw, 1.2rem); line-height: 1; white-space: nowrap; transition: none; }
.wheel-photo { position: absolute; z-index: 0; inset: 0; display: none; opacity: 0; transition: opacity 1s ease; }
.wheel-photo-image { position: absolute; inset: 0; }
.wheel-photo-image-layer { position: absolute; inset: 0; opacity: 0; background-position: center; }
.wheel-sectors { position: absolute; z-index: 1; inset: 0; transition: transform 5s cubic-bezier(.11, .78, .12, 1); }
.wheel-reveal { position: absolute; z-index: 2; inset: 0; opacity: 0; pointer-events: none; }
.wheel-photo.is-visible { display: block; }
.wheel-stage.is-previewing .wheel-photo { opacity: 1; transition-duration: .12s; }
.wheel-stage:has(.wheel.is-spinning) .wheel-photo { opacity: 1; transition-duration: .12s; }
.wheel-stage.is-result .wheel-photo.is-expanded { opacity: 1; }
.wheel-labels span.is-selected, .wheel-labels span.is-over-image { color: white; text-shadow: 0 2px 3px rgba(0, 0, 0, .95), 0 0 12px rgba(0, 0, 0, .8); }
.wheel-stage.is-result .wheel-labels { z-index: 3; }.wheel-stage.is-result .wheel-label-sector.is-selected-sector { clip-path: none !important; }
.wheel-center { display: grid; width: 26%; place-items: center; border: 5px solid var(--paper); padding: 0; color: #1d160f; background: var(--lime); cursor: pointer; transition: border-color .25s ease, box-shadow .25s ease; }
.wheel-center:hover:not(:disabled) { box-shadow: 0 0 0 5px color-mix(in srgb, var(--tomato) 38%, transparent), 0 2px 0 rgba(23, 53, 45, .3); }
.wheel-center:disabled { cursor: wait; }
.center-action { display: grid; place-items: center; gap: 6px; font: 800 clamp(.62rem, 1.25vw, .86rem)/1 Manrope, sans-serif; text-align: center; }
.center-action > span { font-size: clamp(1.4rem, 3vw, 2.15rem); line-height: 1; }
.wheel-center.is-image-loading .center-action > span { font-size: 0; }.wheel-center.is-image-loading .center-action > span::before { color: var(--ink); font-size: clamp(1.4rem, 3vw, 2.15rem); content: "\231B"; }
.center-result { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.center-result img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.center-result .center-wash { position: absolute; inset: 0; background: linear-gradient(transparent 18%, rgba(10, 20, 16, .78)); }
.center-result .center-copy { position: absolute; right: 10%; bottom: 11%; left: 10%; color: white; text-align: center; }
.center-result .center-copy > span { display: block; }
.center-result #cuisine-name { font: 700 clamp(.85rem, 1.8vw, 1.35rem)/1 Fraunces, Georgia, serif; }
.center-result #cuisine-description { margin-top: 4px; font-size: clamp(.42rem, .85vw, .62rem); line-height: 1.25; }
.wheel-stage.is-result .wheel-center { width: 26%; }
.wheel-stage.is-result .center-result { display: none; }
.pin { isolation: isolate; filter: drop-shadow(0 4px 0 rgba(59, 38, 22, .34)); }
.pin::before { position: relative; z-index: 1; border-top-width: 52px; border-top-color: var(--tomato); border-right-width: 20px; border-left-width: 20px; }
.pin::after { position: absolute; z-index: 0; top: -5px; left: 50%; width: 54px; height: 63px; background: var(--paper); clip-path: polygon(50% 100%, 0 0, 100% 0); transform: translateX(-50%); content: ""; pointer-events: none; }
.pin span { z-index: 2; }
.skip-chip.is-skipped { color: var(--ink); border-color: var(--tomato); outline: 3px solid var(--tomato); outline-offset: 1px; background: color-mix(in srgb, var(--tomato) 16%, var(--paper)); font-weight: 800; text-decoration-thickness: 2px; }
body { font-size: 18px; }
.eyebrow { font-size: .8rem; }.hero-copy > p:not(.eyebrow) { font-size: 1.1rem; line-height: 1.65; }.selection-heading { font-size: .84rem; }.selection-note, .pool-status { font-size: .76rem; line-height: 1.5; }.skip-list { gap: 11px; }.choice-item { display: inline-flex; align-items: center; gap: 7px; }.skip-chip { min-height: 39px; padding: 6px 14px; font-size: .86rem; }.remove-choice { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--tomato); border-radius: 50%; padding: 0; color: var(--tomato); background: transparent; cursor: pointer; font-size: 1.15rem; line-height: 1; }.remove-choice:hover:not(:disabled) { color: var(--paper); background: var(--tomato); }.remove-choice:disabled { cursor: wait; opacity: .55; }
.pool-tools { display: grid; gap: 14px; margin-top: 25px; border-top: 1px solid var(--line); padding-top: 20px; }.favourite-form { display: grid; gap: 8px; }.favourite-form label { font: 700 .8rem "DM Mono", monospace; }.favourite-form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }.favourite-form input { min-width: 0; height: 43px; border: 1px solid var(--ink); border-radius: 2px; padding: 0 12px; color: var(--ink); background: transparent; font: 600 .95rem Manrope, sans-serif; }.favourite-form input::placeholder { color: var(--muted); }.favourite-form button { min-height: 43px; border: 1px solid var(--ink); border-radius: 2px; padding: 0 17px; color: var(--ink); background: var(--lime); cursor: pointer; font: 800 .84rem Manrope, sans-serif; }.pool-actions { display: flex; flex-wrap: wrap; gap: 12px; }.text-action { border: 0; border-bottom: 2px solid var(--ink); padding: 2px 0; color: var(--ink); background: transparent; cursor: pointer; font: 800 .82rem Manrope, sans-serif; }.text-action:last-child { border-color: var(--tomato); color: var(--tomato); }.pool-status { min-height: 18px; margin: -4px 0 0; color: var(--muted); }.spin-button, .map-button { font-size: 1rem; }.ad-slot { font-size: .72rem; }footer { font-size: .74rem; }.legal-page article p { font-size: 1.08rem; }.legal-page article strong { font-size: .9rem; }
[data-theme="dark"] .language-control select { border-color: #f8cf65; color: #fff1cf; background: #3a2519; color-scheme: dark; }[data-theme="dark"] .language-control option { color: #fff1cf; background: #3a2519; }[data-theme="dark"] .skip-chip { border-color: #f8cf65; color: #fff1cf; background: #3a2519; }[data-theme="dark"] .skip-chip:hover:not(:disabled) { color: #2a1a12; background: #f6d956; }[data-theme="dark"] .skip-chip.is-skipped { color: #fff1cf; border-color: #ff9a70; outline-color: #ff9a70; background: #572c21; }[data-theme="dark"] .favourite-form input { border-color: #f8cf65; color: #fff1cf; background: #3a2519; }[data-theme="dark"] .favourite-form input::placeholder { color: #d9bfa0; }[data-theme="dark"] .favourite-form button, [data-theme="dark"] .spin-button { border-color: #f6d956; color: #2a1a12; background: #f6d956; }[data-theme="dark"] .map-button { border-color: #f8cf65; color: #fff1cf; background: #3a2519; }[data-theme="dark"] .map-button:hover:not(:disabled) { color: #2a1a12; background: #f8cf65; }[data-theme="dark"] .text-action { border-color: #f8cf65; color: #fff1cf; }[data-theme="dark"] .text-action:last-child { border-color: #ff9a70; color: #ff9a70; }[data-theme="dark"] .remove-choice { border-color: #ff9a70; color: #ff9a70; background: #3a2519; }
[data-theme="dark"] .share-button { color: #fff; background: #2196e1; }
[data-theme="dark"] .map-provider-control select { border-color: #f8cf65; color: #fff1cf; background: #3a2519; color-scheme: dark; }
@keyframes pin-bounce { from { transform: translateX(-50%) rotate(-5deg); } to { transform: translateX(-50%) rotate(5deg); } }
@media (max-width: 780px) { .page-shell { width: min(100% - 32px, 1160px); }.site-header p { display: none; }.hero { grid-template-columns: 1fr; gap: 46px; padding: 60px 0 42px; }.hero-copy { max-width: 580px; }.wheel-stage { width: min(100%, 480px); }.actions { flex-direction: column; }.spin-button, .map-button { width: min(100%, 480px); margin: auto; }footer { align-items: flex-start; flex-direction: column; } }
@media (max-width: 780px) { body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }.page-shell { width: min(100% - 24px, 520px); padding-top: 12px; }.site-header { padding-bottom: 12px; }.wordmark { font-size: 1.15rem; }.site-tools { gap: 5px; }.language-control select, .theme-toggle { height: 30px; }.theme-toggle { width: 32px; }.hero { gap: 10px; padding: 16px 0 6px; }.hero-copy { display: contents; }.eyebrow { margin: 0; font-size: .62rem; }.hero h1 { font-size: min(2.2rem, 8cqw); white-space: nowrap; }.hero-copy > p:not(.eyebrow), .wheel-caption { display: none; }.selection { order: 3; width: 100%; margin: 0; border-top: 0; padding-top: 0; }.selection-heading { position: relative; align-items: center; min-height: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0 28px 0 0; cursor: pointer; font-size: .72rem; list-style: none; }.selection-heading::-webkit-details-marker { display: none; }.selection-heading::after { position: absolute; right: 2px; top: 50%; width: 8px; height: 8px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: translateY(-70%) rotate(45deg); transition: transform .18s ease; content: ""; }.selection[open] .selection-heading::after { transform: translateY(-30%) rotate(225deg); }.selection-content { padding-top: 10px; }.selection:not([open]) .selection-content { display: none; }.skip-list { gap: 7px; margin-top: 0; }.skip-chip { min-height: 32px; padding: 4px 10px; font-size: .72rem; }.selection-note { margin-top: 9px; font-size: .61rem; }.pool-tools { gap: 10px; margin-top: 12px; padding-top: 12px; }.favourite-form input, .favourite-form button { height: 38px; min-height: 38px; }.wheel-stage { order: 2; width: min(88vw, 420px); margin: 0 auto; padding-top: 13px; }.wheel-wrap { padding: 11px; box-shadow: 6px 7px 0 var(--lime); }.pin::before { border-top-width: 42px; border-right-width: 16px; border-left-width: 16px; }.pin::after { width: 44px; height: 52px; }.actions { position: fixed; z-index: 10; right: 12px; bottom: calc(8px + env(safe-area-inset-bottom)); left: 12px; display: flex; gap: 8px; padding: 0; }.map-button { flex: 1; min-width: 0; min-height: 52px; margin: 0; box-shadow: 0 6px 20px rgba(0, 0, 0, .2); }.share-button { flex: 0 0 52px; width: 52px; min-height: 52px; box-shadow: 0 6px 20px rgba(0, 0, 0, .2); }.ad-slot, footer { display: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } .wheel { transition-duration: 5s !important; } .wheel-photo, .wheel-labels span { transition-duration: 1s !important; } .wheel-stage:has(.wheel.is-spinning) .pin { animation-duration: .28s !important; } }
@media (max-width: 780px) { .actions { flex-direction: row; } }
@media (max-width: 780px) { .hero-copy > p:not(.eyebrow) { display: block; margin: 0; font-size: .82rem; line-height: 1.45; } }
@media (max-width: 780px) { .actions { z-index: 20; right: 0; bottom: 0; left: 0; gap: 8px; border-top: 1px solid var(--line); padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: var(--paper); box-shadow: 0 -6px 18px rgba(0, 0, 0, .12); }.map-button { background: var(--paper); } }
@media (max-width: 780px) { .map-provider-control { display: block; flex: 0 0 78px; width: 78px; overflow: hidden; }.map-provider-control select { display: block; width: 78px; min-width: 78px; max-width: 78px; min-height: 52px; padding: 0 4px; font-size: .61rem; } }
 .map-button { white-space: nowrap; } @media (max-width: 780px) { .map-button { font-size: .72rem; } } @media (max-width: 360px) { .map-button { padding: 0 10px; font-size: .65rem; } .map-button [data-i18n="find"], .map-button > span[aria-hidden="true"] { display: none; } }
.map-action-group { position: relative; display: flex; min-width: 0; }.map-action-group .map-button { flex: 1; }.map-provider-toggle { display: grid; flex: 0 0 52px; width: 52px; min-height: 55px; place-items: center; border: 1px solid var(--ink); border-right: 0; border-radius: 7px 0 0 7px; padding: 0; color: var(--ink); background: var(--lime); cursor: pointer; }.map-provider-toggle[aria-expanded="true"] { background: var(--tomato); color: #fff; }.map-provider-toggle svg { width: 21px; height: 21px; }.map-provider-toggle > span { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-3px) rotate(45deg); }.map-action-group .map-button { border-radius: 0 2px 2px 0; }.map-provider-menu { position: absolute; z-index: 30; bottom: calc(100% + 8px); left: 0; display: grid; width: 176px; overflow: hidden; border: 1px solid var(--ink); border-radius: 3px; background: var(--paper); box-shadow: 5px 6px 0 color-mix(in srgb, var(--ink) 20%, transparent); }.map-provider-menu button { min-height: 43px; border: 0; border-bottom: 1px solid var(--line); padding: 0 13px; color: var(--ink); background: var(--paper); cursor: pointer; font: 700 .76rem "DM Mono", monospace; text-align: left; }.map-provider-menu button:last-child { border-bottom: 0; }.map-provider-menu button[aria-checked="true"] { background: var(--lime); }.map-provider-selected { float: right; font-size: .6rem; }.map-provider-menu[hidden] { display: none; }[data-theme="dark"] .map-provider-toggle { border-color: #f8cf65; color: #2a1a12; background: #f6d956; }[data-theme="dark"] .map-provider-toggle[aria-expanded="true"] { color: #fff1cf; background: #b94d28; }[data-theme="dark"] .map-provider-menu, [data-theme="dark"] .map-provider-menu button { border-color: #f8cf65; color: #fff1cf; background: #3a2519; }[data-theme="dark"] .map-provider-menu button[aria-checked="true"] { color: #2a1a12; background: #f6d956; }@media (hover: hover) { .map-provider-toggle:hover { background: var(--tomato); color: #fff; }.map-provider-menu button:hover { background: var(--lime); }[data-theme="dark"] .map-provider-toggle:hover { color: #fff1cf; background: #b94d28; }[data-theme="dark"] .map-provider-menu button:hover { color: #2a1a12; background: #f6d956; } }@media (hover: none) { .map-button:hover:not(:disabled) { transform: none; color: var(--ink); background: var(--paper); }[data-theme="dark"] .map-button:hover:not(:disabled) { color: #fff1cf; background: #3a2519; } }@media (max-width: 780px) { .actions > .map-action-group { display: flex; flex: 1 1 auto; min-width: 0; }.map-action-group .map-button { width: auto; min-width: 0; margin: 0; }.map-provider-toggle { flex-basis: 52px; min-height: 52px; }.map-provider-menu { bottom: calc(100% + 8px); width: min(188px, calc(100vw - 24px)); } }
.map-action-group { position: relative; display: flex; min-width: 0; }.map-action-group .map-button { flex: 1; }.map-provider-toggle { display: grid; flex: 0 0 52px; width: 52px; min-height: 55px; place-items: center; border: 1px solid var(--ink); border-right: 0; border-radius: 7px 0 0 7px; padding: 0; color: var(--ink); background: var(--lime); cursor: pointer; }.map-provider-toggle[aria-expanded="true"] { background: var(--tomato); color: #fff; }.map-provider-toggle svg { width: 21px; height: 21px; }.map-provider-toggle > span { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-3px) rotate(45deg); }.map-action-group .map-button { border-radius: 0 2px 2px 0; }.map-provider-menu { position: absolute; z-index: 30; bottom: calc(100% + 8px); left: 0; display: grid; width: 176px; overflow: hidden; border: 1px solid var(--ink); border-radius: 3px; background: var(--paper); box-shadow: 5px 6px 0 color-mix(in srgb, var(--ink) 20%, transparent); }.map-provider-menu button { min-height: 43px; border: 0; border-bottom: 1px solid var(--line); padding: 0 13px; color: var(--ink); background: var(--paper); cursor: pointer; font: 700 .76rem "DM Mono", monospace; text-align: left; }.map-provider-menu button:last-child { border-bottom: 0; }.map-provider-menu button[aria-checked="true"] { background: var(--lime); }.map-provider-selected { float: right; font-size: .6rem; }.map-provider-menu[hidden] { display: none; }[data-theme="dark"] .map-provider-toggle { border-color: #f8cf65; color: #2a1a12; background: #f6d956; }[data-theme="dark"] .map-provider-toggle[aria-expanded="true"] { color: #fff1cf; background: #b94d28; }[data-theme="dark"] .map-provider-menu, [data-theme="dark"] .map-provider-menu button { border-color: #f8cf65; color: #fff1cf; background: #3a2519; }[data-theme="dark"] .map-provider-menu button[aria-checked="true"] { color: #2a1a12; background: #f6d956; }@media (hover: hover) { .map-provider-toggle:hover { background: var(--tomato); color: #fff; }.map-provider-menu button:hover { background: var(--lime); }[data-theme="dark"] .map-provider-toggle:hover { color: #fff1cf; background: #b94d28; }[data-theme="dark"] .map-provider-menu button:hover { color: #2a1a12; background: #f6d956; } }@media (hover: none) { .map-button:hover:not(:disabled) { transform: none; color: var(--ink); background: var(--paper); }[data-theme="dark"] .map-button:hover:not(:disabled) { color: #fff1cf; background: #3a2519; } }@media (max-width: 780px) { footer { display: flex; padding-bottom: calc(18px + env(safe-area-inset-bottom)); }.actions > .map-action-group { display: flex; flex: 1 1 auto; min-width: 0; }.map-action-group .map-button { width: auto; min-width: 0; margin: 0; }.map-provider-toggle { flex-basis: 52px; min-height: 52px; }.map-provider-menu { bottom: calc(100% + 8px); width: min(188px, calc(100vw - 24px)); } }
.map-button:hover:not(:disabled) { transform: none; color: var(--paper); background: var(--ink); }.map-button.is-attention { animation: nearby-button-blink 1.6s ease-in-out infinite alternate; }@keyframes nearby-button-blink { to { color: var(--paper); background: var(--ink); } }
.map-action-group .map-button { border-radius: 0 7px 7px 0; }
.klook-button { min-height: 55px; border: 1px solid var(--ink); border-radius: 7px; padding: 0 21px; color: var(--ink); background: var(--lime); cursor: pointer; font-size: 1rem; font-weight: 800; white-space: nowrap; transition: background-color .18s ease, color .18s ease; }.klook-button:hover:not(:disabled) { color: var(--paper); background: var(--ink); }.klook-button:disabled { cursor: not-allowed; opacity: .42; }[data-theme="dark"] .klook-button { border-color: #f6d956; color: #2a1a12; background: #f6d956; }[data-theme="dark"] .klook-button:hover:not(:disabled) { color: #fff1cf; background: #3a2519; }
@media (max-width: 780px) { body { padding-bottom: calc(192px + env(safe-area-inset-bottom)); }.actions { display: grid; grid-template-columns: minmax(0, 1fr) 52px; }.klook-button { grid-column: 1 / -1; width: 100%; min-height: 52px; padding: 0 12px; font-size: .78rem; }.actions > .map-action-group { grid-column: 1; width: 100%; }.actions > .share-button { grid-column: 2; align-self: end; } }