@import url(https://fonts.googleapis.com/css2?family=Gmarket+Sans:wght@400;700&display=swap);.sidebar{width:210px;height:100vh;position:fixed;top:0;left:0;background-color:#f1f3fa;padding:20px;display:flex;flex-direction:column;justify-content:space-between;z-index:100}.sidebar .profile img{width:130px;height:170px;border-radius:50%}nav ul li a{display:block;padding:10px 0;border-bottom:1px solid #555}nav ul li a:hover{background-color:#444}.sidebar .profile{text-align:center;margin-top:40px}.sidebar nav{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;margin-top:20px}.sidebar nav ul{list-style-type:none;padding:0}.sidebar nav ul li{margin:15px 0}.sidebar nav ul li a{color:#333;text-decoration:none;font-size:18px;padding:8px;display:block;transition:background-color .5s ease}.sidebar nav ul li a:hover{background-color:#d7dffa;color:#6f6f6f;transform:scale(1.1);transition:transform .3s ease,background-color .3s ease}.main-content{width:calc(100% - 260px);margin-left:230px;padding-right:50px;overflow:hidden}.section{height:auto;width:100%;margin-top:40px;padding-top:8vh;padding-left:100px;padding-right:80px;margin-bottom:70px;margin-right:20px;display:block;transition:opacity .5s ease-in-out}section:focus{outline:none}.section-title{margin-bottom:40px;font-size:2em}section p{line-height:1.6;font-size:1.1em}.typing{display:inline-block;margin-bottom:50px}.introduce{font-weight:700;margin-bottom:20px}.cursor,.introduce{font-size:30px;line-height:1.5}.cursor{position:relative;bottom:0;animation:blink .7s step-end infinite}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}#section-0{margin-bottom:200px}.contact-info{margin-bottom:15px!important}.contact-icon{margin-top:20px;margin-left:1px;margin-right:20px;display:inline-flex;align-items:center;transition:background-color .3s ease,color .3s ease}.contact-icon svg{width:40px;height:40px;fill:#000;transition:fill .3s ease}.contact-icon:hover svg{fill:#9595f9}.contact-info.icon{display:flex;align-items:center;margin-bottom:10px}.contact-info.icon img,.contact-info.icon svg{width:20px;height:20px;border-radius:50%;margin-right:10px;background-color:#e1e5fc;padding:10px}.contact-info.icon a{text-decoration:none;color:#333}.education{margin-left:50px;color:#6e6e6e}progress{height:10px;border-radius:10px;background-color:#f0f0f0;width:80%}progress::-webkit-progress-bar{background-color:#f0f0f0;border-radius:10px}progress::-webkit-progress-value{background-color:#5b52dc;border-radius:10px}.progress-text{font-size:14px;margin-left:5px;font-weight:700;color:#4c4c4c;display:inline-block}table{width:100%;border-collapse:collapse;margin:20px 0;font-size:16px;font-family:Arial,sans-serif;color:#333;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:10px;overflow:hidden}.awards-info{padding-right:80px}td,th{padding:12px 20px;text-align:left;border-bottom:1px solid #e0e0e0}th{background-color:#889eff;color:#fff;text-transform:uppercase;font-weight:700;letter-spacing:.5px}tr:nth-child(2n){background-color:#f9f9f9}tr:hover{background-color:#f1f1f1}td{color:#555}@media (max-width:768px){table{font-size:14px}.portfolio td,.portfolio th{padding:10px 15px}}.project-note{margin-top:20px;text-align:center;padding-right:80px;font-size:.9rem;color:#888}.projects{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;width:100%;max-width:1200px;margin:0 auto}.project-card{flex:1 1 calc(50% - 20px);max-width:300px;min-width:250px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:20px;transition:transform .3s ease}.project-card:hover{transform:scale(1.05)}.project-image{width:100%;height:auto;border-radius:8px}.project-info{text-align:center;margin-top:10px}.project-title{font-size:1.2rem;font-weight:700;margin-bottom:10px}.project-summary{font-size:1rem;color:#555;margin-bottom:10px}.tech-stack{display:flex;justify-content:center;gap:10px}.tech-badge{width:80px;height:25px}