@font-face{font-family:"InterVar";src:url(/blog/wp-content/themes/whereiswaldo-blog/assets/fonts/inter-var.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{--wb-bg:#f6f8fc;--wb-bg-deep:#ffffff;--wb-surface:#ffffff;--wb-surface-2:#f1f5f9;--wb-surface-3:#e2e8f0;--wb-border:rgba(15, 23, 42, 0.1);--wb-border-strong:rgba(15, 23, 42, 0.2);--wb-text:#0f172a;--wb-text-muted:#475569;--wb-text-dim:#64748b;--wb-purple:#7c3aed;--wb-purple-light:#6d28d9;--wb-violet:#a855f7;--wb-blue:#2563eb;--wb-blue-light:#1d4ed8;--wb-pink:#db2777;--wb-pink-light:#be185d;--wb-gold:#d97706;--wb-amber:#d97706;--wb-green:#16a34a;--wb-red:#dc2626;--wb-indigo:#4f46e5;--wb-grad:linear-gradient(135deg, #6d28d9 0%, #9333ea 55%, #c026d3 100%);--wb-grad-hover:linear-gradient(135deg, #5b21b6 0%, #7e22ce 55%, #a21caf 100%);--wb-container:1240px;--wb-gutter:24px;--wb-sidebar:340px;--wb-radius:14px;--wb-radius-sm:8px;--wb-radius-pill:999px;--wb-ratio-featured:16 / 10;--wb-ratio-card:2.6 / 1;--wb-shadow:0 6px 24px rgba(15, 23, 42, 0.08);--wb-shadow-lift:0 14px 32px rgba(109, 40, 217, 0.16);--wb-header-h:60px;--wb-ease:0.2s ease}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--wb-header-h) + 16px)}body{margin:0;background:var(--wb-bg);color:var(--wb-text);font-family:"InterVar",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:var(--wb-text)}p{margin:0 0 1em}a{color:var(--wb-blue-light);text-decoration:none;transition:color var(--wb-ease)}a:hover{color:var(--wb-purple-light)}img,picture,svg,video{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.25em}button{font:inherit;cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--wb-purple-light);outline-offset:2px;border-radius:4px}.wb-container{width:100%;max-width:var(--wb-container);margin-inline:auto;padding-inline:var(--wb-gutter)}.screen-reader-text,.wb-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wb-skip-link{position:absolute;left:-9999px;top:0;z-index:1000;padding:12px 20px;background:var(--wb-purple);color:#fff;font-weight:700;border-radius:0 0 var(--wb-radius-sm) 0}.wb-skip-link:focus{left:0;color:#fff}.wb-clamp-2{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wb-clamp-3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wb-header{position:sticky;top:0;z-index:100;background:rgb(255 255 255 / .92);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--wb-border)}.wb-header__inner{display:flex;align-items:center;gap:20px;min-height:var(--wb-header-h)}.wb-brand{display:inline-flex;align-items:center;gap:9px;flex-shrink:0;color:var(--wb-text);font-weight:800;font-size:15px;letter-spacing:-.02em}.wb-brand:hover{color:var(--wb-text)}.wb-brand__mark{width:30px;height:30px;border-radius:9px;background:var(--wb-grad);display:grid;place-items:center;flex-shrink:0;box-shadow:0 4px 14px rgb(139 92 246 / .4)}.wb-brand__mark svg{width:18px;height:18px;fill:#fff}.wb-brand__mark img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.wb-brand__logo-img{max-height:34px;width:auto;object-fit:contain}.wb-nav{margin-inline:auto}.wb-nav__list,.wb-nav ul{display:flex;align-items:center;gap:26px;margin:0;padding:0;list-style:none}.wb-nav li{position:relative}.wb-nav a{display:block;padding:6px 0;color:var(--wb-text-muted);font-size:13.5px;font-weight:600;white-space:nowrap}.wb-nav a:hover{color:var(--wb-text)}.wb-nav .current-menu-item>a,.wb-nav .current_page_item>a,.wb-nav .current-menu-ancestor>a,.wb-nav .wb-nav__link--active{color:var(--wb-text)}.wb-nav .current-menu-item>a::after,.wb-nav .current_page_item>a::after,.wb-nav .current-menu-ancestor>a::after,.wb-nav .wb-nav__link--active::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:2px;background:var(--wb-blue)}.wb-nav ul ul{position:absolute;top:100%;left:0;min-width:190px;flex-direction:column;align-items:stretch;gap:0;padding:6px;background:var(--wb-surface);border:1px solid var(--wb-border);border-radius:var(--wb-radius-sm);box-shadow:var(--wb-shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity var(--wb-ease),transform var(--wb-ease),visibility var(--wb-ease)}.wb-nav li:hover>ul,.wb-nav li:focus-within>ul{opacity:1;visibility:visible;transform:translateY(0)}.wb-nav ul ul a{padding:8px 10px;border-radius:6px}.wb-nav ul ul a:hover{background:var(--wb-surface-2)}.wb-header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.wb-header-search{position:relative;display:flex;align-items:center}.wb-header-search input[type="search"]{width:230px;padding:8px 36px 8px 14px;background:var(--wb-surface-2);border:1px solid var(--wb-border);border-radius:var(--wb-radius-pill);color:var(--wb-text);font-size:12.5px;transition:border-color var(--wb-ease),width var(--wb-ease);-webkit-appearance:none;appearance:none}.wb-header-search input[type="search"]::placeholder{color:var(--wb-text-dim)}.wb-header-search input[type="search"]:focus{border-color:var(--wb-purple);outline:none}.wb-header-search__btn{position:absolute;right:4px;width:28px;height:28px;display:grid;place-items:center;background:#fff0;border:0;border-radius:50%;color:var(--wb-text-dim);transition:color var(--wb-ease)}.wb-header-search__btn:hover{color:var(--wb-text)}.wb-header-search__btn svg{width:14px;height:14px;fill:currentColor}.wb-nav-toggle{display:none;width:38px;height:34px;background:var(--wb-surface-2);border:1px solid var(--wb-border);border-radius:var(--wb-radius-sm);color:var(--wb-text);place-items:center}.wb-nav-toggle svg{width:17px;height:17px;fill:currentColor}.wb-nav-toggle__close{display:none}.wb-nav-toggle[aria-expanded="true"] .wb-nav-toggle__open{display:none}.wb-nav-toggle[aria-expanded="true"] .wb-nav-toggle__close{display:block}.wb-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 18px;border:0;border-radius:var(--wb-radius-pill);background:var(--wb-grad);color:#fff;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 4px 16px rgb(139 92 246 / .3);transition:transform var(--wb-ease),box-shadow var(--wb-ease),background var(--wb-ease)}.wb-btn:hover{background:var(--wb-grad-hover);color:#fff;transform:translateY(-1px);box-shadow:0 8px 22px rgb(139 92 246 / .42)}.wb-btn svg{width:14px;height:14px;fill:currentColor;flex-shrink:0}.wb-btn--sm{padding:8px 16px;font-size:12.5px}.wb-btn--ghost{background:var(--wb-surface-2);border:1px solid var(--wb-border-strong);box-shadow:none}.wb-btn--ghost:hover{background:var(--wb-surface-3);box-shadow:none}.wb-readmore{display:inline-flex;align-items:center;gap:6px;color:var(--wb-blue-light);font-size:12.5px;font-weight:700}.wb-readmore svg{width:12px;height:12px;fill:currentColor;transition:transform var(--wb-ease)}.wb-readmore:hover svg{transform:translateX(3px)}.wb-hero{position:relative;aspect-ratio:5 / 1;min-height:200px;background-color:#eef4fd;background-image:url(/blog/wp-content/themes/whereiswaldo-blog/assets/img/hero-desktop.webp);background-repeat:no-repeat;background-position:center center;background-size:cover;border-bottom:1px solid var(--wb-border)}@media (min-width:1101px) and (max-width:1500px){.wb-hero{background-image:url(/blog/wp-content/themes/whereiswaldo-blog/assets/img/hero-desktop-1700.webp)}}.wb-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(255 255 255 / .94) 0%,rgb(255 255 255 / .82) 28%,rgb(255 255 255 / .38) 50%,#fff0 68%)}.wb-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;height:100%;padding-block:30px}.wb-hero__text{min-width:0;max-width:520px}.wb-hero__title{margin:0 0 12px;font-size:clamp(28px, 3.6vw, 44px);font-weight:800;line-height:1.1;letter-spacing:-.03em;text-wrap:balance}.wb-hero__subtitle{margin:0;max-width:440px;color:var(--wb-text-muted);font-size:14.5px;line-height:1.6}.wb-hero.wb-hero--compact{aspect-ratio:auto;min-height:0;background-image:none;background-color:#f2f6fd}.wb-hero.wb-hero--compact::before{background:none}.wb-hero--compact .wb-hero__inner{height:auto;min-height:clamp(150px, 13vw, 200px);padding-block:24px}.wb-hero--compact .wb-hero__title{font-size:clamp(23px, 2.6vw, 31px);margin-bottom:6px}.wb-main{padding-block:30px 44px}.wb-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--wb-sidebar);gap:28px;align-items:start}.wb-layout--full{grid-template-columns:minmax(0,1fr)}.wb-content{min-width:0}.wb-section{margin-bottom:30px}.wb-section__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.wb-section__title{display:flex;align-items:center;gap:9px;margin:0;font-size:17px;font-weight:800}.wb-section__title svg{width:17px;height:17px;flex-shrink:0}.wb-section__title--gold svg{fill:var(--wb-gold)}.wb-section__title--bar::before{content:"";width:4px;height:18px;border-radius:3px;background:linear-gradient(180deg,var(--wb-pink),var(--wb-purple));flex-shrink:0}.wb-featured{display:grid;grid-template-columns:minmax(0,0.92fr) minmax(0,1.08fr);gap:0;background:var(--wb-surface);border:1px solid var(--wb-border);border-radius:var(--wb-radius);overflow:hidden;transition:border-color var(--wb-ease),box-shadow var(--wb-ease)}.wb-featured:hover{border-color:var(--wb-border-strong);box-shadow:var(--wb-shadow-lift)}.wb-featured__media{position:relative;display:block;height:100%;min-height:215px;background:var(--wb-surface-2);overflow:hidden}.wb-featured__media img{width:100%;height:100%;object-fit:cover;transition:transform 0.35s ease}.wb-featured:hover .wb-featured__media img{transform:scale(1.04)}.wb-featured__badge{position:absolute;top:12px;left:12px;z-index:2;padding:5px 11px;border-radius:6px;background:var(--wb-red);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 3px 12px rgb(239 68 68 / .45)}.wb-featured__body{padding:24px 26px;display:flex;flex-direction:column;justify-content:center}.wb-featured__title{margin:8px 0 12px;font-size:clamp(19px, 2vw, 24px);line-height:1.28}.wb-featured__title a{color:var(--wb-text)}.wb-featured__title a:hover{color:var(--wb-purple-light)}.wb-featured__excerpt{margin:12px 0 18px;color:var(--wb-text-muted);font-size:13.5px;line-height:1.65}.wb-eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--wb-purple-light)}.wb-eyebrow:hover{color:var(--wb-text)}.wb-eyebrow--purple{color:var(--wb-purple-light)}.wb-eyebrow--blue{color:var(--wb-blue-light)}.wb-eyebrow--pink{color:var(--wb-pink-light)}.wb-eyebrow--green{color:var(--wb-green)}.wb-eyebrow--gold{color:var(--wb-gold)}.wb-eyebrow--indigo{color:var(--wb-indigo)}.wb-meta{display:flex;align-items:center;flex-wrap:wrap;gap:14px;color:var(--wb-text-dim);font-size:11.5px;font-weight:500}.wb-meta__item{display:inline-flex;align-items:center;gap:5px}.wb-meta__item svg{width:12px;height:12px;fill:currentColor;flex-shrink:0;opacity:.85}.wb-meta a{color:inherit}.wb-meta a:hover{color:var(--wb-text-muted)}.wb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.wb-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.wb-card{display:flex;flex-direction:column;background:var(--wb-surface);border:1px solid var(--wb-border);border-radius:var(--wb-radius);overflow:hidden;transition:transform var(--wb-ease),border-color var(--wb-ease),box-shadow var(--wb-ease)}.wb-card:hover{transform:translateY(-4px);border-color:var(--wb-border-strong);box-shadow:var(--wb-shadow-lift)}.wb-card__media{position:relative;display:block;aspect-ratio:var(--wb-ratio-card);background:var(--wb-surface-2);overflow:hidden}.wb-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 0.35s ease}.wb-card:hover .wb-card__media img{transform:scale(1.05)}.wb-media-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#eef2ff 0%,#f5f3ff 100%)}.wb-media-fallback svg{width:34px;height:34px;fill:rgb(15 23 42 / .16)}.wb-card__body{display:flex;flex-direction:column;flex:1;gap:8px;padding:14px 16px 16px}.wb-card__title{margin:0;font-size:15px;font-weight:700;line-height:1.35}.wb-card__title a{color:var(--wb-text)}.wb-card__title a:hover{color:var(--wb-purple-light)}.wb-card__excerpt{margin:0;color:var(--wb-text-muted);font-size:12.5px;line-height:1.6}.wb-card__foot{margin-top:auto;padding-top:4px}.wb-card .wb-meta{gap:9px;font-size:10.5px}.wb-card .wb-meta__item{gap:4px}.wb-card .wb-meta__item svg{width:11px;height:11px}.wb-card--wide{flex-direction:row}.wb-card--wide .wb-card__media{width:240px;flex-shrink:0;aspect-ratio:var(--wb-ratio-featured)}.wb-card--wide .wb-card__body{padding:18px 20px}.wb-card--wide .wb-card__title{font-size:17px}.wb-sidebar{display:flex;flex-direction:column;gap:18px;position:sticky;top:calc(var(--wb-header-h) + 18px)}.wb-widget{background:var(--wb-surface);border:1px solid var(--wb-border);border-radius:var(--wb-radius);padding:16px 18px 18px}.wb-widget__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.wb-widget__title{display:flex;align-items:center;gap:8px;margin:0;font-size:14.5px;font-weight:800}.wb-widget__title::before{content:"";width:3px;height:15px;border-radius:2px;background:linear-gradient(180deg,var(--wb-purple),var(--wb-pink));flex-shrink:0}.wb-widget__title svg{width:15px;height:15px;flex-shrink:0}.wb-widget__title--icon::before{display:none}.wb-widget__title--icon svg{fill:var(--wb-amber)}.wb-widget__link{font-size:11.5px;font-weight:700;color:var(--wb-blue-light);white-space:nowrap}.wb-searchform{display:flex;gap:8px}.wb-searchform__field{flex:1;min-width:0;padding:10px 14px;background:var(--wb-surface-2);border:1px solid var(--wb-border);border-radius:var(--wb-radius-sm);color:var(--wb-text);font-size:12.5px;-webkit-appearance:none;appearance:none}.wb-searchform__field::placeholder{color:var(--wb-text-dim)}.wb-searchform__field:focus{border-color:var(--wb-purple);outline:none}.wb-searchform__submit{width:40px;flex-shrink:0;display:grid;place-items:center;border:0;border-radius:var(--wb-radius-sm);background:var(--wb-grad);color:#fff;transition:background var(--wb-ease)}.wb-searchform__submit:hover{background:var(--wb-grad-hover)}.wb-searchform__submit svg{width:15px;height:15px;fill:currentColor}.wb-cats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.wb-cat{display:flex;align-items:center;gap:7px;padding:7px 8px;background:var(--wb-surface-2);border:1px solid #fff0;border-radius:var(--wb-radius-sm);color:var(--wb-text);min-width:0;transition:background var(--wb-ease),border-color var(--wb-ease),transform var(--wb-ease)}.wb-cat:hover{background:var(--wb-surface-3);border-color:var(--wb-border-strong);color:var(--wb-text);transform:translateY(-1px)}.wb-cat__icon{width:24px;height:24px;flex-shrink:0;display:grid;place-items:center;border-radius:6px;background:var(--wb-cat-tint,rgb(79 70 229 / .13))}.wb-cat__icon svg{width:14px;height:14px;fill:var(--wb-cat-color,#4f46e5)}.wb-cat__name{flex:1;min-width:0;font-size:11px;font-weight:600;line-height:1.25;overflow-wrap:break-word}.wb-cat__count{flex-shrink:0;min-width:20px;padding:2px 6px;border-radius:5px;background:rgb(15 23 42 / .06);color:var(--wb-text-muted);font-size:10.5px;font-weight:700;text-align:center;line-height:1.5}.wb-poplist{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none}.wb-pop{display:flex;gap:11px;align-items:flex-start}.wb-pop__media{width:58px;height:58px;flex-shrink:0;border-radius:var(--wb-radius-sm);overflow:hidden;background:var(--wb-surface-2)}.wb-pop__media img{width:100%;height:100%;object-fit:cover}.wb-pop__body{min-width:0;padding-top:1px}.wb-pop__title{margin:0 0 5px;font-size:12.5px;font-weight:600;line-height:1.4;letter-spacing:0}.wb-pop__title a{color:var(--wb-text)}.wb-pop__title a:hover{color:var(--wb-purple-light)}.wb-widget ul:not(.wb-poplist):not(.wb-cats){margin:0;padding:0;list-style:none}.wb-widget ul:not(.wb-poplist):not(.wb-cats) li{padding:7px 0;border-bottom:1px solid var(--wb-border);font-size:13px}.wb-widget ul:not(.wb-poplist):not(.wb-cats) li:last-child{border-bottom:0}.wb-widget a{color:var(--wb-text-muted)}.wb-widget a:hover{color:var(--wb-purple-light)}.wb-pagination{margin-top:30px}.wb-pagination .nav-links{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}.wb-pagination .page-numbers{display:grid;place-items:center;min-width:36px;height:36px;padding:0 11px;background:var(--wb-surface);border:1px solid var(--wb-border);border-radius:var(--wb-radius-sm);color:var(--wb-text-muted);font-size:13px;font-weight:600}.wb-pagination a.page-numbers:hover{background:var(--wb-surface-2);border-color:var(--wb-border-strong);color:var(--wb-text)}.wb-pagination .page-numbers.current{background:var(--wb-grad);border-color:#fff0;color:#fff}.wb-pagination .page-numbers.dots{background:#fff0;border-color:#fff0}.wb-post{background:var(--wb-surface);border:1px solid var(--wb-border);border-radius:var(--wb-radius);overflow:hidden}.wb-post__hero{aspect-ratio:21 / 9;background:var(--wb-surface-2)}.wb-post__hero img{width:100%;height:100%;object-fit:cover}.wb-post__body{padding:26px 30px 32px}.wb-post__title{margin:10px 0 14px;font-size:clamp(24px, 3.2vw, 34px);line-height:1.2}.wb-post__meta{padding-bottom:18px;border-bottom:1px solid var(--wb-border);margin-bottom:22px}.wb-prose{color:#334155;font-size:15.5px;line-height:1.78}.wb-prose>*:first-child{margin-top:0}.wb-prose>*:last-child{margin-bottom:0}.wb-prose h2{margin:1.7em 0 .6em;font-size:22px;color:var(--wb-text)}.wb-prose h3{margin:1.5em 0 .5em;font-size:18px;color:var(--wb-text)}.wb-prose h4{margin:1.4em 0 .5em;font-size:16px;color:var(--wb-text)}.wb-prose p{margin:0 0 1.15em}.wb-prose a{color:var(--wb-blue-light);text-decoration:underline;text-decoration-color:rgb(37 99 235 / .35);text-underline-offset:3px}.wb-prose a:hover{color:var(--wb-purple-light);text-decoration-color:currentColor}.wb-prose strong,.wb-prose b{color:var(--wb-text);font-weight:700}.wb-prose ul,.wb-prose ol{margin:0 0 1.15em;padding-left:1.4em}.wb-prose li{margin-bottom:.45em}.wb-prose img,.wb-prose iframe,.wb-prose video{border-radius:var(--wb-radius-sm);margin-block:1.2em}.wb-prose iframe,.wb-prose video{width:100%;aspect-ratio:16 / 9;height:auto;border:0}.wb-prose blockquote{margin:1.4em 0;padding:14px 20px;border-left:3px solid var(--wb-purple);border-radius:0 var(--wb-radius-sm) var(--wb-radius-sm) 0;background:rgb(124 58 237 / .06);color:var(--wb-text);font-style:italic}.wb-prose blockquote p:last-child{margin-bottom:0}.wb-prose code{padding:2px 6px;border-radius:5px;background:#f1f5f9;color:#9a3412;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.wb-prose pre{margin:1.3em 0;padding:16px 18px;overflow-x:auto;background:#f8fafc;border:1px solid var(--wb-border);border-radius:var(--wb-radius-sm)}.wb-prose pre code{padding:0;background:none;color:#1e293b}.wb-prose table{width:100%;margin:1.3em 0;border-collapse:collapse;font-size:14px}.wb-prose th,.wb-prose td{padding:9px 12px;border:1px solid var(--wb-border);text-align:left}.wb-prose th{background:var(--wb-surface-2);color:var(--wb-text);font-weight:700}.wb-prose hr{margin:2em 0;border:0;border-top:1px solid var(--wb-border)}.wb-prose figcaption,.wb-prose .wp-caption-text{margin-top:7px;color:var(--wb-text-dim);font-size:12.5px;text-align:center}.wb-post__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px;padding-top:20px;border-top:1px solid var(--wb-border)}.wb-tag{padding:5px 12px;background:var(--wb-surface-2);border:1px solid var(--wb-border);border-radius:var(--wb-radius-pill);color:var(--wb-text-muted);font-size:11.5px;font-weight:600}.wb-tag:hover{background:var(--wb-surface-3);color:var(--wb-text)}.wb-postnav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.wb-postnav__item{padding:15px 18px;background:var(--wb-surface);border:1px solid var(--wb-border);border-radius:var(--wb-radius);transition:border-color var(--wb-ease),background var(--wb-ease)}.wb-postnav__item:hover{background:var(--wb-surface-2);border-color:var(--wb-border-strong)}.wb-postnav__item--next{text-align:right}.wb-postnav__label{display:block;margin-bottom:5px;color:var(--wb-text-dim);font-size:10.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.wb-postnav__title{color:var(--wb-text);font-size:13.5px;font-weight:700;line-height:1.4}.wb-comments{margin-top:22px;padding:24px 26px 26px;background:var(--wb-surface);border:1px solid var(--wb-border);border-radius:var(--wb-radius)}.wb-comments__title{margin:0 0 18px;font-size:17px}.wb-comments .comment-list{margin:0 0 24px;padding:0;list-style:none}.wb-comments .comment-list ol.children{margin:14px 0 0 26px;padding:0;list-style:none}.wb-comments .comment-body{padding:14px 16px;margin-bottom:12px;background:var(--wb-surface-2);border:1px solid var(--wb-border);border-radius:var(--wb-radius-sm)}.wb-comments .comment-author{display:flex;align-items:center;gap:9px;margin-bottom:6px;font-size:13px;font-weight:700}.wb-comments .comment-author img{border-radius:50%}.wb-comments .comment-metadata{margin-bottom:8px;color:var(--wb-text-dim);font-size:11.5px}.wb-comments .comment-content{color:#334155;font-size:14px}.wb-comments .comment-content p:last-child{margin-bottom:0}.wb-comments .reply a{font-size:12px;font-weight:700}.wb-comments .comment-respond{padding-top:20px;border-top:1px solid var(--wb-border)}.wb-comments .comment-reply-title{font-size:16px}.wb-comments label{display:block;margin-bottom:5px;color:var(--wb-text-muted);font-size:12.5px;font-weight:600}.wb-comments input[type="text"],.wb-comments input[type="email"],.wb-comments input[type="url"],.wb-comments textarea{width:100%;padding:10px 13px;margin-bottom:14px;background:var(--wb-surface-2);border:1px solid var(--wb-border);border-radius:var(--wb-radius-sm);color:var(--wb-text);font-family:inherit;font-size:13.5px}.wb-comments input:focus,.wb-comments textarea:focus{border-color:var(--wb-purple);outline:none}.wb-comments .form-submit{margin:0}.wb-comments input[type="submit"]{padding:11px 24px;border:0;border-radius:var(--wb-radius-pill);background:var(--wb-grad);color:#fff;font-size:13px;font-weight:700;cursor:pointer}.wb-comments input[type="submit"]:hover{background:var(--wb-grad-hover)}.wb-comments .comment-form-cookies-consent{display:flex;align-items:center;gap:8px}.wb-comments .comment-form-cookies-consent input{width:auto;margin:0}.wb-comments .comment-form-cookies-consent label{margin:0;font-weight:500}.wb-empty{padding:48px 30px;background:var(--wb-surface);border:1px solid var(--wb-border);border-radius:var(--wb-radius);text-align:center}.wb-empty__icon{width:62px;height:62px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:rgb(124 58 237 / .1)}.wb-empty__icon svg{width:28px;height:28px;fill:var(--wb-purple-light)}.wb-empty__title{margin:0 0 8px;font-size:21px}.wb-empty__text{max-width:440px;margin:0 auto 22px;color:var(--wb-text-muted);font-size:14px}.wb-404__code{margin:0 0 4px;font-size:clamp(56px, 9vw, 86px);font-weight:800;line-height:1;letter-spacing:-.04em;background:var(--wb-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0}.wb-footer{margin-top:auto;background:var(--wb-bg-deep);border-top:1px solid var(--wb-border)}.wb-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding-block:16px}.wb-footer__brand{display:inline-flex;align-items:center;gap:8px;color:var(--wb-text);font-size:13px;font-weight:700}.wb-footer__brand img{width:26px;height:26px;object-fit:contain;border-radius:7px}.wb-footer__brand .wb-brand__mark{width:26px;height:26px;border-radius:7px}.wb-footer__brand .wb-brand__mark svg{width:15px;height:15px}.wb-footer__nav ul{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none}.wb-footer__nav a{color:var(--wb-text-muted);font-size:12.5px;font-weight:600}.wb-footer__nav a:hover{color:var(--wb-text)}.wb-footer__tagline{display:inline-flex;align-items:center;gap:7px;color:var(--wb-text-dim);font-size:12px}.wb-footer__tagline svg{width:13px;height:13px;fill:var(--wb-red);flex-shrink:0}.wb-footer__legal{padding-block:12px;border-top:1px solid var(--wb-border);color:var(--wb-text-dim);font-size:11.5px;text-align:center}.wb-footer__legal a{color:var(--wb-text-dim)}.wb-footer__legal a:hover{color:var(--wb-text-muted)}body{display:flex;flex-direction:column;min-height:100vh}.wb-site-main{flex:1}.alignleft{float:left;margin:.4em 1.4em 1em 0}.alignright{float:right;margin:.4em 0 1em 1.4em}.aligncenter{display:block;margin-inline:auto}.alignwide,.alignfull{max-width:100%}.wp-caption{max-width:100%}.wp-block-image figcaption{color:var(--wb-text-dim);font-size:12.5px}.wp-block-button__link{border-radius:var(--wb-radius-pill);background:var(--wb-grad);color:#fff;font-weight:700}@media (max-width:1100px){.wb-hero{aspect-ratio:3 / 1;background-image:url(/blog/wp-content/themes/whereiswaldo-blog/assets/img/hero-tablet.webp)}.wb-layout{grid-template-columns:minmax(0,1fr)}.wb-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.wb-header-search input[type="search"]{width:180px}.wb-nav__list,.wb-nav ul{gap:18px}}@media (max-width:1100px){.wb-nav-toggle{display:grid;order:3}.wb-header__inner{flex-wrap:wrap}.wb-nav{order:4;flex-basis:100%;margin-inline:0;display:none;padding-bottom:12px}.wb-nav.is-open{display:block}.wb-nav__list,.wb-nav ul{flex-direction:column;align-items:stretch;gap:2px}.wb-nav a{padding:10px 12px;border-radius:var(--wb-radius-sm);font-size:14px}.wb-nav a:hover{background:var(--wb-surface-2)}.wb-nav .current-menu-item>a::after,.wb-nav .current_page_item>a::after,.wb-nav .wb-nav__link--active::after{display:none}.wb-nav .current-menu-item>a,.wb-nav .current_page_item>a,.wb-nav .wb-nav__link--active{background:rgb(124 58 237 / .1);color:var(--wb-text)}.wb-nav ul ul{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:#fff0;padding:0 0 0 14px}.wb-header__actions{margin-left:auto;order:2}}@media (max-width:820px){:root{--wb-gutter:18px}.wb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wb-hero__text{max-width:100%}.wb-hero--compact .wb-hero__inner{min-height:130px}.wb-featured{grid-template-columns:minmax(0,1fr)}.wb-featured__media{height:auto;min-height:0;aspect-ratio:16 / 8}.wb-featured__body{padding:18px 20px 22px}.wb-card--wide{flex-direction:column}.wb-card--wide .wb-card__media{width:100%;aspect-ratio:var(--wb-ratio-card)}.wb-post__body{padding:22px 20px 26px}.wb-comments{padding:20px 18px 22px}.wb-footer__inner{flex-direction:column;text-align:center;gap:12px}.wb-footer__nav ul{flex-wrap:wrap;justify-content:center;gap:16px}}@media (max-width:620px){body{font-size:14.5px}.wb-header-search{display:none}.wb-grid,.wb-sidebar{grid-template-columns:minmax(0,1fr);display:grid}.wb-hero__inner{padding-block:22px;gap:16px}.wb-hero__title{font-size:26px}.wb-hero__subtitle{font-size:13.5px}:root{--wb-ratio-card:16 / 9}.wb-postnav{grid-template-columns:minmax(0,1fr)}.wb-postnav__item--next{text-align:left}.wb-cats{grid-template-columns:repeat(2,minmax(0,1fr))}.wb-comments .comment-list ol.children{margin-left:12px}}@media (max-width:600px){.wb-hero{aspect-ratio:4 / 3;background-image:url(/blog/wp-content/themes/whereiswaldo-blog/assets/img/hero-mobile.webp);background-position:center center}.wb-hero::before{background:linear-gradient(180deg,rgb(255 255 255 / .55) 0%,rgb(255 255 255 / .82) 26%,rgb(255 255 255 / .82) 74%,rgb(255 255 255 / .55) 100%)}.wb-hero__inner{justify-content:center}}@media (max-width:520px){.wb-brand{font-size:13.5px}.wb-header__inner{gap:10px}.wb-header__actions{gap:8px}.wb-btn--cta{padding:9px 10px}.wb-btn--cta .wb-btn__label{display:none}.wb-btn--cta svg{width:16px;height:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}@media print{.wb-header,.wb-hero,.wb-sidebar,.wb-footer,.wb-postnav,.wb-comments{display:none!important}body{background:#fff;color:#000}.wb-post,.wb-prose{background:none;border:0;color:#000}}