.action,.action .action-item{display:flex;gap:10px}.action .action-item{align-items:center;background:#66d2ce;color:#fff;padding:0 7px;height:28px;cursor:pointer;border:1px solid #fff;border-radius:14px}.action .active{color:#66d2ce;background:#fff}.action .action-item-img{width:20px;height:20px}@media screen and (max-width:375px){.action .action-item-img{display:none}}.action .enable_network{background-image:url(/_next/static/media/net.0afb3c73.svg);background-size:contain;background-repeat:no-repeat}.action .enable_network-blue{background:url(/_next/static/media/net-blue.1c636b2f.svg)}.action .enable_network-blue,.action .enable_think{background-size:contain;background-repeat:no-repeat}.action .enable_think{background-image:url(/_next/static/media/deepthink.24db01ee.svg)}.action .enable_think-blue{background-image:url(/_next/static/media/deepthink-blue.ea7ba19d.svg);background-size:contain;background-repeat:no-repeat}.action .enable_knowledge{background-image:url(/_next/static/media/deep.e27ce4e9.svg);width:16px}.action .enable_knowledge,.action .enable_knowledge-blue{background-size:contain;background-repeat:no-repeat;height:16px}.action .enable_knowledge-blue{background-image:url(/_next/static/media/deep-blue.2d60c427.svg);width:20px}.action .action-item-text{font-size:12px}.tabs{display:flex;align-items:center;gap:10px;width:100%;height:40px}.tabs .tab-item{text-align:center;cursor:pointer;padding:4px 8px;border-radius:20px;font-size:13px;transition:all .3s ease;position:relative;overflow:hidden}.tabs .tab-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#108ace;transition:left .3s ease;z-index:-1;border-radius:20px}.tabs .tab-item.active{color:#fff;transform:scale(1.05)}.tabs .tab-item.active:before{left:0}.tabs .tab-item:hover{transform:scale(1.05)}.template-container .template-list{max-height:400px;overflow-y:auto;display:flex;flex-wrap:wrap;padding:5px}.template-container .template-list .template-item{width:calc(50% - 10px);margin:5px;padding:8px;border:1px solid #eee;border-radius:6px;display:flex;align-items:center;transition:all .3s ease;cursor:pointer}.template-container .template-list .template-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#ddd}.template-container .template-list .template-item:hover .template-item-img{transform:scale(1.05)}.template-container .template-list .template-item .template-item-img{padding-right:8px;transition:transform .3s ease}