:root{--bg:#fbf7f2;--surface:#ffffff;--surface-alt:#f5efe7;--border:#e7ded2;--text:#2a2320;--muted:#7c6f64;--brand:#e07a3f;--brand-dark:#c25f28;--brand-soft:#fdf0e6;--lost:#dc2626;--found:#0891b2;--adoption:#16a34a;--radius:14px;--shadow:0 1px 2px rgba(42,35,32,0.06),0 8px 24px rgba(42,35,32,0.06)}*{box-sizing:border-box}body,html{padding:0;margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:1040px;margin:0 auto;padding:0 16px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:500;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header .inner{justify-content:space-between;gap:12px;height:60px}.logo,.site-header .inner{display:flex;align-items:center}.logo{gap:8px;font-weight:800;font-size:1.15rem;white-space:nowrap}.logo-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--brand-soft);border-radius:10px;font-size:1.1rem}.nav{display:flex;align-items:center;gap:6px}.nav a{padding:8px 10px;border-radius:10px;font-size:.92rem;color:var(--muted);font-weight:600}.nav a:hover{background:var(--surface-alt);color:var(--text)}.nav a.cta{background:var(--brand);color:#fff}.nav a.cta:hover{background:var(--brand-dark);color:#fff}@media (max-width:640px){.nav .hide-sm{display:none}.logo{font-size:1rem;gap:6px}.logo-mark{width:30px;height:30px}.nav .only-desktop{display:none}.nav .cta{padding:9px 14px;font-size:.88rem}.site-header .inner{gap:8px}.nav{gap:4px}.nav .icon-link{width:31px;height:31px;font-size:.86rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border-radius:999px;border:1px solid transparent;background:var(--brand);color:#fff;font-size:.95rem;font-weight:650;cursor:pointer;font-family:inherit;transition:background .15s ease,opacity .15s ease}.btn:hover:not(:disabled){background:var(--brand-dark)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn.secondary:hover:not(:disabled){background:var(--surface-alt)}.btn.ghost{background:transparent;color:var(--muted)}.btn.ghost:hover:not(:disabled){background:var(--surface-alt);color:var(--text)}.btn.danger{background:transparent;color:var(--lost);border-color:#f3c5c5}.btn.small{padding:7px 13px;font-size:.85rem}.btn.block{width:100%}.field{margin-bottom:16px}.field label,.label{display:block;font-size:.85rem;font-weight:650;margin-bottom:6px;color:var(--text)}.hint{font-size:.8rem;color:var(--muted);margin-top:5px}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--text);font-size:1rem;font-family:inherit}textarea{resize:vertical;min-height:96px}input:focus,select:focus,textarea:focus{outline:2px solid var(--brand);outline-offset:-1px;border-color:var(--brand)}.row{grid-gap:14px;grid-template-columns:1fr 1fr}.row,.row-3{display:grid;gap:14px}.row-3{grid-gap:14px;grid-template-columns:repeat(3,1fr)}@media (max-width:620px){.row,.row-3{grid-template-columns:1fr}}.checkbox{display:flex;align-items:center;gap:9px;font-size:.92rem;font-weight:500;cursor:pointer}.checkbox input{width:18px;height:18px;accent-color:var(--brand)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.card+.card{margin-top:16px}.card h2{margin:0 0 4px;font-size:1.05rem}.card .section-hint{margin:0 0 16px;color:var(--muted);font-size:.88rem}.alert{padding:11px 14px;border-radius:11px;font-size:.9rem;margin-bottom:14px}.alert.error{background:#fdecec;color:#a12020;border:1px solid #f5cccc}.alert.success{background:#e8f7ee;color:#14663a;border:1px solid #c3e9d3}.alert.info{background:var(--brand-soft);color:#94491c;border:1px solid #f5d8bf}.segmented{display:flex;gap:8px;flex-wrap:wrap}.segmented input{position:absolute;opacity:0;pointer-events:none}.segmented label{display:inline-flex;align-items:center;gap:7px;padding:9px 15px;border:1px solid var(--border);border-radius:999px;background:var(--surface);cursor:pointer;font-size:.9rem;font-weight:600;margin:0}.segmented input:checked+label{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-dark)}.segmented input:focus-visible+label{outline:2px solid var(--brand);outline-offset:2px}.chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{white-space:nowrap;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:.88rem;font-weight:600;color:var(--muted);cursor:pointer;font-family:inherit}.chip.active{background:var(--text);border-color:var(--text);color:#fff}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;font-size:.76rem;font-weight:700;letter-spacing:.01em}.badge.LOST{background:#fdecec;color:var(--lost)}.badge.FOUND{background:#e2f4f8;color:#0e7490}.badge.ADOPTION{background:#e8f7ee;color:#15803d}.badge.distance,.badge.resolved{background:var(--surface-alt);color:var(--muted)}.grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease}.post-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.post-card .thumb{aspect-ratio:4/3;background:var(--surface-alt);position:relative;display:grid;place-items:center;font-size:2.6rem;overflow:hidden}.post-card .thumb img{width:100%;height:100%;object-fit:cover}.post-card .thumb .badge{position:absolute;top:10px;left:10px;background:rgba(255,255,255,.95)}.post-card .body{padding:14px;display:flex;flex-direction:column;gap:6px;flex:1 1}.post-card h3{margin:0;font-size:1rem;line-height:1.3}.post-card .meta{font-size:.83rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:8px}.post-card .excerpt{font-size:.88rem;color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.empty{text-align:center;padding:56px 20px;color:var(--muted)}.empty .emoji{font-size:3rem;margin-bottom:10px}.hero{background:linear-gradient(135deg,#fff4e9,#fdece0);border:1px solid var(--border);border-radius:20px;padding:28px 24px;margin:20px 0}.hero h1{margin:0 0 8px;font-size:1.7rem;line-height:1.2}.hero p{margin:0 0 18px;color:var(--muted);max-width:60ch}@media (max-width:640px){.hero{padding:18px 16px;border-radius:16px;margin:14px 0}.hero h1{font-size:1.32rem}.hero p{font-size:.92rem;margin-bottom:14px}.hero .actions{flex-direction:column;align-items:stretch}.hero .actions .btn{width:100%}.hero .actions .btn.ghost{display:none}}.hero .actions{display:flex;gap:10px;flex-wrap:wrap}.detail-grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:1.25fr 1fr;align-items:start}@media (max-width:860px){.detail-grid{grid-template-columns:1fr}}.gallery{display:grid;grid-gap:10px;gap:10px}.gallery .main{border-radius:var(--radius);overflow:hidden;background:var(--surface-alt);aspect-ratio:4/3;display:grid;place-items:center;font-size:4rem}.gallery .main img{width:100%;height:100%;object-fit:cover}.gallery .thumbs{display:flex;gap:8px;flex-wrap:wrap}.gallery .thumbs button{width:66px;height:66px;padding:0;border-radius:10px;overflow:hidden;border:2px solid transparent;background:none;cursor:pointer}.gallery .thumbs button.active{border-color:var(--brand)}.gallery .thumbs img{width:100%;height:100%;object-fit:cover}.spec-list{display:grid;grid-gap:1px;gap:1px;background:var(--border);border-radius:11px;overflow:hidden}.spec-list div{display:flex;justify-content:space-between;gap:14px;background:var(--surface);padding:10px 14px;font-size:.9rem}.spec-list .k,.spec-list dt{color:var(--muted)}.spec-list .v{font-weight:600;text-align:right}.sighting{border:1px solid var(--border);border-radius:11px;padding:13px 15px;background:var(--surface)}.sighting+.sighting{margin-top:10px}.sighting .who{font-size:.83rem;color:var(--muted);margin-bottom:4px}.map-box{height:300px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--surface-alt)}.map-box.small{height:220px}.leaflet-container{height:100%;width:100%;font:inherit}.map-placeholder{height:100%;display:grid;place-items:center;color:var(--muted);font-size:.9rem}.stack{display:flex;flex-direction:column;gap:14px}.inline{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.spacer{flex:1 1}.page-title{font-size:1.5rem;margin:22px 0 6px}.page-sub{color:var(--muted);margin:0 0 20px}.center-narrow{max-width:440px;margin:40px auto}.footer{text-align:center;font-size:.85rem;padding:40px 16px 90px}.footer,.muted{color:var(--muted)}.small{font-size:.85rem}.photo-preview{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.photo-preview .item{position:relative;width:84px;height:84px;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-preview button{position:absolute;top:3px;right:3px;width:22px;height:22px;border-radius:50%;border:none;background:rgba(0,0,0,.6);color:#fff;cursor:pointer;font-size:.75rem;line-height:1;display:grid;place-items:center}.tabbar{display:none}@media (max-width:640px){.tabbar{position:fixed;bottom:0;left:0;right:0;z-index:600;display:flex;justify-content:space-around;background:rgba(255,255,255,.97);border-top:1px solid var(--border);padding:8px 4px calc(8px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tabbar a{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.68rem;color:var(--muted);font-weight:600;padding:4px 10px}.tabbar a .ic{font-size:1.25rem}.tabbar a.active{color:var(--brand-dark)}}.btn.google{background:var(--surface);color:#3c4043;border-color:#dadce0;font-weight:600}.btn.google:hover:not(:disabled){background:#f8f9fa}.divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--muted);font-size:.82rem}.divider:after,.divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.sound-toggle{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:var(--surface);cursor:pointer;font-size:1rem;display:grid;place-items:center;padding:0;transition:background .15s ease}.sound-toggle:hover{background:var(--surface-alt)}.sound-toggle[aria-pressed=true]{background:var(--brand-soft);border-color:var(--brand)}.thank-you{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:var(--radius);font-size:.95rem;line-height:1.45;margin:16px 0;animation:thank-you-in .45s ease both}.thank-you.success{background:linear-gradient(135deg,#eaf8ef,#e0f4ea);border:1px solid #c3e9d3;color:#14663a}.thank-you.info{background:var(--brand-soft);border:1px solid #f5d8bf;color:#94491c}.thank-you .text{flex:1 1}.thank-you button{border:none;background:transparent;cursor:pointer;color:inherit;opacity:.55;font-size:.9rem;padding:2px 4px;line-height:1}.thank-you button:hover{opacity:1}@keyframes thank-you-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.near-box{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:4px;margin-top:14px;transition:border-color .15s ease,background .15s ease}.near-box.on{border-color:var(--brand);background:var(--brand-soft);padding-bottom:12px}.near-toggle{display:flex;align-items:center;gap:12px;width:100%;background:none;border:0;padding:11px 12px;cursor:pointer;text-align:left;border-radius:12px;font-family:inherit;color:inherit}.near-toggle:disabled{cursor:wait}.near-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.near-toggle .pin{font-size:1.2rem;line-height:1}.near-toggle .txt{flex:1 1;min-width:0;display:grid;grid-gap:1px;gap:1px}.near-toggle .t{font-weight:700;font-size:.92rem}.near-toggle .d{font-size:.8rem;color:var(--muted)}.near-box.on .near-toggle .d{color:var(--brand-dark)}.near-toggle .sw{flex:0 0 auto;width:42px;height:24px;border-radius:999px;background:var(--border);position:relative;transition:background .18s ease}.near-toggle .sw:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,.28);transition:transform .18s ease}.near-toggle[aria-pressed=true] .sw{background:var(--brand)}.near-toggle[aria-pressed=true] .sw:after{transform:translateX(18px)}.near-box .radius-row{display:flex;gap:8px;flex-wrap:wrap;padding:0 12px}.sighting-shots{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px}.sighting-shots img{width:108px;height:108px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.sighting-map{display:inline-block;margin-top:8px;font-size:.82rem;font-weight:600;color:var(--brand-dark);text-decoration:none}.sighting-map:hover{text-decoration:underline}.landing{max-width:880px}.landing-hero{padding:26px 0 8px}.landing-hero .eyebrow{font-size:.74rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--brand-dark);margin:0 0 10px}.landing-hero h1{font-size:clamp(1.8rem,5vw,2.6rem);line-height:1.12;margin:0 0 14px;text-wrap:balance}.landing-hero .lede{font-size:1.05rem;line-height:1.6;color:var(--muted);max-width:62ch;margin:0}.landing-hero .lede strong{color:var(--text)}.get-app{display:flex;flex-wrap:wrap;gap:26px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;margin:26px 0}.qr-box{text-align:center;flex:0 0 auto}.qr-box img{display:block;width:190px;height:190px}.qr-hint{margin:8px 0 0;font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.get-text{flex:1 1 320px;min-width:260px}.get-text h2{margin:0 0 8px;font-size:1.3rem}.get-text p{margin:0 0 14px;line-height:1.6;color:var(--muted)}.get-text p strong{color:var(--text)}.get-text .actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.landing-cols{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.landing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:17px}.landing-card h3{margin:0 0 7px;font-size:1rem}.landing-card p{margin:0;font-size:.9rem;line-height:1.55;color:var(--muted)}.landing-rules{margin:26px 0;padding:20px;background:var(--brand-soft);border:1px solid var(--border);border-radius:var(--radius)}.landing-rules h2{margin:0 0 12px;font-size:1.15rem}.landing-rules p{margin:0 0 10px;line-height:1.6;font-size:.93rem}.landing-more{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:30px}.more-link{display:flex;gap:12px;align-items:center;padding:14px 16px;text-decoration:none;color:inherit;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.more-link:hover{border-color:var(--brand);background:var(--brand-soft)}.more-link>span:first-child{font-size:1.3rem}.more-link strong{display:block;font-size:.93rem}.more-link em{display:block;font-style:normal;font-size:.82rem;color:var(--muted);margin-top:2px}.page-head{padding:22px 0 4px}.howto{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px}.howto>summary{display:flex;align-items:center;gap:12px;padding:15px 17px;cursor:pointer;font-weight:700;list-style:none}.howto>summary::-webkit-details-marker{display:none}.howto>summary:after{content:"›";margin-left:auto;font-size:1.4rem;color:var(--muted);transition:transform .15s ease}.howto[open]>summary:after{transform:rotate(90deg)}.howto .gg{font-size:1.35rem;line-height:1}.howto-body{padding:0 17px 17px 46px}.howto-body p{margin:0 0 11px;line-height:1.6;color:var(--muted);font-size:.92rem}.howto-body ol{margin:0 0 12px;padding-left:20px}.howto-body li{margin-bottom:8px;line-height:1.6;font-size:.92rem}.howto-dont{background:var(--surface-alt);border:1px solid var(--border);border-radius:12px;padding:11px 13px;font-size:.88rem}.howto-dont strong{color:var(--text)}.badge-demo{display:inline-block;margin-left:9px;vertical-align:3px;font-size:.66rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:3px 9px;border-radius:999px;background:var(--surface-alt);border:1px solid var(--border);color:var(--muted)}.place{display:flex;gap:13px;align-items:flex-start;padding:13px 0;border-top:1px solid var(--border)}.place:first-of-type{border-top:0}.place .pg{font-size:1.4rem;line-height:1;flex:0 0 auto}.place .pb{flex:1 1 auto;min-width:0}.place .pn{font-weight:700;font-size:.95rem}.place .pd{font-size:.87rem;color:var(--muted);line-height:1.5;margin-top:3px}.place .pl{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.place .pl a,.place .pl span{font-size:.79rem;font-weight:700;padding:5px 11px;border-radius:999px;border:1px solid var(--border);background:var(--surface-alt);color:var(--brand-dark);text-decoration:none}.place .pl a:hover{background:var(--brand-soft);border-color:var(--brand)}.icon-link{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:50%;border:1px solid var(--border);background:var(--surface);text-decoration:none;font-size:.95rem}.icon-link:hover{background:var(--brand-soft);border-color:var(--brand)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.pet-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.pet-card{display:flex;gap:12px;align-items:center;padding:11px 13px;text-decoration:none;color:inherit;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius)}.pet-card:hover{border-color:var(--brand);background:var(--brand-soft)}.pet-face{width:52px;height:52px;flex:0 0 auto;border-radius:50%;overflow:hidden;background:var(--surface);border:1px solid var(--border);display:grid;place-items:center;font-size:1.5rem}.pet-face img{width:100%;height:100%;object-fit:cover}.pet-who{min-width:0}.pet-who strong{display:block;font-size:.96rem}.pet-who em{display:block;font-style:normal;font-size:.82rem;color:var(--muted);margin-top:2px}.pet-slots{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.pet-slot{display:block;padding:13px;background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius);cursor:pointer}.pet-slot .ps-title{display:block;font-weight:700;font-size:.88rem}.pet-slot .ps-hint{display:block;font-size:.78rem;color:var(--muted);margin:3px 0 9px;line-height:1.45}.pet-slot input[type=file]{font-size:.78rem;max-width:100%}.pet-slot .ps-ok{display:block;margin-top:7px;font-size:.78rem;font-weight:700;color:var(--adoption)}.pet-photos{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.pet-photos figure{margin:0}.pet-photos img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border)}.pet-photos figcaption{font-size:.78rem;color:var(--muted);margin-top:5px;text-align:center}.diary{display:flex;flex-direction:column}.diary-row{display:flex;gap:12px;padding:12px 0;border-top:1px solid var(--border)}.diary-row:first-child{border-top:0}.d-mark{font-size:1.25rem;line-height:1;flex:0 0 auto}.d-body{min-width:0}.d-title{display:block;font-weight:700;font-size:.92rem}.d-when{display:block;font-size:.78rem;color:var(--muted);margin-top:2px}.d-note{display:block;font-size:.87rem;margin-top:6px;line-height:1.55}.trusted-list{display:flex;flex-direction:column}.trusted-row{display:flex;gap:12px;align-items:center;padding:12px 0;border-top:1px solid var(--border);flex-wrap:wrap}.trusted-row:first-child{border-top:0}.tr-mark{font-size:1.25rem;line-height:1}.tr-who{flex:1 1 200px;min-width:0}.tr-who strong{display:block;font-size:.93rem}.tr-who em{display:block;font-style:normal;font-size:.79rem;color:var(--muted);margin-top:2px}.tr-tag{display:inline-block;margin-left:8px;vertical-align:1px;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:999px;background:var(--brand-soft);border:1px solid var(--brand);color:var(--brand-dark)}.tr-buttons{display:flex;gap:6px;flex-wrap:wrap}.account-picks{display:grid;grid-gap:9px;gap:9px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.account-pick{display:flex;gap:11px;align-items:flex-start;text-align:left;padding:13px;cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font:inherit;color:inherit}.account-pick.active{border-color:var(--brand);background:var(--brand-soft)}.account-pick .ap-mark{font-size:1.3rem;line-height:1}.account-pick .ap-body strong{display:block;font-size:.92rem}.account-pick .ap-body em{display:block;font-style:normal;font-size:.79rem;color:var(--muted);margin-top:3px;line-height:1.45}.field-row{display:flex;gap:11px;flex-wrap:wrap}.field-row .field{flex:1 1 180px;min-width:0}.poster-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;max-width:210mm;margin:18px auto 0;padding:0 14px}.poster-note{max-width:210mm;margin:10px auto 0;padding:11px 14px;font-size:.85rem;line-height:1.55;color:var(--muted);background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius)}.poster{width:210mm;max-width:100%;min-height:297mm;margin:16px auto 40px;padding:16mm 14mm;background:#fff;color:#111;border:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:7mm}.po-head{text-align:center}.po-kind{display:inline-block;padding:5px 18px;border-radius:999px;color:#fff;font-weight:800;font-size:1.1rem;letter-spacing:.12em;-webkit-print-color-adjust:exact;print-color-adjust:exact}.po-head h1{margin:9px 0 4px;font-size:3.1rem;line-height:1.05;letter-spacing:-.02em}.po-species{margin:0;font-size:1.15rem;color:#444}.po-photo{width:100%;height:95mm;object-fit:cover;border-radius:6px;border:1px solid #ddd}.po-where{font-size:1.15rem;text-align:center}.po-text{margin:0;font-size:1.02rem;line-height:1.55;text-align:center;color:#333}.po-foot{margin-top:auto;display:flex;gap:8mm;align-items:center;border-top:3px solid #111;padding-top:6mm}.po-qr{width:34mm;height:34mm;flex:0 0 auto}.po-qr svg{width:100%;height:100%;display:block}.po-call{flex:1 1 auto}.po-ask{margin:0 0 3px;font-size:1.05rem;font-weight:800}.po-tel{margin:0 0 5px;font-size:2.5rem;font-weight:800;letter-spacing:-.01em;line-height:1.05}.po-url{margin:0 0 5px;font-size:.95rem;line-height:1.4;color:#333}.po-hint{margin:0;font-size:.85rem;color:#555;line-height:1.4}.po-extra{display:flex;gap:4mm}.po-extra img{flex:1 1;height:34mm;object-fit:cover;border-radius:5px;border:1px solid #ddd}@media print{@page{size:A4;margin:0}body{background:#fff}.footer,.poster-bar,.poster-note,.site-header,.tabbar{display:none!important}main{padding:0!important}.poster{margin:0;border:0;box-shadow:none;width:210mm;height:297mm;-webkit-print-color-adjust:exact;print-color-adjust:exact}}