.about-layout{display:flex;align-items:flex-end;justify-content:flex-start;gap:clamp(2rem,6vw,5rem);max-width:1600px;margin:120px auto 0;padding:0 2rem}.home{flex:2.5;margin-left:auto;max-width:1100px;padding:2.5rem;border-radius:30px;background-color:#d1d1d1}.home h1{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:35px;font-weight:600;text-align:center}.home hr{width:600px;height:6px;background-color:#1f2933}.flash-name{font-weight:700;padding:.5rem 1rem;border-radius:35px;border:1px solid #1e90ff;animation:colorFlash 3s infinite}.home-list{list-style:none;padding:30px;margin:0;display:grid;gap:1.2rem}.home-list li{font-size:22px;line-height:1.7;padding-left:1.8rem;position:relative}.home-list li:before{content:"▹";position:absolute;left:0;top:.1rem;color:#1e90ff;font-size:1.4rem}.hand-scene{position:relative;flex:1.2;height:clamp(360px,45vw,520px)}.hand-image{position:absolute;left:50%;bottom:0;top:3%;transform:translate(-120%);width:clamp(420px,55vw,820px);pointer-events:none;z-index:1}.cube-wrapper{position:absolute;left:38%;bottom:clamp(120px,16vw,190px);transform:translate(-50%);animation:float 3s ease-in-out infinite;perspective:800px;z-index:2}.cube{width:clamp(48px,6vw,70px);height:clamp(48px,6vw,70px);position:relative;transform-style:preserve-3d;animation:spin 6s linear infinite}.face{position:absolute;width:100%;height:100%;background:#ff0000d9;border:1px solid rgba(255,255,255,.4);box-shadow:0 0 15px #f009}.front{transform:translateZ(50%)}.back{transform:rotateY(180deg) translateZ(50%)}.right{transform:rotateY(90deg) translateZ(50%)}.left{transform:rotateY(-90deg) translateZ(50%)}.top{transform:rotateX(90deg) translateZ(50%)}.bottom{transform:rotateX(-90deg) translateZ(50%)}@keyframes spin{0%{transform:rotateX(0) rotateY(0)}to{transform:rotateX(360deg) rotateY(360deg)}}@keyframes float{0%{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-14px)}to{transform:translate(-50%) translateY(0)}}@keyframes colorFlash{0%{color:#0f3d3a}33%{color:#1e90ff}66%{color:#ff6f61}to{color:#0f3d3a}}@media(max-width:992px){.about-layout{flex-direction:column;align-items:center}.home{margin-left:0}.hand-scene{order:-1;width:100%}.cube-wrapper{bottom:clamp(100px,28vw,160px)}}.education{flex:3;max-width:1100px;margin:0;padding:2.5rem;border-radius:30px;background-color:#d1d1d1}.education ul,.education-list{list-style:none;padding:0;margin-bottom:2rem}.education-list li{position:relative;padding-left:1.8rem;font-size:22px;margin-bottom:.75rem}.education-list li:before{content:"▹";position:absolute;left:0;top:.1rem;color:#1e90ff;font-size:1.4rem}.education{max-width:1100px;margin:40px auto 0;padding:2rem;border-radius:30px;background-color:#d1d1d1}section.education h1{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:35px;font-weight:600}.education hr{width:300px;height:6px;background-color:#1f2933}.education ul{list-style:none;padding:0;margin-bottom:2rem}.education ul li{font-size:22px;margin-bottom:.5rem}.education-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:15px;overflow:hidden;font-size:14px}.education-table th{background-color:#1f2933;color:#fff;padding:12px;text-align:left;font-weight:600}.education-table td{padding:10px 12px;border-bottom:1px solid #e5e5e5;vertical-align:top}.education-table tbody tr:nth-child(2n){background-color:#f9f9f9}.education-table tbody tr:hover{background-color:#eefcf8}.education-table td:first-child{font-weight:500}@media(max-width:768px){.education{padding:1.5rem}.education-table{font-size:12px}.education-table th,.education-table td{padding:8px}}.education-container{display:flex;align-items:flex-start;justify-content:center;gap:2.5rem;max-width:1400px;margin:0 auto;padding-top:20px}.education-image{flex:1;display:flex;justify-content:center}.education-image img{width:100%;max-width:600px;height:auto;object-fit:cover;border-radius:20px;position:sticky;top:120px}.education-image img{height:800px;object-fit:cover;border-radius:20px;position:sticky;top:100px}@media(max-width:992px){.education-container{flex-direction:column;align-items:center}.education-image img{height:400px;margin-top:2rem}}.hobbies{max-width:1100px;margin:40px auto;padding:2rem;border-radius:30px;background-color:#d1d1d1}.hobbies h1{text-align:center;font-size:35px;font-weight:600;margin-bottom:2rem}.hobbies hr{width:400px;height:6px;background-color:#1f2933}.slider-container{position:relative;overflow:hidden;width:100%;height:500px;border-radius:20px}.slide{display:flex;position:absolute;inset:0;transform:translate(100%);transition:transform 1s ease-in-out}.slide.active{transform:translate(0)}.text-box{flex:3;color:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:center}.text-box h2{font-size:28px;margin-bottom:1rem}.text-box p{font-size:20px;line-height:1.6}.slide img{flex:7;width:100%;object-fit:cover}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0006;color:#fff;border:none;font-size:28px;width:45px;height:45px;border-radius:50%;cursor:pointer}#prevBtn{left:15px}#nextBtn{right:15px}@media(max-width:768px){.slide{flex-direction:column}.text-box{padding:2rem}}.photo-wall{max-width:1200px;margin:4rem auto;padding:2rem}.photo-wall h2{text-align:center;font-size:32px;margin-bottom:2rem}.photo-wall hr{width:300px;height:6px;background-color:#1f2933}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.photo-item{overflow:hidden;border-radius:15px;background-color:#eee}.photo-item img{width:100%;height:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .4s ease}.photo-item:hover img{transform:scale(1.08)}@media(max-width:900px){.photo-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.photo-grid{grid-template-columns:repeat(2,1fr)}}.photo-wall{padding:4rem 2rem}.photo-wall h2{text-align:center;margin-bottom:3rem}.hobby-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.hobby-card{background:#f2f2f2;padding:1.5rem;border-radius:20px}.hobby-title{text-align:center;margin-bottom:1rem;font-size:1.3rem}.photo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border:3px solid black;border-radius:20px;padding:20px}.photo-row img{width:100%;height:160px;object-fit:cover;border-radius:12px;cursor:pointer;transition:transform .3s ease}.photo-row img:hover{transform:scale(1.05)}.lightbox{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:999}.lightbox img{max-width:90%;max-height:90%;border-radius:16px}.contact{max-width:900px;margin:40px auto 0;padding:2rem;border-radius:30px;background-color:#d1d1d1;display:flex;flex-direction:column;gap:1.2rem}section.contact h1{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:35px;font-weight:600}.contact hr{width:300px;height:6px;background-color:#1f2933;border:none;margin:0 auto 1.5rem}.contact input,.contact textarea{width:100%;padding:14px 16px;border-radius:15px;border:1px solid #d1d5db;font-size:16px;font-family:inherit;outline:none}.contact textarea{min-height:140px;resize:vertical}.contact input:focus,.contact textarea:focus{border-color:#1e90ff;box-shadow:0 0 0 2px #1e90ff33}.contact button{align-self:center;padding:12px 30px;border-radius:25px;border:none;background-color:#1f2933;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.contact button:hover{background-color:#0f3d3a;transform:translateY(-1px)}@media(max-width:768px){.contact{padding:1.5rem}}.animated-bg{position:fixed;inset:0;background-color:#000;overflow:hidden;z-index:-1;animation:animateBg 50s linear infinite}@keyframes animateBg{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.animated-bg span{position:absolute;width:4px;height:4px;background:#fff;border-radius:50%;box-shadow:0 0 0 4px #ffffff1a,0 0 0 8px #ffffff1a,0 0 20px #fff;animation:shooting 5s linear infinite}.animated-bg span:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:300px;height:1px;background:linear-gradient(90deg,#fff,transparent)}@keyframes shooting{0%{transform:rotate(315deg) translate(0);opacity:1}to{transform:rotate(315deg) translate(-1500px);opacity:0}}.animated-bg span:nth-child(1){top:0;right:0;animation-duration:1s}.animated-bg span:nth-child(2){top:0;right:80px;animation-duration:3s}.animated-bg span:nth-child(3){top:80px;right:0;animation-duration:2s}.animated-bg span:nth-child(4){top:0;right:180px;animation-duration:1.5s}.animated-bg span:nth-child(5){top:0;right:400px;animation-duration:2.5s}.animated-bg span:nth-child(6){top:0;right:600px;animation-duration:3s}.animated-bg span:nth-child(7){top:300px;right:0;animation-duration:1.75s}.animated-bg span:nth-child(8){top:0;right:700px;animation-duration:1.25s}.animated-bg span:nth-child(9){top:0;right:1000px;animation-duration:2.25s}.animated-bg span:nth-child(10){top:0;right:1200px;animation-duration:2.25s}body{font-family:Arial,sans-serif;margin:0}nav{margin:25px;padding:1rem;width:70px}nav a{background:gray;color:#fff;padding:20px;font-size:50px;font-weight:600;border:2px solid white;border-radius:20px;margin-right:1rem;text-decoration:none}nav a:hover{text-decoration:underline}section{padding:2rem}
