.cat-container{background:#fff;border-radius:12px;margin:3rem 0;overflow:hidden;box-shadow:0 5px 20px #0000000d}.cat-tabs{border-bottom:1px solid #eaeaea;display:flex}.cat-tab{color:#666;cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative}.cat-tab svg{width:20px;height:20px}.cat-tab.active{color:#1faa59}.cat-tab.active:after{content:"";background:#1faa59;height:3px;position:absolute;bottom:-1px;left:0;right:0}.cat-content{padding:2rem}.cat-section-title{color:#1a2a6c;margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;position:relative}.cat-section-title:after{content:"";background:#1faa59;border-radius:3px;width:60px;height:3px;position:absolute;bottom:0;left:0}.cat-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.2rem;margin:0;padding:0;list-style:none;display:grid}.cat-list-item{background:#f9fafc;border-radius:8px;align-items:flex-start;gap:.8rem;padding:.8rem;transition:all .3s;display:flex}.cat-list-item:hover{background:#f0f4f8;transform:translateY(-2px)}.cat-icon-wrapper{background:#1faa59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.cat-icon-wrapper svg{color:#fff;width:14px;height:14px}.cat-tools-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.2rem;display:grid}.cat-tool-card{background:#f9fafc;border-radius:8px;align-items:center;gap:.8rem;padding:1rem;transition:all .3s;display:flex}.cat-tool-card:hover{background:#f0f4f8;transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.cat-tool-icon{background:#1a2a6c;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cat-tool-icon svg{color:#fff;width:20px;height:20px}.cat-tool-name{color:#333;font-weight:500}@media (max-width:768px){.cat-list{grid-template-columns:1fr}.cat-tools-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.cat-content{padding:1.5rem}}@media (max-width:480px){.cat-tabs{flex-direction:column}.cat-tab{justify-content:flex-start;padding:1rem 1.5rem}.cat-tab.active:after{width:3px;height:100%;bottom:auto}.cat-tools-grid{grid-template-columns:1fr}.cat-section-title{font-size:1.3rem}}
