.Card-module__b6YjYG__card{background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;transition:all .3s;overflow:hidden}.Card-module__b6YjYG__hoverable:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 24px -10px #0000001a}
.Badge-module__H8aylq__badge{white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.Badge-module__H8aylq__primary{background-color:var(--primary);color:#fff}.Badge-module__H8aylq__success{color:#047857;background-color:#d1fae5}.Badge-module__H8aylq__warning{color:#b45309;background-color:#fef3c7}.Badge-module__H8aylq__error{color:#b91c1c;background-color:#fee2e2}.Badge-module__H8aylq__secondary{background-color:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border)}
.Breadcrumb-module__r8NF3W__breadcrumb{margin-bottom:1.5rem;font-size:.875rem}.Breadcrumb-module__r8NF3W__list{flex-wrap:wrap;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.Breadcrumb-module__r8NF3W__item{align-items:center;display:flex}.Breadcrumb-module__r8NF3W__link{color:var(--text-secondary);transition:color .2s}.Breadcrumb-module__r8NF3W__link:hover{color:var(--primary)}.Breadcrumb-module__r8NF3W__separator{color:var(--text-secondary);opacity:.5;-webkit-user-select:none;user-select:none;margin:0 .5rem}.Breadcrumb-module__r8NF3W__current{color:var(--text-primary);font-weight:500}
.ShareButtons-module__k4xySq__shareContainer{border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;gap:1rem;margin:2rem 0;padding:1.5rem 0;display:flex}.ShareButtons-module__k4xySq__label{color:var(--text-primary);font-weight:600}.ShareButtons-module__k4xySq__buttons{flex-wrap:wrap;gap:.75rem;display:flex}.ShareButtons-module__k4xySq__btn{color:#fff;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:transform .2s,filter .2s}.ShareButtons-module__k4xySq__btn:hover{filter:brightness(1.1);transform:translateY(-2px)}.ShareButtons-module__k4xySq__fb{background-color:#1877f2}.ShareButtons-module__k4xySq__x{background-color:#000}.ShareButtons-module__k4xySq__wa{background-color:#25d366}@media (max-width:600px){.ShareButtons-module__k4xySq__shareContainer{flex-direction:column;align-items:flex-start}}
.Button-module__8RiFmG__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__btn:disabled{opacity:.6;cursor:not-allowed}.Button-module__8RiFmG__fullWidth{width:100%}.Button-module__8RiFmG__sm{padding:.375rem .75rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.5rem 1.25rem;font-size:1rem}.Button-module__8RiFmG__lg{padding:.75rem 1.5rem;font-size:1.125rem}.Button-module__8RiFmG__primary{background:var(--primary);color:#fff}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--primary-light)}.Button-module__8RiFmG__secondary{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:#e2e8f0}.Button-module__8RiFmG__outline{color:var(--primary);border-color:var(--primary);background:0 0}.Button-module__8RiFmG__outline:hover:not(:disabled){background:var(--primary);color:#fff}.Button-module__8RiFmG__danger{background:var(--error);color:#fff}.Button-module__8RiFmG__danger:hover:not(:disabled){filter:brightness(.9)}
.Input-module__5jsJuW__wrapper{flex-direction:column;gap:.375rem;display:flex}.Input-module__5jsJuW__fullWidth{width:100%}.Input-module__5jsJuW__label{color:var(--text-primary);font-size:.875rem;font-weight:500}.Input-module__5jsJuW__input{border:1px solid var(--border);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.Input-module__5jsJuW__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2d5bc41a}.Input-module__5jsJuW__input::placeholder{color:#94a3b8}.Input-module__5jsJuW__input:disabled{background:var(--bg-secondary);cursor:not-allowed;opacity:.7}.Input-module__5jsJuW__textarea{resize:vertical;min-height:120px}.Input-module__5jsJuW__hasError{border-color:var(--error)}.Input-module__5jsJuW__hasError:focus{border-color:var(--error);box-shadow:0 0 0 3px #ef44441a}.Input-module__5jsJuW__errorText{color:var(--error);margin-top:.25rem;font-size:.875rem}
.Toast-module__dpyMdW__toast{z-index:9999;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;min-width:300px;max-width:400px;padding:1rem 1.25rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.Toast-module__dpyMdW__show{opacity:1;transform:translateY(0)}.Toast-module__dpyMdW__hide{opacity:0;transform:translateY(2rem)}.Toast-module__dpyMdW__message{font-size:.9375rem;font-weight:500}.Toast-module__dpyMdW__closeBtn{color:inherit;opacity:.7;font-size:1.5rem;line-height:1;transition:opacity .2s}.Toast-module__dpyMdW__closeBtn:hover{opacity:1}.Toast-module__dpyMdW__success{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0}.Toast-module__dpyMdW__error{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca}.Toast-module__dpyMdW__info{color:#1e40af;background-color:#eff6ff;border:1px solid #bfdbfe}
.CommentStyles-module__9tSUxW__section{margin-top:2rem;padding-top:1rem}.CommentStyles-module__9tSUxW__sectionTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.CommentStyles-module__9tSUxW__divider{background-color:var(--primary);border-radius:2px;width:60px;height:4px;margin-bottom:1rem}.CommentStyles-module__9tSUxW__formContainer{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;margin-top:1.5rem;padding:1.5rem}.CommentStyles-module__9tSUxW__heading{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.CommentStyles-module__9tSUxW__notice{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem}.CommentStyles-module__9tSUxW__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.CommentStyles-module__9tSUxW__listContainer{margin-bottom:0}.CommentStyles-module__9tSUxW__empty{color:var(--text-secondary);padding:.5rem 0 1.5rem;font-style:italic}.CommentStyles-module__9tSUxW__commentItems{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.CommentStyles-module__9tSUxW__commentCard{gap:1rem;display:flex}.CommentStyles-module__9tSUxW__avatar{background:var(--primary-light);color:#fff;min-width:48px;height:48px;font-size:1.25rem;font-weight:600;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;display:flex}.CommentStyles-module__9tSUxW__commentContent{background:var(--bg-primary);border:1px solid var(--border);border-radius:0 12px 12px;flex:1;padding:1.25rem}.CommentStyles-module__9tSUxW__commentHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.CommentStyles-module__9tSUxW__author{color:var(--text-primary);font-weight:600}.CommentStyles-module__9tSUxW__date{color:var(--text-secondary);font-size:.75rem}.CommentStyles-module__9tSUxW__text{color:var(--text-primary);line-height:1.6}@media (max-width:600px){.CommentStyles-module__9tSUxW__grid{grid-template-columns:1fr}.CommentStyles-module__9tSUxW__formContainer{padding:1.5rem}}
.ProductCTA-module__GKYfSa__ctaBox{background:linear-gradient(135deg,#ff6b350a 0%,#1b3a7b0a 100%);border:1px solid #ff6b352e;border-radius:1rem;margin:2.5rem 0;padding:1.75rem 1.5rem;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.ProductCTA-module__GKYfSa__ctaBox:hover{border-color:#ff6b3559;box-shadow:0 8px 32px #ff6b3514}.ProductCTA-module__GKYfSa__ctaBox:before{content:"";background:linear-gradient(180deg, var(--accent) 0%, var(--primary-light) 100%);border-radius:4px 0 0 4px;width:4px;position:absolute;top:0;bottom:0;left:0}.ProductCTA-module__GKYfSa__ctaLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.ProductCTA-module__GKYfSa__ctaTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.35}.ProductCTA-module__GKYfSa__ctaDescription{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.ProductCTA-module__GKYfSa__ctaButton{background:linear-gradient(135deg, var(--accent) 0%, #e85d2c 100%);color:#fff;font-family:var(--font-body);border-radius:.625rem;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 8px #ff6b3540}.ProductCTA-module__GKYfSa__ctaButton:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3559}.ProductCTA-module__GKYfSa__ctaButton:active{transform:translateY(0)}.ProductCTA-module__GKYfSa__ctaButtonArrow{transition:transform .2s}.ProductCTA-module__GKYfSa__ctaButton:hover .ProductCTA-module__GKYfSa__ctaButtonArrow{transform:translate(3px)}@media (max-width:768px){.ProductCTA-module__GKYfSa__ctaBox{margin:2rem 0;padding:1.25rem 1rem}.ProductCTA-module__GKYfSa__ctaTitle{font-size:1.125rem}.ProductCTA-module__GKYfSa__ctaDescription{font-size:.875rem}.ProductCTA-module__GKYfSa__ctaButton{justify-content:center;width:100%;padding:.75rem 1.25rem}}
.RelatedArticles-module__lTVCoW__relatedSection{border-top:1px solid var(--border);margin-top:3rem;padding-top:2.5rem}.RelatedArticles-module__lTVCoW__sectionTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.RelatedArticles-module__lTVCoW__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (max-width:768px){.RelatedArticles-module__lTVCoW__grid{grid-template-columns:1fr}}.RelatedArticles-module__lTVCoW__card{border:1px solid var(--border);background:var(--bg-primary);color:inherit;border-radius:.75rem;gap:1rem;padding:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.RelatedArticles-module__lTVCoW__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.RelatedArticles-module__lTVCoW__imageContainer{border-radius:.5rem;flex-shrink:0;width:120px;min-width:120px;height:90px;position:relative;overflow:hidden}.RelatedArticles-module__lTVCoW__content{flex-direction:column;justify-content:center;gap:.375rem;min-width:0;display:flex}.RelatedArticles-module__lTVCoW__category{color:var(--primary);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.RelatedArticles-module__lTVCoW__title{font-family:var(--font-heading);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9375rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.RelatedArticles-module__lTVCoW__date{color:var(--text-secondary);font-size:.75rem}
.Pagination-module___xmoaa__pagination{justify-content:center;align-items:center;gap:1rem;margin:2rem 0;display:flex}.Pagination-module___xmoaa__pageNumbers{gap:.5rem;display:flex}.Pagination-module___xmoaa__button{min-width:36px;height:36px;color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border);border-radius:6px;justify-content:center;align-items:center;padding:0 .5rem;font-weight:500;transition:all .2s;display:inline-flex}.Pagination-module___xmoaa__button:hover:not(:disabled):not(.Pagination-module___xmoaa__active){background:var(--bg-secondary);border-color:#cbd5e1}.Pagination-module___xmoaa__button:disabled{opacity:.5;cursor:not-allowed}.Pagination-module___xmoaa__active{background:var(--primary);color:#fff;border-color:var(--primary)}@media (max-width:600px){.Pagination-module___xmoaa__pageNumbers{display:none}}
.layout-module__Wa5ImG__adminContainer{background-color:#f8fafc;min-height:100vh;display:flex}.layout-module__Wa5ImG__sidebar{background-color:var(--primary-dark);color:#fff;z-index:50;flex-direction:column;width:260px;display:flex;position:fixed;top:0;bottom:0;left:0}.layout-module__Wa5ImG__logo{text-align:center;border-bottom:1px solid #ffffff1a;padding:1.5rem;font-size:1.5rem;font-weight:800}.layout-module__Wa5ImG__menu{flex-direction:column;flex:1;padding:1.5rem 0;display:flex}.layout-module__Wa5ImG__menuItem{color:#ffffffb3;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:500;transition:all .2s;display:flex}.layout-module__Wa5ImG__menuItem:hover,.layout-module__Wa5ImG__menuItem.layout-module__Wa5ImG__active{color:#fff;border-left:4px solid var(--accent);background-color:#ffffff1a}.layout-module__Wa5ImG__logoutBtn{color:#fca5a5;text-align:center;cursor:pointer;background-color:#ef444433;border-radius:8px;margin:1.5rem;padding:.75rem;transition:all .2s}.layout-module__Wa5ImG__logoutBtn:hover{background-color:var(--error);color:#fff}.layout-module__Wa5ImG__mainContent{flex:1;margin-left:260px;padding:2.5rem;overflow-y:auto}.layout-module__Wa5ImG__loginLayout{background-color:#f8fafc;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (max-width:1024px){.layout-module__Wa5ImG__sidebar{width:220px}.layout-module__Wa5ImG__mainContent{margin-left:220px}}.layout-module__Wa5ImG__mobileHeader,.layout-module__Wa5ImG__sidebarBackdrop{display:none}@media (max-width:768px){.layout-module__Wa5ImG__mobileHeader{background-color:var(--primary-dark);color:#fff;z-index:40;justify-content:space-between;align-items:center;height:60px;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.layout-module__Wa5ImG__logoMobile{font-size:1.25rem;font-weight:800}.layout-module__Wa5ImG__hamburger{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem}.layout-module__Wa5ImG__sidebar{transition:transform .3s ease-in-out;transform:translate(-100%)}.layout-module__Wa5ImG__sidebar.layout-module__Wa5ImG__open{transform:translate(0)}.layout-module__Wa5ImG__sidebarBackdrop{z-index:45;background-color:#00000080;display:block;position:fixed;inset:0}.layout-module__Wa5ImG__mainContent{margin-left:0;padding:calc(60px + 1.5rem) 1.5rem 1.5rem}}.layout-module__Wa5ImG__adminGrid{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.layout-module__Wa5ImG__adminGrid{grid-template-columns:1fr}}
.page-module__6UsaDW__container{max-width:800px;margin:0 auto;padding:2rem 1.5rem 5rem}.page-module__6UsaDW__header{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:2rem}.page-module__6UsaDW__meta{color:var(--text-secondary);align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.9375rem;display:flex}.page-module__6UsaDW__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.25}.page-module__6UsaDW__author{align-items:center;gap:.75rem;display:flex}.page-module__6UsaDW__authorAvatar{background:var(--bg-secondary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__6UsaDW__authorInfo .page-module__6UsaDW__name{color:var(--text-primary);font-weight:600;display:block}.page-module__6UsaDW__authorInfo .page-module__6UsaDW__role{color:var(--text-secondary);font-size:.8125rem}.page-module__6UsaDW__featuredImage{aspect-ratio:16/9;background:var(--bg-secondary);border-radius:16px;justify-content:center;align-items:center;width:100%;margin-bottom:3rem;display:flex;overflow:hidden}.page-module__6UsaDW__contentBox{color:var(--text-primary);text-align:left;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1.125rem;line-height:1.6}.page-module__6UsaDW__contentBox p{margin-bottom:1.25rem}.page-module__6UsaDW__contentBox h2{color:var(--primary-dark);margin:2.5rem 0 1rem;font-size:1.75rem}.page-module__6UsaDW__contentBox h3{margin:2rem 0 1rem;font-size:1.5rem}.page-module__6UsaDW__contentBox ul,.page-module__6UsaDW__contentBox ol{margin-bottom:1.5rem;padding-left:1.5rem}.page-module__6UsaDW__contentBox li{margin-bottom:.5rem}.page-module__6UsaDW__contentBox blockquote{border-left:4px solid var(--accent);color:var(--text-secondary);margin:2rem 0;padding-left:1.5rem;font-style:italic}.page-module__6UsaDW__contentBox img{border-radius:8px;max-width:100%;margin:2rem 0}@media (max-width:768px){.page-module__6UsaDW__container{padding:1.5rem 1rem 4rem}.page-module__6UsaDW__title{font-size:2rem}.page-module__6UsaDW__contentBox{font-size:1.0625rem}}
.page-module__F9z70G__container{max-width:800px;margin:0 auto;padding:4rem 1.5rem 5rem}.page-module__F9z70G__title{color:var(--primary-dark);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.page-module__F9z70G__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-size:1.125rem}.page-module__F9z70G__contactGrid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.page-module__F9z70G__infoCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:2rem}.page-module__F9z70G__infoItem{margin-bottom:1.5rem}.page-module__F9z70G__infoItem h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem}.page-module__F9z70G__infoItem p{color:var(--text-secondary)}@media (max-width:768px){.page-module__F9z70G__contactGrid{grid-template-columns:1fr}}
.page-module__Te0ipa__container{max-width:1000px;margin:0 auto;padding:1rem 1.5rem 5rem}.page-module__Te0ipa__playerWrapper{background:#000;border-radius:12px;height:0;margin-bottom:2rem;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.page-module__Te0ipa__playerWrapper iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__Te0ipa__videoInfo{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}.page-module__Te0ipa__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.3}.page-module__Te0ipa__meta{color:var(--text-secondary);align-items:center;gap:1.5rem;margin-bottom:1.5rem;font-size:.9375rem;display:flex}.page-module__Te0ipa__metaItem{align-items:center;gap:.5rem;display:flex}.page-module__Te0ipa__description,.page-module__Te0ipa__contentBox{color:var(--text-primary);white-space:pre-wrap;text-align:left;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1.125rem;line-height:1.6}@media (max-width:768px){.page-module__Te0ipa__container{padding:1rem 1rem 4rem}.page-module__Te0ipa__title{font-size:1.75rem}.page-module__Te0ipa__description,.page-module__Te0ipa__contentBox{font-size:1.0625rem}}
