.Widget.cards.aiTools{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;width:100%}.Widget.cards.aiTools .item{display:flex;flex-direction:column;min-width:0;border-radius:16px;box-shadow:0 0 1px rgba(0,0,0,.16),0 2px 12px rgba(0,0,0,.04);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.Widget.cards.aiTools .item,.Widget.cards.aiTools .item .preview{position:relative;overflow:hidden;background:var(--background-system-main-background-default,#f6f7fa)}.Widget.cards.aiTools .item .preview{aspect-ratio:5/3}.Widget.cards.aiTools .item .preview .cornerMark{position:absolute;top:12px;right:12px;z-index:2;max-width:72px;height:24px;object-fit:contain}.Widget.cards.aiTools .item .preview .previewImageWrap{width:100%;height:100%}.Widget.cards.aiTools .item .preview .previewImage{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease-out}.Widget.cards.aiTools .item .preview .entranceBtn{position:absolute;right:12px;bottom:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:hsla(0,0%,100%,.96);box-shadow:0 8px 24px rgba(28,29,31,.14);color:#1c1d1f;font-size:12px;font-weight:500;line-height:1;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.Widget.cards.aiTools .item .preview .entranceBtn .iconfont{margin-right:4px}.Widget.cards.aiTools .item .content{position:relative;display:flex;flex:1;flex-direction:column;gap:8px;padding:28px 20px 16px;background:var(--background-system-main-background-default,#f6f7fa);box-shadow:inset 0 -4px 32px 8px hsla(0,0%,100%,.88)}.Widget.cards.aiTools .item .content .iconBadge{position:absolute;top:-28px;left:20px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.16),0 2px 12px rgba(0,0,0,.04);color:var(--content-system-primary,#1c1d1f)}.Widget.cards.aiTools .item .content .iconBadgeImage{display:block;width:22px;height:22px;object-fit:contain}.Widget.cards.aiTools .item .content .title{overflow:hidden;color:var(--content-system-primary,#1c1d1f);font-size:16px;font-weight:600;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.Widget.cards.aiTools .item .content .description{display:-webkit-box;overflow:hidden;color:var(--content-system-secondary,#616366);font-size:12px;line-height:18px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.Widget.cards.aiTools .item:hover .preview .entranceBtn{opacity:1;transform:translateY(0)}.Widget.cards.aiTools .item:hover .preview .previewImage{transform:scale(1.02)}@media screen and (max-width:1136px){.Page.tools .Widget.cards.aiTools{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (min-width:1680px){.Page.tools .Widget.cards.aiTools{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (min-width:2240px){.Page.tools .Widget.cards.aiTools{grid-template-columns:repeat(7,minmax(0,1fr))}}.Page.tools .recentToolsSection{width:100%;margin-bottom:24px}.Page.tools .recentToolsSectionTitle{margin-bottom:20px;color:var(--content-system-primary,#1c1d1f);font-family:var(--FontFamily,"PingFang SC");font-size:16px;font-weight:600;line-height:120%}.Page.tools .recentToolsGrid{display:grid;gap:16px;width:100%}.Page.tools .recentToolsItem{min-width:0;height:76px;overflow:hidden;border-radius:12px;background:var(--background-system-main-background-default,#f6f7fa);box-shadow:inset 0 0 24px 4px #fff;text-decoration:none}.Page.tools .recentToolsItemInner{display:flex;align-items:center;gap:12px;width:100%;height:100%;padding:20px;box-shadow:inset 0 0 24px 4px #fff}.Page.tools .recentToolsIcon{flex-shrink:0;color:var(--content-system-primary,#1c1d1f)}.Page.tools .recentToolsName{overflow:hidden;color:var(--content-system-primary,#1c1d1f);font-size:14px;font-weight:400;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.Page.tools .recentToolsItem:hover{background:var(--background-system-frame-floatpanel)}.Page.tools .recentToolsGrid{grid-template-columns:repeat(5,minmax(0,1fr))}.Page.tools .recentToolsItem:nth-child(-n+5){display:block}.Page.tools .recentToolsItem:nth-child(n+6){display:none}@media screen and (max-width:1136px){.Page.tools .recentToolsGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.Page.tools .recentToolsItem:nth-child(-n+4){display:block}.Page.tools .recentToolsItem:nth-child(n+5){display:none}}@media screen and (min-width:1680px){.Page.tools .recentToolsGrid{grid-template-columns:repeat(6,minmax(0,1fr))}.Page.tools .recentToolsItem:nth-child(-n+6){display:block}.Page.tools .recentToolsItem:nth-child(n+7){display:none}}@media screen and (min-width:2240px){.Page.tools .recentToolsGrid{grid-template-columns:repeat(7,minmax(0,1fr))}.Page.tools .recentToolsItem:nth-child(-n+7){display:block}.Page.tools .recentToolsItem:nth-child(n+8){display:none}}.Page.tools .toolsCategoryTabs{position:sticky;top:calc(var(--header-height, 60px) + var(--top-banner-height, 0px));z-index:8;width:100%;padding:24px 0 8px;background:var(--background-system-main-background-default,#f6f7fa)}.Page.tools .toolsCategoryTabsInner{display:flex;gap:24px;align-items:center;width:100%;overflow-x:auto;scrollbar-width:none}.Page.tools .toolsCategoryTabsInner::-webkit-scrollbar{display:none}.Page.tools .toolsCategoryTab{position:relative;flex-shrink:0;padding-bottom:8px;color:var(--content-system-secondary,#616366);font-size:16px;font-weight:500;line-height:110%;white-space:nowrap;cursor:pointer;border-bottom:2px solid transparent;transition:color .2s ease}.Page.tools .toolsCategoryTab.active,.Page.tools .toolsCategoryTab:hover{color:var(--content-system-primary,#1c1d1f)}.Page.tools .toolsCategoryTab.active{font-weight:600;line-height:120%;border-bottom-color:var(--content-system-primary,#1c1d1f)}.Page.tools .toolsSection{width:100%;margin-bottom:48px;margin-top:12px}.Page.tools .toolsSection:last-child{margin-bottom:0}.Page.tools .toolsSectionTitle{margin-bottom:20px;color:var(--content-system-tertiary);font-size:14px;font-weight:600;line-height:110%}.Page.tools .toolsSectionContentAnchor{width:100%}.Page .Module.tools{min-height:700px}.Page .Module.tools .Widget.cards.aiTools{width:100%}.Page .Module.tools .Widget.cards.aiTools .item{box-shadow:none}