@charset "UTF-8";
/* Stories and people */
.topic-section{margin:34px 0}.topic-section .eyebrow{font-size:10px;letter-spacing:1.4px;color:#687878}.topic-section h2{margin-top:6px}.topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.topic-card{text-align:left;display:flex;flex-direction:column;min-width:0;background:white;border:1px solid #dbe2df;border-radius:18px;padding:24px;transition:transform .16s,border-color .16s}.topic-card:hover{transform:translateY(-3px);border-color:#9fbbb5}.topic-top{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-bottom:24px}.topic-top .eyebrow{font-size:10px;letter-spacing:1px}.topic-symbol{display:grid;place-items:center;flex-shrink:0;width:46px;height:46px;border-radius:14px;background:var(--topic-color);font-size:23px;font-weight:800}.topic-card h3{font-size:22px;letter-spacing:-.5px;line-height:1.5}.topic-card>p{font-size:13px;line-height:1.9;color:#637176;margin:12px 0 20px}.topic-publisher{font-size:11px;color:#637176;margin-top:auto}.topic-bottom{border-top:1px solid #e4eae7;margin-top:18px;padding-top:16px;display:flex;justify-content:space-between;gap:8px;font-size:11px}.topic-bottom b{font-size:12px;color:#ad3e2e}.source-block{margin-top:16px}.source-label{display:block;font-size:11px;color:#506963;font-weight:800;letter-spacing:.7px}.source-block .source-title{font-size:14px!important;font-weight:700;margin:6px 0 4px!important;line-height:1.8}.source-date{display:block;font-size:11px;color:#657476;margin-top:6px}.source-check{display:block;margin-top:10px}.question-context{font-size:12px;color:#637176;border-left:3px solid #d6e3df;padding-left:12px;margin:-12px 0 24px;line-height:1.8}.header nav{gap:25px}
@media(max-width:680px){.topic-section{margin:28px 0}.topic-section .section-heading{align-items:flex-end}.topic-section h2{font-size:19px;max-width:245px}.topic-section .section-heading>a{white-space:nowrap;font-size:11px}.topic-grid{grid-template-columns:1fr;gap:14px}.topic-card{padding:22px}.topic-top{margin-bottom:12px}.topic-card h3{font-size:22px}.topic-card>p{margin:8px 0 12px}.topic-symbol{width:42px;height:42px}.topic-bottom{margin-top:13px;padding-top:12px}.question-context{font-size:11px;margin-top:-8px}.header nav{gap:5px;font-size:12px}.source-block .source-title{font-size:13px!important}}
@media(max-width:380px){.header nav{font-size:10px;gap:3px}.topic-section .section-heading{display:block}.topic-section .section-heading>a{display:inline-block;margin-top:10px}.topic-section h2{max-width:none}}
:root{--ink:#173a45;--muted:#637176;--red:#ed4b35;--red-dark:#c63723;--paper:#f6f7f5;--line:#dbe2df;--cream:#f5f4ef;--mint:#dbece5;--white:#fff;--yellow:#f8cd55;--blue:#ddeaf1;--radius:22px}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Yu Gothic UI","Yu Gothic",Meiryo,sans-serif;font-size:16px;line-height:1.75}button,a,input,select{touch-action:manipulation}button,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}a{color:inherit}button:disabled{cursor:default}a,button,select{outline-offset:5px}a:focus-visible,button:focus-visible,select:focus-visible{outline:3px solid #117693}button{border:0}a{text-decoration:none}.skip{position:fixed;left:10px;top:-70px;z-index:10;background:white;padding:10px}.skip:focus{top:10px}.header{background:white;border-bottom:1px solid var(--line)}.header-inner{max-width:1260px;min-height:106px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:12px 38px}.logo{font-size:36px;font-weight:950;letter-spacing:-3px;line-height:1.15;white-space:nowrap}.logo span{color:var(--red)}.logo small{display:block;font-size:9px;letter-spacing:2px;font-weight:700;line-height:2}.header nav{display:flex;gap:36px;align-self:stretch;align-items:center;font-weight:700;font-size:14px}.header nav a{height:100%;display:flex;align-items:center;position:relative;white-space:nowrap}.header nav a.active:after{content:"";height:3px;position:absolute;bottom:0;left:0;right:0;background:var(--red)}.profile-chip{background:none;display:flex;gap:9px;align-items:center;font-size:14px}.avatar{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--mint);font-weight:900}main{max-width:1184px;margin:auto;padding:34px 0 55px;min-height:75vh;outline:none}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.page-kicker{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.page-kicker .eyebrow{color:var(--muted)}.date{font-size:13px;color:var(--muted)}.home-grid{display:grid;grid-template-columns:1fr 284px;gap:22px}.daily-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-height:430px;position:relative;display:grid;grid-template-columns:1.04fr 1fr}.daily-copy{padding:32px 0 34px 34px;position:relative;z-index:1}.pill{display:inline-flex;align-items:center;gap:7px;border:1px solid currentColor;border-radius:100px;padding:3px 12px;font-size:12px;font-weight:700;letter-spacing:.8px}.pill.red{color:var(--red-dark)}h1,h2,h3,p{margin:0}h1{font-size:40px;font-weight:900;line-height:1.5;letter-spacing:-1.8px;margin:21px 0 14px}h1 em{font-style:normal;color:var(--red)}.daily-copy p{font-size:14px;line-height:1.9;color:var(--muted)}.daily-meta{display:flex;gap:18px;font-size:12px;font-weight:700;margin:20px 0 14px}.primary{display:inline-flex;justify-content:center;align-items:center;gap:24px;background:var(--red);color:#fff;border:1px solid var(--red);border-radius:10px;min-height:56px;padding:12px 24px;font-weight:800;box-shadow:0 4px 0 #c73824;transition:transform .16s,background .16s}.primary:hover{background:var(--red-dark);transform:translateY(-2px)}.primary:active{transform:translateY(2px);box-shadow:none}.arrow{font-size:24px;line-height:1}.daily-art{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.daily-art img{width:112%;max-width:none;height:100%;object-fit:cover;mix-blend-mode:multiply}.art-typography{font-size:125px;line-height:1.05;letter-spacing:-6px;font-weight:950;writing-mode:vertical-rl;color:var(--red);transform:rotate(8deg);opacity:.9}.daily-note{font-size:12px;color:var(--muted);margin-top:16px}.passport{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;display:flex;flex-direction:column}.passport-top{display:flex;align-items:center;justify-content:space-between}.tiny{font-size:12px;color:var(--muted)}.rank-medallion{width:80px;height:80px;display:grid;place-items:center;border:1.5px solid var(--ink);border-radius:50%;margin:22px auto 14px;position:relative;transform:rotate(-8deg);font-size:24px;font-weight:900;background:var(--yellow)}.rank-medallion:after{content:"";position:absolute;inset:5px;border:1px dashed var(--ink);border-radius:50%}.passport h2{font-size:20px;text-align:center;font-weight:850}.xp-line{display:flex;justify-content:space-between;font-size:12px;margin:16px 0 6px}.track{height:7px;border-radius:5px;background:#eaf0ed;overflow:hidden}.track span{display:block;height:100%;background:var(--red);border-radius:5px}.passport-stats{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);margin-top:24px;padding-top:16px;text-align:center}.passport-stats div+div{border-left:1px solid var(--line)}.stat-num{font-size:25px;font-weight:850;line-height:1.2}.stat-num small{font-size:12px;margin-left:3px}.passport .text-button{margin-top:auto;padding-top:16px}.text-button{background:none;padding:0;font-size:13px;text-decoration:underline;text-underline-offset:4px}.ribbon{margin:24px 0 35px;display:flex;align-items:center;gap:16px;padding:16px 24px;background:var(--mint);border-radius:12px}.ribbon strong{font-size:14px}.ribbon p{font-size:13px;color:#3f6059}.ribbon-icon{font-size:25px}.ribbon .text-button{margin-left:auto;white-space:nowrap}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 20px}.section-heading h2{font-size:23px;font-weight:850;letter-spacing:-.5px}.section-heading p{font-size:13px;color:var(--muted);margin-top:4px}.section-heading a{font-size:14px;font-weight:700;white-space:nowrap}.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.area-card{background:white;text-align:left;padding:23px;border:1px solid var(--line);border-radius:16px;transition:transform .17s,border-color .17s}.area-card:hover{transform:translateY(-4px);border-color:var(--ink)}.area-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.area-number{font-size:12px;letter-spacing:1.5px;color:var(--muted)}.area-symbol{font-size:23px;display:grid;place-items:center;border-radius:12px;width:47px;height:47px;background:var(--area-color,var(--mint));font-weight:900}.area-card h3{font-size:20px;margin:0 0 5px}.area-card p{font-size:13px;color:var(--muted)}.area-card-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:14px;margin-top:18px;font-size:12px;color:var(--muted)}.area-card-bottom b{font-size:22px;color:var(--ink)}footer{max-width:1184px;margin:auto;border-top:1px solid var(--line);padding:24px 0 34px;display:flex;align-items:center;gap:20px;color:var(--muted);font-size:12px}.footer-logo{font-size:22px;letter-spacing:-2px;color:var(--ink);font-weight:900}footer button{margin-left:auto}.view-heading{margin-bottom:30px}.view-heading h1{margin:5px 0 8px;font-size:34px}.view-heading p{color:var(--muted);font-size:14px}.back{background:none;font-size:14px;padding:0;margin-bottom:20px;color:var(--muted)}.quiz-wrap{max-width:760px;margin:auto}.quiz-top{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:16px}.quiz-card{margin-top:22px;background:white;border:1px solid var(--line);border-radius:22px;padding:34px}.question-meta{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--muted)}.question-meta .pill{font-size:12px;color:var(--ink);background:var(--mint);border:0}.quiz-card h1{font-size:29px;line-height:1.65;letter-spacing:-.8px;margin:18px 0 28px}.answers{display:grid;gap:12px}.answer{text-align:left;display:flex;align-items:center;gap:16px;padding:17px 20px;background:white;border:1px solid var(--line);border-radius:12px;font-size:17px;font-weight:700;transition:border-color .15s,background .15s}.answer:not(:disabled):hover{border-color:var(--ink);background:var(--cream)}.letter{display:grid;place-items:center;width:31px;height:31px;background:var(--paper);border-radius:7px;font-size:13px}.answer.correct{border:2px solid #187d58;background:#eef9f2;padding:16px 19px}.answer.correct .letter{background:#187d58;color:white}.answer.wrong{border:2px solid var(--red);background:#fff0ee;padding:16px 19px}.answer.wrong .letter{background:var(--red);color:white}.answer.dim{opacity:.55}.answer-label{margin-left:auto;font-size:12px}.feedback{margin-top:24px;background:var(--cream);border-radius:12px;padding:21px;animation:rise .25s ease}.feedback h2{font-size:20px;margin-bottom:8px}.feedback p{font-size:15px;line-height:1.9}.source{font-size:12px;text-decoration:underline;color:var(--muted);display:inline-block;margin-top:12px}.next-row{display:flex;justify-content:flex-end;margin-top:22px}.quiz-help{text-align:center;color:var(--muted);font-size:12px;margin-top:15px}.result{text-align:center;max-width:760px;margin:auto}.result-card{background:var(--cream);border:1px solid var(--line);border-radius:24px;padding:40px}.result h1{font-size:30px;margin:15px 0 10px}.score{font-size:90px;line-height:1.25;font-weight:950;color:var(--red);letter-spacing:-5px}.score small{font-size:29px;color:var(--ink);letter-spacing:0}.result-message{font-size:16px}.xp-gain{display:inline-block;background:var(--yellow);padding:6px 16px;font-weight:800;border-radius:100px;margin:20px 0}.result-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:20px}.secondary{padding:12px 22px;border:1px solid var(--ink);border-radius:10px;background:white;font-weight:700;min-height:54px}.secondary:hover{background:var(--mint)}.review-list{text-align:left;margin-top:24px}.review-item{border-bottom:1px solid var(--line);padding:17px 0}.review-item summary{cursor:pointer;font-size:14px;font-weight:700;list-style:none;display:flex;gap:12px;align-items:baseline}.review-item p{font-size:14px;padding:14px 0 0 30px}.review-item a{margin-left:30px}.ok{color:#187d58}.ng{color:var(--red)}.collection-summary{display:flex;align-items:center;gap:24px;background:var(--ink);color:white;padding:24px 30px;border-radius:18px;margin-bottom:25px}.collection-summary strong{font-size:42px;line-height:1}.collection-summary p{font-size:14px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.badge{border:1px solid var(--line);border-radius:16px;padding:25px;text-align:center;background:white}.badge.locked{background:#eff2ef;color:#707c7c}.badge-seal{width:70px;height:70px;border:2px solid currentColor;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;font-size:22px;font-weight:900;background:var(--yellow)}.locked .badge-seal{background:transparent;border-style:dashed}.badge h2{font-size:18px}.badge p{font-size:13px;margin-top:7px}.badge .tiny{margin-top:12px}.empty{background:white;border:1px dashed var(--line);padding:35px;border-radius:15px;text-align:center}.empty p{margin-bottom:20px}.notebook{margin-top:35px}.notebook details{background:white;padding:17px 22px;border:1px solid var(--line);border-radius:12px;margin-bottom:10px}.notebook summary{cursor:pointer;font-weight:700;font-size:15px}.notebook details p{font-size:14px;margin-top:12px}dialog{border:0;border-radius:20px;padding:30px;width:min(92vw,470px);color:var(--ink);box-shadow:0 20px 100px #112f4133}dialog::backdrop{background:#18333fc0}dialog h2{font-size:25px;margin-bottom:12px}dialog p{font-size:14px;color:var(--muted);margin-bottom:20px}dialog label{font-size:14px;display:block;margin-bottom:8px}dialog select{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;background:white;color:var(--ink);margin-bottom:20px}dialog .dialog-actions{display:flex;justify-content:flex-end;gap:12px}.storage-note{font-size:12px;color:var(--muted);margin-top:24px}#toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,30px);background:var(--ink);color:white;box-shadow:0 7px 25px #173a4533;padding:12px 22px;border-radius:10px;opacity:0;pointer-events:none;z-index:20;font-size:14px;transition:.2s;width:max-content;max-width:90vw}#toast.show{opacity:1;transform:translate(-50%,0)}.notice{padding:14px;border:1px solid #bb6f1a;background:#fff4d9;font-size:14px;border-radius:10px;margin-bottom:16px}.share-text{white-space:pre-wrap;background:var(--paper);padding:15px;border-radius:8px;font-size:14px;user-select:all}progress{width:100%;height:7px;appearance:none;border:0;border-radius:9px;overflow:hidden;background:#e7eeeb}progress::-webkit-progress-bar{background:#e7eeeb}progress::-webkit-progress-value{background:var(--red);border-radius:9px}@keyframes rise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1500px){main{padding-top:45px}.daily-card{min-height:450px}.daily-copy{padding-top:42px}}
@media(max-width:1240px){main,footer{margin-left:30px;margin-right:30px}.header-inner{padding-left:30px;padding-right:30px}.header nav{gap:25px}.home-grid{grid-template-columns:1fr 260px;gap:18px}.daily-copy{padding-left:27px}h1{font-size:35px}.daily-art{min-width:0}.daily-card{grid-template-columns:1.1fr .9fr}}
@media(max-width:980px){.header-inner{gap:18px}.header nav{gap:20px}.profile-chip #hometown-label{display:none}.home-grid{grid-template-columns:1fr}.daily-card{grid-template-columns:1.05fr 1fr;min-height:390px}.daily-copy{padding:30px 0 30px 35px}h1{font-size:40px}.passport{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:8px 20px;padding:20px 24px}.passport-top{grid-column:1}.rank-medallion{display:none}.passport h2{grid-column:1;grid-row:2;text-align:left;font-size:19px}.xp-wrap{grid-column:2;grid-row:1/3}.passport-stats{grid-column:3;grid-row:1/3;border:0;padding:0;margin:0}.passport .text-button{display:none}.xp-line{margin-top:0}.ribbon{margin-top:20px}.area-card{padding:20px}.area-card h3{font-size:18px}}
@media(max-width:680px){.header-inner{min-height:80px;padding:14px 20px 0;flex-wrap:wrap;gap:10px}.logo{font-size:31px}.logo small{font-size:8px;letter-spacing:1.5px}.profile-chip{margin-left:auto;padding:0}.profile-chip #hometown-label{display:inline;font-size:12px}.header nav{order:3;flex-basis:100%;height:45px;justify-content:space-between;gap:12px;font-size:13px}.header nav a{justify-content:center;flex:1}main{margin:0 18px;padding:23px 0 35px}.page-kicker{margin-bottom:13px}.page-kicker .eyebrow{font-size:10px;letter-spacing:1.5px}.date{font-size:12px}.daily-card{min-height:unset;grid-template-columns:1fr;overflow:hidden}.daily-copy{padding:25px 24px 24px;z-index:1}.daily-copy h1{font-size:33px;line-height:1.55;letter-spacing:-1.5px;margin-top:19px}.daily-copy p{font-size:13px;max-width:240px}.daily-art{position:absolute;width:50%;height:190px;top:36px;right:-24px;opacity:.27;pointer-events:none}.daily-art img{object-fit:cover}.daily-copy .pill{font-size:11px;background:var(--cream)}.daily-meta{margin-top:20px}.daily-copy .primary{width:100%;font-size:16px;position:relative}.daily-note{font-size:11px;text-align:center;margin-top:13px}.passport{padding:20px;grid-template-columns:1fr 1fr;gap:12px}.passport-top{grid-column:1;font-size:11px}.passport h2{grid-row:2;grid-column:1;font-size:17px}.xp-wrap{grid-row:3;grid-column:1/3}.passport-stats{grid-column:2;grid-row:1/3}.stat-num{font-size:22px}.passport .tiny{font-size:11px}.ribbon{padding:15px 17px;gap:12px;align-items:flex-start;margin-bottom:28px}.ribbon p{font-size:12px}.ribbon strong{font-size:13px}.ribbon .text-button{display:none}.ribbon-icon{font-size:21px}.section-heading h2{font-size:20px}.section-heading p{font-size:12px}.section-heading a{font-size:12px}.area-grid{grid-template-columns:1fr;gap:12px}.area-card{padding:20px;display:grid;grid-template-columns:52px 1fr 28px;align-items:center;column-gap:16px}.area-card-top{grid-column:1;grid-row:1/3;margin:0}.area-number{display:none}.area-card h3{grid-column:2;grid-row:1;font-size:18px}.area-card p{grid-column:2;grid-row:2;font-size:12px}.area-card-bottom{grid-column:3;grid-row:1/3;padding:0;margin:0;border:0}.area-card-bottom span{display:none}.area-card-bottom b{font-size:24px}footer{margin:0 18px;padding-top:20px;gap:10px;flex-wrap:wrap}footer>span{font-size:10px}footer button{font-size:11px}.view-heading h1{font-size:27px}.quiz-card{padding:23px 20px;border-radius:17px}.quiz-card h1{font-size:24px;line-height:1.7;margin-top:20px}.answer{font-size:15px;padding:15px 13px;gap:12px}.answer.correct,.answer.wrong{padding:14px 12px}.answer-label{font-size:10px}.quiz-top{font-size:12px}.feedback{padding:17px}.feedback p{font-size:14px}.next-row .primary{width:100%}.result-card{padding:30px 20px}.result h1{font-size:25px}.result-actions{flex-direction:column}.score{font-size:78px}.collection-grid{grid-template-columns:repeat(2,1fr);gap:12px}.badge{padding:22px 13px}.badge h2{font-size:16px}.badge p{font-size:12px}.collection-summary{padding:23px;gap:20px}.collection-summary p{font-size:12px}.collection-summary strong{font-size:35px}.review-item summary{font-size:13px}.home-grid{gap:14px}.quiz-wrap .back{margin-bottom:12px}.art-typography{font-size:90px}.storage-note{font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.mobile-review{display:none}.result-squares{font-size:25px;letter-spacing:4px;margin-top:15px}@media(max-width:680px){.mobile-review{display:block;margin:15px 0}.mobile-review button{width:100%}}
/* Three-answer streak and unlocked local gourmet questions. */
.gourmet-teaser{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--ink);color:#fff;border-radius:16px;padding:23px 27px;margin-top:22px}.gourmet-teaser .eyebrow{color:var(--yellow);font-size:11px;letter-spacing:2px}.gourmet-teaser h2{font-size:19px;margin:5px 0}.gourmet-teaser p{font-size:13px;color:#d9e8e9}.gourmet-count{font-size:24px;font-weight:800;text-align:center;color:var(--yellow);flex-shrink:0}.gourmet-count small{display:block;font-size:11px;letter-spacing:1px;font-weight:500}.gourmet-gold{background:var(--yellow);border-color:var(--yellow);color:var(--ink);white-space:normal}.primary.gourmet-gold{box-shadow:0 4px 0 #c39a35}.gourmet-gold:hover{background:#ffe09a;color:var(--ink)}.combo-meter{display:flex;gap:15px;align-items:center;background:#eef0eb;border:1px solid #dce2d8;border-radius:12px;padding:15px 18px;margin-top:20px}.combo-meter strong{font-size:14px}.combo-meter p{font-size:12px;color:var(--muted);margin-top:2px}.combo-dots{display:flex;gap:5px;flex-shrink:0}.combo-dots span{display:grid;place-items:center;width:29px;height:29px;font-size:12px;border:1px solid #acb9b1;border-radius:50%;color:#61736d;background:white}.combo-dots .filled{background:var(--yellow);border-color:#b68d24;color:var(--ink)}.combo-ready{border-color:#d4ad4e;background:#fff1c7;animation:rise .3s ease}.combo-ready strong{font-size:16px}.combo-ready p{color:#5d522e}.gourmet-heading{background:var(--ink);padding:32px 35px 34px;border-radius:22px;color:white;margin-bottom:20px}.gourmet-heading .pill{color:var(--yellow);font-size:11px;letter-spacing:1px}.gourmet-heading h1{font-size:34px;letter-spacing:-1px;line-height:1.5;margin:20px 0 12px}.gourmet-heading em{color:var(--yellow);font-style:normal}.gourmet-heading p{font-size:14px;color:#d9e8e9}.gourmet-question{border-color:#d9c795;margin-top:0}.gourmet-question .question-meta .pill{background:#fff0bd}.gourmet-question-title{font-size:28px;line-height:1.7;letter-spacing:-.6px;margin:20px 0 28px;font-weight:850}.gourmet-feedback{background:#fcf5e5}.gourmet-feedback>h3{font-size:20px;line-height:1.6;margin-bottom:10px}.venue-reveal{border-top:1px dashed #d0b775;margin-top:20px;padding-top:20px}.venue-reveal .eyebrow{color:#856015;font-size:11px}.venue-reveal h3{font-size:25px;margin-top:4px}.venue-reveal .venue-dish{color:#5e624f;font-size:13px;margin:5px 0 12px}.gourmet-feedback>.tiny{font-size:12px;margin-top:16px}.gourmet-notebook{margin-top:35px;padding:27px;background:#f7f0df;border:1px solid #dfd1b0;border-radius:18px}.gourmet-notebook .eyebrow{font-size:11px;letter-spacing:1.5px;color:#86611e}.gourmet-notebook .section-heading{margin-bottom:16px}.gourmet-notebook h2{margin-top:3px}.gourmet-venue-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.gourmet-venue{background:white;border:1px solid #dfd6bd;border-radius:12px;padding:20px}.gourmet-venue summary{cursor:pointer;list-style:none;display:grid;gap:5px}.gourmet-venue summary::-webkit-details-marker{display:none}.gourmet-venue h3{font-size:21px;line-height:1.5}.gourmet-venue summary>span:not(.tiny){font-size:14px}.gourmet-venue summary>.tiny:last-child{margin-top:10px;color:#86611e}.gourmet-venue p{font-size:14px;margin-top:14px;line-height:1.9}.gourmet-venue .source{overflow-wrap:anywhere}.gourmet-empty{text-align:center;padding:20px 10px 25px}.gourmet-empty>span{font-size:24px;color:#b1831b;letter-spacing:14px}.gourmet-empty p{font-size:14px;color:#5d6257;margin-top:13px;line-height:1.9}.gourmet-notebook>.gourmet-gold{margin-top:18px}
@media(max-width:680px){.gourmet-teaser{padding:21px 19px;gap:16px;flex-wrap:wrap;margin-top:16px}.gourmet-teaser>div{flex:1;min-width:195px}.gourmet-teaser h2{font-size:17px;line-height:1.8}.gourmet-teaser p{font-size:12px}.gourmet-teaser .secondary{width:100%;font-size:14px}.gourmet-count{font-size:21px}.combo-meter{padding:13px;gap:12px;align-items:flex-start}.combo-meter strong{font-size:13px}.combo-meter p{font-size:12px}.combo-ready strong{font-size:14px}.combo-dots{gap:3px;margin-top:3px}.combo-dots span{width:23px;height:23px;font-size:10px}.gourmet-heading{padding:25px 23px;border-radius:17px}.gourmet-heading h1{font-size:29px;margin:18px 0 12px}.gourmet-heading p{font-size:12px}.gourmet-heading .pill{font-size:10px;letter-spacing:.3px}.gourmet-question-title{font-size:23px;margin-top:18px;line-height:1.75}.gourmet-feedback>h3{font-size:18px}.venue-reveal h3{font-size:23px}.gourmet-notebook{padding:20px 15px}.gourmet-notebook h2{font-size:21px}.gourmet-venue-grid{grid-template-columns:1fr}.gourmet-venue{padding:19px}.gourmet-wrap .quiz-help{font-size:11px}}

.header nav{gap:25px}@media(max-width:680px){.header nav{gap:5px;font-size:12px}}@media(max-width:380px){.header nav{font-size:10px;gap:3px}}
