:root{--bg: #ffffff;--text: #1a1a1a;--text-dim: #999999;--border: #f5f5f5;--font: "Geist Sans", "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);font-size:15px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}::selection{background:#00000014}body{background:var(--bg);color:var(--text);min-height:100dvh}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}#app{max-width:480px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.main{flex:1}.main:before,.main:after{content:"";position:fixed;left:0;right:0;height:3rem;pointer-events:none;z-index:10}.main:before{top:0;background:linear-gradient(var(--bg),transparent)}.main:after{bottom:0;height:20rem;background:linear-gradient(transparent,var(--bg) 50%)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding-bottom:12vh;gap:.5rem}.watchdog-icon{position:fixed;bottom:.75rem;left:0;width:120px;height:120px;object-fit:contain;opacity:.15;animation:fade-in .5s ease both;cursor:pointer;z-index:20;-webkit-tap-highlight-color:transparent;transition:opacity .2s ease}.watchdog-icon:active{opacity:.25}.watchdog-icon[data-dog="2"]{left:.3rem;bottom:1rem}.watchdog-icon[data-dog="3"]{left:-.25rem;bottom:.4rem}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.feed{padding:3.5rem 1.5rem 16rem}.card{padding:1.25rem 0;animation:fade-in .3s ease both;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .1s ease}.card:active{opacity:.85}.card+.card{border-top:1px solid var(--border)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.card-claim{font-size:.8125rem;line-height:1.45;color:var(--text-dim);margin-bottom:.25rem}.card-text{font-size:.9375rem;line-height:1.5}.card-sources-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.card-sources-wrap.expanded{grid-template-rows:1fr}.card-sources{overflow:hidden;padding-left:.75rem}.card-sources-wrap.expanded .card-sources{padding-top:.75rem}.source-link{display:block;font-size:.75rem;color:var(--text-dim);text-decoration:none;padding:.25rem 0;transition:color .15s ease}.source-link:hover{color:var(--text)}.onboarding{position:fixed;inset:0;z-index:100;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:2rem;animation:fade-in .3s ease both}.onboarding.dismissing{animation:fade-out .3s ease both}.onboarding-inner{max-width:400px;position:relative}.onboarding-title{font-size:1.5rem;margin-bottom:2rem}.onboarding-body{font-size:1.0625rem;line-height:1.7}.onboarding-body p+p{margin-top:1rem}.onboarding-examples{list-style:none;padding:0;margin:.5rem 0 0}.onboarding-examples li{padding:.2rem 0}.onboarding-next{display:block;margin:2rem auto 0;font-size:1.5rem;color:var(--text-dim);padding:.5rem 1rem;transition:color .15s ease}.onboarding-next:hover{color:var(--text)}.onboarding-step{animation:fade-in .3s ease both}.onboarding-step.hidden{display:none}.dog-picker{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.dog-option{padding:0;transition:transform .15s ease,opacity .15s ease}.dog-option:hover{transform:scale(1.05)}.dog-option:active{transform:scale(.97)}.dog-option img{width:140px;height:140px;object-fit:contain}.dog-option-1 img,.dog-option-2 img{width:140px;height:140px}.dog-option-3{margin-top:-.5rem}.toast{position:fixed;bottom:3rem;left:50%;transform:translate(-50%);font-size:.8125rem;color:var(--text-dim);padding:.5rem 1rem;border-radius:6px;background:var(--border);animation:fade-in .2s ease both;z-index:50}.toast.dismissing{animation:fade-out .3s ease both}
