.cg-content-list,.cg-content-viewer,.cg-widget{--cg-primary: #3b82f6;--cg-primary-hover: #2563eb;--cg-bg: #ffffff;--cg-bg-secondary: #f9fafb;--cg-text: #1f2937;--cg-text-secondary: #6b7280;--cg-border: #e5e7eb;--cg-shadow: 0 1px 3px rgba(0, 0, 0, .1);--cg-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--cg-radius: 12px;--cg-transition: all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:var(--cg-text)}.cg-content-list.cg-theme-dark,.cg-content-viewer.cg-theme-dark,.cg-widget[data-theme=dark]{--cg-primary: #60a5fa;--cg-primary-hover: #3b82f6;--cg-bg: #1f2937;--cg-bg-secondary: #111827;--cg-text: #f9fafb;--cg-text-secondary: #9ca3af;--cg-border: #374151;--cg-shadow: 0 1px 3px rgba(0, 0, 0, .3);--cg-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5)}.cg-content-list *,.cg-content-viewer *,.cg-widget *{box-sizing:border-box;margin:0;padding:0}.cg-content-list,.cg-content-viewer,.cg-widget{width:100%;max-width:100%}.cg-content-list{width:100%}.cg-list-header{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.cg-display-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--cg-bg-secondary);border:1px solid var(--cg-border);border-radius:var(--cg-radius);color:var(--cg-text);cursor:pointer;transition:var(--cg-transition);font-size:.875rem}.cg-display-toggle:hover{background:var(--cg-bg);border-color:var(--cg-primary)}.cg-display-toggle svg{width:20px;height:20px}.cg-content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:768px){.cg-content-grid{grid-template-columns:1fr}}.cg-content-rows{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cg-content-rows .cg-card{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.75rem 1.5rem;align-items:start}.cg-content-rows .cg-card-header{grid-column:1 / 2;grid-row:1;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:0}.cg-content-rows .cg-card-meta{grid-column:1 / 2;grid-row:2;margin-top:0}.cg-content-rows .cg-expand-btn{grid-column:2 / 3;grid-row:1;flex-shrink:0}.cg-content-rows .cg-card-title{margin:0;flex:1}.cg-content-rows .cg-card--compact,.cg-content-rows .cg-card--comfortable,.cg-content-rows .cg-card--spacious{width:100%}@media(max-width:768px){.cg-content-rows .cg-card{grid-template-columns:1fr;grid-template-rows:auto auto}.cg-content-rows .cg-expand-btn{grid-column:1;grid-row:1;justify-self:end}}.cg-card{background:var(--cg-bg);border:1px solid var(--cg-border);border-radius:var(--cg-radius);padding:1.5rem;cursor:pointer;transition:var(--cg-transition);display:block}a.cg-card{text-decoration:none;color:inherit}.cg-card--compact{padding:1rem}.cg-card--compact .cg-card-title{font-size:1rem;line-height:1.4}.cg-card--compact .cg-card-meta{font-size:.75rem}.cg-card--comfortable{padding:1.5rem}.cg-card--comfortable .cg-card-title{font-size:1.125rem;line-height:1.5}.cg-card--comfortable .cg-card-meta{font-size:.875rem}.cg-card--spacious{padding:2rem}.cg-card--spacious .cg-card-title{font-size:1.25rem;line-height:1.6}.cg-card--spacious .cg-card-meta{font-size:.875rem;margin-top:.75rem}.cg-card:hover{box-shadow:var(--cg-shadow-lg);border-color:var(--cg-primary)}.cg-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.cg-card-title{font-size:1.25rem;font-weight:600;color:var(--cg-text);line-height:1.4;flex:1}.cg-expand-btn{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--cg-bg-secondary);border:1px solid var(--cg-border);border-radius:8px;color:var(--cg-text-secondary);cursor:pointer;transition:var(--cg-transition)}.cg-expand-btn:hover{background:var(--cg-primary);color:#fff;border-color:var(--cg-primary)}.cg-card-summary{margin-bottom:1rem;padding:1rem;background:var(--cg-bg-secondary);border-radius:8px}.cg-card-summary p{color:var(--cg-text-secondary);font-size:.9375rem;line-height:1.6}.cg-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.cg-tag{display:inline-block;padding:.25rem .75rem;background:var(--cg-primary);color:#fff;border-radius:999px;font-size:.75rem;font-weight:500}.cg-card-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:var(--cg-text-secondary)}.cg-meta-item{display:flex;align-items:center;gap:.375rem}.cg-meta-item svg{width:14px;height:14px;flex-shrink:0}.cg-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 0}.cg-btn-prev,.cg-btn-next{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--cg-primary);color:#fff;border:none;border-radius:var(--cg-radius);font-weight:500;cursor:pointer;transition:var(--cg-transition)}.cg-btn-prev:hover:not(:disabled),.cg-btn-next:hover:not(:disabled){background:var(--cg-primary-hover);box-shadow:var(--cg-shadow-lg)}.cg-btn-prev:disabled,.cg-btn-next:disabled{opacity:.5;cursor:not-allowed}.cg-page-info{color:var(--cg-text-secondary);font-size:.875rem}.cg-content-viewer{width:100%;background:var(--cg-bg);min-height:400px}.cg-viewer-header{margin-bottom:2rem;background:var(--cg-bg)}.cg-back-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--cg-bg-secondary);border:1px solid var(--cg-border);border-radius:var(--cg-radius);color:var(--cg-text);font-weight:500;cursor:pointer;transition:var(--cg-transition)}.cg-viewer-content{max-width:800px;margin:0 auto;background:var(--cg-bg);padding:1rem}.cg-content-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--cg-border)}.cg-content-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--cg-text)}.cg-content-meta{display:flex;flex-wrap:wrap;gap:1.5rem;color:var(--cg-text-secondary);font-size:.9375rem}.cg-content-body{color:var(--cg-text);line-height:1.75}.cg-content-body h2{font-size:1.875rem;font-weight:700;margin:2rem 0 1rem;color:var(--cg-text)}.cg-content-body h3{font-size:1.5rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--cg-text)}.cg-content-body p{margin-bottom:1.25rem}.cg-content-body ul,.cg-content-body ol{margin-bottom:1.25rem;padding-left:1.5rem}.cg-content-body li{margin-bottom:.5rem}.cg-content-body a{color:var(--cg-primary);text-decoration:underline}.cg-content-body a:hover{color:var(--cg-primary-hover)}.cg-content-body code{padding:.125rem .375rem;background:var(--cg-bg-secondary);border:1px solid var(--cg-border);border-radius:4px;font-size:.875em;font-family:Courier New,monospace}.cg-content-body pre{padding:1rem;background:var(--cg-bg-secondary);border:1px solid var(--cg-border);border-radius:8px;overflow-x:auto;margin-bottom:1.25rem}.cg-content-body pre code{padding:0;background:none;border:none}.cg-content-body blockquote{padding-left:1rem;border-left:4px solid var(--cg-primary);margin:1.25rem 0;font-style:italic;color:var(--cg-text-secondary)}.cg-content-body img{max-width:100%;height:auto;border-radius:8px;margin:1.25rem 0}.cg-modal{position:fixed;inset:0;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease;--cg-primary: #3b82f6;--cg-primary-hover: #2563eb;--cg-bg: #ffffff;--cg-bg-secondary: #f9fafb;--cg-text: #1f2937;--cg-text-secondary: #6b7280;--cg-border: #e5e7eb;--cg-shadow: 0 1px 3px rgba(0, 0, 0, .1);--cg-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--cg-radius: 12px;--cg-transition: all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.cg-modal--active{opacity:1;pointer-events:auto}.cg-modal[data-theme=dark]{--cg-primary: #60a5fa;--cg-primary-hover: #3b82f6;--cg-bg: #1f2937;--cg-bg-secondary: #111827;--cg-text: #f9fafb;--cg-text-secondary: #9ca3af;--cg-border: #374151;--cg-shadow: 0 1px 3px rgba(0, 0, 0, .3);--cg-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5)}.cg-modal-overlay{position:absolute;inset:0;background:#000c;cursor:pointer}.cg-modal-content{position:relative;max-width:900px;max-height:90vh;margin:5vh auto;background:var(--cg-bg);border-radius:var(--cg-radius);overflow-y:auto;box-shadow:0 25px 50px -12px #00000080;z-index:10;opacity:1!important}.cg-modal-close{position:sticky;top:1rem;right:1rem;float:right;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--cg-bg);border:1px solid var(--cg-border);border-radius:50%;color:var(--cg-text);cursor:pointer;transition:var(--cg-transition);z-index:10}.cg-modal-close:hover{background:var(--cg-primary);color:#fff;border-color:var(--cg-primary)}.cg-modal-body{padding:2rem;background:var(--cg-bg);min-height:200px}.cg-loading,.cg-viewer-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.cg-spinner{width:48px;height:48px;border:4px solid var(--cg-border);border-top-color:var(--cg-primary);border-radius:50%;animation:cg-spin .8s linear infinite;margin-bottom:1rem}@keyframes cg-spin{to{transform:rotate(360deg)}}.cg-loading p,.cg-viewer-loading p{color:var(--cg-text-secondary)}.cg-error,.cg-viewer-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.cg-error svg,.cg-viewer-error svg{color:#ef4444;margin-bottom:1rem}.cg-error p,.cg-viewer-error p{color:var(--cg-text);margin-bottom:1.5rem}.cg-retry-btn{padding:.75rem 1.5rem;background:var(--cg-primary);color:#fff;border:none;border-radius:var(--cg-radius);font-weight:500;cursor:pointer;transition:var(--cg-transition)}.cg-retry-btn:hover{background:var(--cg-primary-hover)}.cg-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.cg-empty-state svg{color:var(--cg-text-secondary);margin-bottom:1rem}.cg-empty-state p{color:var(--cg-text-secondary);margin-top:1rem}.cg-articles-grid.cg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.cg-articles-grid.cg-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cg-articles-grid.cg-featured-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.cg-articles-grid.cg-featured-cards-grid .cg-featured-card{height:100%}@media(max-width:768px){.cg-articles-grid.cg-grid{grid-template-columns:1fr}.cg-articles-grid.cg-featured-cards-grid{grid-template-columns:1fr;gap:1.5rem}}.cg-articles-grid.cg-featured-cards-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.cg-article-card{background:var(--cg-bg);border:1px solid var(--cg-border);border-radius:var(--cg-radius);overflow:hidden;transition:var(--cg-transition)}.cg-article-card:hover{box-shadow:var(--cg-shadow-lg);transform:translateY(-2px)}.cg-card-link{display:block;text-decoration:none;color:inherit}.cg-card-content{padding:1.5rem}.cg-display-compact .cg-card-content{padding:1rem}.cg-display-spacious .cg-card-content{padding:2rem}.cg-card-category{margin-bottom:.75rem}.cg-category-badge{display:inline-block;padding:.25rem .75rem;background:var(--cg-primary);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.cg-card-title{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.75rem;color:var(--cg-text)}.cg-display-compact .cg-card-title{font-size:1.1rem}.cg-display-spacious .cg-card-title{font-size:1.5rem}.cg-card-summary{color:var(--cg-text-secondary);line-height:1.6;margin-bottom:1rem;font-size:.95rem}.cg-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--cg-text-secondary);margin-bottom:1rem}.cg-meta-separator{color:var(--cg-border)}.cg-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.cg-tag{padding:.25rem .75rem;background:var(--cg-bg-secondary);border:1px solid var(--cg-border);border-radius:9999px;font-size:.75rem;color:var(--cg-text-secondary)}.cg-content-header-back{margin-bottom:2rem}.cg-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--cg-bg-secondary);border:1px solid var(--cg-border);border-radius:var(--cg-radius);color:var(--cg-text);text-decoration:none;font-size:.875rem;transition:var(--cg-transition)}.cg-back-btn:hover{background:var(--cg-bg);border-color:var(--cg-primary);color:var(--cg-primary)}.cg-back-btn svg{width:20px;height:20px}.cg-content-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--cg-border)}.cg-content-category{margin-bottom:1rem}.cg-content-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--cg-text)}@media(max-width:768px){.cg-content-title{font-size:2rem}}.cg-content-summary{font-size:1.125rem;line-height:1.6;color:var(--cg-text-secondary);margin-bottom:1.5rem}.cg-ai-summary{background:linear-gradient(to right,#eff6ff,#dbeafe);border-left:4px solid #3b82f6;border-radius:0 var(--cg-radius) var(--cg-radius) 0;padding:1rem 1.25rem;margin-bottom:1.5rem}.cg-theme-dark .cg-ai-summary{background:linear-gradient(to right,#1e3a5f,#1e40af);border-left-color:#60a5fa}.cg-ai-summary-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.cg-ai-summary-icon{width:1rem;height:1rem;color:#2563eb}.cg-theme-dark .cg-ai-summary-icon{color:#60a5fa}.cg-ai-summary-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#1d4ed8}.cg-theme-dark .cg-ai-summary-label{color:#93c5fd}.cg-ai-summary-text{font-size:.875rem;font-style:italic;line-height:1.6;color:#374151}.cg-theme-dark .cg-ai-summary-text{color:#d1d5db}.cg-content-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.875rem;color:var(--cg-text-secondary)}.cg-info-separator{color:var(--cg-border)}.cg-content-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.cg-content-body{max-width:100%;color:var(--cg-text)}.cg-empty-state p{color:var(--cg-text-secondary);font-size:1.125rem}.cg-featured-card{--cg-card-border-color: #e5e7eb;--cg-card-bg: transparent;--cg-items-bg: #f3f4f6;display:block;text-decoration:none;color:inherit;border-radius:12px;background:var(--cg-card-bg);border:none;transition:all .2s ease;overflow:hidden}.cg-featured-card.cg-border-line{border:1px solid var(--cg-card-border-color)}.cg-featured-card.cg-border-dashed{border:2px dashed var(--cg-card-border-color)}.cg-featured-card:hover{border-color:var(--cg-primary)}.cg-featured-card-inner{padding:var(--cg-card-padding, 2rem 2.5rem);height:100%;display:flex;flex-direction:column}.cg-featured-card-category{margin-bottom:1.25rem}.cg-category-badge{display:inline-block;padding:.25rem .75rem;background:#eff6ff;color:var(--cg-primary);border-radius:4px;font-size:.75rem;font-weight:600}.cg-featured-card-title{margin:0 0 1rem;font-size:2.25rem;font-weight:800;line-height:1.2;color:var(--cg-text);letter-spacing:-.02em}.cg-featured-card-summary{font-size:1rem;line-height:1.7;color:var(--cg-text-secondary);margin-bottom:1.5rem;flex-grow:1}.cg-featured-card-summary p{margin:0 0 1rem}.cg-featured-card-summary p:last-child{margin:0}.cg-featured-card-summary strong,.cg-featured-card-summary b{font-weight:700;color:var(--cg-text)}.cg-featured-card-footer{display:flex;align-items:center;font-size:.875rem;font-weight:500;color:var(--cg-text-secondary);margin-bottom:1rem}.cg-featured-card-separator{margin:0 .5rem;opacity:.4}.cg-featured-card-cta{display:inline-flex;align-items:center;gap:.375rem;font-size:1rem;font-weight:600;color:var(--cg-primary);text-decoration:none;transition:all .2s ease;align-self:flex-start}.cg-featured-card:hover .cg-featured-card-cta{gap:.625rem;text-decoration:underline}.cg-featured-card-arrow{transition:transform .2s ease}.cg-featured-card:hover .cg-featured-card-arrow{transform:translate(3px)}.cg-featured-card-summary>p:first-child{font-size:1rem;line-height:1.7}.cg-summary-items{margin:0;padding:1rem 1.25rem;list-style:none;background:var(--cg-items-bg);border-radius:8px}.cg-summary-items li{display:flex;gap:.75rem;margin-bottom:1rem;line-height:1.5}.cg-summary-items li:last-child{margin-bottom:0}.cg-summary-items li:before{display:none}.cg-item-number{flex-shrink:0;width:1.5rem;height:1.5rem;background:var(--cg-primary);color:#fff;border-radius:4px;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:.125rem}.cg-item-content{flex:1;min-width:0}.cg-item-title{display:block;font-size:.9375rem;font-weight:600;color:var(--cg-text);margin-bottom:.125rem}.cg-item-description{display:block;font-size:.875rem;color:var(--cg-text-secondary);line-height:1.5}.cg-featured-card-summary blockquote{margin:0;padding:1.25rem 1.5rem;border-left:3px solid var(--cg-primary);background:var(--cg-items-bg);border-radius:0 8px 8px 0;font-style:italic;font-size:1.0625rem;line-height:1.7;color:var(--cg-text)}.cg-featured-card-summary ul,.cg-featured-card-summary ol{margin:0;padding:1rem 1.25rem;list-style:none;background:var(--cg-items-bg);border-radius:8px;counter-reset:item}.cg-featured-card-summary ul li,.cg-featured-card-summary ol li{display:flex;gap:.75rem;margin-bottom:1rem;line-height:1.6;font-size:.875rem;color:var(--cg-text-secondary)}.cg-featured-card-summary ul li:last-child,.cg-featured-card-summary ol li:last-child{margin-bottom:0}.cg-featured-card-summary ul li:before,.cg-featured-card-summary ol li:before{content:counter(item);counter-increment:item;flex-shrink:0;width:1.5rem;height:1.5rem;background:var(--cg-primary);color:#fff;border-radius:4px;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:.125rem}.cg-featured-card-summary li strong{font-size:.9375rem;font-weight:600;color:var(--cg-text)}.cg-summary-items li:before{content:none!important;display:none!important}.cg-card-primary{display:flex;flex-direction:column}.cg-card-secondary{margin-top:1.5rem}.cg-card-secondary blockquote{font-size:1.5rem;line-height:1.4;font-weight:500;font-style:italic;color:#1f2937;border:none;position:relative;padding-left:3.5rem;margin:0;display:flex;flex-direction:column;justify-content:center;min-height:120px}.cg-card-secondary blockquote:before{content:"“";position:absolute;left:-.5rem;top:-1.5rem;font-size:6rem;color:var(--cg-primary, #3b82f6);font-family:serif;line-height:1}.cg-featured-card-cta{margin-top:1.5rem}@media(min-width:768px){.cg-layout-horizontal .cg-featured-card-inner{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1.5rem 3rem;padding:var(--cg-card-padding, 2.5rem 3rem);align-items:start}.cg-layout-horizontal .cg-card-primary{grid-column:1;grid-row:1}.cg-layout-horizontal .cg-featured-card-cta{grid-column:1;grid-row:2;margin-top:0;align-self:end}.cg-layout-horizontal .cg-card-secondary{grid-column:2;grid-row:1 / span 2;margin-top:0;display:flex;flex-direction:column;justify-content:center;height:100%}.cg-layout-horizontal .cg-card-secondary blockquote{height:auto}.cg-layout-horizontal .cg-featured-card-title{font-size:2.5rem;margin-bottom:1rem}.cg-layout-horizontal .cg-featured-card-summary{margin-bottom:1.5rem}}
