@charset "UTF-8";:root{--background: #ffffff;--background-warm: #fdfbf7;--card: #ffffff;--popover: #ffffff;--text-primary: #1a1a1a;--text-secondary: #666666;--text-muted: #999999;--foreground: #1a1a1a;--card-foreground: #1a1a1a;--popover-foreground: #1a1a1a;--muted-foreground: #999999;--border: #e0e0e0;--border-strong: #999999;--border-hover: #cccccc;--border-active: #999999;--primary: transparent;--primary-foreground: #1a1a1a;--primary-border: #1a1a1a;--secondary: #f8f8f8;--secondary-foreground: #1a1a1a;--accent: transparent;--accent-foreground: #1a1a1a;--accent-border: #1a1a1a;--muted: #f5f5f5;--destructive: transparent;--destructive-foreground: #1a1a1a;--destructive-border: #1a1a1a;--input: transparent;--input-border: #e0e0e0;--ring: #1a1a1a;--radius: 0px;--font-sans: "Gowun Batang", serif;--font-serif: "Nanum Pen Script", cursive;--font-mono: "IBM Plex Mono", monospace;--shadow-sm: none;--shadow: none;--shadow-md: none;--shadow-lg: none;--shadow-xl: none;--hover-background: transparent;--hover-border: var(--border-hover);--active-background: transparent;--active-border: var(--border-strong);--active-border-width: 1px;--focus-ring: var(--border-strong);--focus-ring-width: 1px;--overlay-background: rgba(255, 255, 255, .95);--overlay-backdrop: blur(4px);--tracking-normal: 0em;--spacing: .25rem;--breakpoint-desktop: 1024px;--sidebar-left-width: 200px;--sidebar-right-width: 280px;--header-height: 2.25rem;--layout-gap: 0;--content-padding: 20px}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--background);color:var(--text-primary);line-height:1.5;padding:0}*{box-sizing:border-box}:host{display:block;box-sizing:border-box}.page-container{height:100vh;display:flex;flex-direction:column;overflow:hidden}.content{flex:1;overflow-y:auto;overflow-x:hidden}.centered{display:flex;align-items:center;justify-content:center}.fixed-section{flex-shrink:0}.full-width{width:100%}.no-margin{margin:0}.no-padding{padding:0}
