:root{--app-bg:#050705;--surface:#0d120f;--surface-soft:#0d120fc7;--text-primary:#edefe2;--text-secondary:#aeb7ab;--text-muted:#798274;--line:#edefe21f;--accent:#edefe2;--success:#00d992;--warning:#edefe2;--nav-bg:#286d3f;--shadow-soft:0 16px 45px #0000005c;--shadow-nav:0 16px 38px #00000061;--page-max-width:1440px;--mobile-content-width:430px;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--text-primary);background:var(--app-bg);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}*{box-sizing:border-box}html{background:var(--app-bg)}body{background:var(--app-bg);min-width:320px;min-height:100svh;margin:0}button,input{font:inherit}button{cursor:pointer;border:0}#root{min-height:100svh}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{height:100svh;width:min(100%, var(--page-max-width));flex-direction:column;margin:0 auto;padding:22px clamp(12px,3vw,28px) 0;display:flex;overflow:hidden}.home-header{background:unset;background-color:unset;-webkit-backdrop-filter:none;backdrop-filter:none;background-image:none;flex:none;gap:16px;padding:0 0 18px;display:grid;position:static}.search-bar{border:1px solid var(--line);background:var(--surface-soft);border-radius:999px;align-items:center;width:min(84%,354px);height:41px;margin:0 auto;display:flex;position:relative;box-shadow:inset 0 1px 3px #edefe20f,0 10px 24px #0000003d}.search-bar input{width:100%;height:100%;color:var(--text-primary);background:0 0;border:0;outline:0;padding:0 54px 0 22px;font-size:16px}.search-bar input::placeholder{color:var(--text-muted)}.search-bar .icon{fill:none;width:23px;height:23px;stroke:var(--accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;position:absolute;right:15px}.filter-tabs{scrollbar-width:none;gap:10px;width:100%;margin-top:-8px;padding:9px 2px 2px;display:flex;overflow-x:auto}.filter-tabs::-webkit-scrollbar{display:none}.filter-tabs.is-even{gap:0;padding-inline:0}.filter-tabs.is-even .filter-tab{border-radius:0;flex:1 1 0;min-width:0}.filter-tabs.is-even .filter-tab:first-child{border-radius:999px 0 0 999px}.filter-tabs.is-even .filter-tab:last-child{border-radius:0 999px 999px 0}.filter-tab{min-width:88px;height:29px;color:var(--text-secondary);white-space:nowrap;background:#286d3f3d;border-radius:999px;flex:none;padding:0 20px;font-size:13px;transition:color .16s,background .16s,box-shadow .16s;position:relative}.filter-tab.is-active{color:var(--accent);box-shadow:none;background:#d76035}.tab-badge{color:#286d3f;background:var(--accent);border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:inline-grid;position:absolute;top:-8px;right:6px}.tab-badge.warning{color:#286d3f;background:var(--warning)}.tab-badge.success{color:#042017;background:var(--success)}.gallery-grid{--gallery-card-height:294px;--gallery-card-width:172px;min-height:0;padding-bottom:calc(118px + env(safe-area-inset-bottom));scrollbar-width:none;-ms-overflow-style:none;flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;align-items:start;gap:14px 12px;display:grid;overflow-y:auto}.gallery-grid::-webkit-scrollbar{width:0;height:0;display:none}.gallery-card{height:var(--gallery-card-height);background:var(--surface);border-radius:7.5px;min-height:0;overflow:hidden}.agent-card{flex-direction:column;display:flex}.text-card{cursor:pointer;background:linear-gradient(#111711 0%,#0d120f 100%);box-shadow:0 10px 28px #18181b0f}.text-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.text-card.is-tall-card{height:360px}.card-media{object-fit:cover;flex:none;width:100%;height:104px;margin:0;display:block}.card-media.is-square{aspect-ratio:1;height:auto}.card-media-placeholder{color:var(--accent);text-align:center;background:linear-gradient(135deg,#286d3f80,#edefe214),#111711;place-items:center;padding:10px;font-size:13px;font-weight:800;display:grid}.text-card .agent-body{flex-direction:column;flex:auto;gap:6px;min-height:0;padding:10px;display:flex}.text-card .agent-body h1{text-overflow:unset;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;line-height:1.12;display:-webkit-box;overflow:hidden}.content-label{color:#edefe2;background:#286d3fc7;border-radius:999px;width:fit-content;padding:3px 7px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.content-details{gap:3px;display:grid;overflow:hidden}.content-details span{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.35;display:-webkit-box;overflow:hidden}.empty-state{height:180px;color:var(--text-secondary);background:var(--surface-soft);align-content:center;gap:8px;padding:20px;display:grid}.empty-state h1{color:var(--text-primary);margin:0;font-size:18px}.empty-state p{margin:0;font-size:13px}.detail-modal-backdrop{z-index:60;background:#000000ad;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.detail-modal-dialog{background:var(--surface);border-radius:22px;width:min(430px,100vw - 44px);max-height:calc(100svh - 44px);position:relative;overflow-y:auto;box-shadow:0 22px 72px #00000057}.detail-modal-dialog.is-restaurant-detail{width:min(640px,100vw - 44px)}.detail-modal-dialog.is-signature-dish-detail{min-height:min(520px,100svh - 44px)}.detail-modal-dialog .card-media{border-radius:0;width:100%;margin:0}.detail-modal-dialog .card-media.is-square{height:auto}.detail-modal-dialog.is-restaurant-detail .card-media{height:240px}.detail-modal-close{z-index:1;width:34px;height:34px;color:var(--accent);background:#286d3fe6;border-radius:50%;place-items:center;font-size:22px;line-height:1;display:grid;position:absolute;top:24px;right:24px}.detail-modal-body{gap:10px;padding:14px 16px 20px;display:grid}.detail-modal-body h2{color:var(--text-primary);letter-spacing:-.04em;margin:0;font-size:22px;font-weight:900;line-height:1.08}.detail-modal-details span{-webkit-line-clamp:unset;display:block;overflow:visible}.detail-info-row{background:#edefe214;border-radius:12px;gap:4px;padding:9px 10px;display:grid}.detail-info-row strong{color:var(--accent);font-size:12px;line-height:1.2}.detail-info-row span{color:var(--text-secondary);font-size:13px;font-weight:600;line-height:1.55}.detail-modal-dialog.is-restaurant-detail .detail-modal-body{gap:12px;padding:18px 22px 24px}.detail-modal-dialog.is-restaurant-detail .detail-info-row{gap:6px;padding:12px 14px}.detail-modal-dialog.is-restaurant-detail .detail-info-row span{font-size:14px;line-height:1.65}.detail-modal-body p{color:var(--text-secondary);margin:0;font-size:14px;font-weight:600;line-height:1.65}.agent-body{flex-direction:column;flex:auto;gap:5px;padding:8px;display:flex}.agent-body h1{max-width:100%;color:var(--text-primary);letter-spacing:-.04em;text-overflow:ellipsis;text-shadow:none;white-space:nowrap;margin:0;font-size:20px;font-weight:900;line-height:1;overflow:hidden}.agent-stats{color:var(--text-secondary);justify-content:flex-end;align-self:flex-end;gap:14px;margin-top:auto;padding-top:10px;font-size:12px;display:flex}.agent-stats span{align-items:center;gap:3px;display:inline-flex}.stat-icon{background:currentColor;width:15px;height:15px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.stat-icon.send{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.8077%2011.0005L7.98569%2013.1685C8.11932%2013.3054%208.2864%2013.4051%208.47039%2013.4577C8.65438%2013.5103%208.84891%2013.5139%209.03473%2013.4682C9.22171%2013.4247%209.39436%2013.3339%209.53608%2013.2044C9.67781%2013.0749%209.78384%2012.9112%209.84398%2012.7289L13.4207%202.00876C13.4954%201.8079%2013.5108%201.58983%2013.4651%201.38047C13.4194%201.1711%2013.3146%200.979261%2013.1631%200.827739C13.0116%200.676216%2012.8197%200.571388%2012.6104%200.525714C12.401%200.48004%2012.1829%200.495441%2011.9821%200.570087L1.26189%204.14679C1.07331%204.2112%200.905357%204.32481%200.775383%204.47586C0.645409%204.62691%200.55813%204.80993%200.522568%205.006C0.485861%205.18433%200.494032%205.36898%200.546348%205.54337C0.598664%205.71775%200.693485%205.87641%200.822292%206.00508L3.55977%208.74256L3.46985%2012.2094L5.8077%2011.0005Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.1011%200.789795L3.55981%208.74247'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.8077%2011.0005L7.98569%2013.1685C8.11932%2013.3054%208.2864%2013.4051%208.47039%2013.4577C8.65438%2013.5103%208.84891%2013.5139%209.03473%2013.4682C9.22171%2013.4247%209.39436%2013.3339%209.53608%2013.2044C9.67781%2013.0749%209.78384%2012.9112%209.84398%2012.7289L13.4207%202.00876C13.4954%201.8079%2013.5108%201.58983%2013.4651%201.38047C13.4194%201.1711%2013.3146%200.979261%2013.1631%200.827739C13.0116%200.676216%2012.8197%200.571388%2012.6104%200.525714C12.401%200.48004%2012.1829%200.495441%2011.9821%200.570087L1.26189%204.14679C1.07331%204.2112%200.905357%204.32481%200.775383%204.47586C0.645409%204.62691%200.55813%204.80993%200.522568%205.006C0.485861%205.18433%200.494032%205.36898%200.546348%205.54337C0.598664%205.71775%200.693485%205.87641%200.822292%206.00508L3.55977%208.74256L3.46985%2012.2094L5.8077%2011.0005Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.1011%200.789795L3.55981%208.74247'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.stat-icon.like{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.0041%2012.3826L1.52973%207.42397C-1.44548%204.44876%202.92807%20-1.26363%207.0041%203.35785C11.0801%20-1.26363%2015.4339%204.4686%2012.4785%207.42397L7.0041%2012.3826Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.0041%2012.3826L1.52973%207.42397C-1.44548%204.44876%202.92807%20-1.26363%207.0041%203.35785C11.0801%20-1.26363%2015.4339%204.4686%2012.4785%207.42397L7.0041%2012.3826Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.placeholder-card{position:relative}.placeholder-card:after{background:linear-gradient(90deg, transparent, #edefe20a, transparent), var(--surface);content:"";position:absolute;inset:0}.floating-nav{right:50%;bottom:max(20px, env(safe-area-inset-bottom));z-index:30;justify-content:center;align-items:center;gap:12px;width:min(398px,100vw - 48px);height:72px;display:flex;position:fixed;transform:translate(50%)}.nav-panel{background:var(--nav-bg);min-width:0;max-width:304px;height:64px;box-shadow:var(--shadow-nav);border:1px solid #edefe21f;border-radius:999px;flex:auto;justify-content:space-between;align-items:center;padding:4px;display:flex}.nav-item{min-width:0;height:56px;color:var(--accent);background:0 0;border-radius:999px;flex:1 1 0;place-items:center;font-size:12px;line-height:1;display:grid}.nav-item.is-active{color:var(--accent);background:#d76035}.nav-item:not(.is-active){color:#edefe2d1}.nav-action{width:64px;height:64px;color:var(--accent);background:var(--nav-bg);box-shadow:var(--shadow-nav);border:1px solid #edefe21f;border-radius:50%;flex:0 0 64px;place-items:center;display:grid}.nav-action .nav-icon{width:24px;height:24px}.nav-icon{background:currentColor;width:21px;height:21px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.nav-icon.agents{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_202_4)'%3e%3cpath%20d='M5.5%206C6.88071%206%208%204.88071%208%203.5C8%202.11929%206.88071%201%205.5%201C4.11929%201%203%202.11929%203%203.5C3%204.88071%204.11929%206%205.5%206Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1%2013.0001H5.5H10V12.458C9.99204%2011.6958%209.79102%2010.948%209.41573%2010.2846C9.04043%209.62112%208.5031%209.06362%207.85393%208.66413C7.20475%208.26463%206.46491%208.0362%205.70352%208.00015C5.63564%207.99694%205.56778%207.99526%205.5%207.99512C5.43222%207.99526%205.36436%207.99694%205.29648%208.00015C4.53509%208.0362%203.79525%208.26463%203.14607%208.66413C2.4969%209.06362%201.95957%209.62112%201.58427%2010.2846C1.20898%2010.948%201.00796%2011.6958%201%2012.458V13.0001Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.5%206C10.8807%206%2012%204.88071%2012%203.5C12%202.11929%2010.8807%201%209.5%201'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2013H14V12.4578C13.992%2011.6956%2013.791%2010.9478%2013.4157%2010.2844C13.0404%209.62088%2012.5031%209.0634%2011.8539%208.66391C11.4343%208.40566%2010.9767%208.2189%2010.5%208.10938'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_202_4'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_202_4)'%3e%3cpath%20d='M5.5%206C6.88071%206%208%204.88071%208%203.5C8%202.11929%206.88071%201%205.5%201C4.11929%201%203%202.11929%203%203.5C3%204.88071%204.11929%206%205.5%206Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1%2013.0001H5.5H10V12.458C9.99204%2011.6958%209.79102%2010.948%209.41573%2010.2846C9.04043%209.62112%208.5031%209.06362%207.85393%208.66413C7.20475%208.26463%206.46491%208.0362%205.70352%208.00015C5.63564%207.99694%205.56778%207.99526%205.5%207.99512C5.43222%207.99526%205.36436%207.99694%205.29648%208.00015C4.53509%208.0362%203.79525%208.26463%203.14607%208.66413C2.4969%209.06362%201.95957%209.62112%201.58427%2010.2846C1.20898%2010.948%201.00796%2011.6958%201%2012.458V13.0001Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.5%206C10.8807%206%2012%204.88071%2012%203.5C12%202.11929%2010.8807%201%209.5%201'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2013H14V12.4578C13.992%2011.6956%2013.791%2010.9478%2013.4157%2010.2844C13.0404%209.62088%2012.5031%209.0634%2011.8539%208.66391C11.4343%208.40566%2010.9767%208.2189%2010.5%208.10938'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_202_4'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.nav-icon.abilities{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%203C8.72391%203%2010.3772%203.68482%2011.5962%204.90381C12.8152%206.12279%2013.5%207.77609%2013.5%209.5C13.5%209.76522%2013.3946%2010.0196%2013.2071%2010.2071C13.0196%2010.3946%2012.7652%2010.5%2012.5%2010.5H1.5C1.23478%2010.5%200.98043%2010.3946%200.792893%2010.2071C0.605357%2010.0196%200.5%209.76522%200.5%209.5C0.5%207.77609%201.18482%206.12279%202.40381%204.90381C3.62279%203.68482%205.27609%203%207%203Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%203V1.5'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M0.5%2012.5H13.5'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%203C8.72391%203%2010.3772%203.68482%2011.5962%204.90381C12.8152%206.12279%2013.5%207.77609%2013.5%209.5C13.5%209.76522%2013.3946%2010.0196%2013.2071%2010.2071C13.0196%2010.3946%2012.7652%2010.5%2012.5%2010.5H1.5C1.23478%2010.5%200.98043%2010.3946%200.792893%2010.2071C0.605357%2010.0196%200.5%209.76522%200.5%209.5C0.5%207.77609%201.18482%206.12279%202.40381%204.90381C3.62279%203.68482%205.27609%203%207%203Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%203V1.5'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M0.5%2012.5H13.5'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.nav-icon.profile{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1_7809)'%3e%3cpath%20d='M7%208C8.38071%208%209.5%206.88071%209.5%205.5C9.5%204.11929%208.38071%203%207%203C5.61929%203%204.5%204.11929%204.5%205.5C4.5%206.88071%205.61929%208%207%208Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2.72998%2011.9C3.17622%2011.1675%203.80339%2010.5621%204.55119%2010.1421C5.29899%209.72198%206.14227%209.50134%206.99998%209.50134C7.85769%209.50134%208.70097%209.72198%209.44877%2010.1421C10.1966%2010.5621%2010.8237%2011.1675%2011.27%2011.9'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%2013.5C10.5899%2013.5%2013.5%2010.5899%2013.5%207C13.5%203.41015%2010.5899%200.5%207%200.5C3.41015%200.5%200.5%203.41015%200.5%207C0.5%2010.5899%203.41015%2013.5%207%2013.5Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_7809'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1_7809)'%3e%3cpath%20d='M7%208C8.38071%208%209.5%206.88071%209.5%205.5C9.5%204.11929%208.38071%203%207%203C5.61929%203%204.5%204.11929%204.5%205.5C4.5%206.88071%205.61929%208%207%208Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2.72998%2011.9C3.17622%2011.1675%203.80339%2010.5621%204.55119%2010.1421C5.29899%209.72198%206.14227%209.50134%206.99998%209.50134C7.85769%209.50134%208.70097%209.72198%209.44877%2010.1421C10.1966%2010.5621%2010.8237%2011.1675%2011.27%2011.9'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%2013.5C10.5899%2013.5%2013.5%2010.5899%2013.5%207C13.5%203.41015%2010.5899%200.5%207%200.5C3.41015%200.5%200.5%203.41015%200.5%207C0.5%2010.5899%203.41015%2013.5%207%2013.5Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_7809'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.nav-icon.add{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1_6197)'%3e%3cpath%20d='M7%204V10'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%207H10'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.5%200.5H3.5C1.84315%200.5%200.5%201.84315%200.5%203.5V10.5C0.5%2012.1569%201.84315%2013.5%203.5%2013.5H10.5C12.1569%2013.5%2013.5%2012.1569%2013.5%2010.5V3.5C13.5%201.84315%2012.1569%200.5%2010.5%200.5Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_6197'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1_6197)'%3e%3cpath%20d='M7%204V10'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%207H10'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.5%200.5H3.5C1.84315%200.5%200.5%201.84315%200.5%203.5V10.5C0.5%2012.1569%201.84315%2013.5%203.5%2013.5H10.5C12.1569%2013.5%2013.5%2012.1569%2013.5%2010.5V3.5C13.5%201.84315%2012.1569%200.5%2010.5%200.5Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_6197'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}@media (width>=720px){.app-shell{padding-inline:28px}.gallery-grid{grid-template-columns:repeat(auto-fill, var(--gallery-card-width));gap:18px 16px}}@media (width>=1080px){.app-shell{max-width:var(--page-max-width)}.home-header{border-radius:0 0 28px 28px}}
