: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}*{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}.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{height:40px;display:flex;align-items:center;direction:rtl}.desktop-top-search button{width:42px;height:40px;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{height:40px;width:120px;border:0;border-inline-start:1px solid #e7e7e7;background:#fff;padding:0 12px;text-align:center;color:#777;outline:0}.desktop-social{display:flex;align-items:center;gap:8px;margin-inline-end:auto;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;max-width:360px}.desktop-logo img{display:block;max-width:100%;height:auto;max-height:86px;object-fit:contain}.logo-text{font-size:46px;letter-spacing:-2px;line-height:1;color:var(--brand)}.desktop-main-nav{height:66px;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;padding:0 17px;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}.desktop-main-nav a:hover{background:#333;color:#fff}.desktop-main-nav .home-link{background:var(--brand);width:68px;padding:0;margin-inline-start:0;border:0}.home-shape{width:30px;height:23px;background:#fff;display:block;position:relative;border-radius:2px;margin-top:9px}.home-shape:before{content:"";position:absolute;left:3px;right:3px;top:-14px;height:23px;background:#fff;transform:rotate(45deg);border-radius:3px}.home-shape:after{content:"";position:absolute;width:8px;height:11px;background:var(--brand);bottom:0;left:11px;border-radius:1px 1px 0 0}.desktop-feature-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:270px 270px;gap:2px;background:#fff}.feature-tile{position:relative;min-height:210px;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:flex-start;text-decoration:none;overflow:hidden}.feature-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.55))}.feature-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,139,87,.18),rgba(0,0,0,.08));opacity:.85}.feature-tile span{position:relative;z-index:2;color:#fff;font-size:25px;font-weight:800;line-height:1.45;text-shadow:0 2px 8px rgba(0,0,0,.45);padding:24px;text-align:right;width:100%}.tile-1{grid-column:1/4;grid-row:1;background-image:linear-gradient(135deg,#0b3b4b,#10766d)}.tile-2{grid-column:4/7;grid-row:1;background-image:linear-gradient(135deg,#8b6b37,#334155)}.tile-3{grid-column:1/3;grid-row:2;background-image:linear-gradient(135deg,#6388a4,#d7b46a)}.tile-4{grid-column:3/5;grid-row:2;background-image:linear-gradient(135deg,#334155,#767676)}.tile-5{grid-column:5/7;grid-row:2;background-image:linear-gradient(135deg,#5c6b7a,#a27d55)}.mobile-hero{display:none;background:linear-gradient(135deg,#eef3f8,#fff);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.section-title{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:10px}.section-title h2{font-size:24px;font-weight:900;margin:0;color:#292929}.section-title:after,.section-title:before{content:"";height:1px;background:#e5e7eb;flex:1;max-width:180px}.category-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:18px;color:#222;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:.2s}.category-card:hover{border-color:var(--brand);box-shadow:0 8px 22px rgba(0,0,0,.08);transform:translateY(-2px);color:var(--brand)}.category-mark{width:36px;height:36px;border:2px solid var(--brand);border-radius:7px;flex:0 0 auto;position:relative}.category-mark:after{content:"";position:absolute;inset:8px;border-top:2px solid var(--brand);border-bottom:2px solid var(--brand)}.category-content{display:flex;flex-direction:column}.category-content strong{font-size:18px;margin-bottom:7px}.category-content small{color:#777;line-height:1.7}.article-card{background:#fff;border:1px solid #e5e5e5;border-radius:5px;overflow:hidden;height:100%;box-shadow:0 1px 3px rgba(0,0,0,.04)}.article-thumb{display:block;height:150px;background-size:cover;background-position:center}.article-body{padding:18px}.article-meta{font-size:13px;color:var(--brand);font-weight:800;margin-bottom:8px}.article-body h3{font-size:18px;line-height:1.55;margin:0 0 10px}.article-body h3 a{color:#222}.article-body h3 a:hover{color:var(--brand)}.article-body p{color:#777;line-height:1.8;margin:0}.bg-white,.card,.list-group-item{border-radius:5px;border-color:#e5e5e5!important}.btn,.form-control,.form-select,.page-link{border-radius:4px}.btn-primary{background:var(--brand);border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.article-content{font-size:1.1rem;line-height:2.05}.article-content img{max-width:100%;height:auto;border-radius:6px}.ratio iframe{border:0;border-radius:6px;background:#fff}.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{display:block;max-width:155px;max-height:54px;object-fit:contain;filter:grayscale(100%) brightness(1.25) contrast(.82);opacity:.82;transition:.25s ease}.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 ease}.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}[data-bs-theme=dark] .drawer-search,body.dark-mode .drawer-search,body.theme-dark .drawer-search,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)}[data-bs-theme=dark] .drawer-search:before,body.dark-mode .drawer-search:before,body.theme-dark .drawer-search:before,html[data-theme=dark] .drawer-search:before{background:radial-gradient(circle at 70% 20%,rgba(34,197,94,.18),transparent 40%)}[data-bs-theme=dark] .drawer-search-box,body.dark-mode .drawer-search-box,body.theme-dark .drawer-search-box,html[data-theme=dark] .drawer-search-box{background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(2,6,23,.94));border-color:rgba(148,163,184,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}[data-bs-theme=dark] .drawer-search input,body.dark-mode .drawer-search input,body.theme-dark .drawer-search input,html[data-theme=dark] .drawer-search input{color:#f8fafc}[data-bs-theme=dark] .drawer-search input::placeholder,body.dark-mode .drawer-search input::placeholder,body.theme-dark .drawer-search input::placeholder,html[data-theme=dark] .drawer-search input::placeholder{color:#94a3b8}[data-bs-theme=dark] .drawer-search button,body.dark-mode .drawer-search button,body.theme-dark .drawer-search button,html[data-theme=dark] .drawer-search button{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 10px 24px rgba(16,185,129,.2)}[data-bs-theme=dark] .drawer-search-glow,body.dark-mode .drawer-search-glow,body.theme-dark .drawer-search-glow,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 ease}.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 ease}.mobile-menu-btn span{position:absolute;width:20px;height:2px;background:currentColor;border-radius:10px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.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-card{background:var(--theme-footer-bg,#fff);border:1px solid #ddd;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.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)}.admin-body{background:#f3f6fb;background-image:none}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{width:270px;background:#101827;color:#fff;min-height:100vh;padding:20px;position:sticky;top:0;flex-direction:column}.admin-brand{display:block;color:#fff;text-decoration:none;font-weight:900;font-size:1.35rem;margin-bottom:24px}.admin-sidebar nav{display:flex;flex-direction:column;gap:8px}.admin-sidebar nav a{color:#d7deeb;text-decoration:none;padding:13px 14px;border-radius:14px;font-weight:700;display:flex;align-items:center;gap:10px}.admin-sidebar nav a:hover{background:rgba(255,255,255,.09);color:#fff}.admin-content{flex:1;min-width:0}.admin-topbar{height:72px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:16px;padding:0 24px;position:sticky;top:0;z-index:1000}.admin-topbar h1{font-size:1.25rem;margin:0;font-weight:900}.admin-user{margin-inline-start:auto;display:flex;align-items:center;gap:12px}.admin-page{padding:24px}.table td,.table th{vertical-align:middle}.table-responsive{border-radius:18px}.auth-card{max-width:480px;margin:48px auto}@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}.desktop-feature-grid{grid-template-rows:230px 230px}.feature-tile span{font-size:22px}}@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}.mobile-search-btn{width:44px;height:44px;border:1px solid #dbe1ea;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#111827;background:#fff;position:relative}.mobile-search-btn span{width:16px;height:16px;border:3px solid currentColor;border-radius:50%;display:block;position:relative}.mobile-search-btn span:after{content:"";position:absolute;width:8px;height:3px;background:currentColor;transform:rotate(45deg);right:-6px;bottom:-4px;border-radius:3px}.site-container{margin-top:14px;border:0;padding:14px!important}.desktop-feature-grid{display:none}.mobile-hero{display:block}.footer-card{align-items:flex-start;flex-direction:column}.admin-topbar{padding:0 14px}.admin-user span{display:none}.admin-page{padding:16px}.card-body{padding:1rem}.category-card{border-radius:14px}.article-card{border-radius:14px}.footer-card{border-radius:14px}}@media (max-width:575px){:root{--drawer-width:300px}.display-6{font-size:1.75rem}.mobile-hero{padding:1.35rem!important}.site-footer{padding-bottom:18px}.table{font-size:.9rem}}.logo-preview-box{min-height:74px;border:1px dashed #cfd6df;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;padding:12px}.logo-preview-box img{max-width:100%;max-height:58px;object-fit:contain}.nav-icon.bi{width:22px;height:22px;flex:0 0 22px;border:0!important;border-radius:0!important;transform:none!important;display:inline-flex;align-items:center;justify-content:center;font-size:1.08rem;line-height:1;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}.desktop-main-nav a:not(.home-link):after{margin-inline-start:8px}.admin-mobile-drawer .nav-icon.bi,.admin-sidebar .nav-icon.bi{font-size:1.05rem;color:#d7deeb}.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 ease,color .2s ease,border-color .2s ease,transform .2s ease}.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 ease}.theme-toggle.is-dark i{transform:rotate(-18deg)}.desktop-theme-toggle{height:32px;min-width:auto;font-size:13px;padding:0 12px;margin-inline:6px;box-shadow:none;background:#fff;direction:rtl}.mobile-theme-toggle{width:44px;height:44px;padding:0;border-radius:14px;background:#fff}.drawer-tools{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}.theme-toggle-drawer{width:100%;height:48px;justify-content:flex-start;background:rgba(255,255,255,.08);color:#f3f4f6;border-color:rgba(255,255,255,.14);box-shadow:none}.theme-toggle-drawer:hover{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.22)}.admin-theme-toggle{margin-inline-start:auto;width:42px;padding:0;background:#fff}.admin-topbar .admin-theme-toggle+.admin-user{margin-inline-start:0}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}html[data-theme=dark] body{background:#0f172a;color:var(--text);background-image:radial-gradient(rgba(148,163,184,.14) 1px,transparent 1px)}html[data-theme=dark] .article-card,html[data-theme=dark] .bg-white,html[data-theme=dark] .card,html[data-theme=dark] .category-card,html[data-theme=dark] .desktop-logo-area,html[data-theme=dark] .desktop-site-header .container,html[data-theme=dark] .footer-card,html[data-theme=dark] .list-group-item,html[data-theme=dark] .mobile-site-header,html[data-theme=dark] .site-container{background:#111827!important;color:var(--text)!important;border-color:var(--border)!important}html[data-theme=dark] .desktop-topbar{background:#0b1220;border-color:var(--border)}html[data-theme=dark] .article-body h3 a,html[data-theme=dark] .category-card,html[data-theme=dark] .desktop-top-links a,html[data-theme=dark] .mobile-brand,html[data-theme=dark] .section-title h2{color:var(--text)}html[data-theme=dark] .desktop-top-search input,html[data-theme=dark] .form-control,html[data-theme=dark] .form-select{background:#0b1220!important;color:var(--text)!important;border-color:var(--border)!important}html[data-theme=dark] .form-control::placeholder{color:#94a3b8}html[data-theme=dark] .article-body p,html[data-theme=dark] .category-content small,html[data-theme=dark] .text-muted{color:var(--muted)!important}html[data-theme=dark] .table{--bs-table-bg:#111827;--bs-table-color:#e5e7eb;--bs-table-border-color:#263244;--bs-table-striped-bg:#0b1220;--bs-table-hover-bg:#182235}html[data-theme=dark] .admin-body{background:#0f172a;color:var(--text)}html[data-theme=dark] .admin-topbar{background:rgba(17,24,39,.94);border-color:var(--border);color:var(--text)}html[data-theme=dark] .admin-theme-toggle,html[data-theme=dark] .desktop-theme-toggle,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{color:#fff;border-color:var(--brand);background:#111827}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}html[data-theme=dark] .section-title:after,html[data-theme=dark] .section-title:before{background:var(--border)}html[data-theme=dark] .logo-preview-box{background:#0b1220;border-color:#263244}@media (max-width:991px){.desktop-theme-toggle{display:none}.drawer-tools{display:block}}body{font-family:var(--font-base, system-ui, sans-serif);font-size:var(--body-font-size,16px);font-weight:var(--base-font-weight,400)}.admin-brand,.logo-text,.section-title h2,h1,h2,h3,h4,h5,h6{font-family:var(--font-heading,var(--font-base))}.admin-mobile-drawer .drawer-links a,.admin-sidebar nav a,.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-page h1,.article-title,article h1{font-size:var(--article-title-font-size,34px);font-family:var(--font-heading,var(--font-base));line-height:1.45}.article-description,article .lead{font-size:var(--article-description-font-size,18px);line-height:var(--content-line-height,1.9)}.article-content,article .content,article p{font-size:var(--article-content-font-size,20px);line-height:var(--content-line-height,1.9)}.footer-card,.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}.typography-settings .form-select option{font-size:16px}.nav-icon.bi{border:0;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}.admin-mobile-drawer .nav-icon.bi,.admin-sidebar .nav-icon.bi{border:0;border-radius:0;font-size:19px;color:inherit}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}.admin-theme-toggle,.desktop-theme-toggle,.mobile-theme-toggle{width:42px;min-width:42px;height:42px;padding:0;border-radius:14px}.theme-toggle-drawer{width:48px;height:48px;padding:0;justify-content:center;margin-inline:auto}html[data-theme=dark]{--bg:#25272d;--card:#25272d;--text:#d7dce7;--muted:#b6bdc9;--border:#383b43;--theme-header-bg:#25272d;--theme-footer-bg:#25272d}html[data-theme=dark] body{background:#25272d!important;background-image:none!important;color:#d7dce7!important}html[data-theme=dark] .article-card,html[data-theme=dark] .article-content,html[data-theme=dark] .bg-white,html[data-theme=dark] .card,html[data-theme=dark] .category-card,html[data-theme=dark] .footer-card,html[data-theme=dark] .list-group-item,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] .article-body h3 a,html[data-theme=dark] .article-content,html[data-theme=dark] .article-content p,html[data-theme=dark] .category-card,html[data-theme=dark] .lead,html[data-theme=dark] .section-title h2,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6,html[data-theme=dark] p{color:#d7dce7!important}html[data-theme=dark] .article-body p,html[data-theme=dark] .category-content small,html[data-theme=dark] .text-muted,html[data-theme=dark] small{color:#b6bdc9!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] .form-control,html[data-theme=dark] .form-select{background:#2b2d34!important;color:#d7dce7!important;border-color:#3b3e46!important}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 ease,transform .2s ease}.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 ease,border-color .25s ease;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 ease,transform .2s ease}.desktop-social a:hover{color:var(--brand);transform:translateY(-1px)}.desktop-theme-toggle{height:36px!important;width:42px!important;min-width:42px!important;padding:0!important;margin-inline:10px;border-radius:14px;align-self:center;box-shadow:0 4px 12px rgba(15,23,42,.06);position:relative;top:0}.desktop-theme-toggle i{font-size:1.05rem}.desktop-top-links{flex:0 1 auto}.desktop-main-nav .home-link{background:var(--brand);width:70px;padding:0;border:0;color:#fff;font-size:34px}.desktop-main-nav .home-link:hover{background:var(--brand-dark);color:#fff}.desktop-main-nav .home-icon{font-size:34px;line-height:1;color:#fff}.home-shape{display:none!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 ease}.classic-footer .footer-links a:hover{color:#fff}.footer-card{display:none!important}.back-to-top{position:fixed;right:28px;bottom:24px;width:54px;height:54px;border:0;border-radius:10px;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 ease,visibility .25s ease,transform .25s ease,background .2s ease}.back-to-top.show{opacity:.82;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--brand-dark)}html[data-theme=dark] .desktop-top-search input{background:#2b2d34!important;color:#d7dce7!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}html[data-theme=dark] .desktop-theme-toggle{background:#2b2d34!important;color:#d7dce7!important;border-color:#3b3e46!important}@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 ease,color .2s ease}.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:hover{background:#333!important;color:#fff!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}.desktop-main-nav .home-icon{font-size:27px!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}.desktop-theme-toggle{display:none!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}.back-to-top.show{pointer-events:auto}@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}.subcat-card{min-height:104px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:18px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text);text-decoration:none;box-shadow:0 6px 18px rgba(15,23,42,.05);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.subcat-card:hover{transform:translateY(-2px);border-color:var(--brand);color:var(--brand);box-shadow:0 12px 28px rgba(15,23,42,.09)}.subcat-card small{color:#64748b;font-size:.82rem;direction:ltr;text-align:left}html[data-theme=dark] .category-breadcrumb .breadcrumb,html[data-theme=dark] .subcat-card{background:#25272d!important;color:#d7dce7!important;border-color:#383b43!important}html[data-theme=dark] .category-breadcrumb .active,html[data-theme=dark] .subcat-card small{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 ease,background .18s ease}.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}}.admin-article-form .ck-editor__editable{min-height:420px;direction:rtl;text-align:right;font-family:var(--font-base)}.article-tags{display:flex;flex-wrap:wrap;gap:.45rem}.article-tags .badge{border:1px solid rgba(0,0,0,.08);font-weight:600}[data-theme=dark] .article-tags .badge{background:#333841!important;color:#d7dce7!important;border-color:#454b55}.media-card img{max-width:100%;height:140px;object-fit:cover}.admin-sidebar nav a .bi-images,.admin-sidebar nav a .bi-tags{font-size:1rem}#searchSuggestBox{border-radius:12px;overflow:hidden}.search-suggest-item{cursor:pointer}.article-list-item{display:flex!important;align-items:center;gap:14px}.article-list-item .list-thumb{flex:0 0 96px;width:96px;height:68px;border-radius:12px;background-size:cover;background-position:center;background-color:#eef1f4;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.article-list-item .list-content{min-width:0;display:block}[data-theme=dark] .article-list-item .list-thumb,body.dark-mode .article-list-item .list-thumb{background-color:#30333a;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}@media (max-width:575.98px){.article-list-item{gap:10px;padding:12px!important}.article-list-item .list-thumb{flex-basis:74px;width:74px;height:54px;border-radius:10px}}.article-show .article-title{margin-bottom:1rem!important}.article-pdf-viewer{border-radius:14px;overflow:hidden;background:#f2f4f7;border:1px solid rgba(0,0,0,.08)}.article-download{display:flex;justify-content:center}.article-download .btn{border-radius:12px;padding:.75rem 1.5rem;font-weight:700}.article-description-box{background:#f8fafc;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:16px 18px}.article-description-box .article-description{color:#334155!important;font-size:1.05rem;line-height:1.9}body.dark-mode .article-pdf-viewer,html[data-theme=dark] .article-pdf-viewer{background:#202228;border-color:#383b43}body.dark-mode .article-description-box,html[data-theme=dark] .article-description-box{background:#2b2e35;border-color:#3a3e47}body.dark-mode .article-description-box .article-description,html[data-theme=dark] .article-description-box .article-description{color:#d7dce7!important}@media (max-width:575.98px){.article-show{padding:1rem!important;border-radius:14px!important}.article-show .article-title{font-size:1.35rem!important;line-height:1.7}.article-pdf-viewer{border-radius:12px}.article-download .btn{width:100%;font-size:1rem;padding:.75rem 1rem}.article-description-box{padding:13px 14px;border-radius:12px}}.compact-article.article-show{padding:14px!important;border-radius:16px!important}.compact-article .article-title{margin-bottom:12px!important}.article-pdf-shell{height:var(--article-viewer-height,720px);border-radius:12px;overflow:hidden;background:#eef2f6;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 28px rgba(15,23,42,.08)}.article-pdf-shell iframe{display:block;width:100%;height:100%;border:0;background:#fff}.article-pdf-shell:fullscreen{width:100vw;height:100vh;border-radius:0;border:0}.article-pdf-shell:fullscreen iframe{height:100vh}.article-action-bar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.article-action-btn{min-height:44px;border-radius:13px!important;padding:0 15px!important;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;border:1px solid #dbe3ec!important;background:#fff!important;color:#263244!important;font-weight:800!important;box-shadow:0 8px 18px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.article-action-btn:hover{transform:translateY(-1px);border-color:var(--brand)!important;color:var(--brand)!important;box-shadow:0 12px 24px rgba(15,23,42,.1)}.article-action-btn.primary{background:var(--brand)!important;color:#fff!important;border-color:var(--brand)!important}.article-action-btn.primary:hover{background:var(--brand-dark)!important;color:#fff!important}.article-action-btn.danger:hover{border-color:#dc3545!important;color:#dc3545!important}.article-action-btn.copied::after{content:'تم النسخ';font-size:.8rem;color:var(--brand);margin-inline-start:4px}.article-description-box{max-width:var(--article-description-max-width,980px);margin-inline:auto}.article-feedback-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.feedback-card{border:1px solid #e3e8ef;border-radius:16px;background:#fff;padding:16px;box-shadow:0 8px 22px rgba(15,23,42,.05)}.feedback-card-title{display:flex;align-items:center;gap:8px;font-weight:900;color:#1f2937;margin-bottom:12px}.feedback-card-title .bi{color:var(--brand);font-size:1.12rem}.quality-summary{display:flex;align-items:baseline;justify-content:center;gap:7px;margin-bottom:10px;color:#64748b}.quality-summary strong{font-size:2rem;color:var(--brand);line-height:1}.quality-summary small{margin-inline-start:4px}.star-rating-form{display:flex;flex-direction:row-reverse;justify-content:center;gap:4px}.star-rating-form button{border:0;background:0 0;color:#cbd5e1;font-size:1.75rem;line-height:1;padding:3px;transition:color .18s ease,transform .18s ease}.star-rating-form button:hover,.star-rating-form button:hover~button{color:#f5b301;transform:translateY(-1px)}.difficulty-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.difficulty-form button{border:1px solid #dbe3ec;background:#f8fafc;border-radius:13px;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-weight:900;color:#334155;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.difficulty-form button small{font-weight:800;color:#64748b}.difficulty-form button:hover{transform:translateY(-1px);border-color:var(--brand);color:var(--brand);background:#eefaf3}html[data-theme=dark] .article-pdf-shell{background:#202228;border-color:#383b43;box-shadow:0 10px 28px rgba(0,0,0,.22)}html[data-theme=dark] .article-action-btn{background:#2b2d34!important;color:#d7dce7!important;border-color:#3b3e46!important;box-shadow:none}html[data-theme=dark] .article-action-btn:hover{color:#fff!important;border-color:var(--brand)!important}html[data-theme=dark] .feedback-card{background:#2b2e35;border-color:#3a3e47;box-shadow:none}html[data-theme=dark] .feedback-card-title{color:#d7dce7}html[data-theme=dark] .difficulty-form button{background:#25272d;border-color:#3a3e47;color:#d7dce7}html[data-theme=dark] .difficulty-form button small{color:#aeb6c3}html[data-theme=dark] .difficulty-form button:hover{background:#30343c;color:#fff;border-color:var(--brand)}@media (max-width:575.98px){.compact-article.article-show{padding:9px!important;border-radius:12px!important}.article-pdf-shell{height:var(--article-viewer-mobile-height,520px);border-radius:10px;margin-inline:-3px}.article-action-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.article-action-btn{width:100%;min-height:42px;padding:0 10px!important;border-radius:11px!important;font-size:.92rem}.article-action-btn.primary{grid-column:1/-1}.article-feedback-grid{grid-template-columns:1fr;gap:10px}.feedback-card{padding:13px;border-radius:13px}.star-rating-form button{font-size:1.55rem}}.compact-article.article-show{padding:8px!important;overflow:hidden}.compact-article .article-action-bar,.compact-article .article-content,.compact-article .article-description-box,.compact-article .article-tags,.compact-article .article-title{padding-inline:6px}.article-pdf-shell{width:100%!important;max-width:100%!important;margin-inline:0!important;border-radius:8px;box-shadow:none}.article-pdf-shell iframe{width:100%!important;max-width:100%!important;min-width:100%!important;display:block!important;margin:0!important;padding:0!important;border:0!important}.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)}.feedback-box-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.feedback-box-title{font-size:1.08rem;font-weight:900;margin:0 0 3px;color:#172033}.feedback-box-subtitle{margin:0;color:#64748b;font-size:.9rem}.feedback-box-body{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.feedback-difficulty,.feedback-quality{background:rgba(255,255,255,.72);border:1px solid rgba(226,232,240,.9);border-radius:16px;padding:14px}.feedback-label{font-size:.92rem;font-weight:900;color:#334155;margin-bottom:10px}.quality-readout{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.stars-display{position:relative;display:inline-block;font-size:1.9rem;line-height:1;letter-spacing:1px;direction:ltr;font-family:Arial,sans-serif}.stars-display .stars-empty{color:#dbe3ec}.stars-display .stars-filled{color:#f7b500;position:absolute;inset-inline-start:0;top:0;width:var(--rating-width,0%);overflow:hidden;white-space:nowrap;text-shadow:0 2px 8px rgba(247,181,0,.28)}.quality-number{display:flex;align-items:baseline;gap:4px;color:#64748b;white-space:nowrap}.quality-number strong{font-size:1.5rem;color:#172033;line-height:1}.quality-number small{margin-inline-start:5px;color:#94a3b8}.compact-stars{margin-top:10px;justify-content:flex-start}.compact-stars button{font-size:1.35rem}.difficulty-meter{margin-top:4px}.difficulty-track{position:relative;height:14px;border-radius:999px;background:linear-gradient(270deg,#22c55e 0,#f59e0b 50%,#ef4444 100%);box-shadow:inset 0 1px 3px rgba(15,23,42,.2)}.difficulty-needle{position:absolute;top:50%;left:var(--difficulty-position,50%);width:20px;height:20px;transform:translate(-50%,-50%) rotate(-45deg);background:#fff;border:3px solid #0f172a;border-radius:6px 6px 6px 1px;box-shadow:0 5px 12px rgba(15,23,42,.24)}.difficulty-easy .difficulty-needle{border-color:#16a34a}.difficulty-medium .difficulty-needle{border-color:#d97706}.difficulty-hard .difficulty-needle{border-color:#dc2626}.difficulty-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:.82rem;color:#64748b;font-weight:800}.difficulty-result{display:flex;align-items:center;gap:9px;margin-top:9px}.difficulty-result strong{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#f1f5f9;color:#172033;font-weight:900}.difficulty-result small{color:#94a3b8;font-weight:800}.compact-difficulty{margin-top:10px;gap:7px}.compact-difficulty button{min-height:46px;border-radius:11px}body.dark-mode .article-feedback-box,html[data-theme=dark] .article-feedback-box{background:linear-gradient(180deg,#2b2e35,#25272d);border-color:#3a3e47;box-shadow:none}body.dark-mode .feedback-box-title,body.dark-mode .feedback-label,body.dark-mode .quality-number strong,html[data-theme=dark] .feedback-box-title,html[data-theme=dark] .feedback-label,html[data-theme=dark] .quality-number strong{color:#e5e7eb}body.dark-mode .difficulty-labels,body.dark-mode .difficulty-result small,body.dark-mode .feedback-box-subtitle,body.dark-mode .quality-number,html[data-theme=dark] .difficulty-labels,html[data-theme=dark] .difficulty-result small,html[data-theme=dark] .feedback-box-subtitle,html[data-theme=dark] .quality-number{color:#aeb6c3}body.dark-mode .feedback-difficulty,body.dark-mode .feedback-quality,html[data-theme=dark] .feedback-difficulty,html[data-theme=dark] .feedback-quality{background:#25272d;border-color:#3a3e47}body.dark-mode .stars-display .stars-empty,html[data-theme=dark] .stars-display .stars-empty{color:#4b5563}body.dark-mode .difficulty-result strong,html[data-theme=dark] .difficulty-result strong{background:#30343c;color:#e5e7eb}body.dark-mode .difficulty-needle,html[data-theme=dark] .difficulty-needle{background:#f8fafc}@media (max-width:575.98px){.compact-article.article-show{padding:5px!important;border-radius:10px!important}.compact-article .article-action-bar,.compact-article .article-content,.compact-article .article-description-box,.compact-article .article-tags,.compact-article .article-title{padding-inline:4px}.article-pdf-shell{height:var(--article-viewer-mobile-height,520px);border-radius:7px;margin-inline:0!important}.article-feedback-box{padding:12px;border-radius:14px}.feedback-box-body{grid-template-columns:1fr;gap:12px}.quality-readout{justify-content:center;text-align:center}.stars-display{font-size:1.65rem}.compact-stars{justify-content:center}.difficulty-labels{font-size:.78rem}}.article-action-btn.primary[download]{cursor:pointer}.article-feedback-box.difficulty-only{max-width:var(--article-description-max-width,980px);margin-inline:auto;margin-top:0!important;margin-bottom:12px!important}.article-feedback-box.difficulty-only .feedback-box-body{display:block}.article-feedback-box.difficulty-only .feedback-difficulty{background:rgba(255,255,255,.76);border:1px solid rgba(226,232,240,.9);border-radius:16px;padding:14px}.article-feedback-box.difficulty-only .feedback-box-subtitle{font-size:.86rem}.article-feedback-box.difficulty-only .difficulty-track{background:linear-gradient(90deg,#ef4444 0,#f59e0b 50%,#22c55e 100%)!important;direction:ltr}.article-feedback-box.difficulty-only .difficulty-labels{direction:ltr}.article-feedback-box.difficulty-only .difficulty-labels span{direction:rtl}.article-feedback-box.difficulty-only .difficulty-result{justify-content:center}.article-feedback-box.difficulty-only .compact-difficulty{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.article-feedback-box.difficulty-only .compact-difficulty button{background:#fff;border:1px solid #e2e8f0;transition:.18s ease}.article-feedback-box.difficulty-only .compact-difficulty button:hover{transform:translateY(-1px);border-color:var(--brand);color:var(--brand)}.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 ease}.feedback-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.feedback-toast.success{background:#166534}.feedback-toast.warning{background:#b45309}.feedback-toast.error{background:#b91c1c}body.dark-mode .article-feedback-box.difficulty-only .feedback-difficulty,html[data-theme=dark] .article-feedback-box.difficulty-only .feedback-difficulty{background:#25272d;border-color:#3a3e47}body.dark-mode .article-feedback-box.difficulty-only .compact-difficulty button,html[data-theme=dark] .article-feedback-box.difficulty-only .compact-difficulty button{background:#25272d;border-color:#3a3e47;color:#d7dce7}@media (max-width:575.98px){.article-feedback-box.difficulty-only{padding:12px;border-radius:14px}.article-feedback-box.difficulty-only .compact-difficulty{gap:6px}.article-feedback-box.difficulty-only .compact-difficulty button{min-height:42px;font-size:.88rem}.feedback-toast{bottom:18px;border-radius:14px}}.article-feedback-box.difficulty-only .feedback-box-head{margin-bottom:10px}.article-feedback-box.difficulty-only .feedback-box-subtitle{display:none!important}.feedback-toast{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{transform:translate(-50%,0)!important}@media (max-width:575.98px){.feedback-toast{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;border-radius:14px}.feedback-toast.show{transform:translateY(0)!important}}.article-manager-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.stat-card.mini{background:var(--card-bg,#fff);border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:14px 16px;box-shadow:0 10px 25px rgba(15,23,42,.05);height:100%}.stat-card.mini span{display:block;color:#6b7280;font-size:.82rem;margin-bottom:4px}.stat-card.mini strong{font-size:1.35rem;color:#111827}.admin-bulk-card,.admin-filter-card,.articles-table-card{border:1px solid rgba(15,23,42,.08);border-radius:18px;overflow:hidden}.bulk-action-select{min-width:160px}.bulk-category-select{min-width:240px}.admin-articles-table thead th{background:#f8fafc;color:#475569;font-size:.82rem;font-weight:800;border-bottom:1px solid rgba(15,23,42,.08);white-space:nowrap}.admin-articles-table tbody td{vertical-align:middle}.select-col{width:44px;text-align:center}.actions-col{width:125px;text-align:left;white-space:nowrap}.article-cell{display:flex;align-items:center;gap:12px;min-width:280px}.article-thumb{width:54px;height:54px;border-radius:14px;background:#eef2f7;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 54px;color:#64748b;font-size:1.35rem;border:1px solid rgba(15,23,42,.07)}.article-thumb img{width:100%;height:100%;object-fit:cover}.article-main-info{min-width:0}.article-title-link{font-weight:800;color:#111827;text-decoration:none;display:block;line-height:1.55}.article-title-link:hover{color:#198754}.article-meta-line{font-size:.75rem;color:#64748b;margin-top:2px;max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-meta-line code{color:#64748b;background:#f1f5f9;border-radius:8px;padding:2px 6px}.article-desc{font-size:.8rem;color:#6b7280;margin-top:3px;max-width:620px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:800}.status-pill.published{background:rgba(25,135,84,.1);color:#13734b}.status-pill.draft{background:rgba(100,116,139,.12);color:#475569}.admin-articles-table .btn-group .btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:32px}.admin-page-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}[data-theme=dark] .admin-bulk-card,[data-theme=dark] .admin-filter-card,[data-theme=dark] .articles-table-card,[data-theme=dark] .stat-card.mini{background:#2d3038;border-color:rgba(255,255,255,.08);box-shadow:none}[data-theme=dark] .article-title-link,[data-theme=dark] .stat-card.mini strong{color:#e7eaf0}[data-theme=dark] .article-desc,[data-theme=dark] .article-meta-line,[data-theme=dark] .stat-card.mini span{color:#aab2c0}[data-theme=dark] .admin-articles-table thead th{background:#25272d;color:#b9c0cc;border-color:rgba(255,255,255,.08)}[data-theme=dark] .article-thumb{background:#25272d;border-color:rgba(255,255,255,.08);color:#aab2c0}[data-theme=dark] .article-meta-line code{background:#25272d;color:#aab2c0}[data-theme=dark] .status-pill.published{background:rgba(25,135,84,.18);color:#73d39b}[data-theme=dark] .status-pill.draft{background:rgba(148,163,184,.14);color:#cbd5e1}@media (max-width:768px){.article-manager-head{align-items:flex-start}.admin-filter-card .card-body{padding:12px}.admin-bulk-card .card-body{align-items:stretch!important}.bulk-action-select,.bulk-category-select{min-width:100%;width:100%}.article-cell{min-width:220px;gap:9px}.article-thumb{width:44px;height:44px;border-radius:12px;flex-basis:44px}.article-title-link{font-size:.92rem}.article-meta-line{max-width:210px}.actions-col{width:110px}.admin-articles-table .btn-group .btn{width:31px;height:30px;padding:0}.select-col{width:36px}.stat-card.mini{padding:12px}.stat-card.mini strong{font-size:1.15rem}}.difficulty-needle{transition:left .38s cubic-bezier(.22,.9,.22,1),border-color .25s ease,transform .25s ease}.difficulty-result small,.difficulty-result strong{transition:.25s ease}.article-feedback-box.difficulty-only .compact-difficulty button.is-selected{border-color:var(--brand)!important;background:rgba(25,135,84,.1)!important;color:var(--brand)!important;box-shadow:0 8px 18px rgba(25,135,84,.12)}.article-feedback-box.difficulty-only .compact-difficulty button:disabled{opacity:.72;cursor:wait}body.dark-mode .article-feedback-box.difficulty-only .compact-difficulty button.is-selected,html[data-theme=dark] .article-feedback-box.difficulty-only .compact-difficulty button.is-selected{background:rgba(25,135,84,.18)!important;border-color:var(--brand)!important;color:#d8f5e3!important}.article-feedback-box.difficulty-only .compact-difficulty{direction:ltr}.article-feedback-box.difficulty-only .compact-difficulty button{direction:rtl}.category-page-head{background:#fff;border:1px solid #dedede;box-shadow:0 1px 4px rgba(0,0,0,.06);text-align:right}.category-page-head h1{color:#4b4f55;font-weight:700;border-bottom:1px solid #e5e5e5;padding-bottom:18px}.category-description{color:#333;font-size:1.08rem;line-height:2;text-align:center}.category-button-grid{direction:rtl}.category-separator{height:6px;background:#cfcfcf;margin:14px 0 14px;border-radius:3px}.ed-category-button{min-height:66px;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;background:#d9d9d9;border:1px solid #9fa1a4;border-radius:5px;overflow:hidden;text-decoration:none;color:#050505;box-shadow:inset 0 1px 0 rgba(255,255,255,.35);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.ed-category-button:hover{color:#000;background:#e1e1e1;border-color:#777;transform:translateY(-1px);box-shadow:0 8px 18px rgba(15,23,42,.12)}.ed-category-label{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px 18px;font-size:1.28rem;font-weight:700;line-height:1.5}.ed-category-icon{width:80px;flex:0 0 80px;display:flex;align-items:center;justify-content:center;background:#666;color:#fff;border-inline-start:1px solid #555;font-size:2.25rem;font-weight:800;line-height:1;padding:2px!important}.ed-category-icon .bi{font-size:2rem;line-height:1}@media (max-width:575px){.category-page-head{padding:1.1rem!important}.category-page-head h1{font-size:1.4rem;padding-bottom:12px}.category-description{font-size:.98rem;text-align:right}.ed-category-button{min-height:58px}.ed-category-label{font-size:1.05rem;padding:10px 12px}.ed-category-icon{width:62px;flex-basis:62px;font-size:1.8rem}.ed-category-icon .bi{font-size:1.6rem}}html[data-theme=dark] .category-page-head,html[data-theme=dark] .ed-category-button{background:#25272d!important;border-color:#3b3e46!important;color:#d7dce7!important}html[data-theme=dark] .category-page-head h1{color:#d7dce7;border-color:#3b3e46}html[data-theme=dark] .category-description{color:#d7dce7}html[data-theme=dark] .ed-category-button:hover{background:#2c2f36!important;color:#fff!important}html[data-theme=dark] .ed-category-icon{background:#555b64;color:#fff;border-color:#43474f}html[data-theme=dark] .category-separator{background:#4b4f57}.ed-category-icon img{max-width:44px;max-height:44px;width:auto;height:auto;object-fit:contain;display:block}.category-layout-compact .ed-category-button{min-height:52px}.category-layout-compact .ed-category-label{font-size:1.05rem;padding:8px 14px}.category-layout-compact .ed-category-icon{width:60px;flex-basis:60px;font-size:1.5rem}.category-layout-cards .ed-category-button{min-height:92px;border-radius:12px;box-shadow:0 8px 22px rgba(15,23,42,.08)}.category-layout-cards .ed-category-label{font-size:1.18rem}.category-layout-cards .ed-category-icon{width:88px;flex-basis:88px}@media (max-width:575px){.ed-category-icon img{max-width:34px;max-height:34px}}.admin-categories-table .category-cell{padding-inline-start:calc(var(--cat-depth,0) * 1.25rem)}.admin-categories-table .category-thumb span{font-weight:800;font-size:.9rem}.admin-categories-table code{white-space:nowrap}.category-breadcrumb.ed-breadcrumb .breadcrumb{background:rgba(255,255,255,.86);border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:14px 18px;box-shadow:0 12px 35px rgba(15,23,42,.06)}.category-page-head{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0,#f8fffb 100%)!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:22px!important;box-shadow:0 18px 45px rgba(15,23,42,.07)!important;text-align:right}.category-page-head:before{content:"";position:absolute;inset-inline-end:-55px;top:-55px;width:150px;height:150px;border-radius:50%;background:rgba(0,139,87,.1)}.category-page-head h1{position:relative;color:#1f2937!important;font-weight:900!important;font-size:clamp(1.75rem,4.8vw,2.8rem);border-bottom:1px solid rgba(15,23,42,.09)!important;padding-bottom:18px;letter-spacing:-.02em}.category-description{position:relative;color:#5f6673!important;font-size:clamp(1.02rem,2.8vw,1.22rem)!important;line-height:2!important;text-align:center}.category-modern-panel{background:rgba(255,255,255,.82);border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:14px 18px;box-shadow:0 14px 35px rgba(15,23,42,.055)}.category-panel-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.category-panel-top h2{font-size:1.05rem;font-weight:900;margin:0;color:#1f2937}.category-panel-top p{font-size:.9rem;color:#6b7280;margin:.2rem 0 0}.category-button-grid .row{--bs-gutter-y:1rem;--bs-gutter-x:1rem}.ed-category-button{min-height:78px!important;flex-direction:row-reverse!important;align-items:center!important;gap:14px;padding:12px 14px;background:rgba(255,255,255,.94)!important;border:1px solid rgba(15,23,42,.09)!important;border-radius:19px!important;overflow:hidden;color:#111827!important;box-shadow:0 12px 30px rgba(15,23,42,.065)!important}.ed-category-button:hover{transform:translateY(-3px)!important;border-color:rgba(0,139,87,.25)!important;box-shadow:0 18px 42px rgba(0,139,87,.12)!important;color:#008b57!important}.ed-category-label{justify-content:flex-start!important;text-align:right!important;padding:0 4px!important;font-size:clamp(1.05rem,3.2vw,1.32rem)!important;font-weight:900!important}.ed-category-icon{width:62px!important;flex:0 0 62px!important;height:62px;border-radius:17px;border:0!important;background:linear-gradient(135deg,rgba(0,139,87,.13),rgba(0,139,87,.05))!important;color:#008b57!important;font-size:1.65rem!important;box-shadow:inset 0 0 0 1px rgba(0,139,87,.06)}.ed-category-icon .bi{font-size:1.55rem!important}.category-button-grid .col-12:nth-of-type(6n+1) .ed-category-icon{background:linear-gradient(135deg,rgba(0,139,87,.14),rgba(0,139,87,.05))!important;color:#008b57!important}.category-button-grid .col-12:nth-of-type(6n+2) .ed-category-icon{background:linear-gradient(135deg,rgba(37,99,235,.13),rgba(37,99,235,.05))!important;color:#2563eb!important}.category-button-grid .col-12:nth-of-type(6n+3) .ed-category-icon{background:linear-gradient(135deg,rgba(147,51,234,.13),rgba(147,51,234,.05))!important;color:#7e22ce!important}.category-button-grid .col-12:nth-of-type(6n+4) .ed-category-icon{background:linear-gradient(135deg,rgba(245,158,11,.16),rgba(245,158,11,.06))!important;color:#d97706!important}.category-button-grid .col-12:nth-of-type(6n+5) .ed-category-icon{background:linear-gradient(135deg,rgba(236,72,153,.13),rgba(236,72,153,.05))!important;color:#db2777!important}.category-button-grid .col-12:nth-of-type(6n+6) .ed-category-icon{background:linear-gradient(135deg,rgba(20,184,166,.14),rgba(20,184,166,.05))!important;color:#0f766e!important}.category-separator{background:linear-gradient(90deg,transparent,rgba(0,139,87,.28),transparent)!important;height:2px!important;margin:16px 0!important}.category-layout-compact .ed-category-button{min-height:62px!important}.category-layout-cards .ed-category-button{min-height:105px!important}@media (max-width:575px){.category-page-head{padding:1.25rem!important;border-radius:18px!important}.category-description{text-align:right!important}.category-modern-panel{padding:12px 14px;border-radius:18px}.ed-category-button{min-height:68px!important;border-radius:17px!important;padding:10px 12px}.ed-category-icon{width:54px!important;flex-basis:54px!important;height:54px;font-size:1.35rem!important;border-radius:15px}.ed-category-label{font-size:1.08rem!important}}html[data-theme=dark] .category-breadcrumb.ed-breadcrumb .breadcrumb,html[data-theme=dark] .category-modern-panel,html[data-theme=dark] .category-page-head,html[data-theme=dark] .ed-category-button{background:#1f232b!important;border-color:#343b46!important;color:#e5e7eb!important}html[data-theme=dark] .category-page-head h1,html[data-theme=dark] .category-panel-top h2{color:#f3f4f6!important}html[data-theme=dark] .category-description,html[data-theme=dark] .category-panel-top p{color:#cbd5e1!important}html[data-theme=dark] .ed-category-button:hover{background:#252b35!important;color:#51d39a!important}.admin-categories-table .order-col{width:94px;min-width:84px}.admin-categories-table .sort-order-input{max-width:82px;border-radius:10px;margin:auto;font-weight:800}.category-page-head{background:#fff!important;border:1px solid #e1e1e1!important;border-radius:0!important;box-shadow:none!important;padding:1.15rem 1.4rem!important;text-align:right!important}.category-page-head:before{display:none!important}.category-page-head h1{color:#4a4d53!important;font-size:clamp(1.35rem,3.2vw,1.9rem)!important;line-height:1.45!important;margin-bottom:.75rem!important;padding-bottom:.65rem!important;border-bottom:1px solid #dedede!important;font-weight:800!important;letter-spacing:0!important}.category-description{color:#666!important;font-size:clamp(.95rem,2.6vw,1.08rem)!important;line-height:1.9!important;text-align:right!important}.category-modern-panel{display:none!important}.category-button-grid{direction:rtl;margin-top:.65rem!important}.category-button-grid .row{--bs-gutter-x:1rem!important;--bs-gutter-y:.7rem!important}.ed-category-button{position:relative!important;display:flex!important;flex-direction:row-reverse!important;align-items:stretch!important;justify-content:space-between!important;gap:0!important;min-height:48px!important;height:48px!important;padding:0!important;background:#d8d8d8!important;border:1px solid #a9a9a9!important;border-radius:5px!important;overflow:hidden!important;color:#111!important;box-shadow:none!important;text-decoration:none!important;transition:background-color .16s ease,border-color .16s ease,transform .16s ease!important}.ed-category-button:hover{background:#cfcfcf!important;border-color:#8f8f8f!important;transform:none!important;box-shadow:none!important;color:#000!important}.ed-category-label{flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0 14px!important;font-size:clamp(.95rem,2.4vw,1.05rem)!important;font-weight:700!important;line-height:1.35!important;color:#050505!important}.ed-category-icon{order:-1!important;width:56px!important;flex:0 0 56px!important;height:auto!important;min-height:100%!important;border-radius:0!important;background:#646464!important;color:#fff!important;border:0!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:1.35rem!important;font-weight:900!important}.ed-category-icon .bi{font-size:1.45rem!important;color:#fff!important}.ed-category-icon img{max-width:30px!important;max-height:30px!important;filter:brightness(0) invert(1)}.category-button-grid .col-12:nth-of-type(n) .ed-category-icon{background:#646464!important;color:#fff!important}.category-separator{height:3px!important;margin:.55rem 0!important;background:#d0d0d0!important;border-radius:999px!important}.category-layout-cards .ed-category-button,.category-layout-compact .ed-category-button{min-height:48px!important;height:48px!important;border-radius:5px!important;box-shadow:none!important}.category-layout-cards .ed-category-label{font-size:clamp(.95rem,2.4vw,1.05rem)!important}.category-layout-cards .ed-category-icon{width:56px!important;flex-basis:56px!important}@media (min-width:768px){.category-button-grid .col-lg-4{width:50%!important}}@media (max-width:575px){.category-breadcrumb.ed-breadcrumb .breadcrumb{border-radius:12px!important;padding:10px 12px!important;box-shadow:none!important}.category-page-head{padding:.9rem 1rem!important;margin-bottom:1rem!important}.category-page-head h1{font-size:1.25rem!important;margin-bottom:.55rem!important;padding-bottom:.5rem!important}.category-description{font-size:.92rem!important;line-height:1.75!important}.category-button-grid .row{--bs-gutter-y:.5rem!important;--bs-gutter-x:.5rem!important}.ed-category-button{height:46px!important;min-height:46px!important;border-radius:4px!important}.ed-category-label{font-size:.95rem!important;padding:0 10px!important;font-weight:700!important}.ed-category-icon{width:52px!important;flex-basis:52px!important;font-size:1.2rem!important}.ed-category-icon .bi{font-size:1.25rem!important}}html[data-theme=dark] .category-page-head{background:#1f232b!important;border-color:#353b45!important}html[data-theme=dark] .category-page-head h1{color:#e5e7eb!important;border-color:#3b424d!important}html[data-theme=dark] .category-description{color:#cbd5e1!important}html[data-theme=dark] .ed-category-button{background:#333842!important;border-color:#505765!important;color:#f3f4f6!important}html[data-theme=dark] .ed-category-button:hover{background:#3c424d!important;color:#fff!important}html[data-theme=dark] .ed-category-label{color:#f3f4f6!important}html[data-theme=dark] .ed-category-icon{background:#5f6673!important;color:#fff!important}.category-button-grid .row{--bs-gutter-x:.95rem!important;--bs-gutter-y:.62rem!important}.ed-category-button{direction:rtl!important;flex-direction:row!important;align-items:center!important;height:54px!important;min-height:54px!important;background:linear-gradient(180deg,#eee 0,#d8d8d8 100%)!important;border:1px solid #b9bdc3!important;border-radius:9px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 5px 14px rgba(15,23,42,.055)!important}.ed-category-button:hover{background:linear-gradient(180deg,#e2e2e2 0,#ccc 100%)!important;border-color:#969ba3!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 7px 18px rgba(15,23,42,.085)!important}.ed-category-icon{order:0!important;width:58px!important;flex:0 0 58px!important;height:100%!important;min-height:100%!important;border-radius:0 8px 8px 0!important;background:linear-gradient(145deg,#6f747c,#4f555f)!important;border-inline-start:0!important;border-inline-end:1px solid rgba(255,255,255,.16)!important;box-shadow:inset -1px 0 0 rgba(0,0,0,.13)!important}.ed-category-label{min-width:0!important;flex:1 1 auto!important;justify-content:center!important;text-align:center!important;padding:0 12px!important;font-size:clamp(.98rem,2.2vw,1.06rem)!important;font-weight:750!important}.ed-category-count{direction:ltr!important;flex:0 0 auto!important;min-width:72px!important;margin-inline-end:auto!important;margin-inline-start:8px!important;padding:5px 9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(148,163,184,.28)!important;color:#08754d!important;font-size:.82rem!important;line-height:1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 2px 6px rgba(15,23,42,.045)!important}.ed-category-count strong{font-weight:900!important;letter-spacing:.01em!important}.ed-category-count .bi{font-size:.78rem!important;color:#4b5563!important}@media (min-width:768px){.category-button-grid .col-lg-4{width:50%!important}}@media (max-width:575px){.category-button-grid .row{--bs-gutter-y:.45rem!important;--bs-gutter-x:.45rem!important}.ed-category-button{height:50px!important;min-height:50px!important;border-radius:8px!important}.ed-category-icon{width:52px!important;flex-basis:52px!important;border-radius:0 7px 7px 0!important}.ed-category-label{font-size:.94rem!important;padding:0 8px!important}.ed-category-count{min-width:58px!important;padding:4px 7px!important;margin-inline-start:6px!important;font-size:.74rem!important;gap:4px!important}.ed-category-count .bi{font-size:.7rem!important}}html[data-theme=dark] .ed-category-button{background:linear-gradient(180deg,#3a404a 0,#2f3540 100%)!important;border-color:#525a67!important}html[data-theme=dark] .ed-category-button:hover{background:linear-gradient(180deg,#454c58 0,#363d49 100%)!important}html[data-theme=dark] .ed-category-icon{background:linear-gradient(145deg,#68717f,#4d5664)!important}html[data-theme=dark] .ed-category-count{background:rgba(17,24,39,.52)!important;border-color:rgba(148,163,184,.22)!important;color:#6ee7b7!important}html[data-theme=dark] .ed-category-count .bi{color:#cbd5e1!important}.category-breadcrumb.ed-breadcrumb .breadcrumb{background:rgba(255,255,255,.72)!important;border:1px solid rgba(255,255,255,.82)!important;border-radius:24px!important;padding:12px 14px!important;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%)}.category-page-head{position:relative!important;overflow:hidden!important;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(248,251,250,.66))!important;border:1px solid rgba(255,255,255,.86)!important;border-radius:26px!important;padding:1.55rem 1.45rem!important;text-align:center!important;box-shadow:0 18px 46px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.92)!important;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.category-page-head:before{display:block!important;content:""!important;position:absolute!important;inset-inline-end:auto!important;inset-inline-start:-42px!important;top:auto!important;bottom:-54px!important;width:165px!important;height:165px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(0,139,87,.14),rgba(0,139,87,0) 68%)!important;pointer-events:none!important}.category-page-head:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.55) 0,rgba(255,255,255,0) 38%);pointer-events:none}.category-page-head h1{position:relative!important;z-index:1!important;display:inline-block!important;color:#1f2937!important;font-size:clamp(1.42rem,4.8vw,2.25rem)!important;line-height:1.35!important;margin:0 0 .85rem!important;padding:0 0 .8rem!important;border:0!important;font-weight:900!important;letter-spacing:-.015em!important}.category-page-head h1:after{content:"";position:absolute;left:50%;bottom:0;width:46px;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(0,139,87,.25),var(--brand),rgba(0,139,87,.25));transform:translateX(-50%)}.category-description{position:relative!important;z-index:1!important;max-width:760px!important;margin-inline:auto!important;color:#69717f!important;font-size:clamp(.94rem,2.9vw,1.08rem)!important;line-height:1.9!important;text-align:center!important}.category-button-grid{direction:rtl!important;margin-top:1rem!important}.category-button-grid .row{--bs-gutter-x:.85rem!important;--bs-gutter-y:.75rem!important}.ed-category-button{position:relative!important;isolation:isolate!important;direction:rtl!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;height:66px!important;min-height:66px!important;padding:8px 10px 8px 12px!important;overflow:hidden!important;text-decoration:none!important;color:#15202f!important;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(239,242,245,.74))!important;border:1px solid rgba(255,255,255,.88)!important;border-radius:22px!important;box-shadow:0 12px 30px rgba(15,23,42,.075),inset 0 1px 0 rgba(255,255,255,.96),inset 0 -1px 0 rgba(15,23,42,.045)!important;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease!important}.ed-category-button:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,rgba(255,255,255,.65),rgba(255,255,255,0) 42%);opacity:.9;pointer-events:none}.ed-category-button:after{content:"";position:absolute;inset-inline-end:22px;top:-40px;width:86px;height:86px;border-radius:50%;background:radial-gradient(circle,rgba(0,139,87,.11),rgba(0,139,87,0) 70%);pointer-events:none}.ed-category-button:hover{transform:translateY(-2px)!important;color:#008b57!important;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(232,238,235,.86))!important;border-color:rgba(0,139,87,.2)!important;box-shadow:0 18px 44px rgba(0,139,87,.13),inset 0 1px 0 rgba(255,255,255,.98)!important}.ed-category-button:active{transform:translateY(1px) scale(.992)!important;box-shadow:0 7px 18px rgba(15,23,42,.07),inset 0 2px 6px rgba(15,23,42,.08)!important}.ed-category-icon{order:0!important;width:50px!important;flex:0 0 50px!important;height:50px!important;min-height:50px!important;border-radius:17px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.82)!important;background:linear-gradient(145deg,rgba(0,139,87,.18),rgba(255,255,255,.62))!important;color:#008b57!important;box-shadow:0 10px 22px rgba(0,139,87,.13),inset 0 1px 0 rgba(255,255,255,.9)!important;font-size:1.42rem!important;font-weight:900!important;transition:transform .18s ease,box-shadow .18s ease!important}.ed-category-button:hover .ed-category-icon{transform:scale(1.045);box-shadow:0 14px 28px rgba(0,139,87,.18),inset 0 1px 0 rgba(255,255,255,.9)!important}.ed-category-icon .bi{font-size:1.42rem!important;color:currentColor!important}.ed-category-icon img{max-width:28px!important;max-height:28px!important;filter:none!important}.category-button-grid .col-12:nth-of-type(6n+1) .ed-category-icon{background:linear-gradient(145deg,rgba(0,139,87,.2),rgba(255,255,255,.66))!important;color:#008b57!important}.category-button-grid .col-12:nth-of-type(6n+2) .ed-category-icon{background:linear-gradient(145deg,rgba(37,99,235,.18),rgba(255,255,255,.66))!important;color:#2563eb!important;box-shadow:0 10px 22px rgba(37,99,235,.13),inset 0 1px 0 rgba(255,255,255,.9)!important}.category-button-grid .col-12:nth-of-type(6n+3) .ed-category-icon{background:linear-gradient(145deg,rgba(147,51,234,.18),rgba(255,255,255,.66))!important;color:#7e22ce!important;box-shadow:0 10px 22px rgba(147,51,234,.13),inset 0 1px 0 rgba(255,255,255,.9)!important}.category-button-grid .col-12:nth-of-type(6n+4) .ed-category-icon{background:linear-gradient(145deg,rgba(245,158,11,.2),rgba(255,255,255,.66))!important;color:#d97706!important;box-shadow:0 10px 22px rgba(245,158,11,.13),inset 0 1px 0 rgba(255,255,255,.9)!important}.category-button-grid .col-12:nth-of-type(6n+5) .ed-category-icon{background:linear-gradient(145deg,rgba(236,72,153,.17),rgba(255,255,255,.66))!important;color:#db2777!important;box-shadow:0 10px 22px rgba(236,72,153,.12),inset 0 1px 0 rgba(255,255,255,.9)!important}.category-button-grid .col-12:nth-of-type(6n+6) .ed-category-icon{background:linear-gradient(145deg,rgba(20,184,166,.18),rgba(255,255,255,.66))!important;color:#0f766e!important;box-shadow:0 10px 22px rgba(20,184,166,.12),inset 0 1px 0 rgba(255,255,255,.9)!important}.ed-category-label{order:1!important;min-width:0!important;flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0 6px!important;color:inherit!important;font-size:clamp(.98rem,2.25vw,1.08rem)!important;font-weight:850!important;line-height:1.35!important}.ed-category-count{order:2!important;direction:ltr!important;flex:0 0 auto!important;min-width:70px!important;height:34px!important;margin:0!important;padding:0 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;border-radius:999px!important;background:rgba(255,255,255,.62)!important;border:1px solid rgba(255,255,255,.86)!important;color:#08754d!important;font-size:.82rem!important;line-height:1!important;box-shadow:0 7px 16px rgba(15,23,42,.055),inset 0 1px 0 rgba(255,255,255,.9)!important;backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%)}.ed-category-count strong{font-weight:950!important;letter-spacing:.01em!important}.ed-category-count .bi{font-size:.76rem!important;color:#667085!important}.category-separator{height:2px!important;margin:.4rem 0!important;background:linear-gradient(90deg,transparent,rgba(0,139,87,.22),transparent)!important;border-radius:999px!important}@media (min-width:768px){.category-button-grid .col-lg-4{width:50%!important}}@media (max-width:575px){.category-breadcrumb.ed-breadcrumb .breadcrumb{border-radius:18px!important;padding:10px 12px!important}.category-page-head{border-radius:20px!important;padding:1.15rem 1rem!important;margin-bottom:1rem!important}.category-page-head h1{font-size:1.48rem!important;margin-bottom:.62rem!important;padding-bottom:.65rem!important}.category-description{font-size:.92rem!important;line-height:1.75!important;text-align:center!important}.category-button-grid .row{--bs-gutter-x:.45rem!important;--bs-gutter-y:.5rem!important}.ed-category-button{height:58px!important;min-height:58px!important;border-radius:18px!important;padding:6px 7px 6px 9px!important;gap:6px!important}.ed-category-icon{width:46px!important;flex-basis:46px!important;height:46px!important;min-height:46px!important;border-radius:15px!important;font-size:1.22rem!important}.ed-category-icon .bi{font-size:1.22rem!important}.ed-category-label{font-size:.93rem!important;padding:0 4px!important;font-weight:850!important}.ed-category-count{min-width:56px!important;height:30px!important;padding:0 7px!important;font-size:.72rem!important;gap:4px!important}.ed-category-count .bi{font-size:.68rem!important}}@media (prefers-reduced-motion:reduce){.ed-category-button,.ed-category-icon{transition:none!important}.ed-category-button:active,.ed-category-button:hover,.ed-category-button:hover .ed-category-icon{transform:none!important}}html[data-theme=dark] .category-breadcrumb.ed-breadcrumb .breadcrumb,html[data-theme=dark] .category-page-head,html[data-theme=dark] .ed-category-button{background:linear-gradient(180deg,rgba(43,49,58,.8),rgba(30,35,43,.76))!important;border-color:rgba(148,163,184,.18)!important;color:#eef2f7!important;box-shadow:0 14px 34px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08)!important}html[data-theme=dark] .category-page-head h1{color:#f3f4f6!important}html[data-theme=dark] .category-description{color:#cbd5e1!important}html[data-theme=dark] .ed-category-button:hover{background:linear-gradient(180deg,rgba(55,63,75,.86),rgba(35,42,52,.82))!important;color:#76e4b8!important;border-color:rgba(118,228,184,.25)!important}html[data-theme=dark] .ed-category-icon{background:linear-gradient(145deg,rgba(0,139,87,.26),rgba(31,41,55,.86))!important;border-color:rgba(255,255,255,.1)!important;color:#70e1b2!important}html[data-theme=dark] .ed-category-count{background:rgba(17,24,39,.45)!important;border-color:rgba(255,255,255,.1)!important;color:#86efc5!important}html[data-theme=dark] .ed-category-count .bi{color:#cbd5e1!important}.category-page-head{position:relative!important;overflow:hidden!important;text-align:center!important;background:#fff!important;border:1px solid #e3e7ec!important;border-radius:18px!important;box-shadow:none!important;padding:1.55rem 1.25rem!important}.category-page-head:before{content:""!important;position:absolute!important;right:auto!important;left:0!important;top:0!important;width:130px!important;height:100%!important;border-radius:0 0 90px 0!important;background:linear-gradient(135deg,rgba(0,139,87,.14),rgba(0,139,87,.045))!important;pointer-events:none!important}.category-page-head:after{display:none!important}.category-page-head h1{position:relative!important;z-index:1!important;color:#1f2937!important;font-size:clamp(1.35rem,4vw,1.9rem)!important;line-height:1.35!important;margin:0 0 .55rem!important;padding:0!important;border:0!important;font-weight:900!important;letter-spacing:-.012em!important}.category-page-head h1:after{display:none!important}.category-description{position:relative!important;z-index:1!important;color:#8a919b!important;font-size:clamp(.9rem,2.7vw,1rem)!important;line-height:1.75!important;margin:0!important;max-width:none!important;text-align:center!important}.category-button-grid{direction:rtl!important;margin-top:1rem!important}.category-button-grid .row{--bs-gutter-x:.7rem!important;--bs-gutter-y:.55rem!important}.ed-category-button{position:relative!important;isolation:isolate!important;direction:rtl!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;height:62px!important;min-height:62px!important;padding:6px 8px 6px 12px!important;overflow:hidden!important;text-decoration:none!important;color:#162033!important;background:linear-gradient(180deg,#fff 0,#f7f8fa 100%)!important;border:1px solid #e1e5ea!important;border-radius:18px!important;box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 5px 14px rgba(15,23,42,.045)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease,color .16s ease!important}.ed-category-button:before{content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;opacity:0!important;background:linear-gradient(90deg,rgba(0,139,87,.035),rgba(255,255,255,0) 52%)!important;transition:opacity .16s ease!important}.ed-category-button:after{content:"‹"!important;position:static!important;order:3!important;width:auto!important;height:auto!important;flex:0 0 auto!important;background:0 0!important;color:#7b8492!important;font-size:1.45rem!important;font-weight:700!important;line-height:1!important;margin-inline-start:2px!important;opacity:.9!important}.ed-category-button:hover{transform:translateY(-1px)!important;background:linear-gradient(180deg,#fff 0,#eef1f4 100%)!important;border-color:#cfd6de!important;color:#0f172a!important;box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 8px 22px rgba(15,23,42,.075)!important}.ed-category-button:hover:before{opacity:1!important}.ed-category-button:active{transform:scale(.992)!important;background:#eef1f4!important;box-shadow:0 1px 2px rgba(15,23,42,.04) inset!important}.ed-category-icon{order:0!important;width:54px!important;flex:0 0 54px!important;height:54px!important;min-height:54px!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(15,23,42,.08)!important;background:linear-gradient(145deg,#5c6672,#2f3844)!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 2px 7px rgba(15,23,42,.16)!important;font-size:1.42rem!important;font-weight:900!important;transition:transform .16s ease,filter .16s ease!important}.ed-category-button:hover .ed-category-icon{transform:scale(1.025)!important;filter:saturate(1.04)!important}.ed-category-icon .bi{font-size:1.42rem!important;color:#fff!important;opacity:.96!important}.ed-category-icon img{max-width:30px!important;max-height:30px!important;filter:brightness(0) invert(1)!important;opacity:.96!important}.ed-category-label{order:1!important;min-width:0!important;flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0 8px!important;color:#111827!important;font-size:clamp(.98rem,2.4vw,1.08rem)!important;font-weight:850!important;line-height:1.35!important}.ed-category-count{order:2!important;direction:ltr!important;flex:0 0 auto!important;min-width:68px!important;height:32px!important;margin:0!important;padding:0 9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;border-radius:999px!important;background:#fff!important;border:1px solid #e3e7ec!important;color:#008b57!important;font-size:.82rem!important;line-height:1!important;box-shadow:0 4px 12px rgba(15,23,42,.045)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.ed-category-count strong{font-weight:900!important;letter-spacing:.01em!important}.ed-category-count .bi{font-size:.76rem!important;color:#566273!important}.category-button-grid .col-12:nth-of-type(6n+1) .ed-category-icon{background:linear-gradient(145deg,#5f6976,#303a46)!important}.category-button-grid .col-12:nth-of-type(6n+2) .ed-category-icon{background:linear-gradient(145deg,#596879,#2f3d4c)!important}.category-button-grid .col-12:nth-of-type(6n+3) .ed-category-icon{background:linear-gradient(145deg,#665c77,#3d314d)!important}.category-button-grid .col-12:nth-of-type(6n+4) .ed-category-icon{background:linear-gradient(145deg,#726454,#45392d)!important}.category-button-grid .col-12:nth-of-type(6n+5) .ed-category-icon{background:linear-gradient(145deg,#596b77,#30424f)!important}.category-button-grid .col-12:nth-of-type(6n+6) .ed-category-icon{background:linear-gradient(145deg,#526d69,#2d4742)!important}.category-button-grid .col-12:nth-of-type(6n+1) .ed-category-count strong{color:#008b57!important}.category-button-grid .col-12:nth-of-type(6n+2) .ed-category-count strong{color:#0f766e!important}.category-button-grid .col-12:nth-of-type(6n+3) .ed-category-count strong{color:#7c3aed!important}.category-button-grid .col-12:nth-of-type(6n+4) .ed-category-count strong{color:#d97706!important}.category-button-grid .col-12:nth-of-type(6n+5) .ed-category-count strong{color:#2563eb!important}.category-button-grid .col-12:nth-of-type(6n+6) .ed-category-count strong{color:#0d9488!important}.category-separator{height:2px!important;margin:.35rem 0!important;background:linear-gradient(90deg,transparent,#d9dde3,transparent)!important;border-radius:999px!important}@media (min-width:768px){.category-button-grid .col-lg-4{width:50%!important}}@media (max-width:575px){.category-page-head{border-radius:16px!important;padding:1.1rem .95rem!important;margin-bottom:1rem!important}.category-page-head:before{width:96px!important;border-radius:0 0 72px 0!important}.category-page-head h1{font-size:1.42rem!important;margin-bottom:.4rem!important}.category-description{font-size:.9rem!important}.category-button-grid .row{--bs-gutter-x:.4rem!important;--bs-gutter-y:.46rem!important}.ed-category-button{height:58px!important;min-height:58px!important;border-radius:16px!important;padding:5px 6px 5px 9px!important;gap:6px!important}.ed-category-icon{width:50px!important;flex-basis:50px!important;height:50px!important;min-height:50px!important;border-radius:14px!important;font-size:1.28rem!important}.ed-category-icon .bi{font-size:1.28rem!important}.ed-category-label{font-size:1rem!important;font-weight:850!important;padding:0 4px!important}.ed-category-count{min-width:56px!important;height:30px!important;padding:0 7px!important;font-size:.74rem!important;gap:4px!important}.ed-category-count .bi{font-size:.68rem!important}.ed-category-button:after{font-size:1.25rem!important;margin-inline-start:0!important}}html[data-theme=dark] .category-page-head{background:#20252d!important;border-color:#353b45!important}html[data-theme=dark] .category-page-head h1{color:#f3f4f6!important}html[data-theme=dark] .category-description{color:#cbd5e1!important}html[data-theme=dark] .ed-category-button{background:linear-gradient(180deg,#242a33,#1f2530)!important;border-color:#343c48!important;color:#f3f4f6!important;box-shadow:0 5px 16px rgba(0,0,0,.22)!important}html[data-theme=dark] .ed-category-button:hover{background:linear-gradient(180deg,#2a313c,#252c36)!important;border-color:#46505f!important;color:#fff!important}html[data-theme=dark] .ed-category-label{color:#f3f4f6!important}html[data-theme=dark] .ed-category-count{background:#161b22!important;border-color:#303846!important;color:#86efc5!important}html[data-theme=dark] .ed-category-count .bi{color:#cbd5e1!important}.category-page-head{position:relative!important;overflow:hidden!important;border:1px solid rgba(203,213,225,.62)!important;border-radius:22px!important;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(246,248,250,.58))!important;box-shadow:none!important;backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);min-height:150px;display:flex;flex-direction:column;justify-content:center}.category-page-head:before{content:""!important;position:absolute!important;inset:auto auto -28px -28px!important;width:190px!important;height:190px!important;background:radial-gradient(circle at 30% 30%,rgba(0,139,87,.18),rgba(0,139,87,.075) 48%,transparent 70%)!important;border-radius:42% 58% 55% 45%!important;opacity:1!important;pointer-events:none!important}.category-page-head:after,.ed-category-button:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;mix-blend-mode:multiply;background-image:radial-gradient(rgba(100,116,139,.35) .45px,transparent .7px);background-size:5px 5px;border-radius:inherit}.category-page-head h1{position:relative;z-index:1;font-size:clamp(1.55rem,4.7vw,2rem)!important;line-height:1.35!important;font-weight:900!important;color:#111827!important;margin-bottom:.55rem!important;border:0!important;padding:0!important;text-align:center}.category-page-head .category-description{position:relative;z-index:1;color:#7b8491!important;font-size:clamp(.98rem,3.5vw,1.12rem)!important;line-height:1.8!important;text-align:center}.category-button-grid .row{--bs-gutter-y:.72rem;--bs-gutter-x:.85rem}.ed-category-button{position:relative!important;overflow:hidden!important;min-height:78px!important;border-radius:22px!important;border:1px solid rgba(203,213,225,.68)!important;background:linear-gradient(90deg,rgba(255,255,255,.52),rgba(236,240,244,.46)),rgba(241,243,246,.48)!important;box-shadow:none!important;color:#111827!important;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);transition:background .18s ease,border-color .18s ease,transform .18s ease;padding:9px 10px!important;gap:14px!important;direction:rtl}.ed-category-button:hover{background:linear-gradient(90deg,rgba(255,255,255,.44),rgba(219,224,230,.52)),rgba(229,232,237,.56)!important;border-color:rgba(148,163,184,.86)!important;color:#0f172a!important;transform:none!important;box-shadow:none!important}.ed-category-button:active{transform:scale(.992)!important}.ed-category-button:before{content:"";position:absolute;inset:1px;border-radius:21px;border:1px solid rgba(255,255,255,.72);pointer-events:none;z-index:1}.ed-category-label{position:relative;z-index:2;flex:1 1 auto!important;text-align:center!important;font-size:clamp(1.08rem,4.15vw,1.34rem)!important;font-weight:900!important;line-height:1.4!important;padding:0 4px!important;color:#111827!important}.ed-category-icon{position:relative!important;z-index:2;order:-1;width:64px!important;flex:0 0 64px!important;height:64px!important;border-radius:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:linear-gradient(135deg,#6b7280,#334155)!important;border:1px solid rgba(15,23,42,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24)!important;font-weight:900!important}.ed-category-icon .bi{font-size:1.75rem!important;color:inherit!important}.ed-category-icon img{max-width:40px!important;max-height:40px!important;filter:brightness(0) invert(1) drop-shadow(0 1px 0 rgba(0,0,0,.08))}.ed-category-count{position:relative;z-index:2;order:3;min-width:92px;height:40px;border-radius:999px;background:rgba(255,255,255,.62);border:1px solid rgba(226,232,240,.88);display:inline-flex!important;align-items:center;justify-content:center;gap:8px;color:#008b57!important;box-shadow:none!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ed-category-count strong{font-weight:900!important;font-size:.98rem!important;line-height:1;color:inherit!important}.ed-category-count .bi{font-size:.96rem;color:#64748b!important}.category-button-grid .col-12:nth-of-type(6n+1) .ed-category-icon{background:linear-gradient(135deg,#11935f,#2f4858)!important}.category-button-grid .col-12:nth-of-type(6n+2) .ed-category-icon{background:linear-gradient(135deg,#0891b2,#334155)!important}.category-button-grid .col-12:nth-of-type(6n+3) .ed-category-icon{background:linear-gradient(135deg,#7c3aed,#475569)!important}.category-button-grid .col-12:nth-of-type(6n+4) .ed-category-icon{background:linear-gradient(135deg,#f59e0b,#475569)!important}.category-button-grid .col-12:nth-of-type(6n+5) .ed-category-icon{background:linear-gradient(135deg,#2563eb,#475569)!important}.category-button-grid .col-12:nth-of-type(6n+6) .ed-category-icon{background:linear-gradient(135deg,#db2777,#475569)!important}.category-button-grid .col-12:nth-of-type(6n+1) .ed-category-count{color:#008b57!important}.category-button-grid .col-12:nth-of-type(6n+2) .ed-category-count{color:#0891b2!important}.category-button-grid .col-12:nth-of-type(6n+3) .ed-category-count{color:#7c3aed!important}.category-button-grid .col-12:nth-of-type(6n+4) .ed-category-count{color:#d97706!important}.category-button-grid .col-12:nth-of-type(6n+5) .ed-category-count{color:#2563eb!important}.category-button-grid .col-12:nth-of-type(6n+6) .ed-category-count{color:#db2777!important}@media (max-width:575px){.category-page-head{min-height:134px;padding:1.35rem 1rem!important;border-radius:20px!important;margin-bottom:1rem!important}.category-page-head:before{width:150px!important;height:150px!important;inset:auto auto -24px -24px!important}.category-page-head h1{font-size:1.52rem!important;margin-bottom:.35rem!important}.category-page-head .category-description{font-size:.98rem!important}.category-button-grid .row{--bs-gutter-y:.52rem;--bs-gutter-x:0}.ed-category-button{min-height:72px!important;border-radius:20px!important;padding:8px!important;gap:9px!important}.ed-category-button:before{border-radius:19px}.ed-category-icon{width:60px!important;flex-basis:60px!important;height:60px!important;border-radius:17px!important}.ed-category-icon .bi{font-size:1.55rem!important}.ed-category-icon img{max-width:36px!important;max-height:36px!important}.ed-category-label{font-size:1.08rem!important;text-align:center!important}.ed-category-count{min-width:78px;height:34px;gap:6px}.ed-category-count strong{font-size:.9rem!important}.ed-category-count .bi{font-size:.85rem!important}}html[data-theme=dark] .category-page-head,html[data-theme=dark] .ed-category-button{background:linear-gradient(135deg,rgba(30,41,59,.62),rgba(15,23,42,.5))!important;border-color:rgba(71,85,105,.7)!important;color:#e5e7eb!important}html[data-theme=dark] .category-page-head h1,html[data-theme=dark] .ed-category-label{color:#f8fafc!important}html[data-theme=dark] .category-page-head .category-description{color:#aeb6c3!important}html[data-theme=dark] .ed-category-count{background:rgba(15,23,42,.48);border-color:rgba(71,85,105,.7)}.category-page-head{position:relative!important;overflow:hidden!important;border:1px solid rgba(203,213,225,.72)!important;border-radius:22px!important;background:rgba(255,255,255,.74)!important;box-shadow:0 10px 28px rgba(15,23,42,.045)!important;backdrop-filter:blur(16px) saturate(145%)!important;-webkit-backdrop-filter:blur(16px) saturate(145%)!important;min-height:138px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.category-page-head:before{content:""!important;position:absolute!important;inset:auto auto -30px -30px!important;width:170px!important;height:170px!important;background:radial-gradient(circle at 35% 35%,rgba(0,139,87,.16),rgba(0,139,87,.07) 54%,transparent 72%)!important;border-radius:42% 58% 56% 44%!important;pointer-events:none!important}.category-page-head:after{content:""!important;position:absolute!important;inset:0!important;background-image:radial-gradient(rgba(0,139,87,.15) .45px,transparent .8px)!important;background-size:7px 7px!important;opacity:.22!important;pointer-events:none!important}.category-page-head h1{position:relative!important;z-index:1!important;font-size:clamp(1.45rem,4.6vw,1.9rem)!important;line-height:1.35!important;font-weight:900!important;color:#172033!important;margin-bottom:.5rem!important;border:0!important;padding:0!important;text-align:center!important}.category-page-head .category-description{position:relative!important;z-index:1!important;color:#7b8491!important;font-size:clamp(.94rem,3.4vw,1.08rem)!important;line-height:1.75!important;text-align:center!important}.category-button-grid .row{--bs-gutter-y:.56rem!important;--bs-gutter-x:.75rem!important}.ed-category-button{position:relative!important;overflow:hidden!important;min-height:72px!important;border-radius:20px!important;border:1px solid rgba(203,213,225,.72)!important;background:linear-gradient(90deg,rgba(255,255,255,.66),rgba(238,242,246,.48)),rgba(245,247,249,.52)!important;box-shadow:0 8px 20px rgba(15,23,42,.035)!important;color:#111827!important;backdrop-filter:blur(16px) saturate(150%)!important;-webkit-backdrop-filter:blur(16px) saturate(150%)!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important;padding:0 0 0 10px!important;gap:0!important;direction:rtl!important}.ed-category-button:hover{background:linear-gradient(90deg,rgba(255,255,255,.56),rgba(226,232,240,.58)),rgba(235,238,243,.62)!important;border-color:rgba(148,163,184,.88)!important;color:#0f172a!important;transform:none!important;box-shadow:0 8px 20px rgba(15,23,42,.045)!important}.ed-category-button:active{transform:scale(.993)!important}.ed-category-button:before{content:""!important;position:absolute!important;inset:1px!important;border-radius:19px!important;border:1px solid rgba(255,255,255,.7)!important;pointer-events:none!important;z-index:1!important}.ed-category-button:after{content:""!important;position:absolute!important;inset:0!important;border-radius:inherit!important;background-image:radial-gradient(rgba(100,116,139,.2) .42px,transparent .75px)!important;background-size:6px 6px!important;opacity:.17!important;mix-blend-mode:multiply!important;pointer-events:none!important}.ed-category-icon{position:relative!important;z-index:2!important;order:-1!important;align-self:stretch!important;width:82px!important;flex:0 0 82px!important;height:auto!important;min-height:72px!important;border-radius:0 19px 19px 0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:linear-gradient(180deg,#646b73,#3f464e)!important;border:0!important;border-left:1px solid rgba(15,23,42,.24)!important;box-shadow:none!important;font-weight:900!important}.ed-category-icon .bi{font-size:1.72rem!important;color:inherit!important}.ed-category-icon img{max-width:38px!important;max-height:38px!important;filter:brightness(0) invert(1)!important}.ed-category-label{position:relative!important;z-index:2!important;flex:1 1 auto!important;text-align:center!important;font-size:clamp(1.04rem,4.05vw,1.3rem)!important;font-weight:900!important;line-height:1.4!important;color:#111827!important;padding:0 12px!important}.ed-category-label:before{content:""!important;position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important;width:1px!important;height:32px!important;background:rgba(148,163,184,.38)!important}.ed-category-count{position:relative!important;z-index:2!important;order:3!important;min-width:76px!important;height:34px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(226,232,240,.92)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;color:#008b57!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;margin-inline-start:10px!important}.ed-category-count strong{font-weight:900!important;font-size:.93rem!important;line-height:1!important;color:inherit!important}.ed-category-count .bi{font-size:.86rem!important;color:#536071!important}.category-button-grid .col-12:nth-of-type(6n+1) .ed-category-count{color:#008b57!important}.category-button-grid .col-12:nth-of-type(6n+2) .ed-category-count{color:#008b57!important}.category-button-grid .col-12:nth-of-type(6n+3) .ed-category-count{color:#008b57!important}.category-button-grid .col-12:nth-of-type(6n+4) .ed-category-count{color:#008b57!important}.category-button-grid .col-12:nth-of-type(6n+5) .ed-category-count{color:#008b57!important}.category-button-grid .col-12:nth-of-type(6n+6) .ed-category-count{color:#008b57!important}@media (max-width:575px){.category-page-head{min-height:118px!important;padding:1.05rem .9rem!important;border-radius:18px!important;margin-bottom:1rem!important}.category-page-head:before{width:132px!important;height:132px!important;inset:auto auto -24px -26px!important}.category-page-head h1{font-size:1.36rem!important;margin-bottom:.32rem!important}.category-page-head .category-description{font-size:.9rem!important}.category-button-grid .row{--bs-gutter-y:.42rem!important;--bs-gutter-x:0!important}.ed-category-button{min-height:58px!important;border-radius:14px!important;padding:0 0 0 7px!important}.ed-category-button:before{border-radius:13px!important}.ed-category-icon{width:64px!important;flex-basis:64px!important;min-height:58px!important;border-radius:0 13px 13px 0!important}.ed-category-icon .bi{font-size:1.38rem!important}.ed-category-icon img{max-width:33px!important;max-height:33px!important}.ed-category-label{font-size:1.03rem!important;padding:0 8px!important}.ed-category-label:before{height:27px!important}.ed-category-count{min-width:58px!important;height:28px!important;gap:5px!important;margin-inline-start:6px!important}.ed-category-count strong{font-size:.8rem!important}.ed-category-count .bi{font-size:.72rem!important}}html[data-theme=dark] .category-page-head,html[data-theme=dark] .ed-category-button{background:linear-gradient(90deg,rgba(30,41,59,.66),rgba(15,23,42,.58))!important;border-color:rgba(71,85,105,.72)!important;color:#e5e7eb!important}html[data-theme=dark] .category-page-head h1,html[data-theme=dark] .ed-category-label{color:#f8fafc!important}html[data-theme=dark] .category-page-head .category-description{color:#aeb6c3!important}html[data-theme=dark] .ed-category-count{background:rgba(15,23,42,.44)!important;border-color:rgba(71,85,105,.7)!important}html[data-theme=dark] .ed-category-icon{background:linear-gradient(180deg,#4b5563,#28313c)!important;border-left-color:rgba(148,163,184,.25)!important}.category-page-head{position:relative!important;overflow:hidden!important;border:1px solid rgba(203,213,225,.72)!important;border-radius:22px!important;background:rgba(255,255,255,.74)!important;box-shadow:0 10px 28px rgba(15,23,42,.04)!important;backdrop-filter:blur(16px) saturate(145%)!important;-webkit-backdrop-filter:blur(16px) saturate(145%)!important;min-height:138px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.category-page-head:before{content:""!important;position:absolute!important;inset:auto auto -30px -30px!important;width:170px!important;height:170px!important;background:radial-gradient(circle at 35% 35%,rgba(0,139,87,.16),rgba(0,139,87,.07) 54%,transparent 72%)!important;border-radius:42% 58% 56% 44%!important;pointer-events:none!important;display:block!important}.category-page-head:after{content:""!important;position:absolute!important;inset:0!important;background-image:radial-gradient(rgba(0,139,87,.15) .45px,transparent .8px)!important;background-size:7px 7px!important;opacity:.2!important;pointer-events:none!important}.category-page-head h1{position:relative!important;z-index:1!important;font-size:clamp(1.45rem,4.6vw,1.9rem)!important;line-height:1.35!important;font-weight:900!important;color:#172033!important;margin:0 0 .5rem!important;border:0!important;padding:0!important;text-align:center!important}.category-page-head h1:after{display:none!important}.category-description,.category-page-head .category-description{position:relative!important;z-index:1!important;color:#7b8491!important;font-size:clamp(.94rem,3.4vw,1.08rem)!important;line-height:1.75!important;text-align:center!important;margin:0!important}.category-button-grid{direction:rtl!important;margin-top:1rem!important}.category-button-grid .row{--bs-gutter-y:.56rem!important;--bs-gutter-x:.75rem!important}.ed-category-button{position:relative!important;overflow:hidden!important;min-height:72px!important;height:auto!important;border-radius:20px!important;border:1px solid rgba(203,213,225,.72)!important;background:linear-gradient(90deg,rgba(255,255,255,.66),rgba(238,242,246,.48)),rgba(245,247,249,.52)!important;box-shadow:0 8px 20px rgba(15,23,42,.035)!important;color:#111827!important;backdrop-filter:blur(16px) saturate(150%)!important;-webkit-backdrop-filter:blur(16px) saturate(150%)!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important;padding:0 0 0 10px!important;gap:0!important;direction:rtl!important;display:flex!important;align-items:center!important}.ed-category-button:hover{background:linear-gradient(90deg,rgba(255,255,255,.56),rgba(226,232,240,.58)),rgba(235,238,243,.62)!important;border-color:rgba(148,163,184,.88)!important;color:#0f172a!important;transform:none!important;box-shadow:0 8px 20px rgba(15,23,42,.045)!important}.ed-category-button:active{transform:scale(.993)!important}.ed-category-button:before{content:""!important;position:absolute!important;inset:1px!important;border-radius:19px!important;border:1px solid rgba(255,255,255,.7)!important;pointer-events:none!important;z-index:1!important}.ed-category-button:after{content:""!important;position:absolute!important;inset:0!important;border-radius:inherit!important;background-image:radial-gradient(rgba(100,116,139,.2) .42px,transparent .75px)!important;background-size:6px 6px!important;opacity:.17!important;mix-blend-mode:multiply!important;pointer-events:none!important;order:initial!important;width:auto!important;height:auto!important;flex:none!important;margin:0!important}.ed-category-icon{position:relative!important;z-index:2!important;order:-1!important;align-self:stretch!important;width:82px!important;flex:0 0 82px!important;height:auto!important;min-height:72px!important;border-radius:0 19px 19px 0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:#4b5563!important;border:0!important;border-left:1px solid rgba(15,23,42,.24)!important;box-shadow:none!important;font-weight:900!important}.ed-category-icon .bi{font-size:1.72rem!important;color:inherit!important;opacity:.97!important}.ed-category-icon img{max-width:38px!important;max-height:38px!important;filter:brightness(0) invert(1)!important;opacity:.97!important}.ed-category-label{position:relative!important;z-index:2!important;flex:1 1 auto!important;text-align:center!important;justify-content:center!important;font-size:clamp(1.04rem,4.05vw,1.3rem)!important;font-weight:900!important;line-height:1.4!important;color:#111827!important;padding:0 12px!important}.ed-category-label:before{content:""!important;position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important;width:1px!important;height:32px!important;background:rgba(148,163,184,.38)!important}.ed-category-count{position:relative!important;z-index:2!important;order:3!important;min-width:76px!important;height:34px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(226,232,240,.92)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;color:#008b57!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;margin-inline-start:10px!important}.ed-category-count strong{font-weight:900!important;font-size:.93rem!important;line-height:1!important;color:inherit!important}.ed-category-count .bi{font-size:.86rem!important;color:#536071!important}.category-button-grid .col-12:nth-of-type(6n+1) .ed-category-icon{background:linear-gradient(180deg,#16845c,#1e5d55)!important}.category-button-grid .col-12:nth-of-type(6n+2) .ed-category-icon{background:linear-gradient(180deg,#177b95,#19536c)!important}.category-button-grid .col-12:nth-of-type(6n+3) .ed-category-icon{background:linear-gradient(180deg,#6e4bc2,#514078)!important}.category-button-grid .col-12:nth-of-type(6n+4) .ed-category-icon{background:linear-gradient(180deg,#cc7a2c,#8a5630)!important}.category-button-grid .col-12:nth-of-type(6n+5) .ed-category-icon{background:linear-gradient(180deg,#2f78bd,#365d8b)!important}.category-button-grid .col-12:nth-of-type(6n+6) .ed-category-icon{background:linear-gradient(180deg,#56606c,#3f4853)!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-count{color:#008b57!important}.category-separator{height:2px!important;margin:.35rem 0!important;background:linear-gradient(90deg,transparent,#d9dde3,transparent)!important;border-radius:999px!important}@media (min-width:768px){.category-button-grid .col-lg-4{width:50%!important}}@media (max-width:575px){.category-page-head{min-height:118px!important;padding:1.05rem .9rem!important;border-radius:18px!important;margin-bottom:1rem!important}.category-page-head:before{width:132px!important;height:132px!important;inset:auto auto -24px -26px!important}.category-page-head h1{font-size:1.36rem!important;margin-bottom:.32rem!important}.category-description,.category-page-head .category-description{font-size:.9rem!important}.category-button-grid .row{--bs-gutter-y:.42rem!important;--bs-gutter-x:0!important}.ed-category-button{min-height:58px!important;border-radius:14px!important;padding:0 0 0 7px!important}.ed-category-button:before{border-radius:13px!important}.ed-category-icon{width:64px!important;flex-basis:64px!important;min-height:58px!important;border-radius:0 13px 13px 0!important}.ed-category-icon .bi{font-size:1.38rem!important}.ed-category-icon img{max-width:33px!important;max-height:33px!important}.ed-category-label{font-size:1.03rem!important;padding:0 8px!important}.ed-category-label:before{height:27px!important}.ed-category-count{min-width:58px!important;height:28px!important;gap:5px!important;margin-inline-start:6px!important}.ed-category-count strong{font-size:.8rem!important}.ed-category-count .bi{font-size:.72rem!important}}html[data-theme=dark] .category-page-head,html[data-theme=dark] .ed-category-button{background:linear-gradient(90deg,rgba(30,41,59,.66),rgba(15,23,42,.58))!important;border-color:rgba(71,85,105,.72)!important;color:#e5e7eb!important}html[data-theme=dark] .category-page-head h1,html[data-theme=dark] .ed-category-label{color:#f8fafc!important}html[data-theme=dark] .category-page-head .category-description{color:#aeb6c3!important}html[data-theme=dark] .ed-category-count{background:rgba(15,23,42,.44)!important;border-color:rgba(71,85,105,.7)!important}html[data-theme=dark] .ed-category-icon{background:linear-gradient(180deg,#4b5563,#28313c)!important;border-left-color:rgba(148,163,184,.25)!important}.category-button-grid{direction:rtl!important;margin-top:1rem!important}.category-button-grid .row{--bs-gutter-y:.50rem!important;--bs-gutter-x:.70rem!important}.ed-category-button{position:relative!important;overflow:hidden!important;min-height:72px!important;border-radius:20px!important;border:1px solid rgba(203,213,225,.7)!important;background:linear-gradient(90deg,rgba(255,255,255,.7),rgba(241,245,249,.52)),rgba(245,247,249,.56)!important;color:#111827!important;box-shadow:0 8px 20px rgba(15,23,42,.035)!important;backdrop-filter:blur(16px) saturate(150%)!important;-webkit-backdrop-filter:blur(16px) saturate(150%)!important;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;padding:0 0 0 10px!important;gap:0!important;direction:rtl!important;display:flex!important;align-items:center!important}.ed-category-button:hover{background:linear-gradient(90deg,rgba(255,255,255,.6),rgba(226,232,240,.58)),rgba(235,238,243,.64)!important;border-color:rgba(148,163,184,.86)!important;box-shadow:0 10px 22px rgba(15,23,42,.05)!important;color:#0f172a!important;transform:none!important}.ed-category-button:active{transform:scale(.993)!important}.ed-category-button:before{content:""!important;position:absolute!important;inset:1px!important;border-radius:19px!important;border:1px solid rgba(255,255,255,.72)!important;pointer-events:none!important;z-index:1!important}.ed-category-button:after{content:""!important;position:absolute!important;inset:0!important;border-radius:inherit!important;background-image:radial-gradient(rgba(100,116,139,.2) .42px,transparent .75px)!important;background-size:6px 6px!important;opacity:.15!important;mix-blend-mode:multiply!important;pointer-events:none!important;order:initial!important;width:auto!important;height:auto!important;flex:none!important;margin:0!important}.ed-category-icon{position:relative!important;z-index:2!important;order:-1!important;align-self:stretch!important;width:82px!important;flex:0 0 82px!important;min-height:72px!important;border-radius:0 19px 19px 0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#5f6670!important;color:#fff!important;border:0!important;border-left:1px solid rgba(15,23,42,.22)!important;box-shadow:none!important;font-weight:900!important;transition:background .18s ease,filter .18s ease!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-icon{background:#5f6670!important;color:#fff!important;box-shadow:none!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-button:hover .ed-category-icon,.ed-category-button:hover .ed-category-icon{background:#545b65!important;filter:none!important}.ed-category-icon .bi,.ed-category-icon i.bi{color:#fff!important;font-size:1.72rem!important;line-height:1!important;opacity:1!important;text-shadow:0 1px 1px rgba(0,0,0,.12)!important}.ed-category-icon img{max-width:38px!important;max-height:38px!important;filter:brightness(0) invert(1)!important;opacity:.97!important}.ed-category-label{position:relative!important;z-index:2!important;flex:1 1 auto!important;text-align:center!important;justify-content:center!important;font-size:clamp(1.04rem,4.05vw,1.3rem)!important;font-weight:900!important;line-height:1.4!important;color:#111827!important;padding:0 12px!important}.ed-category-label:before{content:""!important;position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important;width:1px!important;height:32px!important;background:rgba(148,163,184,.38)!important}.ed-category-count{position:relative!important;z-index:2!important;order:3!important;min-width:76px!important;height:34px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(226,232,240,.92)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;color:#008b57!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;margin-inline-start:10px!important}.ed-category-count strong{font-weight:900!important;font-size:.93rem!important;line-height:1!important;color:inherit!important}.ed-category-count .bi{font-size:.86rem!important;color:#536071!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-count{color:#008b57!important}@media (max-width:575px){.category-button-grid .row{--bs-gutter-y:.42rem!important;--bs-gutter-x:0!important}.ed-category-button{min-height:58px!important;border-radius:14px!important;padding:0 0 0 7px!important}.ed-category-button:before{border-radius:13px!important}.ed-category-icon{width:64px!important;flex-basis:64px!important;min-height:58px!important;border-radius:0 13px 13px 0!important}.ed-category-icon .bi,.ed-category-icon i.bi{font-size:1.38rem!important}.ed-category-icon img{max-width:33px!important;max-height:33px!important}.ed-category-label{font-size:1.03rem!important;padding:0 8px!important}.ed-category-label:before{height:27px!important}.ed-category-count{min-width:58px!important;height:28px!important;gap:5px!important;margin-inline-start:6px!important}.ed-category-count strong{font-size:.8rem!important}.ed-category-count .bi{font-size:.72rem!important}}html[data-theme=dark] .ed-category-button{background:linear-gradient(90deg,rgba(30,41,59,.66),rgba(15,23,42,.58))!important;border-color:rgba(71,85,105,.72)!important;color:#e5e7eb!important}html[data-theme=dark] .ed-category-label{color:#f8fafc!important}html[data-theme=dark] .ed-category-count{background:rgba(15,23,42,.44)!important;border-color:rgba(71,85,105,.7)!important}html[data-theme=dark] .category-button-grid .col-12:nth-of-type(n) .ed-category-icon,html[data-theme=dark] .ed-category-icon{background:#4b5563!important;border-left-color:rgba(148,163,184,.25)!important;color:#fff!important}html[data-theme=dark] .category-button-grid .col-12:nth-of-type(n) .ed-category-button:hover .ed-category-icon,html[data-theme=dark] .ed-category-button:hover .ed-category-icon{background:#414957!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-count,.ed-category-count{color:#374151!important;background:rgba(255,255,255,.66)!important;border:1px solid rgba(209,213,219,.9)!important;box-shadow:none!important;text-shadow:none!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-count strong,.ed-category-count strong{color:#374151!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-count .bi,.ed-category-count .bi{color:#6b7280!important}.ed-category-button:hover .ed-category-count{background:rgba(243,244,246,.78)!important;border-color:rgba(156,163,175,.7)!important;color:#111827!important}.ed-category-button:hover .ed-category-count strong{color:#111827!important}.ed-category-button:hover .ed-category-count .bi{color:#4b5563!important}html[data-theme=dark] .category-button-grid .col-12:nth-of-type(n) .ed-category-count,html[data-theme=dark] .ed-category-count{background:rgba(31,41,55,.58)!important;border-color:rgba(75,85,99,.9)!important;color:#d1d5db!important}html[data-theme=dark] .category-button-grid .col-12:nth-of-type(n) .ed-category-count strong,html[data-theme=dark] .ed-category-count strong{color:#d1d5db!important}html[data-theme=dark] .category-button-grid .col-12:nth-of-type(n) .ed-category-count .bi,html[data-theme=dark] .ed-category-count .bi{color:#9ca3af!important}.container{max-width:var(--site-container-max-width,1140px)}body.layout-wide .container{max-width:min(var(--site-container-max-width,1320px),calc(100% - 24px))}body.layout-full .container{max-width:100%}body.layout-full .classic-footer .container,body.layout-full .desktop-site-header .container{padding-inline:0}body.layout-framed .classic-footer .container,body.layout-framed .desktop-site-header .container,body.layout-framed .site-container{max-width:var(--site-container-max-width,1140px)}body.layout-framed .site-container{padding:var(--site-framed-padding,28px)!important;border-radius:var(--site-framed-radius,0);overflow:hidden}body.layout-wide .site-container{border-radius:14px}body.layout-full .site-container{margin-top:0;margin-bottom:0;border-inline:0;border-radius:0;box-shadow:none}body.layout-full .desktop-site-header{margin-top:0}body.layout-full .desktop-site-header .container{border-inline:0}.admin-brand,.logo-text,.section-title h2,h1,h2,h3,h4,h5,h6{font-weight:var(--heading-font-weight,800)}.admin-mobile-drawer .drawer-links a,.admin-sidebar nav a,.desktop-main-nav a,.desktop-top-links a,.drawer-links a{font-weight:var(--menu-font-weight,700)}.category-card,.ed-cat-title,.ed-category-card,.ed-category-name,.ed-category-title,.subcat-card{font-family:var(--font-category-button,var(--font-base))}.category-card strong,.ed-cat-title,.ed-category-name,.ed-category-title,.subcat-card strong{font-size:var(--category-button-font-size,17px)!important;font-weight:var(--category-button-font-weight,800)!important}.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)}.article-body h3,.article-body h3 a,.article-title-link{font-size:var(--article-card-title-font-size,18px)!important}.layout-preview-box{border:1px solid #dfe5ec;border-radius:16px;padding:12px;background:linear-gradient(135deg,#f8fafc,#eef2f7);max-width:420px}.layout-preview-footer,.layout-preview-header{height:22px;border-radius:8px;background:#2b2b2b;border-bottom:4px solid var(--brand)}.layout-preview-body{margin:10px 0;padding:12px;border:1px solid #e5e7eb;background:#fff;border-radius:12px;display:grid;gap:8px}.layout-preview-body span{display:block;height:20px;border-radius:8px;background:linear-gradient(90deg,#e5e7eb,#f3f4f6)}html[data-theme=dark] .layout-preview-box{background:#202228;border-color:#383b43}html[data-theme=dark] .layout-preview-body{background:#25272d;border-color:#383b43}html[data-theme=dark] .layout-preview-body span{background:linear-gradient(90deg,#383b43,#2b2d34)}@media (max-width:991px){body.layout-framed .site-container{padding:14px!important;border-radius:14px}body.layout-full .site-container{padding-inline:12px!important}}@media (max-width:991px){body{font-size:var(--body-font-size,16px)!important;font-weight:var(--base-font-weight,400)!important}.admin-mobile-drawer .drawer-links a,.mobile-brand,.mobile-brand-logo,.mobile-brand-logo span,.mobile-drawer,.mobile-drawer .drawer-links a,.mobile-menu-btn,.mobile-nav-shell,.mobile-search-btn,.mobile-site-header{font-family:var(--font-menu,var(--font-base))!important;font-weight:var(--menu-font-weight,700)!important}.admin-mobile-drawer .drawer-links a,.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-page h1,.article-show .article-title,.article-title,.category-page-head h1,.display-6,.section-title h2,article h1,h1,h2,h3,h4,h5,h6{font-family:var(--font-heading,var(--font-base))!important;font-weight:var(--heading-font-weight,800)!important}.article-page h1,.article-show .article-title,.article-title,article h1{font-size:clamp(1.35rem, calc(var(--article-title-font-size,34px) * .72), 2.1rem)!important}.article-content,.article-content p,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-description,.article-description-box .article-description,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-card,.ed-cat-title,.ed-category-button,.ed-category-card,.ed-category-name,.ed-category-title,.subcat-card{font-family:var(--font-category-button,var(--font-base))!important}.category-card strong,.ed-cat-title,.ed-category-name,.ed-category-title,.subcat-card strong{font-size:clamp(14px, var(--category-button-font-size,17px), 22px)!important;font-weight:var(--category-button-font-weight,800)!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}.article-body h3,.article-body h3 a,.article-title-link{font-size:clamp(15px, var(--article-card-title-font-size,18px), 24px)!important}}@media (max-width:767.98px){.admin-layout{display:block!important;min-width:0!important;width:100%!important}.admin-content{width:100%!important;min-width:0!important;overflow-x:hidden!important}.admin-topbar{height:62px!important;padding:0 10px!important;gap:8px!important}.admin-topbar h1{font-size:1rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:42vw}.admin-user{gap:6px!important;margin-inline-start:0!important}.admin-user .btn{padding:.32rem .55rem;font-size:.78rem}.admin-page{padding:10px!important}.admin-page+form.card,form.card.shadow-sm{margin:10px!important;border-radius:16px!important;overflow:hidden!important;max-width:calc(100vw - 20px)!important}form.card.shadow-sm>.card-body{padding:14px!important;overflow:hidden!important}form.card.shadow-sm .row{--bs-gutter-x:.75rem;--bs-gutter-y:.75rem}form.card.shadow-sm hr{margin:18px 0!important}form.card.shadow-sm h5{font-size:1.02rem!important;line-height:1.7}form.card.shadow-sm h6{font-size:.95rem!important}.typography-settings{display:flex!important;visibility:visible!important;opacity:1!important}.typography-settings>[class*=col-]{flex:0 0 100%!important;max-width:100%!important;width:100%!important}.article-settings-panel .form-label,.layout-settings .form-label,.typography-settings .form-label{font-size:.86rem!important;font-weight:800!important;margin-bottom:5px!important}.article-settings-panel .form-control,.article-settings-panel .form-select,.layout-settings .form-control,.layout-settings .form-select,.typography-settings .form-control,.typography-settings .form-select{min-height:44px!important;font-size:.92rem!important}.article-settings-panel .input-group,.layout-settings .input-group,.typography-settings .input-group{flex-wrap:nowrap!important}.article-settings-panel .input-group-text,.layout-settings .input-group-text,.typography-settings .input-group-text{min-width:48px!important;justify-content:center!important;font-size:.84rem!important}.layout-preview-box,.typography-preview-box{max-width:100%!important;width:100%!important;border-radius:14px!important}.typography-preview-box strong{font-size:18px!important}.typography-preview-box p{font-size:15px!important}form.card.shadow-sm>.card-footer{position:sticky!important;bottom:0!important;z-index:20!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;padding:10px 14px!important}form.card.shadow-sm>.card-footer .btn{width:100%;min-height:44px;font-weight:900}html[data-theme=dark] form.card.shadow-sm>.card-footer{background:rgba(37,39,45,.94)!important}}@media (max-width:767.98px){body.admin-body,html{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.admin-content,.admin-layout,.admin-page{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important}.admin-page{padding:8px!important}.admin-page form.card.shadow-sm,form.card.shadow-sm{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;overflow:visible!important;border-radius:14px!important}form.card.shadow-sm>.card-body{display:block!important;padding:12px!important;overflow:visible!important}form.card.shadow-sm .article-settings-panel,form.card.shadow-sm .layout-settings,form.card.shadow-sm .row,form.card.shadow-sm .typography-settings{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;gap:12px!important;visibility:visible!important;opacity:1!important;height:auto!important;max-height:none!important;overflow:visible!important}form.card.shadow-sm .article-settings-panel>*,form.card.shadow-sm .layout-settings>*,form.card.shadow-sm .row>*,form.card.shadow-sm .typography-settings>*{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;flex:none!important;padding-left:0!important;padding-right:0!important;visibility:visible!important;opacity:1!important}.typography-settings::before{content:'إعدادات الخطوط';display:block!important;width:100%;padding:10px 12px;border-radius:12px;background:#eefaf3;color:var(--brand);font-weight:900;border:1px solid rgba(0,139,87,.18);margin-bottom:2px}html[data-theme=dark] .typography-settings::before{background:#26372f;color:#4ade80;border-color:#315b42}.typography-settings .form-control,.typography-settings .form-select,.typography-settings .input-group,.typography-settings .input-group-text{width:100%!important;max-width:100%!important}.typography-settings .input-group{display:flex!important;flex-wrap:nowrap!important}.typography-settings .input-group .form-control{flex:1 1 auto!important;min-width:0!important}.typography-settings .input-group-text{flex:0 0 auto!important;width:auto!important;min-width:48px!important}.typography-preview-box{display:block!important;width:100%!important;max-width:100%!important}}:root{--font-kufi-safe:"Droid Arabic Kufi","Noto Kufi Arabic","Cairo",system-ui,sans-serif}@supports (-webkit-touch-callout:none) or (font:-apple-system-body){.article-content,.article-description,.category-breadcrumb .breadcrumb,.category-card,.desktop-main-nav a,.desktop-top-links a,.drawer-links a,.ed-breadcrumb .breadcrumb,.ed-cat-title,.ed-category-button,.ed-category-card,.ed-category-name,.ed-category-title,.footer-copy,.footer-main,.mobile-brand,.mobile-brand-logo span,.mobile-drawer,.mobile-site-header,.site-footer,.site-page,.subcat-card,article .content,article p,body{font-synthesis-weight:auto;text-rendering:optimizeLegibility}}.category-button-grid{direction:rtl!important;margin-top:1rem!important}.category-button-grid .row{--bs-gutter-y:.58rem!important;--bs-gutter-x:.72rem!important}.ed-category-button{--cat-accent:#008b57;position:relative!important;isolation:isolate!important;overflow:hidden!important;min-height:66px!important;border-radius:16px!important;border:1px solid rgba(185,193,204,.78)!important;background:linear-gradient(180deg,rgba(255,255,255,.76),rgba(245,247,250,.62)),rgba(248,249,251,.7)!important;color:#111827!important;display:flex!important;align-items:center!important;direction:rtl!important;gap:0!important;padding:0 0 0 9px!important;box-shadow:0 6px 15px rgba(15,23,42,.035)!important;backdrop-filter:blur(10px) saturate(135%)!important;-webkit-backdrop-filter:blur(10px) saturate(135%)!important;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important}.ed-category-button::before{content:""!important;position:absolute!important;inset:1px!important;border-radius:15px!important;border:1px solid rgba(255,255,255,.64)!important;pointer-events:none!important;z-index:1!important}.ed-category-button::after{content:""!important;position:absolute!important;inset:0!important;border-radius:inherit!important;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.38) 48%,transparent 100%),radial-gradient(rgba(100,116,139,.16) .42px,transparent .75px)!important;background-size:100% 100%,6px 6px!important;opacity:.16!important;mix-blend-mode:multiply!important;pointer-events:none!important;z-index:0!important;order:initial!important;width:auto!important;height:auto!important;flex:none!important;margin:0!important}.ed-category-button:hover{background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(238,242,246,.68)),rgba(242,244,247,.76)!important;border-color:rgba(142,151,164,.86)!important;box-shadow:0 9px 20px rgba(15,23,42,.055)!important;transform:translateY(-1px)!important;color:#0f172a!important}.ed-category-button:active{transform:scale(.995)!important}.category-button-grid .col-12:nth-of-type(6n+1) .ed-category-button{--cat-accent:#008b57!important}.category-button-grid .col-12:nth-of-type(6n+2) .ed-category-button{--cat-accent:#117f9b!important}.category-button-grid .col-12:nth-of-type(6n+3) .ed-category-button{--cat-accent:#7048c8!important}.category-button-grid .col-12:nth-of-type(6n+4) .ed-category-button{--cat-accent:#d97706!important}.category-button-grid .col-12:nth-of-type(6n+5) .ed-category-button{--cat-accent:#2f78bd!important}.category-button-grid .col-12:nth-of-type(6n+6) .ed-category-button{--cat-accent:#dc5a45!important}.ed-category-button .ed-category-label::after{content:""!important;position:absolute!important;inset-block:18%!important;inset-inline-end:auto!important;inset-inline-start:-1px!important;width:1px!important;background:rgba(148,163,184,.34)!important;border-radius:999px!important}.ed-category-button>.ed-category-icon::after{content:""!important;position:absolute!important;top:0!important;bottom:0!important;inset-inline-end:auto!important;inset-inline-start:100%!important;width:3px!important;background:var(--cat-accent)!important;opacity:.95!important}.ed-category-icon{position:relative!important;z-index:2!important;order:-1!important;align-self:stretch!important;width:74px!important;flex:0 0 74px!important;min-height:66px!important;border-radius:0 15px 15px 0!important;background:#61666e!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-left:1px solid rgba(15,23,42,.18)!important;box-shadow:none!important;filter:none!important;transition:background .18s ease!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-icon{background:#61666e!important;color:#fff!important;box-shadow:none!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-button:hover .ed-category-icon,.ed-category-button:hover .ed-category-icon{background:#555b64!important;filter:none!important}.ed-category-icon .bi,.ed-category-icon i,.ed-category-icon i.bi{color:#fff!important;fill:currentColor!important;font-size:1.65rem!important;line-height:1!important;opacity:1!important;text-shadow:none!important}.ed-category-icon img{max-width:36px!important;max-height:36px!important;filter:brightness(0) invert(1)!important;opacity:.96!important}.ed-category-label{position:relative!important;z-index:2!important;flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;color:#101827!important;font-size:clamp(1rem,3.75vw,1.24rem)!important;font-weight:900!important;line-height:1.35!important;padding:0 12px!important}.ed-category-label:before{display:none!important}.ed-category-count{position:relative!important;z-index:2!important;order:3!important;min-width:76px!important;height:32px!important;border-radius:999px!important;background:rgba(255,255,255,.64)!important;border:1px solid rgba(209,213,219,.82)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;margin-inline-start:10px!important;box-shadow:none!important;text-shadow:none!important;color:#374151!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important}.ed-category-count::before{content:""!important;width:7px!important;height:7px!important;flex:0 0 7px!important;border-radius:999px!important;background:var(--cat-accent)!important;box-shadow:none!important}.ed-category-count strong{color:#374151!important;font-size:.86rem!important;font-weight:900!important;line-height:1!important}.ed-category-count .bi,.ed-category-count i.bi{color:#697386!important;font-size:.78rem!important;line-height:1!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-count,.category-button-grid .col-12:nth-of-type(n) .ed-category-count strong{color:#374151!important}.category-button-grid .col-12:nth-of-type(n) .ed-category-count .bi{color:#697386!important}.ed-category-button:hover .ed-category-count{background:rgba(255,255,255,.78)!important;border-color:rgba(156,163,175,.72)!important}@media (min-width:768px){.category-button-grid .col-lg-4{width:50%!important}}@media (max-width:575px){.category-button-grid .row{--bs-gutter-y:.42rem!important;--bs-gutter-x:0!important}.ed-category-button{min-height:56px!important;border-radius:13px!important;padding:0 0 0 7px!important}.ed-category-button::before{border-radius:12px!important}.ed-category-icon{width:62px!important;flex-basis:62px!important;min-height:56px!important;border-radius:0 12px 12px 0!important}.ed-category-icon .bi,.ed-category-icon i,.ed-category-icon i.bi{font-size:1.32rem!important}.ed-category-icon img{max-width:31px!important;max-height:31px!important}.ed-category-label{font-size:1rem!important;padding:0 8px!important}.ed-category-label::after{inset-block:22%!important}.ed-category-count{min-width:57px!important;height:27px!important;gap:4px!important;margin-inline-start:6px!important}.ed-category-count::before{width:6px!important;height:6px!important;flex-basis:6px!important}.ed-category-count strong{font-size:.78rem!important}.ed-category-count .bi,.ed-category-count i.bi{font-size:.68rem!important}}html[data-theme=dark] .ed-category-button{background:linear-gradient(180deg,rgba(30,41,59,.66),rgba(15,23,42,.58))!important;border-color:rgba(71,85,105,.72)!important;color:#e5e7eb!important}html[data-theme=dark] .ed-category-button:hover{background:linear-gradient(180deg,rgba(39,50,68,.72),rgba(21,31,48,.64))!important;border-color:rgba(100,116,139,.78)!important}html[data-theme=dark] .ed-category-label{color:#f8fafc!important}html[data-theme=dark] .category-button-grid .col-12:nth-of-type(n) .ed-category-icon,html[data-theme=dark] .ed-category-icon{background:#4b5563!important;color:#fff!important;border-left-color:rgba(148,163,184,.22)!important}html[data-theme=dark] .category-button-grid .col-12:nth-of-type(n) .ed-category-button:hover .ed-category-icon,html[data-theme=dark] .ed-category-button:hover .ed-category-icon{background:#414957!important}html[data-theme=dark] .ed-category-count{background:rgba(31,41,55,.55)!important;border-color:rgba(75,85,99,.82)!important;color:#d1d5db!important}html[data-theme=dark] .ed-category-count strong{color:#d1d5db!important}html[data-theme=dark] .ed-category-count .bi,html[data-theme=dark] .ed-category-count i.bi{color:#9ca3af!important}.category-breadcrumb.ed-breadcrumb .breadcrumb{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-page-head{position:relative!important;overflow:hidden!important;min-height:154px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(249,251,253,.76))!important;border:1px solid rgba(203,213,225,.74)!important;border-radius:24px!important;padding:1.55rem 1.25rem!important;box-shadow:0 10px 28px rgba(15,23,42,.045)!important;backdrop-filter:blur(12px) saturate(135%)!important;-webkit-backdrop-filter:blur(12px) saturate(135%)!important}.category-page-head:before{content:""!important;display:block!important;position:absolute!important;inset:auto auto -38px -38px!important;width:190px!important;height:190px!important;border-radius:46% 54% 58% 42%!important;background:radial-gradient(circle at 38% 34%,rgba(0,139,87,.18),rgba(0,139,87,.07) 52%,transparent 72%)!important;pointer-events:none!important}.category-page-head:after{content:""!important;display:block!important;position:absolute!important;inset:auto 23% 25% auto!important;width:170px!important;height:96px!important;opacity:.55!important;pointer-events:none!important;background-image:radial-gradient(rgba(0,139,87,.16) 1px,transparent 1px)!important;background-size:11px 11px!important}.category-page-head h1{position:relative!important;z-index:1!important;margin:0 0 .55rem!important;padding:0!important;border:0!important;color:#172033!important;font-size:clamp(1.48rem,4.2vw,2rem)!important;line-height:1.35!important;font-weight:900!important;letter-spacing:-.015em!important}.category-page-head h1:after{display:none!important}.category-description{position:relative!important;z-index:1!important;color:#7a8492!important;font-size:clamp(.92rem,2.7vw,1rem)!important;line-height:1.8!important;margin:0!important;max-width:680px!important;text-align:center!important}.category-button-grid{direction:rtl!important;margin-top:1.15rem!important}.category-button-grid .row{--bs-gutter-x:1rem!important;--bs-gutter-y:.72rem!important}@media (min-width:768px){.category-button-grid .col-lg-4{width:50%!important}}.category-button-grid .col-12{--cat-accent:#008b57;--cat-soft:rgba(0,139,87,.10)}.category-button-grid .col-12:nth-of-type(12n+1){--cat-accent:#008b57;--cat-soft:rgba(0,139,87,.10)}.category-button-grid .col-12:nth-of-type(12n+2){--cat-accent:#16a085;--cat-soft:rgba(22,160,133,.11)}.category-button-grid .col-12:nth-of-type(12n+3){--cat-accent:#7c3aed;--cat-soft:rgba(124,58,237,.10)}.category-button-grid .col-12:nth-of-type(12n+4){--cat-accent:#f97316;--cat-soft:rgba(249,115,22,.11)}.category-button-grid .col-12:nth-of-type(12n+5){--cat-accent:#2563eb;--cat-soft:rgba(37,99,235,.10)}.category-button-grid .col-12:nth-of-type(12n+6){--cat-accent:#ef4444;--cat-soft:rgba(239,68,68,.10)}.category-button-grid .col-12:nth-of-type(12n+7){--cat-accent:#0e7490;--cat-soft:rgba(14,116,144,.10)}.category-button-grid .col-12:nth-of-type(12n+8){--cat-accent:#0891b2;--cat-soft:rgba(8,145,178,.10)}.category-button-grid .col-12:nth-of-type(12n+9){--cat-accent:#ca8a04;--cat-soft:rgba(202,138,4,.11)}.category-button-grid .col-12:nth-of-type(12n+10){--cat-accent:#0f766e;--cat-soft:rgba(15,118,110,.10)}.category-button-grid .col-12:nth-of-type(12n+11){--cat-accent:#1d4ed8;--cat-soft:rgba(29,78,216,.10)}.category-button-grid .col-12:nth-of-type(12n+12){--cat-accent:#9333ea;--cat-soft:rgba(147,51,234,.10)}.ed-category-button{position:relative!important;isolation:isolate!important;direction:rtl!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;height:68px!important;min-height:68px!important;padding:8px 12px!important;overflow:hidden!important;text-decoration:none!important;color:#172033!important;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,252,254,.88))!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:18px!important;box-shadow:0 8px 22px rgba(15,23,42,.055),inset 0 1px 0 rgba(255,255,255,.9)!important;backdrop-filter:blur(8px) saturate(120%)!important;-webkit-backdrop-filter:blur(8px) saturate(120%)!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease!important}.ed-category-button:before{content:""!important;position:absolute!important;inset-block:0!important;inset-inline-start:0!important;width:4px!important;border-radius:18px 0 0 18px!important;background:var(--cat-accent)!important;opacity:.95!important;z-index:1!important;pointer-events:none!important}.ed-category-button:after{content:""!important;position:absolute!important;inset-block:12px!important;inset-inline-start:74px!important;width:1px!important;height:auto!important;margin:0!important;background:rgba(148,163,184,.32)!important;opacity:1!important;z-index:1!important;pointer-events:none!important;order:unset!important}.ed-category-button:hover{transform:translateY(-1px)!important;border-color:color-mix(in srgb,var(--cat-accent) 25%,#dbe3ec)!important;box-shadow:0 12px 28px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.95)!important;background:linear-gradient(180deg,#fff,rgba(247,250,252,.94))!important;color:#111827!important}.ed-category-button:active{transform:scale(.994)!important;box-shadow:inset 0 2px 5px rgba(15,23,42,.06)!important}.ed-category-icon{order:0!important;width:48px!important;flex:0 0 48px!important;height:48px!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:13px!important;border:1px solid color-mix(in srgb,var(--cat-accent) 16%,#e5e7eb)!important;background:linear-gradient(180deg,var(--cat-soft),rgba(255,255,255,.82))!important;color:var(--cat-accent)!important;box-shadow:none!important;font-size:1.36rem!important;font-weight:900!important;transition:background .16s ease,color .16s ease,transform .16s ease!important}.ed-category-button:hover .ed-category-icon{transform:translateX(-1px)!important;background:var(--cat-soft)!important;color:var(--cat-accent)!important}.ed-category-icon .bi{font-size:1.34rem!important;color:currentColor!important;opacity:1!important;text-shadow:none!important}.ed-category-icon img{max-width:29px!important;max-height:29px!important;filter:none!important;opacity:1!important}.ed-category-label{order:1!important;min-width:0!important;flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;color:#172033!important;padding:0 8px!important;font-size:clamp(1rem,2.25vw,1.12rem)!important;font-weight:850!important;line-height:1.35!important;letter-spacing:-.01em!important}.ed-category-count{order:2!important;direction:ltr!important;flex:0 0 auto!important;min-width:76px!important;height:30px!important;margin:0!important;padding:0 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(226,232,240,.94)!important;color:#1f2937!important;font-size:.82rem!important;line-height:1!important;box-shadow:none!important;backdrop-filter:blur(8px) saturate(120%)!important;-webkit-backdrop-filter:blur(8px) saturate(120%)!important}.ed-category-count:before{content:""!important;width:7px!important;height:7px!important;border-radius:50%!important;background:var(--cat-accent)!important;flex:0 0 7px!important}.ed-category-count strong{font-weight:900!important;color:#172033!important;letter-spacing:.01em!important}.ed-category-count .bi{font-size:.72rem!important;color:#7b8492!important}.category-separator{height:2px!important;margin:.45rem 0!important;background:linear-gradient(90deg,transparent,#d9dde3,transparent)!important;border-radius:999px!important}.ed-category-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:1.25rem 0 0;padding:12px;background:rgba(255,255,255,.76);border:1px solid rgba(226,232,240,.9);border-radius:20px;box-shadow:0 8px 22px rgba(15,23,42,.045);backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%)}.ed-category-feature{display:flex;align-items:center;gap:10px;min-width:0;color:#172033}.ed-category-feature i{width:40px;height:40px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:#eefaf3;color:var(--brand);font-size:1.1rem;flex:0 0 40px}.ed-category-feature strong{display:block;font-size:.9rem;font-weight:900;line-height:1.3}.ed-category-feature span{display:block;font-size:.75rem;color:#7a8492;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:991px){.ed-category-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.category-breadcrumb.ed-breadcrumb .breadcrumb{border-radius:18px!important;padding:10px 12px!important}.category-page-head{border-radius:20px!important;min-height:140px!important;padding:1.15rem .95rem!important;margin-bottom:1rem!important}.category-page-head:before{width:145px!important;height:145px!important}.category-page-head:after{display:none!important}.category-page-head h1{font-size:1.48rem!important;margin-bottom:.4rem!important}.category-description{font-size:.9rem!important;line-height:1.7!important}.category-button-grid .row{--bs-gutter-x:.4rem!important;--bs-gutter-y:.5rem!important}.ed-category-button{height:58px!important;min-height:58px!important;border-radius:16px!important;padding:6px 9px!important;gap:7px!important}.ed-category-button:before{width:3px!important;border-radius:16px 0 0 16px!important}.ed-category-button:after{inset-block:10px!important;inset-inline-start:64px!important}.ed-category-icon{width:44px!important;flex-basis:44px!important;height:44px!important;min-height:44px!important;border-radius:12px!important;font-size:1.18rem!important}.ed-category-icon .bi{font-size:1.18rem!important}.ed-category-label{font-size:.98rem!important;font-weight:850!important;padding:0 4px!important}.ed-category-count{min-width:56px!important;height:28px!important;padding:0 7px!important;font-size:.74rem!important;gap:4px!important}.ed-category-count:before{width:6px!important;height:6px!important;flex-basis:6px!important}.ed-category-count .bi{font-size:.66rem!important}.ed-category-features{grid-template-columns:1fr;border-radius:16px;margin-top:1rem;padding:10px;gap:8px}.ed-category-feature i{width:36px;height:36px;border-radius:11px;flex-basis:36px}}@media (prefers-reduced-motion:reduce){.ed-category-button,.ed-category-icon{transition:none!important}.ed-category-button:active,.ed-category-button:hover,.ed-category-button:hover .ed-category-icon{transform:none!important}}html[data-theme=dark] .category-breadcrumb.ed-breadcrumb .breadcrumb,html[data-theme=dark] .category-page-head,html[data-theme=dark] .ed-category-button,html[data-theme=dark] .ed-category-features{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}html[data-theme=dark] .category-page-head h1,html[data-theme=dark] .ed-category-count strong,html[data-theme=dark] .ed-category-feature,html[data-theme=dark] .ed-category-label{color:#f3f4f6!important}html[data-theme=dark] .category-description,html[data-theme=dark] .ed-category-feature span{color:#cbd5e1!important}html[data-theme=dark] .ed-category-count{background:rgba(17,24,39,.48)!important;border-color:rgba(148,163,184,.22)!important}html[data-theme=dark] .ed-category-icon{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.1)!important}.category-page-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;text-align:right!important}.category-page-head .category-head-content{position:relative!important;z-index:2!important;min-width:0!important;text-align:center!important}.category-page-head .category-head-icon{position:relative!important;z-index:2!important;width:86px!important;height:86px!important;border-radius:26px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-inline-start:8px!important;color:var(--brand)!important;background:rgba(0,139,87,.08)!important;border:1px solid rgba(0,139,87,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;overflow:visible!important}.category-page-head .category-head-icon:before{content:""!important;position:absolute!important;inset:-10px!important;border-radius:32px!important;border:1px solid rgba(0,139,87,.13)!important;opacity:.75!important;animation:edHeadOrbit 4.8s linear infinite!important}.category-page-head .category-head-icon:after{content:""!important;position:absolute!important;width:8px!important;height:8px!important;border-radius:50%!important;background:var(--brand)!important;top:-8px!important;right:18px!important;box-shadow:-34px 66px 0 rgba(0,139,87,.28),20px 60px 0 rgba(0,139,87,.18)!important}.category-page-head .category-head-icon .bi{font-size:2.25rem!important;line-height:1!important;color:var(--brand)!important}.category-page-head .category-head-icon img{max-width:48px!important;max-height:48px!important;object-fit:contain!important}@keyframes edHeadOrbit{from{transform:rotate(0)}to{transform:rotate(360deg)}}.ed-category-button:after{display:none!important;content:none!important}.ed-category-icon{position:relative!important;border-radius:13px!important;margin-inline-start:0!important;margin-inline-end:0!important;border-inline-start:1px solid rgba(148,163,184,.32)!important}.ed-category-icon:after{content:""!important;position:absolute!important;inset-block:8px!important;inset-inline-start:-13px!important;width:1px!important;border-radius:999px!important;background:rgba(148,163,184,.34)!important;pointer-events:none!important}.ed-category-button:before{inset-inline-start:auto!important;inset-inline-end:0!important;width:4px!important;border-radius:0 18px 18px 0!important}.ed-category-button:hover .ed-category-icon{transform:translateX(-1px)!important}@media (max-width:575px){.category-page-head{grid-template-columns:1fr auto!important;gap:10px!important}.category-page-head .category-head-icon{width:64px!important;height:64px!important;border-radius:20px!important;margin-inline-start:0!important}.category-page-head .category-head-icon:before{inset:-7px!important;border-radius:25px!important}.category-page-head .category-head-icon:after{width:6px!important;height:6px!important;top:-6px!important;right:14px!important;box-shadow:-24px 50px 0 rgba(0,139,87,.24),14px 44px 0 rgba(0,139,87,.16)!important}.category-page-head .category-head-icon .bi{font-size:1.75rem!important}.category-page-head .category-head-icon img{max-width:36px!important;max-height:36px!important}.ed-category-icon:after{inset-block:7px!important;inset-inline-start:-10px!important}.ed-category-button:before{width:3px!important;border-radius:0 16px 16px 0!important}}@media (prefers-reduced-motion:reduce){.category-page-head .category-head-icon:before{animation:none!important}}html[data-theme=dark] .category-page-head .category-head-icon{background:rgba(0,139,87,.16)!important;border-color:rgba(118,228,184,.2)!important;color:#76e4b8!important}html[data-theme=dark] .category-page-head .category-head-icon .bi{color:#76e4b8!important}html[data-theme=dark] .ed-category-icon:after{background:rgba(203,213,225,.24)!important}.ed-category-button{overflow:hidden!important;padding:0 0 0 12px!important;gap:0!important}.ed-category-button:before{display:none!important;content:none!important}.ed-category-button:after{display:none!important;content:none!important}.ed-category-icon{align-self:stretch!important;height:auto!important;min-height:100%!important;width:76px!important;flex:0 0 76px!important;margin:0!important;border:0!important;border-inline-start:1px solid rgba(0,0,0,.14)!important;border-radius:0 18px 18px 0!important;background:linear-gradient(180deg,#666b72,#4f555e)!important;color:#fff!important;box-shadow:inset 1px 0 0 rgba(255,255,255,.08)!important;transform:none!important}.ed-category-icon:after{display:none!important;content:none!important}.ed-category-icon .bi,.ed-category-icon i.bi{color:#fff!important;font-size:2.35rem!important;line-height:1!important;opacity:1!important;text-shadow:0 1px 1px rgba(0,0,0,.12)!important}.ed-category-icon img{max-width:48px!important;max-height:48px!important;filter:brightness(0) invert(1)!important;opacity:.96!important}.ed-category-label{padding-inline:12px!important}.ed-category-count{margin-inline-start:10px!important}.ed-category-button:hover .ed-category-icon{background:linear-gradient(180deg,#5c626b,#464c55)!important;color:#fff!important;transform:none!important}.ed-category-button:hover{border-color:rgba(148,163,184,.34)!important}@media (max-width:575px){.ed-category-button{padding:0 0 0 8px!important}.ed-category-icon{width:64px!important;flex-basis:64px!important;border-radius:0 16px 16px 0!important}.ed-category-icon .bi,.ed-category-icon i.bi{font-size:1.38rem!important}.ed-category-icon img{max-width:28px!important;max-height:28px!important}.ed-category-label{padding-inline:8px!important}.ed-category-count{margin-inline-start:7px!important}}html[data-theme=dark] .category-button-grid .col-12:nth-of-type(n) .ed-category-icon,html[data-theme=dark] .ed-category-icon{background:linear-gradient(180deg,#5b626d,#434a54)!important;color:#fff!important;border-inline-start-color:rgba(203,213,225,.20)!important}html[data-theme=dark] .category-button-grid .col-12:nth-of-type(n) .ed-category-button:hover .ed-category-icon,html[data-theme=dark] .ed-category-button:hover .ed-category-icon{background:linear-gradient(180deg,#545b65,#3d444e)!important}.ed-category-button{overflow:hidden!important;padding:0 0 0 12px!important;gap:0!important}.ed-category-button:before{display:block!important;content:""!important;position:absolute!important;inset-block:0!important;inset-inline-start:auto!important;inset-inline-end:0!important;width:4px!important;height:auto!important;border-radius:18px 0 0 18px!important;background:var(--cat-accent)!important;opacity:.96!important;z-index:3!important;pointer-events:none!important;transition:width .18s ease,opacity .18s ease!important}.ed-category-button:hover:before{width:6px!important;opacity:1!important}.ed-category-button:after{display:none!important;content:none!important}.ed-category-icon{align-self:stretch!important;height:auto!important;min-height:100%!important;width:76px!important;flex:0 0 76px!important;margin:0!important;border:0!important;border-inline-start:1px solid rgba(0,0,0,.14)!important;border-radius:0 18px 18px 0!important;background:linear-gradient(180deg,#666b72,#4f555e)!important;color:#fff!important;box-shadow:inset 1px 0 0 rgba(255,255,255,.08)!important;transform:none!important}.ed-category-icon:after{display:none!important;content:none!important}.ed-category-icon .bi,.ed-category-icon i,.ed-category-icon i.bi{color:#fff!important;font-size:2.35rem!important;line-height:1!important;opacity:1!important;text-shadow:0 1px 1px rgba(0,0,0,.12)!important}.ed-category-button:hover .ed-category-icon{transform:none!important;background:linear-gradient(180deg,#5d636c,#484e57)!important;color:#fff!important}.ed-category-icon img{max-width:48px!important;max-height:48px!important;filter:brightness(0) invert(1)!important;opacity:.96!important}.ed-category-label{padding-inline:12px!important}.ed-category-count{margin-inline-start:12px!important}@media (max-width:575px){.ed-category-button:before{width:3px!important;border-radius:16px 0 0 16px!important}.ed-category-button:hover:before{width:5px!important}.ed-category-icon{width:64px!important;flex-basis:64px!important;border-radius:0 16px 16px 0!important}.ed-category-icon .bi,.ed-category-icon i,.ed-category-icon i.bi{font-size:1.36rem!important}.ed-category-icon img{max-width:30px!important;max-height:30px!important}.ed-category-label{padding-inline:8px!important}.ed-category-count{margin-inline-start:8px!important}}html[data-theme=dark] .ed-category-button:before{background:var(--cat-accent)!important;opacity:1!important}html[data-theme=dark] .ed-category-icon{background:linear-gradient(180deg,#4b5563,#28313c)!important;color:#fff!important;border-inline-start-color:rgba(148,163,184,.24)!important}.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}.article-page h1,.article-show .article-title,.article-title,.category-page-head h1,.logo-text,.section-title h2,article h1,h1,h2,h3,h4,h5,h6{font-family:var(--font-heading,var(--font-base))!important;font-weight:var(--heading-font-weight,800)!important}.admin-mobile-drawer .drawer-links a,.admin-sidebar nav a,.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}.admin-mobile-drawer .drawer-links a,.drawer-links a,.mobile-drawer .drawer-links a{font-size:var(--mobile-menu-font-size,16px)!important}.article-page h1,.article-show .article-title,.article-title,article h1{font-size:var(--article-title-font-size,34px)!important}.article-content,.article-content p,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}.article-description,.article-description-box .article-description,.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-card,.ed-cat-title,.ed-category-button,.ed-category-card,.ed-category-label,.ed-category-name,.ed-category-title,.subcat-card{font-family:var(--font-category-button,var(--font-base))!important}.category-card strong,.ed-cat-title,.ed-category-label,.ed-category-name,.ed-category-title,.subcat-card strong{font-size:var(--category-button-font-size,17px)!important;font-weight:var(--category-button-font-weight,800)!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}.article-body h3,.article-body h3 a,.article-title-link{font-size:var(--article-card-title-font-size,18px)!important}@media (max-width:575px){.ed-category-label{font-size:var(--category-button-font-size,17px)!important;font-weight:var(--category-button-font-weight,800)!important}.category-page-head h1{font-size:calc(var(--article-title-font-size,34px) * .72)!important}.category-description{font-size:calc(var(--article-description-font-size,18px) * .92)!important}}.category-page-head{position:relative!important;overflow:hidden!important}.category-page-head .category-head-content{position:relative!important;z-index:2!important;width:100%!important;max-width:none!important;display:block!important}.category-description,.category-page-head .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;max-width:none!important;margin-inline:0!important;padding-inline:clamp(.25rem,2vw,1rem)!important;text-align:center!important;color:#7b8491!important}.category-page-head:before{z-index:0!important}.category-page-head:after{z-index:1!important}.category-head-icon{z-index:4!important}html[data-theme=dark] .category-description,html[data-theme=dark] .category-page-head .category-description{color:#cbd5e1!important}@media (max-width:575px){.category-description,.category-page-head .category-description{font-size:calc(var(--category-description-font-size,16px) * .92)!important;line-height:1.8!important;padding-inline:.15rem!important}}.category-page-head{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.category-page-head .category-head-content{display:contents!important}.category-page-head .category-head-content h1,.category-page-head h1{grid-column:1!important;grid-row:1!important;min-width:0!important;z-index:5!important}.category-page-head .category-head-icon{grid-column:2!important;grid-row:1/span 2!important;align-self:center!important;justify-self:end!important;z-index:3!important}.category-page-head .category-description,.category-page-head .category-head-content .category-description{grid-column:1/-1!important;grid-row:2!important;width:100%!important;max-width:none!important;z-index:6!important;position:relative!important;margin-inline:0!important;padding-inline:0!important}@media (max-width:575px){.category-page-head{grid-template-columns:minmax(0,1fr) auto!important}.category-page-head .category-description,.category-page-head .category-head-content .category-description{grid-column:1/-1!important;width:100%!important}}.category-tags-admin-card{border-radius:18px!important;overflow:visible!important}.category-tag-results{position:absolute;inset-inline:0;top:calc(100% + 6px);z-index:1050;background:#fff;border:1px solid #e2e8f0;border-radius:14px;max-height:300px;overflow:auto;padding:6px;box-shadow:0 16px 36px rgba(15,23,42,.13)}.category-tag-result-item{width:100%;border:0;background:0 0;border-radius:11px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;text-align:start;color:#1f2937;font-weight:800;transition:background .16s ease,color .16s ease}.category-tag-result-item span{display:inline-flex;align-items:center;gap:8px;min-width:0}.category-tag-result-item small{color:#64748b;font-weight:800;white-space:nowrap}.category-tag-result-item:hover{background:#eefaf3;color:var(--brand)}.category-tag-empty{padding:14px;color:#64748b;text-align:center;font-weight:700}.category-selected-tags{display:flex;flex-direction:column;gap:8px;min-height:44px}.category-selected-tag{display:grid;grid-template-columns:auto minmax(130px,1.1fr) minmax(120px,1fr) minmax(130px,190px) auto auto;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:9px 10px;box-shadow:0 6px 16px rgba(15,23,42,.04);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.category-selected-tag.dragging{opacity:.65;transform:scale(.995);border-color:var(--brand);box-shadow:0 12px 28px rgba(15,23,42,.1)}.category-selected-tag .drag-handle{cursor:grab;color:#94a3b8;font-size:1.25rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;user-select:none;-webkit-user-select:none;touch-action:none}.category-selected-tag .drag-handle:active{cursor:grabbing;background:#eef2f7;color:var(--brand)}.category-selected-tag .tag-title{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:#1f2937;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-selected-tag .tag-title .bi{color:var(--brand)}.category-selected-tag .tag-display-input,.category-selected-tag .tag-route-input{height:32px;border-radius:10px;font-size:.82rem;font-weight:800;text-align:left;direction:ltr;background:#f8fafc;border-color:#dbe3ec}.category-selected-tag .tag-display-input:focus,.category-selected-tag .tag-route-input:focus{border-color:var(--brand);box-shadow:0 0 0 .18rem rgba(0,139,87,.12)}.category-selected-tag .tag-count{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:28px;padding:0 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-weight:900;font-size:.82rem}.category-selected-tag .tag-remove{width:32px;height:32px;border:0;border-radius:10px;background:#f8fafc;color:#64748b;display:inline-flex;align-items:center;justify-content:center;transition:background .16s ease,color .16s ease}.category-selected-tag .tag-remove:hover{background:#fee2e2;color:#b91c1c}.category-inline-title{display:flex;align-items:center;gap:8px;font-weight:900;color:#334155}.category-inline-title .bi{color:var(--brand)}.ed-category-tag-button{--ed-accent:#64748b}.ed-category-tag-button .ed-category-icon{background:#5d626b!important;color:#fff!important}.ed-category-tag-button .ed-category-icon .bi{color:#fff!important}.ed-category-tag-button:before{background:linear-gradient(180deg,#64748b,#475569)!important}html[data-theme=dark] .category-tag-results{background:#2b2e35;border-color:#3a3e47;box-shadow:none}html[data-theme=dark] .category-tag-result-item{color:#d7dce7}html[data-theme=dark] .category-tag-result-item small{color:#aeb6c3}html[data-theme=dark] .category-tag-result-item:hover{background:#30343c;color:#fff}html[data-theme=dark] .category-selected-tag{background:#25272d;border-color:#3a3e47;box-shadow:none}html[data-theme=dark] .category-selected-tag .tag-title{color:#e5e7eb}.category-selected-tag .tag-route-input,html[data-theme=dark] .category-selected-tag .tag-display-input{height:32px;border-radius:10px;font-size:.82rem;font-weight:800;text-align:left;direction:ltr;background:#f8fafc;border-color:#dbe3ec}.category-selected-tag .tag-display-input:focus,.category-selected-tag .tag-route-input:focus{border-color:var(--brand);box-shadow:0 0 0 .18rem rgba(0,139,87,.12)}.category-selected-tag .tag-count{background:#30343c;color:#cbd5e1}html[data-theme=dark] .category-selected-tag .tag-remove{background:#30343c;color:#aeb6c3}html[data-theme=dark] .category-selected-tag .tag-remove:hover{background:#4a2528;color:#fecaca}html[data-theme=dark] .category-inline-title{color:#d7dce7}@media (max-width:575.98px){.category-selected-tag{grid-template-columns:auto 1fr auto auto;padding:8px;border-radius:12px}.category-selected-tag .tag-display-input,.category-selected-tag .tag-route-input{grid-column:2/-1;width:100%;font-size:.78rem}.category-selected-tag .tag-title{font-size:.92rem}.category-tag-results{max-height:260px}}.category-selected-tag .tag-display-input{border-radius:10px;font-size:.82rem;font-weight:800;background:#fff;border-color:#dbe3ec}html[data-theme=dark] .category-selected-tag .tag-display-input{background:#30343c!important;color:#d7dce7!important;border-color:#3a3e47!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;line-height:1.45;margin:0;color:#172033;display:inline;letter-spacing:-.02em}.category-page-head.clean-head{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(255,255,255,.96) 48%,rgba(59,130,246,.07))!important;border:1px solid rgba(16,185,129,.13)!important;box-shadow:0 14px 34px rgba(15,23,42,.05)!important;border-radius:20px!important;padding:20px 16px!important;margin:0 0 18px!important;text-align:center!important}.category-page-head.clean-head:before{content:"";position:absolute;inset:auto auto -42px -36px;width:150px;height:150px;border-radius:999px;background:rgba(16,185,129,.12);filter:blur(1px)}.category-page-head.clean-head .category-head-content{max-width:980px;margin:0 auto!important;position:relative;z-index:1}.category-page-head.clean-head .category-description{max-width:980px;margin:0 auto!important;color:#596579!important;font-size:clamp(.96rem,2.8vw,1.08rem)!important;line-height:1.95!important;text-align:center!important;font-weight:600!important}.ed-articles-section{margin-top:18px;direction:rtl}.ed-year-group{margin:0 0 22px}.ed-year-title{display:flex;align-items:center;gap:10px;margin:0 0 12px;color:#334155;font-size:1rem;font-weight:950}.ed-year-title:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,#dbe3ec,rgba(219,227,236,.15),transparent)}.ed-year-pill{display:inline-flex;align-items:center;justify-content:center;min-width:74px;height:38px;border-radius:999px;background:linear-gradient(135deg,#f0fdf4,#f8fafc);border:1px solid rgba(16,185,129,.18);color:#047857;font-weight:950;font-size:.98rem;box-shadow:0 8px 22px rgba(15,23,42,.05)}.ed-article-list{display:grid;grid-template-columns:1fr;gap:10px}.ed-article-row{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:stretch;min-height:72px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #e3e9f1;border-radius:16px;overflow:hidden;color:#111827;text-decoration:none;box-shadow:0 10px 28px rgba(15,23,42,.055);transition:box-shadow .16s ease,border-color .16s ease,transform .16s ease,background .16s ease}.ed-article-row:before{content:"";position:absolute;inset:0 0 0 auto;width:3px;background:#10a36d;opacity:.75}.ed-article-row:hover{background:#fff;border-color:rgba(16,163,109,.35);color:#000;transform:translateY(-2px);box-shadow:0 16px 38px rgba(15,23,42,.09)}.ed-article-icon{grid-column:1;width:58px;margin:10px 10px 10px 0;border-radius:14px;background:linear-gradient(160deg,#263746,#435363);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.28rem;box-shadow:inset 0 -10px 18px rgba(16,185,129,.12)}.ed-article-icon small{font-size:.56rem;line-height:1;margin-top:2px;font-weight:900;color:#a7f3d0;letter-spacing:.02em}.ed-article-row.has-solution .ed-article-icon{background:linear-gradient(160deg,#0f5132,#15803d)}.ed-article-row.has-solution:before{background:#16a34a}.ed-article-main{grid-column:2;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:11px 12px 10px 12px}.ed-article-title{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right;font-weight:950;font-size:clamp(1rem,3.9vw,1.12rem);line-height:1.35;color:#0f172a;letter-spacing:-.015em}.ed-article-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:9px}.ed-meta-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:30px;border-radius:10px;padding:0 10px;font-size:.78rem;font-weight:950;line-height:1;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;white-space:nowrap}.ed-meta-badge.solution{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.ed-meta-badge.solution .bi{font-size:.78rem}.ed-meta-badge.year{background:#f8fafc;border-color:#dbe5ef;color:#64748b;min-width:72px}.ed-empty-articles{padding:18px;text-align:center;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px}@media (min-width:768px){.category-page-head.clean-head{padding:24px 22px!important}.ed-article-list{gap:11px}.ed-article-row{grid-template-columns:72px 1fr;min-height:76px;border-radius:18px}.ed-article-icon{width:54px;margin:10px 12px 10px 0;font-size:1.25rem}.ed-article-main{display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;padding:0 14px 0 18px}.ed-article-title{font-size:1.09rem}.ed-article-meta{margin-top:0;justify-content:flex-end;flex-wrap:nowrap}.ed-meta-badge{height:34px}}@media (max-width:575.98px){.site-container{padding-inline:10px!important}.category-page-head.clean-head{margin-bottom:12px!important;border-radius:18px!important}.ed-year-title{margin-inline:2px}.ed-year-pill{height:36px;min-width:70px}.ed-article-list{gap:9px}.ed-article-row{grid-template-columns:56px 1fr;min-height:72px;border-radius:15px}.ed-article-icon{width:44px;margin:9px 8px 9px 0;border-radius:12px;font-size:1.05rem}.ed-article-main{padding:10px 8px 9px 10px}.ed-article-title{font-size:1rem;line-height:1.42}.ed-meta-badge{height:27px;padding-inline:8px;font-size:.74rem}}html[data-theme=dark] .ed-breadcrumb-title{color:#f3f4f6}html[data-theme=dark] .category-page-head.clean-head{background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(30,41,59,.9) 52%,rgba(59,130,246,.08))!important;border-color:#243b35!important}html[data-theme=dark] .category-page-head.clean-head .category-description{color:#cbd5e1!important}html[data-theme=dark] .ed-year-title{color:#d7dce7}html[data-theme=dark] .ed-year-title:after{background:linear-gradient(90deg,#3b3e46,transparent)}html[data-theme=dark] .ed-year-pill{background:#17251f;border-color:#285844;color:#86efac}html[data-theme=dark] .ed-article-row{background:linear-gradient(180deg,#232832,#1f2630);border-color:#374151;color:#f3f4f6;box-shadow:none}html[data-theme=dark] .ed-article-row:hover{background:#27313d;border-color:#2f8b65;color:#fff}html[data-theme=dark] .ed-article-title{color:#f8fafc}html[data-theme=dark] .ed-meta-badge{background:#1e293b;border-color:#334155;color:#cbd5e1}html[data-theme=dark] .ed-meta-badge.solution{background:#113a2c;border-color:#1d6b4d;color:#86efac}html[data-theme=dark] .ed-meta-badge.year{background:#1e293b;border-color:#334155;color:#cbd5e1}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-head{position:relative;min-height:48px;display:flex;align-items:center;gap:10px;padding:4px 5px 10px 8px;border-bottom:1px solid #e6e9ed;background:#fff}.ed-legacy-count{flex:0 0 auto;min-width:36px;height:36px;padding-inline:8px;border-radius:999px;background:#14945d;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:.92rem;line-height:1;box-shadow:0 4px 14px rgba(20,148,93,.18)}.ed-legacy-toggle{flex:0 0 auto;color:#101827;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.ed-legacy-group-title{flex:1;margin:0;text-align:right;font-size:clamp(1rem,3.4vw,1.18rem);font-weight:500;line-height:1.45;color:#030712;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-inline:4px}.ed-legacy-copy{flex:0 0 auto;color:#030712;font-size:1.32rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:24px;height:28px}.ed-legacy-year-block{margin-top:8px}.ed-legacy-year-sep{display:flex;align-items:center;gap:12px;margin:7px 6px 8px;color:#fff;direction:ltr}.ed-legacy-year-sep:before{content:"";height:1px;background:#dce2e8;flex:1}.ed-legacy-year-sep span{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:28px;padding-inline:12px;border-radius:6px;background:#4f5b66;color:#fff;font-weight:700;font-size:.88rem;line-height:1}.ed-legacy-list{display:grid;grid-template-columns:1fr;gap:7px;padding-inline:6px}.ed-legacy-row{min-height:40px;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 ease,border-color .12s ease,transform .12s ease}.ed-legacy-row:hover{background:#f8fafc;color:#000;border-color:#33424d;transform:translateY(-1px)}.ed-legacy-file{grid-column:1;grid-row:1;height:100%;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;min-width:0;display:block;text-align:right;font-size:clamp(.93rem,3.35vw,1.02rem);font-weight:500;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 10px;color:#000}.ed-legacy-meta{grid-column:3;grid-row:1;display:flex;align-items:center;justify-content:flex-start;direction:ltr;min-width:116px;height:100%;padding-inline:0 0}.ed-legacy-year{height:100%;min-height:40px;min-width:64px;padding-inline:10px;background:#4f5b66;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.82rem;line-height:1}.ed-legacy-solution{height:22px;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;line-height:1;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-head{min-height:44px;padding-inline:2px 3px;gap:7px}.ed-legacy-count{min-width:34px;height:34px;font-size:.86rem}.ed-legacy-copy{font-size:1.15rem;width:20px}.ed-legacy-group-title{font-size:.98rem}.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,html[data-theme=dark] .ed-legacy-head{background:#171b22;border-color:#303845}html[data-theme=dark] .ed-legacy-copy,html[data-theme=dark] .ed-legacy-group-title,html[data-theme=dark] .ed-legacy-toggle{color:#f8fafc}html[data-theme=dark] .ed-legacy-year-sep:before{background:#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}html[data-theme=dark] .ed-legacy-title{color:#f8fafc}.ed-articles-v72{direction:rtl;margin-top:14px}.ed-articles-v72 .ed-legacy-box{background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.ed-articles-v72 .ed-legacy-head{display:none!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;min-width:120px;height:44px;display:flex;align-items:center;gap:8px;padding-inline:12px;background:#fff;border:1px solid #dfe6ee;border-radius:12px;color:#516071;margin:0}.ed-articles-v72 .ed-tool-search input{border:0;outline:0;background:0 0;width:100%;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 ease,color .15s ease,border-color .15s ease,transform .15s ease}.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-year-block{margin:12px 0 14px}.ed-articles-v72 .ed-legacy-year-sep{display:block!important;margin:0 0 8px!important;direction:rtl;color:#08925a}.ed-articles-v72 .ed-legacy-year-sep:before{display:none!important}.ed-articles-v72 .ed-legacy-year-sep span{height:auto!important;min-width:0!important;padding:0!important;background:0 0!important;color:#08925a!important;border-radius:0!important;font-size:1rem!important;font-weight:900!important;box-shadow:none!important}.ed-articles-v72 .ed-legacy-list{display:grid;grid-template-columns:1fr;gap:6px;padding:0!important}.ed-articles-v72 .ed-legacy-row{min-height:41px;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 ease,border-color .12s ease,transform .12s ease,box-shadow .12s ease}.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;height:100%;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;min-width:0;display:block;text-align:right;font-size:clamp(.95rem,3vw,1.04rem);font-weight:700;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 12px;color:#030712}.ed-articles-v72 .ed-legacy-meta{grid-column:3;grid-row:1;display:flex;align-items:center;justify-content:flex-start;direction:ltr;min-width:116px;height:100%;padding:0}.ed-articles-v72 .ed-legacy-year{height:100%;min-height:41px;min-width:64px;padding-inline:10px;background:#4f5b66;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.82rem;line-height:1}.ed-articles-v72 .ed-legacy-solution{height:23px;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;line-height:1;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-article-tools{background:rgba(23,27,34,.88);border-color:#303845}html[data-theme=dark] .ed-articles-v72 .ed-tool-btn,html[data-theme=dark] .ed-articles-v72 .ed-tool-search{background:#171b22;border-color:#303845;color:#d8e0e8}html[data-theme=dark] .ed-articles-v72 .ed-tool-search input{color:#f8fafc}html[data-theme=dark] .ed-articles-v72 .ed-legacy-row{background:#222832;border-color:#303845;color:#f8fafc}html[data-theme=dark] .ed-articles-v72 .ed-legacy-title{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-sep{display:none!important}.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;line-height:1.45!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,.category-page-head .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-year-sep{display:none!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;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.75!important}.ed-legacy-row{align-items:flex-start!important}.ed-legacy-meta{padding-top:6px!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-sep,.ed-legacy-year-sep{display:none!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-explorer-tools{display:flex;align-items:center;gap:8px;margin:0 0 14px;padding:8px;background:rgba(255,255,255,.9);border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 8px 22px rgba(15,23,42,.04);backdrop-filter:blur(8px)}.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-tool-btn{width:42px;height:42px;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:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease}.ed-tag-tool-btn:hover{transform:translateY(-1px);border-color:#b8c5d1;color:#0f172a}.ed-tag-reset,.ed-tag-tool-btn.is-active{background:#ecfdf5;border-color:#b8ead2;color:#078951}.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-tests{--tag-accent:#d69a00;--tag-accent-soft:rgba(214,154,0,.10)}.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-type-books{--tag-accent:#0f766e;--tag-accent-soft:rgba(15,118,110,.10)}.ed-tag-type-homework{--tag-accent:#dc2626;--tag-accent-soft:rgba(220,38,38,.09)}.ed-tag-card-head{width:100%;min-height:58px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:10px;text-align:right;border:1px solid #dfe5eb;border-radius:9px;background:#f8fafc;color:#0f172a;padding:8px 10px;box-shadow:0 1px 2px rgba(15,23,42,.035);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.ed-tag-card-head:hover{background:#fff;border-color:#c6d1dc;box-shadow:0 8px 20px rgba(15,23,42,.06);transform:translateY(-1px)}.ed-tag-card.is-open .ed-tag-card-head{background:linear-gradient(90deg,rgba(255,255,255,.95),var(--tag-accent-soft));border-color:color-mix(in srgb,var(--tag-accent) 36%,#dfe5eb);border-radius:9px 9px 0 0}.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-count small{font-size:.58rem;margin-top:3px;opacity:.9;font-weight:700}.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-type-label{font-size:.72rem;color:var(--tag-accent);font-weight:800}.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-actions{display:flex;align-items:center;gap:10px;color:#334155}.ed-tag-open-link{width:34px;height:34px;border-radius:9px;background:#fff;border:1px solid #e1e7ed;color:#334155;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.ed-tag-open-link:hover{background:#ecfdf5;color:#078951;border-color:#b8ead2}.ed-tag-chevron{font-size:1rem;transition:transform .18s ease;color:#0f172a}.ed-tag-card.is-open .ed-tag-chevron{transform:rotate(180deg);color:var(--tag-accent)}.ed-tag-card-body{padding:10px 0 4px;animation:edTagSlide .18s ease both}.ed-tag-card-body .ed-articles-v72{margin-top:0}.ed-tag-card-body .ed-article-tools{display:none!important}.ed-tag-card-body .ed-legacy-box{padding:0!important}.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-explorer-tools{position:sticky;top:6px;z-index:7;gap:6px;padding:6px;overflow-x:auto;scrollbar-width:none;border-radius:12px}.ed-tag-explorer-tools::-webkit-scrollbar{display:none}.ed-tag-tool-search{flex:1 0 145px;height:40px;border-radius:10px;padding-inline:10px}.ed-tag-tool-btn{flex:0 0 40px;width:40px;height:40px;border-radius:10px}.ed-tag-card-head{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;min-height:54px;padding:7px 8px}.ed-tag-icon{display:none}.ed-tag-count{width:42px;min-height:36px}.ed-tag-count strong{font-size:.88rem}.ed-tag-count small{display:none}.ed-tag-title{font-size:1rem;line-height:1.5}.ed-tag-type-label{font-size:.68rem}.ed-tag-open-link{width:32px;height:32px}}html[data-theme=dark] .ed-tag-explorer-tools{background:rgba(23,27,34,.9);border-color:#303845}html[data-theme=dark] .ed-tag-open-link,html[data-theme=dark] .ed-tag-tool-btn,html[data-theme=dark] .ed-tag-tool-search{background:#171b22;border-color:#303845;color:#d8e0e8}html[data-theme=dark] .ed-tag-tool-search input{color:#f8fafc}html[data-theme=dark] .ed-tag-card-head{background:#222832;border-color:#303845;color:#f8fafc}html[data-theme=dark] .ed-tag-card.is-open .ed-tag-card-head{background:linear-gradient(90deg,#222832,rgba(8,146,90,.12));border-color:#145b40}html[data-theme=dark] .ed-tag-title{color:#f8fafc}.ed-tag-buttons-v79 .ed-tag-explorer-tools{display:flex;align-items:center;gap:8px;margin:0 0 12px;padding:6px;background:0 0;border:0;box-shadow:none;backdrop-filter:none}.ed-tag-buttons-v79 .ed-tag-tool-search{height:40px;min-width:150px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:none}.ed-tag-buttons-v79 .ed-tag-tool-btn{width:40px;height:40px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;box-shadow:none}.ed-tag-buttons-v79 .ed-tag-explorer-list{display:grid;gap:9px}.ed-tag-buttons-v79 .ed-tag-card-link{--tag-accent:#08925a;--tag-accent-soft:rgba(8,146,90,.09);width:100%;min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*3.05);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;text-decoration:none;text-align:right;color:#0f172a;background:#f8fafc;border:1px solid #dfe5eb;border-radius:9px;padding:8px 10px;box-shadow:0 1px 2px rgba(15,23,42,.035);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.ed-tag-buttons-v79 .ed-tag-card-link:hover{background:#fff;border-color:#c6d1dc;color:#0f172a;box-shadow:0 8px 20px rgba(15,23,42,.06);transform:translateY(-1px)}.ed-tag-buttons-v79 .ed-tag-icon{width:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*2.15);height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*2.15);border-radius:10px;background:var(--tag-accent-soft);color:var(--tag-accent);display:inline-flex;align-items:center;justify-content:center;font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*1.02)}.ed-tag-buttons-v79 .ed-tag-title-wrap{min-width:0;display:flex;flex-direction:column;gap:1px;line-height:1.35}.ed-tag-buttons-v79 .ed-tag-type-label{font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.68);font-weight:700;color:var(--tag-accent)}.ed-tag-buttons-v79 .ed-tag-title{font-size:var(--listing-article-title-size,var(--tag-article-title-size,17px));font-weight:500;color:inherit;white-space:normal;overflow:visible;text-overflow:clip}.ed-tag-buttons-v79 .ed-tag-count{justify-self:end;width:auto;min-width:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*2.35);min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*1.95);padding:0 calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.48);border-radius:999px;background:var(--tag-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 8px 16px rgba(8,146,90,.13)}.ed-tag-buttons-v79 .ed-tag-count strong{font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.86);font-weight:800}.ed-tag-buttons-v79 .ed-tag-actions,.ed-tag-buttons-v79 .ed-tag-card-body,.ed-tag-buttons-v79 .ed-tag-chevron,.ed-tag-buttons-v79 .ed-tag-count small{display:none!important}.ed-tag-buttons-v79 .ed-tag-card[hidden]{display:none!important}.ed-articles-v72 .ed-legacy-box{display:block!important;padding:0!important;background:0 0!important;border:0!important;box-shadow:none!important}.ed-articles-v72 .ed-legacy-list{display:grid!important;gap:7px!important}.ed-articles-v72 .ed-legacy-year-block{display:block!important}.ed-articles-v72 .ed-legacy-row[hidden],.ed-articles-v72 .ed-legacy-year-block[hidden]{display:none!important}.ed-articles-v72 .ed-legacy-title{font-weight:var(--listing-article-title-weight,var(--tag-article-title-weight,400))!important}@media (max-width:640px){.ed-tag-buttons-v79 .ed-tag-explorer-tools{position:sticky;top:6px;z-index:7;gap:6px;overflow-x:auto;scrollbar-width:none;padding:4px 0;background:0 0}.ed-tag-buttons-v79 .ed-tag-explorer-tools::-webkit-scrollbar{display:none}.ed-tag-buttons-v79 .ed-tag-tool-search{flex:1 0 140px;height:38px}.ed-tag-buttons-v79 .ed-tag-tool-btn{flex:0 0 38px;width:38px;height:38px}.ed-tag-buttons-v79 .ed-tag-card-link{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,16px))*3);padding:7px 8px}.ed-tag-buttons-v79 .ed-tag-icon{width:34px;height:34px;border-radius:9px;font-size:1rem}.ed-tag-buttons-v79 .ed-tag-count{min-width:38px;min-height:30px;padding:0 8px}}html[data-theme=dark] .ed-tag-buttons-v79 .ed-tag-card-link{background:#222832;border-color:#303845;color:#f8fafc}html[data-theme=dark] .ed-tag-buttons-v79 .ed-tag-card-link:hover{background:#27313d;border-color:#445061;color:#fff}html[data-theme=dark] .ed-tag-buttons-v79 .ed-tag-tool-btn,html[data-theme=dark] .ed-tag-buttons-v79 .ed-tag-tool-search{background:#171b22;border-color:#303845;color:#d8e0e8}.ed-tag-buttons-v80{direction:rtl;margin:18px 0 28px}.ed-tag-buttons-v80 .ed-tag-explorer-tools{display:flex;align-items:center;gap:7px;margin:0 0 12px;padding:4px 0;background:0 0!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;overflow-x:auto;scrollbar-width:none}.ed-tag-buttons-v80 .ed-tag-explorer-tools::-webkit-scrollbar{display:none}.ed-tag-buttons-v80 .ed-tag-tool-search{flex:0 0 44px;width:44px;height:40px;min-width:44px;display:flex;align-items:center;gap:7px;margin:0;padding-inline:12px;overflow:hidden;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#475569;transition:flex-basis .22s ease,width .22s ease,border-color .16s ease,box-shadow .16s ease}.ed-tag-buttons-v80 .ed-tag-tool-search:focus-within{flex-basis:min(220px,52vw);width:min(220px,52vw);border-color:#a7d8c2;box-shadow:0 8px 20px rgba(8,146,90,.08)}.ed-tag-buttons-v80 .ed-tag-tool-search input{width:0;min-width:0;opacity:0;border:0;outline:0;background:0 0;text-align:right;color:#0f172a;font-size:.9rem;transition:width .18s ease,opacity .18s ease}.ed-tag-buttons-v80 .ed-tag-tool-search:focus-within input{width:100%;opacity:1}.ed-tag-buttons-v80 .ed-tag-tool-btn{flex:0 0 40px;width:40px;height:40px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}.ed-tag-buttons-v80 .ed-tag-tool-btn:hover{transform:translateY(-1px);border-color:#b8c5d1;color:#0f172a}.ed-tag-buttons-v80 .ed-tag-reset,.ed-tag-buttons-v80 .ed-tag-tool-btn.is-active{background:#ecfdf5;border-color:#b8ead2;color:#078951}.ed-tag-buttons-v80 .ed-tag-explorer-list{display:grid;gap:9px}.ed-tag-buttons-v80 .ed-tag-card-link{--tag-accent:#08925a;--tag-accent-soft:rgba(8,146,90,.08);width:100%;min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*3.05);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;text-decoration:none;text-align:right;color:#0f172a;background:linear-gradient(90deg,#fff,var(--tag-accent-soft));border:1px solid color-mix(in srgb,var(--tag-accent) 22%,#dfe5eb);border-radius:10px;padding:8px 10px;box-shadow:0 1px 2px rgba(15,23,42,.035);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.ed-tag-buttons-v80 .ed-tag-card-link:hover{background:linear-gradient(90deg,#fff,color-mix(in srgb,var(--tag-accent) 15%,#fff));border-color:color-mix(in srgb,var(--tag-accent) 38%,#cbd5e1);color:#0f172a;box-shadow:0 8px 20px rgba(15,23,42,.06);transform:translateY(-1px)}.ed-tag-buttons-v80 .ed-tag-icon{width:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*2.15);height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*2.15);border-radius:10px;background:#fff;color:var(--tag-accent);display:inline-flex;align-items:center;justify-content:center;font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*1.02);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--tag-accent) 18%,#e2e8f0)}.ed-tag-buttons-v80 .ed-tag-title-wrap{min-width:0;display:flex;flex-direction:column;gap:1px;line-height:1.35}.ed-tag-buttons-v80 .ed-tag-type-label{font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.66);font-weight:700;color:var(--tag-accent)}.ed-tag-buttons-v80 .ed-tag-title{font-size:var(--listing-article-title-size,var(--tag-article-title-size,17px));font-weight:500;color:inherit;white-space:normal;overflow:visible;text-overflow:clip}.ed-tag-buttons-v80 .ed-tag-count{justify-self:end;min-width:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*2.2);min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*1.85);padding:0 calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.48);border-radius:999px;background:var(--tag-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 8px 16px rgba(8,146,90,.13)}.ed-tag-buttons-v80 .ed-tag-count strong{font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.86);font-weight:800}.ed-tag-buttons-v80 .ed-tag-actions,.ed-tag-buttons-v80 .ed-tag-card-body,.ed-tag-buttons-v80 .ed-tag-chevron,.ed-tag-buttons-v80 .ed-tag-count small{display:none!important}.ed-tag-buttons-v80 .ed-tag-card[hidden]{display:none!important}.ed-tag-buttons-v80 .ed-tag-branch-scientific{--tag-accent:#0ea5e9;--tag-accent-soft:rgba(14,165,233,.10)}.ed-tag-buttons-v80 .ed-tag-branch-literary{--tag-accent:#a855f7;--tag-accent-soft:rgba(168,85,247,.10)}.ed-tag-buttons-v80 .ed-tag-branch-economy{--tag-accent:#f59e0b;--tag-accent-soft:rgba(245,158,11,.12)}.ed-tag-buttons-v80 .ed-tag-type-exams{--tag-accent:#08925a;--tag-accent-soft:rgba(8,146,90,.09)}.ed-tag-buttons-v80 .ed-tag-type-tests{--tag-accent:#dc2626;--tag-accent-soft:rgba(220,38,38,.09)}.ed-tag-buttons-v80 .ed-tag-type-homework{--tag-accent:#2563eb;--tag-accent-soft:rgba(37,99,235,.10)}.ed-tag-buttons-v80 .ed-tag-type-lessons{--tag-accent:#0f766e;--tag-accent-soft:rgba(15,118,110,.10)}.ed-tag-buttons-v80 .ed-tag-type-summary{--tag-accent:#7c3aed;--tag-accent-soft:rgba(124,58,237,.10)}.ed-tag-buttons-v80 .ed-tag-type-books{--tag-accent:#475569;--tag-accent-soft:rgba(71,85,105,.10)}.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}@media (max-width:640px){.ed-tag-buttons-v80 .ed-tag-explorer-tools{position:sticky;top:6px;z-index:7}.ed-tag-buttons-v80 .ed-tag-tool-btn{flex-basis:38px;width:38px;height:38px}.ed-tag-buttons-v80 .ed-tag-card-link{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,16px))*3);padding:7px 8px}.ed-tag-buttons-v80 .ed-tag-icon{width:34px;height:34px;border-radius:9px;font-size:1rem}.ed-tag-buttons-v80 .ed-tag-count{min-width:38px;min-height:30px;padding:0 8px}}html[data-theme=dark] .ed-tag-buttons-v80 .ed-tag-card-link{background:linear-gradient(90deg,#222832,rgba(255,255,255,.02));border-color:#303845;color:#f8fafc}html[data-theme=dark] .ed-tag-buttons-v80 .ed-tag-card-link:hover{background:#27313d;border-color:#445061;color:#fff}html[data-theme=dark] .ed-tag-buttons-v80 .ed-tag-tool-btn,html[data-theme=dark] .ed-tag-buttons-v80 .ed-tag-tool-search{background:#171b22;border-color:#303845;color:#d8e0e8}html[data-theme=dark] .ed-tag-buttons-v80 .ed-tag-tool-search input{color:#f8fafc}.ed-tag-buttons-v81{direction:rtl;margin:18px 0 28px}.ed-tag-buttons-v81 .ed-tag-explorer-tools{display:flex;align-items:center;gap:7px;margin:0 0 12px;padding:4px 0;background:0 0!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;overflow-x:auto;scrollbar-width:none}.ed-tag-buttons-v81 .ed-tag-explorer-tools::-webkit-scrollbar{display:none}.ed-tag-buttons-v81 .ed-tag-tool-search{flex:0 0 44px;width:44px;height:40px;min-width:44px;display:flex;align-items:center;gap:7px;margin:0;padding-inline:12px;overflow:hidden;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#475569;transition:flex-basis .22s ease,width .22s ease,border-color .16s ease,box-shadow .16s ease}.ed-tag-buttons-v81 .ed-tag-tool-search:focus-within{flex-basis:min(220px,52vw);width:min(220px,52vw);border-color:#a7d8c2;box-shadow:0 8px 20px rgba(8,146,90,.08)}.ed-tag-buttons-v81 .ed-tag-tool-search input{width:0;min-width:0;opacity:0;border:0;outline:0;background:0 0;text-align:right;color:#0f172a;font-size:.9rem;transition:width .18s ease,opacity .18s ease}.ed-tag-buttons-v81 .ed-tag-tool-search:focus-within input{width:100%;opacity:1}.ed-tag-buttons-v81 .ed-tag-tool-btn{flex:0 0 40px;width:40px;height:40px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}.ed-tag-buttons-v81 .ed-tag-tool-btn:hover{transform:translateY(-1px);border-color:#b8c5d1;color:#0f172a}.ed-tag-buttons-v81 .ed-tag-reset,.ed-tag-buttons-v81 .ed-tag-tool-btn.is-active{background:#ecfdf5;border-color:#b8ead2;color:#078951}.ed-tag-buttons-v81 .ed-tag-explorer-list{display:grid;gap:9px}.ed-tag-buttons-v81 .ed-tag-card-link{--tag-accent:#08925a;--tag-accent-soft:rgba(8,146,90,.08);width:100%;min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*3.05);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;text-decoration:none;text-align:right;color:#0f172a;background:linear-gradient(90deg,#fff,var(--tag-accent-soft));border:1px solid color-mix(in srgb,var(--tag-accent) 22%,#dfe5eb);border-radius:10px;padding:8px 10px;box-shadow:0 1px 2px rgba(15,23,42,.035);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.ed-tag-buttons-v81 .ed-tag-card-link:hover{background:linear-gradient(90deg,#fff,color-mix(in srgb,var(--tag-accent) 15%,#fff));border-color:color-mix(in srgb,var(--tag-accent) 38%,#cbd5e1);color:#0f172a;box-shadow:0 8px 20px rgba(15,23,42,.06);transform:translateY(-1px)}.ed-tag-buttons-v81 .ed-tag-icon{width:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*2.15);height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*2.15);border-radius:10px;background:#fff;color:var(--tag-accent);display:inline-flex;align-items:center;justify-content:center;font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*1.02);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--tag-accent) 18%,#e2e8f0)}.ed-tag-buttons-v81 .ed-tag-title-wrap{min-width:0;display:flex;flex-direction:column;gap:1px;line-height:1.35}.ed-tag-buttons-v81 .ed-tag-type-label{font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.66);font-weight:700;color:var(--tag-accent)}.ed-tag-buttons-v81 .ed-tag-title{font-size:var(--listing-article-title-size,var(--tag-article-title-size,17px));font-weight:500;color:inherit;white-space:normal;overflow:visible;text-overflow:clip}.ed-tag-buttons-v81 .ed-tag-count{justify-self:end;min-width:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*2.2);min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*1.85);padding:0 calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.48);border-radius:999px;background:var(--tag-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 8px 16px rgba(8,146,90,.13)}.ed-tag-buttons-v81 .ed-tag-count strong{font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.86);font-weight:800}.ed-tag-buttons-v81 .ed-tag-actions,.ed-tag-buttons-v81 .ed-tag-card-body,.ed-tag-buttons-v81 .ed-tag-chevron,.ed-tag-buttons-v81 .ed-tag-count small{display:none!important}.ed-tag-buttons-v81 .ed-tag-card[hidden]{display:none!important}.ed-tag-buttons-v81 .ed-tag-branch-scientific{--tag-accent:#0ea5e9;--tag-accent-soft:rgba(14,165,233,.10)}.ed-tag-buttons-v81 .ed-tag-branch-literary{--tag-accent:#a855f7;--tag-accent-soft:rgba(168,85,247,.10)}.ed-tag-buttons-v81 .ed-tag-branch-economy{--tag-accent:#f59e0b;--tag-accent-soft:rgba(245,158,11,.12)}.ed-tag-buttons-v81 .ed-tag-type-exams{--tag-accent:#08925a;--tag-accent-soft:rgba(8,146,90,.09)}.ed-tag-buttons-v81 .ed-tag-type-tests{--tag-accent:#dc2626;--tag-accent-soft:rgba(220,38,38,.09)}.ed-tag-buttons-v81 .ed-tag-type-homework{--tag-accent:#2563eb;--tag-accent-soft:rgba(37,99,235,.10)}.ed-tag-buttons-v81 .ed-tag-type-lessons{--tag-accent:#0f766e;--tag-accent-soft:rgba(15,118,110,.10)}.ed-tag-buttons-v81 .ed-tag-type-summary{--tag-accent:#7c3aed;--tag-accent-soft:rgba(124,58,237,.10)}.ed-tag-buttons-v81 .ed-tag-type-books{--tag-accent:#475569;--tag-accent-soft:rgba(71,85,105,.10)}.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}@media (max-width:640px){.ed-tag-buttons-v81 .ed-tag-explorer-tools{position:sticky;top:6px;z-index:7}.ed-tag-buttons-v81 .ed-tag-tool-btn{flex-basis:38px;width:38px;height:38px}.ed-tag-buttons-v81 .ed-tag-card-link{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;min-height:calc(var(--listing-article-title-size,var(--tag-article-title-size,16px))*3);padding:7px 8px}.ed-tag-buttons-v81 .ed-tag-icon{width:34px;height:34px;border-radius:9px;font-size:1rem}.ed-tag-buttons-v81 .ed-tag-count{min-width:38px;min-height:30px;padding:0 8px}}html[data-theme=dark] .ed-tag-buttons-v81 .ed-tag-card-link{background:linear-gradient(90deg,#222832,rgba(255,255,255,.02));border-color:#303845;color:#f8fafc}html[data-theme=dark] .ed-tag-buttons-v81 .ed-tag-card-link:hover{background:#27313d;border-color:#445061;color:#fff}html[data-theme=dark] .ed-tag-buttons-v81 .ed-tag-tool-btn,html[data-theme=dark] .ed-tag-buttons-v81 .ed-tag-tool-search{background:#171b22;border-color:#303845;color:#d8e0e8}html[data-theme=dark] .ed-tag-buttons-v81 .ed-tag-tool-search input{color:#f8fafc}.ed-tag-buttons-v81 .ed-tag-explorer-tools{display:grid!important;grid-template-rows:auto auto;gap:7px;margin:0 0 12px;padding:0;overflow:visible!important}.ed-tag-buttons-v81 .ed-tag-tools-row{display:flex;align-items:center;gap:7px;flex-wrap:nowrap;overflow:visible;min-width:0}.ed-tag-buttons-v81 .ed-tag-tools-row-extra{padding-top:1px}.ed-tag-buttons-v81 .ed-tag-tool-search{position:relative;z-index:3}.ed-tag-buttons-v81 .ed-tag-tool-search:focus-within{flex-basis:min(260px,58vw);width:min(260px,58vw);transform:translateX(-8px)}.ed-tag-buttons-v81 .ed-tag-tool-btn{position:relative;overflow:visible}.ed-tag-buttons-v81 .ed-tag-tool-btn.is-tip-visible::after{content:attr(data-ed-tip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);background:rgba(15,23,42,.86);color:#fff;font-size:12px;font-weight:600;line-height:1.5;white-space:nowrap;padding:7px 10px;border-radius:6px;box-shadow:0 8px 18px rgba(15,23,42,.18);z-index:40;pointer-events:none}.ed-tag-buttons-v81 .ed-tag-tool-btn.is-tip-visible::before{content:"";position:absolute;left:50%;bottom:calc(100% + 2px);transform:translateX(-50%);border:6px solid transparent;border-top-color:rgba(15,23,42,.86);z-index:41;pointer-events:none}.ed-tag-buttons-v81 .ed-tag-type-tests{--tag-accent:#f59e0b;--tag-accent-soft:rgba(245,158,11,.105)}.ed-tag-buttons-v81 .ed-tag-type-exams{--tag-accent:#0f9f63;--tag-accent-soft:rgba(15,159,99,.09)}.ed-tag-buttons-v81 .ed-tag-branch-scientific:not(.ed-tag-type-tests):not(.ed-tag-type-exams):not(.ed-tag-type-homework){--tag-accent:#0ea5e9;--tag-accent-soft:rgba(14,165,233,.10)}.ed-tag-buttons-v81 .ed-tag-branch-literary:not(.ed-tag-type-tests):not(.ed-tag-type-exams):not(.ed-tag-type-homework){--tag-accent:#8b5cf6;--tag-accent-soft:rgba(139,92,246,.10)}.ed-tag-buttons-v81 .ed-tag-branch-economy:not(.ed-tag-type-tests):not(.ed-tag-type-exams):not(.ed-tag-type-homework){--tag-accent:#d97706;--tag-accent-soft:rgba(217,119,6,.11)}.ed-tag-buttons-v81 .ed-tag-card-link{border-right:4px solid var(--tag-accent)}.ed-tag-buttons-v81 .ed-tag-card-link::before{content:"";width:6px;align-self:stretch;border-radius:999px;background:var(--tag-accent);opacity:.18;grid-column:1;grid-row:1}@media (max-width:640px){.ed-tag-buttons-v81 .ed-tag-explorer-tools{position:sticky;top:6px;z-index:7;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:5px 0}.ed-tag-buttons-v81 .ed-tag-tools-row{overflow-x:auto;scrollbar-width:none}.ed-tag-buttons-v81 .ed-tag-tools-row::-webkit-scrollbar{display:none}.ed-tag-buttons-v81 .ed-tag-tool-search:focus-within{transform:none;flex-basis:min(210px,62vw);width:min(210px,62vw)}}html[data-theme=dark] .ed-tag-buttons-v81 .ed-tag-explorer-tools{background:rgba(15,20,28,.86)}.ed-tag-buttons-v83{direction:rtl;margin:16px 0 28px}.ed-tag-buttons-v83 .ed-tag-explorer-tools{display:grid!important;grid-template-rows:auto auto;gap:8px;margin:0 0 14px;padding:0!important;background:0 0!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;overflow:visible!important}.ed-tag-buttons-v83 .ed-tag-tools-row{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0;overflow:visible}.ed-tag-buttons-v83 .ed-tag-tool-search{position:relative;z-index:5;flex:0 0 42px;width:42px;height:40px;min-width:42px;display:flex;align-items:center;gap:8px;margin:0;padding-inline:12px;overflow:hidden;border-radius:999px;background:#fff;border:1px solid #e1e8ef;color:#475569;transition:flex-basis .22s ease,width .22s ease,transform .22s ease,border-color .16s ease,box-shadow .16s ease}.ed-tag-buttons-v83 .ed-tag-tool-search:focus-within{flex-basis:min(255px,56vw);width:min(255px,56vw);transform:translateX(-8px);border-color:#acd9c4;box-shadow:0 10px 22px rgba(8,146,90,.08)}.ed-tag-buttons-v83 .ed-tag-tool-search input{width:0;min-width:0;opacity:0;border:0;outline:0;background:0 0;text-align:right;color:#0f172a;font-size:.9rem;transition:width .18s ease,opacity .18s ease}.ed-tag-buttons-v83 .ed-tag-tool-search:focus-within input{width:100%;opacity:1}.ed-tag-buttons-v83 .ed-tag-tool-btn{position:relative;overflow:visible;flex:0 0 40px;width:40px;height:40px;border-radius:999px;border:1px solid #e1e8ef;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.ed-tag-buttons-v83 .ed-tag-tool-btn:hover{transform:translateY(-1px);border-color:#b7c5d1;color:#0f172a;box-shadow:0 8px 18px rgba(15,23,42,.055)}.ed-tag-buttons-v83 .ed-tag-reset,.ed-tag-buttons-v83 .ed-tag-tool-btn.is-active{background:#ecfdf5;border-color:#b8ead2;color:#078951}.ed-tag-buttons-v83 .ed-tag-tool-btn.is-tip-visible::after{content:attr(data-ed-tip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);background:rgba(15,23,42,.88);color:#fff;font-size:12px;font-weight:600;line-height:1.5;white-space:nowrap;padding:7px 10px;border-radius:7px;box-shadow:0 8px 18px rgba(15,23,42,.18);z-index:40;pointer-events:none}.ed-tag-buttons-v83 .ed-tag-tool-btn.is-tip-visible::before{content:"";position:absolute;left:50%;bottom:calc(100% + 2px);transform:translateX(-50%);border:6px solid transparent;border-top-color:rgba(15,23,42,.88);z-index:41;pointer-events:none}.ed-tag-buttons-v83 .ed-tag-explorer-list{display:grid;grid-template-columns:1fr;gap:10px}.ed-tag-buttons-v83 .ed-tag-card-link{--tag-accent:#0f9f63;--tag-accent-soft:rgba(15,159,99,.045);position:relative;width:100%;min-height:76px;display:grid;grid-template-columns:46px minmax(0,1fr) minmax(44px,auto);align-items:center;gap:12px;text-decoration:none;text-align:right;color:#0f172a;background:linear-gradient(90deg,#fff 0,#fff 62%,var(--tag-accent-soft) 100%);border:1px solid color-mix(in srgb,var(--tag-accent) 18%,#dfe5eb);border-inline-end:4px solid var(--tag-accent);border-radius:12px;padding:10px 12px;box-shadow:0 1px 2px rgba(15,23,42,.025);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.ed-tag-buttons-v83 .ed-tag-card-link:hover{background:linear-gradient(90deg,#fff 0,#fff 58%,color-mix(in srgb,var(--tag-accent) 8%,#fff) 100%);border-color:color-mix(in srgb,var(--tag-accent) 32%,#cbd5e1);color:#0f172a;box-shadow:0 9px 22px rgba(15,23,42,.055);transform:translateY(-1px)}.ed-tag-buttons-v83 .ed-tag-icon{grid-column:1;justify-self:center;width:38px;height:38px;border-radius:11px;background:#fff;color:var(--tag-accent);display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--tag-accent) 22%,#e2e8f0)}.ed-tag-buttons-v83 .ed-tag-title-wrap{grid-column:2;min-width:0;display:flex;flex-direction:column-reverse;justify-content:center;gap:3px;line-height:1.35}.ed-tag-buttons-v83 .ed-tag-title{display:block;font-size:var(--listing-article-title-size,var(--tag-article-title-size,17px));font-weight:500;color:inherit;white-space:normal;overflow:visible;text-overflow:clip;letter-spacing:-.01em}.ed-tag-buttons-v83 .ed-tag-type-label{display:block;font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.66);font-weight:700;color:var(--tag-accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-tag-buttons-v83 .ed-tag-count{grid-column:3;justify-self:end;min-width:46px;height:32px;padding:0 12px;border-radius:999px;background:var(--tag-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 8px 16px color-mix(in srgb,var(--tag-accent) 18%,transparent)}.ed-tag-buttons-v83 .ed-tag-count strong{font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.85);font-weight:800}.ed-tag-buttons-v83 .ed-tag-actions,.ed-tag-buttons-v83 .ed-tag-card-body,.ed-tag-buttons-v83 .ed-tag-chevron,.ed-tag-buttons-v83 .ed-tag-count small{display:none!important}.ed-tag-buttons-v83 .ed-tag-card[hidden]{display:none!important}.ed-tag-buttons-v83 .ed-tag-branch-scientific{--tag-accent:#0ea5e9;--tag-accent-soft:rgba(14,165,233,.055)}.ed-tag-buttons-v83 .ed-tag-branch-literary{--tag-accent:#8b5cf6;--tag-accent-soft:rgba(139,92,246,.055)}.ed-tag-buttons-v83 .ed-tag-branch-economy{--tag-accent:#d97706;--tag-accent-soft:rgba(217,119,6,.06)}.ed-tag-buttons-v83 .ed-tag-type-exams{--tag-accent:#0f9f63;--tag-accent-soft:rgba(15,159,99,.055)}.ed-tag-buttons-v83 .ed-tag-type-tests{--tag-accent:#f59e0b;--tag-accent-soft:rgba(245,158,11,.07)}.ed-tag-buttons-v83 .ed-tag-type-homework{--tag-accent:#2563eb;--tag-accent-soft:rgba(37,99,235,.055)}.ed-tag-buttons-v83 .ed-tag-type-lessons{--tag-accent:#0f766e;--tag-accent-soft:rgba(15,118,110,.055)}.ed-tag-buttons-v83 .ed-tag-type-summary{--tag-accent:#7c3aed;--tag-accent-soft:rgba(124,58,237,.055)}.ed-tag-buttons-v83 .ed-tag-type-books{--tag-accent:#475569;--tag-accent-soft:rgba(71,85,105,.055)}@media (min-width:768px){.ed-tag-buttons-v83 .ed-tag-explorer-list{gap:11px}.ed-tag-buttons-v83 .ed-tag-card-link{min-height:72px;grid-template-columns:48px minmax(0,1fr) minmax(50px,auto)}}@media (max-width:640px){.ed-tag-buttons-v83 .ed-tag-explorer-tools{position:sticky;top:6px;z-index:7;background:rgba(255,255,255,.92)!important;backdrop-filter:blur(8px);padding:5px 0!important}.ed-tag-buttons-v83 .ed-tag-tools-row{overflow-x:auto;scrollbar-width:none}.ed-tag-buttons-v83 .ed-tag-tools-row::-webkit-scrollbar{display:none}.ed-tag-buttons-v83 .ed-tag-tool-btn{flex-basis:38px;width:38px;height:38px}.ed-tag-buttons-v83 .ed-tag-tool-search{height:38px;flex-basis:40px;width:40px;min-width:40px}.ed-tag-buttons-v83 .ed-tag-tool-search:focus-within{transform:none;flex-basis:min(210px,62vw);width:min(210px,62vw)}.ed-tag-buttons-v83 .ed-tag-card-link{grid-template-columns:40px minmax(0,1fr) auto;gap:9px;min-height:66px;padding:8px 9px;border-radius:11px}.ed-tag-buttons-v83 .ed-tag-icon{width:34px;height:34px;border-radius:9px;font-size:1rem}.ed-tag-buttons-v83 .ed-tag-count{height:30px;min-width:38px;padding:0 10px}.ed-tag-buttons-v83 .ed-tag-title{font-size:1rem;line-height:1.42}.ed-tag-buttons-v83 .ed-tag-type-label{font-size:.68rem}}html[data-theme=dark] .ed-tag-buttons-v83 .ed-tag-explorer-tools{background:rgba(15,20,28,.86)!important}html[data-theme=dark] .ed-tag-buttons-v83 .ed-tag-card-link{background:linear-gradient(90deg,#222832,rgba(255,255,255,.02));border-color:#303845;color:#f8fafc}html[data-theme=dark] .ed-tag-buttons-v83 .ed-tag-card-link:hover{background:#27313d;border-color:#445061;color:#fff}html[data-theme=dark] .ed-tag-buttons-v83 .ed-tag-tool-btn,html[data-theme=dark] .ed-tag-buttons-v83 .ed-tag-tool-search{background:#171b22;border-color:#303845;color:#d8e0e8}html[data-theme=dark] .ed-tag-buttons-v83 .ed-tag-tool-search input{color:#f8fafc}.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: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:var(--category-description-line-height,1.95)!important}.ed-tag-buttons-v83 .ed-tag-explorer-tools{display:grid!important;grid-template-columns:auto 1fr;grid-template-rows:auto;align-items:center;gap:10px;margin:0 0 14px!important;padding:0!important;background:0 0!important;border:0!important;box-shadow:none!important;overflow:visible!important}.ed-tag-buttons-v83 .ed-tag-tools-row-search{display:flex!important;align-items:center;overflow:visible!important;min-width:42px;grid-column:1}.ed-tag-buttons-v83 .ed-tag-tools-row-branches{grid-column:2;display:flex!important;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap;overflow:visible!important}.ed-tag-buttons-v83 .ed-tag-tool-search{flex:0 0 42px!important;width:42px!important;min-width:42px!important;height:40px!important;border-radius:999px!important;background:#fff!important}.ed-tag-buttons-v83 .ed-tag-tool-search:focus-within{flex-basis:min(245px,54vw)!important;width:min(245px,54vw)!important;transform:translateX(-10px)!important}.ed-tag-buttons-v83 .ed-tag-tool-btn{flex:0 0 40px!important;width:40px!important;height:40px!important;border-radius:999px!important}.ed-tag-buttons-v83 .ed-tag-type-tests{--tag-accent:#f59e0b!important;--tag-accent-soft:rgba(245,158,11,.055)!important}.ed-tag-buttons-v83 .ed-tag-card-link.ed-tag-type-tests{background:linear-gradient(90deg,#fff 0,#fff 64%,rgba(245,158,11,.055) 100%)!important;border-color:rgba(245,158,11,.28)!important;border-inline-end-color:#f59e0b!important}.ed-articles-v72 .ed-legacy-title,.ed-legacy-title{min-height:1.4em!important;color:#030712!important;opacity:1!important;visibility:visible!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)}@media (max-width:640px){.ed-tag-buttons-v83 .ed-tag-explorer-tools{grid-template-columns:1fr!important;gap:8px!important;position:sticky;top:6px;z-index:7;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(8px);padding:5px 0!important}.ed-tag-buttons-v83 .ed-tag-tools-row-branches,.ed-tag-buttons-v83 .ed-tag-tools-row-search{grid-column:1!important}.ed-tag-buttons-v83 .ed-tag-tools-row-branches{display:grid!important;grid-template-columns:repeat(6,40px);justify-content:start;gap:7px;overflow-x:auto!important;scrollbar-width:none}.ed-tag-buttons-v83 .ed-tag-tools-row-branches::-webkit-scrollbar{display:none}.ed-tag-buttons-v83 .ed-tag-tool-search:focus-within{transform:none!important;flex-basis:min(220px,70vw)!important;width:min(220px,70vw)!important}}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}.ed-tag-buttons-v85.ed-tag-explorer{margin-top:1rem!important}.ed-tag-buttons-v85 .ed-tag-explorer-tools{direction:rtl!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 14px!important;padding:0!important;background:0 0!important;border:0!important;box-shadow:none!important;overflow:visible!important}.ed-tag-buttons-v85 .ed-tag-tools-row-branches,.ed-tag-buttons-v85 .ed-tag-tools-row-search{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;overflow:visible!important}.ed-tag-buttons-v85 .ed-tag-tool-search{display:inline-flex!important;align-items:center!important;gap:8px!important;height:42px!important;width:42px!important;min-width:42px!important;padding:0 12px!important;border-radius:999px!important;border:1px solid #dfe7ef!important;background:#fff!important;color:#334155!important;transition:width .18s ease,box-shadow .18s ease,border-color .18s ease!important;overflow:hidden!important}.ed-tag-buttons-v85 .ed-tag-tool-search input{width:0!important;min-width:0!important;border:0!important;outline:0!important;background:0 0!important;opacity:0!important;font-size:.8rem!important;color:#1f2937!important;transition:width .18s ease,opacity .18s ease!important}.ed-tag-buttons-v85 .ed-tag-tool-search:focus-within{width:min(240px,54vw)!important;border-color:rgba(0,139,87,.32)!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important}.ed-tag-buttons-v85 .ed-tag-tool-search:focus-within input{width:180px!important;opacity:1!important}.ed-tag-buttons-v85 .ed-tag-tool-btn{height:42px!important;min-width:42px!important;width:auto!important;padding:0 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;border-radius:999px!important;border:1px solid #dfe7ef!important;background:#fff!important;color:#334155!important;line-height:1!important;box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 3px 10px rgba(15,23,42,.035)!important}.ed-tag-buttons-v85 .ed-tag-tool-btn span{display:inline-block!important;font-size:.66rem!important;font-weight:800!important;white-space:nowrap!important}.ed-tag-buttons-v85 .ed-tag-tool-btn i{font-size:.95rem!important;line-height:1!important}.ed-tag-buttons-v85 .ed-tag-tool-btn.is-active,.ed-tag-buttons-v85 .ed-tag-tool-btn:hover{color:#008b57!important;border-color:rgba(0,139,87,.25)!important;background:rgba(0,139,87,.055)!important}.ed-tag-buttons-v85 .ed-tag-explorer-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem .7rem!important}.ed-tag-buttons-v85 .ed-tag-card-link{--tag-accent:#008b57;position:relative!important;isolation:isolate!important;direction:rtl!important;min-height:62px!important;padding:6px 8px 6px 12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;color:#162033!important;background:linear-gradient(180deg,#fff 0,#f7f8fa 100%)!important;border:1px solid #e1e5ea!important;border-radius:18px!important;text-decoration:none!important;overflow:hidden!important;box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 5px 14px rgba(15,23,42,.045)!important;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease,color .16s ease!important}.ed-tag-buttons-v85 .ed-tag-card-link:before{content:""!important;position:absolute!important;inset-block:0!important;inset-inline-start:0!important;width:4px!important;background:var(--tag-accent)!important;opacity:.9!important}.ed-tag-buttons-v85 .ed-tag-card-link:after{content:"‹"!important;order:4!important;flex:0 0 auto!important;color:#7b8492!important;font-size:1.35rem!important;line-height:1!important}.ed-tag-buttons-v85 .ed-tag-card-link:hover{transform:translateY(-1px)!important;color:#008b57!important;border-color:rgba(0,139,87,.22)!important;box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 9px 20px rgba(15,23,42,.065)!important}.ed-tag-buttons-v85 .ed-tag-icon{order:1!important;width:50px!important;flex:0 0 50px!important;height:50px!important;border-radius:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#666d78,#4e5662)!important;color:#fff!important;border:0!important;box-shadow:none!important;font-size:1.35rem!important}.ed-tag-buttons-v85 .ed-tag-title-wrap{order:2!important;flex:1 1 auto!important;min-width:0!important;display:flex!important;flex-direction:column-reverse!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:2px!important}.ed-tag-buttons-v85 .ed-tag-title{font-size:.96rem!important;line-height:1.45!important;font-weight:750!important;color:#162033!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ed-tag-buttons-v85 .ed-tag-type-label{display:block!important;font-size:.62rem!important;line-height:1.2!important;font-weight:900!important;color:var(--tag-accent)!important}.ed-tag-buttons-v85 .ed-tag-count{order:3!important;min-width:58px!important;height:30px!important;padding:0 8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;border-radius:999px!important;background:#fff!important;border:1px solid #dce3eb!important;color:#334155!important;font-size:.72rem!important;font-weight:850!important;box-shadow:none!important}.ed-tag-buttons-v85 .ed-tag-count i{font-size:.68rem!important;color:#64748b!important}.ed-tag-buttons-v85 .ed-tag-branch-scientific{--tag-accent:#008b57!important}.ed-tag-buttons-v85 .ed-tag-branch-literary{--tag-accent:#8b5cf6!important}.ed-tag-buttons-v85 .ed-tag-branch-economy{--tag-accent:#0ea5e9!important}.ed-tag-buttons-v85 .ed-tag-type-tests{--tag-accent:#f59e0b!important}.ed-tag-buttons-v85 .ed-tag-type-exams{--tag-accent:#008b57!important}.ed-tag-buttons-v85 .ed-tag-type-homework{--tag-accent:#2563eb!important}.ed-tag-buttons-v85 .ed-tag-type-lessons{--tag-accent:#06b6d4!important}.ed-tag-buttons-v85 .ed-tag-type-summary{--tag-accent:#a855f7!important}.ed-tag-buttons-v85 .ed-tag-type-books{--tag-accent:#dc2626!important}.ed-tag-buttons-v85 .ed-tag-type-tests .ed-tag-type-label{color:#e08200!important}.ed-tag-buttons-v85 .ed-tag-type-tests:before{background:#f59e0b!important}.category-description.tag-description-custom,/* وصف صفحة الوسم بنفس هوية وصف القسم */ .page-description.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;color:#8a919b!important;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,.ed-legacy-title{display:block!important;visibility:visible!important;opacity:1!important;color:#162033!important;min-width:0!important;min-height:1.3em!important}.ed-articles-v72 .ed-legacy-title:empty:after,.ed-legacy-title:empty:after{content:attr(data-fallback-title)!important}@media (max-width:767px){.ed-tag-buttons-v85 .ed-tag-explorer-list{grid-template-columns:1fr!important;gap:.5rem!important}.ed-tag-buttons-v85 .ed-tag-tools-row-branches{gap:6px!important}.ed-tag-buttons-v85 .ed-tag-tool-btn{height:38px!important;min-width:38px!important;padding:0 8px!important}.ed-tag-buttons-v85 .ed-tag-tool-btn span{font-size:.58rem!important}.ed-tag-buttons-v85 .ed-tag-card-link{min-height:58px!important;border-radius:16px!important;padding:5px 7px 5px 9px!important}.ed-tag-buttons-v85 .ed-tag-icon{width:46px!important;flex-basis:46px!important;height:46px!important;border-radius:15px!important;font-size:1.18rem!important}.ed-tag-buttons-v85 .ed-tag-title{font-size:.9rem!important}.ed-tag-buttons-v85 .ed-tag-count{min-width:52px!important;height:28px!important;font-size:.68rem!important}}html[data-theme=dark] .ed-tag-buttons-v85 .ed-tag-card-link,html[data-theme=dark] .ed-tag-buttons-v85 .ed-tag-tool-btn,html[data-theme=dark] .ed-tag-buttons-v85 .ed-tag-tool-search{background:linear-gradient(180deg,#242a33,#1f2530)!important;border-color:#343c48!important;color:#f3f4f6!important}html[data-theme=dark] .ed-tag-buttons-v85 .ed-tag-title{color:#f3f4f6!important}html[data-theme=dark] .ed-tag-buttons-v85 .ed-tag-count{background:rgba(17,24,39,.45)!important;border-color:rgba(255,255,255,.1)!important;color:#d8e0e8!important}html[data-theme=dark] .tag-description-custom{color:#cbd5e1!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;color:#6b7280!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-tag-buttons-v85 .ed-tag-type-label{display:none!important}.ed-tag-buttons-v85 .ed-tag-title-wrap{flex-direction:column!important;gap:0!important;align-items:center!important;justify-content:center!important}.ed-tag-buttons-v85 .ed-tag-title{font-size:var(--category-button-font-size,18px)!important;font-weight:var(--category-button-font-weight,600)!important;line-height:1.45!important}.ed-tag-buttons-v85 .ed-tag-card-link:after{content:"›"!important;color:#8b95a3!important;font-size:1.25rem!important}.ed-tag-buttons-v85 .ed-tag-explorer-tools{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;flex-wrap:wrap!important;overflow:visible!important;margin:0 0 14px!important}.ed-tag-buttons-v85 .ed-tag-tools-row-search{flex:0 0 auto!important;display:flex!important;align-items:center!important;overflow:visible!important}.ed-tag-buttons-v85 .ed-tag-tools-row-branches{flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;flex-wrap:wrap!important;overflow:visible!important}.ed-tag-buttons-v85 .ed-tag-tool-btn{width:auto!important;min-width:72px!important;height:36px!important;padding:0 9px!important;border-radius:14px!important;gap:4px!important;flex:0 0 auto!important;white-space:nowrap!important}.ed-tag-buttons-v85 .ed-tag-tool-btn span{display:inline-block!important;max-width:none!important;font-size:.62rem!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important}.ed-tag-buttons-v85 .ed-tag-tool-btn i{font-size:.88rem!important;line-height:1!important;flex:0 0 auto!important}.ed-tag-buttons-v85 .ed-tag-tool-search{height:36px!important;width:38px!important;min-width:38px!important;flex:0 0 38px!important;border-radius:14px!important;padding:0 10px!important}.ed-tag-buttons-v85 .ed-tag-tool-search:focus-within{width:min(230px,52vw)!important;flex-basis:min(230px,52vw)!important;transform:none!important}.ed-tag-buttons-v85 .ed-tag-tool-search:focus-within input{width:170px!important;opacity:1!important}.ed-tag-buttons-v85 .ed-tag-card-link{min-height:62px!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){.ed-tag-buttons-v85 .ed-tag-explorer-tools{display:grid!important;grid-template-columns:42px 1fr!important;gap:8px!important;align-items:start!important}.ed-tag-buttons-v85 .ed-tag-tools-row-search{grid-column:1!important;grid-row:1!important}.ed-tag-buttons-v85 .ed-tag-tools-row-branches{grid-column:2!important;grid-row:1!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important}.ed-tag-buttons-v85 .ed-tag-tool-btn{min-width:0!important;width:100%!important;height:34px!important;padding:0 5px!important;border-radius:12px!important;gap:3px!important}.ed-tag-buttons-v85 .ed-tag-tool-btn span{font-size:.54rem!important;letter-spacing:-.01em!important}.ed-tag-buttons-v85 .ed-tag-tool-btn i{font-size:.78rem!important}.ed-tag-buttons-v85 .ed-tag-tool-search:focus-within{position:absolute!important;z-index:10!important;inset-inline-end:0!important;width:min(260px,76vw)!important;flex-basis:min(260px,76vw)!important;background:#fff!important}.ed-tag-buttons-v85 .ed-tag-title{font-size:var(--category-button-font-size,18px)!important}.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}.ed-tag-buttons-v85 .ed-tag-tool-btn{border-radius:13px!important;min-width:74px!important;height:36px!important;padding:0 8px!important}.ed-tag-buttons-v85 .ed-tag-tool-btn span{display:inline-block!important;font-size:.6rem!important;line-height:1!important;white-space:nowrap!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}.ed-tag-buttons-v85 .ed-tag-tool-btn{min-width:0!important;width:100%!important;height:34px!important;padding:0 4px!important;border-radius:12px!important}.ed-tag-buttons-v85 .ed-tag-tool-btn span{font-size:.52rem!important;letter-spacing:-.02em!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}@media (max-width:767px){.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}}.admin-settings-toggles{display:grid;gap:14px!important}.admin-settings-toggle{border:1px solid #e2e8f0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 30px rgba(15,23,42,.055)!important;overflow:hidden!important}.admin-settings-toggle>summary{cursor:pointer!important;list-style:none!important;padding:15px 18px!important;font-weight:900!important;color:#0f172a!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important}.admin-settings-toggle>summary::-webkit-details-marker{display:none!important}.admin-settings-toggle>summary:before{content:'▾';width:32px;height:32px;border-radius:999px;background:#ecfdf5;color:#008b57;display:inline-flex;align-items:center;justify-content:center;font-weight:900;transition:.18s ease;flex:0 0 auto}.admin-settings-toggle:not([open])>summary:before{content:'›'}.admin-settings-toggle-body{padding:0 18px 18px!important}.admin-settings-toggle-body>.row{margin-top:0!important}.admin-settings-toggle-body hr{display:none!important}.admin-settings-toggle .form-text,.admin-settings-toggle .text-muted{font-size:.88rem!important;color:#64748b!important}.admin-settings-toggle .form-label{font-weight:800!important;color:#1f2937!important}.admin-settings-toggle .alert{border-radius:14px!important}.ed-tag-buttons-v91.ed-tag-explorer{margin:18px 0 28px!important;direction:rtl!important}.ed-tag-buttons-v91 .ed-tag-explorer-tools{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 14px!important;padding:8px!important;background:rgba(255,255,255,.86)!important;border:1px solid #e1e7ed!important;border-radius:14px!important;box-shadow:0 8px 24px rgba(15,23,42,.045)!important;backdrop-filter:blur(8px)!important;overflow:visible!important}.ed-tag-buttons-v91 .ed-tag-tools-row-search{display:flex!important;align-items:center!important;flex:1 1 220px!important;min-width:180px!important;overflow:visible!important;order:0!important}.ed-tag-buttons-v91 .ed-tag-tools-row-branches{display:flex!important;align-items:center!important;gap:8px!important;flex:0 1 auto!important;flex-wrap:wrap!important;overflow:visible!important;order:1!important}.ed-tag-buttons-v91 .ed-tag-tool-search{flex:1 1 auto!important;width:100%!important;min-width:0!important;height:44px!important;display:flex!important;align-items:center!important;gap:8px!important;padding-inline:12px!important;background:#fff!important;border:1px solid #dfe6ee!important;border-radius:12px!important;color:#516071!important;margin:0!important;transform:none!important;box-shadow:none!important}.ed-tag-buttons-v91 .ed-tag-tool-search input{width:100%!important;min-width:0!important;opacity:1!important;border:0!important;outline:0!important;background:0 0!important;text-align:right!important;color:#111827!important;font-size:.94rem!important}.ed-tag-buttons-v91 .ed-tag-tool-search input::placeholder{color:#8a96a3!important}.ed-tag-buttons-v91 .ed-tag-tool-btn{width:auto!important;min-width:60px!important;height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:0 10px!important;border:1px solid #dfe6ee!important;border-radius:12px!important;background:#fff!important;color:#334155!important;font-size:.9rem!important;line-height:1!important;white-space:nowrap!important;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease!important}.ed-tag-buttons-v91 .ed-tag-tool-btn:hover{transform:translateY(-1px)!important;border-color:#b8c5d1!important;color:#0f172a!important}.ed-tag-buttons-v91 .ed-tag-tool-btn.is-active{background:#ecfdf5!important;border-color:#b8ead2!important;color:#07945b!important}.ed-tag-buttons-v91 .ed-tag-tool-btn span{display:inline-block!important;font-size:.72rem!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;letter-spacing:0!important}.ed-tag-buttons-v91 .ed-tag-tool-btn i{font-size:.98rem!important;line-height:1!important;flex:0 0 auto!important}.ed-tag-buttons-v91 .ed-tag-explorer-list{display:grid!important;gap:9px!important}.ed-tag-buttons-v91 .ed-tag-card-link{direction:rtl!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:0!important;width:100%!important;height:54px!important;min-height:54px!important;padding:0!important;overflow:hidden!important;text-decoration:none!important;text-align:right!important;color:#0f172a!important;background:linear-gradient(180deg,#eee 0,#d8d8d8 100%)!important;border:1px solid color-mix(in srgb,var(--tag-accent,#64748b) 22%,#b9bdc3)!important;border-radius:9px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 5px 14px rgba(15,23,42,.055)!important;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease!important}.ed-tag-buttons-v91 .ed-tag-card-link:hover{background:linear-gradient(180deg,#e2e2e2 0,#ccc 100%)!important;border-color:color-mix(in srgb,var(--tag-accent,#64748b) 40%,#969ba3)!important;color:#0f172a!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 7px 18px rgba(15,23,42,.085)!important;transform:translateY(-1px)!important}.ed-tag-buttons-v91 .ed-tag-icon{order:0!important;width:58px!important;flex:0 0 58px!important;height:100%!important;min-height:100%!important;border-radius:0 8px 8px 0!important;background:linear-gradient(145deg,#6f747c,#4f555f)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:1.55rem!important;border-inline-start:0!important;border-inline-end:1px solid rgba(255,255,255,.16)!important;box-shadow:inset -1px 0 0 rgba(0,0,0,.13)!important}.ed-tag-buttons-v91 .ed-tag-icon .bi{color:#fff!important;font-size:1.55rem!important;line-height:1!important}.ed-tag-buttons-v91 .ed-tag-title-wrap{min-width:0!important;flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0 12px!important;line-height:1.45!important}.ed-tag-buttons-v91 .ed-tag-title{font-size:var(--category-button-font-size,18px)!important;font-weight:var(--category-button-font-weight,600)!important;color:#162033!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.45!important}.ed-tag-buttons-v91 .ed-tag-type-label{display:none!important}.ed-tag-buttons-v91 .ed-tag-count{direction:ltr!important;order:2!important;flex:0 0 auto!important;min-width:72px!important;margin-inline-end:auto!important;margin-inline-start:8px!important;padding:5px 9px!important;height:auto!important;min-height:30px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(148,163,184,.28)!important;color:var(--tag-accent,#08754d)!important;font-size:.82rem!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 2px 6px rgba(15,23,42,.045)!important}.ed-tag-buttons-v91 .ed-tag-count strong{font-weight:900!important;font-size:.82rem!important;letter-spacing:.01em!important}.ed-tag-buttons-v91 .ed-tag-count .bi{font-size:.78rem!important;color:#4b5563!important}.ed-tag-buttons-v91 .ed-tag-card:after{display:none!important;content:none!important}.ed-tag-buttons-v91 .ed-tag-card-link:after{display:none!important;content:none!important}.ed-tag-buttons-v91 .ed-tag-branch-scientific{--tag-accent:#0ea5e9!important;--tag-accent-soft:rgba(14,165,233,.10)!important}.ed-tag-buttons-v91 .ed-tag-branch-literary{--tag-accent:#8b5cf6!important;--tag-accent-soft:rgba(139,92,246,.10)!important}.ed-tag-buttons-v91 .ed-tag-branch-economy{--tag-accent:#f59e0b!important;--tag-accent-soft:rgba(245,158,11,.12)!important}.ed-tag-buttons-v91 .ed-tag-type-exams{--tag-accent:#08925a!important;--tag-accent-soft:rgba(8,146,90,.09)!important}.ed-tag-buttons-v91 .ed-tag-type-tests{--tag-accent:#f59e0b!important;--tag-accent-soft:rgba(245,158,11,.10)!important}.ed-tag-buttons-v91 .ed-tag-type-homework{--tag-accent:#2563eb!important;--tag-accent-soft:rgba(37,99,235,.10)!important}@media (max-width:767px){.ed-tag-buttons-v91 .ed-tag-explorer-tools{position:sticky!important;top:6px!important;z-index:7!important;display:grid!important;grid-template-columns:1fr!important;gap:7px!important;padding:6px!important;border-radius:12px!important;background:rgba(255,255,255,.94)!important;overflow:visible!important}.ed-tag-buttons-v91 .ed-tag-tools-row-search{grid-column:1!important;min-width:0!important;width:100%!important;order:0!important}.ed-tag-buttons-v91 .ed-tag-tools-row-branches{grid-column:1!important;order:1!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important}.ed-tag-buttons-v91 .ed-tag-tool-search{height:40px!important;border-radius:10px!important;padding-inline:10px!important;width:100%!important;min-width:0!important;flex-basis:auto!important;transform:none!important}.ed-tag-buttons-v91 .ed-tag-tool-btn{min-width:0!important;width:100%!important;height:36px!important;padding:0 5px!important;border-radius:10px!important;gap:3px!important}.ed-tag-buttons-v91 .ed-tag-tool-btn span{font-size:.62rem!important;letter-spacing:-.01em!important}.ed-tag-buttons-v91 .ed-tag-tool-btn i{font-size:.82rem!important}.ed-tag-buttons-v91 .ed-tag-card-link{height:50px!important;min-height:50px!important;border-radius:8px!important}.ed-tag-buttons-v91 .ed-tag-icon{width:52px!important;flex-basis:52px!important;border-radius:0 7px 7px 0!important;font-size:1.25rem!important}.ed-tag-buttons-v91 .ed-tag-icon .bi{font-size:1.25rem!important}.ed-tag-buttons-v91 .ed-tag-title-wrap{padding:0 8px!important}.ed-tag-buttons-v91 .ed-tag-title{font-size:.94rem!important;line-height:1.4!important}.ed-tag-buttons-v91 .ed-tag-count{min-width:58px!important;padding:4px 7px!important;margin-inline-start:6px!important;font-size:.74rem!important;gap:4px!important}.ed-tag-buttons-v91 .ed-tag-count strong{font-size:.74rem!important}.ed-tag-buttons-v91 .ed-tag-count .bi{font-size:.7rem!important}}html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-explorer-tools{background:rgba(23,27,34,.88)!important;border-color:#303845!important}html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-tool-btn,html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-tool-search{background:#171b22!important;border-color:#303845!important;color:#d8e0e8!important}html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-tool-search input{color:#f8fafc!important}html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-card-link{background:linear-gradient(180deg,#3a404a 0,#2f3540 100%)!important;border-color:#525a67!important;color:#f3f4f6!important}html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-card-link:hover{background:linear-gradient(180deg,#454c58 0,#363d49 100%)!important}html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-icon{background:linear-gradient(145deg,#68717f,#4d5664)!important;color:#fff!important}html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-title{color:#f3f4f6!important}.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tool-search,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tool-search{cursor:text!important}.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tool-search.is-search-open,.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tool-search:focus-within,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tool-search.is-search-open,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tool-search:focus-within{flex-basis:min(320px,62vw)!important;width:min(320px,62vw)!important;min-width:min(320px,62vw)!important;transform:translateX(-6px)!important;border-color:#acd9c4!important;background:#fff!important;box-shadow:0 10px 22px rgba(8,146,90,.08)!important}.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tool-search.is-search-open input,.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tool-search:focus-within input,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tool-search.is-search-open input,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tool-search:focus-within input{width:100%!important;opacity:1!important}@media (max-width:640px){.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-explorer-tools,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-explorer-tools{grid-template-columns:1fr!important;gap:7px!important}.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tools-row-search,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tools-row-search{grid-column:1!important;width:100%!important;overflow:visible!important}.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tools-row-branches,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tools-row-branches{grid-column:1!important;display:flex!important;gap:6px!important;overflow-x:auto!important;scrollbar-width:none!important;padding-bottom:2px!important}.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tools-row-branches::-webkit-scrollbar,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tools-row-branches::-webkit-scrollbar{display:none!important}.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tool-search,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tool-search{flex:0 0 42px!important;width:42px!important;min-width:42px!important;max-width:100%!important}.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tool-search.is-search-open,.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tool-search:focus-within,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tool-search.is-search-open,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tool-search:focus-within{flex:1 1 100%!important;width:100%!important;min-width:0!important;max-width:100%!important;transform:none!important}.ed-tag-explorer.ed-tag-buttons-v83 .ed-tag-tool-search.is-search-open+*,.ed-tag-explorer.ed-tag-buttons-v91 .ed-tag-tool-search.is-search-open+*{margin-inline-start:0!important}}.ed-articles-v72 .ed-tool-search{cursor:text!important;transition:flex-basis .2s ease,width .2s ease,border-color .16s ease,box-shadow .16s ease!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 ease,opacity .18s ease!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-category-count strong{font-variant-numeric:tabular-nums!important}@media (max-width:767px){.ed-tag-buttons-v91 .ed-tag-explorer-tools{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important}.ed-tag-buttons-v91 .ed-tag-tools-row-search{flex:0 0 auto!important;width:auto!important;min-width:0!important;order:0!important}.ed-tag-buttons-v91 .ed-tag-tools-row-branches{flex:0 1 auto!important;width:auto!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;overflow:visible!important;padding-bottom:0!important;order:1!important}.ed-tag-buttons-v91 .ed-tag-tool-btn{flex:0 0 auto!important;width:auto!important;min-width:auto!important;height:36px!important;padding:0 9px!important;border-radius:10px!important;gap:4px!important}.ed-tag-buttons-v91 .ed-tag-tool-btn span{font-size:.68rem!important;line-height:1!important;white-space:nowrap!important}.ed-tag-buttons-v91 .ed-tag-tool-search{flex:0 0 42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:38px!important;overflow:hidden!important;padding-inline:11px!important}.ed-tag-buttons-v91 .ed-tag-tool-search input{width:0!important;opacity:0!important;min-width:0!important}.ed-tag-buttons-v91 .ed-tag-tool-search.is-search-open,.ed-tag-buttons-v91 .ed-tag-tool-search:focus-within{order:5!important;flex:1 1 100%!important;width:100%!important;max-width:100%!important;min-width:0!important;transform:none!important}.ed-tag-buttons-v91 .ed-tag-tool-search.is-search-open input,.ed-tag-buttons-v91 .ed-tag-tool-search:focus-within input{width:100%!important;opacity:1!important}}.ed-tag-buttons-v91 .ed-tag-explorer-tools{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.ed-tag-buttons-v91 .ed-tag-tools-row-branches,.ed-tag-buttons-v91 .ed-tag-tools-row-search{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important;width:auto!important}.ed-tag-buttons-v91 .ed-tag-tool-btn{width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;padding:0!important;border-radius:13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important}.ed-tag-buttons-v91 .ed-tag-tool-btn span{display:none!important}.ed-tag-buttons-v91 .ed-tag-tool-btn i{font-size:1.08rem!important;margin:0!important;line-height:1!important}.ed-tag-buttons-v91 .ed-tag-tool-search{flex:0 0 48px!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;padding:0 14px!important;border-radius:13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;cursor:text!important;transition:flex-basis .2s ease,width .2s ease,max-width .2s ease,border-color .16s ease,box-shadow .16s ease!important}.ed-tag-buttons-v91 .ed-tag-tool-search input{width:0!important;min-width:0!important;opacity:0!important;padding:0!important;margin:0!important;transition:width .18s ease,opacity .18s ease,margin .18s ease!important}.ed-tag-buttons-v91 .ed-tag-tool-search.is-search-open,.ed-tag-buttons-v91 .ed-tag-tool-search:focus-within{flex:0 1 320px!important;width:min(320px,calc(100vw - 38px))!important;max-width:100%!important;justify-content:flex-start!important;border-color:#b8ead2!important;box-shadow:0 10px 22px rgba(8,146,90,.07)!important}.ed-tag-buttons-v91 .ed-tag-tool-search.is-search-open input,.ed-tag-buttons-v91 .ed-tag-tool-search:focus-within input{width:100%!important;opacity:1!important;margin-inline-start:9px!important}.ed-tag-buttons-v91 .ed-tag-card-link{padding:0 0 0 10px!important;overflow:hidden!important}.ed-tag-buttons-v91 .ed-tag-icon{align-self:stretch!important;height:auto!important;width:64px!important;flex:0 0 64px!important;border-radius:0 14px 14px 0!important;margin:0!important;background:linear-gradient(145deg,#6b7280,#4b5563)!important;display:flex!important;align-items:center!important;justify-content:center!important}@media (max-width:767px){.ed-tag-buttons-v91 .ed-tag-explorer-tools{gap:6px!important;justify-content:flex-start!important}.ed-tag-buttons-v91 .ed-tag-tools-row-branches,.ed-tag-buttons-v91 .ed-tag-tools-row-search{gap:6px!important;width:auto!important;flex:0 0 auto!important}.ed-tag-buttons-v91 .ed-tag-tool-btn{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;border-radius:12px!important}.ed-tag-buttons-v91 .ed-tag-tool-search{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:12px!important;padding-inline:12px!important}.ed-tag-buttons-v91 .ed-tag-tool-search.is-search-open,.ed-tag-buttons-v91 .ed-tag-tool-search:focus-within{order:10!important;flex:1 1 100%!important;width:100%!important;min-width:0!important;max-width:100%!important}.ed-tag-buttons-v91 .ed-tag-icon{width:56px!important;flex-basis:56px!important;border-radius:0 13px 13px 0!important}}.ed-tag-tools-no-search .ed-tag-tools-row-search,.ed-tools-no-search .ed-tool-search{display:none!important}.ed-tag-buttons-v91 .ed-tag-tools-no-search{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:8px!important;padding:8px!important;border:1px solid #e2e8f0!important;border-radius:14px!important;background:rgba(255,255,255,.88)!important;box-shadow:0 8px 22px rgba(15,23,42,.035)!important}.ed-tag-buttons-v91 .ed-tag-tools-no-search .ed-tag-tools-row-branches{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;width:auto!important;flex:0 1 auto!important}.ed-tag-buttons-v91 .ed-tag-tools-no-search .ed-tag-tool-btn{width:auto!important;min-width:0!important;max-width:none!important;height:42px!important;padding:0 13px!important;border-radius:12px!important;gap:7px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}.ed-tag-buttons-v91 .ed-tag-tools-no-search .ed-tag-tool-btn span{display:inline!important;font-size:.78rem!important;line-height:1!important;font-weight:800!important}.ed-tag-buttons-v91 .ed-tag-tools-no-search .ed-tag-tool-btn i{font-size:1rem!important;margin:0!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-tag-buttons-v91 .ed-tag-tools-no-search{padding:7px!important;gap:6px!important;justify-content:flex-start!important}.ed-tag-buttons-v91 .ed-tag-tools-no-search .ed-tag-tools-row-branches{gap:6px!important}.ed-tag-buttons-v91 .ed-tag-tools-no-search .ed-tag-tool-btn{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;padding:0!important;border-radius:12px!important;gap:0!important}.ed-tag-buttons-v91 .ed-tag-tools-no-search .ed-tag-tool-btn span{display:none!important}.ed-tag-buttons-v91 .ed-tag-tools-no-search .ed-tag-tool-btn i{font-size:1.05rem!important}.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:translateY(4px) scale(.98);transition:opacity .14s ease,transform .14s ease}.ed-global-tip.is-visible{opacity:1;transform:translateY(0) scale(1)}.ed-tag-tool-btn.is-tip-visible::after,.ed-tag-tool-btn.is-tip-visible::before{display:none!important;content:none!important}@media(max-width:640px){.ed-global-tip{font-size:11px;padding:6px 10px;border-radius:8px;white-space:normal}}.ed-tag-buttons-v91 .ed-tag-explorer-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.ed-tag-buttons-v91 .ed-tag-card-link{direction:rtl!important;position:relative!important;display:flex!important;align-items:center!important;gap:14px!important;min-height:78px!important;height:auto!important;padding:0 0 0 14px!important;border-radius:22px!important;overflow:hidden!important;background:linear-gradient(90deg,rgba(255,255,255,.52),rgba(236,240,244,.46)),rgba(241,243,246,.48)!important;border:1px solid rgba(203,213,225,.68)!important;box-shadow:none!important;color:#111827!important;text-decoration:none!important;backdrop-filter:blur(18px) saturate(150%)!important;-webkit-backdrop-filter:blur(18px) saturate(150%)!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important}.ed-tag-buttons-v91 .ed-tag-card-link:hover{background:linear-gradient(90deg,rgba(255,255,255,.44),rgba(219,224,230,.52)),rgba(229,232,237,.56)!important;border-color:rgba(148,163,184,.86)!important;transform:none!important;box-shadow:none!important;color:#0f172a!important}.ed-tag-buttons-v91 .ed-tag-card-link:active{transform:scale(.992)!important}.ed-tag-buttons-v91 .ed-tag-card-link:before{content:""!important;position:absolute!important;inset:1px!important;border-radius:21px!important;border:1px solid rgba(255,255,255,.72)!important;pointer-events:none!important;z-index:1!important}.ed-tag-buttons-v91 .ed-tag-card-link:after{content:""!important;display:block!important;position:absolute!important;inset:0 auto 0 0!important;width:4px!important;background:var(--tag-accent,#008b57)!important;opacity:.9!important;border-radius:22px 0 0 22px!important;pointer-events:none!important}.ed-tag-buttons-v91 .ed-tag-icon{order:1!important;position:relative!important;z-index:2!important;align-self:stretch!important;width:64px!important;flex:0 0 64px!important;height:auto!important;margin:0!important;border-radius:0 22px 22px 0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:linear-gradient(135deg,#6b7280,#334155)!important;border:0!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24)!important}.ed-tag-buttons-v91 .ed-tag-icon .bi{font-size:1.72rem!important;color:#fff!important;line-height:1!important}.ed-tag-buttons-v91 .ed-tag-title-wrap{order:2!important;position:relative!important;z-index:2!important;flex:1 1 auto!important;min-width:0!important;text-align:center!important;padding:0 6px!important}.ed-tag-buttons-v91 .ed-tag-title{display:block!important;color:#111827!important;font-size:clamp(1.03rem,2.3vw,1.22rem)!important;font-weight:800!important;line-height:1.45!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.ed-tag-buttons-v91 .ed-tag-count{order:3!important;position:relative!important;z-index:2!important;min-width:84px!important;height:38px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(255,255,255,.62)!important;border:1px solid rgba(226,232,240,.88)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;color:var(--tag-accent,#008b57)!important;box-shadow:none!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;margin:0!important}.ed-tag-buttons-v91 .ed-tag-count strong{font-weight:900!important;font-size:.92rem!important;line-height:1!important;color:inherit!important}.ed-tag-buttons-v91 .ed-tag-count .bi{font-size:.86rem!important;color:#64748b!important}.ed-tag-buttons-v91 .ed-tag-arrow{order:4!important;position:relative!important;z-index:2!important;width:22px!important;height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#94a3b8!important;flex:0 0 22px!important}.ed-tag-buttons-v91 .ed-tag-arrow .bi{font-size:1rem!important;line-height:1!important}.ed-tag-buttons-v91 .ed-tag-card-link:hover .ed-tag-arrow{color:var(--tag-accent,#008b57)!important}.ed-tag-buttons-v91 .ed-tag-type-tests{--tag-accent:#f59e0b!important}.ed-tag-buttons-v91 .ed-tag-type-exams{--tag-accent:#10a36a!important}.ed-tag-buttons-v91 .ed-tag-type-homework{--tag-accent:#2563eb!important}.ed-tag-buttons-v91 .ed-tag-type-lessons{--tag-accent:#0ea5e9!important}.ed-tag-buttons-v91 .ed-tag-type-summary{--tag-accent:#7c3aed!important}.ed-tag-buttons-v91 .ed-tag-type-books{--tag-accent:#db2777!important}.ed-tag-buttons-v91 .ed-tag-branch-scientific{--tag-accent:#10a36a!important}.ed-tag-buttons-v91 .ed-tag-branch-literary{--tag-accent:#8b5cf6!important}.ed-tag-buttons-v91 .ed-tag-branch-economy{--tag-accent:#f59e0b!important}.ed-tag-buttons-v91 .ed-tag-branch-all{--tag-accent:#0f8aa8!important}.ed-tag-buttons-v91 .ed-tag-card-link:hover .ed-tag-icon{filter:saturate(1.04)!important}@media (max-width:767px){.ed-tag-buttons-v91 .ed-tag-explorer-list{grid-template-columns:1fr!important;gap:9px!important}.ed-tag-buttons-v91 .ed-tag-card-link{min-height:72px!important;border-radius:20px!important;gap:9px!important;padding-left:10px!important}.ed-tag-buttons-v91 .ed-tag-card-link:before{border-radius:19px!important}.ed-tag-buttons-v91 .ed-tag-card-link:after{border-radius:20px 0 0 20px!important;width:3px!important}.ed-tag-buttons-v91 .ed-tag-icon{width:60px!important;flex-basis:60px!important;border-radius:0 20px 20px 0!important}.ed-tag-buttons-v91 .ed-tag-icon .bi{font-size:1.48rem!important}.ed-tag-buttons-v91 .ed-tag-title{font-size:1.02rem!important;line-height:1.42!important}.ed-tag-buttons-v91 .ed-tag-count{min-width:70px!important;height:34px!important;padding:0 9px!important;gap:5px!important}.ed-tag-buttons-v91 .ed-tag-count strong{font-size:.86rem!important}.ed-tag-buttons-v91 .ed-tag-count .bi{font-size:.78rem!important}.ed-tag-buttons-v91 .ed-tag-arrow{width:18px!important;flex-basis:18px!important;height:34px!important}}html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-card-link{background:linear-gradient(135deg,rgba(30,41,59,.62),rgba(15,23,42,.5))!important;border-color:rgba(71,85,105,.7)!important;color:#e5e7eb!important}html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-title{color:#f8fafc!important}html[data-theme=dark] .ed-tag-buttons-v91 .ed-tag-count{background:rgba(15,23,42,.48)!important;border-color:rgba(71,85,105,.7)!important}.ed-tag-buttons-v98 .ed-tag-explorer-list{display:grid!important;gap:8px!important}.ed-tag-buttons-v98 .ed-tag-card-link{--tag-accent:#0f9f63;position:relative!important;isolation:isolate!important;min-height:64px!important;height:auto!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto 20px!important;align-items:center!important;gap:10px!important;padding:8px 10px!important;border:1px solid #dfe5eb!important;border-inline-end:4px solid var(--tag-accent)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 1px 2px rgba(15,23,42,.03)!important;color:#111827!important;text-decoration:none!important;overflow:hidden!important;transform:none!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease!important}.ed-tag-buttons-v98 .ed-tag-card-link:after,.ed-tag-buttons-v98 .ed-tag-card-link:before{display:none!important;content:none!important}.ed-tag-buttons-v98 .ed-tag-card-link:hover{transform:translateY(-1px)!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important;border-color:#cbd5e1!important;border-inline-end-color:var(--tag-accent)!important;background:#fff!important}.ed-tag-buttons-v98 .ed-tag-icon{width:42px!important;height:42px!important;border-radius:12px!important;background:#535b66!important;color:#fff!important;border:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:1.14rem!important;box-shadow:none!important;grid-column:1!important}.ed-tag-buttons-v98 .ed-tag-title-wrap{grid-column:2!important;min-width:0!important;display:block!important;text-align:right!important}.ed-tag-buttons-v98 .ed-tag-title{display:block!important;font-size:clamp(14px, var(--category-button-font-size,17px), 20px)!important;font-weight:var(--category-button-font-weight,700)!important;line-height:1.45!important;color:#111827!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.ed-tag-buttons-v98 .ed-tag-meta,.ed-tag-buttons-v98 .ed-tag-subtitle,.ed-tag-buttons-v98 .ed-tag-title-wrap small,.ed-tag-buttons-v98 .ed-tag-type-label{display:none!important}.ed-tag-buttons-v98 .ed-tag-count{grid-column:3!important;min-width:42px!important;height:32px!important;padding:0 10px!important;border-radius:999px!important;background:#fff!important;border:1px solid #d6dee8!important;color:#334155!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;box-shadow:none!important}.ed-tag-buttons-v98 .ed-tag-count strong{color:#334155!important;font-size:.86rem!important;font-weight:800!important;line-height:1!important}.ed-tag-buttons-v98 .ed-tag-count .bi{color:#64748b!important;font-size:.72rem!important}.ed-tag-buttons-v98 .ed-tag-arrow{grid-column:4!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:32px!important;color:#94a3b8!important;font-size:1rem!important;transition:transform .16s ease,color .16s ease!important}.ed-tag-buttons-v98 .ed-tag-card-link:hover .ed-tag-arrow{color:var(--tag-accent)!important;transform:translateX(-2px)!important}.ed-tag-buttons-v98 .ed-tag-card[hidden]{display:none!important}.ed-tag-buttons-v98 .ed-tag-actions,.ed-tag-buttons-v98 .ed-tag-card-body,.ed-tag-buttons-v98 .ed-tag-chevron{display:none!important}.ed-tag-buttons-v98 .ed-tag-type-tests{--tag-accent:#f59e0b!important}.ed-tag-buttons-v98 .ed-tag-type-assignments{--tag-accent:#0f9f63!important}.ed-tag-buttons-v98 .ed-tag-type-homework{--tag-accent:#2563eb!important}.ed-tag-buttons-v98 .ed-tag-type-evaluation{--tag-accent:#7c3aed!important}.ed-tag-buttons-v98 .ed-tag-type-diagnostic{--tag-accent:#ef4444!important}.ed-tag-buttons-v98 .ed-tag-type-lessons{--tag-accent:#0891b2!important}.ed-tag-buttons-v98 .ed-tag-type-books{--tag-accent:#475569!important}.ed-tag-buttons-v98 .ed-tag-type-summary{--tag-accent:#8b5cf6!important}.ed-tag-buttons-v98 .ed-tag-branch-scientific{--tag-accent:#0f9f63!important}.ed-tag-buttons-v98 .ed-tag-branch-literary{--tag-accent:#d97706!important}.ed-tag-buttons-v98 .ed-tag-branch-economy{--tag-accent:#2563eb!important}@media (min-width:768px){.ed-tag-buttons-v98 .ed-tag-explorer-list{gap:9px!important}.ed-tag-buttons-v98 .ed-tag-card-link{min-height:66px!important;grid-template-columns:46px minmax(0,1fr) auto 22px!important;padding:9px 11px!important}.ed-tag-buttons-v98 .ed-tag-icon{width:44px!important;height:44px!important}}@media (max-width:640px){.ed-tag-buttons-v98 .ed-tag-explorer-list{gap:7px!important}.ed-tag-buttons-v98 .ed-tag-card-link{min-height:58px!important;grid-template-columns:38px minmax(0,1fr) auto 16px!important;gap:8px!important;padding:7px 8px!important;border-radius:12px!important;border-inline-end-width:3px!important}.ed-tag-buttons-v98 .ed-tag-icon{width:36px!important;height:36px!important;border-radius:10px!important;font-size:1rem!important}.ed-tag-buttons-v98 .ed-tag-title{font-size:clamp(13.5px,var(--category-button-font-size,16px),18px)!important;line-height:1.42!important}.ed-tag-buttons-v98 .ed-tag-count{height:28px!important;min-width:36px!important;padding:0 8px!important;gap:4px!important}.ed-tag-buttons-v98 .ed-tag-count strong{font-size:.78rem!important}.ed-tag-buttons-v98 .ed-tag-count .bi{font-size:.66rem!important}.ed-tag-buttons-v98 .ed-tag-arrow{width:14px!important;height:28px!important;font-size:.9rem!important}}html[data-theme=dark] .ed-tag-buttons-v98 .ed-tag-card-link{background:#1f2530!important;border-color:#303845!important;color:#f8fafc!important;border-inline-end-color:var(--tag-accent)!important}html[data-theme=dark] .ed-tag-buttons-v98 .ed-tag-card-link:hover{background:#252c38!important;border-color:#475569!important;border-inline-end-color:var(--tag-accent)!important}html[data-theme=dark] .ed-tag-buttons-v98 .ed-tag-title{color:#f8fafc!important}html[data-theme=dark] .ed-tag-buttons-v98 .ed-tag-icon{background:#4b5563!important;color:#fff!important}html[data-theme=dark] .ed-tag-buttons-v98 .ed-tag-count{background:#18202b!important;border-color:#3b4554!important;color:#d1d5db!important}html[data-theme=dark] .ed-tag-buttons-v98 .ed-tag-count strong{color:#d1d5db!important}html[data-theme=dark] .ed-tag-buttons-v98 .ed-tag-count .bi{color:#94a3b8!important}.ed-tag-buttons-v99 .ed-tag-card-link{grid-template-columns:62px minmax(0,1fr) auto 20px!important;padding:0 10px 0 0!important;min-height:64px!important;overflow:hidden!important}.ed-tag-buttons-v99 .ed-tag-icon{grid-column:1!important;align-self:stretch!important;justify-self:stretch!important;width:62px!important;height:auto!important;min-height:100%!important;border-radius:0 14px 14px 0!important;background:#535b66!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important}.ed-tag-buttons-v99 .ed-tag-icon .bi{line-height:1!important}.ed-tag-buttons-v99 .ed-tag-count{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:5px!important;white-space:nowrap!important;min-width:54px!important}.ed-tag-buttons-v99 .ed-tag-count .bi,.ed-tag-buttons-v99 .ed-tag-count strong{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}@media (min-width:768px){.ed-tag-buttons-v99 .ed-tag-card-link{grid-template-columns:66px minmax(0,1fr) auto 22px!important;min-height:66px!important;padding:0 11px 0 0!important}.ed-tag-buttons-v99 .ed-tag-icon{width:66px!important;border-radius:0 14px 14px 0!important}}@media (max-width:640px){.ed-tag-buttons-v99 .ed-tag-card-link{grid-template-columns:52px minmax(0,1fr) auto 16px!important;min-height:58px!important;padding:0 8px 0 0!important}.ed-tag-buttons-v99 .ed-tag-icon{width:52px!important;border-radius:0 12px 12px 0!important;font-size:1rem!important}.ed-tag-buttons-v99 .ed-tag-count{min-width:48px!important;gap:4px!important;padding:0 7px!important}}html[data-theme=dark] .ed-tag-buttons-v99 .ed-tag-icon{background:#4b5563!important;color:#fff!important}.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-card-link{grid-template-columns:58px minmax(0,1fr) auto 18px!important;min-height:58px!important;padding:0 0 0 8px!important;gap:9px!important;border-radius:13px!important;border-inline-end-width:0!important}.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-icon{grid-column:1!important;align-self:stretch!important;justify-self:stretch!important;width:58px!important;height:auto!important;min-height:100%!important;margin:0!important;border-radius:0 13px 13px 0!important;background:#535b66!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important}.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-title-wrap{grid-column:2!important}.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-count{grid-column:3!important;height:28px!important;min-width:50px!important;padding:0 8px!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:5px!important;white-space:nowrap!important}.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-count .bi,.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-count strong{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-arrow{grid-column:4!important;width:16px!important;height:28px!important}@media (min-width:768px){.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-card-link{grid-template-columns:60px minmax(0,1fr) auto 20px!important;min-height:60px!important;padding:0 0 0 10px!important;gap:10px!important}.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-icon{width:60px!important;border-radius:0 13px 13px 0!important}}@media (max-width:640px){.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-card-link{grid-template-columns:50px minmax(0,1fr) auto 14px!important;min-height:54px!important;padding:0 0 0 7px!important;gap:7px!important;border-radius:12px!important}.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-icon{width:50px!important;border-radius:0 12px 12px 0!important;font-size:.98rem!important}.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-count{height:26px!important;min-width:45px!important;padding:0 7px!important;gap:4px!important}.ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-arrow{width:13px!important;height:26px!important}}.ed-tag-buttons-v100.ed-tag-style-compact:not(.ed-tag-style-compact-side-icon) .ed-tag-card-link{min-height:58px!important}html[data-theme=dark] .ed-tag-buttons-v100.ed-tag-style-compact-side-icon .ed-tag-icon{background:#4b5563!important;color:#fff!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-card-link{position:relative!important;grid-template-columns:54px minmax(0,1fr) auto 16px!important;min-height:54px!important;padding:0 0 0 8px!important;gap:8px!important;border-left:4px solid var(--tag-accent)!important;border-inline-start:1px solid #dfe5eb!important;border-inline-end:0!important;overflow:hidden!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-card-link::after{content:""!important;position:absolute!important;inset-block:0!important;left:0!important;width:4px!important;background:var(--tag-accent)!important;opacity:1!important;pointer-events:none!important;display:block!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-card-link:hover{border-left-color:var(--tag-accent)!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-icon{width:54px!important;height:auto!important;min-height:100%!important;align-self:stretch!important;justify-self:stretch!important;margin:0!important;margin-inline-start:-1px!important;border-radius:0 13px 13px 0!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-count{height:26px!important;min-width:46px!important;padding:0 7px!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-arrow{height:26px!important;width:14px!important}@media (min-width:768px){.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-card-link{grid-template-columns:56px minmax(0,1fr) auto 18px!important;min-height:56px!important;padding:0 0 0 9px!important;gap:9px!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-icon{width:56px!important}}@media (max-width:640px){.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-card-link{grid-template-columns:48px minmax(0,1fr) auto 13px!important;min-height:50px!important;padding:0 0 0 6px!important;gap:6px!important;border-radius:11px!important;border-left-width:3px!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-card-link::after{width:3px!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-icon{width:48px!important;border-radius:0 11px 11px 0!important;font-size:.95rem!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-title{font-size:clamp(13px,var(--category-button-font-size,15.5px),17px)!important;line-height:1.36!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-count{height:24px!important;min-width:42px!important;padding:0 6px!important;gap:3px!important}}html[data-theme=dark] .ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-card-link{border-inline-start-color:#303845!important;border-left-color:var(--tag-accent)!important}.ed-tag-buttons-v101 .ed-tag-type-tests,.ed-tag-buttons-v98 .ed-tag-type-tests{--tag-accent:#f59e0b!important}.ed-tag-buttons-v98 .ed-tag-type-exams,/* اختبارات - برتقالي هادئ */ .ed-tag-buttons-v101 .ed-tag-type-exams{--tag-accent:#10b981!important}.ed-tag-buttons-v98 .ed-tag-type-homework,/* فروض */ .ed-tag-buttons-v101 .ed-tag-type-homework{--tag-accent:#3b82f6!important}.ed-tag-buttons-v98 .ed-tag-type-program,/* واجبات */ .ed-tag-buttons-v101 .ed-tag-type-program{--tag-accent:#06b6d4!important}.ed-tag-buttons-v98 .ed-tag-type-lessons,/* برنامج */ .ed-tag-buttons-v101 .ed-tag-type-lessons{--tag-accent:#14b8a6!important}.ed-tag-buttons-v98 .ed-tag-type-video,/* دروس */ .ed-tag-buttons-v101 .ed-tag-type-video{--tag-accent:#ef4444!important}.ed-tag-buttons-v98 .ed-tag-type-summary,/* فيديو */ .ed-tag-buttons-v101 .ed-tag-type-summary{--tag-accent:#8b5cf6!important}.ed-tag-buttons-v98 .ed-tag-type-exercises,/* ملخصات */ .ed-tag-buttons-v101 .ed-tag-type-exercises{--tag-accent:#0ea5e9!important}.ed-tag-buttons-v98 .ed-tag-type-files,/* تمارين وسلاسل */ .ed-tag-buttons-v101 .ed-tag-type-files{--tag-accent:#64748b!important}.ed-tag-buttons-v98 .ed-tag-type-books,/* ملفات */ .ed-tag-buttons-v101 .ed-tag-type-books{--tag-accent:#a16207!important}.ed-tag-buttons-v98 .ed-tag-type-teacher-books,/* كتب */ .ed-tag-buttons-v101 .ed-tag-type-teacher-books{--tag-accent:#7c3aed!important}.ed-tag-buttons-v98 .ed-tag-type-baccalaureate,/* كتب الأساتذة */ .ed-tag-buttons-v101 .ed-tag-type-baccalaureate{--tag-accent:#4f46e5!important}.ed-tag-buttons-v98 .ed-tag-type-olympiad,/* بكالوريا */ .ed-tag-buttons-v101 .ed-tag-type-olympiad{--tag-accent:#9333ea!important}.ed-tag-buttons-v98 .ed-tag-type-notes,/* أولمبياد */ .ed-tag-buttons-v101 .ed-tag-type-notes{--tag-accent:#db2777!important}.ed-tag-buttons-v98 .ed-tag-type-pedagogy,/* مذكرات */ .ed-tag-buttons-v101 .ed-tag-type-pedagogy{--tag-accent:#f97316!important}.ed-tag-buttons-v98 .ed-tag-type-tools,/* بيداغوجية */ .ed-tag-buttons-v101 .ed-tag-type-tools{--tag-accent:#475569!important}.ed-tag-buttons-v98 .ed-tag-type-general,/* أدوات */ .ed-tag-buttons-v101 .ed-tag-type-general{--tag-accent:#6b7280!important}/* Keep the icon block calm while the left stripe carries the main category color. */ .ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-icon{background:color-mix(in srgb,var(--tag-accent,#64748b) 20%,#f1f5f9)!important;color:var(--tag-accent,#64748b)!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-icon .bi{color:var(--tag-accent,#64748b)!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-card-link{border-left-color:var(--tag-accent,#64748b)!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-card-link::after{background:var(--tag-accent,#64748b)!important}.ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-count .bi{color:var(--tag-accent,#64748b)!important}html[data-theme=dark] .ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-icon{background:color-mix(in srgb,var(--tag-accent,#64748b) 24%,#1f2937)!important;color:#f8fafc!important}html[data-theme=dark] .ed-tag-buttons-v101.ed-tag-style-compact-side-icon .ed-tag-icon .bi{color:#f8fafc!important}.ed-tag-buttons-v103{--ed-tag-row-h:58px;--ed-tag-icon-w:48px;--ed-tag-radius:12px;margin-top:14px}.ed-tag-buttons-v103 .ed-tag-explorer-list{display:grid!important;gap:14px!important}.ed-tag-buttons-v103 .ed-tag-group{display:grid;gap:7px}.ed-tag-buttons-v103 .ed-tag-group+.ed-tag-group{margin-top:5px}.ed-tag-buttons-v103 .ed-tag-group-title{display:flex;align-items:center;gap:7px;color:#64748b;font-size:12px;font-weight:800;padding-inline:4px;margin-bottom:1px}.ed-tag-buttons-v103 .ed-tag-group-title span{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;color:var(--tag-accent,#0f9f63)}.ed-tag-buttons-v103 .ed-tag-group-list{display:grid;gap:6px}.ed-tag-buttons-v103 .ed-tag-card-link{--tag-accent:#0f9f63;--tag-accent-soft:rgba(15,159,99,.035);width:100%;min-height:var(--ed-tag-row-h)!important;display:grid!important;grid-template-columns:var(--ed-tag-icon-w) minmax(0,1fr) auto 16px!important;align-items:center!important;gap:10px!important;text-decoration:none!important;text-align:right!important;color:#172033!important;background:linear-gradient(90deg,#fff 0,#fff 72%,var(--tag-accent-soft) 100%)!important;border:1px solid color-mix(in srgb,var(--tag-accent) 20%,#dfe5eb)!important;border-inline-start:4px solid var(--tag-accent)!important;border-inline-end:0!important;border-radius:var(--ed-tag-radius)!important;padding-block:0!important;padding-inline-start:0!important;padding-inline-end:10px!important;overflow:hidden!important;box-shadow:0 1px 2px rgba(15,23,42,.026)!important;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease!important}.ed-tag-buttons-v103 .ed-tag-card-link:hover{background:linear-gradient(90deg,#fff 0,#fff 68%,color-mix(in srgb,var(--tag-accent) 6%,#fff) 100%)!important;border-color:color-mix(in srgb,var(--tag-accent) 34%,#cbd5e1)!important;color:#0f172a!important;transform:translateY(-1px)!important;box-shadow:0 8px 20px rgba(15,23,42,.05)!important}.ed-tag-buttons-v103 .ed-tag-icon{grid-column:1!important;align-self:stretch!important;justify-self:stretch!important;width:var(--ed-tag-icon-w)!important;height:auto!important;min-height:100%!important;border-radius:0 var(--ed-tag-radius) var(--ed-tag-radius) 0!important;background:#59616c!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:1.18rem!important;box-shadow:none!important}.ed-tag-buttons-v103 .ed-tag-title-wrap{grid-column:2!important;min-width:0!important;display:flex!important;justify-content:center!important;line-height:1.35!important}.ed-tag-buttons-v103 .ed-tag-title{display:block!important;font-size:calc(var(--listing-article-title-size,var(--tag-article-title-size,17px))*.94)!important;font-weight:500!important;color:inherit!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;letter-spacing:-.01em!important}.ed-tag-buttons-v103 .ed-tag-type-label{display:none!important}.ed-tag-buttons-v103 .ed-tag-count{grid-column:3!important;justify-self:end!important;min-width:auto!important;height:28px!important;padding:0 10px!important;border-radius:999px!important;background:#fff!important;color:#334155!important;border:1px solid #d8e1ea!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:5px!important;line-height:1!important;box-shadow:none!important}.ed-tag-buttons-v103 .ed-tag-count strong{font-size:.82rem!important;font-weight:850!important;color:#273244!important}.ed-tag-buttons-v103 .ed-tag-count i{font-size:.72rem!important;color:#64748b!important;line-height:1!important}.ed-tag-buttons-v103 .ed-tag-arrow{grid-column:4!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#94a3b8!important;font-size:.92rem!important;transition:transform .15s ease,color .15s ease!important}.ed-tag-buttons-v103 .ed-tag-card-link:hover .ed-tag-arrow{transform:translateX(-2px);color:var(--tag-accent)!important}.ed-tag-buttons-v103 .ed-tag-actions,.ed-tag-buttons-v103 .ed-tag-card-body,.ed-tag-buttons-v103 .ed-tag-chevron{display:none!important}.ed-tag-buttons-v103 .ed-tag-card[hidden],.ed-tag-buttons-v103 .ed-tag-group[hidden]{display:none!important}.ed-tag-buttons-v103 .ed-tag-type-exams{--tag-accent:#0f9f63;--tag-accent-soft:rgba(15,159,99,.04)}.ed-tag-buttons-v103 .ed-tag-type-tests{--tag-accent:#f59e0b;--tag-accent-soft:rgba(245,158,11,.055)}.ed-tag-buttons-v103 .ed-tag-type-homework{--tag-accent:#2563eb;--tag-accent-soft:rgba(37,99,235,.045)}.ed-tag-buttons-v103 .ed-tag-type-program{--tag-accent:#0891b2;--tag-accent-soft:rgba(8,145,178,.045)}.ed-tag-buttons-v103 .ed-tag-type-lessons{--tag-accent:#0f766e;--tag-accent-soft:rgba(15,118,110,.045)}.ed-tag-buttons-v103 .ed-tag-type-video{--tag-accent:#ef4444;--tag-accent-soft:rgba(239,68,68,.045)}.ed-tag-buttons-v103 .ed-tag-type-summary{--tag-accent:#7c3aed;--tag-accent-soft:rgba(124,58,237,.045)}.ed-tag-buttons-v103 .ed-tag-type-exercises{--tag-accent:#0284c7;--tag-accent-soft:rgba(2,132,199,.045)}.ed-tag-buttons-v103 .ed-tag-type-books,.ed-tag-buttons-v103 .ed-tag-type-teacher-books{--tag-accent:#b7791f;--tag-accent-soft:rgba(183,121,31,.045)}.ed-tag-buttons-v103 .ed-tag-type-baccalaureate{--tag-accent:#4f46e5;--tag-accent-soft:rgba(79,70,229,.045)}.ed-tag-buttons-v103 .ed-tag-type-olympiad{--tag-accent:#9333ea;--tag-accent-soft:rgba(147,51,234,.045)}.ed-tag-buttons-v103 .ed-tag-type-files,.ed-tag-buttons-v103 .ed-tag-type-notes,.ed-tag-buttons-v103 .ed-tag-type-pedagogy,.ed-tag-buttons-v103 .ed-tag-type-tools{--tag-accent:#64748b;--tag-accent-soft:rgba(100,116,139,.04)}@media (max-width:640px){.ed-tag-buttons-v103{--ed-tag-row-h:54px;--ed-tag-icon-w:42px;--ed-tag-radius:10px;margin-top:12px}.ed-tag-buttons-v103 .ed-tag-explorer-list{gap:12px!important}.ed-tag-buttons-v103 .ed-tag-group-list{gap:5px}.ed-tag-buttons-v103 .ed-tag-group-title{font-size:11px;padding-inline:3px;margin-bottom:0}.ed-tag-buttons-v103 .ed-tag-card-link{grid-template-columns:var(--ed-tag-icon-w) minmax(0,1fr) auto 12px!important;gap:7px!important;padding-inline-end:7px!important;border-radius:10px!important}.ed-tag-buttons-v103 .ed-tag-icon{font-size:1.02rem!important;border-radius:0 10px 10px 0!important}.ed-tag-buttons-v103 .ed-tag-title{font-size:.88rem!important;line-height:1.35!important}.ed-tag-buttons-v103 .ed-tag-count{height:25px;padding:0 7px!important;gap:4px!important}.ed-tag-buttons-v103 .ed-tag-count strong{font-size:.74rem!important}.ed-tag-buttons-v103 .ed-tag-count i{font-size:.64rem!important}}html[data-theme=dark] .ed-tag-buttons-v103 .ed-tag-group-title{color:#aeb6c3}html[data-theme=dark] .ed-tag-buttons-v103 .ed-tag-group-title span{background:#171b22;border-color:#303845}html[data-theme=dark] .ed-tag-buttons-v103 .ed-tag-card-link{background:linear-gradient(90deg,#222832,#222832 72%,rgba(255,255,255,.025) 100%)!important;border-color:#303845!important;color:#f8fafc!important}html[data-theme=dark] .ed-tag-buttons-v103 .ed-tag-card-link:hover{background:#27313d!important;border-color:#445061!important;color:#fff!important}html[data-theme=dark] .ed-tag-buttons-v103 .ed-tag-count{background:#171b22!important;border-color:#303845!important;color:#d8e0e8!important}html[data-theme=dark] .ed-tag-buttons-v103 .ed-tag-count strong{color:#e8eef6!important}.ed-tag-buttons-v104{direction:rtl!important;margin:18px 0 30px!important}.ed-tag-buttons-v104 .ed-tag-explorer-tools,.ed-tag-buttons-v104.ed-tag-explorer .ed-tag-explorer-tools{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;flex-wrap:wrap!important;margin:0 0 18px!important;padding:12px!important;background:rgba(255,255,255,.82)!important;border:1px solid #e6edf3!important;border-radius:18px!important;box-shadow:0 8px 22px rgba(15,23,42,.035)!important;overflow:visible!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.ed-tag-buttons-v104 .ed-tag-tab{height:42px!important;min-width:84px!important;padding:0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:10px!important;border:1px solid #e3e9ef!important;background:#fff!important;color:#334155!important;box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 4px 12px rgba(15,23,42,.035)!important;font-size:.83rem!important;font-weight:800!important;line-height:1!important;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease!important;cursor:pointer!important;white-space:nowrap!important}.ed-tag-buttons-v104 .ed-tag-tab i{font-size:1rem!important;line-height:1!important;color:inherit!important}.ed-tag-buttons-v104 .ed-tag-tab:hover{transform:translateY(-1px)!important;box-shadow:0 8px 18px rgba(15,23,42,.06)!important;border-color:#cdd8e2!important}.ed-tag-buttons-v104 .ed-tag-tab.is-active{background:linear-gradient(135deg,#0fa467,#05834f)!important;color:#fff!important;border-color:#06975b!important;box-shadow:0 10px 22px rgba(8,146,90,.18)!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,.ed-tag-buttons-v104.ed-tag-style-compact_grouped .ed-tag-card-link{--tag-accent:#0fa467;position:relative!important;direction:rtl!important;min-height:50px!important;height:auto!important;padding:0!important;display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;color:#172033!important;background:#fff!important;border:1px solid #e4e9ef!important;border-radius:11px!important;text-decoration:none!important;overflow:hidden!important;box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 3px 10px rgba(15,23,42,.028)!important;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease,color .15s ease!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;width:46px!important;flex:0 0 46px!important;min-height:50px!important;align-self:stretch!important;border-radius:0!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;margin:0!important}.ed-tag-buttons-v104 .ed-tag-title-wrap{order:2!important;flex:1 1 auto!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:right!important;padding:0 13px!important;gap:0!important}.ed-tag-buttons-v104 .ed-tag-title{display:block!important;color:#1e293b!important;font-size:.9rem!important;line-height:1.45!important;font-weight:650!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ed-tag-buttons-v104 .ed-tag-count{order:3!important;flex:0 0 auto!important;min-width:42px!important;height:28px!important;margin-inline:10px!important;padding:0 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;border-radius:8px!important;background:#fff!important;border:1px solid #e2e8f0!important;color:#334155!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-count i{display:none!important}.ed-tag-buttons-v104 .ed-tag-arrow{display:none!important}.ed-tag-buttons-v104 .ed-tag-group-assessments{--group-accent:#0fa467!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-group-books{--group-accent:#b7791f!important}.ed-tag-buttons-v104 .ed-tag-group-bac{--group-accent:#8b5cf6!important}.ed-tag-buttons-v104 .ed-tag-group-files{--group-accent:#64748b!important}.ed-tag-buttons-v104 .ed-tag-group-other{--group-accent:#64748b!important}.ed-tag-buttons-v104 .ed-tag-type-exams{--tag-accent:#12a76a!important}.ed-tag-buttons-v104 .ed-tag-type-tests{--tag-accent:#f59e0b!important}.ed-tag-buttons-v104 .ed-tag-type-homework{--tag-accent:#3b82f6!important}.ed-tag-buttons-v104 .ed-tag-type-program{--tag-accent:#06b6d4!important}.ed-tag-buttons-v104 .ed-tag-type-lessons{--tag-accent:#0ea5e9!important}.ed-tag-buttons-v104 .ed-tag-type-video{--tag-accent:#ef4444!important}.ed-tag-buttons-v104 .ed-tag-type-summary{--tag-accent:#a855f7!important}.ed-tag-buttons-v104 .ed-tag-type-exercises{--tag-accent:#14b8a6!important}.ed-tag-buttons-v104 .ed-tag-type-books,.ed-tag-buttons-v104 .ed-tag-type-teacher-books{--tag-accent:#b7791f!important}.ed-tag-buttons-v104 .ed-tag-type-baccalaureate,.ed-tag-buttons-v104 .ed-tag-type-olympiad{--tag-accent:#8b5cf6!important}.ed-tag-buttons-v104 .ed-tag-type-files,.ed-tag-buttons-v104 .ed-tag-type-notes,.ed-tag-buttons-v104 .ed-tag-type-pedagogy,.ed-tag-buttons-v104 .ed-tag-type-tools{--tag-accent:#64748b!important}@media (max-width:767.98px){.ed-tag-buttons-v104{margin-top:14px!important}.ed-tag-buttons-v104 .ed-tag-explorer-tools{padding:8px!important;gap:7px!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important;border-radius:14px!important;margin-bottom:12px!important}.ed-tag-buttons-v104 .ed-tag-explorer-tools::-webkit-scrollbar{display:none!important}.ed-tag-buttons-v104 .ed-tag-tab{height:34px!important;min-width:auto!important;padding:0 10px!important;border-radius:9px!important;font-size:.72rem!important;gap:5px!important}.ed-tag-buttons-v104 .ed-tag-tab i{font-size:.88rem!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-explorer-tools,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,html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-tab{background:#2c313a!important;border-color:rgba(255,255,255,.09)!important;color:#dce3ee!important}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-title{color:#f1f5f9!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;min-width:0!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{display:block!important;width:100%!important;max-width:100%!important;text-align:center!important;color:#1e293b!important;font-size:.9rem!important;line-height:1.35!important;font-weight:750!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!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;min-width:46px!important;height:30px!important;padding:0 8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!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;line-height:1!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}@media (max-width:767.98px){.ed-tag-buttons-v104 .ed-tag-explorer-tools,.ed-tag-buttons-v105 .ed-tag-explorer-tools{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;overflow:visible!important}.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{min-width:38px!important;height:25px!important;padding:0 6px!important;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}}html[data-theme=dark] .ed-tag-buttons-v104 .ed-tag-title,html[data-theme=dark] .ed-tag-buttons-v105 .ed-tag-title{color:#f1f5f9!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;color:#fff!important;border:0!important;border-radius:7px!important;min-width:44px!important;height:24px!important;padding:0 9px!important;box-shadow:0 1px 0 rgba(255,255,255,.22) inset!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{color:#fff!important;font-weight:850!important;font-size:.76rem!important;letter-spacing:.01em!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}.ed-tag-buttons-v104 .ed-tag-tab.is-active,.ed-tag-buttons-v105 .ed-tag-tab.is-active,.ed-tag-buttons-v106 .ed-tag-tab.is-active{background:linear-gradient(135deg,#0fa467,#05834f)!important;color:#fff!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-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,.ed-tag-buttons-v107 .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,.ed-tag-buttons-v107 .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,.ed-tag-buttons-v107 .ed-tag-count{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 strong,.ed-tag-buttons-v105 .ed-tag-count strong,.ed-tag-buttons-v106 .ed-tag-count strong,.ed-tag-buttons-v107 .ed-tag-count strong{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-count i,.ed-tag-buttons-v105 .ed-tag-count i,.ed-tag-buttons-v106 .ed-tag-count i,.ed-tag-buttons-v107 .ed-tag-count i{display:none!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,.ed-tag-buttons-v107 .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,.ed-tag-buttons-v107 .ed-tag-count strong{font-size:.64rem!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,html[data-theme=dark] .ed-tag-buttons-v107 .ed-tag-title{color:#f1f5f9!important}.ed-tag-buttons-v101 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-scientific,.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-scientific,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-scientific,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-scientific,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-scientific,.ed-tag-buttons-v98 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-scientific{--tag-accent:#10b981!important;--tag-accent-soft:rgba(16,185,129,.055)!important}.ed-tag-buttons-v101 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-literary,.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-literary,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-literary,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-literary,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-literary,.ed-tag-buttons-v98 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-literary{--tag-accent:#8b5cf6!important;--tag-accent-soft:rgba(139,92,246,.055)!important}.ed-tag-buttons-v101 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-economy,.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-economy,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-economy,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-economy,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-economy,.ed-tag-buttons-v98 .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-economy{--tag-accent:#2563eb!important;--tag-accent-soft:rgba(37,99,235,.055)!important}.ed-tag-buttons-v101 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count,.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,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count,.ed-tag-buttons-v98 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count{background:var(--tag-accent)!important;color:#fff!important}.ed-tag-buttons-v101 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count strong,.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,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count strong,.ed-tag-buttons-v98 .ed-tag-card-link.ed-tag-has-branch .ed-tag-count strong{color:#fff!important}.ed-tag-buttons-v101 .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon,.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,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon,.ed-tag-buttons-v98 .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-v101 .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon .bi,.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,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-has-branch .ed-tag-icon .bi,.ed-tag-buttons-v98 .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.ed-tag-branch-scientific{--tag-accent:#16a34a!important;--tag-accent-soft:rgba(22,163,74,.060)!important}.ed-tag-explorer .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-literary{--tag-accent:#8b5cf6!important;--tag-accent-soft:rgba(139,92,246,.060)!important}.ed-tag-explorer .ed-tag-card-link.ed-tag-has-branch.ed-tag-branch-economy{--tag-accent:#2563eb!important;--tag-accent-soft:rgba(37,99,235,.060)!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-v101 .ed-tag-card-link .ed-tag-title-wrap,.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-buttons-v107 .ed-tag-card-link .ed-tag-title-wrap,.ed-tag-buttons-v98 .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-v101 .ed-tag-card-link .ed-tag-title,.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-buttons-v107 .ed-tag-card-link .ed-tag-title,.ed-tag-buttons-v98 .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-tag-buttons-v101 .ed-tag-card-link .ed-tag-count,.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-buttons-v107 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v98 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{align-self:center!important}@media (max-width:767.98px){.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-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;margin:0 0 12px!important;padding:0!important;background:0 0!important;border:0!important;box-shadow:none!important;overflow:visible!important}.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tab,.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 [data-ed-tag-filter],.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 [data-ed-tag-reset],.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 [data-ed-tag-sort-count]{display:none!important}.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search{position:relative!important;z-index:4!important;flex:0 0 42px!important;width:42px!important;min-width:42px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;margin:0!important;padding-inline:12px!important;overflow:hidden!important;cursor:text!important;border-radius:999px!important;background:#fff!important;border:1px solid #e1e8ef!important;color:#475569!important;box-shadow:0 6px 16px rgba(15,23,42,.045)!important;transition:flex-basis .22s ease,width .22s ease,border-color .16s ease,box-shadow .16s ease,transform .18s ease!important}.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search i{flex:0 0 auto!important;font-size:1rem!important;line-height:1!important;color:inherit!important}.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search input{width:0!important;min-width:0!important;opacity:0!important;border:0!important;outline:0!important;background:0 0!important;color:#0f172a!important;text-align:right!important;font-size:.9rem!important;transition:width .18s ease,opacity .18s ease!important}.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search.is-search-open,.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search:focus-within{flex-basis:min(260px,58vw)!important;width:min(260px,58vw)!important;border-color:#acd9c4!important;box-shadow:0 10px 22px rgba(8,146,90,.08)!important}.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search.is-search-open input,.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search:focus-within input{width:100%!important;opacity:1!important}.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search input::placeholder{color:#8a96a3!important}@media (max-width:767.98px){.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112{position:relative!important;z-index:7!important;margin-bottom:10px!important}.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search{flex-basis:40px!important;width:40px!important;min-width:40px!important;height:38px!important;padding-inline:11px!important;transform:none!important}.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search.is-search-open,.ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search:focus-within{flex-basis:min(230px,72vw)!important;width:min(230px,72vw)!important;transform:none!important}}html[data-theme=dark] .ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search{background:#171b22!important;border-color:#303845!important;color:#d8e0e8!important;box-shadow:none!important}html[data-theme=dark] .ed-tag-explorer.ed-tag-buttons-v104 .ed-tag-search-only-v112 .ed-tag-tool-search input{color:#f8fafc!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;gap:8px!important;padding:8px!important;overflow:visible!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;width:auto!important;min-width:240px!important;max-width:none!important;height:44px!important;box-sizing:border-box!important;overflow:hidden!important;display:flex!important;align-items:center!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search input{width:100%!important;min-width:0!important;opacity:1!important;box-sizing:border-box!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;gap:6px!important;white-space:nowrap!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{display:inline!important;font-size:.78rem!important;line-height:1!important;font-weight:800!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;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;width:46px!important;min-width:46px!important;max-width:46px!important;height:44px!important;padding-inline:14px!important;border-radius:999px!important;overflow:hidden!important;cursor:text!important;transition:flex-basis .24s ease,width .24s ease,max-width .24s ease,border-color .16s ease,box-shadow .16s ease!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search i{flex:0 0 auto!important;margin:0!important}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search input{width:0!important;min-width:0!important;opacity:0!important;pointer-events:none!important;transition:width .18s ease,opacity .18s ease!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;width:82px!important;min-width:82px!important;max-width:min(270px,58vw)!important;order:-10!important;justify-content:flex-start!important;white-space:nowrap!important;overflow:hidden!important;cursor:text!important;transition:flex-basis .22s ease,width .22s ease,border-color .18s ease,box-shadow .18s ease!important}.ed-articles-v72 .ed-tool-search .ed-tool-search-text{display:inline-block!important;font-size:.82rem!important;font-weight:800!important;color:inherit!important;line-height:1!important;transition:opacity .16s ease,width .16s ease,margin .16s ease!important}.ed-articles-v72 .ed-tool-search input{width:0!important;min-width:0!important;flex:0 1 auto!important;opacity:0!important;padding:0!important;transition:width .18s ease,opacity .18s ease!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;width:94px!important;min-width:94px!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;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;white-space:nowrap!important;overflow:hidden!important;cursor:text!important;order:-10!important;transition:flex-basis .22s ease,width .22s ease,border-color .18s ease,box-shadow .18s ease!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;margin:0!important;font-size:1rem!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;width:auto!important;opacity:1!important;margin:0!important;overflow:visible!important;font-size:.82rem!important;font-weight:800!important;line-height:1!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{width:0!important;min-width:0!important;flex:0 1 auto!important;opacity:0!important;pointer-events:none!important;padding: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;border-color:rgba(0,139,87,.32)!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}.ed-articles-v72 .ed-article-tools:not(.ed-tools-no-search) .ed-tool-search:hover,.ed-articles-v72 .ed-tool-search:hover{border-color:#b8c5d1!important;color:#0f172a!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}}html[data-theme=dark] .ed-articles-v72 .ed-tool-search{background:#171b22!important;border-color:#303845!important;color:#d8e0e8!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 ease,color .15s ease,border-color .15s ease,transform .15s ease,flex-basis .22s ease,width .22s ease,max-width .22s ease,box-shadow .18s ease!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 i,.ed-articles-v72 .ed-tool-search i{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-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-buttons-v107 .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-buttons-v107 .ed-tag-card-link .ed-tag-icon .bi,.ed-tag-buttons-v107 .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-buttons-v107 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{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;border-radius:999px!important;min-width:28px!important;width:auto!important;height:20px!important;padding:0 6px!important;box-shadow:none!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-buttons-v107 .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;font-size:.62rem!important;font-weight:900!important;line-height:1!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-buttons-v107 .ed-tag-card-link .ed-tag-count i,.ed-tag-explorer .ed-tag-card-link .ed-tag-count i{display:none!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-buttons-v107 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{min-width:25px!important;height:18px!important;padding:0 5px!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-buttons-v107 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{font-size:.58rem!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-buttons-v107 .ed-tag-card-link .ed-tag-count,html[data-theme=dark] .ed-tag-buttons-v107 .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-buttons-v107 .ed-tag-card-link .ed-tag-count strong,html[data-theme=dark] .ed-tag-buttons-v107 .ed-tag-card-link .ed-tag-icon .bi,html[data-theme=dark] .ed-tag-buttons-v107 .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-buttons-v107 .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-buttons-v104 .ed-tag-card-link.ed-tag-branch-scientific,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-branch-scientific,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-branch-scientific,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-branch-scientific,.ed-tag-explorer .ed-tag-card-link.ed-tag-branch-scientific{--tag-accent:#16a34a!important;--tag-accent-soft:rgba(22,163,74,.06)!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-branch-literary,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-branch-literary,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-branch-literary,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-branch-literary,.ed-tag-explorer .ed-tag-card-link.ed-tag-branch-literary{--tag-accent:#8b5cf6!important;--tag-accent-soft:rgba(139,92,246,.06)!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-branch-economy,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-branch-economy,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-branch-economy,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-branch-economy,.ed-tag-explorer .ed-tag-card-link.ed-tag-branch-economy{--tag-accent:#2563eb!important;--tag-accent-soft:rgba(37,99,235,.06)!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-buttons-v107 .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-buttons-v107 .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;width:22px!important;min-width:22px!important;max-width:22px!important;height:22px!important;min-height:22px!important;max-height:22px!important;padding:0!important;aspect-ratio:1/1!important;border-radius:50%!important;line-height: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;box-shadow:none!important;overflow:hidden!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-buttons-v107 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{color:var(--ed-tag-icon-fg)!important;font-size:.58rem!important;font-weight:900!important;line-height:1!important;padding:0!important;margin:0!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-buttons-v107 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-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-buttons-v107 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{font-size:.54rem!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-buttons-v107 .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-buttons-v104 .ed-tag-card-link.ed-tag-branch-science-exp,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-branch-science-exp,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-branch-science-exp,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-branch-science-exp,.ed-tag-explorer .ed-tag-card-link.ed-tag-branch-science-exp{--tag-accent:#16a34a!important;--tag-accent-soft:rgba(22,163,74,.06)!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-branch-math,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-branch-math,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-branch-math,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-branch-math,.ed-tag-explorer .ed-tag-card-link.ed-tag-branch-math{--tag-accent:#2563eb!important;--tag-accent-soft:rgba(37,99,235,.06)!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-branch-tech-math,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-branch-tech-math,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-branch-tech-math,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-branch-tech-math,.ed-tag-explorer .ed-tag-card-link.ed-tag-branch-tech-math{--tag-accent:#0f766e!important;--tag-accent-soft:rgba(15,118,110,.06)!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-branch-literature-philo,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-branch-literature-philo,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-branch-literature-philo,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-branch-literature-philo,.ed-tag-explorer .ed-tag-card-link.ed-tag-branch-literature-philo{--tag-accent:#8b5cf6!important;--tag-accent-soft:rgba(139,92,246,.06)!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-branch-foreign-languages,.ed-tag-buttons-v105 .ed-tag-card-link.ed-tag-branch-foreign-languages,.ed-tag-buttons-v106 .ed-tag-card-link.ed-tag-branch-foreign-languages,.ed-tag-buttons-v107 .ed-tag-card-link.ed-tag-branch-foreign-languages,.ed-tag-explorer .ed-tag-card-link.ed-tag-branch-foreign-languages{--tag-accent:#db2777!important;--tag-accent-soft:rgba(219,39,119,.06)!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-buttons-v107 .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)!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}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-buttons-v107 .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)!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-buttons-v107 .ed-tag-card-link .ed-tag-count,.ed-tag-buttons-v107 .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}.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-buttons-v107 .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 18px!important;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;padding:0!important;margin:0!important;aspect-ratio:1/1!important;border-radius:50%!important;border-width:1px!important;line-height:18px!important;box-shadow:none!important;overflow:hidden!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-buttons-v107 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{color:var(--ed-tag-icon-fg)!important;font-size:.5rem!important;line-height:1!important;font-weight:900!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-buttons-v107 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{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-buttons-v107 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{font-size:.48rem!important}}.article-show.compact-article{padding-top:1rem!important}.article-breadcrumb .ed-breadcrumb-title{margin:0!important;font-size:inherit!important;line-height:inherit!important;font-weight:900!important;color:inherit!important;display:inline!important}.article-related-title{font-weight:900;color:#0f172a;display:flex;align-items:center;gap:.5rem}.article-related-title:before{content:"";width:8px;height:22px;border-radius:99px;background:#198754;display:inline-block}html[data-theme=dark] .article-related-title{color:#f8fafc}html[data-theme=dark] .article-related-title:before{background:#38d98a}.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-buttons-v107 .ed-tag-card-link .ed-tag-count,.ed-tag-explorer .ed-tag-card-link .ed-tag-count{flex:0 0 21px!important;width:21px!important;min-width:21px!important;max-width:21px!important;height:21px!important;min-height:21px!important;max-height:21px!important;padding:0!important;margin:0!important;aspect-ratio:1/1!important;border-radius:50%!important;line-height:21px!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}.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-buttons-v107 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{font-size:.66rem!important;font-weight:900!important;line-height:1!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-buttons-v107 .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-buttons-v107 .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-buttons-v107 .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-buttons-v107 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{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-buttons-v107 .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-buttons-v107 .ed-tag-card-link .ed-tag-count strong,.ed-tag-explorer .ed-tag-card-link .ed-tag-count strong{font-size:.7rem!important}}.settings-pro-form{border:0!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important}.settings-pro-hero{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;padding:1.15rem 1.25rem!important;border-bottom:1px solid #e5e7eb!important;background:linear-gradient(135deg,#fff 0,#f8fafc 52%,#ecfdf5 100%)!important}.settings-pro-kicker{display:inline-flex!important;align-items:center!important;gap:.35rem!important;color:#198754!important;font-size:.78rem!important;font-weight:900!important;margin-bottom:.25rem!important}.settings-pro-title{margin:0!important;font-size:1.35rem!important;font-weight:950!important;color:#0f172a!important}.settings-pro-subtitle{margin:.3rem 0 0!important;color:#64748b!important;font-size:.9rem!important;line-height:1.8!important}.settings-pro-save-top{white-space:nowrap!important;border-radius:999px!important;font-weight:900!important;padding:.6rem 1rem!important}.settings-pro-nav{display:flex!important;flex-wrap:wrap!important;gap:.55rem!important;background:#fff!important}.settings-pro-nav a{display:inline-flex!important;align-items:center!important;gap:.4rem!important;text-decoration:none!important;border:1px solid #e5e7eb!important;background:#f8fafc!important;color:#334155!important;border-radius:999px!important;padding:.48rem .8rem!important;font-size:.84rem!important;font-weight:850!important;transition:.18s ease!important}.settings-pro-nav a:hover{background:#ecfdf5!important;border-color:#bbf7d0!important;color:#166534!important;transform:translateY(-1px)!important}.settings-pro-body{background:#f8fafc!important}.article-settings-panel.settings-pro-section,.settings-pro-section{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:18px!important;padding:1rem!important;box-shadow:0 10px 30px rgba(15,23,42,.04)!important}.settings-pro-body .form-label{color:#0f172a!important;font-weight:850!important;margin-bottom:.4rem!important}.settings-pro-body .form-control,.settings-pro-body .form-select,.settings-pro-body .input-group-text{border-radius:12px!important;border-color:#e2e8f0!important}.settings-pro-body textarea.form-control{line-height:1.8!important}.settings-pro-body .form-text{color:#64748b!important;line-height:1.75!important}html[data-theme=dark] .article-settings-panel.settings-pro-section,html[data-theme=dark] .settings-pro-form,html[data-theme=dark] .settings-pro-nav,html[data-theme=dark] .settings-pro-section{background:#171d26!important;border-color:#2b3442!important}html[data-theme=dark] .settings-pro-hero{background:linear-gradient(135deg,#171d26 0,#111827 58%,#10251c 100%)!important;border-color:#2b3442!important}html[data-theme=dark] .settings-pro-body{background:#0f141c!important}html[data-theme=dark] .settings-pro-body .form-label,html[data-theme=dark] .settings-pro-title{color:#f8fafc!important}html[data-theme=dark] .settings-pro-body .form-text,html[data-theme=dark] .settings-pro-subtitle{color:#94a3b8!important}html[data-theme=dark] .settings-pro-nav a{background:#111827!important;border-color:#2b3442!important;color:#dbeafe!important}html[data-theme=dark] .settings-pro-nav a:hover{background:#143224!important;border-color:#2f5c42!important;color:#bbf7d0!important}html[data-theme=dark] .settings-pro-body .form-control,html[data-theme=dark] .settings-pro-body .form-select,html[data-theme=dark] .settings-pro-body .input-group-text{background:#111827!important;color:#f8fafc!important;border-color:#2b3442!important}@media (max-width:767.98px){.settings-pro-hero{align-items:stretch!important;flex-direction:column!important;padding:1rem!important}.settings-pro-save-top{width:100%!important;justify-content:center!important}.settings-pro-nav{overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:.35rem!important}.settings-pro-nav a{white-space:nowrap!important}.settings-pro-section{padding:.85rem!important;border-radius:16px!important}}.legacy-sahifa-content{overflow-wrap:anywhere;word-break:normal}.edd-legacy-clear,.legacy-sahifa-content:after{content:"";display:block;clear:both}.legacy-sahifa-content p{margin:0 0 1.05em;line-height:inherit}.legacy-sahifa-content a:not(.edd-legacy-button){color:#128a5a;text-decoration:none;font-weight:700}.legacy-sahifa-content a:not(.edd-legacy-button):hover{text-decoration:underline}.legacy-sahifa-content h2,.legacy-sahifa-content h3,.legacy-sahifa-content h4{font-weight:900;line-height:1.55;margin:1.35em 0 .7em;color:#111827}.legacy-sahifa-content ol,.legacy-sahifa-content ul{padding-inline-start:1.35rem;margin:0 0 1.1em}.legacy-sahifa-content li{margin:.35em 0}.edd-legacy-box{position:relative;margin:1.15rem 0;border:1px solid #dbe7ef;border-radius:10px;background:#f8fbfd;box-shadow:0 8px 24px rgba(15,23,42,.045);overflow:hidden}.edd-legacy-box-content{padding:14px 16px}.edd-legacy-box-title{font-weight:900;padding:10px 16px;background:rgba(15,23,42,.055);border-bottom:1px solid rgba(15,23,42,.07)}.edd-legacy-box-info,.edd-legacy-box-note{border-color:#b9def7;background:#f1f9ff}.edd-legacy-box-download,.edd-legacy-box-green,.edd-legacy-box-success{border-color:#bde7d1;background:#f1fbf6}.edd-legacy-box-warning,.edd-legacy-box-yellow{border-color:#f5d68b;background:#fff9e8}.edd-legacy-box-danger,.edd-legacy-box-error,.edd-legacy-box-red{border-color:#f2b8b8;background:#fff3f3}.edd-legacy-box-shadow{box-shadow:0 12px 32px rgba(15,23,42,.12)}.edd-legacy-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:38px;margin:.25rem .15rem;padding:.55rem 1.05rem;border-radius:7px;color:#fff!important;text-decoration:none!important;font-weight:900;line-height:1.3;box-shadow:0 7px 18px rgba(15,23,42,.13);transition:.18s ease}.edd-legacy-button:hover{transform:translateY(-1px);filter:brightness(.97)}.edd-legacy-button-small{min-height:31px;padding:.38rem .75rem;font-size:.9em}.edd-legacy-button-large{min-height:46px;padding:.75rem 1.35rem;font-size:1.05em}.edd-legacy-button-green{background:#198754}.edd-legacy-button-blue{background:#0d6efd}.edd-legacy-button-red{background:#dc3545}.edd-legacy-button-orange{background:#fd7e14}.edd-legacy-button-black{background:#212529}.edd-legacy-button-gray,.edd-legacy-button-grey{background:#6c757d}.edd-legacy-button-yellow{background:#d99b00}.edd-legacy-button-default{background:#198754}.edd-legacy-toggle{margin:1rem 0;border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden}.edd-legacy-toggle summary{cursor:pointer;font-weight:900;padding:12px 15px;background:#f8fafc}.edd-legacy-toggle-content{padding:14px 16px;border-top:1px solid #edf2f7}.edd-legacy-highlight{padding:.08em .28em;border-radius:4px;background:#fff3a3}.edd-legacy-highlight-green{background:#c7f9d4}.edd-legacy-highlight-blue{background:#cfe8ff}.edd-legacy-highlight-red{background:#ffd1d1}.edd-legacy-tooltip{border-bottom:1px dotted currentColor;cursor:help}.edd-legacy-dropcap{float:right;font-size:3.1em;line-height:.9;font-weight:900;margin:.08em 0 .08em .22em;color:#198754}.edd-legacy-list ul{list-style:none!important;padding-inline-start:0!important}.edd-legacy-list li{position:relative;padding-inline-start:1.65rem}.edd-legacy-list li:before{position:absolute;inset-inline-start:0;top:.05em;font-weight:900;color:#198754}.edd-legacy-list-check li:before,.edd-legacy-list-checklist li:before{content:"✓"}.edd-legacy-list-star li:before,.edd-legacy-list-starlist li:before{content:"★";color:#f59e0b}.edd-legacy-list-arrow li:before{content:"›"}.edd-legacy-list-error li:before{content:"×";color:#dc3545}.edd-legacy-tabs{display:block;margin:1rem 0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff}.edd-legacy-tab{padding:14px 16px;border-top:1px solid #edf2f7}.edd-legacy-tab:first-child{border-top:0}.edd-legacy-tab-title{font-size:1.05em!important;margin:0 0 .7rem!important;color:#198754!important}.edd-legacy-quote{margin:1.1rem 0;padding:1rem 1.2rem;border-inline-start:5px solid #198754;background:#f8fafc;border-radius:8px;color:#334155}.edd-legacy-service{margin:1rem 0;padding:1rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.edd-legacy-service h3{margin-top:0!important}.edd-legacy-column{float:right;box-sizing:border-box;margin-inline-end:3%;margin-bottom:1rem}.edd-legacy-column-last{margin-inline-end:0}.edd-legacy-column-one_half{width:48.5%}.edd-legacy-column-one_third{width:31.33%}.edd-legacy-column-two_third{width:65.66%}.edd-legacy-column-one_fourth{width:22.75%}.edd-legacy-column-three_fourth{width:74.25%}.edd-legacy-column-one_fifth{width:17.6%}.edd-legacy-column-two_fifth{width:38.2%}.edd-legacy-column-three_fifth{width:58.8%}.edd-legacy-column-four_fifth{width:79.4%}.edd-legacy-column-one_sixth{width:14.16%}.edd-legacy-column-five_sixth{width:82.83%}.edd-legacy-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);margin:1.35rem 0}.edd-legacy-full-img{display:block;width:100%;height:auto;border-radius:10px;margin:1rem 0}.edd-legacy-table-wrap{width:100%;overflow-x:auto;margin:1rem 0;border-radius:10px;border:1px solid #e5e7eb}.edd-legacy-table-wrap table{width:100%;margin:0;border-collapse:collapse;background:#fff}.edd-legacy-table-wrap td,.edd-legacy-table-wrap th{border:1px solid #e5e7eb;padding:.7rem .85rem;vertical-align:middle}.edd-legacy-table-wrap th{background:#f8fafc;font-weight:900}.edd-legacy-embed{position:relative;width:100%;padding-top:56.25%;margin:1rem 0;border-radius:10px;overflow:hidden;background:#f1f5f9}.edd-legacy-embed iframe,.edd-legacy-iframe{max-width:100%;border:0}.edd-legacy-embed iframe{position:absolute;inset:0;width:100%;height:100%}html[data-theme=dark] .legacy-sahifa-content h2,html[data-theme=dark] .legacy-sahifa-content h3,html[data-theme=dark] .legacy-sahifa-content h4{color:#f8fafc}html[data-theme=dark] .edd-legacy-box{background:#18212f;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .edd-legacy-box-title{background:rgba(255,255,255,.055);border-bottom-color:rgba(255,255,255,.08)}html[data-theme=dark] .edd-legacy-service,html[data-theme=dark] .edd-legacy-tab,html[data-theme=dark] .edd-legacy-table-wrap table,html[data-theme=dark] .edd-legacy-tabs,html[data-theme=dark] .edd-legacy-toggle{background:#111827;color:#e5e7eb;border-color:#334155}html[data-theme=dark] .edd-legacy-quote,html[data-theme=dark] .edd-legacy-table-wrap th,html[data-theme=dark] .edd-legacy-toggle summary{background:#18212f;color:#e5e7eb;border-color:#334155}html[data-theme=dark] .edd-legacy-table-wrap,html[data-theme=dark] .edd-legacy-table-wrap td,html[data-theme=dark] .edd-legacy-table-wrap th{border-color:#334155}@media (max-width:700px){.edd-legacy-column{float:none!important;width:100%!important;margin-inline-end:0!important}.edd-legacy-box-content,.edd-legacy-tab,.edd-legacy-toggle-content{padding:12px}.edd-legacy-button{width:100%;margin:.25rem 0}.edd-legacy-table-wrap td,.edd-legacy-table-wrap th{padding:.55rem .65rem;white-space:nowrap}}@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 ease,color .18s ease,opacity .18s ease}.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}body.dark-mode .site-drawer .drawer-search,body.theme-dark .site-drawer .drawer-search,html[data-theme=dark] .site-drawer .drawer-search{background:0 0!important;box-shadow:none!important}body.dark-mode .site-drawer .drawer-search-box,body.theme-dark .site-drawer .drawer-search-box,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}body.dark-mode .site-drawer .drawer-search input,body.theme-dark .site-drawer .drawer-search input,html[data-theme=dark] .site-drawer .drawer-search input{color:#111827!important}body.dark-mode .site-drawer .drawer-search input::placeholder,body.theme-dark .site-drawer .drawer-search input::placeholder,html[data-theme=dark] .site-drawer .drawer-search input::placeholder{color:#525252!important}body.dark-mode .site-drawer .drawer-search button,body.theme-dark .site-drawer .drawer-search button,html[data-theme=dark] .site-drawer .drawer-search button{color:#050505!important;background:0 0!important}@media (max-width:991px){.site-drawer.mobile-drawer{padding-top:42px;background:#242424!important}body.dark-mode .site-drawer.mobile-drawer,body.theme-dark .site-drawer.mobile-drawer,html[data-theme=dark] .site-drawer.mobile-drawer{background:#1f1f1f!important}.site-drawer .drawer-links{margin-top:10px}}@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){: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-head-theme{margin:0!important;width:42px!important;height:42px!important;min-width:42px!important;flex:0 0 42px!important;border-radius:14px!important;background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.14)!important;color:#e5e7eb!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}.drawer-tools{display:none!important}}@media (max-width:575px){:root{--drawer-width:76vw!important}.mobile-drawer{max-width:76vw!important}.drawer-search{width:min(100%,270px)!important}}html[data-theme=dark] .drawer-head-theme{background:rgba(255,255,255,.09)!important;color:#f8fafc!important;border-color:rgba(255,255,255,.16)!important}html[data-theme=dark] .drawer-search-box{background:#fff!important;color:#111827!important}@media (max-width:991px){.site-drawer .drawer-head-theme,.site-drawer .theme-toggle-drawer{display:none!important}.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){.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 ease,background .18s ease,color .18s ease,border-color .18s ease!important}.site-drawer .drawer-social a .bi,.site-drawer .drawer-social a .bi-facebook,.site-drawer .drawer-social a .bi-google-play,.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,.site-drawer .drawer-social.drawer-social-footer{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,.site-drawer .drawer-social.drawer-social-footer{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,.site-drawer .drawer-social.drawer-social-footer{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.drawer-social-footer::-webkit-scrollbar,.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,.site-drawer .drawer-social.drawer-social-footer{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}}.drawer-social-footer{width:calc(100% - 32px);margin:24px auto 22px!important;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:nowrap;overflow:visible}.drawer-social-footer a{flex:0 0 auto}@media (max-width:991px){.drawer-social-footer,.site-drawer .drawer-social,.site-drawer .drawer-social.drawer-social-footer{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}.drawer-social-footer a,.site-drawer .drawer-social a,.site-drawer .drawer-social.drawer-social-footer 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}.drawer-social-footer a .bi,.drawer-social-footer a i,.site-drawer .drawer-social a .bi,.site-drawer .drawer-social a i,.site-drawer .drawer-social.drawer-social-footer a .bi,.site-drawer .drawer-social.drawer-social-footer 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}}@media (max-width:360px){.drawer-social-footer,.site-drawer .drawer-social,.site-drawer .drawer-social.drawer-social-footer{padding-inline:2px!important;gap:2px!important}.drawer-social-footer a,.site-drawer .drawer-social a,.site-drawer .drawer-social.drawer-social-footer a{width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;flex-basis:24px!important}.drawer-social-footer a .bi,.drawer-social-footer a i,.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-category-button{border-color:#46505d!important;box-shadow:0 5px 14px rgba(0,0,0,.16)!important;outline:0!important}html[data-theme=dark] .ed-category-button:hover{border-color:#596574!important;box-shadow:0 7px 18px rgba(0,0,0,.22)!important}html[data-theme=dark] .ed-category-button::after,html[data-theme=dark] .ed-category-button::before{box-shadow:none!important;border-color:transparent!important}html[data-theme=dark] .ed-category-count{background:rgba(20,26,35,.78)!important;border-color:rgba(148,163,184,.22)!important;box-shadow:none!important;outline:0!important}html[data-theme=dark] .ed-category-icon{border-color:rgba(255,255,255,.1)!important;box-shadow:none!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] .category-button-grid .ed-category-button{border-left:0!important;box-shadow:none!important}html[data-theme=dark] .category-button-grid .ed-category-button:hover{border-left:0!important;box-shadow:0 6px 16px rgba(0,0,0,.18)!important}html[data-theme=dark] .category-button-grid .ed-category-button::before{border:0!important;box-shadow:none!important}html[data-theme=dark] .ed-tag-buttons-v103 .ed-tag-card-link,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-v103 .ed-tag-card-link:hover,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}.ed-category-icon .bi,.ed-category-icon i,.ed-category-icon i.bi{font-size:1.9rem!important}.ed-category-icon img{max-width:42px!important;max-height:42px!important}@media (max-width:575px){.ed-category-icon .bi,.ed-category-icon i,.ed-category-icon i.bi{font-size:1.75rem!important}.ed-category-icon img{max-width:38px!important;max-height:38px!important}}.article-action-btn.preview{border-color:#b9dfcf!important;color:var(--brand)!important;background:#f2fbf7!important}.article-action-btn.preview:hover{background:var(--brand)!important;color:#fff!important}.article-preview-modal .modal-content{border:0;border-radius:20px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.22)}.article-preview-modal .modal-header{border-bottom:1px solid #edf1f5}.article-preview-modal .modal-body{padding:14px;background:#f4f6f8;max-height:84vh;overflow:auto}.article-preview-image{display:block;max-width:100%;height:auto;margin:auto;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.12)}html[data-theme=dark] .article-action-btn.preview{background:#24352f!important;border-color:#356654!important;color:#8ce0bc!important}html[data-theme=dark] .article-preview-modal .modal-content,html[data-theme=dark] .article-preview-modal .modal-header{background:#272a31;color:#e5e7eb;border-color:#3a3e47}html[data-theme=dark] .article-preview-modal .modal-body{background:#1f2127}body.article-preview-open,html.article-preview-open{overflow:hidden!important}.article-preview-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:16px}.article-preview-modal.is-open{display:flex}.article-preview-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(15,23,42,.78);cursor:zoom-out}.article-preview-dialog{position:relative;z-index:1;width:min(1100px,96vw);max-height:94vh;display:flex}.article-preview-content{width:100%;max-height:94vh;display:flex;flex-direction:column;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.35)}.article-preview-header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 16px;border-bottom:1px solid #e5e7eb}.article-preview-header h2{font-size:16px;margin:0;font-weight:800}.article-preview-close{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:#eef2f5;color:#334155;cursor:pointer}.article-preview-close:hover{background:#e2e8f0;color:#111827}.article-preview-body{padding:14px;overflow:auto;text-align:center;background:#f4f6f8}.article-preview-image{display:block;max-width:100%;height:auto;margin:auto;border-radius:10px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.16)}html[data-theme=dark] .article-preview-content{background:#272a31;color:#e5e7eb}html[data-theme=dark] .article-preview-header{border-color:#3a3e47}html[data-theme=dark] .article-preview-body{background:#1f2127}html[data-theme=dark] .article-preview-close{background:#373b44;color:#f1f5f9}@media(max-width:575px){.article-preview-modal{padding:8px}.article-preview-content,.article-preview-dialog{max-height:97vh}.article-preview-body{padding:8px}.article-preview-header{padding:10px 12px}}\n\n .article-action-btn.preview{background:inherit!important;border-color:inherit!important;color:inherit!important}.article-action-btn.preview:hover{background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important}html[data-theme=dark] .article-action-btn.preview{background:#2b2d34!important;color:#d7dce7!important;border-color:#3b3e46!important}html[data-theme=dark] .article-action-btn.preview:hover{background:var(--brand)!important;color:#fff!important;border-color:var(--brand)!important}.article-preview-modal{padding:20px!important}.article-preview-dialog{width:min(680px,calc(100vw - 40px))!important;max-height:84vh!important;margin:auto!important}.article-preview-content{max-height:84vh!important;border-radius:16px!important}.article-preview-body{max-height:70vh!important;padding:12px!important;display:flex!important;align-items:center!important;justify-content:center!important}.article-preview-image{width:auto!important;max-width:100%!important;max-height:66vh!important;object-fit:contain!important}@media(max-width:575px){.article-preview-modal{padding:14px!important}.article-preview-dialog{width:calc(100vw - 28px)!important;max-height:82svh!important}.article-preview-content{max-height:82svh!important;border-radius:14px!important}.article-preview-header{padding:9px 12px!important}.article-preview-header h2{font-size:14px!important}.article-preview-close{width:34px!important;height:34px!important}.article-preview-body{max-height:68svh!important;padding:8px!important}.article-preview-image{max-height:64svh!important;border-radius:8px!important}}.article-preview-modal{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;margin:0!important;padding:18px!important;align-items:center!important;justify-content:center!important;place-items:center!important;z-index:2147483000!important}.article-preview-modal.is-open{display:flex!important}.article-preview-dialog{position:relative!important;inset:auto!important;transform:none!important;margin:auto!important;width:min(660px,calc(100vw - 36px))!important;max-width:660px!important;max-height:min(82dvh,760px)!important;flex:0 1 auto!important}.article-preview-content{width:100%!important;max-height:min(82dvh,760px)!important}.article-preview-body{max-height:calc(min(82dvh,760px) - 60px)!important}.article-preview-image{max-height:calc(min(82dvh,760px) - 88px)!important}@media(max-width:575px){.article-preview-modal{padding:16px!important}.article-preview-dialog{width:calc(100vw - 32px)!important;max-width:520px!important;max-height:78dvh!important}.article-preview-content{max-height:78dvh!important}.article-preview-body{max-height:calc(78dvh - 54px)!important}.article-preview-image{max-height:calc(78dvh - 76px)!important}}.article-preview-button-thumb{width:22px!important;height:22px!important;display:block!important;object-fit:cover!important;border-radius:5px!important;border:1px solid currentColor!important;background:#fff!important}.article-action-btn.is-loading{opacity:.68;pointer-events:none}body.article-modal-open,html.article-modal-open{overflow:hidden!important}.article-report-modal{position:fixed!important;inset:0!important;z-index:2147483001!important;display:none;align-items:center!important;justify-content:center!important;padding:18px!important}.article-report-modal.is-open{display:flex!important}.article-report-backdrop{position:absolute;inset:0;border:0;width:100%;height:100%;background:rgba(15,23,42,.76);cursor:pointer}.article-report-dialog{position:relative;z-index:1;width:min(520px,calc(100vw - 36px));margin:auto}.article-report-content{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.34)}.article-report-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e8edf2}.article-report-header h2{font-size:17px;font-weight:800;margin:0}.article-report-close{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:#eef2f5;color:#334155}.article-report-form{padding:16px;display:grid;gap:10px}.article-report-label{font-weight:700;font-size:.92rem;margin-top:2px}.article-report-label small{font-weight:400;color:#64748b}.article-report-result{min-height:22px;font-size:.9rem;color:#64748b}.article-report-result.success{color:#198754}.article-report-result.error{color:#dc3545}.article-report-submit{min-height:44px;border:0!important;border-radius:11px!important;background:var(--brand)!important;color:#fff!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.article-report-submit:hover{background:var(--brand-dark)!important;color:#fff!important}html[data-theme=dark] .article-report-content{background:#272a31;color:#e5e7eb}html[data-theme=dark] .article-report-header{border-color:#3a3e47}html[data-theme=dark] .article-report-close{background:#373b44;color:#f1f5f9}html[data-theme=dark] .article-report-form .form-control,html[data-theme=dark] .article-report-form .form-select{background:#1f2127;color:#f1f5f9;border-color:#454a55}@media(max-width:575px){.article-report-modal{padding:14px!important}.article-report-dialog{width:calc(100vw - 28px)}.article-report-header{padding:11px 13px}.article-report-form{padding:13px}}.article-comments-launch{display:flex;justify-content:center}.article-comments-open{display:inline-flex;align-items:center;gap:.55rem;border-radius:12px;padding:.7rem 1.15rem;font-weight:700;background:var(--bs-primary);color:#fff;border:0}.article-comments-open:hover{color:#fff;filter:brightness(.95)}.article-comments-modal{position:fixed!important;inset:0!important;z-index:10080;display:none;align-items:center;justify-content:center;padding:18px}.article-comments-modal.is-open{display:flex}.article-comments-backdrop{position:absolute;inset:0;border:0;background:rgba(2,6,23,.68);backdrop-filter:blur(4px)}.article-comments-dialog{position:relative;width:min(760px,100%);max-height:min(86vh,820px);display:flex}.article-comments-card{width:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--bs-body-bg);color:var(--bs-body-color);border-radius:22px;box-shadow:0 28px 90px rgba(0,0,0,.3)}.article-comments-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(148,163,184,.22)}.article-comments-header h2{font-size:1.2rem;margin:0 0 3px}.article-comments-header small{color:#64748b}.article-comments-close{width:40px;height:40px;border-radius:50%;border:1px solid rgba(148,163,184,.28);background:0 0;color:inherit}.article-comments-body{overflow:auto;padding:18px}.article-comments-list{display:grid;gap:12px;min-height:90px}.comment-item{display:flex;gap:12px;padding:14px;border:1px solid rgba(148,163,184,.22);border-radius:16px;background:rgba(148,163,184,.055)}.comment-item.comment-reply{margin-right:42px;border-right:3px solid var(--bs-primary)}.comment-item.admin-comment{background:rgba(13,110,253,.07)}.comment-avatar{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:50%;background:var(--bs-primary);color:#fff;font-weight:800}.comment-main{min-width:0;flex:1}.comment-meta{display:flex;justify-content:space-between;gap:10px}.comment-meta strong span{font-size:.68rem;background:var(--bs-primary);color:#fff;border-radius:999px;padding:2px 7px}.comment-meta time{font-size:.72rem;color:#64748b}.comment-content{line-height:1.85;margin-top:6px;overflow-wrap:anywhere}.article-comment-form{margin-top:20px;padding-top:18px;border-top:1px solid rgba(148,163,184,.22);display:grid;gap:12px}.article-comment-form h3{font-size:1.05rem;margin:0}.comment-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.article-comment-form label{display:grid;gap:6px;font-weight:600;font-size:.9rem}.article-comment-submit{background:var(--bs-primary);color:#fff;font-weight:700;justify-self:start}.comment-note{color:#64748b}.comment-form-result.success{color:#15803d}.comment-form-result.error{color:#dc2626}.comment-hp{position:absolute!important;left:-9999px!important}.comments-empty{display:grid;place-items:center;text-align:center;gap:5px;padding:28px;color:#64748b}.comments-empty i{font-size:2rem}.comments-empty strong{color:var(--bs-body-color)}.comments-more{margin:12px auto 0;display:block}@media(max-width:600px){.article-comments-modal{padding:10px;align-items:center}.article-comments-dialog{max-height:90vh}.article-comments-card{border-radius:18px}.article-comments-body{padding:14px}.comment-grid{grid-template-columns:1fr}.comment-item.comment-reply{margin-right:18px}.comment-meta{display:block}.comment-meta time{display:block;margin-top:2px}}.article-comments-launch{display:flex;justify-content:center}.article-action-btn.article-comments-open{display:inline-flex;align-items:center;gap:.62rem;min-height:44px;padding:.68rem 1rem;border:1px solid var(--article-toolbar-border,rgba(148,163,184,.34));border-radius:12px;background:var(--article-toolbar-bg,var(--bs-body-bg));color:var(--article-toolbar-color,var(--bs-body-color));font-weight:750;box-shadow:0 5px 16px rgba(15,23,42,.06);transition:.2s}.article-action-btn.article-comments-open:hover{transform:translateY(-1px);border-color:var(--bs-primary);color:var(--bs-primary);background:var(--article-toolbar-hover,rgba(37,99,235,.06))}.article-comments-count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:var(--bs-primary);color:#fff;font-size:.73rem;font-weight:850;line-height:1}.article-comments-heading{display:flex;align-items:center;gap:12px}.article-comments-heading-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,var(--bs-primary),#7c3aed);color:#fff;font-size:1.15rem;box-shadow:0 8px 22px rgba(37,99,235,.22)}.article-comments-modal{padding:18px}.article-comments-dialog{width:min(820px,100%);max-height:min(88vh,860px)}.article-comments-card{border:1px solid rgba(148,163,184,.22);background:var(--bs-body-bg);border-radius:24px}.article-comments-header{padding:18px 20px;background:linear-gradient(180deg,rgba(37,99,235,.07),transparent)}.article-comments-header h2{font-size:1.25rem;font-weight:850}.article-comments-body{padding:20px}.comment-item{position:relative;border-radius:18px;padding:15px;background:linear-gradient(180deg,rgba(148,163,184,.065),rgba(148,163,184,.025));transition:.18s}.comment-item:hover{border-color:rgba(37,99,235,.28);transform:translateY(-1px)}.comment-item.admin-comment{border-color:rgba(37,99,235,.25);background:linear-gradient(180deg,rgba(37,99,235,.11),rgba(37,99,235,.035))}.comment-avatar{background:linear-gradient(135deg,var(--bs-primary),#7c3aed);box-shadow:0 6px 16px rgba(37,99,235,.2)}.article-comment-form{padding:17px;border:1px solid rgba(148,163,184,.22);border-radius:18px;background:rgba(148,163,184,.045)}.article-comment-form h3{font-weight:850}.article-comment-submit{border-radius:12px;padding:.65rem 1rem;box-shadow:0 8px 20px rgba(37,99,235,.18)}.comments-empty{border:1px dashed rgba(148,163,184,.4);border-radius:18px;background:rgba(148,163,184,.035)}.comments-empty i{color:var(--bs-primary)}[data-bs-theme=dark] .article-action-btn.article-comments-open,body.dark-mode .article-action-btn.article-comments-open,html.dark .article-action-btn.article-comments-open{background:rgba(30,41,59,.8);border-color:rgba(148,163,184,.28);color:#e2e8f0}@media(max-width:600px){.article-comments-modal{padding:10px}.article-comments-dialog{width:100%;max-height:92vh}.article-comments-card{border-radius:20px}.article-comments-header{padding:14px}.article-comments-heading-icon{width:42px;height:42px;border-radius:13px}.article-comments-body{padding:13px}.article-comment-form{padding:14px}.article-action-btn.article-comments-open{width:auto;justify-content:center}}.article-action-btn.article-comments-open,.article-comments-open{--comments-green:var(--brand,#008b57);--comments-green-dark:var(--brand-dark,#006f45)}.article-action-btn.article-comments-open:hover{border-color:var(--comments-green)!important;color:var(--comments-green)!important;background:color-mix(in srgb,var(--comments-green) 8%,var(--bs-body-bg))!important}.article-comments-count{background:var(--comments-green)!important;box-shadow:0 5px 14px color-mix(in srgb,var(--comments-green) 28%,transparent)}.article-comments-heading-icon,.comment-avatar{background:linear-gradient(135deg,var(--comments-green),#17b86f)!important;box-shadow:0 8px 22px color-mix(in srgb,var(--comments-green) 28%,transparent)!important}.article-comments-header{background:linear-gradient(180deg,color-mix(in srgb,var(--comments-green) 9%,transparent),transparent)!important}.comment-item:hover{border-color:color-mix(in srgb,var(--comments-green) 34%,transparent)!important}.comment-item.comment-reply{border-right-color:var(--comments-green)!important}.comment-item.admin-comment{border-color:color-mix(in srgb,var(--comments-green) 32%,transparent)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--comments-green) 12%,transparent),color-mix(in srgb,var(--comments-green) 4%,transparent))!important}.article-comment-submit,.comment-meta strong span{background:var(--comments-green)!important;border-color:var(--comments-green)!important}.article-comment-submit:focus,.article-comment-submit:hover{background:var(--comments-green-dark)!important;border-color:var(--comments-green-dark)!important;color:#fff!important}.article-comment-submit{box-shadow:0 8px 20px color-mix(in srgb,var(--comments-green) 24%,transparent)!important}.article-comment-form input:focus,.article-comment-form textarea:focus{border-color:var(--comments-green)!important;box-shadow:0 0 0 .2rem color-mix(in srgb,var(--comments-green) 18%,transparent)!important}.comment-form-result.success,.comments-empty i{color:var(--comments-green)!important}html[data-theme=dark] .article-comment-form,html[data-theme=dark] .article-comments-card,html[data-theme=dark] .comment-item{border-color:#263244}html[data-theme=dark] .article-comments-card{background:#111827!important;color:#e5e7eb!important}html[data-theme=dark] .article-comments-header{background:linear-gradient(180deg,color-mix(in srgb,var(--brand,#008b57) 18%,#111827),#111827)!important;border-bottom-color:#263244!important}html[data-theme=dark] .article-comments-header small,html[data-theme=dark] .comment-meta time,html[data-theme=dark] .comment-note,html[data-theme=dark] .comments-empty{color:#94a3b8!important}html[data-theme=dark] .comment-item{background:linear-gradient(180deg,#172033,#111827)!important}html[data-theme=dark] .comment-item.admin-comment{background:linear-gradient(180deg,color-mix(in srgb,var(--brand,#008b57) 18%,#111827),#111827)!important;border-color:color-mix(in srgb,var(--brand,#008b57) 45%,#263244)!important}html[data-theme=dark] .article-comment-form{background:#0b1220!important}html[data-theme=dark] .article-comment-form input,html[data-theme=dark] .article-comment-form textarea{background:#111827!important;color:#e5e7eb!important;border-color:#334155!important}html[data-theme=dark] .comments-empty{background:#0b1220!important;border-color:#334155!important}.comment-ui-icon,.comments-empty-icon{display:block;width:1.2em;height:1.2em;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.article-comments-heading-icon .comment-ui-icon{width:24px;height:24px}.article-comments-close .comment-ui-icon{width:20px;height:20px;margin:auto}.article-comment-submit .comment-ui-icon{width:18px;height:18px}.article-comment-submit{display:inline-flex!important;align-items:center;gap:.5rem}.comments-empty-icon{width:42px;height:42px;color:var(--comments-green,#008b57)}.comment-avatar{position:relative!important;isolation:isolate;width:44px!important;height:40px!important;flex:0 0 44px!important;border-radius:14px 14px 14px 5px!important;border:2px solid var(--comments-green,#008b57)!important;background:var(--bs-body-bg,#fff)!important;color:var(--comments-green,#008b57)!important;box-shadow:0 5px 14px color-mix(in srgb,var(--comments-green,#008b57) 16%,transparent)!important;font-weight:900!important;overflow:visible!important}.comment-avatar::after{content:"";position:absolute;right:3px;bottom:-7px;width:12px;height:12px;background:var(--bs-body-bg,#fff);border-right:2px solid var(--comments-green,#008b57);border-bottom:2px solid var(--comments-green,#008b57);transform:skewY(32deg) rotate(18deg);border-bottom-right-radius:3px;z-index:-1}.comment-item.admin-comment .comment-avatar{background:var(--comments-green,#008b57)!important;color:#fff!important}.comment-item.admin-comment .comment-avatar::after{background:var(--comments-green,#008b57)!important}[data-bs-theme=dark] .comment-avatar,body.dark-mode .comment-avatar,html.dark .comment-avatar,html[data-theme=dark] .comment-avatar{background:#111827!important;color:#4ade80!important;border-color:#22c55e!important;box-shadow:0 5px 16px rgba(34,197,94,.2)!important}[data-bs-theme=dark] .comment-avatar::after,body.dark-mode .comment-avatar::after,html.dark .comment-avatar::after,html[data-theme=dark] .comment-avatar::after{background:#111827!important;border-color:#22c55e!important}[data-bs-theme=dark] .comment-item.admin-comment .comment-avatar,[data-bs-theme=dark] .comment-item.admin-comment .comment-avatar::after,body.dark-mode .comment-item.admin-comment .comment-avatar,body.dark-mode .comment-item.admin-comment .comment-avatar::after,html.dark .comment-item.admin-comment .comment-avatar,html.dark .comment-item.admin-comment .comment-avatar::after,html[data-theme=dark] .comment-item.admin-comment .comment-avatar,html[data-theme=dark] .comment-item.admin-comment .comment-avatar::after{background:#16a34a!important;color:#fff!important}.comment-avatar{width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:50%!important;border:2px solid var(--comments-green,#008b57)!important;background:var(--bs-body-bg,#fff)!important;color:var(--comments-green,#008b57)!important;overflow:hidden!important;box-shadow:0 5px 14px color-mix(in srgb,var(--comments-green,#008b57) 16%,transparent)!important}.comment-avatar::after{display:none!important;content:none!important}.comment-item.admin-comment .comment-avatar{background:var(--comments-green,#008b57)!important;color:#fff!important}.article-comments-heading-icon{color:#fff!important;border:1px solid color-mix(in srgb,#fff 32%,transparent)!important}.article-comments-heading-icon .comment-ui-icon{color:#fff!important;stroke:#fff!important;opacity:1!important;visibility:visible!important}[data-bs-theme=dark] .comment-avatar,body.dark-mode .comment-avatar,html.dark .comment-avatar,html[data-theme=dark] .comment-avatar{background:#111827!important;color:#4ade80!important;border-color:#22c55e!important}[data-bs-theme=dark] .comment-item.admin-comment .comment-avatar,body.dark-mode .comment-item.admin-comment .comment-avatar,html.dark .comment-item.admin-comment .comment-avatar,html[data-theme=dark] .comment-item.admin-comment .comment-avatar{background:#16a34a!important;color:#fff!important}.article-comments-modal{--comments-green:var(--brand,#008b57);--comments-green-dark:var(--brand-dark,#006f45)}.article-comments-heading-icon{display:grid!important;place-items:center!important;flex:0 0 46px!important;width:46px!important;height:46px!important;opacity:1!important;visibility:visible!important;background:linear-gradient(135deg,var(--brand,#008b57),#17b86f)!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)!important;box-shadow:0 8px 22px rgba(0,139,87,.25)!important}.article-comments-heading-icon .comment-ui-icon{display:block!important;width:24px!important;height:24px!important;color:#fff!important;stroke:#fff!important;fill:none!important;opacity:1!important;visibility:visible!important}[data-bs-theme=dark] .article-comments-heading-icon,body.dark-mode .article-comments-heading-icon,html.dark .article-comments-heading-icon,html[data-theme=dark] .article-comments-heading-icon{background:linear-gradient(135deg,var(--brand,#008b57),#16a34a)!important;border-color:rgba(255,255,255,.32)!important;box-shadow:0 8px 24px rgba(0,0,0,.28),0 0 0 1px rgba(34,197,94,.12)!important}@media(max-width:600px){.article-comments-heading-icon{width:42px!important;height:42px!important;flex-basis:42px!important}}.article-comments-card{display:flex;flex-direction:column;overflow:hidden}.article-comments-header{flex:0 0 auto;position:relative;z-index:5}.article-comments-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 22px;border-bottom:1px solid rgba(16,185,129,.16);background:color-mix(in srgb,#fff 96%,#10b981 4%);flex:0 0 auto;position:relative;z-index:4}.comments-live-count{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:#087a55;font-size:.91rem;white-space:nowrap}.comments-live-count .comment-ui-icon{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.9}.comments-sort-label{display:flex;align-items:center;gap:9px;margin:0;font-size:.78rem;color:#64748b;font-weight:700}.comments-sort{min-width:135px;border:1px solid #d7e3de;border-radius:10px;background:#fff;color:#1f2937;padding:7px 10px;font-weight:700;outline:0}.comments-sort:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.13)}.article-comments-body{display:flex!important;flex-direction:column;min-height:0;overflow:hidden;padding:0!important;flex:1 1 auto}.article-comments-scroll{flex:1 1 auto;min-height:0;overflow:auto;padding:20px 22px 14px;scrollbar-gutter:stable}.article-comments-list{min-height:120px}.article-comment-form{flex:0 0 auto;position:sticky!important;bottom:0;z-index:6;margin:0!important;border-radius:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;padding:14px 22px 16px!important;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(12px);box-shadow:0 -10px 28px rgba(15,23,42,.08)}.comment-form-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.comment-form-head h3{margin:0!important;font-size:1rem!important}.comment-form-head small{display:block;margin-top:2px;color:#718096;font-size:.75rem}.comment-form-toggle{border:0;background:#e9f8f2;color:#087a55;border-radius:9px;padding:6px 10px;font-size:.75rem;font-weight:800;cursor:pointer}.comment-form-fields[hidden]{display:none!important}.comment-form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.comment-form-result{flex:1;min-height:22px}.article-comment-submit{margin:0!important;flex:0 0 auto}.comment-note{display:block;margin-top:7px!important}.comments-more{display:flex!important;align-items:center;justify-content:center;gap:7px;width:min(100%,320px);margin:16px auto 4px!important;border:1px solid rgba(16,185,129,.35)!important;background:#eefbf6!important;color:#087a55!important;font-weight:800!important;border-radius:12px!important}.comments-more[hidden]{display:none!important}.comment-replies-toggle .comment-ui-icon,.comments-more .comment-ui-icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .2s ease}.comment-replies-toggle{display:flex;align-items:center;gap:6px;margin:-4px 56px 12px 0;border:0;background:0 0;color:#087a55;font-size:.79rem;font-weight:800;cursor:pointer;padding:4px 6px}.comment-replies-toggle.is-open .comment-ui-icon{transform:rotate(180deg)}.comment-item[hidden]{display:none!important}.comment-pending{border-style:dashed!important;opacity:.9}.pending-badge{background:#fff4d8!important;color:#986600!important;border:1px solid #f0d38c!important;margin-inline-start:6px}.comment-content{overflow-wrap:anywhere}@media (max-width:767.98px){.article-comments-dialog{align-items:flex-end!important;padding:0!important}.article-comments-card{width:100%!important;max-width:none!important;height:min(92dvh,780px)!important;max-height:92dvh!important;border-radius:22px 22px 0 0!important}.article-comments-toolbar{padding:9px 14px}.comments-sort-label{font-size:0}.comments-sort{min-width:126px;font-size:.78rem}.article-comments-scroll{padding:15px 14px 10px}.article-comment-form{padding:12px 14px calc(12px + env(safe-area-inset-bottom))!important}.comment-grid{grid-template-columns:1fr!important}.article-comment-form textarea{min-height:82px!important}.comment-replies-toggle{margin-right:48px}.comment-form-actions{align-items:flex-end}.article-comment-submit{padding:9px 12px!important;font-size:.82rem!important}}[data-bs-theme=dark] .article-comments-toolbar,body.dark-mode .article-comments-toolbar,html[data-theme=dark] .article-comments-toolbar{background:#0d1727;border-color:#22324a}[data-bs-theme=dark] .comments-live-count,body.dark-mode .comments-live-count,html[data-theme=dark] .comments-live-count{color:#39d89d}[data-bs-theme=dark] .comments-sort-label,body.dark-mode .comments-sort-label,html[data-theme=dark] .comments-sort-label{color:#9aa9be}[data-bs-theme=dark] .comments-sort,body.dark-mode .comments-sort,html[data-theme=dark] .comments-sort{background:#111c2e;border-color:#34445c;color:#e7edf7}[data-bs-theme=dark] .article-comment-form,body.dark-mode .article-comment-form,html[data-theme=dark] .article-comment-form{background:rgba(11,20,35,.97)!important;box-shadow:0 -10px 28px rgba(0,0,0,.25)}[data-bs-theme=dark] .comment-form-toggle,body.dark-mode .comment-form-toggle,html[data-theme=dark] .comment-form-toggle{background:#123629;color:#65e5b5}[data-bs-theme=dark] .comments-more,body.dark-mode .comments-more,html[data-theme=dark] .comments-more{background:#102c24!important;border-color:#285d4c!important;color:#62dfb1!important}[data-bs-theme=dark] .comment-replies-toggle,body.dark-mode .comment-replies-toggle,html[data-theme=dark] .comment-replies-toggle{color:#62dfb1}[data-bs-theme=dark] .pending-badge,body.dark-mode .pending-badge,html[data-theme=dark] .pending-badge{background:#3a3016!important;color:#f5d781!important;border-color:#665426!important}.comment-form-open{display:block;flex:1;min-width:0;padding:0;border:0;background:0 0;color:inherit;text-align:right;cursor:pointer}.comment-form-open h3{margin:0!important;font-size:1rem!important;color:inherit}.comment-form-open small{display:block;margin-top:2px;color:#718096;font-size:.75rem}.comment-form-open:focus-visible h3,.comment-form-open:hover h3{color:#079669}.comment-form-open:focus-visible{outline:2px solid rgba(7,150,105,.32);outline-offset:5px;border-radius:8px}[data-bs-theme=dark] .comment-form-open small,body.dark-mode .comment-form-open small,html[data-theme=dark] .comment-form-open small{color:#94a3b8}[data-bs-theme=dark] .comment-form-open:hover h3,body.dark-mode .comment-form-open:hover h3,html[data-theme=dark] .comment-form-open:hover h3{color:#65e5b5}.seo-landing-wrap{margin-top:1.5rem;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-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.seo-stat{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:82px;border-radius:13px;background:rgba(25,135,84,.07);text-align:center}.seo-stat strong{font-size:1.25rem;color:var(--bs-success,#198754)}.seo-stat span{font-size:.84rem;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)}.seo-faq .accordion-item{background:0 0;border-color:rgba(127,127,127,.18)}.seo-faq .accordion-button{background:0 0;font-weight:700;box-shadow:none}.seo-faq .accordion-button:not(.collapsed){color:var(--bs-success,#198754)}@media(max-width:575.98px){.seo-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-landing-section{padding:.9rem}.seo-related-links a{width:100%;border-radius:11px}}@media (max-width:575.98px){.seo-faq .accordion-button{min-height:44px;padding:.62rem .78rem;font-size:.9rem;line-height:1.45;gap:.5rem}.seo-faq .accordion-button::after{width:.9rem;height:.9rem;background-size:.9rem;flex:0 0 .9rem}.seo-faq .accordion-body{padding:.72rem .78rem .85rem;font-size:.86rem;line-height:1.85}.seo-faq .accordion-header{margin:0}.seo-faq .accordion-item{margin:0}.seo-landing-section:has(.seo-faq){padding:.78rem}.seo-landing-section:has(.seo-faq)>h2{margin-bottom:.55rem;font-size:.98rem}}.article-description-box .article-description{display:block!important;max-height:none!important;overflow:visible!important;white-space:normal!important;text-overflow:clip!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important}.desktop-logo{width:auto!important;max-width:220px!important}.desktop-logo img{width:auto!important;height:auto!important;max-width:220px!important;max-height:62px!important;object-fit:contain!important}.mobile-brand-logo{width:auto!important;max-width:170px!important}.mobile-brand-logo img{width:auto!important;height:auto!important;max-width:170px!important;max-height:50px!important;object-fit:contain!important}.drawer-logo img{width:auto!important;height:auto!important;max-width:155px!important;max-height:45px!important;object-fit:contain!important}@media (max-width:991px){.mobile-brand-logo{max-width:44%!important;height:50px!important}.mobile-brand-logo img{max-width:100%!important;max-height:44px!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{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}.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}.drawer-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-explorer-tools{min-height:54px}.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-explorer-tools{min-height:50px}.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){box-shadow:none!important}body:not(.menu-open) .site-page{box-shadow:none!important}}[data-bs-theme=dark] .seo-landing-section,body.dark-mode .seo-landing-section,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}[data-bs-theme=dark] .seo-landing-section h2,body.dark-mode .seo-landing-section h2,html[data-theme=dark] .seo-landing-section h2{color:#f8fafc!important}[data-bs-theme=dark] .seo-landing-section p,body.dark-mode .seo-landing-section p,html[data-theme=dark] .seo-landing-section p{color:#cbd5e1!important}[data-bs-theme=dark] .seo-related-links a,body.dark-mode .seo-related-links a,html[data-theme=dark] .seo-related-links a{background:#202a29!important;border-color:#356458!important;color:#d8f3e8!important}[data-bs-theme=dark] .seo-related-links a:focus,[data-bs-theme=dark] .seo-related-links a:hover,body.dark-mode .seo-related-links a:focus,body.dark-mode .seo-related-links a:hover,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}[data-bs-theme=dark] .seo-faq,body.dark-mode .seo-faq,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}[data-bs-theme=dark] .seo-faq .accordion-item,body.dark-mode .seo-faq .accordion-item,html[data-theme=dark] .seo-faq .accordion-item{background:#252a32!important;border-color:#3b434e!important;color:#e8edf3!important}[data-bs-theme=dark] .seo-faq .accordion-button,body.dark-mode .seo-faq .accordion-button,html[data-theme=dark] .seo-faq .accordion-button{background:#252a32!important;color:#f1f5f9!important;border-color:#3b434e!important;box-shadow:none!important}[data-bs-theme=dark] .seo-faq .accordion-button:not(.collapsed),body.dark-mode .seo-faq .accordion-button:not(.collapsed),html[data-theme=dark] .seo-faq .accordion-button:not(.collapsed){background:#202d2a!important;color:#72e2b5!important}[data-bs-theme=dark] .seo-faq .accordion-button::after,body.dark-mode .seo-faq .accordion-button::after,html[data-theme=dark] .seo-faq .accordion-button::after{filter:invert(1) grayscale(1) brightness(1.8);opacity:.9}[data-bs-theme=dark] .seo-faq .accordion-body,body.dark-mode .seo-faq .accordion-body,html[data-theme=dark] .seo-faq .accordion-body{background:#20252c!important;color:#cbd5e1!important;border-top:1px solid #3b434e!important}[data-bs-theme=dark] .seo-stat,body.dark-mode .seo-stat,html[data-theme=dark] .seo-stat{background:#20332e!important;border:1px solid #31584c!important}[data-bs-theme=dark] .seo-stat strong,body.dark-mode .seo-stat strong,html[data-theme=dark] .seo-stat strong{color:#6ee7b7!important}[data-bs-theme=dark] .seo-stat span,body.dark-mode .seo-stat span,html[data-theme=dark] .seo-stat span{color:#bdc8d5!important}@media (max-width:991px){.site-drawer .drawer-social-top{order:0;width:100%;margin:4px auto 16px!important;padding:0 8px;display:flex!important;flex-wrap:wrap;justify-content:center!important;align-items:center;gap:13px!important}.site-drawer .drawer-social-top a{width:34px!important;height:34px!important;flex:0 0 34px;border:1px solid rgba(255,255,255,.13);border-radius:50%;background:rgba(255,255,255,.055);color:rgba(255,255,255,.78)!important;font-size:18px!important;line-height:1}.site-drawer .drawer-social-top a:focus-visible,.site-drawer .drawer-social-top a:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.24);color:#fff!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-search{margin-top:0!important}}.bi-question-circle-fill::before{content:"\f505"!important}@media (max-width:991px){.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;width:calc(100% - 28px)!important;max-width:340px!important;margin:4px auto 18px!important;padding:0!important;direction:ltr!important;overflow:visible!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;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!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;font-size:17px!important;line-height:1!important;transform:none!important}.site-drawer .drawer-social-top .social-x-icon{display:block!important;width:15px!important;height:15px!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 .drawer-links .bi-question-circle-fill::before{display:inline-block!important;opacity:1!important;visibility:visible!important}}@media (max-width:991px){.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 ease,background .2s ease,border-color .2s ease,color .2s ease!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}}@media (max-width:991px){.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{margin-top:0!important;margin-bottom:16px!important}.site-drawer.mobile-drawer{padding-top:20px!important}.site-drawer .drawer-quick-action-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;color:#f8fafc!important}.site-drawer .drawer-quick-action-icon svg{display:block!important;width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;overflow:visible!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}}@media (max-width:991px){.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 a .bi,.site-drawer .drawer-social-top a i{font-size:14px!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{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 ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.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-branch-tab-science-exp{--branch-accent:#16a34a}.ed-branch-tab-math{--branch-accent:#0f9f8f}.ed-branch-tab-tech-math{--branch-accent:#0891b2}.ed-branch-tab-scientific{--branch-accent:#22a85a}.ed-branch-tab-literature-philo{--branch-accent:#8b5cf6}.ed-branch-tab-foreign-languages{--branch-accent:#a855f7}.ed-branch-tab-literary{--branch-accent:#8b5cf6}.ed-branch-tab-economy{--branch-accent:#2563eb}.ed-branch-tab-all{--branch-accent:#64748b}.ed-assessment-branch-panel[hidden]{display:none!important}.ed-assessment-branch-panel.is-active{animation:edBranchPanelIn .18s ease both}@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)}@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-type-homework .ed-tag-icon .bi-house-door-fill::before{display:inline-block!important}.ed-tag-buttons-v120{contain:layout style}.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}@media (max-width:575.98px){.ed-tag-buttons-v120 .ed-assessment-branch-tabs{min-height:43px}}.article-show.compact-article.has-pdf-viewer{padding-top:0!important;padding-inline:0!important;overflow:hidden!important;min-width:0!important}.article-show.compact-article.has-pdf-viewer>.article-pdf-shell{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border-top:0!important;border-inline:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important;box-sizing:border-box!important;contain:layout paint}.article-show.compact-article.has-pdf-viewer>.article-pdf-shell>iframe{display:block!important;inline-size:100%!important;width:100%!important;max-inline-size:100%!important;max-width:100%!important;min-inline-size:0!important;min-width:0!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;box-sizing:border-box!important;overflow-x:hidden!important}.article-show.compact-article.has-pdf-viewer>:not(.article-pdf-shell){margin-inline:8px}@media (max-width:575.98px){.article-show.compact-article.has-pdf-viewer{width:100%!important;max-width:100%!important;padding:0!important;overflow-x:hidden!important}.article-show.compact-article.has-pdf-viewer>.article-pdf-shell{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important;overflow:hidden!important}.article-show.compact-article.has-pdf-viewer>.article-pdf-shell>iframe{width:100%!important;max-width:100%!important;min-width:0!important}.article-show.compact-article.has-pdf-viewer>:not(.article-pdf-shell){margin-inline:5px}}.article-show.compact-article.has-pdf-viewer>.article-pdf-shell+.article-action-bar{margin-top:10px!important}@media (max-width:575.98px){.article-show.compact-article.has-pdf-viewer>.article-pdf-shell+.article-action-bar{margin-top:8px!important;gap:6px!important;padding-inline:5px!important}.article-action-bar .article-action-btn{min-height:36px!important;padding:0 8px!important;border-radius:9px!important;gap:5px!important;font-size:.8rem!important;line-height:1!important;box-shadow:0 4px 10px rgba(15,23,42,.05)!important}.article-action-bar .article-action-btn .bi{font-size:.88rem!important}}@media (max-width:360px){.article-action-bar .article-action-btn{min-height:34px!important;padding-inline:6px!important;font-size:.75rem!important}}.comment-actions{display:flex;align-items:center;gap:8px;margin-top:9px}.comment-reply-button{display:inline-flex;align-items:center;gap:5px;border:0;background:0 0;color:var(--brand,#008b57);font:inherit;font-size:.82rem;font-weight:750;padding:4px 7px;border-radius:8px;cursor:pointer}.comment-reply-button:focus-visible,.comment-reply-button:hover{background:color-mix(in srgb,var(--brand,#008b57) 10%,transparent);color:var(--brand-dark,#006f45);outline:0}.comment-reply-button .comment-ui-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.comment-reply-context{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;margin:0 0 10px;border:1px solid color-mix(in srgb,var(--brand,#008b57) 24%,transparent);border-radius:11px;background:color-mix(in srgb,var(--brand,#008b57) 7%,transparent);font-size:.86rem;font-weight:700}.comment-reply-context[hidden]{display:none!important}.comment-reply-context button{border:0;background:0 0;color:#dc2626;font:inherit;font-size:.78rem;font-weight:750;padding:3px 6px;border-radius:7px}.comment-reply-context button:hover{background:rgba(220,38,38,.08)}html[data-theme=dark] .comment-reply-context{background:rgba(0,139,87,.1);border-color:rgba(23,184,111,.25)}.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}.ed-simple-404{display:grid;place-items:center;min-height:58vh;padding:36px 16px}.ed-simple-404-card{width:min(100%,560px);padding:42px 28px;text-align:center;border:1px solid #e2e9e5;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.06)}.ed-simple-404-code{margin-bottom:8px;color:var(--brand,#008b57);font-size:clamp(4.8rem,15vw,7.5rem);font-weight:950;line-height:1;letter-spacing:-.07em}.ed-simple-404 h1{margin:0 0 10px;color:#17201b;font-size:clamp(1.35rem,4vw,1.9rem);font-weight:900}.ed-simple-404 p{max-width:440px;margin:0 auto 24px;color:#69756e;font-size:.95rem;line-height:1.8}.ed-simple-404-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:9px}.ed-simple-404-actions a,.ed-simple-404-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:43px;padding:8px 15px;border-radius:11px;font:inherit;font-size:.88rem;font-weight:800;text-decoration:none;cursor:pointer}.ed-simple-404-home{border:1px solid var(--brand,#008b57);background:var(--brand,#008b57);color:#fff!important}.ed-simple-404-back{border:1px solid #dce5e0;background:#fff;color:#344039}.ed-simple-404-actions a:hover,.ed-simple-404-actions button:hover{transform:translateY(-1px)}html[data-theme=dark] .ed-simple-404-card{border-color:#39423d;background:#242a27;box-shadow:0 14px 38px rgba(0,0,0,.2)}html[data-theme=dark] .ed-simple-404 h1{color:#f3f6f4}html[data-theme=dark] .ed-simple-404 p{color:#aeb9b3}html[data-theme=dark] .ed-simple-404-back{border-color:#414b45;background:#2d3531;color:#e8eeea}@media(max-width:575.98px){.ed-simple-404{min-height:52vh;padding:24px 10px}.ed-simple-404-card{padding:34px 18px;border-radius:18px}.ed-simple-404-actions a,.ed-simple-404-actions button{min-height:41px}}.ed-category-pagination-wrap{display:flex;justify-content:center;width:100%;margin:28px 0 8px;padding-inline:8px}.ed-category-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;margin:0;padding:8px;list-style:none;border:1px solid rgba(15,139,87,.13);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 10px 30px rgba(15,23,42,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ed-category-pagination .ed-page-item{margin:0;padding:0;list-style:none}.ed-category-pagination .ed-page-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:42px;height:42px;padding:0 12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#334155;font-size:.92rem;font-weight:800;line-height:1;text-decoration:none;box-shadow:0 2px 7px rgba(15,23,42,.035);transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.ed-category-pagination a.ed-page-link:focus-visible,.ed-category-pagination a.ed-page-link:hover{color:var(--brand,#008b57);border-color:color-mix(in srgb,var(--brand,#008b57) 38%,#dbe4e0);background:color-mix(in srgb,var(--brand,#008b57) 6%,#fff);box-shadow:0 7px 18px color-mix(in srgb,var(--brand,#008b57) 13%,transparent);transform:translateY(-2px);outline:0}.ed-category-pagination .ed-page-item.is-active .ed-page-link{color:#fff;border-color:var(--brand,#008b57);background:linear-gradient(135deg,var(--brand,#008b57),var(--brand-dark,#006f45));box-shadow:0 9px 20px color-mix(in srgb,var(--brand,#008b57) 28%,transparent),inset 0 1px 0 rgba(255,255,255,.2);transform:none}.ed-category-pagination .ed-page-nav .ed-page-link{min-width:auto;padding-inline:15px}.ed-category-pagination .ed-page-nav .bi{font-size:.78rem}.ed-category-pagination .ed-page-dots .ed-page-link{min-width:26px;padding:0 2px;border-color:transparent;background:0 0;box-shadow:none;color:#94a3b8;pointer-events:none}.ed-category-pagination .ed-page-item.is-disabled .ed-page-link{opacity:.42;cursor:not-allowed;box-shadow:none;transform:none}html[data-theme=dark] .ed-category-pagination{border-color:rgba(41,194,126,.16);background:rgba(30,34,40,.86);box-shadow:0 12px 30px rgba(0,0,0,.2)}html[data-theme=dark] .ed-category-pagination .ed-page-link{color:#dbe4eb;border-color:#3b424c;background:#272c33;box-shadow:0 2px 8px rgba(0,0,0,.13)}html[data-theme=dark] .ed-category-pagination a.ed-page-link:focus-visible,html[data-theme=dark] .ed-category-pagination a.ed-page-link:hover{color:#7ee2ad;border-color:rgba(42,190,119,.42);background:rgba(0,139,87,.13)}html[data-theme=dark] .ed-category-pagination .ed-page-item.is-active .ed-page-link{color:#fff}html[data-theme=dark] .ed-category-pagination .ed-page-dots .ed-page-link{color:#7f8a98;background:0 0;border-color:transparent}@media (max-width:575.98px){.ed-category-pagination-wrap{margin-top:22px;padding-inline:2px}.ed-category-pagination{gap:5px;padding:6px;border-radius:15px}.ed-category-pagination .ed-page-link{min-width:36px;height:36px;padding:0 9px;border-radius:10px;font-size:.82rem}.ed-category-pagination .ed-page-nav .ed-page-link{min-width:36px;padding-inline:10px}.ed-category-pagination .ed-page-nav span:not(.ed-page-link){display:none}.ed-category-pagination .ed-page-nav .bi{font-size:.82rem}.ed-category-pagination .ed-page-dots .ed-page-link{min-width:18px;padding:0}}@media (max-width:380px){.ed-category-pagination{gap:4px}.ed-category-pagination .ed-page-link{min-width:33px;height:34px;padding-inline:7px;font-size:.78rem}.ed-category-pagination .ed-page-nav .ed-page-link{min-width:33px;padding-inline:8px}}.ed-classic-404{display:grid;place-items:center;min-height:clamp(500px,68vh,720px);padding:64px 20px;text-align:center;background:var(--bs-body-bg,#fff)}.ed-classic-404-inner{width:min(100%,760px);margin:auto}.ed-classic-404-code{direction:ltr;margin:0 0 22px;color:#ececec;font-family:Arial,sans-serif;font-size:clamp(7rem,19vw,14rem);font-weight:800;line-height:.9;letter-spacing:-.075em;white-space:nowrap;user-select:none}.ed-classic-404-code span{font-weight:400}.ed-classic-404 h1{margin:0 0 24px;color:#303030;font-size:clamp(2rem,5vw,3.35rem);font-weight:500;line-height:1.25}.ed-classic-404 p{margin:0 auto 28px;color:#555;font-size:.94rem;line-height:1.9}.ed-classic-404-search{direction:rtl;display:flex;width:min(100%,390px);height:43px;margin:0 auto;border:1px solid #e1e1e1;background:#fff}.ed-classic-404-search input{min-width:0;flex:1;height:100%;padding:0 15px;border:0;outline:0;background:0 0;color:#333;font:inherit;text-align:right}.ed-classic-404-search input::placeholder{color:#b8b8b8;opacity:1}.ed-classic-404-search button{display:grid;place-items:center;width:48px;height:100%;padding:0;border:0;background:var(--brand,#008b57);color:#fff;font-size:1.16rem;cursor:pointer;transition:background-color .18s ease}.ed-classic-404-search button:focus-visible,.ed-classic-404-search button:hover{background:var(--brand-dark,#006f45);outline:0}html[data-theme=dark] .ed-classic-404-code{color:#303431}html[data-theme=dark] .ed-classic-404 h1{color:#f1f3f2}html[data-theme=dark] .ed-classic-404 p{color:#aeb5b1}html[data-theme=dark] .ed-classic-404-search{border-color:#3d4540;background:#252b28}html[data-theme=dark] .ed-classic-404-search input{color:#f2f4f3}html[data-theme=dark] .ed-classic-404-search input::placeholder{color:#7f8983}@media(max-width:575.98px){.ed-classic-404{min-height:58vh;padding:45px 16px}.ed-classic-404-code{margin-bottom:18px;font-size:clamp(6rem,31vw,9rem)}.ed-classic-404 h1{margin-bottom:18px;font-size:2rem}.ed-classic-404 p{margin-bottom:23px;font-size:.86rem}.ed-classic-404-search{height:42px}}.article-preview-backdrop,.article-report-backdrop{background:rgba(2,6,23,.68)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.article-preview-content,.article-report-content{position:relative!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.42)!important;background:rgba(255,255,255,.78)!important;-webkit-backdrop-filter:blur(22px) saturate(150%)!important;backdrop-filter:blur(22px) saturate(150%)!important;box-shadow:0 28px 90px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.6)!important}.article-preview-content::before,.article-report-content::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(145deg,rgba(255,255,255,.3),rgba(255,255,255,.06) 46%,transparent 70%);z-index:0}.article-preview-body,.article-preview-header,.article-report-form,.article-report-header{position:relative;z-index:1}.article-preview-header,.article-report-header{background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,.08))!important;border-bottom-color:rgba(148,163,184,.24)!important}.article-preview-body{background:rgba(248,250,252,.48)!important}.article-preview-close,.article-report-close{border:1px solid rgba(148,163,184,.28)!important;background:rgba(255,255,255,.48)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;transition:background .18s ease,transform .18s ease,border-color .18s ease!important}.article-preview-close:hover,.article-report-close:hover{background:rgba(255,255,255,.78)!important;border-color:rgba(0,139,87,.35)!important;transform:scale(1.04)}.article-report-form .form-control,.article-report-form .form-select{background:rgba(255,255,255,.66)!important;border-color:rgba(148,163,184,.34)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}[data-bs-theme=dark] .article-preview-content,[data-bs-theme=dark] .article-report-content,body.dark-mode .article-preview-content,body.dark-mode .article-report-content,html.dark .article-preview-content,html.dark .article-report-content,html[data-theme=dark] .article-preview-content,html[data-theme=dark] .article-report-content{color:#e5e7eb!important;border-color:rgba(148,163,184,.24)!important;background:rgba(30,41,59,.78)!important;box-shadow:0 28px 90px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.08)!important}[data-bs-theme=dark] .article-preview-content::before,[data-bs-theme=dark] .article-report-content::before,body.dark-mode .article-preview-content::before,body.dark-mode .article-report-content::before,html.dark .article-preview-content::before,html.dark .article-report-content::before,html[data-theme=dark] .article-preview-content::before,html[data-theme=dark] .article-report-content::before{background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025) 46%,transparent 70%)}[data-bs-theme=dark] .article-preview-header,[data-bs-theme=dark] .article-report-header,body.dark-mode .article-preview-header,body.dark-mode .article-report-header,html.dark .article-preview-header,html.dark .article-report-header,html[data-theme=dark] .article-preview-header,html[data-theme=dark] .article-report-header{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.015))!important;border-bottom-color:rgba(148,163,184,.2)!important}[data-bs-theme=dark] .article-preview-body,body.dark-mode .article-preview-body,html.dark .article-preview-body,html[data-theme=dark] .article-preview-body{background:rgba(15,23,42,.36)!important}[data-bs-theme=dark] .article-preview-close,[data-bs-theme=dark] .article-report-close,body.dark-mode .article-preview-close,body.dark-mode .article-report-close,html.dark .article-preview-close,html.dark .article-report-close,html[data-theme=dark] .article-preview-close,html[data-theme=dark] .article-report-close{color:#f1f5f9!important;background:rgba(15,23,42,.42)!important;border-color:rgba(148,163,184,.25)!important}[data-bs-theme=dark] .article-report-form .form-control,[data-bs-theme=dark] .article-report-form .form-select,body.dark-mode .article-report-form .form-control,body.dark-mode .article-report-form .form-select,html.dark .article-report-form .form-control,html.dark .article-report-form .form-select,html[data-theme=dark] .article-report-form .form-control,html[data-theme=dark] .article-report-form .form-select{color:#f1f5f9!important;background:rgba(15,23,42,.48)!important;border-color:rgba(148,163,184,.28)!important}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.article-preview-content,.article-report-content{background:#fff!important}html[data-theme=dark] .article-preview-content,html[data-theme=dark] .article-report-content{background:#1e293b!important}}@media (max-width:600px){.article-comments-modal{padding:0!important;align-items:stretch!important;overflow:hidden!important}.article-comments-dialog{width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;min-width:0!important;margin:0!important}.article-comments-card{width:100%!important;max-width:100%!important;min-width:0!important;height:100%!important;border-radius:0!important;border-inline:0!important;overflow:hidden!important}.article-comments-header{flex:0 0 auto!important;padding:13px 14px!important}.article-comments-heading,.article-comments-heading>div{min-width:0!important}.article-comments-header h2,.article-comments-header small{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important}.article-comments-body{width:100%!important;max-width:100%!important;min-width:0!important;padding:10px!important;overflow-x:hidden!important;overscroll-behavior-x:none!important}.article-comments-list{width:100%!important;max-width:100%!important;min-width:0!important;gap:9px!important;overflow-x:hidden!important}.comment-item,.comment-item.admin-comment,.comment-item.comment-reply{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:12px!important;gap:10px!important;border-right:1px solid rgba(148,163,184,.22)!important;border-left:1px solid rgba(148,163,184,.22)!important;border-radius:15px!important;transform:none!important;overflow:hidden!important;box-sizing:border-box!important}.comment-item.comment-reply{margin-inline:0!important;padding-inline:12px!important;background:color-mix(in srgb,var(--brand,#008b57) 5%,var(--bs-body-bg))!important}.comment-item:hover{transform:none!important}.comment-avatar{width:38px!important;height:38px!important;min-width:38px!important;flex-basis:38px!important}.comment-actions,.comment-content,.comment-main,.comment-meta,.comment-meta strong{min-width:0!important;max-width:100%!important}.comment-meta{display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:space-between!important;gap:2px 8px!important}.comment-meta strong{overflow-wrap:anywhere!important;word-break:break-word!important}.comment-meta time{display:block!important;margin:0!important;white-space:nowrap!important}.comment-content{width:100%!important;line-height:1.8!important;overflow-wrap:anywhere!important;word-break:break-word!important;white-space:normal!important}.comment-replies-toggle{width:100%!important;max-width:100%!important;margin:0!important;box-sizing:border-box!important}.article-comment-form,.comment-form-fields,.comment-form-head,.comment-reply-context{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.article-comment-form input,.article-comment-form select,.article-comment-form textarea{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}}.comment-item[hidden],.comment-reply[hidden]{display:none!important}.comment-form-open{display:flex!important;align-items:center!important;gap:11px!important;min-width:0!important;cursor:pointer!important;text-align:right!important}.comment-form-open-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:12px;color:var(--comments-green,var(--brand,#008b57));background:color-mix(in srgb,var(--comments-green,var(--brand,#008b57)) 10%,transparent);border:1px solid color-mix(in srgb,var(--comments-green,var(--brand,#008b57)) 18%,transparent);transition:transform .18s ease,background .18s ease}.comment-form-open-icon .comment-ui-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.comment-form-open-copy{display:block;min-width:0}.comment-form-open:focus-visible .comment-form-open-icon,.comment-form-open:hover .comment-form-open-icon{transform:translateY(-1px);background:color-mix(in srgb,var(--comments-green,var(--brand,#008b57)) 16%,transparent)}.comment-form-open:focus-visible{outline:2px solid color-mix(in srgb,var(--comments-green,var(--brand,#008b57)) 35%,transparent)!important;outline-offset:3px!important;border-radius:12px!important}@media (max-width:600px){.comment-form-head{align-items:center!important}.comment-form-open{flex:1 1 auto!important;width:auto!important}.comment-form-open-icon{width:36px;height:36px;flex-basis:36px;border-radius:11px}.comment-form-open-copy h3{font-size:1rem!important;line-height:1.35!important}.comment-form-open-copy small{display:block!important;margin-top:2px!important;line-height:1.35!important}}.article-comment-form:not(.is-open){padding-top:10px!important;padding-bottom:10px!important}.article-comment-form:not(.is-open) .comment-form-head{margin:0!important}.comment-form-open{width:100%!important;min-height:48px!important;padding:7px 10px!important;border:1px solid rgba(15,139,87,.18)!important;border-radius:14px!important;background:rgba(15,139,87,.045)!important}.comment-form-open-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important}.comment-form-placeholder{font-size:.95rem;font-weight:700;color:#566474;line-height:1.35}.comment-form-open-copy small{font-size:.71rem!important;margin-top:1px!important}.article-comment-form.is-open .comment-form-head{display:none!important}.article-comment-form.is-open .comment-reply-context:not([hidden]){display:flex!important}.comment-message-field{margin-bottom:10px}.comment-message-field textarea{resize:vertical;min-height:92px!important}.comment-identity-grid{margin-top:4px}.comment-form-buttons{display:flex;align-items:center;gap:8px;flex:0 0 auto}.comment-form-collapse{border:1px solid rgba(100,116,139,.25);background:0 0;color:inherit;border-radius:10px;padding:8px 12px;font-weight:700;cursor:pointer}.comment-form-collapse:hover{border-color:rgba(15,139,87,.45);color:var(--brand,#008b57)}.comment-reply-context{align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;padding:8px 10px;border-radius:10px;background:rgba(15,139,87,.08);color:var(--brand,#008b57);font-weight:700}.comment-reply-context button{border:0;background:0 0;color:inherit;font-weight:700;cursor:pointer}@media(max-width:767.98px){.comment-form-open{min-height:46px!important;padding:6px 9px!important;border-radius:13px!important}.comment-form-open-icon{width:34px!important;height:34px!important;flex-basis:34px!important}.comment-form-placeholder{font-size:.9rem}.comment-form-open-copy small{font-size:.68rem!important}.article-comment-form.is-open{padding-top:10px!important}.comment-message-field textarea{min-height:86px!important}.comment-form-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.comment-form-buttons{width:100%;justify-content:flex-end}.comment-form-result{min-height:0!important}.comment-note{font-size:.72rem}}[data-bs-theme=dark] .comment-form-open,body.dark-mode .comment-form-open,html[data-theme=dark] .comment-form-open{background:rgba(34,197,94,.07)!important;border-color:rgba(74,222,128,.18)!important}[data-bs-theme=dark] .comment-form-placeholder,body.dark-mode .comment-form-placeholder,html[data-theme=dark] .comment-form-placeholder{color:#d6dfeb}[data-bs-theme=dark] .comment-form-collapse,body.dark-mode .comment-form-collapse,html[data-theme=dark] .comment-form-collapse{border-color:rgba(148,163,184,.28);color:#e2e8f0}.comments-sort-switch{--sort-gap:3px;position:relative;direction:rtl;display:grid;grid-template-columns:1fr 1fr;align-items:center;width:166px;min-width:166px;height:38px;padding:var(--sort-gap);border:1px solid #d7e3de;border-radius:12px;background:#edf4f1;box-shadow:inset 0 1px 2px rgba(15,23,42,.05);overflow:hidden;isolation:isolate}.comments-sort-option{position:relative;z-index:2;height:30px;padding:0 10px;border:0;border-radius:9px;background:0 0;color:#64748b;font:inherit;font-size:.78rem;font-weight:850;line-height:1;cursor:pointer;transition:color .22s ease,transform .16s ease}.comments-sort-option:active{transform:scale(.97)}.comments-sort-option.is-active{color:#fff}.comments-sort-option:focus-visible{outline:2px solid #10b981;outline-offset:2px}.comments-sort-slider{position:absolute;z-index:1;top:var(--sort-gap);right:var(--sort-gap);width:calc(50% - (var(--sort-gap) * 1.5));height:30px;border-radius:9px;background:linear-gradient(135deg,#0aa36b,#087a55);box-shadow:0 4px 12px rgba(8,122,85,.25),inset 0 1px 0 rgba(255,255,255,.2);transition:transform .24s cubic-bezier(.2,.8,.2,1)}.comments-sort-switch[data-active=oldest] .comments-sort-slider{transform:translateX(-100%)}@media (max-width:767.98px){.comments-sort-switch{width:148px;min-width:148px;height:36px;border-radius:11px}.comments-sort-option{height:28px;padding-inline:7px;font-size:.75rem}.comments-sort-slider{height:28px}}[data-bs-theme=dark] .comments-sort-switch,body.dark-mode .comments-sort-switch,html[data-theme=dark] .comments-sort-switch{background:#111c2e;border-color:#34445c;box-shadow:inset 0 1px 2px rgba(0,0,0,.25)}[data-bs-theme=dark] .comments-sort-option,body.dark-mode .comments-sort-option,html[data-theme=dark] .comments-sort-option{color:#aab7ca}[data-bs-theme=dark] .comments-sort-option.is-active,body.dark-mode .comments-sort-option.is-active,html[data-theme=dark] .comments-sort-option.is-active{color:#fff}.pending-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:24px!important;padding:3px 9px!important;margin-inline-start:7px!important;border:1px solid #fed7aa!important;border-radius:999px!important;background:#fff7ed!important;color:#c2410c!important;box-shadow:0 1px 2px rgba(194,65,12,.08)!important;font-size:.68rem!important;font-weight:800!important;line-height:1.2!important;white-space:nowrap!important;vertical-align:middle!important}[data-bs-theme=dark] .pending-badge,body.dark-mode .pending-badge,html[data-theme=dark] .pending-badge{border-color:rgba(251,146,60,.38)!important;background:rgba(124,45,18,.42)!important;color:#fdba74!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 1px 2px rgba(0,0,0,.22)!important}@media(max-width:575.98px){.pending-badge{min-height:22px!important;padding:3px 8px!important;font-size:.64rem!important}}.comment-meta .pending-badge,.comment-meta strong .pending-badge,span.pending-badge{background-color:#fff7ed!important;background-image:none!important;color:#c2410c!important;border-color:#fdba74!important;box-shadow:0 1px 2px rgba(194,65,12,.08)!important}[data-bs-theme=dark] .comment-meta .pending-badge,[data-bs-theme=dark] .comment-meta strong .pending-badge,[data-bs-theme=dark] span.pending-badge,body.dark-mode .comment-meta .pending-badge,body.dark-mode .comment-meta strong .pending-badge,body.dark-mode span.pending-badge,html[data-theme=dark] .comment-meta .pending-badge,html[data-theme=dark] .comment-meta strong .pending-badge,html[data-theme=dark] span.pending-badge{background-color:#4a2e00!important;background-image:none!important;color:#fdba74!important;border-color:#9a5a00!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-branch-common-science,.ed-tag-buttons-v120 .ed-tag-card-link.ed-tag-branch-common-science,.ed-tag-explorer .ed-tag-card-link.ed-tag-branch-common-science{--tag-accent:#0ea5e9!important;--tag-accent-soft:rgba(14,165,233,.065)!important}.ed-tag-buttons-v104 .ed-tag-card-link.ed-tag-branch-common-literary,.ed-tag-buttons-v120 .ed-tag-card-link.ed-tag-branch-common-literary,.ed-tag-explorer .ed-tag-card-link.ed-tag-branch-common-literary{--tag-accent:#c026d3!important;--tag-accent-soft:rgba(192,38,211,.06)!important}.ed-branch-tab-common-science{--branch-accent:#0ea5e9}.ed-branch-tab-common-literary{--branch-accent:#c026d3}/* Article views / popular articles */ .ed-popular-holder[hidden]{display:none!important}.ed-popular-section{margin:26px 0 10px}.ed-popular-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.ed-popular-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(16,185,129,.12);color:#059669;font-size:1.15rem}.ed-popular-head h2{font-size:1.05rem;margin:0 0 3px;font-weight:700}.ed-popular-head p{font-size:.82rem;color:#64748b;margin:0}.ed-popular-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ed-popular-card{display:grid;grid-template-columns:34px minmax(0,1fr) auto 18px;align-items:center;gap:10px;padding:13px 14px;border:1px solid #e4e9ef;border-radius:15px;background:#fff;color:#17202a;text-decoration:none;transition:.2s ease}.ed-popular-card:hover{transform:translateY(-1px);border-color:rgba(16,185,129,.45);box-shadow:0 8px 22px rgba(15,23,42,.06)}.ed-popular-rank{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#f0fdf4;color:#047857;font-weight:800;font-size:.82rem}.ed-popular-title{font-size:.9rem;font-weight:650;line-height:1.7;min-width:0}.ed-popular-meta{font-size:.75rem;color:#718096;white-space:nowrap}.ed-popular-arrow{color:#94a3b8;font-size:.8rem}.dark-mode .ed-popular-card,[data-theme=dark] .ed-popular-card{background:#18212b;border-color:#2b3744;color:#eef4f8}.dark-mode .ed-popular-rank,[data-theme=dark] .ed-popular-rank{background:rgba(16,185,129,.12);color:#6ee7b7}.dark-mode .ed-popular-head p,.dark-mode .ed-popular-meta,[data-theme=dark] .ed-popular-head p,[data-theme=dark] .ed-popular-meta{color:#9caebe}@media(max-width:767.98px){.ed-popular-grid{grid-template-columns:1fr}.ed-popular-card{grid-template-columns:32px minmax(0,1fr) auto 14px;padding:11px 12px;gap:8px}.ed-popular-title{font-size:.84rem}.ed-popular-meta{font-size:.7rem}}.ed-popular-holder{display:grid;gap:24px;margin-top:28px}.ed-popular-holder[hidden]{display:none!important}.ed-popular-arrow svg,.ed-popular-icon svg,.ed-popular-meta svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ed-popular-icon{display:inline-grid;place-items:center}.ed-popular-icon svg{width:24px;height:24px}.ed-popular-meta{display:inline-flex!important;align-items:center;gap:5px;direction:ltr;white-space:nowrap;color:#7890a8!important}.ed-popular-meta b{font-size:.78rem;font-weight:750}.ed-popular-arrow{display:inline-grid;place-items:center;color:#94a3b8;flex:0 0 auto}.ed-popular-arrow svg{width:18px;height:18px;stroke-width:2.2}.ed-popular-card:hover .ed-popular-arrow{color:var(--brand,#008b57);transform:translateX(-2px)}.ed-ranking-comments .ed-popular-icon{background:rgba(249,115,22,.12);color:#ea580c}.ed-ranking-comments .ed-popular-rank{background:#fff7ed;color:#c2410c}.ed-ranking-comments .ed-popular-card:hover{border-color:rgba(249,115,22,.42)}body.dark .ed-ranking-comments .ed-popular-rank,body.dark-mode .ed-ranking-comments .ed-popular-rank,html[data-bs-theme=dark] .ed-ranking-comments .ed-popular-rank{background:rgba(249,115,22,.14);color:#fdba74}@media(max-width:767px){.ed-popular-holder{gap:18px;margin-top:20px}.ed-popular-meta svg{width:18px;height:18px}.ed-popular-arrow svg{width:17px;height:17px}}.ed-popular-holder{display:block;margin-top:28px}.ed-ranking-tabs{border:1px solid var(--bs-border-color,#e3e8ee);border-radius:20px;background:var(--bs-body-bg,#fff);overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.045)}.ed-ranking-tabs-head{display:flex;align-items:center;gap:6px;padding:7px;border-bottom:1px solid var(--bs-border-color,#e8edf2);background:var(--bs-tertiary-bg,#f7f9fb)}.ed-ranking-tab{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:9px 14px;border:0;border-radius:13px;background:0 0;color:var(--bs-secondary-color,#667085);font:inherit;font-size:.9rem;font-weight:750;cursor:pointer;transition:.18s ease}.ed-ranking-tab svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.ed-ranking-tab:hover{background:color-mix(in srgb,var(--brand,#008b57) 7%,transparent);color:var(--brand,#008b57)}.ed-ranking-tab.is-active{background:var(--bs-body-bg,#fff);color:var(--brand,#008b57);box-shadow:0 4px 14px rgba(15,23,42,.08)}.ed-ranking-panel{padding:17px}.ed-ranking-panel[hidden]{display:none!important}.ed-ranking-panel.is-active{animation:edRankingFade .18s ease}.ed-ranking-panel-title{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;margin:0 2px 13px}.ed-ranking-panel-title strong{font-size:1rem}.ed-ranking-panel-title span{font-size:.78rem;color:var(--bs-secondary-color,#718096)}.ed-ranking-empty{padding:24px;text-align:center;color:var(--bs-secondary-color,#718096);font-size:.88rem}.ed-ranking-panel[data-ranking-panel=comments] .ed-popular-rank{background:#fff7ed;color:#c2410c}.ed-ranking-panel[data-ranking-panel=comments] .ed-popular-card:hover{border-color:rgba(249,115,22,.42)}@keyframes edRankingFade{from{opacity:.35;transform:translateY(3px)}to{opacity:1;transform:none}}body.dark-mode .ed-ranking-tabs,html[data-theme=dark] .ed-ranking-tabs{background:#18212b;border-color:#2b3744}.ed-ranking-tabs-head{border-color:var(--bs-border-color,#e8edf2)}body.dark-mode .ed-ranking-tab.is-active,html[data-theme=dark] .ed-ranking-tab.is-active{background:#222d39;color:#6ee7b7;box-shadow:0 4px 14px rgba(0,0,0,.18)}body.dark-mode .ed-ranking-panel[data-ranking-panel=comments] .ed-popular-rank,html[data-theme=dark] .ed-ranking-panel[data-ranking-panel=comments] .ed-popular-rank{background:rgba(249,115,22,.14);color:#fdba74}@media(max-width:575.98px){.ed-popular-holder{margin-top:20px}.ed-ranking-tabs{border-radius:16px}.ed-ranking-tabs-head{padding:5px}.ed-ranking-tab{min-height:40px;padding:8px 9px;font-size:.82rem;gap:6px}.ed-ranking-tab svg{width:17px;height:17px}.ed-ranking-panel{padding:12px}.ed-ranking-panel-title{margin-bottom:10px}.ed-ranking-panel-title span{display:none}}@media (max-width:767.98px){.ed-ranking-panel .ed-popular-card{grid-template-columns:32px minmax(0,1fr) 18px!important;grid-template-areas:"rank title title" ". meta arrow"!important;align-items:start!important;column-gap:10px!important;row-gap:7px!important;padding:13px 12px!important}.ed-ranking-panel .ed-popular-rank{grid-area:rank!important;align-self:start!important}.ed-ranking-panel .ed-popular-title{grid-area:title!important;display:block!important;width:100%!important;min-width:0!important;font-size:.88rem!important;line-height:1.75!important;overflow-wrap:anywhere!important}.ed-ranking-panel .ed-popular-meta{grid-area:meta!important;justify-self:start!important;align-self:center!important;min-width:0!important;font-size:.72rem!important}.ed-ranking-panel .ed-popular-arrow{grid-area:arrow!important;justify-self:end!important;align-self:center!important}}@media (max-width:380px){.ed-ranking-panel .ed-popular-card{grid-template-columns:30px minmax(0,1fr) 16px!important;column-gap:8px!important;padding:12px 10px!important}.ed-ranking-panel .ed-popular-title{font-size:.84rem!important}}@media (max-width:767.98px){.ed-ranking-panel .ed-popular-grid{gap:10px!important}.ed-ranking-panel .ed-popular-card{position:relative!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;min-height:0!important;gap:0!important;padding:15px 14px 12px!important;border-radius:16px!important}.ed-ranking-panel .ed-popular-rank{position:absolute!important;top:13px!important;inset-inline-start:13px!important;width:30px!important;height:30px!important;border-radius:10px!important;font-size:.8rem!important;z-index:1!important}.ed-ranking-panel .ed-popular-title{display:block!important;width:100%!important;min-width:0!important;padding-inline-start:42px!important;padding-inline-end:0!important;margin:0!important;font-size:.88rem!important;font-weight:750!important;line-height:1.75!important;text-align:start!important;overflow-wrap:break-word!important;word-break:normal!important}.ed-ranking-panel .ed-popular-arrow,.ed-ranking-panel .ed-popular-meta{position:absolute!important;bottom:11px!important}.ed-ranking-panel .ed-popular-meta{inset-inline-start:14px!important;display:inline-flex!important;align-items:center!important;gap:5px!important;direction:ltr!important;font-size:.72rem!important}.ed-ranking-panel .ed-popular-arrow{inset-inline-end:14px!important;display:inline-grid!important;place-items:center!important}.ed-ranking-panel .ed-popular-card::after{content:"";display:block;height:25px;flex:0 0 25px}}@media (max-width:390px){.ed-ranking-panel .ed-popular-card{padding:14px 12px 11px!important}.ed-ranking-panel .ed-popular-rank{top:12px!important;inset-inline-start:12px!important;width:28px!important;height:28px!important}.ed-ranking-panel .ed-popular-title{padding-inline-start:39px!important;font-size:.84rem!important;line-height:1.7!important}.ed-ranking-panel .ed-popular-meta{inset-inline-start:12px!important}.ed-ranking-panel .ed-popular-arrow{inset-inline-end:12px!important}}.ed-ranking-panel-title{display:none!important}.ed-ranking-panel{padding:14px!important}.ed-popular-content{display:flex;flex-direction:column;min-width:0;gap:4px}.ed-ranking-panel .ed-popular-card{display:grid!important;grid-template-columns:34px minmax(0,1fr) 20px!important;align-items:center!important;gap:11px!important;min-height:72px!important;padding:11px 13px!important}.ed-ranking-panel .ed-popular-rank{position:static!important;grid-column:auto!important;inset:auto!important;flex:none!important}.ed-ranking-panel .ed-popular-title{padding:0!important;margin:0!important;width:auto!important;line-height:1.65!important}.ed-ranking-panel .ed-popular-meta{position:static!important;inset:auto!important;display:inline-flex!important;align-items:center!important;gap:5px!important;justify-self:start!important;width:max-content!important}.ed-ranking-panel .ed-popular-arrow{position:static!important;inset:auto!important;justify-self:end!important}.ed-ranking-panel .ed-popular-card::after{display:none!important;content:none!important}@media(max-width:767.98px){.ed-ranking-tabs{border-radius:17px!important}.ed-ranking-panel{padding:10px!important}.ed-ranking-panel .ed-popular-grid{gap:7px!important}.ed-ranking-panel .ed-popular-card{grid-template-columns:30px minmax(0,1fr) 18px!important;min-height:64px!important;gap:9px!important;padding:9px 10px!important;border-radius:13px!important}.ed-ranking-panel .ed-popular-rank{width:28px!important;height:28px!important;border-radius:9px!important;font-size:.76rem!important}.ed-ranking-panel .ed-popular-content{gap:2px!important}.ed-ranking-panel .ed-popular-title{font-size:.84rem!important;line-height:1.6!important;font-weight:750!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.ed-ranking-panel .ed-popular-meta{font-size:.68rem!important;line-height:1!important}.ed-ranking-panel .ed-popular-meta svg{width:16px!important;height:16px!important}.ed-ranking-panel .ed-popular-arrow svg{width:16px!important;height:16px!important}}@media(max-width:380px){.ed-ranking-panel{padding:8px!important}.ed-ranking-panel .ed-popular-card{grid-template-columns:28px minmax(0,1fr) 16px!important;padding:8px!important;gap:8px!important}.ed-ranking-panel .ed-popular-rank{width:26px!important;height:26px!important}.ed-ranking-panel .ed-popular-title{font-size:.81rem!important}}.ed-ranking-panel .ed-popular-card{position:relative!important;overflow:visible!important;grid-template-columns:52px minmax(0,1fr)!important;gap:12px!important;margin-inline-end:13px!important}.ed-popular-rank-stack{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-width:0!important;align-self:stretch!important}.ed-ranking-panel .ed-popular-rank{position:static!important;width:30px!important;height:30px!important;flex:0 0 30px!important}.ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta{position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;width:100%!important;max-width:48px!important;min-width:0!important;margin:0!important;padding:0!important;font-size:.66rem!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important}.ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta svg{width:14px!important;height:14px!important;flex:0 0 14px!important}.ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta b{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:.67rem!important}.ed-ranking-panel .ed-popular-content{align-self:center!important;width:100%!important}.ed-ranking-panel .ed-popular-title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;line-height:1.65!important}.ed-ranking-panel .ed-popular-arrow{position:absolute!important;top:50%!important;inset-inline-end:-14px!important;transform:translateY(-50%)!important;width:28px!important;height:28px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:var(--bs-body-bg,#fff)!important;border:1px solid var(--bs-border-color,#dfe6ed)!important;color:#8ea0b2!important;box-shadow:0 5px 14px rgba(15,23,42,.1)!important;z-index:3!important;transition:transform .18s ease,color .18s ease,border-color .18s ease!important}.ed-ranking-panel .ed-popular-card:hover .ed-popular-arrow{color:var(--brand,#008b57)!important;border-color:color-mix(in srgb,var(--brand,#008b57) 38%,var(--bs-border-color,#dfe6ed))!important;transform:translateY(-50%) translateX(-2px)!important}.ed-ranking-panel .ed-popular-arrow svg{width:15px!important;height:15px!important}body.dark-mode .ed-ranking-panel .ed-popular-arrow,html[data-theme=dark] .ed-ranking-panel .ed-popular-arrow{background:#222d39!important;border-color:#354454!important;box-shadow:0 5px 14px rgba(0,0,0,.25)!important}@media(max-width:767.98px){.ed-ranking-panel{padding:10px 10px 10px 18px!important}.ed-ranking-panel .ed-popular-grid{gap:8px!important}.ed-ranking-panel .ed-popular-card{grid-template-columns:48px minmax(0,1fr)!important;min-height:76px!important;padding:10px 12px!important;gap:10px!important;margin-inline-end:12px!important;border-radius:14px!important}.ed-ranking-panel .ed-popular-rank{width:28px!important;height:28px!important;flex-basis:28px!important}.ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta{max-width:45px!important;font-size:.64rem!important}.ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta svg{width:13px!important;height:13px!important;flex-basis:13px!important}.ed-ranking-panel .ed-popular-title{font-size:.85rem!important;line-height:1.65!important}.ed-ranking-panel .ed-popular-arrow{inset-inline-end:-13px!important;width:27px!important;height:27px!important}}@media(max-width:380px){.ed-ranking-panel{padding-inline-start:16px!important}.ed-ranking-panel .ed-popular-card{grid-template-columns:44px minmax(0,1fr)!important;padding:9px 10px!important;gap:8px!important}.ed-ranking-panel .ed-popular-title{font-size:.81rem!important}}.ed-ranking-panel .ed-popular-card{grid-template-columns:46px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-height:68px!important;padding:9px 12px!important;margin-inline-end:0!important;overflow:hidden!important;border-radius:13px!important;text-decoration:none!important}.ed-ranking-panel .ed-popular-card:hover{transform:translateY(-1px)!important;box-shadow:0 7px 18px rgba(15,23,42,.07)!important}.ed-popular-rank-stack{gap:4px!important;align-self:center!important;justify-content:center!important;width:46px!important}.ed-ranking-panel .ed-popular-rank{width:28px!important;height:28px!important;flex:0 0 28px!important;border-radius:9px!important;font-size:.78rem!important;font-weight:800!important}.ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta{width:auto!important;max-width:46px!important;min-height:20px!important;padding:3px 6px!important;gap:3px!important;border-radius:999px!important;background:color-mix(in srgb,#8da0b4 10%,transparent)!important;color:#7d90a4!important;overflow:visible!important;font-size:.65rem!important;font-weight:700!important}.ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta svg{width:12px!important;height:12px!important;flex:0 0 12px!important}.ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta b{overflow:visible!important;text-overflow:clip!important;font-size:.66rem!important;line-height:1!important}.ed-ranking-panel .ed-popular-content{min-width:0!important;align-self:center!important}.ed-ranking-panel .ed-popular-title{font-size:.88rem!important;line-height:1.55!important;font-weight:750!important;padding:0!important;margin:0!important}.ed-ranking-panel .ed-popular-arrow{display:none!important}.ed-ranking-panel{padding:10px!important}.ed-ranking-panel .ed-popular-grid{gap:7px!important}body.dark-mode .ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta,html[data-theme=dark] .ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta{background:rgba(148,163,184,.12)!important;color:#a9b8c8!important}@media(max-width:575.98px){.ed-ranking-tabs{border-radius:16px!important}.ed-ranking-tabs-head{padding:4px!important}.ed-ranking-tab{min-height:44px!important;padding:8px 7px!important;border-radius:12px!important;font-size:.84rem!important}.ed-ranking-panel{padding:9px!important}.ed-ranking-panel .ed-popular-card{grid-template-columns:44px minmax(0,1fr)!important;min-height:65px!important;padding:8px 10px!important;gap:8px!important;border-radius:12px!important}.ed-popular-rank-stack{width:44px!important;gap:3px!important}.ed-ranking-panel .ed-popular-rank{width:27px!important;height:27px!important;flex-basis:27px!important}.ed-ranking-panel .ed-popular-rank-stack .ed-popular-meta{min-height:18px!important;padding:2px 5px!important}.ed-ranking-panel .ed-popular-title{font-size:.84rem!important;line-height:1.5!important}}@media(max-width:380px){.ed-ranking-panel{padding:8px!important}.ed-ranking-panel .ed-popular-card{grid-template-columns:41px minmax(0,1fr)!important;padding:8px!important;gap:7px!important}.ed-popular-rank-stack{width:41px!important}.ed-ranking-panel .ed-popular-title{font-size:.8rem!important}}.ed-ranking-panel{padding:8px 10px!important}.ed-ranking-panel .ed-popular-grid{gap:0!important}.ed-ranking-panel .ed-popular-card{display:flex!important;direction:rtl!important;align-items:center!important;min-width:0!important;min-height:62px!important;padding:9px 10px!important;gap:10px!important;margin:0!important;border:0!important;border-bottom:1px solid color-mix(in srgb,var(--bs-border-color,#dfe6ed) 78%,transparent)!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;overflow:hidden!important;text-decoration:none!important;transition:background-color .16s ease,transform .16s ease!important}.ed-ranking-panel .ed-popular-card:first-child{border-top:0!important}.ed-ranking-panel .ed-popular-card:last-child{border-bottom:0!important}.ed-ranking-panel .ed-popular-card:hover{background:color-mix(in srgb,var(--brand,#079761) 5%,transparent)!important;transform:none!important;box-shadow:none!important}.ed-ranking-panel .ed-popular-card:active{transform:scale(.995)!important}.ed-ranking-panel .ed-popular-rank{position:static!important;inset:auto!important;display:grid!important;place-items:center!important;flex:0 0 38px!important;width:38px!important;height:38px!important;margin:0!important;border-radius:11px!important;background:color-mix(in srgb,var(--brand,#079761) 10%,#fff)!important;color:var(--brand,#079761)!important;font-size:.88rem!important;font-weight:800!important;line-height:1!important}.ed-ranking-panel .ed-popular-content{flex:1 1 auto!important;min-width:0!important;width:auto!important;align-self:center!important}.ed-ranking-panel .ed-popular-title{display:block!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;font-size:.9rem!important;font-weight:750!important;line-height:1.5!important}.ed-ranking-panel .ed-popular-meta{position:static!important;inset:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:auto!important;min-width:54px!important;max-width:78px!important;min-height:28px!important;margin:0!important;padding:4px 8px!important;gap:4px!important;border-radius:999px!important;background:color-mix(in srgb,var(--brand,#079761) 9%,#fff)!important;color:var(--brand,#079761)!important;font-size:.72rem!important;font-weight:750!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important}.ed-ranking-panel .ed-popular-meta svg{flex:0 0 14px!important;width:14px!important;height:14px!important}.ed-ranking-panel .ed-popular-meta b{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:.72rem!important;line-height:1!important}.ed-ranking-panel .ed-popular-rank-stack{display:contents!important}.ed-ranking-panel .ed-popular-arrow{display:none!important}.ed-ranking-tabs-head{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px!important;padding:4px!important}.ed-ranking-tab{min-width:0!important;min-height:44px!important;padding:7px 9px!important;gap:6px!important;white-space:nowrap!important;overflow:hidden!important;font-size:.84rem!important;border-radius:12px!important}.ed-ranking-tab span{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ed-ranking-tab svg{flex:0 0 18px!important;width:18px!important;height:18px!important}body.dark-mode .ed-ranking-panel .ed-popular-rank,html[data-theme=dark] .ed-ranking-panel .ed-popular-rank{background:rgba(20,184,116,.13)!important}body.dark-mode .ed-ranking-panel .ed-popular-meta,html[data-theme=dark] .ed-ranking-panel .ed-popular-meta{background:rgba(20,184,116,.11)!important}@media(max-width:575.98px){.ed-ranking-panel{padding:5px 9px!important}.ed-ranking-panel .ed-popular-card{min-height:58px!important;padding:8px 6px!important;gap:8px!important}.ed-ranking-panel .ed-popular-rank{flex-basis:34px!important;width:34px!important;height:34px!important;border-radius:10px!important;font-size:.82rem!important}.ed-ranking-panel .ed-popular-title{font-size:.84rem!important;line-height:1.45!important}.ed-ranking-panel .ed-popular-meta{min-width:48px!important;max-width:66px!important;min-height:25px!important;padding:3px 6px!important;font-size:.67rem!important}.ed-ranking-panel .ed-popular-meta svg{width:13px!important;height:13px!important;flex-basis:13px!important}.ed-ranking-panel .ed-popular-meta b{font-size:.67rem!important}.ed-ranking-tab{min-height:42px!important;padding:6px 7px!important;font-size:.78rem!important;gap:5px!important}.ed-ranking-tab svg{width:16px!important;height:16px!important;flex-basis:16px!important}}@media(max-width:360px){.ed-ranking-panel .ed-popular-card{gap:6px!important;padding-inline:4px!important}.ed-ranking-panel .ed-popular-rank{flex-basis:31px!important;width:31px!important;height:31px!important}.ed-ranking-panel .ed-popular-title{font-size:.79rem!important}.ed-ranking-panel .ed-popular-meta{min-width:44px!important;max-width:58px!important;padding-inline:5px!important}.ed-ranking-tab{font-size:.72rem!important;padding-inline:5px!important}}.ed-ranking-tabs{background:var(--bs-body-bg,#fff)!important;border-color:var(--bs-border-color,#e3e8ee)!important;color:var(--bs-body-color,#17202b)!important;overflow:hidden!important}.ed-ranking-tabs-head{background:color-mix(in srgb,var(--bs-body-bg,#fff) 94%,var(--brand,#079761) 6%)!important;border-bottom:1px solid var(--bs-border-color,#e3e8ee)!important}.ed-ranking-tab{color:color-mix(in srgb,var(--bs-body-color,#17202b) 78%,transparent)!important;background:0 0!important;border:0!important;box-shadow:none!important}.ed-ranking-tab.is-active{color:var(--brand,#079761)!important;background:var(--bs-body-bg,#fff)!important;box-shadow:0 5px 16px rgba(20,35,50,.07)!important}.ed-ranking-panel{background:var(--bs-body-bg,#fff)!important;color:var(--bs-body-color,#17202b)!important}.ed-ranking-panel .ed-popular-card{display:grid!important;grid-template-columns:38px minmax(0,1fr) max-content!important;grid-template-rows:1fr!important;align-items:center!important;direction:rtl!important;column-gap:10px!important;min-height:62px!important}.ed-ranking-panel .ed-popular-rank{grid-column:1!important;grid-row:1!important;justify-self:start!important}.ed-ranking-panel .ed-popular-content{grid-column:2!important;grid-row:1!important;min-width:0!important;width:100%!important}.ed-ranking-panel .ed-popular-title{color:var(--bs-body-color,#17202b)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.ed-ranking-panel .ed-popular-meta{grid-column:3!important;grid-row:1!important;align-self:center!important;justify-self:end!important;position:static!important;transform:none!important;margin:0!important;white-space:nowrap!important}.ed-ranking-empty{color:color-mix(in srgb,var(--bs-body-color,#17202b) 68%,transparent)!important;background:0 0!important}body.dark-mode .ed-ranking-tabs,html[data-theme=dark] .ed-ranking-tabs{--bs-body-bg:#151c24;--bs-body-color:#edf3f7;--bs-border-color:#313c48;background:#151c24!important;border-color:#313c48!important;box-shadow:0 12px 30px rgba(0,0,0,.24)!important}body.dark-mode .ed-ranking-tabs-head,html[data-theme=dark] .ed-ranking-tabs-head{background:#18212a!important;border-bottom-color:#313c48!important}body.dark-mode .ed-ranking-tab,html[data-theme=dark] .ed-ranking-tab{color:#b8c2cc!important}body.dark-mode .ed-ranking-tab.is-active,html[data-theme=dark] .ed-ranking-tab.is-active{color:#63d49d!important;background:#202b35!important;box-shadow:0 6px 18px rgba(0,0,0,.28)!important}body.dark-mode .ed-ranking-panel,html[data-theme=dark] .ed-ranking-panel{background:#151c24!important;color:#edf3f7!important}body.dark-mode .ed-ranking-panel .ed-popular-card,html[data-theme=dark] .ed-ranking-panel .ed-popular-card{border-bottom-color:#313c48!important;background:0 0!important}body.dark-mode .ed-ranking-panel .ed-popular-card:hover,html[data-theme=dark] .ed-ranking-panel .ed-popular-card:hover{background:rgba(99,212,157,.07)!important}body.dark-mode .ed-ranking-panel .ed-popular-title,html[data-theme=dark] .ed-ranking-panel .ed-popular-title{color:#edf3f7!important}body.dark-mode .ed-ranking-panel .ed-popular-rank,html[data-theme=dark] .ed-ranking-panel .ed-popular-rank{color:#7be0ae!important;background:rgba(46,185,122,.16)!important}body.dark-mode .ed-ranking-panel .ed-popular-meta,html[data-theme=dark] .ed-ranking-panel .ed-popular-meta{color:#7be0ae!important;background:rgba(46,185,122,.13)!important}body.dark-mode .ed-ranking-empty,html[data-theme=dark] .ed-ranking-empty{color:#aeb9c4!important}@media(max-width:575.98px){.ed-ranking-panel .ed-popular-card{grid-template-columns:34px minmax(0,1fr) max-content!important;grid-template-rows:1fr!important;min-height:56px!important;padding:7px 5px!important;column-gap:7px!important}.ed-ranking-panel .ed-popular-rank{grid-column:1!important;grid-row:1!important}.ed-ranking-panel .ed-popular-content{grid-column:2!important;grid-row:1!important}.ed-ranking-panel .ed-popular-meta{grid-column:3!important;grid-row:1!important;min-width:45px!important;max-width:62px!important;padding:3px 5px!important}}@media(max-width:360px){.ed-ranking-panel .ed-popular-card{grid-template-columns:31px minmax(0,1fr) max-content!important;column-gap:5px!important}.ed-ranking-panel .ed-popular-meta{min-width:41px!important;max-width:55px!important;padding-inline:4px!important}}.article-comments-scroll-head{position:relative!important;z-index:2;margin:-20px -22px 18px;background:var(--bs-body-bg,#fff)}.article-comments-scroll-head .article-comments-header,.article-comments-scroll-head .article-comments-toolbar{position:relative!important;inset:auto!important;top:auto!important;flex:none!important}.article-comments-scroll-head .article-comments-header{border-radius:0!important}.article-comments-scroll-head+.article-comments-list{position:relative;z-index:1}@media (max-width:767.98px){.article-comments-scroll-head{margin:-15px -14px 14px}}@media (max-width:600px){.article-comments-body{padding:0!important}.article-comments-scroll{padding:15px 14px 10px!important}.article-comments-scroll-head{margin:-15px -14px 14px!important}}[data-bs-theme=dark] .article-comments-scroll-head,body.dark-mode .article-comments-scroll-head,html[data-theme=dark] .article-comments-scroll-head{background:#0b1423}@media (max-width:767.98px){.article-comments-modal.is-open .article-comments-close{position:fixed!important;top:max(14px,calc(env(safe-area-inset-top,0px) + 14px))!important;left:max(14px,calc(env(safe-area-inset-left,0px) + 14px))!important;right:auto!important;z-index:10140!important;width:48px!important;height:48px!important;display:grid!important;place-items:center!important;padding:0!important;margin:0!important;border:1px solid rgba(148,163,184,.36)!important;border-radius:16px!important;color:#15202b!important;background:rgba(255,255,255,.78)!important;-webkit-backdrop-filter:blur(16px) saturate(145%)!important;backdrop-filter:blur(16px) saturate(145%)!important;box-shadow:0 10px 30px rgba(15,23,42,.18),inset 0 1px 0 rgba(255,255,255,.72)!important;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease!important}.article-comments-modal.is-open .article-comments-close:focus-visible,.article-comments-modal.is-open .article-comments-close:hover{background:rgba(255,255,255,.94)!important;box-shadow:0 13px 34px rgba(15,23,42,.23),0 0 0 4px color-mix(in srgb,var(--comments-green,#008b57) 16%,transparent)!important;outline:0!important}.article-comments-modal.is-open .article-comments-close:active{transform:scale(.94)!important}.article-comments-modal.is-open .article-comments-close .comment-ui-icon{width:22px!important;height:22px!important;stroke-width:2.25!important}[data-bs-theme=dark] .article-comments-modal.is-open .article-comments-close,body.dark-mode .article-comments-modal.is-open .article-comments-close,html.dark .article-comments-modal.is-open .article-comments-close,html[data-theme=dark] .article-comments-modal.is-open .article-comments-close{color:#f4f7fa!important;background:rgba(15,23,42,.78)!important;border-color:rgba(148,163,184,.3)!important;box-shadow:0 12px 32px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08)!important}[data-bs-theme=dark] .article-comments-modal.is-open .article-comments-close:hover,body.dark-mode .article-comments-modal.is-open .article-comments-close:hover,html.dark .article-comments-modal.is-open .article-comments-close:hover,html[data-theme=dark] .article-comments-modal.is-open .article-comments-close:hover{background:rgba(30,41,59,.95)!important}}.article-comments-launch{display:grid!important;grid-template-columns:minmax(24px,1fr) auto minmax(24px,1fr)!important;align-items:center!important;gap:14px!important;width:100%!important;margin-inline:auto!important}.article-comments-launch::after,.article-comments-launch::before{content:"";display:block;height:1px;min-width:24px;background:linear-gradient(90deg,transparent 0,color-mix(in srgb,var(--brand,#008b57) 18%,transparent) 18%,color-mix(in srgb,var(--brand,#008b57) 58%,transparent) 52%,color-mix(in srgb,var(--brand,#008b57) 18%,transparent) 82%,transparent 100%)}.article-comments-launch::after{transform:scaleX(-1)}.article-comments-launch .article-comments-open{grid-column:2;justify-self:center;margin:0!important}@media(max-width:575.98px){.article-comments-launch{grid-template-columns:minmax(18px,1fr) auto minmax(18px,1fr)!important;gap:10px!important}.article-comments-launch::after,.article-comments-launch::before{min-width:18px}}[data-bs-theme=dark] .article-comments-launch::after,[data-bs-theme=dark] .article-comments-launch::before,body.dark-mode .article-comments-launch::after,body.dark-mode .article-comments-launch::before,html.dark .article-comments-launch::after,html.dark .article-comments-launch::before,html[data-theme=dark] .article-comments-launch::after,html[data-theme=dark] .article-comments-launch::before{background:linear-gradient(90deg,transparent 0,rgba(52,211,153,.12) 18%,rgba(52,211,153,.62) 52%,rgba(52,211,153,.12) 82%,transparent 100%)}.ed-article-card-thumb{display:none}.ed-legacy-articles.is-card-view .ed-legacy-box{background:0 0;border:0;box-shadow: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;min-width:0;min-height:100%;padding:0!important;border:1px solid #dfe6ee!important;border-radius:16px!important;background:#fff!important;overflow:hidden;box-shadow:0 7px 22px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ed-legacy-articles.is-card-view .ed-legacy-row:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--brand,#008b57) 38%,#dfe6ee)!important;box-shadow:0 14px 32px rgba(15,23,42,.11)}.ed-legacy-articles.is-card-view .ed-article-card-thumb{display:block;order:0;width:100%;aspect-ratio:16/10;background:#f3f6f8;overflow:hidden;border-bottom:1px solid #e7edf2}.ed-legacy-articles.is-card-view .ed-article-card-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;background:#f8fafc;transition:transform .25s ease}.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;width:100%;height:100%;font-size:2.2rem;color:#a8b3bf;background:linear-gradient(135deg,#f8fafc,#eef3f6)}.ed-legacy-articles.is-card-view .ed-legacy-title{order:1;display:block;width:100%;padding:14px 15px 8px;text-align:right;line-height:1.65;font-weight:800;white-space:normal;overflow:visible;text-overflow:clip;min-height:68px}.ed-legacy-articles.is-card-view .ed-legacy-meta{order:2;display:flex!important;align-items:center;gap:7px;width:100%;padding:0 15px 14px;margin-top:auto}.ed-legacy-articles.is-card-view .ed-legacy-file{position:absolute!important;top:10px;inset-inline-end:10px;z-index:3;width:38px!important;height:38px!important;border-radius:11px!important;background:rgba(34,48,61,.88)!important;color:#fff!important;backdrop-filter:blur(8px);box-shadow:0 4px 12px rgba(15,23,42,.18)}.ed-legacy-articles.is-card-view .ed-legacy-solution,.ed-legacy-articles.is-card-view .ed-legacy-year{position:static!important;margin:0!important;border-radius:8px!important}.ed-legacy-articles.is-card-view .ed-plain-row .ed-legacy-title{padding-bottom:15px}html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-row{background:#24272d!important;border-color:#39414a!important;box-shadow:0 8px 25px rgba(0,0,0,.22)}html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-article-card-thumb{background:#1d2025;border-color:#39414a}html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-article-card-placeholder{color:#73808d;background:linear-gradient(135deg,#252a31,#1d2127)}@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-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-legacy-row:hover{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{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{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}.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;display:-webkit-box!important;width:100%!important;min-height:76px!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;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!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}.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;border-radius:8px!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}[data-bs-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-row,body.dark-mode .ed-legacy-articles.is-card-view .ed-legacy-row,html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-row{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-meta{align-items:center!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}[data-bs-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-year,body.dark-mode .ed-legacy-articles.is-card-view .ed-legacy-year,html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-year{background:#46515e!important;color:#fff!important;border:1px solid #5d6976!important}[data-bs-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-solution,body.dark-mode .ed-legacy-articles.is-card-view .ed-legacy-solution,html[data-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-solution{background:#eef2f6!important;color:#4b5865!important;border:1px solid #cfd7df!important}[data-bs-theme=dark] .ed-legacy-articles.is-card-view .ed-legacy-row.has-solution .ed-legacy-solution,body.dark-mode .ed-legacy-articles.is-card-view .ed-legacy-row.has-solution .ed-legacy-solution,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-placeholder small{display:block;font-size:.72rem;font-weight:700;line-height:1.4}.ed-legacy-articles.is-card-view .ed-article-card-thumb img{position:relative;z-index:2;opacity:0}.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-loaded .ed-article-card-placeholder{display:none!important}.ed-legacy-articles.is-card-view .ed-article-card-thumb.is-image-error img{display:none!important}[data-bs-theme=dark] .ed-legacy-articles.is-card-view .ed-article-card-placeholder,body.dark-mode .ed-legacy-articles.is-card-view .ed-article-card-placeholder,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-legacy-articles.is-card-view .ed-article-card-placeholder small{font-size:.66rem}}.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)}@media (max-width:700px){.article-content .ed-sahifa-content,.article-content .edd-legacy-table-wrap,.article-content .table-responsive,.legacy-sahifa-content .edd-legacy-table-wrap{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.article-content table,.ed-sahifa-content table,.edd-legacy-table-wrap table,.entry-content table,.legacy-sahifa-content table{display:table!important;width:100%!important;max-width:100%!important;min-width:0!important;table-layout:fixed!important;overflow:visible!important}.article-content table td,.article-content table th,.ed-sahifa-content td,.ed-sahifa-content th,.edd-legacy-table-wrap td,.edd-legacy-table-wrap th,.entry-content table td,.entry-content table th,.legacy-sahifa-content table td,.legacy-sahifa-content table th{width:auto!important;min-width:0!important;max-width:none!important;padding:.5rem .4rem!important;white-space:normal!important;overflow-wrap:anywhere!important;word-wrap:break-word!important;word-break:break-word!important;font-size:clamp(.78rem,3.35vw,.95rem)!important;line-height:1.65!important}.article-content table ol,.article-content table ul,.ed-sahifa-content table ol,.ed-sahifa-content table ul,.legacy-sahifa-content table ol,.legacy-sahifa-content table ul{margin:.15rem 0!important;padding-inline-start:1.1rem!important}.article-content table img,.ed-sahifa-content table img,.legacy-sahifa-content table img{max-width:100%!important;height:auto!important}}@keyframes edTagsSafeReveal{to{visibility:visible;opacity:1}}.ed-tag-explorer[data-ed-tag-explorer]{visibility:hidden;opacity:0;animation:edTagsSafeReveal 0s 1.5s forwards}.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}.seo-faq .accordion-item{margin:0 0 .75rem!important;border-radius:4px!important;overflow:hidden!important}.seo-faq .accordion-item:last-child{margin-bottom:0!important}.seo-faq .accordion-header{margin:0!important}.seo-faq .accordion-button{min-height:44px!important;padding:.5rem .9rem!important;font-size:1rem!important;line-height:1.5!important;font-weight:500!important}.seo-faq .accordion-button::after{width:.9rem!important;height:.9rem!important;flex:0 0 .9rem!important;background-size:.9rem!important}.seo-faq .accordion-body{padding:.6rem .9rem .7rem!important;font-size:.9rem!important;line-height:1.8!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 .accordion-item{margin-bottom:.55rem!important}.seo-faq .accordion-button{min-height:40px!important;padding:.44rem .65rem!important;font-size:.9rem!important;line-height:1.45!important}.seo-faq .accordion-body{padding:.5rem .65rem .58rem!important;font-size:.84rem!important;line-height:1.7!important}}.seo-faq{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;row-gap:0!important}.seo-faq .accordion-item{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;margin-block:0 .45rem!important}.seo-faq .accordion-collapse,.seo-faq .accordion-collapse.show,.seo-faq .collapsing{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 .accordion-body{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding-block:.48rem .55rem!important;align-items:initial!important;justify-content:initial!important;place-content:initial!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 ease}.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}@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}}

/* Eddirasa CMS v155 - unified dark surfaces and accessible 404 */
html[data-theme="dark"] body{background-color:#25272d!important;color:#e5e7eb}
html[data-theme="dark"] .desktop-site-header{background:#25272d!important}
html[data-theme="dark"] .desktop-site-header .container,
html[data-theme="dark"] .desktop-logo-area{background-color:#25272d!important;border-color:#383b43!important}
html[data-theme="dark"] .site-page,
html[data-theme="dark"] .admin-content,
html[data-theme="dark"] .admin-page,
html[data-theme="dark"] main{color:#e5e7eb}
html[data-theme="dark"] .card,
html[data-theme="dark"] .modal-content,
html[data-theme="dark"] .dropdown-menu,
html[data-theme="dark"] .offcanvas,
html[data-theme="dark"] .accordion-item,
html[data-theme="dark"] .list-group-item{background-color:#111827!important;border-color:#2b394c!important;color:#e5e7eb!important}
html[data-theme="dark"] .card-header,
html[data-theme="dark"] .card-footer,
html[data-theme="dark"] .modal-header,
html[data-theme="dark"] .modal-footer,
html[data-theme="dark"] .accordion-button,
html[data-theme="dark"] .input-group-text{background-color:#172033!important;border-color:#334155!important;color:#e5e7eb!important}
html[data-theme="dark"] .accordion-button:not(.collapsed){background-color:#163329!important;color:#d1fae5!important;box-shadow:inset 0 -1px 0 #334155}
html[data-theme="dark"] .dropdown-item{color:#dbe4ef}
html[data-theme="dark"] .dropdown-item:hover,
html[data-theme="dark"] .dropdown-item:focus{background:#1e293b;color:#fff}
html[data-theme="dark"] .btn-light{background:#1e293b!important;border-color:#3b4b61!important;color:#f1f5f9!important}
html[data-theme="dark"] .btn-light:hover{background:#29374b!important;border-color:#52637a!important;color:#fff!important}
html[data-theme="dark"] .bg-light,
html[data-theme="dark"] .bg-body-tertiary{background-color:#172033!important;color:#e5e7eb!important}
html[data-theme="dark"] .border,
html[data-theme="dark"] .border-top,
html[data-theme="dark"] .border-bottom{border-color:#334155!important}
html[data-theme="dark"] .page-link{background:#111827;border-color:#334155;color:#6ee7b7}
html[data-theme="dark"] .page-link:hover{background:#1e293b;border-color:#475569;color:#a7f3d0}
html[data-theme="dark"] .alert-light{background:#172033;border-color:#334155;color:#dbe4ef}
html[data-theme="dark"] .bp-card,
html[data-theme="dark"] .bp-file-item{background:#111827;border-color:#2b394c;color:#e5e7eb;box-shadow:0 12px 34px rgba(0,0,0,.24)}
html[data-theme="dark"] .bp-mode{background:linear-gradient(135deg,#10233a,#111827);border-color:#315174}
html[data-theme="dark"] .bp-mode-title{color:#bfdbfe}
html[data-theme="dark"] .bp-mode-text,
html[data-theme="dark"] .bp-hint,
html[data-theme="dark"] .bp-file-size{color:#94a3b8}
html[data-theme="dark"] .bp-drop{background:linear-gradient(180deg,#101a2a,#0b1220);border-color:#475569}
html[data-theme="dark"] .bp-drop:hover,
html[data-theme="dark"] .bp-drop.drag{background:#10233a;border-color:#60a5fa}
html[data-theme="dark"] .bp-file-summary,
html[data-theme="dark"] .bp-suggestion{background:#172033;border-color:#334155;color:#dbe4ef}
html[data-theme="dark"] .bp-results{background:#111827;border-color:#334155;box-shadow:0 20px 50px rgba(0,0,0,.45)}
html[data-theme="dark"] .bp-result{color:#e5e7eb}
html[data-theme="dark"] .bp-result:hover,
html[data-theme="dark"] .bp-result:focus{background:#1e293b}
html[data-theme="dark"] .ed-classic-404{background:radial-gradient(circle at 50% 22%,rgba(16,185,129,.10),transparent 34%),linear-gradient(180deg,#0f172a,#0b1220);color:#e5e7eb}
html[data-theme="dark"] .ed-classic-404-inner{padding:38px 24px;border:1px solid rgba(148,163,184,.16);border-radius:28px;background:rgba(17,24,39,.72);box-shadow:0 28px 70px rgba(0,0,0,.32);backdrop-filter:blur(8px)}
html[data-theme="dark"] .ed-classic-404-code{color:#334155;text-shadow:0 1px 0 rgba(255,255,255,.03)}
html[data-theme="dark"] .ed-classic-404 h1{color:#f8fafc}
html[data-theme="dark"] .ed-classic-404 p{color:#aebdce}
html[data-theme="dark"] .ed-classic-404-search{overflow:hidden;border-color:#3b4b61;background:#0b1220;border-radius:13px;box-shadow:0 12px 28px rgba(0,0,0,.25)}
html[data-theme="dark"] .ed-classic-404-search:focus-within{border-color:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.13)}
html[data-theme="dark"] .ed-classic-404-search input{background:transparent!important;color:#f8fafc!important}
html[data-theme="dark"] .ed-classic-404-search input::placeholder{color:#718096}
@media(max-width:575.98px){html[data-theme="dark"] .ed-classic-404-inner{padding:28px 16px;border-radius:21px}}

/* Eddirasa CMS v157 - consistent article badges in dark mode */
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}@font-face{font-family:bootstrap-icons-full;font-display:block;src:url("../fonts/bootstrap-icons.woff2") format("woff2")}.bi-file-earmark-text-fill:before{font-family:bootstrap-icons-full!important;content:"\f38a"}@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}}@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}}
