@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-main:#08111c;--bg-surface:#111c28;--bg-surface-hover:#14192399;--primary:#ff4d5a;--primary-glow:#ff4d5a66;--secondary:#8b979f;--secondary-dark:#5b6975;--text-main:#fff;--accent:#00f0ff;--success:#10b981;--success-glow:#10b98166;--warning:#ffbd2e;--error:#ff5f56;--border-glass:#ffffff14;--border-glass-light:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0;cursor:none!important}@keyframes moveGrid{0%{background-position:0 0}to{background-position:40px 40px}}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:linear-gradient(var(--border-glass) 1px, transparent 1px), linear-gradient(90deg, var(--border-glass) 1px, transparent 1px);background-size:40px 40px;min-height:100vh;font-family:Inter,sans-serif;animation:1s linear infinite moveGrid}@keyframes shooting-star{0%{transform:rotate(var(--angle,-45deg)) translateX(0);opacity:1;width:0}15%{opacity:1;width:150px}to{transform:rotate(var(--angle,-45deg)) translateX(-3000px);opacity:0;width:0}}@keyframes meteor-shower{0%{transform:rotate(var(--angle,-45deg)) translateX(0);opacity:1;width:0}.6%{opacity:1;width:150px}2%{transform:rotate(var(--angle,-45deg)) translateX(-3000px);opacity:0;width:0}to{transform:rotate(var(--angle,-45deg)) translateX(-3000px);opacity:0;width:0}}.shooting-star{height:2px;box-shadow:0 0 10px #fffc, 0 0 20px var(--accent);transform-origin:0;opacity:0;background:linear-gradient(270deg,#fff0 0%,#fff 100%);border-radius:50%;position:absolute}.glass-panel{background:var(--bg-surface);border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:12px;transition:all .3s}.submit-btn{background-color:var(--primary);color:#fff;cursor:pointer;box-shadow:0 4px 15px var(--primary-glow);border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-btn:hover{box-shadow:0 6px 20px var(--primary-glow);background-color:#ff6b76;transform:translateY(-2px)}.form-group{flex-direction:column;margin-bottom:1.5rem;display:flex}.form-group label{color:var(--secondary);margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid var(--border-glass);color:var(--text-main);background:#0003;border-radius:6px;padding:.8rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);outline:none}@media (width<=1024px){.hide-on-mobile{display:none!important}.flex-col-on-mobile{flex-direction:column!important;gap:2rem!important}.no-sticky-on-mobile{position:static!important}.w-full-on-mobile{width:100%!important;min-width:100%!important}.mobile-bottom-bar{background:var(--bg-surface)!important;border:1px solid var(--border-glass)!important;border-radius:20px!important;flex-direction:row!important;width:max-content!important;padding:.5rem 1rem!important;top:auto!important;bottom:1rem!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 10px 30px #00000080!important}.scroll-nav-on-mobile{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap!important;justify-content:flex-start!important;width:100%!important;padding-bottom:.5rem!important;overflow-x:auto!important}.scroll-nav-on-mobile::-webkit-scrollbar{display:none}.nav-header-mobile{flex-direction:row!important;align-items:center!important;gap:1rem!important;padding:.6rem 1rem!important}.page-container-mobile{padding-left:1.5rem!important;padding-right:1.5rem!important}.terminal-body-mobile{padding:1.5rem!important}.skills-grid-mobile,.projects-grid-mobile{grid-template-columns:1fr!important}}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.quickview-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background-color:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.quickview-modalContainer{background-color:#fff;border-radius:16px;flex-direction:row;width:80%;max-width:1200px;height:80%;max-height:600px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.quickview-closeButton{cursor:pointer;color:#334155;z-index:10;background-color:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:background-color .2s;display:flex;position:absolute;top:16px;right:16px}.quickview-closeButton:hover{background-color:#e2e8f0}.quickview-leftPane{background-color:#1e293b;width:65%;height:100%;position:relative}.quickview-carouselContainer{width:100%;height:100%;position:relative}.quickview-carouselImage{object-fit:contain;width:100%;height:100%}.quickview-navButton{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0009}.quickview-navButton.left{left:16px}.quickview-navButton.right{right:16px}.quickview-navButton:hover{background:#000;transform:translateY(-50%)scale(1.05)}.quickview-dotsContainer{z-index:10;mix-blend-mode:difference;background-color:#fff;border-radius:20px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.quickview-dot{cursor:pointer;background-color:#888;border:none;border-radius:50%;width:6px;height:6px;transition:all .3s}.quickview-dot.active{background-color:#0000;border:2px solid #000;width:10px;height:10px}.quickview-placeholderImage{color:#94a3b8;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.quickview-rightPane{background-color:#fff;flex-direction:column;width:35%;height:100%;padding:40px;display:flex;overflow-y:auto}.quickview-title{color:#0f172a;margin:0 0 16px;font-size:28px;font-weight:700}.quickview-description{color:#334155;margin-bottom:24px;font-size:15px;line-height:1.6}.quickview-techStack{flex-direction:column;gap:8px;margin-bottom:24px;font-size:15px;display:flex}.quickview-techTag{color:#475569;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;display:inline-block}.quickview-features{color:#334155;flex:1;font-size:15px}.quickview-featureList{margin-top:8px;padding-left:20px}.quickview-featureItem{align-items:flex-start;margin-bottom:10px;line-height:1.5;display:flex}.quickview-featureItem span{color:var(--primary);margin-right:8px}.quickview-linksContainer{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:24px}.quickview-linksList{flex-wrap:wrap;gap:1rem;display:flex}.quickview-linkButton{border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s;display:flex;box-shadow:0 2px 4px #0000000d}.quickview-linkButton:hover{transform:translateY(-2px)}
