:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{width:100vw;height:100svh;overflow:hidden}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-size:15px;line-height:135%;display:inline-flex}.parrot-chat{width:300px;max-width:calc(100vw - 40px);font:inherit;color:#3a2308;box-shadow:var(--shadow);background:linear-gradient(#ffd76a,#f4a63a);border:2px solid #b5691a;border-radius:18px;flex-direction:column;font-size:14px;animation:.2s ease-out both parrot-chat-in;display:flex;position:relative;overflow:visible;transform:translate(24px,calc(-100% - 20px))}.parrot-chat:after{content:"";border-top:18px solid #b5691a;border-left:6px solid #0000;border-right:18px solid #0000;width:0;height:0;position:absolute;bottom:-14px;left:28px}.parrot-chat:before{content:"";z-index:1;border-top:15px solid #f4a63a;border-left:4px solid #0000;border-right:15px solid #0000;width:0;height:0;position:absolute;bottom:-10px;left:30px}.parrot-chat-header{border-bottom:1px solid #b5691a59;justify-content:space-between;align-items:center;padding:12px 10px 12px 16px;display:flex}.parrot-chat-title{font-weight:700}.parrot-chat-close{width:30px;height:30px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background .15s;display:flex}.parrot-chat-close:hover,.parrot-chat-close:focus-visible{background:#3a23081f}.parrot-chat-close:focus-visible{outline-offset:1px;outline:2px solid #3a2308}.parrot-chat-close svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:16px;height:16px}.parrot-chat-transcript{flex-direction:column;flex:0 auto;gap:8px;min-height:60px;max-height:200px;padding:10px 16px;display:flex;overflow-y:auto}.parrot-chat-turn{word-break:break-word;border-radius:10px;max-width:88%;margin:0;padding:6px 10px;line-height:1.4}.parrot-chat-turn--visitor{background:#ffffff8c;align-self:flex-end}.parrot-chat-turn--parrot{background:#3a23081a;align-self:flex-start}.parrot-chat-turn--pending{opacity:.85}.parrot-chat-form{border-top:1px solid #b5691a59;align-items:center;gap:8px;padding:10px 12px;animation:.2s ease-out both parrot-chat-form-in;display:flex;overflow:hidden}@keyframes parrot-chat-form-in{0%{opacity:0;max-height:0}to{opacity:1;max-height:60px}}.parrot-chat-ask{width:100%;font:inherit;color:#3a2308;cursor:pointer;background:#ffffffa6;border:1px solid #b5691a;border-radius:10px;padding:8px 10px;font-size:13px;font-weight:600;transition:background .15s}.parrot-chat-ask:hover,.parrot-chat-ask:focus-visible{background:#ffffffe6}.parrot-chat-ask:focus-visible{outline-offset:1px;outline:2px solid #3a2308}.parrot-chat-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.parrot-chat-input{min-width:0;font:inherit;color:#3a2308;background:#ffffffa6;border:1px solid #b5691a;border-radius:10px;flex:auto;padding:8px 10px;font-size:14px}.parrot-chat-input:focus-visible{outline-offset:1px;outline:2px solid #3a2308}.parrot-chat-send{font:inherit;color:#3a2308;cursor:pointer;background:#ffffffa6;border:1px solid #b5691a;border-radius:10px;flex-shrink:0;padding:8px 14px;font-size:14px;font-weight:600;transition:background .15s}.parrot-chat-send:hover:not(:disabled),.parrot-chat-send:focus-visible{background:#ffffffe6}.parrot-chat-send:focus-visible{outline-offset:1px;outline:2px solid #3a2308}.parrot-chat-send:disabled,.parrot-chat-input:disabled{opacity:.6;cursor:default}.parrot-chat-footer{flex-direction:column;gap:4px;padding:6px 16px 10px;font-size:11px;display:flex}.parrot-chat-footer-line{opacity:.7}.parrot-chat-credit{color:inherit;text-decoration:none}.parrot-chat-credit:hover,.parrot-chat-credit:focus-visible{text-decoration:underline}.parrot-chat-upgrade{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:11px;font-weight:600;text-decoration:underline}.parrot-chat-upgrade:hover,.parrot-chat-upgrade:focus-visible{opacity:.85}.parrot-chat-upgrade:focus-visible{outline-offset:1px;outline:2px solid #3a2308}.parrot-chat-model-progress{opacity:.7}@keyframes parrot-chat-in{0%{opacity:0;transform:translate(24px,calc(-100% - 8px))}to{opacity:1;transform:translate(24px,calc(-100% - 20px))}}@media (prefers-reduced-motion:reduce){.parrot-chat,.parrot-chat-form{animation:none}}@media (width<=480px){.parrot-chat{width:min(300px,100vw - 48px)}}.parrot-chat-dock{z-index:5;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}.parrot-chat-dock .parrot-chat{animation-name:parrot-chat-dock-in;transform:none}@keyframes parrot-chat-dock-in{0%{opacity:0}to{opacity:1}}.parrot-chat-dock .parrot-chat:before,.parrot-chat-dock .parrot-chat:after{display:none}.about-chrome{z-index:4;pointer-events:none;position:fixed;inset:0}.about-arrow{pointer-events:auto;width:56px;height:56px;color:var(--text-h);background:var(--social-bg);border:1px solid var(--border);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;justify-content:center;align-items:center;padding:0;transition:border-color .3s,opacity .3s,transform .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.about-arrow-left{left:max(20px,3vw)}.about-arrow-right{right:max(20px,3vw)}.about-arrow:hover:not(:disabled),.about-arrow:focus-visible:not(:disabled){border-color:var(--accent-border)}.about-arrow-left:hover:not(:disabled){transform:translateY(-50%)translate(-3px)}.about-arrow-right:hover:not(:disabled){transform:translateY(-50%)translate(3px)}.about-arrow:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.about-arrow:disabled{opacity:.25;cursor:default}.about-arrow svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.about-stage{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.about-stage-spread{pointer-events:none;width:min(97vw,135.779vh);height:min(96vh,68.5823vw);position:relative}.about-video-hotspot{transform-origin:50%;cursor:pointer;pointer-events:auto;background:0 0;border:none;border-radius:6px;margin:0;padding:0;position:absolute}.about-video-hotspot:hover,.about-video-hotspot:focus-visible{filter:brightness(1.18);outline:2px solid var(--accent);outline-offset:4px}.about-video-backdrop{z-index:6;pointer-events:auto;background:#0a080500;transition:background .32s;position:fixed;inset:0}.about-video-backdrop[data-visible=true]{background:#0a0805d1}.about-video-frame{background:#000;transition:top .38s cubic-bezier(.22,1,.36,1),left .38s cubic-bezier(.22,1,.36,1),width .38s cubic-bezier(.22,1,.36,1),height .38s cubic-bezier(.22,1,.36,1);position:fixed;box-shadow:0 20px 60px #00000080}.about-video-frame iframe{border:0;width:100%;height:100%}.about-video-close{color:#fff;cursor:pointer;background:0 0;border:none;width:36px;height:36px;font-size:24px;line-height:1;position:absolute;top:-44px;right:0}@media (width<=640px){.about-arrow{width:46px;height:46px;top:auto;bottom:76px;transform:none}.about-arrow-left,.about-arrow-right{top:auto}.about-arrow-left:hover:not(:disabled),.about-arrow-right:hover:not(:disabled){transform:none}}@media (prefers-reduced-motion:reduce){.about-arrow{transition:none}.about-arrow-left:hover:not(:disabled),.about-arrow-right:hover:not(:disabled){transform:translateY(-50%)}.about-video-backdrop,.about-video-frame{transition:none}}.resume-chrome{z-index:4;pointer-events:none;position:fixed;inset:0}.resume-arrow{pointer-events:auto;width:56px;height:56px;color:var(--text-h);background:var(--social-bg);border:1px solid var(--border);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;justify-content:center;align-items:center;padding:0;transition:border-color .3s,opacity .3s,transform .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.resume-arrow-left{left:max(20px,3vw)}.resume-arrow-right{right:max(20px,3vw)}.resume-arrow:hover:not(:disabled),.resume-arrow:focus-visible:not(:disabled){border-color:var(--accent-border)}.resume-arrow-left:hover:not(:disabled){transform:translateY(-50%)translate(-3px)}.resume-arrow-right:hover:not(:disabled){transform:translateY(-50%)translate(3px)}.resume-arrow:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.resume-arrow:disabled{opacity:.25;cursor:default}.resume-arrow svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.resume-download{pointer-events:auto;font:inherit;color:var(--text-h);background:var(--social-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:8px 16px;font-size:14px;text-decoration:none;transition:border-color .3s;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.resume-download:hover,.resume-download:focus-visible{border-color:var(--accent-border)}.resume-download:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width<=640px){.resume-arrow{width:46px;height:46px;top:auto;bottom:76px;transform:none}.resume-arrow-left,.resume-arrow-right{top:auto}.resume-arrow-left:hover:not(:disabled),.resume-arrow-right:hover:not(:disabled){transform:none}}@media (prefers-reduced-motion:reduce){.resume-arrow,.resume-download{transition:none}.resume-arrow-left:hover:not(:disabled),.resume-arrow-right:hover:not(:disabled){transform:translateY(-50%)}}.focus-exit{z-index:5;font:inherit;color:var(--text-h);background:var(--social-bg);border:1px solid var(--border);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;align-items:center;gap:6px;padding:8px 14px 8px 10px;font-size:15px;transition:border-color .3s,opacity .3s;display:flex;position:fixed;top:20px;left:20px}.focus-exit:hover,.focus-exit:focus-visible{border-color:var(--accent-border)}.focus-exit:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.focus-exit svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.intro-veil{z-index:20;pointer-events:none;background:#cfdae4;transition:opacity 1.1s ease-out;position:fixed;inset:0}.sound-toggle{z-index:5;width:44px;height:44px;color:var(--text-h);background:var(--social-bg);border:1px solid var(--border);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:.75;border-radius:50%;place-items:center;padding:0;transition:border-color .3s,opacity .3s;display:grid;position:fixed;bottom:20px;right:20px}.sound-toggle:hover,.sound-toggle:focus-visible{opacity:1;border-color:var(--accent-border)}.sound-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sound-toggle svg{fill:currentColor;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;width:22px;height:22px}.sound-toggle .wave,.sound-toggle .mute{fill:none}.sound-toggle[data-waiting] .wave{animation:1.8s ease-in-out infinite sound-toggle-waiting}.sound-toggle[data-waiting] .wave.far{animation-delay:.25s}@keyframes sound-toggle-waiting{0%,to{opacity:.25}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.sound-toggle[data-waiting] .wave{opacity:.5;animation:none}}.coming-soon-toast{z-index:5;font:inherit;color:var(--text-h);background:var(--social-bg);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;border-radius:999px;padding:8px 16px;font-size:14px;font-weight:600;animation:.2s ease-out both coming-soon-toast-in;position:fixed;top:20px;left:50%;transform:translate(-50%)}@keyframes coming-soon-toast-in{0%{opacity:0;transform:translate(-50%,-6px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.coming-soon-toast{animation:none}}.exhibit-backdrop{z-index:10;background:#00000073;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.exhibit-panel{box-sizing:border-box;text-align:left;background:var(--bg);border:1px solid var(--border);width:100%;max-width:520px;max-height:80svh;box-shadow:var(--shadow);border-radius:12px;padding:24px;overflow-y:auto}.exhibit-panel h2{margin-top:0}.exhibit-panel p+p{margin-top:12px}.exhibit-close{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:6px;margin-top:24px;padding:6px 14px;font-size:16px;transition:border-color .3s}.exhibit-close:hover{border-color:var(--accent-border)}.exhibit-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
