.resource-sheet{max-width:900px;padding-block:48px 80px}
.resource-sheet h1{max-width:720px;margin:24px 0 18px;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.12;letter-spacing:-.045em}
.resource-sheet h2{font-size:1.6rem;line-height:1.25;letter-spacing:-.035em}
.resource-sheet p{max-width:74ch;line-height:1.7}
.resource-sheet a:not(.button){color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.inventory-intro>a{font-size:.875rem}
.inventory-intro>p{max-width:640px;font-size:1.125rem}
.resource-sheet label{display:block;font-size:.875rem;font-weight:700;color:var(--ink)}
.resource-sheet input,.resource-sheet select,.resource-sheet textarea{display:block;box-sizing:border-box;width:100%;min-width:0;max-width:100%;min-height:48px;margin-top:8px;padding:11px 13px;border:1px solid #8598af;border-radius:5px;background:white;color:var(--ink);font:400 1rem/1.5 Manrope,Arial,sans-serif}
.resource-sheet input::placeholder{color:var(--slate);opacity:1}
.resource-sheet textarea{resize:vertical;tab-size:4;overflow-wrap:anywhere}
.resource-sheet :is(input,select,textarea,button,a,summary):focus-visible{outline:3px solid var(--blue);outline-offset:3px}
.resource-sheet button:disabled{cursor:not-allowed;background:#edf1f6;border-color:#d3dce7;color:#68788b;box-shadow:none}
.resource-sheet .inventory-text-button:disabled{background:transparent;border-color:transparent;color:#68788b;text-decoration:none}
.inventory-form{margin-top:32px;padding:26px 28px;background:var(--sky);border-radius:10px}
.inventory-search{display:flex;align-items:center;gap:12px;margin-top:8px}
.inventory-search>input{flex:1;margin-top:0;min-height:54px}
.inventory-search>.button{flex-shrink:0;white-space:nowrap}
.inventory-form>.resource-note{margin-top:14px}
.resource-sheet .resource-note{font-size:.8125rem;line-height:1.65;color:var(--slate)}
.inventory-message{margin-top:16px;font-size:.9375rem;color:var(--ink);overflow-wrap:anywhere}
.inventory-message:empty{display:none}
.inventory-results{margin-top:40px}
.inventory-results-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px}
.inventory-results-heading>p{font-size:.875rem;white-space:nowrap}
.inventory-results-note{margin-top:12px;font-size:.875rem}
.inventory-list{list-style:none;padding:0;margin:24px 0 0;border-top:1px solid var(--line)}
.inventory-row{padding:24px 0;border-bottom:1px solid var(--line);min-width:0}
.inventory-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,190px);gap:20px}
.inventory-row details{margin-top:14px}
.resource-sheet summary{width:fit-content;max-width:100%;padding:7px 0;cursor:pointer;font-weight:600;font-size:.875rem;line-height:1.55;color:var(--ink)}
.resource-sheet summary:hover{color:var(--blue)}
.inventory-row details>label{margin:14px 0}
.inventory-row details>strong{display:block;margin-top:16px;font-size:.8125rem;font-weight:700}
.resource-sheet .inventory-evidence{margin:5px 0 8px;font-size:.8125rem;line-height:1.7;overflow-wrap:anywhere;word-break:normal}
.inventory-row details>a{display:inline-block;font-size:.8125rem}
.inventory-text-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 0;border:0;border-radius:3px;background:transparent;color:var(--blue);font-size:.875rem;font-weight:700;text-align:left}
.inventory-text-button:hover{color:#1056ce;text-decoration:underline;text-underline-offset:4px}
.inventory-row .inventory-text-button{font-size:.8125rem;color:var(--slate)}
.inventory-findings:not(:empty){margin-top:20px;padding:16px 18px;border-left:3px solid #8598af;background:#f5f8fc}
.inventory-findings p{font-size:.875rem;overflow-wrap:anywhere}
.inventory-findings p+p{margin-top:10px}
.inventory-dns{margin-top:20px}
.inventory-dns>.resource-note{margin-top:10px}
.inventory-dns pre{max-width:100%;padding:16px;margin:14px 0;background:#f5f8fc;border:1px solid var(--line);border-radius:5px;white-space:pre-wrap;overflow-wrap:anywhere}
.inventory-dns code{font:.8125rem/1.8 Consolas,monospace}
.inventory-dns>a{font-size:.875rem}
.inventory-list-actions{display:flex;align-items:center;justify-content:space-between;gap:16px 24px;flex-wrap:wrap;margin-top:26px}
.inventory-list-actions>.button{min-height:46px;font-size:.875rem;padding:10px 16px}
.inventory-export-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.inventory-retention{margin-top:12px}
.inventory-blank{margin-top:36px;padding-top:20px;border-top:1px solid var(--line)}
.inventory-blank-content{padding-top:10px}
.inventory-blank-content>p{font-size:.875rem}
.resource-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 24px;margin:16px 0 22px;font-size:.875rem}
.inventory-blank textarea{font-size:.875rem;line-height:1.7}
@media(max-width:600px){
  .resource-sheet{padding-block:30px 56px}
  .resource-sheet h1{margin-top:20px;font-size:clamp(2rem,9vw,2.75rem)}
  .inventory-intro>p{font-size:1rem}
  .inventory-form{padding:20px;margin-top:26px}
  .inventory-search{flex-wrap:wrap;gap:10px 16px}
  .inventory-search>input{flex-basis:100%}
  .inventory-search>.button{flex:1;min-height:48px}
  .inventory-results{margin-top:32px}
  .inventory-results-heading{align-items:flex-start}
  .resource-sheet h2{font-size:1.4rem}
  .inventory-fields{grid-template-columns:minmax(0,1fr);gap:14px}
  .inventory-row{padding-block:20px}
  .inventory-list-actions{align-items:flex-start;flex-direction:column;gap:10px}
  .inventory-export-actions{gap:24px}
  .inventory-blank textarea{font-size:1rem}
}
@media print{
  .site-header,.site-footer,.inventory-intro>a,.inventory-form,.inventory-list-actions,.inventory-export-actions,.inventory-retention,.inventory-blank,.inventory-dns,.inventory-text-button,#inventory-copy-fallback,#inventory-export-message{display:none!important}
  .resource-sheet{width:100%;max-width:none;padding:0}
  .resource-sheet h1{font-size:24pt;margin-top:0}
  .inventory-intro>p,.inventory-results-note{font-size:10pt}
  .inventory-row{break-inside:avoid;padding-block:12px}
  .resource-sheet input,.resource-sheet select{border-color:#a6b4c4;min-height:0;padding:6px;font-size:10pt}
}
