:root,body{font-variant-emoji:text}:root{--pg-surface:#e8e8e8;--pg-surface-muted:#f5f5f5;--pg-surface-raised:#fff;--pg-border:#d4d4d4;--pg-text:#1a1a1a;--pg-text-secondary:#555;--pg-text-muted:#777;--pg-accent:#2d74b3;--pg-accent-hover:#1f5f94;--pg-nav-bg:var(--pg-surface);--pg-nav-border:var(--pg-border);--pg-header-bar-height:45px}@font-face{font-family:Inter Variable;src:url(/static/fonts/InterVariable.woff2)format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Source Serif 4 Web";src:url(/static/fonts/source-serif-4-variable-latin.woff2)format("woff2-variations");font-weight:200 900;font-style:normal;font-display:swap}@font-face{font-family:"Source Serif 4 Variable";src:url(/static/fonts/source-serif-4-variable-latin.woff2)format("woff2-variations");font-weight:200 900;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}body{flex-direction:column;height:100vh;font-family:Inter Variable,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}.playground-header{background:var(--pg-nav-bg);color:var(--pg-text);border-bottom:1px solid var(--pg-nav-border);flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 20px;display:flex}.playground-header h1{margin:0;font-size:18px;font-weight:600}.header-brand{flex-direction:row;align-items:center;gap:8px;display:flex}.header-brand h1{display:inline}.home-link{width:32px;height:32px;color:var(--pg-text-secondary);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;text-decoration:none;transition:color .2s,background .2s;display:flex}.home-link:hover{color:var(--pg-accent);background:#0000000d}.brand-icon{flex-shrink:0;width:22px;height:22px;display:block}.header-actions{align-items:center;gap:10px;display:flex}.example-selector,.format-selector{border:1px solid var(--pg-border);background:var(--pg-surface-raised);color:var(--pg-text);border-radius:4px;padding:6px 12px;font-size:14px}.format-selector{color:#555;background:#f0f0f0;border:1px solid #ccc;border-radius:3px;height:18px;margin-right:6px;padding:1px 6px;font-size:10px;line-height:14px}.btn{cursor:pointer;border:none;border-radius:4px;padding:6px 16px;font-size:14px;font-weight:500}.btn-primary{background:var(--pg-accent);color:#fff}.btn-primary:hover{background:var(--pg-accent-hover)}.btn-secondary{background:var(--pg-surface-raised);color:var(--pg-text);border:1px solid var(--pg-border)}.btn-secondary:hover{background:#f0f0f0;border-color:#bdbdbd}.icon-btn{cursor:pointer;color:#999;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;transition:color .2s,transform .15s;display:flex}.icon-btn:hover{color:#333;transform:scale(1.1)}.icon-btn svg{display:block}.ai-sidebar{z-index:1000;background:#fff;border-right:1px solid #ddd;flex-direction:column;width:400px;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 8px #0000001a}.ai-sidebar.open{transform:translate(0)}.ai-sidebar-header{background:#f8f8f8;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ai-sidebar-header h2{color:#333;margin:0;font-size:18px;font-weight:600}.ai-sidebar-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:24px;transition:background .2s,color .2s;display:flex}.ai-sidebar-close:hover{color:#333;background:#e0e0e0}.ai-sidebar-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.ai-sidebar-controls{border-bottom:1px solid #ddd;flex-direction:column;gap:8px;padding:12px 16px;display:flex}.ai-btn{cursor:pointer;border:none;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .2s}.ai-btn-primary{background:var(--pg-accent);color:#fff}.ai-btn-primary:hover{background:var(--pg-accent-hover)}.ai-btn-secondary{color:#333;background:#f0f0f0;border:1px solid #ddd}.ai-btn-secondary:hover{background:#e0e0e0}.ai-btn:disabled{opacity:.5;cursor:not-allowed}.ai-chat-messages{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ai-message{word-wrap:break-word;border-radius:8px;max-width:85%;padding:12px}.ai-message.user{color:#1976d2;background:#e3f2fd;align-self:flex-end;margin-left:auto}.ai-message.assistant{color:#333;background:#f5f5f5;align-self:flex-start}.ai-message pre{background:#0000000d;border-radius:4px;margin:8px 0 0;padding:8px;font-size:12px;overflow-x:auto}.ai-message code{background:#0000000d;border-radius:3px;padding:2px 4px;font-size:12px}.ai-message h1,.ai-message h2,.ai-message h3,.ai-message h4,.ai-message h5,.ai-message h6{margin:16px 0 8px;font-weight:600;line-height:1.4}.ai-message h1{border-bottom:2px solid #0000001a;padding-bottom:4px;font-size:1.5em}.ai-message h2{border-bottom:1px solid #0000001a;padding-bottom:4px;font-size:1.3em}.ai-message h3{font-size:1.1em}.ai-message p{margin:8px 0;line-height:1.6}.ai-message ul,.ai-message ol{margin:8px 0;padding-left:24px}.ai-message li{margin:4px 0;line-height:1.5}.ai-message strong{font-weight:600}.ai-message em{font-style:italic}.ai-message blockquote{color:#000000b3;border-left:3px solid #0003;margin:8px 0;padding-left:12px}.ai-message hr{border:none;border-top:1px solid #0000001a;margin:16px 0}.ai-message table{border-collapse:collapse;width:100%;margin:8px 0;font-size:.9em}.ai-message table th,.ai-message table td{text-align:left;border:1px solid #0000001a;padding:6px 8px}.ai-message table th{background:#0000000d;font-weight:600}.ai-thinking-status{color:#2196f3;background:#2196f31a;border-radius:4px;align-items:center;gap:8px;margin-bottom:8px;padding:8px 12px;font-size:.9em;display:flex}.ai-thinking-indicator{color:#2196f3;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ai-thinking-text{font-weight:500}.ai-message-content{min-height:20px}.ai-research-query{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin:8px 0;padding:12px;font-size:.9em}.ai-research-header{color:#495057;align-items:center;gap:8px;margin-bottom:12px;font-weight:600;display:flex}.ai-research-icon{font-size:1.2em}.ai-research-title{flex:1}.ai-research-label{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.85em;font-weight:600}.ai-research-query-sql{background:#fff;border:1px solid #e9ecef;border-radius:4px;margin:12px 0;padding:8px}.ai-research-query-sql pre{background:0 0;margin:0;padding:0;font-size:.85em;overflow-x:auto}.ai-research-query-sql code{color:#212529;background:0 0;padding:0}.ai-research-result{margin-top:12px}.ai-research-summary{color:#1976d2;background:#e7f3ff;border-left:3px solid #2196f3;border-radius:4px;margin-bottom:12px;padding:8px 12px;font-size:.9em}.ai-research-summary strong{color:#1565c0}.ai-research-summary code{background:#ffffffb3;border-radius:2px;padding:2px 4px;font-size:.9em}.ai-research-data{margin-top:12px}.ai-research-table{background:#fff;border:1px solid #dee2e6;border-radius:4px;overflow-x:auto}.ai-research-table table{border-collapse:collapse;width:100%;margin:0;font-size:.85em}.ai-research-table thead{background:#f8f9fa}.ai-research-table th{text-align:left;color:#495057;border-bottom:2px solid #dee2e6;padding:8px 12px;font-weight:600}.ai-research-table td{color:#212529;border-bottom:1px solid #e9ecef;padding:6px 12px}.ai-research-table tbody tr:hover{background:#f8f9fa}.ai-research-table tbody tr:last-child td{border-bottom:none}.ai-research-table td em{color:#6c757d;font-style:italic}.ai-research-error{color:#856404;background:#fff3cd;border-left:3px solid #ffc107;border-radius:4px;margin-top:12px;padding:8px 12px;font-size:.9em}.ai-research-error strong{color:#856404}.ai-chat-input-container{border-top:1px solid #ddd;flex-direction:column;gap:8px;padding:16px;display:flex}.ai-chat-input{resize:vertical;border:1px solid #ddd;border-radius:4px;width:100%;min-height:80px;padding:12px;font-family:inherit;font-size:14px}.ai-chat-input:focus{border-color:var(--pg-accent);outline:none}.ai-sidebar-toggle{background:var(--pg-accent);color:#fff;cursor:pointer;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .2s,transform .2s;display:flex;position:fixed;bottom:20px;left:20px;box-shadow:0 2px 8px #0003}.ai-sidebar-toggle:hover{background:var(--pg-accent-hover);transform:scale(1.05)}.ai-sidebar-toggle.hidden{display:none}.playground-container.with-sidebar{margin-left:400px}.dft-chart{position:relative}.dft-chart-chat-btn{color:#fff;cursor:pointer;z-index:10;opacity:0;background:#000000d9;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:opacity .2s,background .2s;display:flex;position:absolute;top:8px;right:50px;box-shadow:0 2px 4px #0003}.dft-chart:hover .dft-chart-chat-btn{opacity:1}.dft-chart-chat-btn:hover{background:#000;transform:scale(1.1)}.playground-container{flex:1;transition:margin-left .3s;display:flex;overflow:hidden}.editor-pane,.preview-pane{flex-direction:column;flex:50%;min-height:0;display:flex;overflow:hidden}body.custom-pane-split .editor-pane{flex:0 0 var(--editor-pane-width,50%)}body.custom-pane-split .preview-pane{flex:1 1 0;min-width:0}.pane-resize-handle{cursor:col-resize;background:var(--pg-surface);border-left:1px solid var(--pg-border);border-right:1px solid var(--pg-border);touch-action:none;-webkit-user-select:none;user-select:none;flex:0 0 6px;position:relative}.pane-resize-handle:hover,.pane-resize-handle:focus-visible,body.pane-resize-dragging .pane-resize-handle{background:var(--pg-accent)}.pane-resize-handle:focus-visible{outline:2px solid var(--pg-accent);outline-offset:-2px}.pane-resize-grip{top:calc(var(--pg-header-bar-height) / 2);pointer-events:none;grid-template-columns:1.5px 1.5px;grid-auto-rows:1.5px;gap:3px 1px;display:grid;position:absolute;left:50%;transform:translate(-50%,-50%)}.pane-resize-grip>i{background:var(--pg-text-muted);border-radius:50%;width:1.5px;height:1.5px}.pane-resize-handle:hover .pane-resize-grip>i,.pane-resize-handle:focus-visible .pane-resize-grip>i,body.pane-resize-dragging .pane-resize-grip>i{background:#fff}.preview-pane{background:var(--pg-surface-raised)}button.pane-chrome-toggle{font:inherit;background:0 0;border:none}body.fullscreen-mode .playground-header,body.fullscreen-mode .editor-pane,body.fullscreen-mode .ai-sidebar-toggle{display:none}.editor-header,.preview-header{height:var(--pg-header-bar-height);min-height:var(--pg-header-bar-height);max-height:var(--pg-header-bar-height);background:var(--pg-surface);border-bottom:1px solid var(--pg-border);color:var(--pg-text-secondary);box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 16px;font-size:12px;font-weight:600;display:flex}.header-actions-right{align-items:center;gap:8px;display:flex}.editor-search{background:#fff;border:1px solid #ddd;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;display:flex}.editor-search:focus-within{border-color:var(--pg-accent);box-shadow:0 0 0 2px #2d74b326}.editor-search-input{color:#333;background:0 0;border:none;outline:none;width:140px;font-size:12px}.editor-search-input::placeholder{color:#999}.editor-search-count{color:#777;text-align:center;min-width:30px;font-size:10px}.editor-search-btn{color:#777}.editor-search-btn:hover{color:#333}.pane-chrome-toggle{color:#666;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:3px;align-items:center;gap:4px;padding:2px 6px;font-size:11px;transition:background .2s;display:flex}.pane-chrome-toggle:hover{background:#f0f0f0}.pane-chrome-toggle input[type=checkbox]{cursor:pointer;width:14px;height:14px;margin:0}.fullscreen-only{display:none}body.fullscreen-mode .fullscreen-only{display:flex}.review-width-label{color:var(--pg-text-secondary);-webkit-user-select:none;user-select:none;align-items:center;gap:4px;font-size:11px;display:flex}.review-width-label input[type=number]{border:1px solid var(--pg-border);background:var(--pg-surface-raised);width:56px;color:var(--pg-text);text-align:right;font-variant-numeric:tabular-nums;border-radius:3px;padding:2px 4px;font-size:11px}.review-width-label input[type=number]:focus{border-color:var(--pg-text-muted);outline:none}.review-width-label input[type=number]:disabled{color:var(--pg-text-muted);cursor:default;background:0 0;border-color:#0000}body.fullscreen-mode .review-width-label{color:var(--pg-text-muted)}.review-width-label input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.review-width-label input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.btn-small{padding:4px 12px;font-size:12px}.preview-header{background:var(--pg-surface)}.status-indicator{color:#666;background:#e0e0e0;border-radius:3px;height:18px;padding:1px 6px;font-size:10px;line-height:16px}.status-indicator.status-rendered{color:#fff;background:#4caf50}.status-indicator.status-error{color:#fff;background:#f44336}.status-indicator.status-rendering{color:#fff;background:#ff9800}.status-indicator.status-waiting{color:#666;background:#e0e0e0}.status-indicator.status-connected{color:#fff;background:#2196f3}.status-indicator.status-disconnected{color:#fff;background:#999}#yaml-editor{flex:1;overflow:auto}.CodeMirror{height:100%;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:14px}.CodeMirror-lines{padding:8px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 8px 0 12px}.CodeMirror-gutters{background-color:#f8f8f8;border-right:1px solid #e0e0e0;min-width:50px}.CodeMirror-scroll{overflow-x:auto!important}.cm-search-match{background:#ffd60a59;border-radius:2px}.cm-search-match-active{background:#ffa6008c}#preview-content{scrollbar-width:thin;scrollbar-color:var(--pg-border) transparent;flex:1;min-height:0;padding:0;overflow:hidden auto}#preview-content::-webkit-scrollbar{width:8px;height:8px}#preview-content::-webkit-scrollbar-track{background:0 0}#preview-content::-webkit-scrollbar-thumb{background:var(--pg-border);border-radius:4px}#preview-content::-webkit-scrollbar-thumb:hover{background:var(--pg-text-secondary,#888)}body.fullscreen-mode #preview-content{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}body.fullscreen-mode #svg-preview-iframe{height:100vh!important;min-height:0!important}#code-preview{background:var(--pg-surface-raised);border-top:1px solid var(--pg-border);flex-direction:column;flex:auto;min-height:0;display:none;overflow:hidden}#code-preview.is-visible{display:flex}#code-preview .CodeMirror{flex:auto;height:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.45}#code-preview .CodeMirror-scroll{min-height:0}#preview-content.html-mode{height:auto}#preview-content.html-mode iframe{background:#fff;border:none;width:100%;display:block}.preview-content-wrapper{transform-origin:0 0;width:100%;max-width:100%;transition:transform .2s}.preview-placeholder{color:#999;justify-content:center;align-items:center;height:100%;font-size:14px;display:flex}.inline-examples-gallery{padding:20px}.inline-examples-gallery .inline-category-title{cursor:default;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:10px;font-size:13px}.inline-examples-gallery .inline-category-title:before{display:none}.error-container{color:#c62828;background:#ffebee;border:1px solid #ef5350;border-radius:4px;padding:16px}.error-container ul{margin-top:8px;margin-left:20px}.error-container li{margin:4px 0}.playground-error-list{margin-left:0;padding-left:0;list-style:none}.playground-error-item{margin:12px 0;padding:0}.playground-error-item:first-child{margin-top:0}.playground-error-code{letter-spacing:.02em;margin-bottom:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:600}.playground-error-message{white-space:normal;margin:0 0 8px;line-height:1.45}.playground-error-hint,.playground-error-location{color:#8d1b1b;margin:4px 0;font-size:13px;line-height:1.4}.playground-error-label{font-weight:600}.playground-error-docs{margin:8px 0 0;font-size:13px}.playground-error-docs a{color:#b71c1c;text-decoration:underline}.warnings-strip{color:#7c5800;background:#fff8e1;border:1px solid #ffca28;border-radius:4px;margin:8px}.warnings-strip-summary{cursor:pointer;padding:6px 12px;font-size:12px;font-weight:600;list-style:none}.warnings-strip-summary::-webkit-details-marker{display:none}.warnings-strip[open] .warnings-strip-summary{border-bottom:1px solid #ffca28}.playground-warning-list{margin:0;padding:4px 12px 8px;list-style:none}.playground-warning-item{margin:8px 0;padding:0}.playground-warning-item:first-child{margin-top:0}.playground-warning-code{letter-spacing:.02em;margin-bottom:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:600}.playground-warning-message{margin:0 0 4px;font-size:13px;line-height:1.4}.playground-warning-location,.playground-warning-fix{margin:4px 0 0;font-size:12px;line-height:1.4}.playground-warning-label{font-weight:600}.board-title{border-bottom:2px solid #e0e0e0;margin-bottom:20px;padding-bottom:10px}.board-title h1{color:#1a1a1a;margin:0;font-size:32px;font-weight:600}.board-description{color:#666;margin-bottom:30px}.board-description p{margin:0;font-size:16px;line-height:1.6}.chart{aspect-ratio:3/2;box-sizing:border-box;background:#fff;border-radius:4px;flex-direction:column;width:100%;margin-bottom:20px;padding:20px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a}.chart h3{color:#333;flex-shrink:0;margin-bottom:15px;font-size:18px;font-weight:600}.chart-content{flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex}.chart svg{width:100%;max-width:100%;height:100%;max-height:100%;display:block}.chart .vega-chart-container{width:100%;height:100%;overflow:hidden}.chart[data-height]{aspect-ratio:unset;height:var(--chart-height)}.chart[data-width]{width:var(--chart-width)}.chart .error{color:#d32f2f;background:#ffebee;border-radius:4px;padding:10px}.error{color:#c62828;background:#ffebee;border:1px solid #ef5350;border-radius:4px;margin:10px 0;padding:12px 16px;font-size:14px;line-height:1.5}.content-section{background:#fff;border-radius:4px;margin-bottom:20px;padding:20px;box-shadow:0 1px 3px #0000001a}.content-section h2{color:#333;margin-top:0;margin-bottom:15px;font-size:20px;font-weight:600}.content-section h1{color:#333;margin-top:0;margin-bottom:15px;font-size:24px}.content-section h3{color:#555;margin-top:15px;margin-bottom:10px;font-size:18px}.content-section p{color:#666;margin:10px 0;line-height:1.6}.content-section table{border-collapse:collapse;border:1px solid #ddd;width:100%;margin:15px 0}.content-section table th{text-align:left;background:#f5f5f5;border:1px solid #ddd;padding:12px;font-weight:600}.content-section table td{border:1px solid #ddd;padding:10px 12px}.content-section table tr:nth-child(2n){background:#fafafa}.content-section code{background:#f4f4f4;border-radius:3px;padding:2px 6px;font-family:Monaco,Courier New,monospace;font-size:.9em}.content-section pre{background:#f4f4f4;border-radius:5px;margin:15px 0;padding:15px;overflow-x:auto}.content-section pre code{background:0 0;padding:0}.content-section blockquote{color:#666;border-left:4px solid #ddd;margin:15px 0;padding-left:20px;font-style:italic}.content-section ul,.content-section ol{margin:15px 0;padding-left:30px}.content-section li{margin:5px 0;line-height:1.6}.content-section img{border-radius:5px;max-width:100%;height:auto;margin:15px 0}.content-section hr{border:none;border-top:2px solid #e0e0e0;margin:20px 0}.content-section a{color:#2196f3;text-decoration:none}.content-section a:hover{text-decoration:underline}.section-title{margin:20px 0 10px}.section-title h2{color:#333;margin:0;font-size:22px;font-weight:600}.section{margin-bottom:30px}.section h2{color:#333;border-bottom:2px solid #e0e0e0;margin-bottom:15px;padding-bottom:10px;font-size:20px;font-weight:600}.cols-layout{flex-wrap:wrap;align-items:stretch;gap:16px;width:100%;margin-bottom:20px;display:flex}.cols-item{box-sizing:border-box;flex-direction:column;flex:1;min-width:0;display:flex}.cols-item>.chart{flex:1;width:100%;margin-bottom:0}.rows-layout{flex-direction:column;gap:20px;width:100%;display:flex}.rows-layout .chart{width:100%}.grid-layout{width:100%;margin-bottom:20px;display:grid}.grid-item{box-sizing:border-box;flex-direction:column;min-width:0;display:flex}.grid-item>.chart{flex:1;width:100%;margin-bottom:0}.toast{color:#fff;opacity:0;pointer-events:none;z-index:1000;background:#333;border-radius:4px;padding:12px 20px;font-size:14px;transition:opacity .3s,transform .3s;position:fixed;bottom:20px;right:20px;transform:translateY(20px);box-shadow:0 2px 8px #0003}.toast.show{opacity:1;transform:translateY(0)}@media (width<=768px){.playground-container{flex-direction:column}.pane-resize-handle{display:none}.editor-pane,.preview-pane{border-bottom:1px solid #ddd;border-right:none;flex:auto}body.custom-pane-split .editor-pane,body.custom-pane-split .preview-pane{flex:auto}}body.fullscreen-mode .pane-resize-handle{display:none}.btn-examples{background:var(--pg-surface-raised);color:var(--pg-text);border:1px solid var(--pg-border);cursor:pointer;white-space:nowrap;border-radius:4px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:14px;font-weight:500;line-height:1.2;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:flex}button.btn-examples{appearance:none}.btn-examples:hover{color:var(--pg-accent);background:#f0f0f0;border-color:#bdbdbd}.btn-examples svg{opacity:.8;width:16px;height:16px}.examples-modal{background:#fff;border:none;border-radius:12px;width:90%;max-width:1200px;height:85vh;max-height:800px;margin:auto;padding:0;position:fixed;inset:0;box-shadow:0 20px 60px #0000004d}.examples-modal[open]{flex-direction:column;animation:.3s ease-out slideIn;display:flex}.examples-modal::backdrop{background:#000000b3;animation:.2s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.examples-modal-header{background:#f8f8f8;border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.examples-modal-header h2{color:#333;margin:0;font-size:20px;font-weight:600}.examples-modal-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:28px;line-height:1;transition:background .2s,color .2s;display:flex}.examples-modal-close:hover{color:#333;background:#e0e0e0}.examples-gallery{background:#f3f4f6;flex:1;padding:24px;overflow-y:auto}.examples-loading{color:#999;justify-content:center;align-items:center;height:200px;font-size:16px;display:flex}.examples-category{margin-bottom:32px}.examples-category:last-child{margin-bottom:0}.examples-category-title{color:#555;text-transform:capitalize;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:2px solid #e0e0e0;align-items:center;gap:6px;margin:0 0 16px;padding-bottom:8px;font-size:16px;font-weight:600;display:flex}.examples-category-chevron{border:4px solid #0000;border-top:5px solid #888;border-bottom-width:0;flex-shrink:0;width:0;height:0;transition:transform .2s;display:inline-block}.examples-category[data-collapsed] .examples-category-chevron{transform:rotate(-90deg)}.examples-grid{column-count:4;column-gap:16px;transition:max-height .25s}.examples-category[data-collapsed] .examples-grid{max-height:0;overflow:hidden}.example-card{cursor:pointer;break-inside:avoid;background:#fff;border:1px solid #d7dce3;border-radius:8px;margin-bottom:16px;transition:box-shadow .2s,border-color .2s,transform .2s;overflow:hidden;box-shadow:0 2px 8px #0f172a0f}.example-card:hover{border-color:var(--pg-accent);transform:translateY(-2px);box-shadow:0 10px 24px #0f172a1f}img.example-thumbnail{object-fit:contain;background:#f8f8f7;border-bottom:1px solid #d7dce3;width:100%;height:auto;display:block;transform:translateZ(0)}.preview-loading{justify-content:center;align-items:center;width:100%;min-height:240px;padding:40px 0;display:flex}.preview-spinner{border:3px solid #d7dce3;border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite preview-spin}@keyframes preview-spin{to{transform:rotate(360deg)}}.example-title{color:#333;text-align:center;white-space:nowrap;text-overflow:ellipsis;padding:10px 12px 4px;font-size:12px;font-weight:500;line-height:1.3;overflow:hidden}.example-docs-link{color:#1976d2;text-align:center;padding:0 12px 8px;font-size:11px;text-decoration:none;display:block}.example-docs-link:hover{text-decoration:underline}.example-format{color:#666;text-transform:uppercase;background:#e8e8e8;border-radius:3px;margin-left:4px;padding:2px 6px;font-size:9px;font-weight:600;display:inline-block}.example-format.html{color:#1976d2;background:#e3f2fd}.example-format.svg{color:#7b1fa2;background:#f3e5f5}.example-format.png{color:#388e3c;background:#e8f5e9}@media (width<=768px){.examples-modal{border-radius:8px;width:95%;height:90vh}.examples-gallery{padding:16px}.examples-grid{column-count:2;column-gap:12px}.example-title{padding:8px 10px;font-size:11px}}@media (prefers-reduced-motion:reduce){.examples-grid,.examples-category-chevron{transition:none}}
