.mg{font-family:var(--font-plus-jakarta-sans),system-ui,-apple-system,sans-serif;background:#F7F8FA;color:#1A1A2E;-webkit-font-smoothing:antialiased}.mg *,.mg :after,.mg :before{box-sizing:border-box}.mg a{text-decoration:none;color:inherit}.mg-topbar{border-bottom:3px solid #003e52}@keyframes mg-tick{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.mg-tick{animation:mg-tick 38s linear infinite}.mg-page-header{background:#FFFFFF;border-bottom:1px solid #e2edf1;padding:20px 0}.mg-header-inner{max-width:1200px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.mg-page-title{font-size:20px;font-weight:800;letter-spacing:-.02em;color:#003E52;line-height:1;margin-bottom:4px}.mg-page-subtitle,.mg-page-title{font-family:system-ui,-apple-system,sans-serif}.mg-page-subtitle{font-size:11px;color:rgba(26,26,46,.5);margin-top:3px}.mg-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mg-pill{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;padding:5px 14px;border-radius:100px;cursor:pointer;transition:background .15s,color .15s,border-color .15s;border:1px solid #d0d8dc;color:#1A1A2E;background:#FFFFFF;white-space:nowrap}.mg-pill:hover{border-color:#006E8C;color:#006E8C}.mg-pill.on{background:#003E52;color:#FFFFFF;border-color:#003E52}.mg-search-btn{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;padding:5px 12px;cursor:pointer}.mg-search-btn,.mg-search-input{font-family:system-ui,-apple-system,sans-serif;border-radius:8px;border:1px solid #d0d8dc;background:#F4F7F9;color:#1A1A2E}.mg-search-input{font-size:12px;padding:6px 12px;width:200px;outline:none}.mg-search-input:focus{border-color:#00A3BF;box-shadow:0 0 0 3px rgba(0,163,191,.1)}.mg-content{max-width:1200px;margin:0 auto;padding:28px 28px 64px}.mg-layout{display:grid;grid-template-columns:1fr 300px;gap:32px;align-items:start}@media (max-width:1024px){.mg-layout{grid-template-columns:1fr}.mg-sidebar{display:none}}.mg-featured{border:1px solid #e2edf1;border-radius:14px;overflow:hidden;background:#FFFFFF;margin-bottom:32px;transition:border-color .2s,transform .2s;cursor:pointer;display:block}.mg-featured:hover{border-color:#006E8C;transform:translateY(-2px)}.mg-featured-img{width:100%;height:220px;position:relative;overflow:hidden}.mg-featured-img-inner{width:100%;height:100%;background:linear-gradient(135deg,#003E52,#006E8C 45%,#00A3BF);display:flex;align-items:center;justify-content:center;position:relative}.mg-featured-img-inner img{width:100%;height:100%;object-fit:cover;display:block}.mg-img-pattern{position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.05),rgba(255,255,255,.05) 1px,transparent 0,transparent 50%);background-size:20px 20px}.mg-img-text{font-size:13px;font-weight:600;color:rgba(255,255,255,.85);z-index:1;text-align:center;padding:0 16px}.mg-badge-featured,.mg-img-text{font-family:system-ui,-apple-system,sans-serif}.mg-badge-featured{position:absolute;top:12px;left:12px;font-size:10px;font-weight:700;color:#003E52;background:#D4AF37;padding:3px 10px;border-radius:20px;z-index:2;letter-spacing:.04em}.mg-featured-body{padding:20px 22px 22px}.mg-featured-title{font-family:var(--font-plus-jakarta-sans),system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#003E52;line-height:1.35;margin-bottom:10px;letter-spacing:-.01em}.mg-featured:hover .mg-featured-title{color:#006E8C}.mg-featured-excerpt{font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:rgba(26,26,46,.65);line-height:1.65;margin-bottom:14px}.mg-read-more{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;color:#006E8C;gap:4px}.mg-post-meta,.mg-read-more{display:flex;align-items:center}.mg-post-meta{gap:8px;margin-bottom:10px}.mg-cat{font-family:system-ui,-apple-system,sans-serif;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#006E8C}.mg-dot{width:3px;height:3px;border-radius:50%;background:#D0D8DC;flex-shrink:0}.mg-date,.mg-read{font-family:system-ui,-apple-system,sans-serif;font-size:11px;color:rgba(26,26,46,.45)}.mg-sec-hd{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:2px solid #003e52;margin-bottom:20px}.mg-sec-title{font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#003E52}.mg-sec-title,.mg-view-all{font-family:system-ui,-apple-system,sans-serif;font-size:10px}.mg-view-all{font-weight:600;color:#006E8C;display:flex;align-items:center;gap:4px;transition:gap .15s}.mg-view-all:hover{gap:7px}.mg-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}@media (max-width:640px){.mg-grid{grid-template-columns:1fr}}.mg-card-link{display:block;border:1px solid #e2edf1;border-radius:12px;overflow:hidden;background:#FFFFFF;transition:border-color .18s,transform .18s;cursor:pointer}.mg-card-link:hover{border-color:#006E8C;transform:translateY(-2px)}.mg-card-img{height:130px}.mg-card-img,.mg-card-img-inner{width:100%;overflow:hidden;position:relative}.mg-card-img-inner{height:100%;display:flex;align-items:center;justify-content:center}.mg-card-img-inner img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.mg-card-link:hover .mg-card-img-inner img{transform:scale(1.04)}.mg-card-body{padding:14px 16px 16px}.mg-card-title{font-family:var(--font-plus-jakarta-sans),system-ui,-apple-system,sans-serif;font-size:14px;font-weight:700;color:#1A1A2E;line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.mg-card-link:hover .mg-card-title{color:#006E8C}.mg-card-excerpt{color:rgba(26,26,46,.6);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}.mg-card-excerpt,.mg-card-read{font-family:system-ui,-apple-system,sans-serif;font-size:11px}.mg-card-read{font-weight:600;color:#006E8C;display:flex;align-items:center;gap:4px}.mg-card-read.soon{color:rgba(26,26,46,.35)}.img-erp{background:linear-gradient(135deg,#003E52,#006E8C)}.img-web{background:linear-gradient(135deg,#085041,#1D9E75)}.img-ai{background:linear-gradient(135deg,#3C3489,#7F77DD)}.img-mobile{background:linear-gradient(135deg,#712B13,#D85A30)}.img-cloud{background:linear-gradient(135deg,#444441,#888780)}.mg-sidebar{display:flex;flex-direction:column;gap:0}.mg-sidebar-cta{background:#EBF5F8;border:1px solid #c5dde5;border-radius:12px;padding:18px;margin-bottom:20px}.mg-sidebar-cta-eyebrow{font-family:system-ui,-apple-system,sans-serif;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#006E8C;margin-bottom:6px}.mg-sidebar-cta-title{font-family:var(--font-plus-jakarta-sans),system-ui,-apple-system,sans-serif;font-size:15px;font-weight:700;color:#003E52;margin-bottom:6px;line-height:1.3}.mg-sidebar-cta-desc{color:rgba(26,26,46,.65);line-height:1.55;margin-bottom:14px}.mg-sidebar-cta-btn,.mg-sidebar-cta-desc{font-family:system-ui,-apple-system,sans-serif;font-size:12px}.mg-sidebar-cta-btn{display:block;width:100%;text-align:center;padding:10px;background:#003E52;color:#FFFFFF;font-weight:700;border-radius:8px;border:none;cursor:pointer;transition:background .15s}.mg-sidebar-cta-btn:hover{background:#006E8C}.mg-sb-box{border:1px solid #e2edf1;border-radius:12px;overflow:hidden;background:#FFFFFF;margin-bottom:16px}.mg-sb-box-header{padding:10px 14px;background:#F4F7F9;border-bottom:1px solid #e2edf1;font-family:system-ui,-apple-system,sans-serif;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#003E52}.mg-sb-box-body{padding:14px}.mg-trust-badge{display:flex;align-items:center;gap:10px;padding:9px 10px;background:#F4F7F9;border-radius:8px;border:1px solid #e2edf1;margin-bottom:8px}.mg-trust-badge:last-child{margin-bottom:0}.mg-trust-icon{width:28px;height:28px;border-radius:6px;background:#E2EDF1;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.mg-trust-strong{font-size:11px;font-weight:700;color:#003E52;display:block;line-height:1.3}.mg-trust-strong,.mg-trust-sub{font-family:system-ui,-apple-system,sans-serif}.mg-trust-sub{font-size:10px;color:rgba(26,26,46,.5)}.mg-nl-wrap{padding:0}.mg-nl-title{font-family:var(--font-plus-jakarta-sans),system-ui,-apple-system,sans-serif;font-size:14px;font-weight:700;color:#003E52;margin-bottom:4px}.mg-nl-sub{font-size:11px;color:rgba(26,26,46,.6);line-height:1.5;margin-bottom:12px}.mg-nl-inp,.mg-nl-sub{font-family:system-ui,-apple-system,sans-serif}.mg-nl-inp{width:100%;padding:8px 10px;border:1px solid #d0d8dc;border-radius:8px;background:#FFFFFF;color:#1A1A2E;font-size:12px;margin-bottom:8px;outline:none}.mg-nl-inp:focus{border-color:#00A3BF;box-shadow:0 0 0 3px rgba(0,163,191,.1)}.mg-nl-inp::placeholder{opacity:.4}.mg-nl-btn{width:100%;padding:9px;background:#FFFFFF;border:1px solid #d0d8dc;border-radius:8px;color:#1A1A2E;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.mg-nl-btn:hover{background:#F4F7F9;border-color:#006E8C}.mg-nl-note{font-family:system-ui,-apple-system,sans-serif;font-size:10px;color:rgba(26,26,46,.35);text-align:center;margin-top:6px}.mg-recent-item{display:flex;gap:10px;padding:8px;border-radius:8px;cursor:pointer;transition:background .15s;margin-bottom:4px}.mg-recent-item:last-child{margin-bottom:0}.mg-recent-item:hover{background:#F4F7F9}.mg-recent-thumb{width:44px;height:44px;border-radius:6px;flex-shrink:0;overflow:hidden}.mg-recent-thumb img{width:100%;height:100%;object-fit:cover}.mg-recent-title{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;color:#1A1A2E;line-height:1.4;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.mg-recent-item:hover .mg-recent-title{color:#006E8C}.mg-recent-date{font-family:system-ui,-apple-system,sans-serif;font-size:10px;color:rgba(26,26,46,.4)}.mg-topics{display:flex;flex-wrap:wrap;gap:6px}.mg-topic-tag{font-family:system-ui,-apple-system,sans-serif;font-size:11px;padding:4px 10px;border-radius:20px;border:1px solid #d0d8dc;color:rgba(26,26,46,.6);cursor:pointer;transition:all .15s;background:#FFFFFF}.mg-topic-tag:hover{background:#F4F7F9;color:#003E52;border-color:#006E8C}.mg-nl-footer{border-top:2px solid #003e52}.mg-nl-footer-inner{background:#003E52;padding:56px 28px}.mg-nl-footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media (max-width:768px){.mg-nl-footer-content{grid-template-columns:1fr}}.mg-nl-footer-label{font-family:system-ui,-apple-system,sans-serif;font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#00A3BF;margin-bottom:12px}.mg-nl-footer-title{font-family:var(--font-plus-jakarta-sans),system-ui,-apple-system,sans-serif;font-size:clamp(22px,3vw,34px);font-weight:700;color:#FFFFFF;letter-spacing:-.02em;line-height:1.1;margin-bottom:12px}.mg-nl-footer-title span{color:#00A3BF}.mg-nl-footer-desc{font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:rgba(255,255,255,.5);line-height:1.65}.mg-nl-form-box{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden}.mg-nl-form-top{height:3px;background:linear-gradient(90deg,#00A3BF,#006E8C)}.mg-nl-form-inner{padding:22px}.mg-nl-form-title{font-size:14px;font-weight:700;color:#FFFFFF;margin-bottom:4px}.mg-nl-form-sub,.mg-nl-form-title{font-family:system-ui,-apple-system,sans-serif}.mg-nl-form-sub{font-size:11px;color:rgba(255,255,255,.4);margin-bottom:16px}.mg-nl-dark-inp{width:100%;padding:10px 12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#FFFFFF;font-family:system-ui,-apple-system,sans-serif;font-size:12px;outline:none;margin-bottom:8px}.mg-nl-dark-inp:focus{border-color:#00A3BF}.mg-nl-dark-inp::placeholder{opacity:.35}.mg-nl-dark-btn{width:100%;padding:10px;background:#00A3BF;color:#FFFFFF;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:700;border-radius:10px;border:none;cursor:pointer;transition:background .15s}.mg-nl-dark-btn:hover{background:#006E8C}.mg-nl-dark-btn:disabled{opacity:.6;cursor:not-allowed}.mg-nl-privacy{font-size:9px;text-align:center;color:rgba(255,255,255,.25);margin-top:8px}.mg-filter-results-bar,.mg-nl-privacy{font-family:system-ui,-apple-system,sans-serif}.mg-filter-results-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:13px;color:rgba(26,26,46,.6)}.mg-filter-results-bar strong{color:#003E52}.mg-filter-clear{font-size:11px;color:#006E8C;font-weight:600;cursor:pointer;background:none;border:none}.mg-filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}@keyframes mg-sk{0%{background-position:200% 0}to{background-position:-200% 0}}.mg-sk{background:linear-gradient(90deg,#E2EDF1 25%,#F4F7F9 50%,#E2EDF1 75%);background-size:200% 100%;animation:mg-sk 1.4s ease-in-out infinite;border-radius:8px}.mg-h-xl{font-size:clamp(22px,3.2vw,34px);line-height:1.1;letter-spacing:-.02em}.mg-h-lg,.mg-h-xl{font-family:var(--font-plus-jakarta-sans),system-ui,-apple-system,sans-serif;font-weight:700;color:#1A1A2E}.mg-h-lg{font-size:clamp(16px,2vw,20px);line-height:1.2}.mg-h-md{font-family:var(--font-plus-jakarta-sans),system-ui,-apple-system,sans-serif;font-size:15px;font-weight:700;line-height:1.25;color:#1A1A2E}.mg-h-sm{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;line-height:1.35;color:#1A1A2E}.mg-img{overflow:hidden;background:#E2EDF1}.mg-img img{transition:transform .5s ease;width:100%;height:100%;object-fit:cover;display:block}.mg-ad{transition:transform .2s,box-shadow .2s}.mg-ad:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,62,82,.12)}.mg-latest-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid #e2edf1}.mg-latest-item:last-child{border-bottom:none}@keyframes mg-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mg-anim{animation:mg-up .45s cubic-bezier(.22,1,.36,1) both}