:root{--b:#1E73E8;--t:#00BDA5;--n:#0D1B2A;--soft:#F4F8FB}
.gpdfix-wrap{max-width:1300px;margin:0 auto;padding:22px}
.gpdfix-hero{background:linear-gradient(135deg,var(--n),var(--b),var(--t));color:white;border-radius:30px;padding:44px;display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}
.gpdfix-hero h1{color:white;font-size:44px;margin:10px 0}.gpdfix-hero p{color:white}
.gpdfix-btn{display:inline-block;background:var(--t);color:white!important;text-decoration:none!important;border:0;border-radius:13px;padding:13px 21px;font-weight:900;cursor:pointer}
.gpdfix-btn.white{background:white;color:var(--n)!important}
.gpdfix-login,.gpdfix-success{max-width:800px;margin:30px auto;background:#F4F8FB;border-radius:22px;padding:30px;text-align:center}
.gpdfix-success{background:#DCFCE7;color:#166534;font-weight:800}
.gpdfix-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}
.gpdfix-stats div{background:linear-gradient(135deg,var(--b),var(--t));border-radius:22px;color:white;padding:24px}
.gpdfix-stats span{display:block;font-weight:800}.gpdfix-stats strong{font-size:40px}
.gpdfix-panel,.gpdfix-form{background:white;border:1px solid #E5E7EB;border-radius:24px;padding:28px;box-shadow:0 14px 38px rgba(13,27,42,.07);max-width:1300px;margin:25px auto}
.gpdfix-form h2,.gpdfix-panel h2{color:var(--n);font-size:34px}
.gpdfix-grid.two{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.gpdfix-form label{display:block;font-weight:800;color:var(--n);margin:12px 0}
.gpdfix-form input,.gpdfix-form textarea{width:100%;padding:12px;border:1px solid #D1D5DB;border-radius:10px;margin-top:6px}
.gpdfix-form textarea{min-height:90px}
.gpdfix-contact-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:10px}
.gpdfix-empty{text-align:center;background:#F4F8FB;border-radius:20px;padding:35px}.gpdfix-empty>div{font-size:70px}
.gpdfix-pet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.gpdfix-pet-card{background:#F8FAFC;border:1px solid #E5E7EB;border-radius:22px;padding:20px;position:relative}
.gpdfix-pet-photo,.gpdfix-paw{width:100%;height:190px;object-fit:cover;border-radius:18px;background:linear-gradient(135deg,var(--b),var(--t));display:grid;place-items:center;font-size:76px}
.gpdfix-pet-card h3{font-size:24px;color:var(--n);margin:16px 0 4px}
.gpdfix-status{display:inline-block;background:#E5E7EB;padding:6px 10px;border-radius:999px;font-weight:900;font-size:12px}
.gpdfix-status.lost{background:#FEE2E2;color:#991B1B}
.gpdfix-meta{background:white;border-radius:14px;padding:12px;margin:12px 0}
.gpdfix-qr{width:120px;height:120px;border-radius:12px;border:1px solid #E5E7EB;background:white;padding:5px}
.gpdfix-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.gpdfix-actions a{background:var(--n);color:white!important;text-decoration:none!important;border-radius:11px;padding:9px 12px;font-weight:800;font-size:13px}
@media(max-width:850px){.gpdfix-hero{display:block}.gpdfix-stats,.gpdfix-grid.two,.gpdfix-contact-row{grid-template-columns:1fr}.gpdfix-hero h1{font-size:34px}}
