﻿:root{--color-white: #ffffff;--color-black: #000000;--color-text: #333333;--color-primary: #2f2f2f;--color-secondary: #764ba2;--card-bg: var(--color-white);--card-text: var(--color-text)}.btn-new{padding:12px 24px;border:2px solid rgb(21.5,21.5,21.5);background-color:#2f2f2f;color:#f7ede2;font-size:1rem;font-weight:bold;cursor:pointer;border-radius:30px;outline:none;position:relative;overflow:hidden;transition:all .4s ease}@media(min-width: 576px){.btn-new{padding:13px 26px;font-size:1.1rem}}@media(min-width: 768px){.btn-new{padding:15px 30px;font-size:1.2rem}}@media(min-width: 992px){.btn-new{padding:16px 32px;font-size:1.25rem}}@media(min-width: 1200px){.btn-new{padding:18px 36px;font-size:1.3rem}}.btn-new::after{content:"";position:absolute;inset:0;background:radial-gradient(circle, rgba(247, 237, 226, 0.25) 0%, rgba(247, 237, 226, 0) 70%);transform:scale(0);transition:transform .5s ease}.btn-new:hover{border-color:hsl(0,0%,-1.568627451%);background:rgb(59.75,59.75,59.75)}.btn-new:hover::after{transform:scale(4)}@media(hover: none)and (pointer: coarse){.btn-new{padding:14px 28px;font-size:1.1rem;min-height:48px}}.btn-new{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap}@media(max-width: 480px){.btn-new{width:100%;max-width:100%}}.btn-new:hover{text-decoration:none}.category-page{padding-block:min(10vh,1rem);width:min(76.5rem,90%);margin-inline:auto;color:#1a1a1a;font-family:"Lato",sans-serif}@media(min-width: 768px){.category-page{padding-block:1.2rem}}@media(min-width: 992px){.category-page{padding-block:.01rem}}.category-page .breadcrumb-container{width:min(76.5rem,90%);margin-inline:auto}.category-page .breadcrumb{padding:.75rem 0 .5rem 0;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.875rem;margin-bottom:1.5rem}@media(min-width: 768px){.category-page .breadcrumb{padding:1rem 0 .75rem 0;font-size:.9375rem;gap:.6rem}}.category-page .breadcrumb a{color:var(--cover-color, #2f2f2f);text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.category-page .breadcrumb a:hover{opacity:.8;transform:translateX(2px)}.category-page .breadcrumb .separator{color:rgba(0,0,0,.45);font-size:1.1rem;user-select:none;line-height:1}@media(min-width: 768px){.category-page .breadcrumb .separator{font-size:1.2rem}}.category-page .breadcrumb span:not(.separator){color:rgba(0,0,0,.85);font-weight:600;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width: 768px){.category-page .breadcrumb span:not(.separator){max-width:400px}}@media(min-width: 992px){.category-page .breadcrumb span:not(.separator){max-width:500px}}.category-page .category-header{text-align:center;margin-bottom:2rem;padding:1.5rem 1rem}@media(min-width: 768px){.category-page .category-header{margin-bottom:3rem;padding:3rem 2rem}}.category-page .category-header h1{text-transform:uppercase;letter-spacing:.05em;font-size:clamp(1.6rem,4vw,3.5rem);margin:0 0 1rem 0;font-weight:900;color:var(--category-color, #1a1a1a);position:relative;display:inline-block;overflow:hidden;padding:.75rem 1.5rem;border:4px dotted var(--category-color, #1a1a1a);box-shadow:6px 6px 0 rgba(var(--category-rgb), 0.3);transition:all .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media(min-width: 768px){.category-page .category-header h1{letter-spacing:.1em;margin:0 0 1.5rem 0;padding:1rem 2rem;border-width:5px;box-shadow:8px 8px 0 rgba(var(--category-rgb), 0.3)}}.category-page .category-header h1::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--category-color, #1a1a1a);transform:translateX(-100%);transition:transform .4s ease}.category-page .category-header h1:hover{transform:translate(-4px, -4px);box-shadow:12px 12px 0 rgba(var(--category-rgb), 0.4)}.category-page .category-header h1:hover::after{transform:translateX(0)}.category-page .category-header h1:focus-visible{outline:3px solid var(--category-color, #1a1a1a);outline-offset:4px}.category-page .category-header .category-description{font-size:.9375rem;color:#6e6e6e;max-width:650px;margin:0 auto;line-height:1.7;font-weight:400;text-align:justify;padding:0 .5rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(min-width: 768px){.category-page .category-header .category-description{font-size:1.125rem;line-height:1.8;padding:0}}@keyframes fadeInGlow{to{opacity:1}}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes expandLine{to{transform:translateX(-50%) scaleX(1)}}.category-page .posts{margin-top:3em;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.category-page .posts{margin-top:4em;grid-template-columns:repeat(2, 1fr);gap:2rem}}@media(min-width: 992px){.category-page .posts{margin-top:5em;grid-template-columns:repeat(3, 1fr);gap:2.5rem}}@media(min-width: 768px)and (max-width: 991px){.category-page .posts:has(.card:nth-child(odd):last-child) .card:last-child{grid-column:1/-1}}@media(min-width: 992px){.category-page .posts:has(.card:nth-child(4):last-child) .card:nth-child(4){grid-column:1/-1}.category-page .posts:has(.card:nth-child(5):last-child) .card:nth-child(4){grid-column:1/2}.category-page .posts:has(.card:nth-child(5):last-child) .card:nth-child(5){grid-column:2/-1}.category-page .posts:has(.card:nth-child(7):last-child) .card:nth-child(7){grid-column:1/-1}.category-page .posts:has(.card:nth-child(8):last-child) .card:nth-child(7){grid-column:1/2}.category-page .posts:has(.card:nth-child(8):last-child) .card:nth-child(8){grid-column:2/-1}}.category-page .posts .card{display:flex;flex-direction:column;height:100%}.category-page .posts .card .content{flex:1;display:flex;flex-direction:column;padding:1.5rem 1rem;margin-top:1rem;border:2px solid var(--clr-muted);border-radius:1rem;background:#fff;box-shadow:0 2px 10px rgba(var(--shadow-color-rgb), 0.18);transition:all .3s ease}@media(min-width: 768px){.category-page .posts .card .content{border:3px solid var(--clr-muted)}}.category-page .posts .card .content:hover{border-color:var(--clr-accent);transform:translateY(-2px);box-shadow:0 8px 24px rgba(var(--shadow-color-rgb), 0.33)}.category-page .posts .card .content .meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.category-page .posts .card .content .meta time{display:inline-block;color:#6e6e6e;font-size:.875rem;font-weight:500}.category-page .posts .card .content .meta ul{margin:0;padding:0;list-style-type:none;display:flex;align-items:center;flex-wrap:wrap;gap:.625rem}.category-page .posts .card .content .meta ul li{text-transform:uppercase;background:var(--clr-tag);color:var(--clr-tag-text);font-weight:700;font-size:.75rem;padding:.375rem .625rem;border-radius:.188rem}.category-page .posts .card .content h3{text-transform:capitalize;font-size:clamp(1.25rem,1.1409rem + .4364vw,1.5rem);margin:0 0 .75rem 0;line-height:1.3}@media(min-width: 768px){.category-page .posts .card .content h3{font-size:clamp(1.5rem,1.3909rem + .4364vw,1.8rem)}}.category-page .posts .card .content h3 a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}.category-page .posts .card .content h3 a:hover{color:var(--clr-accent)}.category-page .posts .card .content p{display:none;flex:1;margin:0;color:#3a3a3a;font-size:.9375rem;line-height:1.6}@media(min-width: 768px){.category-page .posts .card .content p{font-size:1rem}}.category-page .posts .card-inner{flex-shrink:0;position:relative;width:inherit;height:16rem;background:var(--clr);border-radius:1.25rem;border-bottom-right-radius:0;overflow:hidden}@media(min-width: 768px){.category-page .posts .card-inner{height:18.75rem}}.category-page .posts .card-inner .box{width:100%;height:100%;background:#fff;border-radius:1.25rem;overflow:hidden}.category-page .posts .card-inner .box .imgBox{position:absolute;inset:0}.category-page .posts .card-inner .box .imgBox img{width:100%;height:100%;object-fit:cover}.category-page .posts .card-inner .box .imgBox .placeholder-img{width:100%;height:100%;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);display:flex;align-items:center;justify-content:center}.category-page .posts .card-inner .box .imgBox .placeholder-img span{color:#fff;font-size:4rem;font-weight:700}.category-page .posts .card-inner .box .icon{position:absolute;bottom:-0.375rem;right:-0.375rem;width:5rem;height:5rem;background:var(--clr);border-top-left-radius:50%}@media(min-width: 768px){.category-page .posts .card-inner .box .icon{width:6rem;height:6rem}}.category-page .posts .card-inner .box .icon:hover .iconBox{transform:scale(1.1)}.category-page .posts .card-inner .box .icon::before{position:absolute;content:"";bottom:.375rem;left:-1.25rem;background:rgba(0,0,0,0);width:1.25rem;height:1.25rem;border-bottom-right-radius:1.25rem;box-shadow:.313rem .313rem 0 .313rem #fff}.category-page .posts .card-inner .box .icon::after{position:absolute;content:"";top:-1.25rem;right:.375rem;background:rgba(0,0,0,0);width:1.25rem;height:1.25rem;border-bottom-right-radius:1.25rem;box-shadow:.313rem .313rem 0 .313rem var(--clr)}.category-page .posts .card-inner .box .icon .iconBox{position:absolute;inset:.625rem;background:var(--clr-accent);border-radius:50%;display:flex;justify-content:center;align-items:center;transition:.3s}.category-page .posts .card-inner .box .icon .iconBox svg{width:1.25rem;height:1.25rem}@media(min-width: 768px){.category-page .posts .card-inner .box .icon .iconBox svg{width:1.5rem;height:1.5rem}}.category-page .pagination{display:flex;justify-content:center;align-items:center;gap:.625rem;margin:4rem auto 2rem;flex-wrap:wrap;max-width:400px}@media(min-width: 768px){.category-page .pagination{gap:.75rem;margin-top:5rem;max-width:500px}}.category-page .pagination .btn{position:relative;text-decoration:none;color:#2f2f2f;font-weight:700;font-size:.9375rem;padding:.75rem 1.5rem;border:3px solid #2f2f2f;border-radius:.5rem;background:#fff;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 2px 8px rgba(47,47,47,.15),4px 4px 0 rgba(47,47,47,.2);overflow:hidden}@media(min-width: 576px){.category-page .pagination .btn{padding:.875rem 1.75rem;font-size:1rem}}.category-page .pagination .btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(47, 47, 47, 0.1), transparent);transition:left .5s}.category-page .pagination .btn:hover{background:#2f2f2f;color:#fff;transform:translate(-2px, -2px);box-shadow:0 4px 16px rgba(47,47,47,.25),6px 6px 0 rgba(47,47,47,.3)}.category-page .pagination .btn:hover::before{left:100%}.category-page .pagination .btn:active{transform:translate(0, 0);box-shadow:0 1px 4px rgba(47,47,47,.2),2px 2px 0 rgba(47,47,47,.2)}.category-page .pagination .btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.category-page .pagination .btn.prev::before{content:"←";margin-right:.5rem;font-weight:900}.category-page .pagination .btn.next::after{content:"→";margin-left:.5rem;font-weight:900}.category-page .pagination span{color:#6e6e6e;font-weight:600;font-size:.9375rem;padding:.5rem 1rem;background:rgba(47,47,47,.05);border-radius:.5rem;border:2px dashed rgba(47,47,47,.2)}@media(min-width: 576px){.category-page .pagination span{font-size:1rem;padding:.625rem 1.25rem}}.category-page .pagination span strong{color:#2f2f2f;font-size:1.125em;font-weight:800}@media(max-width: 400px){.category-page .pagination{gap:.5rem}.category-page .pagination .btn{padding:.625rem 1rem;font-size:.875rem}.category-page .pagination span{font-size:.875rem;padding:.5rem .75rem}}.category-page .no-posts{text-align:center;font-size:1.125rem;color:#6e6e6e;padding:3rem 0}
