.Home_container__d256j{scroll-snap-type:y mandatory;height:100vh;overflow-y:scroll;overflow-x:hidden}.Home_main__VkIEL,.Home_section__3569L{min-height:100vh;width:100%}.Home_section__3569L{scroll-margin-top:60px;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;align-items:center;padding:4rem 2rem}.Home_section__3569L:first-child{background-color:#111111}.Home_section__3569L:nth-child(2){background-color:#0a0a0a}.Home_section__3569L:nth-child(3){background-color:#050505}.Home_sectionTitle__DKb2S{font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700;color:#ffffff;margin-bottom:4rem;text-align:center;letter-spacing:.2em}.Home_cardsContainer__OKPo_{width:100%;max-width:700px;display:flex;flex-direction:column;gap:3rem;margin:0 auto;padding:0 1rem}.Home_card__E5spL{background-color:rgba(255,255,255,.03);border-radius:8px;padding:3rem;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;line-height:1.8;color:rgba(255,255,255,.9);box-shadow:0 4px 30px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.05);white-space:pre-line;opacity:0;transform:translateY(20px);animation:Home_fadeIn__6AUDn .8s ease-out forwards}.Home_card__E5spL>div{margin:1.5rem 0}.Home_card__E5spL>div:first-of-type{margin-top:0}.Home_card__E5spL>div:last-of-type{margin-bottom:0}.Home_card__E5spL.Home_visible__o7uWL{opacity:1;transform:translateY(0)}.Home_cardTitle__rMNyu{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:#ffffff;margin-bottom:2rem;letter-spacing:.05em;text-align:center}.Home_section__3569L::-webkit-scrollbar{width:8px}.Home_section__3569L::-webkit-scrollbar-track{background:transparent}.Home_section__3569L::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.2);border-radius:20px;border:2px solid transparent}.Home_section__3569L{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}@media (max-width:768px){.Home_section__3569L{padding:3rem 1rem}.Home_sectionTitle__DKb2S{font-size:2.5rem;margin-bottom:3rem}.Home_card__E5spL{padding:2rem;font-size:1.1rem}.Home_cardTitle__rMNyu{font-size:1.75rem;margin-bottom:1.5rem}}.Home_navbar__IWq_R{position:fixed;top:0;left:0;right:0;height:60px;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:1100;border-bottom:1px solid rgba(255,255,255,.05)}.Home_nav__KViFq{display:flex;gap:2rem}.Home_navLink__SvGJP{color:rgba(255,255,255,.8);text-decoration:none;font-family:Playfair Display,Georgia,serif;font-size:1rem;letter-spacing:.1em;transition:all .3s ease;padding:.5rem 1rem;border-radius:4px;position:relative;z-index:1100}.Home_navLink__SvGJP:hover{color:#ffffff;background:rgba(255,255,255,.05)}.Home_chatBubble__fNcXd{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.2);transition:transform .3s ease;z-index:1000}.Home_chatBubble__fNcXd:hover{transform:scale(1.1)}.Home_chatIcon__wf_dH{width:24px;height:24px;color:#111111}.Home_chatContainer__KzBAq{position:fixed;bottom:5rem;right:2rem;width:350px;height:500px;background:rgba(0,0,0,.95);border-radius:12px;box-shadow:0 4px 30px rgba(0,0,0,.3);display:flex;flex-direction:column;z-index:1000;opacity:0;transform:translateY(20px);pointer-events:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Home_chatContainerVisible__ZG_4j{opacity:1;transform:translateY(0);pointer-events:all}.Home_chatHeader__A36vr{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}.Home_chatTitle__Dn6AI{color:#ffffff;font-family:Playfair Display,Georgia,serif;font-size:1.1rem;letter-spacing:.05em}.Home_closeButton__rDX9l{background:none;border:none;color:rgba(255,255,255,.6);cursor:pointer;padding:4px;transition:color .3s ease}.Home_closeButton__rDX9l:hover{color:#ffffff}.Home_chatMessages__mNmGG{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.Home_message__OKL2m{max-width:80%;padding:.8rem 1rem;border-radius:12px;font-family:Playfair Display,Georgia,serif;font-size:.9rem;line-height:1.5}.Home_userMessage__yHQQP{background:rgba(255,255,255,.1);color:#ffffff;align-self:flex-end}.Home_botMessage__JN8Xu{background:rgba(255,255,255,.05);color:rgba(255,255,255,.9);align-self:flex-start}.Home_chatInput__PZOw1{padding:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:.5rem}.Home_input__OGaGo{flex:1 1;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:.8rem;color:#ffffff;font-family:Playfair Display,Georgia,serif;font-size:.9rem}.Home_input__OGaGo:focus{outline:none;border-color:rgba(255,255,255,.2)}.Home_sendButton__kNNkw{background:#ffffff;border:none;border-radius:6px;padding:.8rem 1.2rem;color:#111111;font-family:Playfair Display,Georgia,serif;font-size:.9rem;cursor:pointer;transition:all .3s ease}.Home_sendButton__kNNkw:hover{background:rgba(255,255,255,.9)}@media (max-width:768px){.Home_chatContainer__KzBAq{width:calc(100% - 2rem);height:60vh;right:1rem;left:1rem;bottom:5rem}}.Home_highlightedTerm__y1DHL{border-bottom:1px dotted rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;padding-bottom:1px}.Home_highlightedTerm__y1DHL:hover{border-bottom-color:#ffffff;color:#ffffff}.Home_footer__yFiaX{width:100%;padding:2rem;display:flex;justify-content:center;align-items:center;font-family:Playfair Display,Georgia,serif;color:rgba(255,255,255,.8);position:fixed;bottom:0;left:0;z-index:900;pointer-events:none}.Home_redditLink__EFLOc{color:rgba(255,255,255,.8);text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.4);transition:all .3s ease;font-size:.9rem;letter-spacing:.05em;pointer-events:auto}.Home_redditLink__EFLOc:hover{color:#ffffff;border-bottom-color:#ffffff}.Home_conceptsGrid__0pTNO{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem;padding:2rem;margin:0 auto}.Home_conceptCard__bU9Cz{position:relative;height:300px;perspective:1000px;cursor:pointer}.Home_conceptCardInner__V3d_2{position:relative;width:100%;height:100%;text-align:left;transition:transform .6s;transform-style:preserve-3d}.Home_conceptCard__bU9Cz.Home_flipped__neYT5 .Home_conceptCardInner__V3d_2{transform:rotateY(180deg)}.Home_conceptCardBack__bP_GW,.Home_conceptCardFront__tJ_cf{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:rgba(255,255,255,.03);border-radius:8px;border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 30px rgba(0,0,0,.1);display:flex;flex-direction:column}.Home_conceptCardFront__tJ_cf{padding:2rem}.Home_conceptCardBack__bP_GW{transform:rotateY(180deg);justify-content:flex-start;align-items:center;text-align:center;font-style:italic;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent;padding:1.8rem 1.5rem}.Home_conceptCardBack__bP_GW::-webkit-scrollbar{width:4px}.Home_conceptCardBack__bP_GW::-webkit-scrollbar-track{background:transparent}.Home_conceptCardBack__bP_GW::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.2);border-radius:20px}.Home_conceptTitle__2xkIB{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1rem;color:#fff;cursor:pointer;position:relative;display:inline-block;transition:all .3s ease}.Home_conceptTitle__2xkIB:hover{color:#ff6b6b}.Home_conceptTitle__2xkIB:after{content:"";position:absolute;width:100%;height:1px;bottom:-2px;left:0;background-color:#ff6b6b;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.Home_conceptTitle__2xkIB:hover:after{transform:scaleX(1);transform-origin:left}.Home_conceptDefinition__etRyj{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;line-height:1.6;color:rgba(255,255,255,.9)}.Home_backTitle__PG6pj{font-family:Playfair Display,serif;font-size:1.25rem;color:#fff;margin-bottom:1rem;font-style:normal;letter-spacing:.05em}.Home_backText__NkiT6{font-family:Playfair Display,Georgia,serif;font-size:.95rem;line-height:1.5;color:rgba(255,255,255,.85);width:100%;margin:0 auto;padding:0}@media (max-width:768px){.Home_conceptsGrid__0pTNO{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;padding:1.5rem}.Home_conceptCard__bU9Cz{height:280px}.Home_conceptCardFront__tJ_cf{padding:1.5rem}.Home_conceptCardBack__bP_GW{padding:1.5rem 1.2rem}.Home_conceptTitle__2xkIB{font-size:1.3rem;margin-bottom:1rem}.Home_backText__NkiT6,.Home_conceptDefinition__etRyj{font-size:.9rem;line-height:1.4}.Home_backTitle__PG6pj{font-size:1.15rem;margin-bottom:.75rem}}.Home_introOverlay__3xBS2{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:1;transition:opacity .8s ease-out;pointer-events:auto}.Home_introContent__6mxLX{display:flex;flex-direction:column;align-items:center;gap:4rem;opacity:0;animation:Home_fadeIn__6AUDn .8s ease-out forwards}.Home_introLogo__ZUUkz{width:280px;height:280px;object-fit:contain;opacity:0;animation:Home_simpleReveal__M__Ww 1.2s ease-out forwards}.Home_introText__Aj4TS{font-family:Playfair Display,serif;color:#fff;font-size:1.2rem;letter-spacing:.25em;text-transform:uppercase;font-weight:300}.Home_fadeOut__zpuvK{opacity:0;pointer-events:none!important}@keyframes Home_fadeIn__6AUDn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Home_simpleReveal__M__Ww{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.Home_introButton__0PRkY{font-family:Playfair Display,serif;color:#fff;font-size:1.1rem;letter-spacing:.3em;text-transform:uppercase;font-weight:300;background:none;border:1px solid rgba(255,255,255,.15);padding:1rem 2.5rem;cursor:pointer;transition:all .4s ease;position:relative;overflow:hidden}.Home_introButton__0PRkY:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.4);transform:translateY(-2px);filter:drop-shadow(0 2px 8px rgba(255,255,255,.2))}.Home_introButton__0PRkY:focus{outline:none;border-color:rgba(255,255,255,.6)}@media (min-width:1200px){.Home_introLogo__ZUUkz{width:320px;height:320px}}@media (max-width:768px){.Home_introLogo__ZUUkz{width:240px;height:240px}}