.growth-indicator{display:inline-block;font-family:monospace;font-size:.9em;padding:2px 8px;border:1px solid var(--accent);border-radius:3px;text-decoration:none;transition:background-color .2s ease}.growth-indicator:hover{background-color:color-mix(in srgb,var(--accent) 10%,transparent);text-decoration:none}.growth-seed{color:color-mix(in srgb,var(--foreground) 40%,transparent);border-color:color-mix(in srgb,var(--accent) 40%,transparent)}.growth-bud{color:var(--accent);border-color:var(--accent)}.growth-tree{color:var(--accent);border-color:var(--accent);font-weight:700}.notes-growth-section h2 a{color:inherit;text-decoration:none}.notes-growth-section h2 a:hover{text-decoration:underline}.note-header{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px}.connection-count{color:color-mix(in srgb,var(--foreground) 65%,transparent);font-size:.9em}.linked-notes{margin-top:60px;padding-top:40px;border-top:3px dotted var(--accent)}.linked-notes h3{color:var(--accent);font-size:1.1em;margin-bottom:15px;font-weight:700}.linked-notes section{margin-bottom:30px}.linked-notes ul{list-style:none;padding-left:0}.linked-notes li{padding:8px 0;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:10px}.linked-notes li:last-child{border-bottom:none}.linked-notes li::before{content:none}.linked-notes a{color:var(--foreground);text-decoration:none;flex:1}.linked-notes a:hover{color:var(--accent);text-decoration:underline}.linked-notes time{color:color-mix(in srgb,var(--foreground) 50%,transparent);font-size:.9em;white-space:nowrap}.notes-growth-section{margin-bottom:40px}.notes-list{list-style:none;padding-left:0}.notes-list li{padding:8px 0;display:flex;justify-content:space-between;align-items:baseline;gap:15px;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}.notes-list li:last-child{border-bottom:none}.notes-list li::before{content:none}.notes-list a{flex:1;color:var(--foreground);text-decoration:none}.notes-list a:hover{color:var(--accent)}.notes-list time{color:color-mix(in srgb,var(--foreground) 50%,transparent);font-size:.9em;white-space:nowrap}.broken-link{text-decoration:underline dashed;cursor:help}@media(min-width:768px){.linked-notes{display:grid;grid-template-columns:1fr 1fr;gap:40px}.linked-notes section{margin-bottom:0}}@media(max-width:684px){.note-header{flex-direction:column;align-items:flex-start}.growth-indicator{margin-top:10px}.linked-notes li{flex-direction:column;align-items:flex-start}.notes-list li{flex-direction:column;align-items:flex-start}}