code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}.code-editor{position:relative;border:1px solid #333;border-radius:4px;background-color:#2d3748;overflow:hidden;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.5}.code-editor-container{position:relative;width:100%;height:100%}.code-editor-highlight{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:12px;background:transparent;color:transparent;font-family:inherit;font-size:inherit;line-height:inherit;white-space:pre-wrap;word-wrap:break-word;overflow:hidden;pointer-events:none;z-index:1}.code-editor-textarea{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:12px;border:none;outline:none;background:transparent;color:transparent;font-family:inherit;font-size:inherit;line-height:inherit;white-space:pre-wrap;word-wrap:break-word;resize:none;z-index:2;caret-color:#fff}.code-editor-textarea::selection{background-color:#fff3}.code-editor-textarea:focus{outline:none}.code-editor .token.comment,.code-editor .token.prolog,.code-editor .token.doctype,.code-editor .token.cdata{color:#8b949e}.code-editor .token.punctuation{color:#f0f6fc}.code-editor .token.property,.code-editor .token.tag,.code-editor .token.boolean,.code-editor .token.number,.code-editor .token.constant,.code-editor .token.symbol,.code-editor .token.deleted{color:#79c0ff}.code-editor .token.selector,.code-editor .token.attr-name,.code-editor .token.string,.code-editor .token.char,.code-editor .token.builtin,.code-editor .token.inserted{color:#a5d6ff}.code-editor .token.operator,.code-editor .token.entity,.code-editor .token.url,.code-editor .language-css .token.string,.code-editor .style .token.string,.code-editor .token.atrule,.code-editor .token.attr-value,.code-editor .token.keyword{color:#ff7b72}.code-editor .token.function,.code-editor .token.class-name{color:#d2a8ff}.code-editor .token.regex,.code-editor .token.important,.code-editor .token.variable{color:#ffa657}.code-editor-highlight{color:#f0f6fc!important}*{margin:0;padding:0;box-sizing:border-box}body,#app{height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f1f3f4;overflow:hidden}.toolbar{background:#f1f3f4;border-bottom:1px solid #dadce0;padding:8px 12px;display:flex;align-items:center;gap:12px;height:48px}.nav-buttons{display:flex;gap:4px}.nav-btn{width:32px;height:32px;border:none;border-radius:16px;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#5f6368;transition:background-color .2s}.nav-btn:hover{background:#e8eaed}.nav-btn:disabled{color:#dadce0;cursor:default}.nav-btn:disabled:hover{background:none}.url-bar{flex:1;height:36px;border:1px solid #dadce0;border-radius:18px;padding:0 16px;font-size:14px;outline:none;background:#fff;transition:box-shadow .2s}.url-bar:focus{box-shadow:0 2px 8px #3c404326;border-color:#4285f4}.menu-btn{width:32px;height:32px;border:none;border-radius:16px;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#5f6368}.menu-btn:hover{background:#e8eaed}.app-root{height:100vh;display:flex;flex-direction:column}.main-layout{flex:1;display:flex;flex-direction:column;background:#dadce0;height:100vh}.play-fab{position:absolute;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;border:none;background:#4285f4;color:#fff;font-size:20px;cursor:pointer;box-shadow:0 4px 12px #0000004d;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.offcanvas .play-fab{background:#38a169}.offcanvas .play-fab:hover:not(:disabled){background:#2f855a}.play-fab:hover:not(:disabled){background:#1557b0;box-shadow:0 6px 16px #0006;transform:translateY(-2px)}.play-fab:disabled{background:#9aa0a6;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #0003}.spinner{transform-origin:center;display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.browser-panel{flex:1;background:#fff;display:flex;flex-direction:column;height:100%;width:100%}.browser-frame{flex:1;background:#fff;border:none;display:flex;align-items:center;justify-content:center;color:#5f6368;font-size:14px;height:calc(100% - 48px)}.devtools{height:300px;background:#202124;color:#e8eaed;border-top:1px solid #5f6368;display:flex;flex-direction:column;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.devtools-tabs{background:#2d3134;display:flex;border-bottom:1px solid #5f6368;height:36px}.devtools-tab{padding:0 20px;height:36px;border:none;background:none;color:#9aa0a6;cursor:pointer;font-size:12px;display:flex;align-items:center;border-bottom:2px solid transparent;transition:all .2s}.devtools-tab:hover{background:#35393c}.devtools-tab.active{color:#fff;border-bottom-color:#4285f4;background:#202124}.devtools-content{flex:1;overflow-y:auto;padding:8px}.devtools-panel{display:none}.devtools-panel.active{display:block}.console-entry{padding:4px 0;font-size:12px;border-bottom:1px solid #35393c;display:flex;align-items:flex-start;gap:8px}.console-level{color:#4285f4;font-weight:700;min-width:20px}.console-level.error{color:#ea4335}.console-level.warn{color:#fbbc04}.network-entry{display:grid;grid-template-columns:2fr 1fr 100px 80px 80px;gap:12px;padding:4px 0;font-size:12px;border-bottom:1px solid #35393c;align-items:center}.network-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-200{color:#34a853}.status-404{color:#ea4335}.status-pending{color:#fbbc04}.resizer{height:4px;background:#dadce0;cursor:ns-resize;position:relative}.resizer:hover{background:#4285f4}.reconnect-widget{position:fixed;right:16px;bottom:16px;max-width:360px;background:#202124;color:#e8eaed;border:1px solid #5f6368;border-radius:8px;box-shadow:0 8px 24px #0000004d;padding:12px 16px;z-index:1000;display:none}.reconnect-widget.visible{display:block}.reconnect-widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-weight:600}.reconnect-widget-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#9aa0a6;font-size:16px;padding:4px;cursor:pointer;border-radius:4px}.reconnect-widget-close:hover{background:#2d3134;color:#e8eaed}.reconnect-widget-actions{margin-top:10px;display:flex;gap:8px}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #5f6368;background:#2d3134;color:#e8eaed;padding:6px 10px;border-radius:6px;font-size:12px;cursor:pointer}.btn:hover{background:#35393c}.console-input-container{position:sticky;bottom:0;background:#202124;border-top:1px solid #35393c;padding-top:4px}.console-input-row{display:flex;align-items:baseline;gap:8px;font-size:12px;padding:4px 0}.console-input{flex:1;min-width:0;background:transparent;color:#e8eaed;border:none;padding:0;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:12px;line-height:1.4;outline:none}.console-input::placeholder{color:#9aa0a6}.devtools-tabs{display:flex;align-items:center;gap:8px;height:32px}.tabs-left{display:flex;gap:8px;flex:1 1 auto}.devtools-minimise{margin-left:auto;background:transparent;border:none;font-size:16px;line-height:1;height:100%;display:flex;align-items:center;justify-content:center;padding:0 8px;color:#bbb;cursor:pointer}.browser-frame{position:relative;flex:1 1 auto;background:#111;display:flex;align-items:center;justify-content:center;overflow:hidden}.frame-img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;-webkit-user-select:none;user-select:none;pointer-events:none;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.placeholder{color:#777;font-size:14px}.kb-capture{position:fixed;left:-9999px;top:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.session-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.session-modal{background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000004d;max-width:400px;width:90%;max-height:90vh;overflow-y:auto}.session-modal-header{padding:20px 24px 0;border-bottom:1px solid #e8eaed}.session-modal-header h2{margin:0 0 16px;font-size:18px;font-weight:500;color:#202124}.session-modal-content{padding:20px 24px}.session-modal-content p{margin:0 0 16px;color:#5f6368;line-height:1.5}.session-modal-error{background:#fce8e6;border:1px solid #ea4335;border-radius:4px;padding:12px;color:#d93025;font-size:14px;margin-top:12px}.session-modal-actions{padding:0 24px 24px;display:flex;gap:12px;justify-content:flex-end}.btn-primary{background:#1a73e8;color:#fff;border:1px solid #1a73e8}.btn-primary:hover:not(:disabled){background:#1557b0;border-color:#1557b0}.btn-primary:disabled{background:#dadce0;border-color:#dadce0;color:#9aa0a6;cursor:not-allowed}.btn-secondary{background:#fff;color:#1a73e8;border:1px solid #dadce0}.btn-secondary:hover:not(:disabled){background:#f8f9fa}.offcanvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1050;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s}.offcanvas.offcanvas-open{visibility:visible;opacity:1}.offcanvas-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;cursor:pointer}.offcanvas-content{position:absolute;top:0;left:0;width:750px;max-width:90vw;height:100%;background:#2d3748;box-shadow:4px 0 16px #0000004d;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease-in-out}.offcanvas.offcanvas-open .offcanvas-content{transform:translate(0)}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#1a202c;border-bottom:1px solid #4a5568;min-height:60px}.offcanvas-title{margin:0;font-size:18px;font-weight:600;color:#e2e8f0}.offcanvas-close{background:none;border:none;color:#a0aec0;font-size:24px;font-weight:700;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s;line-height:1}.offcanvas-close:hover{background:#4a5568;color:#e2e8f0}.offcanvas-body{flex:1;position:relative;display:flex;flex-direction:column;overflow:hidden}.icon-code{position:relative;display:inline-block;width:16px;height:16px}.icon-code:before{content:"";position:absolute;top:2px;left:0;width:16px;height:12px;border:1.5px solid currentColor;border-radius:2px}.icon-code:after{content:"";position:absolute;top:5px;left:3px;width:10px;height:1px;background:currentColor;box-shadow:0 2px 0 currentColor,0 4px 0 currentColor}
