.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;position:relative}.tool-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;text-decoration:none;color:inherit;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a}.tool-card:hover{border-color:#6366f140;box-shadow:0 12px 28px -8px #6366f11f,0 8px 16px -6px #00000014,0 3px 8px #0000000d}.tool-card:hover .tool-title{color:#6366f1}.tool-card:hover .tool-icon-default{background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.tool-featured-badge{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;margin-left:6px;background:linear-gradient(135deg,#fb923c,#f97316);border-radius:50%;color:#fff;box-shadow:0 2px 4px #fb923c40,inset 0 1px #ffffff4d;flex-shrink:0;transition:all .3s ease;cursor:help;vertical-align:middle}.tool-card:hover .tool-featured-badge{box-shadow:0 2px 6px #fb923c4d,inset 0 1px #ffffff59}.tool-featured-badge svg{width:10px;height:10px;fill:#fff}.tool-card-header{position:relative;padding:24px 24px 20px;display:flex;align-items:center;gap:16px;border-bottom:1px solid rgba(226,232,240,.6);background:linear-gradient(180deg,#fafafa,#fff);box-shadow:0 1px #fffc}.tool-card:hover .tool-card-header{border-bottom-color:#6366f126}.tool-icon{width:58px;height:58px;min-width:58px;padding:14px;border-radius:14px;background:linear-gradient(135deg,#fff,#f8fafc);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;border:1px solid rgba(99,102,241,.15);color:#6366f1;box-shadow:0 2px 6px #0000000a,0 1px 2px #6366f10f,inset 0 1px #ffffffe6;transition:all .3s ease}.tool-card:hover .tool-icon{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-color:#6366f140;color:#4f46e5;box-shadow:0 3px 10px #6366f11f,0 1px 3px #6366f114,inset 0 1px #fff}.tool-icon svg{width:100%;height:100%;max-width:30px;max-height:30px;display:block;position:relative;z-index:1}.tool-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;position:relative}.tool-title{display:flex;align-items:center;font-size:16.5px;font-weight:600;color:#1f2937;margin:0;line-height:1.4;transition:color .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em}.tool-category{display:inline-flex;align-items:center;font-size:11.5px;font-weight:500;color:#6b7280;letter-spacing:.02em;padding:2px 10px;background:#f3f4f6;border-radius:5px;width:fit-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;transition:all .3s ease}.tool-card:hover .tool-category{background:#e5e7eb;color:#4b5563}.tool-card-body{padding:20px 24px 24px;flex:1;display:flex;flex-direction:column}.tool-description{font-size:14px;color:#6b7280;line-height:1.65;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.tools-grid{grid-template-columns:1fr;gap:18px}.tool-card{border-radius:14px}.tool-card-header{padding:18px;gap:14px}.tool-icon{width:50px;height:50px;min-width:50px;padding:12px;border-radius:12px}.tool-icon svg{max-width:26px;max-height:26px}.tool-card-body{padding:16px 18px 18px;gap:12px}.tool-title{font-size:15px}.tool-category{font-size:10px;padding:3px 8px}}@media(max-width:480px){.tool-card{border-radius:12px}.tool-card-header{padding:16px;gap:12px}.tool-icon{width:46px;height:46px;min-width:46px;padding:10px;border-radius:10px}.tool-icon svg{max-width:24px;max-height:24px}.tool-card-body{padding:14px 16px 16px;gap:10px}.tool-title{font-size:14px}.tool-category{font-size:10px;padding:2px 8px}}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;z-index:1}.category-card{display:flex;flex-direction:row;align-items:center;gap:18px;padding:22px 26px;background:#ffffffbf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:16px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a,0 1px 3px #00000008,inset 0 1px #fffc}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fff6,#ffffff1a);opacity:0;transition:opacity .4s ease;pointer-events:none}.category-card:hover:before{opacity:1}.category-card.hidden{display:none}.category-card:hover{background:#fffffff2;border-color:#6366f14d;box-shadow:0 12px 24px -6px #6366f11f,0 6px 12px -3px #6366f114,inset 0 1px #fff}.category-icon{position:relative;z-index:1;width:56px;height:56px;min-width:56px;padding:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:14px;border:1px solid rgba(99,102,241,.1);transition:all .4s cubic-bezier(.4,0,.2,1);line-height:1;box-shadow:0 2px 8px #0000000a,inset 0 1px #fffc}.category-card:nth-child(4n+1) .category-icon{color:#3b82f6}.category-card:nth-child(4n+2) .category-icon{color:#a855f7}.category-card:nth-child(4n+3) .category-icon{color:#10b981}.category-card:nth-child(4n+4) .category-icon{color:#f59e0b}.category-card:nth-child(4n+1):hover .category-icon{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f633;color:#3b82f6;box-shadow:0 4px 12px #3b82f61a,inset 0 1px #fff}.category-card:nth-child(4n+2):hover .category-icon{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-color:#a855f733;color:#a855f7;box-shadow:0 4px 12px #a855f71a,inset 0 1px #fff}.category-card:nth-child(4n+3):hover .category-icon{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#10b98133;color:#10b981;box-shadow:0 4px 12px #10b9811a,inset 0 1px #fff}.category-card:nth-child(4n+4):hover .category-icon{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b33;color:#f59e0b;box-shadow:0 4px 12px #f59e0b1a,inset 0 1px #fff}.category-icon svg{width:100%;height:100%;max-width:24px;max-height:24px;display:block;position:relative;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.category-card-content{flex:1;display:flex;flex-direction:column;gap:2px;position:relative;z-index:1}.category-name{font-size:16px;font-weight:600;color:#1f2937;margin:0;line-height:1.5;transition:color .3s ease;letter-spacing:-.02em}.category-card:hover .category-name{color:#4f46e5}.category-count{font-size:12px;font-weight:500;color:#9ca3af;display:inline-flex;align-items:center;gap:4px;margin-top:4px;transition:color .3s ease}.category-card:hover .category-count{color:#6b7280}.show-more-categories{grid-column:1 / -1;display:flex;justify-content:center;margin-top:24px}.show-more-categories.hidden{display:none}.btn-show-more{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(99,102,241,.2);border-radius:12px;color:#4f46e5;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #6366f11f,inset 0 1px #fffc}.btn-show-more:hover{background:#fff;border-color:#6366f166;color:#4338ca;box-shadow:0 6px 16px #6366f12e,inset 0 1px #fff}.btn-show-more svg{width:14px;height:14px;display:block;transition:transform .3s ease}.btn-show-more.active svg{transform:rotate(180deg)}@media(max-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:16px}.category-card{padding:18px 20px;gap:14px}.category-icon{width:48px;height:48px;min-width:48px;padding:12px}.category-icon svg{max-width:20px;max-height:20px}.category-name{font-size:14px}.category-count{font-size:11px}}@media(max-width:480px){.categories-grid{grid-template-columns:1fr;gap:14px}.category-card{padding:16px 18px}}.app-list-page{min-height:60vh}.app-list-header,.category-header{padding:80px 0 60px;background:linear-gradient(135deg,#f0f4ff,#faf5ff,#f0fdfa);position:relative;overflow:hidden}.app-list-header:before,.category-header:before{content:"";position:absolute;top:-30%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.app-list-header-content,.category-header-content{position:relative;z-index:1;text-align:center}.category-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(99,102,241,.15);border-radius:20px;box-shadow:0 4px 16px #6366f11f,inset 0 1px #fff}.category-icon-wrapper svg{width:40px;height:40px;color:#6366f1}.app-list-title,.category-title{font-size:2.75rem;font-weight:700;color:#1f2937;margin:0 0 16px;letter-spacing:-.035em}.app-list-subtitle,.category-description{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto 32px}.app-list-controls,.category-controls{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.category-search-box{margin-bottom:32px}.search-controls-wrapper{max-width:800px;margin:0 auto;display:flex;align-items:stretch;gap:12px}.search-form{display:flex;align-items:stretch;flex:1}.search-input-wrapper{position:relative;display:flex;align-items:center;background:#fff;padding:0 20px;border-radius:12px;border:2px solid #e5e7eb;transition:all .2s ease;flex:1;min-width:280px;height:52px}.search-input-wrapper:focus-within{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.search-input-wrapper svg{width:20px;height:20px;color:#9ca3af;margin-right:12px;flex-shrink:0;transition:color .2s ease}.search-input-wrapper:focus-within svg{color:#6366f1}.search-input{flex:1;border:none;background:transparent;font-size:15px;font-weight:500;color:#1f2937;outline:none}.search-input::placeholder{color:#9ca3af}.search-clear{display:flex;align-items:center;justify-content:center;padding:6px;background:#ef44441a;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;margin-left:8px;text-decoration:none}.search-clear svg{width:16px;height:16px;color:#ef4444;margin:0}.search-clear:hover{background:#ef444433}.category-sort-control{position:relative;display:flex;align-items:center;gap:10px;background:#fff;padding:0 20px;border-radius:12px;border:2px solid #e5e7eb;transition:all .2s ease;height:52px;white-space:nowrap;cursor:pointer}.category-sort-control:hover{border-color:#d1d5db}.category-sort-control .sort-label{font-size:14px;font-weight:500;color:#6b7280;pointer-events:none}.category-sort-control .sort-select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.category-sort-control:after{content:attr(data-selected);font-size:14px;font-weight:600;color:#1f2937;margin-right:28px;pointer-events:none}.category-sort-control:hover:after{color:#6366f1}.category-sort-control:before{content:"";position:absolute;right:20px;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%231f2937' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;pointer-events:none}.sort-select option{padding:14px 20px;font-size:14px;font-weight:500;color:#1f2937;background:#fff;min-height:44px;line-height:1.5}.search-options{display:flex;justify-content:center;margin-top:16px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.search-scope-toggle{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(99,102,241,.2);border-radius:12px;cursor:pointer;transition:all .2s ease;user-select:none;white-space:nowrap;box-shadow:0 4px 12px #00000014}.search-scope-toggle:hover{background:#fff;border-color:#6366f159;box-shadow:0 6px 16px #0000001f}.search-scope-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#6366f1;cursor:pointer}.search-scope-icon{display:flex;align-items:center;justify-content:center}.search-scope-icon svg{width:16px;height:16px;color:#6366f1;transition:transform .2s ease}.search-scope-toggle:hover .search-scope-icon svg{transform:scale(1.1)}.search-scope-text{font-size:14px;font-weight:500;color:#4b5563}.search-scope-toggle input[type=checkbox]:checked+.search-scope-icon+.search-scope-text{color:#6366f1}@media(max-width:768px){.search-controls-wrapper{flex-direction:column;gap:10px}.search-form{width:100%}.search-input-wrapper{width:100%;min-width:unset;height:48px;padding:0 16px}.search-input{font-size:14px}.category-sort-control{width:100%;justify-content:space-between;height:48px}.category-sort-control .sort-label,.category-sort-control .sort-select{font-size:13px}.search-scope-toggle{padding:8px 14px}.search-scope-text{font-size:13px}}@media(max-width:480px){.search-scope-toggle{gap:6px;padding:7px 12px}.search-scope-icon svg{width:14px;height:14px}.search-scope-text{font-size:12px}.search-scope-toggle input[type=checkbox]{width:14px;height:14px}}.category-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:48px;padding-top:32px;border-top:1px solid rgba(0,0,0,.06);flex-wrap:wrap}.category-footer .results-info{flex:0 0 auto;display:block;margin-bottom:0;padding-bottom:0;border-bottom:none}.category-footer .results-count{font-size:14px;font-weight:500;color:#6b7280}.category-footer .category-pagination{flex:0 0 auto;margin-top:0}.category-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.category-empty .empty-icon{width:80px;height:80px;margin-bottom:24px;color:#d1d5db}.category-empty .empty-icon svg{width:100%;height:100%}.category-empty .empty-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:12px}.category-empty .empty-message{font-size:1rem;color:#6b7280;max-width:500px}.tools-grid{transition:opacity .2s ease-in-out}.app-list-sorting,.category-sorting{display:flex;align-items:center;gap:12px;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:12px 20px;border-radius:12px;border:1px solid rgba(99,102,241,.2);box-shadow:0 4px 12px #00000014}.sorting-label{font-size:14px;font-weight:600;color:#4b5563;display:flex;align-items:center;gap:6px}.sorting-label svg{width:16px;height:16px;color:#6366f1}.sorting-dropdown{position:relative}.sorting-select{appearance:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 36px 8px 14px;font-size:14px;font-weight:600;color:#1f2937;cursor:pointer;transition:all .2s ease;min-width:160px}.sorting-select:hover{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.sorting-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.sorting-dropdown:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #6b7280;pointer-events:none}.subcategories-section{padding:48px 0 32px;background:linear-gradient(180deg,#fafbfc,#fff)}.subcategories-section .section-header{text-align:center;margin-bottom:32px}.subcategories-section .section-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.02em}.app-list-section,.category-section{padding:60px 0;background:#fff}.app-list-results,.category-results{margin-bottom:48px}.results-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.results-count{font-size:15px;color:#6b7280}.results-count strong{color:#1f2937;font-weight:600}.app-list-empty,.category-empty{text-align:center;padding:80px 20px}.empty-icon{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6366f1}.empty-icon svg{width:40px;height:40px}.empty-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 12px}.empty-message{font-size:15px;color:#6b7280;margin:0}.app-list-pagination,.category-pagination{display:flex;justify-content:center;margin-top:48px}.app-list-pagination .pagination,.category-pagination .pagination{display:flex;gap:8px;list-style:none;padding:0;margin:0}.app-list-pagination .page-item .page-link,.category-pagination .page-item .page-link{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;font-weight:600;font-size:14px;text-decoration:none;transition:all .2s ease}.app-list-pagination .page-item .page-link:hover,.category-pagination .page-item .page-link:hover{border-color:#6366f1;background:#f0f4ff;color:#4f46e5}.app-list-pagination .page-item.active .page-link,.category-pagination .page-item.active .page-link{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1;color:#fff}.app-list-pagination .page-item.disabled .page-link,.category-pagination .page-item.disabled .page-link{opacity:.5;cursor:not-allowed;pointer-events:none}@media(max-width:768px){.app-list-header,.category-header{padding:60px 0 40px}.app-list-header:before,.category-header:before{display:none}.app-list-title,.category-title{font-size:2rem}.app-list-subtitle,.category-description{font-size:1rem}.app-list-sorting,.category-sorting{flex-direction:column;gap:8px;padding:16px}.sorting-select{width:100%}.category-footer{flex-direction:column;align-items:center;gap:16px;margin-top:40px;padding-top:24px;text-align:center}.results-info{order:2}.category-pagination{order:1}}@media(max-width:480px){.app-list-title,.category-title{font-size:1.75rem}.category-icon-wrapper{width:64px;height:64px}.category-icon-wrapper svg{width:32px;height:32px}}
