.TemplateEditor-module__yO9lnG__container{flex-direction:column;width:100%;height:100%;margin:0;transition:all .3s;display:flex;overflow-x:hidden}.TemplateEditor-module__yO9lnG__header{border-bottom:1px solid var(--border);z-index:30;background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem;display:flex}.TemplateEditor-module__yO9lnG__headerInfo{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}@media (max-width:768px){.TemplateEditor-module__yO9lnG__header{padding:1rem}.TemplateEditor-module__yO9lnG__headerInfo{gap:1rem}}.TemplateEditor-module__yO9lnG__nameInput{font-size:1.25rem;font-weight:700;font-family:var(--font-serif);border:none;outline:none;width:300px;max-width:100%;padding:.5rem 0}.TemplateEditor-module__yO9lnG__meta{align-items:center;gap:1.5rem;display:flex}.TemplateEditor-module__yO9lnG__meta select{border:1px solid var(--border);border-radius:4px;padding:.5rem;font-size:.875rem}.TemplateEditor-module__yO9lnG__activeSwitch{align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.TemplateEditor-module__yO9lnG__headerActions{align-items:center;gap:1rem;display:flex}.TemplateEditor-module__yO9lnG__previewToggle{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.TemplateEditor-module__yO9lnG__previewToggle:hover{background:#f1f5f9}.TemplateEditor-module__yO9lnG__previewToggle.TemplateEditor-module__yO9lnG__active{background:var(--primary);color:#fff;border-color:var(--primary)}.TemplateEditor-module__yO9lnG__layout{background:#f8fafc;flex-direction:column;flex:1;width:100%;max-width:100%;display:flex;overflow:hidden}.TemplateEditor-module__yO9lnG__mainEditor{border-bottom:1px solid var(--border);grid-template-columns:1fr 340px;width:100%;max-width:100%;height:60vh;transition:height .3s;display:grid}@media (max-width:1024px){.TemplateEditor-module__yO9lnG__mainEditor{flex-direction:column;flex:none;grid-template-columns:none;gap:1rem;height:auto;display:flex;overflow:visible}}.TemplateEditor-module__yO9lnG__mainEditor.TemplateEditor-module__yO9lnG__fullHeight{height:100%}.TemplateEditor-module__yO9lnG__builder{background:#f8fafc;padding:1.5rem;overflow-y:auto}.TemplateEditor-module__yO9lnG__blockList{flex-direction:column;gap:1rem;display:flex}.TemplateEditor-module__yO9lnG__blockItem{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:#fff;transition:all .2s;overflow:hidden}.TemplateEditor-module__yO9lnG__blockItem:hover{box-shadow:var(--shadow-md);border-color:#64748b}.TemplateEditor-module__yO9lnG__blockItem.TemplateEditor-module__yO9lnG__selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light)}.TemplateEditor-module__yO9lnG__blockHeader{border-bottom:1px solid var(--border);background:#fdfdfd;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.TemplateEditor-module__yO9lnG__blockType{align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;display:flex}.TemplateEditor-module__yO9lnG__dragHandle{background-image:radial-gradient(#cbd5e1 2px,#0000 2px);background-size:4px 4px;width:12px;height:12px}.TemplateEditor-module__yO9lnG__blockActions{gap:.25rem;display:flex}.TemplateEditor-module__yO9lnG__blockActions button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.TemplateEditor-module__yO9lnG__blockActions button:hover:not(:disabled){color:#1a1a1a;background:#f1f5f9}.TemplateEditor-module__yO9lnG__deleteBtn:hover{color:#ef4444!important;background-color:#fef2f2!important}.TemplateEditor-module__yO9lnG__addBlockSection{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.TemplateEditor-module__yO9lnG__addBlockSection h3{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:1rem;font-size:.875rem}.TemplateEditor-module__yO9lnG__blockChoices{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.TemplateEditor-module__yO9lnG__choiceBtn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:4px;align-items:center;gap:.75rem;padding:.75rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.TemplateEditor-module__yO9lnG__choiceBtn:hover{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.TemplateEditor-module__yO9lnG__previewContainer{background:#cbd5e1;flex-direction:column;flex:1;align-items:center;width:100%;max-width:100%;padding:3rem 2rem;display:flex;overflow:hidden auto}@media (max-width:1400px){.TemplateEditor-module__yO9lnG__previewContainer{padding:2rem 1rem}}.TemplateEditor-module__yO9lnG__previewDevice{width:100%;max-width:1280px;box-shadow:var(--shadow-lg);background:#fff;border-radius:8px;min-height:100%}@media (min-width:1024px){.TemplateEditor-module__yO9lnG__previewDevice{width:80%}}.TemplateEditor-module__yO9lnG__previewContent{height:100%}.TemplateEditor-module__yO9lnG__inspector{border-left:1px solid var(--border);z-index:20;background:#fff;flex-direction:column;width:340px;display:flex}@media (max-width:1024px){.TemplateEditor-module__yO9lnG__inspector{border-left:none;border-top:1px solid var(--border);width:100%}}.TemplateEditor-module__yO9lnG__inspectorHeader{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem;font-weight:600;display:flex}.TemplateEditor-module__yO9lnG__inspectorHeader button{cursor:pointer;color:#94a3b8;background:0 0;border:none;margin-left:auto}.TemplateEditor-module__yO9lnG__inspectorEmpty{text-align:center;color:#94a3b8;padding:3rem 2rem;font-size:.875rem}.TemplateEditor-module__yO9lnG__inspectorContent{padding:1.5rem}
.HeroCarousel-module__Bs4fSa__hero{background:#000;width:100%;height:70vh;min-height:600px;position:relative;overflow:hidden}.HeroCarousel-module__Bs4fSa__slide{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.HeroCarousel-module__Bs4fSa__overlay{z-index:1;background:linear-gradient(#00000073 0%,#00000040 50%,#000000bf 100%);position:absolute;inset:0}.HeroCarousel-module__Bs4fSa__heroImage{object-fit:cover;z-index:0;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;position:absolute;inset:0}.HeroCarousel-module__Bs4fSa__imagePlaceholder{background-color:#2a2a2a;background-image:radial-gradient(circle,#333 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.HeroCarousel-module__Bs4fSa__content{z-index:2;text-align:center;color:#fff;flex-direction:column;align-items:center;margin-top:60px;display:flex;position:relative;max-width:900px!important}.HeroCarousel-module__Bs4fSa__category{font-family:var(--font-sans);letter-spacing:.3em;text-transform:uppercase;color:var(--gold-light);margin-bottom:2.5rem;font-size:.875rem;font-weight:600}.HeroCarousel-module__Bs4fSa__title{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;text-transform:none;margin-bottom:3.5rem;font-size:5rem;font-weight:500;line-height:1.05}.HeroCarousel-module__Bs4fSa__cta{color:#fff;font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;background:0 0;border:1px solid #ffffff80;justify-content:center;align-items:center;padding:1.25rem 3rem;font-size:.875rem;font-weight:600;transition:all .4s cubic-bezier(.165,.84,.44,1);display:inline-flex}.HeroCarousel-module__Bs4fSa__cta:hover{color:#000;background:#fff;border-color:#fff}@media (max-width:768px){.HeroCarousel-module__Bs4fSa__hero{height:70vh;min-height:480px}.HeroCarousel-module__Bs4fSa__overlay{background:linear-gradient(#0009 0%,#0006 50%,#000c 100%)}.HeroCarousel-module__Bs4fSa__content{margin-top:40px;padding:0 1.5rem}.HeroCarousel-module__Bs4fSa__title{font-size:2.75rem}.HeroCarousel-module__Bs4fSa__cta{min-width:200px;min-height:48px;padding:1.25rem 2.5rem;font-size:.85rem}}@media (max-width:480px){.HeroCarousel-module__Bs4fSa__title{font-size:2.25rem}}.HeroCarousel-module__Bs4fSa__navControls{z-index:10;pointer-events:auto;gap:1px;display:flex;position:absolute;bottom:4rem;right:4rem}.HeroCarousel-module__Bs4fSa__navButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:54px;height:54px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex}.HeroCarousel-module__Bs4fSa__navButton:hover{color:#000;background:#fff;border-color:#fff}@media (max-width:768px){.HeroCarousel-module__Bs4fSa__navControls{bottom:1.5rem;right:1.5rem}.HeroCarousel-module__Bs4fSa__navButton{width:50px;height:50px}}
.LatestArticles-module__5rhlsa__section{background:var(--background);padding:4rem 0}.LatestArticles-module__5rhlsa__layoutGrid{grid-template-columns:1fr 350px;gap:4rem;display:grid}.LatestArticles-module__5rhlsa__header{border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;margin-bottom:.75rem;padding-bottom:1.25rem;display:flex}.LatestArticles-module__5rhlsa__title{font-family:var(--font-display);letter-spacing:.1em;color:var(--primary);text-transform:uppercase;margin:0;font-size:1.5rem;font-weight:500}.LatestArticles-module__5rhlsa__line{background:var(--primary);width:60px;height:1px}.LatestArticles-module__5rhlsa__grid{flex-direction:column;gap:0;display:flex}.LatestArticles-module__5rhlsa__grid>a:first-child [class*=horizontal]{padding-top:0}@media (max-width:1024px){.LatestArticles-module__5rhlsa__layoutGrid{grid-template-columns:1fr 280px;gap:3rem}}@media (max-width:768px){.LatestArticles-module__5rhlsa__section{padding:3rem 0}.LatestArticles-module__5rhlsa__layoutGrid{grid-template-columns:1fr;gap:0}}@media (max-width:480px){.LatestArticles-module__5rhlsa__section{padding:2rem 0}}.LatestArticles-module__5rhlsa__skeletonTitle{background:#f0f0f0;width:200px;height:1.5rem;position:relative;overflow:hidden}.LatestArticles-module__5rhlsa__skeletonCard{background:#f0f0f0;border-radius:4px;width:100%;height:300px;margin:2rem 0;position:relative;overflow:hidden}.LatestArticles-module__5rhlsa__skeletonTitle:after,.LatestArticles-module__5rhlsa__skeletonCard:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:100%;height:100%;animation:1.5s infinite LatestArticles-module__5rhlsa__shimmer;position:absolute;top:0;left:0}@keyframes LatestArticles-module__5rhlsa__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}
