:root{--navy:#092a55;--blue:#155fd7;--blue-dark:#0d47aa;--green:#20bd83;--green-soft:#e8fbf4;--red:#d9363e;--ink:#172338;--muted:#667085;--bg:#f5f7fb;--card:#fff;--line:#dfe5ee;--shadow:0 18px 45px rgba(18,42,80,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1120px,92%);margin:auto}.site-header{background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.brand{font-weight:850;color:var(--navy);font-size:24px;letter-spacing:-.6px}.brand span{color:var(--green)}.brand-mark{font-size:22px}.button-row,.nav-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.nav-link{font-weight:700;color:var(--navy)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:12px 18px;font-weight:750;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn-primary{background:var(--blue);color:white;box-shadow:0 8px 18px rgba(21,95,215,.22)}.btn-primary:hover{background:var(--blue-dark)}.btn-secondary{background:white;color:var(--navy);border:1px solid var(--line)}.btn-light{background:#fff;color:var(--navy)}.full{width:100%}.hero{padding:82px 0 68px;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:70px;gap:70px;align-items:center}.hero h1{font-size:clamp(44px,6vw,68px);line-height:1.02;letter-spacing:-2.5px;margin:0 0 22px;color:var(--navy)}.hero-copy{font-size:20px;line-height:1.65;color:var(--muted);max-width:690px}.eyebrow{font-size:13px;font-weight:850;letter-spacing:1.3px;color:var(--green);margin:0 0 12px}.eyebrow.light{color:#aef0d5}.microcopy{font-size:14px!important;color:var(--muted)!important;margin-top:15px}.phone-shell{max-width:390px;width:100%;justify-self:end;background:#fff;border:1px solid var(--line);border-radius:35px;padding:24px 24px 28px;box-shadow:0 30px 70px rgba(9,42,85,.18);position:relative;text-align:center}.phone-top{width:90px;height:7px;border-radius:999px;background:#1b2637;margin:0 auto 22px}.status-pill{display:inline-block;padding:8px 12px;border-radius:999px;background:var(--green-soft);color:#087451;font-size:12px;font-weight:850}.hero-pet{font-size:90px;margin:16px 0 5px}.phone-shell h2{font-size:32px;margin:5px 0}.phone-shell .btn{margin-top:10px}.centered{text-align:center}.section{padding:72px 0}.section-white{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-heading{text-align:center;max-width:720px;margin:0 auto 34px}.auth-aside h2,.cta h2,.section h2{font-size:clamp(32px,4vw,46px);line-height:1.1;color:var(--navy);letter-spacing:-1.2px;margin:0 0 15px}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:var(--shadow)}.card h3{font-size:21px;color:var(--navy)}.step{width:38px;height:38px;border-radius:12px;background:#eaf1ff;color:var(--blue);font-weight:900;display:grid;place-items:center}.muted{color:var(--muted);line-height:1.55}.cta{margin-top:30px;margin-bottom:70px;background:linear-gradient(135deg,var(--navy),#124f9f);border-radius:28px;padding:44px;display:flex;justify-content:space-between;align-items:center;gap:28px}.cta,.cta h2{color:#fff}.cta p{max-width:680px;line-height:1.55}.footer{padding:38px 0;color:var(--muted);text-align:center;background:#fff;border-top:1px solid var(--line)}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-panel{padding:34px 6vw 60px;background:var(--bg)}.auth-brand{display:inline-block;margin-bottom:30px}.form{max-width:560px;margin:0 auto}.form h1{font-size:40px;letter-spacing:-1px;color:var(--navy);margin:0 0 8px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.field label{font-weight:750;color:var(--ink)}.field input,.field select,.field textarea{padding:13px 14px;border:1px solid #cad3df;border-radius:10px;background:white;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(21,95,215,.1)}.field small{color:var(--muted)}.alert{padding:13px 15px;border-radius:11px;margin:15px 0;line-height:1.45}.alert-error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.alert-success{background:#ecfdf3;color:#087443;border:1px solid #b7f0d2}.text-link{font-weight:750}.auth-aside{background:linear-gradient(145deg,#092a55,#1057b2);color:#fff;padding:80px;display:flex;align-items:center}.auth-aside h2{color:#fff}.auth-aside p{font-size:18px;line-height:1.6;color:#dce9ff}.dashboard-shell{min-height:100vh}.dashboard-topbar{height:76px;padding:0 max(4%,calc((100% - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.dashboard{padding:44px 0 70px}.dashboard-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.dashboard-head h1{font-size:45px;color:var(--navy);margin:0}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin:28px 0}.summary-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:7px}.summary-card strong{font-size:30px;color:var(--navy)}.summary-card span{color:var(--muted)}.pet-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.pet-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;position:relative}.pet-card-icon{font-size:52px}.pet-card h2{color:var(--navy);margin:8px 0 0}.pet-status{display:inline-block;background:var(--green-soft);color:#087451;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;margin:0 0 17px}.status-lost{background:#fff1f2;color:#b4232c}.empty-state{grid-column:1/-1;text-align:center;background:#fff;border:1px dashed #bdc8d6;border-radius:22px;padding:55px 24px}.empty-icon{font-size:65px}.public-wrap{max-width:700px;margin:28px auto}.pet-profile{text-align:center}.avatar{width:140px;height:140px;border-radius:50%;background:#eef2f7;display:grid;place-items:center;font-size:70px;margin:0 auto 18px}.lost{border:3px solid var(--red)}.lost-banner{background:var(--red);color:#fff;padding:14px;border-radius:12px;font-weight:850;margin-bottom:18px}.actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media(max-width:850px){.hero{grid-template-columns:1fr;gap:40px;padding-top:58px}.phone-shell{justify-self:center}.auth-page,.grid,.pet-list,.summary-grid{grid-template-columns:1fr}.auth-aside{display:none}.cta,.dashboard-head{align-items:flex-start;flex-direction:column}.actions{grid-template-columns:1fr}}@media(max-width:580px){.nav-link{display:none}.nav-cta{padding:10px 12px}.hero h1{letter-spacing:-1.5px}.hero-copy{font-size:18px}.auth-panel{padding:24px 4vw 45px}.form.card{padding:21px}.dashboard-topbar{padding:0 4%}.dashboard-head h1{font-size:38px}.cta{width:92%;padding:30px 24px}}.label-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.small-link{font-size:13px}.checkbox-row{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:14px;line-height:1.45;margin:6px 0 18px}.checkbox-row input{margin-top:3px}.simple-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:linear-gradient(145deg,#eef4ff,#f7fafc)}.simple-card{width:min(560px,100%);text-align:center;padding:42px}.simple-card h1{font-size:40px;color:var(--navy);margin:4px 0 12px}.mail-icon{font-size:68px;margin-bottom:12px}.notice-list{background:#f5f8fc;border:1px solid var(--line);border-radius:14px;padding:14px 18px;text-align:left;margin:20px 0}.notice-list p{margin:8px 0;color:var(--muted);line-height:1.5}.narrow-dashboard{max-width:820px}.page-title{font-size:44px;color:var(--navy);margin:0 0 8px}.account-form{margin-top:26px}.two-column-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 18px;gap:0 18px}@media(max-width:650px){.label-row{align-items:flex-start;flex-direction:column;gap:4px}.two-column-fields{grid-template-columns:1fr}.simple-card{padding:28px 20px}.simple-card h1{font-size:34px}}.pet-form-page{padding:46px 0 80px}.pet-form-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:25px}.pet-form-header h1{font-size:44px;color:var(--navy);margin:0 0 8px}.pet-form-grid{display:grid;grid-gap:20px;gap:20px}.detail-grid h2,.form-section h2{color:var(--navy);margin-top:0}.photo-field{display:flex;align-items:center;gap:20px;margin:18px 0 25px}.detail-photo,.pet-card-photo,.photo-preview{overflow:hidden;background:#edf2f7;display:grid;place-items:center}.photo-preview{width:112px;height:112px;border-radius:20px;font-size:60px;border:1px dashed #aebaca}.avatar img,.detail-photo img,.pet-card-photo img,.photo-preview img{width:100%;height:100%;object-fit:cover}.file-button{display:inline-flex;background:#eaf1ff;color:var(--blue);font-weight:800;padding:11px 15px;border-radius:11px;cursor:pointer}.file-button input{display:none}.small-text{font-size:13px}.pet-form-actions{display:flex;justify-content:flex-end;gap:12px}.pet-card-photo{width:82px;height:82px;border-radius:17px;font-size:45px}.card-buttons{display:grid;grid-gap:9px;gap:9px}.pet-detail-page{padding:44px 0 75px}.pet-detail-hero{display:grid;grid-template-columns:190px 1fr;grid-gap:30px;gap:30px;align-items:center}.detail-photo{width:190px;height:190px;border-radius:25px;font-size:95px}.detail-copy h1{font-size:50px;color:var(--navy);margin:8px 0}.public-code{background:#f3f6fa;border-radius:12px;padding:13px;display:flex;gap:8px;flex-wrap:wrap}.public-code code{color:var(--blue);overflow-wrap:anywhere}.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin:18px 0}.data-list{margin:0}.data-list div{display:grid;grid-template-columns:130px 1fr;padding:12px 0;border-bottom:1px solid var(--line)}.data-list div:last-child{border-bottom:0}.data-list dt{color:var(--muted)}.data-list dd{margin:0;font-weight:700}.avatar{overflow:hidden}.lost-copy{font-weight:700;color:#991b1b}.reward{background:#fff7d6;padding:12px;border-radius:10px}.public-safety{display:flex;align-items:flex-start;gap:10px;background:#f5f8fc;border-radius:12px;padding:13px;margin-top:18px;text-align:left}.public-safety p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}@media(max-width:700px){.pet-form-header,.photo-field{flex-direction:column}.photo-field{align-items:flex-start}.pet-form-actions{flex-direction:column-reverse}.pet-form-actions .btn{width:100%}.pet-detail-hero{grid-template-columns:1fr;text-align:center}.detail-photo{margin:auto}.detail-grid{grid-template-columns:1fr}.detail-actions{display:grid}.data-list div{grid-template-columns:1fr;gap:4px}}.module-page{padding:44px 0 80px}.health-stack{display:grid;grid-gap:22px;gap:22px;margin-top:28px}.gallery-head,.section-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.count-pill{background:#eaf1ff;color:var(--blue);font-weight:850;border-radius:999px;padding:8px 12px}.compact-form{background:#f7f9fc;border:1px solid var(--line);border-radius:16px;padding:18px;margin:18px 0}.record-list{display:grid;grid-gap:10px;gap:10px}.record-item{display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid var(--line);border-radius:14px;padding:14px}.record-item p,.record-item small{margin:5px 0 0;color:var(--muted)}.record-actions{display:flex;align-items:center;gap:10px}.gallery-controls button,.record-actions button{border:0;background:transparent;color:var(--blue);font-weight:750;cursor:pointer}.visibility{background:#f1f3f6;color:var(--muted);padding:5px 8px;font-size:12px}.visibility.public{background:var(--green-soft)}.module-links{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin:18px 0}.module-link{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow)}.module-link>span{font-size:34px}.module-link div{display:flex;flex-direction:column;gap:4px}.module-link small{color:var(--muted)}.qr-card{margin:18px 0;text-align:left}.qr-layout{display:grid;grid-template-columns:180px 1fr;grid-gap:24px;gap:24px;align-items:center;margin-top:18px}.qr-image,.qr-placeholder{width:180px;height:180px;border:1px solid var(--line);border-radius:16px;background:#fff}.tag-number{font-size:28px;color:var(--navy)}.qr-url{overflow-wrap:anywhere}.gallery-manager{margin-top:28px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:22px}.gallery-item{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.gallery-item img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.gallery-controls{display:flex;justify-content:space-between;padding:10px}.danger-link{color:var(--red)!important}.gallery-empty{min-height:220px;border:1px dashed #b9c5d4;border-radius:16px;display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;font-size:45px;color:var(--muted);margin-top:20px}.gallery-empty strong{font-size:17px}.location-share{margin-top:12px}.small-success{color:#087451;font-size:13px}.small-error{color:#b4232c;font-size:13px}.public-tag{display:inline-block;background:#eef4ff;color:var(--blue);font-size:12px;font-weight:850;padding:6px 10px;border-radius:999px}.public-section{text-align:left;border-top:1px solid var(--line);padding-top:20px;margin-top:24px}.public-section h2{color:var(--navy)}.public-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.public-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.public-health>div{background:#f7f9fc;border-radius:12px;padding:12px 14px;margin-top:10px}.public-health h3{margin:0 0 8px;color:var(--navy)}.public-health p{font-size:14px;margin:7px 0}.print-only{display:none}@media print{body{background:white}.dashboard-topbar,.detail-actions,.detail-grid,.module-links,.pet-detail-hero,.pet-detail-page>.btn{display:none!important}.qr-card{box-shadow:none;border:0}.qr-card .btn{display:none}.qr-layout{grid-template-columns:220px 1fr}.qr-image{width:220px;height:220px}}@media(max-width:760px){.gallery-grid,.module-links{grid-template-columns:1fr}.gallery-head,.record-item,.section-title-row{flex-direction:column;align-items:flex-start}.record-actions{width:100%;justify-content:space-between}.qr-layout{grid-template-columns:1fr}.qr-image{margin:auto}.public-gallery{grid-template-columns:repeat(2,1fr)}}.plan-chip{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#eef3f8;color:var(--navy);font-size:12px;font-weight:850}.plan-chip.premium,.premium-badge{background:#fff3c4;color:#7b5200}.premium-badge{display:inline-block;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.08em}.premium-area{margin-top:22px}.premium-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:18px}.premium-lock{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:14px;gap:14px;border:1px solid #eadca6;background:linear-gradient(135deg,#fffdf5,#fff8dc);border-radius:16px;padding:16px}.premium-lock.compact{grid-template-columns:auto 1fr}.premium-lock.compact .btn{grid-column:1/-1;width:max-content}.premium-lock-icon{font-size:28px}.premium-lock h3{margin:4px 0;color:var(--navy)}.premium-lock p{margin:0;color:var(--muted);font-size:14px}.premium-inline{margin-top:12px;color:#7b5200;font-size:13px}.found-alerts{margin-top:22px}.privacy-note{font-size:12px;color:var(--muted);margin:8px 0 0}.lost-location{border:2px solid #f3b9bc;background:#fff5f5;padding:14px;border-radius:16px}.file-button.disabled{opacity:.55;cursor:not-allowed}.btn-danger{background:var(--red);color:#fff;border-color:var(--red)}@media(max-width:760px){.premium-grid{grid-template-columns:1fr}.premium-lock{grid-template-columns:auto 1fr}.premium-lock .btn{grid-column:1/-1;width:100%}}.dashboard-redesign-shell,.profile-redesign-shell{background:linear-gradient(180deg,#f6f9fd,#f4f6fa)}.profile-topbar{background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(9,42,85,.06)}.pet-profile-pro{padding:28px 0 80px}.profile-breadcrumb{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:14px;margin-bottom:17px}.profile-breadcrumb a{color:var(--blue);font-weight:750}.pet-profile-cover{position:relative;overflow:hidden;display:grid;grid-template-columns:180px minmax(0,1fr) auto;grid-gap:28px;gap:28px;align-items:center;min-height:275px;border-radius:30px;padding:34px;background:linear-gradient(135deg,#0b315f,#155fd7 62%,#3c7eea);color:#fff;box-shadow:0 28px 62px rgba(14,70,149,.22)}.pet-profile-cover.lost-cover{background:linear-gradient(135deg,#761b27,#d9363e 62%,#f16a70)}.cover-decoration{position:absolute;border-radius:999px;background:rgba(255,255,255,.09);pointer-events:none}.cover-decoration-one{width:290px;height:290px;right:-80px;top:-150px}.cover-decoration-two{width:180px;height:180px;left:34%;bottom:-135px}.pet-profile-avatar-wrap{position:relative;z-index:1}.pet-profile-avatar{width:170px;height:170px;border-radius:28px;overflow:hidden;display:grid;place-items:center;font-size:88px;background:#fff;border:5px solid rgba(255,255,255,.92);box-shadow:0 18px 38px rgba(0,0,0,.2)}.pet-profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-status-dot{position:absolute;width:28px;height:28px;border-radius:50%;right:-4px;bottom:12px;background:#20bd83;border:5px solid #fff}.profile-status-dot.lost{background:#ff4350}.pet-profile-main-copy{position:relative;z-index:1;max-width:650px}.profile-meta-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pet-profile-cover .pet-status{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.25)}.pet-profile-cover .pet-status.status-lost{background:#fff;color:#b4232c}.profile-plan-label{font-size:13px;font-weight:800;color:#dbeafe}.pet-profile-main-copy h1{font-size:clamp(44px,6vw,66px);line-height:1;margin:14px 0 8px;letter-spacing:-2px}.profile-breed-line{font-size:20px;font-weight:750;margin:0 0 12px;color:#e8f1ff}.profile-description{max-width:650px;line-height:1.55;color:#e8f1ff;margin:0 0 18px}.profile-id-row{display:flex;gap:10px;flex-wrap:wrap}.profile-id-row span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:9px 12px;border-radius:12px;font-size:13px}.profile-cover-actions{position:relative;z-index:1;align-self:start}.pet-profile-cover .btn-light{box-shadow:0 12px 24px rgba(0,0,0,.14)}.profile-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:20px 0}.profile-stat-card{display:flex;align-items:center;gap:14px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 28px rgba(18,42,80,.07)}.profile-stat-icon{width:46px;height:46px;border-radius:14px;background:#eef4ff;display:grid;place-items:center;font-size:24px}.profile-stat-card div{display:flex;flex-direction:column}.profile-stat-card strong{font-size:24px;color:var(--navy)}.profile-stat-card span:last-child{font-size:13px;color:var(--muted);line-height:1.3}.profile-module-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin:20px 0}.profile-module-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:16px;gap:16px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 14px 30px rgba(18,42,80,.07);transition:transform .18s,box-shadow .18s,border-color .18s}.profile-module-card:hover{transform:translateY(-2px);box-shadow:0 20px 38px rgba(18,42,80,.11);border-color:#c8d8ee}.profile-module-card h2{margin:2px 0 5px;color:var(--navy);font-size:21px}.profile-module-card span{color:var(--muted);font-size:14px}.profile-module-card>b{font-size:30px;color:#9cadc3}.module-icon-box{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;font-size:27px}.module-icon-box.blue{background:#eaf1ff}.module-icon-box.green{background:#e8fbf4}.module-icon-box.purple{background:#f1eafe}.module-icon-box.orange{background:#fff2df}.module-kicker{font-size:11px;font-weight:900;letter-spacing:.11em;color:var(--blue);margin:0}.module-badge{justify-self:end;background:#f0f3f7;color:var(--muted)!important;padding:7px 10px;border-radius:999px;font-size:11px!important;font-weight:850}.module-badge.active{background:var(--green-soft);color:#087451!important}.profile-content-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:18px;gap:18px;margin:20px 0}.profile-contact-card,.profile-info-card{box-shadow:0 14px 30px rgba(18,42,80,.07)}.profile-contact-card h2,.profile-info-card h2,.scan-timeline-card h2{margin:2px 0;color:var(--navy)}.text-link{color:var(--blue);font-weight:800}.profile-data-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 24px;gap:0 24px;margin:22px 0 0}.profile-data-grid div{padding:14px 0;border-bottom:1px solid var(--line)}.profile-data-grid dt{color:var(--muted);font-size:13px;margin-bottom:5px}.profile-data-grid dd{margin:0;font-weight:800;color:var(--navy)}.profile-mini-pill{font-size:11px;font-weight:850;padding:7px 10px;border-radius:999px;background:#eef3f8;color:var(--navy)}.contact-person-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:13px;gap:13px;background:#f7f9fc;border:1px solid var(--line);padding:14px;border-radius:16px;margin-top:20px}.contact-avatar{width:45px;height:45px;border-radius:14px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900;font-size:20px}.contact-person-card div:nth-child(2){display:flex;flex-direction:column;gap:4px}.contact-person-card div:nth-child(2) span{font-size:13px;color:var(--muted)}.contact-call-button{width:40px;height:40px;border-radius:12px;background:var(--green-soft);display:grid;place-items:center}.premium-teaser-row{display:flex;gap:10px;align-items:flex-start;background:#fff9e4;border:1px solid #eadca6;border-radius:14px;padding:12px;margin-top:15px}.premium-teaser-row p{margin:0;font-size:13px;color:#6d5a18;line-height:1.45}.scan-timeline-card{margin:20px 0;box-shadow:0 14px 30px rgba(18,42,80,.07)}.timeline-empty{display:grid;justify-items:center;text-align:center;padding:42px 18px;color:var(--muted)}.timeline-empty>span{font-size:45px}.timeline-empty strong{color:var(--navy);font-size:18px;margin:9px 0 0}.timeline-empty p{margin:5px 0}.scan-timeline{display:grid;grid-gap:0;gap:0;margin-top:18px}.scan-timeline-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:15px;gap:15px;padding:16px 0;border-top:1px solid var(--line)}.timeline-marker{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:#eef4ff}.timeline-marker.location{background:var(--green-soft)}.scan-timeline-item>div:nth-child(2){display:flex;flex-direction:column;gap:4px}.scan-timeline-item>div:nth-child(2) span{font-size:13px;color:var(--muted)}.dashboard-pro{padding:34px 0 80px}.dashboard-welcome-card{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:38px;border-radius:28px;background:linear-gradient(135deg,#092a55,#155fd7);color:#fff;box-shadow:0 24px 50px rgba(14,70,149,.2)}.dashboard-welcome-card:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-80px;top:-120px;background:rgba(255,255,255,.08)}.dashboard-welcome-card>*{position:relative;z-index:1}.dashboard-welcome-card h1{font-size:44px;line-height:1;margin:5px 0 10px}.dashboard-welcome-card p:not(.eyebrow){margin:0;color:#dbeafe;max-width:650px}.dashboard-summary-pro{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:20px 0 32px}.dashboard-summary-pro article{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(18,42,80,.07)}.dashboard-summary-pro article>span{font-size:26px}.dashboard-summary-pro div{display:flex;flex-direction:column}.dashboard-summary-pro strong{font-size:24px;color:var(--navy)}.dashboard-summary-pro p{margin:3px 0 0;color:var(--muted);font-size:13px}.dashboard-section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:0 0 15px}.dashboard-section-heading h2{margin:4px 0 0;color:var(--navy);font-size:31px}.dashboard-section-heading>span{color:var(--muted);font-size:14px}.pet-list-pro{grid-template-columns:repeat(2,1fr)}.pet-card-pro{display:grid;grid-template-columns:132px 1fr;align-items:center;grid-gap:20px;gap:20px;padding:18px}.pet-card-photo-pro{width:132px;height:132px;border-radius:20px;font-size:62px}.pet-card-pro-copy{min-width:0}.pet-card-heading-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.pet-card-heading-row h2{font-size:27px;margin:0;color:var(--navy)}.pet-card-pro-copy>p{color:var(--muted);margin:7px 0 17px}.pet-card-quick-actions{display:flex;gap:9px;flex-wrap:wrap}.pet-card-quick-actions .btn{padding:10px 13px}.empty-state-pro{grid-column:1/-1}@media(max-width:950px){.pet-profile-cover{grid-template-columns:150px 1fr}.pet-profile-avatar{width:145px;height:145px}.profile-cover-actions{grid-column:1/-1}.dashboard-summary-pro,.profile-overview-grid{grid-template-columns:repeat(2,1fr)}.pet-list-pro,.profile-content-grid{grid-template-columns:1fr}}@media(max-width:680px){.pet-profile-pro{padding-top:18px}.pet-profile-cover{grid-template-columns:1fr;text-align:center;padding:25px 20px}.pet-profile-avatar-wrap{justify-self:center}.profile-id-row,.profile-meta-row{justify-content:center}.profile-description{margin-left:auto;margin-right:auto}.profile-cover-actions,.profile-cover-actions .btn{width:100%}.dashboard-summary-pro,.profile-data-grid,.profile-module-grid,.profile-overview-grid{grid-template-columns:1fr}.scan-timeline-item{grid-template-columns:auto 1fr}.scan-timeline-item>.btn,.scan-timeline-item>.muted{grid-column:2}.dashboard-welcome-card{align-items:flex-start;flex-direction:column;padding:28px}.dashboard-welcome-card .btn{width:100%}.dashboard-welcome-card h1{font-size:38px}.pet-card-pro{grid-template-columns:90px 1fr}.pet-card-photo-pro{width:90px;height:90px}.pet-card-heading-row{align-items:flex-start;flex-direction:column}.pet-card-quick-actions{display:grid}.pet-card-quick-actions .btn{width:100%}.profile-module-card{grid-template-columns:auto 1fr}.module-badge,.profile-module-card>b{grid-column:2;justify-self:start}}.marketing-home{overflow:hidden;background:#f7f9fc}.home-hero{position:relative;padding:88px 0 86px;background:linear-gradient(135deg,#f7faff,#eef4fd 58%,#f5fbf8);border-bottom:1px solid #dce5f0}.home-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;grid-gap:70px;gap:70px;align-items:center;position:relative;z-index:2}.home-glow{position:absolute;border-radius:999px;filter:blur(4px);opacity:.55}.home-glow-one{width:420px;height:420px;background:radial-gradient(circle,rgba(31,104,220,.16),transparent 70%);top:-150px;left:-120px}.home-glow-two{width:380px;height:380px;background:radial-gradient(circle,rgba(32,189,131,.17),transparent 70%);right:-80px;bottom:-160px}.home-kicker{display:flex;align-items:center;gap:8px;color:#0aa975;font-size:12px;font-weight:900;letter-spacing:1.55px;margin:0 0 16px}.home-kicker span{font-size:10px}.home-hero-copy h1{max-width:670px;color:#082a59;font-size:clamp(48px,6vw,76px);line-height:.99;letter-spacing:-3.4px;margin:0 0 24px}.home-hero-copy h1 em{color:#1766dc;font-style:normal;position:relative}.home-hero-copy h1 em:after{content:"";height:8px;border-radius:999px;background:rgba(32,189,131,.28);position:absolute;left:1%;right:0;bottom:2px;z-index:-1}.home-lead{max-width:660px;font-size:20px;line-height:1.65;color:#5e6c80;margin:0 0 30px}.home-actions{display:flex;gap:13px;flex-wrap:wrap}.home-btn{min-height:50px;padding:0 21px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:850;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;cursor:pointer}.home-btn:hover{transform:translateY(-2px)}.home-btn-primary{background:linear-gradient(135deg,#1766dc,#0f55c3);color:#fff;box-shadow:0 14px 28px rgba(23,102,220,.25)}.home-btn-primary:hover{box-shadow:0 18px 34px rgba(23,102,220,.32)}.home-btn-ghost{background:#fff;color:#082a59;border-color:#d4deeb;box-shadow:0 8px 20px rgba(16,45,82,.06)}.home-btn-light{background:#fff;color:#0b3d7d;box-shadow:0 12px 28px rgba(0,0,0,.12)}.home-btn:disabled{opacity:.78;cursor:not-allowed;transform:none}.home-trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:20px;color:#607087;font-size:12px;font-weight:700}.home-trust-row span{display:flex;align-items:center;gap:5px}.home-trust-row span:first-letter{color:#0aa975}.home-product-stage{position:relative;min-height:560px;display:grid;place-items:center}.home-phone{width:min(378px,86vw);background:rgba(255,255,255,.97);border:1px solid rgba(210,221,234,.9);border-radius:40px;padding:22px 25px 24px;text-align:center;box-shadow:0 35px 80px rgba(11,45,89,.19),0 4px 12px rgba(11,45,89,.08);position:relative;z-index:2;transform:rotate(1deg)}.home-phone-bar{width:88px;height:7px;background:#18263a;border-radius:999px;margin:0 auto 21px}.home-safe-badge{display:inline-flex;background:#e8fbf4;color:#087753;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;letter-spacing:.3px}.home-dog-photo{width:142px;height:142px;border-radius:50%;margin:18px auto 10px;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#f8d8a4,#c98c50 72%,#81512e);border:6px solid #fff;box-shadow:0 14px 30px rgba(91,57,29,.22);overflow:hidden}.home-dog-photo span{font-size:94px;transform:translateY(5px)}.home-phone h2{font-size:35px;color:#082a59;letter-spacing:-1px;margin:4px 0}.home-phone>p{color:#68758a;margin:0 0 13px}.home-info-chips{display:flex;justify-content:center;gap:7px;margin-bottom:17px}.home-info-chips span{background:#f1f5fa;border:1px solid #e1e8f1;color:#526176;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800}.home-profile-call,.home-profile-message{width:100%;border:0;border-radius:12px;padding:13px 14px;margin-top:9px;font-weight:850;cursor:default}.home-profile-call{background:#1766dc;color:#fff;box-shadow:0 9px 18px rgba(23,102,220,.22)}.home-profile-message{background:#fff;color:#082a59;border:1px solid #d8e1ec}.home-phone-security{margin-top:16px;padding-top:14px;border-top:1px solid #edf1f6;color:#8490a2;font-size:10px}.home-float-card{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.96);border:1px solid #dfe7f1;border-radius:15px;padding:12px 14px;box-shadow:0 18px 38px rgba(13,46,87,.14);animation:homeFloat 4s ease-in-out infinite}.home-float-card small,.home-float-card strong{display:block}.home-float-card strong{font-size:12px;color:#183454}.home-float-card small{font-size:10px;color:#7a8799;margin-top:3px}.home-float-icon{width:34px;height:34px;border-radius:10px;background:#eaf2ff;display:grid;place-items:center}.home-float-left{left:-5px;top:90px}.home-float-right{right:-15px;bottom:82px;animation-delay:1.1s}.home-float-right .home-float-icon{background:#e8fbf4;color:#087753}@keyframes homeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.home-logo-strip{background:#fff;border-bottom:1px solid #e0e7f0}.home-logo-inner{min-height:82px;display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;color:#738095}.home-logo-inner>span{font-size:10px;font-weight:900;letter-spacing:1.5px}.home-logo-inner strong{color:#536277;font-size:14px}.home-logo-inner i{color:#c0c9d4}.home-section{padding:92px 0}.home-section-white{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.home-section-heading{text-align:center;max-width:780px;margin:0 auto 44px}.centered-kicker{justify-content:center}.home-final-cta h2,.home-section-heading h2,.home-story-copy h2{color:#082a59;font-size:clamp(36px,4.2vw,54px);letter-spacing:-2px;line-height:1.06;margin:0 0 16px}.home-heading-left>p:last-child,.home-section-heading>p:last-child{font-size:18px;line-height:1.6;color:#68758a}.home-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.home-step-card{position:relative;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid #dce4ee;border-radius:22px;padding:30px;min-height:245px;box-shadow:0 18px 45px rgba(18,42,80,.07);transition:transform .22s ease,box-shadow .22s ease}.home-benefit-card:hover,.home-step-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(18,42,80,.12)}.home-step-number{font-size:13px;font-weight:900;color:#1766dc;background:#eaf1ff;border-radius:10px;padding:10px 11px;display:inline-block}.home-step-line{height:1px;background:linear-gradient(90deg,#cbd9ec,transparent);margin:26px 0 21px}.home-benefit-card h3,.home-step-card h3{font-size:23px;color:#082a59;margin:0 0 13px}.home-benefit-card p,.home-step-card p{font-size:16px;line-height:1.6;color:#68758a;margin:0}.home-benefits-section{background:linear-gradient(180deg,#f7f9fc,#f2f6fb)}.home-heading-left{text-align:left;margin-left:0;max-width:720px}.home-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.home-benefit-card{background:#fff;border:1px solid #dce4ee;border-radius:20px;padding:25px;min-height:260px;box-shadow:0 16px 38px rgba(18,42,80,.06);transition:transform .22s ease,box-shadow .22s ease}.home-benefit-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#eaf2ff,#edf9f5);font-size:23px;margin-bottom:35px}.home-story-section{background:#082a59;color:#fff}.home-story-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:90px;gap:90px;align-items:center}.home-story-visual{height:420px;display:grid;place-items:center;position:relative}.home-ring{position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%}.home-ring-one{width:350px;height:350px}.home-ring-two{width:270px;height:270px}.home-tag-demo{width:210px;height:210px;background:linear-gradient(145deg,#fff,#dce8f4);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 30px 60px rgba(0,0,0,.27),inset 0 0 0 8px #c8d6e5;color:#082a59;position:relative;z-index:2}.home-tag-paw{font-size:38px}.home-tag-demo strong{font-size:25px;margin:5px 0}.home-tag-demo strong b{color:#11b67f}.home-tag-demo small{font-size:8px;letter-spacing:1px;font-weight:900}.home-scan-wave{position:absolute;color:#3fd6a4;font-size:46px;letter-spacing:-10px;right:65px;top:88px;transform:rotate(-15deg)}.home-story-copy .home-kicker{color:#65e0b7}.home-story-copy h2{color:#fff}.home-story-copy>p:not(.home-kicker){font-size:18px;line-height:1.7;color:#ccdaeb}.home-story-copy ul{list-style:none;padding:0;margin:28px 0}.home-story-copy li{display:flex;gap:11px;margin:13px 0;color:#dbe7f5;line-height:1.5}.home-story-copy li span{color:#50d7aa;font-weight:900}.home-text-link{display:inline-flex;gap:10px;color:#6ce0ba;font-weight:850;border-bottom:1px solid rgba(108,224,186,.45);padding-bottom:5px}.home-pricing-grid{max-width:920px;margin:auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;align-items:stretch}.home-price-card{position:relative;background:#fff;border:1px solid #dce4ee;border-radius:24px;padding:30px;box-shadow:0 20px 50px rgba(18,42,80,.08)}.home-price-featured{border:2px solid #1766dc;box-shadow:0 25px 60px rgba(23,102,220,.15)}.home-popular-badge{position:absolute;right:22px;top:-13px;background:#1766dc;color:#fff;border-radius:999px;padding:7px 11px;font-size:9px;letter-spacing:1px;font-weight:900}.home-plan-head{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:22px;border-bottom:1px solid #e5ebf2}.home-plan-head span{font-size:11px;letter-spacing:1.4px;font-weight:900;color:#0aa975}.home-plan-head h3{font-size:30px;color:#082a59;margin:8px 0 0}.home-plan-head p{color:#7a8799;font-size:13px;margin:0}.home-price-card ul{list-style:none;padding:18px 0 22px;margin:0}.home-price-card li{display:flex;gap:10px;color:#46566b;padding:9px 0}.home-price-card li span{color:#0aa975;font-weight:900}.home-final-cta{margin-top:78px;margin-bottom:78px;background:linear-gradient(135deg,#0a3167,#1766dc);border-radius:30px;padding:49px 55px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff;box-shadow:0 28px 65px rgba(13,67,146,.22)}.home-final-cta h2{color:#fff;font-size:clamp(34px,4vw,50px);margin-bottom:12px}.home-final-cta p{color:#dce9fa;margin:0;font-size:17px}.home-kicker-light{color:#75e4bf}.home-footer{background:#fff;border-top:1px solid #e0e7ef;padding:38px 0}.home-footer-inner{display:flex;justify-content:space-between;align-items:center;color:#7a8799}.home-footer strong{font-size:22px;color:#082a59}.home-footer strong span{color:#18b77f}.home-footer p{font-size:13px;margin:7px 0 0}.home-footer-inner>div:last-child{text-align:right}@media(max-width:1050px){.home-hero-grid{gap:30px}.home-float-left{left:-15px}.home-float-right{right:-10px}.home-benefits-grid{grid-template-columns:1fr 1fr}.home-story-grid{gap:45px}}@media(max-width:850px){.home-hero{padding-top:55px}.home-hero-grid,.home-story-grid{grid-template-columns:1fr}.home-hero-copy{text-align:center}.home-actions,.home-kicker,.home-trust-row{justify-content:center}.home-hero-copy h1,.home-lead{margin-left:auto;margin-right:auto}.home-product-stage{min-height:560px}.home-float-left{left:4%}.home-float-right{right:3%}.home-steps-grid{grid-template-columns:1fr}.home-step-card{min-height:0}.home-story-copy{padding-bottom:10px}.home-pricing-grid{grid-template-columns:1fr}.home-final-cta{flex-direction:column;align-items:flex-start}.home-footer-inner{flex-direction:column;gap:22px;text-align:center}.home-footer-inner>div:last-child{text-align:center}}@media(max-width:580px){.home-hero{padding:44px 0 58px}.home-hero-grid{width:94%}.home-hero-copy h1{font-size:47px;letter-spacing:-2.1px}.home-lead{font-size:17px}.home-actions{display:grid}.home-btn{width:100%}.home-trust-row{gap:9px;flex-direction:column}.home-product-stage{min-height:520px}.home-phone{width:94%;padding-left:18px;padding-right:18px}.home-float-card{display:none}.home-logo-inner{padding:20px 0;gap:12px}.home-logo-inner i{display:none}.home-logo-inner>span{width:100%;text-align:center}.home-section{padding:68px 0}.home-section-heading h2,.home-story-copy h2{letter-spacing:-1.3px}.home-benefits-grid{grid-template-columns:1fr}.home-benefit-card{min-height:0}.home-story-visual{height:350px}.home-ring-one{width:300px;height:300px}.home-ring-two{width:235px;height:235px}.home-tag-demo{width:185px;height:185px}.home-scan-wave{right:20px}.home-final-cta{width:92%;padding:34px 25px;border-radius:24px}.home-price-card{padding:24px}.home-plan-head{align-items:flex-start;flex-direction:column;gap:10px}}.gallery-page-shell{min-height:100vh;background:linear-gradient(180deg,#f5f9ff,#f8fafc 38%,#fff)}.gallery-module-page{padding-top:34px;padding-bottom:80px}.gallery-page-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:32px;margin:18px 0 28px;padding:38px 42px;border:1px solid #dce7f5;border-radius:30px;background:linear-gradient(135deg,#fff,#eef6ff 58%,#e9fff7);box-shadow:0 24px 70px rgba(17,55,104,.09)}.gallery-page-hero:after{content:"";position:absolute;width:240px;height:240px;border-radius:999px;right:-70px;top:-120px;background:rgba(31,107,224,.09)}.gallery-page-hero h1{margin:7px 0 10px;font-size:clamp(2rem,4vw,3.25rem);line-height:1;color:#082d61}.gallery-page-hero p:not(.eyebrow){max-width:690px;margin:0;color:#52657d;font-size:1.08rem;line-height:1.7}.gallery-hero-badge{position:relative;z-index:1;min-width:210px;padding:20px;border:1px solid rgba(255,255,255,.85);border-radius:22px;background:rgba(255,255,255,.8);box-shadow:0 14px 40px rgba(16,49,91,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.gallery-hero-badge span{display:block;font-size:2rem;margin-bottom:8px}.gallery-hero-badge small,.gallery-hero-badge strong{display:block}.gallery-hero-badge strong{color:#082d61}.gallery-hero-badge small{margin-top:5px;color:#718096}.gallery-manager-pro{display:grid;grid-gap:24px;gap:24px}.gallery-toast{position:-webkit-sticky;position:sticky;z-index:20;top:74px;padding:14px 18px;border-radius:14px;font-weight:800;box-shadow:0 12px 30px rgba(10,35,70,.12)}.gallery-toast.success{color:#087552;background:#e8fff6;border:1px solid #b8f1dc}.gallery-toast.error{color:#a12b2b;background:#fff0f0;border:1px solid #ffcaca}.gallery-summary-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);grid-gap:22px;gap:22px}.gallery-cover-card{display:grid;grid-template-columns:minmax(240px,.9fr) 1fr;min-height:330px;overflow:hidden;border:1px solid #dce7f5;border-radius:27px;background:#fff;box-shadow:0 18px 55px rgba(17,55,104,.09)}.gallery-cover-image{position:relative;min-height:330px;background:linear-gradient(135deg,#e8f2ff,#e9fff6);display:grid;place-items:center}.gallery-cover-image img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.gallery-cover-image>span{font-size:7rem}.gallery-cover-label{position:absolute;left:18px;bottom:18px;padding:9px 13px;border-radius:999px;color:#fff;background:rgba(6,35,74,.78);font-size:.78rem;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gallery-cover-copy{display:flex;flex-direction:column;justify-content:center;padding:38px}.gallery-cover-copy h2{margin:5px 0 10px;color:#082d61;font-size:2.25rem}.gallery-cover-copy p:not(.eyebrow){margin:0;color:#65768b;line-height:1.7}.gallery-capacity-card{padding:28px!important;border-radius:27px!important;display:flex;flex-direction:column}.gallery-capacity-top{display:flex;align-items:center;justify-content:space-between}.gallery-capacity-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:#edf4ff;font-size:1.45rem}.gallery-capacity-card>strong{margin-top:28px;color:#082d61;font-size:3.5rem;line-height:1}.gallery-capacity-card>strong small{font-size:1.4rem;color:#90a0b5}.gallery-capacity-card>p{margin:7px 0 16px;color:#55687e;font-weight:700}.gallery-capacity-card>small{color:#718096}.gallery-progress{height:10px;overflow:hidden;margin-bottom:12px;border-radius:99px;background:#e9eef5}.gallery-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#18be83,#1f6be0);transition:width .3s ease}.gallery-upload-main{width:100%;margin-top:auto}.gallery-library-card{padding:30px!important;border-radius:28px!important}.gallery-library-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.gallery-library-head h2{margin:4px 0 6px;color:#082d61;font-size:1.8rem}.gallery-library-head p{margin:0}.gallery-empty-pro{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:45px;border:2px dashed #d6e2f0;border-radius:22px;background:#f9fbfe}.gallery-empty-icon{display:grid;place-items:center;width:82px;height:82px;margin-bottom:18px;border-radius:25px;background:#eaf3ff;font-size:2.3rem}.gallery-empty-pro h3{margin:0 0 8px;color:#082d61;font-size:1.4rem}.gallery-empty-pro p{max-width:540px;margin:0 0 22px;color:#6b7d92;line-height:1.65}.gallery-grid-pro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.gallery-photo-card{overflow:hidden;border:1px solid #dce6f1;border-radius:21px;background:#fff;box-shadow:0 10px 30px rgba(11,46,91,.06);transition:.2s ease}.gallery-photo-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(11,46,91,.11)}.gallery-photo-card.is-profile{border-color:#74d8b4;box-shadow:0 0 0 3px rgba(24,190,131,.09),0 16px 38px rgba(11,46,91,.09)}.gallery-photo-frame{position:relative;aspect-ratio:4/3;overflow:hidden;background:#edf3fa}.gallery-photo-frame img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-photo-card:hover .gallery-photo-frame img{transform:scale(1.025)}.gallery-photo-number{position:absolute;left:12px;top:12px;display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:rgba(5,32,68,.78);color:#fff;font-weight:900;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.gallery-main-ribbon,.gallery-private-ribbon{position:absolute;right:12px;top:12px;padding:7px 10px;border-radius:999px;font-size:.72rem;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gallery-main-ribbon{color:#066d4d;background:rgba(228,255,245,.92)}.gallery-private-ribbon{color:#573b00;background:rgba(255,246,210,.93)}.gallery-photo-body{padding:16px}.gallery-photo-meta{display:flex;justify-content:space-between;gap:10px}.gallery-photo-meta strong{overflow:hidden;color:#082d61;text-overflow:ellipsis;white-space:nowrap}.gallery-photo-meta span{flex:none;color:#8a99aa;font-size:.74rem}.gallery-photo-actions{display:flex;gap:7px;margin:14px 0}.gallery-photo-actions button{border:1px solid #d8e2ee;border-radius:10px;background:#fff;color:#43566d;padding:8px 10px;font-weight:800;cursor:pointer}.gallery-photo-actions button.active{color:#076f51;background:#eafff7;border-color:#bdebd9}.gallery-photo-actions button:disabled{opacity:.35;cursor:not-allowed}.gallery-photo-actions button:nth-child(3){margin-left:auto}.gallery-photo-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:13px;border-top:1px solid #edf1f6}.gallery-profile-button{border:0;background:transparent;color:#1764d5;font-weight:900;cursor:pointer}.gallery-profile-button:disabled{color:#159368;cursor:default}.danger-link{border:0;background:transparent;color:#c23c3c;font-weight:800;cursor:pointer}.danger-link:disabled{opacity:.4}.gallery-locked-slot{min-height:310px;border:2px dashed #cfdbea;border-radius:21px;background:linear-gradient(145deg,#f8fbff,#f2f7fd);color:#63758a;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}.gallery-locked-slot:hover{transform:translateY(-3px);border-color:#8fb5ea;background:#eef5ff}.gallery-locked-slot span{font-size:2rem;margin-bottom:10px}.gallery-locked-slot strong{color:#173e70}.gallery-locked-slot small{margin-top:4px}.gallery-premium-banner{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:22px;gap:22px;padding:30px 34px;border-radius:27px;color:#fff;background:linear-gradient(120deg,#082d61,#1456a8 65%,#1f6be0);box-shadow:0 20px 55px rgba(10,50,105,.2)}.gallery-premium-banner:after{content:"";position:absolute;width:210px;height:210px;border-radius:999px;right:-70px;top:-110px;background:rgba(255,255,255,.08)}.gallery-premium-banner>*{position:relative;z-index:1}.gallery-premium-banner .eyebrow{color:#92f2d0}.gallery-premium-banner h2{margin:5px 0 6px;font-size:1.8rem}.gallery-premium-banner p:not(.eyebrow){margin:0;color:#d9e8fb;line-height:1.55}.gallery-premium-art{display:grid;place-items:center;width:65px;height:65px;border-radius:21px;background:rgba(255,255,255,.12);font-size:1.8rem}.premium-modal-backdrop{background:rgba(3,20,43,.64);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.premium-modal-card{position:relative;width:min(520px,100%);padding:38px;border-radius:28px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.25);text-align:center}.premium-modal-close{position:absolute;right:16px;top:13px;border:0;background:transparent;color:#718096;font-size:2rem;cursor:pointer}.premium-modal-icon{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 18px;border-radius:23px;background:linear-gradient(145deg,#fff4ca,#ffe39a);font-size:2rem}.premium-modal-card h2{margin:6px 0 10px;color:#082d61;font-size:2rem}.premium-modal-card>p:not(.eyebrow){color:#64758a;line-height:1.65}.premium-benefit-list{display:grid;grid-gap:9px;gap:9px;margin:22px 0;text-align:left}.premium-benefit-list span{padding:11px 13px;border-radius:12px;color:#244563;background:#f3f7fc;font-weight:700}.premium-modal-card .btn{width:100%}.premium-modal-card>small{display:block;margin-top:13px;color:#8b99aa;line-height:1.45}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:900px){.gallery-summary-grid{grid-template-columns:1fr}.gallery-grid-pro{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-page-hero{padding:30px}.gallery-hero-badge{display:none}.gallery-premium-banner{grid-template-columns:auto 1fr}.gallery-premium-banner .btn{grid-column:1/-1;width:100%}}@media(max-width:650px){.gallery-module-page{padding-top:20px}.gallery-page-hero{margin-top:10px;padding:25px 22px;border-radius:23px}.gallery-page-hero h1{font-size:2.15rem}.gallery-cover-card{grid-template-columns:1fr}.gallery-cover-image{min-height:280px}.gallery-cover-copy{padding:25px}.gallery-grid-pro{grid-template-columns:1fr}.gallery-library-card{padding:20px!important}.gallery-library-head{align-items:stretch;flex-direction:column}.gallery-library-head .btn{width:100%}.gallery-premium-banner{grid-template-columns:1fr;padding:27px 23px}.gallery-premium-art{width:54px;height:54px}.premium-modal-card{padding:32px 22px}.gallery-locked-slot:hover,.gallery-photo-card:hover{transform:none}}.health-pro-shell{min-height:100vh;background:linear-gradient(180deg,#f5f8fd,#f8fafc 45%,#fff)}.health-pro-page{padding-bottom:72px}.health-hero-pro{display:grid;grid-template-columns:auto 1fr auto;grid-gap:24px;gap:24px;align-items:center;padding:30px 34px;margin:18px 0 24px;border:1px solid #dbe5f2;border-radius:28px;background:linear-gradient(135deg,#fff,#f0f7ff 58%,#e9fff7);box-shadow:0 22px 55px rgba(20,53,94,.09);overflow:hidden;position:relative}.health-hero-pro:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-90px;top:-110px;background:rgba(28,105,222,.07)}.health-pet-avatar{width:92px;height:92px;border-radius:28px;display:grid;place-items:center;font-size:50px;background:#fff;border:5px solid #fff;box-shadow:0 10px 28px rgba(15,49,91,.16);overflow:hidden}.health-pet-avatar img{width:100%;height:100%;object-fit:cover}.health-hero-pro h1{font-size:clamp(30px,4vw,46px);line-height:1.06;margin:5px 0 8px;color:#082d61}.health-hero-pro>div>p:last-child{max-width:720px;color:#536781;margin:0;line-height:1.65}.health-privacy-badge{display:flex;gap:11px;align-items:center;background:rgba(255,255,255,.86);border:1px solid #dce8f2;padding:13px 16px;border-radius:16px;position:relative;z-index:1}.health-privacy-badge>span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#eafaf4}.health-privacy-badge small,.health-privacy-badge strong{display:block}.health-privacy-badge strong{color:#123963;font-size:13px}.health-privacy-badge small{color:#718096;font-size:11px;margin-top:2px}.health-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:22px}.health-metric-card{background:#fff;border:1px solid #dfe7f0;border-radius:19px;padding:18px;display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:center;box-shadow:0 8px 24px rgba(20,53,94,.05)}.health-metric-card small{grid-column:1/-1;color:#77879b;border-top:1px solid #edf1f5;padding-top:10px;font-size:12px}.health-metric-card strong{font-size:26px;color:#082d61;display:block}.health-metric-card p{margin:2px 0 0;color:#65758a;font-size:13px}.metric-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-size:22px}.metric-icon.blue{background:#e9f1ff}.metric-icon.green{background:#e8faf3}.metric-icon.orange{background:#fff4e5}.metric-icon.red{background:#fff0f0}.health-metric-card.warning{border-color:#ffc978;background:#fffdf8}.health-tabs{display:flex;gap:6px;background:#eaf0f7;border-radius:15px;padding:5px;width:max-content;margin-bottom:20px}.health-tabs button{border:0;background:transparent;color:#536781;padding:11px 18px;border-radius:11px;font-weight:800;cursor:pointer}.health-tabs button.active{background:#fff;color:#0b4d9d;box-shadow:0 4px 14px rgba(20,53,94,.1)}.health-tabs button span{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#dce8f7;font-size:11px;margin-left:5px}.health-dashboard-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:18px;gap:18px}.health-critical-card,.health-next-card,.premium-health-card{padding:25px}.health-public-pill{background:#e6faf2;color:#087451;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900}.health-empty-state{text-align:center;padding:34px 18px;border:1px dashed #cad8e7;border-radius:17px;background:#f9fbfd;margin-top:18px}.health-empty-state>span{display:block;font-size:32px;margin-bottom:8px}.health-empty-state strong{color:#173b67}.health-empty-state p{color:#7b899a;margin:5px 0 0;font-size:13px}.health-empty-state.compact{padding:24px 12px}.critical-list{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.critical-list article{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid #ffd5d5;background:#fff8f8;border-radius:14px}.critical-list article>span{font-size:22px}.critical-list strong{color:#8f1e2e}.critical-list p{margin:3px 0 0;color:#6f5660;font-size:13px}.next-vaccine-box{display:flex;gap:15px;align-items:center;padding:20px;margin-top:18px;border:1px solid #d8e7fb;background:#f5f9ff;border-radius:18px}.calendar-date{width:64px;height:70px;border-radius:16px;background:#1769dd;color:#fff;display:grid;place-items:center;align-content:center;box-shadow:0 8px 20px rgba(23,105,221,.24)}.calendar-date strong{font-size:28px;line-height:1}.calendar-date span{text-transform:uppercase;font-size:11px;font-weight:800}.next-vaccine-box p,.next-vaccine-box small{display:block;margin:4px 0 0;color:#6d7e93}.next-vaccine-box small{color:#087451;font-weight:800}.premium-health-card{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(125deg,#102d5b,#214f9a 58%,#6d3fc0);color:#fff;border:0}.premium-health-card .eyebrow{color:#aee8d0}.premium-health-card h2{font-size:27px;margin:5px 0 7px}.premium-health-card p:last-child{max-width:760px;margin:0;color:#d9e6fb}.premium-crown{font-size:28px}.btn-premium{background:linear-gradient(135deg,#ffcb58,#ff9f43)!important;color:#382006!important;border:0!important;font-weight:900!important;box-shadow:0 9px 22px rgba(255,174,63,.24)}.premium-active-badge{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.28);padding:11px 15px;border-radius:12px;font-weight:900;white-space:nowrap}.health-module-layout{display:grid;grid-template-columns:minmax(300px,390px) 1fr;grid-gap:18px;gap:18px;align-items:start}.health-form-card,.health-records-card{padding:24px}.health-form-card{position:-webkit-sticky;position:sticky;top:90px}.health-pro-form{display:grid;grid-gap:14px;gap:14px;margin-top:19px}.health-pro-form .field label{font-weight:800;color:#23415f;font-size:13px}.health-pro-form input,.health-pro-form select,.health-pro-form textarea{width:100%;border:1px solid #cfdceb;border-radius:12px;padding:12px 13px;background:#fbfdff;color:#122f53;outline:none;transition:.2s}.health-pro-form input:focus,.health-pro-form select:focus,.health-pro-form textarea:focus{border-color:#4388e9;box-shadow:0 0 0 4px rgba(67,136,233,.11);background:#fff}.health-visibility-toggle{display:flex;gap:11px;align-items:flex-start;border:1px solid #d7e3ef;background:#f7fbff;padding:13px;border-radius:13px;cursor:pointer}.health-visibility-toggle.emergency{border-color:#ffd3d3;background:#fff8f8}.health-visibility-toggle input{width:auto;margin-top:4px}.health-visibility-toggle span small,.health-visibility-toggle span strong{display:block}.health-visibility-toggle span strong{font-size:13px;color:#173b67}.health-visibility-toggle span small{font-size:11px;color:#7a899b;margin-top:3px}.btn-full{justify-content:center}.locked-health-form{margin-top:18px;text-align:center;padding:35px 18px;background:linear-gradient(145deg,#fbf8ff,#f2ecff);border:1px dashed #bfa8e8;border-radius:18px}.locked-health-form>span{font-size:32px}.locked-health-form h3{color:#4a2d7a;margin:9px 0 5px}.locked-health-form p{color:#74638e;font-size:13px;margin:0 0 16px}.premium-mini-lock{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:11px;gap:11px;margin-top:16px;padding:12px;border-radius:13px;background:#f7f2ff;border:1px solid #e1d5f7}.premium-mini-lock p,.premium-mini-lock strong{display:block;margin:0}.premium-mini-lock strong{color:#4c3474;font-size:12px}.premium-mini-lock p{font-size:10px;color:#7d6d95;margin-top:2px}.premium-mini-lock button{border:0;background:transparent;color:#7549bf;font-weight:900;cursor:pointer;font-size:11px}.medical-timeline{display:grid;grid-gap:0;gap:0;margin-top:18px}.medical-timeline-item{display:grid;grid-template-columns:auto 1fr auto;grid-gap:14px;gap:14px;padding:18px 0;border-bottom:1px solid #e8edf3}.medical-timeline-item:last-child{border-bottom:0}.timeline-health-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#edf4ff;font-size:20px}.timeline-health-icon.allergy{background:#fff2e7}.timeline-health-icon.condition{background:#fff0f0}.timeline-health-icon.medication{background:#eef9ff}.timeline-health-icon.surgery{background:#f2efff}.record-heading{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.medical-record-copy>p{margin:4px 0;color:#6d7e93;font-size:13px}.medical-record-copy>small{display:block;color:#8190a2;margin-top:4px}.record-note{margin-top:10px;padding:10px 12px;border-radius:10px;background:#f7f9fc;color:#50647b;font-size:12px;line-height:1.55}.visibility{font-size:10px;font-weight:900;text-transform:uppercase;padding:4px 7px;border-radius:999px;background:#edf1f5;color:#758397}.visibility.public{background:#e4f9f0;color:#087451}.due-overdue{color:#c13b4d!important;font-weight:900}.record-menu-actions{display:flex;gap:6px;align-items:flex-start}.record-menu-actions button{border:1px solid #d8e1ec;background:#fff;color:#426080;border-radius:9px;padding:7px 9px;font-size:10px;font-weight:800;cursor:pointer}.record-menu-actions button.danger{color:#bc3448;border-color:#f0cbd1}.record-menu-actions button:hover{background:#f4f7fa}.health-premium-modal{max-width:580px;text-align:center}.premium-modal-icon{font-size:42px}.health-premium-modal>p:not(.eyebrow){color:#6c7890;line-height:1.55}.premium-benefits-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;text-align:left;margin:20px 0}.premium-benefits-grid span{background:#f7f2ff;color:#513676;border-radius:11px;padding:11px;font-size:12px;font-weight:800}.health-premium-modal>small{display:block;color:#8994a4;margin-top:11px}@media(max-width:980px){.health-summary-grid{grid-template-columns:1fr 1fr}.health-module-layout{grid-template-columns:1fr}.health-form-card{position:static}.health-dashboard-grid{grid-template-columns:1fr}.health-hero-pro{grid-template-columns:auto 1fr}.health-privacy-badge{grid-column:1/-1;width:max-content}.premium-health-card{grid-column:auto}}@media(max-width:640px){.health-pro-page{padding-left:14px;padding-right:14px}.health-hero-pro{grid-template-columns:1fr;text-align:center;padding:24px 18px}.health-pet-avatar{margin:auto}.health-privacy-badge{width:100%;text-align:left}.health-summary-grid{grid-template-columns:1fr 1fr;gap:9px}.health-metric-card{grid-template-columns:1fr;padding:14px}.metric-icon{width:40px;height:40px}.health-tabs{width:100%;overflow:auto}.health-tabs button{flex:1 1;white-space:nowrap;padding:10px}.premium-health-card{display:block}.premium-health-card .btn{margin-top:18px;width:100%}.health-module-layout{display:block}.health-records-card{margin-top:16px}.medical-timeline-item{grid-template-columns:auto 1fr}.record-menu-actions{grid-column:2;justify-content:flex-start}.premium-benefits-grid{grid-template-columns:1fr}.two-column-fields{grid-template-columns:1fr!important}.premium-mini-lock{grid-template-columns:auto 1fr}.premium-mini-lock button{grid-column:1/-1}.health-hero-pro h1{font-size:34px}}.module-page-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin:26px 0}.contacts-layout{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);grid-gap:20px;gap:20px}.contact-cards{display:grid;grid-gap:12px;gap:12px}.contact-pro-card{display:grid;grid-template-columns:auto 1fr auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid #dbe4f0;border-radius:16px;padding:16px;background:#fff}.contact-priority{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e9f1ff;color:#1261d8;font-weight:900}.contact-pro-card p,.contact-pro-card small{display:block;margin:3px 0;color:#64748b}.contact-pro-card a{font-weight:800;color:#1261d8}.btn-full{width:100%}.btn-premium{background:linear-gradient(135deg,#7c3aed,#c026d3);color:#fff;border:0}.premium-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:1000;display:grid;place-items:center;padding:20px}.premium-modal{position:relative;width:min(520px,100%);background:#fff;border-radius:24px;padding:30px;text-align:center;box-shadow:0 30px 80px rgba(15,23,42,.3)}.modal-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:28px;cursor:pointer}.premium-modal-icon{font-size:44px}@media(max-width:850px){.contacts-layout{grid-template-columns:1fr}.module-page-heading{display:block}.contact-pro-card{grid-template-columns:auto 1fr}.contact-pro-card .record-menu-actions{grid-column:1/-1}}.account-premium-card{margin-top:22px;padding:28px;border:2px solid #7c3aed;background:linear-gradient(145deg,#fbf8ff,#f5f0ff)}.account-premium-card h2{margin:4px 0 8px}.account-premium-card .btn{margin-top:14px}.account-premium-card>small{display:block;margin-top:10px}.dashboard-premium-card{display:flex;align-items:center;gap:18px;text-decoration:none;color:inherit;background:#fff;border:1px solid #dbe4f2;border-radius:18px;padding:22px;transition:all .25s ease;cursor:pointer}.dashboard-premium-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(20,103,223,.18);border-color:#1467df}.dashboard-premium-card strong{display:block;font-size:1.9rem;color:#0f2f60}.dashboard-premium-card p{margin-top:6px;color:#5b6b84}.dashboard-premium-card small{display:block;margin-top:8px;color:#1467df;font-weight:700}