.dominopost-copy-code-wrapper{background:#fafafa;border:1px solid #e1e4e8;border-radius:8px;margin:1.5em 0;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.05)}.dominopost-copy-header{display:flex;justify-content:space-between;align-items:center;background:#f6f8fa;padding:8px 16px;border-bottom:1px solid #e1e4e8}.dominopost-code-title{color:#0366d6;font-family:"Consolas","Monaco","Courier New",monospace;font-size:13px;font-weight:600;text-transform:lowercase;letter-spacing:.5px}.dominopost-copy-code-wrapper pre{padding:20px;margin:0;background-color:#fafafa;color:#24292e;border:none;border-radius:0;font-family:"Consolas","Monaco","Courier New",monospace;font-size:16px!important;line-height:1.8!important;white-space:pre-wrap;word-wrap:break-word;overflow-x:auto}.dominopost-copy-code-wrapper pre code{background-color:transparent;font-family:inherit;color:inherit;padding:0;border:none;font-size:inherit!important}.dominopost-copy-code-wrapper .copy-button{background:#fff;color:#24292e;border:1px solid #d1d5da;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:6px}.dominopost-copy-code-wrapper .copy-button::before{content:"📋";font-size:14px}.dominopost-copy-code-wrapper .copy-button:hover{background:#f3f4f6;border-color:#0366d6;color:#0366d6}.dominopost-copy-code-wrapper .copy-button.copied{background:#28a745;border-color:#28a745;color:#fff}.dominopost-copy-code-wrapper .copy-button.copied::before{content:"✓"}.dominopost-toc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.dominopost-toc-toggle{background:rgba(0,115,170,.08);border:none;color:#0073aa;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s ease;display:flex;align-items:center;gap:6px}.dominopost-toc-toggle:hover{background:rgba(0,115,170,.15);color:#005177}.dominopost-toc-toggle::before{content:"?";font-size:10px;transition:transform .3s ease;display:inline-block}.dominopost-toc.toc-collapsed .dominopost-toc-toggle::before{transform:rotate(-90deg)}.dominopost-toc-content{max-height:1000px;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:1}.dominopost-toc.toc-collapsed .dominopost-toc-content{max-height:0;opacity:0}.dominopost-toc.toc-style-bullets li{padding-left:24px;position:relative}.dominopost-toc.toc-style-bullets li::before{content:"▸";position:absolute;left:0;color:#0073aa;font-weight:700;font-size:1.2em;line-height:1.4}.dominopost-toc.toc-style-bullets li:hover::before{transform:translateX(3px);transition:transform .2s ease}.dominopost-toc.toc-style-numbers{counter-reset:toc-counter}.dominopost-toc.toc-style-numbers li{padding-left:40px;position:relative;counter-increment:toc-counter}.dominopost-toc.toc-style-numbers li::before{content:counter(toc-counter);position:absolute;left:0;top:8px;background:linear-gradient(135deg,#0073aa 0%,#005177 100%);color:white;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;box-shadow:0 2px 8px rgba(0,115,170,.3)}.dominopost-toc.toc-style-numbers li:hover::before{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,115,170,.4);transition:all .2s ease}.dominopost-toc.toc-style-minimal{background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:20px 24px}.dominopost-toc.toc-style-minimal::before{display:none}.dominopost-toc.toc-style-minimal h3::before{display:none}.dominopost-toc.toc-style-minimal li{border-bottom:none;padding:8px 0}.dominopost-toc.toc-style-minimal a{font-weight:400;font-size:14px;color:#4b5563}.dominopost-toc.toc-style-minimal a:hover{color:#0073aa}.dominopost-toc.toc-style-boxed .dominopost-toc-header{background:linear-gradient(135deg,#0073aa 0%,#005177 100%);margin:-24px -28px 20px;padding:16px 28px;border-radius:10px 10px 0 0}.dominopost-toc.toc-style-boxed .dominopost-toc-toggle{background:rgba(255,255,255,.2);color:white}.dominopost-toc.toc-style-boxed .dominopost-toc-toggle:hover{background:rgba(255,255,255,.3)}.dominopost-toc ul ul{margin-top:8px;padding-left:24px}.dominopost-toc ul ul li{font-size:.95em;opacity:.9}.dominopost-download-wrapper{margin:15px 0;clear:both}.dominopost-download-wrapper.dominopost-align-left{text-align:left}.dominopost-download-wrapper.dominopost-align-center{text-align:center}.dominopost-download-wrapper.dominopost-align-right{text-align:right}.dominopost-download-btn{display:inline-block;padding:12px 30px;margin:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff!important;text-decoration:none;border-radius:50px;font-weight:700;font-size:16px;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.4)}.dominopost-download-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.6)}.dominopost-download-pulse{animation:dominopost-pulse 2s infinite}.dominopost-download-bounce{animation:dominopost-bounce 1s infinite}.dominopost-download-glow{animation:dominopost-glow 1.5s infinite alternate}.dominopost-table{width:100%;border-collapse:collapse;margin:20px 0}.dominopost-table th,.dominopost-table td{border:1px solid #ddd;padding:12px;text-align:left}.dominopost-table th{background-color:#f8f9fa;font-weight:700;color:#23282d}.dominopost-table tr:nth-child(even){background-color:#f9f9f9}.dominopost-table tr:hover{background-color:#f0f0f0}@media (max-width:768px){.dominopost-table{display:block;overflow-x:auto}}.dominopost-last-updated{background:#e7f5ff;border-left:4px solid #0073aa;padding:12px 16px;margin:0 0 24px;border-radius:4px;font-size:14px;color:#333;display:flex;align-items:center;gap:8px}.dominopost-updated-icon{font-size:18px}.dominopost-toc-show-more-container{text-align:center;margin-top:15px;padding-top:10px;border-top:1px dashed #e1e4e8}.dominopost-toc-show-more{background:0 0;border:none;color:#2271b1;cursor:pointer;font-size:14px;font-weight:500;padding:5px 10px;display:inline-flex;align-items:center;gap:5px;transition:color .2s}.dominopost-toc-show-more:hover{color:#135e96;text-decoration:underline}.dominopost-toc-show-more:focus{outline:2px solid #2271b1;border-radius:4px}.dominopost-toc-hidden-item{display:none}