.updates-section{padding:0 0 100px;min-height:80vh}.updates-section .page-title{font-family:Nunito Sans,sans-serif;font-weight:800;font-size:40px;line-height:60px;color:#ffffff;margin-top:100px;text-align:left;margin-left:100px}.search-toggle-wrapper{display:flex;justify-content:flex-end;align-items:center;padding-top:20px;margin-bottom:20px}.search-toggle-button{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.07);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0}.search-toggle-button:hover{background:rgba(255,208,80,.2);border-color:#ffd050;color:#ffd050;transform:scale(1.05)}.search-toggle-button:active{transform:scale(.95)}.search-toggle-button svg{width:24px;height:24px}.filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:60px;padding:30px;background:rgba(255,255,255,.05);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:8px;animation:slideDown .3s ease-out;margin-left:100px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.filter-button{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:18px;line-height:24px;color:#ffffff;background:transparent;border:1px solid #ffffff;padding:12px 24px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.filter-button:hover{background:rgba(255,255,255,.1);border-color:#ffd050}.filter-button.active{background:#ffd050;color:#111111;border-color:#ffd050}.category-dropdown{position:relative;flex:1;min-width:200px;max-width:300px}.category-dropdown select{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:18px;line-height:24px;color:#ffffff;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.2);width:100%;cursor:pointer;transition:all .3s ease;border-radius:4px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding:12px 48px 12px 24px}.category-dropdown select:focus,.category-dropdown select:hover{border-color:#ffd050;outline:none}.category-dropdown select option{background:#111111;color:#ffffff}.search-input{flex:1;min-width:250px}.search-input input{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:18px;line-height:24px;color:#ffffff;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.2);padding:12px 24px;width:100%;transition:all .3s ease;border-radius:4px}.search-input input::placeholder{color:rgba(255,255,255,.5)}.search-input input:focus,.search-input input:hover{border-color:#ffd050;outline:none}.updates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px;margin-left:100px}.update-card{background:rgba(255,255,255,.07);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column}.update-card:hover{transform:translateY(-5px);border-color:#ffd050;box-shadow:0 10px 30px rgba(255,208,80,.2)}.update-card-image{width:100%;height:240px;overflow:hidden;background:rgba(255,255,255,.05);position:relative}.update-card-image img{width:100%;height:100%;object-fit:fill;transition:transform .3s ease}.update-card-image img[src*="arkain-newsroom.svg"]{object-fit:contain;padding:40px;background:rgba(255,255,255,.03)}.update-card:hover .update-card-image img{transform:scale(1.05)}.update-card-content{padding:24px;flex:1;display:flex;flex-direction:column}.update-card-category{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:14px;line-height:20px;color:#ffd050;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.update-card-title{font-family:Nunito Sans,sans-serif;font-weight:800;font-size:24px;line-height:32px;color:#ffffff;margin-bottom:12px}.update-card-description{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:16px;line-height:24px;color:rgba(255,255,255,.8);flex:1}.empty-state{text-align:center;padding:80px 20px}.empty-state-title{font-family:Nunito Sans,sans-serif;font-weight:800;font-size:32px;line-height:40px;color:#ffffff;margin-bottom:16px}.empty-state-description{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:18px;line-height:28px;color:rgba(255,255,255,.7)}.loading-state{text-align:center;padding:80px 20px}.loading-state-text{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:20px;line-height:28px;color:#ffd050}@media screen and (max-width:1024px){.search-toggle-wrapper{padding-top:20px}.search-toggle-button{width:48px;height:48px}.search-toggle-button svg{width:20px;height:20px}.updates-grid{grid-template-columns:repeat(2,1fr);gap:24px}.update-card-image{height:200px}}@media screen and (max-width:767px){.search-toggle-wrapper{padding-top:10px}.search-toggle-button{width:44px;height:44px}.search-toggle-button svg{width:18px;height:18px}.updates-section{padding:60px 0}.updates-section .page-title{font-size:32px!important;line-height:40px!important;margin-top:0;margin-left:0}.filter-bar{flex-direction:column;gap:15px;padding:20px;margin-bottom:40px;margin-left:0}.filter-button{width:100%;font-size:16px}.category-dropdown,.search-input{width:100%;max-width:100%;min-width:100%}.category-dropdown select,.search-input input{font-size:16px}.updates-grid{grid-template-columns:1fr;gap:20px;margin-left:0}.update-card-image{height:180px}.update-card-content{padding:20px}.update-card-title{font-size:20px;line-height:28px}.update-card-description{font-size:14px;line-height:22px}.empty-state-title{font-size:24px;line-height:32px}.empty-state-description{font-size:16px;line-height:24px}}.post-detail-section{padding:0 0 100px;min-height:80vh}.back-button{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:16px;line-height:24px;color:#ffd050;background:transparent;border:none;cursor:pointer;padding:0;margin-bottom:40px;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.back-button:hover{color:#ffffff}.post-gallery-container{margin-bottom:30px;padding-top:100px}.post-gallery,.post-gallery-container{width:100%;max-width:100%;overflow:hidden}.post-gallery,.post-gallery-placeholder{border-radius:12px;background:rgba(255,255,255,.05)}.post-gallery-placeholder{height:400px;display:flex;align-items:center;justify-content:center}.post-gallery-placeholder span{font-size:120px;opacity:.3}.gallery-single,.gallery-slide{width:100%;min-height:400px;overflow:hidden;background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center}.gallery-single img,.gallery-slide img{width:100%;height:400px;object-fit:cover;display:block}.gallery-single img[src*="arkain-newsroom.png"],.gallery-single img[src*="arkain-newsroom.svg"],.gallery-slide img[src*="arkain-newsroom.png"],.gallery-slide img[src*="arkain-newsroom.svg"]{object-fit:contain;padding:60px;background:rgba(255,255,255,.03)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.2);color:#ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.carousel-arrow:hover{background:rgba(255,208,80,.9);color:#111111;border-color:#ffd050}.carousel-arrow-prev{left:16px}.carousel-arrow-next{right:16px}.post-gallery .slick-dots{bottom:16px}.post-gallery .slick-dots li button:before{color:rgba(255,255,255,.5);font-size:10px}.post-gallery .slick-dots li.slick-active button:before{color:#ffd050}.post-meta-row{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:40px;padding:24px 30px;background:rgba(255,255,255,.05);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:12px}.post-meta-row.no-gallery{margin-top:100px}.post-meta-section{display:flex;flex-direction:column;gap:12px}.post-meta-section-right{align-items:flex-end;text-align:right}.meta-title{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:14px;line-height:20px;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.1em;margin:0}.meta-tags{display:flex;flex-wrap:wrap;gap:10px}.post-meta-section-right .meta-tags{justify-content:flex-end}.meta-tag{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:14px;line-height:20px;color:#ffffff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:8px 16px;border-radius:20px;transition:all .3s ease}.meta-tag:hover{background:rgba(255,208,80,.2);border-color:#ffd050;color:#ffd050}.meta-tag.category-tag{background:rgba(255,208,80,.15);border-color:rgba(255,208,80,.3);color:#ffd050}.post-content{width:100%;max-width:100%}.post-title{font-family:Nunito Sans,sans-serif;font-weight:800;font-size:48px;line-height:58px;color:#ffd050;margin-bottom:30px}.post-featured-image{width:100%;margin:30px 0 40px;border-radius:12px;overflow:hidden;display:flex;justify-content:center!important;align-items:center!important}.post-featured-image img{width:75%!important;height:auto!important;display:block;object-fit:cover;margin:0 auto}.post-featured-image img[src*="arkain-newsroom.svg"]{object-fit:contain;padding:60px;background:rgba(255,255,255,.03);max-height:400px}.image-with-fallback{position:relative}.image-with-fallback,.image-with-fallback img{width:100%;height:100%}.fallback-alt-text{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.7));backdrop-filter:blur(8px);border-top:2px solid #ffd050}.fallback-alt-text p{font-size:16px;line-height:24px;color:#ffffff;margin:0;text-align:center}.fallback-alt-text p,.post-description{font-family:IBM Plex Mono,monospace;font-weight:400}.post-description{font-size:18px;line-height:32px;color:rgba(255,255,255,.85);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.post-description p{margin-bottom:20px}.post-description h1{font-size:2.5em;color:#ffffff;font-weight:700;margin:1.5em 0 .75em;line-height:1.2;font-family:Nunito Sans,sans-serif}.post-description h2{font-size:2em}.post-description h2,.post-description h3{color:#ffffff;font-weight:700;margin:1.5em 0 .75em;line-height:1.3;font-family:Nunito Sans,sans-serif}.post-description h3{font-size:1.75em}.post-description h4{font-size:1.5em;color:#ffffff;font-weight:600;margin:1.5em 0 .75em;line-height:1.3;font-family:Nunito Sans,sans-serif}.post-description h5{font-size:1.25em}.post-description h5,.post-description h6{color:#ffffff;font-weight:600;margin:1.5em 0 .75em;line-height:1.4;font-family:Nunito Sans,sans-serif}.post-description h6{font-size:1em}.post-description b,.post-description strong{font-weight:700;color:#ffffff}.post-description em,.post-description i{font-style:italic}.post-description u{text-decoration:underline}.post-description s,.post-description strike{text-decoration:line-through;opacity:.7}.post-description ol,.post-description ul{margin:1em 0;padding-left:2em}.post-description li{margin:.5em 0;line-height:1.8}.post-description ul{list-style-type:disc}.post-description ol{list-style-type:decimal}.post-description ol ul,.post-description ul ul{list-style-type:circle;margin-top:.5em}.post-description blockquote{border-left:4px solid #ffd050;margin:1.5em 0;padding:1em 1.5em;background:rgba(255,208,80,.1);font-style:italic}.post-description code{background:rgba(255,255,255,.1);padding:.2em .4em;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#ffd050}.post-description pre{background:rgba(0,0,0,.3);padding:1.5em;border-radius:8px;overflow-x:auto;margin:1.5em 0;border:1px solid rgba(255,255,255,.1)}.post-description pre code{background:none;padding:0;color:rgba(255,255,255,.9)}.post-description a{color:#ffd050;text-decoration:underline;transition:color .3s ease}.post-description a:hover{color:#ffffff}.post-description .ql-align-center{text-align:center}.post-description .ql-align-left{text-align:left}.post-description .ql-align-right{text-align:right}.post-description .ql-align-justify{text-align:justify}.post-description img{max-width:100%;height:auto;border-radius:8px;margin:20px 0}.post-description img.align-left,.post-description img[align=left],.post-description img[style*="float: left"]{float:left;margin:10px 24px 10px 0;max-width:50%}.post-description img.align-right,.post-description img[align=right],.post-description img[style*="float: right"]{float:right;margin:10px 0 10px 24px;max-width:50%}.post-description img.align-center,.post-description img[align=center],.post-description img[style*="display: block"][style*="margin-left: auto"]{display:block;margin-left:auto;margin-right:auto;float:none}.post-description img.position-left{display:block;margin:20px auto 20px 0;float:none}.post-description img.position-right{display:block;margin:20px 0 20px auto;float:none}.post-description p:after{content:"";display:table;clear:both}.post-description .mce-object-iframe,.post-description .mce-preview-object{max-width:100%}.post-description figure{margin:20px 0;max-width:100%}.post-description figure.align-left{float:left;margin:10px 24px 10px 0;max-width:50%}.post-description figure.align-right{float:right;margin:10px 0 10px 24px;max-width:50%}.post-description figure.align-center{margin-left:auto;margin-right:auto}.post-description figcaption{font-size:14px;color:rgba(255,255,255,.6);text-align:center;padding:8px 0;font-style:italic}@media screen and (max-width:1024px){.post-meta-row{gap:20px;padding:20px}.gallery-single img,.gallery-slide img{max-height:400px}.post-title{font-size:36px;line-height:46px}}@media screen and (max-width:767px){.post-detail-section{padding:60px 0}.back-button{margin-bottom:30px}.post-gallery-container{margin-bottom:20px}.post-gallery-placeholder{height:250px}.post-gallery-placeholder span{font-size:80px}.gallery-single img,.gallery-slide img{max-height:280px}.carousel-arrow{width:40px;height:40px}.carousel-arrow-prev{left:8px}.carousel-arrow-next{right:8px}.post-meta-row{flex-direction:column;gap:20px;padding:16px 20px;margin-bottom:30px}.post-meta-section,.post-meta-section-right{align-items:flex-start;text-align:left;width:100%}.post-meta-section-right .meta-tags{justify-content:flex-start}.meta-tag,.meta-title{font-size:12px}.meta-tag{padding:6px 12px}.post-title{font-size:28px;line-height:36px;margin-bottom:20px}.post-description{font-size:16px;line-height:28px}.post-description figure.align-left,.post-description figure.align-right,.post-description img.align-left,.post-description img.align-right,.post-description img[style*=float]{float:none!important;max-width:100%!important;margin:20px 0!important;display:block!important}.post-description h1{font-size:1.8em}.post-description h2{font-size:1.6em}.post-description h3{font-size:1.4em}.post-description pre{padding:1em;font-size:14px;margin:1em 0}}.post-faqs-section{margin-top:60px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.faq-section-title{font-family:Nunito Sans,sans-serif;font-weight:800;font-size:32px;line-height:40px;color:#ffd050;margin-bottom:30px}.faqs-list{display:flex;flex-direction:column;gap:20px}.faq-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease;overflow:hidden}.faq-item:hover{background:rgba(255,255,255,.08);border-color:rgba(255,208,80,.3)}.faq-item.active{background:rgba(255,255,255,.08);border-color:#ffd050}.faq-question-button{width:100%;padding:24px;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;cursor:pointer;text-align:left;gap:20px}.faq-question-text{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:20px;line-height:28px;color:#ffffff}.faq-icon{color:#ffd050;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer-container{padding:0 24px;max-height:0;opacity:0;overflow:hidden;transition:all .3s ease-in-out}.faq-item.active .faq-answer-container{padding-bottom:24px}.faq-answer{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:16px;line-height:26px;color:rgba(255,255,255,.8);margin:0}@media screen and (max-width:767px){.post-faqs-section{margin-top:40px;padding-top:30px}.faq-section-title{font-size:24px;line-height:32px;margin-bottom:20px}.faq-question-button{padding:20px}.faq-question-text{font-size:18px;line-height:26px}.faq-answer{font-size:14px;line-height:24px}}.content-image-wrapper{position:relative;display:inline-block;max-width:100%}.content-image-wrapper img{max-width:100%;height:auto}.content-fallback-alt-text{position:absolute;bottom:0;left:0;right:0;padding:15px;background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.7));backdrop-filter:blur(8px);border-top:2px solid #ffd050}.content-fallback-alt-text p{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:14px;line-height:20px;color:#ffffff;margin:0;text-align:center}