@import"https://fonts.googleapis.com/css?family=Fira+Code&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--theme-ai-text: #4fd1c5}.vscode{--theme-ai-text: #4fd1c5}.vercel{--theme-ai-text: #00e6b8}.dreamweaver{--theme-ai-text: #00c896}.code-bool{color:var(--theme-bool, #569cd6)}.code-null{font-style:italic;color:var(--theme-null, #569cd6)}.code-array{color:var(--theme-array, #4ec9b0)}.code-object{color:var(--theme-object, #dcdcaa)}.code-param{color:var(--theme-param, #9cdcfe)}.code-annotation{color:var(--theme-annotation, #c586c0)}.code-link{color:var(--theme-link-fg, #569cd6);text-decoration:underline;cursor:pointer}html{scroll-behavior:smooth}body{font-family:Fira Mono,Consolas,Monaco,monospace;margin:0;padding:0;background:linear-gradient(120deg,#281e3cb3,#1e283cb3 40%,#1e3c32b3),var(--theme-bg, #000);background-attachment:fixed}#root{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;color:var(--theme-fg, #eaeaea);width:100%}.container-with-nav{display:flex;gap:32px;margin:40px auto 0;max-width:95%;min-width:1200px}.side-nav-group{min-width:250px;max-width:300px}.side-nav{background:var(--theme-bg, #18181b);box-shadow:var(--theme-shadow, 0 2px 8px 0 rgba(0, 0, 0, .08));padding:24px 18px;border:1.5px solid var(--theme-border, #222);font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace}.side-nav-title{font-size:1.1em;font-weight:700;margin-bottom:12px}.side-nav-list{list-style:none;padding:0;margin:0}.side-nav-link{display:block;padding:7px 0 7px 8px;color:var(--theme-fg, #eaeaea);text-decoration:none;border-radius:6px;font-size:1em;transition:background .15s,color .15s}.side-nav-link:hover,.side-nav-link:focus{background:var(--theme-hover-bg, rgba(255, 255, 255, .1));color:var(--theme-keyword, #f81ce5)}.method-container{display:flex;flex-direction:column;align-items:flex-start;width:100%;position:relative}.code-block{counter-reset:codeLine;font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace;font-variant-ligatures:contextual;font-feature-settings:"calt" 1;position:relative;display:flex;flex-direction:column;width:100%;background:var(--theme-bg);color:var(--theme-fg);border:1.5px solid var(--theme-border);box-shadow:var(--theme-shadow);scroll-behavior:smooth;padding-top:40px;padding-bottom:20px}.code-block-lang{position:absolute;top:20px;right:32px;background:var(--theme-lang-label-bg);color:var(--theme-lang-label-fg);font-size:1em;font-family:Fira Mono,Consolas,Monaco,monospace;padding:2px 14px;letter-spacing:.05em;font-weight:700;z-index:2;margin-bottom:0}.code-row{display:flex;align-items:flex-start;line-height:1.7;font-size:.9em;position:relative;counter-increment:codeLine;width:100%;margin:0 12px 0 0;word-wrap:break-word;overflow-wrap:break-word}.code-row.empty{height:1.5em;background:transparent}.code-row:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .05))}.code-row:hover:before{background:var(--theme-hover-line-number-bg, rgba(255, 255, 255, .1));color:var(--theme-hover-line-number-fg, #ffffff)}.code-row:before{content:counter(codeLine) ".";width:4em;text-align:right;margin-right:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-variant-numeric:tabular-nums;font-size:1em;display:flex;align-items:center;justify-content:flex-end;padding:0 .4em;box-sizing:border-box;background:var(--theme-line-number-bg);color:var(--theme-line-number-fg)}.sticky-top{position:sticky;top:0;z-index:2;background:var(--theme-bg)}.sticky-top-40{position:sticky;top:40px;z-index:2}.code-keyword{font-weight:700;margin-right:.2em;color:var(--theme-keyword)}.code-function-name{font-weight:700;margin-right:.2em;color:var(--theme-function)}.code-params{margin-right:.2em}.code-response{margin-left:.2em}.code-brace{font-weight:700;margin-right:.2em;color:var(--theme-brace)}.code-comment{font-style:italic;color:var(--theme-comment)}.code-class-name{font-weight:700;color:var(--theme-class)}.code-type{font-style:italic;color:var(--theme-type)}.code-variable{color:var(--theme-variable)}.code-property{color:var(--theme-property)}.code-operator{font-weight:700;color:var(--theme-operator)}.code-null{font-style:italic;color:var(--theme-null)}.code-string{color:var(--theme-string, #ce9178)}.code-int{color:var(--theme-int, #b5cea8)}.indention-block,.indention-block-2,.indention-block-3,.indention-block-class{position:relative}.indention-block{margin-left:2.2em;flex:1;min-width:0}.indention-block-2{padding-left:2em}.indention-block-3,.indention-block-class{margin-left:2em}.indention-block:before,.indention-block-2:before,.indention-block-3:before,.indention-block-class:before{content:"";position:absolute;left:-2em;top:-4px;bottom:-4px;width:2px;display:block;background:var(--theme-indent);z-index:0}.indention-block-2{padding-left:2em;position:relative}.indention-block-2:before{content:"";position:absolute;left:.15em;top:-4px;bottom:-4px;width:2px;display:block}.indention-block-class:before{background:var(--theme-class-indent);left:-1em}.right-sidebar{min-width:200px;max-width:250px;background:var(--theme-bg, #18181b);box-shadow:var(--theme-shadow, 0 2px 8px 0 rgba(0, 0, 0, .08));padding:24px 18px;border:1.5px solid var(--theme-border, #222);font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace;display:flex;flex-direction:column;align-items:flex-start;margin:0;height:-moz-fit-content;height:fit-content}.right-sidebar-title{font-size:1.1em;font-weight:700;margin-bottom:16px;color:var(--theme-keyword, #f81ce5)}.right-sidebar-status{display:flex;flex-direction:column;gap:8px;width:100%}.right-sidebar-label{font-weight:700;margin-right:8px}.right-sidebar-warning{color:#eab308;font-weight:700}.right-sidebar-error{color:#ef4444;font-weight:700}.right-sidebar-success{color:#22c55e;font-weight:700}.d-flex{display:flex!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.code-block #node-contact{overflow:hidden}.cli-modal-overlay{position:fixed;left:0;top:0;width:100vw;height:100vh;background:#0000002e;z-index:1000;display:flex;align-items:center;justify-content:center}.cli-modal{background:var(--theme-bg, #18181b);border:1.5px solid var(--theme-border, #222);border-radius:10px;box-shadow:var(--theme-shadow, 0 2px 16px 0 rgba(0,0,0,.18));padding:24px;max-width:440px;min-width:320px;min-height:200px;font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace;color:var(--theme-fg, #eaeaea);position:relative;z-index:1001;display:flex;flex-direction:column}.cli-modal-title{font-weight:700;margin-bottom:8px;color:var(--theme-keyword);display:flex;align-items:center;justify-content:space-between}.cli-modal-close{background:none;border:none;color:var(--theme-fg);cursor:pointer;font-size:18px;margin-left:8px;line-height:1}.cli-modal-history{min-height:80px;margin-bottom:0;font-size:1em;flex:1;overflow-y:auto;padding:10px}.cli-modal-input-wrapper{display:flex;align-items:center;background:var(--theme-bg, #18181b);border:1.5px solid var(--theme-border, #222);border-top:1.5px solid var(--theme-border, #222);border-radius:6px;padding:0 0 0 8px;margin-top:4px;width:100%;position:relative;font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace}.cli-modal-input-icon{color:var(--theme-fg, #eaeaea);font-size:1em;margin-right:8px;min-width:24px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.cli-modal-input{background:transparent;border:none;color:var(--theme-fg, #eaeaea);font-family:inherit;font-size:1em;outline:none;width:100%;padding:8px 0}.cli-modal-open-btn{margin-left:16px;padding:2px 12px;border-radius:6px;border:1.5px solid var(--theme-border, #222);background:var(--theme-bg, #18181b);color:var(--theme-fg, #eaeaea);font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace;cursor:pointer;font-size:1em}@media (max-width: 1400px){.container-with-nav{max-width:98%;min-width:1000px}}@media (max-width: 1200px){.container-with-nav{flex-direction:column;min-width:auto;max-width:100%;padding:0 20px}.side-nav-group{width:100%;max-width:none;margin-bottom:20px}.content{min-width:auto!important}.right-sidebar{width:100%;max-width:none;margin-top:20px}}@media (max-width: 768px){.container-with-nav{padding:0 10px;margin:20px auto 0}.code-row{font-size:.8em;line-height:1.5}.side-nav,.right-sidebar{padding:16px 12px}}.floating-chat-button{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background:var(--theme-keyword, #f81ce5);color:#fff;border:none;cursor:pointer;box-shadow:0 4px 20px #f81ce54d;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease;font-size:0}.floating-chat-button:hover{transform:scale(1.1);box-shadow:0 6px 25px #f81ce566}.floating-chat-button:active{transform:scale(.95)}.chat-modal-overlay{position:fixed;inset:0;background:transparent;display:flex;align-items:flex-end;justify-content:flex-end;z-index:2000;padding:20px;animation:fadeIn .3s ease-out}.chat-modal{background:var(--theme-bg, #18181b);border:1.5px solid var(--theme-border, #222);border-radius:12px;box-shadow:0 10px 40px #0000004d;width:100%;max-width:500px;height:80vh;max-height:600px;display:flex;flex-direction:column;overflow:hidden;animation:slideUpFromBottom .4s cubic-bezier(.34,1.56,.64,1);transform-origin:bottom right}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpFromBottom{0%{opacity:0;transform:translateY(100px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-border, #222);background:var(--theme-bg, #18181b)}.chat-modal-title{display:flex;align-items:center;font-weight:600;color:var(--theme-fg, #eaeaea);font-size:1.1em;margin-left:60px;margin-right:60px;text-align:center;flex:1}.chat-modal-close{background:none;border:none;color:var(--theme-fg, #eaeaea);font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.chat-modal-close:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .1))}.chat-modal-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.chat-name-input-container{display:flex;flex-direction:column;height:100%;padding:20px;background:var(--theme-bg, #18181b)}.chat-welcome{text-align:center;margin-bottom:30px}.chat-welcome h3{color:var(--theme-fg, #eaeaea);margin-bottom:10px;font-size:1.2em}.chat-welcome p{color:var(--theme-comment, #6a9955);margin-bottom:8px;line-height:1.5}.chat-name-form{display:flex;flex-direction:column;gap:20px;max-width:400px;margin:0 auto;width:100%}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:var(--theme-fg, #eaeaea);font-weight:500;font-size:.9em}.chat-name-input{padding:12px 16px;background:var(--theme-line-number-bg, #23272e);border:1px solid var(--theme-border, #222);border-radius:6px;color:var(--theme-fg, #eaeaea);font-size:1em;outline:none;transition:border-color .2s ease}.chat-name-input:focus{border-color:var(--theme-keyword, #f81ce5)}.chat-start-btn{padding:12px 24px;background:var(--theme-keyword, #f81ce5);color:#fff;border:none;border-radius:6px;font-size:1em;font-weight:500;cursor:pointer;transition:all .2s ease}.chat-start-btn:hover{background:#e01ce5;transform:translateY(-1px)}.chat-start-btn:active{transform:translateY(0)}.chat-modal-actions{display:flex;align-items:center;gap:10px}.chat-logout-btn{padding:6px 12px;background:transparent;color:var(--theme-comment, #6a9955);border:1px solid var(--theme-border, #222);border-radius:4px;font-size:.8em;cursor:pointer;transition:all .2s ease}.chat-logout-btn:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .1));color:var(--theme-fg, #eaeaea)}.chat-loading-history{display:flex;align-items:center;justify-content:center;height:100%;color:var(--theme-comment, #6a9955);font-style:italic}@media (max-width: 768px){.floating-chat-button{bottom:15px;right:15px;width:50px;height:50px}.chat-modal{max-width:95%;max-height:90vh}.chat-modal-header{padding:12px 16px}.chat-modal-overlay{padding:10px}}.interactive-function-name{position:relative;cursor:pointer;transition:all .2s ease;border-radius:4px;padding:2px 4px;margin:-2px -4px}.interactive-function-name:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .1));transform:scale(1.05)}.function-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:var(--theme-bg, #18181b);color:var(--theme-fg, #eaeaea);padding:6px 10px;border-radius:6px;font-size:.8em;white-space:nowrap;z-index:1000;border:1px solid var(--theme-border, #222);box-shadow:0 2px 8px #0000004d;font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace;margin-bottom:8px;pointer-events:none}.function-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--theme-bg, #18181b)}.function-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:3000;padding:20px;animation:fadeIn .3s ease-out}.function-modal{background:var(--theme-bg, #18181b);border:1.5px solid var(--theme-border, #222);border-radius:12px;box-shadow:0 10px 40px #00000080;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;animation:slideInScale .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideInScale{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.function-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-border, #222);background:var(--theme-bg, #18181b);position:relative}.function-modal-traffic-lights{display:flex;gap:8px;position:absolute;left:16px;top:50%;transform:translateY(-50%)}.traffic-light{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;transition:all .2s ease;position:relative}.traffic-light:hover{transform:scale(1.1);box-shadow:0 0 8px #ffffff4d}.traffic-light-close{background:#ff5f57}.traffic-light-close:hover{background:#ff3b30;box-shadow:0 0 8px #ff5f5780}.traffic-light-minimize{background:#ffbd2e}.traffic-light-minimize:hover{background:#ff9500;box-shadow:0 0 8px #ffbd2e80}.traffic-light-maximize{background:#28ca42}.traffic-light-maximize:hover{background:#30d158;box-shadow:0 0 8px #28ca4280}.chat-modal-header{position:relative}.chat-modal-traffic-lights{display:flex;gap:8px;position:absolute;left:16px;top:50%;transform:translateY(-50%)}.code-block{position:relative}.code-block-traffic-lights{display:flex;gap:6px;position:absolute;left:12px;top:12px;z-index:10}.code-block-traffic-lights .traffic-light{width:10px;height:10px}.traffic-light:active{transform:scale(.95)}.traffic-light-close:active{background:#d63031}.traffic-light-minimize:active{background:#e17055}.traffic-light-maximize:active{background:#00b894}.traffic-light-minimize:not(:hover),.traffic-light-maximize:not(:hover){opacity:.7}.code-block-lang{margin-left:50px;margin-top:8px;display:block}.function-modal-title{font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace;font-size:1.1em;color:var(--theme-fg, #eaeaea);margin-left:60px;margin-right:60px;text-align:center;flex:1}.function-modal-close{background:none;border:none;color:var(--theme-fg, #eaeaea);font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.function-modal-close:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .1))}.function-modal-content{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:20px}.function-modal-footer{padding:12px 20px;background:var(--theme-line-number-bg, #23272e);border-top:1px solid var(--theme-border, #222);border-radius:0 0 8px 8px}.function-status{display:flex;align-items:center;gap:8px;font-family:Fira Code,Consolas,Monaco,monospace;font-size:.85em}.function-status-label{color:var(--theme-comment, #6a9955);font-weight:500}.function-status-code{color:var(--theme-string, #ce9178);background:var(--theme-hover-bg, rgba(255, 255, 255, .05));padding:2px 6px;border-radius:3px;font-weight:600;border:1px solid var(--theme-border, #222)}.function-status-message{color:var(--theme-comment, #6a9955);font-style:italic}.function-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px;color:var(--theme-comment, #6a9955);font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace}.function-loading-spinner{width:20px;height:20px;border:2px solid var(--theme-border, #222);border-top:2px solid var(--theme-keyword, #f81ce5);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.function-result{flex:1;overflow-y:auto}.function-result-header{margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--theme-border, #222)}.function-result-body{font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace;font-size:.9em;line-height:1.6}.function-result-item{margin-bottom:12px;padding:8px;background:var(--theme-hover-bg, rgba(255, 255, 255, .05));border-radius:6px;border-left:3px solid var(--theme-keyword, #f81ce5)}.function-result-object{display:flex;flex-direction:column;gap:6px}.function-result-field{display:flex;gap:8px;align-items:flex-start}.function-result-key{color:var(--theme-keyword, #f81ce5);font-weight:700;min-width:120px;flex-shrink:0}.function-result-value,.function-result-simple{color:var(--theme-string, #ce9178);word-break:break-all}@media (max-width: 768px){.function-modal{max-width:95%;max-height:90vh}.function-modal-header{padding:12px 16px}.function-modal-content{padding:16px}.function-modal-footer{padding:10px 16px}.function-status{font-size:.8em;gap:6px}.function-modal-title,.chat-modal-title{margin-left:45px;margin-right:45px;font-size:1em}.code-block-lang{margin-left:40px}.code-block-traffic-lights{left:8px;top:8px}.function-modal-traffic-lights,.chat-modal-traffic-lights{left:12px}.function-result-field{flex-direction:column;gap:4px}.function-result-key{min-width:auto}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--theme-bg, #18181b);border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--theme-keyword, #f81ce5) 0%,var(--theme-string, #ce9178) 100%);border-radius:4px;border:1px solid var(--theme-border, #222);-webkit-transition:all .3s ease;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--theme-string, #ce9178) 0%,var(--theme-keyword, #f81ce5) 100%);box-shadow:0 0 8px #f81ce54d}::-webkit-scrollbar-thumb:active{background:var(--theme-keyword, #f81ce5)}::-webkit-scrollbar-corner{background:var(--theme-bg, #18181b)}*,.code-block{scrollbar-width:thin;scrollbar-color:var(--theme-keyword, #f81ce5) var(--theme-bg, #18181b)}.code-block::-webkit-scrollbar{width:6px}.code-block::-webkit-scrollbar-track{background:var(--theme-line-number-bg, #23272e);border-radius:3px}.code-block::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--theme-comment, #6a9955) 0%,var(--theme-keyword, #f81ce5) 100%);border-radius:3px;border:none}.code-block::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--theme-keyword, #f81ce5) 0%,var(--theme-comment, #6a9955) 100%)}.function-modal,.chat-modal{scrollbar-width:thin;scrollbar-color:var(--theme-keyword, #f81ce5) var(--theme-bg, #18181b)}.function-modal::-webkit-scrollbar,.chat-modal::-webkit-scrollbar{width:8px}.function-modal::-webkit-scrollbar-track,.chat-modal::-webkit-scrollbar-track{background:var(--theme-bg, #18181b);border-radius:4px}.function-modal::-webkit-scrollbar-thumb,.chat-modal::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--theme-keyword, #f81ce5) 0%,var(--theme-string, #ce9178) 50%,var(--theme-comment, #6a9955) 100%);border-radius:4px;border:1px solid var(--theme-border, #222)}.function-modal::-webkit-scrollbar-thumb:hover,.chat-modal::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--theme-comment, #6a9955) 0%,var(--theme-string, #ce9178) 50%,var(--theme-keyword, #f81ce5) 100%);box-shadow:0 0 12px #f81ce566}.function-result-body{scrollbar-width:thin;scrollbar-color:var(--theme-keyword, #f81ce5) var(--theme-bg, #18181b)}.function-result-body::-webkit-scrollbar{width:6px}.function-result-body::-webkit-scrollbar-track{background:var(--theme-hover-bg, rgba(255, 255, 255, .05));border-radius:3px}.function-result-body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--theme-keyword, #f81ce5) 0%,var(--theme-string, #ce9178) 100%);border-radius:3px;border:none}.function-result-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--theme-string, #ce9178) 0%,var(--theme-keyword, #f81ce5) 100%)}.cli-modal-history{scrollbar-width:thin;scrollbar-color:var(--theme-keyword, #f81ce5) var(--theme-bg, #18181b)}.cli-modal-history::-webkit-scrollbar{width:6px}.cli-modal-history::-webkit-scrollbar-track{background:var(--theme-bg, #18181b);border-radius:3px}.cli-modal-history::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--theme-ai-text, #4fd1c5) 0%,var(--theme-keyword, #f81ce5) 100%);border-radius:3px;border:none}.cli-modal-history::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--theme-keyword, #f81ce5) 0%,var(--theme-ai-text, #4fd1c5) 100%);box-shadow:0 0 8px #4fd1c54d}.side-nav,.right-sidebar{scrollbar-width:thin;scrollbar-color:var(--theme-keyword, #f81ce5) var(--theme-bg, #18181b)}.side-nav::-webkit-scrollbar,.right-sidebar::-webkit-scrollbar{width:4px}.side-nav::-webkit-scrollbar-track,.right-sidebar::-webkit-scrollbar-track{background:var(--theme-bg, #18181b);border-radius:2px}.side-nav::-webkit-scrollbar-thumb,.right-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--theme-keyword, #f81ce5) 0%,var(--theme-comment, #6a9955) 100%);border-radius:2px;border:none}.side-nav::-webkit-scrollbar-thumb:hover,.right-sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--theme-comment, #6a9955) 0%,var(--theme-keyword, #f81ce5) 100%)}.function-result-item{scrollbar-width:thin;scrollbar-color:var(--theme-keyword, #f81ce5) var(--theme-hover-bg, rgba(255, 255, 255, .05))}.function-result-item::-webkit-scrollbar{width:4px}.function-result-item::-webkit-scrollbar-track{background:var(--theme-hover-bg, rgba(255, 255, 255, .05));border-radius:2px}.function-result-item::-webkit-scrollbar-thumb{background:var(--theme-keyword, #f81ce5);border-radius:2px;border:none;-webkit-transition:all .3s ease;transition:all .3s ease}.function-result-item::-webkit-scrollbar-thumb:hover{background:var(--theme-string, #ce9178);box-shadow:0 0 6px #f81ce54d}.function-modal,.chat-modal,.function-result-body,.cli-modal-history,.code-block{scroll-behavior:smooth}@keyframes scrollbar-glow{0%{box-shadow:0 0 4px #f81ce533}50%{box-shadow:0 0 12px #f81ce566}to{box-shadow:0 0 4px #f81ce533}}.function-modal::-webkit-scrollbar-thumb:active,.chat-modal::-webkit-scrollbar-thumb:active{animation:scrollbar-glow .6s ease-in-out}.typing-dots{display:inline-flex;align-items:center;gap:2px}.typing-dots span{display:inline-block;width:4px;height:4px;border-radius:50%;background-color:var(--theme-ai-text, #4fd1c5);animation:typing-bounce 1.4s infinite ease-in-out both}.typing-dots span:nth-child(1){animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}.typing-dots span:nth-child(3){animation-delay:0s}@keyframes typing-bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.message-status{font-size:.7em;color:var(--theme-comment, #6a9955);display:flex;align-items:center;gap:4px;margin-top:4px}.message-status.sending{color:var(--theme-string, #ce9178)}.message-status.sent{color:var(--theme-keyword, #f81ce5)}.message-status.delivered{color:var(--theme-comment, #6a9955)}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}#node-contact{background:linear-gradient(135deg,var(--theme-bg, #18181b) 0%,var(--theme-line-number-bg, #23272e) 100%);border-radius:12px;border:1px solid var(--theme-border, #222);box-shadow:0 8px 32px #0000004d;overflow:hidden}.message-bubble{transition:all .2s ease}.message-bubble:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0006}.cli-modal-history{scroll-behavior:smooth}.cli-modal-input-wrapper{background:var(--theme-line-number-bg, #23272e);border-top:1px solid var(--theme-border, #222);padding:16px;border-radius:0 0 12px 12px}.cli-modal-input{background:var(--theme-bg, #18181b);border:1px solid var(--theme-border, #222);border-radius:20px;padding:12px 16px;color:var(--theme-fg, #eaeaea);font-size:.9em;transition:all .3s ease}.cli-modal-input:focus{outline:none;border-color:var(--theme-border, #222);box-shadow:none}.cli-modal-input::-moz-placeholder{color:var(--theme-comment, #6a9955)}.cli-modal-input::placeholder{color:var(--theme-comment, #6a9955)}.view-toggle-container{position:fixed;top:20px;right:20px;z-index:1500}.view-toggle-links{display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:center;width:100%}.view-toggle-link{color:var(--theme-fg, #eaeaea);text-decoration:none;font-family:Fira Code,JetBrains Mono,Cascadia Code,Fira Mono,Consolas,Monaco,monospace;font-size:.9em;font-weight:500;padding:8px 16px;border-radius:4px;transition:all .2s ease;border:1px solid transparent;width:100%;text-align:center;display:block}.view-toggle-link:hover{color:var(--theme-keyword, #f81ce5);background:var(--theme-hover-bg, rgba(255, 255, 255, .1));text-decoration:none}.view-toggle-link.active{color:var(--theme-keyword, #f81ce5);background:var(--theme-hover-bg, rgba(248, 28, 229, .1));border-color:var(--theme-keyword, #f81ce5);font-weight:600}.view-toggle{display:flex;background:var(--theme-bg, #18181b);border:1.5px solid var(--theme-border, #222);border-radius:8px;padding:4px;box-shadow:0 4px 16px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.view-toggle-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;background:transparent;color:var(--theme-fg, #eaeaea);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9em;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease;white-space:nowrap}.view-toggle-btn:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .1));transform:translateY(-1px)}.view-toggle-btn.active{background:var(--theme-keyword, #f81ce5);color:#fff;font-weight:600;box-shadow:0 2px 8px #f81ce54d}.view-toggle-btn.active:hover{background:var(--theme-keyword, #f81ce5);transform:translateY(-1px);box-shadow:0 4px 12px #f81ce566}.resume-preview{background:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;min-height:100vh;padding:40px 0}.macos-resume-container{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;color:#fff}.macos-window-frame{background:#0000001a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;overflow:hidden;min-height:calc(100vh - 40px);margin-left:340px;margin-right:20px;margin-bottom:20px}.macos-titlebar{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);padding:12px 16px;display:flex;align-items:center;gap:12px}.macos-traffic-lights{display:flex;gap:8px}.traffic-light{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer}.traffic-light.red{background:#ff5f57}.traffic-light.yellow{background:#ffbd2e}.traffic-light.green{background:#28ca42}.macos-title{color:#fffc;font-size:14px;font-weight:500;flex:1;text-align:center}.macos-titlebar-spacer{width:60px}.macos-content{min-height:calc(100vh - 100px)}.macos-sidebar{width:300px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:fixed;top:20px;left:20px;height:100vh;z-index:1000;padding:24px}.glass-panel{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:20px;box-shadow:0 4px 16px #0000001a}.main-panel{margin:0;border-radius:0;border:none;box-shadow:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.profile-section-macos{text-align:center;margin-bottom:32px}.profile-image-container{position:relative;display:inline-block;margin-bottom:16px}.profile-image-macos{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid rgba(255,255,255,.2);box-shadow:0 4px 16px #0003}.profile-status-indicator{position:absolute;bottom:2px;right:2px;width:16px;height:16px;background:#28ca42;border:3px solid #1e1e2e;border-radius:50%}.profile-name-macos{font-size:20px;font-weight:600;color:#fff;margin:0 0 8px}.profile-title-macos{font-size:14px;color:#ffffffb3;margin:0;line-height:1.4}.view-toggle-macos{margin-bottom:32px;display:flex;justify-content:center}.contact-section-macos{margin-bottom:32px}.section-title-macos{font-size:16px;font-weight:600;color:#fff;margin:0 0 16px;display:flex;align-items:center;gap:8px}.section-title-macos:before{content:"";width:4px;height:16px;background:linear-gradient(135deg,#4fd1c5,#00e6b8);border-radius:2px}.contact-list-macos{display:flex;flex-direction:column;gap:12px}.contact-item-macos{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.contact-item-macos:hover{background:#ffffff14;transform:translateY(-1px)}.contact-icon{font-size:16px;width:20px;text-align:center}.navigation-section-macos{margin-bottom:32px}.nav-list-macos{display:flex;flex-direction:column;gap:4px}.nav-item-macos{display:block;padding:12px 16px;color:#ffffffb3;text-decoration:none;border-radius:8px;transition:all .2s ease;font-size:14px;font-weight:500}.nav-item-macos:hover{background:#ffffff14;color:#fff;transform:translate(4px)}.macos-main-content{flex:1;padding:24px;overflow-y:auto;min-height:100vh}.resume-section-macos{margin-bottom:48px}.section-header-macos{margin-bottom:24px}.section-title-macos{font-size:24px;font-weight:700;color:#fff;margin:0 0 12px;display:flex;align-items:center;gap:12px}.section-title-macos:before{content:"";width:6px;height:24px;background:linear-gradient(135deg,#4fd1c5,#00e6b8);border-radius:3px}.section-divider-macos{height:1px;background:linear-gradient(90deg,rgba(79,209,197,.3),transparent);width:100px}.content-card-macos{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:24px;box-shadow:0 4px 16px #0000001a}.summary-text-macos{font-size:16px;line-height:1.7;color:#ffffffe6;margin:0}.skills-grid-macos{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.skill-category-macos{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:20px;box-shadow:0 4px 16px #0000001a}.skill-category-title-macos{font-size:16px;font-weight:600;color:#fff;margin:0 0 16px}.skill-tags-macos{display:flex;flex-wrap:wrap;gap:8px}.skill-tag-macos{background:#4fd1c533;color:#4fd1c5;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;border:1px solid rgba(79,209,197,.3);transition:all .2s ease}.skill-tag-macos:hover{background:#4fd1c54d;transform:translateY(-1px)}.experience-list-macos{display:flex;flex-direction:column;gap:24px}.experience-item-macos{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:24px;box-shadow:0 4px 16px #0000001a;transition:all .3s ease}.experience-item-macos:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.experience-header-macos{margin-bottom:16px}.job-title-macos{font-size:18px;font-weight:600;color:#fff;margin:0 0 8px}.company-info-macos{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.company-name-macos{color:#4fd1c5;font-weight:500;font-size:14px}.experience-duration-macos{color:#fff9;font-size:14px;font-weight:500}.job-description-macos{color:#fffc;line-height:1.6;margin:0 0 16px}.achievements-macos{margin-top:16px}.achievements-title-macos{font-size:14px;font-weight:600;color:#fff;margin:0 0 12px}.achievements-list-macos{list-style:none;padding:0;margin:0}.achievement-item-macos{color:#fffc;line-height:1.6;margin-bottom:8px;padding-left:16px;position:relative}.achievement-item-macos:before{content:"•";color:#4fd1c5;font-weight:700;position:absolute;left:0}.projects-grid-macos{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.project-card-macos{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:24px;box-shadow:0 4px 16px #0000001a;transition:all .3s ease}.project-card-macos:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0003}.project-title-macos{font-size:18px;font-weight:600;color:#fff;margin:0 0 12px}.project-description-macos{color:#fffc;line-height:1.6;margin:0 0 16px}.project-tech-macos{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.tech-tag-macos{background:#00e6b833;color:#00e6b8;padding:4px 10px;border-radius:16px;font-size:11px;font-weight:500;border:1px solid rgba(0,230,184,.3)}.project-link-macos{color:#4fd1c5;text-decoration:none;font-weight:500;font-size:14px;transition:all .2s ease}.project-link-macos:hover{color:#00e6b8;text-decoration:underline}.education-list-macos{display:flex;flex-direction:column;gap:20px}.education-item-macos{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:20px;box-shadow:0 4px 16px #0000001a}.degree-macos{font-size:16px;font-weight:600;color:#fff;margin:0 0 8px}.education-details-macos{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.institution-macos{color:#4fd1c5;font-weight:500;font-size:14px}.education-year-macos{color:#fff9;font-size:14px;font-weight:500}.gpa-macos{color:#fffc;font-size:14px;margin:8px 0 0}.testimonials-grid-macos{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.testimonial-card-macos{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:24px;box-shadow:0 4px 16px #0000001a;transition:all .3s ease}.testimonial-card-macos:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.testimonial-text-macos{color:#ffffffe6;line-height:1.6;margin:0 0 16px;font-style:italic;font-size:15px}.testimonial-author-macos{display:flex;flex-direction:column;gap:4px}.testimonial-author-macos strong{color:#fff;font-weight:600;font-size:14px}.testimonial-author-macos span{color:#fff9;font-size:13px}.resume-container{max-width:800px;margin:0 auto;padding:0 40px;background:#fff;box-shadow:0 0 30px #0000001a;border-radius:8px;overflow:hidden}.resume-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;text-align:center;position:relative;overflow:hidden}.resume-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.profile-section{display:flex;align-items:center;gap:30px;position:relative;z-index:1}.profile-image{width:120px;height:120px;border-radius:50%;border:4px solid rgba(255,255,255,.3);-o-object-fit:cover;object-fit:cover;box-shadow:0 8px 32px #0000004d;transition:transform .3s ease}.profile-image:hover{transform:scale(1.05)}.profile-info{flex:1;text-align:left}.name{font-size:2.5em;font-weight:700;margin:0 0 8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.title{font-size:1.3em;font-weight:400;margin:0 0 20px;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.3)}.contact-info{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.contact-item{display:flex;align-items:center;gap:8px;font-size:.95em;opacity:.9;transition:opacity .2s ease}.contact-item:hover{opacity:1}.contact-item svg{width:16px;height:16px;fill:currentColor}.resume-section{padding:30px 40px;border-bottom:1px solid #e5e7eb}.resume-section:last-child{border-bottom:none}.section-title{font-size:1.4em;font-weight:600;color:#374151;margin:0 0 20px;padding-bottom:8px;border-bottom:2px solid #667eea;display:inline-block}.summary-text{font-size:1.1em;line-height:1.7;color:#4b5563;margin:0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px;margin-top:20px}.skill-category h4{font-size:1.1em;font-weight:600;color:#374151;margin:0 0 12px}.skill-tags{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 12px;border-radius:20px;font-size:.85em;font-weight:500;transition:transform .2s ease}.skill-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.experience-list{display:flex;flex-direction:column;gap:25px}.experience-item{padding:20px;background:#f8fafc;border-radius:8px;border-left:4px solid #667eea;transition:transform .2s ease,box-shadow .2s ease}.experience-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;flex-wrap:wrap;gap:10px}.job-title{font-size:1.2em;font-weight:600;color:#374151;margin:0}.company-info{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.company-name{font-weight:600;color:#667eea;font-size:1.1em}.experience-duration{font-size:.9em;color:#6b7280;font-style:italic}.job-description{color:#4b5563;margin:0 0 15px;line-height:1.6}.achievements h5{font-size:1em;font-weight:600;color:#374151;margin:0 0 8px}.achievements ul{margin:0;padding-left:20px}.achievements li{color:#4b5563;margin-bottom:4px;line-height:1.5}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px}.project-card{background:#f8fafc;padding:20px;border-radius:8px;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000001a}.project-title{font-size:1.1em;font-weight:600;color:#374151;margin:0 0 10px}.project-description{color:#4b5563;margin:0 0 15px;line-height:1.5}.project-tech{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.tech-tag{background:#e5e7eb;color:#374151;padding:3px 8px;border-radius:12px;font-size:.8em;font-weight:500}.project-link{color:#667eea;text-decoration:none;font-weight:500;font-size:.9em;transition:color .2s ease}.project-link:hover{color:#764ba2;text-decoration:underline}.education-list{display:flex;flex-direction:column;gap:20px}.education-item{padding:20px;background:#f8fafc;border-radius:8px;border-left:4px solid #667eea}.degree{font-size:1.1em;font-weight:600;color:#374151;margin:0 0 8px}.education-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;flex-wrap:wrap;gap:10px}.institution{font-weight:500;color:#667eea}.education-year{color:#6b7280;font-style:italic}.gpa{color:#4b5563;margin:0;font-size:.9em}.languages-list{display:flex;flex-direction:column;gap:15px}.language-item{display:flex;align-items:center;gap:15px;padding:15px;background:#f8fafc;border-radius:8px}.language-name{font-weight:500;color:#374151;min-width:100px}.proficiency-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.proficiency-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}.proficiency-level{font-size:.9em;color:#6b7280;min-width:80px;text-align:right}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px}.testimonial-card{background:#f8fafc;padding:25px;border-radius:8px;border-left:4px solid #667eea;position:relative}.testimonial-card:before{content:'"';position:absolute;top:10px;left:15px;font-size:3em;color:#667eea;opacity:.3;font-family:serif}.testimonial-text{color:#4b5563;font-style:italic;line-height:1.6;margin:0 0 15px;padding-left:20px}.testimonial-author{display:flex;flex-direction:column;gap:2px;padding-left:20px}.testimonial-author strong{color:#374151;font-weight:600}.testimonial-author span{color:#6b7280;font-size:.9em}@media (max-width: 768px){.resume-container{padding:0 20px;margin:0 10px}.resume-header{padding:30px 20px}.profile-section{flex-direction:column;text-align:center;gap:20px}.profile-info{text-align:center}.name{font-size:2em}.title{font-size:1.1em}.contact-info{justify-content:center;gap:15px}.resume-section{padding:20px}.experience-header{flex-direction:column;align-items:flex-start}.company-info{align-items:flex-start;text-align:left}.education-details{flex-direction:column;align-items:flex-start}.language-item{flex-direction:column;align-items:flex-start;gap:10px}.proficiency-level{text-align:left}.view-toggle-container{top:10px;right:10px}.view-toggle-btn{padding:6px 10px;font-size:.8em}}@media (max-width: 480px){.resume-container{margin:0 5px;padding:0 15px}.resume-header{padding:20px 15px}.name{font-size:1.8em}.contact-info{flex-direction:column;gap:10px}.skills-grid,.projects-grid,.testimonials-grid{grid-template-columns:1fr}}html body.vscode{--theme-bg: #1e1e1e;--theme-fg: #d4d4d4;--theme-border: #23272e;--theme-shadow: 0 4px 24px 0 rgba(0, 0, 0, .25);--theme-line-number-bg: #23272e;--theme-line-number-fg: #858585;--theme-selection-bg: #264f78;--theme-active-line-bg: rgba(255, 255, 255, .04);--theme-hover-bg: rgba(255, 255, 255, .05);--theme-hover-line-number-bg: rgba(255, 255, 255, .1);--theme-hover-line-number-fg: #ffffff;--theme-error-fg: #f44747;--theme-warning-fg: #cca700;--theme-info-fg: #3794ff;--theme-comment: #6a9955;--theme-keyword: #569cd6;--theme-operator: #d4d4d4;--theme-punctuation: #808080;--theme-function: #dcdcaa;--theme-variable: #9cdcfe;--theme-param: #9cdcfe;--theme-property: #4ec9b0;--theme-string: #ce9178;--theme-int: #b5cea8;--theme-bool: #569cd6;--theme-null: #569cd6;--theme-class: #4ec9b0;--theme-type: #4ec9b0;--theme-annotation: #c586c0;--theme-brace: #b5cea8;--theme-array: #4ec9b0;--theme-object: #dcdcaa;--theme-link-fg: #569cd6;--theme-indent: #313640;--theme-class-indent: #c586c0;--theme-lang-label-bg: #23272e;--theme-lang-label-fg: #b5cea8;--theme-button-bg: #3a3d41;--theme-button-fg: #ffffff;--theme-scrollbar-thumb-bg: #4d4d4d}html body.vercel{--theme-bg: #000000;--theme-fg: #eaeaea;--theme-border: #222;--theme-shadow: 0 4px 24px 0 rgba(0,0,0,.35);--theme-line-number-bg: #18181b;--theme-line-number-fg: #a1a1aa;--theme-selection-bg: #18181b;--theme-active-line-bg: rgba(255,255,255,.04);--theme-hover-bg: rgba(37, 36, 36, .8);--theme-hover-line-number-bg: rgba(255, 255, 255, .1);--theme-hover-line-number-fg: #ffffff;--theme-error-fg: #f81ce5;--theme-warning-fg: #f7b955;--theme-info-fg: #00e0e0;--theme-comment: #666;--theme-keyword: #f81ce5;--theme-operator: #eaeaea;--theme-punctuation: #a1a1aa;--theme-function: #fff;--theme-variable: #50e3c2;--theme-param: #50e3c2;--theme-property: #f7b955;--theme-string: #f7b955;--theme-int: #00e0e0;--theme-bool: #00e0e0;--theme-null: #f81ce5;--theme-class: #00e0e0;--theme-type: #f81ce5;--theme-annotation: #f81ce5;--theme-brace: #fff;--theme-array: #f81ce5;--theme-object: #fff;--theme-link-fg: #f81ce5;--theme-indent: #222;--theme-class-indent: #f81ce5;--theme-lang-label-bg: #18181b;--theme-lang-label-fg: #fff;--theme-button-bg: #18181b;--theme-button-fg: #fff;--theme-scrollbar-thumb-bg: #333}html body.dreamweaver{--theme-bg: #232323;--theme-fg: #f8f8f8;--theme-border: #444;--theme-shadow: 0 4px 24px 0 rgba(0,0,0,.25);--theme-line-number-bg: #2d2d2d;--theme-line-number-fg: #b3b3b3;--theme-selection-bg: #2d2d2d;--theme-active-line-bg: rgba(255,255,255,.04);--theme-hover-bg: rgba(255, 255, 255, .05);--theme-hover-line-number-bg: rgba(255, 255, 255, .1);--theme-hover-line-number-fg: #ffffff;--theme-error-fg: #ff79c6;--theme-warning-fg: #f1fa8c;--theme-info-fg: #8be9fd;--theme-comment: #6272a4;--theme-keyword: #66d9ef;--theme-operator: #f8f8f2;--theme-punctuation: #b3b3b3;--theme-function: #f1fa8c;--theme-variable: #50fa7b;--theme-param: #ffb86c;--theme-property: #ff79c6;--theme-string: #fd811c;--theme-int: #8be9fd;--theme-bool: #50fa7b;--theme-null: #bd93f9;--theme-class: #ffb86c;--theme-type: #8be9fd;--theme-annotation: #bd93f9;--theme-brace: #f8f8f2;--theme-array: #8be9fd;--theme-object: #f1fa8c;--theme-link-fg: #66d9ef;--theme-indent: #444;--theme-class-indent: #ffb86c;--theme-lang-label-bg: #2d2d2d;--theme-lang-label-fg: #f8f8f8;--theme-button-bg: #444;--theme-button-fg: #f8f8f8;--theme-scrollbar-thumb-bg: #666}
