:root{
  --gpc-bg:#f4effb;
  --gpc-surface:#ffffff;
  --gpc-surface-soft:#fbf8ff;
  --gpc-border:#e7dcf7;
  --gpc-border-strong:#d6c6f2;
  --gpc-text:#2f2345;
  --gpc-muted:#877b9d;
  --gpc-purple:#5b22d6;
  --gpc-purple-2:#7b4dff;
  --gpc-purple-3:#3f118f;
  --gpc-yellow:#ffd84d;
  --gpc-yellow-soft:#fff4bb;
  --gpc-shadow:0 20px 50px rgba(78,33,150,.12);
  --gpc-shadow-soft:0 10px 24px rgba(86,54,132,.08);
  --gpc-radius:28px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body.gopetia-peticard-page{font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--gpc-text);background:radial-gradient(circle at top left,rgba(130,79,255,.12),transparent 25%),linear-gradient(180deg,#faf7ff 0%,#f3edf9 60%,#f6f1fb 100%);min-height:100vh}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}

.gpc-safe-nav{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 28px;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(129,95,204,.12)}
.gpc-safe-nav__brand img{height:50px;width:auto}
.gpc-safe-nav nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.gpc-safe-nav nav a{padding:12px 18px;border-radius:999px;color:#564a6f;font-weight:800;transition:.2s ease}
.gpc-safe-nav nav a:hover,.gpc-safe-nav nav a.is-active{background:#efe7ff;color:var(--gpc-purple)}

.gpc-app{max-width:1440px;margin:0 auto;padding:28px}
.gpc-app--superapp{padding-top:28px}
.gpc-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px;align-items:start}

.gpc-pets{position:sticky;top:96px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border:1px solid rgba(129,95,204,.14);box-shadow:var(--gpc-shadow-soft);border-radius:32px;padding:18px;display:flex;flex-direction:column;gap:16px}
.gpc-appnav{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gpc-appnav__item{appearance:none;border:1px solid var(--gpc-border);background:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:center;gap:10px;text-align:left;color:#5b516e;box-shadow:0 6px 14px rgba(82,55,122,.05)}
.gpc-appnav__item span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#f3ecff}
.gpc-appnav__item span img{width:18px;height:18px}
.gpc-appnav__item b{font-size:13px;line-height:1.2}
.gpc-appnav__item.is-current{background:linear-gradient(135deg,#5d23d8,#7d52ff);color:#fff;border-color:transparent}
.gpc-appnav__item.is-current span{background:rgba(255,255,255,.18)}
.gpc-appnav__item.is-current span img{filter:brightness(0) invert(1)}
.gpc-pets__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.gpc-pets__head small{display:block;font-weight:900;letter-spacing:.14em;color:var(--gpc-purple);margin-bottom:6px}
.gpc-pets__head h2{margin:0;font-size:2rem;line-height:1;font-weight:900;letter-spacing:-.04em}
.gpc-icon-btn{appearance:none;border:0;width:52px;height:52px;border-radius:18px;background:#efe7ff;color:var(--gpc-purple);font-size:1.7rem;font-weight:900;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(91,34,214,.08)}
.gpc-pets__list{display:flex;flex-direction:column;gap:12px}
.gpc-pet-chip{width:100%;appearance:none;border:1px solid var(--gpc-border-strong);background:#fff;border-radius:20px;padding:10px 12px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;text-align:left;transition:.2s ease;box-shadow:0 8px 18px rgba(84,61,123,.05)}
.gpc-pet-chip:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(84,61,123,.08)}
.gpc-pet-chip.is-active{background:#fff8e5;border-color:#e8d7a1;box-shadow:0 14px 28px rgba(226,193,78,.18)}
.gpc-pet-chip img{width:54px;height:54px;border-radius:17px;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 18px rgba(49,30,74,.12)}
.gpc-pet-chip span{min-width:0}
.gpc-pet-chip b{display:block;font-size:1.02rem;line-height:1.1;margin-bottom:4px}
.gpc-pet-chip small{display:block;color:var(--gpc-muted);font-size:.88rem;line-height:1.25}
.gpc-pet-chip i{font-style:normal;color:#9c90b7;font-size:1.3rem;font-weight:900}
.gpc-add-pet{appearance:none;border:0;border-radius:20px;padding:16px 18px;background:#f0e6ff;color:var(--gpc-purple);font-weight:900;font-size:1.3rem;box-shadow:0 14px 22px rgba(91,34,214,.08)}
.gpc-pets__promo{min-height:120px}
.gpc-promo-card{position:relative;overflow:hidden;border-radius:24px;padding:18px;background:linear-gradient(155deg,#4d19bf 0%,#7b4dff 55%,#ffdb68 155%);color:#fff;box-shadow:var(--gpc-shadow-soft)}
.gpc-promo-card__eyebrow{font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;opacity:.88}
.gpc-promo-card__title{font-size:1.42rem;line-height:.95;font-weight:900;margin:10px 0 70px;letter-spacing:-.04em}
.gpc-promo-card__title span{color:#ffe57e}
.gpc-promo-card__media{position:absolute;right:12px;bottom:12px;width:84px;height:84px;border-radius:24px;overflow:hidden;border:4px solid rgba(255,255,255,.7);box-shadow:0 14px 28px rgba(31,9,70,.2)}
.gpc-promo-card__media img{width:100%;height:100%;object-fit:cover}
.gpc-promo-card p{margin:0;font-size:.92rem;line-height:1.45;color:rgba(255,255,255,.9);max-width:210px}

.gpc-stage{min-width:0}
.gpc-superapp{display:flex;flex-direction:column;gap:18px}
.gpc-superapp__top{display:flex;align-items:center;justify-content:space-between;gap:16px;background:rgba(255,255,255,.74);border:1px solid rgba(129,95,204,.12);border-radius:26px;padding:16px 20px;box-shadow:var(--gpc-shadow-soft);backdrop-filter:blur(10px)}
.gpc-superapp__brand,.gpc-mobile-card__brand{display:flex;align-items:center;gap:12px}
.gpc-superapp__brand b,.gpc-mobile-card__brand b{display:block;font-size:1rem;line-height:1;font-weight:900}
.gpc-superapp__brand small,.gpc-mobile-card__brand small{display:block;color:var(--gpc-muted);font-size:.78rem}
.gpc-brand-mark,.gpc-mobile-card__brand span{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#f7f0ff,#eadcff);box-shadow:inset 0 0 0 1px rgba(91,34,214,.1)}
.gpc-brand-mark img,.gpc-mobile-card__brand span img{width:20px;height:20px}
.gpc-superapp__center{flex:1;text-align:center}
.gpc-superapp__center h1{margin:0;font-size:2rem;line-height:1;font-weight:900;letter-spacing:-.05em;color:#311f50}
.gpc-superapp__center p{margin:6px 0 0;color:#7f719b;font-weight:700}
.gpc-superapp__user{display:flex;align-items:center;gap:12px}
.gpc-hand-note{display:inline-flex;align-items:center;gap:8px;background:#fff6c4;border:1px solid #efdf88;padding:10px 14px;border-radius:999px;font-family:"Segoe Print","Comic Sans MS","Bradley Hand",cursive;font-weight:700;color:#705402;white-space:nowrap}
.gpc-hand-note b{color:var(--gpc-purple)}
.gpc-user-pill{padding:10px 14px;border-radius:999px;background:#efe7ff;color:var(--gpc-purple);font-weight:800}

.gpc-desktop-card{background:var(--gpc-surface);border:1px solid rgba(129,95,204,.12);border-radius:36px;padding:24px;box-shadow:var(--gpc-shadow);position:relative;overflow:hidden}
.gpc-desktop-card::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:240px;background:radial-gradient(circle at 75% 15%,rgba(255,216,77,.18),transparent 24%),linear-gradient(135deg,#6b28eb 0%,#4c17be 55%,#2a0b68 100%);z-index:0}
.gpc-desktop-card>*{position:relative;z-index:1}
.gpc-desktop-card__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;min-height:168px;margin-bottom:16px}
.gpc-pet-hero{display:flex;align-items:center;gap:18px;padding-top:8px}
.gpc-avatar{width:94px;height:94px;border-radius:28px;object-fit:cover;border:4px solid rgba(255,255,255,.9);box-shadow:0 18px 36px rgba(29,8,74,.18);background:#fff}
.gpc-pet-hero__copy small{display:block;font-size:.88rem;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#ffe07f;margin-bottom:10px}
.gpc-pet-hero__copy h2,.gpc-mobile-pet__copy h2{margin:0;font-size:3.05rem;line-height:.96;font-weight:950;letter-spacing:-.06em;color:#fff}
.gpc-pet-hero__copy h2 span,.gpc-mobile-pet__copy h2 span{color:#f3cfff;font-size:.52em;vertical-align:middle}
.gpc-pet-hero__copy p,.gpc-mobile-pet__copy p{margin:10px 0 0;font-size:1.1rem;color:rgba(255,255,255,.92);font-weight:600}
.gpc-desktop-card__tools{padding-top:8px}
.gpc-btn{appearance:none;border:1px solid var(--gpc-border-strong);background:#fff;color:var(--gpc-text);padding:14px 18px;border-radius:18px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 18px rgba(88,58,131,.07);transition:.2s ease}
.gpc-btn:hover{transform:translateY(-1px);box-shadow:0 14px 24px rgba(88,58,131,.1)}
.gpc-btn--primary{background:linear-gradient(135deg,#6a2df1,#5020ca);border-color:transparent;color:#fff}
.gpc-btn--edit{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.18);color:#fff;backdrop-filter:blur(12px)}
.gpc-btn--edit img{filter:brightness(0) invert(1)}
.gpc-btn--ghost-danger{background:#fff;color:#b14566;border-color:#efcdd8}
.gpc-btn--danger{background:#fff1f4;color:#b14566;border-color:#efcdd8}
.gpc-btn img{width:18px;height:18px}

.gpc-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.gpc-chip{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:#efe8fb;color:#533b80;font-weight:800;font-size:.95rem}

.gpc-grid-panels{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;align-items:start}
.gpc-grid-panels__main{display:flex;flex-direction:column;gap:22px}
.gpc-modules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.gpc-module{appearance:none;width:100%;border:1px solid #eee4fb;background:#fff;border-radius:22px;padding:16px 18px;display:grid;grid-template-columns:56px minmax(0,1fr) 16px;align-items:center;gap:14px;text-align:left;box-shadow:0 10px 18px rgba(88,58,131,.05);transition:.2s ease}
.gpc-module:hover{transform:translateY(-2px);box-shadow:0 18px 28px rgba(88,58,131,.08)}
.gpc-module__icon{display:grid;place-items:center;width:56px;height:56px;border-radius:18px}
.gpc-module__icon img{width:24px;height:24px}
.gpc-module__body{min-width:0}
.gpc-module__body b{display:block;font-size:1.05rem;line-height:1.15;font-weight:900;margin-bottom:4px}
.gpc-module__body small{display:block;color:var(--gpc-muted);font-size:.93rem;line-height:1.35}
.gpc-module__arrow{font-style:normal;color:#b2a5c8;font-size:1.35rem;font-weight:900}
.gpc-module--vaccine .gpc-module__icon{background:#e9fff0}.gpc-module--vaccine .gpc-module__icon img{filter:hue-rotate(65deg) saturate(1.3)}
.gpc-module--allergy .gpc-module__icon{background:#ffeaf0}.gpc-module--allergy .gpc-module__icon img{filter:hue-rotate(300deg) saturate(1.1)}
.gpc-module--medication .gpc-module__icon{background:#f2e9ff}
.gpc-module--reminder .gpc-module__icon{background:#fff2cf}.gpc-module--reminder .gpc-module__icon img{filter:hue-rotate(20deg) saturate(1.3)}
.gpc-module--history .gpc-module__icon{background:#eaf2ff}.gpc-module--history .gpc-module__icon img{filter:hue-rotate(180deg) saturate(1.2)}
.gpc-module--emergency .gpc-module__icon{background:#ffeef1}.gpc-module--emergency .gpc-module__icon img{filter:hue-rotate(320deg) saturate(1.2)}

.gpc-share-panel{display:grid;grid-template-columns:132px minmax(0,1fr) 62px;gap:18px;align-items:center;border:1px solid #eee4fb;background:linear-gradient(180deg,#fff 0%,#fcfaff 100%);border-radius:28px;padding:20px;box-shadow:0 12px 22px rgba(88,58,131,.05)}
.gpc-share-panel__qr{display:grid;place-items:center;min-height:120px;border-radius:24px;background:#fbf7ff;border:1px dashed #d9c8fb;padding:10px}
.gpc-qr,.gpc-public-share-qr{width:100%;max-width:112px;aspect-ratio:1/1;display:grid;place-items:center}
.gpc-qr svg,.gpc-public-share-qr svg{width:100%;height:100%}
.gpc-qr-placeholder{appearance:none;width:96px;height:96px;border-radius:26px;border:0;background:linear-gradient(135deg,#eee6ff,#e2d4ff);display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(91,34,214,.08)}
.gpc-qr-placeholder img{width:34px;height:34px}
.gpc-share-panel__body h3{margin:0 0 8px;font-size:1.55rem;line-height:1;font-weight:950;letter-spacing:-.04em}
.gpc-share-panel__body p{margin:0;color:#7d7098;line-height:1.5}
.gpc-share-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.gpc-share-bubble{appearance:none;width:56px;height:56px;border-radius:18px;border:0;background:#f2e9ff;display:grid;place-items:center;box-shadow:0 10px 16px rgba(87,45,170,.08)}
.gpc-share-bubble img{width:22px;height:22px}
.gpc-ribbon{align-self:center;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;border-radius:18px;background:#ffea8a;color:#775c05;font-family:"Segoe Print","Comic Sans MS","Bradley Hand",cursive;font-size:1.3rem;font-weight:700;box-shadow:0 10px 18px rgba(222,191,75,.16)}
.gpc-ribbon b{color:var(--gpc-purple)}

.gpc-side-highlight{display:flex;flex-direction:column;gap:16px}
.gpc-side-highlight__note{padding:18px 20px;border-radius:24px;background:linear-gradient(180deg,#fff9d0,#fff1ae);color:#775b0f;font-family:"Segoe Print","Comic Sans MS","Bradley Hand",cursive;font-weight:700;font-size:1.28rem;line-height:1.1;border:1px solid rgba(231,210,101,.7);box-shadow:0 10px 18px rgba(222,191,75,.12)}
.gpc-side-highlight__note b{color:var(--gpc-purple)}
.gpc-side-highlight__card{border-radius:26px;background:#faf6ff;border:1px solid #eadfff;padding:18px;box-shadow:0 10px 18px rgba(88,58,131,.04)}
.gpc-side-highlight__title{font-weight:900;font-size:1rem;margin-bottom:14px;color:#51367e}
.gpc-side-highlight__mini{display:flex;flex-direction:column;gap:10px}
.gpc-mini-pet{appearance:none;width:100%;text-align:left;border:1px solid #eadfff;background:#fff;border-radius:18px;padding:10px 12px;display:grid;grid-template-columns:46px 1fr;gap:10px;align-items:center}
.gpc-mini-pet.is-active{background:#fff8e5;border-color:#e8d7a1}
.gpc-mini-pet img{width:46px;height:46px;border-radius:15px;object-fit:cover}
.gpc-mini-pet b{display:block;font-size:.95rem}.gpc-mini-pet small{display:block;color:var(--gpc-muted);font-size:.8rem}

.gpc-mobile-card{display:none;position:relative;overflow:hidden;background:#fff;border:1px solid rgba(95,44,201,.18);border-radius:34px;box-shadow:0 26px 46px rgba(62,23,129,.18)}
.gpc-mobile-card::before{content:"";position:absolute;left:50%;top:10px;transform:translateX(-50%);width:120px;height:16px;border-radius:0 0 18px 18px;background:#1f1631;z-index:2}
.gpc-statusbar{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 0;color:#fff;position:relative;z-index:1}
.gpc-statusbar__time{font-weight:900;font-size:.96rem}
.gpc-dynamic-island{display:block;width:118px;height:28px;border-radius:999px;background:#1f1631}
.gpc-statusbar__icons{display:flex;align-items:center;gap:8px}
.gpc-signal{display:flex;align-items:flex-end;gap:2px}.gpc-signal b{display:block;width:3px;background:#fff;border-radius:6px}.gpc-signal b:nth-child(1){height:7px}.gpc-signal b:nth-child(2){height:10px}.gpc-signal b:nth-child(3){height:13px}
.gpc-wifi{width:15px;height:11px;border:2px solid transparent;border-top-color:#fff;border-radius:50%;position:relative}.gpc-wifi::after{content:"";position:absolute;left:50%;bottom:-2px;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:#fff}
.gpc-battery{width:24px;height:12px;border:2px solid #fff;border-radius:4px;position:relative;padding:1px}.gpc-battery::after{content:"";position:absolute;right:-4px;top:3px;width:2px;height:4px;background:#fff;border-radius:0 3px 3px 0}.gpc-battery b{display:block;height:100%;width:68%;background:#fff;border-radius:2px}
.gpc-mobile-card__head{padding:18px 20px 18px;background:linear-gradient(135deg,#6b28eb 0%,#4d18be 56%,#2a0b68 100%);display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.gpc-mobile-edit{appearance:none;border:0;width:52px;height:52px;border-radius:18px;background:rgba(255,255,255,.14);display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}
.gpc-mobile-edit img{width:20px;height:20px;filter:brightness(0) invert(1)}
.gpc-mobile-card__body{padding:18px;background:#fff}
.gpc-mobile-pet{display:flex;align-items:center;gap:14px;margin-bottom:14px;margin-top:-52px;padding-top:8px}
.gpc-mobile-pet .gpc-avatar{width:78px;height:78px}
.gpc-mobile-pet__copy h2{font-size:2.2rem;color:#fff}.gpc-mobile-pet__copy p{font-size:1rem;color:#ede2ff;margin-top:6px}
.gpc-mobile-card .gpc-meta-row{margin-bottom:14px}
.gpc-mobile-card .gpc-chip{font-size:.86rem;padding:8px 12px}
.gpc-mobile-card .gpc-modules{grid-template-columns:1fr 1fr}
.gpc-share-panel--mobile{grid-template-columns:94px minmax(0,1fr);padding:16px;position:relative}
.gpc-share-panel--mobile .gpc-share-bubble{position:absolute;right:16px;bottom:16px}
.gpc-share-panel--mobile .gpc-share-actions{padding-right:72px}
.gpc-share-panel--mobile .gpc-share-panel__body h3{font-size:1.2rem}
.gpc-ribbon--mobile{width:100%;font-size:1.06rem;padding:12px 16px;margin-top:16px}
.gpc-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 14px 18px;border-top:1px solid #eee4fb;background:#fff}
.gpc-bottom-nav button{appearance:none;border:0;background:transparent;padding:8px 2px;display:flex;flex-direction:column;align-items:center;gap:6px;color:#7d7196}
.gpc-bottom-nav button span{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:#f5efff}
.gpc-bottom-nav button span img{width:18px;height:18px}
.gpc-bottom-nav button b{font-size:.72rem;line-height:1.15}
.gpc-bottom-nav button.is-active{color:var(--gpc-purple);font-weight:900}
.gpc-bottom-nav button.is-active span{background:#efe7ff;box-shadow:inset 0 0 0 1px rgba(91,34,214,.08)}

.gpc-empty{padding:56px 26px;border-radius:34px;background:#fff;border:1px solid rgba(129,95,204,.14);box-shadow:var(--gpc-shadow);text-align:center}
.gpc-empty__icon{font-size:3rem;margin-bottom:10px}
.gpc-empty h2{margin:0 0 10px;font-size:2rem;line-height:1;font-weight:950;letter-spacing:-.04em}
.gpc-empty p{max-width:580px;margin:0 auto 18px;color:var(--gpc-muted);line-height:1.6}

.gpc-login-card{max-width:820px;margin:50px auto;padding:42px;border-radius:34px;background:#fff;border:1px solid rgba(129,95,204,.14);box-shadow:var(--gpc-shadow);text-align:center}
.gpc-login-card__icon{font-size:3rem;margin-bottom:12px}.gpc-login-card h2{margin:0 0 10px;font-size:2.15rem;line-height:1;font-weight:950;letter-spacing:-.05em}.gpc-login-card p{margin:0 auto 20px;max-width:560px;color:var(--gpc-muted);line-height:1.6}.gpc-login-card>div{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

.gpc-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);background:#31135e;color:#fff;padding:14px 18px;border-radius:18px;box-shadow:0 18px 32px rgba(31,8,74,.24);z-index:80}
.gpc-modal{position:fixed;inset:0;display:grid;place-items:center;z-index:70;padding:20px}.gpc-modal[hidden]{display:none}.gpc-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(33,16,66,.42);backdrop-filter:blur(6px)}
.gpc-modal__sheet{position:relative;z-index:1;width:min(980px,100%);max-height:min(90vh,920px);overflow:auto;border-radius:30px;background:#fff;border:1px solid rgba(129,95,204,.14);box-shadow:0 28px 46px rgba(32,10,76,.22);padding:24px}
.gpc-modal__sheet header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.gpc-modal__sheet header small{display:block;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--gpc-purple);margin-bottom:6px}
.gpc-modal__sheet header h2{margin:0;font-size:2rem;line-height:1;font-weight:950;letter-spacing:-.05em}
.gpc-form-section{padding:18px 0;border-top:1px solid #efe6fc}.gpc-form-section:first-child{border-top:0;padding-top:0}
.gpc-form-section h3{margin:0 0 14px;font-size:1.3rem;line-height:1;font-weight:900;letter-spacing:-.03em}
.gpc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gpc-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gpc-field{display:flex;flex-direction:column;gap:8px}.gpc-field--full{grid-column:1/-1}
.gpc-field span{font-size:.9rem;font-weight:800;color:#5a4b76}
.gpc-field input,.gpc-field select,.gpc-field textarea{width:100%;border:1px solid var(--gpc-border-strong);background:#fff;border-radius:16px;padding:14px 16px;color:var(--gpc-text);box-shadow:0 6px 14px rgba(88,58,131,.04)}
.gpc-field textarea{min-height:110px;resize:vertical}
.gpc-field small{color:var(--gpc-muted)}
.gpc-photo-field{display:grid;grid-template-columns:116px minmax(0,1fr);gap:16px;align-items:center;margin-bottom:16px}.gpc-photo-field img{width:116px;height:116px;border-radius:28px;object-fit:cover;border:4px solid #fff;box-shadow:0 16px 30px rgba(49,30,74,.12)}
.gpc-vaccines{display:flex;flex-direction:column;gap:10px;margin:16px 0}.gpc-vaccine-row{display:grid;grid-template-columns:1.2fr 1fr 1fr 44px;gap:10px}.gpc-vaccine-row input{width:100%;border:1px solid var(--gpc-border-strong);background:#fff;border-radius:16px;padding:13px 14px}.gpc-vaccine-row button{appearance:none;border:0;border-radius:14px;background:#fff1f4;color:#b14566;font-size:1.25rem;font-weight:900}
.gpc-privacy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.gpc-check{display:flex;align-items:center;gap:10px;border:1px solid #eadfff;background:#faf7ff;border-radius:16px;padding:12px 14px}.gpc-check input{width:18px;height:18px}
.gpc-form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #efe6fc}.gpc-form-actions__main{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

.gpc-public{max-width:1240px;margin:0 auto;padding:40px 28px;text-align:center}.gpc-public__brand{display:inline-block;margin-bottom:20px}.gpc-public__brand img{height:74px;width:auto}.gpc-public__footer{margin-top:16px;color:var(--gpc-muted)}
.gpc-public-phone{max-width:1000px;margin:0 auto;padding:22px;border-radius:36px;background:#fff;border:1px solid rgba(95,44,201,.18);box-shadow:var(--gpc-shadow);overflow:hidden;position:relative}
.gpc-public-phone::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:220px;background:linear-gradient(135deg,#6b28eb 0%,#4d18be 56%,#2a0b68 100%);z-index:0}
.gpc-public-phone>*{position:relative;z-index:1}.gpc-public-statusbar{display:flex;justify-content:space-between;align-items:center;color:#fff;padding:4px 8px 0;font-weight:800}.gpc-public-statusbar i{display:block;width:116px;height:26px;border-radius:999px;background:#1f1631}
.gpc-public-phone__head{display:flex;justify-content:flex-start;padding:18px 6px 8px;color:#fff}.gpc-card__brand{display:flex;align-items:center;gap:12px}.gpc-card__brand b{display:block;font-size:1.1rem;font-weight:900}.gpc-card__brand small{display:block;color:#efe5ff}.gpc-paw-dot{font-size:1.2rem}
.gpc-public-pet{display:flex;align-items:center;gap:18px;text-align:left;padding:10px 8px 18px}.gpc-public-pet img{width:92px;height:92px;border-radius:28px;object-fit:cover;border:4px solid rgba(255,255,255,.9);box-shadow:0 18px 36px rgba(29,8,74,.18)}
.gpc-public-pet h1{margin:0;font-size:3rem;line-height:.96;font-weight:950;letter-spacing:-.06em;color:#fff}.gpc-public-pet h1 span{color:#f3cfff;font-size:.52em;vertical-align:middle}.gpc-public-pet p{margin:10px 0 0;font-size:1.08rem;color:rgba(255,255,255,.92);font-weight:600}
.gpc-public-chips{display:flex;flex-wrap:wrap;gap:10px;padding:0 8px 18px;text-align:left}.gpc-public-chips span{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;background:#efe8fb;color:#533b80;font-weight:800}
.gpc-public-phone__body{text-align:left;background:#fff;border-radius:28px;padding:6px 4px 0}.gpc-public-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gpc-public-module{border:1px solid #eee4fb;background:#fff;border-radius:22px;padding:16px 18px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;align-items:center;box-shadow:0 10px 18px rgba(88,58,131,.05)}
.gpc-public-module .gpc-module__icon{display:grid;place-items:center;width:56px;height:56px;border-radius:18px;background:#f3ecff}.gpc-public-module .gpc-module__icon img{width:24px;height:24px}.gpc-public-module b{display:block;font-size:1.05rem;line-height:1.15;font-weight:900;margin-bottom:4px}.gpc-public-module small{display:block;color:var(--gpc-muted);font-size:.93rem;line-height:1.35}
.gpc-public-share-card{display:grid;grid-template-columns:132px minmax(0,1fr) 62px;gap:18px;align-items:center;border:1px solid #eee4fb;background:linear-gradient(180deg,#fff 0%,#fcfaff 100%);border-radius:28px;padding:20px;margin-top:18px;box-shadow:0 12px 22px rgba(88,58,131,.05)}
.gpc-public-share-card h3{margin:0 0 8px;font-size:1.45rem;line-height:1;font-weight:950;letter-spacing:-.04em}.gpc-public-share-card p{margin:0;color:#7d7098;line-height:1.5}.gpc-public-share-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:18px;background:#f2e9ff}.gpc-public-share-icon img{width:22px;height:22px}.gpc-public-note{margin:16px 0 0;color:#6e6387;background:#faf7ff;border:1px solid #eadfff;border-radius:18px;padding:14px 16px;line-height:1.55}

@media (max-width:1180px){
  .gpc-layout{grid-template-columns:1fr}
  .gpc-pets{position:static}
  .gpc-grid-panels{grid-template-columns:1fr}
  .gpc-superapp__top{flex-wrap:wrap}
  .gpc-superapp__center{text-align:left;order:3;flex:1 0 100%}
}
@media (max-width:920px){
  .gpc-app{padding:18px}
  .gpc-safe-nav{padding:14px 16px}
  .gpc-safe-nav__brand img{height:42px}
  .gpc-safe-nav nav{gap:6px}
  .gpc-safe-nav nav a{padding:10px 14px}
  .gpc-superapp__top,.gpc-desktop-card{display:none}
  .gpc-mobile-card{display:block}
  .gpc-pets{padding:16px;border-radius:28px}
  .gpc-appnav{grid-template-columns:repeat(4,1fr)}
  .gpc-appnav__item{padding:10px;justify-content:center}
  .gpc-appnav__item b{display:none}
  .gpc-appnav__item span{width:40px;height:40px}
  .gpc-grid{grid-template-columns:1fr}.gpc-grid--3{grid-template-columns:1fr}
  .gpc-vaccine-row{grid-template-columns:1fr}
  .gpc-privacy{grid-template-columns:1fr}
  .gpc-photo-field{grid-template-columns:1fr}
  .gpc-modal__sheet{padding:18px;border-radius:24px}
  .gpc-form-actions{flex-direction:column;align-items:stretch}.gpc-form-actions__main{justify-content:stretch}.gpc-form-actions__main .gpc-btn,.gpc-form-actions>.gpc-btn{width:100%}
  .gpc-public-phone{padding:18px}
  .gpc-public-pet h1{font-size:2.2rem}
  .gpc-public-module-grid{grid-template-columns:1fr}
  .gpc-public-share-card{grid-template-columns:104px 1fr}
  .gpc-public-share-icon{display:none}
}
@media (max-width:640px){
  .gpc-safe-nav{position:static;flex-direction:column;align-items:flex-start}
  .gpc-app{padding:14px}
  .gpc-pets__head h2{font-size:1.7rem}
  .gpc-add-pet{font-size:1.15rem}
  .gpc-mobile-card{border-radius:28px}
  .gpc-mobile-card__body{padding:14px}
  .gpc-mobile-card .gpc-modules{grid-template-columns:1fr}
  .gpc-share-panel--mobile{grid-template-columns:1fr}
  .gpc-share-panel--mobile .gpc-share-bubble{position:static}
  .gpc-share-panel--mobile .gpc-share-actions{padding-right:0}
  .gpc-bottom-nav button b{font-size:.68rem}
  .gpc-public-pet{flex-direction:column;align-items:flex-start}.gpc-public-pet h1{font-size:2rem}
  .gpc-public-share-card{grid-template-columns:1fr}
}
