.ctsdk-widget{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;color:#374151;margin:16px 0;max-width:100%;box-sizing:border-box}.ctsdk-widget *,.ctsdk-widget *:before,.ctsdk-widget *:after{box-sizing:inherit}.ctsdk-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center;background:#f9fafb;border-radius:8px;color:#6b7280;font-size:14px}.ctsdk-spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:ctsdk-spin 1s linear infinite;margin-bottom:8px}@keyframes ctsdk-spin{to{transform:rotate(360deg)}}.ctsdk-error{padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;text-align:center;font-size:14px}.ctsdk-error-icon{font-size:20px;margin-bottom:8px}.ctsdk-retry-button{background:#dc2626;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:12px;margin-top:8px;transition:background-color .2s}.ctsdk-retry-button:hover{background:#b91c1c}.ctsdk-empty{padding:32px 16px;text-align:center;color:#9ca3af;font-size:14px}.ctsdk-empty-icon{font-size:24px;margin-bottom:8px;opacity:.5}.ctsdk-header{margin-bottom:16px}.ctsdk-title{margin:0;font-size:18px;font-weight:600;color:#1f2937;line-height:1.25}.ctsdk-content{position:relative}.ctsdk-item{transition:all .2s ease-in-out}.ctsdk-item-title{color:#1f2937;text-decoration:none;font-weight:500;line-height:1.4;display:block;transition:color .2s}.ctsdk-item-title:hover{color:#3b82f6;text-decoration:underline}.ctsdk-item-excerpt{color:#6b7280;font-size:14px;line-height:1.4;margin-top:4px}.ctsdk-item-image{overflow:hidden;border-radius:4px;margin-bottom:8px}.ctsdk-item-image img{width:100%;height:auto;display:block;transition:transform .2s}.ctsdk-item:hover .ctsdk-item-image img{transform:scale(1.05)}.ctsdk-item-tags{margin-top:8px;display:flex;flex-wrap:wrap;gap:4px}.ctsdk-tag{background:#f3f4f6;color:#6b7280;padding:2px 6px;border-radius:12px;font-size:11px;font-weight:500}.ctsdk-item-title:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:2px}.ctsdk-retry-button:focus{outline:2px solid #dc2626;outline-offset:2px}@media print{.ctsdk-widget{break-inside:avoid}}.ctsdk-theme-default{border:1px solid #e5e7eb;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 1px 3px #0000001a}.ctsdk-theme-default .ctsdk-header{background:#f9fafb;padding:16px;border-bottom:1px solid #e5e7eb}.ctsdk-theme-default .ctsdk-title{font-size:16px;color:#374151}.ctsdk-theme-default .ctsdk-content{padding:0}.ctsdk-theme-default .ctsdk-item{padding:16px;border-bottom:1px solid #f3f4f6}.ctsdk-theme-default .ctsdk-item:last-child{border-bottom:none}.ctsdk-theme-default .ctsdk-item:hover{background:#f9fafb}.ctsdk-theme-default .ctsdk-item-title{font-size:14px;margin-bottom:4px}.ctsdk-theme-default .ctsdk-item-excerpt{font-size:13px}.ctsdk-theme-card{background:transparent;border:none;box-shadow:none}.ctsdk-theme-card .ctsdk-header{background:transparent;border:none;padding:0 0 16px}.ctsdk-theme-card .ctsdk-title{font-size:18px;color:#1f2937}.ctsdk-theme-card .ctsdk-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.ctsdk-theme-card .ctsdk-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a}.ctsdk-theme-card .ctsdk-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#d1d5db}.ctsdk-theme-card .ctsdk-item-title{font-size:16px;font-weight:600;margin-bottom:8px}.ctsdk-theme-card .ctsdk-item-excerpt{font-size:14px;line-height:1.5}@media (max-width: 768px){.ctsdk-theme-card .ctsdk-content{grid-template-columns:1fr;gap:12px}}.ctsdk-theme-sidebar{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;max-width:300px}.ctsdk-theme-sidebar .ctsdk-header{background:transparent;border:none;padding:0 0 16px}.ctsdk-theme-sidebar .ctsdk-title{font-size:16px;color:#1f2937;padding-bottom:8px;border-bottom:2px solid #3b82f6;margin-bottom:16px}.ctsdk-theme-sidebar .ctsdk-content{padding:0}.ctsdk-theme-sidebar .ctsdk-item{padding:0 0 12px;margin-bottom:12px;border-bottom:1px solid #e5e7eb}.ctsdk-theme-sidebar .ctsdk-item:last-child{border-bottom:none;margin-bottom:0}.ctsdk-theme-sidebar .ctsdk-item-title{font-size:14px;font-weight:500;line-height:1.4}.ctsdk-theme-sidebar .ctsdk-item-excerpt{font-size:12px;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ctsdk-theme-horizontal{background:transparent;border:none;box-shadow:none}.ctsdk-theme-horizontal .ctsdk-header{background:transparent;border:none;padding:0 0 16px}.ctsdk-theme-horizontal .ctsdk-title{font-size:18px;color:#1f2937}.ctsdk-theme-horizontal .ctsdk-content{display:flex;gap:16px;overflow-x:auto;padding:16px 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.ctsdk-theme-horizontal .ctsdk-content::-webkit-scrollbar{height:6px}.ctsdk-theme-horizontal .ctsdk-content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.ctsdk-theme-horizontal .ctsdk-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.ctsdk-theme-horizontal .ctsdk-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ctsdk-theme-horizontal .ctsdk-item{flex:0 0 280px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:transform .2s;box-shadow:0 1px 3px #0000001a}.ctsdk-theme-horizontal .ctsdk-item:hover{transform:scale(1.02)}.ctsdk-theme-horizontal .ctsdk-item-title{font-size:14px;font-weight:600;margin-bottom:8px}.ctsdk-theme-horizontal .ctsdk-item-excerpt{font-size:13px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.ctsdk-theme-horizontal .ctsdk-content{flex-direction:column;overflow-x:visible}.ctsdk-theme-horizontal .ctsdk-item{flex:1}}.ctsdk-theme-minimal{background:transparent;border:none;box-shadow:none}.ctsdk-theme-minimal .ctsdk-header{background:transparent;border:none;padding:0 0 12px}.ctsdk-theme-minimal .ctsdk-title{font-size:16px;color:#374151;font-weight:600}.ctsdk-theme-minimal .ctsdk-content{padding:0}.ctsdk-theme-minimal .ctsdk-item{padding:0;margin-bottom:8px;border:none;background:transparent}.ctsdk-theme-minimal .ctsdk-item:last-child{margin-bottom:0}.ctsdk-theme-minimal .ctsdk-item-title{font-size:14px;font-weight:400;padding:6px 0;border-bottom:1px solid #f3f4f6;display:block}.ctsdk-theme-minimal .ctsdk-item-title:hover{background:#f9fafb;padding-left:8px}.ctsdk-theme-minimal .ctsdk-item-excerpt{display:none}@media (prefers-color-scheme: dark){.ctsdk-widget{color:#e5e7eb}.ctsdk-theme-default{background:#1f2937;border-color:#374151}.ctsdk-theme-default .ctsdk-header{background:#374151;border-color:#4b5563}.ctsdk-theme-default .ctsdk-title{color:#f9fafb}.ctsdk-theme-default .ctsdk-item:hover{background:#374151}.ctsdk-theme-default .ctsdk-item-title{color:#f9fafb}.ctsdk-theme-default .ctsdk-item-title:hover{color:#60a5fa}.ctsdk-theme-card .ctsdk-item{background:#1f2937;border-color:#374151}.ctsdk-theme-card .ctsdk-item:hover{border-color:#4b5563}.ctsdk-theme-card .ctsdk-item-title{color:#f9fafb}.ctsdk-theme-sidebar{background:#374151;border-color:#4b5563}.ctsdk-theme-sidebar .ctsdk-title{color:#f9fafb;border-color:#60a5fa}.ctsdk-theme-horizontal .ctsdk-item{background:#1f2937;border-color:#374151}.ctsdk-loading{background:#374151;color:#9ca3af}.ctsdk-spinner{border-color:#4b5563;border-top-color:#60a5fa}}
