*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#1a1a1a;color:#fff;overflow:hidden}.portfolio-container{width:100vw;height:100vh;position:relative;overflow:hidden}.navigation{position:fixed;top:30px;right:50px;display:flex;gap:25px;z-index:100}.nav-link{color:#999;text-decoration:none;font-size:13px;letter-spacing:1px;transition:color .3s ease;cursor:pointer;white-space:nowrap}.nav-link:hover,.nav-link.active{color:#fff}.page-indicator{position:fixed;left:40px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:15px;z-index:100}.dot{width:10px;height:10px;border-radius:50%;background:#444;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff;transform:scale(1.3)}.dot:hover{background:#666}.page{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(100px);transition:all .8s cubic-bezier(.4,0,.2,1);pointer-events:none}.page.active{opacity:1;transform:translateY(0);pointer-events:all}.page.transitioning-out{opacity:0;transform:translateY(-100px)}.home-content{text-align:center;padding:20px}.home-content h1{font-size:clamp(40px,8vw,80px);font-weight:700;letter-spacing:10px;animation:fadeInUp 1s ease}.skills-background{position:absolute;bottom:120px;left:50%;transform:translate(-50%);display:flex;gap:30px;font-size:60px;font-weight:700;letter-spacing:5px;color:#fff;flex-wrap:wrap;justify-content:center;max-width:90%}.about-content{display:flex;align-items:center;gap:80px;max-width:1000px;padding:0 50px}.profile-image{width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;animation:scaleIn .8s ease;flex-shrink:0}.about-text h2{font-size:clamp(30px,5vw,50px);margin-bottom:30px;animation:fadeInRight .8s ease .2s both}.about-text p{font-size:clamp(14px,2vw,16px);line-height:1.8;color:#ccc;animation:fadeInRight .8s ease .4s both}.education-content{display:flex;gap:100px;max-width:1200px;padding:0 50px}.education-left{flex:1}.education-left h2{font-size:clamp(30px,5vw,50px);margin-bottom:50px;animation:fadeInLeft .8s ease}.education-item{margin-bottom:40px;animation:fadeInLeft .8s ease}.education-item h3{font-size:clamp(16px,2.5vw,20px);margin-bottom:5px}.education-item p{color:#999;font-size:clamp(12px,2vw,14px)}.education-images{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:15px;animation:fadeInRight .8s ease}.edu-img{width:100%;aspect-ratio:4 / 3;background:#333;border-radius:5px;overflow:hidden;display:flex;align-items:center;justify-content:center}.work-content{display:flex;gap:80px;max-width:1200px;padding:0 50px;align-items:center}.work-image{width:400px;height:400px;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:10px;animation:scaleIn .8s ease;flex-shrink:0}.work-text h2{font-size:clamp(30px,5vw,50px);margin-bottom:50px;animation:fadeInRight .8s ease .2s both}.work-item{margin-bottom:30px;animation:fadeInRight .8s ease .4s both}.work-item h3{font-size:clamp(16px,2.5vw,20px);margin-bottom:5px}.work-item p{color:#999;font-size:clamp(12px,2vw,14px)}.work-item ul{margin-top:10px;padding-left:20px}.work-item li{color:#999;font-size:clamp(12px,2vw,14px);margin-bottom:5px}.mywork-content{text-align:center;width:100%;padding:0 50px;max-width:1400px}.mywork-content h2{font-size:clamp(40px,6vw,60px);margin-bottom:20px;animation:fadeInUp .8s ease}.mywork-content>p{color:#999;margin-bottom:60px;font-size:clamp(14px,2vw,16px);animation:fadeInUp .8s ease .2s both}.gallery-container{position:relative;overflow:hidden;width:100%;touch-action:pan-y}.gallery{display:flex;gap:30px;transition:transform .6s cubic-bezier(.4,0,.2,1);padding:0 20px;touch-action:pan-x}.gallery-item{position:relative;cursor:pointer;animation:fadeInUp .8s ease both;border-radius:10px;overflow:hidden;flex-shrink:0;width:calc((100% - 60px) / 3)}.gallery-img{width:100%;height:300px;border-radius:10px;transition:transform .5s ease;overflow:hidden;position:relative}.gallery-real-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-real-image{transform:scale(1.05)}.placeholder-img{width:100%;height:100%}.placeholder-img.fullstack{background:linear-gradient(135deg,#667eea,#764ba2)}.placeholder-img.react{background:linear-gradient(135deg,#4facfe,#00f2fe)}.placeholder-img.django{background:linear-gradient(135deg,#0f4c3a,#1a7f64)}.placeholder-img.automation{background:linear-gradient(135deg,#fa709a,#fee140)}.placeholder-img.database{background:linear-gradient(135deg,#30cfd0,#330867)}.placeholder-img.docker{background:linear-gradient(135deg,#2196f3,#1565c0)}.gallery-item:hover .gallery-img{transform:scale(1.05)}.gallery-label{margin-top:15px;font-size:clamp(14px,2vw,18px);font-weight:500}.gallery-navigation{display:flex;justify-content:center;gap:10px;margin-top:40px}.gallery-dot{width:8px;height:8px;border-radius:50%;background:#444;transition:all .3s ease;cursor:pointer}.gallery-dot.active{background:#fff;width:30px;border-radius:4px}.thankyou-content{text-align:center;padding:20px}.thankyou-content h2{font-size:clamp(40px,7vw,70px);animation:fadeInUp .8s ease}.thankyou-content p{color:#999;margin-top:20px;font-size:clamp(14px,2.5vw,18px);animation:fadeInUp .8s ease .2s both}.footer{position:fixed;bottom:0;left:0;right:0;padding:15px 50px;display:flex;justify-content:center;align-items:center;gap:30px;background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #333;z-index:99}.social-links{display:flex;gap:25px;align-items:center}.social-link{color:#999;text-decoration:none;font-size:14px;transition:color .3s ease;display:flex;align-items:center;gap:8px}.social-link:hover{color:#fff}.contact-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 30px;border-radius:25px;font-size:14px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;font-weight:500}.contact-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.download-cv{background:transparent;color:#fff;border:2px solid white;padding:10px 25px;border-radius:25px;font-size:13px;cursor:pointer;transition:all .3s ease;font-weight:500;letter-spacing:1px}.download-cv:hover{background:#fff;color:#1a1a1a;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.horizontal-line{position:fixed;width:200px;height:1px;background:#333}.line-top{top:30px;left:30px}.line-bottom{bottom:30px;left:30px}.line-right-top{top:30px;right:30px}.line-right-bottom{bottom:30px;right:30px}@media(max-width:1024px){.navigation{right:30px;gap:15px}.nav-link{font-size:11px}.page-indicator{left:20px}.about-content,.education-content,.work-content{gap:40px;padding:0 30px}.profile-image,.work-image{width:250px;height:250px}.gallery-item{width:calc((100% - 40px)/2)}}@media(max-width:768px){.navigation{top:20px;right:20px;flex-direction:column;gap:10px;align-items:flex-end}.page-indicator{left:15px}.dot{width:8px;height:8px}.about-content{flex-direction:column;gap:30px;padding:20px}.profile-image{width:200px;height:200px}.education-content{flex-direction:column;padding:20px;gap:40px}.education-images{grid-template-columns:repeat(2,1fr)}.work-content{flex-direction:column;padding:20px;gap:30px}.work-image{width:100%;max-width:300px;height:300px}.mywork-content{padding:20px}.gallery{gap:20px}.gallery-item{width:100%}.gallery-img{height:250px}.horizontal-line{width:100px}.line-top,.line-bottom{left:15px}.line-right-top,.line-right-bottom{right:15px}.footer{padding:12px 20px;flex-wrap:wrap;gap:15px}.social-links{gap:15px;flex-wrap:wrap;justify-content:center}.social-link{font-size:12px}.contact-button{padding:10px 25px;font-size:13px}.skills-background{font-size:30px;gap:15px;bottom:120px}}@media(max-width:480px){.home-content h1{letter-spacing:5px}.navigation{font-size:10px}.gallery-img{height:200px}.edu-img img{width:100%;height:100%;object-fit:contain;object-position:50% 30%}.skills-background{font-size:20px}}.about-buttons{display:flex;gap:15px;margin-top:30px;animation:fadeInRight .8s ease .6s both}.about-btn{padding:10px 20px;border-radius:25px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;outline:none;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:8px}.github-btn{background:#333;color:#fff}.github-btn:hover{background:#444;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.linkedin-btn{background:#0077b5;color:#fff}.linkedin-btn:hover{background:#00669c;transform:translateY(-2px);box-shadow:0 5px 15px #0077b54d}.cv-btn{background:transparent;color:#fff;border:2px solid white}.cv-btn:hover{background:#fff;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 5px 15px #ffffff1a}@media(max-width:768px){.about-buttons{flex-direction:column;gap:10px;margin-top:25px}.about-btn{width:100%;text-align:center;padding:12px 20px}}@media(max-width:480px){.about-buttons{margin-top:20px}.about-btn{font-size:13px;padding:10px 15px}}.english-level-btn{background:#ff416c26;color:#ff8ba0;border:1.5px solid rgba(255,65,108,.3);padding:6px 16px;border-radius:16px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px;letter-spacing:.3px;animation:fadeInLeft .8s ease .6s both}.english-level-btn:hover{background:#ff416c40;border-color:#ff416c80;transform:translateY(-1px)}.english-level-btn:active{transform:translateY(0)}@media(max-width:768px){.english-level-btn{padding:7px 18px;font-size:12px;margin-top:10px}}@media(max-width:480px){.english-level-btn{padding:6px 16px;font-size:11px;margin-top:8px}}.project-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease;padding:20px}.project-modal{background:#1a1a1a;border-radius:16px;width:100%;max-width:1200px;max-height:90vh;overflow-y:auto;border:1px solid #333;box-shadow:0 20px 60px #0006;animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #333;position:sticky;top:0;background:#1a1a1a;z-index:10;border-radius:16px 16px 0 0}.modal-header h3{font-size:clamp(24px,3vw,32px);font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-close{background:#ffffff1a;border:1px solid #333;border-radius:12px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#999}.modal-close:hover{background:#ffffff26;color:#fff;transform:rotate(90deg)}.modal-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:32px}.modal-gallery{position:relative;border-radius:12px;overflow:hidden;background:#0a0a0a}.modal-main-image{width:100%;min-height:400px;max-height:600px;position:relative;overflow:hidden;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#0a0a0a}.modal-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);animation:shimmer 2s infinite linear;background-size:200% 200%}.modal-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;z-index:2}.modal-nav-button:hover{background:#667eeacc;transform:translateY(-50%) scale(1.1)}.modal-nav-button.prev{left:20px}.modal-nav-button.next{right:20px}.modal-image-dots{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:2}.modal-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.modal-dot.active{background:#fff;width:24px;border-radius:6px}.modal-dot:hover{background:#fff9}.modal-details{display:flex;flex-direction:column;gap:24px}.detail-group h4{font-size:16px;font-weight:600;color:#667eea;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}.detail-group p{color:#ccc;line-height:1.6;font-size:15px}.detail-row{display:grid;grid-template-columns:2fr 1fr;gap:24px}.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.tech-tag{background:#667eea26;color:#667eea;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500;border:1px solid rgba(102,126,234,.3);transition:all .3s ease}.tech-tag:hover{background:#667eea40;transform:translateY(-2px)}.detail-value{color:#fff!important;font-weight:500;font-size:16px!important}.features-list{list-style:none;padding:0;margin:0}.features-list li{color:#ccc;padding:8px 0 8px 20px;position:relative;font-size:14px;line-height:1.5}.features-list li:before{content:"▸";position:absolute;left:0;color:#667eea;font-size:12px}.modal-actions{display:flex;gap:16px;margin-top:16px;padding-top:24px;border-top:1px solid #333}.modal-action-btn{flex:1;padding:14px 24px;border-radius:12px;font-weight:500;font-size:15px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;border:none}.modal-action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modal-action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.modal-action-btn.secondary{background:transparent;color:#fff;border:1.5px solid #333}.modal-action-btn.secondary:hover{background:#ffffff0d;border-color:#667eea;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(max-width:1024px){.modal-content{grid-template-columns:1fr;gap:30px}.modal-header{padding:20px 24px}.modal-content{padding:24px}}@media(max-width:768px){.project-modal{max-height:85vh}.modal-header h3{font-size:22px}.detail-row{grid-template-columns:1fr;gap:20px}.modal-actions{flex-direction:column}.modal-nav-button{width:40px;height:40px}.modal-nav-button.prev{left:12px}.modal-nav-button.next{right:12px}}@media(max-width:480px){.project-modal-overlay{padding:12px}.modal-header{padding:16px 20px}.modal-content{padding:20px;gap:20px}.modal-close{width:36px;height:36px}.modal-action-btn{padding:12px 20px;font-size:14px}}.modal-project-nav-side{position:fixed;top:50%;transform:translateY(-50%);background:#fff;border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#1a1a1a;z-index:1001;box-shadow:0 4px 20px #00000026}.modal-project-nav-side:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 30px #00000040}.modal-project-nav-side.prev{left:calc(50% - 663px)}.modal-project-nav-side.next{right:calc(50% - 663px)}.modal-project-nav-side.prev:hover{transform:translateY(-50%) scale(1.1) translate(-3px)}.modal-project-nav-side.next:hover{transform:translateY(-50%) scale(1.1) translate(3px)}.modal-project-indicators{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10;background:#1a1a1acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 20px;border-radius:30px;border:1px solid #333}.project-indicator-dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease;position:relative}.project-indicator-dot:hover{background:#fff9;transform:scale(1.2)}.project-indicator-dot.active{background:#fff;transform:scale(1.3);box-shadow:0 0 10px #ffffff80}@media(max-width:1400px){.modal-project-nav-side.prev{left:calc(50% - 563px)}.modal-project-nav-side.next{right:calc(50% - 563px)}}@media(max-width:1200px){.modal-project-nav-side.prev{left:20px}.modal-project-nav-side.next{right:20px}}@media(max-width:768px){.modal-project-nav-side{width:48px;height:48px;bottom:80px;top:auto;transform:none}.modal-project-nav-side:hover{transform:scale(1.05)}.modal-project-nav-side.prev{left:20px}.modal-project-nav-side.next{right:20px}.modal-project-nav-side.prev:hover{transform:scale(1.05) translate(-2px)}.modal-project-nav-side.next:hover{transform:scale(1.05) translate(2px)}.modal-project-nav-side svg{width:20px;height:20px}.modal-project-indicators{bottom:16px;padding:10px 16px;gap:10px}.project-indicator-dot{width:8px;height:8px}.modal-header{padding:20px}.modal-header h3{font-size:20px}}@media(max-width:480px){.modal-project-nav-side{width:44px;height:44px;bottom:70px}.modal-project-nav-side.prev{left:12px}.modal-project-nav-side.next{right:12px}.modal-project-nav-side svg{width:18px;height:18px}.modal-project-indicators{bottom:12px;padding:8px 14px;gap:8px}.project-indicator-dot{width:7px;height:7px}.modal-header{padding:16px}.modal-close{width:36px;height:36px}}.modal-real-image{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.modal-main-image{min-height:350px;max-height:500px}}@media(max-width:768px){.modal-main-image{min-height:250px;max-height:400px}}@media(max-width:480px){.modal-main-image{min-height:200px;max-height:300px}}.title-subtitle{font-size:1.2rem;color:#4b5563;margin-top:.5rem;font-weight:400;letter-spacing:.025em;opacity:0;transform:translateY(20px);animation:subtitleReveal 1s ease-out forwards;animation-delay:.3s}.dark .title-subtitle{color:#d1d5db}@keyframes subtitleReveal{0%{opacity:0;transform:translateY(20px)}50%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes subtitleRevealSmooth{0%{opacity:0;transform:translateY(30px)}60%{opacity:.8;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes subtitleRevealFloat{0%{opacity:0;transform:translateY(25px) scale(.95)}70%{opacity:.7;transform:translateY(-2px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.title-subtitle.float{animation:subtitleRevealFloat 1s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:.3s}.title-subtitle.gradient{background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:500}
