.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}.TagPill_tagPill__h0k3b{display:inline-flex;align-items:center;padding:.35rem .75rem;font-size:.8rem;font-weight:500;line-height:1;border-radius:999px;transition:all .2s ease;background:rgba(var(--primary-rgb,99,102,241),.1);color:var(--primary,#6366f1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(var(--primary-rgb,99,102,241),.15);white-space:nowrap}html.TagPill_dark__DbRC7 .TagPill_tagPill__h0k3b{background:rgba(var(--primary-rgb,99,102,241),.15);color:var(--primary-light,#a5b4fc);border-color:rgba(var(--primary-rgb,99,102,241),.25)}.TagPill_tagPill__h0k3b[data-color=secondary]{background:rgba(var(--secondary-rgb,139,92,246),.1);color:var(--secondary,#8b5cf6);border-color:rgba(var(--secondary-rgb,139,92,246),.15)}.TagPill_tagPill__h0k3b[data-color=accent]{background:rgba(var(--accent-rgb,14,165,233),.1);color:var(--accent,#0ea5e9);border-color:rgba(var(--accent-rgb,14,165,233),.15)}.ProjectsPage_page__XLQ0Z{min-height:100vh;gap:clamp(3rem,6vw,5rem);padding-bottom:6rem;background:var(--background);overflow-x:hidden;transition:background .3s ease}.ProjectsPage_heroSection__HKVS_,.ProjectsPage_page__XLQ0Z{display:flex;flex-direction:column;align-items:center;width:100%}.ProjectsPage_heroSection__HKVS_{justify-content:center;text-align:center;padding:6rem 1.5rem 2rem;position:relative;max-width:var(--content-max-width)}.ProjectsPage_heroSection__HKVS_: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;transition:background .3s ease}.ProjectsPage_heroTitle__WvFGk{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}.ProjectsPage_heroSubtitle__6Bs_B{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}.ProjectsPage_projectsSection__6_Vlj{width:100%;max-width:var(--content-max-width);padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr));grid-gap:2rem;gap:2rem}@media (min-width:768px){.ProjectsPage_projectsSection__6_Vlj{gap:2.5rem}}.ProjectsPage_projectCard__4TkI2{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;height:100%;position:relative;overflow:hidden}.ProjectsPage_projectCard__4TkI2:focus-within,.ProjectsPage_projectCard__4TkI2:hover{box-shadow:var(--card-shadow);transform:translateY(-5px)}.ProjectsPage_projectHeader__uZvfi{margin-bottom:1rem}.ProjectsPage_projectName__FeLhf{font-size:clamp(1.3rem,1.8vw,1.6rem);font-weight:700;margin-bottom:.5rem;color:var(--foreground);line-height:1.3;transition:color .3s ease}.ProjectsPage_projectDescription__KjqYh{color:var(--muted);font-size:1rem;line-height:1.6;margin-bottom:1.25rem;flex-grow:1;transition:color .3s ease}.ProjectsPage_techStack__3DDIV{margin-bottom:1.25rem}.ProjectsPage_techStackTitle__a02BP{font-size:.8rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;transition:color .3s ease}.ProjectsPage_techList__UiTky{display:flex;flex-wrap:wrap;gap:.5rem}.ProjectsPage_projectLinks__QgSdg{margin-top:auto;padding-top:1rem;display:flex;gap:1rem;align-items:center}.ProjectsPage_projectLink____MUj{display:inline-flex;align-items:center;gap:.35rem;color:var(--primary);font-weight:500;text-decoration:none;transition:color var(--card-transition),transform var(--card-transition);padding:.25rem 0}.ProjectsPage_projectLink____MUj:focus-visible,.ProjectsPage_projectLink____MUj:hover{color:var(--primary-light);transform:translateY(-1px);text-decoration:underline;outline:none}.ProjectsPage_projectLink____MUj svg{width:1em;height:1em;transition:fill var(--card-transition)}.ProjectsPage_tagsList__e7Apn{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}