@import"https://fonts.googleapis.com/css2?family=Comfortaa:wght@600;700&family=Quicksand:wght@600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Comfortaa:wght@500;600;700&family=Quicksand:wght@500;600;700&display=swap";.main-header{background-color:#fff;box-shadow:0 4px 20px #0000000f;padding:10px 0;position:sticky;top:0;z-index:1000;font-family:Comfortaa,Quicksand,-apple-system,BlinkMacSystemFont,sans-serif}.header-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.logo{display:flex;align-items:center;flex-shrink:0}.logo a{display:flex;align-items:center;text-decoration:none}.logo img{width:120px;height:auto;max-height:120px;object-fit:contain;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:block}.logo img:hover{transform:scale(1.05) rotate(-1deg)}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;background:none;border:none;cursor:pointer;padding:0;z-index:1002}.hamburger .bar{width:100%;height:3px;background-color:#333;border-radius:3px;transition:all .3s ease}.hamburger.active .bar:nth-child(1){transform:translateY(9.5px) rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:translateY(-9.5px) rotate(-45deg)}.header-menu-wrapper{display:flex;align-items:center;gap:25px}.nav-menu{display:flex;list-style:none;gap:15px;margin:0;padding:0}.nav-link{text-decoration:none;color:#4a4a4a;font-weight:600;font-size:.9rem;padding:6px 12px;border-radius:20px;transition:all .25s ease;position:relative}.nav-link:hover,.nav-link.active{color:#9c27b0;background-color:#9c27b014}.nav-link.active{font-weight:700;box-shadow:inset 0 -2px #9c27b0}.header-actions{display:flex;align-items:center;gap:14px}.search-box{display:flex;align-items:center;position:relative}.search-input{width:0;opacity:0;padding:8px 0;border:2px solid transparent;border-radius:25px;outline:none;transition:all .3s ease;font-family:inherit;font-size:.9rem}.search-box.open .search-input{width:160px;opacity:1;padding:8px 16px 8px 36px;border-color:#e0e0e0;background-color:#f9f9f9}.search-box.open .search-input:focus{border-color:#9c27b0;background-color:#fff;box-shadow:0 0 10px #9c27b026}.search-toggle{background:none;border:none;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;transition:background-color .2s,color .2s}.search-toggle:hover{background-color:#f0f0f0;color:#9c27b0}.lang-switcher{position:relative;display:flex;align-items:center}.lang-btn{background:#f7f7f7;border:2px solid #eee;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:all .25s ease}.lang-btn:hover{border-color:#9c27b0;transform:translateY(-2px);box-shadow:0 4px 10px #9c27b026}.lang-dropdown{position:absolute;top:45px;right:0;background:#fff;border-radius:16px;box-shadow:0 10px 25px #0000001f;padding:8px;display:flex;flex-direction:column;gap:4px;z-index:1001;min-width:140px}.lang-option{display:flex;align-items:center;gap:10px;background:none;border:none;padding:8px 12px;border-radius:10px;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:600;color:#444;transition:background .2s}.lang-option:hover,.lang-option.active{background:#9c27b014;color:#9c27b0}.btn-my-posts{color:#4caf50!important;font-weight:700!important;text-decoration:none;padding:8px 14px;border-radius:20px;background-color:#4caf5014;transition:all .25s ease;white-space:nowrap}.btn-my-posts:hover{background-color:#4caf50;color:#fff!important;box-shadow:0 4px 12px #4caf5040;transform:translateY(-1px)}.btn-admin-panel{padding:8px 14px;background:#1a1a1a;color:#fff;border-radius:20px;text-decoration:none;font-size:.85rem;font-weight:600;transition:all .25s ease;white-space:nowrap}.btn-admin-panel:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 10px #00000026}.btn-logout{background:none;border:2px solid #E91E63;color:#e91e63;padding:6px 14px;border-radius:20px;cursor:pointer;font-family:inherit;font-weight:700;font-size:.85rem;transition:all .25s ease;white-space:nowrap}.btn-logout:hover{background-color:#e91e63;color:#fff;box-shadow:0 4px 12px #e91e634d;transform:translateY(-1px)}.btn-login{text-decoration:none;color:#333;font-weight:700;padding:8px 12px;border-radius:20px;transition:all .2s ease;white-space:nowrap}.btn-login:hover{color:#9c27b0;background-color:#9c27b014}.btn-register{padding:8px 18px;background:linear-gradient(135deg,#9c27b0,#e91e63);color:#fff;border-radius:20px;text-decoration:none;font-weight:700;font-size:.9rem;transition:all .25s ease;box-shadow:0 4px 12px #9c27b040;white-space:nowrap}.btn-register:hover{transform:translateY(-2px);box-shadow:0 6px 16px #e91e6359}@media(max-width:1024px){.hamburger{display:flex}.header-menu-wrapper{position:absolute;top:100%;left:0;width:100%;background-color:#fff;flex-direction:column;align-items:center;padding:25px 20px;gap:20px;box-shadow:0 15px 30px #0000001a;border-radius:0 0 20px 20px;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .35s cubic-bezier(.4,0,.2,1)}.header-menu-wrapper.open{max-height:85vh;overflow-y:auto;opacity:1;visibility:visible;padding:25px 20px 30px}.nav-menu{flex-direction:column;align-items:center;width:100%;gap:10px}.nav-link{width:100%;text-align:center;padding:10px;font-size:1.05rem}.header-actions{flex-direction:column;width:100%;gap:15px;align-items:center;border-top:1px solid #eee;padding-top:20px}.auth-actions,.auth-guest{flex-direction:column;width:100%;gap:10px!important;align-items:center!important}.btn-my-posts,.btn-admin-panel,.btn-logout,.btn-login,.btn-register{width:100%;text-align:center;box-sizing:border-box}}@media(max-width:350px){.logo img{width:190px}.main-header{padding:8px 0}}.main-footer{position:relative;background-color:#555657;color:#fff;padding:0 20px 30px;margin-top:150px;font-family:Comfortaa,Quicksand,-apple-system,sans-serif;font-weight:700;box-sizing:border-box}.cloud-divider{position:absolute;top:-65px;left:0;width:100%;height:70px;overflow:hidden;line-height:0}.cloud-divider svg{display:block;width:100%;height:100%}.footer-container{max-width:1280px;margin:0 auto;padding-top:50px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-logo{display:flex;flex-direction:column;align-items:flex-start}.footer-logo-link{display:inline-block;text-decoration:none}.footer-logo-img{width:280px;height:auto;margin-bottom:15px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),filter .3s ease;display:block}.footer-logo-img:hover{transform:scale(1.06) rotate(-1deg);filter:drop-shadow(0 6px 15px rgba(3,169,244,.3))}.footer-motto{color:#03a9f4;font-size:1.2rem;font-weight:700;font-style:italic;margin:0;line-height:1.5;text-shadow:0 2px 10px rgba(3,169,244,.15)}.footer-column h4{color:#03a9f4;font-size:1.25rem;font-weight:700;margin-bottom:22px;letter-spacing:.5px;position:relative;display:inline-block}.footer-column h4:after{content:"";position:absolute;bottom:-6px;left:0;width:25px;height:4px;background:#03a9f4;border-radius:10px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:14px}.footer-column ul li a{color:#ffeb3b;text-decoration:none;font-size:1.05rem;font-weight:700;padding:6px 12px;margin-left:-12px;border-radius:20px;display:inline-block;transition:all .25s cubic-bezier(.175,.885,.32,1.275)}.footer-column ul li a:hover{color:#fff;background-color:#9c27b040;transform:translate(6px) scale(1.03);box-shadow:0 4px 12px #9c27b033}.footer-bottom{border-top:2px dashed rgba(255,255,255,.1);padding-top:25px;text-align:center;color:#b0bec5;font-size:.95rem;font-weight:600}@media(max-width:900px){.footer-content{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:600px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-logo{align-items:center}.footer-logo-img{width:220px}.footer-column h4:after{left:50%;transform:translate(-50%)}.footer-column ul li a:hover{transform:scale(1.05)}}@media(max-width:360px){.footer-logo-img{width:100%;max-width:200px}.footer-motto{font-size:1rem}.footer-column h4{font-size:1.1rem}.footer-column ul li a{font-size:.95rem;margin-left:0}}@media(min-width:1440px){.footer-container{max-width:1400px}.footer-logo-img{width:320px}}.guest-layout{display:flex;flex-direction:column;min-height:100vh}.guest-main{flex:1}.dashboard-layout{display:flex;flex-direction:column;min-height:100vh}.dashboard-sidebar{width:100%;color:#fff;padding:clamp(15px,4vw,30px) clamp(10px,3vw,20px);box-sizing:border-box}.admin-sidebar{background:#333}.user-sidebar{background:#1a1a1a}.sidebar-title{margin-top:0;font-size:clamp(1.2rem,5vw,1.5rem)}.sidebar-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:5px}.sidebar-link{color:#fff;text-decoration:none;display:block;padding:clamp(8px,2vw,10px) clamp(10px,3vw,15px);border-radius:8px;transition:background .3s;font-size:clamp(14px,4vw,16px)}.sidebar-link:hover{background:#ffffff1a}.sidebar-link.red-text{color:#ff4d4f;margin-top:clamp(15px,4vw,30px)}.sidebar-divider{border-color:#444;margin:15px 0}.dashboard-main{flex:1;padding:clamp(15px,4vw,30px);box-sizing:border-box}.admin-main{background:#f4f4f4}.user-main{background:#f8f9fa}.profile-card{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.avatar-wrapper{position:relative;border-radius:50%}.avatar-img{width:clamp(60px,20vw,80px);height:clamp(60px,20vw,80px);border-radius:50%;object-fit:cover;border:2px solid #fff;transition:opacity .3s}.avatar-placeholder{width:clamp(60px,20vw,80px);height:clamp(60px,20vw,80px);border-radius:50%;background:#ff6b6b;display:flex;align-items:center;justify-content:center;font-size:clamp(24px,8vw,32px);font-weight:700;border:2px solid #fff}.edit-icon{position:absolute;bottom:0;right:0;background:#fff;border-radius:50%;padding:clamp(3px,1vw,4px);font-size:clamp(10px,3vw,12px);box-shadow:0 2px 5px #0003}.loader-overlay{position:absolute;inset:0;background:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.profile-name{margin:15px 0 5px;font-size:clamp(1rem,4vw,1.2rem);text-align:center;word-break:break-word}.profile-email{margin:0;color:#aaa;font-size:clamp(.75rem,3vw,.9rem);text-align:center;word-break:break-all}.upload-confirm-box{margin-top:15px;background:#2a2a2a;padding:15px 10px;border-radius:10px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.captcha-wrapper{transform:scale(.72);transform-origin:top center;margin-bottom:-10px}.upload-actions{display:flex;gap:8px;width:100%;margin-top:5px}.btn-upload{flex:1;padding:clamp(6px,2vw,8px);color:#fff;border:none;border-radius:6px;font-size:clamp(12px,3.5vw,14px);font-weight:700}.btn-upload-save{background:#16a34a}.btn-upload-save:disabled{background:#555;cursor:not-allowed}.btn-upload-cancel{background:#dc2626}.btn-upload-cancel:disabled{cursor:not-allowed}@media(max-width:320px){.captcha-wrapper{transform:scale(.6);margin-bottom:-25px}}@media(min-width:768px){.dashboard-layout{flex-direction:row}.dashboard-sidebar{width:250px;flex-shrink:0}.user-sidebar{width:260px}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.main-carousel-wrapper{width:100%;height:75vh;min-height:320px;margin-bottom:clamp(20px,5vw,40px);overflow:hidden;position:relative}.hero-swiper{width:100%;height:100%}.slide-item{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;padding:0 5% 50px}.slide-content{color:#fff;max-width:800px;animation:slideUp .8s ease-out;width:100%}.category-tag{background:#ff6b6b;padding:4px 10px;border-radius:4px;font-size:clamp(10px,3vw,14px);font-weight:700;text-transform:uppercase;display:inline-block}.slide-title{font-size:clamp(1.5rem,6vw,4rem);margin:0;font-weight:800;text-shadow:2px 4px 10px rgba(0,0,0,.7)}.read-more-btn{display:flex;background:gray;color:#000;text-decoration:none;border-radius:30px;transition:2s;opacity:70%}.read-more-btn:hover{background:violet;transform:translateY(-7px);transition:2s;opacity:70%}.swiper-button-next,.swiper-button-prev{color:#fff!important;transform:scale(.6)}.swiper-pagination-bullet{background:#fff!important;opacity:.5}.swiper-pagination-bullet-active{opacity:1;width:25px;border-radius:5px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.slide-item{padding:0 10% 80px}.swiper-button-next,.swiper-button-prev{transform:scale(.8)}.swiper-pagination-bullet-active{width:30px}}.home-container{max-width:1280px;margin:0 auto;padding:20px;font-family:Comfortaa,Quicksand,-apple-system,sans-serif;color:#2f3542}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:60vh;gap:20px}.loader-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #9C27B0;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-title{font-size:2.2rem;font-weight:800;margin:40px 0 30px;position:relative;display:inline-block;color:#2f3542}.section-title:after{content:"";position:absolute;left:0;bottom:-10px;width:40%;height:5px;background:#03a9f4;border-radius:10px}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:50px}.post-link{text-decoration:none;color:inherit;display:block;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.post-card{background:#fff;border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #0000000d;height:100%;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #9c27b026}.post-image-wrapper{height:220px;width:100%;overflow:hidden;position:relative;border-radius:24px}.post-card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.post-card:hover .post-card-image{transform:scale(1.08)}.post-info{padding:20px;display:flex;flex-direction:column;flex-grow:1}.post-category{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#e91e63;background:#e91e631a;padding:6px 12px;border-radius:15px;margin-bottom:12px;align-self:flex-start}.post-title{font-size:1.25rem;font-weight:700;margin:0 0 10px;line-height:1.4;color:#2f3542}.post-excerpt{font-size:.95rem;color:#718096;line-height:1.6;margin-bottom:20px;flex-grow:1;font-family:Quicksand,sans-serif}.post-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#a0aec0;border-top:1px solid #f0f0f0;padding-top:15px;margin-top:auto}@media(max-width:900px){.section-title{font-size:1.8rem;margin:30px 0 20px}.posts-grid{gap:20px}.post-image-wrapper{height:200px}}@media(max-width:600px){.home-container{padding:15px}.section-title{font-size:1.6rem;text-align:center;display:block}.section-title:after{left:50%;transform:translate(-50%);width:60px}.posts-grid{grid-template-columns:1fr;gap:25px}.post-card{border-radius:20px}.post-image-wrapper{height:220px;border-radius:20px 20px 0 0}.post-title{font-size:1.2rem}}@media(max-width:360px){.home-container{padding:10px}.section-title{font-size:1.4rem}.post-image-wrapper{height:180px}.post-info{padding:15px}.post-meta{flex-direction:column;align-items:flex-start;gap:8px}}.pagination-container{display:flex;justify-content:center;align-items:center;gap:clamp(5px,2vw,15px);margin:clamp(20px,5vw,40px) 0;flex-wrap:wrap}.pagination-numbers{display:flex;gap:clamp(2px,1vw,5px);flex-wrap:wrap;justify-content:center}.pagination-btn{padding:clamp(6px,2vw,8px) clamp(10px,3vw,16px);border:1px solid #ddd;background-color:#fff;border-radius:6px;cursor:pointer;transition:all .3s;font-weight:500;font-size:clamp(12px,3.5vw,16px);flex-shrink:0}.pagination-btn:hover:not(:disabled){background-color:#f0f0f0}.pagination-btn.active{background-color:#ff6b6b;color:#fff;border-color:#ff6b6b}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.ad-slot{display:flex;justify-content:center;align-items:center;margin:30px auto;width:100%;overflow:hidden}.board{display:flex;justify-content:center;align-items:center;background-color:#ff4d4f;color:#fff;text-align:center;border-radius:8px;width:728px;height:90px;transition:all .3s ease}.board h1{margin:0;font-size:1.5rem;letter-spacing:2px;font-family:Comfortaa,sans-serif}@media(max-width:768px){.board{width:300px;height:250px}}.ad-placeholder{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f1f3f5;border:2px dashed #ced4da;color:#adb5bd;border-radius:8px;font-family:Comfortaa,sans-serif;width:728px;height:90px;transition:all .3s ease}@media(max-width:768px){.ad-placeholder{width:300px;height:250px}}.reveal{opacity:0;transition:opacity 1.4s cubic-bezier(.16,1,.3,1);will-change:opacity}.reveal.visible{opacity:1}.editorial-title.reveal.visible{transition-delay:.2s}.editorial-hero.reveal.visible{transition-delay:.4s}.editorial-content.reveal.visible p:nth-child(1){transition-delay:.6s}.editorial-content.reveal.visible p:nth-child(2){transition-delay:.8s}.editorial-content.reveal.visible p:nth-child(3){transition-delay:1s}.editorial-container{max-width:740px;margin:0 auto;padding:4rem 20px;font-family:Georgia,Times New Roman,serif;color:#1a1a1a;background:#fff}.editorial-title{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400;line-height:1.2;margin:0;color:#000}.editorial-hero{margin-bottom:3rem}.editorial-content{font-size:1.2rem;line-height:1.8}.editorial-content>p:first-of-type:first-letter{float:left;font-size:4.5rem;line-height:.8;padding-right:.5rem;padding-top:.2rem;font-weight:700;color:#000}.editorial-content h2{font-family:Helvetica Neue,sans-serif;font-size:1.5rem;margin:3rem 0 1rem;font-weight:700;color:#000}.editorial-content blockquote{font-style:italic;font-size:1.5rem;border-left:3px solid #000;padding-left:1.5rem;margin:2.5rem 0;color:#333}@media(max-width:768px){.editorial-container{padding:2rem 15px}.editorial-meta{flex-direction:column;gap:.5rem;border:none}}.editorial-container{max-width:740px;margin:0 auto;padding:4rem 20px;font-family:Georgia,Times New Roman,serif;color:#1a1a1a;background:#fff;box-sizing:border-box;width:100%;overflow-x:hidden}.editorial-header{margin-bottom:2.5rem;text-align:center}.editorial-meta{display:flex;justify-content:center;gap:1.5rem;font-family:Helvetica Neue,sans-serif;font-size:.85rem;text-transform:uppercase;color:#777;border-bottom:1px solid #eaeaea;padding-bottom:1rem;margin-bottom:2rem}.editorial-tag{color:#d93025;font-weight:600}.editorial-title{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400;line-height:1.2;margin:0;color:#000;word-break:break-word}.editorial-hero{margin-bottom:3rem;border-radius:8px;overflow:hidden}.editorial-image{width:100%;height:auto;display:block}.editorial-content{font-size:1.2rem;line-height:1.8;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;width:100%}.editorial-content p{margin-bottom:1.8rem}.editorial-content>p:first-of-type:first-letter{float:left;font-size:4.5rem;line-height:.8;margin-right:.5rem;margin-top:.2rem;color:#d93025;font-family:Helvetica Neue,sans-serif;font-weight:700}.editorial-content *{max-width:100%!important}.editorial-content img,.editorial-content iframe{height:auto;border-radius:8px;margin:1.5rem 0;display:block}.editorial-clickable,.editorial-content img{cursor:zoom-in;transition:transform .3s ease,box-shadow .3s ease}.editorial-clickable:hover,.editorial-content img:hover{transform:scale(1.02);box-shadow:0 10px 25px #0000000d}.editorial-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#141414b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;justify-content:center;align-items:center;padding:3rem;box-sizing:border-box;cursor:zoom-out;opacity:0;animation:edFadeIn .3s forwards ease-out}.editorial-lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 40px 80px #00000080,0 0 0 1px #ffffff1a;transform:scale(.95);animation:edScaleUp .4s forwards cubic-bezier(.16,1,.3,1)}@keyframes edFadeIn{to{opacity:1}}@keyframes edScaleUp{to{transform:scale(1)}}@media(max-width:768px){.editorial-lightbox{padding:1rem}.editorial-lightbox-img{max-width:95vw;max-height:95vh}}.dt-wrapper{background-color:#050505;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;position:relative;overflow-x:hidden;padding:5vw 20px;box-sizing:border-box;width:100%}.dt-glow-bg{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:60vw;height:60vw;background:radial-gradient(circle,#6366f126,#0000 70%);z-index:0;pointer-events:none}.dt-container{position:relative;z-index:1;max-width:900px;margin:0 auto;width:100%}.dt-header{text-align:center;margin-bottom:4rem}.dt-badge{display:inline-block;padding:.3rem .8rem;border:1px solid rgba(255,255,255,.2);border-radius:20px;font-size:.75rem;letter-spacing:2px;color:#818cf8;margin-bottom:1.5rem}.dt-title{font-size:clamp(2rem,5vw,4.5rem);font-weight:700;background:linear-gradient(to right,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 1rem;word-break:break-word}.dt-mono{font-family:SFMono-Regular,Consolas,monospace;color:#9ca3af;font-size:.9rem}.dt-hero-section{display:flex;justify-content:center;margin-bottom:-5rem;position:relative;z-index:2;width:100%}.dt-main-img{max-width:100%;height:auto;border-radius:12px;transition:transform .3s ease;filter:drop-shadow(0 20px 30px rgba(0,0,0,.5))}.dt-main-img:hover{transform:translateY(-10px)}.dt-glass{background:#14141499;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:8rem 3rem 4rem;box-shadow:0 25px 50px -12px #00000080;position:relative;z-index:1;width:100%;box-sizing:border-box}.dt-rich-text{font-size:1.15rem;line-height:1.8;color:#d1d5db;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;width:100%}.dt-rich-text *{max-width:100%!important}.dt-rich-text img,.dt-rich-text iframe{height:auto;border-radius:8px;margin:1.5rem 0;display:block}@media(max-width:768px){.dt-glass{padding:6rem 1.5rem 2rem}}.dt-clickable,.dt-rich-text img{cursor:zoom-in;transition:transform .3s ease,filter .3s ease}.dt-rich-text img:hover{transform:scale(1.02);filter:drop-shadow(0 10px 20px rgba(99,102,241,.2))}.dt-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#050505cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:9999;display:flex;justify-content:center;align-items:center;padding:3rem;box-sizing:border-box;cursor:zoom-out;opacity:0;animation:dtFadeIn .3s forwards ease-out}.dt-lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:12px;box-shadow:0 40px 80px #000c,0 0 0 1px #6366f14d,0 0 40px #6366f126;transform:scale(.95);animation:dtScaleUp .4s forwards cubic-bezier(.16,1,.3,1)}@keyframes dtFadeIn{to{opacity:1}}@keyframes dtScaleUp{to{transform:scale(1)}}@media(max-width:768px){.dt-lightbox{padding:1rem}.dt-lightbox-img{max-width:95vw;max-height:95vh}}.sg-wrapper{font-family:Helvetica Neue,Arial,sans-serif;color:#111;background:#fff;max-width:1200px;margin:0 auto;padding:4rem 20px;overflow-x:hidden;box-sizing:border-box}.sg-header{margin-bottom:4rem;text-align:center;border-bottom:2px solid #111;padding-bottom:2rem}.sg-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;text-transform:uppercase;margin:0 0 1rem;line-height:1.1;letter-spacing:-1px}.sg-meta{font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:2px;font-weight:700}.sg-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:stretch;margin-bottom:4rem;width:100%}.sg-text-box{background:#fafafa;border:1px solid #eaeaea;padding:3rem;border-radius:12px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 10px 30px #00000008;min-width:0;overflow:hidden}.sg-rich-text{font-size:1.15rem;line-height:1.8;color:#333;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;width:100%}.sg-rich-text *{max-width:100%!important}.sg-rich-text img,.sg-rich-text iframe{height:auto;border-radius:8px;margin:1.5rem 0;display:block}.sg-image-wrapper{width:100%;height:100%;border-radius:12px;overflow:hidden;display:flex;padding:1rem;box-sizing:border-box}.sg-img{width:100%;height:auto!important;max-height:600px;object-fit:contain}.sg-image-wrapper:hover .sg-img{transform:scale(1.03)}.sg-img-placeholder{width:100%;height:100%;background:#f4f4f4}@media(max-width:768px){.sg-section{grid-template-columns:minmax(0,1fr);gap:1.5rem;margin-bottom:3rem}.sg-reverse .sg-image-wrapper{order:-1}.sg-text-box{padding:1.5rem}.sg-image-wrapper{min-height:250px}}.sg-clickable{cursor:zoom-in;transition:transform .3s ease}.sg-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#141414b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;justify-content:center;align-items:center;padding:3rem;box-sizing:border-box;cursor:zoom-out;opacity:0;animation:sgFadeIn .3s forwards ease-out}.sg-lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:12px;box-shadow:0 40px 80px #00000080,0 0 0 1px #ffffff1a;transform:scale(.95);animation:sgScaleUp .4s forwards cubic-bezier(.16,1,.3,1)}@keyframes sgFadeIn{to{opacity:1}}@keyframes sgScaleUp{to{transform:scale(1)}}@media(max-width:768px){.sg-lightbox{padding:1rem}.sg-lightbox-img{max-width:95vw;max-height:95vh}}.bs-wrapper{display:block;font-family:Inter,sans-serif;background-color:#fff;overflow-x:hidden;width:100%}.bs-hero{position:relative;height:70vh;background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.bs-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#000c);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.bs-hero-content{position:relative;z-index:2;color:#fff;max-width:900px}.bs-tag{display:inline-block;background:#ff6b6b;color:#fff;padding:.4rem 1.2rem;font-weight:700;font-size:.875rem;text-transform:uppercase;margin-bottom:2rem;border-radius:30px}.bs-giant-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.1;margin:0;letter-spacing:-1px}.bs-main-container{max-width:800px;margin:0 auto;padding:5rem 20px;box-sizing:border-box}.bs-content-block{margin-bottom:3rem}.bs-rich-text{font-size:1.2rem;line-height:1.8;color:#333;overflow-wrap:break-word;word-wrap:break-word}.bs-lead-text{font-size:1.4rem;font-weight:500;color:#111;line-height:1.6}.bs-rich-text img,.bs-rich-text iframe{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;display:block}.bs-image-block{margin:4rem 0;width:100%}.bs-image-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 15px 40px #0000001a;transform:translateZ(0)}.bs-featured-image{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.bs-image-wrapper:hover .bs-featured-image{transform:scale(1.03)}.bs-divider{width:60px;height:4px;background-color:#ff6b6b;margin:4rem auto;border-radius:2px}.bs-clickable,.bs-rich-text img{cursor:zoom-in;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease}.bs-rich-text img:hover{transform:scale(1.02);box-shadow:0 15px 35px #00000014}.bs-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0f0f0fbf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:9999;display:flex;justify-content:center;align-items:center;padding:3rem;box-sizing:border-box;cursor:zoom-out;opacity:0;animation:bsFadeIn .3s forwards ease-out}.bs-lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:12px;box-shadow:0 30px 60px #0000004d,0 0 0 1px #ffffff0d;transform:scale(.95);animation:bsScaleUp .4s forwards cubic-bezier(.16,1,.3,1)}@keyframes bsFadeIn{to{opacity:1}}@keyframes bsScaleUp{to{transform:scale(1)}}@media(max-width:768px){.bs-lightbox{padding:1.5rem}.bs-lightbox-img{max-width:95vw;max-height:95vh}}.mf-page{font-family:Helvetica Neue,Arial,sans-serif;color:#111;background-color:#fafafa;overflow-x:hidden;width:100%}.mf-hero{position:relative;height:80vh;display:flex;align-items:center;justify-content:center;padding:5vw}.mf-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-attachment:fixed;z-index:1}.mf-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#000c);z-index:2}.mf-hero-content{position:relative;z-index:3;color:#fff;max-width:900px;text-align:center;width:100%}.mf-date-tag{font-size:1rem;letter-spacing:3px;text-transform:uppercase;margin-bottom:1.5rem;display:block;font-weight:700;color:#ff6b6b}.mf-main-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.1;margin:0;text-transform:uppercase}.mf-article-body{padding:5rem 20px;background:#fafafa}.mf-container{max-width:800px;margin:0 auto;box-sizing:border-box}.mf-intro-block{margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.mf-text-wrapper{width:100%}.mf-rich-text{font-size:1.2rem;line-height:1.8;color:#333;overflow-wrap:break-word;word-wrap:break-word}.mf-rich-text img,.mf-rich-text iframe{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;display:block}.mf-figure{margin:2rem 0;width:100%}.mf-body-img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a;object-fit:cover}.mf-separator{height:3px;background-color:#111;width:60px;margin:4rem auto}.mf-footer{text-align:center;padding-top:3rem;border-top:1px solid #ddd;margin-top:4rem;color:#888;font-weight:700;letter-spacing:1px}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.165,.84,.44,1)}.reveal.visible{opacity:1;transform:translateY(0)}.mf-clickable,.mf-rich-text img{cursor:zoom-in;transition:transform .4s ease,box-shadow .4s ease}.mf-clickable:hover,.mf-rich-text img:hover{transform:scale(1.02);box-shadow:0 12px 30px #0000001f}.mf-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0a0a0ad9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;justify-content:center;align-items:center;padding:3rem;box-sizing:border-box;cursor:zoom-out;opacity:0;animation:mfFadeIn .3s forwards ease-out}.mf-lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 30px 80px #0009;transform:scale(.95);animation:mfScaleUp .4s forwards cubic-bezier(.16,1,.3,1)}@keyframes mfFadeIn{to{opacity:1}}@keyframes mfScaleUp{to{transform:scale(1)}}@media(max-width:768px){.mf-lightbox{padding:1.5rem}.mf-lightbox-img{max-width:95vw;max-height:95vh}}.ad-slot{width:100%;margin:35px 0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;clear:both}.ad-placeholder{width:100%;max-width:728px;height:90px;background-color:#f1f3f5;border:2px dashed #ced4da;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#adb5bd;font-family:Comfortaa,sans-serif;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-sizing:border-box;padding:10px;transition:all .3s ease}.ad-placeholder:hover{border-color:#03a9f4;color:#03a9f4;background-color:#03a9f40a}.ad-placeholder span{font-size:.75rem;opacity:.7;margin-top:4px}.ad-slot.ad-top{margin:20px 0 35px}.ad-slot.ad-in-article{margin:40px 0}.ad-slot.ad-bottom{margin:40px 0 20px}@media(max-width:768px){.mf-grid,.mf-row,.mf-columns,.mf-split-screen,.mf-two-columns,.mf-three-columns,.mf-media-text-block,.mf-cards-container{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;gap:20px!important;width:100%!important}.mf-hero{height:auto!important;min-height:50vh!important;padding:40px 15px!important}.mf-hero-content h1{font-size:1.8rem!important;line-height:1.3!important}.mf-image-block,.mf-media-wrapper,.mf-clickable,.mf-rich-text img{width:100%!important;max-width:100%!important;height:auto!important;margin-left:0!important;margin-right:0!important}.mf-container,.mf-content-wrapper,.mf-article-body{padding-left:15px!important;padding-right:15px!important;width:100%!important;box-sizing:border-box!important}.mf-rich-text p{font-size:1rem!important;line-height:1.6!important}.ad-placeholder{max-width:100%;height:100px;font-size:.75rem}}@media(max-width:480px){.mf-hero-content h1{font-size:1.5rem!important}.ad-placeholder{height:80px}}.container-interaction{max-width:800px;margin:clamp(20px,5vw,40px) auto;padding:0 clamp(10px,4vw,20px);font-family:sans-serif;box-sizing:border-box}.like-box{display:flex;align-items:center;gap:clamp(10px,3vw,15px);margin-bottom:clamp(15px,4vw,20px);flex-wrap:wrap}.btn-like{padding:clamp(8px,3vw,10px) clamp(15px,4vw,20px);border-radius:25px;border:1px solid #000;background:none;cursor:pointer;transition:.2s;font-size:clamp(14px,4vw,16px)}.btn-like.active{background-color:#ffebee;color:#d32f2f;border-color:#ef9a9a}.divider{border:0;border-top:1px solid #eee;margin:clamp(15px,4vw,30px) 0}.comment-section{display:flex;flex-direction:column;gap:clamp(15px,4vw,20px)}.comment-form{display:flex;flex-direction:column;gap:10px}.comment-textarea{width:100%;min-height:80px;padding:10px;border-radius:8px;border:1px solid #ddd;box-sizing:border-box;font-family:inherit;font-size:clamp(14px,4vw,16px);resize:vertical}.btn-send-comment{align-self:flex-end;padding:clamp(10px,3vw,12px) clamp(20px,5vw,25px);background:#000;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:clamp(14px,4vw,16px);transition:background .3s ease}.comments-list{margin-top:clamp(10px,3vw,20px);display:flex;flex-direction:column;gap:15px}.comment-item{padding:clamp(10px,3vw,15px);background:#f9f9f9;border-radius:8px;border:1px solid #f0f0f0;word-break:break-word}@media(max-width:320px){.btn-send-comment{align-self:stretch;text-align:center}}.container-interaction{margin-top:40px;padding-top:20px;border-top:1px solid #eee;font-family:Comfortaa,Quicksand,sans-serif}.post-rating{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:10px 15px;background:#f9f9f9;border-radius:8px;width:fit-content;border:1px solid #eee}.score-number{font-weight:700;font-size:1.05rem;color:#333}.stars{letter-spacing:3px;font-size:1.2rem;color:gold}.like-box{display:flex;align-items:center;gap:15px;margin-bottom:20px}.btn-like{padding:8px 20px;border-radius:25px;border:2px solid #ff6b6b;background:transparent;color:#ff6b6b;cursor:pointer;font-weight:700;transition:all .3s ease;display:flex;align-items:center;gap:8px}.btn-like.active{background:#ff6b6b;color:#fff}.likes-count{font-weight:500;color:#555}.divider{margin:30px 0 20px;border:0;border-top:1px solid #e1e1e1}.comment-form{margin-bottom:25px}.comment-textarea{width:100%;min-height:80px;padding:12px;border-radius:8px;border:1px solid #ccc;margin-bottom:10px;font-family:inherit;box-sizing:border-box}.btn-send-comment{padding:10px 20px;background:#1a1a1a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .2s ease}.btn-send-comment:hover{background:#333}.comment-item{padding:15px;background:#fcfcfc;border:1px solid #eee;border-radius:8px;margin-bottom:10px}.comment-header{display:flex;justify-content:space-between;margin-bottom:8px}.comment-author{color:#ff6b6b}.btn-delete-comment{background:none;border:none;cursor:pointer;font-size:1rem}.comment-text{margin:0;color:#333;line-height:1.5}.no-comments{color:#888;font-style:italic}.post-status-message{text-align:center;padding:clamp(20px,5vw,50px);font-size:clamp(14px,4vw,16px);color:#555}.post-detail-container{position:relative}.author-floating-badge{position:fixed;bottom:clamp(15px,4vw,30px);right:clamp(10px,3vw,30px);top:auto;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:clamp(5px,2vw,8px) clamp(10px,4vw,20px) clamp(5px,2vw,8px) clamp(5px,2vw,8px);border-radius:50px;box-shadow:0 8px 25px #00000026;display:flex;align-items:center;gap:clamp(8px,2vw,12px);z-index:1000;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;cursor:default;max-width:calc(100vw - 20px);box-sizing:border-box}.author-floating-badge:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0003}.author-avatar{width:clamp(32px,8vw,42px);height:clamp(32px,8vw,42px);border-radius:50%;object-fit:cover;flex-shrink:0}.author-avatar-fallback{width:clamp(32px,8vw,42px);height:clamp(32px,8vw,42px);border-radius:50%;background:#ff6b6b;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:clamp(1rem,4vw,1.2rem);flex-shrink:0}.author-info{padding-right:5px;display:flex;flex-direction:column;justify-content:center;min-width:0}.author-label{margin:0;font-size:clamp(.55rem,2.5vw,.65rem);color:#888;text-transform:uppercase;font-weight:800;letter-spacing:.5px}.author-name{margin:0;font-size:clamp(.85rem,4vw,.95rem);font-weight:700;color:#111;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:320px){.author-floating-badge{padding:4px 10px 4px 4px;bottom:10px;right:10px}.author-label{display:none}}@media(min-width:768px){.author-floating-badge{top:100px;bottom:auto}}@media(min-width:1200px){.author-floating-badge{right:calc(50vw - 450px)}}.post-footer-section{margin-top:clamp(20px,5vw,40px);padding-top:clamp(15px,4vw,20px);border-top:1px solid #eee}.post-interaction-spacing{margin-top:clamp(15px,4vw,20px)}--- Загальні стилі та Контейнери --- .admin-posts-container{padding:40px;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif}.admin-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px}.admin-table-wrapper{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 4px 20px #0000000d}.admin-table{width:100%;border-collapse:collapse;text-align:left;min-width:1050px}.admin-table th{background:#f8f9fa;padding:18px;font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid #eee}.admin-table td{padding:16px 18px;border-bottom:1px solid #eee;font-size:.95rem;vertical-align:middle}.admin-actions-group{display:flex;gap:10px;justify-content:center;align-items:center;white-space:nowrap}.btn-status-block,.btn-status-unblock,.btn-action-delete{padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex;align-items:center;gap:6px;border:1px solid transparent;white-space:nowrap}.btn-status-block:hover:not(:disabled){background-color:#cf1322!important;color:#fff!important}.btn-status-unblock:hover:not(:disabled){background-color:#389e0d!important;color:#fff!important}.btn-action-delete{background-color:#fff!important;color:#555!important;border:1px solid #d9d9d9!important}.btn-action-delete:hover:not(:disabled){background-color:#444!important;color:#fff!important;border-color:#444!important}button:disabled{opacity:.3!important;cursor:not-allowed!important;background-color:#f5f5f5!important;color:#bfbfbf!important;border-color:#d9d9d9!important}.status-badge{padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:4px}.status-badge.status-active{background:#d4edda;color:#155724}.status-badge.status-blocked{background:#ffebee;color:#c62828}.role-tag{padding:3px 10px;border-radius:6px;font-size:.7rem;font-weight:800;background:#f5f5f5;border:1px solid #ddd}.role-tag.admin{background:#e3f2fd;color:#1976d2;border-color:#bbdefb}.search-container{position:relative;width:300px}.admin-search-input{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:8px}.admin-actions-group{display:flex;gap:12px;justify-content:center;align-items:center;min-width:260px}.btn-status-block,.btn-status-unblock,.btn-action-delete{padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:120px;transition:all .2s;border:1px solid transparent}.btn-status-block{background-color:#fff1f0!important;color:#cf1322!important;border-color:#ffa39e!important}.btn-status-block:hover{background-color:#cf1322!important;color:#fff!important}.btn-status-unblock{background-color:#f6ffed!important;color:#389e0d!important;border-color:#b7eb8f!important}.btn-status-unblock:hover{background-color:#389e0d!important;color:#fff!important}.btn-action-delete{background-color:#f5f5f5!important;color:#444!important;border-color:#d9d9d9!important}.btn-action-delete:hover{background-color:#444!important;color:#fff!important;border-color:#444!important}button:disabled{opacity:.4;cursor:not-allowed!important;pointer-events:none}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px}.modal-content{background:#fff;width:100%;max-width:1000px;height:90vh;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.modal-header{padding:15px 25px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.modal-body{flex:1;overflow-y:auto;padding:20px;background:#fdfdfd}.btn-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.moderation-btns{display:flex;gap:5px}.admin-post-link{text-decoration:none;color:#1a1a1a;transition:color .2s}.admin-post-link:hover{color:#007bff}.scenario-tag{background:#eee;padding:3px 8px;border-radius:4px;font-size:.8rem;font-weight:500;color:#666}.admin-create-container{max-width:1000px;margin:40px auto;padding:0 20px}.admin-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;overflow:hidden;border:1px solid #f0f0f0}.admin-card-header{padding:40px;background:#fafafa;border-bottom:1px solid #eee}.admin-card-header h1{margin:0;font-size:24px;font-weight:800}.admin-card-header p{color:#888;margin:5px 0 0}.form-section{padding:40px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin-input-large{width:100%;padding:16px;font-size:1.2rem;font-weight:600;border:2px solid #eee;border-radius:12px;transition:all .3s}.admin-input-large:focus{border-color:#000;outline:none}.content-builder-section{padding:0 40px 40px}.block-card{background:#fdfdfd;border:1px solid #eee;border-radius:12px;margin-bottom:20px;transition:transform .2s}.block-card:hover{transform:translateY(-2px);border-color:#ddd}.block-header{padding:12px 20px;background:#f8f8f8;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;border-radius:12px 12px 0 0}.block-label{font-weight:700;font-size:.8rem;text-transform:uppercase;color:#555}.char-badge{font-size:11px;background:#e0e0e0;padding:4px 10px;border-radius:20px;font-weight:600}.char-badge.error{background:#ff4d4f;color:#fff}.admin-card-footer{padding:30px 40px;background:#fcfcfc;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.btn-primary,.btn-secondary{padding:14px 28px;border-radius:12px;font-weight:700;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:#000;color:#fff}.btn-primary:hover{background:#333;transform:scale(1.02)}.btn-primary:disabled{background:#ccc;cursor:not-allowed;transform:none}.btn-secondary{background:#eee;color:#444}.btn-secondary:hover{background:#ddd}.image-url-input{display:flex;align-items:center}.url-prefix{background:#eee;padding:14px;border-radius:8px 0 0 8px;font-weight:700;font-size:12px;border:1px solid #e0e0e0}.image-url-input .admin-input{border-radius:0 8px 8px 0}.auth-container{display:flex;justify-content:center;align-items:center;min-height:85vh;padding:20px;background-color:#f9f9f9}.auth-card{width:100%;max-width:400px;background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 30px #0000000d;border:1px solid #f0f0f0}.auth-title{text-align:center;margin-bottom:30px;font-size:24px;font-weight:800;color:#1a1a1a}.auth-error-msg{background:#fff1f0;color:#cf1322;border:1px solid #ffa39e;padding:12px;border-radius:10px;font-size:14px;text-align:center;margin-bottom:20px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-input{width:100%;padding:14px;border-radius:10px;border:1px solid #ddd;font-size:16px;box-sizing:border-box;transition:border-color .3s}.auth-input:focus{outline:none;border-color:#000}.captcha-container{display:flex;justify-content:center;margin:10px 0;transform:scale(.9)}.auth-submit-btn{padding:15px;background:#000;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .3s,transform .2s}.auth-submit-btn:hover:not(.disabled){opacity:.85;transform:translateY(-1px)}.auth-submit-btn.disabled{background:#ccc;cursor:not-allowed}.auth-divider{position:relative;text-align:center;margin:30px 0;border-top:1px solid #eee}.auth-divider span{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#fff;padding:0 15px;color:#aaa;font-size:12px;font-weight:700}.google-auth-wrapper{display:flex;justify-content:center}.auth-footer-text{text-align:center;margin-top:25px;font-size:14px;color:#666}.auth-link{color:#000;font-weight:700;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-success-msg{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f;padding:12px;border-radius:10px;font-size:14px;text-align:center;margin-bottom:20px}.admin-create-container{max-width:900px;margin:0 auto;padding:20px;font-family:sans-serif}.admin-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.admin-card-header{background:#f8f9fa;padding:20px;border-bottom:1px solid #eaeaea}.admin-card-header h1{margin:0;font-size:24px;color:#333}.form-section{padding:20px;border-bottom:1px solid #eaeaea}.form-group{margin-bottom:15px;display:flex;flex-direction:column}.form-group label{font-weight:700;margin-bottom:8px;color:#555}.admin-input-large,.admin-textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:6px;font-size:16px;box-sizing:border-box}.admin-textarea{min-height:80px;resize:vertical}.content-builder-section{padding:20px;background:#fafafa}.content-builder-section h3{margin-top:0;margin-bottom:20px;color:#333}.blocks-list{display:flex;flex-direction:column;gap:20px}.block-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:15px;box-shadow:0 2px 4px #00000005}.block-header{margin-bottom:10px}.block-label{display:inline-block;background:#e9ecef;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:700;color:#495057;text-transform:uppercase}.image-upload-container{display:flex;justify-content:center;align-items:center;border:2px dashed #ccc;border-radius:8px;padding:20px;background:#fdfdfd}.upload-placeholder{text-align:center}.upload-btn{display:inline-block;padding:10px 20px;background-color:#f1f3f5;color:#333;border:1px solid #ced4da;border-radius:6px;cursor:pointer;font-weight:700;transition:all .2s ease}.upload-btn:hover{background-color:#e2e6ea}.image-preview-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;gap:15px;width:100%}.post-img-preview{max-width:100%;max-height:400px;object-fit:contain;border-radius:8px;border:1px solid #ddd;box-shadow:0 2px 8px #0000001a}.btn-remove-img{background:#ff4d4f;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:700;transition:background .2s}.btn-remove-img:hover{background:#d9363e}.admin-card-footer{padding:20px;background:#fff;border-top:1px solid #eaeaea;display:flex;flex-direction:column;gap:20px;align-items:flex-end}.action-buttons{display:flex;gap:15px}.btn-primary,.btn-secondary{padding:12px 24px;border:none;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s}.btn-primary{background:#0d6efd;color:#fff}.btn-primary:hover:not(:disabled){background:#0b5ed7}.btn-primary:disabled{background:#a5c8fc;cursor:not-allowed}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5c636a}.modal-content.preview-mode{max-width:1000px;width:95%;border-radius:16px;display:flex;flex-direction:column}.modal-header .header-info{display:flex;align-items:center;gap:15px}.scenario-badge{background:#f0f7ff;color:#007bff;padding:4px 12px;border-radius:6px;font-size:14px;font-weight:600;text-transform:capitalize}.modal-body{padding:30px;overflow-y:auto;background:#fff}.preview-error{text-align:center;padding:50px;color:#888}.modal-footer-notice{padding:15px 30px;background:#f8f9fa;border-top:1px solid #eee;font-size:12px;color:#999;text-align:center}.btn-close{background:none;border:none;font-size:24px;cursor:pointer;color:#333;padding:5px;line-height:1}.btn-close:hover{color:#ff4d4f}.admin-grid-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:15px}.admin-select{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:14px}.users-table{table-layout:fixed}.truncate-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.fw-bold{font-weight:600;color:#222}.text-muted{color:#666;font-size:.9rem}.admin-avatar-small{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid #eee}.admin-avatar-placeholder{width:36px;height:36px;border-radius:50%;background-color:#f1f3f5;display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:#adb5bd}.id-badge{font-weight:700;color:#adb5bd;font-size:.85rem}.role-badge{padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.role-admin{background:#333;color:#fff}.role-user{background:#e9ecef;color:#495057}.users-table .admin-actions-group{display:flex;gap:8px;justify-content:flex-start}.users-table .admin-actions-group button{padding:6px 10px;font-size:1rem;border-radius:6px;display:flex;align-items:center;justify-content:center}.admin-posts-container{padding:40px;max-width:1350px;margin:0 auto;font-family:Inter,sans-serif}.users-table .admin-actions-group{display:flex;gap:6px;justify-content:flex-start;flex-wrap:nowrap}.users-table .admin-actions-group button{padding:5px 8px;font-size:.9rem;border-radius:6px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.post-title-text{font-weight:600;color:#2c3e50}.author-filter-banner{margin-bottom:20px;padding:12px 20px;background:#fff;border-left:4px solid #03A9F4;border-radius:8px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px #0000000d}.btn-clear-filter{background:#ef4444;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-weight:700}@media(max-width:768px){.hide-on-mobile{display:none!important}.show-on-mobile{display:inline-block!important}.show-on-mobile-row{display:table-row!important}.admin-table-row{cursor:pointer}.admin-table-row.active-row{background-color:#03a9f40f!important}.mobile-chevron{color:#03a9f4;font-size:.8rem}.mobile-details-content{background:#f8fafc;padding:14px;border-radius:10px;border:1px solid #e2e8f0;margin:4px 0 10px}.mobile-detail-item{margin:6px 0;font-size:.9rem}.mobile-actions-wrapper{margin-top:10px;display:flex;align-items:center;gap:12px}}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.admin-create-post{max-width:900px;margin:40px auto;padding:40px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;font-family:Inter,sans-serif}.admin-create-post h1{font-size:2rem;margin-bottom:30px;font-weight:800;color:#1a1a1a}.form-group{margin-bottom:25px}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#444;margin-bottom:8px}.admin-input,.admin-select{width:100%;padding:14px;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s,box-shadow .3s;box-sizing:border-box}.admin-input:focus,.admin-select:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.content-builder{background:#f9f9f9;padding:30px;border-radius:12px;margin-top:40px}.content-builder h3{margin-top:0;margin-bottom:25px;font-size:1.2rem}.block-item{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #eee}.block-item:last-child{border-bottom:none}.admin-textarea{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;min-height:80px;font-family:inherit;font-size:1rem;resize:vertical}.quill-wrapper{background:#fff;border-radius:8px;overflow:hidden}.ql-toolbar.ql-snow{border-color:#e0e0e0!important;background:#f1f1f1}.ql-container.ql-snow{border-color:#e0e0e0!important;min-height:200px;font-size:1rem}.btn-publish{margin-top:40px;width:100%;padding:18px;background:#000;color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s,background .3s}.btn-publish:hover{background:#222;transform:translateY(-2px)}.btn-publish:active{transform:translateY(0)}.admin-posts-container{padding:40px;max-width:1100px;margin:0 auto}.admin-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.btn-create{padding:12px 24px;background:#000;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:opacity .3s}.btn-create:hover{opacity:.8}.admin-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.admin-table{width:100%;border-collapse:collapse;text-align:left}.admin-table th{background:#f8f9fa;padding:18px;font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:1px}.admin-table td{padding:18px;border-bottom:1px solid #eee;font-size:1rem}.post-title-cell{font-weight:700;color:#1a1a1a}.scenario-badge{padding:4px 10px;background:#f1f3f5;color:#495057;border-radius:6px;font-size:.8rem;font-weight:500}.btn-edit{color:#228be6;text-decoration:none;font-weight:600;margin-right:20px;transition:color .2s}.btn-edit:hover{color:#1c7ed6}.btn-delete{background:none;border:none;color:#fa5252;cursor:pointer;font-weight:600;padding:0;font-family:inherit;transition:color .2s}.btn-delete:hover{color:#e03131}.quill-wrapper .ql-container{min-height:250px;background:#fff}.badge-pending{background-color:#fff3cd;color:#856404;padding:4px 8px;border-radius:4px;font-size:.85rem;border:1px solid #ffeeba}.badge-rejected{background-color:#f8d7da;color:#721c24;padding:4px 8px;border-radius:4px;font-size:.85rem;border:1px solid #f5c6cb}.admin-table{width:100%;border-collapse:collapse;table-layout:fixed}.admin-table th:nth-child(1){width:60px}.admin-table th:nth-child(2){width:35%}.admin-table th:nth-child(3){width:180px}.admin-table th:nth-child(4){width:120px}.admin-table th:nth-child(5){width:200px}.id-cell{color:#888;font-size:.9rem}.title-link{color:#1a1a1a;text-decoration:none;font-weight:600;transition:color .2s}.title-link:hover{color:#007bff}.actions-group{display:flex;align-items:center;gap:15px}.btn-edit-link{color:#228be6;text-decoration:none;font-weight:600;font-size:.9rem}.btn-delete-action{background:none;border:none;color:#fa5252;cursor:pointer;font-weight:600;font-size:.9rem;padding:0}.badge-pending,.badge-rejected,.badge-approved{display:inline-block;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:700;white-space:nowrap}.badge-pending{background-color:#fff9db;color:#f08c00;border:1px solid #ffe066}.badge-rejected{background-color:#fff5f5;color:#fa5252;border:1px solid #ffc9c9}.badge-approved{background-color:#ebfbee;color:#40c057;border:1px solid #b2f2bb}.empty-state{padding:60px;text-align:center;color:#adb5bd;font-size:1.1rem}.show-on-mobile,.show-on-mobile-row{display:none!important}.mobile-title-flex{display:flex;justify-content:space-between;align-items:center;gap:10px}.admin-actions-group{display:flex;align-items:center;gap:6px}.admin-actions-group button,.admin-actions-group a{width:36px;height:36px;min-width:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;cursor:pointer;font-size:1rem;text-decoration:none;box-sizing:border-box;padding:0;transition:all .2s ease}.admin-actions-group button:hover,.admin-actions-group a:hover{transform:translateY(-2px);box-shadow:0 3px 8px #0000001a}@media(max-width:768px){.hide-on-mobile{display:none!important}.show-on-mobile{display:inline-block!important}.show-on-mobile-row{display:table-row!important}.admin-table-row{cursor:pointer}.admin-table-row.active-row{background-color:#03a9f40f!important;border-left:4px solid #03A9F4}.mobile-chevron{color:#03a9f4;font-size:.8rem}.mobile-details-content{background:#f8fafc;padding:14px;border-radius:10px;border:1px solid #e2e8f0;margin:4px 0 10px}.mobile-detail-item{margin:6px 0;font-size:.9rem;color:#4a4a4a}.mobile-actions-wrapper{margin-top:10px;display:flex;align-items:center;gap:12px}}.btn-mobile-details{display:none;background-color:#f1f5f9;border:1px solid #cbd5e1;color:#475569;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease;align-items:center}.btn-mobile-details:hover{background-color:#e2e8f0;color:#0f172a}.btn-mobile-details:active{background-color:#cbd5e1}@media(max-width:768px){.btn-mobile-details{display:inline-flex}}.btn-mobile-details{display:none}@media(max-width:768px){.btn-mobile-details{display:inline-flex!important;align-items:center;justify-content:center;background-color:#03a9f4;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0!important;box-shadow:0 2px 4px #03a9f433;transition:background-color .2s ease}.btn-mobile-details:active{background-color:#0288d1}}@media(max-width:768px){.admin-table{table-layout:auto!important}.admin-table th:nth-child(1),.admin-table td:first-child{width:100%!important;max-width:none!important}}.user-table th:nth-child(1){width:50%}.user-table th:nth-child(2){width:130px}.user-table th:nth-child(3){width:130px}.user-table th:nth-child(4){width:120px}@media(max-width:768px){.admin-posts-container{padding:16px!important}.user-table,.user-table tbody,.user-table tr,.user-table td{display:block!important;width:100%!important;box-sizing:border-box}.user-table thead{display:none!important}.user-table td{padding:14px!important}.mobile-title-flex{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;width:100%!important}.btn-mobile-details{flex-shrink:0!important;margin-left:10px!important}}.info-page-container{max-width:800px;margin:40px auto;padding:0 20px;font-family:Comfortaa,Quicksand,-apple-system,sans-serif;color:#2f3542}.info-page-title{text-align:center;margin-bottom:40px;font-size:2.5rem;font-weight:800;color:#2f3542;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.info-page-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:5px;background:#03a9f4;border-radius:10px}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{background:#fff;padding:25px;border-radius:20px;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translateY(-4px);box-shadow:0 10px 25px #9c27b01a}.faq-question{margin:0 0 15px;color:#03a9f4;font-size:1.25rem;font-weight:700}.faq-answer{margin:0;color:#718096;line-height:1.7;font-family:Quicksand,sans-serif;font-size:1rem}.contact-textarea{min-height:120px;resize:vertical;padding-top:15px;border-radius:15px;font-family:Quicksand,sans-serif}.captcha-container{margin:20px 0;display:flex;justify-content:center}.contact-submit-btn{width:100%;padding:14px;background:linear-gradient(135deg,#9c27b0,#e91e63);color:#fff;border-radius:25px;border:none;font-size:1.05rem;font-weight:700;font-family:Comfortaa,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #9c27b04d}.contact-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #e91e6366}.contact-submit-btn:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;transform:none}@media(max-width:600px){.info-page-title{font-size:1.8rem;margin-bottom:30px}.faq-item{padding:20px;border-radius:15px}.faq-question{font-size:1.1rem}.faq-answer{font-size:.95rem}}
