.post-ai{background:var(--card-bg);border-radius:20px;padding:12px 16px;line-height:1.3;margin-bottom:20px;-webkit-box-shadow:var(--card-box-shadow);box-shadow:var(--card-box-shadow)}.ai-title{display:flex;color:var(--font-color);border-radius:8px;align-items:center;padding:0 5px}.ai-title i{font-weight:800}.ai-title-text{font-weight:700;margin-left:8px}.ai-tag{font-size:12px;background-color:#f5f5f7;color:rgba(0,0,0,.84);border-radius:4px;margin-left:auto;line-height:1;padding:4px 5px;font-weight:600}[data-theme=dark] .ai-tag{background-color:#282828;color:rgba(255,255,255,.9)}.ai-explanation{font-size:15.5px;line-height:1.4;font-weight:500;background:#f5f5f7;margin-top:12px;padding:8px 12px;border-radius:15px;border:1.5px solid #404040}[data-theme=dark] .ai-explanation{background:#282828}.ai-cursor{display:inline-block;width:7px;background:#333;height:16px;margin-bottom:-2px;opacity:.95;margin-left:3px;transition:all .3s}[data-theme=dark] .ai-cursor{background:rgb(255,255,255,.9)}.ai-btn-box{font-size:16.5px;width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.ai-btn-item{padding:5px 10px;margin:10px 16px 0 0;width:fit-content;line-height:1;background:#f5f5f7;border-radius:8px;font-weight:550;cursor:pointer}@media screen and (max-width:768px){.ai-btn-item{margin:10px 1px 0 1px}}[data-theme=dark] .ai-btn-item{background:#282828}.ai-btn-item:hover{background:#1d74f2;color:#fff}.ai-recommend{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:10px}.ai-recommend-item{width:50%;margin-top:2px}.ai-recommend .ai-recommend-item{display:flex;border:1.5px solid #393939;width:calc(50% - 20px);margin:10px;background:#fff;font-size:16px;font-weight:550;border-radius:10px;padding:10px;cursor:pointer;transition:.3s;animation:slide-in .6s .1s backwards}[data-theme=dark] .ai-recommend .ai-recommend-item{background:#252525}@media screen and (max-width:768px){.ai-btn-box{justify-content:space-between}.ai-recommend .ai-recommend-item{width:100%}}.ai-explanation-none{position:absolute;opacity:0;width:0;height:0;z-index:-999}