﻿:root{--primary:#5b36f2;--primary-strong:#4930de;--green:#22b455;--blue:#2f80ed;--orange:#ff8a00;--danger:#dc3545;--text:#101828;--muted:#667085;--border:#e5e7eb;--surface:#fff;--surface-soft:#f7f8fc;--canvas:#eef1f7;--lilac-soft:#f3efff;--green-soft:#effaf2;--blue-soft:#eff6ff;--orange-soft:#fff6ec;--shadow-card:0 6px 20px rgba(16,24,40,.07);--shadow-soft:0 2px 10px rgba(16,24,40,.05);--nav-height:70px;--radius:18px;--font:Inter,"SF Pro Display","Segoe UI",Arial,sans-serif;color-scheme:light}
html[data-theme=dark]{--text:#f5f7fb;--muted:#a8b0c0;--border:#2a3140;--surface:#171b24;--surface-soft:#11151d;--canvas:#0c0f15;--lilac-soft:#241d42;--green-soft:#142b21;--blue-soft:#15253a;--orange-soft:#332516;--shadow-card:0 8px 24px rgba(0,0,0,.28);--shadow-soft:0 2px 12px rgba(0,0,0,.2);color-scheme:dark}
*{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--canvas);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}button{border:0;cursor:pointer}button:disabled,[aria-disabled=true]{cursor:not-allowed}.app-shell{position:relative;width:100%;max-width:430px;min-height:100svh;margin:0 auto;background:var(--surface-soft);box-shadow:0 18px 55px rgba(16,24,40,.13);overflow:hidden}.screen{min-height:100svh;padding:0 18px 34px;background:var(--surface-soft)}.screen--nav{padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom) + 28px)}.icon{display:block;width:24px;height:24px;flex:0 0 auto}.statusbar{display:flex;justify-content:space-between;padding:12px 3px 7px;font-size:12px;font-weight:750}.toolbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:52px}.toolbar h1{margin:0;text-align:center;font-size:18px;line-height:1.2}.toolbar-slot{width:44px}.wordmark{border:0;background:none;color:var(--primary);font-size:28px;font-weight:850;letter-spacing:-1.5px;padding:0;text-align:left}.wordmark--hero{display:block;font-size:40px;text-align:center}.icon-btn{display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid var(--border);border-radius:13px;background:var(--surface)}.notification-btn{position:relative}.notification-btn b{position:absolute;top:4px;right:4px;display:grid;min-width:17px;height:17px;padding:0 4px;place-items:center;border:2px solid var(--surface);border-radius:20px;background:var(--danger);color:#fff;font-size:10px}.hero-copy{padding:70px 10px 28px;text-align:center}.hero-copy h1{max-width:300px;margin:18px auto 0;font-size:25px;line-height:1.1}.screen--intro{display:flex;flex-direction:column}.product-list{display:grid;gap:14px}.product-card{position:relative;display:grid;grid-template-columns:78px 1fr auto;gap:16px;align-items:center;width:100%;min-height:136px;padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-align:left;box-shadow:var(--shadow-soft)}.product-card--trip{background:linear-gradient(120deg,var(--lilac-soft),var(--surface))}.product-card--city{background:linear-gradient(120deg,var(--green-soft),var(--surface))}.product-card h2,.product-card p{margin:0}.product-card h2{font-size:19px}.product-card p{margin-top:7px;color:var(--muted);font-size:13px;line-height:1.4}.art-tile{display:grid;width:74px;height:86px;place-items:center;border-radius:16px;background:rgba(91,54,242,.08);color:var(--primary)}.product-card--city .art-tile{background:rgba(34,180,85,.09);color:var(--green)}.badge{display:inline-flex;margin-top:10px;padding:5px 9px;border-radius:20px;background:var(--surface);color:var(--primary);font-size:11px;font-weight:750}.round-arrow,.check{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--green);color:#fff}.round-arrow .icon,.check .icon{width:18px}.availability{margin:auto 0 6px;padding-top:30px;color:var(--muted);text-align:center;font-size:12px}.lead{padding:19px 14px;text-align:center}.lead h2,.lead p{margin:0}.lead p{color:var(--muted);font-size:14px;line-height:1.55}.lead h2{margin-bottom:7px;font-size:22px}.lead--left{text-align:left;padding-left:1px;padding-right:1px}.city-art{position:relative;height:168px;margin:0 0 14px;overflow:hidden;border-radius:22px;background:linear-gradient(160deg,#cfeaff 0 42%,#fff0c9 43% 65%,#b8cfad 66%)}.city-art:after{position:absolute;right:42px;top:26px;width:44px;height:44px;border-radius:50%;background:#ffe98b;content:""}.city-art b{position:absolute;right:0;bottom:12px;left:0;color:rgba(16,24,40,.45);font-size:48px;text-align:center}.city-card{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:76px;margin:10px 0;padding:15px 16px;border:1px solid var(--border);border-radius:16px;background:var(--surface);text-align:left}.city-card strong,.city-card small{display:block}.city-card small{margin-top:5px;color:var(--green)}.city-card.is-selected{border-color:var(--green)}.city-card.is-disabled{opacity:.58}.button-stack{display:grid;gap:10px;margin-top:24px}.button{display:grid;width:100%;min-height:52px;padding:12px 18px;place-items:center;border-radius:14px;font-weight:750;transition:transform .15s,filter .15s}.button:active{transform:scale(.985)}.button.primary{background:linear-gradient(135deg,var(--primary-strong),#7049ff);color:#fff;box-shadow:0 8px 18px rgba(91,54,242,.22)}.button.secondary{border:1px solid #a98ffc;background:var(--surface);color:var(--primary)}.button.light{background:#fff;color:var(--primary)}.button.disabled{background:var(--border);color:var(--muted)}.city-line{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:16px;background:var(--surface);text-align:left}.city-line small,.city-line strong{display:block}.city-line small{color:var(--muted);font-size:11px}.city-line strong{margin-top:5px;font-size:16px}.city-line strong i{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:var(--green)}.mini-city{display:grid;width:72px;height:50px;place-items:center;border-radius:12px;background:linear-gradient(145deg,#cfeaff,#b8cfad);color:rgba(16,24,40,.55);font-weight:850}.access-card{margin-top:11px;padding:15px;border:1px solid rgba(34,180,85,.18);border-radius:16px;background:var(--green-soft)}.access-card strong,.access-card span{display:block}.access-card strong{font-size:13px}.access-card span{margin-top:5px;color:var(--muted);font-size:12px}.progress{height:7px;margin-top:12px;overflow:hidden;border-radius:9px;background:color-mix(in srgb,var(--green) 16%,var(--surface))}.progress i{display:block;height:100%;border-radius:inherit;background:var(--green)}.section-title{display:flex;align-items:flex-end;justify-content:space-between;padding:20px 2px 12px}.section-title small{color:var(--muted)}.section-title h1{margin:4px 0 0;font-size:25px}.weather{padding:8px 11px;border-radius:20px;background:var(--orange-soft);color:#a45d00;font-size:13px;font-weight:750}.feature-list{display:grid;gap:10px}.feature-card{display:grid;grid-template-columns:44px 1fr 22px;gap:12px;align-items:center;width:100%;min-height:79px;padding:12px;border:1px solid var(--border);border-radius:16px;background:var(--surface);text-align:left}.feature-card>span:nth-child(2){min-width:0}.feature-card strong,.feature-card small{display:block}.feature-card strong{font-size:16px}.feature-card small{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.3}.feature-card>.icon{width:19px}.feature-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;color:var(--primary)}.feature-icon .icon{width:21px}.tone-green .feature-icon,.feature-icon.tone-green{background:var(--green-soft);color:var(--green)}.tone-violet .feature-icon,.feature-icon.tone-violet{background:var(--lilac-soft);color:var(--primary)}.tone-orange .feature-icon,.feature-icon.tone-orange{background:var(--orange-soft);color:var(--orange)}.tone-blue .feature-icon,.feature-icon.tone-blue{background:var(--blue-soft);color:var(--blue)}.idea-card{margin-top:16px;padding:20px;border-radius:20px;background:linear-gradient(135deg,#5430ed,#815bff);color:#fff;box-shadow:0 14px 30px rgba(91,54,242,.24)}.idea-card span{font-size:11px;font-weight:800}.idea-card h2{margin:9px 0 2px;font-size:23px}.idea-card p{margin:0 0 16px;font-size:13px;opacity:.88}.bottom-nav{position:fixed;right:auto;bottom:0;left:50%;width:min(100%,430px);transform:translateX(-50%);z-index:20;display:grid;grid-template-columns:repeat(5,1fr);min-height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding:7px 5px env(safe-area-inset-bottom);border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(14px)}.nav-item{display:flex;min-width:0;align-items:center;flex-direction:column;justify-content:center;gap:3px;padding:4px 1px;background:none;color:var(--muted)}.nav-item .icon{width:20px;height:20px}.nav-item span{max-width:100%;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.nav-item.is-active{color:var(--green);font-weight:750}.info-note,.cost-note{margin-top:16px;padding:14px;border:1px dashed var(--border);border-radius:14px;color:var(--muted);font-size:12px;line-height:1.45}.search-field{display:grid;grid-template-columns:24px 1fr 30px;gap:8px;align-items:center;margin:12px 0;padding:0 12px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.search-field input{height:48px;border:0;outline:0;background:none}.search-field button{display:grid;padding:0;place-items:center;background:none}.search-field button .icon{width:18px}.filter-summary{display:flex;align-items:center;width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface);text-align:left}.filter-summary b{margin-left:auto;color:var(--primary);font-size:12px}.filter-summary .icon{width:18px;margin-left:7px}.result-meta{display:flex;justify-content:space-between;margin:16px 1px 10px;color:var(--muted);font-size:12px}.result-list{display:grid;gap:10px}.result-card{position:relative;display:grid;grid-template-columns:1fr 44px;border:1px solid var(--border);border-radius:16px;background:var(--surface);overflow:hidden}.result-main{display:grid;grid-template-columns:92px 1fr;gap:13px;align-items:center;min-width:0;padding:9px;background:none;text-align:left}.result-main>span:last-child{min-width:0}.result-main strong,.result-main small,.result-main em{display:block;overflow:hidden;text-overflow:ellipsis}.result-main strong{font-size:15px;white-space:nowrap}.result-main small{margin-top:5px;color:var(--muted);font-size:11px;white-space:nowrap}.result-main em{margin-top:8px;color:var(--text);font-size:11px;font-style:normal;font-weight:700}.result-image{display:grid;width:92px;height:84px;place-items:center;border-radius:11px;color:rgba(16,24,40,.38)}.result-image b{font-size:22px}.result-image.tone-amber,.tone-amber{background:linear-gradient(145deg,#ffe4b7,#f5b35a)}.result-image.tone-violet,.tone-violet{background:linear-gradient(145deg,#ddd0ff,#9c7dff)}.result-image.tone-blue,.tone-blue{background:linear-gradient(145deg,#cfeaff,#79b9e8)}.result-image.tone-green,.tone-green{background:linear-gradient(145deg,#d8f4df,#84ca91)}.save-btn{display:grid;place-items:center;background:none;color:var(--muted)}.save-btn .icon{width:21px}.save-btn.is-saved{color:var(--orange)}.detail-hero{display:flex;height:230px;margin:0 -18px 20px;padding:16px 18px;align-items:flex-start;justify-content:space-between}.detail-hero>span{align-self:flex-end;color:rgba(16,24,40,.35);font-size:48px;font-weight:850}.floating{border-color:rgba(255,255,255,.65);background:rgba(255,255,255,.8);color:#101828;backdrop-filter:blur(8px)}.detail-body h1{margin:8px 0;font-size:28px}.detail-body>p{color:var(--muted);line-height:1.5}.detail-body dl{margin:20px 0}.detail-body dl div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border)}.detail-body dt{color:var(--muted)}.detail-body dd{margin:0;font-weight:650;text-align:right}.detail-body .button{margin-top:10px}.source{font-size:11px}.tabbar{display:flex;gap:5px;margin:12px 0 18px;padding:4px;border-radius:13px;background:var(--border)}.tabbar button{flex:1;min-height:40px;border-radius:10px;background:transparent;color:var(--muted);font-size:12px}.tabbar button.is-active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-soft);font-weight:750}.tabbar button b{padding:2px 5px;border-radius:8px;background:var(--lilac-soft);color:var(--primary)}.tabbar--scroll{overflow:auto}.tabbar--scroll button{min-width:max-content;padding:0 13px}.builder-card{padding:24px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(145deg,var(--lilac-soft),var(--surface));text-align:center}.builder-card .feature-icon{margin:auto}.builder-card h2{margin:14px 0 7px}.builder-card p{margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.5}.scenario-form{display:grid;gap:18px}.scenario-form fieldset{margin:0;padding:0;border:0}.scenario-form legend{margin-bottom:8px;font-weight:750}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.choice-grid input{position:absolute;opacity:0}.choice-grid span{display:grid;min-height:46px;padding:7px;place-items:center;border:1px solid var(--border);border-radius:12px;background:var(--surface);font-size:12px;text-align:center}.choice-grid input:checked+span{border-color:var(--primary);background:var(--lilac-soft);color:var(--primary);font-weight:750}.scenario-cover{margin:12px 0 20px;padding:24px;border-radius:22px;background:linear-gradient(135deg,#5430ed,#805aff);color:#fff}.scenario-cover>span{font-size:10px;font-weight:800}.scenario-cover h1{margin:10px 0 5px}.scenario-cover p{margin:0;font-size:13px;opacity:.85}.timeline{position:relative;display:grid;gap:0}.timeline:before{position:absolute;top:24px;bottom:24px;left:10px;width:2px;background:var(--border);content:""}.timeline>div{position:relative;display:grid;grid-template-columns:22px 1fr;gap:12px;padding:13px 0}.timeline i{z-index:1;width:20px;height:20px;border:5px solid var(--surface-soft);border-radius:50%}.timeline small,.timeline strong{display:block}.timeline small{color:var(--primary);font-weight:750}.timeline strong{margin-top:3px}.timeline p{margin:4px 0;color:var(--muted);font-size:12px}.scenario-facts{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0 20px}.scenario-facts span{padding:7px 9px;border-radius:10px;background:var(--surface);color:var(--muted);font-size:11px}.saved-list{display:grid;gap:10px;margin-top:15px}.saved-card{display:grid;grid-template-columns:40px 1fr 20px;gap:12px;align-items:center;width:100%;padding:15px;border:1px solid var(--border);border-radius:16px;background:var(--surface);text-align:left}.saved-card>span:first-child{color:var(--primary)}.saved-card strong,.saved-card small,.saved-card em{display:block}.saved-card small,.saved-card em{margin-top:4px;color:var(--muted);font-size:11px;font-style:normal}.state-card{padding:58px 12px;text-align:center}.state-visual{display:grid;width:70px;height:70px;margin:auto;place-items:center;border-radius:50%;background:var(--lilac-soft);color:var(--primary)}.state-card h2{margin:16px 0 6px}.state-card p{margin:0 auto 20px;color:var(--muted);font-size:13px;line-height:1.5}.profile-head{display:flex;gap:14px;align-items:center;padding:18px 2px}.avatar{display:grid;width:60px;height:60px;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--primary),#9d82ff);color:#fff;font-size:24px;font-weight:800}.profile-head h1,.profile-head p{margin:0}.profile-head p{margin-top:4px;color:var(--muted);font-size:12px}.profile-access{padding:17px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.profile-access>div:first-child{display:flex;justify-content:space-between}.profile-access>div strong{color:var(--green)}.profile-access p{margin:9px 0;color:var(--muted);font-size:12px}.profile-access>small{display:block;margin-top:7px;color:var(--muted)}.menu-list{display:grid;margin-top:15px;border:1px solid var(--border);border-radius:18px;background:var(--surface);overflow:hidden}.menu-list button{display:grid;grid-template-columns:24px 1fr 18px;gap:12px;align-items:center;min-height:65px;padding:12px 15px;border-bottom:1px solid var(--border);background:none;text-align:left}.menu-list button:last-child{border-bottom:0}.menu-list>button>.icon:first-child{color:var(--primary)}.menu-list strong,.menu-list small{display:block}.menu-list small{margin-top:3px;color:var(--muted);font-size:11px}.settings-group{margin-top:16px}.settings-group h2{font-size:15px}.theme-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.theme-options input{position:absolute;opacity:0}.theme-options span{display:grid;min-height:82px;padding:10px;place-items:center;border:1px solid var(--border);border-radius:14px;background:var(--surface);font-size:12px}.theme-options input:checked+span{border-color:var(--primary);background:var(--lilac-soft);color:var(--primary)}.switch-row{display:flex;align-items:center;justify-content:space-between;padding:15px;border:1px solid var(--border);border-radius:15px;background:var(--surface)}.switch-row strong,.switch-row small{display:block}.switch-row small{margin-top:4px;color:var(--muted);font-size:11px}.switch-row input{position:absolute;opacity:0}.switch-row i{position:relative;width:46px;height:27px;border-radius:30px;background:var(--border)}.switch-row i:after{position:absolute;top:3px;left:3px;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25);content:"";transition:.2s}.switch-row input:checked+i{background:var(--green)}.switch-row input:checked+i:after{transform:translateX(19px)}.notification-list{display:grid;gap:9px;margin-top:15px}.notification{display:grid;grid-template-columns:28px 1fr;gap:12px;padding:15px;border:1px solid var(--border);border-radius:15px;background:var(--surface)}.notification.is-unread{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));background:var(--lilac-soft)}.notification>.icon{color:var(--primary)}.notification p{margin:5px 0 0;color:var(--muted);font-size:12px}.text-button{display:block;margin:16px auto;padding:10px;background:none;color:var(--primary);font-weight:700}.support-form{display:grid;gap:15px}.support-form label,.sheet label{display:grid;gap:7px;font-size:13px;font-weight:700}.support-form select,.support-form textarea,.sheet select,.sheet input{width:100%;min-height:48px;padding:11px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.support-form textarea{min-height:150px;resize:vertical}.loading-list{display:grid;gap:10px}.loading-list i{height:104px;border-radius:16px;background:linear-gradient(90deg,var(--surface),var(--border),var(--surface));background-size:200% 100%;animation:shimmer 1.3s infinite}.toast{position:fixed;z-index:100;right:16px;bottom:24px;left:16px;max-width:390px;margin:auto;padding:13px 16px;border-radius:13px;background:#101828;color:#fff;font-size:13px;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.25);opacity:0;pointer-events:none;transform:translateY(20px);transition:.2s}.toast.is-visible{opacity:1;transform:none}.dialog-backdrop{position:fixed;z-index:80;inset:0;display:flex;align-items:flex-end;justify-content:center;padding-top:40px;background:rgba(10,15,25,.45)}.sheet{width:100%;max-width:430px;max-height:90svh;padding:18px 18px calc(22px + env(safe-area-inset-bottom));overflow:auto;border-radius:24px 24px 0 0;background:var(--surface-soft);box-shadow:0 -14px 50px rgba(0,0,0,.18)}.sheet header{display:flex;align-items:center;justify-content:space-between}.sheet h2{margin:0}.sheet label{margin-top:14px}.sheet .button-stack{margin-top:20px}.disabled-control{opacity:.55}.disabled-control span{justify-self:start;padding:3px 7px;border-radius:10px;background:var(--lilac-soft);color:var(--primary);font-size:10px}.sheet select{appearance:none}.screen button:focus-visible,.screen input:focus-visible,.screen select:focus-visible,.screen textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 35%,transparent);outline-offset:2px}@keyframes shimmer{to{background-position:-200% 0}}
@media(min-width:600px){body{padding:28px 0}.app-shell{min-height:calc(100svh - 56px);border:1px solid var(--border);border-radius:32px}.screen{min-height:calc(100svh - 56px)}.bottom-nav{bottom:28px;border-radius:0 0 31px 31px}.dialog-backdrop{align-items:center}.sheet{border-radius:24px}}
@media(max-width:350px){.screen{padding-right:14px;padding-left:14px}.product-card{grid-template-columns:62px 1fr;padding:13px}.product-card .round-arrow{display:none}.art-tile{width:60px}.feature-card{grid-template-columns:42px 1fr 18px}.choice-grid{grid-template-columns:1fr}.theme-options{grid-template-columns:1fr 1fr}.result-main{grid-template-columns:76px 1fr}.result-image{width:76px}}

.result-image.has-photo{overflow:hidden;background:var(--border)}
.result-image.has-photo img{display:block;width:100%;height:100%;object-fit:cover}
.detail-hero{position:relative;overflow:hidden}
.detail-hero-image{position:absolute;z-index:0;inset:0;display:block;width:100%;height:100%;object-fit:cover}
.detail-hero.has-photo:after{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(7,16,34,.16),transparent 50%,rgba(7,16,34,.12));content:"";pointer-events:none}
.detail-hero>.icon-btn,.detail-hero>span{position:relative;z-index:2}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.progress-0 i{width:0}.progress-1 i{width:10%}.progress-2 i{width:20%}.progress-3 i{width:30%}.progress-4 i{width:40%}.progress-5 i{width:50%}.progress-6 i{width:60%}.progress-7 i{width:70%}.progress-8 i{width:80%}.progress-9 i{width:90%}.progress-10 i{width:100%}

