.ProjectCard-module__KYLlta__container{width:100%;height:100%;color:var(--foreground);flex-direction:column;display:flex}.ProjectCard-module__KYLlta__header{justify-content:space-between;align-items:flex-start;display:flex}.ProjectCard-module__KYLlta__title{color:var(--foreground);font-size:1.25rem;font-weight:600}.ProjectCard-module__KYLlta__icons{align-items:center;gap:.5rem;display:flex}.ProjectCard-module__KYLlta__iconButton{cursor:pointer;margin-top:-.25rem;margin-right:-.25rem}.ProjectCard-module__KYLlta__content{min-height:0;color:var(--foreground);flex:1}.ProjectCard-module__KYLlta__descriptionWrapper{transition:all .3s ease-in-out;overflow:hidden}.ProjectCard-module__KYLlta__descriptionExpanded{opacity:1;max-height:24rem;margin-top:.5rem}.ProjectCard-module__KYLlta__descriptionCollapsed{opacity:0;max-height:0}.ProjectCard-module__KYLlta__descriptionInner{justify-content:flex-end;display:flex}.ProjectCard-module__KYLlta__description{color:var(--foreground);font-size:1.25rem;font-weight:300}.ProjectCard-module__KYLlta__dropdownArrow{cursor:pointer;color:var(--foreground);opacity:.7;transition:all .2s}.ProjectCard-module__KYLlta__dropdownArrow:hover{opacity:1}.ProjectCard-module__KYLlta__dropdownArrowExpanded{transform:rotate(180deg)}.ProjectCard-module__KYLlta__icon{color:var(--foreground);opacity:.7;cursor:pointer;transition:opacity .2s}.ProjectCard-module__KYLlta__icon:hover{opacity:1}
.Spinner-module__iQ9f2G__spinner{animation:linear infinite Spinner-module__iQ9f2G__spin;display:inline-block;position:relative}@keyframes Spinner-module__iQ9f2G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Spinner-module__iQ9f2G__line{color:currentColor;opacity:.8;font-family:monospace;font-size:14px;line-height:1;position:absolute}
.ServerStack-module__029PtG__serverStackContainer{flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;display:flex;position:relative}.ServerStack-module__029PtG__serverRectangle{--chassis-height:3em;--border-width:.25em;--font-size:48px;--dot-size:8px;width:13em;height:var(--chassis-height);border:var(--border-width)solid var(--foreground);background-color:var(--background);z-index:1;justify-content:start;align-items:center;display:flex;position:relative}.ServerStack-module__029PtG__serverRectangle:not(:first-child){margin-top:0;margin-left:0;margin-right:0}.ServerStack-module__029PtG__asteriskDotWrapper{align-items:left;gap:0;line-height:.5;display:flex}.ServerStack-module__029PtG__twinklingAsterisk{font-size:var(--font-size);font-family:var(--font-geist-mono),"SF Mono","Monaco","Menlo","Consolas",monospace;transform:translateY(calc(var(--font-size)*.2));animation:.4s infinite alternate ServerStack-module__029PtG__twinkle-odd}.ServerStack-module__029PtG__serverRectangle:nth-child(2n) .ServerStack-module__029PtG__twinklingAsterisk{animation-name:ServerStack-module__029PtG__twinkle-even}.ServerStack-module__029PtG__smallDot{width:var(--dot-size);height:var(--dot-size);background-color:var(--foreground);transform:translateY(calc(var(--font-size)*.15));border-radius:50%}@keyframes ServerStack-module__029PtG__twinkle-odd{0%{color:var(--foreground)}50%{color:var(--link-color)}to{color:var(--foreground)}}@keyframes ServerStack-module__029PtG__twinkle-even{0%{color:var(--link-color)}50%{color:var(--foreground)}to{color:var(--link-color)}}
.Wire-module__iK5IuW__wireContainer{--dot-size:15px;--signal-size:calc(var(--dot-size)*2.5);--clamp-size:16px;--font-baseline-offset:calc(var(--signal-size)*.25);align-items:center;gap:2px;padding:10px;display:flex}.Wire-module__iK5IuW__wireContainer.Wire-module__iK5IuW__compact{gap:1px;padding:2px}.Wire-module__iK5IuW__clamp{font-size:var(--clamp-size);color:var(--foreground);font-family:monospace;font-weight:700}.Wire-module__iK5IuW__wireDots{align-items:center;gap:3px;display:flex;position:relative}.Wire-module__iK5IuW__dotContainer{width:var(--dot-size);height:var(--dot-size);justify-content:center;align-items:center;display:flex;position:relative}.Wire-module__iK5IuW__wireDot{font-size:var(--dot-size);color:var(--foreground);z-index:1;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Wire-module__iK5IuW__discreteSignal{font-size:var(--signal-size);color:var(--link-color);line-height:1;font-family:var(--font-geist-mono),"SF Mono","Monaco","Menlo","Consolas",monospace;transform:translate(-50%,calc(-50% + var(--signal-size)*.17));opacity:0;z-index:2;animation:infinite Wire-module__iK5IuW__discreteFlow;position:absolute;top:50%;left:50%}@keyframes Wire-module__iK5IuW__discreteFlow{0%{opacity:0}.1%{opacity:1}5%{opacity:1}5.1%{opacity:0}to{opacity:0}}
.Window-module__h-r2xq__window{border:2px solid var(--border-outline);background-color:var(--background);flex-direction:column;width:100%;max-width:60rem;height:100%;display:flex}.Window-module__h-r2xq__header{border-bottom:2px solid var(--border-outline);background-color:var(--background);justify-content:space-between;align-items:center;gap:1.6rem;padding:.8rem 1.6rem;display:flex}.Window-module__h-r2xq__controls{color:var(--foreground);align-items:center;gap:.8rem;display:flex}.Window-module__h-r2xq__title{color:var(--foreground);letter-spacing:.2rem;white-space:nowrap;font-size:1.4rem;font-weight:700}.Window-module__h-r2xq__content{background-color:var(--background);flex-grow:1;padding:2rem;overflow:hidden}.Window-module__h-r2xq__lines{flex-direction:column;gap:.4rem;width:100%;display:flex}.Window-module__h-r2xq__line{background-color:var(--foreground);height:.2rem}.Window-module__h-r2xq__left_container,.Window-module__h-r2xq__right_container{flex-grow:1;align-items:center;gap:1.6rem;display:flex}.Window-module__h-r2xq__full_lines{flex-direction:column;flex-grow:1;gap:.4rem;width:100%;display:flex}
