/* PawPort uses the PawPass design system. Product identity is the only theme
   difference: PawPort's blue and gold tokens below. Keep shared type, form,
   button, and navigation rules in shared/css so both products stay aligned. */
.pawport-theme {
  --msk-navy: #003f87;
  --msk-navy-deep: #001f4e;
  --msk-gold: #c7a44a;
  --msk-gold-soft: #fff8e7;
  --msk-surface: #f7f4eb;
  --msk-ink: #17243d;
}

.pawport-theme.pawport-app--loading main.page { visibility: hidden; }
.pawport-access-state { padding: 56px 0; }
.pawport-access-state .auth-message { margin: 18px 0; }

.pawport-theme .wordmark__mark { border-color: var(--msk-gold); }
.pawport-circle-switcher { display: inline-flex; align-items: center; }
.pawport-circle-switcher [data-pawport-circle-switcher-placeholder] { visibility: hidden; }
.pawport-circle-switcher select { width: 220px; min-width: 220px; max-width: 240px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; padding: 7px 28px 7px 12px; color: #fff; background: transparent; font: inherit; font-size: .9rem; }
.pawport-circle-switcher option { color: var(--msk-ink); background: #fff; }
.app-nav__sign-out { appearance: none; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: .94rem; line-height: 1; padding: 0; }
.app-nav__sign-out:hover, .app-nav__sign-out:focus-visible { color: var(--msk-gold); }
.app-nav__sign-out:disabled { cursor: wait; opacity: .7; }
.pawport-theme .eyebrow { color: var(--msk-gold); }
.pawport-theme .back-link { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 26px; color: var(--msk-muted); font-size: .92rem; text-decoration: none; }
.pawport-theme .back-link:hover { color: var(--msk-navy); }
.pawport-theme .pawport-breadcrumb { display:flex; align-items:center; flex-wrap:wrap; gap:0; margin:0 0 22px; color:var(--msk-muted); font-size:12px; font-weight:400; line-height:1.4; }
.pawport-theme .pawport-breadcrumb a { color:var(--msk-navy-deep); text-decoration:none; }
.pawport-theme .pawport-breadcrumb a:hover { text-decoration:underline; }
.pawport-theme .pawport-breadcrumb a::after { content:"/"; display:inline-block; margin:0 9px; color:var(--msk-muted); text-decoration:none; }
.pawport-theme .pawport-breadcrumb span { color:var(--msk-muted); }

/* Shared record editor: the data view stays stable while add/edit work happens in a focused right-side panel. */
body.pawport-panel-open{overflow:hidden}
.pawport-theme .pawport-detail-panel{position:fixed;inset:0;z-index:1000}
.pawport-theme .pawport-detail-panel__scrim{position:absolute;inset:0;background:rgba(17,34,51,.28);backdrop-filter:blur(2px)}
.pawport-theme .pawport-detail-panel__sheet{position:absolute;top:0;right:0;width:min(100%,500px);height:100%;overflow-y:auto;background:#fff;border-left:1px solid var(--msk-line);box-shadow:-18px 0 48px rgba(20,44,70,.16)}
.pawport-theme .pawport-detail-panel__header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;padding:0 24px;background:#fff;border-bottom:1px solid var(--msk-line)}
.pawport-theme .pawport-detail-panel__header h2{margin:0;color:var(--msk-ink);font-size:1.15rem;font-weight:500;letter-spacing:0}
.pawport-theme .pawport-detail-panel__close{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;background:transparent;color:var(--msk-ink);font:300 30px/1 Arial,sans-serif;cursor:pointer}
.pawport-theme .pawport-detail-panel__close:hover{color:var(--msk-navy-deep)}
.pawport-theme .pawport-detail-panel__form{display:grid;gap:20px;margin:0;padding:24px 24px 32px;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}
.pawport-theme .pawport-detail-panel__form .pawport-panel-form-heading{display:none}
.pawport-theme .pawport-detail-panel__form .auth-field{gap:5px;margin:0;color:var(--msk-muted);font-size:10px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}
.pawport-theme .pawport-detail-panel__form .auth-field input,.pawport-theme .pawport-detail-panel__form .auth-field select,.pawport-theme .pawport-detail-panel__form .auth-field textarea{min-height:var(--msk-control-height);padding:0 11px;color:var(--msk-ink);font-size:16px;font-weight:400;letter-spacing:0;text-transform:none;background:#fff;border:1px solid var(--msk-line);border-radius:3px}
.pawport-theme .pawport-detail-panel__form .auth-field textarea{min-height:92px;resize:vertical}
.pawport-theme .pawport-detail-panel__form .button,.pawport-theme .pawport-detail-panel__form .form-actions{margin-top:8px}
.pawport-theme .pawport-detail-panel__form .form-actions{display:flex;align-items:center;gap:10px}
.pawport-theme .pawport-detail-panel__form .button{min-height:var(--msk-control-height);padding:0 16px;font-size:12px;font-weight:600}
.pawport-theme .pawport-detail-panel__form .button--secondary{color:var(--msk-navy-deep)}
.pawport-theme .page-header>.pawport-panel-trigger{margin-left:auto;align-self:center}
.pawport-theme .content-width>h1+.pawport-panel-trigger{position:absolute;top:0;right:0}
.pawport-theme .content-width{position:relative}
@media (max-width:600px){
  .pawport-theme .pawport-detail-panel__sheet{width:100%}
  .pawport-theme .pawport-detail-panel__header{padding:0 18px}
  .pawport-theme .pawport-detail-panel__form{padding:18px}
  .pawport-theme .content-width>h1+.pawport-panel-trigger{position:static;margin:0 0 18px}
}
/* Exact PawPass card treatment, reused here because PawPort does not import
   pawpass.css. Forms intentionally inherit shared/auth.css without local
   type or label overrides. */
.pawport-theme .section-card { padding: 28px; border: 1px solid var(--msk-line); border-radius: var(--msk-radius); background: var(--msk-white); box-shadow: var(--msk-shadow); }
.pawport-theme .section-card > .lede { margin: -10px 0 22px; }
.pawport-theme [hidden] { display: none !important; }
.pawport-theme .form-actions { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.pawport-theme .form-actions .button { margin: 0; }
.pawport-theme .form-actions .button--secondary { margin-left: auto; border-color: #d7a3a3; color: #a53333; }
.pawport-theme .circle-note { max-width: 590px; color: var(--msk-muted); line-height: 1.6; }
.pawport-dashboard__intro { max-width: 670px; margin-bottom: 34px; }
.generation-toolbar { display: grid; grid-template-columns: minmax(160px, .7fr) 1.5fr auto; align-items: center; gap: 14px; margin: 0 0 20px; padding: 14px 0; border-top: 1px solid var(--msk-line); border-bottom: 1px solid var(--msk-line); }
.generation-toolbar h2 { margin: 0; font-size: 1.25rem; }
.pawport-generation-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: start; gap: 20px; }
.pawport-generation-editor { position: static; }
.pawport-generation-editor form { display: grid; gap: 12px; }
.pawport-theme .pawport-generation-editor:empty { display: none !important; }
.pawport-theme .pawport-detail-panel__form > .pawport-panel-form-heading { display: none; }
.pawport-theme .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.pawport-theme .pawport-inherited-breed { margin:-5px 0 4px; color:var(--msk-muted); font-size:.82rem; line-height:1.35; }
.pawport-generation-filters { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pawport-generation-filters button { min-height: 35px; padding: 7px 12px; border: 1px solid var(--msk-line); border-radius: 999px; color: var(--msk-muted); background: var(--msk-white); font: inherit; font-size: .84rem; cursor: pointer; }
.pawport-generation-filters button:hover, .pawport-generation-filters button[aria-pressed="true"] { border-color: var(--msk-navy); color: var(--msk-navy); background: #f5fbff; }
.pawport-puppy-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pawport-puppy-directory .pawport-card { display: flex; align-items: center; gap: 18px; min-height: 150px; padding: 24px; text-decoration: none; transition: transform .15s ease, border-color .15s ease; }
.pawport-puppy-directory .pawport-card:hover { transform: translateY(-2px); border-color: #8bc3e9; }
.pawport-puppy-directory .pawport-card h2 { margin: 0 0 6px; }
.pawport-puppy-directory .pawport-card .button { margin-top: auto; }
.pawport-puppy-directory .pawport-card .avatar { flex: 0 0 auto; }
.pawport-puppy--inactive { opacity: .58; }
.pawport-profile { max-width: 900px; }
.pawport-profile .identity { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin: 0 0 28px; }
.pawport-profile .identity h1 { margin: 0; }
.pawport-profile .identity__details { margin: 5px 0 0; color: var(--msk-muted); }
.pawport-profile .tabs { display: flex; gap: 22px; margin: 0 0 28px; padding-bottom: 12px; border-bottom: 1px solid var(--msk-line); }
.pawport-profile .tabs a { color: var(--msk-muted); text-decoration: none; font-size: .92rem; }
.pawport-profile .tabs a[aria-current="page"] { color: var(--msk-navy); font-weight: 600; }
.pawport-profile .timeline-item { padding: 18px 0; border-bottom: 1px solid var(--msk-line); }
.pawport-profile .timeline-item:last-child { border-bottom: 0; }
.pawport-profile .timeline-item h3 { margin: 4px 0; }
.pawport-profile .timeline-item time { color: var(--msk-gold); font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.pawport-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0; }
.pawport-facts div { padding: 15px; border: 1px solid var(--msk-line); border-radius: 8px; }
.pawport-facts dt { margin-bottom: 5px; color: var(--msk-muted); font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.pawport-facts dd { margin: 0; color: var(--msk-ink); }
.pawport-directory-table { width: 100%; border-collapse: collapse; }
.pawport-directory-table th, .pawport-directory-table td { padding: 12px 10px; text-align: left; border-bottom: 1px solid var(--msk-line); }
.pawport-directory-table th { color: var(--msk-muted); font-size: 10px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.pawport-directory-table td:last-child, .pawport-directory-table th:last-child { text-align: right; }
.pawport-dashboard__intro h1 { margin-bottom: 12px; }
.pawport-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pawport-card { min-height: 170px; padding: 24px; border: 1px solid var(--msk-line); border-radius: var(--msk-radius); background: var(--msk-white); box-shadow: var(--msk-shadow); }
.pawport-grid:not(.pawport-dashboard .pawport-grid) .pawport-card { display: flex; flex-direction: column; align-items: flex-start; }
.pawport-grid:not(.pawport-dashboard .pawport-grid) .pawport-card .button { margin-top: auto; }
.pawport-card h2 { margin-bottom: 8px; font-size: 1.25rem; }
.pawport-card p { margin-bottom: 0; color: var(--msk-muted); line-height: 1.55; }
.pawport-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--msk-line); }
.pawport-list li { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--msk-line); }
.pawport-list small { color: var(--msk-muted); }
.pawport-empty { min-height: 180px; display: grid; align-content: center; padding: 28px; border: 1px dashed #9ec8e5; border-radius: var(--msk-radius); background: #fff; }
.pawport-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.page .pawport-grid { display: block; max-width: 960px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.page .pawport-grid .pawport-card { min-height: 0; display: grid; grid-template-columns: minmax(180px, .8fr) minmax(240px, 1.5fr) auto; align-items: center; gap: 18px; padding: 19px 0; border: 0; border-bottom: 1px solid var(--msk-line); border-radius: 0; box-shadow: none; background: transparent; }
.page .pawport-grid .pawport-card:last-child { border-bottom: 0; }
.page .pawport-grid .pawport-card h2 { margin: 0; font-size: 1rem; font-weight: 600; }
.page .pawport-grid .pawport-card p { margin: 0; font-size: .92rem; }
.page .pawport-grid .pawport-card .button, .page .pawport-grid .pawport-card .pawport-actions { margin: 0; }
.page .pawport-grid .pawport-card > .button { justify-self: end; }
.page .pawport-grid .pawport-empty { border: 0; border-radius: 0; background: transparent; }
.pawport-dashboard .pawport-grid { display: grid; max-width: none; overflow: visible; border: 0; background: transparent; box-shadow: none; }
.pawport-dashboard .pawport-grid .pawport-card { display: flex; border: 1px solid var(--msk-line); border-radius: var(--msk-radius); box-shadow: var(--msk-shadow); }
.pawport-dashboard .pawport-grid { margin-bottom: 44px; }
.pawport-dashboard__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 0 48px;
  max-width: 660px;
  margin: 0 0 44px;
  border-top: 1px solid var(--msk-line);
}
.pawport-dashboard__summary div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--msk-line); }
.pawport-dashboard__summary dt { color: var(--msk-muted); font-size: .9rem; }
.pawport-dashboard__summary dd { margin: 0; color: var(--msk-navy); font-size: 1.38rem; font-weight: 500; }
.pawport-dashboard .pawport-card { min-height: 184px; display: flex; flex-direction: column; justify-content: center; text-decoration: none; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.pawport-dashboard .pawport-card:hover { transform: translateY(-2px); border-color: #8bc3e9; box-shadow: 0 16px 35px rgba(21, 92, 145, .12); }
.pawport-dashboard .pawport-card h2 { margin: 0 0 6px; color: var(--msk-navy); font-size: 2rem; font-weight: 500; letter-spacing: -.05em; }
.pawport-dashboard .pawport-card p { font-size: .96rem; }
.pawport-workspace { padding-top: 32px; border-top: 1px solid var(--msk-line); }
.pawport-workspace__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.pawport-workspace__heading .eyebrow { margin-bottom: 6px; }
.pawport-workspace__heading h2 { margin: 0; font-size: 1.5rem; }
.pawport-workspace__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--msk-line); border-radius: var(--msk-radius); overflow: hidden; background: var(--msk-white); box-shadow: var(--msk-shadow); }
.pawport-workspace__item { min-height: 116px; display: flex; flex-direction: column; padding: 14px; color: var(--msk-ink); text-decoration: none; border-right: 1px solid var(--msk-line); border-bottom: 1px solid var(--msk-line); transition: background .15s ease; }
.pawport-workspace__item:nth-child(4n) { border-right: 0; }
.pawport-workspace__item:nth-last-child(-n + 4) { border-bottom: 0; }
.pawport-workspace__item:hover { background: #f7fbfe; }
.pawport-workspace__item span { margin-bottom: auto; color: var(--msk-gold); font-size: 10px; font-weight: 400; letter-spacing: .1em; }
.pawport-workspace__item strong { color: var(--msk-navy); font-size: 14px; font-weight: 600; letter-spacing: -.02em; }
.pawport-workspace__item small { margin-top: 5px; color: var(--msk-muted); font-size: 12px; }
@media (max-width: 850px) { .pawport-workspace__grid { grid-template-columns: repeat(2, 1fr); } .pawport-workspace__item:nth-child(4n) { border-right: 1px solid var(--msk-line); } .pawport-workspace__item:nth-child(2n) { border-right: 0; } .pawport-workspace__item:nth-last-child(-n + 4) { border-bottom: 1px solid var(--msk-line); } .pawport-workspace__item:nth-last-child(-n + 2) { border-bottom: 0; } }
@media (max-width: 700px) { .pawport-theme .section-card { padding: 22px; } .pawport-theme .form-actions { align-items: stretch; flex-direction: column; } .pawport-theme .form-actions .button--secondary { margin-left: 0; } .generation-toolbar { grid-template-columns: 1fr; gap: 12px; } .pawport-generation-layout { grid-template-columns: 1fr; } .pawport-puppy-directory { grid-template-columns: 1fr; } .pawport-profile .identity { grid-template-columns: auto 1fr; } .pawport-profile .identity .button { grid-column: 1 / -1; } .pawport-profile .tabs { gap: 14px; overflow-x: auto; white-space: nowrap; } .pawport-facts { grid-template-columns: 1fr; } .pawport-directory-table { font-size: .88rem; } .pawport-directory-table th:nth-child(3), .pawport-directory-table td:nth-child(3) { display: none; } .page .pawport-grid .pawport-card { grid-template-columns: 1fr; gap: 8px; padding: 18px; } .page .pawport-grid .pawport-card > .button { justify-self: start; margin-top: 6px; } .pawport-grid, .pawport-workspace__grid { grid-template-columns: 1fr; } .pawport-workspace__item, .pawport-workspace__item:nth-child(4n), .pawport-workspace__item:nth-child(2n) { min-height: 122px; border-right: 0; border-bottom: 1px solid var(--msk-line); } .pawport-workspace__item:last-child { border-bottom: 0; } }

/*
  PawPass foundation — transcribed from the approved live PawPort final.
  PawPort Directory retains this visual language and changes only product tokens.
*/
.pawport-theme,
.pawport-theme button,
.pawport-theme input,
.pawport-theme select,
.pawport-theme textarea {
  font-family: "Arial","Helvetica Neue", sans-serif;
}
.pawport-theme { background: #f7f5ef; }
.pawport-theme .app-header .content-width, .pawport-theme .page > .content-width, .pawport-theme .product-footer .content-width { width: min(calc(100% - 56px), var(--product-app-content)); }
.pawport-theme .app-header { border-bottom: 1px solid rgba(197,155,72,.35); background: var(--msk-navy-deep); }
.pawport-theme .app-header__inner { min-height: 72px; gap: 24px; }
.pawport-theme .wordmark { gap: 10px; font-size: 21px; font-weight: 700; }
.pawport-theme .wordmark__mark { width: 30px; height: 34px; border-color: rgba(197,155,72,.9); border-radius: 0; font-size: 16px; }
.pawport-theme .app-nav { gap: 22px; }
.pawport-theme .app-nav a,
.pawport-theme .app-nav__sign-out { color: rgba(255,255,255,.75); font-size: 14px; font-weight: 500; letter-spacing: .025em; text-transform: none; }
.pawport-theme .app-nav a[aria-current="page"] { color: #fff; }
.pawport-theme .app-nav__sign-out { padding: 0; }
.pawport-theme .page { padding: 46px 0 72px; background: #f7f5ef; }
.pawport-theme .page-header { align-items: center; margin-bottom: 30px; padding-bottom: 26px; border-bottom: 1px solid var(--msk-line); }
.pawport-theme .page-header h1,
.pawport-theme .pawport-dashboard__intro h1 { margin-bottom: 0; color: var(--msk-navy-deep); font-size: clamp(2rem, 4vw, 2.4rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.05; }
.pawport-theme .page-header .lede,
.pawport-theme .pawport-dashboard__intro .lede { max-width: 440px; color: var(--msk-muted); font-size: 15px; line-height: 1.55; }
.pawport-theme .eyebrow { color: var(--msk-gold); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.pawport-theme .button { min-height: var(--msk-control-height); border-radius: 0; padding: 0 17px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.pawport-theme .button--secondary { border-color: rgba(46,143,213,.25); }
.pawport-theme .button:hover { border-color: var(--msk-navy-deep); background: var(--msk-navy-deep); color: #fff; transform: translateY(-1px); }
.pawport-theme .button--secondary:hover { border-color: #1d76b5; background: #eef6fc; color: var(--msk-navy-deep); }
.pawport-theme .button:focus-visible { outline: 2px solid var(--msk-gold); outline-offset: 2px; }
.pawport-theme .button:disabled { transform: none; }
.pawport-theme .form-actions .button--secondary:hover { border-color: #a53333; background: #fff4f4; color: #862525; }
.pawport-theme .section-card,
.pawport-theme .pawport-card { border-color: rgba(46,143,213,.16); border-radius: 0; box-shadow: none; }
.pawport-theme .section-card { padding: 27px; }
.pawport-theme .auth-field { gap: 7px; margin: 16px 0; color: var(--msk-navy-deep); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.pawport-theme .auth-field input,
.pawport-theme .auth-field select { height: var(--msk-control-height); min-height: var(--msk-control-height); border-color: rgba(46,143,213,.2); border-radius: 0; background: #fff; color: var(--msk-ink); font-size: 16px; font-weight: 400; text-transform: none; }
.pawport-theme .auth-field textarea { min-height: 104px; border-color: rgba(46,143,213,.2); border-radius: 0; background: #fff; color: var(--msk-ink); font-size: 16px; font-weight: 400; text-transform: none; }
.pawport-theme .companion-grid { gap: 16px; }
.pawport-theme .companion-card { min-height: 142px; gap: 18px; padding: 22px; border-color: rgba(46,143,213,.16); border-radius: 0; box-shadow: none; }
.pawport-theme .companion-card h2 { color: var(--msk-navy-deep); font-size: 28px; font-weight: 700; }
.pawport-theme .companion-card p { font-size: 13px; }
.pawport-theme .avatar { border: 1px solid rgba(197,155,72,.72); border-radius: 0; background: #fff8e7; color: var(--msk-navy); }
.pawport-theme .pawport-directory-table th { color: var(--msk-muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.pawport-theme .pawport-directory-table th,
.pawport-theme .pawport-directory-table td { padding: 14px 10px; }
.pawport-theme .pawport-workspace__grid { border-color: rgba(46,143,213,.16); border-radius: 0; box-shadow: none; }
.pawport-theme .pawport-workspace__item { min-height: 135px; padding: 19px; }
.pawport-theme .pawport-workspace__item strong { color: var(--msk-navy-deep); font-size: 14px; font-weight: 700; }
.pawport-theme .pawport-workspace__item small { font-size: 12px; }
@media (max-width: 700px) {
  .pawport-theme .app-header .content-width, .pawport-theme .page > .content-width, .pawport-theme .product-footer .content-width { width: min(calc(100% - 32px), var(--product-app-content)); }
  .pawport-theme .page { padding-top: 30px; }
  .pawport-theme .page-header { display: block; }
  .pawport-theme .page-header .lede { margin-top: 10px; }
}

/* Approved PawPort foundation. Public pages and the sign-in experience use the
   same source proportions, type scale, hierarchy, and paper/navy palette as
   the approved PawPort final; CRM pages reuse those tokens above. */
.pawport-site,.pawport-auth{min-height:100vh;background:#f7f4eb;color:#17243d;font-family:Arial, "Helvetica Neue", sans-serif}
.pawport-site *,.pawport-auth *{box-sizing:border-box}
.pawport-wrap{width:min(100% - 80px,1180px);margin:0 auto}
.pawport-header{border-bottom:1px solid rgba(199,164,74,.42);background:#001f4e;color:#fff}
.pawport-header .pawport-wrap,.pawport-footer .pawport-wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px}
.pawport-wordmark{display:flex;align-items:center;gap:11px;color:#fff;text-decoration:none;font:700 25px/1 Arial, "Helvetica Neue", sans-serif;letter-spacing:.03em}
.pawport-mark{display:grid;width:34px;height:42px;place-items:center;border:1px solid #c7a44a;color:#c7a44a;font:700 20px/1 Arial, "Helvetica Neue", sans-serif}
.pawport-header nav{display:flex;gap:22px}.pawport-header nav a{padding:7px 0;border-bottom:1px solid transparent;color:rgba(255,255,255,.82);font-size:12px;font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.pawport-header nav a[aria-current=page]{border-color:#c7a44a;color:#fff}
.pawport-site .page-hero{padding:66px 0 62px;background:linear-gradient(135deg,#001f4e,#003f87);color:#fff}.pawport-site .page-hero .eyebrow{color:#c7a44a}.pawport-site .page-hero h1{max-width:720px;margin:0;color:#fff;font-size:64px;font-weight:700;letter-spacing:-.05em;line-height:1.05}.pawport-site .page-hero .lede{max-width:580px;margin:20px 0 26px;color:rgba(255,255,255,.8);font-size:17px;line-height:1.55}
.pawport-button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--msk-control-height);padding:0 17px;border:1px solid #003f87;background:#003f87;color:#fff!important;font-size:12px;font-weight:600;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:.18s}.pawport-button:hover{background:#001f4e;transform:translateY(-1px)}.pawport-button-gold{border-color:#c7a44a;background:#c7a44a;color:#001f4e!important}.pawport-button-gold:hover{background:#dfc46f}
.pawport-main{padding:48px 0 82px}.pawport-kicker{margin:0 0 9px;color:#8d6e22;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.pawport-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:35px}.pawport-title-row h1{max-width:720px;margin:0;color:#001f4e;font-size:54px;font-weight:700;letter-spacing:-.05em;line-height:.98}.pawport-title-row p{max-width:445px;margin:0;color:#607084;font-size:16px;line-height:1.55}
.pawport-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pawport-action{min-height:135px;padding:19px;border:1px solid rgba(0,63,135,.14);background:#fff;color:#17243d;text-decoration:none;transition:.18s}.pawport-action:hover{border-color:#c7a44a;box-shadow:0 10px 20px rgba(0,31,78,.07);transform:translateY(-2px)}.pawport-action-icon{display:grid;width:29px;height:29px;place-items:center;margin-bottom:21px;border:1px solid #c7a44a;color:#8d6e22;font-size:14px}.pawport-action strong{display:block;color:#001f4e;font-size:14px}.pawport-action small{display:block;margin-top:5px;color:#718092;font-size:12px;line-height:1.35}.pawport-section{margin-top:20px}.pawport-empty{padding:44px;border:1px dashed rgba(0,63,135,.26);background:rgba(255,255,255,.55);color:#63758b;text-align:center}.pawport-empty h2{margin:0 0 7px;color:#001f4e;font-size:28px;font-weight:700}.pawport-empty p{max-width:430px;margin:0 auto;line-height:1.55}
.pawport-footer{background:#001f4e;color:rgba(255,255,255,.68);font-size:12px}.pawport-footer a{color:#c7a44a;font-weight:700;text-decoration:none}.pawport-footer-brand{display:flex;gap:7px;align-items:baseline}.pawport-footer-brand strong{color:#fff}.pawport-footer nav{display:flex;gap:18px}
.pawport-auth{display:grid;min-height:100vh;grid-template-columns:1fr 1fr}.pawport-auth-intro{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:55px max(7vw,45px);background:linear-gradient(150deg,#001f4e,#003f87);color:#fff}.pawport-auth-intro h1{max-width:550px;margin:90px 0 18px;font-size:clamp(44px,5vw,62px);font-weight:700;letter-spacing:-.055em;line-height:.96}.pawport-auth-intro p{max-width:460px;color:rgba(255,255,255,.75);font-size:17px;line-height:1.55}.pawport-auth-intro .pawport-kicker,.pawport-auth-note{color:#e5c35e!important;font-size:11px!important;font-weight:700!important;letter-spacing:.09em;text-transform:uppercase}.pawport-auth-note a{color:inherit;text-decoration:none}.pawport-auth-form-wrap{display:grid;place-items:center;padding:56px 40px;background:#f7f4eb}.pawport-auth-form{width:min(100%,430px)}.pawport-auth-form h2{margin:0;color:#001f4e;font-size:2rem;font-weight:500;letter-spacing:-.045em}.pawport-auth-form>p{margin:11px 0 28px;color:#68778b;line-height:1.5}.pawport-field{display:grid;gap:7px;margin:16px 0;color:#001f4e;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.pawport-field input{width:100%;height:var(--msk-control-height);border:1px solid rgba(0,63,135,.22);border-radius:0;background:#fff;padding:0 13px;color:#17243d;font:400 16px/1.35 Arial, "Helvetica Neue", sans-serif}.pawport-field input:focus{outline:2px solid rgba(199,164,74,.5);outline-offset:1px}.pawport-auth-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:24px}.pawport-form-note{color:#003f87;font-size:13px;font-weight:600;text-decoration:none}.pawport-auth-message{display:none;margin:17px 0;padding:12px;border-left:3px solid #c7a44a;background:#faf6e9;color:#5a4a22;font-size:13px;line-height:1.45}.pawport-auth-message.is-visible{display:block}
.pawport-auth-intro h1{color:#fff!important}
.pawport-auth{grid-template-columns:minmax(0,7fr) minmax(360px,3fr)}
.pawport-auth-intro{background:linear-gradient(150deg,#1d76b5,#2e8fd5)}
.pawport-auth-form h2,.pawport-field{color:#17354c}.pawport-field input{border-color:rgba(29,118,181,.28);color:#17354c}.pawport-field input:focus{outline-color:rgba(46,143,213,.45)}.pawport-form-note{color:#1d76b5}
.pawport-auth>[data-product-footer]{display:block;grid-column:1/-1}
/* Every remaining account screen uses the approved two-panel composition while
   retaining its existing form bindings and confirmation behavior. */
.pawport-theme .auth-shell{display:grid;min-height:100vh;grid-template-columns:1fr 1fr;background:#f7f4eb;font-family:Arial, "Helvetica Neue", sans-serif}.pawport-theme .auth-intro{display:flex;flex-direction:column;justify-content:space-between;padding:55px max(7vw,45px);background:linear-gradient(150deg,#001f4e,#003f87);color:#fff}.pawport-theme .auth-intro .wordmark{color:#fff}.pawport-theme .auth-intro .wordmark__mark{width:34px;height:42px;border:1px solid #c7a44a;border-radius:0;color:#c7a44a}.pawport-theme .auth-intro h1{max-width:550px;margin:90px 0 18px;color:#fff;font-size:clamp(44px,5vw,62px);font-weight:700;letter-spacing:-.055em;line-height:.96}.pawport-theme .auth-intro p:not(.eyebrow){max-width:460px;color:rgba(255,255,255,.78);font-size:17px;line-height:1.55}.pawport-theme .auth-intro .eyebrow{color:#e5c35e}.pawport-theme .auth-panel{display:grid;place-items:center;padding:56px 40px;background:#f7f4eb}.pawport-theme .auth-form{width:min(100%,430px);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.pawport-theme .auth-form h2{margin:0;color:#001f4e;font-size:2rem;font-weight:500;letter-spacing:-.045em}.pawport-theme .auth-form>p:not(.auth-message){margin:11px 0 28px;color:#68778b;line-height:1.5}.pawport-theme .auth-form .auth-field{margin:16px 0;color:#001f4e;font-size:10px;font-weight:500;letter-spacing:.08em}.pawport-theme .auth-form .auth-field input{min-height:var(--msk-control-height);border-color:rgba(0,63,135,.22);border-radius:0;background:#fff;color:#17243d;font-size:16px;font-weight:400}.pawport-theme .auth-form .auth-actions{margin-top:24px}.pawport-theme .auth-form .button{border-radius:0;background:#003f87}.pawport-theme .auth-form .auth-link{color:#003f87;font-size:13px;font-weight:600}.pawport-theme .auth-form .auth-message{border-radius:0}
.pawport-theme .auth-shell{grid-template-columns:minmax(0,7fr) minmax(360px,3fr)}.pawport-theme .auth-intro{background:linear-gradient(150deg,#1d76b5,#2e8fd5)}.pawport-theme .auth-form h2,.pawport-theme .auth-form .auth-field{color:#17354c}.pawport-theme .auth-form .auth-field input{border-color:rgba(29,118,181,.28);color:#17354c}.pawport-theme .auth-form .button{background:#1d76b5}.pawport-theme .auth-form .auth-link{color:#1d76b5}
@media(max-width:900px){.pawport-auth{grid-template-columns:1fr}.pawport-auth-intro{min-height:auto;padding:34px 27px}.pawport-auth-intro h1{margin:45px 0 13px}.pawport-auth-form-wrap{padding:42px 27px}}@media(max-width:820px){.pawport-wrap{width:min(100% - 42px,1180px)}.pawport-header .pawport-wrap,.pawport-footer .pawport-wrap{min-height:64px}.pawport-wordmark{font-size:21px}.pawport-header nav{gap:15px}.pawport-site .page-hero h1{font-size:44px}.pawport-site .page-hero{padding:48px 0}.pawport-main{padding:45px 0}.pawport-title-row{display:block}.pawport-title-row p{margin-top:14px}.pawport-action-grid{grid-template-columns:1fr}.pawport-footer .pawport-wrap{align-items:flex-start;flex-direction:column;padding:22px 0;gap:12px}}

/* PawPort is the light-blue member of the shared family. Keep the approved
   layout unchanged; only its identity palette and quiet navigation differ. */
.pawport-theme{--msk-navy:#2e8fd5;--msk-navy-deep:#1d76b5;--msk-gold:#c7a44a;--msk-gold-soft:#fff8e7;--msk-surface:#f7f4eb;--msk-ink:#17354c}
.pawport-header{background:#1d76b5}.pawport-site .page-hero,.pawport-auth-intro{background:linear-gradient(135deg,#1d76b5,#2e8fd5)}
.pawport-site .page-hero h1,.pawport-auth-intro h1{color:#fff}
.pawport-wordmark{font-size:21px;font-weight:700}.pawport-mark{width:30px;height:34px;font-size:16px}
.pawport-header .pawport-wrap{min-height:72px}.pawport-header nav{gap:24px}.pawport-header nav a{font-size:12px;font-weight:500;letter-spacing:0;text-transform:none}
.pawport-site .pawport-title-row h1,.pawport-theme .page-header h1,.pawport-theme .pawport-dashboard__intro h1{color:#1d76b5}
.pawport-button{border-color:#2e8fd5;background:#2e8fd5}.pawport-button:hover{background:#1d76b5}.pawport-button-gold{border-color:#c7a44a;background:#c7a44a;color:#17354c!important}
.pawport-theme .app-header{background:#1d76b5}.pawport-theme .app-nav a,.pawport-theme .app-nav__sign-out{font-weight:500;letter-spacing:0;text-transform:none}.pawport-theme .app-nav a[aria-current="page"]{border-bottom-color:#c7a44a}
.pawport-theme .page>.content-width{width:min(calc(100% - 56px),var(--product-app-content))}
.pawport-theme .page--puppies{--pawport-puppy-grid-edge:16px}
.pawport-theme .page--puppies .page-header{margin-bottom:26px;padding-bottom:0;border-bottom:0}
.pawport-theme .page--puppies .page-header>.button{align-self:flex-end;height:var(--msk-control-height);min-height:var(--msk-control-height)}
.pawport-theme .page--puppies .generation-toolbar{display:none}
.pawport-theme .pawport-generation-filter-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 30px;padding:14px var(--pawport-puppy-grid-edge,16px);border:1px solid var(--msk-line);background:#fff}
.pawport-theme .pawport-generation-filter-panel .pawport-generation-filters{
  flex: 0 0 auto;
  min-width: 0;
  gap: 10px;
}
.pawport-theme .pawport-generation-filter-panel .pawport-generation-filters button{min-height:var(--msk-control-height);padding:0 16px;border-radius:0;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--msk-muted);background:#fff;border-color:var(--msk-line)}
.pawport-theme .pawport-generation-filter-panel .pawport-generation-filters button:hover,
.pawport-theme .pawport-generation-filter-panel .pawport-generation-filters button[aria-pressed="true"]{border-color:var(--msk-navy);color:var(--msk-navy);background:#f1f8ff}
.pawport-theme .pawport-generation-filter-panel .pawport-generation-filters button[aria-pressed="true"]{font-weight:700}
.pawport-theme .pawport-generation-filter-panel .pawport-generation-filters select {
  box-sizing: border-box;
  min-width: 210px;
  min-height: var(--msk-control-height, 32px);
  height: var(--msk-control-height, 32px);
  max-width: 240px;
  padding: 0 34px 0 14px;
  border: 1px solid var(--msk-line);
  border-radius: 0;
  background: #fff;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--msk-muted) 50%),
    linear-gradient(135deg, var(--msk-muted) 50%, transparent 50%);
  background-position: calc(100% - 16px) 50%, calc(100% - 12px) 50%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
  color: var(--msk-muted);
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pawport-theme .pawport-generation-filter-panel .pawport-generation-filters select:focus-visible {
  border-color: var(--msk-navy);
  outline: none;
}
.pawport-theme .pawport-generation-filter-panel select[data-pawport-puppy-status-filter] {
  min-width: 132px;
  max-width: 150px;
}
.pawport-theme .pawport-generation-filter-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  width:auto;
  flex-wrap:nowrap;
}
.pawport-theme .pawport-generation-filter-summary{
  margin: 0;
  color: var(--msk-muted);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .03em;
  margin-left: 4px;
  text-align:left;
  white-space: nowrap;
}
.pawport-theme .pawport-generation-filter-summary [data-summary-value]{
  color: var(--msk-navy);
  font-weight: 600;
}
.pawport-theme .pawport-generation-filter-panel .button{flex:0 0 auto;min-height:var(--msk-control-height);padding:0 16px;font-size:12px}
.pawport-theme .pawport-circle-switcher { display: inline-flex; min-width: 0; }
.pawport-theme .pawport-circle-switcher {
  position: relative;
  min-width: 220px;
  align-items: center;
}
.pawport-theme .pawport-circle-switcher::before {
  content: "▾";
  color: var(--msk-gold);
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pawport-theme .pawport-circle-switcher select {
  box-sizing: border-box;
  width: 220px;
  min-width: 220px;
  max-width: 240px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 8px 24px 8px 20px;
  color: var(--msk-gold) !important;
  background: transparent !important;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pawport-theme .pawport-circle-switcher select:focus,
.pawport-theme .pawport-circle-switcher select:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: var(--msk-gold);
}
.pawport-theme .pawport-circle-switcher select option { color: var(--msk-ink); }
.pawport-theme .auth-field input,.pawport-theme .auth-field select{min-height:var(--msk-control-height);font-weight:400}
.pawport-theme .profile-section h2{margin:0 0 11px;color:#17354c}.pawport-theme .profile-section>p{max-width:680px;margin:0 0 18px;color:#63758b;line-height:1.55}.pawport-theme .profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;max-width:820px}.pawport-theme .profile-form-grid__wide{grid-column:1/-1}.pawport-theme .profile-actions{display:flex;flex-wrap:wrap;gap:10px}
.pawport-theme .profile-section__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.pawport-theme .profile-section__header h2 { margin-bottom: 7px; }
.pawport-theme .profile-section__header p { max-width: 680px; margin: 0; color: #63758b; line-height: 1.5; }
.pawport-theme .profile-section__header .button { flex: 0 0 auto; min-height: var(--msk-control-height, 32px); height: var(--msk-control-height, 32px); padding-inline: 14px; font-size: 11px; }
.pawport-theme .profile-detail-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 28px; margin: 0; }
.pawport-theme .profile-detail-list > div { min-width: 0; padding-top: 12px; border-top: 1px solid var(--msk-line); }
.pawport-theme .profile-detail-list__wide { grid-column: 1 / -1; }
.pawport-theme .profile-detail-list dt { margin-bottom: 5px; color: var(--msk-muted); font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.pawport-theme .profile-detail-list dd { margin: 0; color: var(--msk-ink); font-size: 15px; line-height: 1.4; overflow-wrap: anywhere; }
@media (max-width: 700px) {
  .pawport-theme .profile-section__header { flex-direction: column; gap: 16px; }
  .pawport-theme .profile-detail-list { grid-template-columns: 1fr; }
  .pawport-theme .profile-detail-list__wide { grid-column: auto; }
}
.pawport-site .product-footer .content-width{width:min(calc(100% - 80px),var(--msk-content))}
.pawport-theme.pawport-auth .product-footer .content-width,.pawport-theme .auth-shell + .product-footer .content-width{width:min(calc(100% - 80px),var(--msk-content))}
@media(max-width:700px){.pawport-theme .page>.content-width{width:min(calc(100% - 32px),var(--product-app-content))}.pawport-theme .pawport-generation-filter-panel{align-items:flex-start;flex-direction:column}.pawport-theme .pawport-generation-filter-row{flex-wrap:wrap}.pawport-theme .pawport-generation-filter-summary{flex-basis:100%;margin-left:0}.pawport-theme .pawport-generation-filter-panel .button{align-self:flex-start}}

@media(max-width:900px){
  .pawport-theme .auth-shell{grid-template-columns:1fr}
  .pawport-theme .auth-intro{min-height:auto;padding:34px 27px}
  .pawport-theme .auth-intro h1{margin:45px 0 13px}
  .pawport-theme .auth-panel{padding:42px 27px}
  .pawport-theme .pawport-auth-form-wrap{padding:34px 27px}
}

/* Keep all app-level header controls on the same baseline/line.
   Aligns active link underline with tenant switcher / sign-out button. */
.pawport-theme .app-nav a,
.pawport-theme .app-nav__sign-out {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  line-height: 1.2;
}

.pawport-theme .app-nav a[aria-current="page"] {
  border-bottom-color: var(--msk-gold);
}

/* Shared PawPort management table. Puppies, Guardians, Generations, and the
   smaller operational directories use one compact data-management language. */
.pawport-theme .pawport-data-table-shell {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(46,143,213,.18);
  background: #fff;
}
.pawport-theme .pawport-directory-table,
.pawport-theme .pawport-data-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  color: var(--msk-ink);
  font-size: 13px;
  line-height: 1.35;
}
.pawport-theme .pawport-data-table { table-layout: fixed; }
.pawport-theme .pawport-directory-table thead,
.pawport-theme .pawport-data-table thead { background: #f3f7fa; }
.pawport-theme .pawport-directory-table th,
.pawport-theme .pawport-directory-table td,
.pawport-theme .pawport-data-table th,
.pawport-theme .pawport-data-table td {
  box-sizing: border-box;
  height: 44px;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(46,143,213,.14);
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  overflow-wrap: anywhere;
}
.pawport-theme .pawport-directory-table th,
.pawport-theme .pawport-data-table th {
  height: 38px;
  color: #647386;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pawport-theme .pawport-directory-table tbody tr:last-child td,
.pawport-theme .pawport-data-table tbody tr:last-child td { border-bottom: 0; }
.pawport-theme .pawport-directory-table tbody tr:hover,
.pawport-theme .pawport-data-table tbody tr:hover { background: #f8fbfd; }
.pawport-theme .pawport-directory-table td strong,
.pawport-theme .pawport-data-table td strong { color: var(--msk-navy-deep); font-weight: 600; }
.pawport-theme .pawport-directory-table td:last-child,
.pawport-theme .pawport-directory-table th:last-child,
.pawport-theme .pawport-data-table td:last-child,
.pawport-theme .pawport-data-table th:last-child { text-align: right; }
.pawport-theme .pawport-data-table__select { width: 38px; padding-inline: 11px!important; text-align: center!important; }
.pawport-theme .pawport-data-table__select input { width: 15px; height: 15px; min-height: 15px; margin: 0; accent-color: var(--msk-navy); }
.pawport-theme .pawport-data-table__empty { height: 86px!important; color: var(--msk-muted); text-align: center!important; }
.pawport-theme .pawport-data-table__actions { display: inline-flex; align-items: center; justify-content: flex-end; gap: 6px; }
.pawport-theme .pawport-directory-table .button,
.pawport-theme .pawport-data-table .button {
  height: 32px;
  min-height: 32px;
  padding: 0 11px;
  font-size: 10px;
  letter-spacing: .05em;
}
.pawport-theme .pawport-data-table__row--archived { color: #7d8793; background: #fafafa; }
.pawport-theme .pawport-status { display: inline-flex; align-items: center; min-height: 22px; padding: 0 8px; background: #edf7fd; color: var(--msk-navy-deep); font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.pawport-theme .pawport-status--archived { background: #f0f1f2; color: #707a85; }
.pawport-theme .pawport-data-table-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 46px; padding: 6px 10px 6px 12px; border: 1px solid rgba(46,143,213,.18); border-bottom: 0; background: #fff; color: var(--msk-muted); font-size: 12px; }
.pawport-theme .pawport-data-table-toolbar > div { display: flex; gap: 6px; }
.pawport-theme .pawport-data-table-toolbar strong { color: var(--msk-navy-deep); }
.pawport-theme .pawport-data-table-toolbar .button { height: 32px; min-height: 32px; padding: 0 11px; font-size: 10px; }
.pawport-theme .pawport-icon-button {
  display: inline-grid;
  place-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px!important;
  min-height: 30px!important;
  padding: 0!important;
}
.pawport-theme .pawport-icon-button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pawport-theme .pawport-data-table--generations th:nth-child(1) { width: 38px; }
.pawport-theme .pawport-data-table--generations th:nth-child(2) { width: 15%; }
.pawport-theme .pawport-data-table--generations th:nth-child(3) { width: 17%; }
.pawport-theme .pawport-data-table--generations th:nth-child(4) { width: 102px; }
.pawport-theme .pawport-data-table--generations th:nth-child(5) { width: 124px; text-align: center; white-space: nowrap; }
.pawport-theme .pawport-data-table--generations td:nth-child(5) { text-align: center; }
.pawport-theme .pawport-data-table--generations th:nth-child(6) { width: 20%; white-space: nowrap; }
.pawport-theme .pawport-data-table--generations th:nth-child(7) { width: 72px; }
.pawport-theme .pawport-data-table--generations th:nth-child(7),
.pawport-theme .pawport-data-table--generations td:nth-child(7) { padding-inline: 4px; }
.pawport-theme .pawport-data-table--generations .pawport-data-table__actions { gap: 4px; }
.pawport-theme .pawport-data-table--generations .pawport-icon-button { width: 28px; min-width: 28px; height: 28px!important; min-height: 28px!important; }
.pawport-theme .pawport-generation-status-icon { padding-inline: 9px!important; text-align: center!important; }
.pawport-theme .visually-hidden { 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; }
.pawport-theme .pawport-generation-state { display: inline-grid; place-items: center; width: 20px; height: 20px; color: var(--msk-blue); }
.pawport-theme .pawport-generation-state--archived { color: #8a949f; }
.pawport-theme .pawport-generation-state svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pawport-theme .pawport-data-link { color: var(--msk-navy-deep); text-decoration: none; }
.pawport-theme .pawport-data-link:hover { color: var(--msk-blue); text-decoration: underline; text-underline-offset: 3px; }
.pawport-theme .pawport-generation-birth,
.pawport-theme .pawport-generation-counts { white-space: nowrap!important; }
.pawport-theme .pawport-data-table--guardians th:last-child { width: 46px; }
.pawport-theme .pawport-data-table--puppies th:nth-child(1),
.pawport-theme .pawport-data-table--guardians th:nth-child(1) { width: 38px; }
.pawport-theme .pawport-data-table--puppies th:nth-child(2) { width: 14%; }
.pawport-theme .pawport-data-table--puppies th:nth-child(3) { width: 13%; }
.pawport-theme .pawport-data-table--puppies th:nth-child(4) { width: 24%; }
.pawport-theme .pawport-data-table--puppies th:nth-child(5) { width: 14%; }
.pawport-theme .pawport-data-table--puppies th:nth-child(6) { width: 12%; }
.pawport-theme .pawport-data-table--puppies th:nth-child(7) { width: 14%; }
.pawport-theme .pawport-data-table--puppies th,
.pawport-theme .pawport-data-table--puppies td { padding-inline: 12px; }
.pawport-theme .pawport-data-table--puppies th:nth-child(4),
.pawport-theme .pawport-data-table--puppies td:nth-child(4) { padding-left: 26px; }
.pawport-theme .pawport-data-table--puppies th { white-space: nowrap; overflow-wrap: normal; }
.pawport-theme .pawport-data-table--puppies .pawport-data-table__select { padding-inline: 11px!important; }
.pawport-theme .pawport-data-table--puppies th:last-child,
.pawport-theme .pawport-data-table--puppies td:last-child { padding-right: var(--pawport-puppy-grid-edge,16px); text-align: left; }
.pawport-theme .pawport-data-table--puppies tbody td:nth-child(6),
.pawport-theme .pawport-data-table--puppies tbody td:nth-child(7) { text-align: left; }
.pawport-theme .pawport-data-table--puppies tbody td:nth-child(7) { padding-left: 12px; padding-right: var(--pawport-puppy-grid-edge,16px); }
.pawport-theme .pawport-published-heading { display: block; white-space: nowrap; }
.pawport-theme .page--puppies .pawport-data-table-toolbar { padding-inline: var(--pawport-puppy-grid-edge,16px); }
.pawport-theme .pawport-puppy-profile .identity { margin-bottom: 20px; padding: 18px 0 22px; }
.pawport-theme .pawport-puppy-profile .identity h1 { margin: 0; }
.pawport-theme .pawport-puppy-profile .tabs { gap: 22px; margin-bottom: 22px; }
.pawport-theme .pawport-puppy-profile .tabs a { padding-bottom: 9px; font-size: 11px; font-weight: 600; letter-spacing: .065em; text-transform: uppercase; }
.pawport-theme .pawport-puppy-profile .tabs a[aria-current="page"] { border-bottom-color: var(--msk-gold); color: var(--msk-navy-deep); }
.pawport-theme .pawport-profile-view[hidden] { display: none!important; }
.pawport-theme .pawport-profile-panel { min-height: 250px; margin-top: 0!important; padding: 24px; }
.pawport-theme .pawport-profile-panel__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin: 0 0 22px; padding: 0 0 18px; border-bottom: 1px solid rgba(46,143,213,.16); }
.pawport-theme .pawport-profile-panel__header h2 { margin: 0; font-size: 24px; }
.pawport-theme .pawport-profile-panel__header .eyebrow { margin-bottom: 5px; }
.pawport-theme .pawport-profile-panel__header p:not(.eyebrow) { margin: 7px 0 0; color: var(--msk-muted); font-size: 13px; line-height: 1.45; }
.pawport-theme .pawport-profile-panel__header .button { flex: 0 0 auto; }
.pawport-theme .pawport-profile-summary { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(70px,.7fr) minmax(112px,1.15fr) minmax(82px,.8fr) minmax(105px,1.05fr); gap: 0; margin: 0; border: 1px solid rgba(46,143,213,.16); }
.pawport-theme .pawport-profile-summary--pedigree { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pawport-theme .pawport-profile-summary div { min-width: 0; padding: 14px 15px; border-right: 1px solid rgba(46,143,213,.16); }
.pawport-theme .pawport-profile-summary div:last-child { border-right: 0; }
.pawport-theme .pawport-profile-summary dt { margin-bottom: 5px; color: var(--msk-muted); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.pawport-theme .pawport-profile-summary dd { margin: 0; color: var(--msk-navy-deep); font-size: 14px; line-height: 1.35; overflow-wrap: anywhere; }
.pawport-theme .pawport-profile-about { margin-bottom: 22px; }
.pawport-theme .pawport-profile-about h3 { margin: 0 0 7px; color: var(--msk-navy-deep); font-size: 15px; }
.pawport-theme .pawport-profile-about p { max-width: 760px; margin: 0; color: var(--msk-muted); font-size: 14px; line-height: 1.65; }
.pawport-theme .pawport-profile-empty { display: grid; min-height: 110px; place-items: center; color: var(--msk-muted); font-size: 14px; }
.pawport-theme .pawport-data-table__actions,
.pawport-theme .pawport-status { white-space: nowrap; }
.pawport-theme .pawport-generation-filter-panel { flex-wrap: nowrap; }
.pawport-theme .pawport-generation-filter-panel .pawport-generation-filters { flex: 1 1 auto; width: auto; }
.pawport-theme .pawport-generation-filter-row { display: grid; grid-template-columns: minmax(180px,210px) 132px minmax(145px,180px); align-items: center; gap: 10px; width: 100%; }
.pawport-theme .pawport-generation-filter-summary { display: grid; gap: 2px; min-width: 0; margin: 0; white-space: normal; }
.pawport-theme .pawport-filter-summary-line { display: grid; grid-template-columns: max-content max-content; align-items: baseline; justify-content: start; column-gap: 6px; color: var(--msk-muted); font-size: 10px; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; }
.pawport-theme .pawport-filter-summary-line [data-summary-value] { min-width: 0; color: var(--msk-navy-deep); font-size: 11px; text-align: left; }
.pawport-theme .pawport-generation-filter-panel > .button { min-height: 36px; height: 36px; padding-inline: 12px; font-size: 10px; }
.pawport-theme .pawport-generation-requirement { grid-column: 1 / -1; max-width: none; margin: 2px 0 0; color: #8b5f1f; font-size: 11px; line-height: 1.45; }
.pawport-theme .pawport-pagination { align-items: center; justify-content: flex-end; margin-top: 12px; color: var(--msk-muted); font-size: 12px; }
.pawport-theme .pawport-pagination .button { height: 34px; min-height: 34px; padding: 0 12px; font-size: 10px; }
@media (max-width: 700px) {
  .pawport-theme .pawport-data-table { min-width: 680px; }
  .pawport-theme .pawport-data-table--puppies { min-width: 760px; }
  .pawport-theme .pawport-generation-filter-row { grid-template-columns: 1fr; width: 100%; }
  .pawport-theme .pawport-generation-filter-panel .pawport-generation-filters select { width: 100%; min-width: 0; max-width: none; }
  .pawport-theme .pawport-data-table th,
  .pawport-theme .pawport-data-table td { display: table-cell!important; }
  .pawport-theme .pawport-data-table-toolbar { align-items: flex-start; flex-direction: column; }
  .pawport-theme .pawport-puppy-profile .tabs { overflow-x: auto; white-space: nowrap; }
  .pawport-theme .pawport-profile-panel__header { flex-direction: column; }
  .pawport-theme .pawport-profile-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pawport-theme .pawport-profile-summary div { border-bottom: 1px solid rgba(46,143,213,.16); }
}
@media (max-width: 1000px) {
  .pawport-theme .pawport-generation-filter-panel { align-items: flex-start; flex-wrap: wrap; }
.pawport-theme .pawport-generation-filter-panel > .button { margin-left: auto; }
}

/* Actions always breathe after fields or supporting copy. */
.pawport-theme form > .auth-field + .button,
.pawport-theme form > .form-note + .button,
.pawport-theme form > .auth-message + .button,
.pawport-theme form > .record-form__actions,
.pawport-theme .form-actions,
.pawport-theme .section-card > .button { margin-top:24px; }
.pawport-theme .form-actions .button { margin-top:0; }

.pawport-theme .auth-process { display:grid; gap:16px; margin:28px 0; padding:0; list-style:none; }
.pawport-theme .auth-process li { display:grid; gap:4px; padding:0 0 16px; border-bottom:1px solid rgba(46,143,213,.2); }
.pawport-theme .auth-process li:last-child { padding-bottom:0; border-bottom:0; }
.pawport-theme .auth-process strong { color:var(--msk-navy); font-size:16px; }
.pawport-theme .auth-process span, .pawport-theme .auth-disclosure { color:var(--msk-muted); font-size:14px; line-height:1.5; }
.pawport-theme .pawport-application-form h3 { margin:34px 0 4px; color:var(--msk-navy); font-size:20px; letter-spacing:-.02em; text-transform:none; }
.pawport-theme .pawport-application-form textarea { width:100%; box-sizing:border-box; }

/* Recovery is a short task; do not spread its intro across the full viewport. */
body:has([data-pawport-forgot-password]) .auth-intro { justify-content:flex-start; }
body:has([data-pawport-forgot-password]) .auth-intro > div { margin-top:120px; }
body:has([data-pawport-forgot-password]) .auth-intro h1 { margin:0 0 18px; }

/* Application is a substantial review form, not a sign-in screen. */
.pawport-application-page { background:#f4f9fc; color:#17354c; }
.pawport-application-page .application-header { display:flex; align-items:center; min-height:92px; padding:0 max(5vw,32px); border-bottom:1px solid rgba(29,118,181,.18); background:#fff; }
.pawport-application-page .application-header .wordmark { color:#17354c; }
.pawport-application-page .application-header .wordmark__mark { color:#1d76b5; border-color:#1d76b5; }
.pawport-application-page .application-nav { display:flex; align-items:center; gap:28px; margin-left:auto; }
.pawport-application-page .application-nav a { color:#17354c; font-size:14px; font-weight:600; text-decoration:none; }
.pawport-application-page .application-nav a:hover,.pawport-application-page .application-nav__current { color:#1d76b5; }
.pawport-theme .auth-actions--primary { display:flex; flex-direction:column; align-items:flex-start; gap:18px; margin-top:28px; }
.pawport-theme .auth-actions--primary .button { order:0; }
.pawport-theme .auth-actions--primary .auth-link { order:1; }
.pawport-application-page .application-layout { display:grid; grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr); gap:64px; width:min(calc(100% - 80px),1240px); margin:0 auto; padding:56px 0 80px; }
.pawport-application-page .application-context { padding:12px 0; }
.pawport-application-page .application-context .eyebrow { color:#1d76b5; }
.pawport-application-page .application-context h1 { max-width:430px; margin:16px 0 18px; color:#17354c; font-size:clamp(42px,5vw,64px); font-weight:500; letter-spacing:-.065em; line-height:.94; }
.pawport-application-page .application-context > p:not(.eyebrow) { max-width:410px; margin:0; color:#68778b; font-size:18px; line-height:1.55; }
.pawport-application-page .application-steps { display:grid; gap:20px; margin:48px 0 0; padding:0; list-style:none; }
.pawport-application-page .application-context > h3 { margin:28px 0 0; color:#17354c; font-size:20px; font-weight:500; letter-spacing:-.02em; }
.pawport-application-page .application-document-list { margin-top:10px; }
.pawport-application-page .application-steps li { display:grid; gap:4px; padding-top:18px; border-top:1px solid rgba(29,118,181,.2); }
.pawport-application-page .application-steps strong { color:#17354c; font-size:16px; }
.pawport-application-page .application-steps span { color:#68778b; line-height:1.45; }
.pawport-application-page .application-card { padding:42px; border:1px solid rgba(29,118,181,.24); background:#fff; }
.pawport-application-page .pawport-application-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:22px; width:100%; max-width:none; }
.pawport-application-page .pawport-application-form > p,
.pawport-application-page .pawport-application-form > h2,
.pawport-application-page .pawport-application-form > h3,
.pawport-application-page .pawport-application-form > .auth-message,
.pawport-application-page .pawport-application-form > .auth-disclosure,
.pawport-application-page .pawport-application-form > .auth-check,
.pawport-application-page .pawport-application-form > .auth-actions,
.pawport-application-page .pawport-application-form > .auth-field:has(textarea) { grid-column:1 / -1; }
.pawport-application-page .pawport-application-form h3 { padding-top:0; margin-top:28px; }
.pawport-application-page .pawport-application-form > h2 + p { margin:8px 0 0; }
.pawport-application-page .pawport-application-form > .auth-message:empty { display:none; }
.pawport-application-page .pawport-application-form > .auth-message.is-visible { display:block; min-height:0; margin:16px 0 0; padding:12px 14px; border-left:3px solid #1d76b5; background:#f4f9fc; color:#17354c; }
.pawport-application-page .pawport-application-form > .auth-message.is-visible.auth-message--error { border-left-color:#bd3b31; background:#fff5f3; color:#8f251e; }
.pawport-application-page .pawport-application-form .auth-field:has([required]) { position:relative; }
.pawport-application-page .pawport-application-form .auth-field:has([required])::before { content:"*"; position:absolute; top:0; left:-12px; color:#bd3b31; font-size:14px; font-weight:700; line-height:1; }
.pawport-application-page .application-success { grid-column:1 / -1; padding:8px 0 12px; }
.pawport-application-page .application-success h2 { margin:8px 0 14px; }
.pawport-application-page .application-success p:not(.eyebrow) { max-width:560px; margin:0 0 26px; color:#68778b; font-size:17px; line-height:1.55; }
.pawport-application-page .pawport-application-form > h3:first-of-type { margin-top:28px; }
.pawport-application-page .pawport-application-form > h3:has(small) { margin-top:42px; }
.pawport-application-page .pawport-application-form .form-note { grid-column:1 / -1; margin:2px 0 2px; color:#68778b; font-size:14px; line-height:1.45; }
.pawport-application-page .pawport-application-form .auth-field span { color:#68778b; font-size:.82em; font-weight:400; letter-spacing:0; text-transform:none; }
.pawport-application-page .pawport-application-form .application-field--full { grid-column:1 / -1; }
.pawport-application-page .application-address-locality { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; grid-column:1 / -1; }
@media (max-width:800px) { .pawport-application-page .application-address-locality { grid-template-columns:1fr; gap:0; } }
.pawport-application-page .pawport-application-form .auth-actions { margin-top:28px; }
.pawport-application-page .pawport-application-form .button { min-width:220px; }
@media (max-width:800px) { .pawport-application-page .application-layout { grid-template-columns:1fr; gap:28px; width:min(calc(100% - 40px),620px); padding:42px 0 60px; } .pawport-application-page .application-card { padding:28px 22px; } .pawport-application-page .pawport-application-form { grid-template-columns:1fr; } .pawport-application-page .pawport-application-form > .auth-field { grid-column:1 / -1; } .pawport-application-page .application-steps { margin-top:30px; } .pawport-application-page .application-nav { gap:16px; } }
.pawport-theme .auth-check { display:flex; gap:10px; align-items:flex-start; margin-top:24px; color:var(--msk-ink); font-size:14px; line-height:1.45; text-transform:none; letter-spacing:0; }
.pawport-theme .auth-check input { width:18px; height:18px; margin:1px 0 0; flex:0 0 auto; }

/* Use the shared MySoulKick control size. */
.pawport-theme .pawport-circle-switcher select,
.pawport-theme .pawport-generation-filter-panel .pawport-generation-filters select,
.pawport-theme .auth-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.pawport-theme .auth-field select {
  box-sizing: border-box;
  height: var(--msk-control-height);
  min-height: var(--msk-control-height);
}
.pawport-theme .pawport-generation-filter-panel > .button {
  height: var(--msk-control-height);
  min-height: var(--msk-control-height);
}
.pawport-application-page .application-request-note { grid-column:1 / -1; margin:20px 0 0; padding:18px; border-left:3px solid var(--pawport-gold); background:#fff8e9; color:var(--msk-ink); }
.pawport-application-page .application-request-note .eyebrow { margin:0 0 7px; }
.pawport-application-page .application-request-note p:last-child { margin:0; line-height:1.55; white-space:pre-wrap; }
