:root{--font-main: "GowunBatang", system-ui, sans-serif;--font-serif: "GowunBatang", serif;--space-0-5: .125rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .25s cubic-bezier(.4, 0, .2, 1)}@font-face{font-family:GowunBatang;src:url(../../../fonts/GowunBatang-Bold.woff) format("woff");font-weight:700;font-display:swap}:root[data-theme=light],body[data-theme=light],:root:not([data-theme=dark]){--bg: #f7f3ef;--surface: #ffffff;--text: #1b1a19;--text-muted: #6f6a64;--border: #efe9e2;--logo: #72ab62;--accent: #9fb29a;--accent-soft: rgba(159, 178, 154, .1);--secondary: #c8a88a;--error: #ff4444;--error-soft: rgba(255, 68, 68, .05);--glass-bg: rgba(255, 255, 255, .55);--glass-border: rgba(255, 255, 255, .25)}:root[data-theme=dark],body[data-theme=dark]{--bg: #12110f;--surface: #1c1a17;--text: #efe8dd;--text-muted: #b7aea3;--border: #25221f;--accent: #a8c1b3;--accent-soft: rgba(168, 193, 179, .1);--secondary: #d3b395;--error: #ff6b6b;--error-soft: rgba(255, 107, 107, .05);--glass-bg: rgba(28, 26, 23, .65);--glass-border: rgba(255, 255, 255, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);line-height:1.6;background-color:var(--bg);color:var(--text);min-height:100vh;transition:background-color var(--transition-normal),color var(--transition-normal);-webkit-font-smoothing:antialiased}::selection{background-color:var(--accent);color:#fff}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.04;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.glass{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px) saturate(120%);backdrop-filter:blur(12px) saturate(120%);border-radius:var(--radius-lg)}.container{width:100%;max-width:600px;margin:0 auto;padding:0 var(--space-6)}.quote-text{font-family:var(--font-serif);font-weight:700}a{color:var(--accent);text-decoration:none;transition:opacity var(--transition-fast)}a:hover{opacity:.8}button{font-family:inherit;cursor:pointer;border:none;background:none}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeSlideUp 2s cubic-bezier(.2,.8,.2,1) both}.topbar.svelte-1elecpb{width:100%;border-bottom:none;background:transparent;z-index:100}.topbar-inner.svelte-1elecpb{display:flex;justify-content:space-between;align-items:center;height:80px;padding-left:0!important;padding-right:0!important}.logo-link.svelte-1elecpb{display:flex;align-items:center;transition:opacity var(--transition-fast);flex:1;padding-left:24px}.logo-link.svelte-1elecpb:hover{opacity:.8}.logo-img.svelte-1elecpb{height:36px;width:auto}.topbar-center.svelte-1elecpb{flex:1;display:flex;justify-content:center}.topbar-right.svelte-1elecpb{flex:1;display:flex;justify-content:flex-end;padding-right:24px}.admin-home-btn{color:var(--accent)!important;font-weight:700!important}@media(max-width:640px){.topbar-inner.svelte-1elecpb{height:64px;padding-left:var(--space-4)!important;padding-right:var(--space-4)!important}.logo-img.svelte-1elecpb{height:28px}}.app-layout.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.page-content.svelte-12qhfyh{flex:1;padding-top:var(--space-8);padding-bottom:var(--space-12)}.footer.svelte-12qhfyh{padding:var(--space-4) 0 var(--space-4);border-top:1px solid var(--border);margin-top:var(--space-20)}.footer-content.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:var(--space-8);text-align:center}.brand-name.svelte-12qhfyh{font-size:var(--text-lg);font-weight:800;color:var(--accent);margin-bottom:var(--space-1)}.brand-slogan.svelte-12qhfyh{font-size:var(--text-sm);color:var(--text-muted)}.footer-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--space-4);align-items:center}.footer-link.svelte-12qhfyh{font-size:var(--text-sm);color:var(--text-muted);text-decoration:none;transition:color var(--transition-fast);display:flex;align-items:center;gap:var(--space-2)}.footer-link.svelte-12qhfyh:hover{color:var(--accent)}.link-icon.svelte-12qhfyh{width:16px;height:16px;display:block;filter:none}.tech-stack.svelte-12qhfyh{display:flex;gap:var(--space-3);align-items:center}.tech-icon.svelte-12qhfyh{height:18px;width:auto;filter:grayscale(1) opacity(.6);transition:all var(--transition-fast)}.tech-icon.svelte-12qhfyh:hover{filter:grayscale(0) opacity(1);transform:translateY(-2px)}.footer-info.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--space-2)}.copyright.svelte-12qhfyh,.dev-creds.svelte-12qhfyh{font-size:var(--text-xs);color:var(--text-muted);opacity:.8}.highlight.svelte-12qhfyh{color:var(--accent);font-weight:700}@media(min-width:640px){.footer-content.svelte-12qhfyh{flex-direction:row;justify-content:space-between;text-align:left;align-items:flex-start}.footer-links.svelte-12qhfyh{align-items:flex-start}.footer-info.svelte-12qhfyh{text-align:right;align-items:flex-end}}
