.text-type{display:inline-block;position:relative}.text-type__content{display:inline}.text-type__cursor{display:inline-block;margin-left:2px;font-weight:700;color:#64ffda;animation:blink 1s infinite}.text-type__cursor--hidden{opacity:0}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.magnetLines-container{display:grid;grid-template-columns:repeat(var(--columns),1fr);grid-template-rows:repeat(var(--rows),1fr);justify-items:center;align-items:center;width:80vmin;height:80vmin}.magnetLines-container span{display:block;transform-origin:center;will-change:transform;transform:rotate(var(--rotate));opacity:.4;background-color:#fff!important}@media (max-width: 768px){.magnetLines-container,.magnet-lines-bg,.background-container{display:none!important}}.dock-outer{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:1000}.dock-panel{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;width:fit-content;gap:1rem;border-radius:1rem;background-color:#000c;border:1px solid rgba(255,255,255,.1);padding:.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;margin:0 auto}.dock-item{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer;outline:none;transition:all .3s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;width:50px;height:50px}.dock-item:hover{border-color:#64ffda4d;background-color:#64ffda1a}.dock-item.active{border-color:#64ffda80;background-color:#64ffda26}.dock-item.active .dock-icon{color:#64ffda}.dock-icon{display:flex;align-items:center;justify-content:center;color:#fff}.dock-label{position:absolute;top:-1.5rem;left:50%;width:fit-content;white-space:pre;border-radius:.375rem;border:1px solid rgba(255,255,255,.1);background-color:#000000e6;padding:.125rem .5rem;font-size:.75rem;color:#fff;transform:translate(-50%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media (max-width: 768px){.dock-outer{bottom:1rem;left:50%;transform:translate(-50%);width:100%;max-width:calc(100vw - 2rem);display:flex;justify-content:center}.dock-panel{bottom:1rem;left:50%;transform:translate(-50%);width:fit-content;max-width:calc(100vw - 2rem);gap:.5rem;padding:.25rem;position:fixed!important;z-index:1000!important;margin:0 auto!important;justify-content:center!important;align-items:center!important;min-height:60px}.dock-item{min-width:44px;min-height:44px;width:44px;height:44px;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;transition:all .2s ease}.dock-item:active{transform:scale(.95);background-color:#64ffda33}.dock-label{display:none}.dock-icon{font-size:1.2rem}}@media (max-width: 480px){.dock-outer{bottom:.75rem;max-width:calc(100vw - 1rem)}.dock-panel{width:fit-content;max-width:calc(100vw - 1rem);gap:.25rem;padding:.25rem;margin:0 auto!important;justify-content:center!important;align-items:center!important;bottom:.75rem}.dock-item{min-width:40px;min-height:40px;width:40px;height:40px}.dock-icon{font-size:1.1rem}}@media (max-width: 320px){.dock-panel{gap:.125rem;padding:.125rem}.dock-item{min-width:36px;min-height:36px;width:36px;height:36px}.dock-icon{font-size:1rem}}.card-spotlight{position:relative;border-radius:1.5rem;border:1px solid #222;background-color:#111;padding:2rem;overflow:hidden;--mouse-x: 50%;--mouse-y: 50%;--spotlight-color: rgba(255, 255, 255, .05)}.card-spotlight:before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}.card-spotlight>*{position:relative;z-index:2}.text-block{margin:0;max-width:800px;font-family:monospace;font-size:clamp(14px,4vw,32px);color:#fff;line-height:1.6}.text-block p{word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;white-space:normal;text-align:justify}.word{will-change:transform;display:inline-block;white-space:nowrap;margin-right:.2em}@media (max-width: 768px){.text-block,.text-block p{opacity:1!important;pointer-events:none!important}.word{opacity:1!important;pointer-events:none!important;transform:none!important}.text-block *{pointer-events:none!important;transform:none!important}}.loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;z-index:9999}.loader-content{text-align:center;color:#fff}.loader-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:3rem;color:#64ffda;letter-spacing:2px}.dots-container{display:flex;justify-content:center;gap:.5rem}.dot{width:12px;height:12px;background:#64ffda;border-radius:50%;box-shadow:0 0 20px #64ffda80}
