@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";:root{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--card: 240 5.9% 10%;--card-foreground: 0 0% 98%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 240 5.9% 10%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--accent: 240 3.7% 15.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 240 4.9% 83.9%;--radius: .5rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Pretendard,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:var(--radius)}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}@media (max-width: 380px){*{word-break:keep-all;word-wrap:break-word}p{line-height:1.5;letter-spacing:-.02em}}.header{position:fixed;top:0;left:0;width:100%;background:#09090b99;padding:1rem 2rem;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border))}.navbar{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.navbar-brand a{display:flex;align-items:center;text-decoration:none;color:hsl(var(--foreground));gap:.75rem}.brand-logo{width:2.25rem;height:2.25rem}.brand-name{font-size:1.5rem;font-weight:700;letter-spacing:-.025em}.navbar-links{display:flex;gap:.75rem;align-items:center}.nav-link{color:hsl(var(--muted-foreground));text-decoration:none;font-size:.8rem;font-weight:500;transition:color .2s;padding:.5rem;display:block}.nav-link:hover{color:hsl(var(--foreground))}.nav-item-dropdown{position:relative;display:inline-block;height:100%}.dropdown-menu{position:absolute;top:100%;left:0;transform:translateY(10px);background-color:#09090be6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsl(var(--border));border-radius:var(--radius);padding:.5rem;min-width:180px;display:flex;flex-direction:column;gap:.25rem;opacity:0;visibility:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:1000}.nav-item-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{color:hsl(var(--muted-foreground));text-decoration:none;display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;text-align:left;white-space:nowrap;border-radius:4px}.dropdown-link:hover{color:hsl(var(--foreground));background-color:hsl(var(--muted));text-shadow:none}.navbar-toggle{display:none;background:none;border:none;color:hsl(var(--foreground));cursor:pointer;padding:.5rem;z-index:102}.mobile-backdrop,.mobile-header{display:none}@media (max-width: 900px){.header{padding:1rem}.navbar-toggle{display:block}.mobile-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.mobile-backdrop.active{opacity:1;visibility:visible}.navbar-links{position:fixed;top:0;right:0;bottom:0;width:300px;max-width:85vw;height:100dvh;background:hsl(var(--background));border-left:1px solid hsl(var(--border));padding:0;display:flex;flex-direction:column;gap:0;align-items:stretch;justify-content:flex-start;transform:translate(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);z-index:101;box-shadow:-10px 0 30px #00000080}.navbar-links.active{transform:translate(0)}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid hsl(var(--border));margin-bottom:1rem}.mobile-brand{font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.mobile-close-btn{background:none;border:none;color:hsl(var(--muted-foreground));cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.mobile-close-btn:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.nav-link{font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-align:left;width:100%;border-radius:0;color:hsl(var(--foreground))}.nav-link:hover{background:hsl(var(--muted))}.nav-item-dropdown{display:block;width:100%;height:auto}.dropdown-menu{position:static;width:100%;transform:none;opacity:1;visibility:visible;background:transparent;box-shadow:none;padding:.5rem 0 .5rem 2rem;display:flex;flex-direction:column;gap:.25rem;border:none;margin-top:0;border-left:2px solid hsl(var(--border));margin-left:1.5rem}.dropdown-link{font-size:.9rem;color:hsl(var(--muted-foreground));padding:.5rem 1rem;text-align:left;display:block;width:100%}.dropdown-link:hover{color:hsl(var(--foreground));background:transparent;text-decoration:underline;text-shadow:none}.nav-item-dropdown:hover .dropdown-menu{transform:none}}.footer{background:hsl(var(--background) / .75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid hsl(var(--border));padding:4rem 1.25rem 2rem;color:hsl(var(--foreground))}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:3rem;position:relative}.footer-brand{max-width:300px;text-align:left}.footer-logo-text{display:block;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.025em}.footer-tagline{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6}.footer-links{display:flex;gap:3rem}.footer-section{display:flex;flex-direction:column;gap:.75rem;text-align:left}.footer-heading{font-size:.875rem;font-weight:600;margin-bottom:.25rem;color:hsl(var(--foreground))}.footer-link,.footer-address{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s}.footer-link:hover{color:hsl(var(--foreground))}.footer-icon{opacity:.7}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid hsl(var(--border));text-align:left}.footer-copyright{font-size:.875rem;color:hsl(var(--muted-foreground))}.footer-map-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:400px;height:250px;background:#111;border:1px solid hsl(var(--border) / .5);border-radius:.75rem;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0003;z-index:100;pointer-events:none}.footer-map-overlay.visible{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}@media (max-width: 768px){.footer{padding:3rem 1rem 1.5rem}.footer-container{flex-direction:column;gap:2rem}.footer-brand,.footer-links,.footer-section{text-align:left}.footer-map-overlay{display:none}}.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-10;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 20px;max-width:1200px}.hero-title{font-size:60px;font-weight:700;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase;text-shadow:2px 2px 10px rgba(0,0,0,.5)}.hero-subtitle{font-size:32px;font-weight:400;margin-bottom:30px;opacity:.9}.hero-description p{font-size:20px;line-height:1.8;opacity:.85}@media (max-width: 768px){.hero-title{font-size:32px}.hero-subtitle{font-size:20px}.hero-description p{font-size:16px}}.mission{padding:120px 20px;background-color:hsl(var(--background) / .6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;color:hsl(var(--foreground));display:flex;align-items:center;justify-content:center;min-height:60vh}.mission-container{max-width:900px;margin:0 auto}.mission-subtitle{color:hsl(var(--muted-foreground));font-weight:600;letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;margin-bottom:1.5rem}.mission-title{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:2rem;letter-spacing:-.05em}.text-gradient{background:linear-gradient(to bottom right,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border:none}.mission-description{font-size:1.5rem;color:hsl(var(--muted-foreground));font-weight:300;line-height:1.6}@media (max-width: 768px){.mission-title{font-size:2.5rem}.mission-description{font-size:1.125rem}}.card{border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--card) / .5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:hsl(var(--card-foreground));box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column}.card-header{display:flex;flex-direction:column;padding:1.5rem;gap:.375rem}.card-title{font-size:1.5rem;font-weight:600;line-height:1;letter-spacing:-.025em}.card-description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}.card-content{padding:1.5rem;padding-top:0;flex-grow:1}.card-footer{display:flex;align-items:center;padding:1.5rem;padding-top:0}.portfolio{background:hsl(var(--background) / .6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6rem 1.25rem;color:hsl(var(--foreground))}.portfolio-container{max-width:1200px;margin:0 auto}.portfolio-header{text-align:center;margin-bottom:3.75rem}.portfolio-header h3{font-size:2rem;font-weight:700;margin-bottom:1.25rem;letter-spacing:-.025em}.portfolio-header p{font-size:1.125rem;line-height:1.8;max-width:800px;margin:0 auto;color:hsl(var(--muted-foreground))}.portfolio-subheader{text-align:left;margin-top:3rem;margin-bottom:1.5rem;padding-left:.5rem;border-left:4px solid hsl(var(--primary))}.portfolio-subheader h4{font-size:1.5rem;font-weight:600;margin:0;letter-spacing:-.025em;color:hsl(var(--foreground))}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.portfolio-card{background:hsl(var(--card) / .5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:hsl(var(--card-foreground));border-radius:var(--radius);padding:0;text-align:left;transition:all .2s;border:1px solid hsl(var(--border));display:flex;flex-direction:column;overflow:hidden}.portfolio-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px -10px #00000080;border-color:#52525b}.portfolio-media{margin-bottom:0;border-radius:0;overflow:hidden;aspect-ratio:16/9;border:none;border-bottom:1px solid hsl(var(--border));width:100%}.portfolio-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.portfolio-card:hover .portfolio-image{transform:scale(1.05)}.portfolio-placeholder{width:100%;height:100%;background:linear-gradient(135deg,hsl(var(--muted)),hsl(var(--card)))}.portfolio-title{font-size:1.25rem;font-weight:600;margin-bottom:0;letter-spacing:-.025em}.portfolio-description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:1.25rem;flex-grow:1}@media (max-width: 992px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.portfolio{padding:4rem 1rem}.portfolio-header h3{font-size:1.5rem}.portfolio-header p{font-size:1rem}.portfolio-grid{grid-template-columns:1fr}}.tech-stack{padding:6rem 1.25rem;background-color:hsl(var(--background) / .6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:hsl(var(--foreground))}.tech-container{max-width:1200px;margin:0 auto}.tech-heading{text-align:center;font-size:2rem;font-weight:900;margin-bottom:4rem;color:hsl(var(--foreground));letter-spacing:-.025em}.tech-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.tech-card{padding:2rem;background-color:hsl(var(--card) / .5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:none;flex:1 1 300px;max-width:100%;min-width:250px;transition:border-color .2s,background-color .2s}.tech-card:hover{border-color:#52525b;background-color:hsl(var(--accent))}.tech-label{color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;letter-spacing:.05em}.tech-list{list-style:none;padding:0;margin:0;text-align:left}.tech-list li{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.5}.tech-list li:last-child{margin-bottom:0}@media (max-width: 992px){.tech-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.tech-grid{grid-template-columns:1fr}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}
