:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;height:100%}body{width:100vw;min-height:100vh;overflow-x:hidden}#root,.App{width:100%;min-height:100vh}.cursor{animation:blink 1s infinite;font-weight:bolder}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}body{width:100vw;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;scroll-behavior:smooth}.homepage{min-height:100vh;width:100vw}.header{position:fixed;top:0;width:100vw;height:70px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.logo{font-size:1.5rem;font-weight:bolder;color:#6366f1}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#6366f1}.hero{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;text-align:center;padding:70px 2rem 2rem;position:relative}.hero-content{max-width:800px;width:100%}.highlight{color:#6366f1;font-weight:800;text-shadow:1px 1px 8px rgba(200,200,200,3);-webkit-backdrop-filter:blur();backdrop-filter:blur()}.hero-title{font-size:clamp(5rem,5vw,4rem);margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.hero-subtitle{font-size:clamp(2rem,3vw,1.5rem);margin-bottom:1.5rem;opacity:.9;color:#f5f5f5;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,1)}.hero-description{font-size:1.1rem;margin-bottom:2.5rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 2px rgba(0,0,0,.6)}.about-title{color:#6366f1}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#fff;transform:translateY(-2px)}.btn-secondary{background:#fff;color:#6366f1}.btn-secondary:hover{background:#6366f1;color:#fff;transform:translateY(-2px);text-shadow:none}.section{padding:3rem 0;width:100vw;background-color:#fff}.social-icon{width:24px;height:24px}.social-icon:hover{color:#4f46e5}.nav-links a{display:flex;align-items:center}.bg-gray{background:#f8fafc}.container{max-width:none;width:100%;margin:0;padding:0 2rem;text-align:center}.section h2{font-size:2.5rem;margin-bottom:2rem;color:#6366f1}.section p{font-size:1.1rem;max-width:700px;margin:0 auto 2rem;color:#000}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;width:100%}.project-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -3px #0000001a}.project-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.project-card p{color:#6b7280;margin-bottom:1.5rem;text-align:left}.project-link{color:#6366f1;text-decoration:none;font-weight:600;transition:color .3s ease}.project-link:hover{color:#4f46e5}.footer{background:#1f2937;color:#9ca3af;padding:2rem 0;text-align:center;width:100vw}@media (max-width: 768px){.header{height:60px}.hero{padding:60px 1rem 2rem}.nav{padding:0 1rem}.nav-links{gap:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.container{padding:0 1rem}.projects-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: no-preference){.hero-content>*{animation:fadeInUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.hero-title{animation-delay:.1s}.hero-subtitle{animation-delay:.2s}.hero-description{animation-delay:.3s}.hero-buttons{animation-delay:.4s}}@media (prefers-reduced-motion: reduce){.hero-content>*{opacity:1!important;transform:translateY(0)!important;animation:none!important}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.photo-grid{display:flex;flex-wrap:wrap;gap:4px;margin-top:2rem;align-items:flex-end}.photo-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;background:none;box-shadow:none;border-radius:0;overflow:visible;flex:0 0 auto;width:auto;min-width:0}.photo-card:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026}.photo-thumbnail{width:auto;height:600px;max-width:none;object-fit:cover;display:block;background-color:transparent;border-radius:0}.photo-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.modal-content-simple{position:relative;max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center}.modal-image-full{max-width:100%;max-height:95vh;object-fit:contain}.loading-spinner{position:absolute;color:#fff;font-size:1.2rem;z-index:1002}@media (max-width: 768px){.photo-grid{gap:2px}.photo-thumbnail{height:150px}.photo-modal{padding:1rem}.modal-content-simple{max-width:98vw;max-height:98vh}.modal-image-full{max-height:90vh}.close-button{top:.5rem;right:.5rem;width:36px;height:36px;font-size:1.3rem}}@media (max-width: 1024px){.photo-grid{gap:3px}.photo-thumbnail{height:180px}}@media (prefers-reduced-motion: no-preference){.photo-card{animation:fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(20px)}.photo-card:nth-child(1){animation-delay:.1s}.photo-card:nth-child(2){animation-delay:.2s}.photo-card:nth-child(3){animation-delay:.3s}.photo-card:nth-child(4){animation-delay:.4s}.photo-card:nth-child(5){animation-delay:.5s}.photo-card:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}}.photo-card:focus{outline:2px solid #6366f1;outline-offset:2px}.close-button:focus{outline:2px solid white;outline-offset:2px}
