.nav-container{display:flex;justify-content:center;align-items:center;padding:1.5rem;width:100%;gap:3rem;background-color:#000;border-bottom:1px solid #374151;position:relative;z-index:10;max-height:4rem;overflow-y:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.nav-container{justify-content:flex-start;gap:1.5rem;padding:1rem;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.nav-container::-webkit-scrollbar{height:2px;width:0}.nav-container::-webkit-scrollbar-track{background:transparent}.nav-container::-webkit-scrollbar-thumb{background:#374151;border-radius:1px}}.nav-link{text-decoration:none;color:#fff;padding:.5rem 1rem;text-transform:uppercase;font-size:.875rem;font-weight:300;letter-spacing:.1em;transition:color .3s ease;border:1px solid transparent;border-radius:6px;flex-shrink:0}@media (max-width: 768px){.nav-link{padding:.5rem .75rem;font-size:.8rem}}.nav-link:hover{border-color:pink}.home-page{min-height:calc(100vh - 5rem);background-color:#000;color:#fff}.hero-container{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 5rem)}.hero-content{text-align:center;position:relative;width:100%;height:calc(100vh - 5rem)}.top-left-text{position:absolute;top:5rem;left:2rem}.portfolio-title{position:relative;margin-top:50vh;transform:translateY(-50%)}.title-border{border:2px solid pink;margin-top:1rem;margin-bottom:2rem;width:20rem;margin-left:auto;margin-right:auto}.product-design-label{position:absolute;left:2rem;bottom:33.333333%;color:pink}.product-design-label h2{transform:rotate(-90deg);transform-origin:center}.uiux-label{position:absolute;right:2rem;top:20%;color:pink}.uiux-label h2{writing-mode:horizontal-tb}.accent-labels{display:none}@media (max-width: 1200px){.architecture-label,.uiux-label{display:none}.accent-labels{display:flex;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto;padding:0 2rem}.accent-labels .architecture-label{display:inline-block;position:static;left:auto;bottom:auto;margin-right:2rem}.accent-labels .architecture-label h2{transform:none;transform-origin:initial;writing-mode:horizontal-tb}.accent-labels .uiux-label{display:inline-block;position:static;right:auto;top:auto;margin-left:2rem}.accent-labels .uiux-label h2{writing-mode:horizontal-tb}.portfolio-title{margin-bottom:2rem}}.bottom-right-credits{position:absolute;bottom:5rem;right:2rem;text-align:right}.projects-page{height:calc(100vh - 7rem);background-color:#000;color:#fff;padding:2rem;overflow:hidden;box-sizing:border-box}.projects-container{max-width:48rem;margin:0 auto}.single-project-container{display:flex;justify-content:center}.centered-project{border:1px solid #374151;border-radius:.5rem;padding:2rem;text-align:center;transition:border .2s ease-in-out;max-width:40rem;width:100%}.centered-project:hover{border:1px solid pink}.clickable{cursor:pointer}.project-title{font-size:1.5rem;font-weight:300;margin-bottom:1.5rem;color:#fff;line-height:1.4}.project-image-container{margin-bottom:1.5rem}.project-image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:.375rem;max-height:20rem}.project-description{font-size:1rem;color:#9ca3af;line-height:1.75;margin:0}@media (max-width: 768px){.projects-page{padding:1rem}.centered-project{padding:2rem}.project-title{font-size:1.25rem}.project-description{font-size:.875rem}}.skill-slider{margin-bottom:1.5rem;--icon-size: 24px}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.75rem}.skill-icon{flex-shrink:0}.skill-icon-image{width:var(--icon-size, 24px);height:var(--icon-size, 24px);border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--primary-color)}.skill-name{font-size:.875rem;font-weight:500;color:#fff;flex:1}.skill-percentage{font-size:.75rem;color:#9ca3af}.skill-bar{width:100%;height:8px;background-color:#374151;border-radius:4px;overflow:hidden}.skill-fill{height:100%;background:linear-gradient(90deg,pink,#fff);border-radius:4px;transition:width 1.5s ease-in-out}.skills-section{margin-top:3rem}.skills-title{font-size:1.5rem;font-weight:300;margin-bottom:2rem;color:#fff}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.skills-grid{grid-template-columns:1fr;gap:1rem}}.about-page{min-height:calc(100vh - 5rem);max-height:calc(100vh - 5rem);background-color:#000;color:#fff;padding:2rem}.about-container{max-width:72rem;margin:0 auto}.about-header{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:start;margin-bottom:4rem}.about-photo{width:300px;height:300px;flex-shrink:0}.profile-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;border:2px solid pink}.about-text{min-width:0}.about-title{font-size:2rem;font-weight:300;margin-bottom:1.5rem;color:#fff}.about-description{font-size:1rem;line-height:1.6;color:#d1d5db}.about-description p{margin-bottom:1rem}@media (max-width: 768px){.about-page{padding:1rem}.about-header{grid-template-columns:1fr;gap:2rem;text-align:center}.about-photo{width:250px;height:250px;margin:0 auto}.about-title{font-size:1.75rem}}@media (max-width: 480px){.about-page{padding:.75rem}.about-photo{width:200px;height:200px}.about-title{font-size:1.5rem}}.experiences-page{min-height:100vh;background-color:#000;color:#fff;padding:2rem}.experiences-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;max-width:1400px;margin:0 auto}.experiences-column{display:flex;flex-direction:column;gap:1rem}.column-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff;border-bottom:1px solid #374151;padding-bottom:.5rem}.experience-item{border-radius:12px;padding:1.2rem;border:1px solid #374151;transition:border .2s ease-in-out}.experience-item:hover{border:1px solid pink}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.experience-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0;line-height:1.3;flex:1}.experience-dates{font-size:.9rem;color:#9ca3af;white-space:nowrap;font-weight:500}.experience-company{color:#d1d5db;font-size:.95rem;margin:0 0 1rem;font-style:italic}.experience-bullets{margin:0;color:#9ca3af}.experience-bullets li{margin-bottom:.5rem;line-height:1.5}.experience-bullets li:last-child{margin-bottom:0}@media (max-width: 1000px){.experiences-container{grid-template-columns:1fr;gap:2rem}.experiences-page{padding:1rem}.experience-header{flex-direction:column;align-items:flex-start;gap:.5rem}.experience-dates{white-space:normal}}.chatbot-page{min-height:100vh;background-color:#000;color:#fff;padding:2rem 0}.chatbot-page>section{padding:0 2rem}.page-title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.title-line{margin-bottom:.5rem}.title-line:last-child{margin-bottom:0}.cursor{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.content-container{max-width:80rem;margin:0 auto}.project-video{border:2px solid pink;border-radius:.5rem;margin-bottom:2rem;display:flex;justify-content:center;width:100%;max-width:48rem;margin-left:auto;margin-right:auto}.project-video-element{width:100%;height:450px;max-width:800px;border-radius:.5rem;border:none;display:block}.project-details{display:flex;flex-direction:column;gap:1.2rem;color:#d1d5db}.section{margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:300;margin-bottom:.75rem;color:#fff}.section-text{font-size:1rem;line-height:1.75}.problem-section{display:grid;grid-template-columns:1fr 2fr;gap:1rem;align-items:center;margin-bottom:1.5rem;border:1px solid #374151;padding:2rem;border-radius:12px;margin-left:-2rem;margin-right:-2rem}.problem-title{font-size:1.5rem;font-weight:300;margin-bottom:0;color:#fff}.problem-text{font-size:1.125rem;line-height:1.75;text-align:justify}@media (max-width: 768px){.problem-section{grid-template-columns:1fr;gap:.75rem}.problem-title{margin-bottom:.75rem}}.steps-container{margin-top:1rem}.step-item{margin-bottom:2rem;font-size:1rem;line-height:1.75;color:#d1d5db}.step-item strong{color:#fff;font-size:1.125rem;display:block;margin-bottom:.5rem}.step-description{margin-top:.5rem;margin-bottom:1rem}.step-images{display:flex;gap:1rem;margin-top:1rem;justify-content:flex-start}.step-images.side-by-side{justify-content:center;gap:1.2rem;align-items:flex-start}.image-with-text{display:flex;flex-direction:column;align-items:center;flex:1}.step-image{width:300px;height:auto;border-radius:.5rem;border:1px solid #374151}.step-3-image{width:500px}.step-4-images{justify-content:center}.step-4-image{width:400px}.sub-step{margin-top:1rem;margin-bottom:1rem;font-size:1rem;line-height:1.75;color:#d1d5db}.sub-step strong{color:#fff;font-size:1.125rem;display:block;margin-bottom:.5rem}.paragraph-spacing{margin-bottom:2rem}@media (max-width: 768px){.step-images{flex-direction:column;align-items:center}.step-image{width:100%;max-width:300px}}.findings-list{font-size:1rem;list-style-type:disc;list-style-position:inside;display:flex;flex-direction:column;gap:.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{padding:.25rem .75rem;background-color:#374151;color:#d1d5db;border-radius:12px;font-size:.875rem;border:1px solid #4b5563}.demo-video{margin-top:2rem}.demo-video-container{position:relative;width:100%;max-width:48rem;margin:0 auto;background-color:#111827;border-radius:.5rem;overflow:hidden}.demo-video-element{width:100%;height:auto;display:block}@media (max-width: 768px){.page-title{font-size:1.5rem}.section-text,.findings-list{font-size:1rem}}.designs-container{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.design-item{margin-bottom:2rem}.design-title{font-size:1.125rem;color:#d0d0d0;margin-bottom:1rem;text-align:left;font-style:italic}.design-layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;align-items:center}.design-image-container{display:flex;flex-direction:column;align-items:center;position:relative}.image-with-title{position:relative;width:100%;display:flex;justify-content:center}.image-title{position:absolute;top:-5px;left:50%;transform:translate(-50%);font-size:1rem;font-weight:500;color:#fff;background-color:#fba7b5;padding:.2rem 1rem;border-radius:20px;z-index:10;white-space:nowrap;box-shadow:0 2px 8px #0000004d}.design-images{display:flex;flex-direction:column;gap:1rem}.design-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;border:1px solid #374151;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:15px}.design-text-box{border:1px solid #374151;border-radius:12px;padding:1.2rem;display:flex;flex-direction:column;gap:1.2rem;height:-moz-fit-content;height:fit-content}.design-section{margin-bottom:0}.design-section:last-child{margin-bottom:0}.design-section-title{font-size:1.125rem;font-weight:500;color:#fff;margin:0 0 .5rem;border-bottom:1px solid #4b5563;padding-bottom:.25rem}.design-section p{margin:0;color:#d1d5db;font-size:1rem;line-height:1.5}@media (max-width: 768px){.design-layout{grid-template-columns:1fr;gap:1.2rem}.design-image-container:nth-child(1){order:1}.design-text-box{order:2}.design-image-container:nth-child(2){order:3}.design-text-box:last-child{order:4}.design-image{margin:0 auto}}:root{--primary-color: #ffffff;--primary-color-darker: #ccc}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.static{position:static}.flex{display:flex}.hidden{display:none}.min-h-screen{min-height:100vh}.border{border-width:1px}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.p-8{padding:2rem}.text-6xl{font-size:3.75rem;line-height:1}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-light{font-weight:300}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Instagram Poster;src:url(./assets/fonts/InstagramPoster.woff2) format("woff2"),url(./assets/fonts/InstagramPoster.woff) format("woff");font-weight:400;font-style:normal}.instagram-font{font-family:Instagram Poster,sans-serif}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#fff;text-decoration:inherit}a:hover{color:#d1d5db}body{margin:0;background-color:#000;color:#fff;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1;font-weight:300}button{border-radius:8px;border:1px solid #374151;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#111;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#6b7280}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (min-width: 768px){.md\:text-8xl{font-size:6rem;line-height:1}}
