@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Borel&display=swap);[data-v-368cfff6]:root{--bg:#fff;--fg:#333;--muted:#ececec;--accent:#42b983}.dark[data-v-368cfff6]{--bg:#1e1e1e;--fg:#f0f0f0;--muted:#333;--accent:#68d391}.headerView[data-v-368cfff6]{background-color:var(--bg);color:var(--fg);box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:10}.container[data-v-368cfff6]{max-width:1024px;margin:0 auto;display:flex;align-items:center;padding:0 1rem;height:60px}.logo a[data-v-368cfff6]{font-family:Borel,cursive;font-size:1.6rem;color:var(--fg);text-decoration:none;font-weight:400;line-height:1;display:inline-block;position:relative;top:2px}.nav[data-v-368cfff6]{flex:1;display:flex;justify-content:center;margin-left:2rem;gap:1.5rem}.nav a[data-v-368cfff6]{text-decoration:none;color:var(--fg);font-weight:500;transition:color .2s}.nav a.router-link-active[data-v-368cfff6]{color:var(--accent)}.actions[data-v-368cfff6]{display:flex;align-items:center;gap:.75rem}.icon-btn[data-v-368cfff6]{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s}.icon-btn[data-v-368cfff6]:hover{background-color:var(--muted)}.icon[data-v-368cfff6]{width:1.2rem;height:1.2rem;stroke:var(--fg);fill:var(--fg);transition:stroke .2s,fill .2s}.icon-btn:hover .icon[data-v-368cfff6]{stroke:var(--accent);fill:var(--accent)}.footer[data-v-c79fba7e]{background-color:var(--bg);color:var(--fg);border-top:1px solid var(--muted)}.content[data-v-c79fba7e]{max-width:1024px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.content p[data-v-c79fba7e]{margin:0;font-size:.9rem}.social[data-v-c79fba7e]{display:flex;gap:1rem}.social-icon[data-v-c79fba7e]{width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;background-color:var(--muted);border-radius:.5rem;color:var(--fg);transition:background-color .2s,color .2s}.dark .social-icon[data-v-c79fba7e]{color:var(--fg)}.social-icon[data-v-c79fba7e]:hover{background-color:var(--accent);color:var(--bg)}.icon[data-v-c79fba7e]{width:1.75rem;height:1.75rem}#app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2rem}.separator[data-v-112271ce]{width:100%;max-width:1024px;height:4px;background-color:#e0e0e0;margin:1rem auto}.dark .separator[data-v-112271ce]{background-color:#505050}.home-page[data-v-112271ce]{display:flex;flex-direction:column;align-items:center;gap:3rem;padding:2rem 1rem}.profile-link-box-wrapper[data-v-112271ce]{display:flex;justify-content:center;width:100%;max-width:1024px;margin-top:.5rem;margin-bottom:.5rem}.profile-link-box[data-v-112271ce]{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem;width:700px;height:240px;border:3px solid var(--muted);border-radius:35px;background-color:var(--bg-card);cursor:pointer;transition:background-color .3s ease,border-color .3s ease;padding:1.2rem 2rem 2rem 3rem;box-sizing:border-box;position:relative;text-decoration:none;color:inherit;--bg-card:#fff}.dark .profile-link-box[data-v-112271ce]{border-color:hsla(0,0%,100%,.2);background-color:hsla(0,0%,85%,.02)}.profile-link-box[data-v-112271ce]:hover{background-color:var(--muted);border-color:var(--accent)}.dark .profile-link-box[data-v-112271ce]:hover{background-color:hsla(0,0%,85%,.1);border-color:var(--accent)}.profile-img-wrapper[data-v-112271ce]{width:140px;height:140px;border-radius:50%;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.3);flex-shrink:0}.profile-img[data-v-112271ce]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-text[data-v-112271ce]{display:flex;flex-direction:column;align-items:flex-start;text-align:left;color:var(--fg);flex-grow:1;justify-content:center}.profile-text h1[data-v-112271ce]{font-size:1.6rem;font-weight:900;margin-bottom:.1rem;color:var(--fg)}.profile-text h2[data-v-112271ce]{font-size:1.4rem;font-weight:500;margin-top:0;margin-bottom:.6rem;color:var(--fg);line-height:1.2}.horizontal-separator[data-v-112271ce]{width:80%;height:2px;background-color:var(--muted);margin:.3rem 0 .8rem 0}.profile-list[data-v-112271ce]{margin:0;padding-left:0;list-style:none}.profile-list li[data-v-112271ce]{margin-bottom:.3rem;font-size:1rem;color:var(--fg);line-height:1.4}.arrow-icon[data-v-112271ce]{position:absolute;right:2rem;color:var(--fg);font-size:2.2rem}.profile-link-box:hover .arrow-icon[data-v-112271ce]{color:var(--accent)}.welcome[data-v-112271ce]{text-align:center;max-width:800px}.welcome h1[data-v-112271ce]{margin:0;font-size:1.75rem}.welcome p[data-v-112271ce]{margin:.5rem 0 0}@media (max-width:768px){.profile-link-box-wrapper[data-v-112271ce]{margin-top:.75rem;margin-bottom:.75rem}.profile-link-box[data-v-112271ce]{flex-direction:column;width:90%;height:auto;min-height:240px;border-radius:25px;padding:1rem;gap:1rem;border:2px solid var(--muted)}.profile-img-wrapper[data-v-112271ce]{width:100px;height:100px}.profile-text h1[data-v-112271ce]{font-size:1.4rem}.profile-text h2[data-v-112271ce]{font-size:1.2rem}.horizontal-separator[data-v-112271ce]{width:60%;margin:.3rem 0 .8rem 0}.profile-list li[data-v-112271ce]{font-size:.9rem}.arrow-icon[data-v-112271ce]{position:static;margin-top:.8rem;font-size:2rem}.separator[data-v-112271ce]{margin:.75rem auto}}.card[data-v-5693b648]{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;transition:box-shadow .2s}.card[data-v-5693b648]:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.card-title[data-v-5693b648]{margin:0 0 .5rem;font-size:1.25rem}.card-excerpt[data-v-5693b648]{margin:0 0 1rem;color:#555}.card-link[data-v-5693b648]{text-decoration:none;color:#42b983;font-weight:500}.blog-list[data-v-d22b27ba]{padding:2rem;max-width:1024px;margin:0 auto}.blog-list h2[data-v-d22b27ba]{margin-bottom:1.5rem;font-size:2rem;color:#eee;text-align:center}.grid[data-v-d22b27ba]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;justify-content:center}.pagination[data-v-d22b27ba]{margin-top:2rem;display:flex;justify-content:center;align-items:center;gap:1rem;color:#eee}.pagination button[data-v-d22b27ba]{padding:.5rem 1rem;border:1px solid #555;border-radius:4px;background-color:#333;color:#eee;cursor:pointer;transition:background-color .2s ease}.pagination button[data-v-d22b27ba]:hover:not(:disabled){background-color:#555}.pagination button[data-v-d22b27ba]:disabled{opacity:.5;cursor:not-allowed}.pagination span[data-v-d22b27ba]{font-size:1.1rem}@media (max-width:768px){.grid[data-v-d22b27ba]{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:480px){.grid[data-v-d22b27ba]{grid-template-columns:1fr}}.project-card[data-v-60b3672c]{border:1px solid #333;border-radius:8px;padding:1rem;background-color:#222;color:#eee;transition:box-shadow .2s;display:flex;flex-direction:column;gap:.75rem}.project-card[data-v-60b3672c]:hover{box-shadow:0 4px 12px rgba(0,0,0,.3)}.image-placeholder[data-v-60b3672c]{width:100%;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.project-title[data-v-60b3672c]{margin:0;font-size:1.1rem;line-height:1.3}.project-description[data-v-60b3672c]{margin-top:0;color:#ccc;font-size:.9rem;line-height:1.4;flex-grow:1}.project-tags[data-v-60b3672c]{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.project-tag[data-v-60b3672c]{padding:.3rem .7rem;border:1px solid #555;border-radius:15px;background-color:#444;color:#eee;font-size:.8rem}.projects-view[data-v-f6b8940e]{padding:2rem;max-width:1024px;margin:0 auto;color:#eee}h1[data-v-f6b8940e]{margin-bottom:1.5rem;font-size:2rem;text-align:center}.tags-container[data-v-f6b8940e]{margin-bottom:1rem;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.tag[data-v-f6b8940e]{padding:.5rem 1rem;border:1px solid #555;border-radius:20px;background-color:#333;color:#eee;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.tag[data-v-f6b8940e]:hover{background-color:#555}.grid[data-v-f6b8940e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;justify-content:center;margin-top:1rem}.coming-page[data-v-36d31c69]{min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--fg);background-color:var(--bg);text-align:center;padding:2rem}.coming-page h1[data-v-36d31c69]{font-size:1.75rem;margin-bottom:1rem}.coming-page p[data-v-36d31c69]{margin-bottom:2rem;color:var(--fg)}.back-btn[data-v-36d31c69]{padding:.5rem 1rem;background-color:var(--accent);color:#fff;border-radius:.25rem;text-decoration:none;transition:background-color .2s}.back-btn[data-v-36d31c69]:hover{background-color:#369b6d}.dark .coming-page[data-v-36d31c69]{background-color:var(--bg);color:var(--fg)}.dark .coming-page p[data-v-36d31c69]{color:var(--fg)}.dark .back-btn[data-v-36d31c69]{background-color:var(--accent)}.dark .back-btn[data-v-36d31c69]:hover{background-color:#58c293}:root{--bg:#f9f9f9;--fg:#333;--muted:#d0d0d0;--accent:#49c28b}.dark{--bg:#0d1116;--fg:#e1e1e1;--muted:#333;--accent:#359167}html{font-family:Noto Sans KR,sans-serif;line-height:1.2}body{background-color:var(--bg);transition:background-color .2s,color .2s;margin:0}body,p{color:var(--fg)}p{font-size:1rem;line-height:1.6;margin:0 0 1rem;text-rendering:optimizeLegibility}main{background-color:var(--bg);color:var(--fg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-top:.8em;margin-bottom:.4em}