/* App chrome is supplied by the host webview; keep only Ayda navigation. */
.app-header{padding-top:max(12px,env(safe-area-inset-top))}
.toolbar{min-height:56px}

/* Workspace sections share one neutral card surface in both themes. */
.feature-card.tone-green,
.feature-card.tone-violet,
.feature-card.tone-orange,
.feature-card.tone-blue{background:var(--surface);color:var(--text)}
.feature-card.tone-green>.icon,
.feature-card.tone-violet>.icon,
.feature-card.tone-orange>.icon,
.feature-card.tone-blue>.icon{color:var(--text)}

.google-photo-credit{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px 18px;background:var(--surface);border-bottom:1px solid var(--border);font-size:11px;color:var(--muted)}
.google-photo-credit b{color:var(--text);font-size:12px}.google-photo-credit span{display:inline-flex;align-items:center;gap:4px}.google-photo-credit img{width:20px;height:20px;border-radius:50%;object-fit:cover}.google-photo-credit a{color:inherit;text-decoration:underline;text-underline-offset:2px}

.detail-body a{color:var(--primary);text-decoration:none}.detail-gallery{margin:20px 0}.detail-gallery h2{margin:0 0 10px;font-size:17px}.detail-gallery>div{display:grid;grid-auto-columns:76%;grid-auto-flow:column;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory}.detail-gallery img{width:100%;height:170px;object-fit:cover;border-radius:14px;scroll-snap-align:start}.provider-details{margin:18px 0;padding:15px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.provider-details-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.provider-details-head>div{display:grid;gap:4px}.provider-details-head>a{font-size:11px;text-align:right}.google-maps-attribution{color:var(--text);font-size:14px;line-height:1;font-weight:700;white-space:nowrap}.provider-details dl{margin:10px 0}.provider-details>small{display:block;color:var(--muted);font-size:10px;line-height:1.4}.provider-schedule{margin:10px 0;padding:10px;border-radius:11px;background:var(--surface-soft);font-size:12px}.provider-schedule summary{cursor:pointer;font-weight:700}.provider-schedule p{margin:7px 0 0;color:var(--muted)}
