/**
 * @license
 * SPDX-License-Identifier: Apache-2.0
 */.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--bg-color);display:flex;justify-content:center;align-items:center;z-index:10002;transition:opacity .8s ease-in-out}.preloader-logo{width:50px;height:60px;overflow:visible}.preloader-logo .preloader-main-shape{fill:none;stroke:var(--accent-color);stroke-width:3;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200;animation:draw-logo 2s ease-out forwards}.preloader-logo .preloader-vein{fill:none;stroke:var(--vein-color);stroke-width:1.5;stroke-linecap:round;stroke-dasharray:60;stroke-dashoffset:60;animation:draw-logo 1.8s ease-out .4s forwards}@keyframes draw-logo{to{stroke-dashoffset:0}}html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0;z-index:1000}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-scrolling .c-scrollbar,.has-scroll-dragging .c-scrollbar{opacity:1}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:var(--text-color);opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}:root{--bg-color: #111111;--text-color: #eeeeee;--accent-color: #ffffff;--vein-color: #d90429;--border-color: #333333}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{background-color:var(--bg-color);color:var(--text-color);font-family:Montserrat,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:auto}.container{padding:2rem 1rem;max-width:1400px;margin:0 auto}.cursor{display:none;position:fixed;top:0;left:0;width:24px;height:24px;border-radius:50%;background-color:#fff;mix-blend-mode:difference;pointer-events:none;transform:translate(-50%,-50%);transition:transform .2s cubic-bezier(.19,1,.22,1);z-index:10001}.cursor.hover{transform:translate(-50%,-50%) scale(2.5)}@media (pointer: fine){.cursor{display:block}body{cursor:none}}.hero{position:relative;height:80vh;min-height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}#particle-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-title-group{display:inline-block;position:relative;z-index:1}#floating-cloud-container{width:clamp(70px,11vw,110px);position:absolute;top:-50px;left:0;transform:translate(-15%,-230%);opacity:0;filter:drop-shadow(0px 10px 15px rgba(0,0,0,.15));z-index:2}#floating-cloud{width:100%;height:auto;overflow:visible}#lightning-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:3;overflow:visible}#lightning-path{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;opacity:0;filter:drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 20px #ffffff)}.hero-title{font-size:clamp(3rem,15vw,10rem);font-weight:900;text-transform:uppercase;line-height:.9;color:var(--accent-color);white-space:nowrap;position:relative;margin-top:3rem}.hero-title .char{display:inline-block;opacity:0;transform:translateY(100%);animation:slide-up 1s cubic-bezier(.19,1,.22,1) forwards}@keyframes slide-up{to{opacity:1;transform:translateY(0)}}@keyframes electrify-shake{0%,to{transform:translate(0)}25%{transform:translate(2px,-1px)}50%{transform:translate(-2px,2px)}75%{transform:translate(1px,-2px)}}.char.electrified{animation:electrify-shake .25s linear;text-shadow:0 0 5px #fff,0 0 15px #fff,0 0 25px #a0e6ff;color:#fff!important}.ticker{width:100vw;position:relative;left:50%;transform:translate(-50%);overflow:hidden;padding:2rem 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);white-space:nowrap}.ticker-wrap{display:inline-block;animation:ticker-scroll 25s linear infinite}.ticker:hover .ticker-wrap,.ticker:focus-within .ticker-wrap{animation-play-state:paused}.ticker-item{display:inline-flex;align-items:center;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;text-transform:uppercase;color:var(--text-color);padding:0 1rem}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tree-nav-container{height:120vh;position:relative;display:flex;justify-content:center;padding-top:10vh}.tree-nav{position:sticky;top:10vh;width:95vw;max-width:800px;height:auto;aspect-ratio:800 / 600;display:flex;justify-content:center;align-items:flex-start}.white-veins{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.white-veins svg{width:100%;height:100%;overflow:visible}.svg-trunk-path{fill:none;stroke:var(--accent-color);stroke-width:4px;filter:drop-shadow(0 0 5px rgba(255,255,255,.7))}.trunk-vein-path{fill:none;stroke:var(--vein-color);stroke-width:1.5;filter:drop-shadow(0 0 4px var(--vein-color))}.trunk-vein-path.is-drawn{animation:crawl-around-trunk 3s linear infinite}@keyframes crawl-around-trunk{0%{stroke-dashoffset:0}to{stroke-dashoffset:calc(-1 * var(--path-length, 130px))}}.white-vein-path{fill:none;stroke:var(--accent-color);stroke-width:1.5}.traveling-vein-path{fill:none;stroke:var(--vein-color);stroke-width:2px;opacity:0;filter:drop-shadow(0 0 8px var(--vein-color))}.life-vein-path{fill:none;stroke:var(--vein-color);stroke-width:2px;filter:drop-shadow(0 0 6px var(--vein-color));opacity:0}.tree-nav.is-living .svg-trunk-path{animation:trunk-pulse-svg 3s ease-in-out infinite}.tree-nav.is-living .white-vein-path{animation:white-pulse 3s ease-in-out infinite}.tree-nav.is-living .vein-wrap{animation:red-pulse 3s ease-in-out infinite}.tree-nav.is-living .trunk-vein-path{animation:crawl-around-trunk 3s linear infinite,red-pulse 3s ease-in-out infinite}@keyframes trunk-pulse-svg{50%{filter:drop-shadow(0 0 12px rgba(255,255,255,.9));stroke-width:6px}}@keyframes white-pulse{50%{filter:drop-shadow(0 0 10px rgba(255,255,255,1));stroke-width:2.5px}}@keyframes red-pulse{50%{filter:drop-shadow(0 0 18px var(--vein-color))}}.tree-branch{position:absolute;text-decoration:none;display:grid;place-items:center;cursor:pointer}.tree-branch>*{grid-area:1 / 1}.tree-branch span{font-weight:700;white-space:nowrap;font-size:clamp(.9rem,2.5vw,1.2rem);z-index:1;transform-origin:center;color:var(--text-color);transition:color .3s ease,transform .3s ease}.vein-wrap{position:relative;width:140px;height:40px;overflow:visible;z-index:2;filter:drop-shadow(0 0 6px var(--vein-color));transition:filter .3s ease;pointer-events:none}.vein-wrap path{fill:none;stroke:var(--vein-color);stroke-width:1.5;transition:stroke .3s ease}#branch1,#branch2,#branch3,#branch4{transform:translate(-50%,.5em)}.sound-control{position:fixed;bottom:1.5rem;right:1.5rem;background:#ffffff1a;border:1px solid var(--border-color);border-radius:50%;width:44px;height:44px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:1001;transition:background .3s ease,transform .3s ease}.sound-control:hover{background:#fff3;transform:scale(1.1)}.sound-control svg{width:20px;height:20px;fill:var(--text-color)}.sound-control .icon-sound-off,.sound-control.muted .icon-sound-on{display:none}.sound-control.muted .icon-sound-off{display:block}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:10000;opacity:0;pointer-events:none;transition:opacity .4s ease;padding:1rem}.modal-overlay.is-open{opacity:1;pointer-events:auto}.modal-content{position:relative;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;padding:1rem;width:100%;max-width:600px;height:85vh;max-height:700px;transform:scale(.9);transition:transform .4s cubic-bezier(.19,1,.22,1);box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column}.modal-overlay.is-open .modal-content{transform:scale(1)}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;z-index:10}.modal-close svg{width:24px;height:24px;fill:var(--text-color);transition:transform .3s ease}.modal-close:hover svg{transform:rotate(90deg) scale(1.1)}.modal-body{flex-grow:1;overflow:hidden;position:relative;padding-top:2rem}.modal-view{position:absolute;top:0;left:0;width:100%;height:100%;display:none;opacity:0;transition:opacity .3s ease;overflow-y:auto;padding:2rem 0 1rem}.modal-view.is-active{display:flex;flex-direction:column;opacity:1}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:0 1rem}.showcase-card{background:#1a1a1a;border:1px solid var(--border-color);border-radius:6px;padding:1.5rem 1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.showcase-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0003;border-color:var(--vein-color)}.showcase-card h3{color:var(--accent-color);margin-bottom:.5rem}.showcase-card p{color:var(--text-color);opacity:.8;font-size:.9rem;line-height:1.5}.info-page{padding:0 1.5rem;line-height:1.7}.info-page h2{font-size:2rem;font-weight:900;color:var(--accent-color);margin-bottom:1rem}.info-page p{margin-bottom:1rem;opacity:.9}#contact-view{padding:0}.chat-log{flex-grow:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.chat-message{padding:.75rem 1rem;border-radius:12px;max-width:80%;line-height:1.5;opacity:0;transform:translateY(20px);animation:slide-in .4s ease-out forwards;word-wrap:break-word}@keyframes slide-in{to{opacity:1;transform:translateY(0)}}.chat-message.bot{background-color:#222;color:var(--text-color);align-self:flex-start;border-bottom-left-radius:2px}.chat-message.user{background-color:var(--vein-color);color:#fff;align-self:flex-end;border-bottom-right-radius:2px}.chat-message.typing-indicator{display:flex;gap:4px;align-items:center;background:#222;padding:.75rem 1rem;border-radius:12px 12px 12px 2px}.typing-indicator span{width:8px;height:8px;background-color:#888;border-radius:50%;animation:typing-bounce 1s infinite}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-form{display:flex;gap:.5rem;padding:1rem;border-top:1px solid var(--border-color)}.chat-form input{flex-grow:1;background:#2a2a2a;border:1px solid var(--border-color);border-radius:20px;padding:.75rem 1rem;color:var(--text-color);font-family:inherit;font-size:1rem;outline:none;transition:border-color .3s ease}.chat-form input:focus{border-color:var(--vein-color)}.chat-form button{background:var(--vein-color);border:none;border-radius:50%;width:44px;height:44px;flex-shrink:0;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease}.chat-form button:hover{transform:scale(1.1)}.chat-form button svg{width:20px;height:20px;fill:#fff}.site-footer{padding:.5rem 1rem;margin-top:5vh;border-top:1px solid var(--border-color);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center}.footer-logo-container{cursor:pointer}.footer-logo{width:20px;height:24px;overflow:visible;transition:transform .3s ease}.footer-logo-container:hover .footer-logo{transform:scale(1.1)}.footer-logo .main-shape{fill:none;stroke:var(--accent-color);stroke-width:2.5;stroke-linecap:round}.footer-logo .vein{fill:none;stroke:var(--vein-color);stroke-width:1;stroke-linecap:round}.footer-logo-container:hover .vein{animation:footer-logo-pulse 1.5s ease-in-out infinite}@keyframes footer-logo-pulse{50%{filter:drop-shadow(0 0 8px var(--vein-color))}}.footer-text{font-size:.8rem;color:var(--text-color);opacity:.6}@media (min-width: 601px){.tree-branch span{opacity:0;background:linear-gradient(to right,var(--vein-color) 50%,var(--text-color) 50%);background-size:200% 100%;background-position:100%;-webkit-background-clip:text;background-clip:text;color:transparent;transition:none}}@media (max-width: 600px){.tree-nav-container{height:auto;padding:10vh 0}.tree-nav{position:static;flex-direction:column;align-items:center;gap:1.5rem;width:100%;height:auto;aspect-ratio:unset}.mobile-vein-connector{width:2px;height:1.5rem;overflow:visible}.mobile-vein-white,.mobile-vein-red{fill:none;stroke-linecap:round}.mobile-vein-white{stroke:var(--accent-color);stroke-width:1.5;filter:drop-shadow(0 0 5px var(--accent-color))}.mobile-vein-red{stroke:var(--vein-color);stroke-width:2;filter:drop-shadow(0 0 4px var(--vein-color))}.tree-branch{position:relative;top:auto;left:auto;right:auto;transform:none;display:grid;place-items:center;width:auto}.tree-branch span{font-size:clamp(1.1rem,5vw,1.4rem);position:relative;z-index:1;margin-right:0}.tree-branch:hover span{color:var(--vein-color);transform:scale(1.05)}.vein-wrap{position:relative;width:110px;height:35px;animation:red-pulse 3s ease-in-out infinite;z-index:2;pointer-events:none}#branch1,#branch2,#branch3,#branch4{top:auto;left:auto;right:auto;transform:none}}@media (max-width: 480px){.container{padding:1rem}.ticker-item{font-size:clamp(1.2rem,5vw,2rem)}.showcase-grid{grid-template-columns:1fr}.info-page h2{font-size:1.5rem}.modal-body,.modal-view{padding-top:2.5rem}.chat-form{padding:.5rem}}
