:root {
  --ink: #28302d;
  --green: #315344;
  --primary: #e88a18;
  --secondary: #6665dd;
  --orange: var(--primary);
  --paper: #f4eded;
  --white: #fbf8f2;
  --muted: #6f7069;
  --line: #d8d0c3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Karla, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header { height: 76px; max-width: 1120px; margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 17px; font-weight: 700; letter-spacing: -.025em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 7px 4px 7px 4px; color: white; background: var(--orange); font-size: 10px; letter-spacing: -.04em; }
.main-nav { display: flex; gap: 30px; margin-left: auto; margin-right: 38px; font-size: 14px; font-weight: 600; color: var(--muted); }
.main-nav a { position: relative; padding: 7px 1px; }.main-nav a::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }.main-nav a.active, .main-nav a:hover { color: var(--ink); }.main-nav a.active::after, .main-nav a:hover::after { transform: scaleX(1); }
.header-button, .button { border: 0; cursor: pointer; font-size: 13px; font-weight: 700; }
.header-button { padding: 12px 17px; color: white; background: var(--green); border-radius: 5px; letter-spacing: -.01em; }
.header-button span, .button span { margin-left: 10px; }
.menu-button { display: none; border: 0; background: none; font-size: 20px; }

.hero { position: relative; max-width: 1120px; margin: auto; padding: 76px 9% 86px; overflow: hidden; }
.hero::before { content: ''; position: absolute; z-index: -1; top: 28px; right: 5%; width: 245px; height: 245px; background: #efd083; border-radius: 54% 46% 58% 42%; transform: rotate(11deg); }.hero::after { content: ''; position: absolute; z-index: -1; right: 28%; bottom: 54px; width: 9px; height: 9px; background: var(--orange); border-radius: 50%; box-shadow: 22px -17px 0 #315344, 42px 5px 0 #e6a238, -17px 22px 0 #315344; }
.hero-copy { position: relative; z-index: 1; max-width: 620px; }
.hero-sticker { position: absolute; z-index: 2; top: 115px; right: 13%; display: flex; width: 135px; height: 135px; align-items: center; justify-content: center; gap: 5px; padding: 15px; color: var(--green); background: #fffaf0; border: 2px solid var(--green); border-radius: 48% 52% 45% 55%; box-shadow: 5px 6px 0 var(--orange); transform: rotate(8deg); }.hero-sticker strong { font-family: Lora, Georgia, serif; font-size: 47px; line-height: 1; }.hero-sticker span { font-size: 10px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 20px; height: 1px; margin-right: 8px; vertical-align: middle; background: currentColor; }
h1, h2 { margin: 0; color: var(--green); font-family: Lora, Georgia, serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 { max-width: 600px; font-size: clamp(48px, 7vw, 78px); }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-text { max-width: 500px; margin: 25px 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.button { display: inline-block; padding: 13px 16px; }
.button-primary { color: white; background: var(--orange); border-radius: 3px; }
.text-link { color: var(--green); font-size: 12px; font-weight: 700; }
.hero-art { display: none; }

.intro-bar { display: flex; justify-content: center; gap: 90px; padding: 30px 24px; background: #e7eee8; border-top: 1px solid #d6e2d7; border-bottom: 1px solid #d6e2d7; }
.intro-bar > div { display: flex; align-items: center; gap: 10px; }
.number { color: var(--orange); font-family: Lora, Georgia, serif; font-size: 32px; }
.intro-bar p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.4; }
.intro-bar strong { color: var(--ink); font-size: 15px; font-weight: 700; }

.categories-section { max-width: 1120px; margin: auto; padding: 78px 24px 90px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.section-heading h2 { font-size: 52px; }
.heading-side { width: 165px; color: var(--muted); font-size: 11px; }
.heading-side > span { float: right; color: var(--green); font-weight: 700; }
.heading-side small { font-size: 10px; }
.progress { height: 3px; margin: 10px 0 6px; background: var(--line); }
.progress i { display: block; width: 0; height: 100%; background: var(--orange); transition: width .3s; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ranking-help { display: flex; flex-wrap: wrap; gap: 5px 12px; max-width: 620px; margin-top: 16px; color: var(--muted); font-size: 12px; line-height: 1.4; }.ranking-help strong { color: var(--green); font-weight: 700; }
.category-card { position: relative; min-height: 300px; padding: 25px 20px 20px; overflow: hidden; background: var(--white); border: 0; border-radius: 18px 7px 18px 7px; box-shadow: 3px 4px 0 #d8d4ca; }.category-card::before { content: ''; position: absolute; top: 0; right: 22px; left: 22px; height: 7px; background: var(--orange); border-radius: 0 0 8px 8px; }.category-card:first-child { background: #ead7bb; }.category-card:first-child::before { background: #765039; }.category-card:first-child .restaurant-option { background: rgba(255,249,237,.82); }.category-card:nth-child(2) { transform: rotate(1deg); background: #fff3c9; }.category-card:nth-child(2)::before { background: var(--green); }.category-card:nth-child(3) { transform: rotate(-.7deg); background: #fbe0d8; }.category-card:nth-child(3)::before { background: #e6a238; }.category-card:nth-child(4) { transform: rotate(.6deg); background: #dfebe0; }.category-card:nth-child(4)::before { background: var(--orange); }.category-card:nth-child(5) { transform: rotate(-.5deg); background: #e9e1f2; }.category-card:nth-child(5)::before { background: #6e568d; }.category-card:nth-child(6) { transform: rotate(.8deg); background: #f7e4d4; }.category-card:nth-child(6)::before { background: var(--green); }.category-card:hover { transform: translateY(-4px) rotate(0); }.category-card h3 { margin: 5px 0 19px; color: var(--green); font-family: Lora, Georgia, serif; font-size: 31px; font-weight: 500; letter-spacing: -.035em; }.restaurant-list { display: flex; flex-direction: column; gap: 6px; }.restaurant-option { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 8px 9px; text-align: left; background: rgba(255,255,255,.72); border: 1px solid transparent; cursor: pointer; }.restaurant-option:hover { border-color: #b8c9bd; }.restaurant-option span { padding-right: 5px; font-size: 11px; line-height: 1.25; }.restaurant-option b { display: block; font-weight: 600; }.restaurant-option small { display: block; margin-top: 3px; color: #777; font-size: 9px; }
.category-card:nth-child(7) { transform: rotate(-.8deg); background: #e4eddf; }.category-card:nth-child(7)::before { background: #c66a3d; }.category-card:nth-child(8) { transform: rotate(.5deg); background: #f1e5bd; }.category-card:nth-child(8)::before { background: #7e5b3f; }
.category-card:nth-child(9) { transform: rotate(-.6deg); background: #d9e8ee; }.category-card:nth-child(9)::before { background: #47768a; }
.category-card:nth-child(10) { transform: rotate(.7deg); background: #f4dfd3; }.category-card:nth-child(10)::before { background: #b34e3b; }.category-card:nth-child(11) { transform: rotate(-.8deg); background: #e2e8d2; }.category-card:nth-child(11)::before { background: #59704b; }
.category-card:nth-child(12) { transform: rotate(.6deg); background: #f0dfc8; }.category-card:nth-child(12)::before { background: #a66a3f; }
.category-card:nth-child(13) { transform: rotate(-.5deg); background: #dcebf1; }.category-card:nth-child(13)::before { background: #5a9bb0; }
.category-card:nth-child(14) { transform: rotate(.7deg); background: #e8e0ee; }.category-card:nth-child(14)::before { background: #795d8d; }
.category-card:nth-child(15) { transform: rotate(-.6deg); background: #e1ecdf; }.category-card:nth-child(15)::before { background: #59704b; }
.category-card { transition: transform .25s ease, box-shadow .25s ease; }.category-card:hover { box-shadow: 5px 7px 0 #d8d4ca; }
.category-info { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; width: 22px; height: 22px; place-items: center; padding: 0; color: var(--green); background: transparent; border: 1px solid currentColor; border-radius: 50%; cursor: help; }.category-info > span:first-child { font-family: Lora, Georgia, serif; font-size: 14px; font-weight: 600; line-height: 1; }.category-tooltip { position: absolute; top: calc(100% + 8px); right: 0; width: 190px; padding: 10px 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 4px; box-shadow: 3px 4px 0 rgba(40,48,45,.12); font-family: Karla, sans-serif; font-size: 11px; font-weight: 400; line-height: 1.4; opacity: 0; pointer-events: none; transform: translateY(-4px); transition: opacity .18s ease, transform .18s ease; visibility: hidden; }.category-info:hover .category-tooltip, .category-info:focus-visible .category-tooltip { opacity: 1; transform: translateY(0); visibility: visible; }.category-card h3 { padding-right: 32px; }
.category-tools { position: absolute; z-index: 2; top: 16px; right: 16px; display: flex; gap: 6px; }.category-tools .category-info { position: relative; top: auto; right: auto; }.category-reset { display: grid; width: 22px; height: 22px; place-items: center; padding: 0; color: var(--green); background: transparent; border: 1px solid currentColor; border-radius: 50%; cursor: pointer; }.category-reset span { font-size: 16px; line-height: 1; }.category-reset:hover, .category-reset:focus-visible, .category-info:hover, .category-info:focus-visible { color: var(--primary); }
.category-saved { display: inline-block; margin-left: 7px; padding: 3px 6px; color: #2f6944; background: #dcebdc; border: 1px solid #77a77d; border-radius: 3px; font-family: Karla, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; vertical-align: middle; }
.restaurant-remove { display: grid; flex: 0 0 20px; width: 20px; height: 20px; place-items: center; padding: 0; color: var(--muted); background: transparent; border: 0; border-radius: 50%; cursor: pointer; opacity: .55; }.restaurant-remove:hover, .restaurant-remove:focus-visible { color: var(--primary); background: rgba(232,138,24,.12); opacity: 1; }.restaurant-remove span { padding: 0 !important; font-size: 18px !important; line-height: 1; }.category-empty { margin: 0; padding: 14px 8px; color: var(--muted); font-size: 12px; text-align: center; }.category-footer { margin-top: 10px; text-align: right; }.category-restore { padding: 0; color: var(--green); background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }.category-restore:hover, .category-restore:focus-visible { color: var(--primary); }
.category-card .restaurant-option, .category-card:first-child .restaurant-option { background: var(--list-bg); }
.result-card:nth-child(1) { background: #d8e9de; }
.result-card:nth-child(2) { background: #f4e4ae; }
.result-card:nth-child(3) { background: #f1c9bd; }
.result-card:nth-child(4) { background: #c8dfe8; }
.result-card:nth-child(5) { background: #dbcae9; }
.result-card:nth-child(6) { background: #efcfaa; }
.result-card:nth-child(7) { background: #d0e4c5; }
.result-card:nth-child(8) { background: #e8d39b; }
.result-card:nth-child(9) { background: #bcd8e2; }
.result-card:nth-child(10) { background: #ebc7b2; }
.result-card:nth-child(11) { background: #c8d9a9; }
.result-card:nth-child(12) { background: #e3c09b; }
.result-card:nth-child(13) { background: #b9d5e1; }
.result-card:nth-child(14) { background: #d2c1df; }
.result-card:nth-child(15) { background: #bad7b8; }
.category-card { --card-bg: #e8ddd0; --bar-bg: #6b5848; --list-bg: #f2e8da; background: var(--card-bg); }.category-card::before { background: var(--bar-bg); }
.category-card:nth-child(1) { --card-bg: #e8d8c5; --bar-bg: #76573f; --list-bg: #f3e9d9; }
.category-card:nth-child(2) { --card-bg: #e9d5b4; --bar-bg: #315344; --list-bg: #f2e2c5; }
.category-card:nth-child(3) { --card-bg: #e8ccba; --bar-bg: #a45d45; --list-bg: #f2ded0; }
.category-card:nth-child(4) { --card-bg: #e2d7c7; --bar-bg: #506a58; --list-bg: #f0e8dc; }
.category-card:nth-child(5) { --card-bg: #e5dccf; --bar-bg: #786752; --list-bg: #f1ece5; }
.category-card:nth-child(6) { --card-bg: #e7d0b7; --bar-bg: #996647; --list-bg: #f2dfca; }
.category-card:nth-child(7) { --card-bg: #dde0d0; --bar-bg: #667451; --list-bg: #eaf0dd; }
.category-card:nth-child(8) { --card-bg: #e9ddbd; --bar-bg: #876842; --list-bg: #f2e8c9; }
.category-card:nth-child(9) { --card-bg: #e0ddd3; --bar-bg: #5f7169; --list-bg: #eef0ea; }
.category-card:nth-child(10) { --card-bg: #e5cec2; --bar-bg: #925b4b; --list-bg: #f2dfd4; }
.category-card:nth-child(11) { --card-bg: #dce0cd; --bar-bg: #62704d; --list-bg: #eaf0d9; }
.category-card:nth-child(12) { --card-bg: #e7d5bd; --bar-bg: #826044; --list-bg: #f2e4d0; }
.category-card:nth-child(13) { --card-bg: #d9dfd7; --bar-bg: #60766e; --list-bg: #e8efeb; }
.category-card:nth-child(14) { --card-bg: #e1d6c9; --bar-bg: #78665a; --list-bg: #eee5d9; }
.category-card:nth-child(15) { --card-bg: #dce1d3; --bar-bg: #5c7057; --list-bg: #e8efdf; }
.category-card:nth-child(n) { transform: translateY(0); }.category-card:nth-child(n):hover { transform: translateY(-4px); }.category-card .restaurant-option, .category-card:first-child .restaurant-option { background: #fff; }
.result-card:nth-child(1) { background: #efe4d3; }
.result-card:nth-child(2) { background: #e4d8c0; }
.result-card:nth-child(3) { background: #e7d0c7; }
.result-card:nth-child(4) { background: #d4dfd1; }
.result-card:nth-child(5) { background: #dcd4de; }
.result-card:nth-child(6) { background: #e5d0b7; }
.result-card:nth-child(7) { background: #d5ddc6; }
.result-card:nth-child(8) { background: #e6dabf; }
.result-card:nth-child(9) { background: #d2dede; }
.result-card:nth-child(10) { background: #e4cec4; }
.result-card:nth-child(11) { background: #d4dcc5; }
.result-card:nth-child(12) { background: #e3d2ba; }
.result-card:nth-child(13) { background: #d0dcdc; }
.result-card:nth-child(14) { background: #dad0d8; }
.result-card:nth-child(15) { background: #d0ddcd; }
.restaurant-option { flex-wrap: wrap; gap: 8px; cursor: grab; touch-action: manipulation; }.restaurant-option:active { cursor: grabbing; }.restaurant-option.dragging { opacity: .4; }.restaurant-option.drag-over { border-color: var(--orange); border-top-width: 2px; }.drag-handle { flex: 0 0 14px; padding: 0 !important; color: #989890; font-size: 16px !important; line-height: 1; }.rank-number { display: grid; flex: 0 0 20px; place-items: center; width: 20px; height: 20px; padding: 0 !important; color: white; background: var(--orange); border-radius: 50%; font-size: 10px !important; font-weight: 700; }.restaurant-name { flex: 1; }
.dietary-badge { position: relative; display: inline-grid !important; width: 16px; height: 16px; place-items: center; margin-left: 4px; padding: 0 !important; color: #2f6944; background: #dcebdc; border: 1px solid #77a77d; border-radius: 50%; cursor: help; font-size: 9px !important; font-style: normal; font-weight: 700 !important; line-height: 1; vertical-align: 1px; }.dietary-badge::after { content: attr(title); position: absolute; z-index: 5; bottom: calc(100% + 7px); left: 50%; width: 155px; padding: 7px 9px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 4px; box-shadow: 2px 3px 0 rgba(40,48,45,.12); font-size: 10px; font-weight: 400; line-height: 1.3; opacity: 0; pointer-events: none; transform: translate(-50%, 4px); transition: opacity .15s ease, transform .15s ease; visibility: hidden; }.dietary-badge:hover::after, .dietary-badge:focus-visible::after { opacity: 1; transform: translate(-50%, 0); visibility: visible; }
.dietary-badge.gluten-free { width: 22px; color: #5f5422; background: #f5edc9; border-color: #c7b85e; }
.save-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }.save-row p { margin: 0; color: var(--muted); font-size: 12px; }.save-actions { display: flex; flex-wrap: wrap; gap: 14px; }.save-row .button { flex: 0 0 auto; }.button-secondary { color: var(--secondary); background: transparent; border: 1px solid var(--secondary); border-radius: 3px; }.button-secondary:hover { color: white; background: var(--secondary); }

.results-section { max-width: 1120px; margin: auto; padding: 0 24px 90px; }.results-heading { align-items: end; margin-bottom: 30px; }.results-heading .eyebrow { margin-bottom: 12px; }.results-heading h2 { font-size: 52px; }.results-intro { max-width: 220px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.results-empty { grid-column: 1 / -1; margin: 0; padding: 28px; color: var(--muted); background: #efe2c8; border: 1px dashed #c9b98f; text-align: center; font-size: 13px; }.result-card { padding: 23px 20px 20px; background: #e7eee8; border: 1px solid #d6e2d7; border-radius: 7px 18px 7px 18px; }.result-card:nth-child(2n) { background: #fff3c9; border-color: #eadcae; }.result-card:nth-child(3n) { background: #fbe0d8; border-color: #edc8bd; }.result-card h3 { margin: 0 0 16px; color: var(--green); font-family: Lora, Georgia, serif; font-size: 25px; font-weight: 500; letter-spacing: -.035em; }.result-card ol { margin: 0; padding: 0; list-style: none; counter-reset: results; }.result-card li { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid rgba(49,83,68,.15); counter-increment: results; font-size: 12px; line-height: 1.3; }.result-card li::before { content: counter(results, decimal-leading-zero); color: var(--orange); font-family: Lora, Georgia, serif; font-size: 18px; }.result-card li span { flex: 1; }
.interest-section { max-width: 1120px; margin: auto; padding: 0 24px 90px; }.interest-heading { margin-bottom: 24px; }.interest-heading h2 { font-size: 52px; }.interest-intro { max-width: 480px; margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }.interest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.interest-option { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 5px; }.interest-option h3 { margin: 0 0 3px; color: var(--green); font-family: Lora, Georgia, serif; font-size: 21px; font-weight: 500; }.interest-option span { color: var(--muted); font-size: 11px; }.interest-vote { flex: 0 0 auto; padding: 9px 12px; color: var(--secondary); background: transparent; border: 1px solid var(--secondary); border-radius: 3px; cursor: pointer; font-size: 11px; font-weight: 700; }.interest-vote:hover, .interest-vote.voted { color: white; background: var(--secondary); }.interest-empty { grid-column: 1 / -1; margin: 0; padding: 24px; color: var(--muted); background: var(--white); border: 1px dashed var(--line); text-align: center; font-size: 13px; }

.footer-note { display: flex; justify-content: space-between; max-width: 1120px; margin: auto; padding: 25px 24px; color: #888; font-size: 10px; }.footer-note p { max-width: 620px; margin: 0; line-height: 1.5; }.footer-note a { color: var(--green); }.footer-note small { display: inline-block; margin-top: 7px; font-size: 12px; }
.toast { position: fixed; right: 20px; bottom: 20px; padding: 12px 15px; color: white; background: var(--green); font-size: 12px; opacity: 0; transform: translateY(70px); transition: .25s; }.toast.show { opacity: 1; transform: translateY(0); }.toast span { margin-right: 7px; color: #b9d1be; }
.result-voters { margin: -8px 0 10px; color: var(--muted); font-size: 11px; }.result-card li small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }

@media (max-width: 800px) {
  .main-nav, .header-button { display: none; }.menu-button { display: block; }.hero { padding: 60px 24px 65px; }.hero-sticker { top: 38px; right: 28px; transform: scale(.72) rotate(8deg); transform-origin: top right; }.intro-bar { justify-content: space-between; gap: 15px; }.intro-bar > div:last-child { display: none; }.section-heading { align-items: start; flex-direction: column; gap: 22px; }.heading-side { width: 100%; }.category-grid, .results-grid, .interest-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 530px) {
  .site-header { height: 60px; padding: 0 18px; }.hero { padding: 52px 18px 58px; }.hero::before { top: 11px; right: -60px; width: 190px; height: 190px; }.hero::after { right: 24px; bottom: 35px; }.hero-sticker { position: relative; top: auto; right: auto; width: 100px; height: 100px; margin: 28px 0 0 auto; transform: rotate(6deg); }.hero-sticker strong { font-size: 35px; }.hero-text { font-size: 14px; }.intro-bar { padding: 22px 18px; }.intro-bar p { font-size: 12px; }.intro-bar strong { font-size: 13px; }.intro-bar > div:nth-child(2) { display: none; }.categories-section { padding: 58px 18px 70px; }.results-section, .interest-section { padding: 0 18px 70px; }.section-heading h2, .results-heading h2, .interest-heading h2 { font-size: 45px; }.category-grid, .results-grid, .interest-grid { grid-template-columns: 1fr; }.save-row { align-items: stretch; flex-direction: column; gap: 14px; }.save-actions { flex-direction: column-reverse; gap: 14px; }.save-actions .button { width: 100%; text-align: center; }.interest-option { align-items: flex-start; flex-direction: column; }.interest-vote { width: 100%; }.footer-note { flex-direction: column; gap: 8px; padding: 22px 18px; }
}

@media (max-width: 800px) {
  .category-card { min-height: 0; }
  .category-card h3 { line-height: 1.1; }
}

@media (max-width: 530px) {
  body { overflow-x: hidden; }
  .hero-copy { max-width: 100%; }
  h1 { font-size: clamp(44px, 14vw, 62px); }
  .hero-text { max-width: 100%; margin: 20px 0; }
  .hero-actions { flex-wrap: wrap; }
  .intro-bar { gap: 10px; }
  .intro-bar > div { min-width: 0; }
  .number { font-size: 27px; }
  .categories-section { padding-top: 48px; }
  .section-heading h2, .results-heading h2, .interest-heading h2 { font-size: 40px; }
  .ranking-help { flex-direction: column; gap: 4px; margin-top: 12px; }
  .category-card { padding: 27px 14px 14px; }
  .category-card h3 { margin-bottom: 16px; padding-right: 62px; font-size: 27px; }
  .category-tools { top: 11px; right: 11px; }
  .category-tooltip { width: min(230px, calc(100vw - 52px)); }
  .restaurant-option { gap: 5px; padding: 9px 7px; }
  .restaurant-name { min-width: 0; }
  .restaurant-name b { overflow-wrap: anywhere; }
  .restaurant-name small { overflow-wrap: anywhere; font-size: 9px; }
  .drag-handle { flex-basis: 12px; font-size: 14px !important; }
  .rank-number { flex-basis: 19px; width: 19px; height: 19px; }
  .restaurant-remove { flex-basis: 22px; width: 22px; height: 22px; }
  .save-row p { line-height: 1.45; }
  .result-card { padding: 18px 15px 16px; }
  .result-card h3 { font-size: 23px; }
  .interest-heading { margin-bottom: 18px; }
  .interest-intro { margin-top: 12px; }
  .interest-option { padding: 14px; }
  .interest-option h3 { font-size: 20px; }
  .intro-bar { display: grid; grid-template-columns: 1fr; gap: 14px; padding: 20px 18px; }
  .intro-bar > div { display: flex !important; align-items: center; gap: 12px; }
  .intro-bar .number { flex: 0 0 34px; font-size: 28px; }
  .intro-bar p { font-size: 13px; }
}
