.ct-tray{position:fixed;bottom:24px;right:24px;z-index:92;width:320px;background:var(--bg-raised);border:.5px solid var(--ink-150,#e1e0da);border-radius:14px;box-shadow:0 8px 32px rgba(26,26,24,.14),0 2px 8px rgba(26,26,24,.06);overflow:hidden;font-family:var(--font-sans,"Inter","Noto Sans SC",sans-serif);font-size:13px}.ct-header{justify-content:space-between;padding:10px 14px;background:var(--ink-50,#fafaf8);border-bottom:.5px solid var(--ink-150)}.ct-header,.ct-header-left{display:flex;align-items:center}.ct-header-left{gap:8px}.ct-title{font-size:12.5px;font-weight:600;color:var(--ink-900,#1a1a18);letter-spacing:.01em}.ct-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--cinnabar-500,#e5522e);color:#fff;font-size:10px;font-weight:700;font-family:var(--font-mono,monospace)}.ct-header-right{display:flex;align-items:center;gap:6px}.ct-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:0;background:transparent;border-radius:6px;color:var(--ink-500);cursor:pointer;transition:background .12s,color .12s}.ct-btn-icon:hover{background:var(--ink-100);color:var(--ink-900)}.ct-btn-icon:active{background:var(--ink-150);color:var(--ink-900)}.ct-btn-icon svg{width:13px;height:13px}.ct-items{padding:10px 12px 8px;display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--ink-200) transparent}.ct-items::-webkit-scrollbar{width:3px}.ct-items::-webkit-scrollbar-thumb{background:var(--ink-200);border-radius:2px}.ct-item{gap:8px;padding:6px 8px;border-radius:8px;background:var(--ink-50);border:.5px solid var(--ink-100)}.ct-item,.ct-item-thumb{display:flex;align-items:center}.ct-item-thumb{width:36px;height:36px;border-radius:6px;flex-shrink:0;justify-content:center;font-family:var(--font-display,"Noto Serif SC",serif);font-size:14px;font-weight:600;overflow:hidden}.ct-item-thumb img{width:100%;height:100%;object-fit:cover}.ct-item-thumb.c0{background:linear-gradient(135deg,#ffe4e6,#fecaca);color:#be123c}.ct-item-thumb.c1{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8}.ct-item-thumb.c2{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d}.ct-item-thumb.c3{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}[data-theme=dark] .ct-item-thumb.c0{background:linear-gradient(135deg,rgba(244,63,94,.22),rgba(244,63,94,.1));color:#fda4af}[data-theme=dark] .ct-item-thumb.c1{background:linear-gradient(135deg,rgba(59,130,246,.22),rgba(59,130,246,.1));color:#93c5fd}[data-theme=dark] .ct-item-thumb.c2{background:linear-gradient(135deg,rgba(34,197,94,.22),rgba(34,197,94,.1));color:#6ee7b7}[data-theme=dark] .ct-item-thumb.c3{background:linear-gradient(135deg,rgba(245,158,11,.22),rgba(245,158,11,.1));color:#fcd34d}.ct-item-info{flex:1 1;min-width:0}.ct-item-title{font-size:12px;font-weight:500;color:var(--ink-900);line-height:1.4}.ct-item-meta,.ct-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ct-item-meta{font-size:11px;color:var(--ink-500);margin-top:1px}.ct-item-remove{flex-shrink:0;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:50%;color:var(--ink-400);cursor:pointer;padding:0;transition:background .12s,color .12s,transform .12s var(--ease-out)}.ct-item-remove:active,.ct-item-remove:hover{background:var(--danger-soft);color:var(--danger)}.ct-item-remove:active{transform:scale(.9)}.ct-item-remove svg{width:11px;height:11px}.ct-hint{padding:8px 12px;font-size:11.5px;color:var(--ink-500);text-align:center;border-top:.5px solid var(--ink-100);display:flex;align-items:center;justify-content:center;gap:5px}.ct-hint svg{width:12px;height:12px;color:var(--ink-400)}.ct-footer{padding:8px 12px 12px;display:flex;gap:8px;align-items:center}.ct-footer>a{flex:1 1}