.material-symbols-outlined{font-variation-settings:"FILL" 0 , "wght" 400 , "GRAD" 0 , "opsz" 24}.shadow-soft{box-shadow:0 4px 20px rgba(15,23,42,.05)}.shadow-hover{box-shadow:0 10px 30px rgba(15,23,42,.1)}.card-shadow{box-shadow:0 4px 20px rgba(15,23,42,.05);transition:box-shadow .3s ease , transform .3s ease}.card-shadow:hover{box-shadow:0 10px 30px rgba(15,23,42,.1);transform:translateY(-2px)}@keyframes swe-float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}.particle-icon{position:absolute;opacity:.15;color:#fff;animation:swe-float 8s infinite ease-in-out;pointer-events:none}.swe-entry-content h2{font-size:1.5rem;font-weight:700;margin:2rem 0 .75rem;line-height:1.3}.swe-entry-content h3{font-size:1.25rem;font-weight:600;margin:1.5rem 0 .5rem;line-height:1.35}.swe-entry-content h4{font-size:1.1rem;font-weight:600;margin:1.25rem 0 .4rem}.swe-entry-content p{margin-bottom:1rem;line-height:1.75}.swe-entry-content ul,.swe-entry-content ol{margin:.75rem 0 .75rem 1.5rem}.swe-entry-content li{margin-bottom:.4rem;line-height:1.65}.swe-entry-content ul li{list-style-type:disc}.swe-entry-content ol li{list-style-type:decimal}.swe-entry-content a{text-decoration:underline;text-underline-offset:3px}.swe-entry-content strong{font-weight:600}.swe-entry-content em{font-style:italic}.swe-entry-content blockquote{border-left:4px solid currentColor;padding-left:1rem;margin:1.25rem 0;opacity:.75;font-style:italic}.swe-entry-content hr{border:none;border-top:1px solid rgba(0,0,0,.12);margin:2rem 0}.swe-entry-content table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem}.swe-entry-content th,.swe-entry-content td{padding:.5rem .75rem;border:1px solid rgba(0,0,0,.12);text-align:left}.swe-entry-content th{font-weight:600;background:rgba(0,0,0,.04)}.swe-slider-wrap{overflow:hidden}.swe-slider-track{display:flex;overflow-x:auto;gap:24px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.swe-slider-track::-webkit-scrollbar{display:none}.swe-slide{flex:0 0 calc(33.333% - 16px);min-width:min(280px,80vw);scroll-snap-align:start}@media (max-width:767px){.swe-slide{flex:0 0 min(85%,340px)}}.swe-btn{width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.swe-btn:active{transform:scale(.92)}.swe-btn.swe-prev .material-symbols-outlined,.swe-btn.swe-next .material-symbols-outlined{font-size:22px}.swe-dots{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.swe-dot{width:10px;height:10px;padding:0;border:none;border-radius:50%;background:rgba(6,35,107,.22);cursor:pointer;transition:background-color .25s ease , transform .25s ease}.swe-dot:hover{background:rgba(6,35,107,.45)}.swe-dot.active{background:#06236b;transform:scale(1.2)}