@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.sc-stage{position:relative;width:100%;max-width:1100px;margin:0 auto;aspect-ratio:16 / 9;flex-shrink:0;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-radius:12px;box-shadow:0 4px 24px #00000014;overflow:hidden;display:flex;flex-direction:column}.sc-stage--empty{justify-content:center;align-items:center}.sc-card{flex:1;min-height:0;padding:2rem 2.5rem;display:flex;flex-direction:column;overflow:hidden}.sc-counter{position:absolute;top:1rem;right:1.5rem;font-size:.875rem;color:#64748b}.sc-counter__num{font-weight:600;color:#334155}.sc-counter__sep{margin:0 .25rem;font-weight:400}.sc-module-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.5rem}.sc-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.25rem;line-height:1.3}.sc-list{list-style:none;margin:0;padding:0;flex:1;min-height:0;overflow-y:auto}.sc-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.sc-item__icon-wrap{flex-shrink:0;margin-top:.2rem}.sc-item__text{flex:1;font-size:1rem;line-height:1.5;color:#334155}.sc-check-icon{width:1.25rem;height:1.25rem;color:#22c55e}.sc-bold{font-weight:600;color:#1e293b}.sc-inline-code{font-family:ui-monospace,monospace;font-size:.9em;padding:.15em .4em;background:#e2e8f0;border-radius:4px;color:#1e293b}.sc-link{color:#2563eb;text-decoration:underline}.sc-link:hover{color:#1d4ed8}.sc-raw{flex:1;min-height:0;overflow-y:auto;font-size:.95rem;line-height:1.6;color:#334155}.sc-raw h1,.sc-raw h2,.sc-raw h3{margin-top:0;margin-bottom:.5rem;color:#1e293b}.sc-empty{text-align:center;padding:2rem}.sc-empty__icon{margin-bottom:1rem;opacity:.7}.sc-empty__title{font-size:1.125rem;font-weight:600;color:#475569;margin:0 0 .5rem}.sc-empty__hint{font-size:.875rem;color:#94a3b8;margin:0;max-width:320px}.sc-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#94a3b8}.sc-footer__module{font-weight:500;color:#64748b}.sc-footer__brand{font-weight:600;color:#64748b}:root{--google-blue: #4285f4;--google-red: #db4437;--google-yellow: #f4b400;--google-green: #0f9d58;--toolbar-height: 68px}body{margin:0;padding:0;font-family:Robotica,Arial,sans-serif;background-color:#f8f9fa;color:#202124}.live-api-demo{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;padding-top:var(--toolbar-height);box-sizing:border-box}.toolbar{height:var(--toolbar-height);background-color:#fff;border-bottom:1px solid #dadce0;display:flex;align-items:center;justify-content:flex-start;padding:0 20px;box-shadow:0 2px 4px #0000000d;z-index:1000;position:fixed;top:0;left:0;right:0}.toolbar-left{display:flex;align-items:center;gap:8px}.toolbar-left h1{margin:0;font-size:1.2rem;color:#202124;font-weight:500}.toolbar-logo{height:52px;width:auto;display:block;object-fit:contain}.toolbar-right{margin-left:auto;display:flex;gap:20px;align-items:center}.toolbar-right .dropdown-content{left:auto;right:0;transform:none}.dropdown{position:relative;display:inline-block}.dropbtn{background-color:transparent;color:#3c4043;padding:10px 15px;font-size:14px;border:none;cursor:pointer;border-radius:4px;font-weight:500}.dropdown:hover .dropbtn{background-color:#f1f3f4;color:#202124}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:300px;box-shadow:0 8px 16px #0003;z-index:1;border-radius:8px;padding:15px;top:100%;left:50%;transform:translate(-50%);max-height:80vh;overflow-y:auto;border:1px solid #dadce0;text-align:left}.config-dropdown{min-width:400px}.media-dropdown,.chat-dropdown{min-width:350px}.dropdown:hover .dropdown-content{display:block}.debug-info{position:fixed;bottom:10px;left:10px;max-width:300px;opacity:.7;font-size:.8rem;text-align:left}.control-group{margin-bottom:15px;border:1px solid #eee;padding:10px;border-radius:8px}.control-group h3{margin-top:0;margin-bottom:10px;font-size:1rem;color:#202124}.input-group{margin-bottom:10px;text-align:left}.input-group label{display:block;margin-bottom:5px;font-size:.9rem;color:#5f6368}.input-group input[type=text],.input-group input[type=number],.input-group select,.input-group textarea{width:100%;padding:8px;border:1px solid #dadce0;border-radius:4px;box-sizing:border-box;font-size:14px;color:#202124;background-color:#fff}.checkbox-group{display:flex;align-items:center;margin-bottom:8px;text-align:left;font-size:.9rem;color:#202124}.checkbox-group input{margin-right:10px}.button-group-vertical{display:flex;flex-direction:column;gap:10px;margin:15px 0}button{padding:8px 16px;background-color:#fff;border:1px solid #dadce0;border-radius:4px;cursor:pointer;font-weight:500;color:#3c4043;transition:all .2s}button:hover{background-color:#f1f3f4;color:#202124;border-color:#dadce0}button.active{background-color:#e8f0fe;color:var(--google-blue);border-color:var(--google-blue)}button.disconnect{background-color:var(--google-red);color:#fff;border-color:var(--google-red)}button.disconnect:hover{background-color:#c5221f;box-shadow:0 1px 2px #0000004d}.toolbar-start-new-btn{padding:8px 16px;font-size:.875rem;font-weight:600;background:#eff6ff;color:#3b82f6;border:1px solid #BFDBFE;border-radius:8px;cursor:pointer}.toolbar-start-new-btn:hover{background:#dbeafe}.video-preview{width:100%;background-color:#000;border-radius:8px;margin-top:10px}.chat-container{height:300px;overflow-y:auto;border:1px solid #dadce0;border-radius:8px;padding:10px;margin-bottom:10px;background-color:#f8f9fa;text-align:left}.chat-input-area{display:flex;gap:10px}.chat-input-area input{flex:1}.message{margin-bottom:8px;padding:9px 13px;border-radius:12px;font-size:.875rem;line-height:1.5;max-width:82%;word-break:break-word}.user{align-self:flex-end;margin-left:auto;background:#3b82f6;color:#fff;border-radius:14px 14px 4px}.user-transcript{align-self:flex-end;margin-left:auto;background:#dbeafe;color:#1d4ed8;border:1px solid #BFDBFE;border-radius:14px 14px 4px;font-style:italic}.assistant{align-self:flex-start;margin-right:auto;background:#f1f5f9;color:#1e293b;border:1px solid #E2E8F0;border-radius:14px 14px 14px 4px}.system{align-self:center;margin-left:auto;margin-right:auto;max-width:90%;text-align:center;font-size:.72rem;color:#94a3b8;background:transparent;border:none;padding:2px 6px;font-style:normal;border-radius:0}.walkthrough-section{padding:16px 20px;background:#0d0d1a;border-top:1px solid #333;overflow-y:auto;flex-shrink:0}.walkthrough-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.walkthrough-title{margin:0;font-size:14px;font-weight:600;color:#4fc3f7;letter-spacing:.05em;text-transform:uppercase}.walkthrough-status{font-size:11px;color:#666}.module-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.module-btn{background:#1e1e2e;border:1px solid #444;color:#aaa;border-radius:16px;padding:4px 12px;font-size:11px;cursor:pointer;transition:all .15s ease;text-transform:capitalize}.module-btn:hover{border-color:#4fc3f7;color:#4fc3f7}.module-btn--active{background:#163050;border-color:#4fc3f7;color:#4fc3f7;font-weight:600}.slide-nav{display:flex;align-items:center;gap:12px;margin-bottom:8px}.slide-nav-btn{background:#1e1e2e;border:1px solid #444;color:#aaa;border-radius:6px;padding:4px 12px;font-size:12px;cursor:pointer;transition:all .15s ease}.slide-nav-btn:hover:not(:disabled){border-color:#4fc3f7;color:#4fc3f7}.slide-nav-btn:disabled{opacity:.3;cursor:not-allowed}.slide-nav-info{color:#666;font-size:12px;min-width:60px;text-align:center}.setup-json-display{background-color:#f1f3f4;padding:10px;border-radius:4px;font-size:.8rem;overflow-x:hidden;white-space:pre-wrap;word-wrap:break-word}.dashboard-body{display:grid;grid-template-columns:320px 1fr 300px;flex:1;min-height:0;height:100%;overflow:hidden;background:#f1f5f9}.dashboard-sidebar{display:flex;flex-direction:column;background:#fff;border-right:1px solid #E2E8F0;overflow:hidden}.sidebar-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;padding:16px 18px 12px;border-bottom:2px solid #E2E8F0;flex-shrink:0;background:#fff;position:relative}.sidebar-start-new-btn{padding:6px 12px;font-size:.8rem;font-weight:600;background:#eff6ff;color:#3b82f6;border:1px solid #BFDBFE;border-radius:8px;cursor:pointer}.sidebar-start-new-btn:hover{background:#dbeafe}.sidebar-title{font-size:1rem;font-weight:700;color:#1e293b;letter-spacing:0;text-transform:none;text-align:center}.sidebar-header .sidebar-badge--loading{position:absolute;right:14px}.sidebar-badge{font-size:.72rem;background:#eff6ff;color:#3b82f6;border-radius:999px;padding:2px 8px;font-weight:600}.sidebar-badge--loading{background:#fef9c3;color:#ca8a04}.sidebar-modules{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:4px}.sidebar-modules::-webkit-scrollbar{width:4px}.sidebar-modules::-webkit-scrollbar-track{background:transparent}.sidebar-modules::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.sidebar-module-btn{display:flex;align-items:center;gap:10px;padding:9px 12px;border:none;border-radius:10px;background:transparent;cursor:pointer;text-align:left;transition:background .12s;position:relative;width:100%}.sidebar-module-btn:hover{background:#f8fafc}.sidebar-module-btn--active{background:#eff6ff}.sidebar-module-btn__num{font-size:.72rem;font-weight:700;font-family:monospace;color:#94a3b8;min-width:22px;flex-shrink:0}.sidebar-module-btn--active .sidebar-module-btn__num{color:#3b82f6}.sidebar-module-btn__name{font-size:.82rem;color:#334155;line-height:1.3;text-transform:capitalize;flex:1;min-width:0}.sidebar-module-btn--active .sidebar-module-btn__name{color:#1d4ed8;font-weight:600}.sidebar-module-btn__pulse{width:7px;height:7px;border-radius:50%;background:#3b82f6;flex-shrink:0;animation:pulse-dot 1.8s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.sidebar-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.sidebar-empty p{font-size:.82rem;color:#94a3b8}.sidebar-retry{margin-left:6px;padding:4px 10px;font-size:.78rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.sidebar-retry:hover{background:#2563eb}.sidebar-retry{padding:4px 10px;font-size:.78rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;text-align:center;margin:0}.sidebar-debug{padding:8px 12px;font-size:.68rem;color:#94a3b8;border-top:1px solid #F1F5F9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.dashboard-chat-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#fff;border-left:1px solid #E2E8F0}.dashboard-chat-panel:before{content:"Transcript & Chat";display:block;padding:16px 18px 12px;font-size:1rem;font-weight:700;color:#1e293b;border-bottom:2px solid #E2E8F0;flex-shrink:0;text-align:center}.dashboard-chat-panel .chat-container{flex:1;min-height:0;height:auto;margin:0;border:none;border-radius:0;padding:14px 12px;background:#fff;display:flex;flex-direction:column;gap:4px;overflow-y:auto}.chat-empty{color:#94a3b8;font-size:.88rem;padding:16px;text-align:center;line-height:1.5}.dashboard-chat-panel .chat-input-area{flex-shrink:0;display:flex;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #E2E8F0}.dashboard-chat-panel .chat-input-area input{flex:1;border-radius:6px;border:1.5px solid #E2E8F0;font-size:.88rem;padding:9px 12px;background:#f8fafc;color:#1e293b;outline:none;transition:border-color .15s,background .15s}.dashboard-chat-panel .chat-input-area input:focus{border-color:#3b82f6;background:#fff}.dashboard-chat-panel .chat-input-area input::placeholder{color:#94a3b8}.dashboard-chat-panel .chat-input-area button{border-radius:6px;background:#3b82f6;color:#fff;border:none;padding:9px 16px;font-size:.88rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .15s}.dashboard-chat-panel .chat-input-area button:hover{background:#2563eb}.dashboard-slide-main{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#f1f5f9;padding:16px 16px 10px;gap:6px}.slide-topbar{display:flex;align-items:center;gap:12px;flex-shrink:0}.slide-nav-btn{background:#fff;border:1px solid #E2E8F0;color:#475569;border-radius:8px;padding:6px 16px;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .12s}.slide-nav-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.slide-nav-btn:disabled{opacity:.35;cursor:not-allowed}.slide-nav-info{font-size:.82rem;color:#64748b;font-weight:500;min-width:80px;text-align:center}.slide-canvas-wrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent;padding:4px 0}.slide-controls{display:flex;align-items:center;justify-content:center;gap:20px;padding:6px 0 0;background:transparent;border-top:none;flex-shrink:0;margin-top:-4px}.slide-control-btn{width:44px;height:44px;min-width:44px;padding:0;border-radius:50%;border:1.5px solid #CBD5E1;background:#fff;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;box-shadow:0 1px 4px #00000012}.slide-control-btn:hover{border-color:#94a3b8;color:#1e293b;background:#fff;box-shadow:0 2px 8px #0000001c}.slide-control-btn--active{border-color:#3b82f6;color:#3b82f6;background:#eff6ff;box-shadow:0 1px 6px #3b82f62e}.slide-control-btn--active:hover{border-color:#2563eb;color:#2563eb;background:#dbeafe}.slide-control-volume{position:relative;display:flex;flex-direction:column;align-items:center}.slide-control-volume__slider{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#fff;border:1.5px solid #E2E8F0;border-radius:14px;padding:14px 10px 10px;box-shadow:0 6px 20px #00000021;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:200}.slide-control-volume__slider input[type=range]{writing-mode:vertical-lr;direction:rtl;width:28px;height:90px;cursor:pointer;accent-color:#3B82F6}.slide-control-volume__pct{font-size:.7rem;color:#64748b;font-weight:600}.slide-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a}.slide-placeholder__icon{opacity:.5}.slide-placeholder__title{font-size:1rem;font-weight:600;color:#94a3b8;margin:0}.slide-placeholder__sub{font-size:.84rem;color:#cbd5e1;margin:0;text-align:center;max-width:280px;line-height:1.5}.doc-view-wrap{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f}.doc-view-header{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid #E2E8F0;flex-shrink:0}.doc-view-back{padding:8px 14px;border:1px solid #E2E8F0;border-radius:8px;background:#fff;color:#475569;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .12s}.doc-view-back:hover{background:#f1f5f9}.doc-view-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0}.doc-view-body{flex:1;overflow-y:auto;padding:20px 24px}.doc-view-body h1{font-size:1.35rem;margin:1em 0 .5em}.doc-view-body h2{font-size:1.15rem;margin:1em 0 .5em}.doc-view-body h3{font-size:1.05rem;margin:.75em 0 .4em}.doc-view-body p{margin:.5em 0}.doc-view-body ul,.doc-view-body ol{margin:.5em 0;padding-left:1.5em}.doc-view-body code{background:#f1f5f9;padding:.15em .4em;border-radius:4px;font-size:.88em}.doc-view-body pre{background:#1e293b;color:#e2e8f0;padding:12px;border-radius:8px;overflow-x:auto;margin:.5em 0}.doc-view-body pre code{background:none;padding:0;color:inherit}.doc-view-body hr{border:none;border-top:1px solid #E2E8F0;margin:1em 0}.doc-view-pre{margin:.5em 0}.doc-view-mermaid-wrap{margin:1em 0;padding:16px;background:#fff;border:1px solid #E2E8F0;border-radius:10px;overflow-x:auto}.doc-view-mermaid-svg{display:block;max-width:100%;height:auto}.doc-view-mermaid-svg svg{max-width:100%;height:auto}.doc-view-mermaid-loading{padding:12px 16px;background:#f8fafc;border:1px dashed #CBD5E1;border-radius:8px;font-size:.9rem;color:#64748b}.doc-view-mermaid-fallback{margin:.5em 0;padding:12px;background:#fef3c7;border:1px solid #FCD34D;border-radius:8px;font-size:.85rem;color:#92400e;overflow-x:auto}.doc-view-mermaid-fallback code{background:#fef9c3;padding:2px 6px;border-radius:4px}.sidebar-module-row{display:flex;align-items:center;gap:4px;border-radius:10px;padding:2px 4px 2px 0;transition:background .12s}.sidebar-module-row:hover{background:#f8fafc}.sidebar-module-row--active{background:#eff6ff}.sidebar-module-row .sidebar-module-btn:hover,.sidebar-module-row--active .sidebar-module-btn{background:transparent}.sidebar-module-btn{flex:1}.sidebar-play-btn{width:28px;height:28px;min-width:28px;border-radius:50%;border:1.5px solid #E2E8F0;background:#fff;color:#64748b;font-size:9px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .12s;padding:0;margin-right:6px}.sidebar-play-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.sidebar-play-btn--active{border-color:#ef4444;color:#ef4444;background:#fef2f2}.sidebar-play-btn--active:hover{border-color:#dc2626;color:#dc2626;background:#fee2e2}.sidebar-doc-btn{width:28px;height:28px;min-width:28px;padding:0;border-radius:8px;border:1.5px solid #E2E8F0;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .12s;margin-right:2px}.sidebar-doc-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.sidebar-doc-btn--active{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.session-bar{display:flex;align-items:center;gap:7px;padding:4px 12px;background:#fef2f2;border:1px solid #FECACA;border-radius:8px;margin-left:auto}.session-bar__dot{width:8px;height:8px;border-radius:50%;background:#ef4444;flex-shrink:0;animation:pulse-rec 1.2s ease-in-out infinite}@keyframes pulse-rec{0%,to{opacity:1}50%{opacity:.3}}.session-bar__time{font-size:.88rem;font-weight:700;font-family:monospace;color:#dc2626;letter-spacing:.05em}.session-bar__label{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:#dc2626}.session-bar__stop{background:#ef4444;color:#fff;border:none;border-radius:5px;padding:3px 9px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .12s}.session-bar__stop:hover{background:#dc2626}.download-modal-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.download-modal{background:#fff;border-radius:20px;padding:36px 40px;max-width:440px;width:90%;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;gap:16px;text-align:center}.dm-title{font-size:1.4rem;font-weight:800;color:#0f172a;margin:0}.dm-sub{font-size:.9rem;color:#64748b;margin:0;line-height:1.5}.dm-buttons{display:flex;flex-direction:column;gap:10px;margin-top:4px}.dm-btn{padding:11px 20px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .12s}.dm-btn--transcript{background:#eff6ff;color:#1d4ed8;border:1.5px solid #BFDBFE}.dm-btn--transcript:hover{background:#dbeafe}.dm-btn--video{background:#0f172a;color:#fff}.dm-btn--video:hover{background:#1e293b}.dm-btn--video:disabled{opacity:.4;cursor:not-allowed}.dm-btn--close{background:transparent;color:#94a3b8;border:1px solid #E2E8F0;margin-top:4px}.sidebar-qa-entry{padding:10px 12px 8px;border-top:1px solid #E2E8F0;flex-shrink:0}.sidebar-qa-btn{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;border:1.5px solid #E2E8F0;border-radius:10px;background:#f8fafc;color:#475569;font-size:.88rem;font-weight:500;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.sidebar-qa-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.sidebar-qa-btn--active{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8;font-weight:600}.qa-sc-stage{background:linear-gradient(160deg,#f0f9ff,#e0f2fe)!important;border:2px dashed #BAE6FD}.qa-sc-card{overflow:hidden}.qa-sc-body{flex:1;overflow-y:auto;min-height:0;font-size:.95rem;line-height:1.6;color:#334155}.qa-sc-body h1{font-size:1.2rem;font-weight:700;color:#1e293b;margin:.75em 0 .4em}.qa-sc-body h2{font-size:1.05rem;font-weight:600;color:#1e293b;margin:.75em 0 .4em}.qa-sc-body h3{font-size:.95rem;font-weight:600;color:#334155;margin:.6em 0 .3em}.qa-sc-body p{margin:.4em 0}.qa-sc-body ul,.qa-sc-body ol{margin:.4em 0;padding-left:1.4em}.qa-sc-body li{margin-bottom:.25em}.qa-sc-body code{font-family:ui-monospace,monospace;font-size:.88em;background:#e0f2fe;padding:.15em .4em;border-radius:4px;color:#0369a1}.qa-sc-body pre{background:#0f172a;color:#e2e8f0;padding:12px 14px;border-radius:8px;overflow-x:auto;margin:.5em 0;font-size:.85em}.qa-sc-body pre code{background:none;padding:0;color:inherit}.qa-sc-body hr{border:none;border-top:1px solid #BAE6FD;margin:.75em 0}.qa-sc-body .doc-view-mermaid-wrap{background:#fff;border:1px solid #BAE6FD}.dm-btn--close:hover{color:#475569;border-color:#cbd5e1;background:#f8fafc}.gh-page{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif}.gh-center{position:relative;z-index:1;width:100%;max-width:540px;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.gh-brand{display:flex;align-items:center;justify-content:center}.gh-brand__logo{height:88px;width:auto;object-fit:contain}.gh-headline{font-size:2rem;font-weight:700;color:#202124;line-height:1.3;letter-spacing:-.02em;margin:0}.gh-headline--accent{color:#1a73e8}.gh-sub{color:#5f6368;font-size:.95rem;line-height:1.6;max-width:420px;margin:0}.gh-card{width:100%;background:#fff;border-radius:8px;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;padding:24px 24px 20px;display:flex;flex-direction:column;gap:20px}.gh-form{display:flex;flex-direction:column;gap:12px}.gh-input-wrap{position:relative;display:flex;align-items:center}.gh-input-icon{position:absolute;left:14px;display:flex;pointer-events:none}.gh-input-icon svg path{stroke:#5f6368}.gh-input{width:100%;padding:12px 16px 12px 44px;border:1px solid #dadce0;border-radius:8px;font-size:.9rem;color:#202124;outline:none;box-sizing:border-box;transition:border-color .2s,background-color .2s;background:#fff}.gh-input:focus{border-color:#1a73e8;background:#fff}.gh-input:hover:not(:focus):not(:disabled){background:#f8f9fa}.gh-input:disabled{opacity:.6;cursor:not-allowed}.gh-input::placeholder{color:#80868b}.gh-error{font-size:.82rem;color:#d93025;margin:0;text-align:left;padding-left:4px}.gh-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;background:#1a73e8;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s,box-shadow .2s;text-transform:none;letter-spacing:.01em}.gh-btn:hover:not(:disabled){background:#1765cc;box-shadow:0 1px 3px #3c40434d}.gh-btn:active:not(:disabled){box-shadow:none}.gh-btn:disabled{opacity:.38;cursor:not-allowed}.gh-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:gh-spin .7s linear infinite;flex-shrink:0}@keyframes gh-spin{to{transform:rotate(360deg)}}.gh-steps{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.gh-step{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#5f6368}.gh-step__dot{width:6px;height:6px;border-radius:50%;background:#1a73e8;flex-shrink:0}.gh-footer{font-size:.75rem;color:#80868b;margin:0}.gh-footer code{background:#e8eaed;padding:2px 6px;border-radius:4px;font-size:.7rem;color:#5f6368}.pp-page{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#dbeafe 40%,#e0e7ff);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pp-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none}.pp-blob--1{width:480px;height:480px;background:#bfdbfe;top:-100px;right:-60px}.pp-blob--2{width:340px;height:340px;background:#c7d2fe;bottom:-80px;left:-40px}.pp-card{position:relative;z-index:1;background:#fff;border-radius:24px;box-shadow:0 8px 48px #3b82f624,0 2px 8px #0000000f;padding:40px 40px 36px;width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;margin:0 16px}.pp-icon{width:60px;height:60px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center}.pp-icon--error{background:#fef2f2}.pp-spinner{width:28px;height:28px;border:3px solid #BFDBFE;border-top-color:#3b82f6;border-radius:50%;animation:pp-spin .75s linear infinite}@keyframes pp-spin{to{transform:rotate(360deg)}}.pp-title{font-size:1.3rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0}.pp-repo{font-size:.82rem;color:#64748b;margin:0;word-break:break-all;max-width:380px}.pp-message{font-size:.84rem;color:#3b82f6;margin:0;min-height:1.2em}.pp-message--error{color:#dc2626;font-weight:500}.pp-error-block{width:100%;max-width:420px;max-height:200px;display:flex;flex-direction:column;gap:8px;text-align:left}.pp-error-output{flex:1;overflow:auto;padding:12px;margin:0;font-size:.75rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;background:#fef2f2;color:#991b1b;border:1px solid #FECACA;border-radius:8px;white-space:pre-wrap;word-break:break-word}.pp-copy-error{align-self:center;font-size:.8rem;padding:6px 12px;background:#fee2e2;color:#991b1b;border:1px solid #FECACA;border-radius:6px;cursor:pointer;font-weight:500}.pp-copy-error:hover{background:#fecaca}.pp-steps{display:flex;align-items:flex-start;gap:0;width:100%;justify-content:center}.pp-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.pp-step__dot{width:28px;height:28px;border-radius:50%;background:#e2e8f0;color:#94a3b8;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .3s,color .3s;flex-shrink:0}.pp-step--done .pp-step__dot{background:#3b82f6;color:#fff}.pp-step--active .pp-step__dot{background:#dbeafe;color:#3b82f6;box-shadow:0 0 0 4px #3b82f62e}.pp-step__label{font-size:.72rem;color:#94a3b8;margin-top:6px;text-align:center;white-space:nowrap}.pp-step--done .pp-step__label,.pp-step--active .pp-step__label{color:#3b82f6}.pp-step__line{position:absolute;top:14px;left:calc(50% + 14px);right:calc(-50% + 14px);height:2px;background:#e2e8f0;transition:background .3s}.pp-step__line--done{background:#3b82f6}.pp-retry{font-size:.88rem;color:#3b82f6;text-decoration:none;font-weight:500}.pp-retry:hover{text-decoration:underline}#root{width:100%;height:100%;max-width:none;margin:0;padding:0;text-align:left}.App{width:100%;height:100%}.App--dashboard{position:fixed;inset:0;overflow:hidden}
