.post-module__YvIQLG__container{max-width:1200px;min-height:calc(100vh - 100px);margin:0 auto;padding:2rem 1.5rem}.post-module__YvIQLG__backButton{color:var(--text-secondary);transition:var(--transition-smooth);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;display:inline-flex}.post-module__YvIQLG__backButton:hover{color:var(--accent);transform:translate(-4px)}.post-module__YvIQLG__grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;display:grid}@media (max-width:968px){.post-module__YvIQLG__grid{grid-template-columns:1fr;gap:2rem}}.post-module__YvIQLG__imageSection{flex-direction:column;gap:1rem;display:flex}.post-module__YvIQLG__mainImageWrapper{aspect-ratio:4/3;border-radius:var(--border-radius);border:1px solid var(--border-color);width:100%;box-shadow:var(--shadow-premium);background:#000;position:relative;overflow:hidden}.post-module__YvIQLG__mainImage{object-fit:contain;width:100%;height:100%;transition:transform .5s}.post-module__YvIQLG__mainImageWrapper:hover .post-module__YvIQLG__mainImage{transform:scale(1.03)}.post-module__YvIQLG__navButton{color:#fff;cursor:pointer;width:44px;height:44px;transition:var(--transition-smooth);z-index:10;background:#0009;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.post-module__YvIQLG__navButton:hover{background:var(--accent);color:#000;border-color:var(--accent)}.post-module__YvIQLG__prevButton{left:1rem}.post-module__YvIQLG__nextButton{right:1rem}.post-module__YvIQLG__thumbnailContainer{scrollbar-width:thin;gap:.75rem;padding:.25rem;display:flex;overflow-x:auto}.post-module__YvIQLG__thumbnail{cursor:pointer;width:80px;height:60px;transition:var(--transition-smooth);opacity:.6;border:2px solid #0000;border-radius:8px;flex-shrink:0;position:relative;overflow:hidden}.post-module__YvIQLG__thumbnail:hover{opacity:.9}.post-module__YvIQLG__activeThumbnail{border-color:var(--accent);opacity:1;box-shadow:0 0 10px #f59e0b4d}.post-module__YvIQLG__thumbnailImage{object-fit:cover;width:100%;height:100%}.post-module__YvIQLG__infoSection{flex-direction:column;gap:1.5rem;display:flex}.post-module__YvIQLG__header{border-bottom:1px solid var(--border-color);padding-bottom:1.5rem}.post-module__YvIQLG__meta{color:var(--text-secondary);align-items:center;gap:1.5rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.post-module__YvIQLG__metaItem{align-items:center;gap:.4rem;display:flex}.post-module__YvIQLG__viewsBadge{color:var(--accent);background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:20px;padding:.25rem .75rem;font-weight:500}.post-module__YvIQLG__title{color:var(--text-primary);background:linear-gradient(135deg,#fff 0%,#d1d5db 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.25rem;line-height:1.2}.post-module__YvIQLG__recipeCard{border-radius:var(--border-radius);-webkit-user-select:none;user-select:none;padding:2rem}.post-module__YvIQLG__cardHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.post-module__YvIQLG__cardTitle{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.25rem;display:flex}.post-module__YvIQLG__copyButton{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);background:#ffffff0d;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.85rem;display:inline-flex}.post-module__YvIQLG__copyButton:hover{color:var(--text-primary);border-color:var(--border-color-hover);background:#ffffff1a}.post-module__YvIQLG__recipeContent{color:var(--text-primary);font-size:1rem;line-height:1.7}.post-module__YvIQLG__recipeContent h2,.post-module__YvIQLG__recipeContent h3,.post-module__YvIQLG__recipeContent h4{color:var(--accent);margin-top:1.5rem;margin-bottom:.5rem}.post-module__YvIQLG__recipeContent p{color:#e5e7eb;margin-bottom:1rem}.post-module__YvIQLG__recipeLi{color:#e5e7eb;margin-bottom:.5rem;padding-left:1.5rem;list-style-type:none;position:relative}.post-module__YvIQLG__recipeLi:before{content:"•";color:var(--accent);font-weight:700;position:absolute;left:.5rem}.post-module__YvIQLG__recipeOlLi{color:#e5e7eb;margin-bottom:.5rem;padding-left:1.75rem;list-style-type:none;position:relative}.post-module__YvIQLG__olNumber{color:var(--accent);font-weight:600;position:absolute;left:0}.post-module__YvIQLG__recipeSpacer{height:1rem}.post-module__YvIQLG__toast{color:#fff;z-index:1000;opacity:0;background:#10b981f2;border-radius:8px;align-items:center;gap:.75rem;padding:1rem 1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards post-module__YvIQLG__slideUp;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(100px);box-shadow:0 10px 25px -5px #00000080}@keyframes post-module__YvIQLG__slideUp{to{opacity:1;transform:translateY(0)}}.post-module__YvIQLG__errorCard{text-align:center;border-radius:var(--border-radius);max-width:500px;margin:100px auto;padding:3rem 2rem}.post-module__YvIQLG__errorIcon{color:#ef4444;margin-bottom:1.5rem}.post-module__YvIQLG__errorTitle{margin-bottom:1rem;font-size:1.75rem}.post-module__YvIQLG__errorText{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.post-module__YvIQLG__homeButton{background:var(--accent);color:#000;transition:var(--transition-smooth);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.post-module__YvIQLG__homeButton:hover{background:var(--accent-hover);box-shadow:0 5px 15px #f59e0b4d}.post-module__YvIQLG__recipeContent a{color:var(--accent);word-break:break-all;transition:var(--transition-smooth);font-weight:500;text-decoration:underline}.post-module__YvIQLG__recipeContent a:hover{color:var(--accent-hover);opacity:.9}.post-module__YvIQLG__loginCard{text-align:center;border-radius:var(--border-radius);border:1px solid var(--border-color);background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);max-width:550px;box-shadow:var(--shadow-premium);margin:100px auto;padding:3.5rem 2.5rem}.post-module__YvIQLG__lockContainer{width:80px;height:80px;color:var(--accent);background:#f59e0b1a;border:1px solid #f59e0b40;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.post-module__YvIQLG__lockIcon{color:var(--accent)}.post-module__YvIQLG__loginTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.85rem;font-weight:700}.post-module__YvIQLG__loginText{color:var(--text-primary);margin-bottom:.75rem;font-size:.95rem;line-height:1.6}.post-module__YvIQLG__loginTextSub{color:var(--text-secondary);margin-bottom:2rem;font-size:.85rem;line-height:1.5}.post-module__YvIQLG__googleBtnCenter{justify-content:center;margin-top:1.5rem;display:flex}.post-module__YvIQLG__googleBtn{justify-content:center;display:flex}.post-module__YvIQLG__actionGroup{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.post-module__YvIQLG__logoutButton{color:var(--text-secondary);transition:var(--transition-smooth);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:500;display:inline-flex}.post-module__YvIQLG__logoutButton:hover{color:#f87171;background:#ef44441a;border-color:#ef444466}.post-module__YvIQLG__recipeHeading3{color:var(--accent);border-left:4px solid var(--accent);margin-top:1.5rem;margin-bottom:.75rem;padding-left:.5rem;font-weight:700}.post-module__YvIQLG__recipeShopLink{transition:var(--transition-smooth);background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:6px;align-items:center;gap:4px;margin:0 4px;padding:2px 8px;font-size:.8rem;font-weight:600;display:inline-flex;color:var(--accent)!important;text-decoration:none!important}.post-module__YvIQLG__recipeShopLink:hover{background:var(--accent);border-color:var(--accent);color:#000!important}.post-module__YvIQLG__browserHelperContainer{text-align:left;background:#ffffff08;border:1px dashed #f59e0b4d;border-radius:12px;margin-top:2rem;padding:1.5rem}.post-module__YvIQLG__helperHeader{color:var(--accent);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;display:flex}.post-module__YvIQLG__helperWarningIcon{font-size:1.2rem}.post-module__YvIQLG__helperText{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.88rem;line-height:1.5}.post-module__YvIQLG__helperButtons{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.post-module__YvIQLG__primaryHelperBtn{color:#000;cursor:pointer;transition:var(--transition-smooth);text-align:center;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:8px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;box-shadow:0 4px 12px #f59e0b33}.post-module__YvIQLG__primaryHelperBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #f59e0b4d}.post-module__YvIQLG__secondaryHelperBtn{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:var(--transition-smooth);text-align:center;background:#ffffff0d;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600}.post-module__YvIQLG__secondaryHelperBtn:hover{border-color:var(--border-color-hover);background:#ffffff1a}.post-module__YvIQLG__helperGuide{color:#9ca3af;background:#0003;border:1px solid #ffffff0d;border-radius:8px;padding:1rem;font-size:.8rem;line-height:1.5}.post-module__YvIQLG__helperGuide strong{color:var(--accent)}.post-module__YvIQLG__coursesHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}@media (max-width:640px){.post-module__YvIQLG__coursesHeader{flex-direction:column;align-items:flex-start;gap:1rem}}.post-module__YvIQLG__coursesHeaderTitle{align-items:center;gap:.75rem;display:flex}.post-module__YvIQLG__coursesMainTitle{color:var(--text-primary);background:linear-gradient(135deg,#fff 0%,#d1d5db 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:2rem;font-weight:700}.post-module__YvIQLG__coursesHeaderEmail{color:var(--text-secondary);margin:.25rem 0 0;font-size:.95rem}.post-module__YvIQLG__searchContainer{width:100%}.post-module__YvIQLG__searchInputWrapper{width:100%;position:relative}.post-module__YvIQLG__searchInputIcon{color:var(--text-secondary);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.post-module__YvIQLG__searchInput{border:1px solid var(--border-color);width:100%;color:var(--text-primary);transition:var(--transition-smooth);background:#ffffff08;border-radius:8px;padding:.85rem 1rem .85rem 2.75rem;font-size:.95rem}.post-module__YvIQLG__searchInput:focus{border-color:var(--accent);background:#ffffff0f;outline:none;box-shadow:0 0 10px #f59e0b26}.post-module__YvIQLG__coursesGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;width:100%;display:grid}.post-module__YvIQLG__courseCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:var(--transition-smooth);box-shadow:var(--shadow-premium);flex-direction:column;display:flex;overflow:hidden}.post-module__YvIQLG__courseCard:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 24px #0006}.post-module__YvIQLG__courseCardImageWrapper{aspect-ratio:16/10;border-bottom:1px solid var(--border-color);background:#000;width:100%;position:relative;overflow:hidden}.post-module__YvIQLG__courseCardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.post-module__YvIQLG__courseCard:hover .post-module__YvIQLG__courseCardImage{transform:scale(1.03)}.post-module__YvIQLG__courseCardPlaceholder{background:#ffffff05;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.post-module__YvIQLG__statusBadgeLearning{color:#000;background:#f59e0bf2;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:700;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 8px #0000004d}.post-module__YvIQLG__statusBadgeViewed{color:#fff;background:#10b981f2;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:700;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 8px #0000004d}.post-module__YvIQLG__courseCardContent{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.post-module__YvIQLG__courseCardTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:3.2rem;margin:0 0 .5rem;font-size:1.15rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.post-module__YvIQLG__courseCardDate{color:var(--text-secondary);margin:0 0 1.5rem;font-size:.85rem}.post-module__YvIQLG__courseCardBtn{background:var(--accent);color:#000;transition:var(--transition-smooth);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:.75rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.post-module__YvIQLG__courseCardBtn:hover{background:var(--accent-hover);box-shadow:0 4px 12px #f59e0b40}.post-module__YvIQLG__emptyCoursesCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);text-align:center;width:100%;padding:3rem 2rem}.post-module__YvIQLG__emptyCoursesText{color:var(--text-secondary);margin:0;font-size:1rem}.post-module__YvIQLG__lmsLinkContainer{flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:1rem;display:flex}.post-module__YvIQLG__lmsLinkButton{cursor:pointer;transition:var(--transition-smooth);background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:0;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #10b98126;color:#fff!important;text-decoration:none!important}.post-module__YvIQLG__lmsLinkButton:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 6px 16px #10b98140}.post-module__YvIQLG__lmsLinkButton:disabled{cursor:wait;opacity:.72;transform:none}.post-module__YvIQLG__lmsLinkError{color:#fca5a5;max-width:32rem;margin:0;font-size:.9rem;line-height:1.45}.post-module__YvIQLG__shopLandingWrapper{width:100%;min-height:100vh;color:#2d1914!important;background-color:#fcf8f2!important;font-family:Be Vietnam Pro,sans-serif!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__container{max-width:1100px;min-height:100vh;margin:0 auto;padding:3rem 1.5rem}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__backButton{border-radius:12px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .25s;box-shadow:0 4px 10px #2d191405;color:#2d1914!important;background:#fff!important;border:1px solid #2d191414!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__backButton:hover{transform:translate(-4px);color:#d96b27!important;background:#fcf8f2!important;border-color:#d96b27!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__title{color:#2d1914!important;background:0 0!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:initial!important;letter-spacing:-.01em!important;font-family:Playfair Display,serif!important;font-size:2.75rem!important;font-weight:850!important;line-height:1.2!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__recipeCard{-webkit-user-select:none;user-select:none;color:#2d1914!important;background:#fff!important;border:1px solid #2d19140f!important;border-radius:28px!important;padding:2.25rem 2rem!important;box-shadow:0 12px 40px #2d191408!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__cardHeader{border-bottom:1.5px dashed #2d19141a!important;margin-bottom:1.75rem!important;padding-bottom:1.25rem!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__cardTitle{color:#2d1914!important;font-family:Playfair Display,serif!important;font-size:1.5rem!important;font-weight:800!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__recipeContent{color:#2d1914!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__recipeHeading3{color:#2a4b2a!important;letter-spacing:-.01em!important;border-left:4px solid #d96b27!important;margin-top:1.75rem!important;margin-bottom:.75rem!important;padding-left:.65rem!important;font-family:Playfair Display,serif!important;font-size:1.35rem!important;font-weight:800!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__recipeContent p{color:#4a3e3b!important;margin-bottom:1rem!important;font-size:.975rem!important;line-height:1.75!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__recipeLi{color:#4a3e3b!important;margin-bottom:.5rem!important;padding-left:1.5rem!important;font-size:.975rem!important;line-height:1.7!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__recipeLi:before{content:"•"!important;color:#d96b27!important;font-size:1.25rem!important;top:-.15rem!important;left:.4rem!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__recipeOlLi{color:#4a3e3b!important;margin-bottom:.525rem!important;padding-left:1.75rem!important;font-size:.975rem!important;line-height:1.7!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__olNumber{color:#d96b27!important;font-weight:700!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__recipeContent a{color:#d96b27!important;font-weight:700!important;text-decoration:underline!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__recipeContent a:hover{color:#2a4b2a!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__mainImageWrapper{aspect-ratio:4/3!important;background:#faf6f0!important;border:1px solid #2d19140d!important;border-radius:28px!important;box-shadow:0 12px 40px #2d19140a!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__thumbnail{opacity:.65!important;border:2px solid #0000!important;border-radius:12px!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__activeThumbnail{opacity:1!important;border-color:#d96b27!important;box-shadow:0 4px 12px #d96b2733!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__navButton{color:#2d1914!important;background:#ffffffe6!important;border:1px solid #2d19140d!important;box-shadow:0 4px 15px #00000014!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__navButton:hover{color:#fff!important;background:#d96b27!important;border-color:#d96b27!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__meta{color:#2d191499!important;font-weight:500!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__lmsLinkButton{color:#fff!important;background:#2a4b2a!important;border-radius:12px!important;padding:.65rem 1.25rem!important;font-weight:700!important;transition:all .2s!important;box-shadow:0 6px 20px #2a4b2a26!important}.post-module__YvIQLG__shopLandingWrapper .post-module__YvIQLG__lmsLinkButton:hover{background:#3e6b3e!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #2a4b2a40!important}
