*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:"Segoe UI","Arial Hebrew",Arial,sans-serif;font-size:1rem;line-height:1.6;color:#1e293b;background:#f8fafc;direction:rtl;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}a{color:#3b82f6;text-decoration:none;transition:all .2s ease}a:hover{color:rgb(4.3730272597%,38.8713534194%,95.2348158776%)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;margin-bottom:.5rem;color:#0f172a}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}ul,ol{padding-right:1.5rem;margin-bottom:1rem}::selection{background:rgba(59,130,246,.2);color:#3b82f6}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.skip-link{position:absolute;top:-50px;right:1rem;background:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:8px;z-index:1070;transition:top all .15s ease}.skip-link:focus{top:1rem}.container{max-width:1200px;margin:0 auto;padding:0 15px;width:100%}.container-fluid{width:100%;padding:0 15px}.container-narrow{max-width:800px;margin:0 auto;padding:0 15px}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1;padding:1.5rem 0}.section{padding:3rem 0}.section--gray{background:#f8fafc}.section--primary{background:#3b82f6;color:#fff}.section--dark{background:#0f172a;color:#fff}.page-header{background:linear-gradient(135deg, #3b82f6 0%, rgb(3.9340028694%, 34.968914395%, 85.6738402678%) 100%);color:#fff;padding:3rem 0;margin-bottom:1.5rem;text-align:center}.page-header h1{color:#fff;margin-bottom:.5rem}.page-header p{opacity:.9;font-size:1.125rem}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2, 1fr)}@media(max-width: 768px){.grid--2{grid-template-columns:1fr}}.grid--3{grid-template-columns:repeat(3, 1fr)}@media(max-width: 992px){.grid--3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.grid--3{grid-template-columns:1fr}}.grid--4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 1200px){.grid--4{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.grid--4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.grid--4{grid-template-columns:1fr}}.content-sidebar{display:grid;grid-template-columns:1fr 320px;gap:1.5rem}@media(max-width: 992px){.content-sidebar{grid-template-columns:1fr}}.sidebar-content{display:grid;grid-template-columns:320px 1fr;gap:1.5rem}@media(max-width: 992px){.sidebar-content{grid-template-columns:1fr}}.flex{display:flex}.flex--center{align-items:center;justify-content:center}.flex--between{justify-content:space-between}.flex--wrap{flex-wrap:wrap}.flex--gap{gap:1rem}html{overflow-x:hidden;box-sizing:border-box;min-height:100vh;height:100%;width:100vw;margin:0;font-family:"heebo",sans-serif}.site-footer{background:#1e293b;color:#94a3b8;margin-top:auto}.footer-main{padding:3rem 0}.footer-grid{display:grid;grid-template-columns:2fr repeat(3, 1fr);gap:3rem}@media(max-width: 992px){.footer-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.footer-grid{grid-template-columns:1fr;text-align:center}}.footer-brand img{height:50px;width:auto;margin-bottom:1rem}@media(max-width: 576px){.footer-brand img{margin:0 auto 1rem}}.footer-brand p{color:#94a3b8;line-height:1.8}.footer-column h4{color:#fff;font-size:1rem;margin-bottom:1rem;position:relative}.footer-column h4::after{content:"";position:absolute;bottom:-8px;right:0;width:30px;height:2px;background:#3b82f6}@media(max-width: 576px){.footer-column h4::after{right:50%;transform:translateX(50%)}}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#94a3b8;transition:all .2s ease}.footer-column a:hover{color:#fff;padding-right:.5rem}.footer-contact li{display:flex;align-items:flex-start;gap:.5rem}@media(max-width: 576px){.footer-contact li{justify-content:center}}.footer-contact li i{color:#3b82f6;margin-top:4px}.social-links{display:flex;gap:.5rem;margin-top:1rem}@media(max-width: 576px){.social-links{justify-content:center}}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);color:#fff;border-radius:50%;transition:all .2s ease}.social-links a:hover{background:#3b82f6;transform:translateY(-3px)}.footer-newsletter{background:rgba(255,255,255,.05);padding:1.5rem;border-radius:8px;margin-top:1.5rem}.footer-newsletter h4{color:#fff;margin-bottom:.5rem}.footer-newsletter p{color:#94a3b8;margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem}@media(max-width: 576px){.newsletter-form{flex-direction:column}}.newsletter-form input{flex:1;padding:1rem;border:none;border-radius:8px;background:rgba(255,255,255,.1);color:#fff}.newsletter-form input::placeholder{color:#64748b}.newsletter-form input:focus{outline:none;background:rgba(255,255,255,.15)}.newsletter-form button{padding:1rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.newsletter-form button:hover{background:rgb(4.3730272597%,38.8713534194%,95.2348158776%)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1rem 0}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}@media(max-width: 576px){.footer-bottom-inner{justify-content:center;text-align:center}}.copyright{color:#64748b;font-size:.875rem}.footer-legal{display:flex;gap:1.5rem}@media(max-width: 576px){.footer-legal{flex-wrap:wrap;justify-content:center}}.footer-legal a{color:#64748b;font-size:.875rem}.footer-legal a:hover{color:#fff}.payment-icons{display:flex;align-items:center;gap:.5rem}.payment-icons img{height:24px;width:auto;opacity:.7;transition:all .2s ease}.payment-icons img:hover{opacity:1}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden;transition:all .2s ease}.card:hover{box-shadow:0 8px 25px rgba(0,0,0,.12);transform:translateY(-2px)}.article-card{display:flex;flex-direction:column;height:100%}.article-card__image{position:relative;overflow:hidden;aspect-ratio:16/10}.article-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.article-card__image:hover img{transform:scale(1.05)}.article-card__category{position:absolute;top:1rem;right:1rem;background:#3b82f6;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:500}.article-card__content{padding:1rem;flex:1;display:flex;flex-direction:column}.article-card__title{font-size:1.25rem;margin-bottom:.5rem;line-height:1.4}.article-card__title a{color:#0f172a}.article-card__title a:hover{color:#3b82f6}.article-card__excerpt{color:#64748b;font-size:.875rem;line-height:1.6;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card__meta{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;border-top:1px solid #e2e8f0;font-size:.875rem;color:#64748b}.article-card__author{display:flex;align-items:center;gap:.5rem}.article-card__author img{width:32px;height:32px;border-radius:50%;object-fit:cover}.article-card__date{display:flex;align-items:center;gap:.25rem}.article-card__date i{color:#94a3b8}.article-card--featured{flex-direction:row}@media(max-width: 768px){.article-card--featured{flex-direction:column}}.article-card--featured .article-card__image{width:40%;flex-shrink:0;aspect-ratio:auto}@media(max-width: 768px){.article-card--featured .article-card__image{width:100%;aspect-ratio:16/10}}.article-card--featured .article-card__content{padding:1.5rem}.article-card--featured .article-card__title{font-size:1.75rem}@media(max-width: 768px){.article-card--featured .article-card__title{font-size:1.25rem}}.article-card--small .article-card__image{aspect-ratio:16/9}.article-card--small .article-card__title{font-size:1rem}.article-card--small .article-card__excerpt{display:none}.category-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.category-card__title{color:#fff;font-size:1.25rem;margin-bottom:.25rem}.category-card__count{color:rgba(255,255,255,.8);font-size:.875rem}.category-card:hover .category-card__image{transform:scale(1.1)}.author-card{text-align:center;padding:1.5rem}.author-card__avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:4px solid #e2e8f0}.author-card__name{font-size:1.25rem;margin-bottom:.25rem}.author-card__name a{color:#0f172a}.author-card__name a:hover{color:#3b82f6}.author-card__bio{color:#64748b;font-size:.875rem;margin-bottom:1rem}.author-card__stats{display:flex;justify-content:center;gap:1.5rem;color:#64748b;font-size:.875rem}.author-card__stats span{display:flex;align-items:center;gap:.25rem}.tag-card{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#f8fafc;color:#334155;border-radius:50rem;font-size:.875rem;transition:all .2s ease}.tag-card:hover{background:#3b82f6;color:#fff}.tag-card__count{background:rgba(0,0,0,.1);padding:2px 8px;border-radius:50rem;font-size:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;line-height:1.5;border:2px solid rgba(0,0,0,0);border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:rgb(4.3730272597%,38.8713534194%,95.2348158776%);color:#fff}.btn-primary:active{transform:scale(0.98)}.btn-secondary{background:#64748b;color:#fff}.btn-secondary:hover:not(:disabled){background:rgb(30.8474854377%,35.7830831077%,42.8780047584%);color:#fff}.btn-outline-primary{background:rgba(0,0,0,0);border-color:#3b82f6;color:#3b82f6}.btn-outline-primary:hover:not(:disabled){background:#3b82f6;color:#fff}.btn-outline-secondary{background:rgba(0,0,0,0);border-color:#e2e8f0;color:#334155}.btn-outline-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-ghost{background:rgba(0,0,0,0);color:#334155}.btn-ghost:hover:not(:disabled){background:#f8fafc}.btn-link{background:rgba(0,0,0,0);color:#3b82f6;padding:0;border:none}.btn-link:hover:not(:disabled){color:rgb(3.9340028694%,34.968914395%,85.6738402678%);text-decoration:underline}.btn-sm{padding:.25rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 3rem;font-size:1.125rem}.btn-block{width:100%}.btn-icon{width:40px;height:40px;padding:0;border-radius:8px}.btn-icon.btn-sm{width:32px;height:32px}.btn-icon.btn-lg{width:48px;height:48px}.btn-group{display:inline-flex}.btn-group .btn{border-radius:0}.btn-group .btn:first-child{border-radius:8px 0 0 8px}.btn-group .btn:last-child{border-radius:0 8px 8px 0}.btn-group .btn:not(:first-child){margin-right:-2px}.btn-loading{position:relative;color:rgba(0,0,0,0) !important;pointer-events:none}.btn-loading::after{content:"";position:absolute;width:20px;height:20px;border:2px solid currentColor;border-radius:50%;border-top-color:rgba(0,0,0,0);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-facebook{background:#1877f2;color:#fff}.btn-facebook:hover{background:rgb(4.4921247187%,37.3191899711%,79.8216007715%);color:#fff}.btn-twitter{background:#1da1f2;color:#fff}.btn-twitter:hover{background:rgb(4.6927557634%,52.3422758225%,81.5817540405%);color:#fff}.btn-whatsapp{background:#25d366;color:#fff}.btn-whatsapp:hover{background:rgb(11.5259329538%,65.728969007%,31.7741935484%);color:#fff}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.25rem;font-weight:500;color:#334155}.form-control{width:100%;padding:1rem;font-size:1rem;line-height:1.5;color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.form-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.form-control::placeholder{color:#94a3b8}.form-control:disabled{background:#f8fafc;cursor:not-allowed}.form-control.is-invalid{border-color:#ef4444}.form-control.is-invalid:focus{box-shadow:0 0 0 4px rgba(239,68,68,.1)}.form-control.is-valid{border-color:#22c55e}.form-control.is-valid:focus{box-shadow:0 0 0 4px rgba(34,197,94,.1)}textarea.form-control{min-height:120px;resize:vertical}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 1rem center;padding-left:3rem}.input-group{display:flex}.input-group .form-control{flex:1;border-radius:0}.input-group .form-control:first-child{border-radius:0 8px 8px 0}.input-group .form-control:last-child{border-radius:8px 0 0 8px}.input-group .input-group-text{display:flex;align-items:center;padding:.5rem 1rem;background:#f8fafc;border:2px solid #e2e8f0;color:#475569}.input-group .input-group-text:first-child{border-radius:0 8px 8px 0;border-left:0}.input-group .input-group-text:last-child{border-radius:8px 0 0 8px;border-right:0}.input-group .btn{border-radius:8px 0 0 8px}.form-check{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.form-check-input{width:20px;height:20px;margin-top:2px;flex-shrink:0;appearance:none;border:2px solid #e2e8f0;background:#fff;cursor:pointer;transition:all .2s ease}.form-check-input[type=checkbox]{border-radius:4px}.form-check-input[type=radio]{border-radius:50%}.form-check-input:checked{background:#3b82f6;border-color:#3b82f6}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 010 .708l-7 7a.5.5 0 01-.708 0l-3.5-3.5a.5.5 0 11.708-.708L6.5 10.293l6.646-6.647a.5.5 0 01.708 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='white' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.form-check-input:focus{outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.form-check-label{cursor:pointer;user-select:none}.form-switch .form-check-input{width:44px;height:24px;border-radius:50rem;position:relative}.form-switch .form-check-input::after{content:"";position:absolute;top:2px;right:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.form-switch .form-check-input:checked{background-image:none}.form-switch .form-check-input:checked::after{right:calc(100% - 18px)}.form-text{display:block;margin-top:.25rem;font-size:.875rem;color:#64748b}.invalid-feedback{display:block;margin-top:.25rem;font-size:.875rem;color:#ef4444}.valid-feedback{display:block;margin-top:.25rem;font-size:.875rem;color:#22c55e}.search-form{display:flex;gap:.5rem}.search-form .form-control{border-radius:50rem}.search-form .btn{border-radius:50rem}.form-floating{position:relative}.form-floating .form-control{padding-top:1.5rem;padding-bottom:.5rem}.form-floating .form-control::placeholder{color:rgba(0,0,0,0)}.form-floating .form-control:focus~.form-label,.form-floating .form-control:not(:placeholder-shown)~.form-label{transform:translateY(-100%) scale(0.85);color:#3b82f6}.form-floating .form-label{position:absolute;top:50%;right:1rem;transform:translateY(-50%);pointer-events:none;transition:all .2s ease;transform-origin:right center;background:#fff;padding:0 .25rem}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-widget{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden}.widget-header{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0}.widget-header h3{font-size:1rem;margin:0;display:flex;align-items:center;gap:.5rem}.widget-header h3 i{color:#3b82f6}.widget-content{padding:1rem 1.5rem}.widget-search .search-form{display:flex}.widget-search .search-form input{flex:1;padding:.5rem 1rem;border:2px solid #e2e8f0;border-left:0;border-radius:0 8px 8px 0}.widget-search .search-form input:focus{outline:none;border-color:#3b82f6}.widget-search .search-form button{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px 0 0 8px;cursor:pointer;transition:all .2s ease}.widget-search .search-form button:hover{background:rgb(4.3730272597%,38.8713534194%,95.2348158776%)}.widget-popular .popular-post{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #e2e8f0}.widget-popular .popular-post:first-child{padding-top:0}.widget-popular .popular-post:last-child{padding-bottom:0;border-bottom:none}.widget-popular .popular-post__image{width:80px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden}.widget-popular .popular-post__image img{width:100%;height:100%;object-fit:cover}.widget-popular .popular-post__content{flex:1;min-width:0}.widget-popular .popular-post__title{font-size:.875rem;font-weight:500;margin-bottom:.25rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.widget-popular .popular-post__title a{color:#1e293b}.widget-popular .popular-post__title a:hover{color:#3b82f6}.widget-popular .popular-post__date{font-size:.75rem;color:#64748b}.widget-categories ul{list-style:none;padding:0;margin:0}.widget-categories li{border-bottom:1px solid #e2e8f0}.widget-categories li:last-child{border-bottom:none}.widget-categories a{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;color:#334155}.widget-categories a:hover{color:#3b82f6}.widget-categories .count{background:#f8fafc;color:#475569;padding:2px 8px;border-radius:50rem;font-size:.75rem}.widget-tags .tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.widget-tags a{display:inline-block;padding:.25rem .5rem;background:#f8fafc;color:#334155;border-radius:8px;font-size:.875rem;transition:all .2s ease}.widget-tags a:hover{background:#3b82f6;color:#fff}.widget-newsletter{background:linear-gradient(135deg, #3b82f6, rgb(3.9340028694%, 34.968914395%, 85.6738402678%));color:#fff}.widget-newsletter .widget-header{border-bottom-color:rgba(255,255,255,.2)}.widget-newsletter .widget-header h3{color:#fff}.widget-newsletter .widget-header h3 i{color:#fff}.widget-newsletter p{font-size:.875rem;opacity:.9;margin-bottom:1rem}.widget-newsletter input{width:100%;padding:1rem;border:none;border-radius:8px;margin-bottom:.5rem}.widget-newsletter input:focus{outline:none;box-shadow:0 0 0 3px rgba(255,255,255,.3)}.widget-newsletter button{width:100%;padding:1rem;background:#fff;color:#3b82f6;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.widget-newsletter button:hover{background:#f8fafc}.widget-social .social-list{display:flex;gap:.5rem}.widget-social a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#334155;border-radius:8px;font-size:1.25rem;transition:all .2s ease}.widget-social a:hover{transform:translateY(-2px)}.widget-social a.facebook:hover{background:#1877f2;color:#fff}.widget-social a.twitter:hover{background:#1da1f2;color:#fff}.widget-social a.instagram:hover{background:linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);color:#fff}.widget-social a.youtube:hover{background:red;color:#fff}.widget-comments .comment-item{padding:1rem 0;border-bottom:1px solid #e2e8f0}.widget-comments .comment-item:first-child{padding-top:0}.widget-comments .comment-item:last-child{padding-bottom:0;border-bottom:none}.widget-comments .comment-author{font-weight:500;color:#1e293b;margin-bottom:.25rem}.widget-comments .comment-excerpt{font-size:.875rem;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pagination{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:1.5rem 0}.pagination-item{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0 .5rem;background:#fff;color:#334155;border:1px solid #e2e8f0;border-radius:8px;font-weight:500;transition:all .2s ease}.pagination-item:hover:not(.active):not(.disabled){background:#f8fafc;border-color:#cbd5e1;color:#3b82f6}.pagination-item.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.pagination-item.disabled{opacity:.5;cursor:not-allowed}.pagination-prev,.pagination-next{padding:0 1rem}.pagination-prev i,.pagination-next i{font-size:.875rem}.pagination-dots{min-width:auto;border:none;background:rgba(0,0,0,0);color:#94a3b8;cursor:default}.pagination-dots:hover{background:rgba(0,0,0,0)}.pagination-info{text-align:center;color:#64748b;font-size:.875rem;margin-top:.5rem}.pagination--simple{gap:1rem}.pagination--simple .pagination-prev,.pagination--simple .pagination-next{padding:.5rem 1.5rem;gap:.5rem}.pagination--bordered{padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.alert{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1rem}.alert i{flex-shrink:0;margin-top:2px}.alert-success{background:rgba(34,197,94,.1);color:rgb(8.9177489177%,51.6704863764%,24.6549528902%);border:1px solid rgba(34,197,94,.3)}.alert-success i{color:#22c55e}.alert-danger{background:rgba(239,68,68,.1);color:hsl(0,84.236453202%,45.1960784314%);border:1px solid rgba(239,68,68,.3)}.alert-danger i{color:#ef4444}.alert-warning{background:rgba(245,158,11,.1);color:rgb(48.4082136792%,31.1479079821%,1.9839431836%);border:1px solid rgba(245,158,11,.3)}.alert-warning i{color:#f59e0b}.alert-info{background:rgba(6,182,212,.1);color:rgb(1.2520237453%,37.9780536068%,44.2381723332%);border:1px solid rgba(6,182,212,.3)}.alert-info i{color:#06b6d4}.alert-dismissible{position:relative;padding-left:3rem}.alert-dismissible .alert-close{position:absolute;top:1rem;left:1rem;background:none;border:none;color:inherit;opacity:.7;cursor:pointer;padding:0;line-height:1}.alert-dismissible .alert-close:hover{opacity:1}.toast-container{position:fixed;top:1.5rem;left:1.5rem;z-index:1070;display:flex;flex-direction:column;gap:.5rem}.toast{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:8px;box-shadow:0 8px 25px rgba(0,0,0,.12);animation:slideIn .3s ease;max-width:400px}.toast.toast-success{border-right:4px solid #22c55e}.toast.toast-error{border-right:4px solid #ef4444}.toast.toast-warning{border-right:4px solid #f59e0b}.toast.toast-info{border-right:4px solid #06b6d4}.toast-icon{width:24px;height:24px;flex-shrink:0}.toast-icon.success{color:#22c55e}.toast-icon.error{color:#ef4444}.toast-icon.warning{color:#f59e0b}.toast-icon.info{color:#06b6d4}.toast-content{flex:1}.toast-content .toast-title{font-weight:500;margin-bottom:2px}.toast-content .toast-message{font-size:.875rem;color:#64748b}.toast-close{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.25rem;line-height:1}.toast-close:hover{color:#334155}@keyframes slideIn{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;font-size:.75rem;font-weight:500;line-height:1;border-radius:50rem;white-space:nowrap}.badge-primary{background:#3b82f6;color:#fff}.badge-secondary{background:#64748b;color:#fff}.badge-success{background:#22c55e;color:#fff}.badge-danger{background:#ef4444;color:#fff}.badge-warning{background:#f59e0b;color:#0f172a}.badge-info{background:#06b6d4;color:#fff}.badge-light{background:#e2e8f0;color:#334155}.badge-dark{background:#1e293b;color:#fff}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;padding:1rem 0;margin:0;list-style:none;font-size:.875rem}.breadcrumb-item{display:flex;align-items:center;color:#64748b}.breadcrumb-item a{color:#64748b;transition:all .2s ease}.breadcrumb-item a:hover{color:#3b82f6}.breadcrumb-item::after{content:"/";margin:0 .5rem;color:#cbd5e1}.breadcrumb-item:last-child{color:#334155;font-weight:500}.breadcrumb-item:last-child::after{display:none}.breadcrumb--icons .breadcrumb-item::after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;font-size:.625rem}.breadcrumb--icons .breadcrumb-item:first-child i{margin-left:.25rem}.breadcrumb--bg{background:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.page-title-section{background:linear-gradient(135deg, #3b82f6, rgb(3.9340028694%, 34.968914395%, 85.6738402678%));padding:3rem 0;margin-bottom:1.5rem;color:#fff}.page-title-section .breadcrumb{padding-top:0}.page-title-section .breadcrumb .breadcrumb-item{color:rgba(255,255,255,.7)}.page-title-section .breadcrumb .breadcrumb-item a{color:rgba(255,255,255,.7)}.page-title-section .breadcrumb .breadcrumb-item a:hover{color:#fff}.page-title-section .breadcrumb .breadcrumb-item::after{color:rgba(255,255,255,.4)}.page-title-section .breadcrumb .breadcrumb-item:last-child{color:#fff}.page-title-section h1{color:#fff;margin:1rem 0 0;font-size:2rem}.auth-container{max-width:450px;margin:0 auto;padding:1.5rem 0}.auth-card{padding:3rem}@media(max-width: 575px){.auth-card{padding:1.5rem 1rem}}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-header h1{font-size:1.75rem;margin-bottom:.5rem}.auth-header p{color:#64748b}.auth-form .form-group{margin-bottom:1rem}.auth-form .form-label{font-weight:500;margin-bottom:.25rem}.auth-form .input-group .input-group-text{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.auth-form .input-group .form-control{border-right:none}.auth-form .input-group .form-control:focus{border-color:#3b82f6}.auth-form .input-group .form-control:focus~.input-group-text{border-color:#3b82f6;color:#3b82f6}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.auth-footer p{color:#64748b;margin:0}.auth-footer p a{font-weight:500}.auth-social{margin-top:1.5rem}.auth-social .divider{display:flex;align-items:center;margin-bottom:1rem;color:#64748b;font-size:.875rem}.auth-social .divider::before,.auth-social .divider::after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-social .divider span{padding:0 1rem}.auth-social .social-buttons{display:flex;gap:.5rem}.auth-social .social-buttons .btn{flex:1}.profile-card h3{display:flex;align-items:center;gap:.5rem}.profile-info .profile-info-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.profile-info .profile-info-item:last-child{border-bottom:none}.profile-info .profile-info-item .label{color:#64748b;font-size:.875rem}.profile-info .profile-info-item .value{font-weight:500}.profile-actions .btn{justify-content:center}.tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.no-results{text-align:center;padding:3rem;color:#64748b}.no-results i{font-size:4rem;color:#cbd5e1;margin-bottom:1rem;display:block}.no-results h3{color:#334155;margin-bottom:.5rem}.hp-categories{padding:40px 0 30px}.hp-categories .categories-row{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.hp-categories .category-circle{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;transition:all .2s ease}.hp-categories .category-circle:hover{transform:translateY(-3px)}.hp-categories .category-circle:hover .category-circle-img{box-shadow:0 4px 15px rgba(0,0,0,.15)}.hp-categories .category-circle-img{width:85px;height:85px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .2s ease}.hp-categories .category-circle-img img{width:100%;height:100%;object-fit:cover}.hp-categories .category-circle-name{font-size:13px;font-weight:500;color:#334155;text-align:center}@media(max-width: 767px){.hp-categories .categories-row{gap:20px}.hp-categories .category-circle-img{width:65px;height:65px}.hp-categories .category-circle-name{font-size:12px}}.hp-featured{padding:0 0 40px}.hp-featured .featured-main{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:21/9}@media(max-width: 767px){.hp-featured .featured-main{aspect-ratio:16/10}}.hp-featured .featured-main-img{width:100%;height:100%;object-fit:cover}.hp-featured .featured-main-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:40px}@media(max-width: 767px){.hp-featured .featured-main-overlay{padding:20px}}.hp-featured .featured-main-category{display:inline-block;background:#fff;color:#1e293b;padding:4px 14px;border-radius:4px;font-size:12px;font-weight:700;margin-bottom:12px;width:fit-content;text-transform:uppercase;letter-spacing:.5px}.hp-featured .featured-main-title{font-size:32px;font-weight:700;line-height:1.3;margin-bottom:10px}.hp-featured .featured-main-title a{color:#fff}.hp-featured .featured-main-title a:hover{opacity:.9}@media(max-width: 767px){.hp-featured .featured-main-title{font-size:22px}}.hp-featured .featured-main-excerpt{color:rgba(255,255,255,.85);font-size:15px;max-width:600px;line-height:1.6}@media(max-width: 767px){.hp-featured .featured-main-excerpt{font-size:13px}}.hp-section{padding:30px 0}.hp-section .hp-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #e2e8f0}.hp-section .hp-section-title{font-size:22px;font-weight:700;color:#0f172a;position:relative;padding-right:15px}.hp-section .hp-section-title::before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:4px;height:22px;background:#0f172a;border-radius:2px}.hp-section .hp-section-link{font-size:14px;color:#64748b;font-weight:500;display:flex;align-items:center;gap:5px}.hp-section .hp-section-link:hover{color:#0f172a}.hp-articles-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:25px}@media(max-width: 991px){.hp-articles-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575px){.hp-articles-grid{grid-template-columns:1fr}}.hp-articles-grid-4{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media(max-width: 1199px){.hp-articles-grid-4{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 991px){.hp-articles-grid-4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575px){.hp-articles-grid-4{grid-template-columns:1fr}}.hp-article-card{background:#fff;border-radius:8px;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.hp-article-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.12);transform:translateY(-3px)}.hp-article-card:hover .hp-article-card-img img{transform:scale(1.05)}.hp-article-card .hp-article-card-img{position:relative;aspect-ratio:16/10;overflow:hidden;display:block}.hp-article-card .hp-article-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hp-article-card .hp-article-card-category{position:absolute;top:12px;right:12px;background:#fff;color:#1e293b;padding:3px 10px;border-radius:3px;font-size:11px;font-weight:700}.hp-article-card .hp-article-card-body{padding:15px}.hp-article-card .hp-article-card-title{font-size:16px;font-weight:700;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-article-card .hp-article-card-title a{color:#0f172a}.hp-article-card .hp-article-card-title a:hover{color:#3b82f6}.hp-article-card .hp-article-card-excerpt{font-size:13px;color:#64748b;line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-article-card .hp-article-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#94a3b8}.hp-article-card .hp-article-card-author{display:flex;align-items:center;gap:6px}.hp-article-card .hp-article-card-author img{width:24px;height:24px;border-radius:50%;object-fit:cover}.hp-featured-row{display:grid;grid-template-columns:1fr 1fr;gap:25px}@media(max-width: 767px){.hp-featured-row{grid-template-columns:1fr}}.hp-featured-row .hp-featured-big{position:relative;border-radius:12px;overflow:hidden;min-height:400px;display:block}.hp-featured-row .hp-featured-big img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hp-featured-row .hp-featured-big .hp-featured-big-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:30px}.hp-featured-row .hp-featured-big .hp-featured-big-category{display:inline-block;background:#fff;color:#1e293b;padding:3px 12px;border-radius:3px;font-size:11px;font-weight:700;margin-bottom:10px;width:fit-content}.hp-featured-row .hp-featured-big .hp-featured-big-title{font-size:24px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:8px}.hp-featured-row .hp-featured-big .hp-featured-big-excerpt{color:rgba(255,255,255,.8);font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-featured-row .hp-featured-list{display:flex;flex-direction:column;gap:15px}.hp-featured-row .hp-featured-list-item{display:flex;gap:15px;padding-bottom:15px;border-bottom:1px solid #e2e8f0}.hp-featured-row .hp-featured-list-item:last-child{border-bottom:none;padding-bottom:0}.hp-featured-row .hp-featured-list-img{width:120px;height:85px;border-radius:8px;overflow:hidden;flex-shrink:0}.hp-featured-row .hp-featured-list-img img{width:100%;height:100%;object-fit:cover}.hp-featured-row .hp-featured-list-body{flex:1;min-width:0}.hp-featured-row .hp-featured-list-category{font-size:11px;font-weight:700;color:#3b82f6;margin-bottom:4px}.hp-featured-row .hp-featured-list-title{font-size:15px;font-weight:700;line-height:1.4;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-featured-row .hp-featured-list-title a{color:#0f172a}.hp-featured-row .hp-featured-list-title a:hover{color:#3b82f6}.hp-featured-row .hp-featured-list-date{font-size:12px;color:#94a3b8}.hp-banner{padding:50px 0;background:linear-gradient(135deg, #d4a843 0%, #c49a38 50%, #b8902e 100%);color:#fff;text-align:center;margin:30px 0}.hp-banner h2{font-size:28px;font-weight:700;margin-bottom:15px;color:#fff}.hp-banner p{font-size:16px;opacity:.9;margin-bottom:25px;max-width:600px;margin-left:auto;margin-right:auto}.hp-banner .hp-banner-btn{display:inline-block;background:#fff;color:#b8902e;padding:12px 35px;border-radius:8px;font-weight:700;font-size:15px;transition:all .2s ease}.hp-banner .hp-banner-btn:hover{background:#0f172a;color:#fff}.hp-authors{padding:30px 0}.hp-authors .authors-row{display:flex;justify-content:center;gap:35px;flex-wrap:wrap}.hp-authors .author-circle{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;transition:all .2s ease}.hp-authors .author-circle:hover{transform:translateY(-3px)}.hp-authors .author-circle-img{width:90px;height:90px;border-radius:50%;overflow:hidden;border:3px solid #e2e8f0;transition:all .2s ease}.hp-authors .author-circle-img:hover{border-color:#3b82f6}.hp-authors .author-circle-img img{width:100%;height:100%;object-fit:cover}.hp-authors .author-circle-name{font-size:13px;font-weight:500;color:#334155}.hp-authors .author-circle-title{font-size:11px;color:#94a3b8}.hp-partners{padding:30px 0;background:#f8fafc}.hp-partners .partners-row{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.hp-partners .partners-row img{height:45px;width:auto;opacity:.6;filter:grayscale(100%);transition:all .2s ease}.hp-partners .partners-row img:hover{opacity:1;filter:grayscale(0%)}.home-page .hw-layout{display:flex;flex-direction:column;gap:24px;height:fit-content;max-width:1400px;margin:0 auto;padding:40px 20px;font-family:"Heebo",sans-serif}.home-page .hw-header-text{width:80%;line-height:1.8;color:#333;font-size:16px;margin-bottom:10px}.home-page .hw-container-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;width:100%}.home-page .hw-title{font-size:24px;font-weight:600;margin:0}.home-page .hw-sml-txt{font-size:14px;font-weight:400;color:#999;text-decoration:none;transition:color .2s}.home-page .hw-sml-txt:hover{color:#666}.home-page .hw-grid-container{display:grid;grid-template-columns:repeat(6, 1fr);grid-auto-rows:120px;gap:24px;margin:0 auto}.home-page .hw-card-tall{grid-column:span 2;grid-row:span 4}.home-page .hw-card-wide{grid-column:span 4;grid-row:span 2}.home-page .hw-card-square{grid-column:span 2;grid-row:span 2}.home-page .hw-card{position:relative;background:#d9d9d9;border-radius:24px;overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none;display:block}.home-page .hw-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.home-page .hw-card .hw-card-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-page .hw-card .hw-card-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%)}.home-page .hw-card .hw-card-content{position:absolute;padding:20px;width:100%;box-sizing:border-box}.home-page .hw-card .hw-card-content.hw-bottom-right{bottom:0;right:0;left:0}.home-page .hw-card .hw-title-lg{font-size:20px;font-weight:600;color:#fff;margin:0;line-height:1.3}.home-page .hw-article-card{position:relative;border:#443764 3px solid;background:#fff;border-radius:24px;overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none;display:block;color:inherit}.home-page .hw-article-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.home-page .hw-article-card.hw-green{border-color:#005c51}.home-page .hw-article-card .hw-image{height:50%;background:#f0f0f0;position:absolute;margin:10px;top:0;left:0;right:0;border-radius:20px;overflow:hidden}.home-page .hw-article-card .hw-image img{width:100%;height:100%;object-fit:cover}.home-page .hw-info{position:absolute;bottom:10px;right:0;display:flex;flex-direction:column;align-items:flex-start;text-align:right;padding:10px 20px;gap:10px;width:90%;box-sizing:border-box}.home-page .hw-badge{background:#443764;border-radius:50%;width:30px;height:30px;font-size:14px;color:#f0f0f0;position:absolute;z-index:10;top:20px;left:20px;display:flex;align-items:center;justify-content:center}.home-page .hw-badge.hw-green{background:#005c51}.home-page .hw-category{background:#443764;border-radius:24px;width:fit-content;padding:3px 12px;font-size:14px;color:#f0f0f0;position:absolute;z-index:10;top:20px;right:20px;white-space:nowrap}.home-page .hw-category.hw-green{background:#005c51}.home-page .hw-card-title{width:100%;font-size:20px;color:#000;font-weight:500;line-height:1.3}.home-page .hw-article-description{font-size:14px;color:#6e6e6e;overflow:hidden;margin:0;width:70%;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.home-page .hw-meta{display:flex;gap:15px;align-items:center;font-size:14px;color:#666;flex-wrap:wrap}.home-page .hw-meta-data{display:flex;gap:5px;align-items:center;font-size:14px;color:#6e6e6e}.home-page .hw-meta-data:not(:last-child){padding-left:15px;border-left:#6e6e6e 1px solid}.home-page .hw-meta-data p{margin:0}.home-page .hw-meta-data i{font-size:13px;color:#6e6e6e}.home-page .hw-article-card.hw-card-wide{display:flex;flex-direction:row;justify-content:space-between}.home-page .hw-article-card.hw-card-wide .hw-image{position:relative;height:95% !important;width:40%;background:#f0f0f0;margin:5px;border-radius:20px;overflow:hidden;flex-shrink:0}.home-page .hw-article-card.hw-card-wide .hw-image img{width:100%;height:100%;object-fit:cover}.home-page .hw-article-card.hw-card-wide .hw-wide-content{width:58%;display:flex;flex-direction:column;position:relative;justify-content:flex-end;padding:15px 15px 15px 5px;box-sizing:border-box}.home-page .hw-article-card.hw-card-wide .hw-info{position:relative;align-items:flex-start;padding:0;width:100%;bottom:auto}.home-page .hw-article-card.hw-card-wide .hw-article-description{width:90%}.home-page .hw-mobile-only{display:none !important}.home-page .hw-desktop-only{display:flex !important}.home-page .hw-row-container{margin-top:10px}.home-page .hw-cards-container{display:flex;flex-direction:row;gap:20px}.home-page .hw-cards-container .hw-article-card{display:flex;flex-direction:column;flex:1;min-width:0;max-height:300px;justify-content:space-between}.home-page .hw-cards-container .hw-article-card .hw-image{position:relative;height:50%;margin:0;top:auto;left:auto;right:auto;border-radius:20px 20px 0 0;flex-shrink:0}.home-page .hw-cards-container .hw-article-card .hw-image img{width:100%;height:100%;object-fit:cover}.home-page .hw-cards-container .hw-article-card .hw-info{position:relative;bottom:auto;padding:10px 20px 15px;width:100%}.home-page .hw-cards-container .hw-card.hw-card-tall{flex:1;min-width:0;min-height:450px}.home-page .hw-ad-container{width:100%;display:flex;justify-content:center;align-items:center;height:100px;background:#d9d9d9;border-radius:24px}.home-page .hw-ad-text{font-size:34px;font-weight:600;color:#f0f0f0;margin:0}.home-page .hw-badge svg{display:block}@media(max-width: 700px){.home-page .hw-layout{gap:16px;padding:20px 16px}.home-page .hw-header-text{width:100%}.home-page .hw-title{font-size:20px}.home-page .hw-grid-container{grid-template-columns:1fr;grid-auto-rows:auto;gap:16px}.home-page .hw-card-tall,.home-page .hw-card-square{grid-column:span 1;grid-row:span 1;min-height:300px}.home-page .hw-card-tall{min-height:400px}.home-page .hw-article-card.hw-card-wide{grid-column:span 1;grid-row:span 1;flex-direction:column;min-height:400px}.home-page .hw-article-card.hw-card-wide .hw-image{width:calc(100% - 20px) !important;height:200px !important;margin:10px}.home-page .hw-article-card.hw-card-wide .hw-wide-content{width:100%;height:auto;padding:10px 20px 20px}.home-page .hw-article-card.hw-card-wide .hw-info{width:100%;padding:10px 0}.home-page .hw-article-card.hw-card-wide .hw-article-description{width:100%}.home-page .hw-mobile-only{display:flex !important}.home-page .hw-desktop-only{display:none !important}.home-page .hw-cards-container{flex-direction:column;gap:16px}.home-page .hw-cards-container .hw-article-card{max-height:none;min-height:300px}.home-page .hw-cards-container .hw-card.hw-card-tall{min-height:400px}.home-page .hw-card-title{font-size:18px}.home-page .hw-title-lg{font-size:18px}.home-page .hw-meta-data:not(:last-child){padding-left:10px}.home-page .hw-ad-container{height:80px}.home-page .hw-ad-text{font-size:24px}}@media(max-width: 400px){.home-page .hw-grid-container{gap:12px}.home-page .hw-card-title{font-size:16px}.home-page .hw-title-lg{font-size:16px}.home-page .hw-meta-data{font-size:12px}}body{font-family:Heebo,sans-serif;color:#333;margin:0;padding:0;line-height:1.5}.page{width:1140px;margin:auto;display:flex;flex-direction:column;gap:20px;padding:30px 0px}.breadcrumb{text-align:right;font-size:14px;color:#666}.hero-image{height:400px;background:#d9d9d9;border-radius:24px}h2{margin:0}.category-label{width:fit-content;padding:0 20px;height:34px;background:#000;color:#fff;font-size:14px;font-weight:400;border-radius:24px;display:flex;align-items:center;justify-content:center}.title-section{display:flex;flex-direction:column;gap:10px;text-align:right}.title{font-size:30px;font-weight:400;color:#1a1a1a;margin:0}.subtitle{font-size:18px;color:#666;margin:0;margin-bottom:12px}.meta{display:flex;gap:24px;font-size:14px;color:#666;font-weight:300}.meta-data{display:flex;gap:8px;font-size:14px;color:#666}.divider{height:0;outline:1px #eaeaea solid;outline-offset:-0.5px}.content{display:flex;flex-direction:column;gap:22px}p{margin:0}.image-block{height:373px;background:#d9d9d9;border-radius:24px;position:relative}.caption{font-size:14px;color:#919090;position:absolute;bottom:10px;left:10px;z-index:100}.highlight-box{background:#fafafa;border-radius:6px;border-right:2px solid #000;padding:40px;font-size:20px;font-weight:400}.author{font-size:18px;margin-top:20px;font-weight:300;color:#666}.section h2{font-size:28px;font-weight:500;color:#000;margin-bottom:16px}.project-name{font-size:16px;color:#666;width:fit-content;justify-self:center}.social-icons{display:flex;gap:16px}.more-articles{width:1141px;display:flex;flex-direction:column;align-items:flex-end;gap:24px;font-family:Heebo,sans-serif}.section-title{align-self:stretch;text-align:right;font-size:28px;font-weight:500;color:#000}.articles-list{display:flex;gap:32px;height:auto}.article-card{width:359px;height:320px;position:relative;border-radius:24px;background:#d9d9d9;max-width:100%}.article-card .image{height:195px;background:#f0f0f0;position:absolute;bottom:0;left:0;right:0;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.article-card .info{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.category{background:#fff;border-radius:24px;padding:6px 12px;font-size:16px;color:#333;align-self:flex-start}.card-title{width:306px;font-size:22px;color:#000;text-align:right}.date{font-size:14px;color:#666;text-align:right;align-self:flex-start}.category-page{padding:30px 0 60px}.category-page-header{text-align:center;padding:40px 0;margin-bottom:30px;background:#fff;border-radius:12px}.category-page-header .category-page-title{font-size:32px;font-weight:700;color:#0f172a;margin-bottom:10px}@media(max-width: 767px){.category-page-header .category-page-title{font-size:26px}}.category-page-header .category-page-description{font-size:16px;color:#64748b;max-width:600px;margin:0 auto 15px;line-height:1.6}.category-page-header .category-page-count{display:inline-block;font-size:13px;color:#94a3b8;background:#f8fafc;padding:4px 15px;border-radius:20px}.category-featured{margin-bottom:40px}.category-featured .category-featured-main{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:21/9;display:block}@media(max-width: 767px){.category-featured .category-featured-main{aspect-ratio:16/10}}.category-featured .category-featured-main img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-featured .category-featured-main:hover img{transform:scale(1.03)}.category-featured .category-featured-main .category-featured-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:35px}@media(max-width: 767px){.category-featured .category-featured-main .category-featured-overlay{padding:20px}}.category-featured .category-featured-main .category-featured-title{font-size:28px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:8px}@media(max-width: 767px){.category-featured .category-featured-main .category-featured-title{font-size:20px}}.category-featured .category-featured-main .category-featured-excerpt{font-size:15px;color:rgba(255,255,255,.8);max-width:500px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-articles-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:25px}@media(max-width: 991px){.category-articles-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575px){.category-articles-grid{grid-template-columns:1fr}}.category-article-card{background:#fff;border-radius:8px;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.category-article-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.12);transform:translateY(-3px)}.category-article-card:hover .category-article-img img{transform:scale(1.05)}.category-article-card .category-article-img{position:relative;aspect-ratio:16/10;overflow:hidden;display:block}.category-article-card .category-article-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-article-card .category-article-body{padding:18px}.category-article-card .category-article-title{font-size:17px;font-weight:700;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-article-card .category-article-title a{color:#0f172a}.category-article-card .category-article-title a:hover{color:#3b82f6}.category-article-card .category-article-excerpt{font-size:14px;color:#64748b;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-article-card .category-article-meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#94a3b8}.category-article-card .category-article-meta .meta-author{display:flex;align-items:center;gap:6px}.category-article-card .category-article-meta .meta-author img{width:22px;height:22px;border-radius:50%;object-fit:cover}.category-with-sidebar{display:grid;grid-template-columns:1fr 300px;gap:35px}@media(max-width: 991px){.category-with-sidebar{grid-template-columns:1fr}}.category-articles-list{display:flex;flex-direction:column;gap:20px}.category-articles-list .category-list-item{display:flex;gap:20px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.category-articles-list .category-list-item:last-child{border-bottom:none;padding-bottom:0}.category-articles-list .category-list-item:hover .category-list-img img{transform:scale(1.05)}@media(max-width: 575px){.category-articles-list .category-list-item{flex-direction:column}}.category-articles-list .category-list-img{width:200px;height:140px;border-radius:8px;overflow:hidden;flex-shrink:0}@media(max-width: 575px){.category-articles-list .category-list-img{width:100%;height:200px}}.category-articles-list .category-list-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-articles-list .category-list-body{flex:1;min-width:0}.category-articles-list .category-list-title{font-size:18px;font-weight:700;line-height:1.4;margin-bottom:8px}.category-articles-list .category-list-title a{color:#0f172a}.category-articles-list .category-list-title a:hover{color:#3b82f6}.category-articles-list .category-list-excerpt{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-articles-list .category-list-meta{display:flex;align-items:center;gap:15px;font-size:12px;color:#94a3b8}.category-pagination{margin-top:40px;display:flex;justify-content:center;gap:6px}.category-pagination a,.category-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:8px;font-size:14px;font-weight:500;color:#475569;background:#fff;border:1px solid #e2e8f0;transition:all .2s ease}.category-pagination a:hover{background:#0f172a;color:#fff;border-color:#0f172a}.category-pagination .active{background:#0f172a;color:#fff;border-color:#0f172a}.category-pagination .disabled{opacity:.4;pointer-events:none}.category-subcategories{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px;justify-content:center}.category-subcategories a{display:inline-block;padding:8px 20px;border:1px solid #e2e8f0;border-radius:50rem;font-size:14px;color:#475569;transition:all .2s ease}.category-subcategories a:hover,.category-subcategories a.active{background:#0f172a;color:#fff;border-color:#0f172a}.text-start{text-align:right}.text-center{text-align:center}.text-end{text-align:left}.text-primary{color:#3b82f6 !important}.text-secondary{color:#64748b !important}.text-success{color:#22c55e !important}.text-danger{color:#ef4444 !important}.text-warning{color:#f59e0b !important}.text-info{color:#06b6d4 !important}.text-muted{color:#64748b !important}.text-white{color:#fff !important}.bg-primary{background-color:#3b82f6 !important}.bg-secondary{background-color:#64748b !important}.bg-success{background-color:#22c55e !important}.bg-danger{background-color:#ef4444 !important}.bg-warning{background-color:#f59e0b !important}.bg-info{background-color:#06b6d4 !important}.bg-light{background-color:#f8fafc !important}.bg-dark{background-color:#0f172a !important}.bg-white{background-color:#fff !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-bold{font-weight:700 !important}.fs-sm{font-size:.875rem !important}.fs-base{font-size:1rem !important}.fs-lg{font-size:1.125rem !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.ms-0{margin-right:0 !important}.me-0{margin-left:0 !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ms-1{margin-right:.25rem !important}.me-1{margin-left:.25rem !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ms-2{margin-right:.5rem !important}.me-2{margin-left:.5rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:1rem !important}.mt-3{margin-top:1rem !important}.mb-3{margin-bottom:1rem !important}.ms-3{margin-right:1rem !important}.me-3{margin-left:1rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.m-4{margin:1.5rem !important}.mt-4{margin-top:1.5rem !important}.mb-4{margin-bottom:1.5rem !important}.ms-4{margin-right:1.5rem !important}.me-4{margin-left:1.5rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-5{margin:3rem !important}.mt-5{margin-top:3rem !important}.mb-5{margin-bottom:3rem !important}.ms-5{margin-right:3rem !important}.me-5{margin-left:3rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pb-0{padding-bottom:0 !important}.ps-0{padding-right:0 !important}.pe-0{padding-left:0 !important}.px-0{padding-right:0 !important;padding-left:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pb-1{padding-bottom:.25rem !important}.ps-1{padding-right:.25rem !important}.pe-1{padding-left:.25rem !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pb-2{padding-bottom:.5rem !important}.ps-2{padding-right:.5rem !important}.pe-2{padding-left:.5rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:1rem !important}.pt-3{padding-top:1rem !important}.pb-3{padding-bottom:1rem !important}.ps-3{padding-right:1rem !important}.pe-3{padding-left:1rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.p-4{padding:1.5rem !important}.pt-4{padding-top:1.5rem !important}.pb-4{padding-bottom:1.5rem !important}.ps-4{padding-right:1.5rem !important}.pe-4{padding-left:1.5rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-5{padding:3rem !important}.pt-5{padding-top:3rem !important}.pb-5{padding-bottom:3rem !important}.ps-5{padding-right:3rem !important}.pe-5{padding-left:3rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.d-none{display:none !important}.d-block{display:block !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-grid{display:grid !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-1{flex:1 !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.justify-start{justify-content:flex-start !important}.justify-end{justify-content:flex-end !important}.justify-center{justify-content:center !important}.justify-between{justify-content:space-between !important}.justify-around{justify-content:space-around !important}.align-start{align-items:flex-start !important}.align-end{align-items:flex-end !important}.align-center{align-items:center !important}.align-baseline{align-items:baseline !important}.align-stretch{align-items:stretch !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-100{height:100% !important}.h-auto{height:auto !important}.min-vh-100{min-height:100vh !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.border{border:1px solid #e2e8f0 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #e2e8f0 !important}.border-bottom{border-bottom:1px solid #e2e8f0 !important}.rounded{border-radius:8px !important}.rounded-sm{border-radius:4px !important}.rounded-lg{border-radius:12px !important}.rounded-pill{border-radius:50rem !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.shadow-none{box-shadow:none !important}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05) !important}.shadow{box-shadow:0 2px 8px rgba(0,0,0,.08) !important}.shadow-lg{box-shadow:0 8px 25px rgba(0,0,0,.12) !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.object-fit-cover{object-fit:cover !important}.object-fit-contain{object-fit:contain !important}.cursor-pointer{cursor:pointer !important}.cursor-default{cursor:default !important}.user-select-none{user-select:none !important}.user-select-all{user-select:all !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 576px){.d-sm-none{display:none !important}.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}}@media(max-width: 768px){.d-md-none{display:none !important}.d-md-block{display:block !important}.d-md-flex{display:flex !important}}@media(max-width: 992px){.d-lg-none{display:none !important}.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}}.hero{padding:4.5rem 0;background:linear-gradient(135deg, #3b82f6 0%, rgb(3.4949784792%, 31.0664753706%, 76.1128646581%) 100%);color:#fff;text-align:center}.hero h1{color:#fff;font-size:2.5rem;margin-bottom:1rem}@media(max-width: 767px){.hero h1{font-size:2rem}}.hero p{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto 1.5rem}.section-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}@media(max-width: 767px){.section-title{font-size:1.75rem}}.section-subtitle{color:#64748b;font-size:1.125rem;margin-bottom:1.5rem}.featured-section{padding:3rem 0}.featured-section .featured-slider{margin:-0.5rem}.featured-section .featured-item{padding:0 .5rem}.articles-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 991px){.articles-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575px){.articles-grid{grid-template-columns:1fr}}.article-single .article-header{margin-bottom:1.5rem}.article-single .article-title{font-size:2.5rem;margin-bottom:1rem}@media(max-width: 767px){.article-single .article-title{font-size:2rem}}.article-single .article-meta{display:flex;flex-wrap:wrap;gap:1rem;color:#64748b;font-size:.875rem;margin-bottom:1.5rem}.article-single .article-meta span{display:flex;align-items:center;gap:.25rem}.article-single .article-meta span i{color:#94a3b8}.article-single .article-featured-image{margin-bottom:1.5rem;border-radius:12px;overflow:hidden}.article-single .article-featured-image img{width:100%;height:auto}.article-single .article-content{font-size:1.1rem;line-height:1.8}.article-single .article-content h2,.article-single .article-content h3,.article-single .article-content h4{margin-top:1.5rem;margin-bottom:1rem}.article-single .article-content p{margin-bottom:1rem}.article-single .article-content img{border-radius:8px;margin:1rem 0}.article-single .article-content blockquote{border-right:4px solid #3b82f6;padding:1rem 1.5rem;margin:1.5rem 0;background:#f8fafc;border-radius:0 8px 8px 0;font-style:italic;color:#334155}.article-single .article-content ul,.article-single .article-content ol{margin-bottom:1rem;padding-right:1.5rem}.article-single .article-content ul li,.article-single .article-content ol li{margin-bottom:.5rem}.article-single .article-content pre{background:#0f172a;color:#f8fafc;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.article-single .article-content code{background:#f8fafc;padding:2px 6px;border-radius:4px;font-size:.9em}.article-single .article-content pre code{background:rgba(0,0,0,0);padding:0}.article-single .article-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;margin-top:1.5rem}.article-single .article-share{display:flex;align-items:center;gap:.5rem;padding:1rem 0}.article-single .article-share span{color:#64748b;font-size:.875rem}.author-box{display:flex;gap:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:12px;margin:1.5rem 0}@media(max-width: 575px){.author-box{flex-direction:column;text-align:center}}.author-box .author-avatar{flex-shrink:0}.author-box .author-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover}@media(max-width: 575px){.author-box .author-avatar img{margin:0 auto}}.author-box .author-info{flex:1}.author-box .author-info h4{margin-bottom:.25rem}.author-box .author-info h4 a{color:#0f172a}.author-box .author-info h4 a:hover{color:#3b82f6}.author-box .author-info p{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.author-box .author-social{display:flex;gap:.5rem}@media(max-width: 575px){.author-box .author-social{justify-content:center}}.author-box .author-social a{color:#64748b}.author-box .author-social a:hover{color:#3b82f6}.related-articles{margin-top:3rem}.related-articles h3{margin-bottom:1.5rem}.contact-section .contact-info{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);height:100%}.contact-section .contact-info h3{margin-bottom:1.5rem}.contact-section .contact-item{display:flex;gap:1rem;margin-bottom:1.5rem}.contact-section .contact-item:last-child{margin-bottom:0}.contact-section .contact-item .icon{width:50px;height:50px;background:rgba(59,130,246,.1);color:#3b82f6;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-section .contact-item h5{margin-bottom:.25rem;font-size:1rem}.contact-section .contact-item p{color:#64748b;margin:0}.contact-section .contact-item a{color:#64748b}.contact-section .contact-item a:hover{color:#3b82f6}.contact-section .contact-form{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.search-results .search-header{margin-bottom:1.5rem}.search-results .search-header h1{margin-bottom:.5rem}.search-results .search-header .results-count{color:#64748b}.search-results .no-results{text-align:center;padding:3rem}.search-results .no-results i{font-size:4rem;color:#cbd5e1;margin-bottom:1rem}.search-results .no-results h3{margin-bottom:.5rem}.search-results .no-results p{color:#64748b}.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center}.error-page .error-code{font-size:8rem;font-weight:700;color:#3b82f6;line-height:1;margin-bottom:1rem}@media(max-width: 767px){.error-page .error-code{font-size:5rem}}.error-page h1{margin-bottom:1rem}.error-page p{color:#64748b;margin-bottom:1.5rem}.loading{display:flex;align-items:center;justify-content:center;padding:3rem}.loading::after{content:"";width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.skeleton{background:linear-gradient(90deg, #e2e8f0 25%, #f8fafc 50%, #e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@media print{.site-header,.site-footer,.sidebar,.article-share,.related-articles,.btn{display:none !important}.article-content{font-size:12pt}a{color:#000 !important;text-decoration:underline}}
