@tailwind base;@tailwind components;@tailwind utilities;body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;box-shadow:0 6px 15px #0000001a;display:flex;font-family:Noto Sans KR,sans-serif;justify-content:space-between;left:0;margin:0 auto;padding:16px 24px;position:fixed;right:0;top:0;z-index:100}@media (max-width:768px){.header{align-items:flex-start;flex-direction:column}.header nav{margin-top:8px}.header nav a{margin-left:0;margin-right:16px}}.logo{color:#6d5ba5;font-size:1.4rem;font-weight:600}nav .nav-link,nav a{color:#333;cursor:pointer;font-weight:500;margin-left:24px;text-decoration:none;transition:color .3s ease}nav .nav-link:hover,nav a:hover{color:#a678b4}.hero{align-items:center;animation:gradientShift 8s ease infinite;background:linear-gradient(135deg,#c7b7e6,#b7d9f2,#f5c4d6);background-size:200% 200%;color:#333;display:flex;flex-direction:column-reverse;font-family:Noto Sans KR,sans-serif;justify-content:center;min-height:100vh;padding-top:80px;text-align:center}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-text h1{font-size:2.5rem;font-weight:600;margin-bottom:16px}.hero-text p{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.hero-image img{border:5px solid #fff;border-radius:50%;box-shadow:0 10px 30px #00000026;height:200px;margin-bottom:24px;object-fit:cover;width:200px}#aboutme{color:#333;font-family:Noto Sans KR,sans-serif;font-size:1.1rem;line-height:1.8;margin:100px auto 80px;max-width:800px;padding:0 20px}#aboutme h3{background:linear-gradient(90deg,#c7b7e6,#b7d9f2,#f5c4d6);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:2rem;font-weight:600;margin-bottom:30px;text-align:center}#aboutme strong{color:#a678b4}.projects{background:#fdfdff;font-family:Noto Sans KR,sans-serif;padding:80px 20px}.projects h3{background:linear-gradient(90deg,#c7b7e6,#b7d9f2,#f5c4d6);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:2rem;font-weight:600;margin-bottom:40px;text-align:center}.project-list{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.project-card{background:#fff;border-radius:16px;box-shadow:0 6px 18px #0000001a;cursor:pointer;padding:24px;transition:transform .3s ease}.project-card:hover{transform:translateY(-8px)}.project-card h4{color:#5c4d7d;font-size:1.3rem;font-weight:600;margin-bottom:12px}.project-card p{color:#555;font-size:.95rem;margin-bottom:8px}.tech-tags{gap:6px;margin-top:8px}.tag{font-size:.75rem;padding:4px 8px}.project-card img{border-radius:10px;height:180px;margin-top:12px;object-fit:cover;width:100%}.contact{background:linear-gradient(135deg,#c7b7e6,#b7d9f2,#f5c4d6);color:#333;font-family:Noto Sans KR,sans-serif;padding:80px 20px;text-align:center}.contact h3{background:linear-gradient(90deg,#c7b7e6,#b7d9f2,#f5c4d6);background-clip:text;-webkit-background-clip:text;font-size:2rem;font-weight:600;margin-bottom:24px}.contact p{font-size:1.05rem;margin:10px 0}.contact a{color:#5c4d7d;font-weight:500;text-decoration:none}.contact a:hover{text-decoration:underline}.contact-links{display:flex;gap:24px;justify-content:center;margin-top:24px}.contact-links a{color:#5c4d7d;transition:color .3s ease}.contact-links a:hover{color:#a678b4}.footer{background-color:#fefefe;border-top:1px solid #ddd;color:#888;font-size:.9rem;padding:30px 0;text-align:center}.project-detail{color:#333;font-family:Noto Sans KR,sans-serif;line-height:1.8;margin:120px auto 80px;max-width:800px;padding:0 20px}.project-detail h2{background:linear-gradient(90deg,#b7d9f2,#f5c4d6);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:2.2rem;font-weight:700;margin-bottom:24px;margin-top:0}.project-detail .meta{color:#666;font-size:.95rem;margin-bottom:16px}.project-detail .section-title{border-bottom:2px solid #e4e1f7;font-size:1.3rem;font-weight:600;margin-top:40px;padding-bottom:6px}.project-detail p{margin:14px 0;white-space:pre-line}.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 20px}.tag{background-color:#e4e1f7;border-radius:12px;color:#4e3f77;font-size:.8rem;padding:4px 12px}.image-list{display:flex;flex-direction:column;gap:20px;margin-top:32px}.image-list img{border-radius:12px;box-shadow:0 4px 12px #0000001a;object-fit:cover;width:100%}.back-button{background:none;border:none;color:#5c4d7d;cursor:pointer;display:inline-block;font-family:Noto Sans KR,sans-serif;font-size:1rem;font-weight:500;margin-bottom:24px;padding:0}.back-button:hover{text-decoration:underline}
/*# sourceMappingURL=main.095413f9.css.map*/