:root{--bg-color: #ffffff;--text-color: #000000;--accent-color: #4a90e2;--header-bg: #f5f5f5;--border-color: #dddddd;--hover-bg: #e0e0e0;--title-size: 5vw;--content-size: 4vw;--subtitle-size: 3vw;--spacing: 2rem;font-family:Malgun Gothic,Apple SD Gothic Neo,sans-serif}[data-theme=dark]{--bg-color: #000000;--text-color: #ffffff;--accent-color: #64b5f6;--header-bg: #1e1e1e;--border-color: #333333;--hover-bg: #2a2a2a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-size:var(--content-size);line-height:1.6;width:100vw;height:100vh;overflow:hidden;display:flex;flex-direction:column}.theme-toggle-icon{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:24px;cursor:pointer;z-index:1000;opacity:.3;transition:opacity .3s}.theme-toggle-icon:hover{opacity:1}
