@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--secondary-color: #64748b;--bg-color: #f8fafc;--surface-color: #ffffff;--text-color: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--error-color: #ef4444;--success-color: #22c55e;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden}body{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-color);line-height:1.5}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:600;transition:all .2s;gap:.5rem}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-outline{border:1px solid var(--border-color);color:var(--text-color)}.btn-outline:hover{background:var(--bg-color)}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;text-align:center;gap:1.5rem}.loader{width:48px;height:48px;border:5px solid var(--border-color);border-top:5px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-container.svelte-12qhfyh{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;position:fixed;top:0;left:0}.app-container.is-public.svelte-12qhfyh{overflow:visible;position:static;height:auto;min-height:100vh;display:block}.main-header.svelte-12qhfyh{display:flex;justify-content:space-between;padding:0 5%;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid var(--border-color);height:64px;flex-shrink:0;align-items:center}.logo.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:1.5rem;font-weight:800;text-decoration:none;color:var(--primary-color)}nav.desktop-nav.svelte-12qhfyh{display:flex;gap:2rem;align-items:center}@media(max-width:768px){nav.desktop-nav.svelte-12qhfyh{display:none}}.mobile-menu-toggle.svelte-12qhfyh{display:none;background:none;border:none;color:var(--text-color);cursor:pointer;padding:.5rem;z-index:110}@media(max-width:768px){.mobile-menu-toggle.svelte-12qhfyh{display:flex;align-items:center;justify-content:center}}.mobile-menu-overlay.svelte-12qhfyh{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000}.mobile-sidebar.svelte-12qhfyh{position:fixed;top:0;right:0;width:280px;height:100%;background:#fff;box-shadow:-4px 0 20px #0000001a;z-index:1001;display:flex;flex-direction:column}.sidebar-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color)}.close-btn.svelte-12qhfyh{background:none;border:none;color:var(--text-muted);cursor:pointer}.sidebar-content.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;padding:1.5rem;gap:2rem}.user-profile-card.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px}.sidebar-avatar.svelte-12qhfyh{width:48px;height:48px;border-radius:50%;border:2px solid white;box-shadow:0 2px 8px #0000001a}.sidebar-avatar-placeholder.svelte-12qhfyh{width:48px;height:48px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.user-details.svelte-12qhfyh{display:flex;flex-direction:column}.user-name.svelte-12qhfyh{font-weight:600;color:var(--text-color)}.user-email.svelte-12qhfyh{font-size:.8rem;color:var(--text-muted)}.sidebar-nav-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.sidebar-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:8px;text-decoration:none;color:var(--text-muted);font-weight:500;transition:all .2s}.sidebar-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.sidebar-nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:#eff6ff;color:var(--primary-color)}.icon-box.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#fff;box-shadow:0 2px 4px #0000000d}.sidebar-footer.svelte-12qhfyh{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border-color)}.sidebar-logout-btn.svelte-12qhfyh{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:8px;border:1px solid #fee2e2;background:snow;color:#ef4444;font-weight:600;cursor:pointer;transition:all .2s}.sidebar-logout-btn.svelte-12qhfyh:hover{background:#fee2e2}.sidebar-login-btn.svelte-12qhfyh{width:100%;display:flex;align-items:center;justify-content:center;padding:.75rem;border-radius:8px;background:var(--primary-color);color:#fff;font-weight:600;text-decoration:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;color:var(--text-muted);font-weight:500;transition:color .2s}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--primary-color)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){position:relative}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:-20px;left:0;width:100%;height:2px;background:var(--primary-color)}.login-btn.svelte-12qhfyh{background:var(--primary-color);color:#fff!important;padding:.5rem 1.5rem;border-radius:8px}.avatar.svelte-12qhfyh{width:30px;height:30px;border-radius:50%;border:2px solid var(--border-color)}.avatar-placeholder.svelte-12qhfyh{width:30px;height:30px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.user-dropdown-wrapper.svelte-12qhfyh{position:relative}.user-dropdown-toggle.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.3rem .6rem .3rem .3rem;border:1px solid var(--border-color);border-radius:24px;background:#fff;cursor:pointer;transition:all .2s;font-size:.85rem;font-weight:500;color:var(--text-color)}.user-dropdown-toggle.svelte-12qhfyh:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #0000000f}.user-display-name.svelte-12qhfyh{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chevron.svelte-12qhfyh{transition:transform .2s;color:var(--text-muted);flex-shrink:0}.chevron.open.svelte-12qhfyh{transform:rotate(180deg)}.dropdown-backdrop.svelte-12qhfyh,.lang-backdrop.svelte-12qhfyh{position:fixed;top:0;left:0;width:100%;height:100%;z-index:199}.user-dropdown-menu.svelte-12qhfyh{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 12px 36px #0000001f;padding:.4rem;z-index:200;min-width:220px}.dropdown-user-info.svelte-12qhfyh{padding:.75rem;display:flex;flex-direction:column;gap:.15rem}.dropdown-user-info.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:.9rem;color:var(--text-color)}.dropdown-user-info.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:.75rem;color:var(--text-muted)}.dropdown-divider.svelte-12qhfyh{height:1px;background:var(--border-color);margin:.25rem 0}.dropdown-item.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;border-radius:8px;font-size:.85rem;font-weight:500;color:var(--text-color);text-decoration:none;border:none;background:none;width:100%;cursor:pointer;transition:background .15s}.dropdown-item.svelte-12qhfyh:hover{background:#f1f5f9;color:var(--primary-color)}.dropdown-item.logout.svelte-12qhfyh{color:#ef4444}.dropdown-item.logout.svelte-12qhfyh:hover{background:#fef2f2;color:#dc2626}main.svelte-12qhfyh{flex:1;position:relative;overflow-y:auto;overflow-x:hidden}.app-container.is-public.svelte-12qhfyh main:where(.svelte-12qhfyh){overflow:visible}footer.svelte-12qhfyh{text-align:center;padding:2rem;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.9rem}footer.svelte-12qhfyh .footer-link:where(.svelte-12qhfyh){color:var(--text-muted);text-decoration:none;transition:color .2s}footer.svelte-12qhfyh .footer-link:where(.svelte-12qhfyh):hover{color:var(--primary-color);text-decoration:underline}.lang-selector.svelte-12qhfyh{position:relative}.lang-toggle.svelte-12qhfyh{background:none;border:1px solid var(--border-color);padding:.35rem .6rem;border-radius:8px;font-size:.8rem;cursor:pointer;color:var(--text-primary);transition:all .2s;display:flex;align-items:center;gap:.35rem;white-space:nowrap}.lang-toggle.svelte-12qhfyh:hover{border-color:var(--primary-color);background:#f8fafc}.lang-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:.4rem;z-index:200;min-width:150px}.lang-option.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:none;font-size:.85rem;cursor:pointer;border-radius:8px;color:var(--text-primary);transition:background .15s}.lang-option.svelte-12qhfyh:hover{background:#f1f5f9}.lang-option.active.svelte-12qhfyh{background:#eff6ff;color:var(--primary-color);font-weight:600}
