.LoadingScreen-module__E3fqKG__loadingScreen{z-index:9999;background:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s;display:flex;position:fixed;top:0;left:0}.LoadingScreen-module__E3fqKG__loadingScreen.LoadingScreen-module__E3fqKG__hidden{opacity:0;pointer-events:none}.LoadingScreen-module__E3fqKG__minxBoot{color:#fff;background:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-family:Tahoma,sans-serif;animation:.5s LoadingScreen-module__E3fqKG__fadeIn;display:flex;position:relative}.LoadingScreen-module__E3fqKG__bootMessages{color:#ccc;max-width:500px;font-family:Courier New,monospace;font-size:11px;line-height:1.4;position:absolute;top:20px;left:20px}.LoadingScreen-module__E3fqKG__bootMessage{opacity:0;margin-bottom:4px;animation:.3s forwards LoadingScreen-module__E3fqKG__messageAppear}.LoadingScreen-module__E3fqKG__minxLogo{flex-direction:column;justify-content:center;align-items:center;margin-bottom:40px;display:flex;position:relative}.LoadingScreen-module__E3fqKG__logoSvg{filter:drop-shadow(0 0 15px #918fed99);width:80px;height:80px;margin-bottom:20px;transition:all .3s;animation:3s ease-in-out infinite LoadingScreen-module__E3fqKG__logoFloat,4s ease-in-out infinite LoadingScreen-module__E3fqKG__logoGlow}@keyframes LoadingScreen-module__E3fqKG__logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes LoadingScreen-module__E3fqKG__logoGlow{0%,to{filter:drop-shadow(0 0 15px #918fed99)}50%{filter:drop-shadow(0 0 25px #918fede6)drop-shadow(0 0 35px #918fed66)}}.LoadingScreen-module__E3fqKG__minxText{color:#ccc;text-align:center;margin-bottom:30px;font-family:Tahoma,sans-serif;font-size:24px}.LoadingScreen-module__E3fqKG__bootProgress{background:#333;border:1px solid #918fed80;border-radius:4px;width:300px;height:8px;margin-bottom:20px;overflow:hidden;box-shadow:0 0 10px #918fed4d}.LoadingScreen-module__E3fqKG__bootBar{background:linear-gradient(90deg,#918fedcc 0%,#918fed 50%,#918fedcc 100%) 0 0/60px 100%;border-radius:4px;width:0%;height:100%;animation:3s ease-out forwards LoadingScreen-module__E3fqKG__bootProgress,1s ease-in-out infinite LoadingScreen-module__E3fqKG__bootShine;box-shadow:0 0 10px #918fed99}@keyframes LoadingScreen-module__E3fqKG__bootProgress{0%{width:0%}to{width:100%}}@keyframes LoadingScreen-module__E3fqKG__bootShine{0%,to{background-position:-60px 0}50%{background-position:360px 0}}.LoadingScreen-module__E3fqKG__bootStatus{color:#ccc;text-align:center;font-family:Tahoma,sans-serif;font-size:12px}@keyframes LoadingScreen-module__E3fqKG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LoadingScreen-module__E3fqKG__messageAppear{0%{opacity:0}to{opacity:1}}
.MainWindow-module__RpzVqq__window{background:#ece9d8;border:3px outset #ece9d8;border-radius:8px 8px 6px 6px;max-width:580px;animation:.3s cubic-bezier(.25,.46,.45,.94) MainWindow-module__RpzVqq__windowOpen;position:relative;overflow:hidden;box-shadow:8px 8px 20px #00000080,0 0 0 1px #fff3}@keyframes MainWindow-module__RpzVqq__windowOpen{0%{opacity:0;transform:scale(.3)translateY(-50px)}to{opacity:1;transform:scale(1)translateY(0)}}.MainWindow-module__RpzVqq__titleBar{background:linear-gradient(#b8b3f5 0%,#918fed 25%,#7b76e8 50%,#6b64e0 75%,#5a52d5 100%);border-bottom:2px solid #7b76e8;justify-content:space-between;align-items:center;padding:4px 8px;display:flex;position:relative}.MainWindow-module__RpzVqq__titleBar:before{content:"";background:linear-gradient(90deg,#fffc 0%,#fff6 50%,#fffc 100%);height:1px;position:absolute;top:0;left:0;right:0}.MainWindow-module__RpzVqq__titleText{color:#fff;text-shadow:1px 1px 2px #000000b3;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.MainWindow-module__RpzVqq__titleIcon{color:#fff;background:linear-gradient(135deg,#918fed 0%,#a39af0 50%,#7b76e8 100%);border:2px solid #6b64e0;border-radius:3px;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;animation:3s ease-in-out infinite MainWindow-module__RpzVqq__iconGlow;display:flex;box-shadow:inset 1px 1px 2px #ffffff4d,2px 2px 4px #0000004d}@keyframes MainWindow-module__RpzVqq__iconGlow{0%,to{box-shadow:inset 1px 1px 2px #ffffff4d,2px 2px 4px #0000004d}50%{box-shadow:inset 1px 1px 2px #ffffff80,2px 2px 6px #918fed66}}.MainWindow-module__RpzVqq__windowControls{gap:2px;display:flex}.MainWindow-module__RpzVqq__controlBtn{cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(#f0f0f0 0%,#e0e0e0 50%,#d0d0d0 100%);border:1px outset #d0d0d0;border-radius:2px;justify-content:center;align-items:center;width:18px;height:16px;padding:0;transition:all .1s;display:flex;position:relative}.MainWindow-module__RpzVqq__controlBtn:before{content:"";background:#fffc;height:1px;position:absolute;top:0;left:0;right:0}.MainWindow-module__RpzVqq__controlBtn:hover{background:linear-gradient(#f8f8f8 0%,#e8e8e8 50%,#d8d8d8 100%);border-color:#a0a0a0}.MainWindow-module__RpzVqq__controlBtn:active{background:linear-gradient(#d0d0d0 0%,#e0e0e0 50%,#f0f0f0 100%);border:1px inset #d0d0d0;transform:translate(1px,1px)}.MainWindow-module__RpzVqq__menuBar{background:linear-gradient(#ece9d8 0%,#ddd4c0 100%);border-bottom:1px solid #c7b899;gap:8px;padding:2px 4px;font-size:11px;display:flex}.MainWindow-module__RpzVqq__menuItem{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:2px;padding:3px 6px;transition:all .15s}.MainWindow-module__RpzVqq__menuItem:hover{color:#fff;background:#918fed;border:1px solid #6b64e0}.MainWindow-module__RpzVqq__container{background:linear-gradient(#ece9d8 0%,#ddd4c0 20%,#ece9d8 100%);min-height:420px;padding:16px 16px 0;position:relative}.MainWindow-module__RpzVqq__container:before{content:"";background:linear-gradient(90deg,#fff9 0%,#fff3 50%,#fff9 100%);height:2px;position:absolute;top:0;left:0;right:0}.MainWindow-module__RpzVqq__statusBar{color:#333;background:linear-gradient(#ddd4c0 0%,#c7b899 50%,#b8a082 100%);border-top:2px solid #b8a082;justify-content:space-between;align-items:center;padding:3px 12px;font-size:10px;display:flex;position:relative}.MainWindow-module__RpzVqq__statusBar:before{content:"";background:linear-gradient(90deg,#fffc 0%,#fff6 50%,#fffc 100%);height:1px;position:absolute;top:0;left:0;right:0}.MainWindow-module__RpzVqq__statusLeft{align-items:center;gap:6px;display:flex}.MainWindow-module__RpzVqq__statusIcon{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.MainWindow-module__RpzVqq__statusIcon svg{width:14px;height:14px}@keyframes MainWindow-module__RpzVqq__statusBlink{0%,to{opacity:1}50%{opacity:0}}.MainWindow-module__RpzVqq__maximized{border-radius:0;width:100vw;max-width:none;height:100vh;animation:none;position:fixed;top:0;left:0}.MainWindow-module__RpzVqq__maximized .MainWindow-module__RpzVqq__container{min-height:calc(100vh - 80px)}@media (max-width:768px){.MainWindow-module__RpzVqq__window{max-width:95%;margin:10px}.MainWindow-module__RpzVqq__container{padding:12px}.MainWindow-module__RpzVqq__maximized{max-width:none;margin:0}}
.CrashScreen-module__ekggcW__crashScreen{color:#ccc;z-index:99999;cursor:pointer;background:#000;width:100%;height:100%;padding:40px;font-family:Courier New,Lucida Console,monospace;font-size:14px;line-height:1.5;animation:.4s ease-in-out CrashScreen-module__ekggcW__crashShake;position:fixed;top:0;left:0;overflow:hidden}@keyframes CrashScreen-module__ekggcW__crashShake{0%{transform:translate(0)}10%{transform:translate(-10px,-6px)}20%{transform:translate(10px,6px)}30%{transform:translate(-8px,4px)}40%{transform:translate(8px,-4px)}50%{transform:translate(-6px,-3px)}60%{transform:translate(6px,3px)}70%{transform:translate(-4px,2px)}80%{transform:translate(4px,-2px)}90%{transform:translate(-2px)}to{transform:translate(0)}}.CrashScreen-module__ekggcW__flashOverlay{pointer-events:none;z-index:10;background:#918fed;width:100%;height:100%;animation:.35s forwards CrashScreen-module__ekggcW__flashOut;position:absolute;top:0;left:0}@keyframes CrashScreen-module__ekggcW__flashOut{0%{opacity:1}40%{opacity:1}to{opacity:0}}.CrashScreen-module__ekggcW__scanlines{pointer-events:none;z-index:5;background:repeating-linear-gradient(0deg,#918fed0f,#918fed0f 1px,#0000 1px 3px);width:100%;height:100%;position:absolute;top:0;left:0}.CrashScreen-module__ekggcW__crashContent{z-index:2;text-shadow:0 0 10px #918fed26;max-width:720px;animation:.3s forwards CrashScreen-module__ekggcW__rgbShift;position:relative}@keyframes CrashScreen-module__ekggcW__rgbShift{0%{text-shadow:3px 0 red,-3px 0 #0f0;transform:translate(3px)}25%{text-shadow:-3px 0 red,3px 0 #0f0;transform:translate(-3px)}50%{text-shadow:3px 0 red,-3px 0 #0f0;transform:translate(2px)}75%{text-shadow:-2px 0 red,2px 0 #0f0;transform:translate(-2px)}to{text-shadow:none;transform:translate(0)}}.CrashScreen-module__ekggcW__glitchLine{white-space:pre;color:#918fed;min-height:21px;font-weight:700;animation:.1s step-end infinite CrashScreen-module__ekggcW__glitchFlicker}@keyframes CrashScreen-module__ekggcW__glitchFlicker{0%{opacity:1}50%{opacity:.9}to{opacity:1}}.CrashScreen-module__ekggcW__crashLine{white-space:pre;min-height:21px}.CrashScreen-module__ekggcW__cursor{color:#918fed;font-weight:700;animation:1s step-end infinite CrashScreen-module__ekggcW__blink;display:inline-block}@keyframes CrashScreen-module__ekggcW__blink{0%,to{opacity:1}50%{opacity:0}}
.Profile-module__Yc6_Wa__profile{background:linear-gradient(135deg,#fff 0%,#f8f6f0 25%,#f0ede4 50%,#f8f6f0 75%,#fff 100%);border:2px inset #ece9d8;border-radius:4px;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:20px;margin-bottom:18px;padding:12px;display:flex;position:relative;box-shadow:inset 2px 2px 4px #ffffffe6,inset -2px -2px 4px #0000001a,0 2px 4px #0000001a}.Profile-module__Yc6_Wa__profile:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000001a 50%,#0000 100%);height:1px;position:absolute;bottom:0;left:10%;right:10%}.Profile-module__Yc6_Wa__asciiAvatar{background:linear-gradient(135deg,#fff 0%,#f8f8f8 25%,#f0f0f0 50%,#e8e8e8 75%,#e0e0e0 100%);border:3px inset #ece9d8;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:3px 3px 6px #0003,inset 1px 1px 2px #fffc}.Profile-module__Yc6_Wa__asciiAvatar:hover{transform:scale(1.02);box-shadow:4px 4px 8px #0000004d,inset 1px 1px 3px #ffffffe6}.Profile-module__Yc6_Wa__asciiAvatar:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffffe6 50%,#0000 100%);height:2px;position:absolute;top:0;left:0;right:0}.Profile-module__Yc6_Wa__asciiAvatar img{object-fit:cover;width:calc(100% - 6px);height:calc(100% - 6px);image-rendering:pixelated;filter:contrast(1.25)saturate(.9);border-radius:2px;transition:all .3s}.Profile-module__Yc6_Wa__asciiAvatar:hover img{filter:contrast(1.1)brightness(1.05)}.Profile-module__Yc6_Wa__shake{animation:.35s ease-in-out Profile-module__Yc6_Wa__avatarShake}@keyframes Profile-module__Yc6_Wa__avatarShake{0%,to{transform:translate(0)rotate(0)}15%{transform:translate(-4px,-2px)rotate(-3deg)}30%{transform:translate(4px,2px)rotate(3deg)}45%{transform:translate(-3px,1px)rotate(-2deg)}60%{transform:translate(3px,-1px)rotate(2deg)}75%{transform:translate(-2px)rotate(-1deg)}90%{transform:translate(2px)rotate(1deg)}}.Profile-module__Yc6_Wa__info{text-align:left;color:#000;flex:1}.Profile-module__Yc6_Wa__info h1{color:#6b64e0;text-shadow:1px 1px 2px #fffc;margin-bottom:8px;font-size:16px;font-weight:700;display:inline-block;position:relative}.Profile-module__Yc6_Wa__info h1:after{content:"";background:linear-gradient(90deg,#6b64e0 0%,#0000 100%);width:100%;height:1px;position:absolute;bottom:-2px;left:0}.Profile-module__Yc6_Wa__info p{color:#333;margin-bottom:6px;font-size:11px;font-style:italic}.Profile-module__Yc6_Wa__badges{flex-wrap:wrap;justify-content:flex-start;gap:4px;margin-bottom:10px;display:flex}.Profile-module__Yc6_Wa__badge{color:#000;cursor:default;-webkit-user-select:none;user-select:none;background:#ece9d8;border:2px outset #ddd;padding:3px 8px;font-family:Tahoma,sans-serif;font-size:9px;transition:all .2s;position:relative;box-shadow:1px 1px 2px #0000001a}.Profile-module__Yc6_Wa__badge:hover{color:#fff;background:linear-gradient(135deg,#b8b3f5 0%,#918fed 50%,#6b64e0 100%);border:2px outset #6b64e0;transform:translateY(-1px)scale(1.02);box-shadow:2px 4px 8px #0000004d,inset 1px 1px 2px #fffc}.Profile-module__Yc6_Wa__badge:active{color:#fff;background:linear-gradient(135deg,#6b64e0 0%,#5a52d5 100%);border-style:inset;border-color:#4a42c0;transform:translateY(0)scale(1);box-shadow:inset 2px 2px 6px #0006}@media (max-width:768px){.Profile-module__Yc6_Wa__profile{flex-direction:column;align-items:center;gap:12px}.Profile-module__Yc6_Wa__info{text-align:center}.Profile-module__Yc6_Wa__badges{justify-content:center}}
.ProjectModal-module__nYXm7G__overlay{z-index:100;background:#00000059;justify-content:center;align-items:center;width:100%;height:100%;animation:.15s ProjectModal-module__nYXm7G__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes ProjectModal-module__nYXm7G__fadeIn{0%{opacity:0}to{opacity:1}}.ProjectModal-module__nYXm7G__window{background:#ece9d8;border:3px outset #ece9d8;border-radius:8px 8px 6px 6px;flex-direction:column;width:92%;max-width:480px;max-height:80vh;animation:.2s cubic-bezier(.25,.46,.45,.94) ProjectModal-module__nYXm7G__modalOpen;display:flex;overflow:hidden;box-shadow:8px 8px 24px #0009,0 0 0 1px #ffffff26}@keyframes ProjectModal-module__nYXm7G__modalOpen{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.ProjectModal-module__nYXm7G__titleBar{background:linear-gradient(#b8b3f5 0%,#918fed 25%,#7b76e8 50%,#6b64e0 75%,#5a52d5 100%);border-bottom:2px solid #7b76e8;flex-shrink:0;justify-content:space-between;align-items:center;padding:4px 8px;display:flex}.ProjectModal-module__nYXm7G__titleText{color:#fff;text-shadow:1px 1px 2px #000000b3;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.ProjectModal-module__nYXm7G__titleIcon{color:#fff;background:linear-gradient(135deg,#918fed 0%,#a39af0 50%,#7b76e8 100%);border:2px solid #6b64e0;border-radius:3px;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex}.ProjectModal-module__nYXm7G__closeBtn{cursor:pointer;background:linear-gradient(#f0f0f0 0%,#e0e0e0 50%,#d0d0d0 100%);border:1px outset #d0d0d0;border-radius:2px;justify-content:center;align-items:center;width:18px;height:16px;padding:0;display:flex}.ProjectModal-module__nYXm7G__closeBtn:hover{background:linear-gradient(#f8f8f8 0%,#e8e8e8 50%,#d8d8d8 100%)}.ProjectModal-module__nYXm7G__closeBtn:active{background:linear-gradient(#d0d0d0 0%,#e0e0e0 50%,#f0f0f0 100%);border-style:inset}.ProjectModal-module__nYXm7G__content{flex:1;padding:12px;overflow-y:auto}.ProjectModal-module__nYXm7G__section{margin-bottom:12px}.ProjectModal-module__nYXm7G__section:last-child{margin-bottom:0}.ProjectModal-module__nYXm7G__sectionHeader{color:#2c2c2c;text-shadow:1px 1px 2px #fffc;-webkit-user-select:none;user-select:none;background:linear-gradient(#ddd4c0 0%,#c7b899 50%,#b8a082 100%);border-bottom:1px solid #b8a082;margin-bottom:8px;padding:4px 10px;font-size:10px;font-weight:700}.ProjectModal-module__nYXm7G__description{color:#333;padding:0 4px;font-size:11px;line-height:1.4}.ProjectModal-module__nYXm7G__openBtn{color:#6b64e0;cursor:pointer;background:#ece9d8;border:2px outset #ddd;margin:0 4px;padding:4px 12px;font-size:11px;font-weight:700;text-decoration:none;display:inline-block}.ProjectModal-module__nYXm7G__openBtn:hover{background:#f5f3eb}.ProjectModal-module__nYXm7G__openBtn:active{background:#ddd8c8;border-style:inset;transform:translate(1px,1px)}.ProjectModal-module__nYXm7G__designGrid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 4px;display:grid}.ProjectModal-module__nYXm7G__designItem{cursor:pointer;background:#fff;border:1px solid #d4d0c8;padding:4px;transition:all .2s;box-shadow:1px 1px 2px #0000001a}.ProjectModal-module__nYXm7G__designItem:hover{border-color:#918fed;box-shadow:2px 2px 6px #0003}.ProjectModal-module__nYXm7G__designThumb{background:#f0f0f0;border:1px inset #ddd;justify-content:center;align-items:center;width:100%;height:80px;margin-bottom:4px;display:flex;overflow:hidden}.ProjectModal-module__nYXm7G__designMedia{object-fit:cover;width:100%;height:100%;image-rendering:pixelated;display:block}.ProjectModal-module__nYXm7G__designName{color:#333;font-size:10px;font-weight:700}.ProjectModal-module__nYXm7G__designDesc{color:#666;margin-top:2px;font-size:9px}.ProjectModal-module__nYXm7G__empty{color:#888;padding:0 4px;font-size:11px;font-style:italic}.ProjectModal-module__nYXm7G__lightboxOverlay{z-index:200;background:#000000e0;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.2s ProjectModal-module__nYXm7G__fadeIn;display:flex;position:fixed;top:0;left:0}.ProjectModal-module__nYXm7G__lightboxContent{flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.ProjectModal-module__nYXm7G__lightboxMedia{object-fit:contain;border:2px outset #ece9d8;width:auto;max-width:85vw;height:auto;max-height:80vh;box-shadow:0 0 40px #000c}.ProjectModal-module__nYXm7G__lightboxClose{cursor:pointer;background:#ece9d8;border:2px outset #ddd;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex;position:absolute;top:-32px;right:0}.ProjectModal-module__nYXm7G__lightboxClose:hover{background:#f5f3eb}.ProjectModal-module__nYXm7G__lightboxClose:active{background:#ddd8c8;border-style:inset}.ProjectModal-module__nYXm7G__lightboxName{color:#fff;text-shadow:1px 1px 2px #000c;margin-top:12px;font-family:Courier New,monospace;font-size:12px;font-weight:700}@media (max-width:768px){.ProjectModal-module__nYXm7G__window{width:95%;max-height:85vh}.ProjectModal-module__nYXm7G__designGrid{grid-template-columns:1fr}.ProjectModal-module__nYXm7G__lightboxMedia{max-width:95vw;max-height:75vh}}
.Projects-module__T_D1Ca__section{background:linear-gradient(#fff 0%,#f8f6f0 100%);border:2px inset #ece9d8;border-radius:6px;margin-bottom:16px;overflow:hidden;box-shadow:2px 2px 4px #0000001a}.Projects-module__T_D1Ca__section:hover{box-shadow:3px 3px 6px #00000026}.Projects-module__T_D1Ca__sectionHeader{color:#2c2c2c;text-shadow:1px 1px 2px #fffc;-webkit-user-select:none;user-select:none;background:linear-gradient(#ddd4c0 0%,#c7b899 50%,#b8a082 100%);border-bottom:1px solid #b8a082;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:flex;position:relative}.Projects-module__T_D1Ca__sectionHeader:before{content:"";background:linear-gradient(90deg,#fffc 0%,#fff6 50%,#fffc 100%);height:1px;position:absolute;top:0;left:0;right:0}.Projects-module__T_D1Ca__headerIcon{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.Projects-module__T_D1Ca__sectionContent{padding:10px 12px;position:relative}.Projects-module__T_D1Ca__projectList{background:#fff;border:1px inset #ddd;flex-direction:column;gap:4px;max-height:120px;padding:4px;display:flex;overflow:hidden auto}.Projects-module__T_D1Ca__projectItem{color:#000;-webkit-user-select:none;user-select:none;border:1px solid #0000;align-items:center;gap:6px;padding:4px 6px;font-size:11px;text-decoration:none;transition:all .25s cubic-bezier(.25,.46,.45,.94);display:flex}.Projects-module__T_D1Ca__projectItem:hover{color:#fff;background:linear-gradient(135deg,#b8b3f5 0%,#a39af0 25%,#918fed 50%,#7b76e8 75%,#6b64e0 100%);border:1px solid #6b64e0;box-shadow:2px 4px 8px #0000004d,inset 1px 1px 2px #fffc}.Projects-module__T_D1Ca__projectItem:active{color:#000;background:linear-gradient(135deg,#c4b8c7 0%,#d2ccdb 50%,#e8e5f0 100%);box-shadow:inset 2px 2px 4px #0003}.Projects-module__T_D1Ca__projectIcon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.Projects-module__T_D1Ca__projectName{color:#6b64e0;font-weight:700}.Projects-module__T_D1Ca__projectItem:hover .Projects-module__T_D1Ca__projectName{color:#fff;text-shadow:none}@media (max-width:768px){.Projects-module__T_D1Ca__projectList{margin-left:0;padding:2px}}
.Contact-module__Bs3a0a__section{background:linear-gradient(#fff 0%,#f8f6f0 100%);border:2px inset #ece9d8;border-radius:6px;margin-bottom:16px;overflow:hidden;box-shadow:2px 2px 4px #0000001a}.Contact-module__Bs3a0a__sectionHeader{color:#2c2c2c;text-shadow:1px 1px 2px #fffc;-webkit-user-select:none;user-select:none;background:linear-gradient(#ddd4c0 0%,#c7b899 50%,#b8a082 100%);border-bottom:1px solid #b8a082;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:flex;position:relative}.Contact-module__Bs3a0a__sectionHeader:before{content:"";background:linear-gradient(90deg,#fffc 0%,#fff6 50%,#fffc 100%);height:1px;position:absolute;top:0;left:0;right:0}.Contact-module__Bs3a0a__headerIcon{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.Contact-module__Bs3a0a__sectionContent{padding:8px;position:relative}.Contact-module__Bs3a0a__contactList{background:#fff;border:1px inset #ddd;flex-direction:column;padding:2px;display:flex}.Contact-module__Bs3a0a__contactRow{border-bottom:1px solid #f0ede4;justify-content:space-between;align-items:center;gap:12px;padding:7px 10px;transition:background .15s;display:flex}.Contact-module__Bs3a0a__contactRow:last-child{border-bottom:none}.Contact-module__Bs3a0a__contactRow:hover{background:#f8f6f0}.Contact-module__Bs3a0a__contactLeft{flex-shrink:0;align-items:center;gap:8px;display:flex}.Contact-module__Bs3a0a__rowIcon{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.Contact-module__Bs3a0a__contactLabel{color:#333;text-transform:lowercase;font-size:11px;font-weight:700}.Contact-module__Bs3a0a__contactRight{text-align:right;flex:1;min-width:0;font-size:11px}.Contact-module__Bs3a0a__contactLink{color:#6b64e0;word-break:break-all;font-weight:700;text-decoration:none}.Contact-module__Bs3a0a__contactLink:hover{text-decoration:underline}.Contact-module__Bs3a0a__fingerprintRow{justify-content:flex-end;align-items:center;gap:8px;display:flex}.Contact-module__Bs3a0a__fingerprint{color:#333;letter-spacing:.5px;word-break:break-all;font-family:Courier New,monospace;font-size:10px;font-weight:700}.Contact-module__Bs3a0a__copyBtn{cursor:pointer;color:#000;background:#ece9d8;border:2px outset #ddd;padding:2px 8px;font-family:inherit;font-size:10px;line-height:1.4}.Contact-module__Bs3a0a__copyBtn:hover{background:#f5f3eb}.Contact-module__Bs3a0a__copyBtn:active{background:#ddd8c8;border-style:inset;transform:translate(1px,1px)}.Contact-module__Bs3a0a__copyBtnCopied{color:#666;background:#ddd8c8;border-style:inset}@media (max-width:768px){.Contact-module__Bs3a0a__contactRow{flex-wrap:wrap;gap:6px}.Contact-module__Bs3a0a__contactRight{text-align:left;width:100%}.Contact-module__Bs3a0a__fingerprintRow{flex-wrap:wrap;justify-content:flex-start}.Contact-module__Bs3a0a__fingerprint{font-size:9px}}
.page-module___8aEwW__mainContent{opacity:0;animation:.8s forwards page-module___8aEwW__contentAppear}.page-module___8aEwW__maximizedContent{width:100%;height:100vh;animation:.3s forwards page-module___8aEwW__contentAppear}@keyframes page-module___8aEwW__contentAppear{to{opacity:1}}
