.ProjectGalleryCard-module__tX2AfW__card{border:2px solid var(--project-color,#525252);cursor:pointer;text-align:left;background:0 0;border-radius:0;flex-direction:column;justify-content:center;align-items:flex-start;height:100px;padding:1.25rem;transition:background-color .15s,border-color .15s;display:flex;overflow:hidden}.ProjectGalleryCard-module__tX2AfW__card:hover{background-color:var(--project-color,#525252)}.ProjectGalleryCard-module__tX2AfW__card:hover .ProjectGalleryCard-module__tX2AfW__name{color:#fff}.ProjectGalleryCard-module__tX2AfW__card:hover .ProjectGalleryCard-module__tX2AfW__tagline{color:#fffc}.ProjectGalleryCard-module__tX2AfW__name{font-family:var(--font-serif),"Times New Roman",serif;letter-spacing:.05em;color:#f9fafb;margin:0;font-size:1.25rem;font-weight:700;line-height:1.2;transition:color .15s}.ProjectGalleryCard-module__tX2AfW__tagline{font-family:var(--font-mono),"Courier New",monospace;color:#737373;letter-spacing:.02em;margin-top:.5rem;font-size:.7rem;transition:color .15s}
.ProjectsSection-module__6HTo1G__gallery{grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1.5rem 0;display:grid}@media (max-width:768px){.ProjectsSection-module__6HTo1G__gallery{grid-template-columns:1fr}}
.AboutButton-module__whHmwa__button{cursor:pointer;background:0 0;border:1px solid #333;border-radius:0;flex:1;margin-top:1.5rem;padding:.75rem 1rem;transition:border-color .15s,color .15s}.AboutButton-module__whHmwa__button:hover{border-color:#525252}.AboutButton-module__whHmwa__button:hover .AboutButton-module__whHmwa__label{color:#a3a3a3}.AboutButton-module__whHmwa__label{font-family:var(--font-mono),"Courier New",monospace;letter-spacing:.1em;color:#525252;text-transform:uppercase;font-size:.7rem;transition:color .15s}
.CardContent-module__B7JX9W__name{font-family:var(--font-serif),"Times New Roman",serif;letter-spacing:.02em;color:#f9fafb;margin:0;padding:0;font-size:1.75rem;font-weight:700}.CardContent-module__B7JX9W__tagline{font-family:var(--font-mono),"Courier New",monospace;color:#737373;letter-spacing:.05em;margin:.25rem 0 0;padding:0;font-size:.85rem}.CardContent-module__B7JX9W__contact{font-family:var(--font-mono),"Courier New",monospace;color:#525252;text-align:center;letter-spacing:.02em;margin-top:1rem;font-size:.75rem;text-decoration:none;transition:color .15s;display:block}.CardContent-module__B7JX9W__contact:hover{color:#a3a3a3}.CardContent-module__B7JX9W__bottomButtons{gap:.5rem;margin-top:1.5rem;display:flex}
.ProjectDetail-module__OvPKLG__container{width:100%;animation:.3s ease-out ProjectDetail-module__OvPKLG__slideIn}@keyframes ProjectDetail-module__OvPKLG__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProjectDetail-module__OvPKLG__backButton{color:#737373;font-family:var(--font-mono),"Courier New",monospace;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0;font-size:.8rem;transition:color .15s;display:flex}.ProjectDetail-module__OvPKLG__backButton:hover{color:#a3a3a3}.ProjectDetail-module__OvPKLG__backButton svg{margin:0;position:static}.ProjectDetail-module__OvPKLG__header{margin-bottom:2rem}.ProjectDetail-module__OvPKLG__title{font-family:var(--font-serif),"Times New Roman",serif;color:#f9fafb;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.ProjectDetail-module__OvPKLG__description{font-family:var(--font-mono),"Courier New",monospace;color:#a3a3a3;white-space:pre-line;margin:0;font-size:.85rem;line-height:1.6}.ProjectDetail-module__OvPKLG__sections{margin-top:1.5rem}.ProjectDetail-module__OvPKLG__section{margin-bottom:1.25rem}.ProjectDetail-module__OvPKLG__sectionHeading{font-family:var(--font-serif),"Times New Roman",serif;color:#e5e5e5;margin:0 0 .5rem;font-size:.95rem;font-weight:700}.ProjectDetail-module__OvPKLG__sectionText{font-family:var(--font-mono),"Courier New",monospace;color:#737373;margin:0;font-size:.8rem;line-height:1.6}.ProjectDetail-module__OvPKLG__sectionList{margin:0;padding-left:1.25rem;list-style-type:disc}.ProjectDetail-module__OvPKLG__sectionListItem{font-family:var(--font-mono),"Courier New",monospace;color:#737373;font-size:.8rem;line-height:1.8}.ProjectDetail-module__OvPKLG__links{margin-top:1.5rem}.ProjectDetail-module__OvPKLG__linksTitle{font-family:var(--font-mono),"Courier New",monospace;color:#737373;margin:0 0 1rem;font-size:.85rem;font-weight:500}.ProjectDetail-module__OvPKLG__linkGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-auto-rows:1fr;gap:.75rem;display:grid}.ProjectDetail-module__OvPKLG__link{color:#d4d4d4;font-family:var(--font-mono),"Courier New",monospace;background:#171717;border:1px solid #262626;border-radius:0;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.8rem;text-decoration:none;transition:all .2s;display:flex}.ProjectDetail-module__OvPKLG__link:hover{color:#f5f5f5;background:#262626;border-color:#404040}.ProjectDetail-module__OvPKLG__link span{font-weight:500}.ProjectDetail-module__OvPKLG__link.ProjectDetail-module__OvPKLG__disabled{opacity:.5;cursor:default}.ProjectDetail-module__OvPKLG__link.ProjectDetail-module__OvPKLG__disabled:hover{background:#171717;border-color:#262626;transform:none}.ProjectDetail-module__OvPKLG__link svg{transform:translateY(-3px)}@media (max-width:768px){.ProjectDetail-module__OvPKLG__linkGrid{grid-template-columns:1fr}.ProjectDetail-module__OvPKLG__title{font-size:1.3rem}.ProjectDetail-module__OvPKLG__description{font-size:.8rem}.ProjectDetail-module__OvPKLG__sectionHeading{font-size:.9rem}.ProjectDetail-module__OvPKLG__sectionText,.ProjectDetail-module__OvPKLG__sectionListItem{font-size:.75rem}}
.AboutDetail-module__JpO3CG__container{width:100%;animation:.3s ease-out AboutDetail-module__JpO3CG__slideIn}@keyframes AboutDetail-module__JpO3CG__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AboutDetail-module__JpO3CG__backButton{color:#737373;font-family:var(--font-mono),"Courier New",monospace;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0;font-size:.8rem;transition:color .15s;display:flex}.AboutDetail-module__JpO3CG__backButton:hover{color:#a3a3a3}.AboutDetail-module__JpO3CG__backButton svg{margin:0;position:static}.AboutDetail-module__JpO3CG__section{margin-bottom:1.5rem}.AboutDetail-module__JpO3CG__heading{font-family:var(--font-serif),"Times New Roman",serif;color:#e5e5e5;margin:0 0 .5rem;font-size:1rem;font-weight:700}.AboutDetail-module__JpO3CG__text{font-family:var(--font-mono),"Courier New",monospace;color:#737373;margin:0;font-size:.8rem;line-height:1.6}.AboutDetail-module__JpO3CG__experience{flex-direction:column;gap:.25rem;display:flex}.AboutDetail-module__JpO3CG__company{font-family:var(--font-mono),"Courier New",monospace;color:#a3a3a3;font-size:.8rem}.AboutDetail-module__JpO3CG__years{color:#525252;margin-left:.5rem}.AboutDetail-module__JpO3CG__links{flex-direction:column;gap:.5rem;display:flex}.AboutDetail-module__JpO3CG__link{font-family:var(--font-mono),"Courier New",monospace;color:#737373;align-items:center;gap:.5rem;font-size:.8rem;text-decoration:none;transition:color .15s;display:flex}.AboutDetail-module__JpO3CG__link:hover{color:#a3a3a3}.AboutDetail-module__JpO3CG__link svg{flex-shrink:0;margin:0;position:static}
.VerticalSidebar-module__uT2Xla__sidebar{border-right:1px solid #262626;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:2.5rem;padding:.75rem 0;text-decoration:none;display:flex;overflow:visible}.VerticalSidebar-module__uT2Xla__clickable{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .15s}.VerticalSidebar-module__uT2Xla__clickable:hover{border-color:#404040}.VerticalSidebar-module__uT2Xla__clickable:hover .VerticalSidebar-module__uT2Xla__logo{opacity:.9}.VerticalSidebar-module__uT2Xla__clickable:hover .VerticalSidebar-module__uT2Xla__brandText{color:#a3a3a3}.VerticalSidebar-module__uT2Xla__logo{filter:invert();opacity:.7;transition:opacity .15s}.VerticalSidebar-module__uT2Xla__brandText{font-family:var(--font-mono),"Courier New",monospace;letter-spacing:.15em;color:#525252;writing-mode:vertical-rl;text-orientation:mixed;white-space:nowrap;font-size:.6rem;font-weight:500;transition:color .15s;transform:rotate(180deg)}.VerticalSidebar-module__uT2Xla__graph{top:unset;flex-shrink:0;margin:0;position:static;overflow:visible}@media (max-width:768px){.VerticalSidebar-module__uT2Xla__sidebar{width:2rem;padding:1rem 0}.VerticalSidebar-module__uT2Xla__logo{width:14px;height:14px}.VerticalSidebar-module__uT2Xla__brandText{font-size:.5rem}}
.Copyright-module__VWuHvG__copyright{font-family:var(--font-mono),"Courier New",monospace;color:#404040;text-align:center;letter-spacing:.05em;padding:3rem 1rem;font-size:.7rem}.Copyright-module__VWuHvG__fixed{font-family:var(--font-mono),"Courier New",monospace;color:#ffffff80;text-align:center;letter-spacing:.05em;padding:1rem;font-size:.7rem;position:fixed;bottom:0;left:0;right:0}
.FloatingCard-module__PaXm5W__card{color:#fff;background-color:#0a0a0a;border:1px solid #262626;border-radius:0;width:600px;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0006}.FloatingCard-module__PaXm5W__main{flex:1;min-width:0;padding:2em}.FloatingCard-module__PaXm5W__content{transition:height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.FloatingCard-module__PaXm5W__projectView,.FloatingCard-module__PaXm5W__mainView{animation:.3s ease-out FloatingCard-module__PaXm5W__fadeIn}@keyframes FloatingCard-module__PaXm5W__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.FloatingCard-module__PaXm5W__cardNavigating{z-index:10;border:none;border-radius:0;width:100vw;position:fixed;top:0!important;left:0!important;transform:none!important}.FloatingCard-module__PaXm5W__contentFading{opacity:0;transition:opacity .3s ease-out}@media screen and (max-width:768px){.FloatingCard-module__PaXm5W__card{width:100%;max-width:100%;box-shadow:none;z-index:1;border-left:none;border-right:none;border-radius:0}.FloatingCard-module__PaXm5W__main{padding:1.5rem}.FloatingCard-module__PaXm5W__content{overflow-y:auto}}
.Blog-module__f2qemW__wrapper{background:#0a0a0a;display:flex;position:fixed;inset:0}.Blog-module__f2qemW__sidebar{z-index:10;display:flex;position:fixed;top:0;bottom:0;left:0}.Blog-module__f2qemW__container{scrollbar-width:none;flex:1;padding:3rem 4rem;overflow-y:auto}.Blog-module__f2qemW__container::-webkit-scrollbar{display:none}.Blog-module__f2qemW__content{max-width:640px;margin:0 auto}.Blog-module__f2qemW__header{margin-bottom:3rem}.Blog-module__f2qemW__title{font-family:var(--font-serif),"Times New Roman",serif;color:#e5e5e5;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:2.5rem;font-weight:700}.Blog-module__f2qemW__subtitle{font-family:var(--font-mono),"Courier New",monospace;color:#404040;letter-spacing:.1em;text-transform:uppercase;margin:.5rem 0 0;font-size:.75rem}.Blog-module__f2qemW__backLink{font-family:var(--font-mono),"Courier New",monospace;color:#737373;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.8rem;text-decoration:none;transition:color .15s;display:inline-flex}.Blog-module__f2qemW__backLink span{transform:translateY(2px)}.Blog-module__f2qemW__backLink:hover{color:#a3a3a3}.Blog-module__f2qemW__posts{margin-top:2rem}.Blog-module__f2qemW__postList{flex-direction:column;gap:0;display:flex}.Blog-module__f2qemW__empty{font-family:var(--font-mono),"Courier New",monospace;color:#525252;font-size:.8rem}.Blog-module__f2qemW__markdown{font-family:var(--font-mono),"Courier New",monospace;color:#737373;font-size:.8rem;line-height:1.8}.Blog-module__f2qemW__markdown h1{font-family:var(--font-serif),"Times New Roman",serif;color:#d4d4d4;text-transform:uppercase;letter-spacing:.02em;margin:3rem 0 1rem;font-size:1.5rem;font-weight:700}.Blog-module__f2qemW__markdown h1:first-child{display:none}.Blog-module__f2qemW__markdown h2{font-family:var(--font-serif),"Times New Roman",serif;color:#a3a3a3;text-transform:uppercase;letter-spacing:.02em;margin:2.5rem 0 .75rem;font-size:1.1rem;font-weight:700}.Blog-module__f2qemW__markdown h3{font-family:var(--font-mono),"Courier New",monospace;color:#737373;text-transform:uppercase;letter-spacing:.05em;margin:2rem 0 .5rem;font-size:.85rem;font-weight:500}.Blog-module__f2qemW__markdown h4{font-family:var(--font-mono),"Courier New",monospace;color:#737373;margin:1.5rem 0 .5rem;font-size:.8rem;font-weight:500}.Blog-module__f2qemW__markdown h5{font-family:var(--font-mono),"Courier New",monospace;color:#525252;margin:1.25rem 0 .5rem;font-size:.75rem;font-weight:500}.Blog-module__f2qemW__markdown h6{font-family:var(--font-mono),"Courier New",monospace;color:#525252;margin:1rem 0 .5rem;font-size:.7rem;font-weight:500}.Blog-module__f2qemW__markdown p{margin:1.25rem 0}.Blog-module__f2qemW__markdown ul{margin:1.25rem 0;padding-left:1.25rem;list-style-type:disc}.Blog-module__f2qemW__markdown ol{margin:1.25rem 0;padding-left:1.25rem;list-style-type:decimal}.Blog-module__f2qemW__markdown li{margin:.75rem 0;display:list-item}.Blog-module__f2qemW__markdown li::marker{color:#404040}.Blog-module__f2qemW__markdown strong{color:#a3a3a3;font-weight:500}.Blog-module__f2qemW__markdown code{font-family:var(--font-mono),"Courier New",monospace;color:#a3a3a3;background:#171717;padding:.15rem .4rem;font-size:.75rem}.Blog-module__f2qemW__markdown pre{background:#171717;border:1px solid #262626;margin:1.5rem 0;padding:1rem;overflow-x:auto}.Blog-module__f2qemW__markdown pre code{background:0 0;padding:0}.Blog-module__f2qemW__markdown a{color:#525252;border-bottom:1px solid #333;text-decoration:none;transition:color .15s,border-color .15s}.Blog-module__f2qemW__markdown a:hover{color:#a3a3a3;border-color:#525252}.Blog-module__f2qemW__markdown blockquote{color:#525252;border-left:2px solid #262626;margin:1.5rem 0;padding-left:1rem}.Blog-module__f2qemW__markdown hr{border:none;border-top:1px solid #262626;margin:2rem 0}.Blog-module__f2qemW__markdown del{color:#525252;text-decoration:line-through}.Blog-module__f2qemW__markdown table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.75rem}.Blog-module__f2qemW__markdown th,.Blog-module__f2qemW__markdown td{border:1px solid #262626;padding:.5rem .75rem}.Blog-module__f2qemW__markdown th{color:#a3a3a3;text-transform:uppercase;letter-spacing:.05em;background:#171717;font-weight:500}.Blog-module__f2qemW__markdown td{color:#737373}.Blog-module__f2qemW__markdown input[type=checkbox]{appearance:none;vertical-align:middle;border:1px solid #404040;border-radius:2px;width:.9em;height:.9em;margin-right:.5em;position:relative;top:-1px}.Blog-module__f2qemW__markdown input[type=checkbox]:checked{background:#404040;border-color:#404040}.Blog-module__f2qemW__markdown input[type=checkbox]:checked:after{content:"";border:1.5px solid #a3a3a3;border-width:0 1.5px 1.5px 0;width:4px;height:7px;position:absolute;top:0;left:2px;transform:rotate(45deg)}.Blog-module__f2qemW__markdown sup{font-size:.7em}.Blog-module__f2qemW__markdown sup a{border-bottom:none}.Blog-module__f2qemW__markdown .Blog-module__f2qemW__footnotes{border-top:1px solid #262626;margin-top:3rem;padding-top:1rem;font-size:.75rem}.Blog-module__f2qemW__postCard{border-bottom:1px solid #1a1a1a;padding:1.25rem 0;text-decoration:none;transition:padding-left .15s;display:block}.Blog-module__f2qemW__postCard:first-child{border-top:1px solid #1a1a1a}.Blog-module__f2qemW__postCard:hover{padding-left:.5rem}.Blog-module__f2qemW__postCard:hover .Blog-module__f2qemW__postTitle{color:#f5f5f5}.Blog-module__f2qemW__postTitle{font-family:var(--font-serif),"Times New Roman",serif;color:#a3a3a3;margin:0 0 .25rem;font-size:1.25rem;font-weight:700;transition:color .15s}.Blog-module__f2qemW__postDate{font-family:var(--font-mono),"Courier New",monospace;color:#404040;letter-spacing:.05em;margin:0 0 .5rem;font-size:.7rem}.Blog-module__f2qemW__postExcerpt{font-family:var(--font-mono),"Courier New",monospace;color:#525252;margin:0;font-size:.75rem;line-height:1.6}.Blog-module__f2qemW__postInfo{flex:1}.Blog-module__f2qemW__postCoverImage{aspect-ratio:16/9;width:100%;margin-bottom:.75rem;position:relative;overflow:hidden}.Blog-module__f2qemW__postCoverImage img{object-fit:cover;filter:grayscale();opacity:.7;transition:filter .3s,opacity .3s}.Blog-module__f2qemW__postCard:hover .Blog-module__f2qemW__postCoverImage img{filter:grayscale(0%);opacity:1}.Blog-module__f2qemW__postDescription{font-family:var(--font-mono),"Courier New",monospace;color:#525252;margin:.5rem 0 0;font-size:.75rem;line-height:1.6}.Blog-module__f2qemW__postTags{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.Blog-module__f2qemW__tag{font-family:var(--font-mono),"Courier New",monospace;color:#525252;text-transform:uppercase;letter-spacing:.1em;background:#171717;border:1px solid #262626;padding:.25rem .5rem;font-size:.6rem}.Blog-module__f2qemW__postDateHeader{font-family:var(--font-mono),"Courier New",monospace;color:#404040;letter-spacing:.05em;margin-top:.5rem;font-size:.75rem;display:block}.Blog-module__f2qemW__postTagsHeader{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.Blog-module__f2qemW__coverImage{aspect-ratio:16/9;width:100%;margin-bottom:2rem;position:relative;overflow:hidden}.Blog-module__f2qemW__coverImage img{object-fit:cover}.Blog-module__f2qemW__rssSidebar{box-sizing:border-box;z-index:10;cursor:pointer;-webkit-tap-highlight-color:transparent;border-left:1px solid #262626;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;width:2.5rem;padding:.75rem 0 .75rem .6rem;text-decoration:none;transition:border-color .15s;display:flex;position:fixed;top:0;bottom:0;right:0}.Blog-module__f2qemW__rssSidebar:hover{border-color:#404040}.Blog-module__f2qemW__rssSidebar:hover .Blog-module__f2qemW__rssLink{color:#a3a3a3}.Blog-module__f2qemW__rssIcon{color:#525252;flex-shrink:0;width:12px;height:12px;transition:color .15s;transform:rotate(90deg)}.Blog-module__f2qemW__rssSidebar:hover .Blog-module__f2qemW__rssIcon{color:#a3a3a3}.Blog-module__f2qemW__rssLink{font-family:var(--font-mono),"Courier New",monospace;letter-spacing:.15em;color:#525252;writing-mode:vertical-rl;text-orientation:mixed;white-space:nowrap;font-size:.6rem;font-weight:500;transition:color .15s}@media (max-width:768px){.Blog-module__f2qemW__container{padding:2rem 3.5rem}.Blog-module__f2qemW__title{font-size:2rem}.Blog-module__f2qemW__rssSidebar{width:2rem}.Blog-module__f2qemW__rssIcon{width:10px;height:10px}.Blog-module__f2qemW__rssLink{font-size:.5rem}}
.Homepage-module__o8Voba__projectBackground,.Homepage-module__o8Voba__defaultBackground{z-index:0;width:100%;height:100%;transition:opacity .6s ease-in-out;position:fixed;top:0;left:0}.Homepage-module__o8Voba__visible{opacity:1}.Homepage-module__o8Voba__hidden{opacity:0;pointer-events:none}
.Markdown-module__3lFDLG__wrapper{overscroll-behavior:none;background:#0a0a0a;width:100%;height:100%;display:flex;position:fixed;inset:0;overflow:hidden}.Markdown-module__3lFDLG__sidebar{z-index:10;overscroll-behavior:none;display:flex;position:fixed;top:0;bottom:0;left:0}.Markdown-module__3lFDLG__container{overscroll-behavior:none;flex-direction:column;flex:1;padding:3rem 4rem;display:flex;overflow:hidden}.Markdown-module__3lFDLG__inner{overscroll-behavior:none;flex-direction:column;flex:1;width:100%;max-width:640px;min-height:0;margin:0 auto;display:flex}.Markdown-module__3lFDLG__header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Markdown-module__3lFDLG__title{font-family:var(--font-serif),"Times New Roman",serif;color:#e5e5e5;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:2.5rem;font-weight:700}.Markdown-module__3lFDLG__subtitle{font-family:var(--font-mono),"Courier New",monospace;color:#404040;letter-spacing:.1em;text-transform:uppercase;margin:.5rem 0 0;font-size:.75rem}.Markdown-module__3lFDLG__controls{align-items:center;gap:1rem;display:flex}.Markdown-module__3lFDLG__controlButton{font-family:var(--font-mono),"Courier New",monospace;letter-spacing:.1em;text-transform:uppercase;color:#525252;cursor:pointer;background:0 0;border:1px solid #262626;justify-content:center;align-items:center;gap:.4rem;height:1.75rem;padding:0 .75rem;font-size:.7rem;font-weight:500;line-height:1;transition:color .15s,border-color .15s;display:flex}.Markdown-module__3lFDLG__controlButton svg{flex-shrink:0;width:14px;height:14px;margin:auto;display:block;position:relative;top:-1px}.Markdown-module__3lFDLG__sideBySideButton svg{top:0}.Markdown-module__3lFDLG__controlButton:hover,.Markdown-module__3lFDLG__controlButton.Markdown-module__3lFDLG__active{color:#a3a3a3;border-color:#404040}.Markdown-module__3lFDLG__editorContainer{overscroll-behavior:none;touch-action:pan-y;flex:1;position:relative;overflow:hidden}.Markdown-module__3lFDLG__editorWrapper{position:absolute;inset:0;overflow:hidden}.Markdown-module__3lFDLG__editorWrapper:before,.Markdown-module__3lFDLG__editorWrapper:after{content:"";height:var(--fade-height,40%);pointer-events:none;z-index:1;position:absolute;left:0;right:0}.Markdown-module__3lFDLG__editorWrapper:before{background:linear-gradient(#0a0a0a 0%,#0000 100%);top:0}.Markdown-module__3lFDLG__editorWrapper:after{background:linear-gradient(#0000 0%,#0a0a0a 100%);bottom:0}.Markdown-module__3lFDLG__textarea{resize:none;width:100%;height:100%;font-family:var(--font-mono),"Courier New",monospace;color:#737373;box-sizing:border-box;scrollbar-width:none;overscroll-behavior:contain;background:0 0;border:none;outline:none;padding:0;font-size:.9rem;line-height:1.8;overflow-y:scroll}.Markdown-module__3lFDLG__textarea::-webkit-scrollbar{display:none}.Markdown-module__3lFDLG__textarea::placeholder{color:#404040}.Markdown-module__3lFDLG__codemirror{width:100%;height:100%;position:relative}.Markdown-module__3lFDLG__preview{scrollbar-width:none;overscroll-behavior:contain;padding:2rem 1rem 2rem 0;position:absolute;inset:0;overflow:hidden auto}.Markdown-module__3lFDLG__preview::-webkit-scrollbar{display:none}.Markdown-module__3lFDLG__markdown{font-family:var(--font-mono),"Courier New",monospace;color:#737373;font-size:.8rem;line-height:1.8}.Markdown-module__3lFDLG__markdown h1{font-family:var(--font-serif),"Times New Roman",serif;color:#d4d4d4;text-transform:uppercase;letter-spacing:.02em;margin:3rem 0 1rem;font-size:1.5rem;font-weight:700}.Markdown-module__3lFDLG__markdown h1:first-child{margin-top:0}.Markdown-module__3lFDLG__markdown h2{font-family:var(--font-serif),"Times New Roman",serif;color:#a3a3a3;text-transform:uppercase;letter-spacing:.02em;margin:2.5rem 0 .75rem;font-size:1.1rem;font-weight:700}.Markdown-module__3lFDLG__markdown h3{font-family:var(--font-mono),"Courier New",monospace;color:#737373;text-transform:uppercase;letter-spacing:.05em;margin:2rem 0 .5rem;font-size:.85rem;font-weight:500}.Markdown-module__3lFDLG__markdown h4{font-family:var(--font-mono),"Courier New",monospace;color:#737373;margin:1.5rem 0 .5rem;font-size:.8rem;font-weight:500}.Markdown-module__3lFDLG__markdown h5{font-family:var(--font-mono),"Courier New",monospace;color:#525252;margin:1.25rem 0 .5rem;font-size:.75rem;font-weight:500}.Markdown-module__3lFDLG__markdown h6{font-family:var(--font-mono),"Courier New",monospace;color:#525252;margin:1rem 0 .5rem;font-size:.7rem;font-weight:500}.Markdown-module__3lFDLG__markdown p{margin:1.25rem 0}.Markdown-module__3lFDLG__markdown ul{margin:1.25rem 0;padding-left:1.25rem;list-style-type:disc}.Markdown-module__3lFDLG__markdown ol{margin:1.25rem 0;padding-left:1.5rem;list-style-type:decimal;list-style-position:outside}.Markdown-module__3lFDLG__markdown li{margin:.75rem 0;display:list-item}.Markdown-module__3lFDLG__markdown li::marker{color:#404040}.Markdown-module__3lFDLG__markdown li:has(>input[type=checkbox]){margin-left:-1.25rem;list-style:none}.Markdown-module__3lFDLG__markdown strong{color:#a3a3a3;font-weight:500}.Markdown-module__3lFDLG__markdown code{font-family:var(--font-mono),"Courier New",monospace;color:#a3a3a3;background:#171717;padding:.15rem .4rem;font-size:.75rem}.Markdown-module__3lFDLG__markdown pre{background:#171717;border:1px solid #262626;margin:1.5rem 0;padding:1rem;overflow-x:auto}.Markdown-module__3lFDLG__markdown pre code{background:0 0;padding:0}.Markdown-module__3lFDLG__markdown a{color:#525252;border-bottom:1px solid #333;text-decoration:none;transition:color .15s,border-color .15s}.Markdown-module__3lFDLG__markdown a:hover{color:#a3a3a3;border-color:#525252}.Markdown-module__3lFDLG__markdown blockquote{color:#525252;border-left:2px solid #262626;margin:1.5rem 0;padding-left:1rem}.Markdown-module__3lFDLG__markdown hr{border:none;border-top:1px solid #262626;margin:2rem 0}.Markdown-module__3lFDLG__markdown del{color:#525252;text-decoration:line-through}.Markdown-module__3lFDLG__markdown table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.75rem}.Markdown-module__3lFDLG__markdown th,.Markdown-module__3lFDLG__markdown td{border:1px solid #262626;padding:.5rem .75rem}.Markdown-module__3lFDLG__markdown th{color:#a3a3a3;text-transform:uppercase;letter-spacing:.05em;background:#171717;font-weight:500}.Markdown-module__3lFDLG__markdown td{color:#737373}.Markdown-module__3lFDLG__markdown input[type=checkbox]{appearance:none;vertical-align:middle;border:1px solid #404040;border-radius:2px;width:.9em;height:.9em;margin-right:.5em;position:relative;top:-1px}.Markdown-module__3lFDLG__markdown input[type=checkbox]:checked{background:#404040;border-color:#404040}.Markdown-module__3lFDLG__markdown input[type=checkbox]:checked:after{content:"";border:1.5px solid #a3a3a3;border-width:0 1.5px 1.5px 0;width:4px;height:7px;position:absolute;top:0;left:2px;transform:rotate(45deg)}.Markdown-module__3lFDLG__markdown sup{font-size:.7em}.Markdown-module__3lFDLG__markdown sup a{border-bottom:none}.Markdown-module__3lFDLG__markdown .Markdown-module__3lFDLG__footnotes{border-top:1px solid #262626;margin-top:3rem;padding-top:1rem;font-size:.75rem}.Markdown-module__3lFDLG__splitContainer{gap:2rem;width:calc(100vw - 10.5rem);margin-left:calc(320px - 50vw + 5.25rem);display:flex}.Markdown-module__3lFDLG__editorPane,.Markdown-module__3lFDLG__previewPane{flex:1;min-width:0;position:relative;overflow:hidden}.Markdown-module__3lFDLG__editorPane .Markdown-module__3lFDLG__editorWrapper,.Markdown-module__3lFDLG__previewPane .Markdown-module__3lFDLG__preview{position:absolute;inset:0}@media (max-width:1200px){.Markdown-module__3lFDLG__sideBySideButton{display:none}}.Markdown-module__3lFDLG__mobileFooter{flex-shrink:0;display:none}.Markdown-module__3lFDLG__desktopFooter{display:block}.Markdown-module__3lFDLG__mobileFooter>div{padding:.25rem 0}@media (max-width:768px){.Markdown-module__3lFDLG__mobileFooter{display:block}.Markdown-module__3lFDLG__desktopFooter{display:none}.Markdown-module__3lFDLG__container{padding:1.5rem 3.5rem}.Markdown-module__3lFDLG__title{font-size:2rem}.Markdown-module__3lFDLG__controls{gap:.5rem}.Markdown-module__3lFDLG__controlButton{padding:.4rem .5rem;font-size:.6rem}.Markdown-module__3lFDLG__textarea{font-size:.85rem}}
.PrivacyPolicy-module__S6fZBG__wrapper{background:#0a0a0a;display:flex;position:fixed;inset:0}.PrivacyPolicy-module__S6fZBG__sidebar{z-index:10;display:flex;position:fixed;top:0;bottom:0;left:0}.PrivacyPolicy-module__S6fZBG__container{scrollbar-width:none;flex:1;padding:3rem 1rem 3rem 4rem;overflow-y:auto}.PrivacyPolicy-module__S6fZBG__container::-webkit-scrollbar{display:none}.PrivacyPolicy-module__S6fZBG__content{max-width:640px;margin:0 auto}.PrivacyPolicy-module__S6fZBG__header{margin-bottom:3rem}.PrivacyPolicy-module__S6fZBG__backLink{font-family:var(--font-mono),"Courier New",monospace;color:#737373;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.8rem;text-decoration:none;transition:color .15s;display:inline-flex}.PrivacyPolicy-module__S6fZBG__backLink span{transform:translateY(2px)}.PrivacyPolicy-module__S6fZBG__backLink:hover{color:#a3a3a3}.PrivacyPolicy-module__S6fZBG__title{font-family:var(--font-serif),"Times New Roman",serif;color:#e5e5e5;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:2.5rem;font-weight:700}.PrivacyPolicy-module__S6fZBG__subtitle{font-family:var(--font-mono),"Courier New",monospace;color:#404040;letter-spacing:.1em;text-transform:uppercase;margin:.5rem 0 0;font-size:.75rem}.PrivacyPolicy-module__S6fZBG__markdown{font-family:var(--font-mono),"Courier New",monospace;color:#737373;font-size:.8rem;line-height:1.8}.PrivacyPolicy-module__S6fZBG__markdown h1{font-family:var(--font-serif),"Times New Roman",serif;color:#d4d4d4;text-transform:uppercase;letter-spacing:.02em;margin:3rem 0 1rem;font-size:1.5rem;font-weight:700}.PrivacyPolicy-module__S6fZBG__markdown h1:first-child{margin-top:0}.PrivacyPolicy-module__S6fZBG__markdown h2{font-family:var(--font-serif),"Times New Roman",serif;color:#a3a3a3;text-transform:uppercase;letter-spacing:.02em;margin:2.5rem 0 .75rem;font-size:1.1rem;font-weight:700}.PrivacyPolicy-module__S6fZBG__markdown h3{font-family:var(--font-mono),"Courier New",monospace;color:#737373;text-transform:uppercase;letter-spacing:.05em;margin:2rem 0 .5rem;font-size:.85rem;font-weight:500}.PrivacyPolicy-module__S6fZBG__markdown h4{font-family:var(--font-mono),"Courier New",monospace;color:#737373;margin:1.5rem 0 .5rem;font-size:.8rem;font-weight:500}.PrivacyPolicy-module__S6fZBG__markdown h5{font-family:var(--font-mono),"Courier New",monospace;color:#525252;margin:1.25rem 0 .5rem;font-size:.75rem;font-weight:500}.PrivacyPolicy-module__S6fZBG__markdown h6{font-family:var(--font-mono),"Courier New",monospace;color:#525252;margin:1rem 0 .5rem;font-size:.7rem;font-weight:500}.PrivacyPolicy-module__S6fZBG__markdown p{margin:1.25rem 0}.PrivacyPolicy-module__S6fZBG__markdown ul{margin:1.25rem 0;padding-left:1.25rem;list-style-type:disc}.PrivacyPolicy-module__S6fZBG__markdown ol{margin:1.25rem 0;padding-left:1.25rem;list-style-type:decimal}.PrivacyPolicy-module__S6fZBG__markdown li{margin:.75rem 0;display:list-item}.PrivacyPolicy-module__S6fZBG__markdown li::marker{color:#404040}.PrivacyPolicy-module__S6fZBG__markdown strong{color:#a3a3a3;font-weight:500}.PrivacyPolicy-module__S6fZBG__markdown hr{background:#262626;border:none;height:1px;margin:3rem 0}.PrivacyPolicy-module__S6fZBG__markdown table{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.75rem}.PrivacyPolicy-module__S6fZBG__markdown th,.PrivacyPolicy-module__S6fZBG__markdown td{border-bottom:1px solid #262626;padding:.75rem}.PrivacyPolicy-module__S6fZBG__markdown th{color:#a3a3a3;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}.PrivacyPolicy-module__S6fZBG__markdown tbody tr:hover{background-color:#0a0a0a}.PrivacyPolicy-module__S6fZBG__markdown a{color:#525252;border-bottom:1px solid #333;text-decoration:none;transition:color .15s,border-color .15s}.PrivacyPolicy-module__S6fZBG__markdown a:hover{color:#a3a3a3;border-color:#525252}.PrivacyPolicy-module__S6fZBG__markdown code{font-family:var(--font-mono),"Courier New",monospace;color:#a3a3a3;background:#171717;padding:.15rem .4rem;font-size:.75rem}.PrivacyPolicy-module__S6fZBG__markdown blockquote{color:#525252;border-left:2px solid #262626;margin:1.5rem 0;padding-left:1rem;font-style:italic}.PrivacyPolicy-module__S6fZBG__policyList{margin-top:2rem}.PrivacyPolicy-module__S6fZBG__noPolicies{color:#404040;font-family:var(--font-mono),"Courier New",monospace;font-size:.8rem}.PrivacyPolicy-module__S6fZBG__policyGrid{flex-direction:column;gap:0;display:flex}.PrivacyPolicy-module__S6fZBG__policyCard{border-bottom:1px solid #1a1a1a;padding:1.25rem 0;text-decoration:none;transition:padding-left .15s;display:block}.PrivacyPolicy-module__S6fZBG__policyCard:first-child{border-top:1px solid #1a1a1a}.PrivacyPolicy-module__S6fZBG__policyCard:hover{padding-left:.5rem}.PrivacyPolicy-module__S6fZBG__policyCard:hover .PrivacyPolicy-module__S6fZBG__policyName{color:#f5f5f5}.PrivacyPolicy-module__S6fZBG__policyName{font-family:var(--font-serif),"Times New Roman",serif;color:#a3a3a3;margin:0 0 .25rem;font-size:1.25rem;font-weight:700;transition:color .15s}.PrivacyPolicy-module__S6fZBG__policyDescription{font-family:var(--font-mono),"Courier New",monospace;color:#404040;margin:0;font-size:.75rem}@media (max-width:768px){.PrivacyPolicy-module__S6fZBG__container{padding:2rem 1.5rem 2rem 3.5rem}.PrivacyPolicy-module__S6fZBG__title{font-size:2rem}.PrivacyPolicy-module__S6fZBG__markdown{font-size:.75rem}.PrivacyPolicy-module__S6fZBG__markdown h1{font-size:1.25rem}.PrivacyPolicy-module__S6fZBG__markdown h2{font-size:1rem}}
.QR-module__Z0bo8q__wrapper{background:#000;display:flex;position:fixed;inset:0}.QR-module__Z0bo8q__sidebar{z-index:10;display:flex;position:fixed;top:0;bottom:0;left:0}.QR-module__Z0bo8q__container{flex:1;padding:3rem 1rem 3rem 4rem;overflow-y:auto}.QR-module__Z0bo8q__content{max-width:800px;margin:0 auto}.QR-module__Z0bo8q__header{margin-bottom:2rem}.QR-module__Z0bo8q__title{font-family:var(--font-serif),"Times New Roman",serif;color:#e5e5e5;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:2.5rem;font-weight:700}.QR-module__Z0bo8q__subtitle{font-family:var(--font-mono),"Courier New",monospace;color:#404040;letter-spacing:.1em;text-transform:uppercase;margin:.5rem 0 0;font-size:.75rem}.QR-module__Z0bo8q__main{gap:2rem;display:flex}.QR-module__Z0bo8q__preview{flex-direction:column;align-items:center;gap:1rem;display:flex}.QR-module__Z0bo8q__qrContainer{border:1px solid #262626;border-radius:4px;padding:1rem}.QR-module__Z0bo8q__downloadBtn{font-family:var(--font-mono),"Courier New",monospace;color:#a3a3a3;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:#171717;border:1px solid #262626;border-radius:4px;padding:.75rem 1.5rem;font-size:.75rem;transition:all .15s}.QR-module__Z0bo8q__downloadBtn:hover{color:#e5e5e5;background:#262626}.QR-module__Z0bo8q__controls{flex-direction:column;flex:1;gap:1rem;display:flex}.QR-module__Z0bo8q__controlGroup{flex-direction:column;gap:.4rem;display:flex}.QR-module__Z0bo8q__controlGroup label{font-family:var(--font-mono),"Courier New",monospace;color:#737373;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}.QR-module__Z0bo8q__controlGroup small{font-family:var(--font-mono),"Courier New",monospace;color:#525252;font-size:.65rem}.QR-module__Z0bo8q__sectionTitle{font-family:var(--font-mono),"Courier New",monospace;text-transform:uppercase;letter-spacing:.1em;color:#525252;border-bottom:1px solid #262626;margin-top:.5rem;padding-bottom:.25rem;font-size:.65rem;font-weight:600}.QR-module__Z0bo8q__controlGroup input[type=text]{font-family:var(--font-mono),"Courier New",monospace;color:#e5e5e5;background:#171717;border:1px solid #262626;border-radius:4px;padding:.6rem;font-size:.8rem}.QR-module__Z0bo8q__controlGroup input[type=text]:focus{border-color:#404040;outline:none}.QR-module__Z0bo8q__colorInput{align-items:center;gap:.5rem;display:flex}.QR-module__Z0bo8q__colorInput input[type=color]{cursor:pointer;background:0 0;border:none;border-radius:4px;width:40px;height:32px;padding:0}.QR-module__Z0bo8q__colorInput input[type=color]::-webkit-color-swatch-wrapper{padding:2px}.QR-module__Z0bo8q__colorInput input[type=color]::-webkit-color-swatch{border:1px solid #404040;border-radius:2px}.QR-module__Z0bo8q__colorInput .QR-module__Z0bo8q__colorText{font-family:var(--font-mono),"Courier New",monospace;flex:1;padding:.5rem}.QR-module__Z0bo8q__controlGroup input[type=range]{cursor:pointer;-webkit-appearance:none;background:#262626;border-radius:2px;outline:none;width:100%;height:4px}.QR-module__Z0bo8q__controlGroup input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#525252;border-radius:50%;width:14px;height:14px;transition:background .15s}.QR-module__Z0bo8q__controlGroup input[type=range]::-webkit-slider-thumb:hover{background:#737373}.QR-module__Z0bo8q__controlGroup input[type=range]::-moz-range-thumb{cursor:pointer;background:#525252;border:none;border-radius:50%;width:14px;height:14px}.QR-module__Z0bo8q__controlGroup select{font-family:var(--font-mono),"Courier New",monospace;color:#e5e5e5;cursor:pointer;background:#171717;border:1px solid #262626;border-radius:4px;padding:.6rem;font-size:.8rem}.QR-module__Z0bo8q__controlGroup select:focus{border-color:#404040;outline:none}.QR-module__Z0bo8q__warning{font-family:var(--font-mono),"Courier New",monospace;color:#d4a000;background:#2d2000;border:1px solid #4d3800;border-radius:4px;padding:.6rem;font-size:.7rem}@media (max-width:768px){.QR-module__Z0bo8q__container{padding:2rem 1.5rem 2rem 3.5rem}.QR-module__Z0bo8q__title{font-size:2rem}.QR-module__Z0bo8q__main{flex-direction:column;align-items:center}.QR-module__Z0bo8q__controls{width:100%}}
