.ThoughtsPage_page__kX_rE{display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;gap:clamp(3rem,6vw,5rem);padding-bottom:6rem;background:var(--background);overflow-x:hidden;transition:background .3s ease}.ThoughtsPage_emptyState__DunrY{min-height:60vh;gap:1.5rem}.ThoughtsPage_emptyState__DunrY,.ThoughtsPage_heroSection__laZAk{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.ThoughtsPage_heroSection__laZAk{width:100%;padding:6rem 1.5rem 2rem;position:relative;max-width:var(--content-max-width)}.ThoughtsPage_heroSection__laZAk:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:30%;height:1px;background:linear-gradient(90deg,transparent,var(--muted),transparent);opacity:.4}.ThoughtsPage_heroTitle__xAegr{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.03em;color:var(--foreground);margin-bottom:1.5rem;line-height:1.1;transition:color .3s ease}.ThoughtsPage_heroSubtitle__j_QJp{font-size:clamp(1.1rem,2vw,1.4rem);color:var(--muted);max-width:40rem;margin:0 auto;line-height:1.6;transition:color .3s ease}.ThoughtsPage_postsSection__iv9FT{width:100%;max-width:var(--content-max-width);padding:0 1.5rem;display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem}@media (min-width:768px){.ThoughtsPage_postsSection__iv9FT{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width:1024px){.ThoughtsPage_postsSection__iv9FT{grid-template-columns:repeat(3,1fr);grid-auto-flow:dense;grid-auto-rows:minmax(100px,auto)}}.ThoughtsPage_postCard__iNUNM:nth-child(5n+1){grid-column:span 1}@media (min-width:1024px){.ThoughtsPage_postCard__iNUNM:nth-child(5n+1){grid-column:span 2}.ThoughtsPage_postCard__iNUNM:nth-child(5n+3){grid-row:span 2}}.ThoughtsPage_postCard__iNUNM{height:100%;background:var(--card-bg);border-radius:var(--border-radius,12px);box-shadow:var(--card-shadow);padding:1.75rem;transition:box-shadow var(--card-transition),transform var(--card-transition),background .3s ease;display:flex;flex-direction:column;position:relative;overflow:hidden}.ThoughtsPage_postCard__iNUNM:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-light,#9f7aea));opacity:0;transform:translateY(-100%);transition:transform var(--card-transition),opacity var(--card-transition),background .3s ease}.ThoughtsPage_postCard__iNUNM:focus-within,.ThoughtsPage_postCard__iNUNM:hover{box-shadow:var(--card-shadow);transform:translateY(-5px)}.ThoughtsPage_postCard__iNUNM:focus-within:before,.ThoughtsPage_postCard__iNUNM:hover:before{transform:translateY(0);opacity:1}.ThoughtsPage_postHeader__PsMEp{margin-bottom:1rem}.ThoughtsPage_postTitle__uqkiB{font-size:clamp(1.4rem,2vw,1.75rem);font-weight:700;margin-bottom:.5rem;color:var(--foreground);line-height:1.3;transition:color .3s ease}.ThoughtsPage_postTitleLink___jdBE{color:inherit;text-decoration:none;background-image:linear-gradient(transparent 95%,var(--primary) 0);background-size:0 100%;background-repeat:no-repeat;transition:background-size var(--card-transition),background-image .3s ease}.ThoughtsPage_postTitleLink___jdBE:focus-visible,.ThoughtsPage_postTitleLink___jdBE:hover{background-size:100% 100%;outline:none}.ThoughtsPage_postDate__b896G{font-size:.9rem;color:var(--muted);display:block;margin-bottom:.25rem;transition:color .3s ease}.ThoughtsPage_postExcerpt__tWezs{color:var(--muted);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem;flex-grow:1;transition:color .3s ease}.ThoughtsPage_readMore__4aF_K{color:var(--primary);font-weight:500;text-decoration:none;position:relative;display:inline-flex;align-items:center;margin-top:auto;transition:transform var(--card-transition),color .3s ease}.ThoughtsPage_readMore__4aF_K:focus-visible,.ThoughtsPage_readMore__4aF_K:hover{transform:translateX(5px)}.ThoughtsPage_readMore__4aF_K:after{content:"→";margin-left:.25rem;transition:transform var(--card-transition)}.ThoughtsPage_readMore__4aF_K:focus-visible:after,.ThoughtsPage_readMore__4aF_K:hover:after{transform:translateX(3px)}.ThoughtsPage_tagsList__0kPP_{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.5rem;pointer-events:none}