@media (min-width:640px){.notes-card-grid{background-color:#efe7d6;border-radius:1rem;padding:1.5rem}}.note-card{position:relative;display:flex;flex-direction:column;height:100%;min-width:0;max-width:100%;overflow:hidden;border-radius:16px;background:#ffffff;padding:1.25rem 1.25rem 1.125rem;box-shadow:0 2px 14px rgba(44,42,38,.07),0 1px 3px rgba(44,42,38,.05);transition:box-shadow .25s ease,transform .25s ease}@media (min-width:640px){.note-card{padding:1.5rem 1.5rem 1.25rem}}@media (hover:hover) and (pointer:fine){.note-card:hover{box-shadow:0 8px 28px rgba(44,42,38,.1),0 2px 8px rgba(44,42,38,.06);transform:translateY(-2px)}}.note-card__quote{position:absolute;top:.85rem;right:1.1rem;font-family:Georgia,Times New Roman,serif;font-size:3.75rem;font-weight:400;line-height:1;color:#2c2a26;opacity:.1;pointer-events:none;user-select:none}.note-card__header{position:relative;z-index:1;padding-right:2.75rem}.note-card__title{margin:0;font-family:var(--font-heading-raw),Georgia,"Times New Roman",serif;font-size:1.375rem;font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#2c2a26}.note-card__title-num{font-weight:500;color:#8b2e2e}.note-card__body{position:relative;z-index:1;flex:1 1 auto;min-height:0;margin:.875rem 0 0;font-family:var(--font-heading-raw),Georgia,"Times New Roman",serif;font-size:.9375rem;line-height:1.65;color:#6f675a;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}.note-card__body--empty{color:rgba(111,103,90,.55)}.note-card__divider{margin:1rem 0 0;border:0;border-top:1px solid rgba(139,94,60,.14)}.note-card__footer{position:relative;z-index:1;padding-top:.875rem}.note-card__linked-label{margin:0 0 .625rem;font-size:.625rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#8b5e3c}.note-card__linked-empty,.note-card__linked-label{font-family:var(--font-body-raw),system-ui,sans-serif}.note-card__linked-empty{margin:0;font-size:.75rem;color:rgba(111,103,90,.5)}.note-card__chips{display:flex;flex-wrap:wrap;gap:.5rem}.note-card__chip{display:inline-flex;max-width:100%;align-items:center;gap:.375rem;border-radius:9999px;border:1px solid transparent;padding:.25rem .625rem;font-family:var(--font-body-raw),system-ui,sans-serif;font-size:.6875rem;font-weight:500;line-height:1.25;text-decoration:none;transition:opacity .15s ease}a.note-card__chip:hover{opacity:.88}.note-card__chip-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-card__chip--individual{border-color:rgba(31,90,56,.22);background-color:rgba(31,90,56,.08);color:#1f5a38}.note-card__chip--family{border-color:rgba(139,94,60,.28);background-color:rgba(139,94,60,.12);color:#6b4a2e}.note-card__chip--event{border-color:rgba(139,46,46,.22);background-color:rgba(139,46,46,.09);color:#8b2e2e}.note-card__chip--source{border-color:rgba(107,91,122,.26);background-color:rgba(107,91,122,.1);color:#5a4f6b}.note-card__chip--overflow{border-color:rgba(201,188,148,.65);background-color:rgba(239,231,214,.85);color:rgba(44,42,38,.62)}.note-card__chip-icon{display:block;flex-shrink:0;width:.625rem;height:.625rem}