:root{--brand:#008b57;--brand-dark:#006f45;--dark:#292929;--dark2:#1f1f1f;--text:#1f2937;--muted:#6c757d;--bg:#f3f3f3;--card:#fff;--border:#e5e7eb;--shadow:0 10px 30px rgba(18,38,63,.08);--drawer-width:330px;--font-kufi-safe:"Droid Arabic Kufi","Noto Kufi Arabic","Cairo",system-ui,sans-serif}*{box-sizing:border-box}body,html{overflow-x:hidden}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;background-image:radial-gradient(#ddd 1px,transparent 1px);background-size:8px 8px;font-family:var(--font-base, system-ui, sans-serif);font-size:var(--body-font-size,16px);font-weight:var(--base-font-weight,400)}.site-page{min-height:100vh;transition:transform .34s cubic-bezier(.2,.8,.2,1);will-change:transform;background:0 0}body.menu-open .site-page{transform:translateX(calc(-1 * var(--drawer-width)))}.site-container{background:#fff;border:1px solid #dedede;box-shadow:0 1px 4px rgba(0,0,0,.06);margin-top:28px;margin-bottom:28px;padding:28px!important}.mobile-site-header{display:none}.desktop-site-header{display:block;margin-top:22px}.desktop-site-header .container{background:#fff;border:1px solid #ddd;border-top:0;padding:0;box-shadow:0 1px 3px rgba(0,0,0,.06)}.desktop-topline{height:4px;background:var(--brand)}.desktop-topbar{height:40px;border-bottom:1px solid #ededed;display:flex;align-items:center;gap:12px;background:#fafafa;direction:ltr}.desktop-top-search{display:flex;align-items:center;direction:rtl}.desktop-top-search button{border:0;background:var(--brand);position:relative;display:flex;align-items:center;justify-content:center}.desktop-top-search button span{width:16px;height:16px;border:4px solid #fff;border-radius:50%;display:block;position:relative}.desktop-top-search button span:after{content:"";position:absolute;width:10px;height:4px;background:#fff;transform:rotate(45deg);right:-8px;bottom:-5px;border-radius:4px}.desktop-top-search input{border:0;border-inline-start:1px solid #e7e7e7;outline:0}.desktop-social{display:flex;align-items:center;gap:8px;opacity:.55}.desktop-social span{width:14px;height:14px;border-radius:50%;border:2px solid #888;display:inline-block}.desktop-top-links{display:flex;align-items:center;height:40px;direction:rtl;margin-inline-start:auto}.desktop-top-links a{color:#333;text-decoration:none;font-size:16px;padding:0 16px;line-height:40px;border-inline-start:1px solid transparent;white-space:nowrap}.desktop-top-links a:hover{color:var(--brand)}.desktop-logo-area{height:125px;display:flex;align-items:center;justify-content:flex-start;padding:0 40px;background:var(--theme-header-bg,#fff)}.desktop-logo{display:inline-flex;align-items:center;color:var(--brand);font-weight:900;position:relative}.desktop-logo img{object-fit:contain}.logo-text{font-size:46px;letter-spacing:-2px;line-height:1;color:var(--brand)}.desktop-main-nav{background:var(--dark);border-bottom:5px solid var(--brand);display:flex;align-items:stretch;justify-content:flex-start;direction:rtl;padding-inline-start:12px}.desktop-main-nav a{display:flex;align-items:center;justify-content:center;color:#eee;text-decoration:none;font-size:17px;font-weight:700;border-inline-start:1px solid #3e3e3e;border-inline-end:1px solid #202020;white-space:nowrap;position:relative}.desktop-main-nav a:not(.home-link):after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #bdbdbd;margin-inline-start:9px;margin-top:3px;margin-inline-start:8px}.desktop-main-nav a:hover{background:#333;color:#fff}.desktop-main-nav .home-link{background:var(--brand);margin-inline-start:0}.card{border-radius:5px;border-color:#e5e5e5!important}.btn{border-radius:4px}.mobile-overlay{position:fixed;inset:0;background:linear-gradient(90deg,rgba(15,23,42,.08),rgba(15,23,42,.32));z-index:1998;opacity:0;visibility:hidden;transition:.25s;pointer-events:none}.mobile-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-drawer{position:fixed;top:0;right:0;width:var(--drawer-width);max-width:88vw;height:100vh;background:linear-gradient(180deg,#101827,#0b1320);color:#fff;z-index:1999;transform:translateX(100%);transition:transform .34s cubic-bezier(.2,.8,.2,1);box-shadow:none;padding:24px 22px;overflow-y:auto}.mobile-drawer.active{transform:translateX(0);box-shadow:-18px 0 45px rgba(0,0,0,.2)}.drawer-head{display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:20px;margin-bottom:20px}.drawer-logo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;min-height:54px}.drawer-logo img{object-fit:contain;filter:grayscale(100%) brightness(1.25) contrast(.82);opacity:.82;transition:.25s}.drawer-logo:hover img{opacity:1;filter:grayscale(100%) brightness(1.38) contrast(.9)}.drawer-head strong{font-size:1.35rem;color:#d1d5db}.drawer-search{display:block!important;position:relative;margin:0 0 18px;padding:1px;border-radius:22px;background:linear-gradient(135deg,rgba(0,139,87,.95),rgba(34,197,94,.45),rgba(59,130,246,.35));box-shadow:0 18px 38px rgba(0,139,87,.18),inset 0 1px 0 rgba(255,255,255,.22);overflow:hidden}.drawer-search:before{content:"";position:absolute;inset:-35%;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.28),transparent 38%);pointer-events:none}.drawer-search-box{position:relative;z-index:2;display:flex;align-items:center;gap:8px;min-height:54px;padding:7px 8px 7px 7px;border-radius:21px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.78);backdrop-filter:blur(12px)}.drawer-search input{width:100%;border:0;outline:0;background:0 0;color:#111827;font-weight:800;font-size:14px;padding:0 8px;text-align:right}.drawer-search input::placeholder{color:#7b8794;font-weight:700}.drawer-search button{width:42px;height:42px;flex:0 0 42px;border:0;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--brand),#17b86f);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,139,87,.26);transition:.2s}.drawer-search button:hover{transform:translateY(-1px);filter:brightness(1.03)}.drawer-search button i{font-size:1.1rem}.drawer-search-glow{position:absolute;right:16px;left:16px;bottom:-11px;height:18px;background:rgba(34,197,94,.22);filter:blur(12px);border-radius:999px;pointer-events:none}html[data-theme=dark] .drawer-search{background:linear-gradient(135deg,rgba(16,185,129,.85),rgba(34,197,94,.28),rgba(59,130,246,.22));box-shadow:0 18px 38px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.1)}html[data-theme=dark] .drawer-search:before{background:radial-gradient(circle at 70% 20%,rgba(34,197,94,.18),transparent 40%)}html[data-theme=dark] .drawer-search-box{border-color:rgba(148,163,184,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}html[data-theme=dark] .drawer-search input{color:#f8fafc}html[data-theme=dark] .drawer-search input::placeholder{color:#94a3b8}html[data-theme=dark] .drawer-search button{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 10px 24px rgba(16,185,129,.2)}html[data-theme=dark] .drawer-search-glow{background:rgba(16,185,129,.16)}.drawer-links{display:flex;flex-direction:column;gap:7px;margin-top:4px}.drawer-links a{display:flex;align-items:center;gap:12px;text-decoration:none;color:#eef2f7;padding:14px 12px;border-radius:14px;font-weight:800;border:1px solid transparent;transition:.2s}.drawer-links a:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff;transform:translateX(-2px)}.nav-icon{width:22px;height:22px;display:inline-flex;flex:0 0 22px;border:2px solid currentColor;border-radius:7px;opacity:.9}.drawer-links a:nth-child(2) .nav-icon{border-radius:50%}.drawer-links a:nth-child(3) .nav-icon{border-radius:4px 4px 10px 10px}.drawer-links a:nth-child(4) .nav-icon{border-radius:5px;transform:rotate(45deg);width:18px;height:18px;margin-inline:2px}.drawer-links a:nth-child(5) .nav-icon{border-radius:4px}.drawer-links a:nth-child(6) .nav-icon{border-radius:50%;border-style:dashed}body.menu-open{overflow:hidden}.mobile-menu-btn{border:1px solid #dbe1ea;background:rgba(255,255,255,.86);color:#111827;width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(15,23,42,.08);position:relative;z-index:2101;transition:.25s}.mobile-menu-btn span{position:absolute;width:20px;height:2px;background:currentColor;border-radius:10px;transition:transform .25s,opacity .2s,top .25s}.mobile-menu-btn span:first-child{top:14px}.mobile-menu-btn span:nth-child(2){top:21px}.mobile-menu-btn span:nth-child(3){top:28px}body.menu-open .mobile-menu-btn{background:#111827;border-color:#111827;color:#fff;box-shadow:0 10px 24px rgba(15,23,42,.18)}body.menu-open .mobile-menu-btn span:first-child{top:21px;transform:rotate(45deg)}body.menu-open .mobile-menu-btn span:nth-child(2){opacity:0}body.menu-open .mobile-menu-btn span:nth-child(3){top:21px;transform:rotate(-45deg)}.site-main{min-height:calc(100vh - 220px)}.site-footer{padding:0 0 28px}.footer-links{display:flex;gap:12px;flex-wrap:wrap}.footer-links a{color:#555;text-decoration:none;font-weight:700}.footer-links a:hover{color:var(--brand)}@media (min-width:992px){body.menu-open .site-page{transform:none}.mobile-overlay.active{opacity:0;visibility:hidden}.mobile-drawer.active{transform:translateX(100%)}}@media (max-width:1199px){.desktop-main-nav a{font-size:15px;padding:0 11px}.desktop-top-links a{font-size:14px;padding:0 10px}.desktop-logo-area{height:105px}.logo-text{font-size:38px}}@media (max-width:991px){:root{--drawer-width:320px}.desktop-site-header{display:none}.mobile-site-header{display:block;background:var(--theme-header-bg,#fff);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 6px 18px rgba(0,0,0,.03)}.mobile-nav-shell{height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative}.mobile-brand{font-size:1.15rem;font-weight:900;color:#111827}.mobile-brand-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;max-width:46%;height:52px}.mobile-brand-logo img{display:block;max-width:100%;max-height:46px;object-fit:contain}.mobile-brand-logo span{white-space:nowrap}.site-container{margin-top:14px;border:0;padding:14px!important}}@media (max-width:575px){:root{--drawer-width:300px}.site-footer{padding-bottom:18px}}.nav-icon.bi{flex:0 0 22px;border:0!important;border-radius:0!important;display:inline-flex;align-items:center;justify-content:center;opacity:.95}.drawer-links a .nav-icon.bi{color:#d8e1ea;font-size:1.12rem}.desktop-main-nav a .nav-icon.bi{margin-inline-end:8px;font-size:1rem;color:#dfe5ea}.theme-toggle{border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.88);color:#111827;min-width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;font-weight:800;box-shadow:0 8px 20px rgba(15,23,42,.07);transition:background .2s,color .2s,border-color .2s,transform .2s}.theme-toggle:hover{transform:translateY(-1px);border-color:var(--brand);color:var(--brand)}.theme-toggle i{font-size:1.1rem;line-height:1;transition:transform .25s}.theme-toggle.is-dark i{transform:rotate(-18deg)}.mobile-theme-toggle{background:#fff}html[data-theme=dark]{color-scheme:dark;--bg:#0f172a;--card:#111827;--text:#e5e7eb;--muted:#9ca3af;--border:#263244;--shadow:0 12px 32px rgba(0,0,0,.28);--theme-header-bg:#111827;--theme-footer-bg:#111827;--dark:#050b14;--dark2:#020617;--bg:#25272d;--card:#25272d;--text:#d7dce7;--muted:#b6bdc9;--border:#383b43;--theme-header-bg:#25272d;--theme-footer-bg:#25272d}html[data-theme=dark] body{color:var(--text);background:#25272d!important;color:#d7dce7!important}html[data-theme=dark] .card,html[data-theme=dark] .desktop-logo-area,html[data-theme=dark] .desktop-site-header .container,html[data-theme=dark] .mobile-site-header,html[data-theme=dark] .site-container{color:var(--text)!important;border-color:var(--border)!important}html[data-theme=dark] .desktop-topbar{border-color:var(--border)}html[data-theme=dark] .desktop-top-links a,html[data-theme=dark] .mobile-brand{color:var(--text)}html[data-theme=dark] .desktop-top-search input{color:var(--text)!important;border-color:var(--border)!important}html[data-theme=dark] .mobile-menu-btn,html[data-theme=dark] .mobile-theme-toggle{background:#0b1220;color:#e5e7eb;border-color:#263244}html[data-theme=dark] .theme-toggle:hover{border-color:var(--brand)}html[data-theme=dark] .mobile-drawer{background:linear-gradient(180deg,#050b14,#020617)}html[data-theme=dark] .mobile-overlay{background:linear-gradient(90deg,rgba(0,0,0,.1),rgba(0,0,0,.45))}html[data-theme=dark] .desktop-social span{border-color:#b6c2d1}.logo-text,h1,h2{font-family:var(--font-heading,var(--font-base))}.desktop-main-nav a,.desktop-top-links a,.drawer-links a{font-family:var(--font-menu,var(--font-base))}.desktop-main-nav a{font-size:var(--desktop-menu-font-size,17px)}.desktop-top-links a{font-size:var(--top-menu-font-size,15px)}.drawer-links a{font-size:var(--mobile-menu-font-size,16px)}article h1{font-size:var(--article-title-font-size,34px);font-family:var(--font-heading,var(--font-base));line-height:1.45}article .lead{font-size:var(--article-description-font-size,18px);line-height:var(--content-line-height,1.9)}article .content,article p{font-size:var(--article-content-font-size,20px);line-height:var(--content-line-height,1.9)}.site-footer{font-family:var(--font-base)}.typography-preview-box{border:1px solid #e5e7eb;border-radius:12px;padding:18px;background:#f8fafc;line-height:1.9}.typography-preview-box strong{display:block;font-family:"Noto Kufi Arabic",sans-serif;font-size:22px;margin-bottom:8px;color:#111827}.typography-preview-box p{font-size:18px;margin:0;color:#4b5563}.nav-icon.bi{width:22px;height:22px;font-size:20px;line-height:1;align-items:center;justify-content:center;display:inline-flex;transform:none!important;margin-inline:0!important}.desktop-main-nav .nav-icon.bi{font-size:18px;color:inherit;opacity:.95}.drawer-links .nav-icon.bi{font-size:20px;border:0;border-radius:0;color:inherit;opacity:.95}html[data-theme=dark] .typography-preview-box{background:#0b1220;border-color:#263244}html[data-theme=dark] .typography-preview-box strong{color:#e5e7eb}html[data-theme=dark] .typography-preview-box p{color:#9ca3af}.theme-toggle span{display:none!important}.mobile-theme-toggle{width:42px;min-width:42px;height:42px;padding:0;border-radius:14px}html[data-theme=dark] .card,html[data-theme=dark] .site-container,html[data-theme=dark] .site-main,html[data-theme=dark] article,html[data-theme=dark] main{background:#25272d!important;color:#d7dce7!important;border-color:#383b43!important}html[data-theme=dark] .lead,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] p{color:#d7dce7!important}html[data-theme=dark] .desktop-logo-area,html[data-theme=dark] .desktop-site-header .container,html[data-theme=dark] .mobile-site-header{background:#25272d!important;border-color:#383b43!important}html[data-theme=dark] .desktop-top-search input,html[data-theme=dark] .desktop-topbar,html[data-theme=dark] .mobile-menu-btn,html[data-theme=dark] .theme-toggle{background:#2b2d34!important;color:#d7dce7!important;border-color:#3b3e46!important}html[data-theme=dark] .mobile-menu-btn:hover,html[data-theme=dark] .theme-toggle:hover{background:#333640!important;color:#fff!important}.desktop-topbar{position:relative;overflow:visible;gap:0;padding-inline:0 18px}.desktop-top-search{position:relative;z-index:3;flex:0 0 auto;direction:ltr;display:flex;align-items:center;height:40px;overflow:visible}.desktop-top-search button{order:1;width:44px;height:40px;background:var(--brand);border-radius:0;color:#fff;z-index:2;transition:background .2s,transform .2s}.desktop-top-search button:hover{background:var(--brand-dark)}.desktop-top-search input{order:2;width:120px;height:40px;text-align:right;border-inline-start:0;border-inline-end:1px solid #e7e7e7;background:#fff;transition:width .32s cubic-bezier(.2,.8,.2,1),box-shadow .25s,border-color .25s;padding:0 14px;direction:rtl}.desktop-top-search:focus-within input{width:285px;box-shadow:0 10px 22px rgba(0,0,0,.08);border-color:var(--brand)}.desktop-social{display:flex;align-items:center;gap:10px;margin-inline-end:auto;margin-inline-start:14px;opacity:1;height:40px;direction:ltr}.desktop-social a{width:18px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#a7a7a7;text-decoration:none;font-size:16px;transition:color .2s,transform .2s}.desktop-social a:hover{color:var(--brand);transform:translateY(-1px)}.desktop-top-links{flex:0 1 auto}.desktop-main-nav .home-link{background:var(--brand);padding:0;border:0;font-size:34px}.desktop-main-nav .home-link:hover{background:var(--brand-dark);background:#333!important;color:#fff!important}.desktop-main-nav .home-icon{line-height:1;color:#fff;font-size:27px!important}.classic-footer{padding:0;margin:0;background:0 0;border:0}.classic-footer .container{padding-inline:0}.footer-top-spacer{height:52px;background:#fff;border-top:1px solid #ddd;border-bottom:0;box-shadow:0 1px 3px rgba(0,0,0,.04)}.footer-main{background:#2b2b2b;border-top:7px solid var(--brand);border-bottom:5px solid var(--brand);min-height:112px;color:#e9eef2;display:flex;align-items:center}.footer-main .container{display:flex;align-items:center;justify-content:center;gap:18px;min-height:96px;position:relative}.footer-copy{font-size:15px;color:#f2f5f7;text-align:center}.classic-footer .footer-links{position:absolute;right:0;top:18px;display:flex;gap:12px;flex-wrap:wrap}.classic-footer .footer-links a{color:#cfd6dd;text-decoration:none;font-size:14px;transition:color .2s}.classic-footer .footer-links a:hover{color:#fff}.back-to-top{width:54px;height:54px;border:0;background:rgba(25,135,84,.82);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:26px;z-index:1500;box-shadow:0 12px 28px rgba(0,0,0,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .25s,visibility .25s,transform .25s,background .2s}.back-to-top.show{opacity:.82;visibility:visible;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:var(--brand-dark)}html[data-theme=dark] .desktop-top-search input{background:#2b2d34!important;border-color:#3b3e46!important}html[data-theme=dark] .desktop-social a{color:#aeb6c3}html[data-theme=dark] .desktop-social a:hover{color:#fff}html[data-theme=dark] .footer-top-spacer{background:#25272d;border-color:#383b43}html[data-theme=dark] .footer-main{background:#2b2b2b}@media (max-width:991px){.classic-footer .footer-links{position:static;justify-content:center;margin-bottom:10px}.footer-main .container{flex-direction:column;gap:4px;padding:22px 12px;min-height:112px}.footer-top-spacer{display:none}.back-to-top{right:16px;bottom:18px;width:48px;height:48px;font-size:23px}}.desktop-topbar{direction:ltr;padding-inline:0 18px}.desktop-top-links{margin-left:auto!important;margin-right:0!important;justify-content:flex-end}.desktop-main-nav{height:56px!important;border-bottom-width:4px!important;padding-inline-start:0!important;padding-inline-end:0!important}.desktop-main-nav a{min-height:56px;padding:0 15px!important;transition:background .2s,color .2s}.desktop-main-nav a.active,.desktop-main-nav a.active:hover{background:var(--brand)!important;color:#fff!important}.desktop-main-nav .home-link{width:58px!important;background:0 0!important;color:#f2f4f5!important;border-inline-start:1px solid #3e3e3e!important;border-inline-end:1px solid #202020!important}.desktop-main-nav .home-link.active,.desktop-main-nav .home-link.active:hover{background:var(--brand)!important;color:#fff!important;border-color:var(--brand)!important}.main-nav-theme-toggle{margin-right:auto!important;margin-left:10px!important;align-self:center;width:42px!important;height:40px!important;min-width:42px!important;padding:0!important;border-radius:12px!important;background:#363636!important;color:#e9eef2!important;border-color:#454545!important;box-shadow:none!important}.main-nav-theme-toggle:hover{background:var(--brand)!important;color:#fff!important;border-color:var(--brand)!important}.main-nav-theme-toggle i{font-size:1.05rem!important}html[data-theme=dark] .main-nav-theme-toggle{background:#3a3d45!important;color:#d7dce7!important;border-color:#4b4f59!important}html[data-theme=dark] .desktop-main-nav a.active,html[data-theme=dark] .desktop-main-nav a.active:hover{background:var(--brand)!important;color:#fff!important}.back-to-top{position:fixed!important;right:28px!important;bottom:28px!important;border-radius:12px!important;pointer-events:none}@media (max-width:1199px){.desktop-main-nav{height:54px!important}.desktop-main-nav a{min-height:54px;padding:0 11px!important}.desktop-main-nav .home-link{width:54px!important}}@media (max-width:991px){.main-nav-theme-toggle{display:none!important}.back-to-top{right:16px!important;bottom:18px!important}}.category-breadcrumb .breadcrumb{background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px 16px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.category-breadcrumb a{color:var(--brand);text-decoration:none;font-weight:700}.category-breadcrumb .active{color:#64748b;font-weight:700}html[data-theme=dark] .category-breadcrumb .breadcrumb{background:#25272d!important;color:#d7dce7!important;border-color:#383b43!important}html[data-theme=dark] .category-breadcrumb .active{color:#aeb6c3!important}html[data-theme=dark] .category-breadcrumb a{color:#4ade80!important}.ed-breadcrumb{overflow:visible}.ed-breadcrumb .breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px 0;background:#fff;border:1px solid var(--border);border-radius:14px;padding:10px 12px;box-shadow:0 8px 24px rgba(15,23,42,.06);white-space:normal;line-height:1.8}.ed-breadcrumb .breadcrumb-item{display:inline-flex;align-items:center;color:#64748b;font-weight:700;font-size:.94rem;min-width:0;max-width:100%}.ed-breadcrumb .breadcrumb-item+.breadcrumb-item{padding-right:0}.ed-breadcrumb .breadcrumb-item+.breadcrumb-item::before{content:'>';float:none;padding:0 10px;color:#94a3b8;font-weight:900}.ed-breadcrumb .breadcrumb-item a,.ed-breadcrumb .breadcrumb-item span{display:inline-flex;align-items:center;max-width:100%;white-space:normal;word-break:normal;overflow-wrap:anywhere}.ed-breadcrumb .breadcrumb-item a{color:var(--brand);text-decoration:none;gap:6px;transition:color .18s,background .18s}.ed-breadcrumb .breadcrumb-item a:hover{color:#128245}.ed-breadcrumb .breadcrumb-item.active span{color:#475569;font-weight:800}.ed-breadcrumb .home-crumb{flex:0 0 auto}.ed-breadcrumb .home-crumb a{width:34px;height:34px;justify-content:center;border-radius:10px;background:#eefaf3;color:var(--brand);font-size:1rem;flex:0 0 auto}.ed-breadcrumb .home-crumb a:hover{background:var(--brand);color:#fff}html[data-theme=dark] .ed-breadcrumb .breadcrumb{background:#25272d!important;border-color:#383b43!important;box-shadow:0 8px 24px rgba(0,0,0,.18)!important}html[data-theme=dark] .ed-breadcrumb .breadcrumb-item{color:#aeb6c3!important}html[data-theme=dark] .ed-breadcrumb .breadcrumb-item+.breadcrumb-item::before{color:#8b94a3!important}html[data-theme=dark] .ed-breadcrumb .breadcrumb-item a{color:#4ade80!important}html[data-theme=dark] .ed-breadcrumb .breadcrumb-item.active span{color:#d7dce7!important}html[data-theme=dark] .ed-breadcrumb .home-crumb a{background:#2f333b!important;color:#4ade80!important}html[data-theme=dark] .ed-breadcrumb .home-crumb a:hover{background:#16a34a!important;color:#fff!important}@media (max-width:575px){.ed-breadcrumb{margin-inline:-4px}.ed-breadcrumb .breadcrumb{padding:8px 9px;border-radius:12px;gap:5px 0;line-height:1.9;box-shadow:0 5px 16px rgba(15,23,42,.05)}.ed-breadcrumb .breadcrumb-item{font-size:.82rem}.ed-breadcrumb .breadcrumb-item+.breadcrumb-item::before{padding:0 7px}.ed-breadcrumb .home-crumb a{width:30px;height:30px;border-radius:9px;font-size:.92rem}}.article-feedback-box{border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:18px;padding:16px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.difficulty-meter{margin-top:4px}html[data-theme=dark] .article-feedback-box{background:linear-gradient(180deg,#2b2e35,#25272d);border-color:#3a3e47;box-shadow:none}@media (max-width:575.98px){.article-feedback-box{padding:12px;border-radius:14px}}.feedback-toast{position:fixed;inset-inline-start:50%;bottom:28px;transform:translateX(-50%) translateY(18px);z-index:99999;min-width:240px;max-width:min(92vw,420px);padding:12px 16px;border-radius:999px;background:#111827;color:#fff;text-align:center;font-weight:800;box-shadow:0 14px 35px rgba(0,0,0,.25);opacity:0;pointer-events:none;transition:.25s;left:50%!important;right:auto!important;inset-inline-start:auto!important;transform:translate(-50%,18px)!important;width:auto;box-sizing:border-box;overflow-wrap:break-word}.feedback-toast.show{opacity:1;transform:translateX(-50%) translateY(0);transform:translate(-50%,0)!important}.feedback-toast.success{background:#166534}.feedback-toast.warning{background:#b45309}.feedback-toast.error{background:#b91c1c}@media (max-width:575.98px){.feedback-toast{border-radius:14px;left:12px!important;right:12px!important;bottom:16px!important;transform:translateY(18px)!important;max-width:none!important;min-width:0!important;width:auto!important;padding:12px 14px;line-height:1.7;font-size:.92rem}.feedback-toast.show{transform:translateY(0)!important}}.category-description{font-size:1.08rem}.category-breadcrumb.ed-breadcrumb .breadcrumb{box-shadow:0 12px 35px rgba(15,23,42,.06)}html[data-theme=dark] .category-breadcrumb.ed-breadcrumb .breadcrumb{background:#1f232b!important;box-shadow:0 14px 34px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08)!important;background:linear-gradient(180deg,rgba(42,48,58,.86),rgba(31,37,46,.82))!important;border-color:rgba(148,163,184,.2)!important;color:#eef2f7!important;box-shadow:0 8px 22px rgba(0,0,0,.18)!important}@media (max-width:575px){.category-breadcrumb.ed-breadcrumb .breadcrumb{box-shadow:none!important;border-radius:18px!important;padding:10px 12px!important}.category-description{line-height:1.75!important;text-align:center!important;font-size:.9rem!important}}.container{max-width:var(--site-container-max-width,1140px)}.logo-text,h1,h2{font-weight:var(--heading-font-weight,800)}.desktop-main-nav a,.desktop-top-links a,.drawer-links a{font-weight:var(--menu-font-weight,700)}.category-breadcrumb .breadcrumb,.ed-breadcrumb .breadcrumb{font-family:var(--font-breadcrumb,var(--font-base));font-size:var(--breadcrumb-font-size,15px)}.classic-footer .footer-links a,.footer-copy,.footer-main,.site-footer{font-family:var(--font-footer,var(--font-base));font-size:var(--footer-font-size,15px)}@media (max-width:991px){body{font-size:var(--body-font-size,16px)!important;font-weight:var(--base-font-weight,400)!important}.mobile-brand,.mobile-brand-logo,.mobile-brand-logo span,.mobile-drawer,.mobile-drawer .drawer-links a,.mobile-menu-btn,.mobile-nav-shell,.mobile-site-header{font-family:var(--font-menu,var(--font-base))!important;font-weight:var(--menu-font-weight,700)!important}.mobile-drawer .drawer-links a{font-size:var(--mobile-menu-font-size,16px)!important}.mobile-brand,.mobile-brand-logo span{font-size:calc(var(--mobile-menu-font-size,16px) + 1px)!important}article h1,h1,h2{font-family:var(--font-heading,var(--font-base))!important;font-weight:var(--heading-font-weight,800)!important}article h1{font-size:clamp(1.35rem, calc(var(--article-title-font-size,34px) * .72), 2.1rem)!important}article .content,article p{font-family:var(--font-base)!important;font-size:clamp(16px, calc(var(--article-content-font-size,20px) * .92), 23px)!important;line-height:var(--content-line-height,1.9)!important;font-weight:var(--base-font-weight,400)!important}article .lead{font-family:var(--font-base)!important;font-size:clamp(15px, calc(var(--article-description-font-size,18px) * .92), 21px)!important;line-height:var(--content-line-height,1.9)!important}.category-breadcrumb .breadcrumb,.ed-breadcrumb .breadcrumb,.ed-breadcrumb .breadcrumb-item{font-family:var(--font-breadcrumb,var(--font-base))!important;font-size:clamp(12px, var(--breadcrumb-font-size,15px), 18px)!important}.classic-footer .footer-links a,.footer-copy,.footer-main,.site-footer{font-family:var(--font-footer,var(--font-base))!important;font-size:clamp(12px, var(--footer-font-size,15px), 18px)!important}}@media (max-width:767.98px){.typography-preview-box{border-radius:14px!important;display:block!important;width:100%!important;max-width:100%!important}.typography-preview-box strong{font-size:18px!important}.typography-preview-box p{font-size:15px!important}html{width:100%!important;max-width:100%!important;overflow-x:hidden!important}}@supports (-webkit-touch-callout:none) or (font:-apple-system-body){.category-breadcrumb .breadcrumb,.desktop-main-nav a,.desktop-top-links a,.drawer-links a,.ed-breadcrumb .breadcrumb,.footer-copy,.footer-main,.mobile-brand,.mobile-brand-logo span,.mobile-drawer,.mobile-site-header,.site-footer,.site-page,article .content,article p,body{font-synthesis-weight:auto;text-rendering:optimizeLegibility}}.category-breadcrumb.ed-breadcrumb .breadcrumb{box-shadow:0 14px 35px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.95)!important;backdrop-filter:blur(16px) saturate(145%);-webkit-backdrop-filter:blur(16px) saturate(145%);background:rgba(255,255,255,.86)!important;border:1px solid rgba(226,232,240,.9)!important;border-radius:24px!important;padding:12px 14px!important;box-shadow:0 8px 22px rgba(15,23,42,.045)!important;backdrop-filter:blur(10px) saturate(130%)!important;-webkit-backdrop-filter:blur(10px) saturate(130%)!important}.category-description{margin-inline:auto!important;font-size:clamp(.92rem,2.7vw,1rem)!important;max-width:680px!important}@media (max-width:575px){.category-breadcrumb.ed-breadcrumb .breadcrumb{border-radius:18px!important;padding:10px 12px!important}.category-description{font-size:.9rem!important;line-height:1.7!important}}@keyframes edHeadOrbit{from{transform:rotate(0)}to{transform:rotate(360deg)}}.site-container,.site-page,body{font-family:var(--font-base,system-ui,sans-serif)!important;font-size:var(--body-font-size,16px)!important;font-weight:var(--base-font-weight,400)!important}.logo-text,article h1,h1,h2{font-family:var(--font-heading,var(--font-base))!important;font-weight:var(--heading-font-weight,800)!important}.desktop-main-nav a,.desktop-top-links a,.drawer-links a,.mobile-drawer .drawer-links a{font-family:var(--font-menu,var(--font-base))!important;font-weight:var(--menu-font-weight,700)!important}.desktop-main-nav a{font-size:var(--desktop-menu-font-size,17px)!important}.desktop-top-links a{font-size:var(--top-menu-font-size,15px)!important}.drawer-links a,.mobile-drawer .drawer-links a{font-size:var(--mobile-menu-font-size,16px)!important}article h1{font-size:var(--article-title-font-size,34px)!important}article .content,article p{font-family:var(--font-base)!important;font-size:var(--article-content-font-size,20px)!important;line-height:var(--content-line-height,1.9)!important;font-weight:var(--base-font-weight,400)!important}.category-description,article .lead{font-family:var(--font-base)!important;font-size:var(--article-description-font-size,18px)!important;line-height:var(--content-line-height,1.9)!important}.category-breadcrumb .breadcrumb,.category-breadcrumb .breadcrumb-item,.ed-breadcrumb .breadcrumb,.ed-breadcrumb .breadcrumb-item{font-family:var(--font-breadcrumb,var(--font-base))!important;font-size:var(--breadcrumb-font-size,15px)!important}.classic-footer .footer-links a,.footer-copy,.footer-main,.site-footer{font-family:var(--font-footer,var(--font-base))!important;font-size:var(--footer-font-size,15px)!important}@media (max-width:575px){.category-description{font-size:calc(var(--article-description-font-size,18px) * .92)!important}}.category-description{font-family:var(--font-category-description,var(--font-base))!important;font-size:var(--category-description-font-size,16px)!important;font-weight:var(--category-description-font-weight,500)!important;line-height:var(--content-line-height,1.9)!important;position:relative!important;z-index:3!important;width:100%!important;margin-inline:0!important;padding-inline:clamp(.25rem,2vw,1rem)!important}@media (max-width:575px){.category-description{font-size:calc(var(--category-description-font-size,16px) * .92)!important;line-height:1.8!important;padding-inline:.15rem!important}}.ed-breadcrumb .breadcrumb-item.active{display:flex;align-items:center;min-width:0}.ed-breadcrumb-title{font-size:clamp(1.22rem,4vw,2rem);font-weight:950;margin:0;color:#172033;display:inline;letter-spacing:-.02em}.ed-empty-articles{padding:18px;text-align:center;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px}@media (max-width:575.98px){.site-container{padding-inline:10px!important}}html[data-theme=dark] .ed-breadcrumb-title{color:#f3f4f6}html[data-theme=dark] .ed-empty-articles{background:#25272d;border-color:#3b3e46;color:#cbd5e1}.ed-legacy-articles{direction:rtl;margin-top:16px}.ed-legacy-box{position:relative;background:#fff;border:1px solid #e0e5ea;border-radius:2px;padding:10px 9px 12px;box-shadow:0 1px 0 rgba(15,23,42,.02)}.ed-legacy-year-block{margin-top:8px}.ed-legacy-list{display:grid;grid-template-columns:1fr;gap:7px;padding-inline:6px}.ed-legacy-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;background:#f1f1f1;border:1px solid #5b6872;border-radius:4px;overflow:hidden;color:#000;text-decoration:none;box-shadow:none;transition:background .12s,border-color .12s,transform .12s}.ed-legacy-row:hover{background:#f8fafc;color:#000;border-color:#33424d;transform:translateY(-1px)}.ed-legacy-file{grid-column:1;grid-row:1;min-height:40px;background:#4d5a65;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.05rem;border-inline-start:1px solid rgba(0,0,0,.05)}.ed-legacy-row.has-solution:first-child .ed-legacy-file{background:#caa20a;color:#fff}.ed-legacy-title{grid-column:2;grid-row:1;text-align:right;font-size:clamp(.93rem,3.35vw,1.02rem);font-weight:500;padding:5px 10px}.ed-legacy-meta{grid-column:3;grid-row:1;display:flex;align-items:center;justify-content:flex-start;direction:ltr;padding-inline:0 0}.ed-legacy-year{min-width:64px;padding-inline:10px;background:#4f5b66;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;line-height:1}.ed-legacy-solution{margin-inline-start:-7px;padding:0 8px;border-radius:4px;background:#6b7781;color:#fff;display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:800;white-space:nowrap;z-index:1}.ed-legacy-row.has-solution .ed-legacy-solution{background:#14945d;color:#fff}.ed-legacy-solution i{font-size:.72rem}@media (max-width:575.98px){.ed-legacy-box{border-radius:2px;padding:8px 4px 10px}.ed-legacy-list{gap:8px;padding-inline:4px}.ed-legacy-row{grid-template-columns:36px minmax(0,1fr) auto;min-height:40px;border-radius:5px}.ed-legacy-file{min-height:40px;font-size:.96rem}.ed-legacy-title{font-size:.94rem;padding-inline:7px}.ed-legacy-meta{min-width:98px}.ed-legacy-year{min-width:54px;padding-inline:7px;font-size:.78rem}.ed-legacy-solution{height:21px;padding-inline:6px;font-size:.72rem;margin-inline-start:-5px}}html[data-theme=dark] .ed-legacy-box{background:#171b22;border-color:#303845}html[data-theme=dark] .ed-legacy-row{background:#222832;border-color:#56616d;color:#f8fafc}html[data-theme=dark] .ed-legacy-row:hover{background:#27313d;color:#fff}.ed-articles-v72{direction:rtl;margin-top:14px}.ed-articles-v72 .ed-legacy-box{border-radius:0!important}.ed-articles-v72 .ed-article-tools{display:flex;align-items:center;gap:8px;margin:0 0 14px;padding:8px;background:rgba(255,255,255,.86);border:1px solid #e1e7ed;border-radius:14px;box-shadow:0 8px 24px rgba(15,23,42,.045);backdrop-filter:blur(8px)}.ed-articles-v72 .ed-tool-search{flex:1;display:flex;align-items:center;gap:8px;padding-inline:12px;margin:0}.ed-articles-v72 .ed-tool-search input{border:0;outline:0;background:0 0;height:100%;font-size:.94rem;color:#111827;text-align:right}.ed-articles-v72 .ed-tool-search input::placeholder{color:#8a96a3}.ed-articles-v72 .ed-tool-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dfe6ee;border-radius:12px;background:#fff;color:#334155;font-size:1.08rem;transition:background .15s,color .15s,border-color .15s,transform .15s}.ed-articles-v72 .ed-tool-btn:hover{transform:translateY(-1px);border-color:#b8c5d1;color:#0f172a}.ed-articles-v72 .ed-tool-btn.is-active,.ed-articles-v72 .ed-tool-reset{background:#ecfdf5;border-color:#b8ead2;color:#07945b}.ed-articles-v72 .ed-legacy-list{display:grid;grid-template-columns:1fr;gap:6px;padding:0!important}.ed-articles-v72 .ed-legacy-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;background:#f8fafc;border:1px solid #dfe5eb;border-radius:8px;overflow:hidden;color:#030712;text-decoration:none;box-shadow:0 1px 2px rgba(15,23,42,.035);transition:background .12s,border-color .12s,transform .12s,box-shadow .12s}.ed-articles-v72 .ed-legacy-row:hover{background:#fff;border-color:#c5d1dc;color:#000;transform:translateY(-1px);box-shadow:0 8px 18px rgba(15,23,42,.07)}.ed-articles-v72 .ed-legacy-file{grid-column:1;grid-row:1;min-height:41px;background:#4d5a65;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.06rem;border:0!important}.ed-articles-v72 .ed-legacy-row.has-solution:first-child .ed-legacy-file{background:#4d5a65;color:#fff}.ed-articles-v72 .ed-icon-check{display:none;font-size:1.35rem;font-weight:900}.ed-articles-v72 .ed-legacy-title{grid-column:2;grid-row:1;text-align:right;font-size:clamp(.95rem,3vw,1.04rem);font-weight:700;padding:5px 12px}.ed-articles-v72 .ed-legacy-meta{grid-column:3;grid-row:1;display:flex;align-items:center;justify-content:flex-start;direction:ltr;padding:0}.ed-articles-v72 .ed-legacy-year{min-width:64px;padding-inline:10px;background:#4f5b66;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;line-height:1}.ed-articles-v72 .ed-legacy-solution{margin-inline-start:-7px;padding:0 8px;border-radius:5px;background:#eef1f4;color:#52606d;border:1px solid #dfe5eb;display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:900;white-space:nowrap;z-index:1}.ed-articles-v72 .ed-legacy-row.has-solution .ed-legacy-solution{background:#08925a;color:#fff;border-color:#08925a}.ed-articles-v72 .ed-legacy-row.is-visited{background:linear-gradient(90deg,rgba(9,148,93,.12),rgba(9,148,93,.035));border-color:#d9eee5}.ed-articles-v72 .ed-legacy-row.is-visited .ed-legacy-file{background:#08925a!important;color:#fff}.ed-articles-v72 .ed-legacy-row.is-visited .ed-icon-file{display:none}.ed-articles-v72 .ed-legacy-row.is-visited .ed-icon-check{display:inline-block}.ed-articles-v72 .ed-article-no-results{padding:14px;text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #d7e0e8;border-radius:12px;margin-top:10px}@media (max-width:640px){.ed-articles-v72 .ed-article-tools{position:sticky;top:6px;z-index:5;gap:6px;padding:6px;border-radius:12px;overflow-x:auto;scrollbar-width:none}.ed-articles-v72 .ed-article-tools::-webkit-scrollbar{display:none}.ed-articles-v72 .ed-tool-search{flex:1 0 145px;height:40px;border-radius:10px;padding-inline:10px}.ed-articles-v72 .ed-tool-btn{flex:0 0 40px;width:40px;height:40px;border-radius:10px;font-size:1rem}.ed-articles-v72 .ed-legacy-row{grid-template-columns:40px minmax(0,1fr) auto;min-height:40px;border-radius:7px}.ed-articles-v72 .ed-legacy-file{min-height:40px}.ed-articles-v72 .ed-legacy-title{font-size:.93rem;padding-inline:8px}.ed-articles-v72 .ed-legacy-meta{min-width:96px}.ed-articles-v72 .ed-legacy-year{min-width:52px;padding-inline:6px;font-size:.76rem}.ed-articles-v72 .ed-legacy-solution{height:21px;padding-inline:6px;font-size:.7rem;margin-inline-start:-5px}}html[data-theme=dark] .ed-articles-v72 .ed-tool-search input{color:#f8fafc}html[data-theme=dark] .ed-articles-v72 .ed-legacy-row.is-visited{background:linear-gradient(90deg,rgba(9,148,93,.22),rgba(9,148,93,.08));border-color:#145b40}.ed-articles-v72 .ed-legacy-year-block{margin:8px 0 10px!important}.ed-articles-v72 .ed-legacy-title{font-family:var(--tag-article-title-font,var(--font-base))!important;font-size:var(--tag-article-title-size,17px)!important;font-weight:var(--tag-article-title-weight,400)!important}.ed-breadcrumb-title{font-family:var(--tag-page-title-font,var(--font-heading))!important;font-size:clamp(1.25rem,4.4vw,var(--tag-page-title-size,30px))!important;font-weight:var(--tag-page-title-weight,700)!important}body:has(.ed-articles-v72) .category-description{font-family:var(--tag-page-description-font,var(--font-category-description))!important;font-size:var(--tag-page-description-size,17px)!important;font-weight:var(--tag-page-description-weight,400)!important;line-height:1.9!important}@supports not selector(:has(*)){.tag-description-custom{font-family:var(--tag-page-description-font,var(--font-category-description))!important;font-size:var(--tag-page-description-size,17px)!important;font-weight:var(--tag-page-description-weight,400)!important;line-height:1.9!important}}.category-description,.page-description{display:block!important;background:0 0!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0 0 16px!important;max-width:none!important;text-align:right!important;color:#4b5563!important;font-family:var(--font-category-description,var(--font-base))!important;font-size:var(--category-description-font-size,16px)!important;font-weight:var(--category-description-font-weight,400)!important;line-height:1.95!important}.ed-articles-v72 .ed-legacy-title,.ed-legacy-title{font-family:var(--listing-article-title-font,var(--tag-article-title-font,var(--font-base)))!important;font-size:var(--listing-article-title-size,var(--tag-article-title-size,17px))!important;font-weight:var(--listing-article-title-weight,var(--tag-article-title-weight,400))!important}.ed-legacy-row{align-items:flex-start!important}html[data-theme=dark] .category-description,html[data-theme=dark] .page-description{color:#cbd5e1!important}@media (max-width:575.98px){.ed-articles-v72 .ed-legacy-title,.ed-legacy-title{font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .93)!important;line-height:1.7!important}}.category-breadcrumb .breadcrumb-item.active h1,.ed-breadcrumb-title{font-family:var(--page-title-font,var(--tag-page-title-font,var(--font-heading)))!important;font-size:clamp(1.15rem,4.4vw,var(--page-title-size,var(--tag-page-title-size,30px)))!important;font-weight:var(--page-title-weight,var(--tag-page-title-weight,700))!important;line-height:1.45!important}.ed-articles-v72 .ed-legacy-year-block,.ed-legacy-year-block{margin:calc(var(--listing-article-title-size,17px) * .45) 0 calc(var(--listing-article-title-size,17px) * .55)!important}.ed-articles-v72 .ed-legacy-list,.ed-legacy-list{gap:calc(var(--listing-article-title-size,17px) * .34)!important}.ed-articles-v72 .ed-legacy-row,.ed-legacy-row{--ed-row-font:var(--listing-article-title-size,var(--tag-article-title-size,17px));min-height:auto!important;height:auto!important;grid-template-columns:calc(var(--ed-row-font) * 2.35) minmax(0,1fr) auto!important;align-items:stretch!important;border-radius:calc(var(--ed-row-font) * .28)!important}.ed-articles-v72 .ed-legacy-file,.ed-legacy-file{min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * 2.32)!important;height:auto!important;width:auto!important;font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .92)!important}.ed-articles-v72 .ed-legacy-title,.ed-legacy-title{font-family:var(--listing-article-title-font,var(--tag-article-title-font,var(--font-base)))!important;font-size:var(--listing-article-title-size,var(--tag-article-title-size,17px))!important;font-weight:var(--listing-article-title-weight,var(--tag-article-title-weight,400))!important;line-height:1.65!important;padding-block:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .36)!important;padding-inline:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .62)!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;align-self:center!important}.ed-articles-v72 .ed-legacy-meta,.ed-legacy-meta{align-self:stretch!important;height:auto!important;min-width:auto!important;padding-top:0!important;display:flex!important;align-items:stretch!important}.ed-articles-v72 .ed-legacy-year,.ed-legacy-year{min-height:auto!important;height:auto!important;min-width:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * 3.25)!important;padding-inline:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .45)!important;font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .78)!important;font-weight:700!important}.ed-articles-v72 .ed-legacy-solution,.ed-legacy-solution{align-self:center!important;height:auto!important;min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * 1.35)!important;padding-block:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .12)!important;padding-inline:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .42)!important;border-radius:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .24)!important;font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .7)!important;line-height:1.1!important;margin-inline-start:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * -.32)!important}.ed-articles-v72 .ed-legacy-solution i,.ed-legacy-solution i{font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .62)!important}@media (max-width:575.98px){.ed-articles-v72 .ed-legacy-row,.ed-legacy-row{grid-template-columns:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * 2.05) minmax(0,1fr) auto!important}.ed-articles-v72 .ed-legacy-title,.ed-legacy-title{font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * .93)!important;line-height:1.6!important}.ed-articles-v72 .ed-legacy-year,.ed-legacy-year{min-width:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px)) * 2.85)!important}}.ed-tag-explorer{direction:rtl;margin:18px 0 28px}.ed-tag-tool-search{flex:1;min-width:160px;height:42px;display:flex;align-items:center;gap:8px;margin:0;padding-inline:12px;background:#fff;border:1px solid #dfe6ee;border-radius:12px;color:#475569}.ed-tag-tool-search input{width:100%;height:100%;border:0;outline:0;background:0 0;text-align:right;color:#0f172a;font-size:.95rem}.ed-tag-tool-search input::placeholder{color:#9aa6b2}.ed-tag-explorer-list{display:grid;gap:10px}.ed-tag-card{--tag-accent:#08925a;--tag-accent-soft:rgba(8,146,90,.09);background:0 0;border:0;border-radius:0;box-shadow:none;overflow:visible}.ed-tag-type-lessons{--tag-accent:#2563eb;--tag-accent-soft:rgba(37,99,235,.10)}.ed-tag-type-summary{--tag-accent:#7c3aed;--tag-accent-soft:rgba(124,58,237,.10)}.ed-tag-count{width:48px;min-height:40px;border-radius:999px;background:var(--tag-accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;line-height:1;box-shadow:0 8px 16px rgba(8,146,90,.16)}.ed-tag-count strong{font-size:.98rem;font-weight:900}.ed-tag-icon{width:38px;height:38px;border-radius:10px;background:var(--tag-accent-soft);color:var(--tag-accent);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}.ed-tag-title-wrap{min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.4}.ed-tag-title{font-size:clamp(1rem,2.9vw,1.22rem);font-weight:500;color:#0f172a;white-space:normal;overflow:visible;text-overflow:clip}.ed-tag-no-results{padding:16px;text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #d7e0e8;border-radius:12px}@keyframes edTagSlide{from{opacity:.3;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.ed-tag-tool-search{flex:1 0 145px;height:40px;border-radius:10px;padding-inline:10px}.ed-tag-icon{display:none}.ed-tag-count{width:42px;min-height:36px}.ed-tag-count strong{font-size:.88rem}.ed-tag-title{font-size:1rem;line-height:1.5}}html[data-theme=dark] .ed-tag-tool-search{background:#171b22;border-color:#303845;color:#d8e0e8}html[data-theme=dark] .ed-tag-title,html[data-theme=dark] .ed-tag-tool-search input{color:#f8fafc}.ed-articles-v72 .ed-legacy-list{display:grid!important}.ed-articles-v72 .ed-legacy-year-block{display:block!important}.ed-articles-v72 .ed-legacy-title{font-weight:var(--listing-article-title-weight,var(--tag-article-title-weight,400))!important}.ed-articles-v72{display:block!important;visibility:visible!important;opacity:1!important}.ed-articles-v72 .ed-legacy-box{display:block!important;visibility:visible!important;opacity:1!important;padding:0!important;background:0 0!important;border:0!important;box-shadow:none!important}.ed-articles-v72 .ed-legacy-list{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;visibility:visible!important;opacity:1!important}.ed-articles-v72 .ed-legacy-year-block:not([hidden]){display:block!important;visibility:visible!important;opacity:1!important}.ed-articles-v72 .ed-legacy-row:not([hidden]){display:grid!important;visibility:visible!important;opacity:1!important}.ed-articles-v72 .ed-legacy-row[hidden],.ed-articles-v72 .ed-legacy-year-block[hidden]{display:none!important}.category-description.tag-description-custom,.page-description.tag-description-custom,.tag-description-custom{font-family:var(--font-category-description,var(--font-base))!important;font-size:var(--category-description-font-size,16px)!important;font-weight:var(--category-description-font-weight,400)!important;line-height:var(--category-description-line-height,1.95)!important}.ed-articles-v72 .ed-legacy-row:not([hidden]) .ed-legacy-title:empty::after,.ed-legacy-row:not([hidden]) .ed-legacy-title:empty::after{content:attr(data-fallback-title)}.category-description.tag-description-custom,.page-description.tag-description-custom{font-size:clamp(.9rem,2.7vw,1rem)!important;line-height:1.75!important;font-family:var(--font-category-description,var(--font-base))!important;font-weight:var(--category-description-font-weight,400)!important}.ed-articles-v72 .ed-legacy-title:empty:after,.ed-legacy-title:empty:after{content:attr(data-fallback-title)!important}.category-description.tag-description-custom,.page-description.tag-description-custom,.tag-description-custom{display:block!important;background:0 0!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0 0 16px!important;max-width:none!important;text-align:center!important;font-family:var(--font-category-description,var(--font-base))!important;font-size:var(--category-description-font-size,16px)!important;font-weight:var(--category-description-font-weight,400)!important;line-height:var(--category-description-line-height,1.9)!important}.ed-articles-v72 .ed-legacy-title,.ed-legacy-title{display:block!important;visibility:visible!important;opacity:1!important;color:#162033!important;min-width:0!important;min-height:1.3em!important;z-index:1!important}.ed-articles-v72 .ed-legacy-row:not([hidden]){display:grid!important}@media (max-width:767px){.category-description.tag-description-custom,.page-description.tag-description-custom,.tag-description-custom{font-size:calc(var(--category-description-font-size,16px) * .92)!important;line-height:1.8!important}}html[data-theme=dark] .category-description.tag-description-custom,html[data-theme=dark] .page-description.tag-description-custom,html[data-theme=dark] .tag-description-custom{color:#cbd5e1!important}html[data-theme=dark] .ed-articles-v72 .ed-legacy-title,html[data-theme=dark] .ed-legacy-title{color:#f8fafc!important}.category-description.tag-description-custom,.page-description.tag-description-custom,.tag-description-custom{font-family:var(--font-category-description,var(--font-base))!important;font-size:var(--category-description-font-size,16px)!important;font-weight:var(--category-description-font-weight,500)!important;line-height:var(--category-description-line-height,1.9)!important;color:#6b7280!important}.ed-articles-v72.ed-articles-plain-mode .ed-legacy-row{grid-template-columns:44px minmax(0,1fr)!important}.ed-articles-v72.ed-articles-plain-mode .ed-legacy-title{grid-column:2!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;font-weight:var(--listing-article-title-weight,var(--tag-article-title-weight,400))!important}.ed-articles-v72.ed-articles-plain-mode .ed-legacy-meta,.ed-articles-v72.ed-articles-plain-mode .ed-legacy-solution,.ed-articles-v72.ed-articles-plain-mode .ed-legacy-year{display:none!important}@media (max-width:767px){.category-description.tag-description-custom,.page-description.tag-description-custom,.tag-description-custom{font-size:var(--category-description-font-size,16px)!important;line-height:var(--category-description-line-height,1.9)!important}.ed-articles-v72.ed-articles-plain-mode .ed-legacy-row{grid-template-columns:40px minmax(0,1fr)!important}.category-description.tag-description-custom,.ed-global-description,.page-description.category-description.tag-description-custom,.page-description.tag-description-custom,.tag-description-custom{font-size:var(--category-description-font-size,16px)!important;line-height:var(--category-description-line-height,var(--content-line-height,1.9))!important}}.category-description.tag-description-custom,.ed-global-description,.page-description.category-description.tag-description-custom,.page-description.tag-description-custom,.tag-description-custom{display:block!important;background:0 0!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0 0 16px!important;max-width:none!important;text-align:center!important;font-family:var(--font-category-description,var(--font-base))!important;font-size:var(--category-description-font-size,16px)!important;font-weight:var(--category-description-font-weight,400)!important;line-height:var(--category-description-line-height,var(--content-line-height,1.9))!important;color:#6b7280!important}.ed-articles-v72 .ed-tool-search.is-search-open,.ed-articles-v72 .ed-tool-search:focus-within{border-color:#acd9c4!important;box-shadow:0 10px 22px rgba(8,146,90,.07)!important}@media (max-width:640px){.ed-articles-v72 .ed-article-tools{display:flex!important;flex-wrap:wrap!important;overflow:visible!important}.ed-articles-v72 .ed-tool-search{flex:0 0 42px!important;width:42px!important;min-width:42px!important;max-width:100%!important;overflow:hidden!important;padding-inline:12px!important}.ed-articles-v72 .ed-tool-search input{width:0!important;min-width:0!important;opacity:0!important;transition:width .18s,opacity .18s!important}.ed-articles-v72 .ed-tool-search.is-search-open,.ed-articles-v72 .ed-tool-search:focus-within{order:10!important;flex:1 1 100%!important;width:100%!important;min-width:0!important}.ed-articles-v72 .ed-tool-search.is-search-open input,.ed-articles-v72 .ed-tool-search:focus-within input{width:100%!important;opacity:1!important}}.ed-tools-no-search .ed-tool-search{display:none!important}.ed-articles-v72 .ed-tools-no-search{justify-content:flex-start!important;flex-wrap:wrap!important}.ed-articles-v72 .ed-tools-no-search .ed-tool-btn{width:auto!important;min-width:44px!important;padding:0 13px!important;gap:7px!important;white-space:nowrap!important}.ed-articles-v72 .ed-tools-no-search .ed-tool-btn span{display:inline!important;font-size:.78rem!important;line-height:1!important;font-weight:800!important}@media (max-width:767px){.ed-articles-v72 .ed-tools-no-search{gap:6px!important;padding:7px!important;overflow-x:auto!important;flex-wrap:nowrap!important}.ed-articles-v72 .ed-tools-no-search .ed-tool-btn{flex:0 0 44px!important;width:44px!important;min-width:44px!important;height:44px!important;padding:0!important;border-radius:12px!important;gap:0!important}.ed-articles-v72 .ed-tools-no-search .ed-tool-btn span{display:none!important}}.ed-global-tip{position:fixed!important;z-index:2147483000!important;left:0;top:0;max-width:min(260px,calc(100vw - 18px));padding:7px 11px;border-radius:9px;background:rgba(15,23,42,.9);color:#fff;font-size:12px;font-weight:700;line-height:1.55;text-align:center;white-space:nowrap;box-shadow:0 10px 26px rgba(15,23,42,.22);pointer-events:none;opacity:0;transform:translate(-50%,4px) scale(.98);transition:opacity .14s,transform .14s}.ed-global-tip.is-visible{opacity:1;transform:translate(-50%,0) scale(1)}@media(max-width:640px){.ed-global-tip{font-size:11px;padding:6px 10px;border-radius:8px;white-space:normal}}.ed-tag-buttons-v104{direction:rtl!important;margin:18px 0 30px!important}.ed-tag-buttons-v104 .ed-tag-explorer-list{display:block!important}.ed-tag-buttons-v104 .ed-tag-group{margin:0 0 20px!important;padding:0!important;background:rgba(255,255,255,.45)!important;border:1px solid rgba(226,232,240,.65)!important;border-radius:18px!important;box-shadow:0 7px 18px rgba(15,23,42,.025)!important;overflow:hidden!important}.ed-tag-buttons-v104 .ed-tag-group[hidden]{display:none!important}.ed-tag-buttons-v104 .ed-tag-group-title{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;padding:14px 16px 10px!important;margin:0!important;color:#111827!important;font-size:1.12rem!important;line-height:1.35!important;font-weight:900!important;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.42))!important}.ed-tag-buttons-v104 .ed-tag-group-title span{width:34px!important;height:34px!important;border-radius:10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--group-accent,#0fa467)!important;background:color-mix(in srgb,var(--group-accent,#0fa467) 12%,#fff)!important;border:1px solid color-mix(in srgb,var(--group-accent,#0fa467) 24%,#e2e8f0)!important}.ed-tag-buttons-v104 .ed-tag-group-title i{font-size:1.05rem!important;line-height:1!important}.ed-tag-buttons-v104 .ed-tag-group-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 12px!important;padding:10px 16px 16px!important}.ed-tag-buttons-v104 .ed-tag-card-link{--tag-accent:#0fa467;position:relative!important;direction:rtl!important;height:auto!important;display:flex!important;align-items:stretch!important;justify-content:flex-start!important;color:#172033!important;background:#fff!important;border:1px solid #e4e9ef!important;border-radius:11px!important;text-decoration:none!important;box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 3px 10px rgba(15,23,42,.028)!important;transition:background .15s,border-color .15s,box-shadow .15s,transform .15s,color .15s!important}.ed-tag-buttons-v104 .ed-tag-card-link:before{content:""!important;position:absolute!important;inset-block:0!important;inset-inline-start:0!important;width:3px!important;background:var(--tag-accent)!important;opacity:.9!important;z-index:2!important}.ed-tag-buttons-v104 .ed-tag-card-link:after{display:none!important;content:none!important}.ed-tag-buttons-v104 .ed-tag-card-link:hover{transform:translateY(-1px)!important;border-color:color-mix(in srgb,var(--tag-accent) 26%,#dce3ea)!important;box-shadow:0 8px 18px rgba(15,23,42,.055)!important;color:#0f172a!important}.ed-tag-buttons-v104 .ed-tag-icon{order:1!important;flex:0 0 46px!important;align-self:stretch!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:color-mix(in srgb,var(--tag-accent) 10%,#fff)!important;color:var(--tag-accent)!important;border:0!important;border-inline-start:1px solid color-mix(in srgb,var(--tag-accent) 20%,#e2e8f0)!important;box-shadow:none!important;font-size:1.08rem!important}.ed-tag-buttons-v104 .ed-tag-title-wrap{order:2!important;flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:0!important}.ed-tag-buttons-v104 .ed-tag-title{font-weight:650!important}.ed-tag-buttons-v104 .ed-tag-count{order:3!important;flex:0 0 auto!important;margin-inline:10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;background:#fff!important;font-size:.76rem!important;font-weight:850!important;box-shadow:0 1px 0 rgba(255,255,255,.9) inset!important}.ed-tag-buttons-v104 .ed-tag-group-learning{--group-accent:#0ea5e9!important}.ed-tag-buttons-v104 .ed-tag-group-practice{--group-accent:#14b8a6!important}.ed-tag-buttons-v104 .ed-tag-type-lessons{--tag-accent:#0ea5e9!important}.ed-tag-buttons-v104 .ed-tag-type-summary{--tag-accent:#a855f7!important}@media (max-width:767.98px){.ed-tag-buttons-v104{margin-top:14px!important}.ed-tag-buttons-v104 .ed-tag-group{border-radius:14px!important;margin-bottom:14px!important}.ed-tag-buttons-v104 .ed-tag-group-title{padding:11px 12px 7px!important;font-size:1rem!important}.ed-tag-buttons-v104 .ed-tag-group-title span{width:30px!important;height:30px!important;border-radius:9px!important}.ed-tag-buttons-v104 .ed-tag-group-list{grid-template-columns:1fr!important;gap:7px!important;padding:8px 10px 12px!important}.ed-tag-buttons-v104 .ed-tag-card-link{min-height:46px!important;border-radius:10px!important}.ed-tag-buttons-v104 .ed-tag-icon{width:42px!important;flex-basis:42px!important;min-height:46px!important;font-size:1rem!important}.ed-tag-buttons-v104 .ed-tag-title-wrap{padding:0 10px!important}.ed-tag-buttons-v104 .ed-tag-title{font-size:.82rem!important;font-weight:650!important}.ed-tag-buttons-v104 .ed-tag-count{height:25px!important;min-width:38px!important;margin-inline:7px!important;padding:0 8px!important;font-size:.69rem!important;border-radius:7px!important}}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-group{background:rgba(31,36,44,.7)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:none!important}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-card-link,html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-count{background:#2c313a!important;border-color:rgba(255,255,255,.09)!important;color:#dce3ee!important}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-group-title{color:#f8fafc!important;background:0 0!important}.ed-tag-buttons-v104 .ed-tag-card-link,.ed-tag-buttons-v105 .ed-tag-card-link{direction:ltr!important;display:grid!important;grid-template-columns:58px minmax(0,1fr) 48px!important;grid-template-areas:"count title icon"!important;align-items:stretch!important;gap:0!important;min-height:48px!important;padding:0!important;overflow:hidden!important}.ed-tag-buttons-v104 .ed-tag-icon,.ed-tag-buttons-v105 .ed-tag-icon{grid-area:icon!important;order:initial!important;width:48px!important;flex:0 0 48px!important;min-height:48px!important;height:100%!important;align-self:stretch!important;justify-self:stretch!important;margin:0!important;border-radius:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.ed-tag-buttons-v104 .ed-tag-title-wrap,.ed-tag-buttons-v105 .ed-tag-title-wrap{grid-area:title!important;order:initial!important;direction:rtl!important;width:100%!important;padding:0 10px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.ed-tag-buttons-v104 .ed-tag-title,.ed-tag-buttons-v105 .ed-tag-title{width:100%!important;max-width:100%!important;text-align:center!important;font-size:.9rem!important;line-height:1.35!important;font-weight:750!important;word-break:normal!important}.ed-tag-buttons-v104 .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-count{grid-area:count!important;order:initial!important;justify-self:center!important;align-self:center!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;direction:ltr!important}.ed-tag-buttons-v104 .ed-tag-count strong,.ed-tag-buttons-v105 .ed-tag-count strong{display:inline-block!important;text-align:center!important}.ed-tag-buttons-v104 .ed-tag-group-list,.ed-tag-buttons-v105 .ed-tag-group-list{align-items:stretch!important}.ed-tag-buttons-v104 .ed-tag-card-link[hidden],.ed-tag-buttons-v105 .ed-tag-card-link[hidden]{display:none!important}.ed-tag-buttons-v104 .ed-tag-count strong,.ed-tag-buttons-v105 .ed-tag-count strong,.ed-tag-buttons-v106 .ed-tag-count strong{font-weight:850!important;letter-spacing:.01em!important;color:#fff!important;font-size:.68rem!important;font-weight:850!important;line-height:1!important;letter-spacing:0!important}.ed-tag-buttons-v104 .ed-tag-group,.ed-tag-buttons-v105 .ed-tag-group,.ed-tag-buttons-v106 .ed-tag-group{scroll-margin-top:90px}@media (max-width:767.98px){.ed-tag-buttons-v104 .ed-tag-card-link,.ed-tag-buttons-v105 .ed-tag-card-link{grid-template-columns:52px minmax(0,1fr) 42px!important;grid-template-areas:"count title icon"!important;min-height:43px!important;border-radius:10px!important}.ed-tag-buttons-v104 .ed-tag-icon,.ed-tag-buttons-v105 .ed-tag-icon{width:42px!important;min-height:43px!important;font-size:.95rem!important}.ed-tag-buttons-v104 .ed-tag-title-wrap,.ed-tag-buttons-v105 .ed-tag-title-wrap{padding:0 8px!important}.ed-tag-buttons-v104 .ed-tag-title,.ed-tag-buttons-v105 .ed-tag-title{font-size:.82rem!important;line-height:1.28!important;font-weight:750!important}.ed-tag-buttons-v104 .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-count{font-size:.68rem!important}.ed-tag-buttons-v104 .ed-tag-group-list,.ed-tag-buttons-v105 .ed-tag-group-list{gap:6px!important;padding:7px 9px 11px!important}.ed-tag-buttons-v104 .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-count{min-width:36px!important;height:23px!important;padding:0 7px!important;border-radius:7px!important}.ed-tag-buttons-v104 .ed-tag-count strong,.ed-tag-buttons-v105 .ed-tag-count strong,.ed-tag-buttons-v106 .ed-tag-count strong{font-size:.68rem!important}}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-count,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-count,html[data-theme=dark] .ed-tag-buttons-v106 .ed-tag-count{background:var(--tag-accent,#0f8f5f)!important;color:#fff!important;border:0!important}.ed-tag-buttons-v104 .ed-tag-title-wrap,.ed-tag-buttons-v105 .ed-tag-title-wrap,.ed-tag-buttons-v106 .ed-tag-title-wrap{visibility:visible!important;opacity:1!important;min-width:0!important;overflow:visible!important}.ed-tag-buttons-v104 .ed-tag-title,.ed-tag-buttons-v105 .ed-tag-title,.ed-tag-buttons-v106 .ed-tag-title{display:block!important;visibility:visible!important;opacity:1!important;color:#1e293b!important;min-width:0!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.ed-tag-buttons-v104 .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-count{background:var(--tag-accent,#0f8f5f)!important;box-shadow:0 1px 0 rgba(255,255,255,.22) inset!important;background:var(--tag-accent,#0f8f5f)!important;color:#fff!important;border:0!important;border-radius:999px!important;min-width:34px!important;width:auto!important;height:23px!important;padding:0 8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;line-height:1!important}.ed-tag-buttons-v104 .ed-tag-count i,.ed-tag-buttons-v105 .ed-tag-count i,.ed-tag-buttons-v106 .ed-tag-count i{display:none!important}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-title,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-title,html[data-theme=dark] .ed-tag-buttons-v106 .ed-tag-title{color:#f1f5f9!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count{background:var(--tag-accent)!important;color:#fff!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count strong,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count strong,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count strong{color:#fff!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon{background:color-mix(in srgb,var(--tag-accent) 16%,#f8fafc)!important;color:var(--tag-accent)!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon .bi,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon .bi,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon .bi{color:var(--tag-accent)!important}.ed-tag-explorer .ed-tag-card-link.ed-tag-has-branch{border-color:color-mix(in srgb,var(--tag-accent) 22%,#e2e8f0)!important;border-inline-end-color:var(--tag-accent)!important}.ed-tag-explorer .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon{background:color-mix(in srgb,var(--tag-accent) 14%,#f8fafc)!important;color:var(--tag-accent)!important;border-color:color-mix(in srgb,var(--tag-accent) 22%,#e2e8f0)!important}.ed-tag-explorer .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon .bi,.ed-tag-explorer .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon i{color:var(--tag-accent)!important}.ed-tag-explorer .ed-tag-card-link.ed-tag-has-branch .ed-tag-count{background:var(--tag-accent)!important;color:#fff!important;border-color:transparent!important}.ed-tag-explorer .ed-tag-card-link.ed-tag-has-branch .ed-tag-count strong{color:#fff!important}html[data-theme=dark] .ed-tag-explorer .ed-tag-card-link.ed-tag-has-branch{border-color:color-mix(in srgb,var(--tag-accent) 28%,#303845)!important;border-inline-end-color:var(--tag-accent)!important}html[data-theme=dark] .ed-tag-explorer .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon{background:color-mix(in srgb,var(--tag-accent) 18%,#202630)!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-title-wrap,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-title-wrap,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-title-wrap,.ed-tag-explorer .ed-tag-card-link .ed-tag-title-wrap{text-align:right!important;direction:rtl!important;align-items:flex-start!important;justify-content:center!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-title,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-title,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-title,.ed-tag-explorer .ed-tag-card-link .ed-tag-title{width:100%!important;text-align:right!important;direction:rtl!important;justify-self:flex-start!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search){direction:rtl!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;box-sizing:border-box!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search{order:1!important;flex:1 1 360px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search input{opacity:1!important;box-sizing:border-box!important;pointer-events:none!important;transition:width .18s,opacity .18s!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn{order:2!important;flex:0 0 auto!important;box-sizing:border-box!important;position:relative!important;z-index:1!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn span{font-size:.78rem!important;line-height:1!important;font-weight:800!important}@media (max-width:767.98px){.ed-tag-buttons-v104 .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-count{min-width:30px!important;height:21px!important;padding:0 7px!important;border-radius:999px!important}.ed-tag-buttons-v104 .ed-tag-count strong,.ed-tag-buttons-v105 .ed-tag-count strong,.ed-tag-buttons-v106 .ed-tag-count strong{font-size:.64rem!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-title-wrap,.ed-tag-explorer .ed-tag-card-link .ed-tag-title-wrap{padding-inline-start:9px!important;padding-inline-end:10px!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search){position:sticky!important;top:6px!important;z-index:20!important;gap:7px!important;padding:7px!important;border-radius:14px!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within{order:1!important;flex:1 1 100%!important;width:100%!important;min-width:0!important;max-width:100%!important;height:42px!important;padding-inline:12px!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search input,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open input,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within input{width:100%!important;opacity:1!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn{order:2!important;flex:1 1 calc(25% - 7px)!important;width:auto!important;min-width:42px!important;height:42px!important;padding:0 6px!important;border-radius:12px!important;gap:0!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn span{display:none!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn i{font-size:1.05rem!important;margin:0!important}}@media (max-width:380px){.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn{flex:1 1 calc(50% - 7px)!important}}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search){direction:rtl!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:8px!important;padding:8px!important;overflow:visible!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search{order:1!important;position:relative!important;z-index:5!important;flex:0 0 46px!important;padding-inline:14px!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search i{flex:0 0 auto!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within{flex-basis:min(360px,48vw)!important;width:min(360px,48vw)!important;max-width:min(360px,48vw)!important;border-color:#acd9c4!important;box-shadow:0 10px 22px rgba(8,146,90,.08)!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open input,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within input{width:100%!important;opacity:1!important;pointer-events:auto!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn{order:2!important;flex:0 0 auto!important;width:auto!important;min-width:44px!important;max-width:none!important;height:44px!important;padding:0 12px!important;border-radius:13px!important;gap:6px!important;white-space:nowrap!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn span{display:inline!important}@media (max-width:767.98px){.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search){position:sticky!important;top:6px!important;z-index:20!important;flex-wrap:nowrap!important;gap:6px!important;padding:7px!important;border-radius:15px!important;overflow:visible!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search{order:1!important;flex:0 0 42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;padding-inline:12px!important;border-radius:13px!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within{flex-basis:min(210px,52vw)!important;width:min(210px,52vw)!important;max-width:min(210px,52vw)!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn{order:2!important;flex:0 0 42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;padding:0!important;border-radius:13px!important;gap:0!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn span{display:none!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn i{font-size:1.05rem!important;margin:0!important}}@media (max-width:390px){.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search){gap:5px!important;padding:6px!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search{flex-basis:40px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;padding-inline:11px!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within{flex-basis:min(180px,48vw)!important;width:min(180px,48vw)!important;max-width:min(180px,48vw)!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-btn{flex-basis:40px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important}}.ed-articles-v72 .ed-article-tools{direction:rtl!important;overflow:visible!important}.ed-articles-v72 .ed-tool-search{flex:0 0 82px!important;order:-10!important;justify-content:flex-start!important}.ed-articles-v72 .ed-tool-search .ed-tool-search-text{color:inherit!important;transition:opacity .16s,width .16s,margin .16s!important}.ed-articles-v72 .ed-tool-search input{flex:0 1 auto!important;transition:width .18s,opacity .18s!important}.ed-articles-v72 .ed-tool-search:focus-within{flex-basis:min(270px,58vw)!important;width:min(270px,58vw)!important;border-color:rgba(0,139,87,.32)!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important}.ed-articles-v72 .ed-tool-search:focus-within .ed-tool-search-text{opacity:0!important;width:0!important;margin:0!important;overflow:hidden!important}.ed-articles-v72 .ed-tool-search:focus-within input{width:100%!important;opacity:1!important;padding:0!important}@media (max-width:640px){.ed-articles-v72 .ed-article-tools{overflow-x:visible!important;flex-wrap:nowrap!important}.ed-articles-v72 .ed-tool-search{flex:0 0 76px!important;width:76px!important;min-width:76px!important;height:40px!important}.ed-articles-v72 .ed-tool-search:focus-within{flex-basis:min(230px,62vw)!important;width:min(230px,62vw)!important}.ed-articles-v72 .ed-tool-search .ed-tool-search-text{font-size:.78rem!important}}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search,.ed-articles-v72 .ed-tool-search{flex:0 0 94px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;cursor:text!important;order:-10!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search i,.ed-articles-v72 .ed-tool-search i{flex:0 0 auto!important;font-size:1rem!important;line-height:1!important;margin:0!important;color:inherit!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search .ed-tool-search-text,.ed-articles-v72 .ed-tool-search .ed-tool-search-text{display:inline-block!important;color:inherit!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search input,.ed-articles-v72 .ed-tool-search input{flex:0 1 auto!important;pointer-events:none!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within,.ed-articles-v72 .ed-tool-search.is-search-open,.ed-articles-v72 .ed-tool-search:focus-within{flex-basis:min(300px,58vw)!important;justify-content:flex-start!important}@media (max-width:640px){.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search,.ed-articles-v72 .ed-tool-search{flex-basis:88px!important;width:88px!important;min-width:88px!important;max-width:88px!important;height:42px!important;padding:0 10px!important;gap:6px!important;border-radius:13px!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within,.ed-articles-v72 .ed-tool-search.is-search-open,.ed-articles-v72 .ed-tool-search:focus-within{flex-basis:min(230px,62vw)!important;width:min(230px,62vw)!important;max-width:min(230px,62vw)!important}.ed-articles-v72 .ed-tool-search .ed-tool-search-text{font-size:.78rem!important}}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search,.ed-articles-v72 .ed-tool-search{flex:0 0 96px!important;width:96px!important;min-width:96px!important;max-width:96px!important;height:44px!important;padding:0 12px!important;gap:7px!important;border-radius:13px!important;background:#fff!important;border:1px solid #dfe6ee!important;color:#334155!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;white-space:nowrap!important;line-height:1!important;order:-10!important;transition:background .15s,color .15s,border-color .15s,transform .15s,flex-basis .22s,width .22s,max-width .22s,box-shadow .18s!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:hover,.ed-articles-v72 .ed-tool-search:hover{transform:translateY(-1px)!important;background:#fff!important;border-color:#b8c5d1!important;color:#0f172a!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search .ed-tool-search-text,.ed-articles-v72 .ed-tool-search .ed-tool-search-text{display:inline-flex!important;align-items:center!important;width:auto!important;min-width:0!important;opacity:1!important;margin:0!important;overflow:visible!important;color:inherit!important;font-size:.82rem!important;font-weight:800!important;line-height:1!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search input,.ed-articles-v72 .ed-tool-search input{width:0!important;min-width:0!important;flex:0 1 auto!important;opacity:0!important;pointer-events:none!important;padding:0!important;margin:0!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within,.ed-articles-v72 .ed-tool-search.is-search-open,.ed-articles-v72 .ed-tool-search:focus-within{flex-basis:min(300px,58vw)!important;width:min(300px,58vw)!important;max-width:min(300px,58vw)!important;justify-content:flex-start!important;transform:none!important;border-color:rgba(0,139,87,.34)!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open .ed-tool-search-text,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within .ed-tool-search-text,.ed-articles-v72 .ed-tool-search.is-search-open .ed-tool-search-text,.ed-articles-v72 .ed-tool-search:focus-within .ed-tool-search-text{opacity:0!important;width:0!important;margin:0!important;overflow:hidden!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open input,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within input,.ed-articles-v72 .ed-tool-search.is-search-open input,.ed-articles-v72 .ed-tool-search:focus-within input{width:100%!important;opacity:1!important;pointer-events:auto!important}html[data-theme=dark] .ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search,html[data-theme=dark] .ed-articles-v72 .ed-tool-search{background:#171b22!important;border-color:#303845!important;color:#d8e0e8!important;box-shadow:none!important}html[data-theme=dark] .ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:hover,html[data-theme=dark] .ed-articles-v72 .ed-tool-search:hover{background:#1d232c!important;border-color:#445061!important;color:#f8fafc!important}html[data-theme=dark] .ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open,html[data-theme=dark] .ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within,html[data-theme=dark] .ed-articles-v72 .ed-tool-search.is-search-open,html[data-theme=dark] .ed-articles-v72 .ed-tool-search:focus-within{background:#171b22!important;border-color:#3d6f58!important;color:#f8fafc!important;box-shadow:0 8px 20px rgba(0,0,0,.18)!important}@media (max-width:640px){.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search,.ed-articles-v72 .ed-tool-search{flex-basis:90px!important;width:90px!important;min-width:90px!important;max-width:90px!important;height:42px!important;padding:0 10px!important;gap:6px!important;border-radius:13px!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search.is-search-open,.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:focus-within,.ed-articles-v72 .ed-tool-search.is-search-open,.ed-articles-v72 .ed-tool-search:focus-within{flex-basis:min(230px,62vw)!important;width:min(230px,62vw)!important;max-width:min(230px,62vw)!important}.ed-articles-v72 .ed-tool-search .ed-tool-search-text{font-size:.78rem!important}}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-icon,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-icon,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-icon,.ed-tag-explorer .ed-tag-card-link .ed-tag-icon{background:color-mix(in srgb,var(--tag-accent,#64748b) 14%,#f8fafc)!important;color:var(--tag-accent,#64748b)!important;border-color:color-mix(in srgb,var(--tag-accent,#64748b) 22%,#e2e8f0)!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-icon .bi,.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-icon i,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-icon .bi,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-icon i,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-icon .bi,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-icon i,.ed-tag-explorer .ed-tag-card-link .ed-tag-icon .bi,.ed-tag-explorer .ed-tag-card-link .ed-tag-icon i{color:var(--tag-accent,#64748b)!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{align-self:center!important;background:color-mix(in srgb,var(--tag-accent,#64748b) 14%,#f8fafc)!important;color:var(--tag-accent,#64748b)!important;border:1px solid color-mix(in srgb,var(--tag-accent,#64748b) 22%,#e2e8f0)!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count strong,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count strong,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{color:var(--tag-accent,#64748b)!important;color:var(--ed-tag-icon-fg)!important;padding:0!important;margin:0!important;color:var(--ed-tag-icon-fg)!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count i,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count i,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count i,.ed-tag-explorer .ed-tag-card-link .ed-tag-count i{display:none!important}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count,html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-icon,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-icon,html[data-theme=dark] .ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count,html[data-theme=dark] .ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-icon,html[data-theme=dark] .ed-tag-explorer .ed-tag-card-link .ed-tag-count,html[data-theme=dark] .ed-tag-explorer .ed-tag-card-link .ed-tag-icon{background:color-mix(in srgb,var(--tag-accent,#64748b) 18%,#202630)!important;border-color:color-mix(in srgb,var(--tag-accent,#64748b) 30%,#303845)!important;color:color-mix(in srgb,var(--tag-accent,#94a3b8) 72%,#f8fafc)!important}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count strong,html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-icon .bi,html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-icon i,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count strong,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-icon .bi,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-icon i,html[data-theme=dark] .ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count strong,html[data-theme=dark] .ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-icon .bi,html[data-theme=dark] .ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-icon i,html[data-theme=dark] .ed-tag-explorer .ed-tag-card-link .ed-tag-count strong,html[data-theme=dark] .ed-tag-explorer .ed-tag-card-link .ed-tag-icon .bi,html[data-theme=dark] .ed-tag-explorer .ed-tag-card-link .ed-tag-icon i{color:color-mix(in srgb,var(--tag-accent,#94a3b8) 72%,#f8fafc)!important}.ed-tag-buttons-v104 .ed-tag-card-link,.ed-tag-buttons-v105 .ed-tag-card-link,.ed-tag-buttons-v106 .ed-tag-card-link,.ed-tag-explorer .ed-tag-card-link{--ed-tag-icon-bg:color-mix(in srgb,var(--tag-accent,#64748b) 14%,#f8fafc);--ed-tag-icon-border:color-mix(in srgb,var(--tag-accent,#64748b) 22%,#e2e8f0);--ed-tag-icon-fg:var(--tag-accent,#64748b);--ed-tag-icon-bg:color-mix(in srgb,var(--tag-accent,#64748b) 14%,#f8fafc)!important;--ed-tag-icon-border:color-mix(in srgb,var(--tag-accent,#64748b) 22%,#e2e8f0)!important;--ed-tag-icon-fg:var(--tag-accent,#64748b)!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-icon,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-icon,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-icon,.ed-tag-explorer .ed-tag-card-link .ed-tag-icon{background:var(--ed-tag-icon-bg)!important;border-color:var(--ed-tag-icon-border)!important;color:var(--ed-tag-icon-fg)!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;aspect-ratio:1/1!important;background:var(--ed-tag-icon-bg)!important;border:1px solid var(--ed-tag-icon-border)!important;color:var(--ed-tag-icon-fg)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 18px!important;aspect-ratio:1/1!important;border-width:1px!important;box-shadow:none!important}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-card-link,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-card-link,html[data-theme=dark] .ed-tag-buttons-v106 .ed-tag-card-link,html[data-theme=dark] .ed-tag-explorer .ed-tag-card-link{--ed-tag-icon-bg:color-mix(in srgb,var(--tag-accent,#64748b) 18%,#202630);--ed-tag-icon-border:color-mix(in srgb,var(--tag-accent,#64748b) 30%,#303845);--ed-tag-icon-fg:color-mix(in srgb,var(--tag-accent,#94a3b8) 72%,#f8fafc);--ed-tag-icon-bg:color-mix(in srgb,var(--tag-accent,#64748b) 18%,#202630)!important;--ed-tag-icon-border:color-mix(in srgb,var(--tag-accent,#64748b) 30%,#303845)!important;--ed-tag-icon-fg:color-mix(in srgb,var(--tag-accent,#94a3b8) 72%,#f8fafc)!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-icon,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-icon,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-icon,.ed-tag-explorer .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-icon{background:var(--ed-tag-icon-bg)!important;border-color:var(--ed-tag-icon-border)!important;color:var(--ed-tag-icon-fg)!important}@media (max-width:767.98px){.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{padding:0 5px!important;flex-basis:17px!important;width:17px!important;min-width:17px!important;max-width:17px!important;height:17px!important;min-height:17px!important;max-height:17px!important;line-height:17px!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count strong,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count strong,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{font-size:.48rem!important}}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{flex:0 0 21px!important;margin:0!important;aspect-ratio:1/1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:var(--ed-tag-icon-bg)!important;border:1px solid var(--ed-tag-icon-border)!important;color:var(--ed-tag-icon-fg)!important;box-sizing:border-box!important;overflow:hidden!important}@media (max-width:767.98px){.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{flex-basis:20px!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;line-height:20px!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count strong,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count strong,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{font-size:.62rem!important}}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{flex:0 0 24px!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:0!important;border-radius:50%!important;background:var(--ed-tag-icon-bg)!important;border:1px solid var(--ed-tag-icon-border)!important;color:var(--ed-tag-icon-fg)!important;line-height:24px!important;box-sizing:border-box!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count strong,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count strong,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{font-weight:900!important;color:var(--ed-tag-icon-fg)!important;font-size:.74rem!important;font-weight:950!important;line-height:1!important;letter-spacing:-.02em!important}@media (max-width:767.98px){.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{flex-basis:23px!important;width:23px!important;min-width:23px!important;max-width:23px!important;height:23px!important;min-height:23px!important;max-height:23px!important;line-height:23px!important}.ed-tag-buttons-v104 .ed-tag-card-link .ed-tag-count strong,.ed-tag-buttons-v105 .ed-tag-card-link .ed-tag-count strong,.ed-tag-buttons-v106 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{font-size:.7rem!important}}@media (max-width:991px){.mobile-site-header{position:relative;border-top:3px solid var(--brand)!important}.mobile-drawer{box-shadow:none!important;right:0!important;transform:translate3d(100%,0,0)!important}.mobile-drawer.active,body.menu-open .mobile-drawer{transform:translate3d(0,0,0)!important;box-shadow:-18px 0 45px rgba(0,0,0,.2)!important}body:not(.menu-open) .mobile-overlay{opacity:0!important;visibility:hidden!important;pointer-events:none!important;box-shadow:none!important}}.site-drawer .drawer-head{justify-content:flex-start;border-bottom:0;padding-bottom:8px;margin-bottom:18px}.site-drawer .drawer-logo{display:none!important}.site-drawer .drawer-search{margin:24px 18px 22px;padding:0;border-radius:999px;background:0 0!important;box-shadow:none!important;overflow:visible}.site-drawer .drawer-search-glow,.site-drawer .drawer-search:before{display:none!important}.site-drawer .drawer-search-box{min-height:58px;padding:6px 14px 6px 10px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 30px rgba(0,0,0,.22),inset 0 2px 4px rgba(255,255,255,.96),inset 0 -2px 6px rgba(15,23,42,.1);direction:rtl}.site-drawer .drawer-search input{font-size:18px;font-weight:700;color:#111827;padding:0 14px}.site-drawer .drawer-search input::placeholder{color:#555;font-weight:700}.site-drawer .drawer-search button{order:-1;width:54px;height:54px;flex:0 0 54px;border-radius:50%;background:0 0!important;color:#050505!important;box-shadow:none!important}.site-drawer .drawer-search button i{font-size:2.45rem;line-height:1}.drawer-social{display:flex;align-items:center;justify-content:center;gap:20px;margin:6px 16px 28px;direction:ltr}.drawer-social a{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.72);text-decoration:none;font-size:24px;transition:transform .18s,color .18s,opacity .18s}.drawer-social a:hover{color:#fff;transform:translateY(-2px)}.drawer-social a .bi-youtube{font-size:25px}.drawer-social a .bi-facebook{font-size:26px}html[data-theme=dark] .site-drawer .drawer-search{background:0 0!important;box-shadow:none!important}html[data-theme=dark] .site-drawer .drawer-search-box{background:#f8fafc!important;border-color:rgba(255,255,255,.16)!important;box-shadow:0 12px 34px rgba(0,0,0,.45),inset 0 2px 4px rgba(255,255,255,.95),inset 0 -2px 6px rgba(15,23,42,.12)!important}html[data-theme=dark] .site-drawer .drawer-search input{color:#111827!important}html[data-theme=dark] .site-drawer .drawer-search input::placeholder{color:#525252!important}html[data-theme=dark] .site-drawer .drawer-search button{color:#050505!important;background:0 0!important}@media (max-width:420px){.site-drawer .drawer-search{margin-inline:12px}.drawer-social{gap:15px;margin-inline:10px}.drawer-social a{font-size:22px;width:27px;height:27px}}@media (max-width:991px){.site-drawer.mobile-drawer{padding-top:42px;background:#242424!important}html[data-theme=dark] .site-drawer.mobile-drawer{background:#1f1f1f!important}.site-drawer .drawer-links{margin-top:10px}:root{--drawer-width:min(76vw,390px)!important}body.menu-open .site-page{transform:translateX(calc(-1 * var(--drawer-width)))!important}.mobile-drawer{width:var(--drawer-width)!important;max-width:76vw!important;padding:18px 18px 24px!important;box-shadow:-10px 0 28px rgba(0,0,0,.16)!important}.drawer-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding-bottom:14px!important;margin-bottom:18px!important;border-bottom:0!important}.drawer-logo{justify-content:flex-start!important;min-height:42px!important;max-width:calc(100% - 54px)!important}.drawer-logo img{max-width:138px!important;max-height:42px!important;filter:grayscale(100%) brightness(1.34) contrast(.78)!important;opacity:.72!important}.drawer-search{margin:0 auto 15px!important;width:min(100%,320px)!important;border-radius:999px!important;padding:0!important;background:0 0!important;box-shadow:0 14px 30px rgba(0,0,0,.18)!important;overflow:visible!important}.drawer-search-glow,.drawer-search:before{display:none!important}.drawer-search-box{direction:ltr!important;min-height:46px!important;height:46px!important;padding:4px 7px!important;gap:6px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(15,23,42,.1)!important;box-shadow:inset 0 2px 5px rgba(15,23,42,.1)!important}.drawer-search button{order:0!important;width:38px!important;height:38px!important;flex:0 0 38px!important;border-radius:50%!important;color:#050505!important;background:0 0!important;box-shadow:none!important}.drawer-search button i{font-size:2.05rem!important;line-height:1!important;font-weight:900!important}.drawer-search input{direction:rtl!important;text-align:right!important;font-size:0!important;padding:0 6px!important;color:#111827!important}.drawer-search input:focus,.drawer-search input:not(:placeholder-shown){font-size:14px!important;font-weight:800!important}.drawer-search input::placeholder{color:transparent!important;opacity:0!important}.drawer-social{margin:8px auto 18px!important;gap:13px!important;justify-content:center!important}.drawer-social a{font-size:1.08rem!important;color:rgba(255,255,255,.68)!important}.drawer-links{margin-top:14px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.14)!important}}html[data-theme=dark] .drawer-search-box{background:#fff!important;color:#111827!important}@media (max-width:991px){.site-drawer .drawer-head{justify-content:center!important;padding-bottom:16px!important;margin-bottom:16px!important;border-bottom:0!important}.site-drawer .drawer-logo{justify-content:center!important;max-width:100%!important;min-height:54px!important}.site-drawer .drawer-logo img{max-width:155px!important;max-height:54px!important;filter:grayscale(100%) brightness(1.25) contrast(.82)!important;opacity:.82!important}.site-drawer .drawer-logo:hover img{opacity:1!important;filter:grayscale(100%) brightness(1.38) contrast(.9)!important}.site-drawer .drawer-search{width:min(100%,245px)!important;margin:0 auto 14px!important;box-shadow:0 9px 22px rgba(0,0,0,.16)!important}.site-drawer .drawer-search-box{display:flex!important;flex-direction:row!important;direction:ltr!important;align-items:center!important;height:38px!important;min-height:38px!important;padding:3px 6px!important;gap:5px!important;border-radius:999px!important;overflow:hidden!important}.site-drawer .drawer-search button{order:0!important;width:30px!important;height:30px!important;min-width:30px!important;flex:0 0 30px!important;padding:0!important;border:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.site-drawer .drawer-search button i{font-size:1.32rem!important;line-height:1!important}.site-drawer .drawer-search input{order:1!important;display:block!important;flex:1 1 auto!important;min-width:0!important;width:auto!important;height:30px!important;border:0!important;outline:0!important;background:0 0!important;direction:rtl!important;text-align:right!important;font-size:14px!important;font-weight:700!important;line-height:30px!important;padding:0 4px!important;color:#111827!important;pointer-events:auto!important;-webkit-user-select:text!important;user-select:text!important;opacity:1!important}.site-drawer .drawer-search input::placeholder{color:transparent!important;opacity:0!important}.site-drawer .drawer-search input:focus,.site-drawer .drawer-search input:not(:placeholder-shown){font-size:14px!important;font-weight:700!important}}@media (max-width:575px){:root{--drawer-width:76vw!important}.mobile-drawer{max-width:76vw!important}.drawer-search{width:min(100%,270px)!important}.site-drawer .drawer-search{width:min(100%,230px)!important}}@media (max-width:991px){.site-drawer .drawer-search{margin-bottom:8px!important}.site-drawer .drawer-social{width:calc(100% - 18px)!important;margin:0 auto 18px!important;padding:11px 0 13px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:8px!important;direction:ltr!important;border-top:1px solid rgba(255,255,255,.14)!important;border-bottom:1px solid rgba(255,255,255,.14)!important}.site-drawer .drawer-social a{width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.08)!important;color:rgba(255,255,255,.72)!important;font-size:18px!important;line-height:1!important;text-decoration:none!important;opacity:1!important;transition:transform .18s,background .18s,color .18s,border-color .18s!important}.site-drawer .drawer-social a .bi,.site-drawer .drawer-social a .bi-facebook,.site-drawer .drawer-social a .bi-rss-fill,.site-drawer .drawer-social a .bi-youtube,.site-drawer .drawer-social a i{width:18px!important;height:18px!important;min-width:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;line-height:1!important;margin:0!important;padding:0!important}.site-drawer .drawer-social a:focus,.site-drawer .drawer-social a:hover{color:#fff!important;background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.16)!important;transform:translateY(-1px)!important}.site-drawer .drawer-links{border-top:0!important;padding-top:10px!important;margin-top:0!important}}@media (max-width:360px){.site-drawer .drawer-social{gap:6px!important}.site-drawer .drawer-social a{width:31px!important;height:31px!important;min-width:31px!important;flex-basis:31px!important}.site-drawer .drawer-social a .bi,.site-drawer .drawer-social a i{font-size:17px!important;width:17px!important;height:17px!important}}@media (max-width:991px){.site-drawer.mobile-drawer{display:flex!important;flex-direction:column!important;min-height:100dvh!important;overflow:hidden!important}.site-drawer .drawer-head,.site-drawer .drawer-search{flex:0 0 auto!important}.site-drawer .drawer-links{flex:1 1 auto!important;overflow-y:auto!important;padding-bottom:18px!important;margin-bottom:0!important}.site-drawer .drawer-social{flex:0 0 auto!important;width:100%!important;margin:auto auto 0!important;padding:12px 0 6px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:7px!important;direction:ltr!important;border-top:1px solid rgba(255,255,255,.14)!important;border-bottom:0!important;overflow:hidden!important;white-space:nowrap!important}.site-drawer .drawer-social a{width:30px!important;height:30px!important;min-width:30px!important;flex:0 0 30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.08)!important;color:rgba(255,255,255,.72)!important;font-size:16px!important;line-height:1!important;text-decoration:none!important}.site-drawer .drawer-social a .bi,.site-drawer .drawer-social a i{width:16px!important;height:16px!important;min-width:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;line-height:1!important;margin:0!important;padding:0!important}}@media (max-width:360px){.site-drawer .drawer-social{gap:5px!important}.site-drawer .drawer-social a{width:27px!important;height:27px!important;min-width:27px!important;flex-basis:27px!important}.site-drawer .drawer-social a .bi,.site-drawer .drawer-social a i{font-size:15px!important;width:15px!important;height:15px!important}}@media (max-width:991px){.site-drawer.mobile-drawer{display:flex!important;flex-direction:column!important;min-height:100dvh!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:30px!important}.site-drawer .drawer-head,.site-drawer .drawer-search{flex:0 0 auto!important}.site-drawer .drawer-links{flex:0 0 auto!important;overflow:visible!important;padding-bottom:0!important;margin-bottom:0!important}.site-drawer .drawer-social{flex:0 0 auto!important;width:calc(100% - 28px)!important;margin:22px auto 28px!important;padding:13px 0 0!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:7px!important;direction:ltr!important;border-top:1px solid rgba(255,255,255,.14)!important;border-bottom:0!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important}.site-drawer .drawer-social::-webkit-scrollbar{display:none!important}.site-drawer .drawer-social a{width:30px!important;height:30px!important;min-width:30px!important;flex:0 0 30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.08)!important;color:rgba(255,255,255,.72)!important;line-height:1!important;text-decoration:none!important}.site-drawer .drawer-social a .bi,.site-drawer .drawer-social a i{width:16px!important;height:16px!important;min-width:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;line-height:1!important;margin:0!important;padding:0!important}}@media (max-width:360px){.site-drawer .drawer-social{gap:5px!important;width:calc(100% - 20px)!important}.site-drawer .drawer-social a{width:28px!important;height:28px!important;min-width:28px!important;flex-basis:28px!important}}@media (max-width:991px){.site-drawer .drawer-social{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;margin:20px 0 28px!important;padding:12px 4px 0!important;border-top:1px solid rgba(255,255,255,.14)!important;border-bottom:0!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:3px!important;flex-wrap:nowrap!important;overflow:visible!important;white-space:nowrap!important;direction:ltr!important}.site-drawer .drawer-social a{width:26px!important;height:26px!important;min-width:26px!important;max-width:26px!important;flex:0 0 26px!important;margin:0!important;padding:0!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.08)!important;color:rgba(255,255,255,.74)!important;line-height:1!important;text-decoration:none!important}.site-drawer .drawer-social a .bi,.site-drawer .drawer-social a i{width:14px!important;height:14px!important;min-width:14px!important;font-size:14px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important}.mobile-brand-logo{max-width:44%!important;height:50px!important}.mobile-brand-logo img{max-width:100%!important;max-height:44px!important}}@media (max-width:360px){.site-drawer .drawer-social{padding-inline:2px!important;gap:2px!important}.site-drawer .drawer-social a{width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;flex-basis:24px!important}.site-drawer .drawer-social a .bi,.site-drawer .drawer-social a i{width:13px!important;height:13px!important;font-size:13px!important}}html[data-theme=dark] .ed-tag-card,html[data-theme=dark] .ed-tag-card-link,html[data-theme=dark] [class*=ed-tag-buttons-v] .ed-tag-card-link{box-shadow:none!important;outline:0!important;border-top-color:#3a4452!important}html[data-theme=dark] .ed-tag-card-link:hover,html[data-theme=dark] [class*=ed-tag-buttons-v] .ed-tag-card-link:hover{box-shadow:0 6px 16px rgba(0,0,0,.2)!important;border-top-color:#4a5666!important}html[data-theme=dark] .ed-tag-card-link::after,html[data-theme=dark] .ed-tag-card-link::before,html[data-theme=dark] [class*=ed-tag-buttons-v] .ed-tag-card-link::after,html[data-theme=dark] [class*=ed-tag-buttons-v] .ed-tag-card-link::before{box-shadow:none!important;border-top:0!important;background-image:none!important}html[data-theme=dark] .ed-tag-icon,html[data-theme=dark] [class*=ed-tag-buttons-v] .ed-tag-icon{box-shadow:none!important;border-top-color:transparent!important}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-card-link,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-card-link,html[data-theme=dark] [class*=ed-tag-buttons-v] .ed-tag-card-link{border-top:0!important;box-shadow:none!important}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-card-link:hover,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-card-link:hover,html[data-theme=dark] [class*=ed-tag-buttons-v] .ed-tag-card-link:hover{border-top:0!important;box-shadow:0 6px 16px rgba(0,0,0,.18)!important}.seo-landing-wrap{display:grid;gap:1rem}.seo-landing-section{background:var(--bs-body-bg,#fff);border:1px solid rgba(127,127,127,.18);border-radius:16px;padding:1rem 1.1rem}.seo-landing-section h2{font-size:1.05rem;font-weight:800;margin:0 0 .75rem}.seo-landing-section p{line-height:2;margin:0;color:var(--bs-secondary-color,#626b74)}.seo-related-links{display:flex;flex-wrap:wrap;gap:.55rem}.seo-related-links a{display:inline-flex;align-items:center;gap:.25rem;padding:.55rem .8rem;border:1px solid rgba(25,135,84,.22);border-radius:999px;text-decoration:none;background:rgba(25,135,84,.055);color:inherit;font-size:.9rem}.seo-related-links a:hover{border-color:var(--bs-success,#198754);color:var(--bs-success,#198754)}@media(max-width:575.98px){.seo-landing-section{padding:.9rem}.seo-related-links a{width:100%;border-radius:11px}}@media (max-width:575.98px){.seo-landing-section:has(.seo-faq){padding:.78rem}.seo-landing-section:has(.seo-faq)>h2{margin-bottom:.55rem;font-size:.98rem}}.mobile-brand-logo img{object-fit:contain!important}.drawer-logo img{object-fit:contain!important}.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{font-display:swap}.desktop-logo{width:auto!important;max-width:190px!important;min-width:0!important}.desktop-logo img{object-fit:contain!important;display:block!important;width:auto!important;height:auto!important;max-width:190px!important;max-height:54px!important;object-fit:contain!important}.mobile-brand-logo{width:145px!important;max-width:42vw!important;height:42px!important}.drawer-logo img,.mobile-brand-logo img{display:block!important;width:auto!important;height:auto!important;max-width:145px!important;max-height:42px!important;object-fit:contain!important}.ed-tag-explorer .ed-tag-card-link{min-height:66px}.ed-tag-explorer .ed-tag-title{line-height:1.55!important}@media (max-width:640px){.ed-tag-explorer .ed-tag-card-link{min-height:66px}.mobile-brand-logo{width:138px!important;max-width:42vw!important;height:40px!important}.mobile-brand-logo img{max-width:138px!important;max-height:40px!important}}@media (max-width:991px){.mobile-drawer:not(.active),body:not(.menu-open) .site-page{box-shadow:none!important}}html[data-theme=dark] .seo-landing-section{background:#252a32!important;border-color:#39414c!important;color:#f1f5f9!important;box-shadow:0 10px 28px rgba(0,0,0,.16)!important}html[data-theme=dark] .seo-landing-section h2{color:#f8fafc!important}html[data-theme=dark] .seo-landing-section p{color:#cbd5e1!important}html[data-theme=dark] .seo-related-links a{background:#202a29!important;border-color:#356458!important;color:#d8f3e8!important}html[data-theme=dark] .seo-related-links a:focus,html[data-theme=dark] .seo-related-links a:hover{background:#173d32!important;border-color:#55c99a!important;color:#7ce3b8!important}html[data-theme=dark] .seo-faq{--bs-accordion-bg:#252a32;--bs-accordion-color:#e8edf3;--bs-accordion-border-color:#3b434e;--bs-accordion-btn-color:#eef2f7;--bs-accordion-btn-bg:#252a32;--bs-accordion-active-color:#72e2b5;--bs-accordion-active-bg:#202d2a}@media (max-width:991px){.site-drawer .drawer-social-top{order:0;display:flex!important;flex-wrap:wrap;justify-content:center!important;align-items:center;gap:13px!important}.site-drawer .drawer-social-top a{flex:0 0 34px;font-size:18px!important}.site-drawer .drawer-social-top i,.site-drawer .drawer-social-top i::before{display:inline-block!important;opacity:1!important;visibility:visible!important}.site-drawer .drawer-social-top{display:grid!important;grid-template-columns:repeat(auto-fit,36px)!important;justify-content:center!important;align-items:center!important;column-gap:10px!important;row-gap:10px!important;max-width:340px!important;direction:ltr!important}.site-drawer .drawer-social-top .drawer-social-link,.site-drawer .drawer-social-top a{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;flex:none!important;aspect-ratio:1/1!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.15)!important;background:rgba(255,255,255,.065)!important;color:rgba(255,255,255,.82)!important;line-height:1!important;text-decoration:none!important;overflow:hidden!important}.site-drawer .drawer-social-top a .bi,.site-drawer .drawer-social-top a i{display:block!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;line-height:1!important;transform:none!important;font-size:14px!important}.site-drawer .drawer-social-top .social-x-icon{display:block!important;flex:0 0 15px!important}.site-drawer .drawer-social-top a:focus-visible,.site-drawer .drawer-social-top a:hover{background:rgba(255,255,255,.13)!important;border-color:rgba(255,255,255,.28)!important;color:#fff!important;transform:translateY(-1px)!important}.site-drawer.mobile-drawer{display:flex!important;flex-direction:column!important;overflow-x:hidden!important}.site-drawer .drawer-search-divider{display:block!important;width:calc(100% - 24px)!important;height:1px!important;flex:0 0 1px!important;margin:18px auto 12px!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2) 15%,rgba(255,255,255,.2) 85%,transparent)!important}.site-drawer .drawer-links{margin-top:0!important}.site-drawer .drawer-quick-actions{margin-top:auto!important;margin-inline:-22px!important;margin-bottom:-24px!important;padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px))!important;min-height:86px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;align-items:stretch!important;border-top:1px solid rgba(255,255,255,.09)!important;background:rgba(7,12,18,.38)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.site-drawer .drawer-quick-action{min-width:0!important;min-height:56px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:8px 4px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:14px!important;color:#e5e7eb!important;background:rgba(255,255,255,.035)!important;text-decoration:none!important;transition:transform .2s,background .2s,border-color .2s,color .2s!important}.site-drawer .drawer-quick-action .bi,.site-drawer .drawer-quick-action i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;font-size:21px!important;line-height:1!important;color:#f8fafc!important}.site-drawer .drawer-quick-action span{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;font-weight:800!important;line-height:1.2!important}.site-drawer .drawer-quick-action:focus-visible,.site-drawer .drawer-quick-action:hover{transform:translateY(-2px)!important;color:#fff!important;background:rgba(16,185,129,.13)!important;border-color:rgba(52,211,153,.28)!important}.site-drawer .drawer-quick-action-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important}.site-drawer .drawer-quick-action:focus-visible .drawer-quick-action-icon,.site-drawer .drawer-quick-action:hover .drawer-quick-action-icon{color:#6ee7b7!important}.site-drawer.mobile-drawer{padding-top:0!important}.site-drawer .drawer-head{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important}.site-drawer .drawer-social-top{display:flex!important;flex-wrap:nowrap!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:none!important;margin:0 auto 12px!important;padding:0!important;gap:7px!important;border:0!important;border-top:0!important;box-shadow:none!important;overflow:visible!important}.site-drawer .drawer-social-top::after,.site-drawer .drawer-social-top::before{display:none!important;content:none!important}.site-drawer .drawer-social-top .drawer-social-link,.site-drawer .drawer-social-top a{width:30px!important;min-width:30px!important;max-width:30px!important;height:30px!important;min-height:30px!important;max-height:30px!important;flex:0 0 30px!important}.site-drawer .drawer-social-top .social-x-icon{width:12px!important;height:12px!important;flex:0 0 12px!important}.site-drawer .drawer-search{margin-top:0!important}.site-drawer .drawer-search-divider{margin-top:14px!important}.site-drawer .drawer-quick-action-icon{display:flex!important;visibility:visible!important;opacity:1!important;width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;margin:0 auto!important;color:#f8fafc!important;line-height:1!important}.site-drawer .drawer-quick-action-icon svg{fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;display:block!important;visibility:visible!important;opacity:1!important;width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;overflow:visible!important}.site-drawer .drawer-quick-action{gap:5px!important}}@media (max-width:360px){.site-drawer .drawer-social-top{gap:5px!important}.site-drawer .drawer-social-top .drawer-social-link,.site-drawer .drawer-social-top a{width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;flex-basis:28px!important}}@media (max-width:991px){.site-drawer.mobile-drawer{padding-top:12px!important;padding-bottom:0!important}.site-drawer .drawer-social-top{margin-top:0!important;margin-bottom:12px!important;padding-top:0!important}.site-drawer .drawer-quick-actions{margin-bottom:0!important;padding-bottom:calc(18px + max(env(safe-area-inset-bottom,0px),34px))!important;min-height:118px!important;flex:0 0 auto!important}}@media (max-height:700px) and (max-width:991px){.site-drawer .drawer-quick-actions{padding-top:10px!important;padding-bottom:calc(12px + max(env(safe-area-inset-bottom,0px),26px))!important;min-height:104px!important}}@media (max-width:991px){.site-drawer.mobile-drawer{height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;padding-bottom:0!important}.site-drawer .drawer-links{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;padding-bottom:18px!important;scrollbar-width:thin!important}.site-drawer .drawer-quick-actions{position:relative!important;inset:auto!important;margin-top:auto!important;margin-inline:-18px!important;margin-bottom:0!important;padding:9px 12px calc(58px + env(safe-area-inset-bottom,0px))!important;min-height:0!important;height:auto!important;flex:0 0 auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.site-drawer .drawer-quick-action{min-height:62px!important;height:62px!important;max-height:62px!important;padding:7px 3px!important;gap:4px!important;border-radius:13px!important}.site-drawer .drawer-quick-action-icon{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important}.site-drawer .drawer-quick-action-icon svg{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important}.site-drawer .drawer-quick-action>span:last-child{width:100%!important;padding-inline:2px!important;font-size:10.5px!important;line-height:1.15!important;text-align:center!important}}@media (max-width:380px){.site-drawer .drawer-quick-actions{gap:5px!important;padding-inline:8px!important}.site-drawer .drawer-quick-action{min-height:58px!important;height:58px!important;max-height:58px!important;border-radius:11px!important}.site-drawer .drawer-quick-action>span:last-child{font-size:9.5px!important}}@supports not (height:100dvh){@media (max-width:991px){.site-drawer.mobile-drawer{height:100vh!important;max-height:100vh!important}}}@media (max-width:991px){.site-drawer,.site-drawer .drawer-links{overflow-x:hidden!important}.site-drawer .drawer-links a{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;transform:none!important;margin-inline:0!important}.site-drawer .drawer-links a.active,.site-drawer .drawer-links a:active,.site-drawer .drawer-links a:focus,.site-drawer .drawer-links a:focus-visible,.site-drawer .drawer-links a:hover,.site-drawer .drawer-links a[aria-current=page]{transform:none!important;width:100%!important;max-width:100%!important}.site-drawer .drawer-links a>span:last-child{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.site-drawer .drawer-menu-divider{display:block!important;width:calc(100% - 20px)!important;height:1px!important;flex:0 0 1px!important;margin:8px auto 10px!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18) 15%,rgba(255,255,255,.18) 85%,transparent)!important;border:0!important;pointer-events:none!important}}.ed-assessment-branch-tabs{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:thin;padding:2px 1px 10px;margin:0 0 12px;scroll-snap-type:x proximity}.ed-assessment-branch-tab{--branch-accent:#64748b;--branch-soft:color-mix(in srgb,var(--branch-accent) 11%,#fff);flex:0 0 auto;min-height:38px;padding:7px 14px;border:1px solid color-mix(in srgb,var(--branch-accent) 25%,#e2e8f0);border-radius:12px;background:var(--branch-soft);color:var(--branch-accent);font:inherit;font-size:.88rem;font-weight:900;line-height:1.25;cursor:pointer;scroll-snap-align:start;transition:background .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s}.ed-assessment-branch-tab:hover{border-color:var(--branch-accent);transform:translateY(-1px)}.ed-assessment-branch-tab.is-active{background:var(--branch-accent);border-color:var(--branch-accent);color:#fff;box-shadow:0 7px 17px color-mix(in srgb,var(--branch-accent) 25%,transparent)}.ed-assessment-branch-panel[hidden]{display:none!important}.ed-assessment-branch-panel.is-active{animation:.18s both edBranchPanelIn}@keyframes edBranchPanelIn{from{opacity:.35;transform:translateY(3px)}to{opacity:1;transform:none}}html[data-theme=dark] .ed-assessment-branch-tab{--branch-soft:color-mix(in srgb,var(--branch-accent) 16%,#20242b);border-color:color-mix(in srgb,var(--branch-accent) 30%,#39414d)}html[data-theme=dark] .ed-assessment-branch-tab:not(.is-active){color:color-mix(in srgb,var(--branch-accent) 72%,#f8fafc)}.ed-tag-buttons-v120,.ed-tag-buttons-v120 .ed-tag-group{contain:layout style}.ed-tag-buttons-v120 .ed-assessment-branch-tabs{min-height:50px;scrollbar-gutter:stable}.ed-tag-buttons-v120 .ed-assessment-branch-panel.is-active{animation:none!important}.page-description.category-description{text-rendering:optimizeSpeed}.desktop-top-search input::placeholder{color:#555d66!important;opacity:1!important}html[data-theme=dark] .desktop-top-search input::placeholder{color:#b7c0ca!important;opacity:1!important}.ed-tag-explorer.ed-tag-buttons-v120{font-synthesis:none}.ed-tag-buttons-v120 .ed-assessment-branch-tabs,.ed-tag-buttons-v120 .ed-tag-card-link,.ed-tag-buttons-v120 .ed-tag-group-list,.ed-tag-buttons-v120 .ed-tag-group-title{box-sizing:border-box}.desktop-top-search input{color:#374151!important;background-color:#fff!important}.desktop-top-search input::-webkit-input-placeholder,.desktop-top-search input::placeholder{color:#4b5563!important;opacity:1!important}.desktop-top-search input::-moz-placeholder{color:#4b5563!important;opacity:1!important}.desktop-top-search input:-ms-input-placeholder{color:#4b5563!important;opacity:1!important}html[data-theme=dark] .desktop-top-search input{color:#f3f4f6!important;background-color:#2b2d34!important}html[data-theme=dark] .desktop-top-search input::-webkit-input-placeholder,html[data-theme=dark] .desktop-top-search input::placeholder{color:#d1d5db!important;opacity:1!important}html[data-theme=dark] .desktop-top-search input::-moz-placeholder{color:#d1d5db!important;opacity:1!important}@keyframes edRankingFade{from{opacity:.35;transform:translateY(3px)}to{opacity:1;transform:none}}.ed-article-card-thumb{display:none}.ed-legacy-articles.is-card-view .ed-legacy-year-block{margin:0}.ed-legacy-articles.is-card-view .ed-legacy-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ed-legacy-articles.is-card-view .ed-legacy-row{position:relative;display:flex;flex-direction:column;box-shadow:0 7px 22px rgba(15,23,42,.06);transition:transform .18s,box-shadow .18s,border-color .18s}.ed-legacy-articles.is-card-view .ed-legacy-row:hover{border-color:color-mix(in srgb,var(--brand,#008b57) 38%,#dfe6ee)!important;box-shadow:0 14px 32px rgba(15,23,42,.11);transform:translateY(-4px)!important;box-shadow:0 15px 34px rgba(15,23,42,.13)!important}.ed-legacy-articles.is-card-view .ed-article-card-thumb{order:0;aspect-ratio:16/10}.ed-legacy-articles.is-card-view .ed-legacy-row:hover .ed-article-card-thumb img{transform:scale(1.025)}.ed-legacy-articles.is-card-view .ed-article-card-placeholder{display:grid;place-items:center;font-size:2.2rem}.ed-legacy-articles.is-card-view .ed-legacy-title{order:1}.ed-legacy-articles.is-card-view .ed-legacy-meta{order:2;display:flex!important;align-items:center;gap:7px}.ed-legacy-articles.is-card-view .ed-legacy-file{inset-inline-end:10px;backdrop-filter:blur(8px);box-shadow:0 4px 12px rgba(15,23,42,.18)}html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-article-card-thumb{background:#1d2025;border-color:#39414a}@media (max-width:991.98px){.ed-legacy-articles.is-card-view .ed-legacy-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:575.98px){.ed-assessment-branch-tabs{gap:6px;margin-bottom:9px;padding-bottom:8px}.ed-assessment-branch-tab{min-height:34px;padding:6px 11px;border-radius:10px;font-size:.78rem}.ed-tag-buttons-v120 .ed-assessment-branch-tabs{min-height:43px}.ed-legacy-articles.is-card-view .ed-legacy-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ed-legacy-articles.is-card-view .ed-legacy-row{border-radius:12px!important}.ed-legacy-articles.is-card-view .ed-article-card-thumb{aspect-ratio:4/3}.ed-legacy-articles.is-card-view .ed-legacy-title{padding:10px 10px 6px;font-size:.82rem!important;line-height:1.55;min-height:60px}.ed-legacy-articles.is-card-view .ed-legacy-meta{padding:0 9px 10px;gap:4px;flex-wrap:wrap}.ed-legacy-articles.is-card-view .ed-legacy-file{top:7px;inset-inline-end:7px;width:32px!important;height:32px!important;border-radius:9px!important}.ed-legacy-articles.is-card-view .ed-legacy-solution,.ed-legacy-articles.is-card-view .ed-legacy-year{font-size:.68rem!important;padding:3px 6px!important}}@media (max-width:360px){.ed-legacy-articles.is-card-view .ed-legacy-list{grid-template-columns:1fr}}.ed-legacy-articles.is-card-view .ed-legacy-box{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;padding:0!important;background:0 0!important;border:0!important;box-shadow:none!important;overflow:visible!important}.ed-legacy-articles.is-card-view .ed-legacy-list,.ed-legacy-articles.is-card-view .ed-legacy-year-block{display:contents!important}.ed-legacy-articles.is-card-view .ed-legacy-row{display:flex!important;flex-direction:column!important;min-width:0!important;min-height:100%!important;padding:0!important;margin:0!important;border:1px solid #dfe6ee!important;border-radius:17px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 7px 24px rgba(15,23,42,.07)!important;transform:none}.ed-legacy-articles.is-card-view .ed-article-card-thumb{display:block!important;order:1!important;width:100%!important;aspect-ratio:4/3!important;min-height:0!important;border:0!important;border-bottom:1px solid #e7edf2!important;border-radius:0!important;background:#f3f6f8!important;overflow:hidden!important}.ed-legacy-articles.is-card-view .ed-article-card-thumb img{object-fit:cover;object-position:center;background:#f8fafc;transition:transform .25s;display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border:0!important;border-radius:0!important;margin:0!important;position:relative;z-index:2;opacity:0}.ed-legacy-articles.is-card-view .ed-article-card-placeholder{display:grid!important;place-items:center!important;width:100%!important;height:100%!important}.ed-legacy-articles.is-card-view .ed-legacy-title{order:2!important;width:100%!important;padding:14px 14px 9px!important;margin:0!important;font-size:.96rem!important;font-weight:800!important;line-height:1.65!important;text-align:right!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.ed-legacy-articles.is-card-view .ed-legacy-meta{order:3!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;width:100%!important;padding:0 14px 14px!important;margin-top:auto!important;align-items:center!important}.ed-legacy-articles.is-card-view .ed-legacy-solution,.ed-legacy-articles.is-card-view .ed-legacy-year{position:static!important;inset:auto!important;width:auto!important;height:auto!important;margin:0!important}.ed-legacy-articles.is-card-view .ed-legacy-file{position:absolute!important;z-index:4!important;top:10px!important;inset-inline-end:10px!important;inset-inline-start:auto!important;width:38px!important;height:38px!important;margin:0!important;border-radius:11px!important;background:rgba(30,41,51,.88)!important;color:#fff!important;backdrop-filter:blur(8px)}.ed-legacy-articles.is-card-view .ed-plain-row .ed-legacy-title{min-height:68px!important;padding-bottom:14px!important}html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-row{box-shadow:0 8px 25px rgba(0,0,0,.22);background:#24272d!important;border-color:#39414a!important}@media(max-width:1199.98px){.ed-legacy-articles.is-card-view .ed-legacy-box{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important}}@media(max-width:767.98px){.ed-legacy-articles.is-card-view .ed-legacy-box{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.ed-legacy-articles.is-card-view .ed-legacy-row{border-radius:13px!important}.ed-legacy-articles.is-card-view .ed-legacy-title{min-height:66px!important;padding:10px 10px 7px!important;font-size:.82rem!important;line-height:1.55!important}.ed-legacy-articles.is-card-view .ed-legacy-meta{padding:0 9px 10px!important;gap:4px!important}.ed-legacy-articles.is-card-view .ed-legacy-file{top:7px!important;inset-inline-end:7px!important;width:32px!important;height:32px!important;border-radius:9px!important}.ed-legacy-articles.is-card-view .ed-legacy-solution,.ed-legacy-articles.is-card-view .ed-legacy-year{font-size:.68rem!important;padding:3px 6px!important}}@media(max-width:359.98px){.ed-legacy-articles.is-card-view .ed-legacy-box{grid-template-columns:1fr!important}}.ed-legacy-articles.is-card-view .ed-legacy-solution,.ed-legacy-articles.is-card-view .ed-legacy-year{min-height:24px!important;padding:4px 9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;font-weight:800!important;border-radius:999px!important;box-shadow:none!important}html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-year{background:#46515e!important;color:#fff!important;border:1px solid #5d6976!important}html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-solution{background:#eef2f6!important;color:#4b5865!important;border:1px solid #cfd7df!important}html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-row.has-solution .ed-legacy-solution{background:#07945b!important;color:#fff!important;border-color:#18ad72!important}@media(max-width:575.98px){.ed-legacy-articles.is-card-view .ed-legacy-solution,.ed-legacy-articles.is-card-view .ed-legacy-year{min-height:22px!important;padding:3px 7px!important}}.ed-legacy-articles.is-card-view .ed-legacy-title{display:block!important;min-height:0!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;overflow-wrap:anywhere;word-break:normal}.ed-legacy-articles.is-card-view .ed-article-card-thumb{position:relative}.ed-legacy-articles.is-card-view .ed-article-card-placeholder{position:absolute!important;inset:0;z-index:1;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:14px;text-align:center;color:#7b8794;background:linear-gradient(145deg,#f8fafc,#eef3f6)}.ed-legacy-articles.is-card-view .ed-article-card-thumb.is-image-loaded img{opacity:1}.ed-legacy-articles.is-card-view .ed-article-card-thumb.is-image-error img,.ed-legacy-articles.is-card-view .ed-article-card-thumb.is-image-loaded .ed-article-card-placeholder{display:none!important}html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-article-card-placeholder{color:#9aa6b2;background:linear-gradient(145deg,#252a31,#1d2127)}@media(max-width:767.98px){.ed-legacy-articles.is-card-view .ed-legacy-title{min-height:0!important}}.ed-article-card-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column}.ed-article-card-placeholder i{font-size:56px;color:#9aa8b8;width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(120,130,150,.08)}html[data-theme=dark] .ed-article-card-placeholder i{color:#76869a;background:rgba(255,255,255,.05)}@keyframes edTagsSafeReveal{to{visibility:visible;opacity:1}}.ed-tag-explorer[data-ed-tag-explorer]{visibility:hidden;opacity:0;animation:0s 1.5s forwards edTagsSafeReveal}.ed-tag-explorer[data-ed-tag-explorer].ed-tags-ready{visibility:visible;opacity:1;animation:none}.seo-landing-wrap{margin-top:1rem!important;gap:.75rem!important}.seo-landing-section:has(.seo-faq){padding:.75rem .85rem!important}.seo-landing-section:has(.seo-faq)>h2{margin:0 0 .6rem!important;font-size:1.55rem!important;line-height:1.45!important;font-weight:500!important}@media(max-width:575.98px){.seo-landing-section:has(.seo-faq){padding:.6rem!important}.seo-landing-section:has(.seo-faq)>h2{margin-bottom:.45rem!important;font-size:1.3rem!important}}.seo-faq{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;row-gap:0!important}.seo-faq .accordion-collapse,.seo-faq .accordion-collapse.show{height:auto!important;min-height:0!important;max-height:none!important;flex:none!important;transition:none!important}.seo-faq .accordion-collapse:not(.show):not(.collapsing){display:none!important}.seo-faq .accordion-collapse.show{display:block!important}.seo-faq-section{height:auto!important;min-height:0!important;padding:.65rem .75rem!important}.seo-faq-native{display:block!important;height:auto!important;min-height:0!important}.seo-faq-native .seo-faq-item{display:block!important;height:auto!important;min-height:0!important;margin:0 0 .55rem!important;border:1px solid rgba(127,127,127,.22);border-radius:5px;overflow:hidden;background:0 0}.seo-faq-native .seo-faq-item:last-child{margin-bottom:0!important}.seo-faq-native .seo-faq-question{position:relative;display:block!important;height:auto!important;min-height:40px!important;margin:0!important;padding:.48rem 1.8rem .48rem .7rem!important;background:rgba(127,127,127,.07);font-size:1rem!important;font-weight:700!important;line-height:1.5!important;cursor:pointer;list-style:none}.seo-faq-native .seo-faq-question::-webkit-details-marker{display:none}.seo-faq-native .seo-faq-question::before{content:'◀';position:absolute;inset-inline-start:.65rem;top:50%;transform:translateY(-50%);font-size:.72rem;line-height:1;transition:transform .15s}.seo-faq-native .seo-faq-item[open]>.seo-faq-question::before{transform:translateY(-50%) rotate(-90deg)}.seo-faq-native .seo-faq-answer{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:.5rem .7rem .58rem!important;font-size:.9rem!important;line-height:1.75!important;text-align:right!important}html[data-theme=dark] .desktop-site-header{background:#25272d!important}html[data-theme=dark] .desktop-logo-area,html[data-theme=dark] .desktop-site-header .container{background-color:#25272d!important;border-color:#383b43!important}html[data-theme=dark] .site-page,html[data-theme=dark] main{color:#e5e7eb}html[data-theme=dark] .card{background-color:#111827!important;border-color:#2b394c!important;color:#e5e7eb!important}html[data-theme=dark] .ed-articles-v72 .ed-legacy-row,html[data-theme=dark] .ed-legacy-articles .ed-legacy-row{background:#222832!important;border-color:#3a4655!important;color:#f1f5f9!important;box-shadow:none!important}html[data-theme=dark] .ed-articles-v72 .ed-legacy-row:hover,html[data-theme=dark] .ed-legacy-articles .ed-legacy-row:hover{background:#28313d!important;border-color:#536174!important;box-shadow:0 8px 22px rgba(0,0,0,.22)!important}html[data-theme=dark] .ed-articles-v72 .ed-legacy-title,html[data-theme=dark] .ed-legacy-articles .ed-legacy-title{color:#f1f5f9!important}html[data-theme=dark] .ed-articles-v72 .ed-legacy-file,html[data-theme=dark] .ed-legacy-articles .ed-legacy-file{background:#465463!important;color:#f8fafc!important;border-color:#596879!important}html[data-theme=dark] .ed-articles-v72 .ed-legacy-year,html[data-theme=dark] .ed-legacy-articles .ed-legacy-year{background:#3b4857!important;color:#f1f5f9!important;border:1px solid #526174!important;text-shadow:none!important}html[data-theme=dark] .ed-articles-v72 .ed-legacy-solution,html[data-theme=dark] .ed-legacy-articles .ed-legacy-solution{background:#303b49!important;color:#cbd5e1!important;border:1px solid #4b5b6f!important;box-shadow:none!important}html[data-theme=dark] .ed-articles-v72 .ed-legacy-solution i,html[data-theme=dark] .ed-legacy-articles .ed-legacy-solution i{color:#94a3b8!important}html[data-theme=dark] .ed-articles-v72 .ed-legacy-row.has-solution .ed-legacy-solution,html[data-theme=dark] .ed-legacy-articles .ed-legacy-row.has-solution .ed-legacy-solution{background:#059669!important;color:#fff!important;border-color:#10b981!important}html[data-theme=dark] .ed-articles-v72 .ed-legacy-row.has-solution .ed-legacy-solution i,html[data-theme=dark] .ed-legacy-articles .ed-legacy-row.has-solution .ed-legacy-solution i{color:#fff!important}html[data-theme=dark] .ed-articles-v72 .ed-article-tools{background:#171d26!important;border-color:#354152!important}html[data-theme=dark] .ed-articles-v72 .ed-tool-btn,html[data-theme=dark] .ed-articles-v72 .ed-tool-search{background:#1d2530!important;border-color:#3b4858!important;color:#dbe4ef!important}html[data-theme=dark] .ed-articles-v72 .ed-tool-btn:hover,html[data-theme=dark] .ed-articles-v72 .ed-tool-search:hover{background:#273240!important;border-color:#58687b!important;color:#fff!important}html[data-theme=dark] .ed-articles-v72 .ed-tool-btn.is-active{background:#0d3b2d!important;border-color:#167456!important;color:#6ee7b7!important}html[data-theme=dark] .ed-articles-v72 .ed-article-no-results{background:#1d2530!important;border-color:#445164!important;color:#aebdce!important}@media(max-width:575.98px){.seo-faq-section{padding:.55rem!important}.seo-faq-native .seo-faq-item{margin-bottom:.5rem!important}.seo-faq-native .seo-faq-question{min-height:38px!important;padding:.42rem 1.65rem .42rem .6rem!important;font-size:.9rem!important;line-height:1.5!important}.seo-faq-native .seo-faq-answer{padding:.45rem .6rem .52rem!important;font-size:.84rem!important;line-height:1.7!important}}
/* توحيد قائمة صفحات الوسوم مع القائمة العامة: بلا سهم سفلي وبمسافات مضبوطة. */
@media(min-width:992px){.desktop-main-nav a{padding-inline:12px!important}.desktop-main-nav a:not(.home-link)::after{display:none!important;content:none!important}.desktop-main-nav a .nav-icon.bi{margin-inline-end:6px!important}}
@media(min-width:992px) and (max-width:1199.98px){.desktop-main-nav a{padding-inline:9px!important}.desktop-main-nav a .nav-icon.bi{margin-inline-end:5px!important}}
