@font-face{font-family:"Outfit";font-style:normal;font-weight:400;font-display:swap;src:url("/assets/fonts/outfit-400.woff2") format("woff2")}
@font-face{font-family:"Outfit";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/fonts/outfit-600.woff2") format("woff2")}
:root{color-scheme:light;--background:#fff;--surface:#fff;--ink:#111;--muted:#676767;--line:#e8e8e8;--soft:#f5f5f5;--tray:#111;--green:#238b4b}
*{box-sizing:border-box;margin:0;padding:0}
html{background:var(--background)}
body{min-height:100vh;color:var(--ink);background:var(--background);font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.4;-webkit-font-smoothing:antialiased}
button,a{font:inherit}
button{color:inherit}
.browser-guide{display:flex;width:100%;max-width:430px;min-height:100dvh;margin:0 auto;padding:18px 20px calc(28px + env(safe-area-inset-bottom));flex-direction:column;background:#fff}
.browser-guide__pointer{position:relative;height:210px;flex:0 0 210px}
.browser-guide__menu{position:absolute;top:0;right:0;display:grid;width:70px;height:48px;place-items:center;border:2px solid var(--ink);border-radius:999px;background:#fff;font-size:1.45rem;font-weight:600;letter-spacing:.12em;line-height:1}
.browser-guide__arrow{position:absolute;top:46px;right:52px;font-size:7.5rem;font-weight:400;line-height:1;transform:rotate(-5deg)}
.browser-guide__content{margin-top:auto}
.browser-guide h1{max-width:9ch;font-size:2.65rem;font-weight:600;line-height:.98;letter-spacing:-.045em}
.browser-guide__steps{display:flex;margin-top:32px;flex-direction:column;gap:14px;list-style:none}
.browser-guide__steps li{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:11px}
.browser-guide__steps li>span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff;background:var(--ink);font-size:.82rem;font-weight:600}
.browser-guide__steps p{padding-top:5px;font-size:1rem;line-height:1.3}
.browser-guide__steps strong{font-weight:600}
.browser-guide__support{max-width:29ch;margin-top:24px;color:var(--muted);font-size:.92rem;line-height:1.4}
.browser-guide__continue{display:inline-flex;width:max-content;min-height:44px;margin-top:22px;padding:6px 0;align-items:center;border:0;color:var(--muted);background:transparent;font-size:.82rem;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.browser-guide__continue:focus-visible{outline:2px solid var(--ink);outline-offset:4px}
body[data-browser-guide="active"]{overflow:hidden}
body[data-browser-guide="active"] .storefront,body[data-browser-guide="active"] .saved-tray,body[data-browser-guide="active"] .save-toast{display:none!important}
.storefront{display:flex;width:100%;max-width:430px;min-height:100vh;margin:0 auto;padding:24px 16px calc(104px + env(safe-area-inset-bottom));flex-direction:column}
.storefront__header{margin-bottom:28px}
.storefront__identity{display:flex;align-items:center;gap:12px}
.storefront__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover}
.storefront__eyebrow{margin-bottom:3px;color:var(--muted);font-size:.78rem;line-height:1.2}
.storefront__eyebrow:empty{display:none}
.storefront h1{max-width:18ch;font-size:2rem;font-weight:600;line-height:1.05;letter-spacing:-.035em}
.storefront__sections{display:flex;flex-direction:column;gap:32px}
.storefront__section h2{margin-bottom:12px;font-size:1.08rem;font-weight:600;letter-spacing:-.015em}
.storefront__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px 12px}
.product{display:flex;min-width:0;flex-direction:column;background:var(--surface)}
.product__link{display:flex;min-width:0;flex-direction:column;color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}
.product__link:focus-visible,.product__save:focus-visible,.saved-tray__button:focus-visible,.saved-links__button:focus-visible,.saved-links__close:focus-visible,.saved-item__link:focus-visible,.saved-item__remove:focus-visible,.app-store__close:focus-visible,.app-store__option:focus-visible{outline:2px solid var(--ink);outline-offset:3px}
.product__visual{display:grid;overflow:hidden;aspect-ratio:1;place-items:center;border-radius:16px;background:var(--soft)}
.product__image{display:block;width:100%;height:100%;object-fit:cover}
.product--partner .product__image{padding:8%;background:#fff;object-fit:contain;transform:scale(1.24)}
.product--wakeup .product__image{padding:0;object-fit:cover}
.product__body{display:flex;min-width:0;padding:11px 2px 5px;flex-direction:column;align-items:flex-start}
.product__eyebrow{margin-bottom:3px;color:var(--muted);font-size:.7rem;text-transform:uppercase}
.product__title{font-size:1rem;font-weight:600;line-height:1.18;letter-spacing:-.01em;overflow-wrap:anywhere}
.product__cta{margin-top:6px;color:var(--muted);font-size:.8rem;line-height:1.2}
.product__save{display:flex;width:max-content;max-width:100%;min-height:44px;padding:8px 2px;align-items:center;justify-content:flex-start;gap:7px;border:0;border-radius:10px;color:var(--muted);background:transparent;font-size:.8rem;cursor:pointer;-webkit-tap-highlight-color:transparent}
.product__save:active{opacity:.55}
.product__save.is-saved{color:var(--ink);background:transparent;font-weight:600}
.product__save-icon{width:14px;height:16px;overflow:visible;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45}
.product__save.is-saved .product__save-icon{fill:currentColor}
.product[data-type="app"]{display:grid;grid-column:1/-1;grid-template-columns:minmax(0,1fr);align-items:center;padding-bottom:16px;border-bottom:1px solid var(--line)}
.product[data-type="app"] .product__link{display:grid;grid-column:1;grid-row:1;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:14px}
.product[data-type="app"] .product__visual{display:block;width:68px;height:68px;aspect-ratio:auto;overflow:visible;border-radius:0;background:transparent}
.product[data-type="app"] .product__image{width:68px;height:68px;border-radius:16px;object-fit:cover}
.product[data-type="app"] .product__body{padding:0}
.product[data-type="app"] .product__title{font-size:1.05rem}
.product[data-type="app"] .product__cta{color:var(--ink);font-size:.82rem}
.product[data-type="app"] .product__save{display:grid;grid-column:2;grid-row:1;width:44px;height:44px;min-height:44px;padding:0;place-items:center;border-radius:50%}
.product[data-type="app"] .product__save-icon{width:16px;height:18px}
.product[data-type="app"] .product__save-label{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
.storefront__empty{padding:20px 0;color:var(--muted);text-align:center}
.storefront__footer{margin-top:auto;padding-top:38px;color:var(--muted);font-size:.76rem;text-align:center}
.storefront__footer a{color:inherit;text-underline-offset:3px}
.saved-tray{position:fixed;z-index:10;right:max(14px,calc((100vw - 430px)/2 + 14px));bottom:max(14px,env(safe-area-inset-bottom));width:max-content;border:0;border-radius:999px;color:#fff;background:var(--tray);box-shadow:0 7px 18px rgba(0,0,0,.14)}
.saved-tray__button{display:flex;min-height:48px;padding:0 12px 0 14px;align-items:center;gap:8px;border:0;border-radius:999px;color:#fff;background:transparent;font-size:.82rem;font-weight:600;cursor:pointer}
.saved-tray__icon{width:14px;height:16px;fill:currentColor;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35}
.saved-tray__count{display:grid;min-width:22px;height:22px;padding-inline:5px;place-items:center;border-radius:999px;color:var(--ink);background:#fff;font-size:.72rem;line-height:1}
.saved-links{position:fixed;inset:auto 0 0;width:min(100%,430px);max-width:none;max-height:min(86dvh,700px);margin:auto;padding:0;border:0;border-radius:24px 24px 0 0;color:var(--ink);background:#fff}
.saved-links::backdrop,.app-store::backdrop{background:rgba(0,0,0,.42)}
.saved-links__inner{display:flex;max-height:min(86dvh,700px);padding:22px 16px calc(16px + env(safe-area-inset-bottom));flex-direction:column}
.saved-links__header{position:relative;padding-right:48px}
.saved-links__header h2{font-size:1.35rem;font-weight:600;line-height:1.1;letter-spacing:-.02em}
.saved-links__header p{margin-top:6px;color:var(--muted);font-size:.88rem}
.saved-links__close,.app-store__close{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;color:var(--ink);background:var(--soft);font-size:1.3rem;cursor:pointer}
.saved-links__close{position:absolute;top:-8px;right:0}
.saved-links__list{display:flex;min-height:0;margin:18px 0;overflow:auto;flex-direction:column;list-style:none;overscroll-behavior:contain}
.saved-links__empty{margin:28px 0;color:var(--muted);font-size:.9rem;text-align:center}
.saved-item{display:flex;min-width:0;align-items:center;border-bottom:1px solid var(--line)}
.saved-item__link{display:flex;min-width:0;min-height:76px;padding:10px 0;flex:1;align-items:center;gap:12px;color:inherit;text-decoration:none}
.saved-item__image{width:56px;height:56px;flex:0 0 56px;border-radius:12px;background:#fff;object-fit:cover}
.saved-item__image--peak{object-fit:contain}
.saved-item__text{display:flex;min-width:0;flex-direction:column;gap:3px}
.saved-item__text strong{font-size:.9rem;line-height:1.2}
.saved-item__text span{color:var(--muted);font-size:.76rem}
.saved-item__remove{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border:0;border-radius:50%;color:var(--muted);background:transparent;font-size:1.25rem;cursor:pointer}
.saved-item__remove:active{background:var(--soft)}
.saved-links__actions{display:grid;grid-template-columns:1fr;gap:9px}
.saved-links__button{display:flex;min-height:50px;padding:12px 15px;align-items:center;justify-content:center;border:1px solid var(--ink);border-radius:12px;color:var(--ink);background:#fff;font-size:.86rem;font-weight:600;text-decoration:none;cursor:pointer}
.app-store{position:fixed;inset:auto 0 0;width:min(100%,430px);max-width:none;margin:auto;padding:0;border:0;border-radius:24px 24px 0 0;color:var(--ink);background:#fff}
.app-store__inner{position:relative;padding:22px 16px calc(18px + env(safe-area-inset-bottom))}
.app-store__close{position:absolute;top:18px;right:16px}
.app-store__app{display:flex;padding-right:52px;align-items:center;gap:12px}
.app-store__icon{width:58px;height:58px;border-radius:14px;object-fit:cover}
.app-store__app strong{font-size:1rem}
.app-store h2{margin-top:22px;font-size:1.35rem;line-height:1.1;letter-spacing:-.02em}
.app-store__device{margin-top:6px;color:var(--muted);font-size:.86rem}
.app-store__options{display:grid;margin-top:16px;gap:9px}
.app-store__option{display:flex;min-height:54px;padding:11px 14px;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:12px;color:var(--ink);background:#fff;text-decoration:none}
.app-store__option span{color:var(--muted);font-size:.74rem}
.app-store__option.is-recommended{border-color:var(--ink);color:#fff;background:var(--ink)}
.app-store__option.is-recommended span{color:#fff}
.app-store__empty{margin-top:18px;padding:14px;border-radius:12px;color:var(--muted);background:var(--soft);font-size:.86rem}
.save-toast{position:fixed;z-index:20;right:16px;bottom:calc(76px + env(safe-area-inset-bottom));left:16px;width:max-content;max-width:calc(100% - 32px);margin:auto;padding:10px 14px;border-radius:999px;color:#fff;background:var(--tray);box-shadow:0 8px 24px rgba(0,0,0,.16);font-size:.78rem;opacity:0;transform:translateY(5px);transition:opacity .18s ease,transform .18s ease}
.save-toast.is-visible{opacity:1;transform:translateY(0)}
[hidden]{display:none!important}
@media (hover:hover){.product__link:hover .product__cta{color:var(--ink)}.product__save:hover{color:var(--ink)}.saved-item__remove:hover{background:var(--soft)}.saved-links__button:hover,.app-store__option:hover{border-color:var(--ink)}}
@media (min-width:560px){body{background:#fafafa}.browser-guide,.storefront{background:#fff}.storefront{min-height:100dvh;padding-top:34px}.saved-links__inner{padding-inline:20px}}
@media (max-width:350px){.storefront{padding-inline:12px}.storefront__list{gap:16px 10px}.storefront h1{font-size:1.85rem}.product[data-type="app"] .product__link{grid-template-columns:60px minmax(0,1fr);gap:12px}.product[data-type="app"] .product__visual,.product[data-type="app"] .product__image{width:60px;height:60px}.product__title{font-size:.94rem}.product__cta,.product__save{font-size:.76rem}}
@media (prefers-reduced-motion:reduce){.save-toast{transition:none}}
