.page-hero{color:#fff;background:linear-gradient(100deg,#080a10f0 0%,#080a10c7 38%,#140e148c 65%,#140e1459 100%),radial-gradient(80% 100% at 20% 30%,#2a3b52 0%,#0000 55%),linear-gradient(160deg,#11151d 0%,#1a2230 45%,#171a22 100%);padding:56px 0 64px;position:relative;overflow:hidden}:root:not(.dark) .page-hero{background:var(--bg-page);color:var(--text-primary)}.dark .page-hero{background:var(--bg);color:var(--text-primary)}.page-hero-grid{grid-template-columns:1.3fr 1fr;align-items:center;gap:44px;max-width:1280px;margin:0 auto;padding:0 32px;display:grid}.page-hero-text h1{margin-bottom:18px;font-size:42px;font-weight:900;line-height:1.25}.page-hero-text h1 .accent-word{color:var(--accent)}.page-hero-text p{color:var(--text-secondary);max-width:520px;font-size:16px;line-height:2}.page-hero-visual{border-radius:var(--radius-lg);aspect-ratio:11/9;box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#1b1e26 0%,#0c0d11 100%);position:relative;overflow:hidden}.page-hero-visual .hero-tools-image{object-fit:cover;width:100%;height:100%}:root:not(.dark) .page-hero-visual{box-shadow:none;background:0 0}:root:not(.dark) .page-hero-visual .hero-tools-image{border-radius:var(--radius-lg)}.filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;display:flex}.filter-left{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.search-box{border:1px solid var(--border-color);background:var(--surface);color:var(--text-primary);border-radius:10px;align-items:center;gap:12px;width:280px;padding:10px 14px;font-size:13px;display:flex;position:relative}.search-box i{inset-inline-end:14px;color:var(--text-muted);font-size:13px;position:absolute;top:50%;transform:translateY(-50%)}.search-box input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:0 12px;font-size:15px}.search-box input::placeholder{color:var(--text-muted)}.dropdown{border:1px solid var(--border-color);background:var(--surface);color:var(--text-primary);border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.dropdown i:last-child{color:var(--text-muted);margin-inline-start:4px;font-size:11px}.results-count{color:var(--text-secondary);white-space:nowrap;font-size:13px}.results-count b{color:var(--text-primary);font-weight:800}.sort-select{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);align-items:center;gap:10px;height:44px;padding:0 18px;font-size:13px;font-weight:600;display:flex;position:relative}.sort-select select{appearance:none;color:var(--text-primary);cursor:pointer;background:0 0;border:none;outline:none;min-width:160px;padding-inline-end:4px;font-weight:700}.sort-select svg{width:15px;height:15px;color:var(--text-muted);flex-shrink:0}.view-toggle{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);gap:4px;padding:4px;display:flex}.view-toggle button{border-radius:var(--radius-pill);width:40px;height:40px;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.view-toggle button.active{background:var(--accent);color:#fff}.view-toggle svg{width:18px;height:18px}.filter-right{align-items:center;gap:12px;margin-inline-start:auto;display:flex}.content-layout{align-items:flex-start;gap:28px;padding-bottom:70px;display:flex}.tools-area{flex:1;min-width:0}.sidebar{flex-direction:column;flex-shrink:0;gap:20px;width:280px;display:flex;position:sticky;top:96px}.tools-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:40px;display:grid}.tools-grid.list-view{grid-template-columns:1fr}.tool-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:24px 20px;transition:transform .2s,box-shadow .2s;display:flex}.tools-grid.list-view .tool-card{flex-direction:row;align-items:center;gap:20px;padding:20px}.tool-card:not(.tool-card--inactive):hover{box-shadow:var(--shadow-lg);border-color:var(--accent);transform:translateY(-4px)}.tool-card:not(.tool-card--inactive):hover .tool-action{background:var(--accent);color:#fff;border-color:var(--accent)}.tool-icon{background:var(--accent-light);width:48px;height:48px;color:var(--accent);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.tool-icon svg{width:22px;height:22px}.tools-grid.list-view .tool-card .tool-icon{flex-shrink:0;width:56px;height:56px;margin-bottom:0}.tools-grid.list-view .tool-card .tool-body{flex:1}.tool-body{flex-direction:column;flex:1;display:flex}.tool-badge{background:var(--accent);color:#fff;border-radius:var(--radius-pill);width:fit-content;margin-bottom:10px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-block}.tool-badge.dark{background:var(--badge-dark)}.tool-badge.green{background:var(--badge-green)}.tool-badge.teal{background:var(--badge-teal)}.tool-badge.navy{background:var(--badge-navy)}.tool-badge.amber{background:var(--badge-amber)}.tool-badge.purple{background:var(--badge-purple)}.tool-badge.blue{background:var(--badge-blue)}.tool-badge.popular{background:var(--accent)}.tool-title{margin-bottom:8px;font-size:16px;font-weight:800;line-height:1.45}.tool-desc{color:var(--text-secondary);flex:1;margin-bottom:14px;font-size:13px;line-height:1.6}.tool-meta{border-top:1px solid var(--border-color);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:12px;font-size:12px;font-weight:600;display:flex}.tool-meta .meta-item{align-items:center;gap:6px;display:flex}.tool-meta svg{width:14px;height:14px}.tool-action{margin-top:auto;border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-muted);background:0 0;border-radius:999px;justify-content:center;align-items:center;margin-inline-start:auto;transition:all .15s;display:flex}.tool-action:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.tool-action svg{width:18px;height:18px}.pagination{justify-content:center;align-items:center;gap:8px;padding-bottom:70px;display:flex}.pagination button{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--bg-surface);min-width:42px;height:42px;color:var(--text-secondary);justify-content:center;align-items:center;padding:0 6px;font-size:14px;font-weight:700;transition:all .15s;display:flex}.pagination button:hover{border-color:var(--accent);color:var(--accent)}.pagination button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.pagination button.nav-btn svg{width:16px;height:16px}.pagination button:disabled{opacity:.4;cursor:not-allowed}.sidebar-box{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:22px}.sidebar-title{align-items:center;gap:8px;margin-bottom:16px;font-size:17px;font-weight:800;display:flex}.sidebar-title svg{width:18px;height:18px;color:var(--accent)}.cat-list{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.cat-item{border-radius:var(--radius-sm);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:10px 12px;font-size:14.5px;font-weight:600;transition:background .15s;display:flex}.cat-item:hover{background:var(--bg-hover);color:var(--text-primary)}.cat-item .cat-name{align-items:center;gap:10px;display:flex}.cat-item svg{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.cat-item .cat-count{color:var(--text-muted);background:var(--bg-chip);border-radius:var(--radius-pill);padding:2px 9px;font-size:12px;font-weight:800}.cat-item.active{background:var(--accent-light);color:var(--accent)}.cat-item.active .cat-count{background:var(--accent);color:#fff}.cat-item.active svg{color:var(--accent)}.btn-outline-panel{border:1.5px solid var(--border-strong);width:100%;color:var(--text-primary);border-radius:var(--radius-pill);background:0 0;justify-content:center;align-items:center;gap:8px;padding:11px;font-size:13.5px;font-weight:700;transition:border-color .15s,color .15s;display:flex}.btn-outline-panel svg{width:15px;height:15px}.promo-box{text-align:center;padding:26px 18px}.promo-box .promo-icon{background:linear-gradient(135deg,var(--accent) 0%, var(--accent-dark) 100%);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 14px;display:flex}.promo-icon svg{color:#fff;width:28px;height:28px}.promo-box h4{margin-bottom:8px;font-size:15px;font-weight:800}.promo-box p{color:var(--text-secondary);font-size:13px;line-height:1.7}.btn-outline-panel:hover{border-color:var(--accent);color:var(--accent)}.newsletter-banner{background:linear-gradient(120deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:var(--radius-lg);color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:1280px;margin:0 auto;padding:36px 40px;display:flex;transform:translateY(-40px);box-shadow:0 20px 45px #e31c2647}.newsletter-text h3{align-items:center;gap:10px;margin-bottom:6px;font-size:22px;font-weight:800;display:flex}.newsletter-text p{color:#ffffffd9;font-size:14px;font-weight:500}.newsletter-form{flex-wrap:wrap;gap:10px;display:flex}.newsletter-form input{border-radius:var(--radius-pill);border:none;outline:none;width:260px;max-width:100%;height:50px;padding:0 20px;font-size:14px}.newsletter-form button{border-radius:var(--radius-pill);background:var(--bg-page);height:50px;color:var(--accent);border:none;align-items:center;gap:8px;padding:0 26px;font-size:14px;font-weight:800;transition:background .15s;display:flex}.newsletter-form button:hover{background:#fff}.newsletter-form button svg{width:16px;height:16px}.newsletter-form input:focus{outline:none}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1080px){.page-hero-grid{grid-template-columns:1fr}.page-hero-visual{order:-1}.content-layout{flex-direction:column}.sidebar{flex-flow:wrap;width:100%;position:static}.sidebar .sidebar-box{flex:1;min-width:260px}.tools-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:940px){.page-hero-grid{grid-template-columns:1fr}.page-hero-visual{order:-1}.content-layout{flex-direction:column}.sidebar{flex-flow:wrap;width:100%;position:static}.sidebar .sidebar-box{flex:1;min-width:260px}.tools-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.wrap,.header-inner,.hero-inner,.footer-main,.footer-bottom{padding-left:18px;padding-right:18px}.main-nav{display:none}.nav-toggle{display:flex}.page-hero-text h1{font-size:34px}.page-hero-text p{font-size:15px}.tools-grid{grid-template-columns:1fr}.tools-grid.list-view .tool-card{flex-direction:column}.tools-grid.list-view .tool-card .tool-icon{aspect-ratio:16/10;width:100%;margin-bottom:14px}.filter-bar{flex-direction:column;align-items:stretch}.search-box{width:100%}.filter-right{flex-wrap:wrap;justify-content:space-between;width:100%;margin-inline-start:0}.newsletter-banner{text-align:center;flex-direction:column;padding:28px 22px;transform:translateY(-24px)}.newsletter-form{justify-content:center;width:100%}.newsletter-form input{width:100%}.footer-main{grid-template-columns:1fr;margin-top:0}.sidebar{flex-direction:column}}.tool-card--inactive{opacity:.65;filter:grayscale(40%);cursor:default;position:relative}.tool-card--inactive:after{content:"قريباً";color:#6b7280;letter-spacing:.5px;background:#6b728026;border:1px solid #6b728040;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.tool-card--inactive .tool-action{opacity:.35;cursor:not-allowed;pointer-events:none}.tool-card--inactive:hover{box-shadow:none!important;transform:none!important}.tool-badge.u0642u0631u064au0628u0627u064b{color:#9ca3af;background:#6b72801f;border-color:#6b728033}
